/*
 Theme Name:   Divi Child
 Theme URI:    http://dpconsulting.com
 Description:  Divi Child Theme
 Author:       Mark Knoles
 Author URI:   http://dpconsulting.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         responsive-layout
 Text Domain:  Divi-child
*/
 
/*-------------------------------------------------------
Theme customization starts here
------------------------------------------------------- */


#main-header, #main-footer, #sidebar, .entry-title, .post-meta, #left-area {
	display: none;
}

#main-content .container:before {
	position: relative !important;
	padding: 0px !important;
}

body, #main-content, div.container {
	background-color: #e4dbbc !important;
	margin: 0px !important;
	padding: 0px !important;
	width: 100% !important;
	max-width: 100% !important;
	color: #2d2c24;
	font-size: 20px;
}

blockquote {
	border-color: #cdc487 !important;
	background-color: #d8cfb1 !important;
}

#hwodHead {
	background-color: #102148;
	margin-bottom: 20px;
	z-index: 1000;
}

#hwodInnerHead {
	border: solid 2px #FFFFFF;
	margin: 10px 5px 10px 5px;
}

#hwodInnerHead a {
	color: #FFFFFF;
}

#hwodInnerHead a:hover{
	color: #E4DBBC;
}

.hwodInnerHeadLink {
	color: #FFFFFF;
	padding: 10px 0px 10px 0px;
}

#headImg {
	padding: 5px;
}

#hwodTitle {
	color: #795413;
	font-size: 58px;
	font-family: Times New Roman;
	margin-top: 10px;
	line-height: 0.8em;
}

#hwodWord {
	/*direction: rtl;*/
	color: #362f2d;
	font-size: 180px;
	font-family: georgia;
	text-shadow: 2px 2px 6px black;
	margin-top: 40px;
	margin-bottom: 80px;
	line-height: 0.8em;
}

#transRow {
	background-color: #cec5a8;
	margin-left: -20px;
	padding: 0px;
}

#hwodMeaning {
	text-align: right;
	font-size: 28px;
	padding: 20px;
	margin-top: 10px;
	font-family: Times New Roman;
	margin-left: -10px;
 	line-height: 1em;
}

#hwodTranslit {
	text-align: right;
	font-size: 28px;
	padding: 10px;
	font-family: Times New Roman;
	margin-left: -10px;
 	line-height: 1em;
}

#audioImg {
	cursor: pointer;
}

#CTAbox {
	background-color: #362f2d;
	margin-top: 40px;
	padding-top: 10px;
}
#CTAbox h2, h6 {
	color: #cec5a8;
	font-family: sans-serif;
	text-align: left;
}
#CTAbox h3 {
	color: #cec5a8;
	font-family: sans-serif;
}
#mktoForm_1674 {
	font-size: 16px !important;
	margin-top: 5px;
}

#hwodOffer {
	margin-top: 40px;
}

#hwodFoot {
	background-color: #102148;
	margin-top: 20px;
	min-height: 80px;
	padding-top: 5px;
}

#hwodInnerFoot1 a, #hwodInnerFoot2 a {
	color: #FFFFFF;
	font-size: 14px;
}

#hwodInnerFoot2 a:hover {
	color: #795413;
}

/* Style The Dropdown Button */
.dropbtn {
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	background-color: #102148;
	float: right;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #102148;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	right: 0;
	margin-top: 70px;
}

/* Links inside the dropdown */
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
	display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
	color: #795413;
}