/*

Theme Name: RVCF
Author: RVCF
version: 2025

*/

/*
font-family: "Lato", sans-serif;
*/

@font-face {
    font-family: 'comoregular';
    src: url('fonts/como-regular-webfont.woff2') format('woff2'),
         url('fonts/como-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'comosemibold';
    src: url('fonts/como-semi-bold-webfont.woff2') format('woff2'),
         url('fonts/como-semi-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'comomedium';
    src: url('fonts/como-medium-webfont.woff2') format('woff2'),
         url('fonts/como-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'comobold';
    src: url('fonts/como-bold-webfont.woff2') format('woff2'),
         url('fonts/como-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*, *:before, *:after { margin: 0px; padding: 0px; -webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-text-size-adjust: none; }
html, body { /*margin: 0px auto !important; max-width: 1800px !important;*/ width: 100%; font-size: 20px; line-height: 28px; color: #0c0d28; font-family: 'comoregular'; font-weight: normal; -webkit-text-size-adjust: none; -webkit-font-smoothing: antialiased; }
html { min-height: 100%; background: #ffffff; } 

::-webkit-input-placeholder { color: #000000; opacity: 1 !important; }
::-moz-placeholder { color: #000000; opacity: 1 !important; }
:-ms-input-placeholder { color: #000000; opacity: 1 !important; }
:-moz-placeholder { color: #000000; opacity: 1 !important; }

input[type=checkbox]{ -webkit-appearance: checkbox; }
input[type=radio]{ -webkit-appearance: radio; }
button, input, textarea, select { -webkit-appearance: none; -webkit-border-radius: 0px; font-family: 'comoregular'; font-weight: normal; }
:focus,input:focus, textarea:focus { outline: none; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
:focus { outline: none; }

/* common */
a { transition: all 350ms; -webkit-transition: all 350ms; -ms-transition: all 350ms; text-decoration: none; outline: none; color: #278f9f; }
a:focus, a:active { outline: none; }
a:hover { text-decoration: none; } 

ul, ol {  margin: 0px; padding: 0px 0 25px 20px; }
ul li, ol li { padding: 0px; }
ol ol { margin-bottom: 0px; }
ol ol li:last-child { padding-bottom: 0px; } 

h1, h2, h3, h4, h5 { color: #94a766; font-weight: normal; font-family: 'comobold'; }
h1 { color: #94a766; font-size: 58px; line-height: 64px; padding-bottom: 10px; }
h2 { color: #000000; font-size: 90px; line-height: 90px; padding-bottom: 24px; }
h3 { padding: 0px 0 2px; font-size: 58px; line-height: 58px; color: #000000; }
h4 { font-size: 42px; line-height: 52px; color: #000000; padding-bottom: 15px; } 
h5 { color: #aaaaaa; font-size: 32px; line-height: 36px; padding: 0 0 15px; font-weight: 400; }
h6 { font-size: 24px; line-height: 36px; color: #000000; padding-bottom: 12px; text-transform: uppercase; }
p { padding-bottom: 23px; }
p strong { font-weight: 700; }
p a , li a{ color: #d65127; text-decoration: none; } 
p a:hover, li a:hover { text-decoration: underline; }
cite { font-style: normal; }
table { border-collapse: separate; border-spacing: 0; }
caption, td { font-weight: normal; text-align: left; }
th { text-align: left; }
.clear { clear: both; width: 100%; height: 0px; overflow: hidden; }
blockquote { font-style: italic; }
/*a[href^="tel"], a[href^="sms"] { cursor: text; text-decoration: none; color: inherit !important; }
a[href^="tel"]:hover, a[href^="sms"]:hover { text-decoration: none; }*/
blockquote { padding: 0; margin: 0; position: relative;  font-style: normal; }
blockquote p strong { font-size: inherit; line-height: inherit; }

#mainCntr { padding: 0; width: 100%; overflow: hidden; position: relative; }

.clear { clear: both; overflow: hidden; }
img { border: 0px; outline: none; display: block; max-width: 100%; height: auto; }

.btn { padding: 1px 0px 10px; position: relative; display: inline-block;  vertical-align: top; font-family: 'comoregular'; font-weight: 700; text-align: center; text-decoration: none; font-size: 16px; line-height: 20px; color: #ffffff; text-transform: uppercase; letter-spacing: 1.6px; position: relative; }
.btn:after { content: ""; width: 100%; height: 1px; position: absolute; bottom: 0px; left: 0px; transition: all 350ms; -webkit-transition: all 350ms; background-color: #ffffff; }
.btn:hover:after { width: 100%; }

.button { padding: 5px 26px; min-height: 48px; border: 0px; display: inline-flex; align-items: center; justify-content: center; min-width: 157px; text-align: center; cursor: pointer; text-align: center; color: #ffffff; font-size: 18px; line-height: 1; font-family: 'comobold'; letter-spacing: 0px; font-weight: 700; transition: all 350ms; -webkit-transition: all 350ms; -ms-transition: all 350ms; box-shadow: 0px 6px 2.5px rgba(0,0,0,0.47); border-radius: 10px; -webkit-border-radius: 10px; background-color: #ef3f44; }
.button .arrow { margin: 0px 0px 0px 23px; font-size: 0px; line-height: 0px; width: 29px; height: 16px; background: url(images/arrow.png) center right no-repeat; background-size: 100% auto; }
.button:hover { border-color: #48ba6c; color: #ffffff; background-color: #48ba6c; }
.button.is-outlined { background: none; }
.button.is-outlined:hover { border-color: #000000; color: #000000; background-color: #ffffff; }

.button.purple-color { border-color: #8825b5; background: #8825b5; }
.button.magenta-color { border-color: #ef1696; background: #ef1696; }
.button.green-color { border-color: #02b26a; background: #02b26a; }

.button.purple-color:hover,
.button.magenta-color:hover,
.button.green-color:hover { border-color: #1d98b2; background-color: #1d98b2; }

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; }
.slick-arrow.slick-hidden { display: none; }

.d-flex { display: flex; flex-wrap: wrap; }
.v-center { align-items: center; }
.v-start { align-items: flex-start; }
.v-end { align-items: flex-end; }
.h-center { justify-content: center; }
.h-end { justify-content: flex-end; }

.order-first { order: -1; }

/* wrapper */
#wrapper { width: 100%; min-height: 100%; position: relative; overflow: hidden; }
.wrapper { padding: 0 30px; margin: 0px auto; width: 100%; max-width: 1496px; position: relative; }

.header-cntr { padding: 0px; position: absolute; top: 0px; left: 0px; width: 100%; z-index: 99; margin: 0 auto; transition: all 350ms; }
body:not(.home) .header-cntr:before { content: ""; width: 100%; height: 321px; position: absolute; top: 0px; left: 0px; background: url(images/header-bg.png) bottom center repeat-x; }
.header-cntr .wrapper { padding: 0 20px; max-width: 1800px; }
.header-cntr .header-inner { min-height: 152px; transition: all 350ms; }
.header-cntr .logo { margin: 0px 0px 0px 25px; width: 307px; display: block; position: relative; }
.header-cntr .right { padding: 0px; margin: 0px 0px 0px auto; }
.header-cntr .right ul { padding: 0px 32px 0px 0px; margin: 0px; list-style-type: none; display: flex; align-items: center; font-size: 20px; color: #ffffff; font-weight: normal; line-height: 1; font-family: 'comosemibold'; }
.header-cntr .right ul li { padding: 0px 52px 0px 37px; }
.header-cntr .right ul li a { display: flex; color: #ffffff; position: relative; }
.header-cntr .right ul li a:hover, .header-cntr .right ul li.current-menu-item > a { color: #4792ce; text-decoration: none; }
.header-cntr .right ul li.is-join-item a { color: #48ba6c; }

	.home-hero { padding: 265px 0px 194px; position: relative; background-color: #001b44; }
    .home-hero .hero-img { padding-top: 135px; position: absolute; top: 0px; right: 0px; width: 100%; height: 100%; justify-content: flex-end; }
    .home-hero .wrapper { max-width: 1570px; }
    .home-hero .text { max-width: 800px; }
    .home-hero h1 { padding: 0px 0px 60px; margin: 0px; font-size: 110px; line-height: 115px; color: #ffffff; }
    .home-hero p { padding-bottom: 57px; font-size: 32px; line-height: 48px; color: #4792ce; font-family: 'comosemibold'; }

    .home-section-1 { padding: 120px 0px 173px; position: relative; overflow: hidden; background: #335a95 url(images/curve-1.png) left center no-repeat; }
    .home-section-1 .wrapper { max-width: 1146px; }
    .home-section-1 p { padding-bottom: 42px; font-size: 30px; line-height: 42px; color: #ffffff; font-family: 'comosemibold'; }
    .home-section-1 p a { color: #ffffff; text-decoration: underline; }
    .home-section-1 .lists { padding: 0px 0px 0px; margin: -3px 0px 0px; max-width: 550px; }
    .home-section-1 .repeat { padding: 22px 0px 30px; background: url(images/line.png) bottom right no-repeat; }
    .home-section-1 .repeat:nth-last-of-type(1) { background: none; }
    .home-section-1 .repeat a { display: block; background: url(images/arrow.png) center right no-repeat; background-size: 24px auto; }
    .home-section-1 .repeat a h4 { padding: 0px 0px 6px; font-size: 36px; line-height: 1; color: #4792ce; }
    .home-section-1 .repeat a p { padding: 0px; font-size: 24px; line-height: 1; color: #ffffff; font-family: 'comosemibold'; }
    .home-section-1 .repeat:nth-of-type(2) a h4 { color: #ef3f44; }
    .home-section-1 .repeat:nth-of-type(3) a h4 { color: #48ba6c; }
    .home-section-1 .one { position: absolute; bottom: 72px; right: 308px; }
    .home-section-1 .two { position: absolute; bottom: 218px; right: 23px; }
    .home-section-1 .three { position: absolute; bottom: -310px; right: -95px; }
    .home-section-1 .one img { width: 303px; height: 262px; object-fit: cover; clip-path: polygon(75px 0%, calc(100% - 75px) 0%, 100% 50%, calc(100% - 75px) 100%, 75px 100%, 0% 50%); }
    .home-section-1 .two img { width: 367px; height: 319px; object-fit: cover; clip-path: polygon(92px 0%, calc(100% - 92px) 0%, 100% 50%, calc(100% - 92px) 100%, 92px 100%, 0% 50%); }
    .home-section-1 .three img { width: 516px; height: 510px; object-fit: cover; object-position: bottom center; clip-path: polygon(125px 0%, calc(100% - 125px) 0%, 100% 50%, calc(100% - 125px) 100%, 125px 100%, 0% 50%); }

    .page-hero { padding: 281px 0px 222px; background-repeat: no-repeat; background-size: cover; background-position: bottom center; }
     .page-hero .wrapper { max-width: 1570px; }
    .page-hero .left { width: 55%; }
    .page-hero .right { padding: 0px 40px 50px 0px; width: 45%; }
    .page-hero h1 { padding-bottom: 18px; font-size: 32px; line-height: 1; color: #4792ce; }
    .page-hero h2 { padding: 0px; font-size: 110px; line-height: 115px; color: #ffffff; min-height: 345px; }
    .page-hero p { font-size: 30px; line-height: 42px; color: #ffffff; }

    .page-hero.thank-you-page .left { width: 100%; }
    .page-hero.thank-you-page h2 { padding-bottom: 15px; min-height: inherit; }

    .conferences-section-1 { padding: 78px 0px 46px; text-align: center; }
    .conferences-section-1 .wrapper { max-width: 1374px; }
    .conferences-section-1 h4 { padding: 0px 0px 40px; font-size: 36px; line-height: 42px; color: #4792ce; }
    .conferences-section-1 .video-wrap { padding-bottom: 56.25%; position: relative; }
    .conferences-section-1 .video-wrap iframe { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; border: 0px; border-radius: 10px; }
    .conferences-section-1 .btn-wrap { padding: 68px 0px 0px; }
    .conferences-section-1 .button { box-shadow: 0px 2px 2.5px rgba(0,0,0,0.22); }

    .conferences-section-1.no-content { padding: 136px 0px 68px; }

    .retailer-section-1 { padding: 77px 0px 120px; text-align: center; background: url(images/gradient-bg.png) bottom center repeat-x; }
    .retailer-section-1 .wrapper { max-width: 1244px; }
    .retailer-section-1 h4 { padding: 0px 0px 40px; font-size: 36px; line-height: 42px; color: #4792ce; }
    .retailer-section-1 .tiles-wrap { padding: 25px 0px 0px; margin: 0px -8px; }
    .retailer-section-1 .repeat { padding: 0px 8px; width: 33.33333%; }
    .retailer-section-1 .repeat .image img { width: 100%; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 50% 100%, 50% 100%, 0% calc(100% - 100px)); }
    .retailer-section-1 .repeat .inner { padding: 24px 20px 18px; min-height: 100%; border-radius: 10px; filter: drop-shadow(0 0 16px rgba(0,0,0,0.1)); background-color: #ffffff; }
    .retailer-section-1 .repeat .text { padding: 20px 0px 0px; } 
    .retailer-section-1 .repeat .text p strong { font-weight: normal; font-family: 'comobold'; }
    .retailer-section-1 .bottom-content { padding: 82px 0px 0px; }
    .retailer-section-1 .bottom-content p { font-size: 24px; line-height: 28px; color: #0c0d28; font-family: 'comomedium'; }
    .retailer-section-1 .btn-wrap { padding-top: 28px; }
    .retailer-section-1 .button { box-shadow: 0px 2px 2.5px rgba(0,0,0,0.22); }
 

#footer { padding: 0px; }
#footer .wrapper { max-width: 1374px; }
#footer .footer-inner { padding: 85px 0px 106px; }
#footer .footer-inner .left { padding: 77px 63px 0px 0px; width: 49%; } 
#footer .footer-inner .right { margin-left: auto; width: 50.2%; }
#footer .footer-inner .right .inner { padding: 45px 51px; border-radius: 10px; background-color: #001b44; }
#footer .footer-inner img.alignnone { margin: 0px; width: 236px; float: none; display: block; }
#footer .footer-inner .left p { padding-bottom: 12px; font-size: 24px; line-height: 34px; color: #000000; }
#footer .footer-inner .left p strong { font-weight: normal; font-family: 'comobold'; }
#footer .footer-inner h3 { padding: 0px 0px 57px; font-size: 60px; line-height: 70px; color: #335a95; }
#footer .footer-inner h4 { padding: 0px 0px 43px; font-size: 24px; line-height: 28px; color: #ffffff; text-align: center; }
#footer .footer-inner .wpcf7 p { padding: 0px; }
#footer .footer-inner .wpcf7 br { display: none; }
#footer .footer-inner .wpcf7 .submit-row { padding-top: 0px; position: relative; display: flex; align-items: center; flex-wrap: wrap; }
#footer .footer-inner .wpcf7 .submit-row p { order: -1; }
#footer .footer-inner .wpcf7-form-control-wrap.recaptcha { margin-left: auto; }
#footer .footer-inner .wpcf7-spinner { margin: 0 10px; vertical-align: middle; }

#footer .m-row { font-size: 14px; line-height: 16px; color: #000000; background: url(images/footer-bg.png) top left repeat-x; }
#footer .m-row .wrapper { min-height: 143px; max-width: 1760px; }
#footer .m-row p { padding-bottom: 10px; }
#footer .m-row ul { padding: 0px; margin: 0px; gap: 19px; font-size: 16px; font-family: 'comobold'; list-style-type: none; display: flex; flex-wrap: wrap; align-items: center; }
#footer .m-row ul li { position: relative; }
#footer .m-row ul li:not(:nth-of-type(1)):before { content: ""; width: 1px; height: 14px; position: absolute; top: 1px; left: -10px; background: #878787; }
#footer .m-row ul li a { display: block; color: #000000; }
#footer .m-row .right { margin-left: auto; gap: 7px; }
#footer .m-row .right a { width: 43px; }


table .alignnone{ float:left; width:100%}
table{ border-collapse: separate; border-spacing: 0; border-width: 1px 0 0 1px;  table-layout: fixed; width: 100%; margin-bottom: 15px; }

th, td{ padding:0.2em 0.4em; vertical-align: top; }
th p , td p { padding: 0px; }
th, td img{ margin:0px!important}
td img{ width:100%}
select, input, textarea, button { -webkit-appearance: none; border-radius: 0px; -webkit-border-radius: 0px; }
.wpcf7-select, input[type="text"], input[type="email"], input[type="tel"], textarea { padding: 0px 22px; margin: 0px 0px 35px; width: 100%; display: block; font-size: 18px; color: #000000; font-weight: normal; font-family: 'comoregular'; line-height: inherit; height: 60px; border: 1px solid #ffffff; border-radius: 10px; -webkit-border-radius: 10px; background-color: #ffffff; }
input[type="reset"]:hover, input[type="submit"]:hover { }
input:focus, textarea:focus { outline: none; }
textarea { padding: 25px 25px; margin-bottom: 26px; line-height: 26px; resize: none; height: 204px; }
.wpcf7 br { display: none; }
.wpcf7 span.wpcf7-not-valid-tip { display: none; }
#mainCntr .wpcf7 form .wpcf7-response-output { padding: 20px 0px 0px; margin: 0px; color: #ffffff; text-align: center; border: 0px; }
#mainCntr .wpcf7 form.sent .wpcf7-response-output { padding: 0px; display: none !important; color: #ffffff; border-radius: 0px; background: none; }
select.wpcf7-not-valid, input[type="text"].wpcf7-not-valid, input[type="email"].wpcf7-not-valid, input[type="tel"].wpcf7-not-valid, textarea.wpcf7-not-valid { border-color: #f00 !important; }
div.wpcf7 .ajax-loader { margin: 20px auto 0; display: none; }
div.wpcf7 .submitting .ajax-loader { display: block; }
div.wpcf7 .wpcf7-response-output { padding: 10px 0 40px; margin: 0px; border: 0px; color: #f00; }
.common-bar .wp-block-pullquote br { display: none; }

.alignright { float: right; margin: 6px 0px 10px 20px; max-width: 50%; }
.alignleft, .alignnone { float: left; margin: 17px 34px 38px 0px; }
.aligncenter { float: none; margin: 5px auto 10px; display: block; }

a.menuToggle { margin: 0 0 0 auto; display: none; position: relative; transition: all 350ms; -webkit-transition: all 350ms; -ms-transition: all 350ms; -o-transition: all 350ms; width: 56px; height:56px; text-decoration: none; border-radius: 5px; -webkit-border-radius: 5px; background: #ef3f44; }
a.menuToggle small { font-size: inherit; line-height: inherit; }
a.menuToggle span { width: 28px; height: 3px; display: block; position: absolute; right: 14px; top: 26px; background: #ffffff; transition: all 0.3s; -webkit-transition: all 0.3s; border-radius: 3px; -webkit-border-radius: 3px; }
a.menuToggle span:after { width: 28px; height: 3px; position: absolute; left: 0px; top: -8px; content:''; background: #ffffff; transition: all 0.3s; -webkit-transition: all 0.3s; border-radius: 3px; -webkit-border-radius: 3px; } 
a.menuToggle span:before { width: 28px; height: 3px; position: absolute; left: 0px; bottom: -8px; content:''; background: #ffffff; transition: all 0.3s; -webkit-transition: all 0.3s; border-radius: 3px; -webkit-border-radius: 3px; }
.is-show a.menuToggle span{ background: transparent; }
.is-show a.menuToggle span:after { transform: rotate(45deg); -webkit-transform: rotate(45deg); top: 0; }
.is-show a.menuToggle span:before { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); bottom: 0px; }

.overlay-menu { padding: 120px 0px 30px; position: absolute; top: 0px; left: 0px; width: 100%; min-height: 100vh; z-index: 98; opacity: 0; visibility: hidden; pointer-events: none; transition: all 550ms; -webkit-transition: all 550ms; background: #001b44; }
.is-show .overlay-menu { opacity: 1; visibility: visible; pointer-events: auto; }
.overlay-menu .wrapper { max-width: 1684px; }
.overlay-menu ul { padding: 0px; margin: 0px; list-style-type: none; font-size: 24px; line-height: 27px; color: #ffffff; font-family: 'comosemibold'; text-align: center; }
.overlay-menu ul li { padding: 20px 0px; position: relative; }
.overlay-menu ul li a { color: #ffffff; display: block; text-decoration: none; }
.overlay-menu ul li ul { padding: 0px 0px 0px 60px; opacity: 0; visibility: hidden; position: absolute; top: 0px; left: 100%; text-align: left; display: flex; align-items: center; width: auto; white-space: nowrap; word-break: keep-all; transition: all 350ms; -webkit-transition: all 350ms; font-size: 16px; line-height: 22px; color: #31316c; font-weight: 400; text-transform: none; }
.overlay-menu ul li:hover > ul { opacity: 1; visibility: visible; }
.overlay-menu ul li li { padding-right: 60px; }
.overlay-menu ul li li a { color: #31316c; }
.overlay-menu ul li.is-join-item a { color: #48ba6c; }
.overlay-menu ul li.current-menu-item > a { color: #4792ce; text-decoration: none; }

.error-page { padding: 70px 0px 60px; text-align: center; min-height: calc(100vh - 0px); }

.thumb-placeholder-img { width: 100%; position: relative; }
.thumb-placeholder-img img:nth-of-type(1) { width: 100%; min-height: 100%; object-fit: cover; }
.thumb-placeholder-img img:nth-of-type(2), .thumb-placeholder-img video { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0px; left: 0px; }

body.is-hidden, body.is-hidden { overflow: hidden; }

html.is-team-overlay-show, body.is-team-overlay-show { overflow: hidden; }