/* 
 Theme Name:     Divi Child
 Author:         Spanishmama
 Author URI:     http://spanishmama.com/
 Template:       Divi
 Version:        v.02
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.9.4
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

body{
font-family:"PT Sans", sans-serif !important;
}

.et-dropcap {
    font-size: 95px;
    line-height: 0.7;
    color: #add7db;
    font-family: Times;
    padding-top: 10px;
}

.large-social-icons li a.icon { 
    height: 60px; 
    width: 60px; 
    padding: 0; 
}

.large-social-icons li a.icon::before { 
    font-size:36px; 
    margin-left:12px; 
    line-height:60px; 
}

#footer-bottom{ display:none;}

/*Left Featured Image Thumbnail*/
@media only screen and ( min-width: 800px ) {
.bbb_blog_list a img  {
    float: left;
    width: 40%;
    padding-right: 20px;
    vertical-align: bottom;
    padding-bottom: 95px;
}
}

/*Post Title Design*/
.et_pb_post h1 a, .entry-title {
    text-decoration: none;
    font-size: 56px !important;
    color: #747474;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "PT Sans", sans-serif !important;
    line-height: 1.3em;
}

/*Post Title Design*/
.et_pb_post h2 a, .entry-title {
    text-decoration: none;
    font-size: 36px !important;
    color: #747474;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "PT Sans", sans-serif !important;
    line-height: 1.3em;
}

/*Post Title Design*/
h2 a, .product .related h2 a, .et_pb_column_1_2 .et_quote_content blockquote p {
    font-size: 19px;
}

/*Post Meta Design*/
.post-meta {
    color: #eab364 !important;
    font-family: "PT Sans", sans-serif !important;
    font-size: 18px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.post-meta a {
    color: #db7800 !important;
    font-family: "PT Sans", sans-serif !important;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/*Custom Read More Link on Blog Homepage*/
.bbb_blog_list a.more-link {
    clear: both;
    display: inline-block;
    position: relative;
    background: #eab364;
    font-family: "PT Sans", sans-serif !important;
    font-size: 16px;
    color: #ffffff;
    max-width: 100%;
    padding: 5px 5px;
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*Adjust Hover Style*/
.bbb_blog_list a.more-link:hover {
    background: #eab364;
    color: #263b60;
}

/*Makes Dropdown Menus Full Width */

#top-menu .menu-item-has-children > a:first-child:after, .fullwidth-menu .menu-item-has-children > a:first-child:after, #et-secondary-nav .menu-item-has-children > a:first-child:after {
	display: none !important;
	color: red;
}

#top-menu .menu-item-has-children > a:first-child, .fullwidth-menu .menu-item-has-children > a:first-child, #et-secondary-nav .menu-item-has-children > a:first-child {
    padding-right: 0;
}

.et_fullwidth_nav #top-menu li.mega-menu > ul {
    width: auto;
    left: 0 !important;
    right: 0 !important;
    text-align: center !important;
    display: inline-block !important;
    float: none !important;
    padding-top: 10px;
    padding-bottom: 5px;
} 

#top-menu li.mega-menu.mega-menu-parent-3 > ul > li, .fullwidth-menu-nav li.mega-menu.mega-menu-parent-3 > ul > li {
    width: auto;
    display: inline-block !important;
    text-align: center !important;
    float: none !important;
}

#top-menu li.mega-menu > ul > li, .fullwidth-menu-nav li.mega-menu > ul > li {
    width: auto;
    display: inline-block !important;
    text-align: center !important;
    float: none !important;
}

#top-menu li.mega-menu > ul > li > a:first-child, .fullwidth-menu-nav li.mega-menu > ul > li > a:first-child {
    border-bottom: none;
}

#top-menu li.mega-menu > ul > li > a, .fullwidth-menu-nav li.mega-menu > ul > li > a {
    border-bottom: none;
    width: auto !important;

}

/* Positions Icons Correctly  */
.menu-item img {
    max-height: 40px;
    margin-right: 10px;
    vertical-align: middle;
}

/* Removes top line border and adds shadow effect */
.nav li ul {
    border-top: none;
    box-shadow: 0px 10px 20px 2px rgba(30, 30, 30, 0.08) inset;
}

/* Dropdown Menu Delay Animation */

.et_fullwidth_nav #top-menu li.mega-menu > ul {
    transition-delay: 1s;
}


.widgettitle {
text-align:center;
font-size:18px;
padding-bottom: 20px;
}

.widgettitle {
    border-bottom: solid 2px #747474;
    margin-bottom: 25px;
}

.et_pb_sidebar .et_pb_widget {
margin-bottom: 14% !important;
}

.et_pb_widget ul li {
background-color: #f8f8f8;
padding: 10px;
}


/* Nav border color/size/style */
.et_pb_widget.widget_nav_menu {
    border-bottom: 1px solid #666;
}
.et_pb_widget.widget_nav_menu ul li {
    border-top: 1px solid #666;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    padding-left: 7px;
}
.et_pb_widget ul li {
    margin-bottom: 0;
}
/* Change menu item hover color here */
.et_pb_widget li a:hover {
    color: #CC8400;
}
/*This controls your active link color */
.widget_nav_menu ul li.current-menu-item a {
    color: #CC8400;
}
/* This is to select your font awesome icon and color for active link */
/* You can find the Unicode for desired font-awesome icon from the website*/
.widget_nav_menu ul li.current-menu-item a:after {
    font-family: FontAwesome;
    content: "\f054";
    padding-right: 7px;
    float: right;
    color: #CC8400;
}
/*This is to select your font awesome icon and color on hover */
.et_pb_widget li a:hover::after {
    font-family: FontAwesome;
    content: "\f054";
    padding-right: 7px;
    float: right;
    color: #CC8400;
}
/*Select your nav menu title font and size*/
.widgettitle {
    font-family: "PT Sans", sans-serif !important;
    font-size: 15px;
}
/* End sidebar menu styles */

@media only screen and (max-width: 981px) {
#logo {
height: 120px; /*change this to adjust the size*/
max-height: 120px !important; /* change this to adjust the size */
padding-bottom: 12px;
}
}

.mobile_nav::before { content:’Menu’; vertical-align:top; line-height:2.2em; color: #747474;}
span.mobile_menu_bar::before { color: #747474;}


.et-social-pinterest a.icon:before { content: '\e095'; }
.et-social-instagram a.icon:before { content: '\e09a'; }
.et-social-youtube a.icon:before { content: '\e0a3'; } 

.archive #main-content .container:before {
	display: none;
}
.et_pb_widget li a:hover {
	color: #cc8400 !important;
}
p, p span {
    font-family: "PT Sans", sans-serif !important;
	line-height: 1.6;
}
.fuente-personalizada {
	font-size: 18px;

}
.woocommerce-Price-amount.amount {
    color: #eab364 !important;
	font-size: 24px !important;
}
.woocommerce .woocommerce-breadcrumb {
	color: #eab364 !important;
	font-size: 18px;
}
.woocommerce .posted_in a {
	color: #eab364 !important;
}
.woocommerce .woocommerce-message {
	color: black !important;
}

/*menu search bar mobile*/
@media (max-width: 980px) {
#page-container {
padding-top: 43px !important;
} 
}
@media (max-width: 980px) {
#logo {
max-width: 100% !important;
max-height: 90% !important;
}
}
@media (max-width: 980px) {
#mainheader {
top: 4% !important;
}
}
@media (max-width: 980px) {
#et-top-navigation{
padding-top: 5px !important;
}}
.et_header_style_split .mobile_menu_bar,
.et_header_style_left .mobile_menu_bar {
padding-bottom: 5px;
}
#breadcrumbs {
	margin: 15px 10px 0;
}
@media (max-width: 600px) {
	.fuente-personalizada {
		font-size: 14px;
	}
	.et_pb_title_container h1 {
		font-size: 24px !important;
	}
	.et_pb_pagebuilder_layout.single.et_full_width_page #page-container .et_pb_row {
		width: 90% !important;
	}
	.page .et_pb_text_0 h1 {
		font-size: 32px;
	}
	.page .et_pb_row {
		width: 90%;
	}
	.et_pb_widget.widget_media_image {
		text-align: center;
	}
	.single .et_pb_post h2 {
		font-size: 20px;
	}
	.responsive-menu-inner, .responsive-menu-inner::before, .responsive-menu-inner::after {
		background-color: #429cd6 !important;
	}
	.responsive-menu-label {
		color: #429cd6 !important;
	}
}