/*
Theme Name: Divi - Child Theme
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 3.0.33
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Divi-child
Template: Divi
*/

@import url("../Divi/style.css");

/* Custom Style */

/* Custom button style */
.et_pb_bg_layout_light.et_pb_module.et_pb_button{
	color: #ffffff!important;
	background: #18a8ad;
	border: none;
}
.et_pb_bg_layout_light.et_pb_button:hover {
    background: #18a8ad;
    color: #ffffff;
}
.et_pb_module .et_pb_button:hover, .et_pb_button:hover {
	padding: 0.3em 1em;
}
.et_pb_button.et_pb_promo_button:hover {
    border: 2px solid;
}
.et_pb_button:hover:after, .et_pb_more_button:hover:after, .et_pb_promo_button:hover:after, .et_pb_newsletter_button:hover:after, .et_pb_pricing_table_button:hover:after{
	opacity: 0;
}

/*Header*/
.et_header_style_centered nav#top-menu-nav{
	margin-top: 16px;
}
#et-top-navigation{
	border-top: 1px solid rgba(153, 153, 153, 0.24);
}
#top-header{
	border-bottom: 1px solid rgba(153, 153, 153, 0.24);
}
.mobile_phone{
	display:none;
}
@media only screen and (max-width: 767px){
	.descktop{
		display:none;
	}
	.mobile_phone{
		display: inline-block;
		margin-bottom:2px;
	}
	#top-header{
		display:none;
	}
}

.et-pb-arrow-prev, .et-pb-arrow-next{
	color: #3a3532!important;
}
.et-pb-arrow-next {
	opacity: 1;
	right: 22px;
}
.et-pb-arrow-prev{
	opacity: 1;
	left: 22px;
}
.et-social-icons li {
    margin-left: 10px;
}
.footer-section{
	padding: 35px 0;
    text-align: center;
    background: transparent url(/wp-content/uploads/2017/05/footer-shadow.png) no-repeat 50% 0;
	background-size: contain;
}
.shadow-line{
	padding: 35px 0;
    text-align: center;
    background: transparent url(/wp-content/uploads/2017/05/footer-shadow.png) no-repeat 50% 0;
	background-size: contain;
}
.et_pb_posts a.more-link {
    text-transform: capitalize;
}
.et_pb_posts a.more-link::after {
    content: " »";
}

.entry-content ul{
	padding-left: 40px;
}
#et-info{
	float: right;
}
#top-menu li li a {
    width: 250px;
    padding: 6px 1px;
}
.nav li ul{
	width: 260px;
}
.logo_container{
	padding: 10px 0 10px 0!important;
}
/*.blog-home .et_pb_blog_grid h2{
	height: 40px;
}*/
h2, h3, h4{
	line-height: 1.3em;
}
.logo_container img{
	float:left!important;
}
@media (max-width: 980px){
#et-info {
    display: none;
}
.logo_container img{
	float:none!important;
}
.footer-section .et_pb_column_1_2{
	margin-bottom:0!important;
}
}

.et-fixed-header #et-info{
	display: none;
}
.et-fixed-header .logo_container{
	padding:0!important;
}
.et-fixed-header #et-top-navigation{
	border-top: 0;
}
.et-fixed-header .logo_container {
    height: 0!important;
}
#et-info{
	text-align: left;
}

#et-info-phone{
	display: block;
}
.footer_form .first_part {
    width: 49%;
    margin-right: 2%;
    float: left;
}
.footer_form .last_part {
    width: 49%;
    float: left;
}
.footer_form .first_part input {
    width: 100%;
    font-size: 100%;
    font-family: inherit;
    color: #444444;
    border: none;
    padding-left: 5px;
    outline: none;
    height: 30px;
	border: 1px solid #999;
}
.footer_form .last_part input {
    width: 100%;
    font-size: 100%;
    font-family: inherit;
    color: #444444;
    border: none;
    padding-left: 5px;
    outline: none;
    height: 30px;
	border: 1px solid #999;
}
.footer_form .footer_button {
    text-align: center;
}
.footer_form button {
	color: #ffffff;
    background: #18a8ad!important;
    border: none;
    display: inline-block;
    position: relative;
    padding: 0.3em 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: transparent;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em !important;
    margin: 20px 0 20px 0;
}
#main-footer {
    background-color: rgba(34, 34, 34, 0);
}