x/*
Theme Name:     Divi plus Schema.org by wp-buddy.com
Theme URI:      http://wp-buddy.com/products/themes/divischema/
Description:    A schema.org child theme for Divi
Author:         wp-buddy
Author URI:     http://wp-buddy.com
Template:       Divi
Version:        3.5.0
*/

/* Homepage images: rounded corners */
#home-portfolio img {
	width: 155px;
	min-width: 155px;
	border-radius: 155px;
}

#home-portfolio article {
	text-align: center;
	border: 0 none;
}

#home-portfolio .more-link {
	display: block;
}

#home-headline {
	font-size: 30px;
	line-height: 1.5;
}

/* Fixed navigation */
.et-fixed-header h2 {
	display: none;
}

#top-menu {
	margin-right: 10px;
}

/* Main Header Headline */

.header-titles {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.et_vertical_nav .header-titles {
	margin-left: 0;
}

#logo_container + .header-titles {
	padding: 0 0 0 20px;
}

.et_vertical_nav.et_header_style_centered #main-header .logo_container {
	height: auto;
}

.et_header_style_centered .header-titles {
	float: none;
}

.et_vertical_nav .header-titles {
	float: none;
	padding: 0;
}

.et_vertical_nav.et_header_style_centered .header-titles {
	margin-bottom: 20px;
}

@media only screen and ( max-width: 980px ) {
	.et_vertical_nav .header-titles {
		float: left;
		padding: 0 0 0 20px;
	}
}

#main-header h1 {
	font-size: 18px;
	line-height: 1;
}

#main-header h2 {
	font-size: 12px;
	line-height: 1;
	padding: 0;
}

#main-header.et-fixed-header h1 {
	font-size: 20px;
	padding: 5px 0 0 0;
}

/* Margin of he first child on the home page */
body.home .et_pb_section:first-child {
	padding-bottom: 0;
}

#et_mobile_nav_menu {
	margin-top: 18px;
}

/* Text Layout corrections */
.entry-content h2 {
	margin-top: 25px;
}

.entry-content h3 {
	margin-top: 10px;
}

/* Subpages List widget corrections */
.widget_wpb_subpages .wpbspl {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 15px;
}

/* First p element in text */
p:last-of-type {
	padding-bottom: 1em;
}

/* comments */
.comment .children {
	margin-left: 50px;
}

.comment-reply-link {
	opacity: .2;
}

.comment-reply-link:hover {
	opacity: 1;
}

@media only screen and ( max-width: 767px ) {
	.comment .children {
		margin-left: 0;
	}
}

/* input elements */
input[type="submit"] {
	cursor: pointer;
}

.et_pb_contact p input[type="checkbox"] {
	width: auto !important;
	float: left;
}

.et_pb_contact p input.input-small,
.et_pb_contact p textarea.input-small {
	width: 20% !important;
}

.et_pb_contact p select {
	background-color: #eee;
	border: none !important;
	width: 100% !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	font-size: 18px;
	color: #666 !important;
	padding: 16px !important;
	font-family: 'Raleway', Arial, sans-serif;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-indent: 16px;
	min-height: 40px;
	-webkit-appearance: inherit;
}

.et_pb_contact p textarea {
	min-height: 200px;
}

/* box-shortcode color corrections */
.et-info .et-box-content,
.et-bio h1,
.et-bio h2,
.et-bio h3,
.et-bio h4,
.et-bio h5,
.et-bio h6 {
	color: #5a797c !important;
}

.et-info .et-box-content,
.et-info h1,
.et-info h2,
.et-info h3,
.et-info h4,
.et-info h5,
.et-info h6 {
	color: #8a855a !important;
}

.et-warning .et-box-content,
.et-warning h1,
.et-warning h2,
.et-warning h3,
.et-warning h4,
.et-warning h5,
.et-warning h6 {
	color: #7d5555 !important;
}

/* breadcrumb */
#breadcrumb {
	font-size: 12px;
	color: #888888;
	z-index: 9;
	display: block;
	position: relative;
}

#breadcrumb a {
	color: #6eadcc;
}

.et_left_sidebar .breadcrumb {
	margin-left: 224px;
	padding: 5px 5px 5px 60px;
}

.et_right_sidebar .breadcrumb {
	width: 100%;
	display: block;
}

.et_left_sidebar #breadcrumb + #et-main-area,
.et_right_sidebar #breadcrumb + #et-main-area {
	margin-top: -25px;
}

@media only screen and ( max-width: 980px ) {
	.et_left_sidebar .breadcrumb {
		margin-left: 0;
		padding-left: 0;
		border-left: 0 none;
	}
}

/* other */
.mute {
	color: #888888;
}

#main-header #et_top_search {
	margin-left: 5px;
}

.et_vertical_nav #main-header #et_top_search {
	margin-left: 0;
}

.et_search_outer .ds-search-form-alternate {
	display: none;
}

#main-header #et_search_icon:before {
	left: 5px;
}


/* header search form */
@media only screen and ( max-width: 980px ) {
	#main-header #et_top_search {
		margin-right: 0;
		margin-left: 15px;
	}

	#main-header #et_search_icon:before {
		top: 0;
		margin-right: 10px;
	}
}

/* Widget search form */
.widget_search .ds-search-form-top {
	display: none!important;
}

/* language switcher */
#main-header .mlp_language_box {
	position: absolute;
	bottom: -30px;
	right: 0;
}

#main-header .mlp_language_box li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

#main-header .mlp_language_box li img {
	vertical-align: top;
}

#main-header.et-fixed-header .mlp_language_box {
	margin-top: 5px;
}

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

	#main-header .mlp_language_box {
		margin: 12px 16px;
	}
}

#et-top-navigation .et-cart-info span:before {
	margin: 0 5px 0 0;
}

.et-fixed-header #et-top-navigation .et-cart-info {
	margin-top: 5px;
}

.mobile_menu_bar {
	margin-left: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.3;
}

small {
	font-size: 80%;
}

.et_pb_fullwidth_header{
padding: 0;	
}

#et-info-phone{
display: none;	
}

/* header search form */
@media only screen and ( max-width: 980px ) {
	.header-titles{
	display: none;	
	}
	
	h1{
	font-size: 21px;	
	}
}

.et_pb_slider .et_pb_slide{
	height: 600px !important;	
}

.et_pb_sum, .et_pb_pricing li a, .et_pb_pricing_table_button, .et_overlay::before, .et_pb_member_social_links a:hover, .woocommerce-page #content input.button:hover .et_pb_widget li a:hover, .et_pb_bg_layout_light .et_pb_promo_button, .et_pb_bg_layout_light.et_pb_module.et_pb_button, .et_pb_bg_layout_light .et_pb_more_button, .et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active, .et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active, .et_pb_gallery .et_pb_gallery_pagination ul li a.active, .et_pb_contact_submit, .et_pb_bg_layout_light .et_pb_newsletter_button{
	color: black !important;	
}

.et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description .et_pb_slide_title{
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: white;
}

.et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1{
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: white;	
}

.et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description .et_pb_slide_title{
text-align: center;	
}

.et_pb_text_align_left{
padding: 10px;	
}

.et_fixed_nav #main-header, .et_fixed_nav #top-header{
background-color: black;
}

#et_search_icon:hover, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a, .comment-reply-link, .entry-summary p.price ins, .et-social-icon a:hover, .et_password_protected_form .et_submit_button, .footer-widget h4, .form-submit .et_pb_button, .mobile_menu_bar::after, .mobile_menu_bar::before, .nav-single a, .posted_in a, .woocommerce #content div.product p.price, .woocommerce #content div.product span.price, .woocommerce #content input.button, .woocommerce #content input.button.alt, .woocommerce #content input.button.alt:hover, .woocommerce #content input.button:hover, .woocommerce #respond input#submit, .woocommerce #respond input#submit.alt, .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce .star-rating span::before, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce a.button.alt:hover, .woocommerce a.button:hover, .woocommerce button.button, .woocommerce button.button.alt, .woocommerce button.button.alt:hover, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce input.button, .woocommerce input.button.alt, .woocommerce input.button.alt:hover, .woocommerce input.button:hover, .woocommerce-page #content div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page #content input.button, .woocommerce-page #content input.button.alt, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit, .woocommerce-page #respond input#submit.alt, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page .star-rating span::before, .woocommerce-page a.button, .woocommerce-page a.button.alt, .woocommerce-page a.button.alt:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button, .woocommerce-page button.button.alt, .woocommerce-page button.button.alt:hover, .woocommerce-page button.button:hover, .woocommerce-page div.product p.price, .woocommerce-page div.product span.price, .woocommerce-page input.button, .woocommerce-page input.button.alt, .woocommerce-page input.button.alt:hover, .woocommerce-page input.button:hover, .wp-pagenavi a:hover, .wp-pagenavi span.current{
color: black;
}

#et-info-phone{
display: none !important;	
}

.et_header_style_left #logo, .et_header_style_split #logo{
max-width: 100%;	
}

.et_header_style_split #logo{
max-height: 130px;	
}

@media only screen and (max-width:1325px) and (min-width:981px) {
  #top-menu, .fullwidth-menu, nav#top-menu-nav, nav.fullwidth-menu-nav {
    display:block!important;
  }
  #et_mobile_nav_menu, .et_mobile_nav_menu { 
    display: none!important;
  }
}




