/*!////////////////////////////////////////////////
// BASE
/////////////////////////////////////////////////*/
@-o-viewport {
    width: device-width;
}
@-ms-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.grecaptcha-badge {
    visibility: collapse !important;
}

html,
body,
iframe,
div,
section,
header,
p,
a,
ul,
ol,
li,
article,
footer,
h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #d92e3a;
    text-shadow: none;
    color: #fff;
}

::selection {
    background: #d92e3a;
    text-shadow: none;
    color: #fff;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/*!////////////////////////////////////////////////
// LAYOUT
/////////////////////////////////////////////////*/
.wrap {
    max-width: 1245px;
    width: 100%;
    margin: 0px auto;
    position: relative;
}

.mediumwrap {
    max-width: 1034px;
    width: 100%;
    margin: 0px auto;
    position: relative;
}

.miniwrap {
    max-width: 980px;
    width: 100%;
    margin: 0px auto;
    position: relative;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}


@media only screen and (max-width: 1265px){
	.wrap {
		max-width: 1034px;
	}
}

@media only screen and (max-width: 1040px){
	.wrap,
	.mediumwrap {
		max-width: 960px;
	}
}

@media only screen and (max-width: 980px){
	.wrap,
	.mediumwrap,
	.miniwrap {
		max-width: 748px;
	}
}

@media only screen and (max-width: 768px){
	.wrap,
	.mediumwrap,
	.miniwrap {
		max-width: 620px;
	}
}

@media only screen and (max-width: 640px){
	.wrap,
	.mediumwrap,
	.miniwrap {
		max-width: 480px;
	}
}

@media only screen and (max-width: 500px){
	.wrap,
	.mediumwrap,
	.miniwrap {
		max-width: 92%;
	}
}

.row {
    clear: both;
}

@media screen and (min-width: 480px) {
    .grid-1,
    .grid-2,
    .grid-3,
    .grid-4,
    .grid-5,
    .grid-6,
    .grid-half,
    .grid-full,
    .grid-unit {
        float: left;
        width: 100%;
    }
    .grid-1:nth-child(n),
    .grid-2:nth-child(n),
    .grid-3:nth-child(n),
    .grid-4:nth-child(n),
    .grid-5:nth-child(n),
    .grid-6:nth-child(n),
    .grid-half:nth-child(n),
    .grid-full:nth-child(n),
    .grid-unit:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .grid-1:nth-child(1n),
    .grid-2:nth-child(1n),
    .grid-3:nth-child(1n),
    .grid-4:nth-child(1n),
    .grid-5:nth-child(1n),
    .grid-6:nth-child(1n),
    .grid-half:nth-child(1n),
    .grid-full:nth-child(1n),
    .grid-unit:nth-child(1n) {
        margin-right: 0;
    }
    .grid-1:last-child,
    .grid-2:last-child,
    .grid-3:last-child,
    .grid-4:last-child,
    .grid-5:last-child,
    .grid-6:last-child,
    .grid-half:last-child,
    .grid-full:last-child,
    .grid-unit:last-child {
        margin-right: 0;
    }

    .grid-25,
    .grid-75 {
        float: left;
        width: 49.24242%;
    }
    .grid-25:nth-child(n),
    .grid-75:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .grid-25:nth-child(2n),
    .grid-25:nth-child(2n) {
        margin-right: 0;
    }
    .grid-25:last-child,
    .grid-25:last-child {
        margin-right: 0;
    }

    .gallery .grid-unit,
    .grid-half {
        width: 49.24242%;
    }
    .gallery .grid-unit:nth-child(n),
    .grid-half:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .gallery .grid-unit:nth-child(2n),
    .grid-half:nth-child(2n) {
        margin-right: 0;
    }
    .gallery .grid-unit:last-child,
    .grid-half:last-child {
        margin-right: 0;
    }

    .grid-flow-opposite {
        float: right;
    }
}
@media screen and (min-width: 640px) {
    .grid-1 {
        width: 15.40404%;
    }
    .grid-1:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .grid-1:nth-child(6n) {
        margin-right: 0;
    }
    .grid-1:last-child {
        margin-right: 0;
    }

    .grid-2 {
        width: 32.32323%;
    }
    .grid-2:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .grid-2:nth-child(3n) {
        margin-right: 0;
    }
    .grid-2:last-child {
        margin-right: 0;
    }

    .grid-3,
    .grid-half {
        width: 49.24242%;
    }
    .grid-3:nth-child(n),
    .grid-half:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .grid-3:nth-child(2n),
    .grid-half:nth-child(2n) {
        margin-right: 0;
    }
    .grid-3:last-child,
    .grid-half:last-child {
        margin-right: 0;
    }

    .grid-4 {
        width: 66.16162%;
    }
    .grid-4:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .grid-4:nth-child(1.5n) {
        margin-right: 0;
    }
    .grid-4:last-child {
        margin-right: 0;
    }

    .grid-5 {
        width: 82.74242%;
    }
    .grid-5:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .grid-5:nth-child(1.20482n) {
        margin-right: 0;
    }
    .grid-5:last-child {
        margin-right: 0;
    }

    .grid-6,
    .grid-full {
        width: 100%;
    }
    .grid-6:nth-child(n),
    .grid-full:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .grid-6:nth-child(1n),
    .grid-full:nth-child(1n) {
        margin-right: 0;
    }
    .grid-6:last-child,
    .grid-full:last-child {
        margin-right: 0;
    }

    /* If there are no margins */
    .grid-1.no-margin {
        width: 16.66667%;
    }
    .grid-1.no-margin:nth-child(n) {
        margin-bottom: 0;
        margin-right: 0;
    }
    .grid-1.no-margin:nth-child(6n) {
        margin-right: 0;
    }
    .grid-1.no-margin:last-child {
        margin-right: 0;
    }

    .grid-2.no-margin {
        width: 33.33333%;
    }
    .grid-2.no-margin:nth-child(n) {
        margin-bottom: 0;
        margin-right: 0;
    }
    .grid-2.no-margin:nth-child(3n) {
        margin-right: 0;
    }
    .grid-2.no-margin:last-child {
        margin-right: 0;
    }

    .grid-3.no-margin,
    .grid-half.no-margin {
        width: 50%;
    }
    .grid-3.no-margin:nth-child(n),
    .grid-half.no-margin:nth-child(n) {
        margin-bottom: 0;
        margin-right: 0;
    }
    .grid-3.no-margin:nth-child(2n),
    .grid-half.no-margin:nth-child(2n) {
        margin-right: 0;
    }
    .grid-3.no-margin:last-child,
    .grid-half.no-margin:last-child {
        margin-right: 0;
    }

    .grid-4.no-margin {
        width: 66.66667%;
    }
    .grid-4.no-margin:nth-child(n) {
        margin-bottom: 0;
        margin-right: 0;
    }
    .grid-4.no-margin:nth-child(1.5n) {
        margin-right: 0;
    }
    .grid-4.no-margin:last-child {
        margin-right: 0;
    }

    .grid-5.no-margin {
        width: 83%;
    }
    .grid-5.no-margin:nth-child(n) {
        margin-bottom: 0;
        margin-right: 0;
    }
    .grid-5.no-margin:nth-child(1.20482n) {
        margin-right: 0;
    }
    .grid-5.no-margin:last-child {
        margin-right: 0;
    }

    .grid-6.no-margin,
    .grid-full.no-margin {
        width: 100%;
    }
    .grid-6.no-margin:nth-child(n),
    .grid-full.no-margin:nth-child(n) {
        margin-bottom: 0;
        margin-right: 0;
    }
    .grid-6.no-margin:nth-child(1n),
    .grid-full.no-margin:nth-child(1n) {
        margin-right: 0;
    }
    .grid-6.no-margin:last-child,
    .grid-full.no-margin:last-child {
        margin-right: 0;
    }

    .grid-25 {
        width: 23.86364%;
    }
    .grid-25:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .grid-25:nth-child(4n) {
        margin-right: 0;
    }
    .grid-25:last-child {
        margin-right: 0;
    }

    .grid-25.no-margin {
        width: 25%;
    }
    .grid-25.no-margin:nth-child(n) {
        margin-bottom: 0;
        margin-right: 0;
    }
    .grid-25.no-margin:nth-child(4n) {
        margin-right: 0;
    }
    .grid-25.no-margin:last-child {
        margin-right: 0;
    }

    .grid-75 {
        width: 74.616161%;
    }
    .grid-75:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .grid-75:nth-child(4n) {
        margin-right: 0;
    }
    .grid-75:last-child {
        margin-right: 0;
    }

    .grid-75.no-margin {
        width: 75%;
    }
    .grid-75.no-margin:nth-child(n) {
        margin-bottom: 0;
        margin-right: 0;
    }
    .grid-75.no-margin:nth-child(4n) {
        margin-right: 0;
    }
    .grid-75.no-margin:last-child {
        margin-right: 0;
    }

    .gallery .grid-unit {
        width: 32.32323%;
    }
    .gallery .grid-unit:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .gallery .grid-unit:nth-child(3n) {
        margin-right: 0;
    }
    .gallery .grid-unit:last-child {
        margin-right: 0;
    }

    .content-pad-right {
        padding-right: 4%;
        /* Use (or don't) as necessary. */
    }

    .content-pad-left {
        padding-left: 4%;
    }
}

@media screen and (max-width: 641px) {
    .list-grid-2 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px;
	}

	.list-grid-3 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px;
	}
}

@media screen and (min-width: 769px) {
    .vertical-align *[class^="grid"] {
        display: inline-block;
        vertical-align: middle;
        float: none;
        margin-right: 10px;
    }
}

/*!////////////////////////////////////////////////
// THEME
/////////////////////////////////////////////////*/
body {
	font-family: 'sole-sans-variable', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.6em;
	color: #3C3C3D;
}

main p {
	display: block;
	margin-bottom: 40px;
}

main p:last-child {
	margin-bottom: 0;
}

a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

.button {
	font-family: "sole-sans-variable",sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
    display: inline-block;
    padding: 13px 30px;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    text-align: center;
    white-space: normal;
    text-decoration: none;
    color: #FFF;
    border: 2px solid #0A0A0A;
    border-radius: 4px;
    background-color: #0A0A0A;
}

.button:hover {
    color: #0a0a0a;
    background-color: transparent;
    border-color: #0a0a0a;
}

.button-secondary,
.button.secondary {
	background-color: #3C3C3D;
	border-color: #3C3C3D;
}

.button-secondary:hover,
.button.secondary:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.button-tertiary:hover,
.button.tertiary:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

h1, h2, h3, h4, h5, .h2 {
    display: block;
    font-size: 40px;
    font-weight: 700;
    font-family: 'sole-sans-variable',sans-serif;
    margin-bottom: 32px;
	line-height: 1em;
}

h1:last-child, 
h2:last-child, 
h3:last-child, 
h4:last-child, 
h5:last-child, 
.h2:last-child {
    margin-bottom: 0;
}

.h1 {
    display: block;
    font-size: 90px;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 16px;
}

.h1:last-child {
    margin-bottom: 0;
}

.h3 {
    display: block;
    font-size: 36px;
    line-height: 1em;
    margin-bottom: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.h3:last-child {
    margin-bottom: 0;
}

.h4 {
    display: block;
    color: #C62F2F;
    font-size: 24px;
    font-family: 'gunplay',sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.111em;
    margin-bottom: 16px;
}

.h4:last-child {
    margin-bottom: 0;
}

.h5 {
    display: block;
    color: #C62F2F;
    font-size: 18px;
    font-family: 'gunplay',sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.111em;
    margin-bottom: 32px;
}

.h5:last-child {
    margin-bottom: 0;
}

.h6 {
    display: inline-block;
    background-color: #fff;
    color: #C62F2F;
    font-size: 18px;
    font-family: 'gunplay',sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 5px 12px;
    line-height: 1.111em;
    margin-bottom: 32px;
}

.h6:last-child {
    margin-bottom: 0;
}

.text-light {
    color: #EAEAEA;
}

.text-light h1,
.text-light h2, 
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light .h1,
.text-light .h2,
.text-light .h3,
h1.text-light,
h2.text-light,
h3.text-light,
h4.text-light,
h5.text-light,
h6.text-light,
.h1.text-light,
.h2.text-light,
.h3.text-light {
    color: #fff;
}

main ul {
    display: block;
    margin-bottom: 40px;
    padding: 0;
    list-style: none;
    font-weight: 500;
	text-align: left;
}

main ul li {
    display: block;
    position: relative;
    padding-left: 21px;
    margin-bottom: 4px;
}

main ul li:before {
    content: '\f0da';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 700;
    position: absolute;
    left: 0;
    color: #C62F2F;
}

main ul:last-child, 
main ul li:last-child {
    margin-bottom: 0;
}

main ol {
    display: block;
    margin-bottom: 40px;
    padding-left: 20px;
	text-align: left;
}

main ol:last-child {
    margin-bottom: 0;
}

main p a,
main li a {
    text-decoration: underline;
    opacity: .6;
    color: inherit;
    -webkit-text-decoration-style: dotted;
            text-decoration-style: dotted;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
}

main p a:hover,
main li a:hover {
    opacity: 1;
}

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

}

@media only screen and (max-width: 1040px){
	.h1 {
		font-size: 65px;
	}
}

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

}

@media only screen and (max-width: 768px){
	.h1 {
		font-size: 55px;
	}

	.h3 {
		font-size: 32px;
	}

	body {
		font-size: 16px;
	}
}

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

}

@media only screen and (max-width: 500px){
	h1, h2, h3, h4, h5, .h2 {
		font-size: 32px;
		line-height: 1em;
	}

	.h1 {
		font-size: 45px;
	}

	.h3 {
		font-size: 26px;
	}

	.h4 {
		font-size: 22px;
	}

	.button {
		font-size: 16px;
	}	
}

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

}



/*! Header
//////////////////////////////////////////////*/

.main__header {
    display: block;
    position: relative;
    background-color: #0A0A0A;
}

.mobile__button p {
    display: block;
}

.header__top {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 4px solid #C62F2F;
}

.header__top .flex-row {
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}

.header__top:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-image: url(/wp-content/uploads/2025/12/stripe-texture.png);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.1;
}

@media screen and (min-width: 769px) {
    .mobile__button p {
        display: none;
    }
}

.mobile__nav {
    display: none;
}
.mobile__nav a {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
    .mobile__nav {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .header__right {
        text-align: right;
    }
}

.header__right p {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.header__right p:last-child {
    margin-bottom: 0;
}

.header__right p span {
    text-transform: uppercase;
    line-height: 1;
}

.header__right p a {
    font-size: 40px;
    font-weight: 900;
    color: #C62F2F;
    line-height: 1;
    display: block;
}

.header__right p a:hover {
    color: #fff;
}

.alert__banner {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    background: #474749;
}

.alert__banner p {
    color: white;
    text-align: center;
}

.header__nav {
    background-color: #fff;
    display: block;
    position: relative;
    text-align: center;
}

.header__nav #menu-header-menu {
    display: flex;
    justify-content: center;
}

.header__nav #menu-header-menu > li {
    display: block;
    position: relative;
}

.header__nav #menu-header-menu > li > a {
    display: block;
    font-family: 'gunplay', sans-serif;
    font-weight: 400;
    color: #0A0A0A;
    line-height: 1;
    transition: all 0.2s ease-in-out;
    padding: 18px 24px;
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1.8px;
}

.header__nav #menu-header-menu > li > a:after {
    content: '|';
    position: absolute;
    right: 0;
    color: #0A0A0A;
}

.header__nav #menu-header-menu > li:last-child a:after {
    content: none;
}

.header__nav #menu-header-menu > li > a:hover {
    color: #C62F2F;
}

.header__nav #menu-header-menu > li ul {
    position: absolute;
    display: none;
    width: 100%;
    min-width: 175px;
    z-index: 9999999999999;
    margin-left: 0px;
    top: 100%;
    transform-origin: center;
    transform: translateX(-50%);
    left: 50%;
}

.header__nav #menu-header-menu > li:nth-of-type(4) ul {
    min-width: 215px;
}

.header__nav #menu-header-menu > li ul li:hover {
    background-color: #222;
}

.header__nav #menu-header-menu > li ul li a:hover {
    color: white;
}

@media screen and (max-width: 915px) {
    .header__nav #menu-header-menu > li ul li {
        font-size: 16px !important;
    }
}

.header__nav #menu-header-menu > li ul li {
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 100%;
    text-align: left;
    color: white;
    font-size: 14px;
    display: block;
    z-index: 9999999;
    border-bottom: 1px solid #e08886;
    background-color: #c72f2f;
    margin-right: 0px;
	transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 1350px) {
    .header__nav #menu-header-menu > li ul li {
        font-size: 12px;
    }
}

.header__nav #menu-header-menu > li ul li:last-of-type {
    border-bottom: none;
}

.header__nav #menu-header-menu > li ul li a {
    color: white !important;
    padding: 12px 15px;
    text-align: center;
    width: 100%;
    display: block;
    line-height: 1.3em;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
}

.header__nav #menu-header-menu > li:hover ul {
    display: block !important;
}

.header__left {
    margin-right: 0px !important;
}

@media only screen and (max-width: 980px){
	.header__nav #menu-header-menu > li > a {
		font-size: 15px;
		padding: 15px 20px;
	}

	.header__left {
		display: flex;
	}

	.header__left a {
		display: inline-block;
	}

	.header__left a img {
		display: block;
		width: auto;
		height: 70px;
	}

	.header__right p a {
		font-size: 35px;
	}

	.header__right p {
		font-size: 17px;
	}

	.header__right {
		padding-top: 8px;
	}
}

@media only screen and (max-width: 768px){
	.header__nav {
		display: none;
	}
}

.mobilebuttons {
    display: none;
    width: 30%;
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
}

.mobilebuttons.active {
    -webkit-animation: fade 500ms;
    animation: fade 500ms;
    display: inline-block;
}

.body__overlay.active {
    display: block;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-animation: fade 500ms;
    animation: fade 500ms;
}

.mobileclose {
    width: 100%;
    float: right;
    text-align: center;
    background-color: white;
    position: relative;
    height: 72px;
}

.mobileclose p {
    font-size: 18px;
    color: #7d7d7d;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}

.mobile__nav .menu-item-object-page a:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    margin-left: 5px;
    display: inline-block;
    font-weight: 300;
    font-size: 12px;
}

.active-nav {
    color: #C62F2F !important;
}

.rightbutton span {
    color: white;
    font-weight: bold;
}

.mobile__left {
    float: left !important;
    min-width: 200px;
    text-align: left;
}

.mobile__left p {
    color: white;
}

.mobile__left a {
    color: white;
    vertical-align: bottom !important;
    font-size: 18px;
}

.mobile__left a i {
    font-size: 20px;
}

.mobile__nav .menu-item-has-children a:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    margin-left: 5px;
    display: inline-block;
    font-weight: 300;
    font-size: 12px;
}

.mobile__nav .menu-item-has-children .sub-menu li a:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    margin-left: 5px;
    display: inline-block;
    font-weight: 300;
    font-size: 12px;
}

.mobile__button {
    display: block;
    background-color: #fff;
    border-radius: 4px;
    padding: 8px;
	cursor: pointer;
	transition: all ease-in-out 0.2s;
}

.mobile__button .line {
    display: block;
    height: 1px;
    width: 20px;
    background-color: #222;
    margin-bottom: 7px;
	transition: all ease-in-out 0.2s;
}

.mobile__button .line:last-child {
    margin-bottom: 0;
}

.mobile__button:hover {
	background-color: #C62F2F;
}

.mobile__button:hover .line {
	background-color: #fff;
}

.phone-desktop {
	display: none;
}

.phone-mobile a {
    color: #fff;
    display: block;
    width: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #C62F2F;
    border-radius: 4px;
}

.phone-mobile a:hover {
    color: #C62F2F;
    background-color: #fff;
}

@media screen and (min-width: 769px) {
    .mobile__button {
        display: none;
    }

	.phone-mobile {
		display: none;
	}

	.phone-desktop {
		display: block;
	}
}

@media only screen and (max-width: 768px){
	.header__right {
		padding: 0;
		display: flex;
		gap: 10px;
	}
}

@media only screen and (max-width: 500px){
	.header__left a img {
		height: 50px;
	}
}

@media only screen and (max-width: 500px){
	.header__left a img {
		height: 50px;
	}
}

@media only screen and (max-width: 280px){
	.header__left a img {
		height: 16vw;
	}
}

.mobile__nav {
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #474749;
    -webkit-animation: fade 500ms;
    animation: fade 500ms;
    overflow: scroll;
    text-align: center;
}
.mobile__nav a {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.mobile__nav ul {
    position: relative;
}

.mobile__nav ul li {
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    width: 100%;
    background-color: #474749;
    color: white;
    text-align: center;
    border-bottom: 2px solid #474749;
}

.mobile__nav ul li:last-of-type {
    border: none;
}

.mobile__nav ul li a {
    color: white;
    width: 100%;
    padding: 15px;
    display: block;
}

.mobile__nav ul li .sub-menu {
    display: none;
}

.mobile__nav ul li .sub-menu li {
    width: 100%;
    background-color: #C62F2F;
    text-transform: capitalize;
}

.mobile__nav ul li .sub-menu li a {
    color: white;
}
.mobile-logo {
    padding-top: 25px;
    padding-bottom: 25px;
}

.mobile-logo img {
    margin-right: 0px !important;
    margin-bottom: 0px !important;
}

.mobile-close {
    padding-top: 35px;
    padding-bottom: 20px;
    background-color: #474749;
    width: 100%;
}

.mobile-close p {
    color: White;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: left;
    padding-right: 20px;
    background-color: #64b5ac;
    margin-bottom: 32px;
}

.mobile-close p i {
    float: right;
    padding: 15px 17px;
    font-size: 16px;
    background-color: #C62F2F;
    border-radius: 30px;
    position: relative;
    z-index: 99;
}
.mobile-contact {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: rgba(146, 137, 121, 0.85);
}

.mobile-contact p {
    color: white;
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
    text-transform: uppercase;
}

.mobile-contact p a {
    color: white;
}

@media screen and (min-width: 769px) {
    .mobile__nav {
        display: none;
    }
}

/*! Content Area
//////////////////////////////////////////////*/

.homepage__hero {
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
	overflow: hidden;
}

.homepage__hero .hero__contact {
    background: rgb(198 47 47 / 75%);
    display: block;
    padding: 40px;
    position: relative;
    text-align: center;
    max-width: 425px;
    width: 100%;
    margin: 0;
}

.homepage__hero .hero__contact .wpcf7-not-valid-tip {
    color: #fff;
}

.homepage__hero .hero__text {
    display: flex;
    flex: 1;
    text-align: center;
    align-items: center;
    padding-right: 30px;
}

.homepage__hero .hero__text__inner {
    display: block;
    width: 100%;
}

.homepage__hero:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(181deg, rgba(0, 0, 0, 0.00) 53.17%, rgba(0, 0, 0, 0.85) 99.12%);
	z-index: 1;
}

.homepage__hero:after {
    content: '';
    display: block;
    width: 459px;
    height: 459px;
    position: absolute;
    bottom: 0;
    background-image: url(/wp-content/uploads/2025/12/star-circle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .3;
    bottom: -92px;
    left: -86px;
}

.homepage__hero .h1 {
    text-shadow: 4px 4px 16px rgba(0, 0, 0, 0.65);
}

@media only screen and (min-width: 769px){
	.homepage__hero .h6 {
		font-size: 22px;
	}
}

.homepage__hero .wrap {
    z-index: 2;
}

@media only screen and (max-width: 1265px){
	.homepage__hero {
		padding: 70px 0;
	}
}

@media screen and (max-width: 980px) {
    .alert__banner p {
        font-size: 14px;
    }

	.homepage__hero .hero__text {
		padding-right: 0;
	}

	.homepage__hero .hero__contact {
		max-width: 100%;
		margin-top: 40px;
	}
}

@media only screen and (max-width: 768px){
	.homepage__hero {
        background-position: 58% center;
    }
}

@media only screen and (max-width: 380px){
	.homepage__hero .hero__contact {
		padding: 25px 20px;
	}
}

.homepage__main {
    background-color: #0A0A0A;
    padding: 136px 0;
    position: relative;
    overflow: hidden;
}

.cta__grids {
    display: flex;
    flex-wrap: wrap;
    margin-top: 64px;
    gap: 24px;
}

.cta__grids:last-child {
    margin-top: 0;
}

.cta__grids .cta-grid {
    display: block;
    width: calc(33.33% - 16px);
    padding: 24px 24px 40px;
    background-color: #fff;
    text-align: center;
}

.homepage__main .mediumwrap + .wrap {
    margin-top: 64px;
}

.cta__grids .cta-grid .img-wrapper {
    display: block;
    overflow: hidden;
    box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 24px;
}

.cta__grids .cta-grid p {
    margin-bottom: 24px;
}

.cta__grids .cta-grid p:last-child {
    margin-bottom: 0;
}

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

}

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

}

@media only screen and (max-width: 980px){
	.homepage__main {
		padding: 100px 0;
	}
}

@media only screen and (max-width: 768px){
	.homepage__main {
		padding: 70px 0;
	}

	.cta__grids {
		margin-top: 40px;
	}

	.homepage__main .mediumwrap + .wrap {
		margin-top: 40px;
	}	

	.cta__grids .cta-grid {
		width: 100%;
	}
}

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

}

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

}

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

}

.homepage__ctas {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #eaeaea;
    padding-left: 25px;
    padding-right: 25px;
}

.homepage__ctas .homepage__cta {
    padding: 25px;
    text-align: center;
    margin-bottom: 0px !important;
}

.homepage__ctas .homepage__cta img {
    margin-bottom: 16px;
}

.homepage__ctas .homepage__cta p {
    color: white;
}

.homepage__ctas .homepage__cta i {
    font-size: 48px;
    margin-top: 24px;
}

.homepage__ctas .homepage__cta p strong {
    display: block;
    margin-bottom: 24px;
    text-transform: uppercase;
    font-size: 20px;
}

@media screen and (max-width: 980px) {
    .homepage__ctas .homepage__cta {
        margin-bottom: 16px !important;
    }
}
.homepage__ctas .homepage__cta:nth-of-type(1) {
    background: #e9c46a;
}

.homepage__ctas .homepage__cta:nth-of-type(2) {
    background: #f4a261;
}

.homepage__ctas .homepage__cta:nth-of-type(3) {
    background: #e76f51;
}

.team__member {
    position: relative;
    text-align: center;
    max-width: 524px;
    margin: 0 auto;
}

.team__member img {
    width: 100%;
    max-width: 524px;
}

.team__member:hover .overlay {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.team__member .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(38, 70, 83, 0.55);
    padding: 10px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.team__member .overlay p {
    color: white;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    transform: translateY(-50%);
}

.team__block__inner {
    border: 2px solid white;
    height: 100%;
}

.team__members {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
}

.team__content {
    padding-left: 15px;
    padding-right: 15px;
}

.team__content p {
    font-size: 20px;
    margin-bottom: 32px;
    color: #222;
    font-weight: bold;
}

@media screen and (max-width: 980px) {
    .team__member {
        margin-bottom: 16px !important;
    }

    .team__content {
        text-align: center;
        margin-top: 32px;
    }
}

.two__columns {
    -moz-column-count: 2;
    -moz-column-gap: undefinedpx;
    -webkit-column-count: 2;
    -webkit-column-gap: undefinedpx;
    column-count: 2;
    column-gap: undefinedpx;
}

.footer__logos {
    padding-top: 25px;
    padding-bottom: 15px;
    border-top: 3px solid #dfdfdf;
    border-bottom: 3px solid #dfdfdf;
}

.footer__logos .grid-2 {
    margin-right: 0px !important;
}

.footer__logos .grid-2 p {
    font-size: 32px;
    margin-bottom: 0px;
    font-weight: bold;
    color: #C62F2F;
}

.footer__logos .grid-4 img {
    max-height: 75px;
    object-fit: cover;
    margin-right: 16px;
}

.subpage__main {
    display: block;
    padding: 136px 0;
    position: relative;
    overflow: hidden;
    background-color: #0A0A0A;
}

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

}

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

}

@media only screen and (max-width: 980px){
    .subpage__main {
        padding: 90px 0;
    }
}

@media only screen and (max-width: 768px){
    .subpage__main {
        padding: 70px 0;
    }
}

.subpage__hero {
    height: 20vw;
    min-height: 250px;
    background-size: cover;
    background-position: center;
    position: relative;
    background-color: #0a0a0a;
}

.subpage__hero:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(181deg, rgba(0, 0, 0, 0.00) 53.17%, rgba(0, 0, 0, 0.85) 99.12%);
    z-index: 1;
}

.subpage__hero .page-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 48px;
    color: white;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 4px 4px 16px rgba(0, 0, 0, 0.65);
    z-index: 2;
    line-height: 1em;
}

.subpage__gallery {
    padding-top: 35px;
    padding-bottom: 35px;
    background: #eaeaea;
}

.subpage__cta {
    position: relative;
}

.subpage__cta img {
    width: 100%;
}

.subpage__cta .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    background-color: rgba(38, 70, 83, 0.55);
}

.subpage__cta:hover .overlay {
    opacity: 1;
}

.subpage__cta .overlay .overlay__text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.subpage__cta .overlay .overlay__text {
    font-size: 24px;
    font-weight: bold;
    color: white;
}

.subpage__ctas {
    margin-top: 32px;
}

.homepage__main.subpage__secondary {
    text-align: left;
}

.homepage__main.subpage__tertiary {
    text-align: left;
}

.section__parallax {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 136px 0;
    text-align: center;
    background-color: #0A0A0A;
    background-position: center;
    background-size: cover;
}

.section__parallax .mediumwrap {
    z-index: 1;
}

.section__parallax:before {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .65)), to(rgba(0, 0, 0, .65)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .65) 0%, rgba(0, 0, 0, .65) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, .65) 0%, rgba(0, 0, 0, .65) 100%);
}

.featured-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 56px;
    gap: 20px;
}

.featured-lists:first-child {
    margin-top: 0;
}

.featured-lists .list-icon {
    display: block;
    margin-bottom: 24px;
}

.featured-lists .list-icon img {
    display: block;
    width: 75px;
    height: 75px;
    margin: 0 auto;
}

.featured-lists .list-title {
    font-family: "gunplay",sans-serif;
    font-size: 22px;
    font-weight: 400;
    display: block;
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
    text-transform: uppercase;
}

@media only screen and (max-width: 980px) {
    .section__parallax {
        padding: 90px 0;
    }
}

@media only screen and (max-width: 768px) {
    .section__parallax {
        padding: 70px 0;
    }

    .featured-lists .list-title {
        font-size: 20px;
    }

    .featured-lists .list-icon img {
        width: 50px;
        height: 50px;
    }
}

@media only screen and (max-width: 640px) {
    .featured-lists {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 30px;
    }

    .featured-lists .featured-list {
        width: 100%;
    }

    .subpage__hero .page-title {
        font-size: 35px;
    }
}

.cta__area {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 45px 0;
    background-color: #C62F2F;
}

.cta__area:before {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    opacity: .15;
    background-image: url(/wp-content/uploads/2025/12/stripe-texture.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.cta__area .flex-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
}

.cta__area .cta-title {
    font-family: "gunplay",sans-serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 1em;
    display: block;
    margin: 0;
    text-transform: uppercase;
    color: #FFF;
}

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

@media only screen and (max-width: 1040px) {
    .cta__area .flex-row {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        gap: 20px;
    }

    .cta__area .cta-title {
        font-size: 35px;
    }
}

@media only screen and (max-width: 500px) {
    .cta__area .cta-title {
        font-size: 30px;
    }
}

.homepage__tertiary .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.homepage__tertiary .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 64px;
}

.homepage__tertiary .group:before,
.homepage__tertiary .group:after {
    display: none;
}

.homepage__tertiary .group > .grid-4 {
    width: calc(68% - 32px);
    margin: 0;
}

.homepage__tertiary .group > .grid-2 {
    width: calc(32% - 32px);
    margin: 0;
}

@media only screen and (max-width: 980px) {
    .homepage__tertiary .group > .grid-4 {
        width: calc(60% - 32px);
    }

    .homepage__tertiary .group > .grid-2 {
        width: calc(40% - 32px);
    }
}

@media only screen and (max-width: 768px) {
    .homepage__tertiary .group > .grid-4 {
        width: 100%;
    }

    .homepage__tertiary .group > .grid-2 {
        width: 100%;
    }

    .homepage__tertiary .group {
        gap: 40px;
    }

    .homepage__tertiary .group > .grid-2 ul {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
    }
}

@media only screen and (max-width: 500px) {
    .homepage__tertiary .group > .grid-2 ul {
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1;
    }
}

.section__gallery {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 136px 0;
    background-color: #0A0A0A;
}

.section__gallery .mediumwrap + .wrap {
    margin-top: 42px;
}

.gallery-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
}

.gallery-grid + .btn-wrapper {
    margin-top: 48px;
}

.gallery-grid:last-child {
    margin-bottom: 0;
}

.gallery-grid .image-grid {
    display: block;
    width: calc(33.33% - 16px);
}

@media only screen and (min-width: 501px) {
    .gallery-grid.masonry {
        position: relative;
        padding-left: calc(33% - 16px);
    }

    .gallery-grid.masonry .image-grid:first-child {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
        width: calc(33.33% - 44px);
    }

    .gallery-grid.masonry .image-grid {
        width: calc(50% - 12px);
    }
}

.gallery-grid .image-grid a {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #C72F2F;
}

.gallery-grid .image-grid a img {
    position: relative;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.gallery-grid .image-grid a:before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    opacity: 0;
    border: 1px solid #FFF;
    background-color: rgb(199 47 47 / 25%);
}

.gallery-grid .image-grid a:hover:before {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    opacity: 1;
}

@media only screen and (max-width: 980px) {
    .section__gallery {
        padding: 90px 0;
    }
}

@media only screen and (max-width: 768px) {
    .section__gallery {
        padding: 70px 0;
    }
}

@media only screen and (max-width: 500px) {
    .gallery-grid .image-grid {
        width: 100%;
        height: 67vw;
        max-height: 250px;
    }

    .gallery-grid {
        gap: 15px;
    }
}

.content-group {
    display: flex;
    flex-wrap: wrap;
    gap: 64px;
    margin-bottom: 70px;
    text-align: left;
}

.content-group:last-child {
    margin-bottom: 0;
}

.content-group:before,
.content-group:after {
	content: none !important;
}

.content-group > .grid-half,
.content-group > .grid-3 {
    display: block;
    width: calc(50% - 32px);
    margin: 0;
    position: relative;
}

.content-group iframe.gmap {
    min-height: 320px;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

@media only screen and (min-width: 981px){
	.content-group > .image-col > .image-wrapper {
		display: block;
		position: absolute;
		overflow: hidden;
		top: 0;
		height: 100%;
		width: 100%;
	}
	
	.content-group > .image-col {
		min-height: 320px;
	}
	
	.content-group > .grid-half:not(.image-col),
    .content-group > .grid-3:not(.image-col) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        align-items: flex-start;
        -ms-flex-align: start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }


}

.content-group > .image-col > .image-wrapper img {
    display: block;
    height: 100%;
    width: 100%;
	object-fit: cover;
	object-position: center;
}

@media only screen and (max-width: 980px){
	.content-group > .grid-half,
	.content-group > .grid-3 {
		width: 100%;
	}

	.content-group > .image-col > .image-wrapper {
		max-height: 400px;
		height: 100%;
	}
}

@media only screen and (max-width: 640px){
	.content-group > .image-col > .image-wrapper {
		max-height: 300px;
		height: 70vw;
	}
}

.team-grid-wrap {
    display: block;
    margin-top: 64px;
    text-align: center;
}

.team__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.team__grid .team-grid {
    display: block;
    width: calc(50% - 12px);
}

.team__grid .team-grid {
    display: block;
    width: calc(50% - 12px);
    padding: 30px 30px 40px;
    background-color: #fff;
    text-align: center;
}

.team__grid .team-image {
    display: block;
    overflow: hidden;
    box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 24px;
    height: 400px;
}

.team__grid .team-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.team__grid .team-designation {
    display: block;
    color: #3C3C3D;
}

.team__grid .team-name {
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px){
    .team-grid-wrap {
        margin-top: 40px;
    }

    .team__grid .team-grid {
        width: 100%;
    }
}


@media only screen and (max-width: 500px){
    .team__grid .team-grid {
        padding: 20px 20px 30px;
    }

    .team__grid .team-image {
        height: 80vw;
    }
}

.simple-sitemap-container ul {
    margin: 0 !important;
}

@media only screen and (min-width: 641px) {
    .simple-sitemap-container ul.main {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
    }
}

.footer__reviews .rpi-cnt {
    display: block;
    margin-bottom: 42px;
}

.footer__reviews .rpi-cnt .rpi-card {
    min-width: 33.33%;
}

/*! Footer
//////////////////////////////////////////////*/
.footer__reviews {
    display: block;
    background-color: #3C3C3D;
    text-align: center;
    padding: 136px 0;
    background-image: url(/wp-content/uploads/2025/12/roof-shape.svg);
    background-repeat: no-repeat;
    background-position: center 24px;
}

.footer__reviews .ti-widget.ti-goog .ti-review-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 8px;
    right: 8px;
    bottom: 0;
    background-color: #fff;
}

.footer__reviews .ti-review-item {
    padding: 24px !important;
}

.footer__reviews .ti-widget.ti-goog .ti-review-item .ti-inner {
    padding: 0 !important;
    background-color: transparent !important;
}

.footer__reviews .ti-review-header {
    padding-left: 0 !important;
    padding-top: 16px !important;
}

.footer__reviews .ti-widget.ti-goog .ti-review-item .ti-inner .ti-platform-icon {
    top: 0;
}

.footer__reviews .ti-review-text-mode-scroll.ti-widget.ti-goog .ti-review-content .ti-review-text {
    margin-top: 16px;
}

.footer__reviews .ti-widget.ti-goog .ti-review-header:before {
	display: none;
}

.footer__reviews .ti-widget.ti-goog .ti-controls .ti-next, 
.footer__reviews .ti-widget.ti-goog .ti-controls .ti-prev {
    background-color: #0A0A0A;
    outline: none;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    position: relative;
    display: block !important;
}

.footer__reviews .ti-widget.ti-goog .ti-controls .ti-next:before, 
.footer__reviews .ti-widget.ti-goog .ti-controls .ti-prev:before {
    border-color: #fff;
}

.footer__reviews .ti-widget.ti-goog .ti-widget-container {
    margin: 0;
}

.footer__reviews .ti-widget.ti-goog .ti-reviews-container-wrapper {
    margin: 0 64px !important;
}

.footer__reviews  .ti-widget.ti-goog .ti-controls {
    margin-top: 0;
    top: 50% !important;
    transform: translateY(-50%);
    height: auto !important;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.footer__reviews .ti-widget.ti-goog {
    margin-bottom: 40px;
}

.footer__reviews .ti-widget.ti-goog:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 980px){
	.footer__reviews {
		padding: 100px 0;
	}
}

@media only screen and (max-width: 768px){
	.footer__reviews {
		padding: 70px 0;
	}
}

.footer-top {
    display: block;
    padding: 48px 0;
    background-color: #0A0A0A;
    border-bottom: 4px solid #C62F2F;
    position: relative;
    overflow: hidden;
}

.footer-top:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-image: url(/wp-content/uploads/2025/12/stripe-texture.png);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.1;
}

.footer-bottom {
    display: block;
    background-color: #fff;
    font-size: 15px;
    color: #3C3C3D;
    padding: 12px 0;
    line-height: 1.2em;
}

.footer-bottom a {
    color: inherit;
}

.footer-bottom a:hover {
    color: #C62F2F;
}

.footer-bottom .flex-row {
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.footer-bottom .copyright > span {
    display: inline-block;
    margin: 0 3px;
    vertical-align: middle;
    line-height: 1em;
    position: relative;
    top: -1px;
}

.footer-bottom .social-links {
    display: flex;
    align-items: center;
    gap: 32px;
}

.footer-bottom .social-links > .social-links {
    gap: 16px;
}

.footer-bottom .social-links .social-link {
    display: block;
    color: #0A0A0A;
    font-size: 29px;
    line-height: 1em;
}

.footer-bottom .social-links .social-link:hover {
    color: #C62F2F;
}

.footer-bottom .social-links .social-link i {
    display: block;
}

.footer-bottom .social-links .social-link img {
    width: auto;
    height: 40px;
    display: block;
}

.footer-top .flex-row {
    justify-content: space-between;
    gap: 100px;
    align-items: center;
}

.footer-top p, 
.footer-top a {
    display: block;
    color: #fff;
    font-weight: 600;
}

.footer-top a:hover {
    color: inherit;
}

.footer-top .h5 {
    margin-bottom: 16px;
    color: #C62F2F;
    font-weight: 400;
}

.footer-logo img {
    display: block;
    width: auto;
    height: 105px;
}

.footer-top .col-logo {
    flex: 0 0 auto;
}

.footer-top .flex-col-widgets {
    display: flex;
    flex-wrap: wrap;
    flex: auto;
    justify-content: space-between;
}

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

}

@media only screen and (max-width: 1040px){
	.footer-top .flex-row {
		gap: 70px;
	}
}

@media only screen and (max-width: 980px){
	.footer-bottom .flex-row {
		justify-content: center;
		gap: 16px;
	}

	.footer-bottom {
		padding: 20px 0;
		text-align: center;
	}

	.footer-logo img {
		height: 75px;
	}

	.footer-top .flex-row {
		gap: 40px;
	}

	.footer-top {
		font-size: 15px;
	}
}

@media only screen and (max-width: 768px){
	.footer-top .col-logo {
		flex: auto;
		width: 100%;
		display: flex;
		justify-content: center;
	}
}

@media only screen and (max-width: 640px){
	.footer-bottom .copyright {
		display: block;
		max-width: 300px;
		width: 100%;
	}
}

@media only screen and (max-width: 500px){
	.footer-bottom .social-links {
		gap: 10px;
		flex-wrap: wrap;
		justify-content: center;
	}

	.footer-bottom .social-links > .social-links {
		width: 100%;
	}

	.footer-top .flex-col-widgets .col-widget {
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 24px;
	}

	.footer-top .flex-col-widgets .col-widget:last-child {
		margin-bottom: 0;
	}
}



/*!////////////////////////////////////////////////
// STATES
/////////////////////////////////////////////////*/

/*! ==========================================================================
// Clearfix
// =========================================================================*/
.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.px-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mx-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

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

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

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

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.parallax {
	background-attachment: fixed;
}

textarea {
    height: 150px;
}

input[type="text"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="week"],
input[type="date"],
select,
textarea {
    font-family: inherit;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2em;
    display: block;
    width: 100%;
    padding: 18px 24px;
    color: #3C3C3D;
    border-radius: 0;
    background-color: #F7F7F7;
    border: none;
}

select {
    appearance: none;
    background-image: url('/wp-content/uploads/2025/12/faAngleDown.svg');
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 14px 8px;
}

input[type="text"]:focus-within,
input[type="date"]:focus-within,
input[type="datetime"]:focus-within,
input[type="datetime-local"]:focus-within,
input[type="email"]:focus-within,
input[type="month"]:focus-within,
input[type="number"]:focus-within,
input[type="password"]:focus-within,
input[type="search"]:focus-within,
input[type="tel"]:focus-within,
input[type="url"]:focus-within,
input[type="week"]:focus-within,
input[type="date"]:focus-within,
select:focus-within,
textarea:focus-within {
    outline-color: #C62F2F;
}

input[type="submit"] {
    font-family: "sole-sans-variable",sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
    display: inline-block;
    padding: 16px 30px;
    -webkit-transition: all ease-in-out .3s;
         -o-transition: all ease-in-out .3s;
            transition: all ease-in-out .3s;
    text-align: center;
    white-space: normal;
    text-decoration: none;
    color: #FFF;
    border: 2px solid #0A0A0A;
    border-radius: 4px;
    background-color: #0A0A0A;
}

input[type="submit"]:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.cf7-btn-secondary input[type="submit"] {
    background-color: #c72f2f;
    border-color: #c72f2f;
}

.cf7-btn-secondary input[type="submit"]:hover {
    color: #c72f2f;
    background-color: transparent;
    border-color: #c72f2f;
}

.wpcf7 {
    display: block;
    width: 100%;
}

.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 13px;
    font-weight: 300;
    text-align: left;
}

.wpcf7-form .wpcf7-response-output {
    display: block;
    text-align: center;
    font-size: 15px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    line-height: 1.2em;
    margin-top: 15px !important;
    margin-bottom: 0 !important;
}

.wpcf7 .input-wrap {
    display: block;
    margin-bottom: 16px;
}

.wpcf7 .input-wrap:last-child {
    margin-bottom: 0;
}

.wpcf7 .btn-wrap {
    display: block;
    position: relative;
}

.wpcf7-form .btn-wrap .wpcf7-spinner {
    position: absolute;
    top: 50%;
    right: 5px;
    display: block;
    margin: 0;
    -webkit-transform: translateY(-50%) scale(.7);
    -ms-transform: translateY(-50%) scale(.7);
    transform: translateY(-50%) scale(.7);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.wpcf7 .btn-wrap input[type="submit"] {
    display: block;
    width: 100%;
}

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

}

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

}

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

}

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

}

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

}

@media only screen and (max-width: 500px){
	input[type="text"],
	input[type="date"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="email"],
	input[type="month"],
	input[type="number"],
	input[type="password"],
	input[type="search"],
	input[type="tel"],
	input[type="url"],
	input[type="week"],
	input[type="date"],
	select,
	textarea {
		font-size: 16px;
		padding: 15px 18px;
	}

	input[type="submit"] {
		font-size: 16px;
		padding: 15px;
	}

}

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

}


/*! ==========================================================================
// Print styles
// =========================================================================*/
@media print {
    * {
        background: transparent !important;
        color: black !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;
    }
}

.faux__h2 {
    font-size: 28px;
    margin-bottom: 24px;
    font-weight: bold;
}

.owl-nav button i.fa-angle-left {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: -50px;
    font-size: 28px;
}

.owl-nav button i.fa-angle-right {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    right: -50px;
    font-size: 28px;
}

@media screen and (max-width: 1300px) {
    .owl-prev,
    .owl-next {
        display: none;
    }
}
