/*!===================================================================================*/
/*!===================================================================================*/
/*!============================== X A Z E K - RESET CSS ==============================*/
/*!===================================================================================*/
/*!===================================================================================*/

/* ===== GLOBAL ===== */

:root {
    --white-color: #ffffff;
    --primary-color: #F47920;
    --secondary-color: #A43040;
    --main-dark-color: #333333;
    --light-dark-color: #666666;
    --grey-color: #cccccc;
    --light-grey-color: #EDEDED;
}


/* Open Sans */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/uploads/fonts/OpenSans-Regular.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/uploads/fonts/OpenSans-SemiBold.woff2') format('woff2');
  font-display: swap;
}

/* Quicksand */

@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/uploads/fonts/Quicksand-SemiBold.woff2') format('woff2');
  font-display: swap;
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    font-size: 16px;
    color: var(--main-dark-color);
    font-weight: 400;
    line-height: 27px;
    font-family: 'Open Sans', sans-serif;
	letter-spacing: 0px;
}

html body.page {
    margin: 0px auto !important;
}

p {
    text-align: left;
    margin-bottom: 20px;
}

a {
    text-decoration: underline !important;
    transition: 0.5s all;
    color: var(--primary-color);
}

a:visited {
    color: var(--secondary-color);
}

a:hover {
    color: var(--secondary-color);
}

section {
    margin-top: 100px;
}

.section {
    padding-top: 60px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Quicksand', sans-serif;
    color: var(--main-dark-color);
    margin-top: 0px;
    font-weight: 400;
}

h1.style2, h2.style2, h3.style2, h4.style2, h5.style2, h6.style2 {
    color: var(--secondary-color);
}

h1 {
    font-size: 44px;
    line-height: 120%;
    margin-bottom: 30px;
    font-weight: 600;
}

h2 {
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 30px;
    font-weight: 600;
}

h3 {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 15px;
    font-weight: 600;
}

h4 {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 10px;
    font-weight: 600;
}

h5 {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 10px;
    font-weight: 600;
}

h6 {
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 10px;
    font-weight: 600;
}

.btn, .wpcf7-submit {
    font-size: 13px;
    text-align: center;
    padding: 12px 20px 12px 20px !important;
    border-radius: 6px;
    transition: 0.5s all;
    line-height: 13px;
    display: inline-block !important;
    border: none;
    color: var(--main-dark-color);
    font-weight: 600 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
}

.btn:hover, .wpcf7-submit:hover {
    text-decoration: none !important;
}

.btn img {
    margin-left: 0px;
}

.btn-primary, .btn-primary:visited, .wpcf7-submit {
    color: var(--white-color) !important;
    border: solid 1px var(--primary-color) !important;
    background: var(--primary-color) !important;
}

.btn-primary:hover, .wpcf7-submit:hover {
    opacity: 0.5 !important;
}

.btn-secondary, .btn-secondary:visited {
    color: var(--white-color) !important;
    border: solid 1px var(--secondary-color) !important;
    background: var(--secondary-color) !important;
}

.btn-secondary:hover {
    opacity: 0.5 !important;
}

.btn-tertiary, .btn-tertiary:visited {
    color: var(--white-color) !important;
    border: solid 1px var(--white-color) !important;
    background: transparent !important;
}

.btn-tertiary:hover {
    opacity: 0.5 !important;
}

.btn-block {
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center !important;
}

.desktop-display-none {
    display: none !important;
}

#content ul, #content ol {
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 30px;
}

#content ul li, #content ol li {
    margin: 0px 0px 10px 0px;
}

.animation, .animation-home, .animation-home-2, .animation-home-3, .animation-home-4 {
    opacity: 0;
}

.animation-delay-25 {
    animation-delay: 0.25s;
}

.animation-delay-50 {
    animation-delay: 0.50s;
}

.animation-delay-75 {
    animation-delay: 0.75s;
}

.animation-delay-100 {
    animation-delay: 1s;
}

.animation-delay-125 {
    animation-delay: 1.25s;
}

.animation-delay-150 {
    animation-delay: 1.50s;
}

.animation-delay-175 {
    animation-delay: 1.75s;
}

.animation-delay-200 {
    animation-delay: 2s;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1440px;
}

.p-big {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
}

.xaz-image {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
    height: 400px;
}

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

.text-align-center p {
    text-align: center;
}

.width-100 {
    width: 100%;
}

.display-table {
    width: 100%;
    display: table;
    height: 100%;
    table-layout: fixed;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}



.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.row-space > .col-xs-1, .row-space > .col-sm-1, .row-space > .col-md-1, .row-space > .col-lg-1, .row-space > .col-xs-2, .row-space > .col-sm-2, .row-space > .col-md-2, .row-space > .col-lg-2, .row-space > .col-xs-3, .row-space > .col-sm-3, .row-space > .col-md-3, .row-space > .col-lg-3, .row-space > .col-xs-4, .row-space > .col-sm-4, .row-space > .col-md-4, .row-space > .col-lg-4, .row-space > .col-xs-5, .row-space > .col-sm-5, .row-space > .col-md-5, .row-space > .col-lg-5, .row-space > .col-xs-6, .row-space > .col-sm-6, .row-space > .col-md-6, .row-space > .col-lg-6, .row-space > .col-xs-7, .row-space > .col-sm-7, .row-space > .col-md-7, .row-space > .col-lg-7, .row-space > .col-xs-8, .row-space > .col-sm-8, .row-space > .col-md-8, .row-space > .col-lg-8, .row-space > .col-xs-9, .row-space > .col-sm-9, .row-space > .col-md-9, .row-space > .col-lg-9, .row-space > .col-xs-10, .row-space > .col-sm-10, .row-space > .col-md-10, .row-space > .col-lg-10, .row-space > .col-xs-11, .row-space > .col-sm-11, .row-space > .col-md-11, .row-space > .col-lg-11, .row-space > .col-xs-12, .row-space > .col-sm-12, .row-space > .col-md-12, .row-space > .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
}

.row-space-big > .col-xs-1, .row-space-big > .col-sm-1, .row-space-big > .col-md-1, .row-space-big > .col-lg-1, .row-space-big > .col-xs-2, .row-space-big > .col-sm-2, .row-space-big > .col-md-2, .row-space-big > .col-lg-2, .row-space-big > .col-xs-3, .row-space-big > .col-sm-3, .row-space-big > .col-md-3, .row-space-big > .col-lg-3, .row-space-big > .col-xs-4, .row-space-big > .col-sm-4, .row-space-big > .col-md-4, .row-space-big > .col-lg-4, .row-space-big > .col-xs-5, .row-space-big > .col-sm-5, .row-space-big > .col-md-5, .row-space-big > .col-lg-5, .row-space-big > .col-xs-6, .row-space-big > .col-sm-6, .row-space-big > .col-md-6, .row-space-big > .col-lg-6, .row-space-big > .col-xs-7, .row-space-big > .col-sm-7, .row-space-big > .col-md-7, .row-space-big > .col-lg-7, .row-space-big > .col-xs-8, .row-space-big > .col-sm-8, .row-space-big > .col-md-8, .row-space-big > .col-lg-8, .row-space-big > .col-xs-9, .row-space-big > .col-sm-9, .row-space-big > .col-md-9, .row-space-big > .col-lg-9, .row-space-big > .col-xs-10, .row-space-big > .col-sm-10, .row-space-big > .col-md-10, .row-space-big > .col-lg-10, .row-space-big > .col-xs-11, .row-space-big > .col-sm-11, .row-space-big > .col-md-11, .row-space-big > .col-lg-11, .row-space-big > .col-xs-12, .row-space-big > .col-sm-12, .row-space-big > .col-md-12, .row-space-big > .col-lg-12 {
    padding-left: 30px;
    padding-right: 30px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.row-space {
    margin-left: -15px;
    margin-right: -15px;
}

.row-space-big {
    margin-left: -30px;
    margin-right: -30px;
}

b {
    font-weight: 700;
}

strong {
    font-weight: 700;
}

.post, .page {
    margin: 0px !important;
}

.component-info {
    margin-top: 100px !important;
    font-weight: 700 !important;
    color: #e30613 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    margin-bottom: 20px !important;
}

#components {
    margin-top: 100px !important;
}

#components-1 {
    padding-top: 0px !important;
}

/* ===== FORM ===== */

.xaz-contact .wpcf7-form, .woocommerce-checkout{
    padding: 0px;
}

.xaz-contact input, .xaz-contact textarea, .wpcf7-select,  .woocommerce-checkout input, .woocommerce-checkout textarea, .xaz-contact .form-control {
    color: #222 !important;
    border: solid 1px #ccc !important;
    border-radius: 0px !important;
    padding: 10px 15px 10px 15px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    width: 100% !important;
    margin-bottom: 20px !important;
    font-family: 'Muli', sans-serif !important;
    height: auto !important;
    transition: none !important;
    box-shadow: none !important;
}

.xaz-contact input[type="radio"], .xaz-contact input[type="checkbox"], .woocommerce-checkout input[type="radio"], .woocommerce-checkout input[type="checkbox"] {
    margin: 4px 5px 0 !important;
    margin-bottom: 0px !important;
    margin-top: 1px !important;
    line-height: normal !important;
    width: auto !important;
    font-family: 'Muli', sans-serif !important;
    font-weight: 300 !important;
}

.xaz-contact label, .woocommerce-checkout label {
    font-weight: 300;
}

.xaz-contact input[type="file"] {
    display: inline-block;
    width: 300px !important;
}

.xaz-contact .wpcf7-list-item {
    margin: 0px !important;
}

.xaz-contact .wpcf7-list-item-label .expanded {
    display: none;
}

.xaz-contact .wpcf7-list-item-label .expanded.active {
    display: inline-block;
}

.xaz-contact .wpcf7-list-item-label strong {
    cursor: pointer;
}

.wpcf7-list-item-label {
    font-size: 14px;
    color: #707070;
    display: inline-block;
    line-height: 20px;
    padding-left: 30px;
    position: relative;
}

.xaz-contact .wpcf7-submit {
    display: inline-block !important;
    color: #fff !important;
    width: auto !important;
    margin-top: 15px;
    transition: 0.5s all !important;
    padding: 12px 40px 12px 40px !important;
    font-size: 18px !important;
    line-height: 18px !important;
}

.xaz-contact .wpcf7-submit:hover {
    color: #E30613 !important;
}

.acceptance {
    font-size: 14px;
    display: inline-block;
    padding-left: 25px;
    position: relative;
    line-height: 22px;
    color: #666;
}

.acceptance span {
    position: absolute;
    left: 0px;
    top: 0px;
}

/* ===== MOBILE ===== */

@media (max-width: 1360px) {
   .container-fluid {

   }
}

@media (max-width: 767px) {
    .desktop-display-none {
        display: block !important;
    }

    .mobile-display-none {
        display: none !important;
    }
}

@media (-webkit-device-pixel-ratio: 1.25) {
:root {
	zoom: 0.8;
}
}
