/*
 Theme Name:   divi-child
 Theme URI:    http://throughmylynnz.com/
 Description:  Divi Child Theme
 Author:       Through My Lynnz media
 Author URI:   http://throughmylynnz.com/
 Template:     Divi
 Version:      3.18.4
*/

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

/* =Theme customization starts here
-------------------------------------------------------------- */
#et-info{
	font-size:16px;
		float:right;
	}
.et_nav_text_color_light, .et_nav_text_color_light #et-secondary-nav a, .et_nav_text_color_light .et-social-icon a { color:#eee;  }	
#et-secondary-menu{
	font-size:14px;
}	

 #logo { max-height: 60px !important; vertical-align: middle;  }/*  Large logo */

	.et_fixed_nav #logo { max-height: 70px !important; vertical-align: middle;  }/*  Large logo */
	.et-fixed-header #logo { max-height: 52px !important; } /*Small logo */

	#et-top-navigation { margin-top:0px; } /* Top menu vertical aligned */
	.et_header_style_centered #et-top-navigation { margin-top: 0px; } /* Reset margin top in centered view */



.et_pb_section.et_pb_fullwidth_section { padding: 0px; } /* Fullwidth sections with no margins */
.et_pb_section { padding: 20px 0; } /* Section margins */
.et_pb_row { padding: 20px 0 10px; } /* Rows margins (2nd level) */

/* Normal Pages */
#main-content, .et_pb_section { background-color: #ffff; }
.main_title { margin-bottom: 10px; }
#main-content .container { padding-top: 30px; }
#left-area ol, .entry-content ol, .comment-content ol { margin: 5px 0 5px 31px; list-style-position: outside; }
#left-area ol li, .entry-content ol li, .comment-content ol li { margin-bottom: 10px; }

#left-area ul, .entry-content ul, .comment-content ul { margin: 5px 0 5px 11px;}
#left-area ul li, .entry-content ul li, .comment-content ul li { margin-bottom: 5px; }

/* Modules Margins */

/* Slider */
.et_pb_container { min-height: 650px !important; }
.et_pb_slide_image { top: 50% !important; }

table.shop_table { margin-bottom: 10px !important; } /* Shop Table */
.et_pb_pricing {margin-bottom: 10px !important;} /* Pricing Table */
.et_pb_testimonial { padding: 20px 30px 14px !important; margin-bottom: 10px !important; } /* Testimonial */
.et_pb_image { margin-bottom: 10px !important;} /* Image */
.et_pb_promo { padding: 10px 60px !important; margin-bottom: 10px !important; } /* Promo */
.et_pb_newsletter { padding: 10px 0 !important; margin-bottom: 10px !important; } /* Newsletter */
.et_pb_tabs { margin-bottom: 10px !important;} /* Tabs */
.et_pb_toggle { margin-bottom: 10px !important; } /* Toggle */
.woocommerce #reviews #comments h2, .woocommerce-page #reviews #comments h2 { margin-bottom: 10px !important; } /* eCommerce */
.et_pb_team_member { margin-bottom: 10px !important; } /* Team Member */
.et_pb_audio_module { margin-bottom: 10px !important; } /* Audio Module */
.wp-pagenavi { padding-top: 10px !important; margin-bottom: 10px !important; } /* Pagination */
.et_pb_text { margin-bottom: 10px !important;} /* Text Module */
.et_pb_slider_fullwidth_off { margin-bottom: 10px !important; } /* Normal Slider */
.et_pb_counters { margin-bottom: 10px !important; } /* Counters */
.et_pb_divider { margin: 10px auto 20px!important; } /* Devider line :: HR */
.et_pb_blurb { margin-bottom: 10px !important; } /* Blurb container */
.et_pb_main_blurb_image { margin-bottom: 10px !important; } /* Blurb image */
.et_pb_accordion { margin-bottom: 10px !important; } /* Accordion */


/* Custom CSS */

.britney {
    font-family: 'Britney',sans-serif;
    line-height: 1.2;
    letter-spacing: 0;
}
.white{
	color:#fff;
}
.purple{
	color:#df10d3;
}
.box2{
	min-height: 400px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.portfolio{
	position:relative;
}
.portfolio:after{
position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    background: url(images/lines.png) no-repeat;
    width: 200px;
    height: 68px;
    z-index: 2;
    background-size: 100%;
    margin-left: -100px;
    margin-top: -34px;
}
.two_circle:before{
    position: absolute;
    top: -20px;
    right: 0px;
    content: "";
    background: url(images/golden_r.png) no-repeat;
    width: 110px;
    height: 250px;
    z-index: 2;
    background-size: 100%;
}
.two_circle:after{
	position: absolute;
    bottom: 0px;
    left: 0px;
    content: "";
    background: url(images/golden_l.png) no-repeat;
    width: 110px;
    height: 250px;
    z-index: 2;
    background-size: 100%;
}
.header .header-content-container img {
	    max-width: 450px;
		margin-bottom:20px;
}
.header:after{
position: absolute;
    bottom: 0px;
    left: 0px;
    content: "";
    background: url(images/charris.png) no-repeat;
    width: 380px;
    height: 540px;
    z-index: 2;
    background-size: 100%;
}
footer {
	display:none;
}
.consultation a{
	background: #df0fd4;
    padding: 10px 15px !important;
    color: #ffffff !important;
}
.et_header_style_left .et-fixed-header #et-top-navigation{
	padding-top: 10px;
}
.top_head{
	padding-top:0px !important;
}
.top_head .et_pb_row{
	width: 100%;
    max-width: 100%;
	padding: 10px 0 10px;
}
p.sub_par{
	font-weight:300;
}
.social-links li{
	display:inline;
	margin-left: 20px;
}
.calll{
	margin-right:20px;
}
.fb_col{
	text-align:right;
}
/* //Custom CSS */

/* Responsive Code */

/* Tablet Landscape */
@media only screen and (max-width: 980px) {

.et_pb_container { min-height:auto !important; }	
.et_pb_slide { height: auto !important; }
.et_pb_slide_image { top: 35% !important; }

/* Custom CSS */

/* //Custom CSS */

}

/* Tablet Portrait */
@media only screen and (max-width: 767px) {
	
.et_fixed_nav #logo { max-height: 130px !important; }
#et-info{float:none;}

/* Custom CSS */
.header .header-content-container img {
    max-width: 100%;
    margin-bottom: 20px;
}
/* //Custom CSS */

}