/*
Theme Name: Kickass Child
Theme URI: https://www.eteam.dk/
Template: kickass
Author: ETeam
Author URI: https://www.eteam.dk/
Description: Robust, powerful, and exclusive premium themes for Eteam clients.
Tags: modern
Version: 1.0.1
*/


* {
    text-rendering: optimizeLegibility;
    outline: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'CustomGeorgia';
    src: url('assets/fonts/georgia.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CustomGeorgia';
    src: url('assets/fonts/georgiab.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-georgia: 'CustomGeorgia'; 
    --font-poppins: 'Poppins', sans-serif;
    --font-newsread: 'Newsreader', serif;

    --font-regular: 400;
    --font-medium: 500;
    --font-semi-bold: 600;
    --font-bold: 700;

    --bg-primary: #f2eee9;
    --bg-brown-mid: #dcd5cf;
    --bg-brown-dark: #d9d6ce;
    --bg-brown-darker: #905f3e;
    --bg-white: #fff;
    --bg-black: #272526;

    --text-black: #272526;
    --text-darker: #905f3e;
    --text-white: #fff;

    --hover-text-black: #272526;
    --hover-text-white: #fff;
    --hover-text-darker: #905f3e;

    --box-shadow-primary: 0px 12px 48px 12px rgba( 39, 37, 38, .15);

}


html {
    font-size: 16px;
}
body {
    color: var(--text-black);
    font-family: var(--font-poppins);
    font-weight: var(--font-regular);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
}
body,
button,
input,
select,
textarea {
    font-size: 1rem;
    line-height: 1.5em;
}
a,
a:visited {
    color: var(--text-darker);
}
a:hover,
a:active,
a:focus {
    color: var(--text-black);
}
a,
a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
p {
    font-weight: var(--font-regular);
    margin: 0;
}
p + p {
    margin: 1.15em 0 0;
/*    margin: 15px 0 0;*/
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-georgia);       
    font-weight: var(--font-regular);
    color: var(--text-black);
    letter-spacing: -.02em;
    margin: 0;
    text-transform: inherit;
    text-shadow: var(--shadow-text-20);
}
h1 {
    font-size: calc( 2.8 * 1rem);
    line-height: calc(1.2em * 0.928);
    letter-spacing: -.02em;
    margin-bottom: 32px;
}
h2 {
    font-size: calc( 2.8 * 1rem);
    line-height: calc(1.2em * 0.928);
    margin-bottom: 32px;
}
h3 {
    font-size: calc( 2.2 * 1rem);
    line-height: calc(1.2em * 0.952);
}
h4 {
    font-size: calc( 1.6 * 1rem);
    line-height: calc(1.2em * 0.976);
}
h5 {
    font-size: 1.875rem;
    line-height: 1.867;
}


blockquote {
    background-color: #f8f8f8;
    border-left: 8px solid var(--bg-primary);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    line-height: 1.5;
    margin: 0 0 2.75em;
    padding: 1.25em 1.5em;
}
blockquote p {
    display: inline;
    font-size: 1.286rem;
}

input[type="text"], input[type="email"], input[type="submit"], textarea, select {
    -webkit-appearance: none;
}

a strong {
    color: var(--text-darker);
    font-weight: var(--font-medium);
}
a:hover strong {
    color: var(--hover-text-black);
}

strong > a {
    color: var(--text-darker);
    font-weight: var(--font-medium) !important;
}
strong > a:hover {
    color: var(--hover-text-black);
}

.wrap {
    margin: 0 auto;
    max-width: 1760px;
    width: 100%;
}

.wrap-1285,
.wrap-1400,
.wrap-1751 {
    margin: 0 auto;
    width: 100%;
}
.wrap-1285 {
    max-width: 1285px;
}
.wrap-1400 {
    max-width: 1400px;
}
.wrap-1751 {
    padding: 0 4vw;
}

.wrap:after {
    display: block;
    clear: both;
    content: "";
    height: 0;
    visibility: hidden;
}

.skip-link {
    display: none;
}

.logged-in .site-header {
    top: 32px;
}

.widget {
    margin: 0;
}

.hentry {
    margin: 0;
}

.grecaptcha-badge {
    transition: all 0.5s ease-in-out 0s !important;
    z-index: 1;
}

.grecaptcha-badge:hover {
    right: 0 !important;
}

.site-header, .site-content, .site-footer, .site-slider {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

#lightboxOverlay {
    height: 100% !important;
}


a strong, .btn-1, .btn-2 {
    -webkit-transition: all 0.3s ease-in-out 0s !important;
    -moz-transition: all 0.3s ease-in-out 0s !important;
    transition: all 0.3s ease-in-out 0s !important;
}
.btn-224 {
    width: 224px !important;
    padding: 13.5px 12.5px !important;
}
.btn-267 {
    width: 267px !important;
    padding: 13.5px 10px !important;
}
.btn-293 {
    width: 293px !important;
    padding: 13.5px 10px !important;
}
.btn-1 {
    box-shadow: var(--shadow-box-16);
}
.btn-1,
.btn-2 {
    border: 1px solid transparent;
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    padding: 13.5px 29.5px;
    width: auto;
}
.btn-1,
.btn-2:hover {
    background: var(--bg-primary);
    color: var(--text-white) !important;
}
.btn-1:hover,
.btn-2 {
    color: var(--text-black) !important;
    border: 1px solid var(--bg-primary);
    background: transparent;
}
.btn-1:hover {
    box-shadow: none;
}

/*--------------------------------------------------------------
 ## Header
--------------------------------------------------------------*/
.site-header, .site-header .wrap,
.site-header .site-container {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.site-header .site-branding img,
.site-header .header-right,
.site-header .site-branding,
.gsticky .site-header .header-right {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}


.header-wrapper {
    position: fixed;
    width: 100%;
    z-index: 999;
}
.site-header {
    background: rgba(242, 238, 233, .8);
    box-shadow: var(--box-shadow-primary);
    height: 134.467px;
    left: 0;
    right: 0;
    position: fixed;
    top: 0;
    z-index: 999;
}
.site-header .wrap {
    margin: 0 auto;
    height: 100%;
}

.site-header > .wrap-1400 {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.site-header .site-branding {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.site-header .site-branding img {
    vertical-align: top;
    max-height: 54px;
    width: auto;
    max-width: 100%;
}
.site-header .header-right {
    display: flex;
    flex-direction: column !important;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    width: inherit;
}

rs-module-wrap {
    left: 0 !important;
    width: 100% !important;
}
rs-module,
.rs-parallax-wrap {
    width: 100% !important;
    height: 100% !important;
}

.site-slider rs-module-wrap, .site-slider rs-module {
    left: 0 !important;
    width: 100% !important;
}

.site-slider .tp-revslider-mainul {
    width: 100% !important;
}


rs-layer:not(.rs-wtbindex), .rs-layer:not(.rs-wtbindex), rs-alyer *:not(.rs-wtbindex), .rs-layer *:not(.rs-wtbindex) {
/*    text-align: center !important;*/
}

.site-header .header-right {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.site-slider {
    background: var(--bg-primary);
    margin-top: 134.467px;
    position: relative;
    z-index: 14;
}
.site-slider > .wrap {
    position: relative;
}

.gsticky .site-header {
    height: 119.1px;
}

#banner-wrap {
   margin-top: 134.467px;
}
#banner-wrap img {
    height: calc(min(646.5px, 646.5px - ((1667px - 100vw) * 0.2875)));
}



/*for banner box*/
.banner-wrap.extra-padding {
    margin-top: 23px;
}
.banner-wrap .title,
.banner-wrap .sub-text {
    font-family: var(--font-georgia);
    color: #f2eee9;
    text-align: center !important;
    letter-spacing: -.02em !important;
}
.banner-wrap .title {
    font-size: calc( 4 * 1rem) !important;
    line-height: calc(1.2em * 0.928) !important;
}
.banner-wrap .sub-text {
    font-size: calc( 2.2 * 1rem) !important;
    line-height: calc(1.2em * 0.952) !important;
    margin-top: 12px !important;
}
.banner-overlay {
    mix-blend-mode: multiply;
}


/*--------------------------------------------------------------
 ## Body
--------------------------------------------------------------*/
.site-content {
    font-size: 16px;
    line-height: 1.5em;
/*    line-height: 145%;*/
    margin: 0;
    padding: 0;
}
.site-content b,
.site-content strong {
    font-weight: var(--font-bold);
} 
.site-content .entry-content {
    margin: 0;
}
.site-content .entry-content a {
    color: var(--text-darker);
/*    font-weight: 700;*/
    font-weight: var(--font-regular);
}
.site-content .entry-content a:hover {
    color: var(--hover-text-black);
}
.site-content .entry-content ul {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-content .entry-content ul li {
    background: url(assets/images/brwn-check.png) no-repeat;
/*    background-size: 18px auto;*/
    line-height: 1.65;
    padding: 3px 0 3px 40px;
    text-align: left;
}
.site-content .entry-content ul li + li {
    margin-top: 10px;
}

.site-content .entry-content .google-maps {
    border: 0 !important;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}


/*--------------------------------------------------------------
 ## Footer
--------------------------------------------------------------*/
.site-footer, .site-footer *,
#footer-col-1 {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.site-footer .wrap {
    padding: 61px 0 70px;
}
.site-footer {
    background: var(--bg-primary);
    color: var(--text-black);
    font-size: 16px;
    position: relative;
    z-index: 4;
}

.site-footer ul {
    padding: 0;
    margin: 0;
}
.site-footer ul li {
    list-style: none;
}

.site-footer .footer-col {
    float: left;
    padding: 0;
    width: 100%;
}

.site-footer #footer-col-1 {
    max-width: 100%;
    text-align: center;
}
.site-footer #footer-col-1 .sow-image-container {
    justify-content: center;
    margin-left: 56px;
}
.site-footer #footer-col-1 .sow-image-container a {
    width: calc(100% * 0.2799);
    height: auto;
}
.site-footer #footer-col-1 .menu {
    display: flex;
    justify-content: center;
    gap: 0 15px;
    margin-top: 22px;
}
.site-footer #footer-col-1 .menu li a {
    position: relative;
    text-transform: capitalize;
}
.site-footer #footer-col-1 .menu li a:before {
    content: '';
    display: inline-block;
    background: var(--bg-brown-darker);
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.site-footer #footer-col-1 #sow-editor-2 {
    margin: 13px 0 23px;
}
.site-footer #footer-col-1 #sow-editor-2 a {
    color: var(--text-black);
}
.site-footer #footer-col-1 #sow-editor-2 a:hover {
    color: var(--hover-text-darker);
}
.site-footer #footer-col-1 #sow-editor-4 .textwidget p {
    display: flex;
    justify-content: center;
    gap: 13px;
}
.site-footer #footer-col-1 #sow-editor-4 img {
    width: 18px;
    height: 18px;
    display: inline-block;
}
.site-footer #footer-col-1 #sow-editor-4 img:hover {
    opacity: .7;
}




/*--------------------------------------------------------------
 ## Header Menu
--------------------------------------------------------------*/
.site-header .main-navigation a {
    font-size: 16px;
    background: transparent;
    color: var(--text-black);
    font-family: var(--font-poppins);
    font-weight: var(--font-regular);
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.site-header #primary-menu {
    display: flex;
    align-items: center;
}
.site-header .main-navigation ul.menu > li + li {
    margin-left: 38.5px;
    margin-right: 0;
}
.site-header .main-navigation ul.menu li a {
    position: relative;
    padding: 0;
}
.site-header #primary-menu > li.menu-item-has-children a {
    padding-left: 2.5px;
    padding-right: 2.5px;
    position: relative;
    left: 2px;
}
.site-header .main-navigation ul.menu > li.menu-item-has-children ul > li a {
    font-size: 17px;
    font-family: 'Quicksand', sans-serif;
    padding: 10px 15px 10px 20px;
    color: #000 !important;
    left: 0;
    width: 100%;
    text-transform: inherit;
}
.site-header .main-navigation ul.menu > li.menu-item-has-children ul {
    background: #627d90;
/*    padding: 0 10px 0;*/
    margin-top: 28px;
    margin: 28px 9px 0;
}

.site-header .main-navigation ul.menu li.current-menu-item a:before,
.site-header .main-navigation ul.menu li a:hover:before {
    content: '';
    display: inline-block;
    background: var(--bg-black);
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.site-header  .main-navigation ul.menu li > ul  a:hover {
    border-bottom: 3px solid transparent;
}




/*--------------------------------------------------------------
 ## Sidebars/ Mobile Menu
--------------------------------------------------------------*/



/*--------------------------------------------------------------
 ## Overrides
--------------------------------------------------------------*/


/** CF7 Overwrites **/

.home .wpcf7-response-output,
.page-id-11 .wpcf7-response-output,
.page-id-13 .wpcf7-response-output,
.page-id-15 .wpcf7-response-output,
.page-id-19 .wpcf7-response-output,
.page-id-21 .wpcf7-response-output,
.page-id-23 .wpcf7-response-output{
	color: #fff !important;
}


.wpcf7 {
    float: left;
    position: relative;
    width: 100%;
}
.wpcf7-form-control-wrap {
    display: block
}
.wpcf7-response-output, .wpcf7-validation-errors, .wpcf7-mail-sent-ok {
    border: 0 !important;
    border-radius: 0;
    bottom: -25px;
    color: #000;
    font-size: 0.875rem;
    left: 0;
    line-height: 1;
    margin: 0 !important;
    padding: 0 !important;
/*    position: absolute;*/
    position: relative;
    text-align: center;
    width: 100%;
}
.wpcf7 .ajax-loader {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 14px;
    z-index: 9;
}
.wpcf7-checkbox {
    display: inline-block;
    font-size: 0.9375rem;
    margin: 0 0 0.75em;
    width: 100%;
}
.wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
    max-width: 150px;
    width: 100%;
}
.wpcf7-checkbox .wpcf7-list-item-label {
    margin-left: 5px;
    vertical-align: middle;
}

/** Kontakt Formular **/
#kontakt-form {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
#kontakt-form input[type="checkbox"] {
    accent-color: var(--bg-brown-darker);
    width: 15px;
    height: 15px;
    margin-right: 4px;
    border-radius: 50%;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid var(--bg-black);
    background: transparent;
    cursor: pointer;
    position: relative;
    top: 1px;
}

#kontakt-form input[type="checkbox"]:checked {
    background: var(--bg-black);
    border-color: var(--bg-black);
    position: relative;
}

#kontakt-form input[type="checkbox"]:checked::before {
    content: "✓";
    position: absolute;
    color: white;
    font-size: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#kontakt-form .text {
    margin-bottom: 30px;
}
#kontakt-form .row, #kontakt-form .inrow {
    float: left;
    width: 100%;
    display: flex;
}
#kontakt-form .row + .row {
    margin-top: 20px;
}
#kontakt-form .row.sign-up {
    margin: 6px 0;
}
#kontakt-form .row.sign-up .sign-up-label {
    display: flex;
    gap: 6px;
}
#kontakt-form .row.sign-up .wpcf7-list-item {
    margin: 0;
}
#kontakt-form .row .col + .col {
  padding-left: 6px;
}
#kontakt-form .btm-row .col:last-child {
  padding-left: 0;
}
#kontakt-form .row .col, #kontakt-form .row .incol {
    float: left;
    width: 100%;
}
#kontakt-form .row.col-2 .col {
    width: 50%;
}

#kontakt-form .row.col-2 .col + .col {
    padding-left: 8px;
}
#kontakt-form .row:last-child {
    margin-top: 20px;
    position: relative;
}
#kontakt-form .row .col > div + div, #kontakt-form .inrow .incol > div + div {
    margin-top: 6px;
}
#kontakt-form .btm-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#kontakt-form .btm-row .col:first-child .wpcf7-list-item {
    margin-left: 0;
}
#kontakt-form .btm-row .col:first-child .wpcf7-list-item > label {
    display: flex;
    align-items: center;
    gap: 4px;
}
#kontakt-form .btm-row .col:first-child .wpcf7-form-control-wrap {
    color: #000;
    display: inline-block;
    font-size: 1rem;
    position: initial;
    vertical-align: middle;
    width: auto;
}
#kontakt-form .btm-row .col:first-child .wpcf7-form-control-wrap a {
    color: var(--text-darker);
    font-weight: 400;
    font-size: 16px;
}
#kontakt-form .btm-row .col:first-child .wpcf7-form-control-wrap a:hover {
    color: var(--hover-text-black);
}
#kontakt-form .btm-row .col:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
}
#kontakt-form .btm-row .col:last-child div + div {
    margin-left: 10px;
    margin-top: 0;
}
#kontakt-form .btm-row span.wpcf7-not-valid-tip {
    left: 0;
    max-width: 125px;
    top: -15px;
}
#kontakt-form [type="text"], #kontakt-form [type="tel"], #kontakt-form [type="email"], #kontakt-form [type="date"],
#kontakt-form textarea, #kontakt-form select {
    background-color: #e8ded7;
    border-bottom: 1px solid #C9C9C9;
    border-top: none;
    border-left: none;
    border-right: none;
/*    box-shadow: 5px 5px 6px rgba(0, 0, 0, .16);*/
    border-radius: 0;
    color: #3E3E3E;
    display: inline-block;
    font-size: 18px;
    font-family: var(--font-poppins);
    font-weight: 400;
    height: 37px;
    padding: 5px 11px;
    text-align: left;
    width: 100%;
}
#kontakt-form [type="text"]:active, 
#kontakt-form [type="tel"]:active, 
#kontakt-form [type="email"]:active,
#kontakt-form textarea:active,
#kontakt-form.oensker [type="text"]:active,
#kontakt-form [type="text"]:hover, 
#kontakt-form [type="tel"]:hover, 
#kontakt-form [type="email"]:hover,
#kontakt-form textarea:hover, 
#kontakt-form [type="text"]:focus, 
#kontakt-form [type="tel"]:focus, 
#kontakt-form [type="email"]:focus,
#kontakt-form textarea:focus,
.commercial-row-5 #kontakt-form [type="text"]:active, 
.commercial-row-5 #kontakt-form [type="tel"]:active, 
.commercial-row-5 #kontakt-form [type="email"]:active,
.commercial-row-5 #kontakt-form textarea:active,
.commercial-row-5 #kontakt-form.oensker [type="text"]:active,
.commercial-row-5 #kontakt-form [type="text"]:hover, 
.commercial-row-5 #kontakt-form [type="tel"]:hover, 
.commercial-row-5 #kontakt-form [type="email"]:hover,
.commercial-row-5 #kontakt-form textarea:hover, 
.commercial-row-5 #kontakt-form [type="text"]:focus, 
.commercial-row-5 #kontakt-form [type="tel"]:focus, 
.commercial-row-5 #kontakt-form [type="email"]:focus,
.commercial-row-5 #kontakt-form textarea:focus,
.finance-row-4 #kontakt-form [type="text"]:active, 
.finance-row-4 #kontakt-form [type="tel"]:active, 
.finance-row-4 #kontakt-form [type="email"]:active,
.finance-row-4 #kontakt-form textarea:active,
.finance-row-4 #kontakt-form.oensker [type="text"]:active,
.finance-row-4 #kontakt-form [type="text"]:hover, 
.finance-row-4 #kontakt-form [type="tel"]:hover, 
.finance-row-4 #kontakt-form [type="email"]:hover,
.finance-row-4 #kontakt-form textarea:hover, 
.finance-row-4 #kontakt-form [type="text"]:focus, 
.finance-row-4 #kontakt-form [type="tel"]:focus, 
.finance-row-4 #kontakt-form [type="email"]:focus,
.finance-row-4 #kontakt-form textarea:focus,
#contact-row-1 #kontakt-form [type="text"]:active, 
#contact-row-1 #kontakt-form [type="tel"]:active, 
#contact-row-1 #kontakt-form [type="email"]:active,
#contact-row-1 #kontakt-form textarea:active,
#contact-row-1 #kontakt-form.oensker [type="text"]:active,
#contact-row-1 #kontakt-form [type="text"]:hover, 
#contact-row-1 #kontakt-form [type="tel"]:hover, 
#contact-row-1 #kontakt-form [type="email"]:hover,
#contact-row-1 #kontakt-form textarea:hover, 
#contact-row-1 #kontakt-form [type="text"]:focus, 
#contact-row-1 #kontakt-form [type="tel"]:focus, 
#contact-row-1 #kontakt-form [type="email"]:focus,
#contact-row-1 #kontakt-form textarea:focus {
    background: #fff;
}
#kontakt-form select {
    background: url(assets/images/down-arrow.png) no-repeat 99% 8px #e8ded7;
}
#kontakt-form select:active,
#kontakt-form select:focus,
#kontakt-form select:hover  {
    background: url(assets/images/down-arrow.png) no-repeat 99% 8px #fff;
}
#kontakt-form textarea {
    min-height: 100px;
    vertical-align: top;
    resize: vertical;
}
#kontakt-form [type=text].wpcf7-mathcaptcha {
    border: 1px solid #c0c0c0;
    height: 44px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    width: 70px;
}
#kontakt-form .wpcf7-checkbox {
    margin: 0 !important;
}
#kontakt-form .wpcf7-checkbox .wpcf7-list-item-label {
    display: none;
}
#kontakt-form .btn-col .wpcf7-list-item {
    font-size: 1rem;
    line-height: 1.5;
    margin-left: 0 !important;
}
#kontakt-form .btn-col .wpcf7-list-item a {
    color: #7F6252;
}
#kontakt-form .btn-col .wpcf7-list-item a:hover {
    color: #516E60;
}
#kontakt-form input[type="submit"] {
    background-color: var(--bg-white);
    border: 1px solid var(--bg-primary);
    border-radius: 4px;
    box-shadow: var(--shadow-box-16);
/*    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.16);*/
    color: var(--text-darker) !important;
    display: inline-block;
    font-size: 16px;
    font-family: var(--font-newsread);
    line-height: 1.5;
    padding: 13px 20.5px;
    text-align: center;
    width: auto;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
#kontakt-form input[type="submit"]:hover,
#kontakt-form.common-kontakt input[type="submit"]:hover,
#kontakt-form.main-kontakt input[type="submit"]:hover {
    opacity: .7;
}
#kontakt-form .ajax-loader {
    left: initial !important;
    margin: 0 !important;
    right: 0 !important;
}
#kontakt-form span.wpcf7-not-valid-tip {
    background-color: #8A121C;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    margin: 0;
    padding: 4px 10px 6px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: left;
    width: auto;
}
#kontakt-form .btm-row {
    display: flex;
    flex-direction: column;
}
#kontakt-form .btm-row span.wpcf7-not-valid-tip {
    left: 0;
    margin: 0 auto !important;
    max-width: 140px;
    right: 0 !important;
    top: -15px;
}
#kontakt-form .btm-row .wpcf7-form-control-wrap {
    color: #000;
    display: inline-block;
    width: auto;
}
#kontakt-form .row:last-child .wpcf7-spinner {
    bottom: -25px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
}

#kontakt-form .first.label-title {
    margin-bottom: 7px;
}
#kontakt-form .label-title {
    font-size: 1rem;
    font-family: var(--font-poppins);
    display: inline-block;
    margin-bottom: 3px;
}
#kontakt-form .label-title > span {
    font-size: 14.4px;
    opacity: .7;
    display: inline-block;
    margin-left: 5px;
}

#kontakt-form ::-webkit-input-placeholder {
    color: #3E3E3E !important;
    opacity: 1 !important;
}
#kontakt-form ::-moz-placeholder {
    color: #3E3E3E !important;
    opacity: 1 !important;
}
#kontakt-form :-ms-input-placeholder {
    color: #3E3E3E !important;
    opacity: 1 !important;
}
#kontakt-form :-moz-placeholder {
    color: #3E3E3E !important;
    opacity: 1 !important;
}

#kontakt-form .row.hcaptcha-row {
	display: flex;
	justify-content: center;
}
#kontakt-form .row.accept-row,
#kontakt-form .row.submit-row {
	text-align: center;
}
#kontakt-form .row.accept-row .wpcf7-list-item {
	margin: 0;
}
#kontakt-form .row.accept-row label {
	font-size: 14px;
}
#kontakt-form .row.accept-row input[type="checkbox"] {
	top: 3px;
}

/** Main contact **/



/** Pop-up formular **/



/** Back to Top **/
#back-top {
    background: url('assets/images/top-bottom.png') no-repeat center center #020a1c;
    background-size: 15px;
    border-radius: 5px;
    display: none;
    bottom: 70px;
    height: 50px;
    text-align: center;
    opacity: 0;
    position: fixed;
    right: 10px;
    width: 50px;
    z-index: 25;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
#back-top:hover {
    background-color: var(--bg-brown-darker);
}
#back-top.show {
    opacity: 1;
}

.sb-active #back-top {
    right: -5em;
}


/* offset target */
:target:before {
    content: "";
    display: block;
    height: 200px;
    margin: -200px 0 0;
}

/*for magic img*/
.magic,
.magic > .so-widget-sow-image,
.magic > .so-widget-sow-image > .sow-image-container {
    height: 100%;
}
.magic > .so-widget-sow-image {
    overflow: hidden;
}


/*--------------------------------------------------------------
 ## Galleri CSS
--------------------------------------------------------------*/


/*--------------------------------------------------------------
 ## Global CSS -g
--------------------------------------------------------------*/
.z-1,.z-2,.z-3,.z-4,.z-5,.z-6,.z-7,.z-8,.z-9 {
    position: relative;
}
.z-1 {
    z-index: 1 !important;
}
.z-2 {
    z-index: 2 !important;
}
.z-3 {
    z-index: 3 !important;
}
.z-4 {
    z-index: 4 !important;
}
.z-5 {
    z-index: 5 !important;
}
.z-6 {
    z-index: 6 !important;
}
.z-7 {
    z-index: 7 !important;
}
.z-8 {
    z-index: 8 !important;
}
.z-9 {
    z-index: 9 !important;
}

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

.g-title-brown h1,.g-title-brown h2, .g-title-brown h3, .g-title-brown h4 {
    color: var(--text-darker);
}

.g-label-brown label {
    color: var(--text-darker);
}


/*--------------------------------------------------------------
 ## SiteOrigin CSS
--------------------------------------------------------------*/
.magic .sow-image-container {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.magic .sow-image-container {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.img-shadow img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
#service-box .so-widget-image:hover {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
#common-kontakt-parkerings-section .col-2 img:hover {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}


.special-p-h1 p {
    font-size: calc( 4 * 1rem);
    line-height: calc(1.2em * 0.928);
    margin-bottom: 32px;
    font-family: var(--font-georgia);
    letter-spacing: -0.02em;
}
.special-p-h3 {
    font-size: calc( 2.2 * 1rem);
    font-family: var(--font-georgia);
    letter-spacing: -0.02em;
    line-height: calc(1.2em * 0.952);
}
.special-p-h3 label {
    color: var(--text-darker);
}
.special-p-h4 {
    font-size: calc( 1.6 * 1rem);
    line-height: calc(1.2em * 0.976);
    font-family: var(--font-georgia);
    letter-spacing: -0.02em;
}


.special-top-text {
    font-size: calc( 1.6 * 1rem);
    line-height: calc(1.2em * 0.976);
    font-family: var(--font-georgia);
    margin-bottom: 33px;
}

/*Pseudo Element*/
#home-row-2:before,
#home-row-5 ul li:before,
#home-row-8:before {
    content: '';
    display: inline-block;
    position: absolute;
}

.ring-style,
.ring-light-style,
.zig-zag-style,
.line-style,
.sketch-light-line-style {
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
.ring-style {
    background: url(assets/images/ring-ornament.png) center center / 100% 100% no-repeat;
    padding: 5px 10px 7px;
}
.ring-light-style {
    background: url(assets/images/ring-light-ornament.png) center center / 100% 100% no-repeat;
    padding: 5px 10px 7px;
}

.zig-zag-style {
    background: url(assets/images/sketch-zigzag-ornament.png) bottom center / 100% 25% no-repeat;
    padding: 0 5px;
}

.line-style {
    background: url(assets/images/sketch-line-ornament.png) bottom center / 100% 17% no-repeat;
    padding: 0 5px;
}

.sketch-light-line-style {
    background: url(assets/images/sketch-light-line-ornament.png) bottom center / 100% 47% no-repeat;
    padding: 0 5px 4px;
}


.contact-padding {
    padding: 45px 0 85px;
}
.contact-padding .col-2 > .panel-grid-cell:first-child {
    width: 37% !important;
}
.contact-padding .col-2 > .panel-grid-cell:last-child {
    width: 45.4% !important;
}


/*Home Page*/
#home-row-1 {
    padding: 135px 0 160px;
}
#home-row-1 .inner-padding {
    padding: 0 25%;
}
#home-row-2 {
    padding: 230px 0 376px;
    position: relative;
    z-index: 1;
}
#home-row-2 .panel-grid-cell {
    width: fit-content;
    margin-left: 293px;
}
#home-row-2:before {
    background: rgba(91, 85, 69, .15);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
#home-row-3 {
    padding: 125px 0;
}
#home-row-3 .col-2 {
    align-items: normal !important;
}
#home-row-3 .col-2 > .panel-grid-cell:first-child {
    width: 49.5%;
}
#home-row-3 .col-2 > .panel-grid-cell:first-child > .so-panel {
    height: 100%;
}
#home-row-3 .col-2 > .panel-grid-cell:last-child {
    padding: 100px 0 120px;
    width: 45.2%;
}
#home-row-3 .inner-padding {
    padding-right: 180px;
}
#home-row-3 .btn-big {
    color: var(--text-white);
    display: inline-block;
    font-family: var(--font-newsread);
    background: var(--bg-brown-darker);
    padding: 27.5px 59.5px;
    border-radius: 6.4px;
    margin-top: 84px;
}
#home-row-3 .btn-big:hover {
    opacity: .8;
}
#home-row-5 {
    padding: 200px 0 205px;
}
#home-row-5 .special-p-h4 {
    color: var(--text-darker);
    margin-bottom: 27px;
}
#home-row-5 .col-3 {
    margin-top: 80px;
}
#home-row-5 .col-3 > .panel-grid-cell {
    width: calc(33.3333% - 1 * 7.2px);
}
#home-row-5 ul li {
    position: relative;
}
#home-row-5 ul li:before {
    background: var(--bg-black);
    width: 4px;
    height: 4px;
    border-radius: 50px;
    top: 15px;
    left: 25px;
}
#home-row-5 ul li + li {
    margin-top: 1px;
}
#home-row-5 .btn-line {
    display: inline-block;
    background: transparent;
    font-family: var(--font-newsread);
    border-bottom: 2px solid var(--bg-brown-darker);
    padding: 11px 20px;
    width: auto;
    text-align: center;
    margin-left: 40px;
    margin-top: 40px;
}
#home-row-5 .btn-line:hover {
    background: var(--bg-brown-darker);
    color: var(--text-white);
}
#home-row-6 {
    padding: 192px 76.8px;
}
#home-row-6 .holder > .panel-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}
#home-row-6 .holder > .panel-layout > .panel-grid {
    width: calc(25% - 1 * 45px);
}
#home-row-6 .card .title p {
    font-family: var(--font-georgia);
    letter-spacing: -.02em;
    font-size: calc( 1.6 * 1rem);
    margin: 28px 0;
}
#home-row-6 .card .content p {
    font-size: calc( 0.9 * 1rem);
    line-height: 1.5em;
}
#home-row-6 .card .btn-service {
    font-size: calc( 0.8 * 1rem);
    font-family: var(--font-newsread);
    background: var(--bg-brown-darker);
    border-radius: 6.4px;
    display: inline-block;
    text-transform: capitalize;
    padding: 11.8px 19px;
    margin-top: 23.7833px;
    color: var(--text-white);
}
#home-row-6 .card .btn-service:hover {
    opacity: .8;
}
#home-row-7 {
    border-top: 2px solid var(--bg-brown-darker);
    padding: 160px 0 290px;
}
#home-row-7 .ring-style:before {
    background: var(--bg-brown-mid);
}
#home-row-7 .col-2  {
    justify-content: flex-start;
    gap: 70px;
}
#home-row-7 .col-2 > .panel-grid-cell:first-child {
    margin-top: 35px;
    width: 20.25%;
}
#home-row-7 .col-2 > .panel-grid-cell:last-child {
    width: 49.6%;
}
#home-row-7 .col-2 > .panel-grid-cell:last-child p {
    margin-right: 42%;
}
#home-row-8 {
    color: var(--text-white);
    position: relative;
    z-index: 2;
}
#home-row-8:before {
    height: 160px;
    width: 100%;
    background: #905f3e;
    clip-path: polygon(0 0, 100% 100%, 100% 100%, 0 100%);
    top: -160px;
    z-index: -1;
}

/*About Page*/
#about-row-1 {
    padding: 90px 0 125px;
}
#about-row-1 .panel-layout > .panel-grid:first-child {
    margin-bottom: 285px;
}
#about-row-1 .panel-layout > .panel-grid:first-child .col-2 > .panel-grid-cell:first-child {
    padding: 38px 67px 95px;
}
#about-row-1 .panel-layout > .panel-grid:first-child .col-2 > .panel-grid-cell:last-child {
    background: #aea89a;
    padding: 68px 75px 95px;
    position: relative;
    left: 55px;
}
#about-row-1 .panel-layout > .panel-grid:first-child .col-2 > .panel-grid-cell:last-child h3 {
    color: rgba(255, 255, 255, .8);
}
#about-row-1 .panel-layout > .panel-grid:first-child .col-2 > .panel-grid-cell:last-child h3:first-of-type {
    margin-bottom: 30px;
}
#about-row-1 .panel-layout > .panel-grid:last-child .col-2 > .panel-grid-cell:last-child {
    padding: 100px 0 90px 55px;
}
#about-row-1 .panel-layout > .panel-grid:last-child .col-2 > .panel-grid-cell:last-child h3 {
    margin-bottom: 40px;
}
#about-row-1 .panel-layout > .panel-grid:last-child .col-2 {
    align-items: normal !important;
}
#about-row-1 .panel-layout > .panel-grid:last-child .col-2 > .panel-grid-cell:first-child > .so-panel {
    height: 100%;
}
#about-row-1 .inner-padding {
    padding-right: 180px;
    margin-bottom: 45px;
}
#about-row-1 .col-2 > .panel-grid-cell {
    width: 49.48%;
}
#about-row-1 .btn-about {
    display: inline-block;
    font-family: var(--font-newsread);
    border-bottom: 2px solid var(--bg-brown-darker);
    width: 283px;
    text-align: center;
    padding-top: 4px;
    margin-top: 10px;
}
#about-row-1 .btn-about:hover {
    background: var(--bg-brown-darker);
    color: var(--text-white);
}
#about-row-2 {
    border-top: 2px solid var(--bg-brown-darker);
    color: var(--text-white);
    padding: 125px 0 73px;
}
#about-row-2 .textwidget {
    width: 75%;
}

/*Buying Page*/
#buying-row-1 {
    padding: 90px 0 75px;
}
#buying-row-1 .g-text-center .textwidget {
    margin: 0 30%;
}
#buying-row-1 .col-2,
#selling-row-1 .col-2 {
    margin-top: 90px;
}
#buying-row-1 .col-2 > .panel-grid-cell {
    width: calc(50% - 1 * 65px);
}
#buying-row-1 .col-2 > .panel-grid-cell:first-child {
    padding-left: 115px;
}
#buying-row-1 .col-2 > .panel-grid-cell:first-child h1 {
    padding-right: 160px;
}
#buying-row-1 .col-2 > .panel-grid-cell:first-child .inner-padding {
    padding-right: 180px;
}
#buying-row-1 .col-2 > .panel-grid-cell:last-child {
    background: #aea89a;
    padding: 68px 75px 89px;
}
#buying-row-1 .col-2 > .panel-grid-cell:last-child h3 {
    color: rgba(255, 255, 255, .8);
}
#buying-row-2.deals-section .holder > .panel-layout > .panel-grid:nth-child(3) .panel-grid-cell > .so-panel:last-child {
    margin-right: 60px !important;
}
#buying-row-3 {
    padding: 192px 76.8px;
}
#buying-row-3 .special-p-h1 p {
    font-size: calc( 2.8 * 1rem);
}
#buying-row-3 .col-3 {
    align-items: normal !important;
    margin-top: 45px;
}
#buying-row-3 .col-3 .title {
    font-family: var(--font-georgia);
    font-size: calc( 1.2 * 1rem);
    letter-spacing: -0.02em;
    margin-bottom: 30px;
}
#buying-row-3 .col-3 > .panel-grid-cell {
    width: calc(33.3333% - 1 * 40px);
    display: flex;
    flex-direction: column;
}
#buying-row-3 .col-3 > .panel-grid-cell > .so-panel:last-child {
    margin-top: auto !important;
}
#buying-row-3 .col-3 > .panel-grid-cell > .so-panel:last-child .sow-image-container {
    margin-top: 30px;
}
#buying-row-3 .col-3 > .panel-grid-cell > .so-panel:nth-child(2) p {
    font-size: calc( 0.9 * 1rem);
}
#buying-row-3 .col-3 > .panel-grid-cell a {
    color: var(--text-black) !important;
    text-decoration: underline;
}


/*Selling Page*/
#selling-row-1,
#finance-row-1 {
    padding: 110px 0 75px;
}
#selling-row-1 .g-text-center .textwidget,
#finance-row-1 .g-text-center .textwidget {
    margin: 0 32%;
}
#selling-row-1 .col-2 {
    justify-content: center;
    gap: 0 120px;
}
#selling-row-1 .col-2 > .panel-grid-cell {
    width: calc(50% - 1 * 123px);
}
#selling-row-1 .col-2 > .panel-grid-cell:first-child {
    padding-left: 110px;
}
#selling-row-1 .col-2 > .panel-grid-cell:last-child {
    background: #5b5545;
    padding: 68px 75px 89px;
}
#selling-row-1 .col-2 > .panel-grid-cell:first-child h1 {
    padding-right: 110px;
}
#selling-row-1 .col-2 > .panel-grid-cell:first-child .inner-padding {
    padding-right: 120px;
}
#selling-row-1 .col-2 > .panel-grid-cell:last-child h3,
#finance-row-1 .col-2 > .panel-grid-cell:last-child h3 {
    color: rgba(255, 255, 255, .8);
}
#selling-row-2.deals-section .holder > .panel-layout > .panel-grid:nth-child(3) .panel-grid-cell > .so-panel:last-child {
    margin-right: 60px !important;
}
#selling-row-4.deals-section {
    padding: 125px 0 135px;
}
#selling-row-4.deals-section .holder {
    margin-top: 40px;
}
#selling-row-4.deals-section .holder > .panel-layout {
    gap: 70px;
}
#selling-row-4.deals-section .holder > .panel-layout > .panel-grid {
  width: calc(33.3333% - 1 * 66px);
}


/*Commercial Page*/
#commercial-row-1 {
    padding: 95px 0 75px;
}
#commercial-row-1 .g-text-center h1 {
    margin-bottom: 70px;
}
#commercial-row-1 .g-text-center .textwidget {
    margin: 0 20%;
}
#commercial-row-1 .col-2 {
    justify-content: center;
    gap: 0 20px;
    margin-top: 155px;
}
#commercial-row-1 .col-2 > .panel-grid-cell:first-child {
    padding-right: 50px;
    width: 41%;
}
#commercial-row-1 .col-2 > .panel-grid-cell:last-child {
    background: #aea89a;
    padding: 68px 75px 89px;
    width: 41.2%;
}
#commercial-row-1 .col-2 > .panel-grid-cell:first-child h1 {
    padding-right: 110px;
}
#commercial-row-1 .col-2 > .panel-grid-cell:first-child .inner-padding {
    padding-right: 182px;
}
#commercial-row-1 .col-2 > .panel-grid-cell:last-child h3 {
    color: rgba(255, 255, 255, .8);
}
#commercial-row-2 .g-title-brown h2,
#commercial-row-2 .g-title-brown h4 {
    color: rgb(91, 85, 69);
}
.commercial-row-5#common-contact-section {
    color: var(--text-black);
}
.commercial-row-5#common-contact-section .col-2 > .panel-grid-cell:first-child > .so-panel:last-child p,
.finance-row-4#common-contact-section .col-2 > .panel-grid-cell:first-child > .so-panel:last-child p,
.team-row-3#common-contact-section .col-2 > .panel-grid-cell:first-child > .so-panel:last-child p {
    font-size: 1rem;
}
.commercial-row-5 #kontakt-form input[type="submit"],
#contact-row-1 #kontakt-form input[type="submit"] {
    border: 1px solid var(--bg-brown-darker);
    background: var(--bg-brown-darker);
    color: var(--text-white) !important;
}
.commercial-row-5 #kontakt-form [type="text"], 
.commercial-row-5 #kontakt-form [type="tel"], 
.commercial-row-5 #kontakt-form [type="email"], 
.commercial-row-5 #kontakt-form [type="date"], 
.commercial-row-5 #kontakt-form textarea,
#contact-row-1 #kontakt-form [type="text"], 
#contact-row-1 #kontakt-form [type="tel"], 
#contact-row-1 #kontakt-form [type="email"], 
#contact-row-1 #kontakt-form [type="date"], 
#contact-row-1 #kontakt-form textarea {
    background: rgba(255, 255, 255, .45);
}
.commercial-row-5 #kontakt-form select {
  background: url(assets/images/down-arrow.png) no-repeat 99% 8px rgba(255, 255, 255, .45);
}
.finance-row-4 #kontakt-form [type="text"], 
.finance-row-4 #kontakt-form [type="tel"], 
.finance-row-4 #kontakt-form [type="email"], 
.finance-row-4 #kontakt-form [type="date"], 
.finance-row-4 #kontakt-form textarea {
    background: rgba(255, 255, 255, .70);
}
.finance-row-4 #kontakt-form select {
  background: url(assets/images/down-arrow.png) no-repeat 99% 8px rgba(255, 255, 255, .70);
}
.finance-row-4 #kontakt-form input[type="submit"] {
    border: 1px solid rgb(174, 168, 154);
    background: rgb(174, 168, 154);
    color: var(--text-white) !important;
}


/*Finance Page*/
#finance-row-1 .col-2 {
    justify-content: center;
    margin-top: 110px;
    gap: 0 120px;
}
#finance-row-1 .col-2 > .panel-grid-cell {
    width: calc(50% - 1 * 241px);
}
#finance-row-1 .col-2 > .panel-grid-cell:last-child {
    background: #5b5545;
    padding: 68px 55px 89px;
}
#finance-row-1 .col-2 > .panel-grid-cell .inner-padding {
    padding-right: 95px;
}
#finance-row-2,
#finance-row-3 {
    padding: 125px 0;
}
#finance-row-2 .col-2 {
    justify-content: flex-start;
    align-items: normal !important;
}
#finance-row-2 .col-2 > .panel-grid-cell,
#finance-row-3 .col-2 > .panel-grid-cell {
    width: calc(50% - 1 * 64px);
}
#finance-row-2 .col-2 > .panel-grid-cell:last-child {
    margin-left: 65px;
}
#finance-row-2 .col-2 > .panel-grid-cell:last-child > .so-panel,
#finance-row-3 .col-2 > .panel-grid-cell:first-child > .so-panel {
    height: 100%;
}
#finance-row-2 .col-2 > .panel-grid-cell .details-holder {
    margin: 0 175px 0 115px;
}
#finance-row-2 .col-2 > .panel-grid-cell .details-holder .panel-grid + .panel-grid {
    margin-top: 32px;
}
#finance-row-2 .col-2 > .panel-grid-cell .details-holder h4 {
    margin-bottom: 11px;
}
#finance-row-3 .col-2 {
    align-items: normal !important;
}
#finance-row-3 .col-2 > .panel-grid-cell:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px 0;
}


/*Investments Page*/
.investment-row-3 .inner-padding {
    padding-right: 175px;
}

/*Our team page*/
.page-id-23 .site-slider {
    padding-bottom: 4vw;
}


#team-row-1 {
    margin-top: 0;
    padding: 105px 0 70px;
}
#team-row-1 .col-2 > .panel-grid-cell:first-child {
    width: 28%;
}
#team-row-1 .col-2 > .panel-grid-cell:last-child {
    width: 71%;
}
#team-row-1 .col-2 > .panel-grid-cell:last-child .inner-padding {
    padding-right: 460px;
}
#team-row-2 {
    padding: 125px 0;
}
#team-row-2 .wrap-1400 > .panel-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 98px;
}
#team-row-2 .wrap-1400 > .panel-layout > .panel-grid {
    width: calc(33.3333% - 1 * 66px);
}
#team-row-2 .team-card .name h2 {
    font-size: calc(1.2 * 1rem);
    margin-bottom: 2px;
    margin-top: 15px;
}
#team-row-2 .team-card p {
    font-size: calc(0.9 * 1rem);
}
#team-row-2 .team-card .position p {
    margin-bottom: 15px;
    text-transform: uppercase;
}

/*Contact page*/
#contact-row-1 {
    padding-top: 175px;
}
#contact-row-1 .col-2 {
    align-items: normal !important;
}
#contact-row-1 .col-2 > .panel-grid-cell:first-child {
    width: 41.25%;
    padding: 20px 0 80px;
}
#contact-row-1 .col-2 > .panel-grid-cell:last-child {
    width: 45.4%;
}
#contact-row-1 .col-2 > .panel-grid-cell:last-child > .so-panel {
    height: 100%;
}
#contact-row-1 h1 {
    font-size: calc(4 * 1rem);
}
#contact-row-1 .inner-padding {
    padding: 0 210px 95px 0;
}
#contact-row-2 {
    padding: 105px 0 90px;
}
#contact-row-2 .col-2 {
    justify-content: flex-start;
/*     gap: 0 60px; */
	    flex-direction: column;
    gap: 40px !important;
}
#contact-row-2 .col-2 > .panel-grid-cell {
/*     width: calc(50% - 1 * 340px); */
	width: 362px;
}
#contact-row-2 p {
    font-size: calc(0.9 * 1rem);
}


/*Privacy page*/
#privacy-row-1 {
    padding: 260px 0 170px;
}
#privacy-row-1 h1 {
    font-size: calc(2.2 * 1rem);
}
#privacy-row-1 h1 strong {
    font-family: 'CustomGeorgia', serif;
    font-weight: 700;
    letter-spacing: -0.704px;
}
#privacy-row-1 .inner-padding {
    padding-right: 60px;
}
#privacy-row-1 ul {
    margin: 10px 0 10px 35px;
}
#privacy-row-1 ul li {
    padding: 0 0 0 3px;
    list-style: disc;
}
#privacy-row-1 ul li + li {
    margin-top: 4px;
}

/*Templates*/

.deals-section {
    padding: 138px 0 170px;
}
.deals-section .holder {
    margin-top: 75px;
}
.deals-section .holder > .panel-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 70px 125px;
}
.deals-section .holder > .panel-layout > .panel-grid {
    width: calc(33.3333% - 1 * 125px);
}
.deals-section .holder h4 {
    margin-bottom: 30px;
}

#common-contact-section {
    color: var(--text-white);
    padding: 45px 0;
}
#common-contact-section .col-2 > .panel-grid-cell:first-child {
    width: 37% !important;
}
#common-contact-section .col-2 > .panel-grid-cell:last-child {
    width: 45.4% !important;
}
#common-contact-section .col-2 > .panel-grid-cell:first-child > .so-panel:last-child p {
    font-size: calc(1.4 * 1rem);
}


/*-- flexbox safari workaround --*/
.panel-grid.panel-has-style > .panel-row-style,
.panel-grid.panel-no-style {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
}

/*--------------------------------------------------------------
 ## Responsive CSS
--------------------------------------------------------------*/
@media only screen and (max-width: 1860px) {
    .site-header {
        height: 129.2px;
    }
    .gsticky .site-header {
        height: 114.8px;
    }
    .site-slider,
    #banner-wrap {
        margin-top: 129.2px;
    }

    #home-row-2 .panel-grid-cell {
        margin-left: 230px;
    }
}

@media only screen and (max-width: 1799px) {
    .site-header {
        height: 124.83px;
    }
    .gsticky .site-header {
        height: 111.2px;
    }
    .site-slider,
    #banner-wrap {
        margin-top: 124.83px;
    }
    .site-header .main-navigation ul.menu > li + li {
        margin-left: 33.5px;
    }

    #home-row-2 .panel-grid-cell {
        margin-left: 175px;
    }

}

@media only screen and (max-width: 1699px) {
    .site-header {
        height: 120.41px;
    }
    .gsticky .site-header {
        height: 107.61px;
    }
    .site-slider,
    #banner-wrap {
        margin-top: 120.41px;
    }
    .site-header .main-navigation ul.menu > li + li {
        margin-left: 31.5px;
    }

    #home-row-2 .panel-grid-cell {
        margin-left: 130px;
    }
}
   
@media only screen and (max-width: 1599px) {
    .site-header {
        height: 116.02px;
    }
    .gsticky .site-header {
        height: 104.02px;
    }
    .site-slider,
    #banner-wrap {
        margin-top: 116.02px;
    }
    .site-header .main-navigation ul.menu > li + li {
        margin-left: 29.5px;
    }

    .wrap-1400 {
        max-width: 100%;
        padding: 0 4vw;
    }

    #home-row-1 {
        padding: 110px 0 120px;
    }
    #home-row-2 {
        padding: 180px 0 326px;
    }
    #home-row-2 .panel-grid-cell {
        margin-left: 95px;
    }
    #home-row-3 {
        padding: 80px 0;
    }
    #home-row-5 {
        padding: 140px 0 120px;
    }
    #home-row-5 > .panel-grid-cell {
        padding: 0 40px;
    }
    #home-row-5 .col-3 {
        margin-top: 60px;
    }
    #home-row-6 {
        padding: 120px 76.8px;
    }
    #home-row-7 {
        padding: 110px 0 190px;
    }
    #home-row-8:before {
        height: 120px;
        top: -118px;
    }


    #about-row-1 .panel-layout > .panel-grid:first-child .col-2 > .panel-grid-cell:last-child {
        left: 0;
    }
    #about-row-1 .panel-layout > .panel-grid:first-child {
        margin-bottom: 125px;
    }

    .deals-section {
        padding: 120px 40px 120px;
    }

    #buying-row-3 {
        padding: 120px 76.8px;
    }

    #commercial-row-1 .col-2 {
        margin-top: 115px;
    }
    #commercial-row-1 .col-2 > .panel-grid-cell:first-child {
        width: 43%;
    }

    #finance-row-2, 
    #finance-row-3 {
        padding: 90px 0;    
    }

    #team-row-1 {
        padding: 75px 0 70px;
    }
    #team-row-1 .col-2 > .panel-grid-cell:first-child {
        width: 25%;
    }
}


@media only screen and (max-width: 1511px) {
    .banner-wrap .title {
        font-size: calc(( 4 - 1) * 1.2vw + 1rem) !important;
    }


    h1 {
        font-size: calc(( 2.8 - 1) * 1.2vw + 1rem);
    }
    h2 {
        font-size: calc(( 2.8 - 1) * 1.2vw + 1rem);
    }
    h3 {
        font-size: calc((2.2 - 1) * 1.2vw + 1rem);
    }
    h4 {
        font-size: calc(( 1.6 - 1) * 1.2vw + 1rem);
    }
    #privacy-row-1 h1 {
        font-size: calc((2.2 - 1) * 1.2vw + 1rem);
    }
    #contact-row-1 h1 {
        font-size: calc(( 4 - 1) * 1.2vw + 1rem);
    }
    .special-p-h1 p {
        font-size: calc(( 4 - 1) * 1.2vw + 1rem);
    }
    .special-p-h3 {
        font-size: calc((2.2 - 1) * 1.2vw + 1rem);
    }
    .special-p-h4 {
        font-size: calc(( 1.6 - 1) * 1.2vw + 1rem);
    }
    .special-top-text {
        font-size: calc(( 1.6 - 1) * 1.2vw + 1rem);
    }
    #buying-row-3 .special-p-h1 p {
        font-size: calc(( 2.8 - 1) * 1.2vw + 1rem);
    }
    #home-row-6 .card .title p {
        font-size: calc(( 1.6 - 1) * 1.2vw + 1rem);
    }

    #home-row-3 .inner-padding {
        padding-right: 120px;
    }
    #home-row-3 .btn-big {
        margin-top: 30px;
        padding: 15.5px 27.5px;
    }
}

@media only screen and (max-width: 1499px) {
    .site-footer .wrap {
        padding: 61px 0 30px;
    }
    .site-footer #footer-col-1 img {
        transform: scale(1.19);
        margin-bottom: 20px;
    }
    .site-footer #footer-col-1 #sow-editor-4 .textwidget p {
        gap: 16px;
    }
    .site-footer #footer-col-1 #sow-editor-4 img {
        width: 16px;
        height: 16px;
    }

    .wrap-1285 {
        max-width: 84%;
    }
    #home-row-3 .inner-padding {
        padding-right: 160px;
    }
    #home-row-3 .btn-big {
        margin-top: 50px;
    }
    #home-row-6,
    #buying-row-3 {
        padding: 120px 4vw;
    }
    #home-row-6 .card .title p {
        line-height: calc(1.2 * (1 + (1 - 2.8) / 25));
    }
    #home-row-7 .col-2 > .panel-grid-cell:first-child {
        width: 19.25%;
    }
    #home-row-7 .col-2 > .panel-grid-cell:last-child {
        width: 47.6%;
    }

    #about-row-2 {
        padding: 110px 0 73px;
    }

    #buying-row-1 .col-2  {
        justify-content: center;
        gap: 0 100px;
    }
    #buying-row-1 .col-2 > .panel-grid-cell {
        width: calc(50% - 1 * 111px);
    }
    #buying-row-1 .col-2 > .panel-grid-cell:first-child {
        padding-left: 95px;
    }
    #buying-row-1 .col-2 > .panel-grid-cell:first-child h1 {
        padding-right: 80px;
    }
    #buying-row-1 .col-2 > .panel-grid-cell:first-child .inner-padding {
        padding-right: 165px;
    }

    #selling-row-1 .col-2 {
        gap: 0 60px;
    }
    #selling-row-1 .col-2 > .panel-grid-cell:first-child h1 {
        padding-right: 55px;
    }

    #home-row-2 .panel-grid-cell {
        width: 35%;
    }
    #home-row-2 .panel-grid-cell p br {
        display: none;
    }
}

@media only screen and (max-width: 1399px) {

}

@media only screen and (max-width: 1360px) {
    .site-header {
        height: 106.33px;
    }
    .gsticky .site-header {
        height: 96.08px;
    }
    .site-header .main-navigation ul.menu > li + li {
        margin-left: 25.5px;
    }
    .site-slider,
    #banner-wrap {
        margin-top: 106.33px;
    }

    #buying-row-1 .col-2 > .panel-grid-cell {
        width: calc(50% - 1 * 101px);
    }
    #buying-row-1 .col-2 > .panel-grid-cell:first-child .inner-padding {
        padding-right: 110px;
    }
 
    #selling-row-1 .col-2 > .panel-grid-cell:first-child {
        padding-left: 75px;
    }
    #selling-row-1 .col-2 > .panel-grid-cell:last-child,
    #commercial-row-1 .col-2 > .panel-grid-cell:last-child,
    #buying-row-1 .col-2 > .panel-grid-cell:last-child  {
        padding: 68px 60px 89px !important;
    }

    #commercial-row-1 .col-2 > .panel-grid-cell:first-child h1 {
        padding-right: 55px;
    }

    #finance-row-2 .col-2 > .panel-grid-cell, 
    #finance-row-3 .col-2 > .panel-grid-cell {
        width: calc(50% - 1 * 54px);
    }
    #finance-row-1 .col-2 > .panel-grid-cell .inner-padding {
        padding-right: 84px;
    }


}

@media only screen and (max-width: 1279px) {
    .site-header .main-navigation ul.menu > li + li {
        margin-left: 23.5px;
    }

    #about-row-1 {
        padding: 90px 0 80px;
    }
    #about-row-1 .col-2 > .panel-grid-cell {
        width: 46.48%;
    }
    #about-row-1 .panel-layout > .panel-grid:first-child .col-2 > .panel-grid-cell:first-child {
        padding: 38px 30px 95px 60px;
    }
    #about-row-1 .panel-layout > .panel-grid:first-child .col-2 > .panel-grid-cell:last-child {
        padding: 68px 60px 95px;
    }
    #about-row-1 .panel-layout > .panel-grid:last-child .col-2 > .panel-grid-cell:last-child {
        padding: 100px 0 90px 0;
    }
    #about-row-2 {
        padding: 80px 0 50px;
    }

    #buying-row-1 .col-2 > .panel-grid-cell:first-child h1 {
        padding-right: 30px;
    }
    #buying-row-1 .col-2 > .panel-grid-cell:first-child .inner-padding {
        padding-right: 90px;
    }
    .deals-section {
        padding: 90px 40px 100px;
    }
    .deals-section .holder > .panel-layout {
        gap: 70px 95px;
    }
    .deals-section .holder > .panel-layout > .panel-grid {
        width: calc(33.3333% - 1 * 96px);
    }
    #buying-row-2.deals-section .holder > .panel-layout > .panel-grid:nth-child(3) .panel-grid-cell > .so-panel:last-child {
        margin-right: 30px !important;
    }

    #selling-row-1 .col-2 > .panel-grid-cell:first-child .inner-padding {
        padding-right: 95px;
    }

    #finance-row-2 .col-2 > .panel-grid-cell .details-holder {
        margin: 0 110px 0 115px;
    }
    #finance-row-1 .col-2 > .panel-grid-cell .inner-padding {
        padding-right: 55px;
    }

    #contact-row-1 {
        padding-top: 140px;
    }
    #contact-row-1 .inner-padding {
        padding: 0 210px 30px 0;
    }
    #contact-row-2 {
        padding: 80px 0 90px;
    }
/*     #contact-row-2 .col-2 > .panel-grid-cell {
        width: calc(50% - 1 * 280px);
    } */

    #privacy-row-1 {
        padding: 185px 0 130px;
    }
	
	#home-row-5 .btn-line {
		margin-left: 0;
	}
}

@media only screen and (max-width: 1199px) {
    .site-header .site-branding img {
        max-height: 56px;
    }
    .site-header {
        height: 98.36px;
    }
    .gsticky .site-header {
        height: 89.58px;
    }
    .site-header .main-navigation ul.menu > li + li {
        margin-left: 21.5px;
    }
    .site-slider,
    #banner-wrap {
        margin-top: 98.36px;
    }
    
    #home-row-3 {
        padding: 6.6vmax 0;
    }
    #home-row-7 .col-2 > .panel-grid-cell:last-child {
        width: 50.6%;
    }

    #selling-row-4.deals-section {
        padding: 6.6vmax 0;
    }

    .deals-section {
        padding: 80px 40px 100px;
    }
    #selling-row-4.deals-section .holder > .panel-layout {
        gap: 45px 70px;
    }

    #finance-row-2, #finance-row-3 {
        padding: 6.6vmax 0;
    }
    #finance-row-2 .col-2 > .panel-grid-cell .details-holder {
        margin: 0 110px 0 85px;
    }
    .investment-row-3 .inner-padding {
        padding-right: 115px;
    }
    #team-row-1 .col-2 > .panel-grid-cell:last-child .inner-padding {
        padding-right: 335px;
    }

    #contact-row-1 {
        padding-top: 130px;
    }
    #contact-row-1 .inner-padding {
        padding: 0 147px 30px 0;
    }
    #contact-row-2 {
        padding: 65px 0 40px;
    }

    .site-footer #footer-col-1 #sow-editor-2 {
        margin: 13px 0 15px;
    }
    .site-footer #footer-col-1 .sow-image-container {
        margin-left: 0;
        margin-right: 30px;
    }
    .site-footer #footer-col-1 img {
        transform: scale(1);
        margin-bottom: 0;
        max-width: 372px;
    }
}

@media only screen and (max-width: 1099px) {
    .overlay.site-header {
        background: #aea89a;
        box-shadow: none;
    }
    .site-header {
        height: 145.02px;
    }
    .gsticky .site-header {
        height: 81.64px;
    }
    .site-slider,
    #banner-wrap {
        margin-top: 145.02px;
    }
    .site-header #header-nav-wrap {
        display: none;
    }
    #home-row-2 .panel-grid-cell {
        margin-left: 80px;
    }
    #home-row-5 .btn-line {
        margin-top: 15px;
    }
	#home-row-5 .wrap-1400 {
		padding: 0 0;
	}
    #home-row-6 .holder > .panel-layout > .panel-grid {
        width: calc(33.333% - 1 * 45px);
    }

    .deals-section .holder {
        margin-top: 45px;
    }

    #finance-row-1 .col-2 > .panel-grid-cell {
        width: calc(50% - 1 * 185px);
    }
    #finance-row-2 .col-2 > .panel-grid-cell, 
    #finance-row-3 .col-2 > .panel-grid-cell {
        width: calc(50% - 1 * 46px);
    }

    #common-contact-section .col-2 > .panel-grid-cell:first-child {
        width: 45% !important;
    }

    #contact-row-1 {
        padding-top: 190px;
    }
}

@media only screen and (max-width: 1040px) {
/*    empty*/
}

@media only screen and (max-width: 1024px) {
    .site-header > .wrap-1400 {
        padding: 0 6vw;
    }
    #home-row-1 {
        padding: 90px 0 80px;
    }
    #home-row-3 .col-2 > .panel-grid-cell:last-child {
        padding: 80px 0 90px;
    }
    #home-row-5 {
        padding: 100px 0 90px;
    }

    #buying-row-1 .col-2 > .panel-grid-cell:first-child {
        padding-left: 55px;
    }

    .deals-section .holder > .panel-layout {
        gap: 55px 80px;
    }
    .deals-section .holder > .panel-layout > .panel-grid {
        width: calc(33.3333% - 1 * 77px);
    }

    #home-row-6, #buying-row-3 {
        padding: 10vmax 4vw;
    }

    #selling-row-1 .col-2 {
        gap: 0 90px;
    }
    #selling-row-1 .col-2 > .panel-grid-cell:first-child .inner-padding {
        padding-right: 60px;
    }
    #selling-row-2.deals-section .holder > .panel-layout > .panel-grid:nth-child(3) .panel-grid-cell > .so-panel:last-child {
        margin-right: 0 !important;
    }
    
    #commercial-row-1 {
        padding: 80px 0 75px;
    }
    #commercial-row-1 .g-text-center h1 {
        margin-bottom: 50px;
    }
    #commercial-row-1 .col-2 > .panel-grid-cell:first-child .inner-padding {
        padding-right: 115px;
    }

    #finance-row-2 .col-2 > .panel-grid-cell:last-child {
        margin-left: 45px;
    }
    #finance-row-2 .col-2 > .panel-grid-cell .details-holder {
        margin: 0 100px 0 75px;
    }
    #finance-row-2 .col-2 > .panel-grid-cell, #finance-row-3 .col-2 > .panel-grid-cell {
        width: calc(50% - 1 * 40px);
    }

    #privacy-row-1 {
        padding: 185px 0 115px;
    }
	
	
	#home-row-5 .wrap-1400 {
        padding: 0 4vw;
    }
    #home-row-5 .col-3 {
        margin-top: 10px;
    }
	#home-row-5 .col-3 > .panel-grid-cell {
		width: 100% !important;
	}
    #home-row-5 .col-3 > .panel-grid-cell + .panel-grid-cell {
        margin-top: 60px;
    }
	#home-row-5 .btn-line {
		width: 100%;
	}
   
}

@media only screen and (max-width: 991px) {
    #home-row-3 .inner-padding {
        padding-right: 90px;
    }
    #home-row-5 .col-3 {
        margin-top: 35px;
    }
    .special-top-text {
        margin-top: 25px;
    }
    #home-row-7 {
        padding: 90px 0 100px;
    }
    #home-row-8:before {
        height: 60px;
        top: -59px;
    }

    #about-row-1 {
        padding: 70px 0 80px;
    }
    #about-row-1 .panel-layout > .panel-grid:first-child {
        margin-bottom: 80px;
    }
    #about-row-1 .col-2 > .panel-grid-cell {
        width: 49.38%;
    }
    #about-row-1 .panel-layout > .panel-grid:last-child .col-2 > .panel-grid-cell:last-child {
        padding: 80px 0 40px 40px;
    }
    #about-row-1 .inner-padding {
        padding-right: 80px;
        margin-bottom: 45px;
    }
    #about-row-2 {
        padding: 60px 0 40px;
    }

    #selling-row-1 .col-2 > .panel-grid-cell:first-child {
        padding-left: 35px;
    }
    #selling-row-1 .col-2 > .panel-grid-cell {
        width: calc(50% - 1 * 103px);
    }

    #commercial-row-1 {
        padding: 70px 0 65px;
    }
    #commercial-row-1 .col-2 > .panel-grid-cell:first-child h1 {
        padding-right: 20px;
    }
    #commercial-row-1 .col-2 > .panel-grid-cell:first-child .inner-padding {
        padding-right: 50px;
    }

    #selling-row-1, #finance-row-1 {
        padding: 70px 0 75px;
    }
    #selling-row-4.deals-section .holder {
        margin-top: 25px;
    }

    #finance-row-1 .col-2 > .panel-grid-cell {
        width: calc(50% - 1 * 169px);
    }
    #finance-row-1 .col-2 > .panel-grid-cell:last-child {
        padding: 60px 45px 79px !important;
    }
    #finance-row-1 .col-2 > .panel-grid-cell .inner-padding {
        padding-right: 0;
    }
    #finance-row-2 .col-2 > .panel-grid-cell .details-holder .panel-grid + .panel-grid {
        margin-top: 20px;
    }
    #finance-row-1 .col-2 {
        margin-top: 65px;
    }

    #team-row-1 {
        padding: 60px 0 30px;
    }
    #team-row-1 .col-2 > .panel-grid-cell:last-child .inner-padding {
        padding-right: 250px;
    }
    #team-row-2 {
        padding: 6.6vmax 0;
    }

/*     #contact-row-2 .col-2 > .panel-grid-cell {
        width: calc(50% - 1 * 175px);
    } */

    .site-footer #footer-col-1 img {
        max-width: 308px;
    }
}

@media only screen and (max-width: 899px) {
    .site-footer #footer-col-1 .sow-image-container {
        margin-left: 0;
        margin-right: 0;
    }
    .site-footer #footer-col-1 #sow-image-2 img {
        max-width: 100%;
        transform: scale(1.25);
    }
    #home-row-5 > .panel-grid-cell {
        padding: 0 20px;
    }

    #about-row-1 {
        padding: 70px 0 50px;
    }
    #about-row-1 .panel-layout > .panel-grid:last-child .col-2 > .panel-grid-cell:last-child {
        padding: 40px 0 40px 40px;
    }
    #about-row-1 .panel-layout > .panel-grid:first-child .col-2 > .panel-grid-cell:first-child {
        padding: 38px 60px 95px 50px;
    }
    #about-row-1 .panel-layout > .panel-grid:first-child .col-2 > .panel-grid-cell:last-child {
        padding: 68px 50px 95px !important;
    }

    #buying-row-1 {
        padding: 70px 0 65px;
    }
    #buying-row-1 .col-2 > .panel-grid-cell:first-child {
        width: 39%;
    }
    #buying-row-1 .col-2 > .panel-grid-cell:last-child {
        width: 41%;
    }
    #buying-row-1 .col-2 > .panel-grid-cell:first-child .inner-padding {
        padding-right: 40px;
    }

    .deals-section {
        padding: 80px 20px 100px;
    }
    .deals-section .holder > .panel-layout {
        gap: 55px 65px;
    }
    .deals-section .holder > .panel-layout > .panel-grid {
        width: calc(33.3333% - 1 * 57px);
    }

    #selling-row-1 .col-2 > .panel-grid-cell {
        width: calc(50% - 1 * 92px);
    }
    #selling-row-1 .col-2 > .panel-grid-cell:first-child h1 {
        padding-right: 35px;
    }
    #selling-row-1 .col-2 > .panel-grid-cell:first-child .inner-padding {
        padding-right: 35px;
    }

    #finance-row-1 .col-2 > .panel-grid-cell {
        width: calc(50% - 1 * 145px);
    }
    #finance-row-2 .col-2 > .panel-grid-cell .details-holder {
        margin: 0 65px 0 60px;
    }
    #finance-row-2 .col-2 > .panel-grid-cell, 
    #finance-row-3 .col-2 > .panel-grid-cell {
        width: calc(50% - 1 * 35px);
    }
	
	#contact-row-2 .col-2 {
		gap: 0 10px;
	}
	#contact-row-2 .col-2 > .panel-grid-cell {
		width: 345px;
	}
}


@media only screen and (max-width: 780px) {

    /** FACEBOOK in-app browser fix **/
    .panel-grid .panel-grid-cell {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 0 !important;
        width: 100% !important;
    }

    .site-header {
        height: 129.03px;
    }
    .gsticky .site-header {
        height: 67.66px;
    }
    .site-slider,
    #banner-wrap {
        margin-top: 129.03px;
    }

    .site-footer .wrap {
        padding: 61px 0 60px;
    }
    .site-header .site-branding img {
        max-height: 34px;
    }
    .site-footer #footer-col-1 #sow-editor-2 {
        margin: 16px 0 67px;
    }
    .site-footer #footer-col-1 #sow-image-2 img {
        max-width: 100%;
        transform: scale(1.88);
        margin-bottom: 90px;
    }

    .wrap-1400 {
        padding: 0 6.6vmax;
    }

    #home-row-1 {
/*         padding: 50px 0 190px; */
		 padding: 50px 0 70px;
    }
    #home-row-1 h1 {
        margin-bottom: 55px;
    }
    #home-row-1 .inner-padding {
        padding: 0px 10%;
    }
    #home-row-2 {
        padding: 65px 0 225px;
    }
    #home-row-2 .panel-grid-cell {
        width: 54% !important;
    }
    #home-row-3 .col-2 > .panel-grid-cell:last-child {
        padding: 0;
    }
    #home-row-3 .inner-padding {
        padding-right: 0;
    }
    #home-row-6 .holder > .panel-layout > .panel-grid {
        width: calc(50% - 1 * 45px);
    }
    #home-row-7 .col-2 {
        gap: 30px;
    }
    #home-row-7 .col-2 > .panel-grid-cell:first-child {
        margin-top: 0;
    }
    #home-row-7 {
        padding: 50px 0 150px;
    }

    .contact-padding .col-2 > .panel-grid-cell:first-child,
    .contact-padding .col-2 > .panel-grid-cell:last-child {
        width: 100% !important;
    }
    .contact-padding .col-2 > .panel-grid-cell:last-child {
        margin-top: 50px;
    }
    .contact-padding  .wrap-1400,
    #common-contact-section .wrap-1400 {
        padding: 0 6.6vmax;
    }

    #about-row-1 .wrap-1285 {
        max-width: 80%;
    }
    #about-row-1 .panel-layout > .panel-grid:first-child .col-2 > .panel-grid-cell:first-child {
        padding: 0 0 50px;
    }
    #about-row-1 .panel-layout > .panel-grid:last-child .col-2 > .panel-grid-cell:last-child {
        padding: 0;
    }
    #about-row-1 .panel-layout > .panel-grid:last-child .col-2 .magic .sow-image-container {
        max-height: 374px;
    }
    #about-row-1 .inner-padding {
       padding-right: 0;
    }
    #about-row-2 .wrap-1400 {
        padding: 0 4vw;
    }

    #buying-row-1 .g-text-center .textwidget,
    #selling-row-1 .g-text-center .textwidget, 
    #finance-row-1 .g-text-center .textwidget,
    #commercial-row-1 .g-text-center .textwidget,
    #commercial-row-1 .g-text-center .textwidget {
        margin: 0;
    }
    #buying-row-1 .col-2 > .panel-grid-cell:last-child,
    #selling-row-1 .col-2 > .panel-grid-cell:last-child,
    #commercial-row-1 .col-2 > .panel-grid-cell:last-child,
    #finance-row-1 .col-2 > .panel-grid-cell:last-child {
        margin-top: 50px;
    }

    .deals-section {
/*         padding: 80px 0 100px; */
		padding: 60px 0 80px;
    }
    .deals-section .wrap-1400 {
        padding: 0 6.6vmax;
    }
    .deals-section .holder > .panel-layout > .panel-grid,
    #selling-row-4.deals-section .holder > .panel-layout > .panel-grid {
        width: 100%;
    }

    #buying-row-3 .col-3 {
        flex-direction: row !important;
        gap: 55px 40px;
    }
    #buying-row-3 .col-3 > .panel-grid-cell {
        width: calc(50% - 1 * 30px) !important;
    }

    #common-contact-section .col-2 > .panel-grid-cell:first-child,
    #common-contact-section .col-2 > .panel-grid-cell:last-child {
        width: 100% !important;
    }
    #common-contact-section .col-2 > .panel-grid-cell:last-child {
        margin-top: 50px;
    }

    #finance-row-2 .wrap-1400,
    #finance-row-3 .wrap-1400,
    #contact-row-1 .wrap-1400 {
        padding: 0 6.6vmax;
    }
    #finance-row-2 .col-2 {
        flex-direction: column-reverse !important;
    }
    #finance-row-2 .col-2 > .panel-grid-cell:last-child {
        margin-left: 0;
        margin-bottom: 50px !important;
    }
    #finance-row-2 .col-2 > .panel-grid-cell .details-holder {
        margin: 0;
    }
    #finance-row-2 .col-2 > .panel-grid-cell .details-holder .panel-grid + .panel-grid {
        margin-top: 40px;
    }
    #finance-row-3 .col-2 > .panel-grid-cell:last-child {
        padding: 50px 0 0;
    }

    #team-row-1 .col-2 > .panel-grid-cell:last-child .inner-padding {
        padding-right: 0;
    }
    #team-row-2 .wrap-1400 {
        padding: 0 4vmax;
    }
    #team-row-2 .wrap-1400 > .panel-layout > .panel-grid {
        width: calc(50% - 1 * 66px);
    }

    #contact-row-1 {
        padding: 180px 0 40px;
    }

    #about-row-2 .textwidget {
        width: 100%;
    }

    #home-row-7 .col-2 > .panel-grid-cell:last-child p {
        margin-right: 0;
    }

    .investment-row-3 .inner-padding {
        padding-right: 0;
    }
 
}

@media only screen and (max-width: 767px) {
    .banner-wrap {
        white-space: normal;
        padding: 0 10px !important;
    }
    .banner-wrap.extra-padding {
        margin-top: 0;
    }
    .banner-image-text img {
        transform: scale(1.8);
    }
    .page-id-11 .banner-wrap .title,
    .page-id-13 .banner-wrap .sub-text {
        display: none;
    }

    .banner-wrap .title {
        font-size: calc(( 4 - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
    }

    h1 {
        font-size: calc(( 2.8 - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
    }
    h2 {
        font-size: calc(( 2.8 - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
    }
    h3 {
        font-size: calc(( 2.2 - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
    }
    h4 {
        font-size: calc(( 1.6 - 1) * 1.2vw + 1rem);
    }
    #privacy-row-1 h1 {
        font-size: calc((2.2 - 1) * 1.2vw + 1rem);
    }
    #contact-row-1 h1 {
        font-size: calc(( 4 - 1) * 1.2vw + 1rem);
    }
    .special-p-h1 p {
        font-size: calc(( 4 - 1) * 1.2vw + 1rem);
    }
    .special-p-h3 {
        font-size: calc(( 2.2 - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
    }
    .special-p-h4 {
        font-size: calc(( 1.6 - 1) * 1.2vw + 1rem);
    }
    .special-top-text {
        font-size: calc(( 1.6 - 1) * 1.2vw + 1rem);
    }
    #buying-row-3 .special-p-h1 p {
        font-size: calc(( 2.8 - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
    }
    #home-row-6 .card .title p {
        font-size: calc(( 1.6 - 1) * 1.2vw + 1rem);
    }

    .site-header .site-branding img {
        max-height: 37px;
    }

    .wrap-1751 {
/*         padding: 0 9.6vmax; */
		padding: 0 6.6vmax;
    }
	
	#team-row-1 {
        padding: 20px 0 30px;
    }
	
	#contact-row-2 {
        padding: 35px 0 40px;
    }
}


@media only screen and (max-width: 734px) {
    #home-row-6 .holder > .panel-layout > .panel-grid {
        width: calc(50% - 1 * 30px);
    }
    #team-row-2 .wrap-1400 > .panel-layout > .panel-grid {
        width: calc(50% - 1 * 50px);
    }
    #privacy-row-1 .inner-padding {
        padding-right: 0;
    }
    #privacy-row-1 .wrap-1400 {
        padding: 0 6.6vmax;
    }
	
    #home-row-5 {
        padding: 70px 0 90px;
    }
}

@media only screen and (max-width: 666px) {
    .site-header {
        height: 109px;
    }
    .gsticky .site-header {
        height: 62.06px;
    }
    .site-slider,
    #banner-wrap {
        margin-top: 109px;
    }

    .wrap-1285 {
        max-width: 89%;
    }

    #privacy-row-1 {
        padding: 165px 0 115px;
    }

}


@media only screen and (max-width: 599px) {
   #team-row-2 .wrap-1400 > .panel-layout > .panel-grid {
        width: 100%;
    }
    #team-row-2 .wrap-1400 > .panel-layout > .panel-grid img,
    #home-row-6 .holder > .panel-layout > .panel-grid img {
        width: 100%;
    }
    #home-row-6 .holder > .panel-layout > .panel-grid {
        width: 100%;
    }

    #team-row-1 .wrap-1400,
    #privacy-row-1 .wrap-1400 {
        padding: 0 4.6vmax;
    }

     #privacy-row-1 .wrap-1400 {
        word-break: break-all;
     }


    #buying-row-3 .col-3 > .panel-grid-cell {
        width: 100% !important;
    } 

 
}


@media only screen and (max-width: 567px) {
    .site-header {
        height: 96.63px;
    }
    .gsticky .site-header {
        height: 62.06px;
    }
    .site-slider,
    #banner-wrap {
        margin-top: 96.63px;
    }
    .site-header .header-right {
        padding-right: 5px;
    }

/*     #home-row-1 {
        padding: 50px 0 170px;
    } */

    #home-row-2 {
        padding: 55px 0 131px;
    }
    #home-row-2 .panel-grid-cell {
        width: 44% !important;
    }
    #home-row-5 {
        padding: 60px 0 70px;
    }
    #home-row-5 .wrap-1400 {
        padding: 0 6.6vmax;
    }
    #home-row-7 .wrap-1400 {
        padding: 0 4.6vmax;
    }
    .contact-padding .wrap-1400, #common-contact-section .wrap-1400 {
        padding: 0 4.6vmax;
    }

    .site-footer #footer-col-1 #sow-image-2 img {
        transform: scale(2.88);
    }

    #privacy-row-1 {
        padding: 145px 0 115px;
    }
	
	#contact-row-1 {
        padding: 140px 0 40px;
    }
	#contact-row-1 .inner-padding {
        padding: 0 0 30px 0;
    }
	#contact-row-1 .wrap-1400 {
        padding: 0 4.6vmax;
    }
	
	#finance-row-2 .wrap-1400,
	#finance-row-3 .wrap-1400 {
        padding: 0 4.6vmax;
    }

}


@media only screen and (max-width: 496px) {

}

@media only screen and (max-width: 479px) {
    .site-header {
        height: 86.66px;
    }
    .site-slider,
    #banner-wrap {
        margin-top: 86.66px;
    }

    .banner-image-text img {
        transform: scale(2.2);
    }

/*     #home-row-1 {
        padding: 50px 0 120px;
    } */
    #home-row-2 .panel-grid-cell {
        margin-left: 60px;
    }
    #home-row-7 {
        padding: 25px 0 115px;
    }

    .wrap-1751 {
        padding: 0 10%;
    }
	
    #team-row-1 .wrap-1400, #privacy-row-1 .wrap-1400 {
        padding: 0 3.6vmax;
    }
	#contact-row-2 {
        padding: 20px 0 40px;
    }
	#contact-row-2  .wrap-1400 {
        padding: 0 3.6vmax;
    }
	.contact-padding .wrap-1400, #common-contact-section .wrap-1400 {
        padding: 0 3.6vmax;
    }
	
	#eteam-testimonial-widget h2 {
        margin-bottom: 50px !important;
    }
}

@media only screen and (max-width: 413px) {
    .site-header {
        height: 82px;
    }
    .site-slider,
    #banner-wrap {
        margin-top: 82px;
    }
    
    #home-row-1 .wrap-1400 {
        padding: 0 3.6vmax;
    }
    #home-row-5 .btn-line {
        width: 100%;
		margin-left: 0;
		padding: 11px 11px;
    }
	
	#buying-row-3 .col-3 {
		margin-top: 25px;
	}
    
	#finance-row-1 .col-2 > .panel-grid-cell:last-child {
        padding: 60px 40px 79px !important;
    }
	#finance-row-2 .wrap-1400,
	#finance-row-3 .wrap-1400 {
        padding: 0 3.6vmax;
    }
	
	.deals-section {
		padding: 40px 0 50px;
	}
	    .deals-section .wrap-1400 {
        padding: 0 3.6vmax;
    }
	
	#home-row-1 {
		padding: 45px 0 70px;
	}
	#about-row-1 {
        padding: 45px 0 50px;
    }
	#buying-row-1 {
        padding: 45px 0 65px;
    }
	#selling-row-1, #finance-row-1, #commercial-row-1 {
        padding: 45px 0 65px;
    }
	#buying-row-1 .wrap-1400 {
        padding: 0 3.6vmax;
    }
	
	 #about-row-1 {
        padding: 45px 0 0px;
    }
	  #about-row-2 {
        padding: 30px 0 30px;
    }
}

@media only screen and (max-width: 374px) {
	#home-row-5 .g-title-brown h2 {
		margin-bottom: 7px;
	}
	#home-row-5 .btn-line {
		width: 115%;
        margin-left: -21px;
	}
	
	#selling-row-1 .col-2 > .panel-grid-cell:last-child, #commercial-row-1 .col-2 > .panel-grid-cell:last-child, #buying-row-1 .col-2 > .panel-grid-cell:last-child {
        padding: 55px 38px 65px !important;
    }
	
   
	#about-row-1 .wrap-1285 {
        max-width: 90%;
    }
    #about-row-1 .panel-layout > .panel-grid:first-child .col-2 > .panel-grid-cell:last-child {
        padding: 40px 35px 60px !important;
    }
  

}


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


/** Slidebar Overrides **/

