/**
* Theme Name: Foundry Child
* Description: This is a child theme of Foundry, generated by Merlin WP.
* Author: <a href="http://www.tommusrhodus.com">Tom Rhodes</a>
* Template: foundry
* Version: 2.1.5
*/

.vc_column_container > .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.logo {
    max-height: 95%;
}

.nav-bar {
    height: 65px !important;
    max-height: 65px !important;
    line-height: 53px;
}

.nav-bar .module, .nav-bar .module-group {
    padding-top: 5px;
}

.footer-1 .logo {
    max-height: 50px;
}


.woocommerce .woocommerce-ordering select {
    border: 1px solid #e8e8e8;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="date"], input[type="number"] {
    border: 1px solid #e8e8e8;
}

textarea {
    border: 1px solid #e8e8e8;
}



.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0;
}

.outer-title img {
    border: 1px solid #e5e5e5;
}


.feature img {
	border: 1px solid rgba(204,204,204,0.5);
}


.woocommerce div.product .product_title {
    margin-bottom: 0 !important;
}




/* START MODEFY TOP MENU */
.menu > li ul {
    padding: 0;
}

.menu > li > ul > li a {
    opacity: 1.0;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	width: 100%;
	margin: 0;
}

.menu > li > ul > li a:hover {
    opacity: 0.8 !important;
}

.menu li a:hover {
    opacity: 0.8 !important;
}
/* END MODEFY TOP MENU */



/* END SEARCH RESULTA PAGE */
.page-title-2 {
    background-image: url(https://epmnew.icons-eg.net/wp-content/uploads/2020/05/Search-BG-Titl2.jpg);
	background-size: cover !important;
    background-position: 50% 50% !important;
	height: 295px;
	padding-top: 65px;
}

.page-title-2 h2.uppercase {
	color: #fff;
	letter-spacing: 6px;
	margin-right: -6px;
	font-size: 32px;	
}

.page-title-2 .lead {
	color: #49bea6;
}
/* END SEARCH RESULTA PAGE */





