/**
 * Theme Name: tradewinds Child
 * Description: Child theme for the tradewinds
 * Author: LineThemes
 * Template: tradewinds
 */
.zoom-hm{overflow: hidden;}
.zoom-hm img {
  transition: transform 0.6s cubic-bezier(.25,.8,.25,1);
  transform-origin: center center;
  backface-visibility: hidden;
  will-change: transform;
}

.zoom-hm:hover img,
.zoom-hm:focus img {
  transform: scale(1.2);          /* zoom factor (1.1 - 1.3 recommended) */
}

.center-hm{    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;               
    font-size: 35px;              
    font-weight: 700;
    text-align: center;
    padding: 10px 15px;
    background: rgba(0,0,0,0.35); 
    border-radius: 6px;    
    letter-spacing: 1px;
    pointer-events: none;   }

.heading-hm1 {
	color: #1A1133 !important;
    font-size: 25px !important;
	font-size:1.25rem !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;}
.product-list img {    border-radius: 5px;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.12);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.12);}
.heading-hm-cat{    margin-top: 20px !important;}
.testimonial-text p{color:#ffffff !important;}
.testim .testimonial-text p{ color:#1a1133 !important;}
#site .testim .subtitle.subtitle {
    color: #1a1133 !important;
}

#site .testimonial .subtitle, #site .testimonial .company{
color:#ffffff !important;
}
.content-bottom-widgets .widget-title {
    font-size: 2rem !important;
}

@media only screen and (min-width: 320px) and (max-width: 544px) {
    body .site-topbar .topbar-text ul li i {
        font-size: 10px !important;
    }
}
@media only screen and (max-width: 768px) {
body .site-footer .content-bottom-widgets aside[data-width="8"]{margin-bottom:0px !important;}
}
.font-we-6{font-weight:600;}

#site .imagebox .box-header{
padding: 15px !important;
border-radius: 3px;
    width: 100% !important;
	bottom: 0px !important;
	padding: 10px !important;
background: linear-gradient(120deg, #FFFFFF 0%, #f0f4f9e6 100%) !important;
}
.txt-pr{text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.9); color: #ffffff !important;}