@import url("../fonts/fonts.css");

html :where(.wp-block) {
    max-width: 100% !important;
}

@media (min-width: 782px) {
body .interface-complementary-area {
    min-width: 420px;
}
}

.acf-block-preview * {
	outline: 0 !important;
	text-decoration: none !important
}

.acf-block-preview {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #2d2926;
    font-weight: 400;
    line-height: 25px;
    background: #d7d2c4;
    font-family: 'untitledSerif';
}

.acf-block-preview {
	height: 100%
}

.acf-block-preview .main-wrapper {
	position: relative;
	overflow-x: hidden
}

.acf-block-preview li,
.acf-block-preview ol,
.acf-block-preview ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.acf-block-preview a {
	transition: all .3s
}

.acf-block-preview a,
.acf-block-preview a:hover {
	color: #2d2926;
	text-decoration: none
}

.acf-block-preview a:focus,
.acf-block-preview button:focus,
.acf-block-preview input:focus,
.acf-block-preview select:focus,
.acf-block-preview textarea:focus {
	outline: none
}

.acf-block-preview img {
	max-width: 100%;
	display: block
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2d2926;
    margin-bottom: 12px;
    font-family: 'Adieu';
}

h1,
.h1 {
    font-size: 60px;
    line-height: 115%;
}

h2,
.h2 {
    font-size: 36px;
    line-height: 115%;
}

h3,
.h3 {
    font-size: 30px;
    line-height: 115%;
}

h4,
.h4 {
    font-size: 28px;
    line-height: 120%;
}

h5,
.h5 {
    font-size: 24px;
    line-height: 115%;
}

h6,
.h6 {
    font-size: 20px;
    line-height: 115%;
}


p {
    margin-bottom: 20px;
}


p:last-child {
    margin-bottom: 0 !important;
}


button {
    border: none;
    transition: all 0.4s ease 0s;
    background: transparent
}

.section,
section {
    padding: 70px 0;
}

.container {
    max-width: 1200px
}

.container.ex-wide {
    max-width: 1450px;
}

.container.wide {
    max-width: 1320px;
}

.container.smalls {
    max-width: 1080px
}

.cta-btn {
    padding: 11px 30px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-weight: 400;
    border-radius: 50px;
    border: 1px solid transparent
}

.cta-btn.cta-btn-dark {
    background: #2D2926;
}

.cta-btn.cta-btn-light {
    background: #2d2926;
    color: #fff
}

.cta-btn.cta-btn-brown {
    background: #D7D2C4;
    color: #2D2926
}

.cta-btn.cta-btn-border {
    border: 1px solid #D7D2C4;
    color: #fff;
}

.cta-btn.cta-btn-light:hover {
    background: #2D2926
}

.cta-btn.cta-btn-border:hover {
    border: 1px solid #2D2926;
    background: #2D2926
}

.cta-btn.cta-btn-dark:hover {
    color: #fff;
    background: #2d2926;
}

.padding-150 {
    padding: 100px 0
}

.dark_bg {
    background: #18181b;
}

.dark_text {
    color: #2D2926
}

.brown-text {
    color: #D7D2C4
}

.brown_bg {
    background: rgba(215, 210, 196, 0.2)
}

.dark_text2 {
    color: #2d2926
}

.relative {
    position: relative
}

/*Write CSS From Here*/
.header-area {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0
}

.header-logo img {
    width: 220px
}

.header-menu ul li {
    display: inline-block;
    margin-right: 30px
}

.header-menu ul li:last-child {
    margin-bottom: 0
}

.mainmenu ul li a {
    display: block;
    color: #2D2926;
    font-weight: 400;
    position: relative;
    font-size: 13px;
    font-family: 'Adieu';
    text-transform: uppercase;
    position: relative
}

.mainmenu ul li {
    position: relative
}

.mainmenu ul li.has-submenu > a::after {
    position: absolute;
    content: "";
    right: -10px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: translateY(-50%) rotate(45deg);
    top: 47%;
}

.mainmenu ul li.has-submenu > a:hover::after {
    border-color: #dfb967
}

.mainmenu ul li > ul {
    width: 250px;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 15px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: all .4s;
    transition: all .4s;
    border-top: 3px solid #2d2926;
    text-align: left;
    box-shadow: 0 19px 51px rgba(0, 0, 0, 0.31);
    background-color: #ffffff;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.mainmenu ul li > ul > li {
    display: block;
    padding: 0;
    margin: 0;
}

.mainmenu ul li > ul > li a {
    padding: 7px;
    display: block;
    color: #181818;
    opacity: 1;
    font-size: 12px;
    line-height: 20px
}

.mainmenu ul li > ul > li a::before {
    display: none
}

.mainmenu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
}


.mainmenu ul li a:hover {
    opacity: 1;
    text-decoration: none
}

.mainmenu ul li > ul > li a:hover {
    opacity: 0.7
}

.header-logo.site-logo {
    max-width: 140px;
}

.header-action a:not(.cta-btn) {
    position: relative;
    letter-spacing: 0.5px
}

.mainmenu ul li a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #2D2926;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s;
}

.mainmenu ul li a:hover::before {
    transform-origin: bottom left;
    transform: scaleX(1);
}

.header-action ul li {
    display: inline-block
}

.header-action .header-btn {
    background: #2d2926;
}

.header-menu li a:hover {
    color: #000
}

.header-action a:not(.cta-btn){
    color: rgba(0, 0, 0, 0.49);
font-weight: 500
}

.header-action a:hover {
    color: #2D2926
}

.header-btn:hover {
    background: #2D2926;
    color: #fff !important
}

.hero-area {
    position: relative;
    z-index: 9;
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.bg_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    z-index: -1
}

.hero-area video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -9;
}

.hero-area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 0;
    opacity: 0.3
}

.hero-inner-text {
    position: relative;
    z-index: 1
}

.hero-text .heading {
    font-size: 90px;
    line-height: 100%;
    color: #D7D2C4;
}


.hero-text p {
    color: #fff;
    margin-bottom: 32px;
}

.call-to-action.style1 .content-image {
    margin-bottom: 30px
}

.call-to-action.style1 .content-image img {
    margin: 0 auto
}

.call-to-action.style1 .action {
    font-size: 15px;
    display: block;
    margin-top: 15px
}

.call-to-action.style1 .action a {
    color: #4fbfbf
}

.contact-image {
    width: 500px;
    position: relative;
}

.contact-image img {
    width: 100%;
    border-radius: 18px;
}

.text_upper {
    text-transform: uppercase
}

.contact-content {
    flex: 1;
}

.contact-content .intro {
    font-size: 18px;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 40px;
}


.contact-area .heading {
    color: #D7D2C4
}

.contact-area .container {
    position: relative;
    z-index: 1
}

.info-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    margin-top: 30px
}

.info-item span {
    font-size: 24px;
    color: #D7D2C4;
    display: inline-block
}

.info-item .title {
    font-size: 20px;
    margin-bottom: 10px;
    color: #D7D2C4;
}

.content-text.style1 .intro {
    color: #fff;
}

.content-text.style1 .info-item {
    color: #fff;
    font-size: 15px
}

.content-image.style1 {
    padding-left: 10px;
    padding-bottom: 10px;
    position: relative
}

.content-image.style1::before {
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    left: 0;
    bottom: 0;
    background: #D7D2C4;
    z-index: -1;
}

.footer-area {
    padding: 70px 0;
    background: #2D2926;
}

.footer-cta-area.bg_dark {
    background: #050A15 !important
}


.footer-lite-bg .container.wide {
    position: relative;
    z-index: 9
}

.footer-logo {
    display: inline-block;
    width: 240px;
    margin-bottom: 20px
}

.footer-social ul li {
    display: inline-block;
    margin-right: 8px
}

.footer-social ul li a {
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    ;
    font-size: 14px;
}

.footer-social ul li a:hover {
    color: #2D2926;
    border: 1px solid #D7D2C4;
    background: #D7D2C4;
}

.footer_title {
    color: #D7D2C4;
    font-size: 20px;
    margin-bottom: 24px;
    font-family: 'Adieu';
}

.footer-widget ul li a {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 20px
}

.footer-widget ul li {
    margin-top: 12px
}

.footer-widget ul li a:hover {
    color: #fff
}

.footer-copyright {
    margin-top: 30px;
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.35)
}

.footer-copyright a {
    color: rgba(255, 255, 255, 0.35)
}

.footer-copyright a:hover {
    color: #fff
}

.footer-copyright p {
    margin-bottom: 10px
}

.content-image.style2 img {
    border-radius: 15px
}

.content-text.style2 input,
.content-text.style2 select {
    width: 100% !important;
    padding: 10px 15px !important;
    border-radius: 8px !important;
    border: none !important;
    background: #323234 !important;
    color: #fff;
    font-size: 15px !important;
    height: 55px;
}

.content-text.style2 label {
    font-weight: 400 !important
}

.remember-forgot input {
    width: auto !important
}

.content-text.style2 input[type="checkbox"] {
    height: auto
}

.google-sign-up a {
    width: 100%;
    padding: 15px 10px;
    ;
    background: #323234;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 50px;
}

.google-sign-up a:hover {
    color: #D7D2C4
}

.google-sign-up a img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
}

.content-text.style2 form li {
    margin-bottom: 20px;
}

.content-text.style2 form li:last-child {
    margin-bottom: 0
}

.content-text.style2 label {
    display: block;
    color: #fff;
    font-size: 16px;
    color: #D7D2C4;
    margin-bottom: 5px
}

.content-text.style2 .remember-forgot {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.content-text.style2 .remember-forgot label {
    display: flex;
    margin-bottom: 0
}

.content-text.style2 .remember-forgot input {
    display: inline-block;
    width: 16px;
    margin-right: 4px;

}

.content-text.style2 .remember-forgot input:checked {
    background: #fff
}

.content-text.style2 .cta-btn {
    color: #2D2926;
    margin: 10px 0;
    min-width: 180px;

}

.content-text.style2 .cta-btn:hover {
    background: #D7D2C4
}

.content-text.style2 .login-inner-text {
    color: #D7D2C4;
    margin-bottom: 30px
}

.login-inner-text .heading {
    color: #D7D2C4
}

.remember-forgot.free-account {
    display: flex;
    justify-content: center !important
}

.content-text.style2 .forgot-pass {
    color: #D7D2C4
}

.content-text.style2 .free-account {
    color: #D7D2C4
}

.content-text.style2 .free-account a {
    color: #D7D2C4;
    text-decoration: underline
}

.content-text.style2 .free-account a:hover {
    text-decoration: none
}

.content-text.style2 .forgot-pass:hover {
    text-decoration: underline
}

.content-text.style-3 {
    margin-top: 30px
}

.content-text.style-3 .plain-text {
    color: #D7D2C4
}

.icon-teaser.style2 .icon img {
    margin: 0 auto;
    width: 70px;
    filter: grayscale(1) opacity(0.2);
    transition: all 0.3s
}

.icon-teaser.style2 .title {
    font-size: 20px;
    margin-top: 30px
}

.icon-teaser.style2 .content-box {
    padding: 20px;
    display: block;
    border: 1px solid #D7D2C4;
    border-radius: 15px;
}

.icon-teaser.style2 .content-box:hover .icon img {
    filter: grayscale(1) opacity(0.3);
}

.content-text.style4 .title {
    font-size: 20px
}

.content-text.style4 ul {
    margin-bottom: 20px;
    padding-left: 20px
}

.content-text.style4 ul li {
    list-style: disc
}

.icon-teaser.style3 .icon img {
    margin: 0 auto;
    width: 70px;
    filter: grayscale(1) opacity(0.2);
    transition: all 0.3s
}

.icon-teaser.style3 .title {
    font-size: 19px;
}

.icon-teaser.style3 .content-box {
    padding: 26px;
    display: block;
    border: 1px solid #afaa9d;
    border-radius: 15px;
    background: #D7D2C4;
	height:100%
}

.icon-teaser.style3 .content-box:hover .icon img {
    filter: grayscale(1) opacity(0.3);
}

.icon-teaser.style3 .content-box:hover {
    transform: translateY(-5px)
}

.contact-map.full-width iframe {
    width: 100%
}

.contact-teaser a {
    color: #2D2926
}

.contact-teaser .teaser-box {
    display: flex;
    align-items: center;
    margin-top: 40px
}

.contact-teaser .teaser-icon {
    font-size: 16px;
    border-radius: 50%;
    background: #2D2926;
    color: #D7D2C4;
    margin-right: 16px;
    display: inline-block;
    line-height: 16px;
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.contact-teaser .icon-teaser-text span {
    display: block;
    font-size: 18px;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 6px;
    color: #2d2926;
    font-family: 'Adieu';
    font-weight: 500;
}

.contact-form.style1 {
    background: #2D2926;
    padding: 32px;
    margin-left: 32px;
}

.contact-form.style1 input {
    width: 100% !important;
    border: none !important;
    background: #201e1c !important;
    padding: 10px 15px !important;
    color: #fff !important;
    height: 55px !important;
    border-radius: 10px !important
}

.contact-form.style1 input::placeholder,
.contact-form.style1 textarea::placeholder {
    color: rgba(255, 255, 250, 0.59) !important
}

.contact-form.style1 ul {
    padding: 0;
    margin: 0
}

.contact-form.style1 li {
    margin-bottom: 16px;
    padding: 0
}

.contact-form.style1 li:last-child {
    margin-bottom: 0;
}

.contact-form.style1 textarea {
    width: 100% !important;
    min-height: 120px !important;
    border: none !important;
    background: #201e1c !important;
    padding: 10px 15px !important;
    color: #fff !important;
}

.gform-theme--foundation .gform_fields {
    row-gap: 15px !important
}

.contact-form.style1 input[type="submit"] {
    padding: 11px 30px !important;
    font-size: 16px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    color: #fff !important;
    font-weight: 400 !important;
    border-radius: 50px !important;
    border: 1px solid transparent !important;
    background: #D7D2C4 !important;
    color: #2D2926 !important;
    text-transform: uppercase !important;
    width: auto !important
}

.gform_footer {
    justify-content: center !important
}

.contact-form.style1 .title {
    color: #D7D2C4;
    margin-bottom: 0;
    font-size: 24px;
}

.contact-form-heading {
    color: #D7D2C4;
    font-size: 16px;
    margin-bottom: 24px
}

.contact-form.style1 .cta-btn {
    background: #D7D2C4;
    color: #2D2926
}

.content-box.style2 {
    border: 1px solid #D7D2C4;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 140%
}

.content-box.style2 .image-box img {
    width: 100%;
    height: 230px;
    object-fit: cover
}

.product-arrows {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.product-arrows > div {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #2D2926;
    color: #2D2926;
    cursor: pointer;
    transition: all 0.4s;
    margin: 0 5px
}

.product-arrows > div:hover {
    background: #2D2926;
    color: #fff
}

.featured-product-area {
    position: relative;
}

.content-box.style2 .cta-btn {
    background: #2D2926;
    width: 100%;
    padding: 10px;
    font-size: 16px
}

.content-box.style2 .title {
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 15px
}

.call-to-action.style1 {
    padding: 50px;
    border: 2px solid #2d2926;
    position: relative;
    background: #fffbf933;
}

.call-to-action.style1::after {
    position: absolute;
    top: 4px;
    left: -8px;
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: 2px solid #2d2926;
    opacity: 0.2;
    z-index: -1;
}

.call-to-action.style1 .group_btns {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.btn-border {
    border: 1px solid #2d2926;
    color: #2d2926
}

.btn-border:hover {
    background: #2d2926;
    color: #D7D2C4
}

.call-to-action.style1 .group_btns .cta-btn {
    min-width: 160px;
    margin-left: 10px
}

.cta-btn {
    text-transform: uppercase
}

.text_white,
.text_white > * {
    color: #D7D2C4
}

.breadcrumb ul li {
    display: inline-block;
    color: #D7D2C4;
    text-transform: uppercase;
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
    font-size: 12px
}

.breadcrumb ul li::after {
    position: absolute;
    content: "";
    top: 11px;
    right: -4px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #D7D2C4;
}

.breadcrumb ul li:last-child::after {
    display: none
}

.breadcrumb ul li a {
    color: #D7D2C4;
}

.page-banner {
    padding-top: 10px
}

.page-banner .breadcrumb {
    padding-bottom: 50px
}

.section-heading {
    margin-bottom: 30px
}

.product-slider .slide {
    padding: 0 15px;
    padding-top: 10px
}

.content-box.style2:hover {
    transform: translateY(-6px)
}

.product-slider .slick-list {
    margin-left: -15px;
    margin-right: -15px
}

.content-box.style2 {
    border: 1px solid #afaa9d;
    border-radius: 15px;
    overflow: hidden
}

.content-box.style2 .text-box {
    padding: 20px
}

.content-box.style2 .title {
    margin-top: 0
}

.content-box.style2 .image-box img {
    height: 182px;
}

.content-box.style2 .cta-btn {
    font-size: 14px;
}

.h2-alt {
    font-size: 34px
}

.contact-teaser a {
    font-size: 20px
}

.contact-teaser a:hover {
    text-decoration: underline
}

.filters select {
    height: 55px;
    background: transparent;
    padding: 10px;
    text-transform: uppercase;
    border: 1px solid #2D2926;
    border-radius: 10px;
    margin: 0 10px
}

.filters.alt select {
    margin-left: 0;
    height: 46px;
    padding: 7px;
    font-size: 13px;
}

.filters {
    text-align: center;
    margin-bottom: 30px
}

.c_table th {
    text-transform: uppercase;
    background: #2D2926;
    color: #d7d2c4;
    font-weight: 400 !important;
    font-family: 'Adieu';
    font-size: 13px
}

.c_table label {
    text-transform: uppercase
}

.c_table .dataTables_filter {
    margin-bottom: 10px
}

.c_table .btn {
    border: 1px solid #2D2926;
    text-transform: uppercase;
    font-size: 14px;
    width: 100%;
    text-align: center
}

.c_table .btn:hover {
    background: #2D2926;
    color: #d7d2c4;
}

.divider hr {
    margin: 0
}

.tabs_filter {
    margin-bottom: 30px
}

.tabs_filter button {
    border: none !important;
    border-radius: 0 !important;
    border: 1px solid #2d2926 !important;
    text-transform: uppercase;
    color: #2d2926 !important;
    border-radius: 10px !important
}

.tabs_filter .nav-tabs {
    border: none !important;
    justify-content: center
}

.tabs_filter .nav-tabs li {
    margin: 0 5px
}

.tabs_filter button.active {
    background: #2d2926 !important;
    color: #d7d2c4 !important
}

.img-box,
.video-box {
    display: block;
    height: 270px;
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.video-box video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.plain-content h2 {
    background-color: #CFC9B9;
    padding: 10px;
    font-size: 24px
}

.plain-content h3 {
    font-size: 22px
}

.plain-content h4 {
    font-size: 20px
}

.plain-content h5 {
    font-size: 18px
}

.plain-content h6 {
    font-size: 16px
}

.plain-content ul,
.plain-content ul li {
    list-style: disc
}

.plain-content ol,
.plain-content ol li {
    list-style: decimal
}

.plain-content ul,
.plain-content ol {
    margin-left: 20px;
    margin-bottom: 20px
}

.plain-content p a {
    text-decoration: underline
}

.plain-content p a:hover {
    text-decoration: none
}

.faqs_accordion {
    margin-top: 0px
}

.faqs_accordion .accordion-item:first-of-type .accordion-button,
.faqs_accordion .accordion-item:first-of-type {
    border-radius: 0px
}

.faqs_accordion .accordion-item {
    margin-top: 15px;
    border: none;
    background: transparent
}

.faqs_accordion .accordion-item:first-child {
    margin-top: 0
}

.faqs_accordion .accordion-button {
    border: none;
    background: #CFC9B9;
    color: #101E41;
    padding: 20px 25px;
    box-shadow: none;
    border-radius: 0px;
    padding-right: 30px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Adieu';
    text-transform: uppercase;
    border-radius: 10px
}

.faqs_accordion .accordion-body {
    padding: 40px 30px;
    background-color: #CFC9B9;
    border-radius: 10px;
    margin-top: -10px;
    padding-top: 45px;
    line-height: 30px;
}

.faqs_accordion .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 10px
}

.faqs_accordion .accordion-button:not(.collapsed) {
    background-color: #2D2926;
    color: #D7D2C4;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-radius: 10px !important
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.column_2 {
    column-count: 2
}

.view_style button {
    width: 30px;
    height: 30px;
    border-radius: 5px
}

.view_style button.active {
    background: #2d2926;
    color: #d7d2c4
}

.grid_view_wrapper,
.table_view_wrapper {
    display: none;
}

.grid_view_wrapper.active,
.table_view_wrapper.active {
    display: block;
}

.assets-box {
    display: block;
    background: rgba(172, 164, 144, 0.24);
    padding: 10px;
    border-radius: 10px;
    height: 100%
}

.assets-box .image {
    height: 220px
}

.assets-box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px
}

.assets-box .text {
    padding: 10px
}

.assets-box .text li {
    display: inline-block;
    font-size: 10px;
    padding: 5px 10px;
    background: #d7d2c4;
    line-height: normal;
    border-radius: 5px;
}

.assets-box .text .title {
    margin-top: 15px
}

.assets-box .action {
    margin-top: 15px
}

.assets-box .action input,
td .action input,
.all-check input {
    display: block;
    opacity: 0;
    height: 0
}

.assets-box .action label,
td .action label,
.all-check label {
    font-size: 0;
    position: relative;
}

td .action label {
    width: 20px
}

.assets-box .action label::before,
td .action label::before,
.all-check label::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid rgba(51, 51, 51, 0.28)
}

.assets-box .action input:checked + label:after,
td .action input:checked + label:after,
.all-check input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 5px;
    height: 9px;
    border: solid #d7d2c4;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.assets-box .action input:checked + label:before,
td .action input:checked + label:before,
.all-check input:checked + label:before {
    background: #18181b
}

.assets-box .action .right button,
td .action .right button {
    width: 22px;
    height: 22px;
    font-size: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(51, 51, 51, 0.08);
    border-radius: 5px;
}

.download_tab {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #2c2c2c;
    padding: 30px;
    color: #fff;
    bottom: -100%;
    transition: all 0.4s;
    text-transform: uppercase;

}

.download_tab.active {
    bottom: 0
}

.count_select {
    font-family: 'Adieu';
    font-size: 15px;
    margin-right: 20px
}

.close_dw_tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #aa5757;
    color: #D7D2C4;
    padding: 10px 20px;
    border-radius: 50px;
}

.close_dw_tab:hover {
    background: #8d4e4e;
    color: #D7D2C4;
}

.close_dw_tab i {
    margin-right: 5px
}

.download_tab .download_btn i {
    margin-right: 5px
}

.tog-action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 20px;
}

.all-check {
    margin-left: 15px
}

.all-check input + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 5px;
    height: 9px;
    border: solid #333;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.c_table td img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 10px;
    min-width: 50px
}


.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: 5% auto;
    padding: 20px;
    background-color: #fefefe;
    border-radius: 8px;
    width: 80%;
    
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.modal-content .close-btn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 9px;
    right: 16px;
    width: 30px;
    text-align: right;
    z-index: 1
}

.close-btn:hover,
.close-btn:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#assetViewer img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.modal-info .title {
    color: #2d2926;
    font-family: 'Adieu';
    font-size: 14px;
    text-transform: uppercase;
}

.modal-info .info {
    margin-bottom: 20px
}

.modal-info ul {
    width: 40%
}

.modal-info ul li {
    background: #d7d2c44a;
    padding: 5px 10px;
    margin: 5px 0;
    font-size: 14px;
}

.modal-info ul li span:nth-child(1) {
    font-weight: 700;
    display: inline-block;
    width: 50%;
}

.modal_navigation .nav-arrow {

    background: rgba(255, 255, 255, 0.5);
    border: none;
    padding: 15px 10px;
    cursor: pointer;
    font-size: 24px;
    color: #333;
    border-radius: 4px;
    z-index: 1001;
}

.modal_navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.prev-arrow {
    left: 10px;
}

.next-arrow {
    right: 10px;
}

#assetViewer {
    max-height: 50vh;
    overflow: hidden;
}

#assetViewer > div {
    height: 50vh;
    background: #2d2926 !important
}

.view {
    cursor: pointer
}

div#dynamic-filters {
    display: inline;
}

.gform_validation_errors {
    display: none !important
}

.gfield_validation_message {
    color: red !important;
}

.gfield_description.instruction.validation_message {
    color: #fff !important;
    opacity: 0.5
}

.gform_confirmation_message {
    text-align: center !important;
    color: #D7D2C4 !important
}

.twr-messages {
    margin-bottom: 0 !important;
    background: #18181b !important;
    text-align: center !important;
    padding: 0 20px !important
}

.twr-message {
    margin: 0 !important;
    max-width: 600px !important;
    margin: 0 auto !important;
    position: relative !important;
    top: 10px !important;
}

.twr-message.twr-error {
    background-color: transparent !important;
    border: 1px solid #f5c6cb !important;
    color: #fda1aa !important;
}

.content-text.style2 input[type="checkbox"] {
    width: auto !important
}

.twr-form-wrapper .content-area {
    padding: 60px 0;
}

.twr-message.twr-success {
    background-color: transparent !important;
    border: 1px solid #c3e6cb !important;
    color: #98c9a3 !important;
}

.twr-user-dashboard {
    max-width: 1200px !important;
    margin: 0 auto !important;
    border: none !important;
    background: transparent !important;
    padding: 60px 20px !important;
}

.user-info,
.user-regions {
    background: transparent !important;
    padding: 30px !important;
    border-radius: 6px !important;
    border: 1px solid #afaa9d !important;
}

.user-info h3,
.user-regions h3 {
    margin-top: 0 !important;
    color: #2d2926 !important;
    border-bottom: 2px solid #2d2926 !important;
    padding-bottom: 10px !important;
    font-size: 24px !important;
    font-weight: 500 !important;
}

.dashboard-actions .cta-btn {
    background: #2d2926 !important;
    color: #D7D2C4 !important
}

.dashboard-actions {
    border: none !important
}

.twr-message.twr-info {
    background-color: #2d2926 !important;
    border: 1px solid #859a9d !important;
    color: #D7D2C4 !important;
    text-align: center !important;
    top: 0 !important;
    margin-bottom: 20px !important;
}


.acf-block-preview .breadcrumb-wrap {
	font-family: Titillium Web, sans-serif;
	font-size: 14px;
	margin: 0 0 40px;
	color: #fff
}

.acf-block-preview .breadcrumb-wrap .separator {
	color: #5ba1fb;
	font-family: Arial, sans-serif;
	position: relative;
	top: 1px;
	margin: 0 5px;
	font-size: 14px
}

.acf-block-preview #gform_confirmation_message_1 {
	background: hsla(0, 0%, 100%, .1);
	color: #fff;
	padding: 10px 20px;
	text-align: center
}

.acf-block-preview .gform_wrapper:not(#gform_wrapper_1) .gform_fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px
}

.acf-block-preview .gform_wrapper:not(#gform_wrapper_1) .gform_fields>div {
	padding: 0 15px;
	margin-bottom: 20px
}

.acf-block-preview .gform_wrapper:not(#gform_wrapper_1) label {
	display: none
}

.acf-block-preview .gform_wrapper:not(#gform_wrapper_1) .gfield_validation_message {
	color: red;
	font-size: 14px
}

.acf-block-preview .paginations {
	margin: 40px 0 0
}

.acf-block-preview .paginations ul {
	display: flex;
	align-items: center
}

.acf-block-preview .paginations ul li {
	margin-right: 10px
}

.acf-block-preview .paginations ul li a,
.acf-block-preview .paginations ul li span {
	border: 1px solid #ddd;
	color: #999;
	padding: 0 10px;
	line-height: 30px;
	height: 30px;
	min-width: 35px;
	display: table;
	text-align: center;
	font-size: 14px
}

.acf-block-preview .paginations ul li span {
	background: #2b3347;
	border-color: #2b3347;
	color: #fff
}

.acf-block-preview .paginations ul li i {
	position: relative;
	top: 1px
}

.acf-block-preview .paginations ul li a:hover {
	border-color: #2b3347;
	color: #2b3347
}

.acf-block-preview.error404 header {
	background: #222837
}

.acf-block-preview .error-page {
	padding: 210px 0 60px
}

.acf-block-preview .video-slider,
.acf-block-preview .testimonial-slider,
.acf-block-preview .box-slider {
	display: flex;
	flex-wrap: wrap;
}

.acf-block-preview .video-slider > div,
.acf-block-preview .box-slider > div {
	padding: 0 10px 20px;
	width: 33.33333%;
}

.acf-block-preview .testimonial-slider > div {
	width: 33.33333%;
}

.acf-block-preview .video-slider > div {
	width: 25%
}

.acf-block-preview .logos_slider {
	display: flex;
}

.icon-teaser.style3 .content-box {
    padding: 26px;
    display: block;
    border: 1px solid #afaa9d;
    border-radius: 15px;
    background: #D7D2C4;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #D7D2C4;
}
.icon-teaser.style3 .content-box::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: -1;
}
.icon-teaser.style3 .title {
    color: #D7D2C4;
}