/*-------------------------------------------------------------- >>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Normalize # Typography # Grid # Class # Forms # Button # Header # Main Menu # Page Title & Breadcrumb # Post and Page # Navigation # Layout Content # Widgets # Media # Singlular # Comments # Footer --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Typography --------------------------------------------------------------*/ /*----------------------------- Body Font -----------------------------*/ /*-------------------------------------------------------------- # Class --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Forms --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Button --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Header --------------------------------------------------------------*/ /* CMS Button */ /*-------------------------------------------------------------- # Main Menu --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Page Title & Breadcrumb --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Post and Page --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Widgets --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Media --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Comments --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Footer --------------------------------------------------------------*/ /*-------------------------------------------------------------- # VC Elements --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Layout Content --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Elementor --------------------------------------------------------------*/ /* reset heading margin*/ @-webkit-keyframes updown { 0% { margin-top: 0; } 40% { margin-top: -7px; } 100% { margin-top: 0; } } @keyframes updown { 0% { margin-top: 0; } 40% { margin-top: -7px; } 100% { margin-top: 0; } } @-webkit-keyframes pulse-border { 0% { transform: scale(1); opacity: 0; } 30% { -webkit-transform: scale(1.2); transform: scale(1.2); opacity: 0.9; } 100% { transform: scale(1.5); opacity: 0; } } @keyframes pulse-border { 0% { transform: scale(1); opacity: 0; } 30% { -webkit-transform: scale(1.2); transform: scale(1.2); opacity: 0.9; } 100% { transform: scale(1.5); opacity: 0; } } @-moz-keyframes headerSlideDown { 0% { transform: translateY(-200px); } 100% { transform: translateY(0); } } @-ms-keyframes headerSlideDown { 0% { transform: translateY(-200px); } 100% { transform: translateY(0); } } @-webkit-keyframes headerSlideDown { 0% { transform: translateY(-200px); } 100% { transform: translateY(0); } } @keyframes headerSlideDown { 0% { transform: translateY(-200px); } 100% { transform: translateY(0); } } @-webkit-keyframes flyLeftToRight { 49% { -webkit-transform: translate(100%); } 50% { opacity: 0; -webkit-transform: translate(-100%); } 51% { opacity: 1; } } @-moz-keyframes flyLeftToRight { 49% { -moz-transform: translate(100%); } 50% { opacity: 0; -moz-transform: translate(-100%); } 51% { opacity: 1; } } @keyframes flyLeftToRight { 49% { transform: translate(100%); } 50% { opacity: 0; transform: translate(-100%); } 51% { opacity: 1; } } @-webkit-keyframes flyRightToLeft { 49% { -webkit-transform: translate(-100%); } 50% { opacity: 0; -webkit-transform: translate(100%); } 51% { opacity: 1; } } @-moz-keyframes flyRightToLeft { 49% { -moz-transform: translate(-100%); } 50% { opacity: 0; -moz-transform: translate(100%); } 51% { opacity: 1; } } @keyframes flyRightToLeft { 49% { transform: translate(-100%); } 50% { opacity: 0; transform: translate(100%); } 51% { opacity: 1; } } @-webkit-keyframes flyTopToBottom { 49% { -webkit-transform: translateY(100%); } 50% { opacity: 0; -webkit-transform: translateY(-100%); } 51% { opacity: 1; } } @-moz-keyframes flyTopToBottom { 49% { -moz-transform: translateY(100%); } 50% { opacity: 0; -moz-transform: translateY(-100%); } 51% { opacity: 1; } } @keyframes flyTopToBottom { 49% { transform: translateY(100%); } 50% { opacity: 0; transform: translateY(-100%); } 51% { opacity: 1; } } @-webkit-keyframes flyBottomToTop { 49% { -webkit-transform: translateY(-100%); } 50% { opacity: 0; -webkit-transform: translateY(100%); } 51% { opacity: 1; } } @-moz-keyframes flyBottomToTop { 49% { -moz-transform: translateY(-100%); } 50% { opacity: 0; -moz-transform: translateY(100%); } 51% { opacity: 1; } } @keyframes flyBottomToTop { 49% { transform: translateY(-100%); } 50% { opacity: 0; transform: translateY(100%); } 51% { opacity: 1; } } @keyframes moveDraw { 100% { stroke-dashoffset: 0; } } .svg-drawing { opacity: 0; visibility: hidden; -webkit-transition: all 300ms linear 0s; -khtml-transition: all 300ms linear 0s; -moz-transition: all 300ms linear 0s; -ms-transition: all 300ms linear 0s; -o-transition: all 300ms linear 0s; transition: all 300ms linear 0s; } .svg-drawing.dr-start { opacity: 1; visibility: visible; } .svg-drawing.dr-start .drawing { fill: none; animation: moveDraw 1.2s linear; animation-fill-mode: forwards; animation-delay: 100ms; } .elementor-editor-active .svg-drawing { opacity: 1 !important; visibility: visible !important; } html { box-sizing: border-box; overflow-x: hidden; } a { color: inherit; -webkit-transition: all 300ms linear 0ms; -khtml-transition: all 300ms linear 0ms; -moz-transition: all 300ms linear 0ms; -ms-transition: all 300ms linear 0ms; -o-transition: all 300ms linear 0ms; transition: all 300ms linear 0ms; } a.rev-btn { transition: none; } a, a:hover, a:focus, a:before, a:after { outline: none; text-decoration: none; } a:hover, a:focus { color: #ff4a17; text-decoration: none !important; } *, *:before, *:after { box-sizing: inherit; } p { margin-bottom: 22px; } body { background-color: #fff; font-size: 18px; line-height: 1.778; color: #696969; overflow-x: hidden; font-weight: normal; -ms-word-wrap: break-word; word-wrap: break-word; font-family: 'Nunito Sans', sans-serif; /*----------------------------- Heading Font -----------------------------*/ } .site { position: relative; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Source Sans Pro', sans-serif; color: #14212b; clear: both; line-height: 1.1; margin: 0 0 15px; font-weight: bold; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } h1, .h1 { font-size: 70px; } h2, .h2 { font-size: 50px; letter-spacing: -0.03em; } h3, .h3 { font-size: 26px; } h4, .h4 { font-size: 24px; } h5, .h5 { font-size: 20px; font-weight: 500; } h6, .h6 { font-size: 18px; font-weight: 500; } @media screen and (max-width: 767px) { .content-area h2:not(.no-responsive), .content-area .h2:not(.no-responsive) { font-size: 35px !important; } } .title-underline { position: relative; padding-bottom: 13px; display: inline-block; } .title-underline:after { content: ""; display: block; position: absolute; width: 36px; height: 2px; background-color: #982302; left: 0; bottom: 0; } .title-underline.underline__center:after { left: 50%; transform: translateX(-50%); } img { width: auto; max-width: 100%; height: auto; } label { margin-bottom: 0; } table { border-bottom: 1px solid #dee2e6; border-left: 1px solid #dee2e6; border-collapse: collapse; border-spacing: 0; line-height: 2; margin: 0 0 32px; width: 100%; font-size: 16px; -webkit-border-radius: 0; -khtml-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } table th { color: #6d4321; } caption, td { font-weight: normal; text-align: left; } .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th { padding: 13px 8px; } th { font-weight: 600; border-top: 1px solid #dee2e6; padding: 7px; border-right: 1px solid #dee2e6; } td { border-top: 1px solid #dee2e6; padding: 7px; border-right: 1px solid #dee2e6; /*--- Definition Lists ---*/ } dl { margin: 0 0 0 25px; } dl dt { line-height: 26px; text-transform: uppercase; font-weight: 700; color: #000; } dl dd { line-height: normal; margin-bottom: 20px; } dl dd a { color: #000; } dl dd a:hover { color: #982302; } code, kbd { background-color: transparent; border-radius: 4px; color: inherit; font-size: 100%; padding: 2px 4px; -webkit-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none; box-shadow: none; } ins { color: #fff; border: none; padding: 2px; text-decoration: none; background-color: #982302; } pre { background: #f5f5f5; color: #666; font-size: 14px; margin: 20px 0; overflow: auto; padding: 20px; white-space: pre-wrap; word-wrap: break-word; } ol { list-style: outside none decimal; padding-left: 15px; } ul { list-style: none; padding: 0; margin: 0 0 15px; } ul li { list-style-position: inside; } .entry-content li > ul, .comment-content li > ul { margin-left: 17px; } dl + h2 + ul { padding-left: 10px; list-style: outside; margin-bottom: 20px; } dl + h2 + ul ul { padding-left: 20px; } dl + h2 + ul ul li { list-style: outside; } dl + h2 + ul ul ul { padding-left: 0; } ul + h2 + ol { padding-left: 25px; margin-bottom: 18px; } .comment-content ul + h2 + ol { padding-left: 7px; } .comment-content ul + h2 + ol ol { padding-left: 20px; } img.size-thumbnail { max-width: 160px; } .entry-content .wp-block-cover { margin-bottom: 1.5em; } .entry-content .wp-block-cover .wp-block-cover-text { color: #fff; } .entry-content .wp-block-cover .wp-block-cover-text a { text-decoration: underline; } .entry-content .wp-block-cover .wp-block-cover-text a:hover { text-decoration: none; } .entry-content .wp-block-cover .wp-block-cover-image { margin-bottom: 1.5em; } .post-password-form label { display: block; max-width: 60%; } .post-password-form input { margin: 10px 0; } @media screen and (max-width: 767px) { .post-password-form label { max-width: 60%; } } .wp-block-button { margin-bottom: 30px; } #tslOverlay { background-color: transparent !important; } #elementor-panel-get-pro-elements { display: none !important; } .elementor-icons-manager__tab__item { height: 80px !important; } .z-index99 { z-index: 99; position: relative; } #secondary .count.right { float: right; } .font-smooth { -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .bg-image { background-size: cover; background-position: center; background-repeat: no-repeat; } .scale-hover { cursor: pointer; overflow: hidden; } .scale-hover img { -webkit-transition: all 1s; -khtml-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s; } .scale-hover:hover img { opacity: 0.9; -webkit-transform: scale3d(1.03, 1.03, 1); transform: scale3d(1.03, 1.03, 1); } .scale-hover-x { cursor: pointer; overflow: hidden; } .scale-hover-x img { -webkit-transition: all 0.5s; -khtml-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; -webkit-transform: scale(1.05) translateX(-3px); transform: scale(1.05) translateX(-3px); -webkit-backface-visibility: hidden; backface-visibility: hidden; } .scale-hover-x:hover img { -webkit-transform: scale(1.05) translateX(3px); transform: scale(1.05) translateX(3px); } .flash-hover { overflow: hidden; position: relative; } .flash-hover:before { content: ""; position: absolute; top: 0; left: -10px; width: 0; height: 100%; background-color: rgba(255, 255, 255, 0.5); -webkit-transition: none; -khtml-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; } .flash-hover:hover:before { -webkit-transition: all 0.4s ease-out 0.05s; -khtml-transition: all 0.4s ease-out 0.05s; -moz-transition: all 0.4s ease-out 0.05s; -ms-transition: all 0.4s ease-out 0.05s; -o-transition: all 0.4s ease-out 0.05s; transition: all 0.4s ease-out 0.05s; width: 120%; background-color: rgba(255, 255, 255, 0); } .shadow-hover { overflow: inherit !important; } .shadow-hover img { transition: all 250ms linear 0s; } .shadow-hover img:hover { -webkit-box-shadow: 0px 3px 21px 10px rgba(0, 0, 0, 0.15); -khtml-box-shadow: 0px 3px 21px 10px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 3px 21px 10px rgba(0, 0, 0, 0.15); -ms-box-shadow: 0px 3px 21px 10px rgba(0, 0, 0, 0.15); -o-box-shadow: 0px 3px 21px 10px rgba(0, 0, 0, 0.15); box-shadow: 0px 3px 21px 10px rgba(0, 0, 0, 0.15); } .hover-underline-in { position: relative; } .hover-underline-in:after { position: absolute; content: ""; border-bottom: 1px solid transparent; display: inline-block; height: 1px; width: 100%; top: 1.15em; left: 0; transition: all 300ms linear 0s; } .hover-underline-in:hover:after { border-color: inherit; } .hover-underline-out { position: relative; } .hover-underline-out:after { position: absolute; content: ""; border-bottom: 1px solid; display: inline-block; height: 1px; width: 100%; top: 1.15em; left: 0; transition: all 300ms linear 0s; } .hover-underline-out:hover:after { border-color: transparent; } @keyframes box-rotate { 100% { transform: rotate(360deg); } } .square-box { padding: 2px; margin: -2px; background-color: transparent; transition: all 240ms linear; z-index: 0; position: relative; overflow: hidden; } .square-box .inner-box { position: relative; z-index: 2; background-color: #fff; } .square-box:before { content: ''; position: absolute; z-index: -2; left: -50%; top: -50%; width: 200%; height: 200%; opacity: 0; background-repeat: no-repeat; background-size: 50% 50%, 50% 50%; background-position: 0 0, 100% 0, 100% 100%, 0 100%; background-image: linear-gradient(#982302, #982302); animation: box-rotate 5s linear infinite; transition: all 240ms linear; } .square-box:hover:before { opacity: 1; z-index: 0; } #content[tabindex="-1"]:focus { outline: 0; } .alignleft, .alignright, .aligncenter { margin-top: 6px; margin-bottom: 45px; } .alignleft { display: inline; float: left; margin-right: 35px; clear: left; } .alignright { display: inline; float: right; margin-left: 35px; clear: right; } .aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; } .color-primary { color: #982302 !important; } .color-secondary { color: #14212b !important; } .color-tertiary { color: #f5f5f5 !important; } .color-white { color: #fff !important; } .color-dark { color: #6d4321 !important; } .color-light { color: #e2c998 !important; } .bg-primary { background-color: #982302 !important; } .text-left, .align-left { text-align: left; } .text-center, .align-center { text-align: center; } .text-right, .align-right { text-align: right; } @media screen and (min-width: 992px) { .text-left-992 { text-align: left !important; } .text-center-992 { text-align: center !important; } .text-right-992 { text-align: right !important; } } @media screen and (max-width: 767px) { .text-left-767 { text-align: left !important; } .text-right-767 { text-align: right !important; } .text-center-767 { text-align: center !important; } } @media screen and (max-width: 1024px) { .order-first-1024 { order: -1 !important; } } @media screen and (min-width: 1025px) { .left-row { position: absolute !important; z-index: 1; bottom: 0; left: 0; } } .center-row { position: absolute !important; z-index: 9; left: 50%; top: 50%; transform: translate(-50%, -50%); } .center-row.circle { padding: 8px; border: 1px solid #fff; border-radius: 50%; } .overflow-hidden { overflow: hidden !important; } .overflow-hidden > .elementor-widget-container { overflow: hidden; } .member-picture .elementor-image { position: relative; z-index: 1; } .member-picture .elementor-image:after { position: absolute; content: ''; right: -10px; bottom: -10px; width: 80px; height: 70px; background-color: #982302; z-index: -1; -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%); -khtml-clip-path: polygon(100% 0, 0 100%, 100% 100%); -moz-clip-path: polygon(100% 0, 0 100%, 100% 100%); -ms-clip-path: polygon(100% 0, 0 100%, 100% 100%); -o-clip-path: polygon(100% 0, 0 100%, 100% 100%); clip-path: polygon(100% 0, 0 100%, 100% 100%); } @-webkit-keyframes image-rotate { 0% { -webkit-transform: perspective(120px); } 25% { -webkit-transform: perspective(120px) rotateY(180deg); } 50% { -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } 75% { -webkit-transform: perspective(120px) rotateY(1deg) rotateX(180deg); } 100% { -webkit-transform: perspective(120px) rotateY(0deg) rotate(0deg); } } .image-rotate { -webkit-animation: image-rotate 2.8s infinite ease-in-out; -moz-animation: image-rotate 2.8s infinite ease-in-out; animation: image-rotate 2.8s infinite ease-in-out; animation-delay: 4s; position: relative; } .banner-shadow { position: relative; } .banner-shadow:before, .banner-shadow:after { position: absolute; background-color: #14212b; z-index: -2; content: ''; opacity: 0.07; } .banner-shadow:before { left: -20px; right: -20px; bottom: -20px; top: 20px; } .banner-shadow:after { left: -40px; right: -40px; bottom: -40px; top: 40px; } @media screen and (min-width: 1599px) { .slider-margin { margin-left: -115px !important; } } @media screen and (max-width: 1598px) { .slider-margin { margin-left: auto !important; } } input::-moz-placeholder, textarea::-moz-placeholder { color: inherit; opacity: 1; text-overflow: ellipsis; } input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: inherit; opacity: 1; text-overflow: ellipsis; } input::-o-placeholder, textarea::-o-placeholder { color: inherit; opacity: 1; text-overflow: ellipsis; } input::-ms-placeholder, textarea::-ms-placeholder { color: inherit; opacity: 1; text-overflow: ellipsis; } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; -moz-appearance: none; appearance: none; margin: 0; } input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .nice-select { background-color: #f4f4f6; border: 1px solid transparent; color: #616161; padding: 13px 25px !important; height: 70px; -webkit-border-radius: 0; -khtml-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; line-height: 68px; font-size: 15px !important; font-weight: 500; -webkit-transition: all 300ms linear 0ms; -khtml-transition: all 300ms linear 0ms; -moz-transition: all 300ms linear 0ms; -ms-transition: all 300ms linear 0ms; -o-transition: all 300ms linear 0ms; transition: all 300ms linear 0ms; -webkit-box-shadow: none; -khtml-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; width: 100%; outline: none; } input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus, .nice-select:focus, input[type="text"]:active, input[type="email"]:active, input[type="url"]:active, input[type="password"]:active, input[type="search"]:active, input[type="tel"]:active, input[type="number"]:active, input[type="range"]:active, input[type="date"]:active, input[type="month"]:active, input[type="week"]:active, input[type="time"]:active, input[type="datetime"]:active, input[type="datetime-local"]:active, input[type="color"]:active, textarea:active, select:active, .nice-select:active { -webkit-box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15); -khtml-box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15); -ms-box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15); -o-box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15); box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15); outline: 0; border-color: transparent !important; } select { height: 46px; margin-bottom: 7px; } textarea { line-height: normal; padding-top: 14px; padding-bottom: 14px; height: 104px; } input[type='checkbox']:checked:after { background: red; color: #fff; } .wpcf7 .wpcf7-form .wpcf7-form-control-wrap { margin-bottom: 30px; display: block; position: relative; } .wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip { display: none; } .wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid { border-color: #f13c3c !important; } .wpcf7 .wpcf7-form .wpcf7-form-control-wrap .nice-select { border: 2px solid #f5f5f5; color: inherit; background-color: #f4f4f6; } .wpcf7 .wpcf7-form .wpcf7-response-output { border: medium none; font-style: italic; padding: 0; margin: 20px 0 15px; font-size: 15px; } .wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok { color: #398f14; } .wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors { color: #f13c3c; } .wpcf7 .wpcf7-form .wpcf7-submit { margin-top: 0; } .wpcf7 .wpcf7-form .ajax-loader { display: none !important; } .wpcf7 .wpcf7-form .white-placeholder input, .wpcf7 .wpcf7-form .white-placeholder textarea, .wpcf7 .wpcf7-form .white-placeholder select, .wpcf7 .wpcf7-form .white-placeholder .wpcf7-select { background-color: #fff; } .wpcf7 .wpcf7-form .white-placeholder .wpcf7-select:after { color: #982302; } .wpcf7 .wpcf7-form .input-icon .wpcf7-form-control-wrap:after { font-family: "Font Awesome 5 Pro"; position: absolute; right: 25px; top: 19px; color: #982302; } .wpcf7 .wpcf7-form .input-icon.icon-name .wpcf7-form-control-wrap:after { content: "\f007"; } .wpcf7 .wpcf7-form .input-icon.icon-mail .wpcf7-form-control-wrap:after { content: "\f0e0"; } .wpcf7 .wpcf7-form .input-icon.icon-phone .wpcf7-form-control-wrap:after { content: "\f095"; } .wpcf7 .wpcf7-form .input-icon.icon-pen .wpcf7-form-control-wrap:after { content: "\f040"; } .wpcf7 .wpcf7-form .ct-row { margin-left: -10px; margin-right: -10px; } .wpcf7 .wpcf7-form .ct-row .ct-input { padding-left: 10px; padding-right: 10px; } .wpcf7 .wpcf7-form .ct-row .ct-input .wpcf7-form-control-wrap { margin-bottom: 20px; } .wpcf7 .wpcf7-form .ct-row input[type="submit"] { margin-top: 8px; } .wpcf7 .wpcf7-form .ct-row.padding-50 { padding: 0 50px; } @media screen and (max-width: 767px) { .wpcf7 .wpcf7-form .ct-row.padding-50 { padding: 0; } } @media screen and (max-width: 1024px) { .wpcf7 .wpcf7-form .ct-row.md-padding-50 { padding: 0 50px; } } @media screen and (max-width: 767px) { .wpcf7 .wpcf7-form .ct-row.md-padding-50 { padding: 0; } } .wpcf7 .wpcf7-form .ct-row textarea { height: 160px; } .wpcf7 .wpcf7-form .wpcf7-list-item { margin: 2px 30px 0 0; display: inline-flex; align-items: baseline; position: relative; } @media screen and (max-width: 767px) { .wpcf7 .wpcf7-form .wpcf7-list-item { margin-bottom: 15px; } } .wpcf7 .wpcf7-form .wpcf7-list-item input[type="radio"] { opacity: 0; position: absolute; left: 0; width: 100%; height: 100%; z-index: 9; cursor: pointer; } .wpcf7 .wpcf7-form .wpcf7-list-item input[type="radio"] + span { position: relative; padding-left: 27px; font-size: 13px; } .wpcf7 .wpcf7-form .wpcf7-list-item input[type="radio"] + span::before { content: ''; position: absolute; left: 0; top: -2px; cursor: pointer; display: block; width: 17px; height: 17px; border: 2px solid #eaeaea; border-radius: 15px; } .wpcf7 .wpcf7-form .wpcf7-list-item input[type="radio"] + span::after { content: ''; display: inline-block; position: absolute; width: 7px; height: 7px; border-radius: 7px; left: 5px; top: 3px; background-color: transparent; } .wpcf7 .wpcf7-form .wpcf7-list-item input[type="radio"]:checked + span::after { background-color: #982302; } .wpcf7 .wpcf7-form .wpcf7-list-item input[type="checkbox"] { opacity: 0; position: absolute; left: 0; width: 100%; height: 100%; z-index: 9; cursor: pointer; } .wpcf7 .wpcf7-form .wpcf7-list-item input[type="checkbox"] + span { display: block; position: relative; padding-left: 22px; font-size: 15px; color: #14212b; } .wpcf7 .wpcf7-form .wpcf7-list-item input[type="checkbox"] + span::before { content: ''; position: absolute; left: 0; top: 5px; cursor: pointer; display: block; width: 13px; height: 13px; border: 1px solid #eaeaea; border-radius: 2px; } .wpcf7 .wpcf7-form .wpcf7-list-item input[type="checkbox"] + span::after { content: "\f00c"; font-family: "Font Awesome 5 Pro"; font-size: 10px; font-weight: normal; display: inline-block; position: absolute; left: 1px; top: 6px; color: #fff; background-color: transparent; } .wpcf7 .wpcf7-form .wpcf7-list-item input[type="checkbox"]:checked + span::before { background-color: #982302; border-color: #982302; } #ui-datepicker-div { background-color: #fff; padding: 22px; border: 1px solid rgba(0, 0, 0, 0.2); -webkit-border-radius: 6px; -khtml-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); position: absolute; top: -9999px; min-width: 300px; z-index: 10001 !important; } #ui-datepicker-div .ui-datepicker-header { position: relative; } #ui-datepicker-div .ui-datepicker-header .ui-corner-all { display: block; height: 30px; width: 30px; line-height: 30px; text-align: center; cursor: pointer; position: absolute; top: 0; padding: 0; } #ui-datepicker-div .ui-datepicker-header .ui-corner-all:before { content: "\f104"; color: #040e24; font-family: "Font Awesome 5 Pro"; font-size: 16px; left: 0; position: absolute; right: 0; top: 0; } #ui-datepicker-div .ui-datepicker-header .ui-corner-all:hover:before { color: #982302; } #ui-datepicker-div .ui-datepicker-header .ui-corner-all span { display: none; } #ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-prev { left: 0; } #ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-next { right: 0; } #ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-next:before { content: "\f105"; } #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title { font-weight: 700; line-height: 30px; margin-bottom: 10px; min-height: 40px; text-align: center; text-transform: uppercase; font-size: 16px; color: #14212b; font-family: 'Source Sans Pro', sans-serif; } #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title span { display: inline-block; vertical-align: middle; line-height: 1; } #ui-datepicker-div .ui-datepicker-calendar { margin: 0; width: 100%; } #ui-datepicker-div .ui-datepicker-calendar th { text-align: center; } #ui-datepicker-div .ui-datepicker-calendar td { text-align: center; padding: 6px; color: rgba(0, 0, 0, 0.6); } #ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled { color: rgba(0, 0, 0, 0.2); } #ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-today a { color: #982302; } #ui-datepicker-div .ui-datepicker-calendar td a { color: #999; } #ui-datepicker-div .ui-datepicker-calendar td a:hover { color: #982302; } form .select2-container--default { width: 100% !important; } form .select2-container--default .select2-selection { height: 70px; border-color: transparent; background-color: #f4f4f6; font-size: 15px !important; font-weight: 500; -webkit-border-radius: 0px; -khtml-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; } form .select2-container--default .select2-selection .select2-selection__rendered { line-height: 70px; padding-left: 25px; color: #616161; } form .select2-container--default .select2-selection .select2-selection__arrow { right: 15px; top: 50%; transform: translateY(-40%); color: #8f8f8f; } form .select2-container--default .select2-selection .select2-selection__clear { height: 20px; line-height: 20px; position: absolute; right: 30px; text-align: center; top: 50%; -webkit-transform: translate(0px, -50%); -khtml-transform: translate(0px, -50%); -moz-transform: translate(0px, -50%); -ms-transform: translate(0px, -50%); -o-transform: translate(0px, -50%); transform: translate(0px, -50%); width: 20px; color: #8f8f8f; } form .select2-container--default .select2-selection .select2-selection__placeholder { color: rgba(55, 55, 55, 0.87); } .select2-container.select2-container--open .select2-dropdown { border-color: #e7e8e9; } .select2-container.select2-container--open .select2-dropdown .select2-search__field { border: 1px solid #e7e8e9; padding-left: 15px; padding-right: 15px; } .select2-container.select2-container--open .select2-results li.select2-results__option--highlighted { background-color: #982302; } .cms-field-checkbox { position: relative; padding-left: 27px; } .cms-field-checkbox .icon-check { border: 1px solid #e1e3e3; border-radius: 1px; display: block; height: 17px; width: 17px; position: absolute; top: 50%; left: 0; -webkit-transform: translate(0, -50%); -khtml-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); z-index: 1; } .cms-field-checkbox .icon-check:before { content: "\f00c"; font-size: 13px; color: #982302; position: absolute; top: -4px; left: 1px; font-family: "Font Awesome 5 Pro"; opacity: 0; } .cms-field-checkbox input { bottom: 0; height: 100%; left: 0; position: absolute; width: 100%; opacity: 0; cursor: pointer; z-index: 3; } .cms-field-checkbox input:checked + .icon-check:before { opacity: 1; } .nice-select { position: relative; padding-right: 40px; cursor: pointer; -webkit-tap-highlight-color: transparent; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; white-space: nowrap; text-align: left; background-color: #fff; border-color: #eaeaea; border-width: 2px; } .nice-select:after { content: '\f078'; font-family: "Font Awesome 5 Pro"; font-size: 15px; font-weight: 300; color: #707070; position: absolute; right: 23px; top: 50%; -webkit-transform: translate(0px, -50%); -khtml-transform: translate(0px, -50%); -moz-transform: translate(0px, -50%); -ms-transform: translate(0px, -50%); -o-transform: translate(0px, -50%); transform: translate(0px, -50%); font-style: normal; } .nice-select span.current { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: relative; top: -13px; } .nice-select .option { text-overflow: ellipsis; overflow: hidden; } .nice-select.open .list { padding: 5px; min-width: 185px; overflow: auto; width: 100%; opacity: 1; pointer-events: auto; -webkit-transform: scale(1) translateY(0); -ms-transform: scale(1) translateY(0); transform: scale(1) translateY(0); } .nice-select.disabled { border-color: #dee2e6; color: #999; pointer-events: none; } .nice-select.disabled:after { border-color: #ccc; } .nice-select.wide { width: 100%; } .nice-select.wide .list { left: 0 !important; right: 0 !important; } .nice-select.right { float: right; } .nice-select.right .list { left: auto; right: 0; } .nice-select.small { font-size: 12px; height: 36px; line-height: 34px; } .nice-select.small:after { height: 4px; width: 4px; } .nice-select.small .option { line-height: 34px; min-height: 34px; } .nice-select .list { max-height: 250px; background-color: #fff; -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24); -khtml-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24); -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24); -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24); -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24); box-sizing: border-box; margin-top: 4px; opacity: 0; overflow: hidden; padding: 0; pointer-events: none; position: absolute; top: 100%; left: 0; right: 0; -webkit-transform-origin: 50% 0; -ms-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transform: scale(0.75) translateY(-21px); -ms-transform: scale(0.75) translateY(-21px); transform: scale(0.75) translateY(-21px); -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out; transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out; z-index: 9; color: rgba(0, 0, 0, 0.87); } .nice-select .list .selected { color: #000; } .nice-select .list:hover .option:not(:hover) { background-color: transparent !important; } .nice-select .option { cursor: pointer; line-height: normal; list-style: none; outline: none; padding: 8px 24px; text-align: left; -webkit-transition: all 0.2s; -khtml-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; -webkit-border-radius: 4px; -khtml-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; } .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus { background-color: #f3f3f4; } .nice-select .option.selected { font-weight: bold; } .nice-select .option.disabled { background-color: transparent; color: #999; cursor: default; } .no-csspointerevents .nice-select .list { display: none; } .no-csspointerevents .nice-select.open .list { display: block; } .btn-contact-icon { display: inline-block; position: relative; overflow: hidden; } .btn-contact-icon i { font-size: 14px; margin-left: 10px; } .btn-contact-icon.full-width { display: block; } .btn-contact-icon.full-width button.wpcf7-submit { width: 100%; border-radius: 0; padding: 14px 0; margin-top: 5px; background-color: #14212b; } .btn, button, .button, input[type="submit"] { background-color: #982302; font-size: 18px; text-transform: capitalize; color: #fff; padding: 0 50px; line-height: 68px; -webkit-transition: all 300ms linear 0ms; -khtml-transition: all 300ms linear 0ms; -moz-transition: all 300ms linear 0ms; -ms-transition: all 300ms linear 0ms; -o-transition: all 300ms linear 0ms; transition: all 300ms linear 0ms; border-color: transparent; -webkit-border-radius: 35px; -khtml-border-radius: 35px; -moz-border-radius: 35px; -ms-border-radius: 35px; -o-border-radius: 35px; border-radius: 35px; position: relative; z-index: 1; display: inline-flex; justify-content: center; align-items: center; text-align: center; max-width: 100%; cursor: pointer; font-weight: 700; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow: hidden; flex: none; } .btn:hover, button:hover, .button:hover, input[type="submit"]:hover, .btn:focus, button:focus, .button:focus, input[type="submit"]:focus { color: #fff; -webkit-box-shadow: none; -khtml-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; outline: medium none; text-decoration: none; } @keyframes core_slide { 50% { right: calc(100% - 95px); } } @-webkit-keyframes core_slide { 50% { right: calc(100% - 95px); } } @-moz-keyframes core_slide { 50% { right: calc(100% - 95px); } } .btn:after, .button:not(.add_to_cart_button):not(.product_type_grouped):after { content: ""; display: block; position: absolute; left: calc(50% + 22px); right: 15px; top: 5px; bottom: 5px; -webkit-transition: all 350ms cubic-bezier(0.15, 0.48, 0.6, 0.89) 30ms; -khtml-transition: all 350ms cubic-bezier(0.15, 0.48, 0.6, 0.89) 30ms; -moz-transition: all 350ms cubic-bezier(0.15, 0.48, 0.6, 0.89) 30ms; -ms-transition: all 350ms cubic-bezier(0.15, 0.48, 0.6, 0.89) 30ms; -o-transition: all 350ms cubic-bezier(0.15, 0.48, 0.6, 0.89) 30ms; transition: all 350ms cubic-bezier(0.15, 0.48, 0.6, 0.89) 30ms; z-index: -1; background-color: #14212b; -webkit-border-radius: 30px; -khtml-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; } .btn:hover:after, .button:not(.add_to_cart_button):not(.product_type_grouped):hover:after, .btn:focus:after, .button:not(.add_to_cart_button):not(.product_type_grouped):focus:after { left: 15px; right: calc(50% + 22px); } .btn.short-text:after, .button:not(.add_to_cart_button):not(.product_type_grouped).short-text:after { left: 50.5%; } .btn.short-text:hover:after, .button:not(.add_to_cart_button):not(.product_type_grouped).short-text:hover:after, .btn.short-text:focus:after, .button:not(.add_to_cart_button):not(.product_type_grouped).short-text:focus:after { left: 15px; right: 50.5%; } .btn.btn-secondary, .button:not(.add_to_cart_button):not(.product_type_grouped).btn-secondary { background-color: #14212b; border-color: #14212b; } .btn.btn-secondary:after, .button:not(.add_to_cart_button):not(.product_type_grouped).btn-secondary:after { background-color: #982302; } .btn.btn-outline, .button:not(.add_to_cart_button):not(.product_type_grouped).btn-outline { background-color: transparent; color: #982302; border: 2px solid #982302; transition: all 300ms ease 0s; } .btn.btn-outline.secondary, .button:not(.add_to_cart_button):not(.product_type_grouped).btn-outline.secondary { color: #14212b; border-color: #14212b; } .btn.btn-outline:after, .button:not(.add_to_cart_button):not(.product_type_grouped).btn-outline:after { content: none; } .btn.btn-outline:hover, .button:not(.add_to_cart_button):not(.product_type_grouped).btn-outline:hover { background-color: #982302; border-color: transparent; color: #fff; } .btn.btn-fullwidth, .button:not(.add_to_cart_button):not(.product_type_grouped).btn-fullwidth { width: 100%; } .btn-white.btn, .btn-white .btn { background-color: #fff; color: #14212b; } .btn-white.btn:after, .btn-white .btn:after { background-color: #982302; } .btn-more { font-size: 18px; font-weight: bold; position: relative; display: inline-flex !important; align-items: center; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .btn-more i { font-weight: 500; margin-left: 9px; position: relative; top: 1px; } .btn-more.fly-icon:hover i { -webkit-animation: flyLeftToRight 0.3s forwards; -khtml-animation: flyLeftToRight 0.3s forwards; -moz-animation: flyLeftToRight 0.3s forwards; -ms-animation: flyLeftToRight 0.3s forwards; -o-animation: flyLeftToRight 0.3s forwards; animation: flyLeftToRight 0.3s forwards; } .btn.rev-btn { background-color: #982302 !important; border: none !important; font-size: 18px !important; text-transform: capitalize; color: #fff !important; padding: 0 50px !important; line-height: 70px !important; -webkit-transition: all 300ms linear 0ms; -khtml-transition: all 300ms linear 0ms; -moz-transition: all 300ms linear 0ms; -ms-transition: all 300ms linear 0ms; -o-transition: all 300ms linear 0ms; transition: all 300ms linear 0ms; border-radius: 35px !important; } .btn.rev-btn:hover { transform: none !important; } .btn.rev-btn.btn-secondary { background-color: #14212b !important; } .btn.rev-btn.btn-secondary:after { background-color: #982302 !important; } .btn.rev-btn.btn-white { background-color: #fff !important; color: #14212b !important; } .btn.rev-btn.btn-white:after { background-color: #982302 !important; } .wp-block-button { margin-bottom: 1.5em; } .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover { background: #982302; } .wp-block-button.is-style-outline .wp-block-button__link:hover { color: #982302; border-color: #982302; } .site-header-lang.custom .wpml-ls-item-toggle { line-height: 48px; } .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown, .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click { width: inherit; } .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-slot-shortcode_actions a, .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-slot-shortcode_actions a { font-family: 'Source Sans Pro', sans-serif; color: inherit; font-size: 18px; font-weight: 600; background-color: transparent; line-height: normal; } .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-slot-shortcode_actions a.js-wpml-ls-item-toggle, .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-slot-shortcode_actions a.js-wpml-ls-item-toggle { padding: 0 15px 0 0; border: none; } .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-slot-shortcode_actions a.js-wpml-ls-item-toggle:after, .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-slot-shortcode_actions a.js-wpml-ls-item-toggle:after { content: "\f078"; font-family: "Font Awesome 5 Pro"; font-size: 12px; margin-left: 7px; margin-top: 2px; padding: 0; border: none; font-weight: 600; top: 50%; -webkit-transform: translate(0, -50%); -khtml-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); right: 0; } .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-slot-shortcode_actions span.wpml-ls-native, .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-slot-shortcode_actions span.wpml-ls-native { margin-left: 0; } .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-slot-shortcode_actions .wpml-ls-sub-menu, .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-slot-shortcode_actions .wpml-ls-sub-menu { opacity: 0; -webkit-transition: all 300ms linear 0ms; -khtml-transition: all 300ms linear 0ms; -moz-transition: all 300ms linear 0ms; -ms-transition: all 300ms linear 0ms; -o-transition: all 300ms linear 0ms; transition: all 300ms linear 0ms; margin-top: 25px; background-color: #fff; color: #696969; border: none; padding: 15px 20px; -webkit-border-radius: 2px; -khtml-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: 0 3px 63px rgba(20, 33, 43, 0.12); -khtml-box-shadow: 0 3px 63px rgba(20, 33, 43, 0.12); -moz-box-shadow: 0 3px 63px rgba(20, 33, 43, 0.12); -ms-box-shadow: 0 3px 63px rgba(20, 33, 43, 0.12); -o-box-shadow: 0 3px 63px rgba(20, 33, 43, 0.12); box-shadow: 0 3px 63px rgba(20, 33, 43, 0.12); left: 0; right: 0; min-width: max-content; } .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-slot-shortcode_actions .wpml-ls-sub-menu li a, .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-slot-shortcode_actions .wpml-ls-sub-menu li a { border: none; padding: 7px 0; } .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-slot-shortcode_actions .wpml-ls-sub-menu li a:hover, .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-slot-shortcode_actions .wpml-ls-sub-menu li a:hover { color: #982302; } .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-slot-shortcode_actions.wpml-ls-current-language:hover .wpml-ls-sub-menu, .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-slot-shortcode_actions.wpml-ls-current-language:hover .wpml-ls-sub-menu { opacity: 1; margin-top: 0; } .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-flag, .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-flag { width: 18px; height: auto; margin-right: 7px; } #site-header-wrap { position: relative; z-index: 999; } #site-header-wrap .row-flex { align-items: center; } #site-header-wrap .site-branding { position: relative; } #site-header-wrap .site-branding img { max-height: 40px; } #site-header-wrap .site-branding .logo-light, #site-header-wrap .site-branding .logo-mobile { position: absolute; top: 50%; -webkit-transform: translate(0, -50%); -khtml-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); left: 0; opacity: 0; } #site-header-wrap #site-header { position: relative; } #site-header-wrap #site-header .sticky-logo { display: none; } #site-header-wrap #site-header .sticky-logo img { max-height: 40px; margin-right: 5px; } #site-header-wrap #site-header.h-fixed { -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.07); -khtml-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.07); -moz-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.07); -ms-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.07); -o-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.07); box-shadow: 0 5px 6px rgba(0, 0, 0, 0.07); } #site-header-wrap #site-header.h-fixed .sticky-logo { display: block; } @media screen and (max-width: 1199px) { #site-header-wrap #site-header { border-bottom: 1px solid #ebebeb; } #site-header-wrap #site-header.h-fixed { background-color: #fff; } #site-header-wrap #site-header.h-fixed .sticky-logo { display: none; } } #site-header-wrap .h-btn-cart { position: relative; cursor: pointer; padding: 0 10px; display: inline-block; } #site-header-wrap .h-btn-cart i { font-size: 17px; font-family: "Font Awesome 5 Pro"; font-weight: normal; } #site-header-wrap .h-btn-cart .widget_cart_counter_header { position: absolute; min-width: 18px; height: 18px; padding: 0 6px; background-color: #14212b; color: #fff; font-size: 12px; border-radius: 12px; align-items: center; justify-content: center; top: -0.5em; right: 0.1em; } @media screen and (min-width: 1490px) { .site-header-main > .container, .site-header-top > .container { padding-left: 160px; padding-right: 160px; } .header-layout3 .site-header-main > .container, .header-layout3 .site-header-top > .container { padding-left: 70px; padding-right: 70px; } } @media screen and (min-width: 1200px) { .site-header-main > .container, .site-header-top > .container { max-width: 100%; } } @media screen and (min-width: 1200px) { .header-layout1 .skew-overlay { position: relative; } .header-layout1 .skew-overlay .header-skew { position: absolute; display: block; content: ''; left: 0; top: 0; background-color: #982302; width: 460px; height: 100%; -webkit-clip-path: polygon(0 0, 100% 0%, 345px 100%, 0% 100%); -khtml-clip-path: polygon(0 0, 100% 0%, 345px 100%, 0% 100%); -moz-clip-path: polygon(0 0, 100% 0%, 345px 100%, 0% 100%); -ms-clip-path: polygon(0 0, 100% 0%, 345px 100%, 0% 100%); -o-clip-path: polygon(0 0, 100% 0%, 345px 100%, 0% 100%); clip-path: polygon(0 0, 100% 0%, 345px 100%, 0% 100%); } .header-layout1 .skew-overlay .site-branding img { filter: brightness(0) invert(1); } } @media screen and (min-width: 1200px) { #site-header-wrap .column-flex { display: flex; align-items: center; justify-content: space-between; } #site-header-wrap .site-navigation-main-content { display: flex; align-items: center; } #site-header-wrap.header-layout1 .site-header-main { background-color: #fff; } #site-header-wrap.header-layout1 .site-header-main .site-branding { flex: none; margin-right: 35px; } #site-header-wrap.header-layout1 .site-header-main .site-branding .logo-light { opacity: 0; } #site-header-wrap.header-layout1 .site-header-main .site-branding .logo-dark { opacity: 1; } #site-header-wrap.header-layout1 .site-header-main .site-navigation .site-navigation-main-content .main-navigation { flex-grow: 1; text-align: center; } #site-header-wrap.header-layout1 .site-header-main .site-navigation .site-navigation-main-content .main-navigation .primary-menu { display: inline-flex; } #site-header-wrap.header-layout1 .site-header-main .primary-menu > li.menu-item-has-children { margin-right: 35px; } #site-header-wrap.header-layout1 .site-header-main .primary-menu > li.menu-item-has-children > a:after { font-family: Material-Design-Iconic-Font; content: '\f2f9'; position: absolute; top: 0; padding-left: 8px; color: inherit; font-weight: 500; } #site-header-wrap.header-layout1 .site-header-main .primary-menu > li:hover > a, #site-header-wrap.header-layout1 .site-header-main .primary-menu > li.current_page_item > a, #site-header-wrap.header-layout1 .site-header-main .primary-menu > li.current-menu-item > a, #site-header-wrap.header-layout1 .site-header-main .primary-menu > li.current_page_ancestor > a, #site-header-wrap.header-layout1 .site-header-main .primary-menu > li.current-menu-ancestor > a { color: #14212b; } #site-header-wrap.header-layout1 .site-header-main .site-menu-right { display: flex; align-items: center; margin-left: 160px; } #site-header-wrap.header-layout1 .site-header-main .site-menu-right .icon-item { display: inline-flex; cursor: pointer; font-size: 18px; color: #982302; -webkit-transition: all 300ms linear 0ms; -khtml-transition: all 300ms linear 0ms; -moz-transition: all 300ms linear 0ms; -ms-transition: all 300ms linear 0ms; -o-transition: all 300ms linear 0ms; transition: all 300ms linear 0ms; margin-left: 10px; margin-top: 1px; } #site-header-wrap.header-layout1 .site-header-main .site-menu-right .site-tool-cart { margin-left: 15px; } #site-header-wrap.header-layout1 .site-header-main .site-menu-right .site-tool-cart .h-btn-cart { display: flex; align-items: center; } #site-header-wrap.header-layout1 .site-header-main.h-fixed { background-color: #fff; } #site-header-wrap.header-layout1 .site-header-main.h-fixed .primary-menu > li > a { line-height: 116px; } #site-header-wrap.header-layout2 .site-header-top { display: flex; flex-wrap: wrap; align-items: center; color: #fff; } #site-header-wrap.header-layout2 .site-header-top p { margin-bottom: 0; } #site-header-wrap.header-layout2 .site-header-top .header-top-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; border-bottom: 2px solid #526676; } #site-header-wrap.header-layout2 .site-header-top .header-top-inner .header-top-left { display: flex; justify-content: flex-end; align-items: center; } #site-header-wrap.header-layout2 .site-header-top .header-top-inner .header-top-left .top-left-content { display: flex; align-items: center; position: relative; } #site-header-wrap.header-layout2 .site-header-top .header-top-inner .header-top-left .top-left-content .ct-item { margin-right: 48px; height: 70px; line-height: 70px; display: flex; font-size: 18px; position: relative; color: #fff; } #site-header-wrap.header-layout2 .site-header-top .header-top-inner .header-top-left .top-left-content .ct-item a, #site-header-wrap.header-layout2 .site-header-top .header-top-inner .header-top-left .top-left-content .ct-item span, #site-header-wrap.header-layout2 .site-header-top .header-top-inner .header-top-left .top-left-content .ct-item p { color: inherit; } #site-header-wrap.header-layout2 .site-header-top .header-top-inner .header-top-left .top-left-content .ct-item a:hover { color: #982302; } #site-header-wrap.header-layout2 .site-header-top .header-top-inner .header-top-left .top-left-content .ct-item span { display: inline-flex; align-items: center; margin-right: 10px; color: #982302; } #site-header-wrap.header-layout2 .site-header-top .header-top-inner .header-top-left .top-left-content .ct-item i { color: #982302; } #site-header-wrap.header-layout2 .site-header-top .header-top-inner .header-top-right { display: flex; align-items: center; } #site-header-wrap.header-layout2 .site-header-top .header-top-inner .header-top-right .header-social a { display: inline-flex; padding: 0 8px; align-items: center; justify-content: center; color: #7d91a0; font-size: 15px; } #site-header-wrap.header-layout2 .site-header-top .header-top-inner .header-top-right .header-social a:last-child { padding-right: 0; } #site-header-wrap.header-layout2 .site-header-top .header-top-inner .header-top-right .header-social a i { position: relative; top: 2px; } #site-header-wrap.header-layout2 .site-header-top .header-top-inner .header-top-right .header-social a:hover { color: #982302 !important; transform: translateY(-2px); } #site-header-wrap.header-layout2 .site-header-main { background-color: transparent; } #site-header-wrap.header-layout2 .site-header-main:not(.h-fixed) .site-branding { flex: none; margin-right: 20px; } #site-header-wrap.header-layout2 .site-header-main:not(.h-fixed) .site-branding .logo-light { opacity: 1; } #site-header-wrap.header-layout2 .site-header-main:not(.h-fixed) .site-branding .logo-dark { opacity: 0; } #site-header-wrap.header-layout2 .site-header-main .site-navigation { flex-grow: 1; } #site-header-wrap.header-layout2 .site-header-main .site-navigation .main-navigation { flex-grow: 1; text-align: center; } #site-header-wrap.header-layout2 .site-header-main .site-navigation .main-navigation .primary-menu { display: inline-flex; } #site-header-wrap.header-layout2 .site-header-main .primary-menu .sub-menu { top: calc(100% - 15px); } #site-header-wrap.header-layout2 .site-header-main .primary-menu > li > a:before { content: none !important; } #site-header-wrap.header-layout2 .site-header-main .primary-menu > li.menu-item-has-children { margin-right: 38px; } #site-header-wrap.header-layout2 .site-header-main .primary-menu > li.menu-item-has-children > a:after { font-family: Material-Design-Iconic-Font; content: '\f2f9'; position: absolute; top: 0; padding-left: 8px; color: inherit; font-weight: 500; } #site-header-wrap.header-layout2 .site-header-main .site-menu-right-button { display: flex; align-items: center; } #site-header-wrap.header-layout2 .site-header-main .site-menu-right-button .site-header-item { flex: none; margin-left: 15px; } #site-header-wrap.header-layout2 .site-header-main .site-menu-right-button .wpml-ls-legacy-dropdown .wpml-ls-current-language { border: 3px solid #819cb0; -webkit-border-radius: 5px; -khtml-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; padding: 0 20px; height: 60px; display: flex; align-items: center; color: #fff; } #site-header-wrap.header-layout2 .site-header-main .site-menu-right-button .wpml-ls-sub-menu { -webkit-border-radius: 5px; -khtml-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; } #site-header-wrap.header-layout2 .site-header-main .site-menu-right-button .wpml-ls-sub-menu a { font-family: 'Nunito Sans', sans-serif; /*----------------------------- Heading Font -----------------------------*/ font-size: 15px; } #site-header-wrap.header-layout2 .site-header-main .site-menu-right-button .h-btn-sidebar { display: inline-flex; align-items: center; justify-content: center; width: 60px; height: 60px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; background-color: #982302; color: #fff; cursor: pointer; } #site-header-wrap.header-layout2 .site-header-main .site-menu-right-button .h-btn-sidebar i { font-family: "Font Awesome 5 Pro"; font-size: 35px; margin-top: -1px; font-weight: 300; -webkit-transition: all 250ms linear 0s; -khtml-transition: all 250ms linear 0s; -moz-transition: all 250ms linear 0s; -ms-transition: all 250ms linear 0s; -o-transition: all 250ms linear 0s; transition: all 250ms linear 0s; } #site-header-wrap.header-layout2 .site-header-main .site-menu-right-button .h-btn-sidebar:hover i { transform: scaleX(1.1); } #site-header-wrap.header-layout2 .site-header-main.h-fixed { background-color: #fff; } #site-header-wrap.header-layout2 .site-header-main.h-fixed .primary-menu .sub-menu { top: 100%; } #site-header-wrap.header-layout2 .site-header-main.h-fixed .primary-menu > li > a { line-height: 116px; } #site-header-wrap.header-layout2 .site-header-main.h-fixed .primary-menu > li > a:before { content: "" !important; } #site-header-wrap.header-layout2 .site-header-main.h-fixed .site-branding img { transform: scale(0.9); transform-origin: left; } #site-header-wrap.header-layout2 .site-header-main.h-fixed .site-menu-right-button .wpml-ls-legacy-dropdown .wpml-ls-current-language { color: #14212b; border-color: #eaeaea; } #site-header-wrap.header-layout3 .site-header-main { background-color: transparent; } #site-header-wrap.header-layout3 .site-header-main .site-navigation { flex-grow: 1; } #site-header-wrap.header-layout3 .site-header-main .site-navigation .main-navigation { flex-grow: 1; text-align: center; } #site-header-wrap.header-layout3 .site-header-main .site-navigation .main-navigation .primary-menu { display: inline-flex; } #site-header-wrap.header-layout3 .site-header-main .primary-menu > li > a:before { content: none !important; } #site-header-wrap.header-layout3 .site-header-main .primary-menu > li.menu-item-has-children { margin-right: 38px; } #site-header-wrap.header-layout3 .site-header-main .primary-menu > li.menu-item-has-children > a:after { font-family: Material-Design-Iconic-Font; content: '\f2f9'; position: absolute; top: 0; padding-left: 8px; color: inherit; font-weight: 500; } #site-header-wrap.header-layout3 .site-header-main .site-menu-right { display: flex; align-items: center; } #site-header-wrap.header-layout3 .site-header-main .site-menu-right .header-social a { display: inline-flex; padding: 0 8px; align-items: center; justify-content: center; color: #14212b; font-size: 15px; } #site-header-wrap.header-layout3 .site-header-main .site-menu-right .header-social a:last-child { padding-right: 0; } #site-header-wrap.header-layout3 .site-header-main .site-menu-right .header-social a i { position: relative; top: 2px; } #site-header-wrap.header-layout3 .site-header-main .site-menu-right .header-social a:hover { color: #982302 !important; transform: translateY(-2px); } #site-header-wrap.header-layout3 .site-header-main .site-menu-right .h-btn-sidebar { display: inline-flex; align-items: center; justify-content: center; width: 60px; height: 60px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; background-color: #982302; color: #fff; cursor: pointer; margin-left: 40px; } #site-header-wrap.header-layout3 .site-header-main .site-menu-right .h-btn-sidebar i { font-family: "Font Awesome 5 Pro"; font-size: 35px; margin-top: -1px; font-weight: 300; -webkit-transition: all 250ms linear 0s; -khtml-transition: all 250ms linear 0s; -moz-transition: all 250ms linear 0s; -ms-transition: all 250ms linear 0s; -o-transition: all 250ms linear 0s; transition: all 250ms linear 0s; } #site-header-wrap.header-layout3 .site-header-main .site-menu-right .h-btn-sidebar:hover i { transform: scaleX(1.1); } #site-header-wrap.header-layout3 .site-header-main.h-fixed { background-color: #fff; } #site-header-wrap.header-layout3 .site-header-main.h-fixed .primary-menu > li > a { line-height: 116px; } #site-header-wrap.header-layout3 .site-header-main.h-fixed .primary-menu > li > a:before { content: "" !important; } #site-header-wrap.header-layout3 .site-header-main.h-fixed .site-branding img { transform: scale(0.9); transform-origin: left; } #site-header-wrap.header-transparent { position: absolute; left: 0; right: 0; top: 0; } #site-header-wrap.header-transparent .site-header-main:not(.h-fixed) .primary-menu > li > a { color: #fff; } #site-header-wrap.header-transparent .site-header-main:not(.h-fixed) .primary-menu > li:hover > a, #site-header-wrap.header-transparent .site-header-main:not(.h-fixed) .primary-menu > li.current_page_item > a, #site-header-wrap.header-transparent .site-header-main:not(.h-fixed) .primary-menu > li.current-menu-item > a, #site-header-wrap.header-transparent .site-header-main:not(.h-fixed) .primary-menu > li.current_page_ancestor > a, #site-header-wrap.header-transparent .site-header-main:not(.h-fixed) .primary-menu > li.current-menu-ancestor > a { color: #982302; } #site-header-wrap.header-transparent.header-layout3 .site-header-main:not(.h-fixed) .primary-menu > li > a { color: #14212b; } } @media (min-width: 1200px) and (max-width: 1500px) { .header-layout3 .site-header-main .site-menu-right .h-btn-sidebar { margin-left: 25px !important; } } @media (min-width: 1200px) and (max-width: 1400px) { .header-layout1 .site-header-main .site-menu-right { margin-left: 40px !important; } .header-layout1 .site-header-main .site-menu-right .btn { padding: 0 30px !important; } .header-layout3 .site-header-main .primary-menu > li.menu-item-has-children { margin-right: 35px !important; } } @media screen and (max-width: 1199px) { #site-header-wrap { position: relative; -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15); -khtml-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15); -ms-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15); -o-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15); box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15); background-color: #fff; } #site-header-wrap .site-header-top, #site-header-wrap .header-note, #site-header-wrap .h-btn-search, #site-header-wrap .site-tool-cart { display: none !important; } #site-header-wrap.fixed-height { height: inherit !important; } #site-header-wrap .site-branding { min-height: 70px; margin: 10px 0; } #site-header-wrap .site-branding a { opacity: 0; display: inline-block; line-height: 60px !important; } #site-header-wrap .site-branding a.logo-mobile { opacity: 1 !important; } #site-header-wrap .site-branding a.logo-dark { display: none; } #site-header-wrap .site-contact { display: none !important; } #site-header-wrap .btn { margin: 20px 0; } #site-header-wrap .header-social { margin: 20px 0; } #site-header-wrap .header-social a { font-size: 17px; margin-right: 10px; } #site-header-wrap.header-layout2 .site-header-item, #site-header-wrap.header-layout3 .site-header-item { display: none; } #site-header-wrap #main-menu-mobile { position: absolute; top: 50%; right: 11px; -webkit-transform: translate(0, -50%); -khtml-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); } #site-header-wrap #headroom { position: static !important; } } #site-header { -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s; -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s; -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s; -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s; -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s; transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s; } #site-header.h-fixed { position: fixed !important; left: 0; top: 0; right: 0; -webkit-animation: 1.15s ease 0s normal forwards 1 running headerSlideDown; -khtml-animation: 1.15s ease 0s normal forwards 1 running headerSlideDown; -moz-animation: 1.15s ease 0s normal forwards 1 running headerSlideDown; -ms-animation: 1.15s ease 0s normal forwards 1 running headerSlideDown; -o-animation: 1.15s ease 0s normal forwards 1 running headerSlideDown; animation: 1.15s ease 0s normal forwards 1 running headerSlideDown; } .admin-bar #site-header-wrap #site-header.h-fixed { top: 32px; } @media screen and (max-width: 782px) { .admin-bar #site-header-wrap #site-header.h-fixed { top: 46px; } } @media screen and (max-width: 600px) { .admin-bar #site-header-wrap #site-header.h-fixed { top: 0; } } ul.menu { list-style: none; margin: 0; } ul.menu ul { list-style: none; margin: 0; } body:not(.logged-in) .header-main-above.menu-not-set { margin-bottom: 0 !important; } body:not(.logged-in) .header-main-above.menu-not-set + .site-navigation { display: none !important; } body:not(.logged-in) .header-main-above.menu-not-set + .site-navigation + #main-menu-mobile { display: none !important; } body:not(.logged-in) .site-header-main-inner ul.primary-menu-not-set > li a { opacity: 0; visibility: hidden; } @media screen and (min-width: 1200px) { .primary-menu-not-set { list-style: none; margin: 0 0 0 25px; } .primary-menu-not-set > li { margin-right: 20px; } .primary-menu-not-set > li a { font-size: 14px; text-transform: uppercase; color: #14212b; line-height: 92px; letter-spacing: 0.03em; } .primary-menu-not-set > li a:hover { color: #982302; } .menu-toggle { display: none; } .main-navigation ul { display: block; } .primary-menu { list-style: none; margin: 0; padding: 0; } .primary-menu li { position: relative; list-style: none; } .primary-menu li a { display: block; -webkit-transition: all 300ms linear 0ms !important; -khtml-transition: all 300ms linear 0ms !important; -moz-transition: all 300ms linear 0ms !important; -ms-transition: all 300ms linear 0ms !important; -o-transition: all 300ms linear 0ms !important; transition: all 300ms linear 0ms !important; } .primary-menu > li { display: inline-block; vertical-align: middle; float: left; margin: 0 25px; } .primary-menu > li:last-child { margin-right: 0 !important; } .primary-menu > li > a { font-family: 'Source Sans Pro', sans-serif; font-size: 18px; font-weight: 600; text-transform: capitalize; color: #14212b; line-height: 130px; position: relative; } .primary-menu > li > a:before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; margin: auto; background-color: #982302; height: 2px; transform-origin: right center; -webkit-transform-origin: right center; -webkit-transform: scale(0, 1); -khtml-transform: scale(0, 1); -moz-transform: scale(0, 1); -ms-transform: scale(0, 1); -o-transform: scale(0, 1); transform: scale(0, 1); -webkit-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85); -khtml-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85); -moz-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85); -ms-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85); -o-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85); transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85); } .primary-menu > li:hover > a, .primary-menu > li.current_page_item > a, .primary-menu > li.current-menu-item > a, .primary-menu > li.current_page_ancestor > a, .primary-menu > li.current-menu-ancestor > a { color: #982302; } .primary-menu > li:hover > a:before, .primary-menu > li.current_page_item > a:before, .primary-menu > li.current-menu-item > a:before, .primary-menu > li.current_page_ancestor > a:before, .primary-menu > li.current-menu-ancestor > a:before { transform-origin: left center; -webkit-transform-origin: left center; -webkit-transform: scale(1, 1); -khtml-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); } .primary-menu > li > a.is-one-page:before { -webkit-transform: scale(0, 1); -khtml-transform: scale(0, 1); -moz-transform: scale(0, 1); -ms-transform: scale(0, 1); -o-transform: scale(0, 1); transform: scale(0, 1); transform-origin: right center; -webkit-transform-origin: right center; } .primary-menu > li > a.is-one-page:hover, .primary-menu > li > a.is-one-page.cms-onepage-active { color: #982302; } .primary-menu > li > a.is-one-page:hover:before, .primary-menu > li > a.is-one-page.cms-onepage-active:before { transform-origin: left center; -webkit-transform-origin: left center; -webkit-transform: scale(1, 1); -khtml-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); } .primary-menu > li > ul.back { right: 0 !important; left: auto !important; } .primary-menu > li > ul.back li > ul.back { right: 100% !important; left: auto !important; } .primary-menu > li > .sub-menu li > ul.back { right: 100% !important; left: auto !important; } .primary-menu .sub-menu { list-style: none; margin: 0; } .primary-menu .sub-menu { position: absolute; padding: 25px 0; background-color: #fff; border-bottom: 2px solid #982302; top: 100%; min-width: 240px; z-index: 99; visibility: hidden; opacity: 0; -webkit-box-shadow: 0px 5px 60px 0 rgba(40, 40, 40, 0.12); -khtml-box-shadow: 0px 5px 60px 0 rgba(40, 40, 40, 0.12); -moz-box-shadow: 0px 5px 60px 0 rgba(40, 40, 40, 0.12); -ms-box-shadow: 0px 5px 60px 0 rgba(40, 40, 40, 0.12); -o-box-shadow: 0px 5px 60px 0 rgba(40, 40, 40, 0.12); box-shadow: 0px 5px 60px 0 rgba(40, 40, 40, 0.12); -webkit-transition: all 320ms linear 0ms; -khtml-transition: all 320ms linear 0ms; -moz-transition: all 320ms linear 0ms; -ms-transition: all 320ms linear 0ms; -o-transition: all 320ms linear 0ms; transition: all 320ms linear 0ms; clip: rect(1px, 1px, 1px, 1px); -webkit-transform: scaleY(0); -khtml-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 0 0 0; -khtml-transform-origin: 0 0 0; -moz-transform-origin: 0 0 0; -ms-transform-origin: 0 0 0; -o-transform-origin: 0 0 0; transform-origin: 0 0 0; text-align: left; } .primary-menu .sub-menu li { padding: 0 39px; } .primary-menu .sub-menu li a { position: relative; font-size: 16px; line-height: 39px; font-family: inherit; border-bottom: 1px solid #eaeaea; -webkit-transition: all 350ms ease 0ms; -khtml-transition: all 350ms ease 0ms; -moz-transition: all 350ms ease 0ms; -ms-transition: all 350ms ease 0ms; -o-transition: all 350ms ease 0ms; transition: all 350ms ease 0ms; } .primary-menu .sub-menu li > a:hover, .primary-menu .sub-menu li.current_page_item > a, .primary-menu .sub-menu li.current-menu-item > a, .primary-menu .sub-menu li.current_page_ancestor > a, .primary-menu .sub-menu li.current-menu-ancestor > a { color: #982302; } .primary-menu .sub-menu li:last-child > a { border: none; } .primary-menu .sub-menu li.menu-item-has-children:after { position: absolute; right: 40px; top: 50%; transform: translateY(-50%); content: "\f105"; font-family: "Font Awesome 5 Pro"; color: #14212b; font-size: 14px; } .primary-menu .sub-menu .sub-menu { left: 100%; top: 0; } .primary-menu li:hover, .primary-menu li.focus { overflow: visible; /* Mega Menu */ } .primary-menu li:hover > .sub-menu, .primary-menu li.focus > .sub-menu { visibility: visible; opacity: 1; -webkit-transform: scaleY(1); -khtml-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); clip: inherit; } .primary-menu li.megamenu { position: static; } .primary-menu li.megamenu .sub-menu { width: 100%; max-width: 1170px; padding: 0; margin-left: auto; margin-right: auto; left: 0; right: 0; } .primary-menu li.megamenu .sub-menu li > .container { padding: 13px 25px; } .primary-menu li.megamenu .sub-menu .wpb_content_element { margin-bottom: 0; } } @media screen and (max-width: 1199px) { .site-navigation { position: absolute; height: calc(100vh - 100%); width: 270px; left: 0; top: 100%; bottom: 0; margin: 0 !important; overflow: hidden; visibility: hidden; z-index: 999; -webkit-transition: all 0.3s linear 0ms; -khtml-transition: all 0.3s linear 0ms; -moz-transition: all 0.3s linear 0ms; -ms-transition: all 0.3s linear 0ms; -o-transition: all 0.3s linear 0ms; transition: all 0.3s linear 0ms; -webkit-transform: translateX(-100%); -khtml-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15); -khtml-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15); -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15); -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15); border-top: 1px solid #ebebeb; } .site-navigation .site-navigation-inner { overflow: hidden; width: 270px; padding: 40px 0 50px; background-color: #fff; position: fixed; z-index: 1001; top: 0; height: 100%; left: 0; right: 0; } .site-navigation .site-navigation-inner .site-navigation-main-content { height: 100%; overflow-y: scroll; padding: 0 26px 0 16px; margin-right: -10px; } .site-navigation.navigation-open { z-index: 999; visibility: visible; -webkit-transform: translateX(0); -khtml-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } .primary-menu { list-style: none; margin: 0; padding: 0; } .primary-menu li { position: relative; list-style: none; } .primary-menu li a { display: block; padding: 12px 0; font-size: 15px; font-family: 'Nunito Sans', sans-serif; /*----------------------------- Heading Font -----------------------------*/ color: #14212b; font-weight: 700; border-bottom: 1px solid #ebebeb; } .primary-menu li.current_page_item > a, .primary-menu li.current-menu-item > a, .primary-menu li.current_page_ancestor > a, .primary-menu li.current-menu-ancestor > a { color: #982302; } .primary-menu li .link-icon { margin-right: 6px; font-size: 90%; } .primary-menu .sub-menu { position: relative; padding-left: 20px; display: none; } .primary-menu .sub-menu.submenu-open + .main-menu-toggle:before { content: "\f2fc"; } .primary-menu .sub-menu li a { font-size: 14px; font-weight: 500; border: none; } .primary-menu li.focus > .sub-menu { visibility: visible; opacity: 1; max-height: none; overflow: visible; } .primary-menu > li > .sub-menu { border-bottom: 1px solid #ebebeb; padding-top: 9px; padding-bottom: 9px; } .primary-menu-not-set { margin: 0; list-style: none; } .primary-menu-not-set a { display: block; padding: 10px 0; color: #000; font-weight: 600; font-size: 15px; } .primary-menu-not-set a:hover { color: #982302; } #main-menu-mobile .btn-nav-mobile { color: #282828; display: inline-block; font-size: 16px; height: 32px; line-height: 32px; text-align: center; vertical-align: middle; width: 30px; cursor: pointer; position: relative; -webkit-transition: all 300ms linear 0ms; -khtml-transition: all 300ms linear 0ms; -moz-transition: all 300ms linear 0ms; -ms-transition: all 300ms linear 0ms; -o-transition: all 300ms linear 0ms; transition: all 300ms linear 0ms; } #main-menu-mobile .btn-nav-mobile:before, #main-menu-mobile .btn-nav-mobile:after, #main-menu-mobile .btn-nav-mobile span { -webkit-transition: all 300ms linear 0ms; -khtml-transition: all 300ms linear 0ms; -moz-transition: all 300ms linear 0ms; -ms-transition: all 300ms linear 0ms; -o-transition: all 300ms linear 0ms; transition: all 300ms linear 0ms; content: ""; background-color: #282828; display: block; height: 2px; left: 0; margin: auto; position: absolute; right: 0; width: 22px; top: 21px; } #main-menu-mobile .btn-nav-mobile:before { top: 9px; } #main-menu-mobile .btn-nav-mobile span { top: 15px; } #main-menu-mobile .btn-nav-mobile.opened:before { top: 15px; -webkit-transform: rotate(45deg); -khtml-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } #main-menu-mobile .btn-nav-mobile.opened:after { -webkit-transform: rotate(-45deg); -khtml-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 15px; } #main-menu-mobile .btn-nav-mobile.opened span { display: none; } .main-menu-toggle { -webkit-transition: all 300ms linear 0ms; -khtml-transition: all 300ms linear 0ms; -moz-transition: all 300ms linear 0ms; -ms-transition: all 300ms linear 0ms; -o-transition: all 300ms linear 0ms; transition: all 300ms linear 0ms; cursor: pointer; display: inline-block; height: 30px; line-height: 30px; position: absolute; right: 0; text-align: center; top: 10px; width: 30px; font-size: 18px; background-color: rgba(0, 0, 0, 0.08); color: #222; } .main-menu-toggle:before { content: "\f2f9"; font-family: "Material-Design-Iconic-Font"; } } .comment-navigation, .posts-navigation, .post-navigation { /* add class back when submenu out body */ } .site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation { margin: 0 0 1.5em; overflow: hidden; } .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { float: left; width: 50%; } .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { float: right; text-align: right; width: 50%; } ul.back { right: 100%; left: auto !important; } #pagetitle { padding: 218px 0; background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative; z-index: 1; } #pagetitle:after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 100%; background-color: rgba(20, 33, 43, 0.65); } #pagetitle .page-title-inner { position: relative; z-index: 20; } #pagetitle .page-title-inner .cms-breadcrumb { color: #fff; margin-top: 20px; margin-bottom: 6px; } #pagetitle .page-title-inner.ptt-align-right { text-align: right; } #pagetitle .page-title-inner.ptt-align-center { text-align: center; } #pagetitle .page-title-inner.ptt-align-center .page-title { margin: 0 auto; } #pagetitle .page-title { color: #fff; margin-bottom: 0; font-size: 90px; font-weight: bold; } @media screen and (max-width: 767px) { #pagetitle .page-title { font-size: 50px; } } .cms-breadcrumb { margin: 0; list-style: none; color: #f4f4f4; display: inline-block; } .cms-breadcrumb li { display: inline-block; font-size: 18px; color: inherit; font-weight: 500; } @media screen and (max-width: 767px) { .cms-breadcrumb li { font-size: 16px; } } .cms-breadcrumb li a, .cms-breadcrumb li span { color: inherit; } .cms-breadcrumb li a:hover { color: #982302; } .cms-breadcrumb li:after { content: "\f054"; font-family: "Font Awesome 5 Pro"; margin: 0 12px 0 8px; font-size: 13px; color: inherit; } .cms-breadcrumb li:last-child:after { display: none; } .pagetitle .skew-overlay-top > div { position: absolute; left: 0; top: 0; background-color: #982302; -webkit-clip-path: polygon(0 0, 0 100%, 100% 0); -khtml-clip-path: polygon(0 0, 0 100%, 100% 0); -moz-clip-path: polygon(0 0, 0 100%, 100% 0); -ms-clip-path: polygon(0 0, 0 100%, 100% 0); -o-clip-path: polygon(0 0, 0 100%, 100% 0); clip-path: polygon(0 0, 0 100%, 100% 0); z-index: 1; } .pagetitle .skew-overlay-top .overlay-1 { width: 230px; height: 270px; opacity: 0.57; } .pagetitle .skew-overlay-top .overlay-2 { width: 345px; height: 395px; opacity: 0.37; } .pagetitle .skew-overlay-top .overlay-3 { width: 480px; height: 500px; opacity: 0.25; } .sticky { display: block; } i.cms-sticky { font-size: 15px; margin-right: 3px; } .updated:not(.published) { display: none; } .format-gallery .entry-featured { position: relative; -webkit-border-radius: 20px 20px 0 0; -khtml-border-radius: 20px 20px 0 0; -moz-border-radius: 20px 20px 0 0; -ms-border-radius: 20px 20px 0 0; -o-border-radius: 20px 20px 0 0; border-radius: 20px 20px 0 0; overflow: hidden; } .format-gallery .entry-featured img { -webkit-border-radius: 20px 20px 0 0; -khtml-border-radius: 20px 20px 0 0; -moz-border-radius: 20px 20px 0 0; -ms-border-radius: 20px 20px 0 0; -o-border-radius: 20px 20px 0 0; border-radius: 20px 20px 0 0; } .format-gallery .entry-featured .owl-next, .format-gallery .entry-featured .owl-prev { background: #fff; width: 34px; height: 34px; line-height: 34px; text-align: center; position: absolute; color: #000; font-size: 18px; -webkit-transition: all 300ms linear 0ms; -khtml-transition: all 300ms linear 0ms; -moz-transition: all 300ms linear 0ms; -ms-transition: all 300ms linear 0ms; -o-transition: all 300ms linear 0ms; transition: all 300ms linear 0ms; opacity: 0; } .format-gallery .entry-featured .owl-next:hover, .format-gallery .entry-featured .owl-prev:hover { background: #982302; color: #fff; } .format-gallery .entry-featured .owl-next { right: 0; top: 50%; -webkit-transform: translate(0, -50%); -khtml-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); }