/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

h1, h2, h3, h4, h5, h6 {
    padding-top: 0;
}
.flex .w-text-h{
	display:flex;
}
footer .w-socials.style_colored .w-socials-item-link {
    background: #ea5b21;
}
.level_2 .menu-item  {
    text-transform: none;
	line-height:1.3;
}
.fancy-img img{
    border: 10px solid #fff;
    border-radius: 2vmax;
    box-shadow: 23px 23px 40px rgb(0 0 0 / 11%);
}
.fancy-grid-img{
    border: 10px solid #fff;
    border-radius: 2vmax;
    box-shadow: 10px 10px 20px rgb(0 0 0 / 11%);
}

.fancy-grid-img img {
    border-radius: 1.6vmax;
}
.fancy-product-img {
    border: 10px solid #fff;
    border-radius: 2vmax;
    box-shadow: 10px 10px 20px rgb(0 0 0 / 11%);
}
.fancy-product-img .woocommerce-product-gallery__image {
    border-radius: 1.5vmax;
}
.parent-img > .w-image-h{
    display: inline-block;
    margin-right: 3vmax;
}
.child-img > .w-image-h{
    display: block;
    position: relative;
    top: -3vmax;
    right: 0;
}
.fancy-img.child-img{
	max-width: 300px;
	margin-left: auto;
}
.subtitle {
    display: inline-block !important;
    border-bottom: 2px solid;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.fancy-title {
    font-size: 6vmax;
    line-height: 100%;
    font-weight: 700;
    color: #d0dfef;
    margin-bottom: .5rem;
}
.vison-carousel .owl-dots{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.vison-carousel .owl-dots .owl-dot{
    width: 100%;
}
.vison-carousel .owl-dots .owl-dot span{
    margin: 0;
    width: 100%;
    border-radius: 0;
    height: 2px;
    background: #d0dfef !important;
    border: 0 !important;
    box-shadow: none;
}
.vison-carousel .owl-dots .owl-dot.active span{
    background: #ff7432 !important;
}
.vison-carousel .owl-prev{
	display:none !important;
}
.vison-carousel .owl-nav {
    margin-top: -8px !important;
    position: relative;
    right: 0;
    float: right;
}
.vison-carousel .owl-next {
    right: 0;
    top: -3px;
    bottom: 0;
    margin: .4rem !important;
    margin-right: 0 !important;
}
.owl-carousel.navpos_outside .owl-nav {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 1.5rem;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none !important;
}
.owl-carousel.navpos_outside .owl-prev {
    left: auto;
    right: auto;
    top: auto;
    bottom: 0;
    transform: translateY(0px);
    position: relative;
    margin:.4rem !important;
}
.owl-carousel.navpos_outside .owl-next {
    right: auto;
    top: auto;
    bottom: 0;
    transform: translateY(0px);
    left: auto;
    position: relative;
    margin: .4rem !important;
}
.owl-prev:after {
    content: "\f060" !important;
    font-weight: 300;
	font-size: 14px;
}
.owl-next:after {
    content: "\f061" !important;
    font-weight: 300;
	font-size: 14px;
}
.hover-effect-1 .w-post-elm {
    padding: 1.5vmax 0;
    cursor: pointer;
}
.hover-effect-1 .w-post-elm img{
    transition: 0.25s;
    transition-timing-function: ease-out;
    transform: translateY(0);
}
.hover-effect-1 .w-post-elm img:hover {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    transition: all 1s ease-in-out;
}
body .gmwqp_inner_popup_op h3 {
    text-transform: uppercase;
}
.woocommerce-product-gallery img {
    width: 100%;
}
body .w-iconbox.iconpos_left.no_title .w-iconbox-icon {
    margin-top: 0.1rem;
}
body .w-iconbox.iconpos_left.no_title {
    align-items: flex-start;
}
.wpcf7-form .g-cols.via_grid {
    grid-gap: 1rem ;
}
.wpcf7-form-control-wrap {
    margin-top: 1rem;
}
.cf7submit {
    margin-top: 1rem;
}


@media (min-width: 1381px) {
    .l-subheader.at_middle .l-subheader-cell.at_left, .l-subheader.at_middle .l-subheader-cell.at_right {
        flex-basis: initial !important;
    }
}