8889841c@charset "UTF-8"; /** * Table of Contents: * * 1 - FONT * 2 - BASE STYLE * 3 - LAYOUT STYLE * 4 - MENU STYLE * 5 - WIDGETS STYLE * 6 - POST STYLE * 7 - PAGE STYLE * 8 - TYPOGRAPHY STYLE * 9 - EFFECT STYLE * 10 - CUSTOMIZE STYLE */ /****/ /*------------------------------------------------------------------*\ 1 - FONT \*------------------------------------------------------------------*/ /*------------------------------------------------------------------*\ 2 - BASE STYLE \*------------------------------------------------------------------*/ a:hover, a:active, a:focus, button:hover, button:active, button:focus { outline: none; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } img { border: 0; vertical-align: top; max-width: 100%; height: auto; } .video-responsive { height: 0; padding-top: 0; padding-bottom: 56.25%; margin-bottom: 10px; position: relative; overflow: hidden; } .video-responsive embed, .video-responsive iframe, .video-responsive object, .video-responsive video { top: 0; left: 0; width: 100%; height: 100%; position: absolute; } input[type="text"], input[type="tel"], input[type="password"], input[type="email"], textarea, select { background-color: #fff; -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02) inset; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02) inset; border: 1px solid #E2DFEB; padding: 5px 10px; max-width: 100%; } input[type="text"]:focus, input[type="text"]:active, input[type="text"]:hover, input[type="tel"]:focus, input[type="tel"]:active, input[type="tel"]:hover, input[type="password"]:focus, input[type="password"]:active, input[type="password"]:hover, input[type="email"]:focus, input[type="email"]:active, input[type="email"]:hover, textarea:focus, textarea:active, textarea:hover, select:focus, select:active, select:hover { outline: none; } textarea { width: 100%; } input:focus, input:active, input:hover, textarea:focus, textarea:active, textarea:hover, select:focus, select:active, select:hover { outline: none; } .wp-caption { margin-top: 10px; margin-bottom: 10px; } .aligncenter { text-align: center; margin-left: auto; margin-right: auto; } .alignleft { text-align: left; float: left; margin-right: 15px; margin-bottom: 10px; } .alignright { text-align: right; float: right; margin-left: 15px; margin-bottom: 10px; } .link-pages { float: left; width: 100%; } .page-links { font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 500; } .page-links > a, .page-links > span:not(.page-links-title) { padding: 2px 12px; background: #FCC91B; line-height: 38px; text-align: center; color: #fff; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } .page-links > a:hover, .page-links > span:not(.page-links-title):hover { background: #fddb67; } .page-links > span:not(.page-links-title) { background: #fddb67; } #wp-calendar { width: 100%; margin-bottom: 0; } #wp-calendar caption { font-weight: 600; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; } #wp-calendar td, #wp-calendar th { padding: 5px; text-align: center; } #wp-calendar caption { margin-bottom: 10px; } #wp-calendar > thead > tr > th, #wp-calendar > thead > tr > td { border-bottom-width: 0px !important; } table { width: 100%; margin-bottom: 30px; border: 1px solid #E2DFEB; } table > thead > tr > th, table > thead > tr > td, table > tbody > tr > th, table > tbody > tr > td, table > tfoot > tr > th, table > tfoot > tr > td { border-color: #E2DFEB; border-width: 1px 1px 1px 0; border-style: solid; } table > thead > tr > th, table > thead > tr > td { border-bottom-width: 2px; } .no-padding { padding: 0 !important; } a.disable { pointer-events: none; cursor: default; } ul li i { margin-right: 3px; } ul.medium { list-style-type: none; padding-left: 0; } ul.medium > li { line-height: 24px; font-size: 13px; margin-bottom: 5px; } ul.feature-list { margin-top: 30px; padding-left: 20px; margin-top: 10px; } ul.feature-list > li { list-style-type: none; padding-left: 30px; position: relative; margin-bottom: 5px; } ul.feature-list > li:after { content: "\e906"; font-family: "gva-icon"; position: absolute; top: 2px; left: 2px; z-index: 1; color: #FCC91B; } ul.inline > li { float: left; margin-left: 5px; } /* Text meant only for screen readers. */ .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; } .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ } /************************* Pagination ************************/ .pager .paginations { border-radius: 5px; display: inline-block; padding: 4px 3px; } .pager .paginations a { border: 1px solid #E2DFEB; font-weight: 600; display: inline-block; height: 35px; line-height: 35px; margin: 0 1px; text-align: center; width: 35px; margin-right: 10px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; } .pager .paginations a:last-child { margin-right: 0; } .pager .paginations a.active, .pager .paginations a:hover, .pager .paginations a:focus { background: #FCC91B; border-color: #FCC91B; color: #fff; } .woocommerce .pager .pages > * { border: 1px solid #E2DFEB; font-weight: 600; display: inline-block; width: 36px; height: 36px; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; line-height: 36px; text-align: center; margin-right: 10px; font-size: 14px; color: #888888; } .woocommerce .pager .pages > *:last-child { margin-right: 0; } .woocommerce .pager .pages > *:hover { color: #242424; border-color: #242424; text-decoration: -moz-anchor-decoration; } .woocommerce .pager .pages span { color: #242424; text-decoration: -moz-anchor-decoration; border-color: #242424; } .margin-1 { margin-top: -60px; } @media (max-width: 991px) { .margin-1 { margin-top: 30px; } } .margin-bottom-0 { margin-bottom: 0 !important; } .margin-bottom-10 { margin-bottom: 10px !important; } .margin-bottom-20 { margin-bottom: 20px !important; } .margin-bottom-30 { margin-bottom: 30px !important; } .margin-bottom-40 { margin-bottom: 40px !important; } .margin-bottom-50 { margin-bottom: 50px !important; } .margin-top-0 { margin-top: 0 !important; } .margin-top-10 { margin-top: 10px !important; } .margin-top-20 { margin-top: 20px !important; } .margin-top-30 { margin-top: 30px !important; } .margin-top-40 { margin-top: 40px !important; } .margin-top-50 { margin-top: 50px !important; } .padding-bottom-10 { padding-bottom: 10px !important; } .padding-bottom-20 { padding-bottom: 20px !important; } .padding-bottom-30 { padding-bottom: 30px !important; } .padding-bottom-40 { padding-bottom: 40px !important; } .padding-bottom-50 { padding-bottom: 50px !important; } .padding-top-10 { padding-top: 10px !important; } .padding-top-20 { padding-top: 20px !important; } .padding-top-30 { padding-top: 30px !important; } .padding-top-40 { padding-top: 40px !important; } .padding-top-50 { padding-top: 50px !important; } .padding-50 { padding: 50px !important; } @media (max-width: 991px) { .padding-50 { padding: 30px !important; } } .padding-40 { padding: 40px !important; } .padding-30 { padding: 30px !important; } .padding-20 { padding: 20px !important; } .padding-responsive { padding: 30px 120px; } @media (max-width: 991px) { .padding-responsive { padding: 30px; } } .special-margin-top { margin-top: -100px; } @media (max-width: 991px) { .special-margin-top { margin-top: 30px; } } .special-margin-top-2 { margin-top: -120px; } @media (max-width: 991px) { .special-margin-top-2 { margin-top: 10px; margin-bottom: 30px; } } .no-bg { background: transparent !important; } .bg-theme { background: #FCC91B !important; } .bg-theme-2 { background: #369FF4 !important; } .bg-dark { background: #222 !important; } .bg-white { background: #fff !important; } .bg-center { background-position: center center !important; background-repeat: no-repeat; } .bg-left { background-position: center left !important; } .bg-left > .vc_column-inner { background-position: center left !important; } .bg-right { background-position: center right !important; } .bg-right > .vc_column-inner { background-position: center right !important; } .vc_wpb_row_inner.bg-bottom { background-position: bottom center !important; background-repeat: no-repeat !important; } .no-border { border: none !important; } .radius-1x { border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; } .radius-2x { border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; } .radius-5x { border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; } .border-1 { border: 1px solid #E2DFEB !important; } .border-2 { border: 2px solid #E2DFEB; } .border-3 { border: 3px solid #E2DFEB; } .border-4 { border: 4px solid #E2DFEB; } .border-5 { border: 5px solid #E2DFEB; } .over-hidden { overflow: hidden; } .pstatic { position: static !important; } .prelative { position: relative !important; } .text-white { color: #fff !important; } .text-white * { color: #fff !important; } .text-black { color: #404040; } .text-theme { color: #FCC91B !important; } .text-theme-2 { color: #369FF4 !important; } .text-green { color: #10b73b !important; } .text-medium { font-size: 18px; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; } .letter-spacing-1 { letter-spacing: -1px !important; } .letter-spacing-2 { letter-spacing: -2px !important; } .btn-theme, button, .btn, .btn-white { font-size: 12px; text-transform: uppercase; background: #FCC91B; color: #fff; font-weight: 600; letter-spacing: 1px; padding: 6px 24px; line-height: 25px; position: relative; display: inline-block; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; border: 1px solid transparent; text-decoration: none; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; } .btn-theme:hover, .btn-theme:focus, button:hover, button:focus, .btn:hover, .btn:focus, .btn-white:hover, .btn-white:focus { color: #fff; background: #e1af03; } .btn-theme { padding-right: 36px; } .btn-theme:after { -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; content: '\f178'; font-family: "FontAwesome"; position: absolute; top: 6px; right: 14px; color: #fff; z-index: 1; } .btn-inline { font-size: 12px; text-transform: uppercase; color: #FCC91B; position: relative; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; font-weight: 600; padding-right: 18px; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; } .btn-inline:after { content: '\f178'; font-family: "FontAwesome"; position: absolute; top: 3px; right: 0; color: #FCC91B; z-index: 1; line-height: 1; } .btn-inline:hover { color: #369FF4; } .btn-inline:hover:after { color: #369FF4; } .btn-white { background: #fff; color: #404040; border-color: #fff; } .btn-white:hover, .btn-white:focus, .btn-white:active { background: #e0e0e0; color: #404040; } input[type*="submit"]:not(.fa) { background: #FCC91B; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; text-transform: uppercase; font-weight: 600; color: #fff; border: none; line-height: 36px; padding: 0 15px; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } input[type*="submit"]:not(.fa):hover { background: #fdd54d; } .width-600 { max-width: 600px; margin: 0 auto !important; } .width-700 { max-width: 700px; margin: 0 auto !important; } .width-800 { max-width: 800px; margin: 0 auto !important; } .width-900 { max-width: 900px; margin: 0 auto !important; } .width-950 { max-width: 950px; margin: 0 auto !important; } .width-1000 { max-width: 1000px; margin: 0 auto !important; } .alert { position: relative; } .alert .alert_icon { display: inline-block; float: left; margin-right: 10px; } .alert .close { position: absolute; top: 20px; right: 15px; } .alert .alert_wrapper { padding: 0 30px; } .pagination { width: 100%; margin: 0; } .pagination .pager { margin: 0 0 30px; } .pagination .pager_wrapper { border: none; } .max-width-600 { max-width: 600px; margin-left: auto; margin-right: auto; } .max-width-500 { max-width: 500px; margin-left: auto; margin-right: auto; } .list-socials { text-align: center; } .list-socials a { -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; float: left; margin-right: 25px; } .list-socials a:last-child { margin-right: 0; } .list-socials a i { font-size: 17px; color: #9E9E9E; } .list-socials.white a:hover i { color: #fff; } .clearfix::after { display: block; clear: both; content: ""; } .hide { display: none !important; } .show { display: block !important; } .invisible { visibility: hidden; } .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .hidden { display: none !important; visibility: hidden !important; } @media (max-width: 767px) { .hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { .hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { .hidden-md { display: none !important; } } @media (min-width: 1200px) { .hidden-lg { display: none !important; } } .dropdown-toggle:after { display: none; } .socials { display: inline-block; text-align: left; width: 100%; } .socials a { color: #8c8c8c; text-decoration: none; -webkit-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; margin-right: 12px; font-size: 14px; } .socials a:last-child { margin-right: 0; } .socials a:hover, .socials a:focus, .socials a:active { opacity: 0.7; filter: alpha(opacity=70); } .socials a i { color: #fff; width: 32px; height: 32px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; display: inline-block; text-align: center; line-height: 32px; font-size: 14px; background: #FCC91B; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; border: 1px solid rgba(0, 0, 0, 0.06); } .socials a i.fa-facebook-square, .socials a i.fa-facebook { background: #3b5998; } .socials a i.fa-twitter, .socials a i.fa-twitter-square { background: #4099ff; } .socials a i.fa-skype { background: #12a5f4; } .socials a i.fa-dribbble { background: #ea4c89; } .socials a i.fa-linkedin-square, .socials a i.fa-linkedin { background: #0e76a8; } .socials a i.fa-apple { background: #f2f2f2; } .socials a i.fa-pinterest { background: #c92228; } .socials a i.fa-google-plus-square, .socials a i.fa-google-plus { background: #d34836; } .socials a i.fa-youtube-square, .socials a i.fa-youtube { background: #c4302b; } .socials a i.fa-vimeo-square, .socials a i.fa-vimeo { background: #4ebbff; } .socials a i.fa-tumblr-square, .socials a i.fa-tumblr { background: #35465c; } .socials a i.fa-xing-square, .socials a i.fa-xing { background: #126567; } .socials a i.fa-instagram { background: #e8e2d9; } .socials-2 { display: inline-block; text-align: left; width: 100%; } .socials-2 a { color: #828282; text-decoration: none; -webkit-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; margin-right: 12px; font-size: 14px; } .socials-2 a:last-child { margin-right: 0; } .socials-2 a i { color: #828282; width: 32px; height: 32px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; display: inline-block; text-align: center; line-height: 32px; font-size: 14px; background: #fff; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; border: 1px solid rgba(0, 0, 0, 0.06); } .socials-2 a i:hover { background: #FCC91B; color: #fff; } .socials-2 a i.fa-facebook-square:hover, .socials-2 a i.fa-facebook:hover { background: #3b5998; } .socials-2 a i.fa-twitter:hover, .socials-2 a i.fa-twitter-square:hover { background: #4099ff; } .socials-2 a i.fa-skype:hover { background: #12a5f4; } .socials-2 a i.fa-dribbble:hover { background: #ea4c89; } .socials-2 a i.fa-linkedin-square:hover, .socials-2 a i.fa-linkedin:hover { background: #0e76a8; } .socials-2 a i.fa-apple:hover { background: #f2f2f2; } .socials-2 a i.fa-pinterest:hover { background: #c92228; } .socials-2 a i.fa-google-plus-square:hover, .socials-2 a i.fa-google-plus:hover { background: #d34836; } .socials-2 a i.fa-youtube-square:hover, .socials-2 a i.fa-youtube:hover { background: #c4302b; } .socials-2 a i.fa-vimeo-square:hover, .socials-2 a i.fa-vimeo:hover { background: #4ebbff; } .socials-2 a i.fa-tumblr-square:hover, .socials-2 a i.fa-tumblr:hover { background: #35465c; } .socials-2 a i.fa-xing-square:hover, .socials-2 a i.fa-xing:hover { background: #126567; } .socials-2 a i.fa-instagram:hover { background: #e8e2d9; } .fa-stack { width: 2.4em !important; height: 2.4em !important; line-height: 2.4em; } .fa-1x { font-size: 1.5em !important; } .tabs-list { text-align: center; margin-bottom: 10px; } .tabs-list ul.nav-tabs { display: inline-block; width: auto; float: none; } .tabs-list ul.nav-tabs > li { margin-bottom: 10px; } .pieChart { position: relative; } .pieChart .pie-label { position: absolute; top: 50%; left: 0; margin-top: -5px; text-align: center; z-index: 1; font-weight: 600; display: block; width: 100%; line-height: 1; } /*------------------------------------------------------------------*\ 3 - GRID STYLE \*------------------------------------------------------------------*/ /* #Block grid --------------------------------------------------------------- */ .item-columns { padding: 0 10px; } [class*="block-grid-"] { display: block; margin: 0 -10px; padding: 0; } [class*="block-grid-"]:before, [class*="block-grid-"]:after { display: table; content: " "; } [class*="block-grid-"]:after { clear: both; } [class*="block-grid-"] > div { display: block; float: left; height: auto; padding: 0 10px; width: 100%; } [class*="block-grid-"] > div:after { display: block; } @media (min-width: 580px) { .xs-block-grid-1 > div { width: 100%; } .xs-block-grid-1 > div:nth-of-type(1n) { clear: none; } .xs-block-grid-1 > div:nth-of-type(1n):after { display: block; } .xs-block-grid-1 > div:nth-of-type(1n+1) { clear: both; } .xs-block-grid-1 > div:nth-of-type(1n+1):after { display: none; } .xs-block-grid-1 > div:nth-last-child(-n+1):before { content: none; } .xs-block-grid-2 > div { width: 50%; } .xs-block-grid-2 > div:nth-of-type(1n) { clear: none; } .xs-block-grid-2 > div:nth-of-type(1n):after { display: block; } .xs-block-grid-2 > div:nth-of-type(2n+1) { clear: both; } .xs-block-grid-2 > div:nth-of-type(2n+1):after { display: none; } .xs-block-grid-2 > div:nth-last-child(-n+2):before { content: none; } .xs-block-grid-3 > div { width: 33.33333%; } .xs-block-grid-3 > div:nth-of-type(1n) { clear: none; } .xs-block-grid-3 > div:nth-of-type(1n):after { display: block; } .xs-block-grid-3 > div:nth-of-type(3n+1) { clear: both; } .xs-block-grid-3 > div:nth-of-type(3n+1):after { display: none; } .xs-block-grid-3 > div:nth-last-child(-n+3):before { content: none; } .xs-block-grid-4 > div { width: 25%; } .xs-block-grid-4 > div:nth-of-type(1n) { clear: none; } .xs-block-grid-4 > div:nth-of-type(1n):after { display: block; } .xs-block-grid-4 > div:nth-of-type(4n+1) { clear: both; } .xs-block-grid-4 > div:nth-of-type(4n+1):after { display: none; } .xs-block-grid-4 > div:nth-last-child(-n+4):before { content: none; } .xs-block-grid-5 > div { width: 20%; } .xs-block-grid-5 > div:nth-of-type(1n) { clear: none; } .xs-block-grid-5 > div:nth-of-type(1n):after { display: block; } .xs-block-grid-5 > div:nth-of-type(5n+1) { clear: both; } .xs-block-grid-5 > div:nth-of-type(5n+1):after { display: none; } .xs-block-grid-5 > div:nth-last-child(-n+5):before { content: none; } .xs-block-grid-6 > div { width: 16.66667%; } .xs-block-grid-6 > div:nth-of-type(1n) { clear: none; } .xs-block-grid-6 > div:nth-of-type(1n):after { display: block; } .xs-block-grid-6 > div:nth-of-type(6n+1) { clear: both; } .xs-block-grid-6 > div:nth-of-type(6n+1):after { display: none; } .xs-block-grid-6 > div:nth-last-child(-n+6):before { content: none; } .xs-block-grid-7 > div { width: 14.28571%; } .xs-block-grid-7 > div:nth-of-type(1n) { clear: none; } .xs-block-grid-7 > div:nth-of-type(1n):after { display: block; } .xs-block-grid-7 > div:nth-of-type(7n+1) { clear: both; } .xs-block-grid-7 > div:nth-of-type(7n+1):after { display: none; } .xs-block-grid-7 > div:nth-last-child(-n+7):before { content: none; } .xs-block-grid-8 > div { width: 12.5%; } .xs-block-grid-8 > div:nth-of-type(1n) { clear: none; } .xs-block-grid-8 > div:nth-of-type(1n):after { display: block; } .xs-block-grid-8 > div:nth-of-type(8n+1) { clear: both; } .xs-block-grid-8 > div:nth-of-type(8n+1):after { display: none; } .xs-block-grid-8 > div:nth-last-child(-n+8):before { content: none; } .xs-block-grid-9 > div { width: 11.11111%; } .xs-block-grid-9 > div:nth-of-type(1n) { clear: none; } .xs-block-grid-9 > div:nth-of-type(1n):after { display: block; } .xs-block-grid-9 > div:nth-of-type(9n+1) { clear: both; } .xs-block-grid-9 > div:nth-of-type(9n+1):after { display: none; } .xs-block-grid-9 > div:nth-last-child(-n+9):before { content: none; } .xs-block-grid-10 > div { width: 10%; } .xs-block-grid-10 > div:nth-of-type(1n) { clear: none; } .xs-block-grid-10 > div:nth-of-type(1n):after { display: block; } .xs-block-grid-10 > div:nth-of-type(10n+1) { clear: both; } .xs-block-grid-10 > div:nth-of-type(10n+1):after { display: none; } .xs-block-grid-10 > div:nth-last-child(-n+10):before { content: none; } .xs-block-grid-11 > div { width: 9.09091%; } .xs-block-grid-11 > div:nth-of-type(1n) { clear: none; } .xs-block-grid-11 > div:nth-of-type(1n):after { display: block; } .xs-block-grid-11 > div:nth-of-type(11n+1) { clear: both; } .xs-block-grid-11 > div:nth-of-type(11n+1):after { display: none; } .xs-block-grid-11 > div:nth-last-child(-n+11):before { content: none; } .xs-block-grid-12 > div { width: 8.33333%; } .xs-block-grid-12 > div:nth-of-type(1n) { clear: none; } .xs-block-grid-12 > div:nth-of-type(1n):after { display: block; } .xs-block-grid-12 > div:nth-of-type(12n+1) { clear: both; } .xs-block-grid-12 > div:nth-of-type(12n+1):after { display: none; } .xs-block-grid-12 > div:nth-last-child(-n+12):before { content: none; } } @media (min-width: 768px) { .sm-block-grid-1 > div { width: 100%; } .sm-block-grid-1 > div:nth-of-type(1n) { clear: none; } .sm-block-grid-1 > div:nth-of-type(1n):after { display: block; } .sm-block-grid-1 > div:nth-of-type(1n+1) { clear: both; } .sm-block-grid-1 > div:nth-of-type(1n+1):after { display: none; } .sm-block-grid-1 > div:nth-last-child(-n+1):before { content: none; } .sm-block-grid-2 > div { width: 50%; } .sm-block-grid-2 > div:nth-of-type(1n) { clear: none; } .sm-block-grid-2 > div:nth-of-type(1n):after { display: block; } .sm-block-grid-2 > div:nth-of-type(2n+1) { clear: both; } .sm-block-grid-2 > div:nth-of-type(2n+1):after { display: none; } .sm-block-grid-2 > div:nth-last-child(-n+2):before { content: none; } .sm-block-grid-3 > div { width: 33.33333%; } .sm-block-grid-3 > div:nth-of-type(1n) { clear: none; } .sm-block-grid-3 > div:nth-of-type(1n):after { display: block; } .sm-block-grid-3 > div:nth-of-type(3n+1) { clear: both; } .sm-block-grid-3 > div:nth-of-type(3n+1):after { display: none; } .sm-block-grid-3 > div:nth-last-child(-n+3):before { content: none; } .sm-block-grid-4 > div { width: 25%; } .sm-block-grid-4 > div:nth-of-type(1n) { clear: none; } .sm-block-grid-4 > div:nth-of-type(1n):after { display: block; } .sm-block-grid-4 > div:nth-of-type(4n+1) { clear: both; } .sm-block-grid-4 > div:nth-of-type(4n+1):after { display: none; } .sm-block-grid-4 > div:nth-last-child(-n+4):before { content: none; } .sm-block-grid-5 > div { width: 20%; } .sm-block-grid-5 > div:nth-of-type(1n) { clear: none; } .sm-block-grid-5 > div:nth-of-type(1n):after { display: block; } .sm-block-grid-5 > div:nth-of-type(5n+1) { clear: both; } .sm-block-grid-5 > div:nth-of-type(5n+1):after { display: none; } .sm-block-grid-5 > div:nth-last-child(-n+5):before { content: none; } .sm-block-grid-6 > div { width: 16.66667%; } .sm-block-grid-6 > div:nth-of-type(1n) { clear: none; } .sm-block-grid-6 > div:nth-of-type(1n):after { display: block; } .sm-block-grid-6 > div:nth-of-type(6n+1) { clear: both; } .sm-block-grid-6 > div:nth-of-type(6n+1):after { display: none; } .sm-block-grid-6 > div:nth-last-child(-n+6):before { content: none; } .sm-block-grid-7 > div { width: 14.28571%; } .sm-block-grid-7 > div:nth-of-type(1n) { clear: none; } .sm-block-grid-7 > div:nth-of-type(1n):after { display: block; } .sm-block-grid-7 > div:nth-of-type(7n+1) { clear: both; } .sm-block-grid-7 > div:nth-of-type(7n+1):after { display: none; } .sm-block-grid-7 > div:nth-last-child(-n+7):before { content: none; } .sm-block-grid-8 > div { width: 12.5%; } .sm-block-grid-8 > div:nth-of-type(1n) { clear: none; } .sm-block-grid-8 > div:nth-of-type(1n):after { display: block; } .sm-block-grid-8 > div:nth-of-type(8n+1) { clear: both; } .sm-block-grid-8 > div:nth-of-type(8n+1):after { display: none; } .sm-block-grid-8 > div:nth-last-child(-n+8):before { content: none; } .sm-block-grid-9 > div { width: 11.11111%; } .sm-block-grid-9 > div:nth-of-type(1n) { clear: none; } .sm-block-grid-9 > div:nth-of-type(1n):after { display: block; } .sm-block-grid-9 > div:nth-of-type(9n+1) { clear: both; } .sm-block-grid-9 > div:nth-of-type(9n+1):after { display: none; } .sm-block-grid-9 > div:nth-last-child(-n+9):before { content: none; } .sm-block-grid-10 > div { width: 10%; } .sm-block-grid-10 > div:nth-of-type(1n) { clear: none; } .sm-block-grid-10 > div:nth-of-type(1n):after { display: block; } .sm-block-grid-10 > div:nth-of-type(10n+1) { clear: both; } .sm-block-grid-10 > div:nth-of-type(10n+1):after { display: none; } .sm-block-grid-10 > div:nth-last-child(-n+10):before { content: none; } .sm-block-grid-11 > div { width: 9.09091%; } .sm-block-grid-11 > div:nth-of-type(1n) { clear: none; } .sm-block-grid-11 > div:nth-of-type(1n):after { display: block; } .sm-block-grid-11 > div:nth-of-type(11n+1) { clear: both; } .sm-block-grid-11 > div:nth-of-type(11n+1):after { display: none; } .sm-block-grid-11 > div:nth-last-child(-n+11):before { content: none; } .sm-block-grid-12 > div { width: 8.33333%; } .sm-block-grid-12 > div:nth-of-type(1n) { clear: none; } .sm-block-grid-12 > div:nth-of-type(1n):after { display: block; } .sm-block-grid-12 > div:nth-of-type(12n+1) { clear: both; } .sm-block-grid-12 > div:nth-of-type(12n+1):after { display: none; } .sm-block-grid-12 > div:nth-last-child(-n+12):before { content: none; } } /* Medium */ @media (min-width: 992px) { [class*="block-grid-"] { margin: 0 -10px; } [class*="block-grid-"] > div { padding: 0 10px; } .item-columns { padding: 0 10px; } .md-block-grid-1 > div { width: 100%; } .md-block-grid-1 > div:nth-of-type(1n) { clear: none; } .md-block-grid-1 > div:nth-of-type(1n):after { display: block; } .md-block-grid-1 > div:nth-of-type(1n+1) { clear: both; } .md-block-grid-1 > div:nth-of-type(1n+1):after { display: none; } .md-block-grid-1 > div:nth-last-child(-n+1):before { content: none; } .md-block-grid-2 > div { width: 50%; } .md-block-grid-2 > div:nth-of-type(1n) { clear: none; } .md-block-grid-2 > div:nth-of-type(1n):after { display: block; } .md-block-grid-2 > div:nth-of-type(2n+1) { clear: both; } .md-block-grid-2 > div:nth-of-type(2n+1):after { display: none; } .md-block-grid-2 > div:nth-last-child(-n+2):before { content: none; } .md-block-grid-3 > div { width: 33.33333%; } .md-block-grid-3 > div:nth-of-type(1n) { clear: none; } .md-block-grid-3 > div:nth-of-type(1n):after { display: block; } .md-block-grid-3 > div:nth-of-type(3n+1) { clear: both; } .md-block-grid-3 > div:nth-of-type(3n+1):after { display: none; } .md-block-grid-3 > div:nth-last-child(-n+3):before { content: none; } .md-block-grid-4 > div { width: 25%; } .md-block-grid-4 > div:nth-of-type(1n) { clear: none; } .md-block-grid-4 > div:nth-of-type(1n):after { display: block; } .md-block-grid-4 > div:nth-of-type(4n+1) { clear: both; } .md-block-grid-4 > div:nth-of-type(4n+1):after { display: none; } .md-block-grid-4 > div:nth-last-child(-n+4):before { content: none; } .md-block-grid-5 > div { width: 20%; } .md-block-grid-5 > div:nth-of-type(1n) { clear: none; } .md-block-grid-5 > div:nth-of-type(1n):after { display: block; } .md-block-grid-5 > div:nth-of-type(5n+1) { clear: both; } .md-block-grid-5 > div:nth-of-type(5n+1):after { display: none; } .md-block-grid-5 > div:nth-last-child(-n+5):before { content: none; } .md-block-grid-6 > div { width: 16.66667%; } .md-block-grid-6 > div:nth-of-type(1n) { clear: none; } .md-block-grid-6 > div:nth-of-type(1n):after { display: block; } .md-block-grid-6 > div:nth-of-type(6n+1) { clear: both; } .md-block-grid-6 > div:nth-of-type(6n+1):after { display: none; } .md-block-grid-6 > div:nth-last-child(-n+6):before { content: none; } .md-block-grid-7 > div { width: 14.28571%; } .md-block-grid-7 > div:nth-of-type(1n) { clear: none; } .md-block-grid-7 > div:nth-of-type(1n):after { display: block; } .md-block-grid-7 > div:nth-of-type(7n+1) { clear: both; } .md-block-grid-7 > div:nth-of-type(7n+1):after { display: none; } .md-block-grid-7 > div:nth-last-child(-n+7):before { content: none; } .md-block-grid-8 > div { width: 12.5%; } .md-block-grid-8 > div:nth-of-type(1n) { clear: none; } .md-block-grid-8 > div:nth-of-type(1n):after { display: block; } .md-block-grid-8 > div:nth-of-type(8n+1) { clear: both; } .md-block-grid-8 > div:nth-of-type(8n+1):after { display: none; } .md-block-grid-8 > div:nth-last-child(-n+8):before { content: none; } .md-block-grid-9 > div { width: 11.11111%; } .md-block-grid-9 > div:nth-of-type(1n) { clear: none; } .md-block-grid-9 > div:nth-of-type(1n):after { display: block; } .md-block-grid-9 > div:nth-of-type(9n+1) { clear: both; } .md-block-grid-9 > div:nth-of-type(9n+1):after { display: none; } .md-block-grid-9 > div:nth-last-child(-n+9):before { content: none; } .md-block-grid-10 > div { width: 10%; } .md-block-grid-10 > div:nth-of-type(1n) { clear: none; } .md-block-grid-10 > div:nth-of-type(1n):after { display: block; } .md-block-grid-10 > div:nth-of-type(10n+1) { clear: both; } .md-block-grid-10 > div:nth-of-type(10n+1):after { display: none; } .md-block-grid-10 > div:nth-last-child(-n+10):before { content: none; } .md-block-grid-11 > div { width: 9.09091%; } .md-block-grid-11 > div:nth-of-type(1n) { clear: none; } .md-block-grid-11 > div:nth-of-type(1n):after { display: block; } .md-block-grid-11 > div:nth-of-type(11n+1) { clear: both; } .md-block-grid-11 > div:nth-of-type(11n+1):after { display: none; } .md-block-grid-11 > div:nth-last-child(-n+11):before { content: none; } .md-block-grid-12 > div { width: 8.33333%; } .md-block-grid-12 > div:nth-of-type(1n) { clear: none; } .md-block-grid-12 > div:nth-of-type(1n):after { display: block; } .md-block-grid-12 > div:nth-of-type(12n+1) { clear: both; } .md-block-grid-12 > div:nth-of-type(12n+1):after { display: none; } .md-block-grid-12 > div:nth-last-child(-n+12):before { content: none; } } /* Large */ @media (min-width: 1200px) { [class*="block-grid-"] { margin: 0 -12px; } [class*="block-grid-"] > div { padding: 0 12px; } .item-columns { padding: 0 12px; } .lg-block-grid-1 > div { width: 100%; } .lg-block-grid-1 > div:nth-of-type(1n) { clear: none; } .lg-block-grid-1 > div:nth-of-type(1n):after { display: block; } .lg-block-grid-1 > div:nth-of-type(1n+1) { clear: both; } .lg-block-grid-1 > div:nth-of-type(1n+1):after { display: none; } .lg-block-grid-1 > div:nth-last-child(-n+1):before { content: none; } .lg-block-grid-2 > div { width: 50%; } .lg-block-grid-2 > div:nth-of-type(1n) { clear: none; } .lg-block-grid-2 > div:nth-of-type(1n):after { display: block; } .lg-block-grid-2 > div:nth-of-type(2n+1) { clear: both; } .lg-block-grid-2 > div:nth-of-type(2n+1):after { display: none; } .lg-block-grid-2 > div:nth-last-child(-n+2):before { content: none; } .lg-block-grid-3 > div { width: 33.33333%; } .lg-block-grid-3 > div:nth-of-type(1n) { clear: none; } .lg-block-grid-3 > div:nth-of-type(1n):after { display: block; } .lg-block-grid-3 > div:nth-of-type(3n+1) { clear: both; } .lg-block-grid-3 > div:nth-of-type(3n+1):after { display: none; } .lg-block-grid-3 > div:nth-last-child(-n+3):before { content: none; } .lg-block-grid-4 > div { width: 25%; } .lg-block-grid-4 > div:nth-of-type(1n) { clear: none; } .lg-block-grid-4 > div:nth-of-type(1n):after { display: block; } .lg-block-grid-4 > div:nth-of-type(4n+1) { clear: both; } .lg-block-grid-4 > div:nth-of-type(4n+1):after { display: none; } .lg-block-grid-4 > div:nth-last-child(-n+4):before { content: none; } .lg-block-grid-5 > div { width: 20%; } .lg-block-grid-5 > div:nth-of-type(1n) { clear: none; } .lg-block-grid-5 > div:nth-of-type(1n):after { display: block; } .lg-block-grid-5 > div:nth-of-type(5n+1) { clear: both; } .lg-block-grid-5 > div:nth-of-type(5n+1):after { display: none; } .lg-block-grid-5 > div:nth-last-child(-n+5):before { content: none; } .lg-block-grid-6 > div { width: 16.66667%; } .lg-block-grid-6 > div:nth-of-type(1n) { clear: none; } .lg-block-grid-6 > div:nth-of-type(1n):after { display: block; } .lg-block-grid-6 > div:nth-of-type(6n+1) { clear: both; } .lg-block-grid-6 > div:nth-of-type(6n+1):after { display: none; } .lg-block-grid-6 > div:nth-last-child(-n+6):before { content: none; } .lg-block-grid-7 > div { width: 14.28571%; } .lg-block-grid-7 > div:nth-of-type(1n) { clear: none; } .lg-block-grid-7 > div:nth-of-type(1n):after { display: block; } .lg-block-grid-7 > div:nth-of-type(7n+1) { clear: both; } .lg-block-grid-7 > div:nth-of-type(7n+1):after { display: none; } .lg-block-grid-7 > div:nth-last-child(-n+7):before { content: none; } .lg-block-grid-8 > div { width: 12.5%; } .lg-block-grid-8 > div:nth-of-type(1n) { clear: none; } .lg-block-grid-8 > div:nth-of-type(1n):after { display: block; } .lg-block-grid-8 > div:nth-of-type(8n+1) { clear: both; } .lg-block-grid-8 > div:nth-of-type(8n+1):after { display: none; } .lg-block-grid-8 > div:nth-last-child(-n+8):before { content: none; } .lg-block-grid-9 > div { width: 11.11111%; } .lg-block-grid-9 > div:nth-of-type(1n) { clear: none; } .lg-block-grid-9 > div:nth-of-type(1n):after { display: block; } .lg-block-grid-9 > div:nth-of-type(9n+1) { clear: both; } .lg-block-grid-9 > div:nth-of-type(9n+1):after { display: none; } .lg-block-grid-9 > div:nth-last-child(-n+9):before { content: none; } .lg-block-grid-10 > div { width: 10%; } .lg-block-grid-10 > div:nth-of-type(1n) { clear: none; } .lg-block-grid-10 > div:nth-of-type(1n):after { display: block; } .lg-block-grid-10 > div:nth-of-type(10n+1) { clear: both; } .lg-block-grid-10 > div:nth-of-type(10n+1):after { display: none; } .lg-block-grid-10 > div:nth-last-child(-n+10):before { content: none; } .lg-block-grid-11 > div { width: 9.09091%; } .lg-block-grid-11 > div:nth-of-type(1n) { clear: none; } .lg-block-grid-11 > div:nth-of-type(1n):after { display: block; } .lg-block-grid-11 > div:nth-of-type(11n+1) { clear: both; } .lg-block-grid-11 > div:nth-of-type(11n+1):after { display: none; } .lg-block-grid-11 > div:nth-last-child(-n+11):before { content: none; } .lg-block-grid-12 > div { width: 8.33333%; } .lg-block-grid-12 > div:nth-of-type(1n) { clear: none; } .lg-block-grid-12 > div:nth-of-type(1n):after { display: block; } .lg-block-grid-12 > div:nth-of-type(12n+1) { clear: both; } .lg-block-grid-12 > div:nth-of-type(12n+1):after { display: none; } .lg-block-grid-12 > div:nth-last-child(-n+12):before { content: none; } } .no-gutter [class*="block-grid-"] { margin: 0 !important; } .no-gutter [class*="block-grid-"] > div { padding: 0 !important; } .no-gutter .row { margin-left: 0 !important; margin-right: 0 !important; } .no-gutter [class*="col-"], .no-gutter .item-columns { padding-left: 0 !important; padding-right: 0 !important; } /*------------------------------------------------------------------*\ 4 - LAYOUT STYLE \*------------------------------------------------------------------*/ html { overflow-x: hidden !important; font-size: 15px; } body { overflow-x: hidden !important; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } body.boxed-layout, body.boxed { background: #efefef; max-width: 1440px; -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15); box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15); margin: 0 auto; } body.boxed-layout .wrapper-page, body.boxed .wrapper-page { background: #fff; } body.open-off-canvas:after { content: ""; background: rgba(0, 0, 0, 0.5); position: absolute; top: 0; left: 0; width: 100%; height: 5000px; z-index: 99; } body .wrapper-page { background: #fff; position: relative; } body .page { position: relative; } body .container-layout-content.container { margin-bottom: 35px; } .base-layout.has-sidebar .container { width: 100% !important; padding: 0 !important; } .page-fullscreen .custom-breadcrumb, .page-fullscreen .breadcrumb { display: none; } .main-page-content { position: relative; z-index: 99; } #wp-content { min-height: 150px; background: #fff; } #wp-footer { background: #484848; color: #fff; padding-top: 10px; } #wp-footer a { color: #fff; } #wp-footer a:hover { color: #FCC91B !important; } #wp-footer .widget, #wp-footer .wpb_single_image, #wp-footer .wpb_content_element { margin-bottom: 30px; } #wp-footer .widget .widget-title, #wp-footer .widget .widgettitle, #wp-footer .widget .wpb_singleimage_heading, #wp-footer .wpb_single_image .widget-title, #wp-footer .wpb_single_image .widgettitle, #wp-footer .wpb_single_image .wpb_singleimage_heading, #wp-footer .wpb_content_element .widget-title, #wp-footer .wpb_content_element .widgettitle, #wp-footer .wpb_content_element .wpb_singleimage_heading { color: #FCC91B; } #wp-footer .widget .widget-title:before, #wp-footer .widget .widget-title:after, #wp-footer .widget .widgettitle:before, #wp-footer .widget .widgettitle:after, #wp-footer .widget .wpb_singleimage_heading:before, #wp-footer .widget .wpb_singleimage_heading:after, #wp-footer .wpb_single_image .widget-title:before, #wp-footer .wpb_single_image .widget-title:after, #wp-footer .wpb_single_image .widgettitle:before, #wp-footer .wpb_single_image .widgettitle:after, #wp-footer .wpb_single_image .wpb_singleimage_heading:before, #wp-footer .wpb_single_image .wpb_singleimage_heading:after, #wp-footer .wpb_content_element .widget-title:before, #wp-footer .wpb_content_element .widget-title:after, #wp-footer .wpb_content_element .widgettitle:before, #wp-footer .wpb_content_element .widgettitle:after, #wp-footer .wpb_content_element .wpb_singleimage_heading:before, #wp-footer .wpb_content_element .wpb_singleimage_heading:after { background: #FCC91B; } #wp-footer .footer-main > p { display: none; } #wp-footer .vc_row { padding-top: 50px; padding-bottom: 50px; } .copyright { text-align: center; padding: 15px 0; background: #3e3d3d; padding: 20px 0 20px; } .return-top { background-color: #444444; border: 2px solid #444444; color: #fff; font-weight: 700; text-align: center; position: fixed; bottom: 30px; right: 30px; z-index: 999; width: 45px; height: 45px; text-transform: uppercase; line-height: 52px; display: none; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } .return-top i { font-size: 24px; } .return-top:hover { cursor: pointer; background: #fff; color: #444444; } /*------------------------------------------------------------------*\ 5 - HEADER STYLE \*------------------------------------------------------------------*/ .topbar { background: #FCC91B; font-size: 12px; padding: 0; line-height: 50px; color: #fff; } .topbar a { font-size: 12px; color: #fff; } .topbar a:hover { color: #FCC91B; } .topbar ul { list-style: none; } .topbar .topbar-meta > a { position: relative; padding: 0 20px; } .topbar .topbar-meta > a:after { content: ""; position: absolute; top: 50%; right: 0; margin-top: -6px; width: 1px; height: 12px; background: #858585; z-index: 11; } .topbar .topbar-meta > a:last-child { padding-right: 0; } .topbar .topbar-meta > a:last-child:after { display: none; } .topbar .topbar-meta > a:first-child { padding-left: 0; } .topbar .socials { list-style: none; margin: 0; padding: 0; display: block; } .topbar .socials > li { float: left; width: 34px; text-align: center; } .topbar .socials > li a { display: block; } .topbar .socials > li a i { font-size: 15px; background: none; color: #fff; } .topbar .socials > li a:hover { color: #FCC91B; } .gv-sticky-menu { position: static; top: -80px; } .stuck { position: fixed !important; -webkit-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; width: 100%; z-index: 999; left: 0; top: 0; -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1); box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1); } .gva-search { position: relative; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; } .gva-search .control-search { width: 32px; height: 32px; background: #FCC91B; color: #404040 !important; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; -webkit-box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.1); box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.1); display: inline-block; } .gva-search .control-search.search-open { color: #404040; } .gva-search .control-search.search-open i:before { content: '\f00d'; } .gva-search .gva-search-content { position: absolute; top: 100%; right: -35px; z-index: 1; background: #fff; z-index: 9; -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1); box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1); padding: 15px; min-width: 250px; margin-top: 16px; border: 1px solid #E2DFEB; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; visibility: hidden; } .gva-search .gva-search-content:after { content: ''; border: 10px solid transparent; border-bottom-color: #E2DFEB; position: absolute; bottom: 100%; right: 40px; } .gva-search .gva-main-search { padding-top: 0; } .gva-search.open .gva-search-content { opacity: 1; filter: alpha(opacity=100); visibility: visible; } @media (max-width: 991px) { header { padding-top: 0 !important; padding-bottom: 0 !important; } } header .canvas-menu { float: left; z-index: 9; position: absolute; top: 50%; margin-top: -10px; left: 25px; } .rtl header .canvas-menu { float: right; } header .canvas-menu i { font-size: 17px; } header .offcanvas-sidebar > a { -webkit-transition: all 0.35s; transition: all 0.35s; } header .offcanvas-sidebar > a:hover { color: #404040; -webkit-transform: scale(1.1); transform: scale(1.1); } header.header-default .main-search a .control-search { font-size: 16px; } header.header-default .main-search a:hover { cursor: pointer; } header.header-default .cart-v2 { float: right; } header.header-default .cart-v2 a.mini-cart { text-align: center; display: inline-block; font-weight: 600; position: relative; padding-right: 5px; line-height: 32px; } header.header-default .cart-v2 a.mini-cart .title-cart { font-size: 20px; } header.header-default .cart-v2 a.mini-cart .mini-cart-items { position: absolute; font-size: 11px; background: #FCC91B; color: #fff; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; top: -2px; right: -6px; min-width: 18px; line-height: 18px; text-align: center; } header.header-default .cart-v2 a.mini-cart .mini-cart-items-title { display: none; } header.header-default .cart-v2 a.mini-cart .amount { display: none; } .header-mobile { background: #FFF !important; width: 100%; padding-top: 15px; padding-bottom: 15px; position: relative; } .header-mobile img { vertical-align: middle; } .header-mobile .canvas-menu { top: 50% !important; margin-top: -15px !important; line-height: 1; } .header-mobile .canvas-menu a { color: #404040 !important; font-size: 24px; } .header-mobile .right, .header-mobile .left { position: static !important; } .header-mobile .mini-cart-header { margin-top: -15px !important; position: absolute; top: 50%; right: 25px; } .header-mobile .mini-cart-header a.mini-cart { text-align: center; display: inline-block; font-weight: 600; position: relative; padding-right: 5px; line-height: 32px; } .header-mobile .mini-cart-header a.mini-cart .title-cart { font-size: 20px; } .header-mobile .mini-cart-header a.mini-cart .mini-cart-items { position: absolute; font-size: 12px; background: #FCC91B; color: #fff; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; top: -2px; right: -12px; min-width: 18px; line-height: 18px; text-align: center; } .header-mobile .mini-cart-header a.mini-cart .mini-cart-items-title { display: none; } .header-mobile .mini-cart-header a.mini-cart .amount { display: none; } .header-mobile .main-search { position: absolute; margin-top: -16px !important; top: 50%; right: 65px; z-index: 1; } .header-mobile .main-search .control-search { line-height: 30px; text-align: center; } .header-mobile .main-search i { color: #404040 !important; } .header-mobile .main-search .gva-search-content:after { right: 40px !important; } .header-v1 { background: #fff; position: relative; z-index: 999; } .header-v1 .main-header-inner { position: relative; padding: 15px 82px 15px 0; background: #fff; color: #828282; } .header-v1 .main-header-inner a { color: #828282; } .header-v1 .main-header-inner .logo { float: left; margin-right: 10px; padding-top: 5px; } .header-v1 .main-header-inner .quick-menu { float: left; } .header-v1 .main-header-inner .header-right { float: right; } .header-v1 .main-header-inner .header-right .header-social { padding-top: 13px; } .header-v1 .main-header-inner .header-right .header-social ul.socials-2 { margin: 0; padding: 0; } .header-v1 .main-header-inner .header-right .header-social ul.socials-2 > li { list-style-type: none; float: left; margin-right: 10px; } .header-v1 .main-header-inner .header-right .header-social ul.socials-2 > li a i { -webkit-box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.1); box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.1); } .header-v1 .main-header-inner .header-right .main-search { position: absolute; top: 26px; right: 0; width: 250px; height: auto; text-align: center; line-height: 30px; z-index: 1; } .header-v1 .main-header-inner .header-right .main-search input { height: 40px; line-height: 40px; } .header-v1 .main-header-inner .header-right .main-search input.input-search { width: 200px; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; float: right; } .header-v1 .main-header-inner .header-right .main-search input.input-search:focus { width: 250px; } .header-v1 .main-header-inner .header-right .main-search.has-woocommerce { right: 55px; } .header-v1 .main-header-inner .header-right .mini-cart-header { position: absolute; top: 50%; margin-top: -16px; right: 15px; z-index: 1; } .header-v1 .header-bottom { background: #FCC91B; position: relative; } @media (max-width: 1265px) and (min-width: 1199px) { .header-v1 .header-bottom { padding-left: 38px; } } @media (max-width: 1100px) { .header-v1 .header-bottom { padding-left: 38px; } } .header-v1 .header-bottom .header-bottom-inner { position: relative; } .header-v1 .header-bottom .header-bottom-inner .gva-main-menu > li:first-child > a { padding-left: 0; } .header-v1 .header-bottom .header-bottom-inner .gva-main-menu > li:first-child > a:after { left: 0; } .header-v1 .header-bottom .header-bottom-inner .quick-button { position: absolute; right: 0; top: 0; background: #404040; padding: 0 15px; line-height: 67px; } .header-v1 .header-bottom .header-bottom-inner .quick-button a { color: #fff; font-size: 16px; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 600; } .header-v1 .header-bottom .header-bottom-inner .quick-button a:hover { color: #FCC91B; } .header-v1.disable-search .main-header-inner { padding-right: 55px; } .header-v1.disable-cart .main-header-inner .header-right .main-search { right: 0 !important; } .header-v1.disable-cart-search .main-header-inner { padding-right: 0; } .header-v2 { background: #fff; position: relative; z-index: 999; } .header-v2 .header-top { background: #f2f2f2; } .header-v2 .header-top .main-header-inner { position: relative; padding: 0 82px 0 0; color: #828282; } .header-v2 .header-top .main-header-inner a { color: #828282; } .header-v2 .header-top .main-header-inner .quick-menu { float: left; } .header-v2 .header-top .main-header-inner .header-right { float: right; } .header-v2 .header-top .main-header-inner .header-right .header-social { padding-top: 15px; } .header-v2 .header-top .main-header-inner .header-right .header-social ul.socials-2 { margin: 0; padding: 0; } .header-v2 .header-top .main-header-inner .header-right .header-social ul.socials-2 > li { list-style-type: none; float: left; margin-right: 10px; } .header-v2 .header-top .main-header-inner .header-right .main-search { position: absolute; top: 50%; right: 52px; width: 30px; height: 30px; margin-top: -16px; text-align: center; line-height: 30px; z-index: 1; } .header-v2 .header-top .main-header-inner .header-right .mini-cart-header { position: absolute; top: 50%; margin-top: -16px; right: 15px; z-index: 1; } .header-v2 .header-bottom { background: #fff; position: relative; } .header-v2 .header-bottom .header-bottom-inner { position: relative; padding-right: 150px; padding-left: 150px; } .header-v2 .header-bottom .header-bottom-inner .logo { position: absolute; top: 0; left: 0; z-index: 1; padding: 18px 0; } .header-v2 .header-bottom .header-bottom-inner ul.navbar-nav-menu.gva-nav-menu > li { padding-top: 10px; padding-bottom: 10px; } .header-v2 .header-bottom .header-bottom-inner .quick-button { position: absolute; right: 0; top: 10px; line-height: 66px; } .header-v2 .header-bottom .header-bottom-inner .quick-button a { color: #404040; font-size: 16px; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 600; background: #FCC91B; padding: 10px 20px; } .header-v2 .header-bottom .header-bottom-inner .quick-button a:hover { background: #e1af03; } .header-v2.disable-search .main-header-inner { padding-right: 55px; } .header-v2.disable-cart .header-top .main-header-inner { padding-right: 55px !important; } .header-v2.disable-cart .header-top .main-header-inner .header-right .main-search { right: 0 !important; } .header-v2.disable-cart-search .header-top .main-header-inner { padding-right: 0 !important; } .header-v3 { position: absolute; top: 0; left: 0; width: 100%; z-index: 999; margin-top: 1px; } @media (max-width: 991px) { .header-v3 { position: relative; } } .header-v3 .logo { padding-top: 15px; } .header-v3 .header-right { padding-right: 80px; } .header-v3 .main-search { position: absolute; top: 50%; right: 52px; width: 30px; height: 30px; margin-top: -16px; text-align: center; line-height: 30px; z-index: 1; } .header-v3 .main-search .control-search { color: #fff !important; } .header-v3 .main-search .gva-search-content:after { border-bottom-color: #fff !important; } .header-v3 .mini-cart-header { position: absolute; top: 50%; margin-top: -16px; right: 15px; z-index: 99; } .header-v3 .mini-cart-header span { color: #fff !important; } .header-v3 ul.navbar-nav-menu.gva-nav-menu { float: right !important; } .header-v3 ul.navbar-nav-menu.gva-nav-menu > li > a { color: #fff; } .header-v3 ul.navbar-nav-menu.gva-nav-menu > li > a:after { content: ''; width: auto; height: 1px; position: absolute; left: 10px; right: 10px; bottom: 10px; background: #fff; z-index: 11; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; opacity: 0; filter: alpha(opacity=0); } .header-v3 ul.navbar-nav-menu.gva-nav-menu > li > a:hover, .header-v3 ul.navbar-nav-menu.gva-nav-menu > li > a:focus, .header-v3 ul.navbar-nav-menu.gva-nav-menu > li > a:active { color: #fff; } .header-v3 ul.navbar-nav-menu.gva-nav-menu > li > a:hover .caret, .header-v3 ul.navbar-nav-menu.gva-nav-menu > li > a:focus .caret, .header-v3 ul.navbar-nav-menu.gva-nav-menu > li > a:active .caret { color: #fff; } .header-v3 ul.navbar-nav-menu.gva-nav-menu > li > a:hover:after, .header-v3 ul.navbar-nav-menu.gva-nav-menu > li > a:focus:after, .header-v3 ul.navbar-nav-menu.gva-nav-menu > li > a:active:after { bottom: 15px; opacity: 1; filter: alpha(opacity=100); } .header-v3 ul.navbar-nav-menu.gva-nav-menu > li:hover > a, .header-v3 ul.navbar-nav-menu.gva-nav-menu > li:focus > a { color: #fff; } .header-v3 ul.navbar-nav-menu.gva-nav-menu > li:hover > a .caret, .header-v3 ul.navbar-nav-menu.gva-nav-menu > li:focus > a .caret { color: #fff; } .header-v3 ul.navbar-nav-menu.gva-nav-menu > li:hover > a:after, .header-v3 ul.navbar-nav-menu.gva-nav-menu > li:focus > a:after { bottom: 15px; opacity: 1; filter: alpha(opacity=100); } .header-v3 ul.navbar-nav-menu.gva-nav-menu > li.current-menu-item > a { color: #fff; } .header-v3 ul.navbar-nav-menu.gva-nav-menu > li.current-menu-item > a:after { opacity: 1; filter: alpha(opacity=100); bottom: 15px; } .header-v3 .canvas-menu a { color: #fff; } .header-v3 .stuck { background: #404040; } .header-v3.disable-search .header-right { padding-right: 45px !important; } .header-v3.disable-cart .header-right { padding-right: 45px !important; } .header-v3.disable-cart .main-search { right: 0 !important; } .header-v3.disable-cart-search .header-right { padding-right: 0 !important; } .header-v4 { position: absolute; z-index: 999; top: 0; left: 0; width: 100%; } .header-v4 .main-header-inner { position: relative; padding: 5px 85px 5px 0; color: #fff; } .header-v4 .main-header-inner a { color: #fff; } .header-v4 .main-header-inner .quick-menu { float: left; } .header-v4 .main-header-inner .header-right { float: right; } .header-v4 .main-header-inner .header-right .header-social { padding-top: 13px; } .header-v4 .main-header-inner .header-right .header-social ul.socials-2 { margin: 0; padding: 0; } .header-v4 .main-header-inner .header-right .header-social ul.socials-2 > li { list-style-type: none; float: left; margin-right: 10px; } .header-v4 .main-header-inner .header-right .header-social ul.socials-2 > li a i { -webkit-box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.1); box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.1); } .header-v4 .main-header-inner .header-right .main-search { position: absolute; top: 50%; right: 52px; width: 30px; height: 30px; margin-top: -16px; text-align: center; line-height: 30px; z-index: 1; } .header-v4 .main-header-inner .header-right .mini-cart-header { position: absolute; top: 50%; margin-top: -16px; right: 15px; z-index: 1; } .header-v4 .header-bottom { position: relative; } .header-v4 .header-bottom ul.navbar-nav-menu.gva-nav-menu > li { padding-top: 5px; padding-bottom: 5px; } .header-v4 .header-bottom .header-bottom-inner { position: relative; background: #fff; padding-left: 150px; padding-right: 150px; } .header-v4 .header-bottom .header-bottom-inner .logo { position: absolute; top: 10px; left: 0; z-index: 9; padding: 5px 10px 5px 15px; } .header-v4 .header-bottom .header-bottom-inner .quick-button { position: absolute; right: 0; top: 0; } .header-v4 .header-bottom .header-bottom-inner .quick-button a { color: #404040; font-size: 16px; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 600; display: block; background: #FCC91B; padding: 0 15px; line-height: 77px; } .header-v4 .header-bottom .header-bottom-inner .quick-button a:hover { background: #e1af03; } .header-v4.disable-search .main-header-inner { padding-right: 55px; } .header-v4.disable-cart .main-header-inner { padding-right: 55px; } .header-v4.disable-cart .main-header-inner .header-right .main-search { right: 0 !important; } .header-v4 #menu-my-account a { color: #fff !important; } .header-v4 #menu-my-account a:after { background: #fff !important; } .header-v4.disable-cart-search .main-header-inner { padding-right: 0; } /*------------------------------------------------------------------*\ 5 - MENU STYLE \*------------------------------------------------------------------*/ #gva-main-menu { padding: 0; } ul.navbar-nav-menu.gva-nav-menu, ul.gva-my-account-menu { float: left; } ul.navbar-nav-menu.gva-nav-menu > li, ul.gva-my-account-menu > li { margin: 0; padding: 0; position: relative; list-style: none; } ul.navbar-nav-menu.gva-nav-menu > li > a, ul.gva-my-account-menu > li > a { font-size: 13px; font-weight: 600; padding: 24px 15px; height: auto; position: relative; text-transform: uppercase; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; display: inline-block; } @media (max-width: 1199px) { ul.navbar-nav-menu.gva-nav-menu > li > a, ul.gva-my-account-menu > li > a { padding-left: 10px; padding-right: 10px; } } ul.navbar-nav-menu.gva-nav-menu > li > a:after, ul.gva-my-account-menu > li > a:after { content: ''; height: 3px; background: #404040; position: absolute; bottom: 0; left: 15px; right: 15px; z-index: 1; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } ul.navbar-nav-menu.gva-nav-menu > li > a .caret, ul.gva-my-account-menu > li > a .caret { top: -1px; } ul.navbar-nav-menu.gva-nav-menu > li > a:hover, ul.navbar-nav-menu.gva-nav-menu > li > a:active, ul.navbar-nav-menu.gva-nav-menu > li > a:focus, ul.gva-my-account-menu > li > a:hover, ul.gva-my-account-menu > li > a:active, ul.gva-my-account-menu > li > a:focus { color: #404040; } ul.navbar-nav-menu.gva-nav-menu > li > a:hover:after, ul.navbar-nav-menu.gva-nav-menu > li > a:active:after, ul.navbar-nav-menu.gva-nav-menu > li > a:focus:after, ul.gva-my-account-menu > li > a:hover:after, ul.gva-my-account-menu > li > a:active:after, ul.gva-my-account-menu > li > a:focus:after { opacity: 1; filter: alpha(opacity=100); bottom: 16px; } ul.navbar-nav-menu.gva-nav-menu > li .caret, ul.gva-my-account-menu > li .caret { margin-left: 3px; width: 8px; height: 8px; display: inline-block; position: relative; } ul.navbar-nav-menu.gva-nav-menu > li .caret:after, ul.gva-my-account-menu > li .caret:after { content: '\f107'; position: absolute; left: 0; top: -1px; z-index: 1; font-family: 'FontAwesome'; line-height: 1; } ul.navbar-nav-menu.gva-nav-menu > li:last-child > a:before, ul.gva-my-account-menu > li:last-child > a:before { display: none; } ul.navbar-nav-menu.gva-nav-menu > li:hover > a, ul.navbar-nav-menu.gva-nav-menu > li:active > a, ul.navbar-nav-menu.gva-nav-menu > li:focus > a, ul.navbar-nav-menu.gva-nav-menu > li.current_page_parent > a, ul.gva-my-account-menu > li:hover > a, ul.gva-my-account-menu > li:active > a, ul.gva-my-account-menu > li:focus > a, ul.gva-my-account-menu > li.current_page_parent > a { color: #404040; } ul.navbar-nav-menu.gva-nav-menu > li:hover > a:after, ul.navbar-nav-menu.gva-nav-menu > li:active > a:after, ul.navbar-nav-menu.gva-nav-menu > li:focus > a:after, ul.navbar-nav-menu.gva-nav-menu > li.current_page_parent > a:after, ul.gva-my-account-menu > li:hover > a:after, ul.gva-my-account-menu > li:active > a:after, ul.gva-my-account-menu > li:focus > a:after, ul.gva-my-account-menu > li.current_page_parent > a:after { opacity: 1; filter: alpha(opacity=100); bottom: 16px; } ul.navbar-nav-menu.gva-nav-menu > li > .submenu-inner, ul.gva-my-account-menu > li > .submenu-inner { border: 1px solid #E2DFEB; } ul.navbar-nav-menu.gva-nav-menu > li .submenu-inner, ul.gva-my-account-menu > li .submenu-inner { -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } ul.navbar-nav-menu.gva-nav-menu > li .submenu-inner, ul.navbar-nav-menu.gva-nav-menu > li ul.submenu-inner, ul.gva-my-account-menu > li .submenu-inner, ul.gva-my-account-menu > li ul.submenu-inner { opacity: 0; filter: alpha(opacity=0); visibility: hidden; position: absolute; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; top: 100%; z-index: 99999; margin-top: -1px; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; min-width: 280px; padding: 15px 20px; background: #fff; list-style-type: none; -webkit-transform: rotateX(-90deg); transform: rotateX(-90deg); -webkit-transform-origin: 0 0; transform-origin: 0 0; } ul.navbar-nav-menu.gva-nav-menu > li .submenu-inner li, ul.navbar-nav-menu.gva-nav-menu > li ul.submenu-inner li, ul.gva-my-account-menu > li .submenu-inner li, ul.gva-my-account-menu > li ul.submenu-inner li { background: transparent; z-index: 9; position: relative; text-align: left; border-bottom: 1px solid #E2DFEB; padding: 5px 0; } @media (max-width: 991px) { ul.navbar-nav-menu.gva-nav-menu > li .submenu-inner li, ul.navbar-nav-menu.gva-nav-menu > li ul.submenu-inner li, ul.gva-my-account-menu > li .submenu-inner li, ul.gva-my-account-menu > li ul.submenu-inner li { border-bottom: 0; } } ul.navbar-nav-menu.gva-nav-menu > li .submenu-inner li:last-child, ul.navbar-nav-menu.gva-nav-menu > li ul.submenu-inner li:last-child, ul.gva-my-account-menu > li .submenu-inner li:last-child, ul.gva-my-account-menu > li ul.submenu-inner li:last-child { border-bottom: none; } ul.navbar-nav-menu.gva-nav-menu > li .submenu-inner li a, ul.navbar-nav-menu.gva-nav-menu > li ul.submenu-inner li a, ul.gva-my-account-menu > li .submenu-inner li a, ul.gva-my-account-menu > li ul.submenu-inner li a { display: block; line-height: 1.4; padding: 8px 0; font-size: 14px; text-transform: capitalize; font-weight: 400; } ul.navbar-nav-menu.gva-nav-menu > li .submenu-inner li a .caret, ul.navbar-nav-menu.gva-nav-menu > li ul.submenu-inner li a .caret, ul.gva-my-account-menu > li .submenu-inner li a .caret, ul.gva-my-account-menu > li ul.submenu-inner li a .caret { margin-left: 3px; top: -2px; } ul.navbar-nav-menu.gva-nav-menu > li .submenu-inner li a:hover, ul.navbar-nav-menu.gva-nav-menu > li .submenu-inner li a:focus, ul.navbar-nav-menu.gva-nav-menu > li .submenu-inner li a:active, ul.navbar-nav-menu.gva-nav-menu > li ul.submenu-inner li a:hover, ul.navbar-nav-menu.gva-nav-menu > li ul.submenu-inner li a:focus, ul.navbar-nav-menu.gva-nav-menu > li ul.submenu-inner li a:active, ul.gva-my-account-menu > li .submenu-inner li a:hover, ul.gva-my-account-menu > li .submenu-inner li a:focus, ul.gva-my-account-menu > li .submenu-inner li a:active, ul.gva-my-account-menu > li ul.submenu-inner li a:hover, ul.gva-my-account-menu > li ul.submenu-inner li a:focus, ul.gva-my-account-menu > li ul.submenu-inner li a:active { color: #FCC91B; } ul.navbar-nav-menu.gva-nav-menu > li .submenu-inner li ul.submenu-inner, ul.navbar-nav-menu.gva-nav-menu > li ul.submenu-inner li ul.submenu-inner, ul.gva-my-account-menu > li .submenu-inner li ul.submenu-inner, ul.gva-my-account-menu > li ul.submenu-inner li ul.submenu-inner { position: absolute; left: 100%; top: 0; } ul.navbar-nav-menu.gva-nav-menu > li .submenu-inner li:hover > ul.submenu-inner, ul.navbar-nav-menu.gva-nav-menu > li ul.submenu-inner li:hover > ul.submenu-inner, ul.gva-my-account-menu > li .submenu-inner li:hover > ul.submenu-inner, ul.gva-my-account-menu > li ul.submenu-inner li:hover > ul.submenu-inner { display: block; opacity: 1; filter: alpha(opacity=100); visibility: visible; -webkit-transform: rotateX(0); transform: rotateX(0); } ul.navbar-nav-menu.gva-nav-menu > li:hover > .submenu-inner, ul.gva-my-account-menu > li:hover > .submenu-inner { top: 100%; opacity: 1; filter: alpha(opacity=100); visibility: visible; height: auto; opacity: 1; filter: alpha(opacity=100); display: block; -webkit-transform: rotateX(0); transform: rotateX(0); } ul.navbar-nav-menu.gva-nav-menu > li.megamenu-main, ul.gva-my-account-menu > li.megamenu-main { position: static !important; } ul.navbar-nav-menu.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner, ul.gva-my-account-menu > li.megamenu-main .megamenu-wrap-inner { width: 100%; max-width: 1170px; background: #fff; left: 0; -webkit-transform: rotateX(-90deg); transform: rotateX(-90deg); -webkit-transform-origin: 0 0; transform-origin: 0 0; } ul.navbar-nav-menu.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub, ul.gva-my-account-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub { padding: 0; list-style-type: none; } ul.navbar-nav-menu.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub.megamenu-columns-6 > li, ul.gva-my-account-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub.megamenu-columns-6 > li { width: 16.66667%; } ul.navbar-nav-menu.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub.megamenu-columns-5 > li, ul.gva-my-account-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub.megamenu-columns-5 > li { width: 20%; } ul.navbar-nav-menu.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub.megamenu-columns-4 > li, ul.gva-my-account-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub.megamenu-columns-4 > li { width: 25%; } ul.navbar-nav-menu.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub.megamenu-columns-3 > li, ul.gva-my-account-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub.megamenu-columns-3 > li { width: 33.33333%; } ul.navbar-nav-menu.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub.megamenu-columns-2 > li, ul.gva-my-account-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub.megamenu-columns-2 > li { width: 50%; } ul.navbar-nav-menu.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub.megamenu-columns-1 > li, ul.gva-my-account-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub.megamenu-columns-1 > li { width: 100%; } ul.navbar-nav-menu.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub > li, ul.gva-my-account-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub > li { border: none; list-style: none; float: left; padding-left: 15px; padding-right: 15px; } ul.navbar-nav-menu.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub > li > a, ul.gva-my-account-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub > li > a { font-weight: 600 !important; text-transform: uppercase !important; font-size: 13px !important; border-bottom: 1px solid #E2DFEB; padding: 0 0 10px; margin: 0 0 5px; display: block; } @media (max-width: 991px) { ul.navbar-nav-menu.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub > li > a, ul.gva-my-account-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub > li > a { margin-top: 6px; } } ul.navbar-nav-menu.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub > li > a .caret, ul.gva-my-account-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub > li > a .caret { margin-left: 5px; } ul.navbar-nav-menu.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub > li .submenu-inner, ul.gva-my-account-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub > li .submenu-inner { background: transparent !important; -webkit-box-shadow: none; box-shadow: none; display: block; position: static; padding: 0; min-width: 100%; opacity: 1; filter: alpha(opacity=100); -webkit-transform: scale(1); transform: scale(1); visibility: visible; } ul.navbar-nav-menu.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub > li .submenu-inner li, ul.gva-my-account-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub > li .submenu-inner li { list-style: none; border: none; padding: 0; } ul.navbar-nav-menu.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub > li .submenu-inner li:last-child, ul.gva-my-account-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub > li .submenu-inner li:last-child { border: none; } ul.navbar-nav-menu.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub > li .submenu-inner li.menu-item-has-children > a, ul.gva-my-account-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub > li .submenu-inner li.menu-item-has-children > a { font-weight: 600; } ul.navbar-nav-menu.gva-nav-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub > li .submenu-inner li .submenu-inner, ul.gva-my-account-menu > li.megamenu-main .megamenu-wrap-inner ul.megamenu-sub > li .submenu-inner li .submenu-inner { padding-left: 20px !important; display: block; } ul.navbar-nav-menu.gva-nav-menu > li.megamenu-main:hover .megamenu-wrap-inner, ul.gva-my-account-menu > li.megamenu-main:hover .megamenu-wrap-inner { -webkit-transform: rotateX(0); transform: rotateX(0); } .menu-skin-white #mega-menu-main-menu > li > a { text-transform: uppercase; font-style: normal !important; color: #fff !important; } .menu-skin-white #mega-menu-main-menu > li > a:hover, .menu-skin-white #mega-menu-main-menu > li > a:focus, .menu-skin-white #mega-menu-main-menu > li > a:active { color: #404040 !important; } .gavias-off-canvas-toggle { font-size: 24px; float: right; margin-right: -1px; border-left: 1px solid rgba(0, 0, 0, 0.1); border-right: 1px solid rgba(0, 0, 0, 0.1); text-align: center; width: 36px; height: 36px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; background: #FCC91B; color: #fff; line-height: 1.5; margin-bottom: 10px; } .gavias-off-canvas-toggle:hover, .gavias-off-canvas-toggle:focus { background: #404040; color: #fff; } .gavias-off-canvas-overlay { position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0, 0, 0, 0.6); z-index: 9999; display: block; } #gavias-off-canvas { -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); background: #fff; height: 100%; left: -75%; position: fixed; top: 0; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; width: 70%; z-index: 99998; bottom: 0; } #gavias-off-canvas.active { left: 0; } #gavias-off-canvas .navbar-collapse { padding-left: 0 !important; } #gavias-off-canvas ul { padding-left: 25px; } #gavias-off-canvas .off-canvas-top { height: 35px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); } #gavias-off-canvas .off-canvas-top .top-social > a { line-height: 35px; -webkit-transition: background 0.35s; transition: background 0.35s; -moz-transition: background 0.35s; -ms-transition: background 0.35s; padding: 0 15px; display: block; border-left: 1px solid rgba(0, 0, 0, 0.1); float: left; } #gavias-off-canvas .off-canvas-top .top-social > a:last-child { border-right: 1px solid rgba(0, 0, 0, 0.1); } #gavias-off-canvas .off-canvas-top .top-social > a:hover { background: #FCC91B; color: #fff; border-color: #FCC91B; } #gavias-off-canvas .off-canvas-top .gavias-off-canvas-close { float: right; margin-right: 35px; line-height: 35px; border-left: 1px solid rgba(0, 0, 0, 0.1); border-right: 1px solid rgba(0, 0, 0, 0.1); padding: 0 15px; color: #404040; } #gavias-off-canvas .off-canvas-top .gavias-off-canvas-close:hover { cursor: pointer; background: #FCC91B; color: #fff; } #gavias-off-canvas ul#menu-main-menu { width: 100%; margin: 0; padding: 0; } #gavias-off-canvas ul#menu-main-menu > li { list-style: none; display: block; width: 100%; border-bottom: 1px solid rgba(0, 0, 0, 0.1); overflow: hidden; padding: 10px 20px; } #gavias-off-canvas ul#menu-main-menu > li > a { -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; font-weight: 600; text-transform: uppercase; padding: 0; } #gavias-off-canvas ul#menu-main-menu > li > a:hover, #gavias-off-canvas ul#menu-main-menu > li > a:focus { background: transparent; } #gavias-off-canvas ul#menu-main-menu > li > a.active > a { color: #FCC91B; background: transparent; } #gavias-off-canvas ul#menu-main-menu > li .submenu-inner.dropdown-menu { position: relative; display: block; width: 100%; -webkit-box-shadow: none; box-shadow: none; padding: 0; padding-left: 15px; border: none; } #gavias-off-canvas ul#menu-main-menu > li .submenu-inner.dropdown-menu li a { -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; padding: 4px 0; } #gavias-off-canvas ul#menu-main-menu > li .submenu-inner.dropdown-menu li a:hover, #gavias-off-canvas ul#menu-main-menu > li .submenu-inner.dropdown-menu li a:focus { color: #FCC91B; background: transparent; } #gavias-off-canvas ul#menu-main-menu > li .submenu-inner.dropdown-menu li.active > a { color: #FCC91B; background: transparent; } #gavias-off-canvas ul#menu-main-menu .caret { float: right; margin-top: 5px; } .vertical-megamenu-widget { position: relative; } .vertical-megamenu-widget .vertical-megamenu-content { position: absolute; top: 100%; left: 15px; z-index: 99; -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1); box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1); } .vertical-megamenu-widget .vertical-megamenu-icon a { color: #fff; } .vertical-megamenu-widget .vertical-megamenu-icon a:hover { cursor: pointer; } #gva-vertical-megamenu { background: #fff; min-width: 290px; z-index: 9999; } #gva-vertical-megamenu .navbar-collapse { padding: 0 !important; } #gva-vertical-megamenu ul.gva-nav-menu { width: 100%; } #gva-vertical-megamenu ul.gva-nav-menu > li { width: 100% !important; display: block; float: none !important; position: relative; border-bottom: 1px solid #E2DFEB; text-align: left; } #gva-vertical-megamenu ul.gva-nav-menu > li > a:before { display: none; } #gva-vertical-megamenu ul.gva-nav-menu > li > a .caret:after { -webkit-transform: rotate(-90deg); transform: rotate(-90deg); } #gva-vertical-megamenu ul.gva-nav-menu > li .submenu-inner { left: 100% !important; top: 0 !important; margin-left: -1px; min-width: 300px; } #gva-vertical-megamenu ul.gva-nav-menu > li .submenu-inner.megamenu { min-width: 700px; } .menu-uppercase-style ul.mega-menu > li > a { text-transform: uppercase !important; } .menu-font-base ul.mega-menu > li > a { font-family: "Open Sans", Arial, Helvetica, sans-serif !important; } #mega-menu-wrap-primary { position: static !important; } #mega-menu-wrap-primary .mega-menu-horizontal { position: static !important; } .gva-offcanvas-content { position: fixed; left: -300px; width: 300px; max-width: 85%; top: 0; bottom: 0; z-index: 9999; visibility: hidden; background: #fff; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } .gva-offcanvas-content a { color: #404040; } .gva-offcanvas-content a:hover { color: #FCC91B; } .gva-offcanvas-content .close-canvas { background: #fff; position: absolute; left: 100%; top: 100px; z-index: 999; font-size: 18px; text-align: center; line-height: 45px; border: 1px solid #E2DFEB; -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1); box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1); } .gva-offcanvas-content .close-canvas a { display: inline-block; width: 45px; height: 45px; color: #404040; } .gva-offcanvas-content .close-canvas a:hover { cursor: pointer; color: #FCC91B; } .gva-offcanvas-content .instagram-pics > li { width: 33.333% !important; overflow: hidden; padding: 10px !important; } .gva-offcanvas-content .instagram-pics > li a { padding: 0 !important; } .gva-offcanvas-content .wp-sidebar .widget { padding-top: 20px; margin-bottom: 10px; } .gva-offcanvas-content .wp-sidebar .widget:last-child { border-bottom: 0; } .gva-offcanvas-content .wp-sidebar .widget .widget-title { color: #fff; text-align: center; } .gva-offcanvas-content .wp-sidebar .widget .widget-title span { font-size: 18px; color: #404040; } .gva-offcanvas-content .wp-sidebar .widget .widget-title:before { left: 50%; margin-left: -40px; } .gva-offcanvas-content .wp-sidebar .widget .widget-title:after { left: 50%; margin-left: -25px; } .gva-offcanvas-content .wp-sidebar { overflow-x: hidden; height: 100%; padding: 20px; } .gva-offcanvas-content #gva-mobile-menu { padding: 0; } .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu { width: 100%; margin: 0; padding: 0; overflow: hidden; } .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li { position: relative !important; border-bottom: 1px solid rgba(0, 0, 0, 0.1); display: block; width: 100%; } .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li a { padding: 12px 0 12px; font-size: 14px; text-transform: uppercase; font-weight: 600; color: #404040; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; } .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li a:after { display: none; } .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li a:hover { color: #FCC91B; } .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li.menu-item-has-children .caret { border: none; position: absolute; top: 20px; margin-top: -10px; right: 0; width: 30px; height: 30px; z-index: 9; color: #85827D; background: url("../images/plus.png") no-repeat center center transparent; } .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li.menu-item-has-children .caret:after { display: none; } .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li.menu-item-has-children .caret:hover { cursor: pointer; color: #FCC91B; } .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li.menu-item-has-children.menu-active .caret { background: url("../images/minium.png") no-repeat center center transparent; } .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li > a { display: block; } .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li > ul { display: none; } .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li ul.submenu-inner, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li div.submenu-inner { position: relative; -webkit-transform: scale(1); transform: scale(1); opacity: 1; filter: alpha(opacity=100); visibility: visible !important; background: none; left: auto; top: auto; padding: 0; border: none !important; -webkit-box-shadow: none; box-shadow: none; display: none; } .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li ul.submenu-inner::after, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li div.submenu-inner::after { display: block; clear: both; content: ""; } .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li ul.submenu-inner .caret, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li div.submenu-inner .caret { display: none; } .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li ul.submenu-inner li a, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li div.submenu-inner li a { padding: 8px 0; font-weight: 400; text-transform: none; font-size: 14px; } .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li ul.submenu-inner ul, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li div.submenu-inner ul { width: 100%; padding-left: 15px; display: block !important; } .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li ul.submenu-inner ul > li, .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li div.submenu-inner ul > li { padding: 0; display: block; width: 100%; } .gva-offcanvas-content #gva-mobile-menu ul.gva-mobile-menu > li ul.submenu-inner { padding-left: 20px; } .gva-offcanvas-content.open { left: 0; opacity: 1; filter: alpha(opacity=100); visibility: visible; } .megamenu-main .megamenu-wrap-inner { width: 100%; left: 0; right: 0; margin: auto; } .megamenu-main .widget { text-align: left; color: #404040; } .megamenu-main .widget .widget-title, .megamenu-main .widget .widgettitle { font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 16px; text-align: left; text-transform: uppercase; font-weight: 600; line-height: 20px; padding: 0; border: none; } .megamenu-main .widget ul { list-style: none; padding: 0; } .megamenu-main .widget.widget-html ul li { line-height: 32px; padding: 5px 0; } .megamenu-main .widget.widget-html ul li strong { color: #FCC91B; font-weight: 600; } .megamenu-main .widget .product-block { margin-bottom: 10px; } .gva-vertical-menu { position: relative; -webkit-box-shadow: 0px 0px 2px 0px #ccc; box-shadow: 0px 0px 2px 0px #ccc; } .gva-vertical-menu .navbar-collapse { padding: 0; } .gva-vertical-menu.widget > .widget-title { background-color: #FCC91B; color: #fff; font-size: 22px; padding: 15px 30px; margin: 0; } .gva-vertical-menu ul.navbar-nav-menu { list-style: none; padding: 0; position: static; } .gva-vertical-menu ul.navbar-nav-menu.gva-nav-menu > li > a .caret { display: none; } .gva-vertical-menu ul.navbar-nav-menu li { display: block; } .gva-vertical-menu ul.navbar-nav-menu li a { line-height: 28px; padding: 10px 30px; display: block; font-weight: 400; font-size: 14px; border-bottom: 1px dotted #E2DFEB; font-family: "Open Sans", Arial, Helvetica, sans-serif; color: #404040; } .gva-vertical-menu ul.navbar-nav-menu li .megamenu-sub { padding: 0; } .gva-vertical-menu ul.navbar-nav-menu li.megamenu-main .caret, .gva-vertical-menu ul.navbar-nav-menu li.menu-item-has-children .caret { display: none; } .gva-vertical-menu ul.navbar-nav-menu li.megamenu-main > a, .gva-vertical-menu ul.navbar-nav-menu li.menu-item-has-children > a { position: relative; } .gva-vertical-menu ul.navbar-nav-menu li.megamenu-main > a:before, .gva-vertical-menu ul.navbar-nav-menu li.menu-item-has-children > a:before { content: "\f0da"; position: absolute; color: #404040; top: 0; right: 25px; z-index: 9; font-family: FontAwesome; font-size: 16px; line-height: 45px; } .rtl .gva-vertical-menu ul.navbar-nav-menu li.megamenu-main > a:before, .rtl .gva-vertical-menu ul.navbar-nav-menu li.menu-item-has-children > a:before { left: 25px; right: auto; } .gva-vertical-menu ul.navbar-nav-menu li:last-child a { border-bottom: none; } .gva-vertical-menu ul.navbar-nav-menu li .submenu-inner { border: 1px solid #E2DFEB; display: none; background: #fff; left: 100%; position: absolute; top: 0; right: auto; width: auto; z-index: 99; } .gva-vertical-menu ul.navbar-nav-menu li .submenu-inner .megamenu-sub { max-width: 220px; } .gva-vertical-menu ul.navbar-nav-menu li .submenu-inner .megamenu-profile { min-width: 600px; } .gva-vertical-menu ul.navbar-nav-menu li .submenu-inner li { position: relative; border-bottom: none !important; } .gva-vertical-menu ul.navbar-nav-menu li:hover { background-color: #F2F2F2; } .gva-vertical-menu ul.navbar-nav-menu li:hover > .submenu-inner { display: block; top: 0; } .gva-vertical-menu .product-block a { padding: 0 !important; border: none !important; } ul.gva-my-account-menu > li { margin: 0; padding: 0; position: relative; list-style: none; } ul.gva-my-account-menu > li > a { font-size: 13px; font-weight: 600; padding: 18px 12px; height: auto; position: relative; text-transform: uppercase; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #828282; } ul.gva-my-account-menu > li > a:after { content: ''; height: 3px; background: #404040; position: absolute; bottom: 16px; left: 10px; right: 10px; z-index: 1; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } ul.gva-my-account-menu > li > a .caret { margin-left: 3px; top: -2px; } ul.gva-my-account-menu > li > a:hover, ul.gva-my-account-menu > li > a:active, ul.gva-my-account-menu > li > a:focus { color: #404040 !important; } ul.gva-my-account-menu > li > a:hover:after, ul.gva-my-account-menu > li > a:active:after, ul.gva-my-account-menu > li > a:focus:after { opacity: 1; filter: alpha(opacity=100); bottom: 16px; } /*------------------------------------------------------------------*\ 6 - SHORTCODE STYLE \*------------------------------------------------------------------*/ .vc_row { margin-left: -15px !important; margin-right: -15px !important; width: auto !important; padding-top: 80px; padding-bottom: 80px; } .vc_row .vc_row { padding-top: 0; padding-bottom: 0; } .vc_row.padding-large { padding-top: 100px; padding-bottom: 100px; } @media (max-width: 991px) { .vc_row.padding-large { padding-top: 50px; padding-bottom: 50px; } } .vc_row.padding-medium { padding-top: 60px; padding-bottom: 60px; } @media (max-width: 991px) { .vc_row.padding-medium { padding-top: 40px; padding-bottom: 40px; } } .vc_row.padding-small { padding-top: 30px; padding-bottom: 30px; } .vc_row.padding-bottom-large { padding-bottom: 120px; } @media (max-width: 991px) { .vc_row.padding-bottom-large { padding-bottom: 50px; } } .vc_row.padding-top-large { padding-top: 190px; padding-bottom: 0; } @media (max-width: 991px) { .vc_row.padding-top-large { padding-top: 30px; } } .vc_row.padding-row-120 { padding-left: 120px; padding-right: 120px; } @media (max-width: 991px) { .vc_row.padding-row-120 { padding-left: 30px; padding-right: 30px; } } .vc_row.remove_margin { margin: 0 !important; } .vc_row.remove_padding { padding: 0 !important; } .vc_row.remove_padding_col { margin-left: 0 !important; margin-right: 0 !important; left: 0 !important; } .vc_row.remove_padding_col > .vc_column_container, .vc_row.remove_padding_col > .container > .vc_row > .vc_column_container { padding: 0; } .vc_row.remove_padding_top { padding-top: 0 !important; } .vc_row.remove_padding_bottom { padding-bottom: 0 !important; } .vc_row.columns-border .wpb_column:after { content: ''; width: 1px; height: 100px; position: absolute; right: 0; top: 50%; margin-top: -50px; z-index: 1; background: rgba(255, 255, 255, 0.2); } .vc_row.columns-border .wpb_column:last-child:after { content: none; } .vc_row.vc_video-bg-container { position: relative; } .vc_row.vc_video-bg-container .vc_video-bg:after { content: ''; background: rgba(0, 0, 0, 0.5); width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; display: block; } .vc_row.row-container { margin-left: 0 !important; margin-right: 0 !important; } .vc_parallax .vc_parallax-inner { background-position: center center; } .vc_column_container { padding: 0 15px; } .vc_column_container > .vc_column-inner { padding: 0; background-position: center right; background-repeat: no-repeat; } .row-border-top { border-top: 1px solid rgba(255, 255, 255, 0.1); } .wpb_revslider_element { margin-bottom: 0 !important; } div[class*="vc_column-gap"] > .vc_column_container { padding-left: 15px !important; padding-right: 15px !important; } .row-border-bottom { border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .row-border-bottom-dark { border-bottom: 1px solid rgba(0, 0, 0, 0.1); } .container .container { padding: 0 !important; width: 100% !important; } .col-border .vc_column-inner { padding: 30px; background: #fff; border: 1px solid #E2DFEB; } .row-gradient-darkblue { background-image: radial-gradient(farthest-corner at 50% -50%, #07335f 0%, #FCC91B 70%, #FCC91B 100%); background-color: #FCC91B; } .row-gradient-2 { position: relative; } .row-gradient-2 > .container { position: relative; z-index: 11; } .row-gradient-2:after { content: ''; background-image: radial-gradient(farthest-corner at 50% -50%, #fff 0%, #dde7ff 70%, #dde7ff 100%); background-color: #dde7ff; position: absolute; top: 120px; left: 0; bottom: 0; right: 0; z-index: 1; display: block; } @media (max-width: 991px) { .row-gradient-2:after { top: 0; } } .column-padding-1 { padding: 45px 30px; } .column-style-1 { max-width: 700px; margin: 0 auto; padding: 80px 30px; } @media (max-width: 991px) { .column-style-1 { padding: 30px; } } .column-style-1.float-right { float: right; margin-right: -1px !important; } .column-style-2 { max-width: 765px; margin: 0 auto; padding: 65px 20px !important; } @media (max-width: 991px) { .column-style-2 { padding: 0 20px !important; } } @media (max-width: 767px) { .column-style-2 { padding: 0 20px !important; } } .column-style-2.float-right { float: right; margin-right: -1px !important; } .column-style-3 { padding: 60px; } @media (max-width: 991px) { .column-style-3 { padding: 30px; } } .column-style-3.float-right { float: right; margin-right: 1px !important; } .column-style-4 { margin-top: -120px; } @media (max-width: 991px) { .column-style-4 { margin-top: 10px; margin-bottom: 30px; } } .column-style-4 .vc_column-inner { background: #FCC91B; padding: 30px 20px; } .column-padding-30 .vc_column-inner { padding: 30px; background: transparent !important; } .cols-border { overflow: hidden; } .cols-border > .container { overflow: hidden; } .cols-border .row > div[class*='col-'], .cols-border .row > div[class^='col-'], .cols-border .vc_row > div[class*='col-'], .cols-border .vc_row > div[class^='col-'] { position: relative; } .cols-border .row > div[class*='col-'] .vc_column-inner, .cols-border .row > div[class^='col-'] .vc_column-inner, .cols-border .vc_row > div[class*='col-'] .vc_column-inner, .cols-border .vc_row > div[class^='col-'] .vc_column-inner { padding-left: 10px; padding-right: 10px; } .cols-border .row > div[class*='col-']:first-child .vc_column-inner, .cols-border .row > div[class^='col-']:first-child .vc_column-inner, .cols-border .vc_row > div[class*='col-']:first-child .vc_column-inner, .cols-border .vc_row > div[class^='col-']:first-child .vc_column-inner { padding-left: 0; } .cols-border .row > div[class*='col-']:last-child .vc_column-inner, .cols-border .row > div[class^='col-']:last-child .vc_column-inner, .cols-border .vc_row > div[class*='col-']:last-child .vc_column-inner, .cols-border .vc_row > div[class^='col-']:last-child .vc_column-inner { padding-right: 0; } .cols-border .row > div[class*='col-']:last-child:after, .cols-border .row > div[class^='col-']:last-child:after, .cols-border .vc_row > div[class*='col-']:last-child:after, .cols-border .vc_row > div[class^='col-']:last-child:after { content: none; } .cols-border .row > div[class*='col-']:after, .cols-border .row > div[class^='col-']:after, .cols-border .vc_row > div[class*='col-']:after, .cols-border .vc_row > div[class^='col-']:after { content: ""; top: 0; right: 0; bottom: 0; width: 1px; height: 800px; background: rgba(255, 255, 255, 0.2); position: absolute; z-index: 9; display: block; } .cols-border .vc_row .vc_column-inner { padding-right: 0 !important; padding-left: 0 !important; } .cols-border-white { overflow: hidden; margin-bottom: 0 !important; } .cols-border-white .row > div[class*='col-'], .cols-border-white .row > div[class^='col-'], .cols-border-white .vc_row > div[class*='col-'], .cols-border-white .vc_row > div[class^='col-'] { position: relative; } .cols-border-white .row > div[class*='col-'] .vc_column-inner, .cols-border-white .row > div[class^='col-'] .vc_column-inner, .cols-border-white .vc_row > div[class*='col-'] .vc_column-inner, .cols-border-white .vc_row > div[class^='col-'] .vc_column-inner { padding-left: 10px; padding-right: 10px; } .cols-border-white .row > div[class*='col-']:first-child .vc_column-inner, .cols-border-white .row > div[class^='col-']:first-child .vc_column-inner, .cols-border-white .vc_row > div[class*='col-']:first-child .vc_column-inner, .cols-border-white .vc_row > div[class^='col-']:first-child .vc_column-inner { padding-left: 0; } .cols-border-white .row > div[class*='col-']:last-child .vc_column-inner, .cols-border-white .row > div[class^='col-']:last-child .vc_column-inner, .cols-border-white .vc_row > div[class*='col-']:last-child .vc_column-inner, .cols-border-white .vc_row > div[class^='col-']:last-child .vc_column-inner { padding-right: 0; } .cols-border-white .row > div[class*='col-']:last-child:after, .cols-border-white .row > div[class^='col-']:last-child:after, .cols-border-white .vc_row > div[class*='col-']:last-child:after, .cols-border-white .vc_row > div[class^='col-']:last-child:after { content: none; } .cols-border-white .vc_row .vc_column-inner { padding-right: 0 !important; padding-left: 0 !important; } .special-row { width: 100% !important; margin-top: -60px; } @media (max-width: 767px) { .special-row { margin-top: 0; } } .special-row > .container > .row { position: relative; z-index: 9; background: #fff; padding: 50px 0 30px; } .special-row-2 { margin-top: -60px; position: relative; z-index: 9; background: transparent; float: left; width: 100% !important; } @media (max-width: 767px) { .special-row-2 { margin-top: 35px; } } .special-row-2 > .container > .row > .wpb_column > .vc_column-inner { background: #fff; border: 1px solid #E2DFEB; -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); padding: 35px 20px; } .cols-nopadding .row, .cols-nopadding .vc_row { margin-left: 0 !important; margin-right: 0 !important; } .cols-nopadding .row > div[class*='col-'], .cols-nopadding .row > div[class^='col-'], .cols-nopadding .vc_row > div[class*='col-'], .cols-nopadding .vc_row > div[class^='col-'] { padding-left: 0 !important; padding-right: 0 !important; } @media (max-width: 490px) { .vc_col-sm-6 { width: 100%; } } .vc_progress_bar { margin-top: 30px; } .vc_progress_bar .vc_single_bar { height: 3px; margin-bottom: 45px !important; } .vc_progress_bar .vc_single_bar .vc_bar { background: #5F5F5F; } .vc_progress_bar .vc_single_bar .vc_label { top: -20px; padding: 0 !important; line-height: 1; color: #aaaaaa; } .vc_progress_bar.gva-process { float: left; width: 100%; } .vc_progress_bar.gva-process .vc_general { margin-bottom: 20px !important; } .vc_progress_bar.gva-process .vc_general .vc_bar { background: #FCC91B; } .wpb_single_image { margin-bottom: 0 !important; background: none; } .vc_tta.vc_general.vc_tta-tabs-position-left .vc_tta-tab > a { padding: 20px 20px !important; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 600; } .vc_tta-container { margin: 0 !important; float: left; width: 100%; overflow: hidden; } .vc_general.vc_tta-tabs.vc_tta-tabs-position-left { display: block; } .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .widget { border: none; } .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container { width: 20%; background: #F5F5F5; border-right: none; float: left; position: relative; overflow: visible; } @media (max-width: 767px) { .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container { width: 100%; } } .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container:after { content: ""; top: 50%; left: 0; width: 100%; height: 600px; background: #F5F5F5; z-index: 1; position: absolute; } .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list { width: 100%; padding: 0; position: relative; z-index: 9; } .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list > li { position: relative; } .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list > li:after { content: ""; background: transparent; width: auto; height: 100%; position: absolute; top: 0; left: -10px; right: -10px; z-index: 1; } .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list > li i { font-size: 24px; position: absolute; top: 50%; margin-top: -15px; left: 3px; width: 30px; height: 30px; display: inline-block; line-height: 30px; z-index: 9; } .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list > li > a { font-size: 16px; text-transform: uppercase; font-weight: 400; border: none; padding-left: 38px !important; position: relative; z-index: 99; line-height: 20px; position: relative; } @media (max-width: 991px) { .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list > li > a { font-size: 12px !important; line-height: 18px; } } .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list > li > a:after { content: ""; background: transparent; width: auto; height: 0; position: absolute; top: 0; left: 20px; right: 20px; z-index: 1; border-top: 1px dotted #E2DFEB; } .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list > li.vc_active:after { background: #FCC91B; } .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list > li.vc_active a, .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list > li.vc_active i { color: #fff !important; } .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list > li:last-child > a { border-bottom: none; } .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container { width: 80%; float: left; } @media (max-width: 767px) { .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container { width: 100%; } .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panel-heading { background: #fff; border-bottom: 1px solid #E2DFEB; } .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panel-heading a { font-size: 14px; text-transform: uppercase; } .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container .vc_active { border-bottom: 1px solid #E2DFEB; } } .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container .tabs-list > li > a { padding-top: 17px !important; padding-bottom: 17px !important; font-family: "Open Sans", Arial, Helvetica, sans-serif; } .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel.icon:before { display: none !important; } .vc_general.vc_tta-tabs.vc_tta-tabs-position-top { text-align: center; } .vc_general.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list { background: #fff; margin-bottom: 20px; display: inline-block; } .vc_general.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list > li { position: relative; text-align: left; padding: 0; } .vc_general.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list > li > a { font-size: 16px; border: none !important; color: #404040; padding: 10px; line-height: 20px; position: relative; } .vc_general.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list > li > a .vc_tta-icon { width: 50px; height: 50px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border: 2px solid #E2DFEB; line-height: 50px; display: inline-block; text-align: center; font-size: 22px; } .vc_general.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list > li.vc_active { background: none !important; } .vc_general.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list > li.vc_active a { color: #FCC91B; text-decoration: none; } .vc_general.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list > li.vc_active a .vc_tta-icon { border-color: #FCC91B; } .vc_general.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container { border: 1px solid #E2DFEB; padding: 20px; margin-top: 20px; font-size: 15px; } @media (max-width: 767px) { .vc_general.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel { width: 100%; } .vc_general.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel .vc_tta-panel-heading { background: #fff; border-bottom: 1px solid #E2DFEB; } .vc_general.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel .vc_tta-panel-heading a { font-size: 14px; text-transform: uppercase; } .vc_general.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel.vc_active { border-bottom: 1px solid #E2DFEB; } } .vc_tta.vc_tta-accordion { padding: 20px 20px; border: 1px solid #E2DFEB; } .vc_tta.vc_tta-accordion .vc_tta-panels .vc_tta-panel { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #E2DFEB; } .vc_tta.vc_tta-accordion .vc_tta-panels .vc_tta-panel:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; } .vc_tta.vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading { background: #fff; } .vc_tta.vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading a { color: #404040; font-size: 14px; padding: 0; text-transform: capitalize; } .vc_tta.vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-body { padding: 10px 0 0 !important; } .vc_tta.vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-controls-icon { float: right; } .vc_tta.vc_tta-accordion .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading a { color: #FCC91B; } .vc_tta.vc_tta-tabs .vc_tta-panel-body { padding: 0 !important; } .vc_toggle { border-bottom: 1px solid #E2DFEB; margin: 0 0 30px !important; } .vc_toggle .vc_toggle_title { padding: 0 40px 30px 0 !important; border-bottom: 1px solid transparent; } .vc_toggle .vc_toggle_title h4 { font-size: 16px; font-weight: 600; } .vc_toggle .vc_toggle_title:hover h4 { color: #FCC91B; } .vc_toggle .vc_toggle_title .vc_toggle_icon { right: 0 !important; left: auto !important; top: 15px !important; color: #FCC91B; background: url("../images/toggle_close.png") no-repeat center center transparent !important; width: 10px !important; height: 10px !important; border: none !important; } .vc_toggle .vc_toggle_title .vc_toggle_icon:after, .vc_toggle .vc_toggle_title .vc_toggle_icon:before { content: none !important; } .vc_toggle .vc_toggle_content { padding: 0 !important; margin: 30px 0 !important; } .vc_toggle .vc_toggle_content p { margin: 0 !important; } .vc_toggle.vc_toggle_active .vc_toggle_title { border-bottom-color: #E2DFEB; } .vc_toggle.vc_toggle_active .vc_toggle_title h4 { color: #FCC91B; } .vc_toggle.vc_toggle_active .vc_toggle_icon { background: url("../images/toggle_open.png") no-repeat center center transparent !important; width: 10px !important; height: 10px !important; } .vc_toggle.vc_toggle_active .vc_toggle_icon:after, .vc_toggle.vc_toggle_active .vc_toggle_icon:before { content: none !important; } .vc_toggle.last-child { margin-bottom: 0 !important; border-bottom: 0 !important; } .vc_toggle.last-child .vc_toggle_title { padding-bottom: 0 !important; } .vc_toggle.last-child.vc_toggle_active { border-bottom: 1px solid #E2DFEB !important; } .vc_toggle.last-child.vc_toggle_active .vc_toggle_title { padding-bottom: 30px !important; } .gva-deals { border: 1px solid #E2DFEB; } .gva-deals .widget-heading { border-bottom: 1px solid #E2DFEB; } .gva-deals .widget-heading .widget-title { border-bottom: none; padding: 10px; text-align: left; } .gva-deals .widget-heading .widget-title img { margin-top: 5px; margin-right: 2px; } .gva-deals .item-product-deals { padding: 0; } .gva-deals .item-product-deals .product-block { padding: 20px; } .gva-deals .item-product-deals .product-block:before { display: none; } .gva-deals .item-product-deals .time { width: 100%; } .gva-deals .item-product-deals .time .countdown-times { float: left; } .gva-deals .item-product-deals .time .countdown-times > div { font-size: 14px !important; } .gva-productscategory-navigation { border: 1px solid #E2DFEB; overflow: hidden; } .gva-productscategory-navigation .widget-title { padding: 0 20px; color: #fff; text-align: left; background: #FCC91B; line-height: 48px; font-size: 16px; text-transform: uppercase; font-weight: 600; } .gva-productscategory-navigation .col-first { position: relative; } .gva-productscategory-navigation .col-first:after { content: ""; width: 1px; height: 5000px; position: absolute; right: 0; top: 0; background: #E2DFEB; z-index: 1; } @media (max-width: 767px) { .gva-productscategory-navigation .col-first:after { display: none; } } .gva-productscategory-navigation .banners img { width: 100%; height: auto; } .gva-products-list .widget-title { background: #FCC91B; padding: 15px 20px; font-size: 16px; color: #fff; } .gva-products-list .shop-products { padding: 0 20px; } .gva-products-list .shop-products > .product-block { margin-top: 20px !important; padding: 20px 0 0; border-top: 1px solid #E2DFEB; } .gva-products-list .shop-products > .product-block .product-block-inner { padding: 0; } .gva-products-list .shop-products > .product-block:first-child { margin-top: 0 !important; border: none; } .gva-products-list .shop-products > .product-block:last-child { padding-bottom: 20px; } .gva-social-links { margin-bottom: 10px; } .gva-social-links ul.socials { list-style: none; text-align: right; margin-bottom: 0; } .rtl .gva-social-links ul.socials { text-align: left; } .gva-social-links ul.socials > li { display: inline-block; margin-right: 20px; } .rtl .gva-social-links ul.socials > li { margin-left: 20px; margin-right: inherit; } .gva-social-links ul.socials > li a { float: left; } .gva-social-links.default ul.socials > li a i { font-size: 18px !important; } .gva-social-links.style-v2 { overflow: hidden; width: 100%; text-align: center; } .gva-social-links.style-v2::after { display: block; clear: both; content: ""; } .gva-social-links.style-v2 .widget-title { text-transform: uppercase; text-align: center; } .gva-social-links.style-v2 .widget-title span { font-size: 14px; font-weight: 600; text-transform: capitalize; color: #fff; } .gva-social-links.style-v2 ul.socials { float: none; padding: 0; text-align: center; position: relative; display: inline-block; width: auto; padding: 0 10px; } .gva-social-links.style-v2 ul.socials > li { line-height: 1; display: inline-block; padding: 0 8px; margin: 0; } .gva-social-links.style-v2 ul.socials > li > a { line-height: 1; font-size: 18px !important; color: #fff; } .gva-social-links.style-v2 ul.socials > li > a i { font-size: 18px; background: none; } .gva-social-links.style-v2 ul.socials > li > a:hover { color: #FCC91B; } .gva-social-links.style-v3 { text-align: center; margin-top: 45px; } .gva-social-links.style-v3 ul.socials { text-align: center; } .gva-social-links.style-v3 ul.socials > li > a { color: #aaaaaa; } .gva-social-links.style-v3 ul.socials > li > a i { font-size: 18px; } .gva-social-links.style-v3 ul.socials > li > a:hover { color: #404040; } .gva-social-links.style-v4 { margin-bottom: 0; } .gva-social-links.style-v4 ul.socials { margin-bottom: 0; float: right; } .gva-social-links.style-v4 ul.socials > li > a { color: #aaaaaa !important; } .gva-social-links.style-v4 ul.socials > li > a i { font-size: 16px !important; } .gva-social-links.style-v4 ul.socials > li > a:hover { color: #404040 !important; } .gsc-icon-box { margin-bottom: 30px; position: relative; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } .gsc-icon-box::after { display: block; clear: both; content: ""; } .gsc-icon-box:hover .icon-container { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scale(-1, 1); transform: scale(-1, 1); } @media (max-width: 991px) { .gsc-icon-box.hidden-desc-mobile .desc { display: none; } } .gsc-icon-box.icon-image.left { padding-right: 30px; } @media (max-width: 1199px) { .gsc-icon-box.icon-image.left { padding-right: 0; } } .gsc-icon-box.icon-image .fa-1x { display: block; width: 24px; } .gsc-icon-box.icon-image .fa-2x { display: block; width: 32px; } .gsc-icon-box.icon-image .fa-3x { display: block; width: 64px; } .gsc-icon-box.icon-image .fa-4x { display: block; width: 96px; } .gsc-icon-box.icon-image.top-center .fa-3x .icon img { margin-top: 20px; } .gsc-icon-box.icon-image.top-center .fa-4x .icon img { margin-top: 25px; } .gsc-icon-box .highlight_content { margin-top: 5px; } .gsc-icon-box .highlight_content .title { font-size: 18px; color: #404040; margin-bottom: 10px; font-weight: 600; line-height: 24px; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; } .gsc-icon-box .highlight_content .desc p { margin-bottom: 0; } .gsc-icon-box .highlight-icon .icon-container { text-align: center; line-height: 1; position: relative; color: #FCC91B; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } .gsc-icon-box .highlight-icon .icon-container.icon-shadown { -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); border: 1px solid rgba(0, 0, 0, 0.02); } .gsc-icon-box .highlight-icon .icon-container .icon { position: relative; z-index: 11; } .gsc-icon-box .highlight-icon .icon-container.fa-stack { line-height: 2.4em !important; width: 2.4em; height: 2.4em; } .gsc-icon-box .highlight-icon .icon-container.text-theme[class*="border-"] { border-color: rgba(0, 0, 0, 0.1); } .gsc-icon-box .highlight-icon .icon-container.text-white[class*="border-"] { border-color: rgba(255, 255, 255, 0.2); } .gsc-icon-box .highlight-icon .icon-container.text-black { color: #404040; } .gsc-icon-box .highlight-icon .icon-container.text-black[class*="border-"] { border-color: rgba(0, 0, 0, 0.1); } .gsc-icon-box .highlight-icon .icon-container.radius-1x:after { border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; } .gsc-icon-box .highlight-icon .icon-container.radius-2x:after { border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; } .gsc-icon-box .highlight-icon .icon-container.radius-5x:after { border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; } .gsc-icon-box.icon-background .highlight-icon .icon-container { -webkit-transition: all 0.5s; transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; } .gsc-icon-box.icon-background .highlight-icon .icon-container:after { top: 0px; left: 0px; z-index: 1; position: absolute; width: 100%; height: 100%; content: ''; -webkit-transform: scale(1); transform: scale(1); opacity: 1; filter: alpha(opacity=100); -webkit-transition: all 0.5s; transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; } .gsc-icon-box.icon-background .highlight-icon .icon-container.bg-black:after { background: #222222; } .gsc-icon-box.icon-background .highlight-icon .icon-container.bg-theme:after { background: #FCC91B; } .gsc-icon-box.icon-background.icon-border .highlight-icon .icon-container.bg-black { border-color: #222222; } .gsc-icon-box.icon-background.icon-border .highlight-icon .icon-container.bg-theme { border-color: #FCC91B; } .gsc-icon-box.icon-border:not(.icon-background) .highlight-icon .icon-container { color: #FCC91B; } .gsc-icon-box.icon-border:not(.icon-background) .highlight-icon .icon-container:after { opacity: 0; filter: alpha(opacity=0); top: 0px; left: 0px; z-index: 1; position: absolute; width: 100%; height: 100%; content: ''; -webkit-transform: scale(1.4); transform: scale(1.4); opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 0.5s; transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; background: #fff; } .gsc-icon-box.top-center { text-align: center; max-width: 550px; margin-right: auto; margin-left: auto; } .gsc-icon-box.top-center .highlight-icon { text-align: center; padding-right: 0 !important; } .gsc-icon-box.top-center .highlight-icon .icon-container { display: inline-block; } .gsc-icon-box.top-center .highlight-icon .icon-container.icon-shadown { margin-bottom: 15px; } .gsc-icon-box.top-center .highlight-icon .icon-container.fa-1x { font-size: 1.4em; } .gsc-icon-box.top-center .title { position: relative; margin-bottom: 20px; margin-top: 15px; } .gsc-icon-box.top-center .highlight_content { text-align: center; } .gsc-icon-box.top-center .highlight_content .desc { text-align: center; font-weight: 400; text-transform: none; } .gsc-icon-box.top-center.icon-background .icon-container { margin-bottom: 10px; } .gsc-icon-box.top-center.v2 { border: 1px solid #FCC91B; border-top: none; position: relative; padding: 0 20px 30px; margin-top: 40px; max-width: 300px; } .gsc-icon-box.top-center.v2:after, .gsc-icon-box.top-center.v2:before { content: ""; position: absolute; top: 0; width: 70px; height: 1px; background: #FCC91B; z-index: 1; } .gsc-icon-box.top-center.v2:after { right: 0; } .gsc-icon-box.top-center.v2:before { left: 0; } .gsc-icon-box.top-center.v2 .highlight-icon { width: 100%; height: auto; left: 0; top: -30px; position: absolute; min-height: 72px; } .gsc-icon-box.top-center.v2 .highlight-icon .icon-container { position: relative; display: inline-block; padding: 0; } .gsc-icon-box.top-center.v2 .highlight_content { padding-top: 60px; } .gsc-icon-box.top-center.v2 .highlight_content .title { margin: 15px 0; } .gsc-icon-box.top-left { text-align: left; max-width: 600px; } .gsc-icon-box.top-left .icon-container.icon-shadown { margin-bottom: 15px; } .gsc-icon-box.top-left.icon-background .icon-container { margin-bottom: 10px; } .gsc-icon-box.top-right { text-align: right; max-width: 600px; } .gsc-icon-box.top-right .title { padding: 5px 0; } .gsc-icon-box.top-right .highlight-icon { width: 100%; text-align: right; } .gsc-icon-box.top-right .highlight-icon .icon-container { display: inline-block; } .gsc-icon-box.top-right .highlight-icon .icon-container.icon-shadown { margin-bottom: 15px; } .gsc-icon-box.top-right.icon-background .icon-container { margin-bottom: 10px; } .gsc-icon-box.top-left-title .title-inner, .gsc-icon-box.top-right-title .title-inner { display: table; margin-bottom: 8px; } .gsc-icon-box.top-left-title .title-inner .highlight-icon, .gsc-icon-box.top-right-title .title-inner .highlight-icon { display: table-cell; vertical-align: top; } .gsc-icon-box.top-left-title .title-inner .title, .gsc-icon-box.top-right-title .title-inner .title { display: table-cell; vertical-align: middle; } .gsc-icon-box.top-left-title .highlight-icon { padding-right: 15px; } .gsc-icon-box.top-right-title { text-align: right; } .gsc-icon-box.top-right-title::after { display: block; clear: both; content: ""; } .gsc-icon-box.top-right-title .title-inner { float: right; } .gsc-icon-box.top-right-title .highlight-icon { padding-left: 15px; } .gsc-icon-box.top-right-title .desc { float: right; width: 100%; } .gsc-icon-box.right, .gsc-icon-box.left { display: table; max-width: 600px; } .gsc-icon-box.right .highlight-icon, .gsc-icon-box.left .highlight-icon { display: table-cell; vertical-align: top; padding-top: 5px; } .gsc-icon-box.right .highlight_content, .gsc-icon-box.left .highlight_content { display: table-cell; vertical-align: top; } .gsc-icon-box.right .highlight_content .title, .gsc-icon-box.left .highlight_content .title { margin-bottom: 8px; } .gsc-icon-box.right { text-align: right; } .gsc-icon-box.right .highlight-icon { padding-left: 20px; } .gsc-icon-box.left { text-align: left; } .gsc-icon-box.left .highlight-icon { padding-right: 20px; } .gsc-icon-box.text-light .title { color: #fff; } .gsc-icon-box.text-light .title:after { background: #fff; } .gsc-icon-box.text-light .title a { color: #fff; } .gsc-icon-box.text-light .title a:hover { color: #FCC91B; } .gsc-icon-box.text-light .desc { color: rgba(255, 255, 255, 0.8); } .gsc-icon-box.text-light.icon-border .icon-container { border-color: rgba(255, 255, 255, 0.2) !important; } .gsc-icon-box.box-background { padding: 30px; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; } .gsc-icon-box.box-background.active, .gsc-icon-box.box-background:hover, .gsc-icon-box.box-background:focus, .gsc-icon-box.box-background:active { -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1); } .gva-blogs-carousel .widget-title { font-size: 18px; padding: 0 0 30px; } .gva-blogs-carousel .description { margin-top: 10px; font-size: 14px; } .gva-blogs-carousel .entry-thumb a { position: relative; display: block; overflow: hidden; } .gva-blogs-carousel .entry-thumb a img { -webkit-transition: all 2s; transition: all 2s; -moz-transition: all 2s; -ms-transition: all 2s; } .gva-blogs-carousel .entry-thumb a:after { content: ""; width: 100%; height: 100%; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; top: 0; left: 0; position: absolute; background: rgba(0, 0, 0, 0.5); z-index: 9; opacity: 0; filter: alpha(opacity=0); } .gva-blogs-carousel .entry-thumb a:before { content: "\e904"; font-family: "gva-icon"; width: 40px; height: 40px; text-align: center; line-height: 40px; color: #fff; position: absolute; top: 50%; left: 50%; font-size: 30px; margin-top: -20px; margin-left: -20px; z-index: 99; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; opacity: 0; filter: alpha(opacity=0); } .gva-blogs-carousel .entry-thumb a:hover:after, .gva-blogs-carousel .entry-thumb a:hover:before { opacity: 1; filter: alpha(opacity=100); } .gva-blogs-carousel .entry-thumb a:hover img { -webkit-transform: scale(1.2); transform: scale(1.2); } .gsc-team .social-icons a { width: 35px; height: 35px; line-height: 35px; text-align: center; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; margin-right: 10px; display: inline-block; color: #fff; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); } .gsc-team .social-icons a:hover { -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4); box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4); } .gsc-team .team-name { font-size: 14px; text-transform: uppercase; padding: 0 0 15px; position: relative; font-weight: 600; margin: 0; letter-spacing: 1px; } .gsc-team .team-position { text-transform: capitalize; color: #FCC91B; font-weight: 400; font-size: 13px; } .gsc-team .team-info { margin: 15px 0; } .gsc-team.team-horizontal { margin-top: 50px; } .gsc-team.team-horizontal .team-header { position: relative; overflow: hidden; } .gsc-team.team-horizontal .team-header img { -webkit-transition: all 3s; transition: all 3s; -moz-transition: all 3s; -ms-transition: all 3s; display: inline-block; } .gsc-team.team-horizontal .team-header .box-hover { opacity: 0; filter: alpha(opacity=0); -webkit-transform: scale(0.8); transform: scale(0.8); position: absolute; top: 0; left: 0; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); } .gsc-team.team-horizontal .team-header .box-hover .content-inner { position: absolute; top: 50%; margin-top: -15px; left: 0; width: 100%; height: auto; padding: 0 20px; } .gsc-team.team-horizontal .team-header .social-list a { background: none; color: #fff !important; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; margin-right: 20px; display: inline-block; font-size: 16px; } .gsc-team.team-horizontal .team-header .social-list a:last-child { margin-right: 0; } .gsc-team.team-horizontal .team-header .social-list a:hover { color: #FCC91B !important; } .gsc-team.team-horizontal .team-name { font-size: 14px; margin: 0 0 12px 0; text-transform: uppercase; padding: 0 0 12px; position: relative; font-weight: 800; } .gsc-team.team-horizontal .team-name:after { bottom: 0; left: 0; content: ""; background: #FCC91B; width: 45px; height: 1px; position: absolute; } .gsc-team.team-horizontal:hover .box-hover { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scale(1); transform: scale(1); } .gsc-team.team-horizontal:hover .team-header img { -webkit-transform: scale(1.2); transform: scale(1.2); } .gsc-team.team-vertical-small { background: #F6F6F6; padding: 30px; text-align: center; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } .gsc-team.team-vertical-small .team-header { width: 110px; height: 110px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; display: inline-block; } .gsc-team.team-vertical-small:hover { -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); } .gsc-team.team-vertical { margin-bottom: 30px; position: relative; background: none; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; } .gsc-team.team-vertical .team-header { overflow: hidden; position: relative; } .gsc-team.team-vertical .team-header img { -webkit-transition: all 3s; transition: all 3s; -moz-transition: all 3s; -ms-transition: all 3s; display: inline-block; } .gsc-team.team-vertical .social-list a { background: none; color: #fff !important; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; margin-right: 20px; display: inline-block; font-size: 16px; } .gsc-team.team-vertical .social-list a:last-child { margin-right: 0; } .gsc-team.team-vertical .social-list a:hover { color: #404040 !important; } .gsc-team.team-vertical .team-name { padding: 0; color: #fff; } .gsc-team.team-vertical .team-position { color: #fff; } .gsc-team.team-vertical .team-content { color: #fff; } .gsc-team.team-vertical .box-hover { opacity: 0; filter: alpha(opacity=0); -webkit-transform: scale(0.8); transform: scale(0.8); position: absolute; top: 0; left: 0; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); } .gsc-team.team-vertical .box-hover .team-content { position: absolute; left: 0; width: 100%; height: auto; padding: 0 20px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .gsc-team.team-vertical .team-body { bottom: 0; left: 0; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } .gsc-team.team-vertical .team-body .content-hover { opacity: 0; filter: alpha(opacity=0); } .gsc-team.team-vertical .team-body .info { padding: 20px 15px; position: relative; margin-top: -35px; margin-left: 15px; margin-right: 15px; z-index: 99; background: #FCC91B; } .gsc-team.team-vertical:hover .box-hover { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scale(1); transform: scale(1); } .gsc-team.team-circle .team-header, .gsc-team.team-circle .box-hover { border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; } /********************* Custom heading *************************/ .gsc-heading { margin: 0 0 30px; display: block; width: 100%; } .gsc-heading::after { display: block; clear: both; content: ""; } .gsc-heading .title { font-weight: 600; margin: 0; position: relative; color: #404040; font-size: 34px; line-height: 46px; text-transform: capitalize; letter-spacing: -1px; } @media (max-width: 991px) { .gsc-heading .title { font-size: 28px !important; } } .gsc-heading .title strong { color: #FCC91B !important; } .gsc-heading .sub-title { font-size: 18px; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #FCC91B; font-weight: 400; line-height: 1.4; text-transform: capitalize; margin-bottom: 4px; } .gsc-heading .title-desc { max-width: 680px; margin: 0 auto; line-height: 26px; font-size: 14px; padding-top: 10px; } .gsc-heading.align-center { text-align: center; } .gsc-heading.align-left { text-align: left; } .gsc-heading.align-left .heading-top { padding-left: 15px; position: relative; } .gsc-heading.align-left .heading-top:after { content: ''; width: 2px; background: #FCC91B; position: absolute; left: 0; top: 2px; bottom: 5px; z-index: 1; } .gsc-heading.align-left .title-desc { float: left; } .gsc-heading.align-left-2 { text-align: left; } .gsc-heading.align-left-2 .heading-top { padding-left: 15px; width: 60%; float: left; position: relative; } @media (max-width: 991px) { .gsc-heading.align-left-2 .heading-top { width: 100%; } } .gsc-heading.align-left-2 .heading-top:after { content: ''; width: 2px; background: #FCC91B; position: absolute; left: 0; top: 2px; bottom: 5px; z-index: 1; } .gsc-heading.align-left-2 .title-desc { float: right; text-align: right; width: 40%; padding-left: 15px; } @media (max-width: 991px) { .gsc-heading.align-left-2 .title-desc { width: 100%; text-align: left; padding: 0; float: left; margin-top: 10px; } } .gsc-heading.align-right { text-align: right; } .gsc-heading.align-right .title-desc { float: right; } .gsc-heading.align-right .title-icon { float: right; } .gsc-heading.style-2 .title { font-size: 30px; text-transform: capitalize; letter-spacing: -1px; font-weight: 600; line-height: 40px; } .gsc-heading.style-2.align-left { padding-right: 15px; } .gsc-heading.style-3 { background: #FCC91B; padding: 30px; position: relative; margin-bottom: 45px; } .gsc-heading.style-3:after { content: ''; border: 12px solid transparent; border-top-color: #FCC91B; position: absolute; bottom: -24px; left: 50%; margin-left: -12px; z-index: 9; } .gsc-heading.style-3 .title { font-size: 32px; letter-spacing: -1px; max-width: 900px; margin: 0 auto; } .gsc-heading.style-3 .title-desc { padding-top: 0; color: #656565; } .gsc-heading.style-4 { max-width: 800px; margin: 0 auto 35px; } .gsc-heading.style-4 .title { font-size: 28px; line-height: 36px; } .gsc-heading.text-light .title-sub { background: rgba(255, 255, 255, 0.6); } .gsc-heading.text-light .title { color: #fff; } .gsc-heading.text-light .title-sub span { color: rgba(255, 255, 255, 0.9); } .gsc-heading.text-light .title-icon { color: #fff; } .gsc-heading.text-light .title-icon span:after, .gsc-heading.text-light .title-icon span:before { background: rgba(255, 255, 255, 0.6); } .gsc-heading.text-light .title-desc { color: rgba(255, 255, 255, 0.9); } .gva-contact-info { background: none; } .gva-contact-info .widget-content { background: #fff; } .gva-contact-info .widget-content .description { line-height: 20px; margin-bottom: 45px; } .gva-contact-info .widget-content .image { -webkit-box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.15); box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.15); } .gva-contact-info .widget-content .content { margin-top: 25px; } .gva-contact-info .widget-content .content > div { margin-top: 10px; } .gva-contact-info .widget-content .content > div i { margin: 0 8px 0 0; } .wpb_gmaps_widget .wpb_wrapper { padding: 0 !important; border: none !important; } .gva-grid-posts .layout-sticky-on iframe { height: 235px; } .gva-blogs-list .post { width: 100%; float: left; } .gva-blogs-list .post .post-thumbnail { width: 45%; float: left; } @media (max-width: 991px) { .gva-blogs-list .post .post-thumbnail { width: 100%; } } .gva-blogs-list .post .post-thumbnail iframe { height: 250px; min-height: 250px; } .gva-blogs-list .post .entry-content { width: 55%; float: left; padding-left: 30px; } @media (max-width: 991px) { .gva-blogs-list .post .entry-content { width: 100%; padding-left: 0; padding-top: 15px; } } @media (max-width: 991px) and (max-width: 991px) { .gva-blogs-list .post .entry-content .entry-title { margin-top: 15px; } } .gva-blogs-list.show-read-more .read-more { margin-top: 5px; display: block !important; visibility: visible !important; } .gva-blogs-list .row-item:last-child .post { margin-bottom: 0 !important; } .post-small .post { margin-bottom: 20px !important; float: left; width: 100%; } .post-small .post .post-thumbnail { width: 70px; float: left; } .post-small .post .post-content { padding-left: 85px; width: 100%; float: none; } .post-small .post .entry-title { font-size: 14px !important; margin: 0; padding: 0; } .post-small .post .cat-links a { color: #FCC91B; } .post-small .post .cat-links a:hover { text-decoration: underline; } .post-small .post .entry-meta { margin: 5px 0; } .post-small .post .entry-meta .author { display: none; } .post-small .post .line-1 { display: none; } .gva-brands .item .item-brand { text-align: center; margin-bottom: 20px; } .gva-brands .item .item-brand:last-child { margin-bottom: 0; } .gva-tabs-products-ajax div[data-loaded="false"] { position: relative; } .gva-tabs-products-ajax div[data-loaded="false"] .ajax-loading { width: 100%; display: block; } .gva-tabs-products-ajax div[data-loaded="false"] .ajax-loading:after { content: ""; top: 50%; left: 50%; width: 64px; height: 64px; margin-top: -32px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; background: url("../images//preloader.gif") repeat-x center center transparent; position: absolute; z-index: 1; } .gva-tabs-products-ajax .tabs-list { -ms-overflow-scrolling: touch; overflow-scrolling: touch; -webkit-overflow-scrolling: touch; overflow: auto; } .gva-tabs-products-ajax .nav-tabs { white-space: nowrap; padding: 0; -ms-overflow-scrolling: touch; overflow-scrolling: touch; -webkit-overflow-scrolling: touch; overflow: auto; white-space: nowrap; } .gva-tabs-products-ajax .nav-tabs > li { display: inline-block !important; white-space: nowrap; float: none; } .gva-tabs-products-ajax .nav-tabs > li > a { position: relative; margin-bottom: 25px; padding-bottom: 3px; } .gva-tabs-products-ajax .nav-tabs > li > a:after { -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; content: ""; width: 100%; height: 1px; position: absolute; bottom: 0; left: 0; z-index: 1; background: #E2DFEB; opacity: 0; filter: alpha(opacity=0); } .gva-tabs-products-ajax .nav-tabs > li.active > a:after { width: 100%; opacity: 1; filter: alpha(opacity=100); } .store-wrapper .widget-title { font-size: 18px; margin: 0; padding: 15px; text-transform: uppercase; } .store-wrapper .btn-show-store-box { left: 0; position: fixed; top: 80px; -webkit-transform: translateX(-100%); transform: translateX(-100%); -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; z-index: 9; background: rgba(0, 0, 0, 0.6); border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border: none !important; } .store-wrapper .btn-show-store-box.show { -webkit-transform: translateX(0px); transform: translateX(0px); background: #404040; } .store-wrapper .hidden-caption { float: right; } .store-wrapper .hidden-caption:hover { cursor: pointer; color: #FCC91B; } .store-wrapper .store-box { background: #ffffff none repeat scroll 0 0; left: 0; overflow-y: scroll; padding: 0; position: fixed; bottom: 0; top: 75px; -webkit-transform: translateX(-100%); transform: translateX(-100%); -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; width: 350px; z-index: 9; } .store-wrapper .store-box.show { -webkit-transform: translateX(0px); transform: translateX(0px); } .store-wrapper .store-item { border-top: 1px solid #cccccc; color: #262626; cursor: pointer; font-size: 13px; padding: 10px 20px; -webkit-transition: all 0.1s ease-in-out 0s; transition: all 0.1s ease-in-out 0s; } .store-wrapper .store-item h4 { color: #5f5f5f; font-size: 14px; text-transform: uppercase; } .store-wrapper .store-item p { margin-bottom: 0; } .store-wrapper .store-item:hover, .store-wrapper .store-item:active, .store-wrapper .store-item:focus { background: rgba(81, 129, 52, 0.2) none repeat scroll 0 0; } .store-wrapper .marker-content { overflow: hidden; padding: 5px 0 0; } @media (min-width: 992px) { .store-wrapper .marker-content > * { float: left; width: 50%; } } .store-wrapper .marker-content .map-item-info { color: #212121; padding-left: 30px; } .store-wrapper .marker-content .map-item-info .title { margin: 15px 0 8px; } .store-wrapper .marker-content .map-item-info a { color: #518134; } .vc_cta3 { border: none !important; } .vc_cta3 .vc_cta3-content-header { position: relative; padding-bottom: 15px; margin-bottom: 20px; } .vc_cta3 .vc_cta3-content-header:after { content: ''; width: 80px; height: 2px; background: #fff; position: absolute; bottom: 0; margin-left: -40px; } .vc_cta3 .vc_cta3-actions { margin-top: 15px; } .milestone-block { display: inline-block; margin-right: 50px; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; } .milestone-block .milestone-icon { float: left; text-align: center; position: relative; } .milestone-block .milestone-icon span { font-size: 32px; color: #8c8c8c; } .milestone-block .milestone-number-inner { font-size: 30px; line-height: 30px; font-weight: 600; margin: 10px 0; } .milestone-block .milestone-text { font-size: 16px; font-weight: 600; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #404040; } .milestone-block .milestone-content { font-size: 14px; } .milestone-block.position-icon-top { text-align: center; display: block; width: 100%; padding: 40px 20px; background: #fff; } .milestone-block.position-icon-top .milestone-icon { color: #FCC91B; display: inline-block; text-align: center; float: none; margin: 0; } .milestone-block.position-icon-top .milestone-icon span { color: #FCC91B; font-size: 60px; line-height: 1; } .milestone-block.position-icon-top .milestone-right { display: block; text-align: center; float: none; width: 100%; margin-top: 10px; } .milestone-block.position-icon-top .milestone-text { font-size: 16px; color: #232526; } .milestone-block.position-icon-top.special-top { margin-top: -80px; } @media (max-width: 991px) { .milestone-block.position-icon-top.special-top { margin-top: 30px; } } .milestone-block.position-icon-top.v2 { padding: 0 20px; } .milestone-block.position-icon-top.v2 .milestone-number { font-size: 35px; color: #232526; } .milestone-block.position-icon-top-2 { text-align: center; display: block; width: 100%; padding: 30px; min-height: 270px; background: #fff; } .milestone-block.position-icon-top-2 .milestone-icon { color: #FCC91B; display: inline-block; text-align: center; float: none; margin: 0; } .milestone-block.position-icon-top-2 .milestone-icon span { color: #FCC91B; font-size: 60px; line-height: 1; } .milestone-block.position-icon-top-2 .milestone-right { display: block; text-align: center; float: none; width: 100%; margin-top: 10px; } .milestone-block.position-icon-top-2 .milestone-text { font-size: 16px; color: #404040; margin-bottom: 10px; } .milestone-block.position-icon-top-2.special-top { margin-top: -80px; } @media (max-width: 991px) { .milestone-block.position-icon-top-2.special-top { margin-top: 30px; } } .milestone-block.position-icon-top-2.v2 { padding: 0 20px; } .milestone-block.position-icon-top-2.v2 .milestone-number { font-size: 35px; color: #232526; } .milestone-block.position-icon-left { width: 100%; margin-right: 0 !important; margin-bottom: 35px; } @media (max-width: 991px) { .milestone-block.position-icon-left { margin-bottom: 30px; } } .milestone-block.position-icon-left .milestone-icon { float: left; width: 48px; height: 48px; line-height: 48px; text-align: center; margin-right: 9px; margin-bottom: 4px; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; position: relative; padding-top: 6px; font-weight: 600; } .milestone-block.position-icon-left .milestone-icon span { font-size: 38px !important; color: #FCC91B; } .milestone-block.position-icon-left .milestone-right { float: left; text-align: left; padding-left: 15px; margin-left: 0; border-left: 1px solid #E2DFEB; } .milestone-block.position-icon-left .milestone-number-inner { margin: 0; font-size: 24px; } .milestone-block.position-icon-left .milestone-number-inner .milestone-number { font-size: 24px; line-height: 26px; font-weight: 600; margin: 0; } .milestone-block.position-icon-left .milestone-text { font-size: 16px; text-transform: capitalize; font-weight: 600; color: #404040; } .milestone-block[style*="background-color"] { padding: 50px 20px; } @media (max-width: 991px) { .milestone-block[style*="background-color"] { padding: 30px 20px; } } .milestone-block.text-light .milestone-number, .milestone-block.text-light .milestone-text { color: #fff !important; } .milestone-block.text-light .milestone-icon span { border-color: #fff; color: #fff; } .gsc-image-content.style-1 { text-align: center; margin-bottom: 30px; max-width: 500px; margin-left: auto; margin-right: auto; } .gsc-image-content.style-1 .box-content { padding: 10px 15px 0; } .gsc-image-content.style-1 .box-content .title { font-size: 18px; } .gsc-image-content.style-1 .box-content .read-more { margin-top: 15px; } .gsc-image-content.style-2 { position: relative; margin-bottom: 20px; text-align: center; max-width: 420px; margin-right: auto; margin-left: auto; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } .gsc-image-content.style-2 .image { position: relative; overflow: hidden; text-align: center; } .gsc-image-content.style-2 .image img { -webkit-transition: all 3s; transition: all 3s; -moz-transition: all 3s; -ms-transition: all 3s; } .gsc-image-content.style-2 .box-content { background: #fff; padding: 30px; bottom: 0; left: 0; z-index: 1; width: 100%; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } .gsc-image-content.style-2 .box-content .title { margin: 0 0 10px; } .gsc-image-content.style-2 .box-content .desc { margin-top: 5px; } .gsc-image-content.style-2 .box-content .read-more { margin-top: 10px; } .gsc-image-content.style-2:hover { -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); } .gsc-image-content.style-3 { max-width: 550px; margin: 0 auto 20px; } .gsc-image-content.style-3 .image { position: relative; margin-bottom: 20px; text-align: center; } .gsc-image-content.style-3 .image:after { content: ''; background: rgba(0, 0, 0, 0.2); position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } .gsc-image-content.style-3 .image .title { position: absolute; top: 50%; width: 100%; padding: 10px 15px; text-align: center; z-index: 9; margin-top: -25px; color: #fff; } .gsc-image-content.style-3 .image .title a { color: #fff; text-shadow: 0 0 5px #000; } .gsc-image-content.style-3 .image:hover:after { background: #FCC91B; } .gsc-image-content.style-3 .read-more { margin-top: 10px; } .gva-gallery-grid .gallery-post { margin-bottom: 10px; } .gva-gallery-grid div[class*="block-grid-"] { margin: 0 -5px; } .gva-gallery-grid .item-columns { padding: 0 5px; } .slider-gallery-v1 { margin-left: -3px !important; margin-right: -3px !important; } .slider-gallery-v1 .owl-item { padding-left: 0 !important; padding-right: 0 !important; } .slider-gallery-v1 .gallery-item { float: left; padding-right: 3px !important; } .slider-gallery-v1 img { -webkit-transform-style: none !important; transform-style: none !important; -webkit-transform: none !important; transform: none !important; } .slider-gallery-v1 .gallery-large { background: #fff; } .slider-gallery-v1 .gallery-large img { width: 100%; height: auto; } .slider-gallery-v1 div > .gallery-small { width: 50% !important; background: transparent !important; float: left; } .slider-gallery-v1 div > .gallery-small .gallery-small-item { background: #fff; width: 100% !important; height: auto !important; float: left; clear: both; padding-bottom: 3px; margin: 0; } .slider-gallery-v1 div > .gallery-small .gallery-small-item:last-child { padding-bottom: 0; } .slider-gallery-v1 div > .gallery-small .gallery-small-item img { width: 100%; height: auto; } .gva-view-mlayout-1 .item-first { border-bottom: 0 none; display: block; float: left; width: 50%; padding-bottom: 0; padding-right: 15px; } @media (max-width: 767px) { .gva-view-mlayout-1 .item-first { width: 100%; padding-right: 0; } } .gva-view-mlayout-1 .item-first .post { margin-bottom: 20px; } .gva-view-mlayout-1 .item-first .post .post-content { padding-top: 20px; } .gva-view-mlayout-1 .item-first .post .post-content .entry-meta { margin: 0 0 5px; } .gva-view-mlayout-1 .item-first .post .post-content .entry-title { margin: 0; } .gva-view-mlayout-1 .item-first .post .post-content .entry-title a { font-size: 22px; line-height: 30px; } .gva-view-mlayout-1 .items-second { float: left; width: 50%; padding-left: 15px; } @media (max-width: 767px) { .gva-view-mlayout-1 .items-second { width: 100%; padding-left: 0; margin-top: 15px; } } .gva-view-mlayout-1 .items-second .post { margin-bottom: 30px !important; float: left; width: 100%; } @media (max-width: 991px) { .gva-view-mlayout-1 .items-second .post { margin-bottom: 20px !important; } } .gva-view-mlayout-1 .items-second .post .post-thumbnail { width: 130px; float: left; border: 1px solid rgba(0, 0, 0, 0.06); } @media (max-width: 991px) { .gva-view-mlayout-1 .items-second .post .post-thumbnail { width: 100px; } } .gva-view-mlayout-1 .items-second .post .post-content { padding-left: 150px; padding-top: 0; width: 100%; float: none; } @media (max-width: 991px) { .gva-view-mlayout-1 .items-second .post .post-content { padding-left: 120px; padding-top: 0; } } .gva-view-mlayout-1 .items-second .post .entry-title { font-size: 18px; margin: 0; padding: 0; } @media (max-width: 991px) { .gva-view-mlayout-1 .items-second .post .entry-title { font-size: 16px; } } .gva-view-mlayout-1 .items-second .post .entry-meta { margin: 0 0 5px; } .gva-view-mlayout-1 .items-second .post .entry-meta .author { display: none; } @media (max-width: 991px) { .gva-view-mlayout-1 .items-second .post .entry-meta { margin: 0 0 5px; } .gva-view-mlayout-1 .items-second .post .entry-meta .entry-date, .gva-view-mlayout-1 .items-second .post .entry-meta .line { display: none; } } .gva-view-mlayout-1 .items-second .post .post-body { margin-top: 8px; } @media (max-width: 991px) { .gva-view-mlayout-1 .items-second .post .post-body { display: none; } } .pricing-table { text-align: left; position: relative; background-color: #fff; border: 1px solid #E2DFEB; top: 0; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; padding: 20px; margin-top: 10px; } .pricing-table ul li { list-style: none; } .pricing-table .plan-name { -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; font-weight: 600; text-transform: capitalize; padding: 0 0; } .pricing-table .plan-name .title { font-weight: 600; color: #404040; font-size: 18px; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; } .pricing-table .content-wrap .plan-price { margin: 10px 0 5px; padding-bottom: 10px; border-bottom: 1px solid #E2DFEB; } .pricing-table .content-wrap .plan-price .price-value { display: inline-block; } .pricing-table .content-wrap .plan-price .price-value .dollar { font-size: 24px; font-weight: 600; display: inline-block; position: relative; line-height: 36px; float: left; color: #FCC91B; } .pricing-table .content-wrap .plan-price .price-value .value { font-size: 40px; font-weight: 400; display: inline-block; line-height: 40px; float: left; color: #FCC91B; } .pricing-table .content-wrap .plan-price .interval { margin-top: 18px; font-size: 14px; line-height: 22px; font-weight: 400; position: relative; display: block; float: left; } .pricing-table .plan-list { padding: 15px 0 0; text-align: left; } .pricing-table .plan-list p { margin-bottom: 0 !important; } .pricing-table .plan-list ul { padding: 0; } .pricing-table .plan-list ul li { padding: 5px 0 5px 20px; font-size: 14px; list-style: none; position: relative; } .pricing-table .plan-list ul li:after { content: '\e901'; font-family: "gva-icon"; position: absolute; top: 8px; left: 0; z-index: 1; color: #FCC91B; font-size: 12px; } .pricing-table .plan-list ul li.off { color: #989898; } .pricing-table .plan-list ul li.off:after { content: '\e903'; color: #989898; font-size: 10px; top: 10px; } .pricing-table .plan-signup { padding: 20px 20px 10px; text-align: center; } .pricing-table:hover { -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1); } .pricing-table.highlight-plan { -webkit-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.1); position: relative; z-index: 9; } .pricing-table.highlight-plan .featured-label { background: #FCC91B; color: #fff; position: absolute; top: -15px; left: 15px; right: 15px; text-transform: uppercase; font-size: 12px; z-index: 99; text-align: center; font-weight: 600; padding: 3px 15px; } .vc_progress_bar { position: relative; } .vc_progress_bar .vc_general { position: relative; margin-bottom: 50px; } .vc_progress_bar .vc_general .vc_label { color: #404040 !important; text-shadow: none !important; font-size: 14px; font-weight: 600; } .vc_progress_bar .vc_general .vc_label_units { position: absolute; right: 0; bottom: 0; z-index: 9; } .box-card { margin-bottom: 30px; } .box-card .highlight_content .title { font-size: 15px; text-transform: uppercase; } .box-card.box-card-left { -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07); box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07); padding: 20px 20px 20px 100px; position: relative; overflow: hidden; } .box-card.box-card-left h4 { margin-top: 0; } .box-card.box-card-left .highlight-icon { -webkit-box-shadow: none; box-shadow: none; width: auto; height: auto; position: absolute; left: 20px; top: 30px; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } .box-card.box-card-left .highlight-icon .icon { font-size: 60px; line-height: 1; color: #FCC91B; } .box-card.box-card-left .highlight-icon .icon.fa { margin-top: 0 !important; } .box-card.box-card-left:hover .highlight-icon { opacity: 0.2; filter: alpha(opacity=20); -webkit-transform: rotate(30deg) scale(2.2); transform: rotate(30deg) scale(2.2); } .box-card.box-card-right { -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07); box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07); padding: 20px 100px 20px 20px; position: relative; overflow: hidden; } .box-card.box-card-right h4 { margin-top: 0; } .box-card.box-card-right .highlight-icon { -webkit-box-shadow: none; box-shadow: none; width: auto; height: auto; position: absolute; right: 20px; top: 30px; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } .box-card.box-card-right .highlight-icon .icon { font-size: 60px; line-height: 1; color: #FCC91B; } .box-card.box-card-right .highlight-icon .icon.fa { margin-top: 0 !important; } .box-card.box-card-right:hover .highlight-icon { opacity: 0.2; filter: alpha(opacity=20); -webkit-transform: rotate(30deg) scale(2.2); transform: rotate(30deg) scale(2.2); } /********************** Call to action **************************/ .gsc-call-to-action .title { font-weight: 600; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; } .gsc-call-to-action .desc { font-size: 16px; } .gsc-call-to-action.button-right { position: relative; } .gsc-call-to-action.button-right .title { margin: 0 !important; font-weight: 600; text-transform: capitalize; font-size: 28px; } .gsc-call-to-action.button-right .desc { font-size: 14px; } .gsc-call-to-action.button-right .content-inner .content { padding-right: 180px; max-width: 800px; float: left; } @media (max-width: 767px) { .gsc-call-to-action.button-right .content-inner .content { padding-right: 0; max-width: 100%; } } .gsc-call-to-action.button-right .content-inner .content p { margin: 0; } .gsc-call-to-action.button-right .content-inner .button-action { position: absolute; right: 0; top: 50%; margin-top: -20px; z-index: 1; } @media (max-width: 767px) { .gsc-call-to-action.button-right .content-inner .button-action { position: static; margin-top: 10px; float: left; width: 100%; } } .gsc-call-to-action.button-right-2 { position: relative; z-index: 1; background: #369FF4; padding: 45px 30px; margin-top: -60px; } @media (max-width: 991px) { .gsc-call-to-action.button-right-2 { padding: 30px; } } .gsc-call-to-action.button-right-2 .content-inner { max-width: 1000px; margin: 0 auto; position: relative; } .gsc-call-to-action.button-right-2 .content-inner .title { color: #fff; margin: 0 0 10px !important; font-weight: 600; text-transform: capitalize; font-size: 26px; } .gsc-call-to-action.button-right-2 .content-inner .content { float: left; color: #fff; padding-right: 230px; position: relative; } .gsc-call-to-action.button-right-2 .content-inner .content:after { content: ''; width: 1px; height: 100%; background: rgba(255, 255, 255, 0.5); top: 0; right: 210px; position: absolute; z-index: 1; } @media (max-width: 767px) { .gsc-call-to-action.button-right-2 .content-inner .content { padding-right: 0; } .gsc-call-to-action.button-right-2 .content-inner .content:after { display: none; } } .gsc-call-to-action.button-right-2 .content-inner .content p { margin: 0; } .gsc-call-to-action.button-right-2 .content-inner .button-action { position: absolute; right: 0; top: 50%; margin-top: -20px; z-index: 1; } @media (max-width: 767px) { .gsc-call-to-action.button-right-2 .content-inner .button-action { position: static; margin-top: 20px; float: left; width: 100%; } } .gsc-call-to-action.button-left { position: relative; text-align: right; } .gsc-call-to-action.button-left .title { margin: 0 !important; } .gsc-call-to-action.button-left .content { padding-left: 120px; } .gsc-call-to-action.button-left .content p { margin: 0; } .gsc-call-to-action.button-left .button-action { position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); z-index: 1; } .gsc-call-to-action.button-bottom { padding: 15px 0; } .gsc-call-to-action.button-bottom .title { font-size: 32px; position: relative; padding-bottom: 20px; margin-bottom: 20px; margin-top: 0; line-height: 44px; color: #404040; font-weight: 600; letter-spacing: -1px; } @media (max-width: 991px) { .gsc-call-to-action.button-bottom .title { font-weight: 30px; } } .gsc-call-to-action.button-bottom .title strong { color: #FCC91B; } .gsc-call-to-action.button-bottom .title small { color: #404040; display: block; margin-top: 6px; } .gsc-call-to-action.button-bottom .title:after { content: ""; width: 80px; height: 2px; background: #FCC91B; left: 0; bottom: 0; z-index: 1; position: absolute; } .gsc-call-to-action.button-bottom .desc { font-size: 16px; } .gsc-call-to-action.button-bottom .button-action { margin-top: 30px; } .gsc-call-to-action.button-bottom.text-light .title:after { background: #fff; } .gsc-call-to-action.button-center { padding-top: 45px !important; padding-bottom: 45px !important; margin-bottom: 0 !important; text-align: center; margin: 0 auto; } .gsc-call-to-action.button-center .title { font-size: 38px; position: relative; padding-bottom: 30px; margin-bottom: 30px; line-height: 54px; margin-top: 0; } .gsc-call-to-action.button-center .title:after { content: ""; width: 80px; height: 2px; background: #FCC91B; left: 50%; bottom: 0; margin-left: -40px; z-index: 1; position: absolute; } .gsc-call-to-action.button-center .button-action { margin-top: 30px; } .gsc-call-to-action.button-center.text-light .title:after { background: #fff; } .gsc-call-to-action.has-background { padding: 35px; margin-bottom: 30px; } .gsc-call-to-action.has-background .title { margin-bottom: 0; padding-bottom: 15px; font-size: 20px; } .gsc-call-to-action.has-background .title:after { display: none; } .gsc-call-to-action.has-background.button-right .button-action { right: 30px; } .gsc-call-to-action.text-light .content { color: #fff; } .gsc-call-to-action.text-light .content .title { color: #fff; } .gsc-call-to-action.text-light .content .desc * { color: #fff; } .gsc-call-to-action.text-light .subtitle { color: #fff; } .gsc-call-to-action .video-body { margin-top: 20px; } .gsc-call-to-action .video-body .gsc-video-link .icon-play { background: url("../images//icon-play.png") no-repeat center center transparent; background-size: contain; -webkit-background-size: contain; width: 60px; height: 60px; display: inline-block; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; color: #FCC91B; line-height: 60px; text-align: center; padding-left: 3px; } .gsc-call-to-action .video-body .gsc-video-link .icon-play:hover { -webkit-transform: scale(0.8); transform: scale(0.8); } .gsc-call-to-action .video-body .gsc-video-link .video-title { display: block; font-size: 18px; font-weight: 600; color: #fff; text-transform: uppercase; } .gsc-box-parallax { position: relative; margin-bottom: 80px; } .gsc-box-parallax .col-first { width: 60%; float: right; } @media (max-width: 991px) { .gsc-box-parallax .col-first { width: 100% !important; } } .gsc-box-parallax .col-second { padding: 30px; background: #fff; position: absolute; width: 50%; height: auto; z-index: 9; height: 80%; left: 0; -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07); box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07); } .gsc-box-parallax .col-second .content-inner { position: relative; } @media (max-width: 991px) { .gsc-box-parallax .col-second { width: 100% !important; position: static !important; height: auto !important; float: left; } .gsc-box-parallax .col-second::after { display: block; clear: both; content: ""; } } .gsc-box-parallax .content-inner .subtitle { font-size: 14px; text-transform: uppercase; color: #404040; font-weight: 600; } .gsc-box-parallax .content-inner .title { margin-bottom: 15px; float: left; width: 100%; } .gsc-box-parallax .content-inner .title h3 { margin: 0; font-size: 20px; } .gsc-box-parallax .content-inner .desc { width: 100%; float: left; } .gsc-box-parallax .content-inner .readmore { margin-top: 10px; float: left; width: 100%; } .gsc-box-parallax.content-align-right .col-first { float: left; text-align: right; } .gsc-box-parallax.content-align-right .col-second { right: 0; left: auto; } .gsc-box-hover { position: relative; background: transparent; } @media (max-width: 991px) { .gsc-box-hover { margin-bottom: 20px; } } .gsc-box-hover .frontend, .gsc-box-hover .backend { -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); z-index: 1; border-radius: inherit; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: inherit; perspective: inherit; -webkit-transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8); -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8); transition: -webkit-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8); transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8); transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8), -webkit-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8); min-height: 250px; } .gsc-box-hover .frontend { background: #fff; height: inherit; -webkit-transform: rotateY(0deg); transform: rotateY(0deg); } .gsc-box-hover .frontend .frontend-content { border: 1px solid #E2DFEB; border-top: 0; padding: 20px; text-align: center; } .gsc-box-hover .backend { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; -webkit-transform: rotateY(180deg); transform: rotateY(180deg); background: #FCC91B; -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); padding: 25px 20px 30px; color: #fff; } .gsc-box-hover .backend .content-be { height: 100%; -webkit-transform: translateZ(70px) scale(0.86); transform: translateZ(70px) scale(0.86); -webkit-backface-visibility: hidden; backface-visibility: hidden; } .gsc-box-hover .backend .be-desc { color: #f1f1f1; } .gsc-box-hover .backend .box-title { position: relative; padding-bottom: 15px; margin-bottom: 15px; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; } .gsc-box-hover .backend .box-title:after { content: ''; width: 50px; height: 2px; background: #fff; position: absolute; bottom: 0; left: 0; z-index: 1; } .gsc-box-hover .backend .box-title a { color: #fff; } .gsc-box-hover .backend .box-title a:hover { text-decoration: underline; } .gsc-box-hover .backend .link-action { margin-top: 15px; } .gsc-box-hover .backend .link-action a { color: #fff; } .gsc-box-hover .backend .link-action a:after { color: #fff; } .gsc-box-hover .backend .link-action a:hover { color: #369FF4; } .gsc-box-hover .backend .link-action a:hover:after { color: #369FF4; } .gsc-box-hover .box-content { -webkit-perspective: 1000px; perspective: 1000px; border-radius: inherit; } .gsc-box-hover .box-title { font-weight: 600; font-size: 18px; line-height: 24px; color: #404040; padding-bottom: 8px; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; } .gsc-box-hover:hover .frontend, .gsc-box-hover:hover .backend, .gsc-box-hover:active .frontend, .gsc-box-hover:active .backend, .gsc-box-hover:focus .frontend, .gsc-box-hover:focus .backend, .gsc-box-hover.active .frontend, .gsc-box-hover.active .backend { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transition: transform 1.5s cubic-bezier(0.3, 1, 0.6, 1); -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.3, 1, 0.6, 1); transition: -webkit-transform 1.5s cubic-bezier(0.3, 1, 0.6, 1); transition: transform 1.5s cubic-bezier(0.3, 1, 0.6, 1); transition: transform 1.5s cubic-bezier(0.3, 1, 0.6, 1), -webkit-transform 1.5s cubic-bezier(0.3, 1, 0.6, 1); } .gsc-box-hover:hover .frontend, .gsc-box-hover:active .frontend, .gsc-box-hover:focus .frontend, .gsc-box-hover.active .frontend { -webkit-transform: rotateY(-180deg); transform: rotateY(-180deg); } .gsc-box-hover:hover .backend, .gsc-box-hover:active .backend, .gsc-box-hover:focus .backend, .gsc-box-hover.active .backend { -webkit-transform: rotateY(0); transform: rotateY(0); } .rotate-text { max-width: 900px; text-align: center; margin: 0 auto; } .rotate-text .primary-text { font-size: 40px; font-weight: 600; letter-spacing: -1px; color: #404040; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; } .rotate-text .primary-text strong { font-weight: 600; } .rotate-text .second-text { font-size: 16px; } .rotate-text .link { margin-top: 30px; } .gsc-video-box { position: relative; margin: 0 auto 20px; } .gsc-video-box .video-inner { position: relative; overflow: hidden; } .gsc-video-box .video-inner .image { position: relative; } .gsc-video-box .video-inner .image:after { content: ''; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); position: absolute; top: 0; left: 0; z-index: 1; } .gsc-video-box .video-inner .gsc-video-link { position: absolute; top: 50%; left: 0; margin-top: -45px; text-align: center; width: 100%; z-index: 9; } .gsc-video-box .video-inner .gsc-video-link .icon-play { background: url("../images//icon-play.png") no-repeat center center transparent; width: 85px; height: 85px; display: inline-block; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; color: #FCC91B; line-height: 85px; text-align: center; padding-left: 3px; } .gsc-video-box .video-inner .gsc-video-link .icon-play:hover { -webkit-transform: scale(0.8); transform: scale(0.8); } .gsc-video-box .video-inner .gsc-video-link .video-title { display: block; font-size: 18px; font-weight: 600; color: #fff; text-transform: uppercase; } .gsc-video-box .video-inner #gsc-video-overlay { overflow: hidden; position: absolute; width: 100%; height: 100%; z-index: 99; top: 0; left: 0; } .gsc-video-box .video-inner #gsc-video-overlay:hover .video-close { opacity: 1; filter: alpha(opacity=100); top: 0; } .gsc-video-box .video-inner .loaded { max-width: 100%; } .gsc-video-box .video-content { text-align: center; max-width: 600px; margin: 20px auto 0; } .gsc-video-box .video-content .video-title { font-size: 18px; color: #404040; font-weight: 600; } .gsc-our-partners { margin-bottom: 45px; } .gsc-our-partners::after { display: block; clear: both; content: ""; } .gsc-our-partners .image { width: 35%; float: left; } @media (max-width: 400px) { .gsc-our-partners .image { width: 100%; text-align: center; } } .gsc-our-partners .content-inner { width: 65%; float: left; padding-left: 30px; } @media (max-width: 400px) { .gsc-our-partners .content-inner { width: 100%; } } .gsc-our-partners .content-inner .title { font-size: 18px; color: #404040; font-weight: 700; } .gsc-our-partners .content-inner .info { font-size: 12px; padding: 5px 0 12px; } .gsc-our-partners .content-inner .info .category { color: #FCC91B; } .gsc-quotes-rotator { margin-bottom: 20px; } .gsc-quotes-rotator .cbp-qtrotator { position: relative; width: 100%; } .gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent { position: absolute; min-height: 100px; border-top: 1px solid #E2DFEB; padding: 10px 0; top: 0; z-index: 0; opacity: 0; width: 100%; } .gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent .content-title { font-size: 2.0em; letter-spacing: -1px; line-height: 1.2em; margin-bottom: 15px; color: #404040; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: capitalize; font-weight: 600; } @media (max-width: 991px) { .gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent .content-title { font-size: 1.9em; } } .gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent .content-inner { font-size: 16px; line-height: 32px; } .gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent .content-inner .action { margin-top: 15px; } .gsc-quotes-rotator .no-js .cbp-qtrotator .cbp-qtcontent { border-bottom: none; } .gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent, .gsc-quotes-rotator .no-js .cbp-qtrotator .cbp-qtcontent { position: relative; z-index: 100; pointer-events: auto; opacity: 1; } .gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent:before, .gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent:after { content: " "; display: table; } .gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent:after { clear: both; } .gsc-quotes-rotator .cbp-qtprogress { position: absolute; background: #FCC91B; height: 1px; width: 0%; top: 0; z-index: 1000; } .gsc-quotes-rotator .cbp-qtrotator blockquote { margin: 0; padding: 0; } .gsc-quotes-rotator.text-light { color: #fff; } .gsc-quotes-rotator.text-light .cbp-qtrotator .cbp-qtcontent { border-top: 1px solid rgba(255, 255, 255, 0.1); } .gsc-quotes-rotator.text-light .cbp-qtrotator .cbp-qtcontent .content-inner { color: #fff; } .gsc-quotes-rotator.text-light .cbp-qtrotator .cbp-qtcontent .content-title { color: #fff; } .gsc-map { position: relative; } .gsc-map .content-inner { position: absolute; bottom: 30px; left: 30px; z-index: 9; max-width: 400px; padding: 30px; background: #fff; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; border: 1px solid #E2DFEB; } @media (max-width: 600px) { .gsc-map .content-inner { position: static; width: 100%; max-width: 100%; } } .gsc-map .info { margin-bottom: 10px; padding-left: 28px; position: relative; } .gsc-map .info span.icon { font-size: 18px; top: 5px; left: 0; position: absolute; z-index: 1; color: #404040; } .gsc-map .phone { color: #FCC91B; } .gsc-map .social-inline { float: left; width: 100%; text-align: left; margin-top: 0; } .gsc-map .social-inline > a { margin: 0 10px 0 0; font-size: 16px; } .gsc-tabs-content { margin-top: 20px; } .gsc-tabs-content .slick-slider { margin-left: -15px; margin-right: -15px; } .gsc-tabs-content .slick-slider .slick-slide { text-align: center; padding-left: 15px; padding-right: 15px; } .gsc-tabs-content .carousel-nav .tab-carousel-nav .slick-slide .item { -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1); margin: 5px 0 10px; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; background: #fff; } .gsc-tabs-content .carousel-nav .tab-carousel-nav .slick-slide .item a { display: block; padding: 10px 0; font-weight: 400; font-size: 16px; color: #FCC91B; } .gsc-tabs-content .carousel-nav .tab-carousel-nav .slick-slide .item a i { margin-right: 10px; } .gsc-tabs-content .carousel-nav .tab-carousel-nav .slick-slide .item:hover, .gsc-tabs-content .carousel-nav .tab-carousel-nav .slick-slide .item:focus { cursor: pointer; } .gsc-tabs-content .carousel-nav .tab-carousel-nav .slick-slide.slick-active.slick-center .item { background: #FCC91B; } .gsc-tabs-content .carousel-nav .tab-carousel-nav .slick-slide.slick-active.slick-center .item a { color: #fff; } .gsc-tabs-content .tab-lists-content { margin-top: 20px; } .gsc-tabs-content .tab-lists-content .item { padding: 0; } .gsc-tabs-content .tab-lists-content .item .content-inner { text-align: left; width: 55%; padding-right: 30px; float: left; } @media (max-width: 600px) { .gsc-tabs-content .tab-lists-content .item .content-inner { width: 100%; padding-right: 0; padding-bottom: 30px; } } .gsc-tabs-content .tab-lists-content .item .images { text-align: center; width: 45%; float: left; padding-right: 30px; } @media (max-width: 600px) { .gsc-tabs-content .tab-lists-content .item .images { width: 100%; } } .gsc-tabs-content .tab-lists-content .item .images img { display: inline-block; } .gsc-tabs-content.text-light .carousel-nav .tab-carousel-nav .slick-slide .item a { color: #404040; } .gsc-tabs-content.text-light .carousel-nav .tab-carousel-nav .slick-slide.slick-active.slick-center .item { background: #fff !important; } .gsc-tabs-content.text-light .carousel-nav .tab-carousel-nav .slick-slide.slick-active.slick-center .item a { color: #FCC91B; } .gsc-tabs-content.text-light .tab-lists-content .item .content-inner { color: #c7c7c7; } .gsc-service-box { background: #fff; padding: 30px; margin-bottom: 30px; } @media (max-width: 1199px) { .gsc-service-box { padding: 20px; } } .gsc-service-box .icon-inner { width: 60px; float: left; } .gsc-service-box .icon-inner .icon { display: inline-block; width: 60px; height: 60px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; background: #FCC91B; line-height: 60px; text-align: center; color: #fff; font-size: 24px; } .gsc-service-box .content-inner { padding-left: 80px; } .gsc-service-box .content-inner .title { font-size: 18px; color: #404040; font-weight: 600; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; } .gsc-service-box .content-inner ul { padding: 0; margin: 5px 0; } .gsc-service-box .content-inner ul li { list-style: none; font-size: 14px; position: relative; padding-left: 15px; } .gsc-service-box .content-inner ul li:after { content: "\f111"; margin-right: 10px; color: #FCC91B; display: block; font-size: 6px; font-family: FontAwesome; position: absolute; top: 6px; left: 0; z-index: 1; } .gsc-service-box .action a { font-size: 13px; color: #369FF4; } .gsc-service-box .action a:hover { color: #FCC91B; } .gsc-job-box { padding: 30px; border: 1px solid #E2DFEB; background: #fff; margin-bottom: 30px; display: table; width: 100%; } .gsc-job-box .icon-inner { width: 60px; text-align: center; display: table-cell; } .gsc-job-box .content-inner { display: table-cell; padding-left: 20px; } .gsc-job-box .content-inner .job-type { font-size: 12px; text-transform: uppercase; font-weight: 600; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; display: inline-block; color: #FCC91B; } .gsc-job-box .content-inner .title { font-size: 18px; font-weight: 600; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #404040; margin-bottom: 5px; } .gsc-job-box .content-inner .information ul { margin: 0; padding: 0; list-style: none; } .gsc-job-box .content-inner .information ul li { position: relative; font-size: 14px; } .gsc-job-box .content-inner .information ul li i { color: #FCC91B; width: 20px; text-align: left; } .gsc-box-color { position: relative; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; margin-bottom: 35px; background: #FCC91B; max-width: 500px; margin-left: auto; margin-right: auto; overflow: hidden; } @media (max-width: 767px) { .gsc-box-color { max-width: 400px; min-height: auto !important; } } .gsc-box-color .box-content { text-align: center; } .gsc-box-color .box-content .content-inner { padding: 20px 30px; } @media (max-width: 991px) { .gsc-box-color .box-content .content-inner { padding: 20px; } } .gsc-box-color .box-content .box-title { font-weight: 600; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 18px; margin: 0 0 10px; } .gsc-box-color .box-content .box-body { position: relative; margin-bottom: 10px; } .gsc-box-color .box-content .icon { font-size: 36px; margin-left: 10px; display: block; } .gsc-box-color .box-content .content { font-size: 16px; line-height: 25px; } .gsc-box-color .box-content .action { margin: 20px 0 0; } .gsc-box-color .box-content .link { display: inline-block; font-weight: 600; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; font-size: 12px; z-index: 9; padding: 6px 36px 6px 20px; overflow: hidden; background: rgba(0, 0, 0, 0.3); text-transform: uppercase; color: #fff; position: relative; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; } .gsc-box-color .box-content .link:after { content: '\f178'; font-family: "FontAwesome"; position: absolute; top: 6px; right: 14px; color: #fff; z-index: 1; } .gsc-box-color .box-content .link .text { position: relative; z-index: 9; } .gsc-box-color .box-content .link:hover { background: rgba(0, 0, 0, 0.5); } .gsc-box-color.icon-image .box-content .image { padding-top: 15px; } .gsc-box-color.icon-image .box-content .content-inner { padding-top: 15px; } .gsc-box-color.text-white .box-title, .gsc-box-color.text-white .content, .gsc-box-color.text-white .link { color: #fff; } .gsc-box-color.text-white .box-body { color: #f5f5f5; } .gsc-facebook-box { margin-bottom: 30px; } .gsc-facebook-box iframe { width: 100%; } /*------------------------------------------------------------------*\ 7 - WIDGETS STYLE \*------------------------------------------------------------------*/ .widget, .wpb_single_image, .wpb_content_element { border: none; } .widget .widget-title, .widget .widgettitle, .widget .wpb_singleimage_heading, .wpb_single_image .widget-title, .wpb_single_image .widgettitle, .wpb_single_image .wpb_singleimage_heading, .wpb_content_element .widget-title, .wpb_content_element .widgettitle, .wpb_content_element .wpb_singleimage_heading { background: none; position: relative; margin: 0 0 20px; padding: 0 0 10px; color: #404040; font-size: 18px; font-weight: 600; text-transform: uppercase; position: relative; z-index: 9; } .widget .widget-title:after, .widget .widgettitle:after, .widget .wpb_singleimage_heading:after, .wpb_single_image .widget-title:after, .wpb_single_image .widgettitle:after, .wpb_single_image .wpb_singleimage_heading:after, .wpb_content_element .widget-title:after, .wpb_content_element .widgettitle:after, .wpb_content_element .wpb_singleimage_heading:after { content: ""; background: #FCC91B; width: 50px; height: 2px; bottom: 0; left: 0; position: absolute; z-index: 1; } .widget.text-center .widget-title, .widget.text-center .widgettitle, .widget.text-center .wpb_singleimage_heading, .wpb_single_image.text-center .widget-title, .wpb_single_image.text-center .widgettitle, .wpb_single_image.text-center .wpb_singleimage_heading, .wpb_content_element.text-center .widget-title, .wpb_content_element.text-center .widgettitle, .wpb_content_element.text-center .wpb_singleimage_heading { text-align: center !important; } .widget.title-black .widget-title, .widget.title-black .widgettitle, .widget.title-black .wpb_singleimage_heading, .wpb_single_image.title-black .widget-title, .wpb_single_image.title-black .widgettitle, .wpb_single_image.title-black .wpb_singleimage_heading, .wpb_content_element.title-black .widget-title, .wpb_content_element.title-black .widgettitle, .wpb_content_element.title-black .wpb_singleimage_heading { color: #404040 !important; } .color-theme .widget-title, .color-theme .widgettitle { color: #FCC91B !important; } /* ** Widget for sidebar */ .wp-sidebar { padding-top: 30px; } .wp-sidebar input, .wp-sidebar textarea, .wp-sidebar select { max-width: 100%; } .wp-sidebar .widget { background: #fff; overflow: hidden; margin-bottom: 30px; } .wp-sidebar .widget:last-child { border-bottom: 0; } .wp-sidebar ul { list-style: none; padding: 0; margin-bottom: 0 !important; } .wp-sidebar ul li { list-style: none; } .wp-sidebar ul li a { padding: 8px 0; font-size: 14px; display: inline-block; } .wp-sidebar ul li a:hover { color: #FCC91B; } .wp-sidebar ul li .count { margin-left: 3px; color: #262626; } .wp-sidebar ul > li ul { padding-left: 16px; } .wp-sidebar .wpb_single_image { margin-bottom: 30px !important; } .wp-sidebar .post-author, .wp-sidebar .post-date { font-size: 13px; margin: 0 0 2px; color: #aaa; } .gva-main-search .gva-search { position: relative; } .gva-main-search .gva-search input { background: none; -webkit-box-shadow: none; box-shadow: none; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; height: 46px; } .gva-main-search .gva-search input.input-search { background: #fff; } .gva-main-search .gva-search .btn-search { position: absolute; width: 46px; height: 100%; right: 0; top: 0; z-index: 9; padding: 0; background: none; border: none; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; } .gva-main-search .gva-search .btn-search input { border: none; } #wp-footer .widget, #wp-footer .wpb_single_image { background: none; } #wp-footer .widget ul, #wp-footer .wpb_single_image ul { padding: 0; list-style: none; } #wp-footer .widget ul li, #wp-footer .wpb_single_image ul li { padding-top: 8px; } #wp-footer .widget ul li a, #wp-footer .wpb_single_image ul li a { font-size: 14px; } #wp-footer .widget ul li a:hover, #wp-footer .wpb_single_image ul li a:hover { color: #FCC91B; } #wp-footer .widget ul li ul, #wp-footer .wpb_single_image ul li ul { padding-left: 20px; } .widget_tag_cloud .tagcloud > a { background: #F4F3F2; color: #8c8c8c !important; padding: 6px 10px; font-size: 14px !important; font-weight: 400; margin-right: 2px; margin-bottom: 5px; display: inline-block; } .widget_tag_cloud .tagcloud > a:hover { background: #FCC91B; color: #fff !important; } /* ** Widget Newletter */ .mc4wp-form::after { display: block; clear: both; content: ""; } .widget_recent_comments ul li { padding: 6px 0; font-weight: 400; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; } .newsletter-form input { border: none; padding: 6px 10px; display: block; float: left; line-height: 35px; } .rtl .newsletter-form input { float: right; } .newsletter-form input[type="email"] { padding: 0 20px; width: 100%; background: none; border: none; line-height: 38px; -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); border: 1px solid #E2DFEB; background: #fff; margin: 5px 0 15px; } .newsletter-form input.newsletter-submit { background: #FCC91B; border: none; padding: 0 20px; line-height: 36px; text-align: center; font-size: 12px; color: #fff; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } .newsletter-form input.newsletter-submit:hover { background: #fff; color: #FCC91B; } .widget[class*="instagram-feed"] { position: relative; } .widget[class*="instagram-feed"]:after { content: ''; width: 100%; height: auto; background: rgba(0, 0, 0, 0.69); position: absolute; top: 0; left: 0; bottom: 10px; z-index: 10; display: block; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } .widget[class*="instagram-feed"]:hover:after { opacity: 0; filter: alpha(opacity=0); visibility: hidden; } .widget[class*="instagram-feed"]:hover .widget-title { display: none; } .widget[class*="instagram-feed"] .widget-title { text-align: center !important; position: absolute; top: 50%; left: 0; margin-top: -25px; color: #fff; width: 100%; text-align: center; z-index: 11; } .widget[class*="instagram-feed"] .widget-title span { font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 34px; font-weight: 600; text-transform: capitalize; } .widget[class*="instagram-feed"] .widget-title:after { display: none; } .widget[class*="instagram-feed"] .instagram-pics { margin: 0; margin-left: -5px; margin-right: -5px; padding: 0; } .widget[class*="instagram-feed"] .instagram-pics::after { display: block; clear: both; content: ""; } .widget[class*="instagram-feed"] .instagram-pics > li { list-style-type: none; padding-left: 5px; padding-right: 5px; width: 20%; float: left; text-align: center; margin-bottom: 10px; } .widget[class*="instagram-feed"] .instagram-pics > li a { position: relative; display: block; overflow: hidden; } .widget[class*="instagram-feed"] .instagram-pics > li a img { -webkit-transition: all 2s; transition: all 2s; -moz-transition: all 2s; -ms-transition: all 2s; } .widget[class*="instagram-feed"] .instagram-pics > li a:after { content: ""; width: 100%; height: 100%; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; top: 0; left: 0; position: absolute; background: rgba(0, 0, 0, 0.5); z-index: 9; opacity: 0; filter: alpha(opacity=0); } .widget[class*="instagram-feed"] .instagram-pics > li a:before { content: "\e904"; font-family: "gva-icon"; width: 40px; height: 40px; text-align: center; line-height: 40px; color: #fff; position: absolute; top: 50%; left: 50%; font-size: 30px; margin-top: -20px; margin-left: -20px; z-index: 99; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; opacity: 0; filter: alpha(opacity=0); } .widget[class*="instagram-feed"] .instagram-pics > li a:hover:after, .widget[class*="instagram-feed"] .instagram-pics > li a:hover:before { opacity: 1; filter: alpha(opacity=100); } .widget[class*="instagram-feed"] .instagram-pics > li a:hover img { -webkit-transform: scale(1.2); transform: scale(1.2); } @media (max-width: 767px) { .widget[class*="instagram-feed"] .instagram-pics > li { width: 50%; margin-bottom: 20px; } } .widget_categories ul > li, .widget_archive ul > li, .sidebar .widget_nav_menu ul > li, .widget_pages ul > li, .widget_meta ul > li { display: block; width: 100%; float: left; position: relative; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; line-height: 26px; } .widget_categories ul > li .count, .widget_archive ul > li .count, .sidebar .widget_nav_menu ul > li .count, .widget_pages ul > li .count, .widget_meta ul > li .count { color: #8c8c8c; position: absolute; top: 2px; right: 0; z-index: 1; } .widget_categories ul > li > a, .widget_archive ul > li > a, .sidebar .widget_nav_menu ul > li > a, .widget_pages ul > li > a, .widget_meta ul > li > a { display: block; font-weight: 600; line-height: 16px; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: none; font-size: 14px; line-height: 26px; overflow: hidden; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; position: relative; margin-bottom: 15px !important; padding-bottom: 15px !important; padding-top: 0 !important; border-bottom: 1px solid #E2DFEB; } .widget_categories ul > li ul, .widget_archive ul > li ul, .sidebar .widget_nav_menu ul > li ul, .widget_pages ul > li ul, .widget_meta ul > li ul { padding-left: 0; } .widget_categories ul > li ul > li > a, .widget_archive ul > li ul > li > a, .sidebar .widget_nav_menu ul > li ul > li > a, .widget_pages ul > li ul > li > a, .widget_meta ul > li ul > li > a { padding-left: 20px; } .widget_categories > ul > li:last-child > a, .widget_archive > ul > li:last-child > a, .sidebar .widget_nav_menu > ul > li:last-child > a, .widget_pages > ul > li:last-child > a, .widget_meta > ul > li:last-child > a { margin-bottom: 0 !important; } .widget_rss ul > li, .widget_recent_entries ul > li { border-bottom: 1px dotted #E2DFEB; margin-bottom: 10px; padding-bottom: 10px; } .widget_rss ul > li a, .widget_recent_entries ul > li a { padding: 0; font-size: 16px; line-height: 26px; font-weight: 400; display: block; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; } .widget_rss ul > li a .post-date, .widget_recent_entries ul > li a .post-date { color: #999; } .widget_rss ul > li:last-child, .widget_recent_entries ul > li:last-child { border: none; } .widget_rss > ul li { margin-bottom: 10px !important; } .widget_rss > ul li a { font-weight: 600; } .widget_rss > ul li .rss-date { color: #FCC91B; font-size: 12px; } .widget_pages ul > li > a { font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; } /* ** Widget Custom Text */ .widget-custom-text { color: #fff; } .widget-custom-text .widget-title { text-align: center; color: #fff; margin-bottom: 0; font-weight: 600; padding: 20px 0; } .widget-custom-text .signature { margin-top: 50px; } .text-about { max-width: 460px; margin: 0 auto; text-align: center; } .opening-time { padding: 20px 35px; } @media (max-width) { .opening-time { padding: 20px 25px; } } .opening-time .phone { font-size: 36px; color: #FCC91B; font-weight: 600; } .opening-time .hr { width: 180px; display: inline-block; margin: 30px 0; height: 1px; background: #E2DFEB; } .opening-time h3 { margin-top: 0; font-size: 24px; font-weight: 400; color: #262626; } .store-info .item { margin-bottom: 5px; min-height: 30px; } .store-info .item::after { display: block; clear: both; content: ""; } .store-info .item i { float: left; height: 30px; margin-right: 10px; display: inline-block; line-height: 25px; } .info-shop .item { padding: 5px 0; } .info-shop .item a { font-size: 13px; } .info-shop .item a i { margin-right: 10px; font-size: 16px; } .info-shop .item a:hover { color: #FCC91B; } .copyright-links { margin: 0 !important; text-align: center; } .copyright-links .widget { margin-bottom: 0 !important; } .copyright-links ul { display: inline-block; margin-bottom: 0; } .copyright-links ul::after { display: block; clear: both; content: ""; } .copyright-links ul li { float: left; position: relative; padding-left: 10px; padding-right: 10px; padding-top: 0 !important; color: #fff; line-height: 1; } .copyright-links ul li:after { content: ""; width: 1px; height: 15px; top: 0; right: 0; position: absolute; background: rgba(255, 255, 255, 0.2); z-index: 1; } .copyright-links ul li:last-child:after { display: none; } .copyright-links ul li a { font-size: 15px !important; } .gva_widget_recent_give .give-list .item { margin-bottom: 30px; } .gva_widget_recent_give .give-list .item:last-child { margin-bottom: 0; } .gva_widget_recent_give .give-list .item .give-block .give_forms { margin: 0 !important; } .gva_widget_recent_give .give-list .item .give-block .form-content-inner { padding: 20px 15px 10px; } .gva_widget_recent_give .give-list .item .give-block .form-content .campaign-information .funded .pie-label { font-size: 20px; font-weight: 600; } .gva_widget_recent_give .give-list .item .give-block .form-content .title a { font-size: 16px; } .widget_gva_give_categories_widget ul.categories-listing li { text-align: right; display: block; width: 100%; float: left; margin-bottom: 10px; border: 1px solid #E2DFEB; position: relative; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; line-height: 45px; text-indent: 10px; direction: rtl; text-align: right; } .widget_gva_give_categories_widget ul.categories-listing li > a { padding: 0; line-height: 45px; display: inline-block; text-align: left; float: left; font-weight: 600; padding: 15px !important; line-height: 16px; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: none; font-size: 14px; overflow: hidden; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; position: relative; } .widget_gva_give_categories_widget ul.categories-listing li .post-count { background: #f2f2f2; width: 30px; height: 30px; border: 1px solid rgba(0, 0, 0, 0.06); line-height: 30px; display: inline-block; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; text-align: center; text-indent: 0; } .logged-in.admin-bar .header-v2 .stuck, .logged-in.admin-bar .header-v1 .stuck { top: 30px; } @media (max-width: 782px) { .logged-in.admin-bar .header-v2 .stuck, .logged-in.admin-bar .header-v1 .stuck { top: 45px; } } @media (max-width: 600px) { .logged-in.admin-bar .header-v2 .stuck, .logged-in.admin-bar .header-v1 .stuck { position: relative !important; top: 0; } } .logged-in.admin-bar .mini-cart-header .dropdown .minicart-content { padding-top: 45px; } @media (max-width: 991px) { .logged-in.admin-bar .gva-offcanvas-content.mobile { padding-top: 30px; } } /*------------------------------------------------------------------*\ 8 - POST TYPE \*------------------------------------------------------------------*/ .post .entry-title { font-size: 18px; line-height: 26px; font-weight: 600; margin-bottom: 5px; -ms-word-wrap: break-word; word-wrap: break-word; text-transform: capitalize; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; } .post .entry-body { -ms-word-wrap: break-word; word-wrap: break-word; } .post .entry-meta { font-size: 14px; font-weight: 400; color: #888888; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; } .post .entry-meta .line { width: 10px; height: 2px; margin: 3px 6px; display: inline-block; background: #FCC91B; } .post .entry-meta .meta-sep { padding: 0 6px; } .post .entry-meta .author, .post .entry-meta .comment { color: #888888; } .post .entry-meta > span:last-child { margin-right: 0; } .post .entry-date a { color: #888888; font-weight: 500; } .post .cat-links a { color: #888888 !important; font-weight: 500; } .post .cat-links a:hover, .post .cat-links a:focus { text-decoration: underline; } .post .post-thumbnail iframe { width: 100%; min-height: 350px; } .post .content-inner { -ms-word-wrap: break-word; word-wrap: break-word; } .post .tag-links { margin-top: 15px; display: block; } .post .tag-links a { margin-right: 5px; margin-bottom: 5px; border: 1px solid #E2DFEB; padding: 5px 10px; display: inline-block; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } .post .tag-links a:hover { color: #fff !important; background: #FCC91B; } .posts-grids .lg-block-grid-1 .post { -webkit-box-shadow: none; box-shadow: none; } .posts-grids .lg-block-grid-1 .post .entry-content { padding-bottom: 45px; } .posts-grids .lg-block-grid-1 .post .entry-content .content-inner { font-size: 16px; max-width: 620px; margin: 0 auto; } .posts-grids .lg-block-grid-1 .post .entry-content .content-inner .entry-title { font-size: 24px; margin: 15px 0 20px; } .posts-grids .lg-block-grid-1 .post .entry-content .content-inner .read-more { margin-top: 10px; display: block !important; visibility: visible !important; } .blog-grid-style .post { margin-bottom: 15px; border: 1px solid rgba(0, 0, 0, 0.1); -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } .blog-grid-style .post .entry-content { padding: 15px 30px 30px; border-top: 0; text-align: center; min-height: 230px; } .blog-grid-style .post .entry-content .content-top { margin-left: 0; margin-right: 0; position: relative; z-index: 99; padding: 10px 0 0; } .blog-grid-style .post .entry-content .entry-title { margin-top: 10px; margin-bottom: 15px; } .blog-grid-style .post .read-more { margin-top: 20px; display: block !important; visibility: visible !important; } .blog-grid-style .post:hover { -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1); box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1); } .blog-grid-style.style-2 .post { margin-top: 15px; background: #fff; border: none; } .blog-grid-style.style-2 .post .entry-content { padding-top: 15px; } div[class*="col-md-6"] .post-thumbnail iframe, div[class*="col-md-4"] .post-thumbnail iframe { min-height: 235px; height: 235px; } .post-items .post { margin-bottom: 30px; } .post-items .entry-title { font-size: 18px; text-transform: none; line-height: 26px; font-weight: 600; margin-top: 10px; margin-bottom: 12px; } .post-items .entry-meta { margin: 0px 0 10px; color: #999999; } .post-items.layout-sticky-on .posts-child .post { border-bottom: none; margin-bottom: 0; } .post-items.layout-sticky-on .posts-child .post .entry-title { font-size: 20px; } .single.single-post #wp-content { margin-bottom: 30px; } .single.single-post #wp-content > article.post .entry-title { margin-top: 0; font-size: 28px; line-height: 42px; letter-spacing: 0; color: #404040; text-transform: none; margin-bottom: 25px; font-weight: 600; position: relative; } .single.single-post #wp-content > article.post .entry-title:after { content: ''; width: 50px; height: 1px; } .single.single-post #wp-content > article.post .dpsp-content-wrapper { padding: 0; margin: 0; width: 100%; float: left; display: block; margin: 30px 0 0; padding: 10px 20px; background: #f2f2f2; position: relative; } .single.single-post #wp-content > article.post .dpsp-content-wrapper ul li { margin-bottom: 5px; margin-top: 5px; } .single.single-post #wp-content > article.post .dpsp-content-wrapper .dpsp-total-share-wrapper { right: 20px; top: 40px; } .single.single-post #wp-content > article.post .content-top.entry-meta { font-size: 14px; font-weight: 400; color: #888888; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; margin-bottom: 10px; margin-top: 30px; } .single.single-post #wp-content > article.post .content-top.entry-meta .line { width: 10px; height: 2px; margin: 3px 6px; display: inline-block; background: #FCC91B; } .single.single-post #wp-content > article.post .content-top.entry-meta .meta-sep { padding: 0 6px; } .single.single-post #wp-content > article.post .content-top.entry-meta .author, .single.single-post #wp-content > article.post .content-top.entry-meta .comment { color: #888888; } .single.single-post #wp-content > article.post .content-top.entry-meta > span:last-child { margin-right: 0; } .single.single-post #wp-content > article.post .entry-date a { color: #999; } .single.single-post #wp-content > article.post .entry-content { margin-top: 25px; } .single.single-post #wp-content > article.post footer.entry-meta { width: 100%; float: left; } .single.single-post #wp-content > article.post .post-content strong img { margin-right: 10px; } .single.single-post #wp-content > article.post .post-content .wp-caption { max-width: 100%; } .single.single-post #wp-content > article.post .post-content input[type="text"], .single.single-post #wp-content > article.post .post-content input[type="tel"], .single.single-post #wp-content > article.post .post-content input[type="password"], .single.single-post #wp-content > article.post .post-content input[type="email"] { padding: 0 8px; } .single.single-post #wp-content > article.post .post-content input[type="submit"] { background: #FCC91B; color: #fff; text-transform: uppercase; font-size: 12px; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; border: none; -webkit-box-shadow: none; box-shadow: none; padding: 3px 10px; } .single.single-post #wp-content > article.post .post-content input[type="submit"]:hover { background: #404040; } .post-navigation { width: 100%; float: left; margin-top: 30px; padding-top: 40px; margin-bottom: 30px; border-top: 1px solid #E2DFEB; } .post-navigation a { display: inline-block; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 600; border: 2px solid #E2DFEB; padding: 10px 20px; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } .post-navigation a span { -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } .post-navigation a:hover { background: #FCC91B; color: #fff; } .post-navigation a:hover span { color: #fff !important; } .post-navigation a[rel*="next"] { float: right; text-align: right; } .post-navigation a span { display: block; } .post-navigation a span.meta-nav { font-size: 14px; color: #888888; } .post-navigation a span.meta-nav i { font-size: 10px; } .post-navigation a span.meta-nav.next i { margin-left: 8px; margin-top: 1px; } .post-navigation a span.meta-nav.prev i { margin-right: 8px; margin-top: 1px; } .results-search .post { border: none !important; } .results-search .post .post-thumbnail { width: 100%; float: left; } .results-search .post .entry-content { float: left; width: 100%; border: 1px solid #E2DFEB; } .single-post .nav-links { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; font-weight: 600; margin: 30px 0 20px; } .gallery-post { position: relative; display: block; width: 100%; } .gallery-post:after { content: ""; width: 100%; height: 100%; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; top: 0; left: 0; position: absolute; background: rgba(0, 0, 0, 0.5); z-index: 9; opacity: 0; filter: alpha(opacity=0); } .gallery-post .images { overflow: hidden; position: relative; } .gallery-post .images img { -webkit-transition: all 5s; transition: all 5s; -moz-transition: all 5s; -ms-transition: all 5s; } .gallery-post a.zoomGallery { position: absolute; width: 32px; height: 32px; top: 50%; left: 50%; margin-top: -16px; margin-left: -16px; z-index: 99; color: #fff; font-size: 30px; line-height: 1; opacity: 0; filter: alpha(opacity=0); } @media (max-width: 680px) { .gallery-post a.zoomGallery { display: none; } } .gallery-post:hover:after { opacity: 1; filter: alpha(opacity=100); } .gallery-post:hover a.zoomGallery { opacity: 1; filter: alpha(opacity=100); } .event-block { -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); margin-bottom: 10px; } .event-block .event-image { position: relative; } .event-block .event-image .date { position: absolute; top: 15px; right: 10px; overflow: hidden; padding: 5px 10px; background: #369FF4; color: #fff; font-size: 14px; opacity: 0.9; filter: alpha(opacity=90); } .event-block .event-image .date .icon { margin-right: 5px; } .event-block .event-content { background: #fff; padding: 15px 20px; border: 1px solid rgba(0, 0, 0, 0.039); border-top: 0; min-height: 240px; } .event-block .event-content .event-info .title { font-size: 18px; line-height: 24px; display: block; margin-bottom: 10px; font-weight: 600; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; } .event-block .event-content .event-info .address { font-size: 14px; color: #656565; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; } .event-block .event-content .event-info .address i { margin-right: 5px; } .event-block .event-content .event-info .body { margin-top: 10px; line-height: 28px; font-size: 14px; max-height: 85px; overflow: hidden; } .event-block:hover .date { opacity: 1; filter: alpha(opacity=100); } .event-block-list { padding-bottom: 35px; margin-bottom: 35px; border-bottom: 1px solid #E2DFEB; margin-left: auto; margin-right: auto; max-width: 1000px; } .event-block-list::after { display: block; clear: both; content: ""; } .event-block-list .content-inner { padding-left: 350px; position: relative; z-index: 9; } @media (max-width: 1199px) { .event-block-list .content-inner { padding-left: 310px; } } @media (max-width: 991px) { .event-block-list .content-inner { padding-left: 320px; } } @media (max-width: 650px) { .event-block-list .content-inner { padding-left: 0; } } .event-block-list .content-inner .event-content-inner { position: relative; } .event-block-list .content-inner .event-content-inner .event-content { padding-left: 100px; } @media (max-width: 991px) { .event-block-list .content-inner .event-content-inner .event-content { padding-left: 0; } } .event-block-list .event-image { width: 320px; float: left; position: relative; z-index: 1; } @media (max-width: 991px) { .event-block-list .event-image { width: 300px; } } @media (max-width: 650px) { .event-block-list .event-image { width: 100%; margin-bottom: 15px; } } .event-block-list .event-image .event-date { -webkit-box-shadow: 0px 4px 26px 3px rgba(0, 0, 0, 0.1); box-shadow: 0px 4px 26px 3px rgba(0, 0, 0, 0.1); width: 120px; height: 120px; float: left; text-align: center; line-height: 1.1; padding-top: 15px; position: absolute; background: #fff; top: 50%; right: -60px; margin-top: -60px; } @media (max-width: 991px) { .event-block-list .event-image .event-date { top: 10px; right: 10px; margin-top: 0; padding-top: 10px; width: 90px; height: 90px; } } .event-block-list .event-image .event-date .date { font-size: 55px; font-weight: 700; color: #FCC91B; display: block; } @media (max-width: 991px) { .event-block-list .event-image .event-date .date { font-size: 45px; } } .event-block-list .event-image .event-date .month { font-size: 14px; text-transform: uppercase; font-weight: 700; color: #404040; } .event-block-list .event-meta { font-size: 15px; margin-top: 5px; } .event-block-list .event-line { width: 50px; height: 2px; background: #FCC91B; margin: 15px 0 15px; } @media (max-width: 991px) { .event-block-list .post-title { margin-top: 0; font-size: 18px; } } .gva-event-list .event-block-list:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; } .event-block-list-small { margin-bottom: 20px; } .event-block-list-small .event-date { width: 110px; height: auto; float: left; background: #FCC91B; color: #fff; padding: 12px 10px; } .event-block-list-small .event-date span { display: block; } .event-block-list-small .event-date span.day { font-size: 30px; border-bottom: 1px solid rgba(255, 255, 255, 0.5); line-height: 1; margin-bottom: 3px; padding-bottom: 3px; } .event-block-list-small .event-title a { font-weight: 600; font-size: 14px; display: inline-block; line-height: 24px; } .event-block-list-small .event-address { font-size: 15px; } .event-block-list-small .event-address i { font-size: 16px; color: #FCC91B; margin-right: 5px; } .event-block-list-small .event-content { padding-left: 125px; } .event-single .content-top.entry-meta { font-size: 14px; font-weight: 500; color: #888888 !important; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; margin-bottom: 10px; } .event-single .content-top.entry-meta a { color: #888888 !important; } .event-single .content-top.entry-meta .line { width: 10px; height: 2px; margin: 3px 6px; display: inline-block; background: #FCC91B; } .event-single .content-top.entry-meta .meta-sep { padding: 0 6px; } .event-single .content-top.entry-meta .author, .event-single .content-top.entry-meta .comment { color: #888888; } .event-single .content-top.entry-meta > span:last-child { margin-right: 0; } .event-single .event-thumbnail { position: relative; } .event-single .event-thumbnail .social-networks { list-style-type: none; position: absolute; bottom: 0; right: 0; background: rgba(0, 0, 0, 0.5); text-align: center; padding: 0; margin: 0; padding: 20px 15px; } .event-single .event-thumbnail .social-networks a { color: #fff; } .event-single .event-thumbnail .social-networks a:hover, .event-single .event-thumbnail .social-networks a:focus { color: #FCC91B; } .event-single .event-title { font-size: 22px; } .event-single .meta-block { margin-bottom: 30px; } .event-single .meta-block .block-title { font-weight: 600; padding-bottom: 0; margin-bottom: 20px; border-bottom: 1px solid #E2DFEB; color: #404040; text-transform: capitalize; font-size: 20px; position: relative; } .event-single .meta-block .block-title:after { content: ''; width: 100px; height: 1px; background: #FCC91B; position: absolute; bottom: -1px; left: 0; z-index: 1; } .event-single .meta-block.info { background: #f5f5f5; padding: 30px; font-size: 16px; width: 100%; float: left; } .event-single .meta-block .info-item { width: 33.33%; float: left; padding-right: 15px; margin: 10px 0; } .event-single .meta-block .info-item .icon { float: left; width: 30px; font-size: 32px; color: #404040; line-height: 1; padding-top: 5px; } .event-single .meta-block .info-item .content { padding-left: 45px; } .event-single .meta-block .info-item .content .lab, .event-single .meta-block .info-item .content .val { display: block; } .event-single .meta-block .info-item .content .lab { color: #8e8e8e; font-size: 13px; } .event-single .meta-block .info-item .content .val { color: #404040; font-weight: 600; font-size: 13px; } .event-single .meta-block .info-item:nth-child(3n+1) { clear: both; } .event-single .meta-block.speakers { float: left; width: 100%; } .event-single .meta-block.speakers .speaker-item .name { font-size: 16px; color: #404040; font-weight: 600; margin-top: 15px; } .event-single .meta-block.speakers .speaker-item .job { color: #FCC91B; line-height: 1; } .portfolio-v1 { position: relative; overflow: hidden; max-width: 510px; margin: 0 auto; margin-bottom: 30px; } .portfolio-v1 .images { position: relative; text-align: center; } .portfolio-v1 .images a.link-image-content { display: block; } .portfolio-v1 .images a.link-image-content:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #404040; opacity: 0; filter: alpha(opacity=0); -webkit-transform: scale(0.96); transform: scale(0.96); z-index: 1; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } .portfolio-v1 .images .link { opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 0.45s; transition: all 0.45s; -moz-transition: all 0.45s; -ms-transition: all 0.45s; width: 32px; height: 32px; background: #fff; line-height: 33px; position: absolute; top: 15px; right: 15px; z-index: 99; text-align: center; margin-top: 45px; } .portfolio-v1 .images .link:hover { background: #FCC91B; color: #fff; } .portfolio-v1 .content-inner { position: absolute; width: 100%; height: auto; left: 0; bottom: -20px; z-index: 11; opacity: 0; filter: alpha(opacity=0); text-align: left; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; padding: 0 25px 25px; } .portfolio-v1 .content-inner .title { margin-top: 30px; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } .portfolio-v1 .content-inner .title a { display: block; font-size: 18px; color: #fff; font-weight: 600; line-height: 26px; text-transform: capitalize; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; } .portfolio-v1 .content-inner .title a:hover, .portfolio-v1 .content-inner .title a:focus, .portfolio-v1 .content-inner .title a:active { text-decoration: underline; } .portfolio-v1 .content-inner .category { margin-top: 30px; -webkit-transition: all 0.45s; transition: all 0.45s; -moz-transition: all 0.45s; -ms-transition: all 0.45s; color: #fff; } .portfolio-v1 .content-inner .category a { color: #FCC91B; font-size: 12px; text-transform: uppercase; font-weight: 500; } .portfolio-v1 .content-inner .category a:hover, .portfolio-v1 .content-inner .category a:focus, .portfolio-v1 .content-inner .category a:active { text-decoration: underline; } .portfolio-v1:hover .images a.link-image-content:after, .portfolio-v1:active .images a.link-image-content:after, .portfolio-v1:focus .images a.link-image-content:after { opacity: 0.8; filter: alpha(opacity=80); -webkit-transform: scale(1); transform: scale(1); } .portfolio-v1:hover .images a.link, .portfolio-v1:active .images a.link, .portfolio-v1:focus .images a.link { opacity: 1; filter: alpha(opacity=100); margin-top: 0; } .portfolio-v1:hover .content-inner, .portfolio-v1:active .content-inner, .portfolio-v1:focus .content-inner { opacity: 1; filter: alpha(opacity=100); bottom: 0; } .portfolio-v1:hover .content-inner .title, .portfolio-v1:active .content-inner .title, .portfolio-v1:focus .content-inner .title { margin-top: 0; } .portfolio-v1:hover .content-inner .category, .portfolio-v1:active .content-inner .category, .portfolio-v1:focus .content-inner .category { margin-top: 0; } .portfolio-v1 ul { list-style: none; padding: 0; } .portfolio-v1.portfolio-carousel { margin-bottom: 0; } .no-gutter .portfolio-block { margin-bottom: 0; } .portfolio-item-v2 { padding: 15px; background: #fff; } .portfolio-item-v2 .images { position: relative; } .portfolio-item-v2 .images > a { position: relative; display: block; overflow: hidden; } .portfolio-item-v2 .images > a img { -webkit-transition: all 2s; transition: all 2s; -moz-transition: all 2s; -ms-transition: all 2s; } .portfolio-item-v2 .images > a:after { content: ""; width: 100%; height: 100%; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; top: 0; left: 0; position: absolute; background: rgba(0, 0, 0, 0.5); z-index: 9; opacity: 0; filter: alpha(opacity=0); } .portfolio-item-v2 .images > a:before { content: "\e904"; font-family: 'FontAwesome'; width: 40px; height: 40px; text-align: center; line-height: 40px; color: #fff; position: absolute; top: 50%; left: 50%; font-size: 30px; margin-top: -20px; margin-left: -20px; z-index: 99; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; opacity: 0; filter: alpha(opacity=0); } .portfolio-item-v2 .images .category { display: inline-block; font-size: 11px; text-transform: uppercase; font-weight: 600; position: absolute; top: 0; left: 0; background: #FCC91B; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; z-index: 9; } .portfolio-item-v2 .images .category a { color: #fff; padding: 2px 5px; } .portfolio-item-v2 .content-inner { position: relative; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; padding-top: 10px; } .portfolio-item-v2 .content-inner .title { font-size: 16px; font-weight: 600; color: #404040; margin-bottom: 5px; } .portfolio-item-v2 .content-inner .summary { font-size: 14px; line-height: 24px; } .portfolio-item-v2:hover .image a:after, .portfolio-item-v2:hover .image a:before { opacity: 1; filter: alpha(opacity=100); } .portfolio-filter { margin-bottom: 15px; width: 100%; float: left; } .portfolio-filter ul.nav-tabs { display: inline-block; text-align: left; float: left; } .portfolio-filter ul.nav-tabs > li > a { background: none; font-weight: 500; color: #404040; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; text-transform: uppercase; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; padding: 0 5px; } .portfolio-filter ul.nav-tabs > li > a.active { color: #FCC91B; } .portfolio-filter .view-all { float: right; } .gva-portfolio-items { float: left; width: 100%; } .gsc-portfolio-carousel.remove-padding .init-carousel-owl { margin-left: 0 !important; margin-right: 0 !important; } .gsc-portfolio-carousel.remove-padding .init-carousel-owl .owl-item { padding-left: 0 !important; padding-right: 0 !important; } .portfolio-sideset .uk-slidenav-position { float: left; width: 100%; position: relative; } @media (max-width: 767px) { .portfolio-sideset .uk-slidenav-position { padding-bottom: 30px; } .portfolio-sideset .uk-slidenav-position .uk-slideset-nav { top: auto !important; bottom: -15px !important; text-align: center; } } .single-portfolio .portfolio-content { float: left; width: 100%; margin: 10px 0; } .single-portfolio .portfolio-content .title { margin: 15px 0 15px; } .single-portfolio .portfolio-content .portfolio-information { float: right; margin: 0 0 15px 10px; background: #FCC91B; padding: 20px; min-width: 300px; color: #fff; } .single-portfolio .portfolio-content .portfolio-information ul { list-style: none; padding: 0; margin: 0; } .single-portfolio .portfolio-content .portfolio-information ul li .label { font-size: 14px; min-width: 110px; display: inline-block; text-align: right; color: #fff; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 600; } .single-portfolio .portfolio-thumbnail .owl-dots { position: absolute; bottom: 10px; } .single-portfolio .portfolio-thumbnail .owl-dots > .owl-dot { background: rgba(0, 0, 0, 0.8); } .single-portfolio .post-navigation { margin-bottom: 50px; } .give-block { -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; overflow: hidden; } .give-block .form-image { position: relative; } .give-block .form-image:after { content: ''; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); position: absolute; top: 0; left: 0; z-index: 9; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; opacity: 0; filter: alpha(opacity=0); } .give-block .form-image .content-action { position: absolute; top: 50%; left: 0; width: 100%; margin-top: -20px; z-index: 11; text-align: center; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; opacity: 0; filter: alpha(opacity=0); } .give-block .form-image .content-action .link { font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 600; font-size: 12px; border: 1px solid rgba(255, 255, 255, 0.8); color: #fff; padding: 8px 18px; text-transform: uppercase; text-align: center; border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } .give-block .form-image .content-action .link:hover { background: #FCC91B; border-color: #FCC91B; } .give-block .form-image .give-gallery-post { position: absolute; top: 10px; right: 10px; z-index: 99; } .give-block .form-image .give-gallery-post a { color: rgba(255, 255, 255, 0.8); -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } .give-block .form-image .give-gallery-post a .icon-expand { font-size: 18px; line-height: 1; } .give-block .form-image .give-gallery-post a:hover { color: #FCC91B; } .give-block .form-image .give-video { position: absolute; top: 10px; right: 40px; z-index: 99; } .give-block .form-image .give-video a { color: rgba(255, 255, 255, 0.8); font-size: 18px; line-height: 1; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } .give-block .form-image .give-video a:hover { color: #FCC91B; } .give-block .progress { height: 10px !important; background-color: #DCDEE0 !important; position: relative; overflow: visible !important; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; margin-bottom: 0; } .give-block .progress .progress-bar { -webkit-transition: width 1.6s ease-in-out; transition: width 1.6s ease-in-out; -moz-transition: width 1.6s ease-in-out; -ms-transition: width 1.6s ease-in-out; line-height: 10px !important; background: #FCC91B; position: relative; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; -webkit-box-shadow: none; box-shadow: none; } .give-block .form-content { position: relative; padding: 0; background: #fff; } .give-block .form-content .campaign-information { float: left; width: 100%; padding-bottom: 20px; margin-bottom: 15px; border-bottom: 1px solid #E2DFEB; } .give-block .form-content .campaign-information > div { float: left; text-align: center; } .give-block .form-content .campaign-information > div .c-label { display: block; text-transform: uppercase; font-size: 12px; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 600; color: #404040; } .give-block .form-content .campaign-information .campaign-raised { width: 35%; padding-top: 5px; position: relative; line-height: 1.4; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 600; color: #F2752E; } .give-block .form-content .campaign-information .campaign-raised:after { content: ''; width: 1px; height: auto; background: #E2DFEB; position: absolute; top: 0; bottom: 0; right: 0; z-index: 1; } .give-block .form-content .campaign-information .funded { width: 30%; line-height: 1; margin-top: 12px; } .give-block .form-content .campaign-information .funded .pie-label { font-size: 24px; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #FCC91B; font-weight: 400; } @media (max-width: 767px) { .give-block .form-content .campaign-information .funded .pie-label { font-size: 18px; } } .give-block .form-content .campaign-information .campaign-goal { width: 35%; padding-top: 5px; position: relative; line-height: 1.4; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 600; color: #369FF4; } .give-block .form-content .campaign-information .campaign-goal:after { content: ''; width: 1px; height: auto; background: #E2DFEB; position: absolute; top: 0; bottom: 0; left: 0; z-index: 1; } .give-block .form-content .campaign-information.unlimited .campaign-raised { width: 50%; } .give-block .form-content .campaign-information.unlimited .campaign-goal { width: 50%; } .give-block .form-content .form-content-inner { padding: 20px 30px 30px; border: 1px solid rgba(0, 0, 0, 0.06); border-top: 0; } .give-block .form-content .form-content-inner::after { display: block; clear: both; content: ""; } .give-block .form-content .form-content-inner .title { margin: 20px 0; font-weight: 600; float: left; width: 100%; margin: 0 0 10px; line-height: 24px; text-transform: capitalize; } .give-block .form-content .form-content-inner .title a { font-size: 18px; } .give-block:hover { -webkit-box-shadow: 0px 4px 26px 3px rgba(0, 0, 0, 0.1); box-shadow: 0px 4px 26px 3px rgba(0, 0, 0, 0.1); } .give-block:hover .form-image:after { opacity: 1; filter: alpha(opacity=100); } .give-block:hover .content-action { opacity: 1; filter: alpha(opacity=100); } .give-block-2 { position: relative; } .give-block-2::after { display: block; clear: both; content: ""; } .give-block-2 .give-image { position: relative; } .give-block-2 .give-image:after { content: ''; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); position: absolute; top: 0; left: 0; z-index: 9; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; opacity: 0; filter: alpha(opacity=0); } .give-block-2 .give-image .give-gallery-post { position: absolute; top: 10px; right: 10px; z-index: 99; } .give-block-2 .give-image .give-gallery-post a { color: rgba(255, 255, 255, 0.8); -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } .give-block-2 .give-image .give-gallery-post a .icon-expand { font-size: 18px; line-height: 1; } .give-block-2 .give-image .give-gallery-post a:hover { color: #FCC91B; } .give-block-2 .give-image .give-video { position: absolute; top: 10px; right: 40px; z-index: 99; } .give-block-2 .give-image .give-video a { color: rgba(255, 255, 255, 0.8); font-size: 18px; line-height: 1; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } .give-block-2 .give-image .give-video a:hover { color: #FCC91B; } .give-block-2:hover .give-image:after { opacity: 1; filter: alpha(opacity=100); } .give-block-2:hover .give-content { opacity: 1; filter: alpha(opacity=100); } .give-block-2 .give-content { position: absolute; bottom: -1px; right: 0; z-index: 99; width: 60%; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; opacity: 1; filter: alpha(opacity=100); -webkit-transform: translateY(0); transform: translateY(0); } @media (max-width: 767px) { .give-block-2 .give-content { position: static; width: 100%; opacity: 1; filter: alpha(opacity=100); } } .give-block-2 .give-content .action-content { width: 30px; height: 30px; background: #fff; position: absolute; bottom: 100%; right: 0; z-index: 9; line-height: 30px; text-align: center; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } @media (max-width: 767px) { .give-block-2 .give-content .action-content { display: none; } } .give-block-2 .give-content .action-content a { display: block; font-size: 16px; color: #404040; } .give-block-2 .give-content .action-content a:hover { cursor: pointer; background: #FCC91B; } .give-block-2 .give-content .action-content a.content-close i:before { content: "" !important; } .give-block-2 .give-content .content-inner { padding: 30px 30px 20px; background: #fff; position: relative; z-index: 11; } .give-block-2 .give-content .content-inner .title { font-size: 18px; float: left; width: 100%; margin: 0 0 10px; text-transform: capitalize; } .give-block-2 .give-content .content-inner .desc { float: left; width: 100%; } .give-block-2 .give-content .content-inner .action { float: left; width: 100%; margin-top: 15px; } .give-block-2 .give-content.content-close { -webkit-transform: translateY(100%); transform: translateY(100%); } .give-block-2 .campaign-information { float: left; width: 100%; padding-bottom: 10px; margin-bottom: 15px; border-bottom: 1px solid #E2DFEB; } .give-block-2 .campaign-information > div { float: left; text-align: center; } .give-block-2 .campaign-information > div .c-label { display: block; text-transform: uppercase; font-size: 12px; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 600; color: #404040; } .give-block-2 .campaign-information .campaign-raised { width: 35%; padding-top: 10px; position: relative; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 600; color: #F2752E; } .give-block-2 .campaign-information .campaign-raised:after { content: ''; width: 1px; height: 60px; background: #E2DFEB; position: absolute; top: 0; right: 0; z-index: 1; } .give-block-2 .campaign-information .funded { width: 30%; } .give-block-2 .campaign-information .funded .pieChart { width: 68px; height: 68px; display: inline-block; } .give-block-2 .campaign-information .funded .pie-label { font-size: 12px; } .give-block-2 .campaign-information .campaign-goal { width: 35%; padding-top: 10px; position: relative; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 600; color: #369FF4; } .give-block-2 .campaign-information .campaign-goal:after { content: ''; width: 1px; height: 60px; background: #E2DFEB; position: absolute; top: 0; left: 0; z-index: 1; } .give-block-2 .campaign-information.unlimited .campaign-raised { width: 50%; } .give-block-2 .campaign-information.unlimited .campaign-goal { width: 50%; } .give-block-3 { position: relative; background: #fff; } .give-block-3::after { display: block; clear: both; content: ""; } .give-block-3 .give-image { position: relative; width: 50%; float: left; } @media (max-width: 650px) { .give-block-3 .give-image { width: 100%; } } .give-block-3 .give-image .give-gallery-post { position: absolute; top: 10px; right: 10px; z-index: 99; } .give-block-3 .give-image .give-gallery-post a { color: rgba(255, 255, 255, 0.8); -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } .give-block-3 .give-image .give-gallery-post a .icon-expand { font-size: 18px; line-height: 1; } .give-block-3 .give-image .give-gallery-post a:hover { color: #FCC91B; } .give-block-3 .give-image .give-video { position: absolute; top: 10px; right: 40px; z-index: 99; } .give-block-3 .give-image .give-video a { color: rgba(255, 255, 255, 0.8); font-size: 18px; line-height: 1; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } .give-block-3 .give-image .give-video a:hover { color: #FCC91B; } .give-block-3 .give-content { width: 50%; float: left; } @media (max-width: 650px) { .give-block-3 .give-content { width: 100%; } } .give-block-3 .give-content .content-inner { padding: 30px 30px 20px; background: #fff; position: relative; z-index: 11; } .give-block-3 .give-content .content-inner .title { font-size: 18px; float: left; width: 100%; margin: 0 0 10px; text-transform: capitalize; } @media (max-width: 991px) { .give-block-3 .give-content .content-inner .desc { display: none; } } .give-block-3 .give-content .content-inner .action { margin-top: 10px; } .give-block-3 .campaign-information { float: left; width: 100%; padding-bottom: 15px; margin-bottom: 30px; border-bottom: 1px solid #E2DFEB; } .give-block-3 .campaign-information > div { float: left; text-align: center; } .give-block-3 .campaign-information > div .c-label { display: block; text-transform: uppercase; font-size: 12px; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 600; color: #404040; } .give-block-3 .campaign-information .campaign-raised { width: 35%; padding-top: 10px; position: relative; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 600; color: #F2752E; } .give-block-3 .campaign-information .campaign-raised:after { content: ''; width: 1px; height: 60px; background: #E2DFEB; position: absolute; top: 0; right: 0; z-index: 1; } .give-block-3 .campaign-information .funded { width: 30%; } .give-block-3 .campaign-information .funded .pieChart { width: 68px; height: 68px; display: inline-block; } .give-block-3 .campaign-information .funded .pie-label { font-size: 12px; } .give-block-3 .campaign-information .campaign-goal { width: 35%; padding-top: 10px; position: relative; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 600; color: #369FF4; } .give-block-3 .campaign-information .campaign-goal:after { content: ''; width: 1px; height: 60px; background: #E2DFEB; position: absolute; top: 0; left: 0; z-index: 1; } .give-block-3 .campaign-information.unlimited .campaign-raised { width: 50%; } .give-block-3 .campaign-information.unlimited .campaign-goal { width: 50%; } .gives-form-carousel-2 .tab-carousel-nav { width: 35%; float: left; } @media (max-width: 992px) { .gives-form-carousel-2 .tab-carousel-nav { width: 100%; margin-bottom: 20px; } } .gives-form-carousel-2 .tab-carousel-nav .link-service { font-weight: 600; display: block; text-align: left; padding: 25px 15px 25px 20px; background: #fff; font-size: 18px; position: relative; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #404040; -webkit-transition: all 0.25s; transition: all 0.25s; -moz-transition: all 0.25s; -ms-transition: all 0.25s; } @media (max-width: 992px) { .gives-form-carousel-2 .tab-carousel-nav .link-service { padding: 20px 10px; font-size: 14px; min-height: 88px; line-height: 1.5; line-height: 20px; } .gives-form-carousel-2 .tab-carousel-nav .link-service .title { overflow: hidden; white-space: nowrap; overflow: hidden; } } .gives-form-carousel-2 .tab-carousel-nav .link-service i { font-size: 22px; margin-right: 6px; color: #FCC91B; } .gives-form-carousel-2 .tab-carousel-nav .link-service:after { display: none; content: ''; width: 5px; height: auto; position: absolute; top: 20px; bottom: 20px; right: 0; background: #369FF4; z-index: 11; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } .gives-form-carousel-2 .tab-carousel-nav .link-service .cat-links { display: block; line-height: 22px; } .gives-form-carousel-2 .tab-carousel-nav .link-service .cat-links a { color: #FCC91B; font-size: 14px; font-weight: 600; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; } @media (max-width: 992px) { .gives-form-carousel-2 .tab-carousel-nav .link-service .cat-links a { font-size: 12px; } } .gives-form-carousel-2 .tab-carousel-nav .link-service .cat-links a:hover { text-decoration: underline; } .gives-form-carousel-2 .tab-carousel-nav .link-service .title { display: block; } .gives-form-carousel-2 .tab-carousel-nav .link-service:hover { background: #FCC91B; color: #404040; cursor: pointer; } .gives-form-carousel-2 .tab-carousel-nav .link-service:hover .cat-links a { color: #fff; } .gives-form-carousel-2 .tab-carousel-nav .link-service:hover:after { opacity: 1; filter: alpha(opacity=100); } .gives-form-carousel-2 .tab-carousel-nav .slick-center .link-service { background: #FCC91B; color: #404040; } .gives-form-carousel-2 .tab-carousel-nav .slick-center .link-service .cat-links a { color: #fff; } .gives-form-carousel-2 .tab-carousel-nav .slick-center .link-service:after { opacity: 1; filter: alpha(opacity=100); } .gives-form-carousel-2 .tab-lists-content { width: 65%; float: left; } @media (max-width: 992px) { .gives-form-carousel-2 .tab-lists-content { width: 100%; } } .gives-form-carousel-3 .tab-carousel-nav { width: 100%; float: left; border-top: 1px solid rgba(0, 0, 0, 0.01); } .gives-form-carousel-3 .tab-carousel-nav .link-service { font-weight: 600; display: block; text-align: left; padding: 25px 15px 25px 20px; background: #fff; font-size: 18px; position: relative; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #404040; -webkit-transition: all 0.25s; transition: all 0.25s; -moz-transition: all 0.25s; -ms-transition: all 0.25s; opacity: 0.8; filter: alpha(opacity=80); } @media (max-width: 992px) { .gives-form-carousel-3 .tab-carousel-nav .link-service { padding: 25px 10px 10px; font-size: 16px; min-height: 80px; line-height: 1.5; } } .gives-form-carousel-3 .tab-carousel-nav .link-service i { font-size: 22px; margin-right: 6px; color: #FCC91B; } .gives-form-carousel-3 .tab-carousel-nav .link-service:after { display: none; content: ''; width: 5px; height: auto; position: absolute; top: 20px; bottom: 20px; right: 0; background: #369FF4; z-index: 11; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } .gives-form-carousel-3 .tab-carousel-nav .link-service .cat-links { display: block; line-height: 22px; } .gives-form-carousel-3 .tab-carousel-nav .link-service .cat-links a { color: #FCC91B; font-size: 14px; font-weight: 600; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; } .gives-form-carousel-3 .tab-carousel-nav .link-service .cat-links a:hover { text-decoration: underline; } .gives-form-carousel-3 .tab-carousel-nav .link-service .title { display: block; } .gives-form-carousel-3 .tab-carousel-nav .link-service:hover { background: #FCC91B; color: #404040; cursor: pointer; } .gives-form-carousel-3 .tab-carousel-nav .link-service:hover .cat-links a { color: #fff; } .gives-form-carousel-3 .tab-carousel-nav .link-service:hover:after { opacity: 1; filter: alpha(opacity=100); } .gives-form-carousel-3 .tab-carousel-nav .slick-center .link-service { background: #FCC91B; color: #404040; opacity: 1; filter: alpha(opacity=100); } .gives-form-carousel-3 .tab-carousel-nav .slick-center .link-service .cat-links a { color: #fff; } .gives-form-carousel-3 .tab-carousel-nav .slick-center .link-service:after { opacity: 1; filter: alpha(opacity=100); } .gives-form-carousel-3 .tab-lists-content { width: 100%; float: left; } .content-single-give-form .single-give-images { position: relative; } .content-single-give-form .single-give-images .images { margin-bottom: 0 !important; } .content-single-give-form .single-give-images .give-gallery-post { position: absolute; top: 10px; right: 10px; z-index: 99; } .content-single-give-form .single-give-images .give-gallery-post a { width: 30px; height: 30px; line-height: 30px; display: inline-block; text-align: center; background: #fff; color: #FCC91B; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } .content-single-give-form .single-give-images .give-gallery-post a .icon-expand { font-size: 18px; line-height: 1; } .content-single-give-form .single-give-images .give-gallery-post a:hover { background: #FCC91B; color: #fff; } .content-single-give-form .single-give-images .give-video { position: absolute; top: 10px; right: 50px; z-index: 99; } .content-single-give-form .single-give-images .give-video a { width: 30px; height: 30px; line-height: 30px; display: inline-block; text-align: center; background: #fff; color: #FCC91B; font-size: 18px; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } .content-single-give-form .single-give-images .give-video a:hover { background: #FCC91B; color: #fff; } .content-single-give-form .give-goal-progress { font-size: 18px; font-weight: 600; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #404040; } .content-single-give-form .give-goal-progress .raised .income { color: #FCC91B; font-size: 18px; } .content-single-give-form .give-goal-progress .raised .goal-text { color: #369FF4; font-size: 18px; } .content-single-give-form .give-goal-progress .give-progress-bar { height: 15px !important; } .content-single-give-form .give-goal-progress .give-progress-bar span { background: #FCC91B !important; } .content-single-give-form form[id*=give-form].give-form .give-total-wrap .give-donation-amount .give-currency-symbol { background: #FCC91B; border: 1px solid #E2DFEB !important; width: 40px; height: 40px; line-height: 40px; font-weight: 600; } .content-single-give-form form[id*=give-form].give-form .give-total-wrap .give-donation-amount .give-text-input { border: 1px solid #E2DFEB !important; border-left: 0 !important; line-height: 40px !important; height: 40px !important; } .content-single-give-form form[id*=give-form].give-form .give-donation-levels-wrap { margin: 30px 0 10px !important; } .content-single-give-form form[id*=give-form].give-form .give-donation-levels-wrap li button { border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; background: #eaeaea; border: none; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; } .content-single-give-form form[id*=give-form].give-form .give-donation-levels-wrap li button.give-default-level, .content-single-give-form form[id*=give-form].give-form .give-donation-levels-wrap li button:hover { background: #FCC91B; color: #404040; -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1); box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1); } .content-single-give-form form[id*=give-form].give-form .give-donation-levels-wrap li button:hover, .content-single-give-form form[id*=give-form].give-form .give-donation-levels-wrap li button:focus { outline: none; } .content-single-give-form form[id*=give-form].give-form .give-btn-reveal { background: #FCC91B; font-size: 12px !important; font-weight: 600 !important; color: #fff; border: none !important; padding: 12px 20px; } .content-single-give-form form[id*=give-form].give-form .give-btn-reveal:hover { background: #e1af03 !important; } .content-single-give-form .single-give { padding: 30px; border: 1px solid #E2DFEB; } .content-single-give-form .single-give .give-form-title { margin-bottom: 10px; } .single-give_forms .nav-links { float: left; width: 100%; margin: 0 0 50px; } .single-give_forms .nav-links a { font-weight: 500; } .single-give_forms .nav-links a i { margin: 0 6px; } .single-give_forms .nav-links a:first-child { float: left; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; position: relative; } .single-give_forms .nav-links a:last-child { float: right; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; position: relative; } .give-total-wrap { display: block !important; } .testimonail-slick-carousel .slick-slide .testimonial-node-center { margin: 20px auto; opacity: 0.4; filter: alpha(opacity=40); } .testimonail-slick-carousel .slick-slide .testimonial-node-center .testimonial-content { background: #fff; padding: 30px; -webkit-box-shadow: 0.2rem 0.3rem 1.7rem 0 rgba(0, 0, 0, 0.13); box-shadow: 0.2rem 0.3rem 1.7rem 0 rgba(0, 0, 0, 0.13); border: 1px solid #E2DFEB; max-width: 700px; margin: 0 auto; position: relative; overflow: hidden; } .testimonail-slick-carousel .slick-slide .testimonial-node-center .testimonial-content .quote { position: relative; font-weight: 400; font-size: 18px; text-indent: 30px; } .testimonail-slick-carousel .slick-slide .testimonial-node-center .testimonial-content .quote:after { font-family: "FontAwesome"; content: "\f10d"; left: -28px; top: -5px; position: absolute; z-index: 1; color: #FCC91B; font-size: 14px; text-align: center; line-height: 40px; } .testimonail-slick-carousel .slick-slide .testimonial-node-center .testimonial-content .info { margin-top: 20px; position: relative; } .testimonail-slick-carousel .slick-slide .testimonial-node-center .testimonial-content .info .left { width: 80px; float: left; } .testimonail-slick-carousel .slick-slide .testimonial-node-center .testimonial-content .info .left .avatar img { border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; width: 80px; height: auto; border: 1px solid #E2DFEB; } .testimonail-slick-carousel .slick-slide .testimonial-node-center .testimonial-content .info .right { padding-left: 95px; padding-top: 15px; } .testimonail-slick-carousel .slick-slide .testimonial-node-center .testimonial-content .info .right .title { font-weight: 600; color: #FCC91B; text-transform: uppercase; font-size: 14px; } .testimonail-slick-carousel .slick-slide .testimonial-node-center .testimonial-video { position: absolute; bottom: -12px; right: -8px; background: #FCC91B; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; width: 50px; height: 50px; text-align: center; line-height: 38px; } .testimonail-slick-carousel .slick-slide .testimonial-node-center .testimonial-video .icon-play { color: #fff; } .testimonail-slick-carousel .slick-slide.slick-active .testimonial-node-center { opacity: 1; filter: alpha(opacity=100); } .testimonail-slick-carousel .slick-slide.slick-active .testimonial-node-center .testimonial-content { -webkit-box-shadow: 0px 6px 21px 3px rgba(0, 0, 0, 0.1); box-shadow: 0px 6px 21px 3px rgba(0, 0, 0, 0.1); } .testimonail-slick-carousel .slick-dots { bottom: -25px; } .testimonail-slick-carousel .slick-dots > li button { width: 15px; height: 5px; background: #848484; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; padding: 0; } .testimonail-slick-carousel .slick-dots > li.slick-active button { background: #FCC91B; } .testimonial-node-1 .testimonial-content { padding: 15px 30px; margin: 0 auto; position: relative; overflow: hidden; text-align: center; max-width: 900px; } .testimonial-node-1 .testimonial-content .quote { position: relative; font-weight: 400; font-size: 18px; text-indent: 30px; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; } .testimonial-node-1 .testimonial-content .quote:after { font-family: "FontAwesome"; content: "\f10d"; left: -15px; top: -5px; position: absolute; z-index: 1; color: #FCC91B; font-size: 16px; text-align: center; line-height: 40px; } .testimonial-node-1 .testimonial-content .info { margin-top: 20px; position: relative; display: inline-block; text-align: left; } .testimonial-node-1 .testimonial-content .info .left { width: 80px; float: left; } .testimonial-node-1 .testimonial-content .info .left .avatar img { border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; width: 80px; height: auto; border: 1px solid #E2DFEB; } .testimonial-node-1 .testimonial-content .info .right { padding-left: 95px; padding-top: 15px; } .testimonial-node-1 .testimonial-content .info .right .title { font-weight: 600; color: #FCC91B; text-transform: uppercase; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; } .text-light .testimonial-node-1 .testimonial-content { color: #fff; } .text-light .testimonial-node-1 .testimonial-content .quote { color: #fff; } .testimonial-node-2 .testimonial-content { padding: 20px 30px; margin: 0 auto; position: relative; overflow: hidden; text-align: center; max-width: 900px; } .testimonial-node-2 .testimonial-content .quote { position: relative; font-weight: 400; font-size: 20px; text-indent: 30px; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 38px; } .testimonial-node-2 .testimonial-content .quote:after { font-family: "FontAwesome"; content: "\f10d"; left: -28px; top: -5px; position: absolute; z-index: 1; color: #FCC91B; font-size: 14px; text-align: center; line-height: 40px; } .testimonial-node-2 .testimonial-content .info { margin-top: 20px; position: relative; display: inline-block; text-align: left; } .testimonial-node-2 .testimonial-content .info .left { width: 80px; float: left; } .testimonial-node-2 .testimonial-content .info .left .avatar img { border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; width: 80px; height: auto; border: 1px solid #E2DFEB; } .testimonial-node-2 .testimonial-content .info .right { padding-left: 95px; padding-top: 15px; } .testimonial-node-2 .testimonial-content .info .right .title { font-weight: 600; color: #FCC91B; text-transform: uppercase; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; } .testimonial-node-2 .testimonial-video { position: absolute; bottom: -12px; right: -8px; background: #FCC91B; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; width: 50px; height: 50px; text-align: center; line-height: 38px; } .testimonial-node-2 .testimonial-video .icon-play { color: #fff; } .text-light .testimonial-node-2 .testimonial-content { color: #fff; } .text-light .testimonial-node-2 .testimonial-content .quote { color: #fff; } .testimonial-grid .item-grid { margin-bottom: 45px; } .testimonial-grid .item-grid::after { display: block; clear: both; content: ""; } .testimonial-grid .item-grid .testimonials-quote { font-size: 16px; color: #404040; padding: 30px; border: 1px solid #E2DFEB; font-weight: 300; font-style: italic; } .testimonial-grid .item-grid .testimonials-profile { display: inline-block; position: relative; margin-left: 30px; float: left; padding-top: 20px; } .testimonial-grid .item-grid .testimonials-profile:after { content: ""; position: absolute; width: 50px; height: 2px; background: #FCC91B; top: -1px; left: 0; z-index: 1; } .testimonial-grid .item-grid .testimonials-profile .right { padding-left: 70px; } .testimonial-grid .item-grid .testimonials-profile .right .name { font-size: 16px; font-weight: 600; color: #000000; margin: 0; text-transform: uppercase; } .testimonial-grid .item-grid .testimonials-profile .right .job { font-size: 12px; font-weight: 900; color: #FCC91B; text-transform: uppercase; } .testimonial-grid .item-grid .testimonials-profile .left { display: inline-block; float: left; } .testimonial-grid .item-grid .testimonials-profile .left img { border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; width: 50px; height: auto; } .team-block.team-v1 { max-width: 450px; margin: 0 auto; } .team-block.team-v1 .team-image { position: relative; background: transparent; } .team-block.team-v1 .team-image .socials-team { z-index: 9; width: auto; padding: 10px 0; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 0.15s; transition: all 0.15s; -moz-transition: all 0.15s; -ms-transition: all 0.15s; text-align: center; background: #FCC91B; position: absolute; top: -20px; right: 10px; z-index: 9; width: 30px; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; } .team-block.team-v1 .team-image .socials-team a { text-align: center; color: #fff; font-size: 14px; margin: 0 8px; display: block; } .team-block.team-v1 .team-image .socials-team a:hover, .team-block.team-v1 .team-image .socials-team a:focus, .team-block.team-v1 .team-image .socials-team a:active { color: #ccc; } .team-block.team-v1 .team-image .item-image { position: relative; } .team-block.team-v1 .team-image .item-image:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.2); opacity: 0; filter: alpha(opacity=0); z-index: 1; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } .team-block.team-v1 .team-name { font-weight: 600; color: #404040; margin-top: 20px; line-height: 24px; font-size: 18px; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; } .team-block.team-v1 .team-job { font-size: 14px; color: #888; } .team-block.team-v1 .team-body { position: relative; padding-top: 10px; margin-top: 10px; } .team-block.team-v1 .team-body:after { content: ''; width: 45px; height: 1px; background: #FCC91B; position: absolute; top: 0; left: 0; z-index: 1; } .team-block.team-v1 .team-skills .vc_single_bar { height: 2px !important; margin-bottom: 32px !important; } .team-block.team-v1 .team-skills .vc_single_bar .vc_label { font-size: 11px; font-weight: 600; line-height: 18px; } .team-block.team-v1 .team-skills .vc_single_bar .vc_bar { background: #FCC91B !important; } .team-block.team-v1:hover .team-image .item-image:after { opacity: 1; filter: alpha(opacity=100); } .team-block.team-v1:hover .team-image .socials-team { opacity: 1; filter: alpha(opacity=100); top: 10px; } .team-block.team-v2 { padding: 20px; background: #fff; border: 1px solid rgba(0, 0, 0, 0.05); -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); text-align: center; margin-bottom: 30px; position: relative; overflow: hidden; background: #fff; } .team-block.team-v2 .team-image { position: relative; background: transparent; width: 150px; height: 150px; display: inline-block; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border: 1px solid #E2DFEB; overflow: hidden; } .team-block.team-v2 .team-image .item-image { position: relative; } .team-block.team-v2 .team-image .item-image:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.2); opacity: 0; filter: alpha(opacity=0); z-index: 1; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } .team-block.team-v2 .team-content { background: transparent; position: relative; text-align: center; } .team-block.team-v2 .team-content .socials-team { z-index: 9; padding: 5px 0 0; -webkit-transition: all 0.15s; transition: all 0.15s; -moz-transition: all 0.15s; -ms-transition: all 0.15s; text-align: center; } .team-block.team-v2 .team-content .socials-team a { text-align: center; color: #222222; font-size: 14px; margin: 0 8px; } .team-block.team-v2 .team-content .socials-team a:hover { color: #FCC91B; } .team-block.team-v2 .team-content .team-name { font-size: 16px; font-weight: 600; margin: 0; line-height: 20px; padding: 10px 0 0; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; } .team-block.team-v2 .team-content .team-job { font-size: 13px; color: #808080; padding: 0 0 15px; } .team-block.team-v2 .team-skills .vc_single_bar { height: 2px !important; margin-bottom: 32px !important; } .team-block.team-v2 .team-skills .vc_single_bar .vc_label { font-size: 12px; font-weight: 500; line-height: 18px; text-align: left; color: #999 !important; } .team-block.team-v2 .team-skills .vc_single_bar .vc_bar { background: #FCC91B !important; } .team-block.team-v2:hover .team-image .item-image:after { opacity: 1; filter: alpha(opacity=100); } .team-block.team-v2:hover .team-image .socials-team { opacity: 1; filter: alpha(opacity=100); top: 10px; } .team-block-single { margin-bottom: 45px; } .team-block-single .heading { margin-top: 15px; margin-bottom: 15px; font-weight: 600; font-size: 18px; color: #404040; border-bottom: 1px solid #E2DFEB; position: relative; float: left; width: 100%; } .team-block-single .heading:after { content: ''; width: 80px; height: 1px; background: #FCC91B; position: absolute; bottom: -1px; left: 0; z-index: 9; } .team-block-single .team-name { color: #404040; font-weight: 600; } .team-block-single .team-skills .vc_progress_bar { float: left; width: 100%; margin-bottom: 0 !important; } .team-block-single .team-skills .vc_bar { background: #FCC91B !important; } .team-block-single .team-name { font-size: 24px; margin-top: 0; } .team-block-single .team-quote { font-size: 16px; color: #999999; margin-top: 20px; padding-left: 50px; position: relative; font-style: italic; } .team-block-single .team-quote:after { font-family: "FontAwesome"; content: "\f10d"; left: 0; top: 0; position: absolute; z-index: 1; color: #86BC42; font-size: 24px; text-align: center; line-height: 40px; } .team-block-single .socials { margin-top: 5px; } /*------------------------------------------------------------------*\ 9 - PAGE STYLE \*------------------------------------------------------------------*/ .content-page-wrap { padding-bottom: 30px; } body.wpb-js-composer .content-page-wrap { padding-bottom: 0; } .ajax-loading { display: none; } .index-main-page { margin-top: 30px; } .wrapper-page .heading-title { text-transform: capitalize; margin-bottom: 0; display: block; font-size: 20px; margin-top: 15px; } #wp-main-content { min-height: 50px; } .single-blog .post-title { color: #404040; margin-top: 15px; } .single-blog .post-title .entry-title { font-size: 30px; } .single-blog .post-content { border-bottom: 1px solid #E2DFEB; } .single-blog .post-desc-wrapper { padding: 0 !important; } .single-blog .post-desc-wrapper .meta { margin-bottom: 15px; overflow: hidden; } .single-blog .post-desc-wrapper .meta > div { float: left; display: inline-block; margin-right: 15px; } .single-blog .post-desc-wrapper .meta > div i { margin-right: 8px; } .single-blog .post-desc-wrapper .meta > div a { color: #FCC91B; } .single-blog .post-desc-wrapper .meta > div a:hover { color: #404040; } .single-blog .author-about { background: #fff; padding: 30px; margin-bottom: 30px; display: inline-block; width: 100%; } .single-blog .author-about .img-author { float: left; } .single-blog .author-about .name-author { line-height: 1; display: inline-block; font-size: 19px; font-weight: 400; margin-left: 20px; } .single-blog .author-about .description { font-size: 13px; font-weight: 400; margin-left: 90px; margin-top: 5px; } .single-blog .comments { background: #fff; padding: 1px 30px 30px; margin-bottom: 30px; } .single-blog .comments .comment-form .form-group { margin-bottom: 20px; display: table; width: 100%; padding: 0; } .single-blog .comments .comment-form .form-group input { border: 1px solid #E2DFEB !important; height: 40px; -webkit-box-shadow: none; box-shadow: none; } .single-blog .comments .comment-form .form-group .area-comment { margin-top: 41px; } .single-blog .comments .comment-form .form-group .area-comment #comment { background: #F2F2F2; border: none !important; } .single-blog .btn-linka { margin-top: 10px; } .single-blog .btn-linka:hover a { color: #fff; } .pagination .disabled { background: #FCC91B; color: #fff; } .pagination .current { background: #FCC91B; color: #fff; } .page.white .wp-content article { background: #fff; padding: 20px; } /* ** Page 404 */ .not-found-wrapper { padding: 300px 0 200px; background: url("../images/bg-404.jpg") no-repeat top center transparent; } @media (max-width: 991px) { .not-found-wrapper { padding: 150px 0 100px; } } .not-found-wrapper .not-found-title h1 { font-size: 180px; text-transform: uppercase; color: #fff; margin-bottom: 0; line-height: 125px; } @media (max-width: 991px) { .not-found-wrapper .not-found-title h1 { font-size: 42px; line-height: 42px; } } .not-found-wrapper .not-found-desc { font-size: 16px; color: #fff; max-width: 535px; margin: 0 auto; } .not-found-wrapper .not-found-subtitle { font-size: 30px; font-weight: 600; color: #fff; margin-top: 20px; } @media (max-width: 991px) { .not-found-wrapper .not-found-subtitle { font-size: 32px; } } .not-found-wrapper .not-found-home { text-align: center; margin-top: 50px; } .not-found-wrapper .not-found-home > a { padding: 15px 20px; border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; background: #fff; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; color: #262626; } .not-found-wrapper .not-found-home > a i { margin-right: 10px; position: relative; top: 2px; } .not-found-wrapper .not-found-home > a:hover, .not-found-wrapper .not-found-home > a:active, .not-found-wrapper .not-found-home > a:after { background: #404040; color: #fff; } /* ** Page contact us */ .contact-information { margin-bottom: 30px; padding-bottom: 30px; } .wpcf7-form { max-width: 900px; margin: 0 auto; } .wpcf7-form p { margin-bottom: 20px; font-weight: 600; } .wpcf7-form .wpcf7-form-control-wrap { display: block; margin-bottom: 30px; } .wpcf7-form input[type*="email"], .wpcf7-form input[type*="text"] { width: 100%; height: 45px; padding: 0 15px; border: 1px solid #E2DFEB; margin-bottom: 2px; -webkit-box-shadow: none; box-shadow: none; } .wpcf7-form input[type*="email"]::-webkit-input-placeholder, .wpcf7-form input[type*="text"]::-webkit-input-placeholder { color: #404040; font-weight: 400; } .wpcf7-form input[type*="email"]::-moz-placeholder, .wpcf7-form input[type*="text"]::-moz-placeholder { color: #404040; font-weight: 400; } .wpcf7-form input[type*="email"]:-ms-input-placeholder, .wpcf7-form input[type*="text"]:-ms-input-placeholder { color: #404040; font-weight: 400; } .wpcf7-form input[type*="email"]:-moz-placeholder, .wpcf7-form input[type*="text"]:-moz-placeholder { color: #404040; font-weight: 400; } .wpcf7-form textarea { border: 1px solid rgba(0, 0, 0, 0.1); width: 100%; padding: 10px 15px; max-height: 195px; -webkit-box-shadow: none; box-shadow: none; } .wpcf7-form textarea::-webkit-input-placeholder { color: #404040; font-weight: 400; } .wpcf7-form textarea::-moz-placeholder { color: #404040; font-weight: 400; } .wpcf7-form textarea:-ms-input-placeholder { color: #404040; font-weight: 400; } .wpcf7-form textarea:-moz-placeholder { color: #404040; font-weight: 400; } .wpcf7-form .action { text-align: center; } .wpcf7-form .action .wpcf7-submit { padding: 4px 38px; font-weight: 600; text-transform: uppercase; margin-top: 0; color: #fff; background: #FCC91B; border: none; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; } .wpcf7-form .action .wpcf7-submit:hover { background: #404040; color: #fff; } .contact-form-full .wpcf7 .row > div { width: 100% !important; } .contact-form-full .wpcf7 input[type*="email"], .contact-form-full .wpcf7 input[type*="text"], .contact-form-full .wpcf7 textarea { background: transparent; border: 1px solid rgba(0, 0, 0, 0.2); margin-bottom: 30px; } .contact-form-full .wpcf7 textarea { margin-bottom: 0; } .contact-form-white .wpcf7 input[type*="email"], .contact-form-white .wpcf7 input[type*="text"], .contact-form-white .wpcf7 textarea { background: transparent; border: 1px solid rgba(255, 255, 255, 0.2); margin-bottom: 30px; } .contact-form-white .wpcf7 input[type*="email"]::-webkit-input-placeholder, .contact-form-white .wpcf7 input[type*="text"]::-webkit-input-placeholder, .contact-form-white .wpcf7 textarea::-webkit-input-placeholder { color: #fff; font-weight: 400; } .contact-form-white .wpcf7 input[type*="email"]::-moz-placeholder, .contact-form-white .wpcf7 input[type*="text"]::-moz-placeholder, .contact-form-white .wpcf7 textarea::-moz-placeholder { color: #fff; font-weight: 400; } .contact-form-white .wpcf7 input[type*="email"]:-ms-input-placeholder, .contact-form-white .wpcf7 input[type*="text"]:-ms-input-placeholder, .contact-form-white .wpcf7 textarea:-ms-input-placeholder { color: #fff; font-weight: 400; } .contact-form-white .wpcf7 input[type*="email"]:-moz-placeholder, .contact-form-white .wpcf7 input[type*="text"]:-moz-placeholder, .contact-form-white .wpcf7 textarea:-moz-placeholder { color: #fff; font-weight: 400; } .contact-form-white .wpcf7 .action input.wpcf7-submit { margin: 0; background: #fff; color: #404040; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } .contact-form-white .wpcf7 .action input.wpcf7-submit:hover { background: rgba(255, 255, 255, 0.8); } .woocommerce-cart h2 { font-size: 25px; } .woocommerce-cart .shipping_calculator { margin-bottom: 30px; } .woocommerce-cart .cart-collaterals { margin-bottom: 40px; } .woocommerce-cart .actions input[name^="update_cart"] { float: right; margin-top: 5px; } .woocommerce-cart .actions .coupon { float: left; margin-bottom: 10px; } @media (max-width: 991px) { .woocommerce-cart .actions .coupon { width: 100%; } } .content-page-index .post-items article.post.sticky { position: relative; overflow: hidden; } .content-page-index .post-items article.post.sticky:after { content: '\f02e'; font-family: "FontAwesome"; position: absolute; top: -5px; right: 15px; color: #FCC91B; font-size: 30px; z-index: 1; line-height: 1; } .content-page-index .post-items article.post .entry-content { padding-top: 20px; } .content-page-index .post-items article.post .entry-content .entry-title { font-size: 22px; line-height: 32px; margin-bottom: 10px; } .single-gallery #wp-main-content { padding-bottom: 45px; } .single-gallery #wp-main-content #gallery-single { max-width: 800px; margin: 0 auto; } body.page .content-page-inner h1.title { margin-bottom: 30px; } /*------------------------------------------------------------------*\ 10 - COMMENT STYLE \*------------------------------------------------------------------*/ #comments { margin-top: 30px; margin-bottom: 10px; } #comments::after { display: block; clear: both; content: ""; } #comments .nav-links { float: left; width: 100%; margin: 15px 0; } #comments .nav-links .nav-previous { float: left; } #comments .nav-links .nav-previous a { font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; position: relative; padding-left: 18px; } #comments .nav-links .nav-previous a:after { content: '\f060'; font-family: "FontAwesome"; position: absolute; top: 4px; left: 0; z-index: 1; line-height: 1; font-size: 12px; } #comments .nav-links .nav-next { float: right; } #comments .nav-links .nav-next a { font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; padding-right: 18px; position: relative; } #comments .nav-links .nav-next a:after { content: '\f061'; font-family: "FontAwesome"; position: absolute; top: 4px; right: 0; z-index: 1; line-height: 1; font-size: 12px; } #comments form.comment-form { margin-bottom: 10px; } #comments label { font-size: 12px; text-transform: uppercase; color: #404040; letter-spacing: 1px; } #comments .comments-title { font-size: 18px; margin-bottom: 30px; } #comments input[type="text"], #comments input[type="tel"], #comments input[type="password"], #comments input[type="email"], #comments textarea { padding-left: 10px; padding-right: 10px; min-height: 40px; } #comments input[type="checkbox"] { margin-right: 5px; position: relative; top: 2px; } #comments .comment-form-cookies-consent label { font-size: 14px; letter-spacing: 0; text-transform: capitalize; } #comments #add_review_button, #comments #submit { width: 100%; background: #FCC91B; color: #fff; padding: 2px 15px; border: none; text-transform: uppercase; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; font-size: 12px; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 600; } #comments #add_review_button:hover, #comments #submit:hover { background: #fdd54d; } #comments #add_review_button { margin-bottom: 20px; } #comments .headline { height: 30px; text-align: left; margin-bottom: 10px; } #comments .headline h2 { padding: 0; } #comments .headline a { text-transform: capitalize; float: right; margin-top: 2px; font-size: 12px; } #comments #reply-title { font-size: 18px; color: #404040; font-weight: 600; margin: 0 0 10px; float: left; width: 100%; text-transform: capitalize; } #comments #reply-title small { float: right; font-weight: 600; color: #cf0e29; font-size: 13px; line-height: 39px; } #comments .comment-notes { margin-bottom: 20px; } #comments ol.comment-list { list-style: none; width: 100%; float: left; margin: 0; padding: 5px 0 10px; display: block; float: left; width: 100%; } @media only screen and (max-width: 991px) { #comments ol.comment-list { padding: 30px 0; } } #comments ol.comment-list > li.depth-1 { border-bottom: 1px solid #E2DFEB !important; padding-bottom: 25px !important; margin-bottom: 25px !important; margin-top: 0 !important; } #comments ol.comment-list li { width: 100%; float: left; margin-top: 10px; margin-bottom: 10px; } #comments ol.comment-list li:before { display: none; } #comments ol.comment-list li li:last-child { padding-bottom: 0; margin-bottom: 0; } #comments ol.comment-list li #respond { float: left; width: 100%; margin-top: 20px; display: block !important; } #comments ol.comment-list li #respond #reply-title { display: block; } #comments ol.comment-list li.pingback .comment-body { padding-left: 0 !important; } #comments ol.comment-list > li:first-child .comment-inner { margin-top: 0; } #comments ol.comment-list > li:last-child { border: 0; margin-bottom: 0 !important; } #comments ol.comment-list .vcard { display: block; border: 0; padding: 0 40px 0 0; margin: 0; } #comments ol.comment-list .vcard .avatar { float: left; width: 70px; margin: 0 30px 0 0; border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; -ms-border-radius: 35px; -o-border-radius: 35px; position: absolute; top: 0; left: 0; } .rtl #comments ol.comment-list .vcard .avatar { float: right; margin: 0 0 0 30px; left: auto; right: 0; } #comments ol.comment-list .vcard .says { display: none; } #comments ol.comment-list .vcard .fn { font-style: normal; display: block; color: #404040; font-weight: 600; line-height: 1; font-size: 16px; margin-bottom: 12px; text-transform: capitalize; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; } #comments ol.comment-list .vcard .fn a { color: #404040; } #comments ol.comment-list .vcard .fn a:hover { color: #FCC91B; } #comments ol.comment-list .comment-meta { display: block; font-size: 12px; text-transform: uppercase; font-weight: 300; margin-bottom: 5px; color: #676767; } #comments ol.comment-list .comment-body { padding-left: 100px; position: relative; } .rtl #comments ol.comment-list .comment-body { padding: 0 100px 0 0; } #comments ol.comment-list .awaiting_moderation { display: block; position: absolute; bottom: 0; right: 0; color: #fff; font-weight: bold; text-transform: uppercase; font-size: 8px; padding: 2px 4px; font-style: normal; } #comments ol.comment-list .comment-reply-link { display: inline-block; float: right; color: #FCC91B; font-weight: 600; font-size: 13px; text-transform: uppercase; position: absolute; top: 0; right: 0; } .rtl #comments ol.comment-list .comment-reply-link { right: auto; left: 0; } #comments ol.comment-list .comment-container { width: auto; margin-left: 100px; } .rtl #comments ol.comment-list .comment-container { margin-right: 100px; margin-left: 0; } #comments ol.comment-list .comment-container .star-rating { float: right; } @media only screen and (max-width: 991px) { #comments ol.comment-list .comment-container .star-rating { float: left; width: 100%; margin-bottom: 10px; } } #comments ol.comment-list .children { display: block; float: left; width: 100%; margin: 20px 0 0; padding-left: 30px; list-style: none; } @media only screen and (min-width: 991px) { #comments ol.comment-list .children { padding-left: 60px; } } .rtl #comments ol.comment-list .children { padding: 0 30px 0 0; } @media only screen and (min-width: 991px) { .rtl #comments ol.comment-list .children { padding-right: 60px; } } #comments ol.comment-list .children .vcard .avatar { float: left; width: 52px; margin-right: 20px; border-radius: 36px; -webkit-border-radius: 36px; -moz-border-radius: 36px; -ms-border-radius: 36px; -o-border-radius: 36px; } .rtl #comments ol.comment-list .children .vcard .avatar { float: right; margin: 0 0 0 20px; } #comments ol.comment-list .children .comment-body { padding-left: 72px; } .rtl #comments ol.comment-list .children .comment-body { padding: 0 72px 0 0; } #comments ol.comment-list .children > li:first-child > .comment-inner { margin-top: 0; } #comments ol.comment-list .children > li:last-child { border: 0; } #comments ol.comment-list .children .children { padding-left: 30px; } .rtl #comments ol.comment-list .children .children { padding: 0 30px 0 0; } #respond { clear: left; margin-top: 20px; } #respond.comment-respond { margin-top: 25px; float: left; width: 100%; } #respond input[type="text"], #respond input[type="tel"], #respond input[type="password"], #respond input[type="email"], #respond textarea { width: 100%; } #respond .form-submit { float: right; margin: 0; } #reviews { float: left; width: 100%; } #reviews #comments { width: 100%; padding: 0; margin: 30px 0 0; } #reviews #comments ol.commentlist { padding: 30px 0 0; } #reviews #comments ol.commentlist .comment-container { margin-left: 0; } #reviews #comments ol.commentlist .comment-container .authorname { display: none; } #reviews #comments ol.commentlist .comment-container .commentmeta strong { float: left; } #reviews #comments ol.commentlist .comment-text { text-align: left; clear: both; margin-bottom: 20px; } #reviews .comment-reply-title { display: none; } .comment-reply-title { font-size: 18px; color: #404040; } #comment_popup { background: #fff; padding: 50px; max-width: 50%; position: relative; margin: 0 auto; } @media only screen and (max-width: 991px) { #comment_popup { max-width: 100%; } } @media only screen and (max-width: 991px) { #comment_popup { padding: 30px; } } /*------------------------------------------------------------------*\ 11 - EFFECT STYLE \*------------------------------------------------------------------*/ @-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } } @keyframes spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-webkit-keyframes placeHolderShimmer { 0% { background-position: -468px 0; } 100% { background-position: 468px 0; } } @keyframes placeHolderShimmer { 0% { background-position: -468px 0; } 100% { background-position: 468px 0; } } .animated-background { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-name: placeHolderShimmer; animation-name: placeHolderShimmer; -webkit-animation-timing-function: linear; animation-timing-function: linear; background: #f6f7f8; background: #eeeeee; background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee)); background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%); background-size: 800px 104px; height: 96px; position: relative; } .background-masker { background: #fff; position: absolute; -webkit-box-sizing: border-box; box-sizing: border-box; } .blur { filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3'); -webkit-filter: url(#blur-filter); filter: url(#blur-filter); -webkit-filter: blur(3px); filter: blur(3px); } .blur-svg { display: none; } /*------------------------------------------------------------------*\ 12 - CUSTOMIZE STYLE \*------------------------------------------------------------------*/ .custom-breadcrumb { position: relative; background: #F2F2F2; padding: 10px 0; margin-bottom: 45px; color: #828282; } .custom-breadcrumb a { color: #404040; } .custom-breadcrumb a:hover { color: #FCC91B; } .custom-breadcrumb .breadcrumb { margin-bottom: 0; padding: 5px 0; font-weight: 400; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; } .custom-breadcrumb .breadcrumb-overlay { position: absolute; width: 100%; height: 100%; z-index: 1; top: 0; left: 0; } .custom-breadcrumb.text-light .breadcrumb { color: rgba(255, 255, 255, 0.8) !important; } .custom-breadcrumb.text-light .breadcrumb a { color: rgba(255, 255, 255, 0.8) !important; } .custom-breadcrumb.text-light .breadcrumb a:hover { text-decoration: underline; } .custom-breadcrumb.text-light .active { color: rgba(255, 255, 255, 0.8); } .custom-breadcrumb.text-light .heading-title { color: #fff; } .title-layout-standard .hidden-bg.custom-breadcrumb { min-height: auto !important; padding: 0 !important; background: none !important; } .title-layout-standard .hidden-bg.custom-breadcrumb .breadcrumb-main { position: relative; } .title-layout-standard .custom-breadcrumb { position: relative; min-height: 300px; margin-bottom: 45px; font-size: 14px; background-position: center center; } .title-layout-standard .custom-breadcrumb .breadcrumb-main { position: absolute; bottom: 0; left: 0; width: 100%; background: #F9F9F9; z-index: 11; border-bottom: 1px solid #E2DFEB; padding: 10px 0; } .title-layout-standard .custom-breadcrumb .breadcrumb-main .container { position: relative; } .title-layout-standard .custom-breadcrumb .breadcrumb-main .container .breadcrumb { color: #828282 !important; float: left; } .title-layout-standard .custom-breadcrumb .breadcrumb-main .container .breadcrumb .active { color: #828282 !important; } .title-layout-standard .custom-breadcrumb .breadcrumb-main .container .breadcrumb a { color: #404040 !important; } .title-layout-standard .custom-breadcrumb .breadcrumb-main .container .breadcrumb a:hover { color: #FCC91B !important; } .title-layout-standard .custom-breadcrumb .breadcrumb-main .container .back-to-home { display: inline-block !important; visibility: visible !important; float: right; font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; padding-top: 6px; position: relative; } .title-layout-standard .custom-breadcrumb .breadcrumb-main .container .back-to-home a { position: relative; padding-right: 18px; } .title-layout-standard .custom-breadcrumb .breadcrumb-main .container .back-to-home a:after { content: '\f061'; font-family: "FontAwesome"; position: absolute; top: -1px; right: 0; z-index: 1; font-size: 12px; } .title-layout-standard .custom-breadcrumb .breadcrumb-main .container .heading-title { display: none; } .title-layout-hero .custom-breadcrumb { height: 320px; background-size: cover; -webkit-background-size: cover; -o-background-size: cover; background-position: center center; } @media (max-width: 991px) { .title-layout-hero .custom-breadcrumb { margin-bottom: 30px; height: 200px; } } .title-layout-hero .custom-breadcrumb .container { position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); z-index: 99; width: 100%; max-width: 100%; } .title-layout-hero .custom-breadcrumb .breadcrumb { color: #404040; position: relative; z-index: 99; padding-top: 5px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .title-layout-hero .custom-breadcrumb .breadcrumb a { color: #404040; } .title-layout-hero .custom-breadcrumb .heading-title { font-size: 28px; margin-top: 0; line-height: 32px; position: relative; z-index: 99; margin: 0; font-weight: 600; } @media (max-width: 991px) { .title-layout-hero .custom-breadcrumb .heading-title { font-size: 20px; line-height: 20px; } } body.home.blog .title-layout-standard .custom-breadcrumb .heading-title { display: inline-block !important; float: left; font-size: 18px; margin: 5px 0 0; } /*------------------------------------------------------------------*\ 13 - PLUGIN STYLE \*------------------------------------------------------------------*/ @media (max-width: 767px) { .rev_slider_wrapper .tparrows { display: none; } } .owl-carousel, .flex-control-nav { position: relative; max-height: 300px; overflow: hidden; } .owl-carousel:after, .flex-control-nav:after { content: ""; background: url("../images/preloader-18.gif") no-repeat center center #fff; position: absolute; top: 0; left: 0; z-index: 999; width: 100%; height: 100%; } .owl-carousel.owl-loaded, .flex-control-nav.owl-loaded { max-height: none; overflow: visible; } .owl-carousel.owl-loaded:after, .flex-control-nav.owl-loaded:after { display: none !important; } .owl-carousel .owl-nav, .flex-control-nav .owl-nav { opacity: 0; filter: alpha(opacity=0); } .owl-carousel .owl-nav > div, .flex-control-nav .owl-nav > div { position: absolute; top: 50%; margin-top: -25px; z-index: 99; width: 36px; height: 36px; line-height: 38px; text-align: center; opacity: 1; filter: alpha(opacity=100); -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; color: #404040; background: #fff; border: 1px solid rgba(0, 0, 0, 0.04); -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); } .owl-carousel .owl-nav > div i, .flex-control-nav .owl-nav > div i { margin: 0; font-size: 16px; } .owl-carousel .owl-nav > div.disabled, .flex-control-nav .owl-nav > div.disabled { opacity: 0.4; filter: alpha(opacity=40); } .owl-carousel .owl-nav > div.owl-prev, .flex-control-nav .owl-nav > div.owl-prev { left: 15px; } .owl-carousel .owl-nav > div.owl-next, .flex-control-nav .owl-nav > div.owl-next { right: 15px; } .owl-carousel .owl-nav > div:hover, .owl-carousel .owl-nav > div:focus, .flex-control-nav .owl-nav > div:hover, .flex-control-nav .owl-nav > div:focus { opacity: 1; filter: alpha(opacity=100); cursor: pointer; background: #FCC91B; color: #fff; } .owl-carousel:hover .owl-nav, .flex-control-nav:hover .owl-nav { opacity: 1; filter: alpha(opacity=100); } .owl-carousel:hover .owl-nav > div.disabled, .flex-control-nav:hover .owl-nav > div.disabled { opacity: 0.6; filter: alpha(opacity=60); pointer: disabled; color: #404040; } .owl-carousel:hover .owl-nav > div.disabled:hover, .flex-control-nav:hover .owl-nav > div.disabled:hover { cursor: no-drop; } .owl-carousel .owl-dots, .flex-control-nav .owl-dots { margin-top: 20px; width: 100%; text-align: center; } .owl-carousel .owl-dots .owl-dot, .flex-control-nav .owl-dots .owl-dot { width: 18px; height: 6px; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; display: inline-block; margin: 0 4px; background: #ADB2B5; opacity: 0.6; filter: alpha(opacity=60); } .owl-carousel .owl-dots .owl-dot.active, .flex-control-nav .owl-dots .owl-dot.active { opacity: 1; filter: alpha(opacity=100); background: #FCC91B; } .owl-carousel .owl-dots .owl-dot:hover, .flex-control-nav .owl-dots .owl-dot:hover { cursor: pointer; } .owl-carousel .owl-item img { width: auto; display: inline-block; transform-style: unset !important; -webkit-transform-style: unset !important; -o-transform-style: unset !important; -ms-transform-style: unset !important; } .owl-carousel { margin: 0 -15px; width: auto; } .owl-carousel .owl-item { padding-left: 15px; padding-right: 15px; } .uk-slideset-init { position: relative; } .uk-slideset-init ul { list-style-type: none; padding: 0; } .uk-slideset-init .uk-slideset-nav { position: absolute; top: -35px; right: 0; z-index: 1; margin: 0; padding: 0; } @media (max-width: 767px) { .uk-slideset-init .uk-slideset-nav { width: 100%; } } .uk-slideset-init .uk-slideset-nav li { float: left; margin-right: 10px; list-style-type: none; } @media (max-width: 767px) { .uk-slideset-init .uk-slideset-nav li { float: none; display: inline-block; } } .uk-slideset-init .uk-slideset-nav li a { width: 22px; height: 10px; border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; display: inline-block; border: 2px solid #FCC91B; } .uk-slideset-init .uk-slideset-nav li a:hover { cursor: pointer; } .uk-slideset-init .uk-slideset-nav li.uk-active a { background: #FCC91B; } .uk-slideset-init.nav-slideset-top .uk-slideset-nav { top: -30px; } .uk-slideset-init.nav-slideset-bottom .uk-slideset-nav { bottom: -30px; top: auto; left: 0; text-align: center; } .uk-slideset-init.nav-slideset-bottom .uk-slideset-nav li { display: inline-block; float: none; } .text-light .uk-slideset-init .uk-slideset-nav li a { border-color: #fff; } .text-light .uk-slideset-init .uk-slideset-nav li.uk-active a { background: #fff; } ul.nav-tabs { overflow: auto; display: inline-block; } ul.nav-tabs > li { white-space: nowrap; display: inline-block; } ul.nav-tabs > li > a { margin: 0 6px; background: transparent; padding: 8px 15px; font-size: 13px; font-weight: 600; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; } ul.nav-tabs > li > a:hover, ul.nav-tabs > li > a:focus, ul.nav-tabs > li > a:active { color: #FCC91B; } ul.nav-tabs > li.active > a { background: #FCC91B !important; } .service-icon { color: rgba(255, 255, 255, 0.5); margin-top: 30px; font-size: 16px; font-weight: 600; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; text-transform: uppercase; } .service-icon .icon { font-size: 22px; width: 35px; height: auto; display: inline-block; text-align: left; float: left; margin-top: 3px; } .service-icon:hover { color: #fff; } .btn-slider-white { background: #fff; color: #FCC91B; display: inline-block; padding: 10px 15px; text-transform: uppercase; font-weight: 600; font-size: 14px; text-decoration: none; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } @media (max-width: 991px) { .btn-slider-white { padding: 6px 10px; font-size: 12px; } } .btn-slider-white:hover, .btn-slider-white:focus, .btn-slider-white:active { background: #FCC91B; color: #fff; } .intro-about .heading { font-size: 24px; text-transform: uppercase; font-weight: 600; color: #aaaaaa; } .intro-about .dropcap:first-child:first-letter { float: left; color: #fff; font-size: 36px; line-height: 36px; display: inline-block; font-weight: 400; width: 60px; height: 60px; margin: 10px 10px 0 5px; padding: 15px; background: #262626; } #gva-filter-overlay, #gva-overlay { position: fixed; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); top: 0; left: 0; z-index: 99; display: none; } #gva-filter-overlay.open, #gva-overlay.open { display: block; } #gva-filter-overlay:hover, #gva-overlay:hover { cursor: pointer; } #fp-nav ul > li > a span { background: #ccc !important; } #fp-nav ul > li > a.active span { background: #858585 !important; } /* perfect-scrollbar v0.6.7 */ .ps-container { -ms-touch-action: none; overflow: hidden !important; } .ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail { display: block; } .ps-container.ps-in-scrolling { pointer-events: none; } .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail { background-color: #eee; opacity: 0.9; filter: alpha(opacity=90); } .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x { background-color: #999; } .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail { background-color: #eee; opacity: 0.9; filter: alpha(opacity=90); } .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y { background-color: #999; } .ps-container > .ps-scrollbar-x-rail { display: none; position: absolute; /* please don't change 'position' */ border-radius: 4px; opacity: 0; filter: alpha(opacity=0); -webkit-transition: background-color 0.2s linear, opacity 0.2s linear; transition: background-color 0.2s linear, opacity 0.2s linear; bottom: 3px; /* there must be 'bottom' for ps-scrollbar-x-rail */ height: 8px; } .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x { position: absolute; /* please don't change 'position' */ background-color: #aaa; border-radius: 4px; -webkit-transition: background-color 0.2s linear; transition: background-color 0.2s linear; bottom: 0; /* there must be 'bottom' for ps-scrollbar-x */ height: 8px; } .ps-container > .ps-scrollbar-y-rail { display: none; position: absolute; /* please don't change 'position' */ border-radius: 4px; opacity: 0; filter: alpha(opacity=0); -webkit-transition: background-color 0.2s linear, opacity 0.2s linear; transition: background-color 0.2s linear, opacity 0.2s linear; right: 3px; /* there must be 'right' for ps-scrollbar-y-rail */ width: 4px; } .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y { position: absolute; /* please don't change 'position' */ background-color: #aaa; border-radius: 4px; -webkit-transition: background-color 0.2s linear; transition: background-color 0.2s linear; right: 0; /* there must be 'right' for ps-scrollbar-y */ width: 5px; } .ps-container:hover.ps-in-scrolling { pointer-events: none; } .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail { background-color: #eee; opacity: 0.9; filter: alpha(opacity=90); } .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x { background-color: #999; } .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail { background-color: #eee; opacity: 0.9; filter: alpha(opacity=90); } .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y { background-color: #999; } .ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail { opacity: 0.6; filter: alpha(opacity=60); } .ps-container:hover > .ps-scrollbar-x-rail:hover { background-color: #eee; opacity: 0.6; filter: alpha(opacity=60); } .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x { background-color: #999; } .ps-container:hover > .ps-scrollbar-y-rail:hover { background-color: #eee; opacity: 0.6; filter: alpha(opacity=60); } .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y { background-color: #999; } /* ======================================================================== Component: Grid ========================================================================== */ /* * 1. Makes grid more robust so that it can be used with other block elements like lists */ .uk-grid { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; /* 1 */ margin: 0; padding: 0; list-style: none; } /* * DEPRECATED * Micro clearfix * Can't use `table` because it creates a 1px gap when it becomes a flex item, only in Webkit */ .uk-grid:before, .uk-grid:after { content: ""; display: block; overflow: hidden; } .uk-grid:after { clear: both; } /* * Grid cell * 1. Space is allocated solely based on content dimensions * 2. Makes grid more robust so that it can be used with other block elements * 3. DEPRECATED Using `float` to support IE9 */ .uk-grid > * { /* 1 */ -ms-flex: none; -webkit-box-flex: 0; flex: none; /* 2 */ margin: 0; /* 3 */ float: left; } /* * Remove margin from the last-child */ .uk-grid > * > :last-child { margin-bottom: 0; } /* Grid gutter ========================================================================== */ /* * Default gutter */ /* Horizontal */ .uk-grid { margin-left: -25px; } .uk-grid > * { padding-left: 25px; } /* Vertical */ .uk-grid + .uk-grid, .uk-grid-margin, .uk-grid > * > .uk-panel + .uk-panel { margin-top: 25px; } /* Large screen and bigger */ @media (min-width: 1220px) { /* Horizontal */ .uk-grid { margin-left: -30px; } .uk-grid > * { padding-left: 30px; } /* Vertical */ .uk-grid + .uk-grid, .uk-grid-margin, .uk-grid > * > .uk-panel + .uk-panel { margin-top: 30px; } } /* * Collapse gutter */ /* Horizontal */ .uk-grid-collapse { margin-left: 0; } .uk-grid-collapse > * { padding-left: 0; } /* Vertical */ .uk-grid-collapse + .uk-grid-collapse, .uk-grid-collapse > .uk-grid-margin, .uk-grid-collapse > * > .uk-panel + .uk-panel { margin-top: 0; } /* * Small gutter */ /* Horizontal */ .uk-grid-small { margin-left: -10px; } .uk-grid-small > * { padding-left: 10px; } /* Vertical */ .uk-grid-small + .uk-grid-small, .uk-grid-small > .uk-grid-margin, .uk-grid-small > * > .uk-panel + .uk-panel { margin-top: 10px; } /* * Medium gutter */ /* Horizontal */ .uk-grid-medium { margin-left: -25px; } .uk-grid-medium > * { padding-left: 25px; } /* Vertical */ .uk-grid-medium + .uk-grid-medium, .uk-grid-medium > .uk-grid-margin, .uk-grid-medium > * > .uk-panel + .uk-panel { margin-top: 25px; } /* * Large gutter */ /* Large screen and bigger */ @media (min-width: 960px) { /* Horizontal */ .uk-grid-large { margin-left: -30px; } .uk-grid-large > * { padding-left: 30px; } /* Vertical */ .uk-grid-large + .uk-grid-large, .uk-grid-large-margin, .uk-grid-large > * > .uk-panel + .uk-panel { margin-top: 30px; } } /* Extra Large screens */ @media (min-width: 1220px) { /* Horizontal */ .uk-grid-large { margin-left: -50px; } .uk-grid-large > * { padding-left: 50px; } /* Vertical */ .uk-grid-large + .uk-grid-large, .uk-grid-large-margin, .uk-grid-large > * > .uk-panel + .uk-panel { margin-top: 50px; } } /* Modifier: `uk-grid-divider` ========================================================================== */ /* * Horizontal divider * Only works with the default gutter. Does not work with gutter collapse, small or large. * Does not work with `uk-push-*`, `uk-pull-*` and not if the columns float into the next row. */ .uk-grid-divider:not(:empty) { margin-left: -25px; margin-right: -25px; } .uk-grid-divider > * { padding-left: 25px; padding-right: 25px; } .uk-grid-divider > [class*='uk-width-1-']:not(.uk-width-1-1):nth-child(n+2), .uk-grid-divider > [class*='uk-width-2-']:nth-child(n+2), .uk-grid-divider > [class*='uk-width-3-']:nth-child(n+2), .uk-grid-divider > [class*='uk-width-4-']:nth-child(n+2), .uk-grid-divider > [class*='uk-width-5-']:nth-child(n+2), .uk-grid-divider > [class*='uk-width-6-']:nth-child(n+2), .uk-grid-divider > [class*='uk-width-7-']:nth-child(n+2), .uk-grid-divider > [class*='uk-width-8-']:nth-child(n+2), .uk-grid-divider > [class*='uk-width-9-']:nth-child(n+2) { border-left: 1px solid #ddd; } /* Tablet and bigger */ @media (min-width: 768px) { .uk-grid-divider > [class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) { border-left: 1px solid #ddd; } } /* Desktop and bigger */ @media (min-width: 960px) { .uk-grid-divider > [class*='uk-width-large-']:not(.uk-width-large-1-1):nth-child(n+2) { border-left: 1px solid #ddd; } } /* Large screen and bigger */ @media (min-width: 1220px) { /* * Large gutter */ .uk-grid-divider:not(:empty) { margin-left: -30px; margin-right: -30px; } .uk-grid-divider > * { padding-left: 30px; padding-right: 30px; } .uk-grid-divider:empty { margin-top: 30px; margin-bottom: 30px; } } /* * Vertical divider */ .uk-grid-divider:empty { margin-top: 25px; margin-bottom: 25px; border-top: 1px solid #ddd; } /* Match panels in grids ========================================================================== */ /* * 1. Behave like a block element */ .uk-grid-match > * { display: -ms-flexbox; display: -webkit-box; display: flex; /* 1 */ -ms-flex-wrap: wrap; flex-wrap: wrap; } .uk-grid-match > * > * { /* 1 */ -ms-flex: none; -webkit-box-flex: 0; flex: none; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; } /* Even grid cell widths ========================================================================== */ [class*='uk-grid-width'] > * { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; } .uk-grid-width-1-2 > * { width: 50%; } .uk-grid-width-1-3 > * { width: 33.333%; } .uk-grid-width-1-4 > * { width: 25%; } .uk-grid-width-1-5 > * { width: 20%; } .uk-grid-width-1-6 > * { width: 16.666%; } .uk-grid-width-1-10 > * { width: 10%; } .uk-grid-width-auto > * { width: auto; } /* Phone landscape and bigger */ @media (min-width: 380px) { .uk-grid-width-small-1-1 > * { width: 100%; } .uk-grid-width-small-1-2 > * { width: 50%; } .uk-grid-width-small-1-3 > * { width: 33.333%; } .uk-grid-width-small-1-4 > * { width: 25%; } .uk-grid-width-small-1-5 > * { width: 20%; } .uk-grid-width-small-1-6 > * { width: 16.666%; } .uk-grid-width-small-1-10 > * { width: 10%; } } /* Tablet and bigger */ @media (min-width: 768px) { .uk-grid-width-medium-1-1 > * { width: 100%; } .uk-grid-width-medium-1-2 > * { width: 50%; } .uk-grid-width-medium-1-3 > * { width: 33.333%; } .uk-grid-width-medium-1-4 > * { width: 25%; } .uk-grid-width-medium-1-5 > * { width: 20%; } .uk-grid-width-medium-1-6 > * { width: 16.666%; } .uk-grid-width-medium-1-10 > * { width: 10%; } } /* Desktop and bigger */ @media (min-width: 960px) { .uk-grid-width-large-1-1 > * { width: 100%; } .uk-grid-width-large-1-2 > * { width: 50%; } .uk-grid-width-large-1-3 > * { width: 33.333%; } .uk-grid-width-large-1-4 > * { width: 25%; } .uk-grid-width-large-1-5 > * { width: 20%; } .uk-grid-width-large-1-6 > * { width: 16.666%; } .uk-grid-width-large-1-10 > * { width: 10%; } } /* Large screen and bigger */ @media (min-width: 1220px) { .uk-grid-width-xlarge-1-1 > * { width: 100%; } .uk-grid-width-xlarge-1-2 > * { width: 50%; } .uk-grid-width-xlarge-1-3 > * { width: 33.333%; } .uk-grid-width-xlarge-1-4 > * { width: 25%; } .uk-grid-width-xlarge-1-5 > * { width: 20%; } .uk-grid-width-xlarge-1-6 > * { width: 16.666%; } .uk-grid-width-xlarge-1-10 > * { width: 10%; } } /* Sub-objects: `uk-width-*` ========================================================================== */ [class*='uk-width'] { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; } /* * Widths */ /* Whole */ .uk-width-1-1 { width: 100%; } /* Halves */ .uk-width-1-2, .uk-width-2-4, .uk-width-3-6, .uk-width-5-10 { width: 50%; } /* Thirds */ .uk-width-1-3, .uk-width-2-6 { width: 33.333%; } .uk-width-2-3, .uk-width-4-6 { width: 66.666%; } /* Quarters */ .uk-width-1-4 { width: 25%; } .uk-width-3-4 { width: 75%; } /* Fifths */ .uk-width-1-5, .uk-width-2-10 { width: 20%; } .uk-width-2-5, .uk-width-4-10 { width: 40%; } .uk-width-3-5, .uk-width-6-10 { width: 60%; } .uk-width-4-5, .uk-width-8-10 { width: 80%; } /* Sixths */ .uk-width-1-6 { width: 16.666%; } .uk-width-5-6 { width: 83.333%; } /* Tenths */ .uk-width-1-10 { width: 10%; } .uk-width-3-10 { width: 30%; } .uk-width-7-10 { width: 70%; } .uk-width-9-10 { width: 90%; } /* Phone landscape and bigger */ @media (min-width: 380px) { /* Whole */ .uk-width-small-1-1 { width: 100%; } /* Halves */ .uk-width-small-1-2, .uk-width-small-2-4, .uk-width-small-3-6, .uk-width-small-5-10 { width: 50%; } /* Thirds */ .uk-width-small-1-3, .uk-width-small-2-6 { width: 33.333%; } .uk-width-small-2-3, .uk-width-small-4-6 { width: 66.666%; } /* Quarters */ .uk-width-small-1-4 { width: 25%; } .uk-width-small-3-4 { width: 75%; } /* Fifths */ .uk-width-small-1-5, .uk-width-small-2-10 { width: 20%; } .uk-width-small-2-5, .uk-width-small-4-10 { width: 40%; } .uk-width-small-3-5, .uk-width-small-6-10 { width: 60%; } .uk-width-small-4-5, .uk-width-small-8-10 { width: 80%; } /* Sixths */ .uk-width-small-1-6 { width: 16.666%; } .uk-width-small-5-6 { width: 83.333%; } /* Tenths */ .uk-width-small-1-10 { width: 10%; } .uk-width-small-3-10 { width: 30%; } .uk-width-small-7-10 { width: 70%; } .uk-width-small-9-10 { width: 90%; } } /* Tablet and bigger */ @media (min-width: 768px) { /* Whole */ .uk-width-medium-1-1 { width: 100%; } /* Halves */ .uk-width-medium-1-2, .uk-width-medium-2-4, .uk-width-medium-3-6, .uk-width-medium-5-10 { width: 50%; } /* Thirds */ .uk-width-medium-1-3, .uk-width-medium-2-6 { width: 33.333%; } .uk-width-medium-2-3, .uk-width-medium-4-6 { width: 66.666%; } /* Quarters */ .uk-width-medium-1-4 { width: 25%; } .uk-width-medium-3-4 { width: 75%; } /* Fifths */ .uk-width-medium-1-5, .uk-width-medium-2-10 { width: 20%; } .uk-width-medium-2-5, .uk-width-medium-4-10 { width: 40%; } .uk-width-medium-3-5, .uk-width-medium-6-10 { width: 60%; } .uk-width-medium-4-5, .uk-width-medium-8-10 { width: 80%; } /* Sixths */ .uk-width-medium-1-6 { width: 16.666%; } .uk-width-medium-5-6 { width: 83.333%; } /* Tenths */ .uk-width-medium-1-10 { width: 10%; } .uk-width-medium-3-10 { width: 30%; } .uk-width-medium-7-10 { width: 70%; } .uk-width-medium-9-10 { width: 90%; } } /* Desktop and bigger */ @media (min-width: 960px) { /* Whole */ .uk-width-large-1-1 { width: 100%; } /* Halves */ .uk-width-large-1-2, .uk-width-large-2-4, .uk-width-large-3-6, .uk-width-large-5-10 { width: 50%; } /* Thirds */ .uk-width-large-1-3, .uk-width-large-2-6 { width: 33.333%; } .uk-width-large-2-3, .uk-width-large-4-6 { width: 66.666%; } /* Quarters */ .uk-width-large-1-4 { width: 25%; } .uk-width-large-3-4 { width: 75%; } /* Fifths */ .uk-width-large-1-5, .uk-width-large-2-10 { width: 20%; } .uk-width-large-2-5, .uk-width-large-4-10 { width: 40%; } .uk-width-large-3-5, .uk-width-large-6-10 { width: 60%; } .uk-width-large-4-5, .uk-width-large-8-10 { width: 80%; } /* Sixths */ .uk-width-large-1-6 { width: 16.666%; } .uk-width-large-5-6 { width: 83.333%; } /* Tenths */ .uk-width-large-1-10 { width: 10%; } .uk-width-large-3-10 { width: 30%; } .uk-width-large-7-10 { width: 70%; } .uk-width-large-9-10 { width: 90%; } } /* Large screen and bigger */ @media (min-width: 1220px) { /* Whole */ .uk-width-xlarge-1-1 { width: 100%; } /* Halves */ .uk-width-xlarge-1-2, .uk-width-xlarge-2-4, .uk-width-xlarge-3-6, .uk-width-xlarge-5-10 { width: 50%; } /* Thirds */ .uk-width-xlarge-1-3, .uk-width-xlarge-2-6 { width: 33.333%; } .uk-width-xlarge-2-3, .uk-width-xlarge-4-6 { width: 66.666%; } /* Quarters */ .uk-width-xlarge-1-4 { width: 25%; } .uk-width-xlarge-3-4 { width: 75%; } /* Fifths */ .uk-width-xlarge-1-5, .uk-width-xlarge-2-10 { width: 20%; } .uk-width-xlarge-2-5, .uk-width-xlarge-4-10 { width: 40%; } .uk-width-xlarge-3-5, .uk-width-xlarge-6-10 { width: 60%; } .uk-width-xlarge-4-5, .uk-width-xlarge-8-10 { width: 80%; } /* Sixths */ .uk-width-xlarge-1-6 { width: 16.666%; } .uk-width-xlarge-5-6 { width: 83.333%; } /* Tenths */ .uk-width-xlarge-1-10 { width: 10%; } .uk-width-xlarge-3-10 { width: 30%; } .uk-width-xlarge-7-10 { width: 70%; } .uk-width-xlarge-9-10 { width: 90%; } } /* Sub-object: `uk-push-*` and `uk-pull-*` ========================================================================== */ /* * Source ordering * Works only with `uk-width-medium-*` */ /* Tablet and bigger */ @media (min-width: 768px) { [class*='uk-push-'], [class*='uk-pull-'] { position: relative; } /* * Push */ /* Halves */ .uk-push-1-2, .uk-push-2-4, .uk-push-3-6, .uk-push-5-10 { left: 50%; } /* Thirds */ .uk-push-1-3, .uk-push-2-6 { left: 33.333%; } .uk-push-2-3, .uk-push-4-6 { left: 66.666%; } /* Quarters */ .uk-push-1-4 { left: 25%; } .uk-push-3-4 { left: 75%; } /* Fifths */ .uk-push-1-5, .uk-push-2-10 { left: 20%; } .uk-push-2-5, .uk-push-4-10 { left: 40%; } .uk-push-3-5, .uk-push-6-10 { left: 60%; } .uk-push-4-5, .uk-push-8-10 { left: 80%; } /* Sixths */ .uk-push-1-6 { left: 16.666%; } .uk-push-5-6 { left: 83.333%; } /* Tenths */ .uk-push-1-10 { left: 10%; } .uk-push-3-10 { left: 30%; } .uk-push-7-10 { left: 70%; } .uk-push-9-10 { left: 90%; } /* * Pull */ /* Halves */ .uk-pull-1-2, .uk-pull-2-4, .uk-pull-3-6, .uk-pull-5-10 { left: -50%; } /* Thirds */ .uk-pull-1-3, .uk-pull-2-6 { left: -33.333%; } .uk-pull-2-3, .uk-pull-4-6 { left: -66.666%; } /* Quarters */ .uk-pull-1-4 { left: -25%; } .uk-pull-3-4 { left: -75%; } /* Fifths */ .uk-pull-1-5, .uk-pull-2-10 { left: -20%; } .uk-pull-2-5, .uk-pull-4-10 { left: -40%; } .uk-pull-3-5, .uk-pull-6-10 { left: -60%; } .uk-pull-4-5, .uk-pull-8-10 { left: -80%; } /* Sixths */ .uk-pull-1-6 { left: -16.666%; } .uk-pull-5-6 { left: -83.333%; } /* Tenths */ .uk-pull-1-10 { left: -10%; } .uk-pull-3-10 { left: -30%; } .uk-pull-7-10 { left: -70%; } .uk-pull-9-10 { left: -90%; } } /* ======================================================================== Component: Animation ========================================================================== */ [class*='uk-animation-'] { -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-animation-fill-mode: both; animation-fill-mode: both; } /* Hide animated element if scrollspy is used */ @media screen { [data-uk-scrollspy*='uk-animation-']:not([data-uk-scrollspy*='target']) { opacity: 0; } } /* * Fade * Higher specificity (!important) needed because of reverse modifier */ .uk-animation-fade { -webkit-animation-name: uk-fade; animation-name: uk-fade; -webkit-animation-duration: 0.8s; animation-duration: 0.8s; -webkit-animation-timing-function: linear !important; animation-timing-function: linear !important; } /* * Fade with scale */ .uk-animation-scale-up { -webkit-animation-name: uk-fade-scale-02; animation-name: uk-fade-scale-02; } .uk-animation-scale-down { -webkit-animation-name: uk-fade-scale-18; animation-name: uk-fade-scale-18; } /* * Fade with slide */ .uk-animation-slide-top { -webkit-animation-name: uk-fade-top; animation-name: uk-fade-top; } .uk-animation-slide-bottom { -webkit-animation-name: uk-fade-bottom; animation-name: uk-fade-bottom; } .uk-animation-slide-left { -webkit-animation-name: uk-fade-left; animation-name: uk-fade-left; } .uk-animation-slide-right { -webkit-animation-name: uk-fade-right; animation-name: uk-fade-right; } /* * Scale */ .uk-animation-scale { -webkit-animation-name: uk-scale-12; animation-name: uk-scale-12; } /* * Shake */ .uk-animation-shake { -webkit-animation-name: uk-shake; animation-name: uk-shake; } /* Direction modifiers ========================================================================== */ .uk-animation-reverse { -webkit-animation-direction: reverse; animation-direction: reverse; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } /* Duration modifiers ========================================================================== */ .uk-animation-15 { -webkit-animation-duration: 15s; animation-duration: 15s; } /* Origin modifiers ========================================================================== */ .uk-animation-top-left { -webkit-transform-origin: 0 0; transform-origin: 0 0; } .uk-animation-top-center { -webkit-transform-origin: 50% 0; transform-origin: 50% 0; } .uk-animation-top-right { -webkit-transform-origin: 100% 0; transform-origin: 100% 0; } .uk-animation-middle-left { -webkit-transform-origin: 0 50%; transform-origin: 0 50%; } .uk-animation-middle-right { -webkit-transform-origin: 100% 50%; transform-origin: 100% 50%; } .uk-animation-bottom-left { -webkit-transform-origin: 0 100%; transform-origin: 0 100%; } .uk-animation-bottom-center { -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; } .uk-animation-bottom-right { -webkit-transform-origin: 100% 100%; transform-origin: 100% 100%; } /* Sub-object: `uk-animation-hover` ========================================================================== */ /* * Enable animation only on hover * Note: Firefox also needs this because animations are not triggered when switching between display `hidden` and `block` */ .uk-animation-hover:not(:hover), .uk-animation-hover:not(:hover) [class*='uk-animation-'], .uk-touch .uk-animation-hover:not(.uk-hover), .uk-touch .uk-animation-hover:not(.uk-hover) [class*='uk-animation-'] { -webkit-animation-name: none; animation-name: none; } /* Keyframes: Fade * Used by dropdown, datepicker and slideshow component ========================================================================== */ @-webkit-keyframes uk-fade { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes uk-fade { 0% { opacity: 0; } 100% { opacity: 1; } } /* Keyframes: Fade with slide ========================================================================== */ /* * Top */ @-webkit-keyframes uk-fade-top { 0% { opacity: 0; -webkit-transform: translateY(-100%); } 100% { opacity: 1; -webkit-transform: translateY(0); } } @keyframes uk-fade-top { 0% { opacity: 0; -webkit-transform: translateY(-100%); transform: translateY(-100%); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } /* * Bottom */ @-webkit-keyframes uk-fade-bottom { 0% { opacity: 0; -webkit-transform: translateY(100%); } 100% { opacity: 1; -webkit-transform: translateY(0); } } @keyframes uk-fade-bottom { 0% { opacity: 0; -webkit-transform: translateY(100%); transform: translateY(100%); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } /* * Left */ @-webkit-keyframes uk-fade-left { 0% { opacity: 0; -webkit-transform: translateX(-100%); } 100% { opacity: 1; -webkit-transform: translateX(0); } } @keyframes uk-fade-left { 0% { opacity: 0; -webkit-transform: translateX(-100%); transform: translateX(-100%); } 100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } /* * Right */ @-webkit-keyframes uk-fade-right { 0% { opacity: 0; -webkit-transform: translateX(100%); } 100% { opacity: 1; -webkit-transform: translateX(0); } } @keyframes uk-fade-right { 0% { opacity: 0; -webkit-transform: translateX(100%); transform: translateX(100%); } 100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } /* Keyframes: Fade with scale ========================================================================== */ /* * Scale by 0.2 */ @-webkit-keyframes uk-fade-scale-02 { 0% { opacity: 0; -webkit-transform: scale(0.2); } 100% { opacity: 1; -webkit-transform: scale(1); } } @keyframes uk-fade-scale-02 { 0% { opacity: 0; -webkit-transform: scale(0.2); transform: scale(0.2); } 100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } } /* * Scale by 1.5 * Used by slideshow component */ @-webkit-keyframes uk-fade-scale-15 { 0% { opacity: 0; -webkit-transform: scale(1.5); } 100% { opacity: 1; -webkit-transform: scale(1); } } @keyframes uk-fade-scale-15 { 0% { opacity: 0; -webkit-transform: scale(1.5); transform: scale(1.5); } 100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } } /* * Scale by 1.8 */ @-webkit-keyframes uk-fade-scale-18 { 0% { opacity: 0; -webkit-transform: scale(1.8); } 100% { opacity: 1; -webkit-transform: scale(1); } } @keyframes uk-fade-scale-18 { 0% { opacity: 0; -webkit-transform: scale(1.8); transform: scale(1.8); } 100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } } /* Keyframes: Slide * Used by slideshow component ========================================================================== */ /* * Left */ @-webkit-keyframes uk-slide-left { 0% { -webkit-transform: translateX(-100%); } 100% { -webkit-transform: translateX(0); } } @keyframes uk-slide-left { 0% { -webkit-transform: translateX(-100%); transform: translateX(-100%); } 100% { -webkit-transform: translateX(0); transform: translateX(0); } } /* * Right */ @-webkit-keyframes uk-slide-right { 0% { -webkit-transform: translateX(100%); } 100% { -webkit-transform: translateX(0); } } @keyframes uk-slide-right { 0% { -webkit-transform: translateX(100%); transform: translateX(100%); } 100% { -webkit-transform: translateX(0); transform: translateX(0); } } /* * Left third */ @-webkit-keyframes uk-slide-left-33 { 0% { -webkit-transform: translateX(33%); } 100% { -webkit-transform: translateX(0); } } @keyframes uk-slide-left-33 { 0% { -webkit-transform: translateX(33%); transform: translateX(33%); } 100% { -webkit-transform: translateX(0); transform: translateX(0); } } /* * Right third */ @-webkit-keyframes uk-slide-right-33 { 0% { -webkit-transform: translateX(-33%); } 100% { -webkit-transform: translateX(0); } } @keyframes uk-slide-right-33 { 0% { -webkit-transform: translateX(-33%); transform: translateX(-33%); } 100% { -webkit-transform: translateX(0); transform: translateX(0); } } /* Keyframes: Scale ========================================================================== */ @-webkit-keyframes uk-scale-12 { 0% { -webkit-transform: scale(1.2); } 100% { -webkit-transform: scale(1); } } @keyframes uk-scale-12 { 0% { -webkit-transform: scale(1.2); transform: scale(1.2); } 100% { -webkit-transform: scale(1); transform: scale(1); } } /* Keyframes: Rotate * Used by icon component ========================================================================== */ @-webkit-keyframes uk-rotate { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); } } @keyframes uk-rotate { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } /* Keyframes: Shake ========================================================================== */ @-webkit-keyframes uk-shake { 0%, 100% { -webkit-transform: translateX(0); } 10% { -webkit-transform: translateX(-9px); } 20% { -webkit-transform: translateX(8px); } 30% { -webkit-transform: translateX(-7px); } 40% { -webkit-transform: translateX(6px); } 50% { -webkit-transform: translateX(-5px); } 60% { -webkit-transform: translateX(4px); } 70% { -webkit-transform: translateX(-3px); } 80% { -webkit-transform: translateX(2px); } 90% { -webkit-transform: translateX(-1px); } } @keyframes uk-shake { 0%, 100% { -webkit-transform: translateX(0); transform: translateX(0); } 10% { -webkit-transform: translateX(-9px); transform: translateX(-9px); } 20% { -webkit-transform: translateX(8px); transform: translateX(8px); } 30% { -webkit-transform: translateX(-7px); transform: translateX(-7px); } 40% { -webkit-transform: translateX(6px); transform: translateX(6px); } 50% { -webkit-transform: translateX(-5px); transform: translateX(-5px); } 60% { -webkit-transform: translateX(4px); transform: translateX(4px); } 70% { -webkit-transform: translateX(-3px); transform: translateX(-3px); } 80% { -webkit-transform: translateX(2px); transform: translateX(2px); } 90% { -webkit-transform: translateX(-1px); transform: translateX(-1px); } } /* Keyframes: Fade with slide fixed * Used by dropdown and search component ========================================================================== */ /* * Top fixed */ @-webkit-keyframes uk-slide-top-fixed { 0% { opacity: 0; -webkit-transform: translateY(-10px); } 100% { opacity: 1; -webkit-transform: translateY(0); } } @keyframes uk-slide-top-fixed { 0% { opacity: 0; -webkit-transform: translateY(-10px); transform: translateY(-10px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } /* * Bottom fixed */ @-webkit-keyframes uk-slide-bottom-fixed { 0% { opacity: 0; -webkit-transform: translateY(10px); } 100% { opacity: 1; -webkit-transform: translateY(0); } } @keyframes uk-slide-bottom-fixed { 0% { opacity: 0; -webkit-transform: translateY(10px); transform: translateY(10px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } }