/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
.ftwp-in-post#ftwp-container-outer.ftwp-float-none #ftwp-contents {
    width: 100%;
}
/*************** ADD CUSTOM CSS HERE.   ***************/
.nav-dropdown>li.nav-dropdown-col{display:block}
.nav-dropdown{border:1px solid #ddd; padding:0}
.nav-dropdown .nav-dropdown-col>a, .nav-dropdown li a{font-weight:normal !important; text-transform:none !important;font-size:15px; font-weight:500}
.nav-dropdown .nav-dropdown-col>ul li:hover{background:#db0000}
.nav-dropdown-default>li:hover>a, .nav-dropdown .nav-dropdown-col>ul li:hover>a{color:white}
.nav-dropdown-default>li:hover{background:#fbae3c}
.nav-dropdown-default>li>a{border-bottom:0 !important}.nav-dropdown-has-arrow li.has-dropdown:before{border-width: 10px;
    margin-left: -10px;}
.nav-dropdown .nav-dropdown-col>ul{border: 1px solid #d2d2d2;margin-top:-40px;box-shadow: 2px 2px 5px #828282;display:none;position: absolute;
    left: 100%;z-index: 9;background: white;min-width: 240px;}
.nav-dropdown>li.nav-dropdown-col{width:100%;border-right:0}
.nav-dropdown .nav-dropdown-col>ul li a{padding:10px;  text-transform: none;color:black}
.header-nav li.nav-dropdown-col:hover >ul{display:block !important}

.box-cus .box-text.text-center {
    padding: 0;
}
.title-pro {
    background-color: #f8f9f9;
    padding: 70px 0 50px;
}
.product-description a.single_add_to_cart_button.btn.btn-md.alt {
    background: #A71C20;
    color: #fff;
}
.bread-cus .col p {
    
    margin-bottom: 0px;
}
.bread-cus .col {
    margin: 0;
    padding: 0;
}
.entry-content.single-page .tab-content {
    border: 1px solid #ddd;
    padding: 35px;
    border-top: 0px;
}
.bread-cus {
    border: 1px solid #e7e7e7;
    border-style: solid none;
    box-shadow: 0 0 1px 0 rgb(0 0 0 / 14%);
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    padding: 12px 0;
}
.featured-content {
    background-color: #fff;
    border-top: #A71C20 5px solid;
    min-height: 120px;
    padding-bottom: 50px;
    left: 0;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    top: 100%;
    
    transition: .4s transform ease;
    width: 100%;
}

.featured-content .featured-title {
        padding-left: 63px;
    transition: .4s padding;
    color: #000;
    display: block;
    font-size: 18px;
    line-height: 1em !important;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 26px;
    background: transparent;
    margin-bottom: 15px;
}
.featured-title::before {
    background-color: #A71C20;
    content: "";
    left: 0;
    position: absolute;
    height: 72px;
    top: 0;
    width: 73px;
	    transition: .4s transform;
}
.featured-content .featured-title i {
    content: "";
    left: 0;
    position: absolute;
    height: 72px;
    top: 0;
    width: 73px;
    color: #fff;
    text-align: center;
    transition: .3s all;
    line-height: 72px;
}
.box-cus {
    min-height: 245px;
    background: #fff;
    border: 1px solid #e7e7e7;
    overflow: hidden;
    position: relative;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 15%);
    cursor: pointer;
}
.box-cus:hover .featured-title::before {
    transform: translateX(-100%);
	    transition: .4s transform;
}
.box-cus:hover .featured-content {
    transform: translateY(-40%)
}
.featured-content p {
    text-align: left;
    font-size: 12px;
}
.box-cus:hover .featured-title i{
    color: #A71C20;
}
a.btn.btn-md {
    color: #A71C20;
    margin: 10px 0;
    margin-bottom: 25px;
}
.icon-header {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -js-align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    width: 100%;
}
.icon-media {
    color: #A71C20;
    font-size: 30px;
}
.icon-title {
    padding-left: 23px;
    width: 100%;
}
.blog-cus .box.box-normal {
    box-shadow: 0 1px 2px 1px rgb(0 0 0 / 12%);
}
.blog-cus .box-text.text-left .post-title {
    padding: 5px 30px;
    height: 52px;
    overflow: hidden;
}
.blog-cus .box-text.text-left .post-meta {
    border: 1px solid #e5e5e5;
    border-style: solid none;
    margin: 15px 0;
    text-transform: uppercase;
    padding: 5px 30px;
}
.blog-cus .is-divider {
    display: none;
}
.blog-cus .box-text.text-left p.from_the_blog_excerpt {
    padding: 0 30px;
}
.blog-cus button.button {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), transparent 18px);
    background-color: #A71C20;
    font-size: 12px;
    padding: 11px 28px;
    bottom: -7px;
    left: 30px;
    position: relative;
    color: #ffffff;
    text-align: center;
}
.blog-cus button.button:after {
    border-color: #595959 transparent transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0 0;
    bottom: 3px;
    content: "";
    position: absolute;
    right: -4px;
    height: 0;
    width: 0;
}
.blog-cus .box-text{
	padding-bottom: 0px
}

/*************** #logo {
    width: 200px;
    position: relative;
    height: 100%;
}
div#logo::before {
    background-color: #A71C20;
    content: "";
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    width: 1200px;
}
div#logo::after {
    border-left: 0 solid #A71C20;
    border-right: 120px solid transparent;
    border-top: 144px solid #A71C20;
    content: "";
    height: 0;
    position: absolute;
    right: -120px;
    top: 0;
    width: 0;
}
.logo a{
	    height: 100%;
}
#logo img {
    background: #A71C20;
    height: 100%;
	max-height: 100% !important;
    object-fit: contain;
}
*/


.large-above-menu {
    display: table;
    float: right;
    height: 100%;
}
.large-above-menu > * {
    display: table-cell;
    padding-left: 30px;
    vertical-align: middle;
}
.large-above-menu .contact-info {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1.4286em;
    list-style: none;
    padding: 0;
}
.large-above-menu .contact-info li {
       display: inline-block;
    text-align: left;
    border-radius: 4px;
    padding: 7px 12px 7px 44px;
    position: relative;
    padding-left: 74px;
	    border: none;
}
.large-above-menu .contact-info i {
   border: 1px solid #e5e5e5;
    border-radius: 4px;
    font-size: 24px;
    height: 64px;
    line-height: 64px;
    width: 64px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    color: #A71C20;
}
.important {
    color: #A71C20 !important;
}
.contact-number {
    border-radius: 3px;
    line-height: 1em;
    min-height: 64px;
    padding: 15px 27px;
    text-align: center;
    text-transform: uppercase;
}
.contact-number > * {
    display: block;
}
.contact-number-number {
    font-size: 15px;
}

.contact-number > * + * {
    margin-top: 5px;
}
h1.entry-title.uppercase.mb-0 {
    text-align: center;
}
.product-type-simple {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 1px 2px 1px rgb(0 0 0 / 12%);
}
.product-header img {
    height: 200px;
    object-fit: contain;
    transition: all 0.5s;
}
h3.product-title {
    padding: 0 15px;
    height: 55px;
    overflow: hidden;
}
h3.product-title a {
    font-size: 15px;
    font-weight: 100;
}
.product-type-simple:hover img {
    opacity: 0.5;
      transform: scale(1.1);
    transition: all 0.5s;
}

.product-header {
    height: 200px;
    overflow: hidden;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.featured-content .featured-title {

    padding-top: 3px;}

}