/***** Body ***/
body{
    color:#000; 
    font:normal 16px/1.85em SchadowBT-Roman
}

/***** Font Family ***/
.site-main-menu, .product-specification,  h1, h2, h3, h4, h5, h6, .btn, .header-contact ul, .hero-banner .hero-banner-content h2,
.read-more, .read-all-post, .sub-child-term, input[type="submit"],input[type="submit"]:hover
{
    font-family: ProximaNovaA-Regular
}

/***** Default *****/
*{
    word-wrap: break-word
}
a{
    color:#ffd71d;
    transition: all ease-in-out 0.5s
}
a:hover{
    color:#ffd71d
}
h1,h2,h3,h4,h5,h6{
    color:#000
}
h1,h2{
    margin-top: 0
}
.brand-color{
    color: #EA4498
}
p{
    margin-bottom:25px; 
    margin-top:0
}
.btn{
    border-radius:0; 
    -moz-border-radius:0; 
    -webkit-border-radius:0; 
    color:#000
}
img{
    max-width:100%;
    height:auto
}
a:focus{
    outline:none!important
}
a[href^="tel:"], a[href^="tel:"]:hover{
    text-decoration: none!important
}
input, textarea, input:focus{
    outline: none!important
}


/***** Heading *****/
h1,h2,h3,h4,h5,h6{
    font-weight: bold
}
h1{font-size: 50px}
h2{
    font-size: 50px;
    margin-top:0;
    margin-bottom: 15px;
}
h3{
    font-size: 30px;
    margin-top: 0
}

/***** List Style ****/
#page-wrapper ul, div[class*="col-category-"] ul{
    margin-left: 0;
    padding-left: 0;
    list-style: none
}
#page-wrapper ul li, div[class*="col-category-"] ul li{
    padding-left: 30px;
    position: relative
}
#page-wrapper ul li:before, div[class*="col-category-"] ul li:before{
    content: "\f00c"; 
    font-family: FontAwesome; 
    position: absolute; 
    margin-left: -26px;
    color: #ffd71d
}
ul.list li.list-group-item{
    border: none; 
    border-radius: 0;
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
    vertical-align: top;
    min-width: 250px;
    padding-right: 15px
}
li.list-group-item{
    border: none; 
    border-radius: 0;
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: top;
    padding-right: 15px
}

/***** Bootstrap Button ****/
.btn{ 
    border:1px solid transparent; 
    position: relative; 
    background-color: transparent; 
    min-width: 190px; 
    font-size:20px;
    color: #000;
    letter-spacing: -0.03em;
    font-weight: 600; 
    transition: background 0.45s ease-in-out 0s;
    padding:15px 15px
}
.btn:hover{
    color: #000; 
}
.btn.btn-default{
    background-color:#021323;
    color:#FFF;
    border: none;
    position: relative;
    overflow: hidden;
    margin-top: 10px
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active{
    background-color:#021323!important;
    border-color: transparent!important;
    color: #FFF!important
}
.btn.btn-default:hover{
    color: #000!important 
}
.btn-warning{
    position: relative;
    overflow: hidden       
}
.btn.btn-default:before, .btn-warning:before{
    background-color: #FFF;
    content: "";
    height: 101%;
    left: -1px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all ease-in-out 0.5s;
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    transform: translateX(-100%);
    width: 100%;
}
.btn-warning:before{
    background-color: #000;  
}
.btn.btn-default span, .btn-warning span{
    position: relative;
    z-index: 1
}
.btn.btn-default:hover:before, .btn-warning:hover:before{
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transform: translateX(0);
    left:0
}
.btn-warning{
    background-color:#FFE800;
    border: none;
    color: #000
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active{
    background-color:#FFE800!important;
    border-color: transparent!important;
    color: #000!important
}
.btn-warning:hover{
    color: #FFF!important 
}

/** iFrame Responsive **/
.iframe{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0
}
.iframe iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

/** Section **/
section{
    padding-top:75px;
    padding-bottom:75px
}
section header, .blog-listing-container header{
    max-width:860px;
    margin-left:auto;
    text-align:center;
    margin-right:auto
}
section header p:last-child{
    margin-bottom:0
}
section header{
    margin-bottom:35px
}

/*** Header Sticky **/
header.header{
    position:fixed; 
    width:100%; 
    z-index:2; 
    top:0; 
    left:0; 
    transition:all ease-in-out 0.5s
}
header.header .logo img{
    transition:height ease-in-out 0.5s; 
    max-width:none
}
.site-main-menu{
    transition:margin ease-in-out 0.5s
}
.sticky header.header{
    box-shadow:0 0 10px 4px rgba(0, 0, 0, 0.35)
}
.header{
    background-color: #021323;
    color: #FFF;
    font-size: 17px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top:6px solid #FFD71D
}
.header .navbar{
    border-radius: 0;
    min-height: 1px;
    margin-bottom: 0
}
.logo h1{
    margin-top: 0;
    margin-bottom: 0
}
.header-contact{
    float: right
}
.header-contact ul{
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 20px;
    list-style: none
}
.header-contact ul a{
    color: #FFF
}
.header-contact ul a:hover{
    color:#ffd71d
}
.header-contact ul i,
.header-contact ul em{
    color: #ffd71d;
    margin-right: 10px
}
.header-contact > *{
    display: inline-block;
    vertical-align: top;
    margin-left: 20px
}

/**** Header Menu ****/
.site-main-menu > ul > li.current-menu-item a,
    .parent_cat_verhuur .site-main-menu > ul > li.menu-item-180 > a,
    .parent_cat_verkoop .site-main-menu > ul > li.menu-item-181 > a,
    .site-main-menu > ul > li:hover a{
        color:#ffd71d
    }

/**** Main Banner ****/
.main-banner{
    width: 100%;
    height: auto;
    overflow: hidden;
    max-width: none
}
.hero-banner{
    padding-top:0;
    padding-bottom:0;
    margin-top: -1px;
    position: relative;
    z-index: 1
}
.hero-banner .container{
    position:relative
}
.hero-banner .hero-banner-content{
    position: absolute;
    left: 15px;
    bottom: 0;
    background-color: rgba(0,0,0,0.85);
    color: #FFF;
    max-width: 740px;
    padding: 40px;
    line-height: 1.55em
}
.hero-banner .hero-banner-content h2{
    font-size: 50px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
    color: #FFF
}
.hero-banner .hero-banner-content h2 a:hover{
    text-decoration: none
}
.hero-banner .hero-banner-content p{
    margin-bottom: 0
}

/**** Home Content ****/
.home-wrapper, 
.home-wrapper .container{
    position: relative
}
.home-wrapper .container{
    z-index: 1
}
.home-wrapper .row > div{
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: -4px
}
.home-content{
    padding:0 60px 0 120px
}
.home-wrapper h2{
    margin-top: 0
}
#page-wrapper{
    margin-top: -1px
}
#page-wrapper.home-wrapper{
    padding-top: 100px; 
    padding-bottom: 180px
}
.home-wrapper .bottom-img{
    position: absolute;
    right: 0;
    bottom: 0;
}
.home-wrapper .btn{
    margin-top: 12px
}

/**** Home Category Section ****/
.main-category{
    width: 100%;
    position: relative;
    padding-top:0;
    padding-bottom:0;
    overflow: hidden
}
.main-category:before, .main-category:after{
    content: "";
    height: 100%;
    width: 50%;
    top:0;
    bottom: 0;
    position: absolute;
}
.main-category:before{
    background-repeat:no-repeat;
    background-position:right bottom;
    background-color:rgba(255,239,18,0.9); 
    background-size:cover;
    left: 0;  
}
.main-category:after{
    right: 0;
    background-repeat:no-repeat;
    background-position:right bottom;
    background-color:rgba(0,0,0,0.98); 
    background-size:cover
}
div[class*="col-category-"]:before{
    display: none
}
div[class*="col-category-"] p{
    margin-top: 10px;
    margin-bottom: 10px
}
div[class*="col-category-"] a:hover{
    text-decoration: none
}
.col-category-verhuur h2 a{
    color: #000
}
.col-category-verkoop h2 a,
.col-category-verkoop h4{
    color: #FFF
}
.tablerow{
    position: relative;
    z-index: 1;
}
.tablerow>div{ 
    display: inline-block; 
    vertical-align: top; 
    float: none;
    margin-left: -4px
}
div[class*="col-category-"] ul{
    text-align: left
}
.col-category-verhuur{
    padding:85px 70px 85px 0
}
.col-category-verkoop{
    padding:85px 0 85px 70px;
    color:#FFF
}

.col-category-verhuur ul li:before{
    color:#000!important
}
.col-category-verkoop ul li:before{
    color:#FFF!important
}


.col-category-verkoop h2{
    color:#FFF
}
.col-category-verhuur .btn.btn-default{
    color:#ffd71d
}
.col-category-verhuur .btn.btn-default:hover, 
.col-category-verhuur .btn.btn-default:focus, 
.col-category-verhuur .btn.btn-default:active{
    background-color:#021323!important;
    border-color: transparent!important;
    color: #ffd71d!important
}
.col-category-verhuur .btn.btn-default:hover{
    color:#000!important
}
.gallery{
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    max-width: 1080px;
    list-style: none
}
.gallery li{ 
    width: 33.33%; 
    float: left;
    overflow: hidden;
    border:1px solid rgba(0,0,0,0.1);
    margin: -1px;
    position: relative
}
.gallery li img{
    width: 100%;
    max-height: 344px;
    height: auto
}
.gallery li a{
    display: block;
    transition: all ease-in-out 0.5s

}
.gallery li a:before{
    position: absolute;
    top:-1px;
    bottom: 0;
    content: "";
    width: 100%;
    background-color: rgba(0,0,0,0.75);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all 0.5s ease-in-out 0s;
    display: block
}
.gallery li:hover a:before{
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transform: translateY(0)
}
span[class*="overlay-"]{
    position: absolute;
    top:50%;
    left: 0;
    right: 0;
    z-index: 1;
    font-size: 20px;
    font-weight: bold;    
    opacity: 0;
    transition: all ease-in-out 0.5s;
    text-align: center;
    width: 100%;
    color: #FFF
}
.zoom-gallery{
    background: url("/wp-content/uploads/2017/11/expand.png") no-repeat scroll 0 0;
    bottom: 15px;
    opacity: 0;
    transition: all ease-in-out 0.5s;
    height: 18px;
    position: absolute;
    right: 15px;
    width: 18px;
}
.gallery li:hover span[class*="overlay-"], 
.gallery li:hover span.zoom-gallery{
    opacity: 1
}

/**** Contact ****/
.contact-wrapper > .container{
    max-width: 785px
}
.contact-wrapper header{
    text-align: center
}
input[type="text"], 
input[type="email"],
input[type="tel"],
textarea{
    background-color: #FDF7F7;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    line-height: 1em;
    padding-left: 20px;
    width: 100%;
}
input[type="text"],
input[type="tel"],
input[type="email"]{
    height: 52px;
}
textarea{
    height:210px;
    resize: none;
    padding-top: 15px
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
    opacity: 1
}
::-moz-placeholder { /* Firefox 19+ */
    color: #000;
    opacity: 1
}
:-ms-input-placeholder { /* IE 10+ */
    color: #000;
    opacity: 1
}
:-moz-placeholder { /* Firefox 18- */
    color: #000;
    opacity: 1
}
input[type="submit"],input[type="submit"]:hover{
    background-color: transparent;
    border: 1px solid transparent;
    color: #000!important;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.03em;
    min-width: 190px;
    padding: 15px;
    background-color: #ffe800
}
div.wpcf7 .ajax-loader{
    position: absolute
}
.wpcf7-form-control-wrap{
    display: block
}
div span.wpcf7-not-valid-tip{
    position: absolute;
    right: 0;
    bottom: 0;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    background-color: #021323;
    padding: 5px 10px
}
form div.wpcf7-response-output{
    background-color: #021323;
    padding: 10px;
    color: #FFF;
    border:none;
    width: 100%;
    max-width: 580px;
    text-align: center
}
.inv-recaptcha-holder{
    float: left;
    margin-top: -75px;
    margin-left: 240px
}
div.wpcf7 .ajax-loader{
    margin-top: 20px!important
}
.location-wrap{
    position: relative;
    padding-top: 0;
    padding-bottom: 0
}
.address-information{
    position: absolute;
    right: 0;
    background:url(/wp-content/uploads/2017/11/machine-grey-graphic.jpg) no-repeat;
    background-size: cover;
    width: 40%;
    top:0;
    padding:30px 50px;
    color: #FFF;
    bottom: 0;
    z-index: 1
}
.address-box{
    max-width: 415px
}
.address-information h4{
    font-size: 20px;
    color: #FFF
}
.address-box a{
    color: #FFF
}
.address-box h4+p{
    border-bottom: 1px solid rgba(255,255,255,0.25);
    padding-bottom: 18px
}
.address-box h4+p{
    position: relative;
    padding-left: 30px
}
.address-box h4+p:before{
    content: "\f041";
    font-family: FontAwesome;
    position: absolute;
    color: #DB4143;
    font-size: 30px;
    top:7px;
    margin-left: -30px
}
.address-information ul{
    margin-left:0;
    padding-left:0;
    list-style: none
}
.address-information ul li{
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

/**** Footer ****/
.footer{
    color: #FFF
}
.footer-top{
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    background:url(/wp-content/uploads/2017/11/white-machine.png) no-repeat center top;
    background-size: cover
}
.footer-top:after{
    position: absolute;
    top:0;
    bottom: 0;
    width: 100%;
    content: "";
    left: 0;
    right: 0;
    background-color:rgba(2, 19, 35, 0.94)
}
.footer-top .container{
    position: relative;
    z-index: 1
}
.footer-bottom{
    background-color: #031F35;
    padding-top:15px;
    text-align: center;
    padding-bottom: 15px
}
.footer-top h4{
    color: #FFF;
    font-size: 22px;
    font-weight: bold;
    font-family: SchadowBT-Roman;
    position: relative;
    margin: 0
}
.footer-top h4:after{
    content: "";
    width: 67px;
    bottom: 0;
    background-color: #FFF;
    height: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block
}
.footer-nav ul{
    margin-left: 0;
    padding-left: 0;
    list-style: none
}
.footer-nav ul li a{
    color: #FFF
}
.footer-bottom .container{
    position: relative
}
.footer-bottom p{
    margin: 0
}
.design-by{
    position: absolute;
    right: 0;
    top:0
}
.design-by a{
    color: #FFF
}
.footer-social a{
    color: #FFF
}
.footer-social a:hover{
    color: #ffd71d
}
.footer-contact{
    float: right
}
.footer-contact p{
    margin-top: 0;
    margin-bottom: 0
}
.footer-contact a{
    color: #FFF
}

/***** Post Detail Tab Active ****/
.single-post .site-main-menu > ul > li.menu-item-18>a{
    color: #ffd71d 
}

/***** Hero Banner ****/
#scrolldown {
    bottom: 30px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    z-index: 1;
    width: 40px;
    height: 40px;
    border:2px solid #ffd71d;
    color: #ffd71d;
    background-color: #021323;
    border-radius: 50%
}
#scrolldown em{
    position: absolute;
    top:50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#scrolldown.inner-sd img{
    max-width: 36px    
}
#scrolldown.inner-sd{
    bottom: -45px    
}

/* fixes potential theme css conflict */
.acf-map img {
    max-width: inherit !important;
}

/***** Google Map ****/
#bodyContent p{
    margin-top:5px; 
    margin-bottom:5px
}
#canvas-map, #acf-map {
    width: 100%;
    height: 405px;
    margin:0
}
.infobox {
    background:#021323;
    color: #FFF;
    font-family: arial;
    font-size: 13px;
    line-height:1.25em;
    position: absolute;
    display:block!important
}
.infobox a{
    color:#FFF
}
.infobox:after {
    border-color:#021323 transparent transparent;
    border-style: solid;
    border-width:7px 6px 0;
    bottom: -7px;
    content: "";
    display: block;
    height: 0;
    left:0; 
    right:0;
    position: absolute;
    width: 0;
    z-index:2;
    margin: 0 auto
}
.infobox .close {
    background:#ffd71d;
    cursor: pointer;
    float: right;
    font-size: 17px;
    height: 25px;
    line-height: 22px;
    position: relative;
    color:#000;
    right:0;
    text-align: center;
    top: 0;
    width: 25px;
    opacity: 1
}
.infobox .content{
    margin:15px
}

/***** Page Wrapper ****/
#page-wrapper{
    padding-top:75px;
    padding-bottom:75px;
    background:url('/wp-content/uploads/2017/11/stones.jpg') no-repeat center bottom;
    background-size:cover;
    position: relative
}
#page-wrapper .container{
    position: relative;
    z-index: 1
}
.contact-specific-image{
    position: absolute;
    right: 10px;
    bottom: 20px;
}
.contact-specific-image img{
    max-width: 345px
}  

/***** Inner Banner ****/
.pagebanner {
    background-color: #ccc;
    position: relative;
    text-align: center;
    z-index: 1
}
.pagebanner .heading-outer{
    position: absolute;
    top:50%;
    left: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}
.inner-banner-img{
    border: none;
    width: 100%;
    height:auto
}
.featuredfull{
    background-size: cover!important;
    padding-bottom: 30%;
    background-position: 0 0;
}
h1.bannertitle{
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    display: inline-block;
    font-size: 50px;
    padding: 20px 40px;
    text-transform: uppercase
}

/***** Inner - Blog Listing ****/
.blog-listing-featured-row{
    margin-bottom: 12px
}
.blog-listing-row > div{
    margin-top: 50px;
    margin-bottom: 0
}
.blog-listing-container h3{
    color: #000;
    margin-bottom: 4px
}
.blog-listing-container h3 a{
    color: #000 
}
.postdate{
    display: block;
    color: #666;
    font-size: 13px;
    line-height: 1em;
    margin-bottom: 10px
}
.blog-listing-container p{
    margin-bottom: 5px;
    font-weight: 300
} 
.img-holder{
    overflow: hidden;
    margin-bottom: 15px
}
.img-holder img{
    margin-top: 0;
    margin-bottom: 0
}
.read-more{
    color: #000;
    font-size:18px;
    font-weight: bold;
    text-decoration:none
}
.read-more:hover{
    color: #000;
    text-decoration:underline
}

/***** Blog Detail ****/
.single-blog{
    max-width: 700px
}
.blog-detail-content img{
    border: 1px solid rgba(0,0,0,0.6)
}

/***** Inner - Blog Sidebar ****/
.blog-sidebar h4{
    margin-top: 0;
    color: #ea4498;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.08)
}
.blog-sidebar ul{
    margin-left: 0;
    padding-left: 0;
    list-style: none
}
#page-wrapper .blog-sidebar ul li{
    display: block;
    position: relative;
    padding:15px 0;
    margin: 0 40px
}
#page-wrapper .blog-sidebar ul li:before{
    display: none
}
.blog-sidebar ul li+li{
    border-top: 1px solid rgba(0,0,0,0.15)   
}
.blog-sidebar ul li:before{
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    left: -22px;
}
.blog-sidebar ul li a{
    color: #000;
    font-weight: 300
}

/***** Blog Detail ****/
.sharify-btn-twitter .sharify-icon{
    padding-left: 10px
}
.no-comments{
    display: none
}
div.sharify-container{ 
    padding-bottom: 0
}
div#comments{
    margin-top: 0
}
#page-wrapper .sharify-container li:before{
    display: none
}
#page-wrapper .sharify-container li{
    padding-left: 3px
}

/***** Post Type - Projects ****/
.project-listing-row h3 a{
    color: #000
}
.go_back {
    color: #000;
    font-size: 22px;
    margin-top:30px;
    position:relative;
    font-weight: 600;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    text-decoration:underline
}
.project-gallery-row > div[class*="col-"]{
    margin-top:15px; 
    text-align: center;
    margin-bottom:15px
}
.go_back:hover{
    color:#000;
    text-decoration:none
}
.go_back:before{
    content:"";
    background:url(/wp-content/uploads/2017/11/arrow-icon.png) no-repeat;
    position:absolute;
    width:17px;
    height:13px;
    top:9px;
    left:0
}
.overlay-box{
    position: relative
}

/***** Product Sub Category and it's Post Listing ****/
.nofeatured{
    margin-top: 40px;
    margin-bottom: -30px
}
body[class*="term-"] #page-wrapper,
body[class*="single-"] #page-wrapper 
{
    background: transparent
}
.sub-child-term{
    margin-left: 0; 
    margin-bottom: 50px;
    padding-left: 0;
    font-size: 24px;
    list-style: none
}
#page-wrapper .sub-child-term li{
    margin:5px;
    padding: 0;
    display:block
}
#page-wrapper .sub-child-term li a{
    color: #000;
    padding:20px 25px;
    display: block
}
#page-wrapper .sub-child-term li a:hover{
    text-decoration: none
}
#page-wrapper .sub-child-term li.active{
    background-color: #F9E514;
    color: #000;
    position: relative
}
#page-wrapper .sub-child-term li.active:after{
    content: "";
    border-width:8px 10px;
    border-color:transparent transparent transparent #F9E514;
    border-style: solid;
    position: absolute;
    right:-20px;
    top:50%;
    margin-top: -8px
}
.sub-child-term li:before{
    display: none!important
}
#loading{ 
    position: absolute; 
    left: 0; 
    right: 0;
    width: 100%;
    text-align: center
}
.product-listing-row{
    margin-top: -6px
}
.product-listing .row{
    margin-left: -8px;
    margin-right: -8px
}
.product-listing div[class*="col-"]{
    padding:8px
}
.product-img-holder{
    overflow: hidden;
    position: relative
}
.product-img-holder{
    color: #FFF
}
.product-img-holder .overlay {
    position: absolute;
    bottom: 0;
    background-color:rgba(0,0,0,0.8);
    width: 100%;
    height:50px;
    transition: all ease-in-out 0.5s;
    padding: 15px 30px
}
.box-link{
    position: absolute;
    top:0;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    text-indent: -9999px;
    z-index: 111
}
.hide-overlay{
    opacity: 0; 
    transition: all ease-in-out 0.5s
}
.product-img-holder .overlay p{
    padding-top: 10px;
    line-height: 1.45em;
    padding-bottom: 0
}
.read-all-post{
    background-color:rgba(0,0,0,.8);
    bottom: 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    left: 0;
    letter-spacing: -0.05em;
    padding: 15px 30px;
    position: absolute;
    right: 0;
    width: 100%;
}
.read-all-post:after{
    content: "\f061";
    font-family: FontAwesome;
    right: 30px;
    position: absolute;
    font-weight: normal  
}
.read-all-post:hover{
    text-decoration: none;
    color: #FFF  
}
.product-img-holder{
    min-height: 259px
}
.product-img-holder img{
    margin-bottom: 0;
    max-height: 259px;
    margin-top: 0
}
.product-img-holder .overlay > h4{
    margin: 0;
    font-size: 18px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #FFF
}
.product-img-holder .overlay > h4  a{
    color: #FFF
}

/***** Product Detail ****/
.single-product #page-wrapper{
    padding-top: 45px
}
.product-single-info{
    background-color: #FAFAFA;
    padding: 45px;
    margin-top: 30px
}
.product-single-info ul{
    margin-bottom: 30px
}
.product-single-info ul li+li{
    margin-top: 10px
}
.btn-style.btn-warning{
    background-color: #4A4944!important;
    color: #FFF
}
.product-single-info .btn{
    margin-left: 25px
}
.product-single-info .btn+.btn{
    margin-left: 15px
}
.product-carousel{
    overflow: hidden
}
.product-carousel ul{
    margin-left: 0;
    padding-left: 0;
    list-style: none
}
.product-carousel ul li{
    padding-left: 0!important
}
.flex-control-nav{
    margin-left: -2px;
    margin-right: -2px
}
.flex-control-nav li{
    padding: 2px
}
.product-carousel ul li:before, .flex-direction-nav{
    display: none
}
.product-carousel .flex-control-thumbs li{
    width: 33.33%
}
.product-specification {
    font-size: 16px;
    line-height: 1.25em
}
.product-specification .row+.row{
    margin-top: 20px
}
.product-specification > div:nth-child(2n+3){
    clear: left
}
 .product-single-info .btn.btn-style,
 .product-single-info .btn.btn-style:hover,
 .product-single-info .btn-warning:active:focus, 
 .product-single-info .btn-warning:active:hover,
 .product-single-info .btn.btn-style:focus,
 .product-single-info .btn.btn-style:active,
 .product-single-info .btn.btn-style:hover span,
 .product-single-info .btn.btn-style:focus span,
 .product-single-info .btn.btn-style:active span
    {
        color: #FFF!important
    }
    .slick-dotted.slick-slider{
        margin-bottom: 5px
    }
    
    .slick-dots{
        margin-left: 0;
        padding-left: 0;
        list-style: none
    }
    .slick-dots li:before{
        display: none
    }
    .slick-track{
        margin-left: -5px;
        margin-right: -5px
    }
    .slick-dots{
        display: none!important
    }
    .slider-nav .slick-slide{
        padding: 4px;
        
    }
    .slick-slide img{
        object-fit:none
    }
    .slider-nav .slick-track{
        width: auto!important
    }
    .slider-nav .slick-track > div{
        width: auto!important
    }
    div.slider-nav.slick-initialized.slick-slider{
        margin-bottom: 0!important
    }
    #hide{
        display: none!important
    }
    .slider-nav img{
        max-width: 127px
    }

/***** Breadcrumbs ****/
.breadcrumbs{
    margin-top: 20px
}

/**** Back to top ***/
.bottom-to-top {
    position: fixed;
    right: 20px;
    bottom: 10px;

    z-index: 999;
}
.bottom-to-top:hover, .bottom-to-top:focus, .bottom-to-top:active{
    outline: none;
    text-decoration: none;
}
.bottom-to-top span{
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;

}
.top-to-bottom span{
    transform: rotate(90deg) !important;
    -webkit-transform: rotate(90deg) !important;
    -o-transform: rotate(90deg) !important;
    -moz-transform: rotate(90deg) !important;
    left: -2px !important;
}
.bottom-to-top {
    background: #ffd71d;
    /* box-shadow: 0 0 2px 1px rgb(248,147,31); */
    bottom: 80px;
    font-size: 34px;
    height: 44px;
    position: fixed;
    right: 20px;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 44px;
    z-index: 222;
}
.bottom-to-top span {
    bottom: 0;
    color: #000;
    height: 40px;
    left: 2px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 1px;
    width: 18px;
    transform: rotate(-90deg);
    -webkit-transform: rotate-(90deg);
    -o-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
} 

/**** Fancy Box *****/
.fancybox-toolbar >  button{
    display: none
}
.fancybox-toolbar >  button.fancybox-button--close{
    display: inline-block
}

/**** Quick Contact *****/
 .single #page-wrapper{
        padding-bottom: 0   
    }
.quick-contact{
    background:url(/wp-content/uploads/2017/11/cta-banner.jpg) no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom:40px;
    overflow: hidden;
    margin-top: 40px;
    position: relative
}
.quick-contact p{
    margin: 0
}
.quick-contact h2{
    color: #FFF;
    float: left;
    margin: 0;
    line-height: 55px;
    text-transform: uppercase
}
.quick-contact a.btn{
    float: right
}



/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 25px
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}