/*
Theme Name: 301
Theme URI: https://301.com.co
Author: 301
Author URI: https://301.com.co
Description: Tema creado a medida para el sitio web de Uhmana.
Version: 1.0
License: Todos los derechos reservados
Text Domain: 301
*/

:root
{
    --301-color-base: #2a3830;
    --301-color-second: #f8b5aa;
    --301-color-alter: #ffffff;    
    --301-text-base: 16px;
    --301-text-small: 12px;
    --301-text-medium: 24px;    
    --301-text-title: 34px;        
    --301-text-big: 44px;
    --301-transition: all .5s;
}

@font-face 
{
    src: url('font/SF-Pro-Display-Light.ttf');
    font-family: '--301-light';
}

@font-face 
{
    src: url('font/Acumin-Pro-Semibold.ttf');
    font-family: '--301-bold';
}


body
{
    overflow-x: hidden;
    opacity: 0;
}

img
{
    display: block;
}

*
{   
    font-family: '--301-light';
    outline: 0;
    color: var(--301-color-base);
}

h1,h2,h3,h4,h5
{
    margin: 0;
    font-size: var(--301-text-base);
    line-height: 1.2;
    font-family: '--301-bold';
    font-weight: 100;
    text-transform: uppercase;
}

a
{
    text-decoration: none;
    transition: all .5s;
    opacity: 1;
}

a:hover,
header ._301_open span:hover,
input._301_submit:hover
{
    opacity: .5;
}

input._301_submit
{
    width: 30%;
    display: inline-block;
    padding: 10px 0;
    text-align: center;
    font-size: var(--301-text-small);
    text-transform: uppercase;
    margin: 0;
    border: 1px solid var(--301-color-second);
    background: var(--301-color-second);
    transition: all .5s;
    cursor: pointer;
}

a.no-hover:hover
{
    opacity: 1;
}

ul, ul li
{
    list-style: none;
    padding: 0;
    margin: 8px 0;
}

ol
{
    margin: 10px 0 10px 15px;
    padding: 0;
}

ol li
{
    margin: 0 0 7px 0;
}

p, span, label
{
    font-size: var(--301-text-base);
    line-height: 22px;
    text-align: left;    
}

p
{
    margin: 0 0 20px 0;
}

strong, b
{
    font-family: '--301-bold';
    text-transform: uppercase;
}

.owl-carousel,
.owl-carousel p
{
    text-align: center;
}

.owl-carousel button.owl-dot 
{
    background: #fff;
    width: 30px;
    height: 4px;
    border-radius: 0;
    margin: 0 12px;
}

.owl-carousel button.owl-dot.active 
{
    opacity: .2;
}

.owl-carousel .owl-stage
{
    margin: 0 auto;
}

.owl-nav 
{
   position: absolute;
    left: -30px;
    top: 0;
    right: -30px;
    bottom: 0;
    margin: auto;
    height: 30px;
    text-align: right;
    z-index: 10;
}

.owl-dots
{
    margin: auto;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

.owl-nav  button.owl-prev
{
    float: left;
}

.owl-nav button span
{
    font-size: 0;
    background: url(./img/301_arrow.svg) no-repeat center;
    background-size: 17px;
    padding: 10px;
}

.owl-nav button.owl-prev
{
    transform: rotate(180deg);
}

.grecaptcha-badge 
{
    visibility: hidden;
}

.wpcf7-form
{
    position: relative;
}

.wpcf7-form label
{
    font-family: '--301-bold';
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 10px;
    display: block;
}

.wpcf7-form p
{
    margin: 0 0 10px 0;
}

.wpcf7-form p:last-child
{
    margin: 0;
}

.wpcf7-form ._301_row
{
    position: relative;
}

.wpcf7-form .wpcf7-spinner
{
    position: absolute;
    right: 0;
    bottom: 5px;
}

.wpcf7-form .wpcf7-not-valid-tip
{
    font-size: var(--301-text-small);
    position: absolute;
    left: 2%;
    padding-left: 2%;
    top: 0;
    bottom: 0;
    height: fit-content;
    margin: auto;
    background: var(--301-color-alter);
    color: var(--301-color-second);
    letter-spacing: 1px;
}

.wpcf7 .wpcf7-form .wpcf7-response-output
{
    border: 0;
    font-size: var(--301-text-small);
    position: absolute;
    top: -40px;
    left: 0;
    padding: 0;
    margin: 0;
    letter-spacing: 1px;
    color: var(--301-color-second);
}

._301_mobile
{
    display: none !important;
}

._301_ct, ._301_ct_alter
{
    width: 80%;
    margin: 0 auto;
}

._301_flex
{
    display: flex;
    align-items: end;
}

._301_col
{
    flex: 1;
}

._301_modal
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgb(42 56 48 / 30%);
    display: none;
    width: 100%;
    height: 100%;
}

._301_modal ._301_content
{
    width: fit-content;
    height: fit-content;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 50%;
}

._301_modal ._301_close
{
    font-family: '--301-bold';
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: var(--301-text-medium);
    cursor: pointer;
}

._301_txt h1, 
._301_txt h2, 
._301_txt h3, 
._301_txt h4, 
._301_txt h5
{
    margin: 0 0 15px 0;
}

._301_txt p
{
    margin: 0 0 40px 0;
}

._301_txt ul
{
    margin: 20px;   
}

._301_txt ul li:before
{
  content: "\2022";  
  color: var(--301-color-second); 
  font-weight: bold; 
  display: inline-block;
  width: 1em; 
  margin-left: -1em; 
}

._301_search
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 90%);
    z-index: 12;
    display: none;
}

._301_search ._301_box
{
        width: fit-content;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    text-align: center;
    border: 1px solid var(--301-color-second);
    padding: 20px;
}

._301_search ._301_box input[type="submit"]
{
    text-align: center;
    font-size: var(--301-text-small);
    text-transform: uppercase;
    margin: 0 0 0 10px;
    border: 1px solid var(--301-color-second);
    background: var(--301-color-second);
    transition: all .5s;
    cursor: pointer;
    padding: 10px;
}

._301_search ._301_close 
{
    position: absolute;
    top: -30px;
    right: 0;
    cursor: pointer;
}

._301_search ._301_close *
{
    color: var(--301-color-second);
}

header
{
    margin: 25px 0 50px 0;
    position: relative;
    z-index: 10;
    transition: all .5s;
}

header ._301_menu
{
    text-align: center;    
}

header ._301_open
{
    display: none;
}

header ._301_open,
header ._301_cart
{
    flex: 10%;
}

header ._301_view
{
    flex: 80%;
    text-align: left;
}

header ._301_open span
{
    background: url(./img/301_menu.svg) no-repeat left;
    display: block;
    width: 50px;
    height: 22px;
    cursor: pointer;
    opacity: 1;
    transition: all .5s;
    opacity: 1;
    display: none;
}

header ._301_cart
{
    text-align: right;
}

header .menu-principal-container
{
    width: 100%;
}

header #menu-principal
{
    margin: 0;
}

header #menu-principal li
{
    display: inline-block;
    margin: 0 50px 0 0;
    vertical-align: bottom;
}

header #menu-principal li a,
body._301_sticky header #menu-principal li a
{
    font-family: '--301-bold';
    text-transform: uppercase;
}

body._301_sticky header #menu-principal li a
{
    color: var(--301-color-alter);
}

header li.current-menu-item > a,
footer li.current-menu-item a
{
    color: var(--301-color-second) !important;
}

header #menu-principal li._301_brand a
{
    background: url(./img/301_logo.svg) no-repeat bottom;
    height: 30px;
    display: inline-block;
    width: 150px;
    margin-right: 50px;
    color: transparent;
}

header .menu-item-has-children
{
    position: relative;
}

header .menu-item-has-children:hover .sub-menu
{
    display: block;
}

header .sub-menu
{
    display: none;
    position: absolute;
    left: 0;
    top: 20px;
    margin: 0;
}

header .sub-menu li
{
    margin: 0;
    display: block;
}

header .sub-menu li a
{
    font-size: 14px;
    padding: 10px 0 0 0;
    display: block;
}

header ._301_bag a
{
    position: relative;
    margin-left: 10px;
}

header ._301_bag ._301_count
{
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 12px;
    text-align: right;
}

header ._301_mobile_menu
{
    display: none;
}

body._301_sticky
{
    padding-top: 70px;
}

body._301_sticky header
{
    position: fixed;
    background: rgb(44 56 48 / 90%);
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 20px 0;
    box-shadow: 0 0 3px var(--301-color-base);
}

footer
{
    margin: 50px 0 0 0;
    padding: 50px 0;
    clear: both;
    text-align: center;
    background: #fafafa;
}

footer ._301_symbol
{
    flex: 10%;
    margin-right: 10%;
}

footer ._301_news
{
    flex: 1;
}

footer ._301_submenu
{
    align-items: start;
}

footer ._301_news .wpcf7-form-control-wrap
{
    width: 70%;
    display: inline-block;
}

footer ._301_news input.wpcf7-email
{
    background: none;
    border-top: 1px solid;
    border-bottom: 1px solid;
    width: 98%;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 10px 0 10px 2%;
    border-right: 0;
    border-left: 1px solid;
    font-size: var(--301-text-small);    
}

footer ._301_legal h4
{
    font-size: 10px;
    font-family: '--301-light';
    letter-spacing: 0;
    text-align: center;
    margin-top: 50px;
}

footer ._301_brand_legal p
{
    text-align: center;
    font-size: var(--301-text-small);
    letter-spacing: 2px;
    margin: 0;
}

footer ._301_social
{
    width: fit-content;
    margin: 30px auto;
    grid-column-gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}


footer ._301_submenu ul li._301_title
{
    font-weight: bold;
    text-transform: uppercase;
    font-size: var(--301-text-small);
    letter-spacing: 2px;
}

footer ._301_whatsapp
{
    position: fixed;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    background: var(--301-color-base);
    z-index: 10;
    border-radius: 80% 0 0;    
}

footer ._301_whatsapp *
{
    text-align: center;
    display: block;
    margin: 0 0 0 4px;
    font-size: 25px;
    line-height: 60px;
    color: var(--301-color-alter);
}

body.home header #menu-principal li a,
body.page-template-manifest header #menu-principal li a,
body.home header ._301_cart *,
body._301_sticky header ._301_cart *,
body.page-template-manifest header ._301_cart *
{
    color: var(--301-color-alter);
}

body.home header #menu-principal li._301_brand a,
body.page-template-manifest header #menu-principal li._301_brand a,
body._301_sticky header #menu-principal li._301_brand a
{
    background-image: url(./img/301_logo_alter.svg);
    color: transparent !important;
}

._301_products
{
    padding: 50px 0 20px 0;
    margin: 50px 0;
}

._301_products.clear
{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

._301_products.clear h4
{
    margin-bottom: 50px;
    display: block;
    text-align: center;
}

._301_home ._301_banner,
._301_manifest ._301_banner
{
    width: 100%;
    margin: -220px auto 0 auto;
    position: relative;
    z-index: 1;
}

._301_home ._301_banner iframe
{
    height: 60vh;
}

._301_home ._301_products
{
    padding: 0;
    margin: 50px 0 0 0;
}

._301_home .owl-item img
{
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
}

._301_shipments ._301_ct_alter
{
    text-align: center;
}

._301_shipments ._301_icon
{
    width: 40px;
    margin: 0 auto 20px auto;
}

._301_shipments p
{
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

._301_shipments ._301_title 
{
    margin: 0 0 50px 0;
}

._301_shipments ._301_txt p
{
    text-transform: none;
    margin-bottom: 20px;
}

._301_shipments ._301_txt
{
    margin-top: 50px;
}

._301_contact ._301_flex._301_gap
{
    column-gap: 10%;
    align-items: center;
}

._301_contact ._301_form h3
{
    margin-bottom: 15px;
}

._301_contact ._301_form p
{
    margin-bottom: 40px;
}

._301_contact input[type=text].wpcf7-form-control,
._301_contact input[type=email].wpcf7-form-control
{
    border: 0;
    border-bottom: 1px solid;
    margin: 0 0 30px 0;
    padding: 2px 0;
    width: 100%;
}

._301_contact .check-301
{
    display: inline-block;
    margin-right: 5px;
}

._301_contact span.wpcf7-list-item
{
    margin: 0;
}

._301_contact ._301_habeas a
{
    display: inline-block;
    font-size: var(--301-text-small);
    padding-bottom: 1px;
    border-bottom: 1px solid;
}

._301_contact ._301_links a
{
    font-weight: 800;
    font-family: '--301-bold';
    margin-top: 15px;
    display: block;
}

._301_contact ._301_links ._301_col:last-child a
{
    text-align: right;
}

._301_contact input._301_submit
{
    margin-top: 50px;
}

._301_contact ._301_banner
{
    margin-bottom: 50px;
}

._301_manifest ._301_copy
{
    margin: 50px 0;
}

._301_manifest ._301_copy p
{
    margin: 0;
    font-style: italic;
}

._301_manifest ._301_symbol
{
    width: 90px;
    display: block;
    margin-bottom: 20px;
}

._301_fitting ._301_sizes 
{
    display: flex;
    column-gap: 50px;
    align-items: start;
}

._301_fitting ._301_sizes ._301_item
{
    flex: 1;
}

._301_fitting ._301_sizes ._301_item img
{
    width: 100%;
    display: block;
}

._301_fitting ._301_txt p
{
    text-align: center;
    margin: 50px 0;
}

._301_figure ._301_flex
{
    align-items: center;
    column-gap: 100px;
}

._301_figure ._301_info h2
{
    font-size: var(--301-text-base);
    font-weight: 100;
    letter-spacing: 1px;
}

._301_figure ._301_info h2 img
{
    display: inline-block;
    vertical-align: bottom;
    width: 35px;
    margin-right: 10px;
}

._301_figure ._301_info p
{
    margin: 0;
}

._301_figure ._301_info li
{
    padding-left: 15px;
}

._301_page ol,
._301_page ._301_txt ul
{
    margin: 20px;
}

._301_page ._301_txt p
{
    margin: 0 0 20px 0;
}

._301_page ol li
{
    margin: 0 0 10px 0;
}

._301_page h1,
._301_page h2,
._301_page h3,
._301_page h4,
._301_page h5
{
    font-size: 18px;
    margin-top: 40px;
}

._301_page strong
{
    text-transform: none;
}

._301_page .woocommerce ul.products
{
    margin: 0 auto;
}

section.related.products
{
    clear: both;
    padding: 50px 0 0 0;
    display: block;
}

section.related.products > h2
{
    font-size: var(--301-text-base);
    text-align: center;
}

section.related.products li:before,
.products li.product:before
{
    display: none;
}

.woocommerce ul.products li.product
{
    margin-bottom: 50px;
}

.woocommerce ul.products li.product .price,
.woocommerce .products ul, .woocommerce ul.products,
.woocommerce div.product div.images
{
    margin: 0;
}

.woocommerce .variations span
{
    line-height: 20px;
    border: 1px solid;
    padding: 2px 4px;
}
 
.woocommerce .single-product div.product .woocommerce-product-gallery .flex-viewport
{
    width: 75%;
    float: right;
}
 
.woocommerce .single-product div.product .woocommerce-product-gallery .flex-control-thumbs
{
    width: 25%;
    float: right;
}
 
.woocommerce div.product div.images .flex-control-thumbs li
{
    width: 90%;
    margin: 0 0 10px 0;
}

.woocommerce .single-product ._301_header h1,
.woocommerce .single-product ._301_header p
{
    margin: 0;
    text-transform: uppercase;
}

.woocommerce .single-product ._301_header p._301_des
{
    margin-top: 30px;
    text-transform: none;
}

.woocommerce .summary .price
{
    font-weight: bold;
    letter-spacing: 2px;
}

.woocommerce .single-product ._301_attributes label
{
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: var(--301-text-small);
    letter-spacing: 2px;
}

.woocommerce .single-product ._301_attributes p
{
    font-size: 12px;
    margin-bottom: 5px;
}

.woocommerce .single-product ._301_footer p
{
    display: block;
    vertical-align: bottom;
    margin: 0 0 10px 0;
}

.woocommerce .single-product ._301_footer a
{
    text-transform: uppercase;
    font-size: var(--301-text-small);
    letter-spacing: 1px;
    border-bottom: 1px solid;
    padding-bottom: 2px;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th
{
    display: block;
    line-height: 1;
    text-align: left;
}

.woocommerce div.product form.cart .variations label
{
    text-transform: uppercase;
    font-size: var(--301-text-small);
    letter-spacing: 2px;
}

.woocommerce div.product form.cart .variations ul
{
    margin: 0;
}

.woocommerce div.product form.cart .variations ul li
{
    border: 0;
    margin: 0;
    padding: 2px;
    box-shadow: none;
    border-radius: 0;
    height: auto;
}

.wcboost-variation-swatches__wrapper
{
    display: block;
}

.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary
{
    width: 38%;
    padding-left: 10%;
    float: none;
    display: inline-block;
}

.wcboost-variation-swatches--has-tooltip .wcboost-variation-swatches__item:before
{
    width: auto;
}

.woocommerce .quantity .qty
{
    padding: 10px 5px;
    width: 30px;
    text-align: center;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid;
    font-size: var(--301-text-small);
}

.woocommerce div.product form.cart .button,
.woocommerce .woocommerce-error .button, 
.woocommerce .woocommerce-info .button, 
.woocommerce .woocommerce-message .button, 
.woocommerce-page .woocommerce-error .button, 
.woocommerce-page .woocommerce-info .button, 
.woocommerce-page .woocommerce-message .button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button
{
    background: var(--301-color-second);
    text-transform: uppercase;
    font-size: var(--301-text-small);
    color: var(--301-color-base);
    font-weight: 100;
    opacity: 1;
    border: 0;
    padding: 12px 14px;
    border-radius: 0;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button
{
    background: var(--301-color-base) !important;
    color: var(--301-color-alter) !important;
    text-transform: uppercase;
    font-size: var(--301-text-small);
    font-weight: 100;
    opacity: 1 !important;
    border: 0;
    padding: 12px 14px;
    border-radius: 0;
}

.woocommerce div.product form.cart .button:hover,
.woocommerce .woocommerce-error .button:hover, 
.woocommerce .woocommerce-info .button:hover, 
.woocommerce .woocommerce-message .button:hover, 
.woocommerce-page .woocommerce-error .button:hover, 
.woocommerce-page .woocommerce-info .button:hover, 
.woocommerce-page .woocommerce-message .button:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover
{
    background: var(--301-color-base);
    color: var(--301-color-alter);
}

.woocommerce-message 
{
    border-top-color: var(--301-color-base);
    background: #fafafa;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img
{
    width: 80px;
}


.woocommerce-pagination ul.page-numbers li::before {
    display: none;
}

@media (min-width: 2500px)
{
    html
    {
        zoom: 1.4;
    }
}

@media (max-width: 1200px)
{
    ._301_mobile
    {
        display: block !important;
    }

    header ._301_open
    {
        display: block;
    }

    header ._301_open span
    {
        display: block;
    }

    header #menu-principal li
    {
        display: none;
    }

    header #menu-principal li._301_brand 
    {
        display: block;
        margin: 0 auto;
        width: fit-content;
    }

    header #menu-principal li._301_brand a
    {
        margin: 0;
    }

    header #menu-principal li
    {
        margin: 0;
    }

    header ._301_open, header ._301_cart, header ._301_view
    {
        flex: 1;
    }

    header
    {
        margin: 0;
        padding: 20px 0;
    }

    header ._301_mobile_menu
    {
        position: fixed;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        height: fit-content;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    header ._301_mobile_menu:after
    {
        position: fixed;
        z-index: -1;
        content: " ";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgb(255 255 255 / 90%);
    }

    header ._301_mobile_menu li a
    {
        text-transform: uppercase;
        font-weight: bold;
        display: block;
        margin: 30px 0;
    }

    header ._301_mobile_menu li._301_brand
    {
        display: none;
    }

    body._301_sticky header
    {
        background: rgb(255 255 255 / 90%) !important;
    }

    body.home header #menu-principal li a,
    body.page-template-manifest header #menu-principal li a,
    body.home header ._301_cart *,
    body.page-template-manifest header ._301_cart *,
    body._301_sticky header ._301_cart *
    {
        color: var(--301-color-base);
    }

    body._301_sticky header #menu-principal li._301_brand a,
    body.home header #menu-principal li._301_brand a,
    body.page-template-manifest header #menu-principal li._301_brand a
    {
        background: url(./img/301_logo.svg) no-repeat bottom;
    }

    ._301_home ._301_banner, ._301_manifest ._301_banner
    {
        margin: 0 auto 0 auto;
    }

    ._301_ct_alter, ._301_ct
    {
        width: 90%;
    }    

    body .woocommerce div.summary.entry-summary
    {
        float: none;
        width: 100%;
        padding: 0;
        margin: 4em 0 0 0;
    }

    ._301_modal ._301_content
    {
        max-width: 90%;
    }

    ._301_modal ._301_close
    {
        line-height: 1;
        top: 0;
    }

    ._301_fitting ._301_sizes
    {
        column-gap: 10px;
    }

    ._301_figure ._301_flex
    {
        display: block;
    }

    ._301_col._301_txt
    {
        margin-top: 4em;
    }

    ._301_contact ._301_flex._301_gap
    {
        flex-flow: column-reverse;
    }

    ._301_contact ._301_form
    {
        margin-top: 50px;
    }

    ._301_shipments ._301_flex
    {
        align-items: start;
    }

    footer ._301_submenu
    {
        display: block;
    }

    footer ._301_symbol
    {
        margin: 0 auto 30px auto;
        width: 30%;
    }

    footer .wpcf7-form label
    {
        text-align: center;
    }

    footer ._301_submenu ._301_col
    {
        margin: 0 0 50px 0;
    }

    header .sub-menu
    {
        display: block;
        position: relative;
        top: 0;
    }
}

@media (max-width: 800px)
{   
    ._301_home .owl-item img
    {
        aspect-ratio: 9 / 16;        
    }
}