/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
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
Version: 2.7.10.1471961624
Updated: 2016-08-23 10:13:44

*/


/*  header  */

#top-header,
#top-header .container,
#top-header #et-info,
#top-header .et-social-icon a,
#top-header, #topbar a {
	line-height: 1em;
	color:#fff;
}

#top-header, #top-header a {
    color: #ffffff;
}


a.topbar:link {
	color: #ffffff;
	text-decoration: none;
}

a.topbar:visited {
	color: #ffffff;
	text-decoration: none;
}

a.topbar:hover {
	color: #2ea3f2;
	text-decoration: none;
}


/* BGS: Fixes the secondary header being short */
#et-secondary-nav,
#et-secondary-menu {
 	display: inline !important; 
}

.container.et_search_form_container {
	height: 30px;
}

.et-search-form {
	height: 40px;
}

.et-search-field {
	max-width: 400px;
}

.et_search_outer {
	width: inherit;
	position: relative;
	float: right;
	margin-top: -12px;
}

.search-form {
	max-width: 400px;
}

#top-menu-nav {
	margin-right: 30px;
}

#search-icon-wrapper {
	padding: 5px;
	margin: 3px 0 0 5px;
	width: 18px;
	float: right;
	position: relative;
}

@media only screen and ( max-width: 1100px ) {
	#search-icon-wrapper {
		margin-bottom: 10px;
	}
}

.search-box {
	border: 1px solid #bbb;
	border-radius: 4px;
	padding: 10px;
}

/* Headers */
h1,
h2,
h3,
h4,
h5,
h6 {
	padding-bottom: 10px;
	color: #333;
	font-weight: 500;
	line-height: 1.2em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #666;
	text-decoration: none;
}


h4 a.title:hover  {
	color: #666;
	text-decoration: none;
}




h1 {
	font-size: 30px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}


.widgettitle {
	font-weight:bold;
	text-transform:uppercase;
}



/*  footer  */

#footer-bottom {
background: url("/wp-content/themes/Divi-child/images/stripes-5-percent.png");
-webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.6);
-moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.6);
box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.6);
}



/*  ninja forms css */

.ninja-forms-field .nf-element {
	background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.nf-field-label {
	font-size: 80%;
	line-height: 1.1;
    font-weight: normal;
    margin: 0;
    padding: 0; 
}


.nf-form-fields-required {
	font-size: 80%;
	color:#999999;
}

.label-above .nf-field-label {
    margin-bottom: 4px;
}



.ninja-forms-field {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}



#nf-field-7 {
	background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.nf-field {
	margin:0;
}


/* the input fields */

.nf-field-element input {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-shadow: none;
	box-shadow: none;
	padding:6px;
	margin-top:0;
}

/* The Send button */

.field-wrap input[type="submit"], .field-wrap input[type="button"], .field-wrap button {
	width: auto;
	color: #ffffff;
	background-color: #3f8afa;
	border: none;
	border-radius: 5px;
	text-shadow: none;
	box-shadow: none;
	padding:6px;
}

/* custom css to make sidebar one third instead of one quarter wide */


@media only screen and ( min-width: 1100px ) {

    .et_right_sidebar #sidebar .et_pb_widget { 
        margin-right:30px !important;
    }
	.et_left_sidebar #sidebar .et_pb_widget { 
        margin-left:30px !important;
    }
	
    .et_right_sidebar #left-area, 
    .et_left_sidebar #left-area { 
        width:720px !important; /* 1020 - width */
    }
    .et_right_sidebar #main-content .container:before { 
        right:300px !important; /* width */
    }
    .et_left_sidebar #main-content .container:before { 
        left:300px !important; /* width */
    }
    .et_right_sidebar #sidebar,
	.et_left_sidebar #sidebar { 
        width:300px !important; /* width */
    }
}


/* this removes the rule dividing the left and right columns on the blog  */

#main-content .container::before {
    background-color: transparent;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
}


/* this styles the subscribe to mmn ad submit button  */

.mmn-subscribe-button {
	width:110px;
	font-size: 16px;
	color:#fff;
	background:#3f8afa;
	border: none;
	border-radius: 10px;
	text-shadow: none;
	box-shadow: none;
	padding:8px;
	margin:4px 0 10px 0;
}

.mmn-subscribe-button:hover {
	width:110px;
	font-size: 16px;
	color:#fff;
	background:#539efa;
	border: none;
	border-radius: 10px;
	text-shadow: none;
	box-shadow: none;
	padding:8px;
	margin:4px 0 10px 0;

}



/* fix to make blog submit button text white  */

.form-submit .et_pb_button { color:#ffffff; }

.form-submit .et_pb_button:hover { color:#2ea3f2; }

input.button:hover { color:#2ea3f2; }


/* fix for images that disappeared */

.et-waypoint {
    opacity: 1;
}

/* fix for transparent space above header */

body.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header, body.et_fixed_nav.et_secondary_nav_enabled #main-header {
    top: 0px;
}

/* css for old-style forms with text label in fields */

input.hintTextbox { color: #999; }
input.hintTextboxActive { color: #999; }


.auto-hint {
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 12px;
    line-height: 1.42857;
    padding: 6px 8px 6px 8px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 268px;
}

.free-trial-form p {
	margin:0;
	padding-bottom: 0;
}


/* white text hrefs on blue background */

a.whitelink:link {
	color: #ffffff;
	text-decoration: none;
}

a.whitelink:visited {
	color: #ffffff;
	text-decoration: none;
}

a.whitelink:hover {
	color: #d5ff53;
	text-decoration: none;
}

/* blue text hrefs on white background */

a.bluelink:link {
	color: #3f8afa; !important;
	text-decoration: none;
}

a.bluelink:visited {
	color: #3f8afa; !important;
	text-decoration: none;
}

a.bluelink:hover {
	color: #d5ff53; !important;
	text-decoration: none;
}

/* put spacing above simple author plugin box */

.saboxplugin-wrap {
    margin-top: 20px;
}

/* gradient hr  */
    
hr.grad {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}


/* ------ PMPRO frontend.css ------*/


form.pmpro_form .pmpro_checkout-fields div {
    margin: 0 0 0 0;
}

form.pmpro_form label {
	font-size:14px;
    font-weight: 700;
    display: block;
    margin: 0;
    text-align: left;
}

.pmpro_checkout ~ .pmpro_checkout {
	width: 40%;
	display: inline-block;
	vertical-align: top;
	margin-right:20px;
}

.pmpro_checkout hr {
	display:none;
}

.pmpro_checkout h3 span.pmpro_checkout-h3-msg {
	 display:block;
}

.pmpro_checkout h3 span.pmpro_checkout-h3-msg {
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    line-height: 1.3;
    margin: 10px 0 0 0;
}

#pmpro_pricing_fields {
  display: block;
}

#pmpro_pricing_fields h3 {
  display: none;
}

#pmpro_pricing_fields .pmpro_checkout-fields p {
  display: none;
}
#pmpro_pricing_fields .pmpro_checkout-fields p#other_discount_code_p {
  display: block;
}
/* --this forces the field to display 
#pmpro_pricing_fields .pmpro_checkout-fields #other_discount_code_tr {
  display: block !important;
}
-- */


#pmpro_level_cost {
    display:none;
}

#pmpro_account_loggedin {
    display:none;
}

#keywords_div {
  width: 63%;
}

#keywords_div textarea {
  max-width: 100%;
}


/* ---------------------- Phones ---------------------- */
/* ---------------------- Phones ---------------------- */
/* ---------------------- Phones ---------------------- */
/* ---------------------- Phones ---------------------- */
/* ---------------------- Phones ---------------------- */
/* ---------------------- Phones ---------------------- */


@media only screen 
and (max-width : 375px){

.pmpro_checkout ~ .pmpro_checkout {
	width: 100%;
	display: block;
	margin-right:0;
}

}

@media only screen 
and (max-width : 360px){

.pmpro_checkout ~ .pmpro_checkout {
	width: 100%;
	display: block;
	margin-right:0;
}

}


@media only screen 
and (max-width : 320px){

.pmpro_checkout ~ .pmpro_checkout {
	width: 100%;
	display: block;
	margin-right:0;
}

}