/*
	Theme Name: Theme
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Val Wroblewski // Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --primary: 0,56,95;
    --secondary: 222,32,21;
    --third: 12,101,103;
    --border-radius: 8px;
    --light-grey: 236,241,245;
    --grey: 170,170,170;
    --border: 170,170,170;
}
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin:5px 20px 30px 0;
}
.aligncenter,
div.aligncenter {
    display:block;
    margin:5px auto 30px auto;
}
.alignright {
    float:right;
    margin:5px 0 30px 20px;
}
.alignleft {
    float:left;
    margin:5px 20px 30px 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%;
    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 .wp-caption-text,
.gallery-caption {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/* html element 62.5% font-size for REM use */
html {
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    overflow-x: hidden;
}
body {
    width: 100vw;
}
.desktop {
    display: block;
}
.mobile {
    display: none;
}
@media only screen and (max-width:768px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
}
.d-block {
    display: block !important;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
a {
	color: rgb(var(--third));
	text-decoration:none;
}
a:hover {
	color: inherit;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
strong {
    color: rgb(var(--third));
}

/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/

h1,h2,h3,h4,h5,h6 {
    color: rgb(var(--primary));
    margin: 35px 0 15px;
}
h1 {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
}
h2 {
    font-size: 36px;
    font-weight: 500;
}
.page-template-ww-default-page-template .wp-content h2 {
    /*font-size: 26px;
    font-weight: 500;*/
}
.wp-content ul {
    max-width: 600px;
    margin: 0 auto 40px;
}
h3 {
    font-size: 23px;
    margin: 0 0 20px;
    font-weight: 700;
}
h4 {
    margin: 0 0 20px;
    font-size: 19px;
}
h5 {
    margin: 0 0 20px;
    font-size: 30px;
    font-weight: 400;
    color: rgb(var(--secondary));
}
p {
    line-height: 1.4;
}
p,li {
    font-size: 20px;
    color: rgb(var(--primary));
    margin: 0 0 15px;
}
li::marker {
    color: rgb(var(--grey));
    font-size: 18px;
}

a.tel {
    font-size: 26px;
    font-weight: 700;
    color: rgb(var(--secondary));
}
blockquote,
blockquote p {
    color: rgb(var(--secondary));
    font-size: 23px;
    padding: 5px 0;
}
@media only screen and (max-width:768px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 32px;
        line-height: 1.3;
        font-weight: 500;
    }
    h3 {
        font-size: 19px;
        margin: 25px 0 10px;
    }
    h4 {

    }
    h5 {
        font-size: 24px;
    }
    a.tel {
        display: block;
        padding-top: 15px;
        font-size: 18px;
    }
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.container {
    width: 96%;
    max-width: 1200px;
    margin: auto;
}
section.section-container h1,
section.section-container h2,
section.section-container h3,
section.section-container h4,
section.section-container h5,
section.section-container h6,
section.section-container p,
section.section-container a,
section.section-container li {
    color: inherit;
}
.wp-content {
    padding: 20px 0 45px;
}
.wp-content h2:first-of-type,
.wp-content h3:first-of-type,
.wp-content h4:first-of-type {
    margin-top: 0;
}
.wp-content a:not(.btn) {
    color: rgb(var(--secondary));
}
@media only screen and (max-width:768px) {
    .wp-content {
        padding: 0 0 20px;
    }
}
section .section-content {
    width: 96%;
    max-width: 1460px;
    padding: 20px 30px 30px;
    border-radius: 20px;
    margin: auto;
    margin-bottom: 40px;
}
section .content {
    width: 100%;
    padding: 20px 0 30px;
}
.pt-30 {
    padding-top: 30px !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.pt-50 {
    padding-top: 50px !important;
}
@media only screen and (max-width:768px) {
    .pt-30 {
        padding-top: 10px !important;
    }
    .pt-40 {
        padding-top: 20px !important;
    }
    .pt-50 {
        padding-top: 30px !important;
    }
}

.row {
    display: flex;
}
.col {
    flex: 1;
    padding: 0 30px;
}
.row .col:first-child {
    padding-left: 0;
}
.row .col:last-child {
    padding-right: 0;
}
.col.col-2 {
    flex: 2;
}
.col.col-3 {
    flex: 3;
}
.col.col-4 {
    flex: 4;
}
.col.col-5 {
    flex: 5;
}
.col-50 {
    max-width: 50%;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.btn {
    padding: 14px 25px;
    border-radius: var(--border-radius);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    display: inline-block;
    margin: 0 0 25px;
}
.btn.btn-primary {
    background-color: rgb(var(--primary));
    color: white;
}
.btn.btn-secondary {
    background-color: rgb(var(--secondary));
    color: white;
}
.btn.btn-light {
    background-color: white;
    color: rgb(var(--secondary));
}
.image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.image.bottom-image {
    background-position: bottom;
}
/*------------------------------------*\
    SLICK SLIDER
\*------------------------------------*/
.slick-dots {
    bottom: -30px
}
.slick-dots li {
    margin: 0 5px;
}
.slick-dots li,
.slick-dots li button {
    width: 60px;
    height: 12px;
}
.slick-dots li:only-child {
    display: none;
}
.slick-dots li button::before {
    content: '';
    width: 60px;
    height: 12px;
    background: rgb(var(--secondary));
    border-radius: 12px;
    opacity: 1;
}
.slick-dots li.slick-active button::before {
    background: rgb(var(--primary));
    opacity: 1;
}
@media only screen and (max-width:768px) {
    .slick-dots {
        bottom: -14px
    }
    .slick-dots li,
    .slick-dots li button,
    .slick-dots li button::before {
        width: 30px;
    }
    .slick-dots li,
    .slick-dots li button {
        height: 10px;
    }
    .slick-dots li button::before {
        content: '';
        /*width: 30px;*/
        height: 10px;
        background: rgb(var(--secondary));
        border-radius: 10px;
        opacity: 1;
    }
    .slider.home-page .slick-dots {
        bottom: -75px;
    }
}

/*-------------------------------------
 * HR LINES
 */
hr {
    border: none;
    border-bottom: 2px solid rgb(var(--light-grey));
    margin: 30px 0 0;
}
hr.arrow-line-02 {
    background-image: url('/wp-content/uploads/2025/05/arrow-line-02.svg');
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    display: block;
    width: 260px;
    height: 60px;
    margin: 0 auto;
}
hr.arrow-line-03 {
    background-image: url('/wp-content/uploads/2025/05/arrow-line-03.svg');
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    display: block;
    width: 240px;
    height: 60px;
    margin: auto;
}
hr.arrow-line-03-dark {
    background-image: url('/wp-content/uploads/2025/05/arrow-line-03-dark.svg');
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    display: block;
    width: 240px;
    height: 60px;
    margin: auto;
}
.btn.with-arrow-left-01,
.btn.with-arrow-right-02 {
    position: relative;
}
.btn.with-arrow-right-02::before {
    background-image: url('/wp-content/uploads/2025/05/arrow-right-02.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 70px;
    height: 50px;
    display: block;
    position: absolute;
    top: -2px;
    left: -82px;
    content: '';
}
.btn.with-arrow-left-01::before {
    background-image: url('/wp-content/uploads/2025/05/arrow-left-01.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 100px;
    height: 90px;
    display: block;
    position: absolute;
    top: -50px;
    right: -105px;
    content: '';
}
@media only screen and (max-width:768px) {
    .btn.with-arrow-right-02::before {
        width: 60px;
        height: 45px;
        top: 0;
        left: -65px;
    }
    .btn.with-arrow-left-01::before {
        width: 80px;
        height: 80px;
        top: -42px;
        right: -80px;
    }
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
header {
    box-shadow: 0 0 45px rgba(35,40,45,0.45);
}
header .top {
    padding: 25px 0 10px;
}
header .top .logo img {
    height: 50px;
}
header .bottom {
    padding: 0 0 2px;
}
@media only screen and (max-width:768px) {
    header .top {
        padding: 10px 5px 5px;
    }
    header .top .logo img {
        position: absolute;
        margin-top: 16px;
        height: 40px;
    }
    header .bottom {
        padding: 10px 5px 8px;
    }
}
header .bottom .navbar-trigger {
    display: none;
}
header .bottom .navbar-trigger a .bar {
    display: block;
    width: 27px;
    height: 4px;
    border-radius: 4px;
    background: rgb(var(--third));
    margin-bottom: 6px;
    margin-left: auto;
    margin-right: 0;
}
@media only screen and (max-width:768px) {
    header .bottom .navbar-trigger {
        display: block;
    }
}
header .bottom nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
header .bottom nav ul li {
    margin: 12px 15px;

}
header .bottom nav ul li>a {
    border-bottom: 3px solid transparent;
}
header .bottom nav ul li.current-menu-item>a {
    border-color: rgb(var(--secondary));
}
header .bottom nav ul li.current-menu-parent {
    border-color: rgb(var(--grey));
}
header .bottom nav ul li.menu-item-has-children {
    position: relative;
}
header .bottom nav ul li.menu-item-has-children::after {
    position: absolute;
    right: -13px;
    top: 3px;
    display: block;
    content: "\2039";
    transform: rotate(-90deg);
    font-size: 28px;
    line-height: 26px;
    font-weight: 500;
    color: rgb(var(--secondary));
}
header .bottom nav ul li.menu-item-has-children ul.sub-menu {
    display: none;
    position: absolute;
    z-index: 5;
    padding: 8px 0 0;
    background: white;
    flex-direction: column;
}
header .bottom nav ul li.menu-item-has-children ul.sub-menu li {
    display: block;
    padding: 0;
    margin: 0;
}
header .bottom nav ul li.menu-item-has-children ul.sub-menu li a {
    width: 100%;
    padding: 8px 25px;
    white-space: nowrap;
}
header .bottom nav ul li.menu-item-has-children ul.sub-menu li a:hover {
    background: #e5e5e5;
}
header .bottom nav ul li.menu-item-has-children:hover >
    ul.sub-menu {
    display: block;
}
header .bottom nav ul li a {
    font-size: 17px;
    display: inline-block;
    padding: 4px 3px;
    color: rgb(var(--primary));
    text-transform: uppercase;
}
@media only screen and (max-width:768px) {
    header .bottom nav {
        display: none;
    }
    header .bottom nav ul {
        flex-direction: column;
        justify-content: space-between;
    }
    header .bottom nav ul li {
        margin: 3px 5px;
    }
    header .bottom nav ul li.menu-item-has-children::after {
        display: none;
    }
    header .bottom nav ul li.menu-item-has-children ul.sub-menu {
        display: block;
        position: static;
    }
}
/*------------------------------------*\
    PAGE HEADER
\*------------------------------------*/
header {
    position: relative;
    z-index: 2;
    box-shadow: 0 0 25px rgba(35,40,45,0.5);
}
.page-header {

}
.page-header.home {
    padding: 40px 0;
}
.page-header.home .slider .slide {
    overflow: hidden;
    border-radius: 20px;
    margin: 0 20px;
}
.page-header.home .text-content {
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.page-header.home .text-content h1 {
    margin: 0;
    margin-bottom: 20px;
}
.page-header.home .text-content p {
    font-size: 30px;
    margin: 20px auto 60px;
    max-width: 350px;
    color: rgb(var(--secondary));
}
@media only screen and (max-width:768px) {
    .page-header.home {
        padding: 20px 0;
    }
    .page-header.home .slider .slide {
        border-radius: 10px 10px 0 0;
    }
    .page-header.home .text-content {
        margin-top: -50px;
    }
    .page-header.home .text-content h1 {
        position: relative;
        z-index: 5;
        font-size: 25px;
        max-width: 280px;
        top: -28px;
        background: rgb(var(--primary));
        color: white;
        display: inline-block;
        padding: 14px 25px;
        margin-bottom: 25px;
        border-radius: var(--border-radius);
    }
    .page-header.home .text-content p {
        font-size: 19px;
        margin: 2px auto 30px;
        max-width: 250px;
    }
}
.page-header.default {

}

.page-header.default .text-content {

}
.page-header.default {
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    min-height: 220px;
}
.page-header.default::before {
    width: 300%;
    height: 1000px;
    left: -120%;
    bottom: 0;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    background: rgb(var(--third));
    content: '';
}
.page-header.default h1 {
    line-height: 1.3;
    color: white;
    margin: 0;
    padding: 40px 0 10px;
}
.page-header.default .text-content {
    position: relative;
    z-index: 1;
}
.page-header.default p {
    font-size: 24px;
    color: white;
    padding: 10px 0 25px;
}
.page-header.default .header-image {
    padding: 15px 0 25px;
}
.page-header.default .header-image img {
    width: 140px;
}
.page-header.default .btn {
    margin: 20px 0 80px;
}
.page-header.default .btn::before {
    opacity: 0.5;
}
@media only screen and (max-width: 1200px) {
    .page-header.default::before {
        width: 300%;
        left: -120%;
    }
}
@media only screen and (max-width: 768px) {
    .page-header.default {
        position: relative;
        overflow: hidden;
    }
    .page-header.default::before {
        height: 1000px;
        border-radius: 50%;
        position: absolute;
        z-index: 1;
        bottom: 0;
        background: rgb(var(--third));
        content: '';
    }
    .page-header.default {
        text-align: center;
        background: white;
    }
    .page-header.default h1 {
        color: white;
        margin: 0;
        padding: 40px 0 0;
    }
    .page-header.default p {
        font-size: 22px;
        color: white;
    }
    .page-header.default .header-image {
        padding: 15px 0;
    }
    .page-header.default .header-image img {
        width: 100px;
    }
    .page-header.default .btn {
        margin: 0 0 70px;
    }
}


/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
footer {
    padding: 30px 0 20px;
    box-shadow: 0 0 25px rgba(35,40,45,0.45);
}
footer p {
    margin: 0 0 8px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
section.section-container {
    /*margin: 0 0 40px;*/
}
section.section-container .boxes {
    padding: 30px 0 60px;
}
section.section-container .columns {
    padding: 50px 0 60px;
}
section.section-container .columns .row .col {
    border-right: 4px solid white;
}
section.section-container .columns .row .col:last-child {
    border: none;
}
section.section-container .columns .column {
    padding: 0 20px 0;
}
section.section-container .box {
    position: relative;
    width: 80%;
    padding-bottom: 80%;
    margin: auto;
    box-shadow: 0 0 25px rgba(35,40,45,0.45);
    border-radius: 8px;
    border: 2px solid white;
}
section.section-container .box .box-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    border-radius: 8px;
}
section.section-container.what_we_do .boxes {
    padding-top: 0;
}
section.section-container.what_we_do .boxes .slider.what-we-do .slide {
    padding: 30px 0;
}
section.section-container.what_we_do .boxes .slider.what-we-do .box-content .box-image {
    width: 50%;
    height: 50%;
    margin: 19% auto 0;
    background-size: cover;
}
section.section-container.what_we_do .boxes .slider.what-we-do .box-content p {
    color: white;
    margin: 0;
    padding: 0;
}
section.section-container.reviews .stars {
    margin: 0 0 25px;
}
section.section-container.reviews .box {
    position: static;
    width: 100%;
    height: 100%;
    padding: 0;
    background: white;
    box-shadow: 0 0 25px rgba(35,40,45,0.45);
    border-radius: 8px;
}
section.section-container.reviews .box .box-content {
    position: static;
    padding: 30px;
    padding-right: 90px;
    min-height: 170px;
    border-radius: 8px;
}
section.section-container.reviews .box .box-content p {
    line-height: 1.4;
}
section.section-container.who_we_work_with .boxes {
    padding: 30px 0 0;
}
section.section-container.who_we_work_with .row .col {
    padding: 0 55px;
}
section.section-container.who_we_work_with .row .col:first-child {
    padding-left: 0;
}
section.section-container.who_we_work_with .row .col:last-child {
    padding-right: 0;
}
section.section-container.who_we_work_with .box {
    border-color: transparent;
    box-shadow: 0 0 25px rgba(35,40,45,0.75);
}
section.section-container.who_we_work_with p.title {
    margin: 30px 0 30px;
}
section.section-container.who_we_work_with hr.arrow-line-03-dark {
    margin: -30px auto 20px;
}
section.section-container.why_choose_us .columns {
    padding: 50px 0 0;
}
section.section-container.why_choose_us hr.arrow-line-02 {
    margin: 0 auto 20px;
}
section.leave-review .content {
    width: 100%;
    margin: 0 auto 60px;
    max-width: 1000px;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
section.leave-review .content > .row {
    max-width: 600px;
    margin: auto;
    padding: 40px 0 0;
}
section.leave-review .content > .row .col {
    margin: 0;
    padding: 0;
    display: flex;
    align-content: center;
}
section.leave-review .content > .row .col img {
    margin: auto;
}
section.leave-review .content > .row .col:first-child {
    border-right: 2px solid #ddd;
}
@media only screen and (max-width:768px) {
    section .section-content {
        padding: 5px;
    }
    section.section-container .columns {
        padding: 20px 0;
    }
    section.section-container .columns .row .col {
        padding: 0 0 1px;
    }
    section.section-container .boxes {
        padding: 8px 0;
    }
    section.section-container .boxes .row {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    section.section-container .box {
        width: 98%;
        padding-bottom: 98%;
    }
    section.section-container .boxes .row .col:nth-child(odd) {
        padding-right: 10px;
        padding-bottom: 20px;
    }
    section.section-container .boxes .row .col:nth-child(even) {
        padding-left: 10px;
        padding-bottom: 20px;
    }
    section.section-container.reviews .boxes .row {
        display: block;
    }
    section.section-container.reviews .boxes .row .col {
        padding: 7px 0 20px;
    }
    section.section-container.reviews .box {
        box-shadow: none;
        margin: 0 20px 20px;
        width: calc(100% - 40px);
    }
    section.section-container.reviews .box .box-content {
        padding: 15px 15px 10px;
        min-height: 0;
    }
    section.section-container.reviews .box .box-content .stars {
        margin: 0 0 15px;
    }
    section.section-container.reviews .box .box-content .stars > img {
        width: 20px;
    }
    section.section-container.reviews .box .box-content p {
        margin: 0 0 10px;
    }
    section.section-container.reviews .btn {
        margin: 8px 0;
    }
    section.section-container.what_we_do .boxes .slider.what-we-do .slide {
        padding: 30px 15px;
    }
    section.section-container.who_we_work_with .boxes {
        padding: 20px 0 55px;
    }
    section.section-container.who_we_work_with .boxes .slider .slide {
        margin: 0 20px;
    }
    section.section-container.who_we_work_with p.title {
        margin: 10px 0;
    }
    section.section-container.who_we_work_with .slick-dots {
        bottom: -35px;
    }
    section.section-container.who_we_work_with .slick-dots li.slick-active button::before {
        background: white;
    }
    section.section-container.why_choose_us .columns .row .col {
        border: none;
    }
    section.section-container.why_choose_us .columns {
        padding: 5px 0 0;
    }
    section.leave-review .content > .row {
        padding: 10px 0 0;
    }
    section.leave-review .content > .row .col {
        padding: 30px 0;
    }
    section.leave-review .content > .row .col img {
        max-width: 150px;
    }
    section.leave-review .content > .row .col:first-child {
        border-right: none;
        border-bottom: 2px solid #ddd;
        padding: 0 0 20px;
    }
    section.leave-review .content > .row .col:last-child {
        padding: 30px 0 0;
    }
}

/*      DEFAULT PAGE TEMPLATE  */
.page-template-ww-default-page-template .wp-content {
    padding: 10px 0 50px;
}
@media only screen and (max-width:768px) {
    .page-template-ww-default-page-template .wp-content {
        padding: 10px 0 20px;
    }
}

.two-column-layout {
    padding: 30px 0 60px;
}
.two-column-layout .row {
    padding: 30px 0;
}
.two-column-layout .row .col h3 {
    border-bottom: 2px solid rgb(var(--light-grey));
}
.two-column-layout .row:nth-child(even) .col h3 {
    border-bottom: 2px solid white;
}
.two-column-layout .row .col a.btn {
    margin: 45px 0 60px;
}
.two-column-layout .row .col.image-container img {
    max-width: 90%;
}
.two-column-layout .row .col.image-container .box {
    width: 90%;
    padding-bottom: 90%;
}
.two-column-layout .section-content:nth-child(even) {
    background: rgb(var(--light-grey));
}
.two-column-layout .section-content:nth-child(odd) .row {
    flex-direction: row-reverse;
}
.two-column-layout .section-content:nth-child(odd) .row .col:first-child {
    padding-left: 30px;
    padding-right: 0;
}
.two-column-layout .section-content:nth-child(odd) .row .col:last-child {
    padding-right: 30px;
    padding-left: 0;
}
.two-column-layout .section-content .row .col:first-child {
    flex: 3;
}
.two-column-layout .section-content .row .col:last-child {
    flex: 2;
}
.two-column-layout .section-content .box {
    width: 70%;
    padding-bottom: 70%;
    position: relative;
    box-shadow: 0 0 25px rgba(35, 40, 45, 0.45);
    border-radius: 8px;
    border: 3px solid white;
}
.two-column-layout .section-content:nth-child(even) .box {
    margin-left: auto;
}
.two-column-layout .section-content .box .box-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.two-column-layout .section-content .box .box-content .box-icon {
    width: 50%;
    height: 50%;
    margin: 24% auto 0;
}
.two-column-layout .section-content .box .box-content .box-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
@media only screen and (max-width:768px) {
    .two-column-layout .row {
        padding: 20px 0 35px;
    }
    .two-column-layout .row .col h3 {
        margin: 10px 0;
    }
    .two-column-layout .section-content {
        padding: 0;
        margin: 0 auto;
    }
    .two-column-layout .section-content .box {
        margin: auto;
    }
    .two-column-layout .section-content .row .col:first-child {
        text-align: center;
    }
    .two-column-layout .section-content:nth-child(odd) .row .col:first-child {
        padding-left: 0;
        padding-right: 0;
    }
    .two-column-layout .section-content:nth-child(odd) .row .col:last-child {
        padding-right: 0;
        padding-left: 0;
    }
}
@media only screen and (max-width:440px) {
    .two-column-layout .section-content .box {
        width: 98%;
        padding-bottom: 98%;
        margin: 0 auto !important;
   }
}

/*      FOOTER      */
.copyright {
    padding: 25px 0;
}
.copyright * {
    color: rgb(var(--primary));
    font-size: 14px;
}
.copyright .spacer {
    padding: 0 20px;
}
@media only screen and (max-width:768px) {
    .copyright {
        padding: 20px 0;
    }
    .copyright .row .col {
        padding: 4px 0;
    }
}

/*------------------------------------*\
    FORM
\*------------------------------------*/
.form-container {
    padding: 30px 0;
}
form label {
    color: rgb(var(--secondary));
    font-weight: 500;
}
form input:not([type="submit"]),
form textarea {
    height: 40px;
    width: 100%;
    border: 2px solid rgb(var(--border));
    border-radius: 8px;
}
form textarea {
    height: 300px;
    resize: none;
}
form input[type="submit"] {
    border: none;
}
form .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
    padding: 10px 0 20px;
}
form input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    position: relative;
    top: 3px;
}

/*------------------------------------*\
    SCROLL TO TOP
\*------------------------------------*/

#scrollToTop {
    position: fixed;
    z-index: 999;
    right: -300px;
    bottom: 30px;
    cursor: pointer;
    opacity: 0.8;
    transition: 0.5s;
}
#scrollToTop.active {
    right: 30px;
}
@media only screen and (max-width:768px) {
    #scrollToTop {
        bottom: 15px;
    }
    #scrollToTop.active {
        right: 15px;
    }
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (max-width:768px) {
    .row {
        display: block;
    }
    .col {
        padding: 0;
    }
    .col-50 {
        max-width: 100%;
    }
}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


/*WHATSAPP POPUP BUTTON*/
body.popup-active .popup-button {
    right: 0;
    opacity: 1;
}
.popup-button {
    position: fixed;
    z-index: 99;
    bottom: 95px;
    right: -300px;
    opacity: 0;
    padding: 20px;
    background: #17b447;
    transition: 1s;
    box-shadow: 7px 3px 6px rgba(0, 0, 0, 0.4);
}
.popup-button a {
    color: white;
}

