/*  Fonts   */
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-Light.ttf") format("truetype");
    font-weight: lighter;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-Regular.ttf") format("truetype");
    font-weight: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-Bold.ttf") format("truetype");
    font-weight: 500;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-LightItalic.ttf") format("truetype");
    font-weight: lighter;
    font-style: italic;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: "Space Age";
    src: url("../fonts/SpaceAge-Regular.ttf") format("truetype");
    font-weight: normal;
}
/*  Global  */
*{font-family: "Montserrat";}
html{height:100%;font-size: 14px;}
html.js{margin-top:0 !important;}
body{height:100%;margin:0;background: none;}
h1, h2, h3, h4, h5, h6{font-weight:bold;margin-top:0;}
.hentry h1, .hentry h2, .hentry h3, .hentry h4, .hentry h5, .hentry h6{font-weight:bold;margin: 1.9466666667rem 0 1.168rem 0;}
h1 {font-size: 1.8rem;}
h2 {font-size: 1.6rem;}
h3 {font-size: 1.4rem;}
h4 {font-size: 1.3rem;}
h5 {font-size: 1.2rem;}
h6 {font-size: 1.1rem;}
p {margin:0 0 7.5px 0;}
p:last-child {margin: 0;}
.ease-in-out, a{-webkit-transition: all 100ms ease-in-out;-moz-transition: all 100ms ease-in-out;-ms-transition: all 100ms ease-in-out;-o-transition: all 100ms ease-in-out;transition: all 100ms ease-in-out;}
main > section {padding: 60px 0;}
table{margin: 0;}
td, th{border-radius: 0;}
thead th{white-space: nowrap;}
tr{border:none;}
input[type=number] {text-align: center;}
figure{margin:0;font-size: 0;}
mark {background-color: cornflowerblue;padding: 4px 8px;border-radius: 2px;color: #fff;}
ol, ul{margin:0;}
.desktop.windows ::-webkit-scrollbar {-webkit-appearance: none;width: 1px;background: #fff;}
.desktop.windows ::-webkit-scrollbar-thumb {width: 1px;height: 1px;}
.creative-font{font-family: "Montserrat";text-transform: uppercase;}
/*  Helper Classes  */
hr.icon{margin: 0 auto 20px;display: block;height: 60px;width: 4px;}
.container{padding:30px;}
.container-fluid{padding:30px;}
.row{min-width:100%;;margin: -15px !important;}
.row:before, .container:before{content: "";display: table;clear: both;}
.col{padding: 15px !important;}
.no-margin{margin:0 !important;}
.overflow-hidden{overflow: hidden !important;}
.uppercase{text-transform:uppercase !important;}
.greyscale{-webkit-filter: grayscale(100%);filter: grayscale(100%);}
.greyscale:hover{-webkit-filter: grayscale(0%);filter: grayscale(0%);}
.height100{height:100%;}
.text-white{color:#fff;}
.text-shadow{text-shadow:0 1px 0px rgba(0,0,0,0.3), 0 2px 5px rgba(0,0,0,0.2);}
.twitter-bg{background-color: #55acee !important;}
.google-bg{background-color: #dd4b39 !important;}
.facebook-bg{background-color: #3b5998 !important;}
.pinterest-bg{background-color: #3b5998 !important;}
.instagram-bg{background-color: #49769c !important;}
.youtube-bg{background-color: #cc181e !important;}
.linkedin-bg{background-color: #1f88be !important;}
.width100x {width: 100% !important;}
.margin0 {margin: 0 !important;}
.card-alert .card-content {background-color: #fff;margin-left: 2px;border-radius: 4px;}
li.separator:before {content: "";display: block;height: 1px;background-color: rgba(0,0,0,0.2);width: 60px;margin: 0 auto;}
.margin-top{margin-top: 15px !important;}
.margin-bottom{margin-bottom: 15px !important;}
.margin-left{margin-left: 15px !important;}
.margin-right{margin-right: 15px !important;}
.flex {display: flex;flex-wrap: wrap;margin: -15px;justify-content: center;}
.flex-item {padding:15px;display: flex;flex: inherit;width: 100%;flex-direction: column;justify-content: flex-start;}
.flex-item > .card {height: 100%;}
.item .item-content{justify-content: center;display: flex;flex-direction: column;flex: 1;}
.flex-xs-1{width:10%;}
.flex-xs-2{width:20%;}
.flex-xs-25{width:25%;}
.flex-xs-3{width:30%;}
.flex-xs-333{width:33.3333%;}
.flex-xs-4{width:40%;}
.flex-xs-5{width:50%;}
.flex-xs-6{width:60%;}
.flex-xs-666{width:66.6666%;}
.flex-xs-7{width:70%;}
.flex-xs-75{width:75%;}
.flex-xs-8{width:80%;}
.flex-xs-9{width:90%;}
.flex-xs-10{width:100%;}
.hidden{display: none !important;}
.overflow-auto{overflow: auto !important;}
.display-block{display: block !important;}
.input-combo-btn {font-size: 0;display: flex;flex-wrap: wrap;}
.input-combo-btn .btn {width: auto;}
.input-combo-btn input[type=text], .input-combo-btn input[type=number], .input-combo-btn input[type=email], .input-combo-btn input[type=password], .input-combo-btn input[type=time], .input-combo-btn input[type=url], .input-combo-btn input[type=date], .input-combo-btn input[type=datetime], .input-combo-btn input[type=detetime-local], .input-combo-btn input[type=tel], .input-combo-btn input[type=search] {flex: 1;}
.menu-active #side-menu .transition-delay-100{transition-delay: 100ms !important;}
.menu-active #side-menu .transition-delay-200{transition-delay: 200ms !important;}
.menu-active #side-menu .transition-delay-300{transition-delay: 300ms !important;}
.menu-active #side-menu .transition-delay-400{transition-delay: 400ms !important;}
.menu-active #side-menu .transition-delay-500{transition-delay: 500ms !important;}
.menu-active #side-menu .transition-delay-600{transition-delay: 600ms !important;}
.menu-active #side-menu .transition-delay-700{transition-delay: 700ms !important;}
.menu-active #side-menu .transition-delay-800{transition-delay: 800ms !important;}
.menu-active #side-menu .transition-delay-900{transition-delay: 900ms !important;}
.menu-active #side-menu .transition-delay-1000{transition-delay: 1000ms !important;}
.menu-active #side-menu .transition-delay-1100{transition-delay: 1100ms !important;}
.menu-active #side-menu .transition-delay-1200{transition-delay: 1200ms !important;}
.menu-active #side-menu .transition-delay-1300{transition-delay: 1300ms !important;}
.p-0{padding: 0px !important;}
.pt-0{padding-top: 0px !important;}
.pb-0{padding-bottom: 0px !important;}
.pl-0{padding-left: 0px !important;}
.pr-0{padding-right: 0px !important;}
.pt-15{padding-top: 15px !important;}
.pb-15{padding-bottom: 15px !important;}
.pl-15{padding-left: 15px !important;}
.pr-15{padding-right: 15px !important;}
.p-15{padding: 15px !important;}
.p-30{padding: 30px !important;}
.opacity-0{opacity: 0 !important;}
.opacity-1{opacity: 1 !important;}
/*  Materialized    */
.btn, .btn-large, .btn-small {box-shadow: none;}
.input-field {margin: 7.5px 0 0;}
[type="checkbox"]+span:not(.lever) {padding-left:30px;line-height: initial;}
input[type="checkbox"].invalid + span:before {border-color: red;}
[type="checkbox"]+span:not(.lever):before, [type="checkbox"]:not(.filled-in)+span:not(.lever):after {margin-top: 0;}
[type="radio"]:not(:checked)+span, [type="radio"]:checked+span {color: #000;padding-left: 30px;}
input[type="radio"].invalid + span:before {border-color: red;}
[type="radio"]:checked+span {font-weight: bold;}
.input-field.col label{left:15px;}
.input-field>label{transform: translateY(4px);}
.input-field p {margin: 0;}
.pagination li span {color: #444;display: inline-block;font-size: 1.2rem;padding: 0 10px;line-height: 30px;}
ul.pagination li.active {background-color: transparent;}
.pagination li.active .current{background-color: #164141;}
.pagination li.active .current {color: #fff;}
.card{margin:0;border-radius: 15px;padding: 15px;}
.card-panel, .card, .toast, .dropdown-content, .collapsible{box-shadow: none;}
.content-title {margin-bottom: 15px;}
.card.small{height:320px;}
.input-field.col > label.checkbox {position: relative;}
input[required] + label:before, select[required] + label:before {content: "*";margin-left: 4px;}
input[required] + label, select[required] + label {display: flex;flex-wrap: wrap;flex-direction: row-reverse;justify-content: flex-end;}
textarea.materialize-textarea {min-height: 5.8rem;overflow: auto;}
.card .card-content, .card .card-action{padding: 15px;}
.card .card-content label {font-size: initial;}
select {display:block;position: relative;cursor: pointer;background-color: transparent;border: none;border-bottom: 1px solid #9e9e9e;outline: none;height: 43px;line-height: 43px;width: 100%;font-size: 16px;margin:0;padding: 0;display: block;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;z-index: 1;-webkit-appearance: none;-moz-appearance:none;appearance:none;background: url(../img/caret-down.png) no-repeat right 50%;margin: 0 0 8px 0;}
select:focus{outline: none;}
.btn{white-space: nowrap;overflow: hidden;}
.btn:hover{box-shadow: none;}
.btn:before {content: "";left: 0;top: 0;width: 100%;height: 100%;display: block;position: absolute;z-index: -1;transition: all 200ms ease-in-out;}
.tabs {box-shadow: 0 1px 0 0 #0001;border-radius: 4px;}
nav ul{display: inline-block;white-space: nowrap;font-size: 0;vertical-align: top;}
nav ul li {display: inline-block;float: none;vertical-align: bottom;font-size:initial;}
.input-field select + label {transform: translateY(-14px) scale(0.8);transform-origin: 0 0;}
select.invalid {border-bottom: 1px solid #F44336;box-shadow: 0 1px 0 0 #F44336;}
.tabs .tab {padding: 0 !important;}
.btn, .btn-large, .btn-small, .btn-flat{border-radius: 30px;position: relative;}
.btn-flat, .btn-flat.btn-large{border: 1px solid #eee;background-color: #fff;}
.btn-flat.btn-large:hover {color: #fff;}
.modal-overlay {z-index: 9999 !important;}
.modal {z-index: 99999 !important;}
.pulse {z-index: 0;}
.navigation {display: flex;justify-content: space-between;}
.file-field .btn, .file-field .btn-large, .file-field .btn-small {position: initial;}
.btn-icon {position: relative;}
.btn-icon-right {padding-right: 30px;}
.btn-icon-left {padding-left: 30px;}
.btn-icon > i.fa, .btn-icon > i.material-icons {position: absolute;top: 0;width: 30px;margin: 0;}
.btn-icon-left > i.fa, .btn-icon-left > i.material-icons {left: 0;text-align: right;}
.btn-icon-right > i.fa, .btn-icon-right > i.material-icons {right: 0;}
/* Wordpress */
.wp-block-separator {width: 30%;margin: 1.5em auto;background-color: transparent;border-bottom: none;border-top: 1px solid #0003;}
.hentry .wp-block-file a.wp-block-file__button{color:#fff;}
.hentry p {margin: 15px 0;}
/*  Blocks  */
.wp-block-media-text{padding: 15px 0;}
.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {bottom: auto;display: flex;height: 60px;background: #fff;padding: 0;color: initial;justify-content: center;align-items: center;position: relative;}
.wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {flex-direction: column;}
figure.wp-block-gallery.has-nested-images {margin:7.5px -7.5px;}
.wp-block-gallery.has-nested-images figure.wp-block-image {padding: 7.5px;}
.wp-block-image img, .wp-block-image.has-custom-border img{border-radius: 20px;}
figure.wp-block-image {margin: 7.5px 0;}
/*  Article */
.hentry, .widget {margin: 0;}
body:not(.woocommerce-page) article.hentry ul li {list-style: initial;}
body:not(.woocommerce-page) article.hentry ul, body:not(.woocommerce-page) article.hentry ol {margin-left: 30px;}
.entry-content, .entry-summary, .page-content {margin: 0;}
/*  Page    */
body.admin-bar {padding-top: 32px;}
#page {height: 100%;transform: inherit;border-radius: 0;transition: .5s all ease-in-out;z-index: 9;position: relative;background-color: #fff;}
.home #page {min-height: 100%;}
#content {position: relative;background-color: #00000008;min-height: calc(100% - 185px);}
#content #subheader {padding-top: 63px;box-shadow: 0 1px 0 0 #0001;}
/*  Header  */
#masthead{background-color: #ffffff;width:100%;z-index:99;position: fixed;transition: all 100ms ease-in-out;}
.menu-active #masthead {border-image-source: none;border-color: #fff;}
.home.fixedmenu #masthead {background: #fff;}
#topbar ul {display: flex;flex-wrap: wrap;}
#topbar ul li {flex: 1;}
#topbar ul li a {display: block;line-height: 40px;height: 40px;text-align: center;color: #fffa;text-transform: uppercase;}
#topbar ul li a:hover {background-color: #fff3;color: #fff;}
#topbar ul li a i {margin-right: 10px;}
#main-bar {display: flex;flex-wrap: wrap;padding: 0;justify-content: space-between;box-shadow: 0 1px 0 0 #0001;transition: all 100ms ease-in-out;}
#masthead .header-block {align-content: center;display: flex;flex-wrap: wrap;position: relative;}
#header-left {max-width: calc(100% - 100px);}
#logo {display: flex;flex-wrap: wrap;align-items: center; height: 60px;}
#logo img {max-height: 100%;width: auto;max-width: 100%;padding-top: 10px;padding-bottom: 10px;}
#masthead .header-block ul {display: flex;}
#masthead .header-block ul li {padding: 0 7.5px;}
#masthead .header-block ul li:last-child {padding-right: 15px;}
#masthead .header-block ul li:first-child {padding-left: 15px;}
#main-bar li a#logo {padding-right: 30px;}
#main-bar li a, #logo {height: 60px;line-height: 60px;padding: 0;font-size: initial;position: relative;color:initial;}
i.search-icon {display: block;width: 30px;height: 100%;position: relative;padding: 25px 0;transition: .3s ease-out;transform: scale(0.8);}
i.search-icon:before {content: "";display: block;position: absolute;height: 20px;width: 20px;top: 50%;margin-top: -48%;border-radius: 10px;border: 2px solid #000;}
i.search-icon:after {content: "";display: block;position: absolute;background-color: #000;height: 2px;width: 10px;left: 49%;transform: rotate(45deg);top: 58%;}
i.menu-icon {display: block;width: 30px;height: 100%;position: relative;padding: 25px 0;transition: .3s ease-out;transform: scale(0.8);}
i.menu-icon:before {content: "";display: block;position: absolute;background-color: #000;height: 2px;width: 100%;top: 50%;margin-top: -4px;transition: all 300ms ease-in-out;}
i.menu-icon:after {content: "";display: block;position: absolute;background-color: #000;height: 2px;width: 80%;bottom: 50%;margin-bottom: -4px;right: 0;transition: all 300ms ease-in-out;}
.menu-active i.menu-icon:before {transform: rotate(45deg);margin-top: -1px;}
.menu-active i.menu-icon:after {transform: rotate(-45deg);margin-bottom: -1px;width: 100%;}
#subheader {position: relative;}
#subheader .flex {width: 100%;align-items: center;margin: 0;height: 100%;position: relative;}
#title{flex:1;}
#subheader.cover{background-size: cover;background-position: center;background-repeat: no-repeat;padding-top: 100px;padding-bottom: 100px;}
#subheader.cover h1 {color: #fff;text-shadow: 0 1px 1px rgba(0,0,0,0.4), 0 1px 10px rgba(0,0,0,0.3);font-weight: bold;}
.header-featured-image #subheader h1 {color: #fff;}
#subheader.cover:before{content:"";position: absolute;top:0;left:0;width:100%;height: 100%;background-color: rgba(0,0,0,0.3);}
#subheader h1{position: relative;margin: 0;text-transform: uppercase;text-align: center;}
.header-featured-image#subheader h1{color: #fff;}
#subheader h2 {margin-bottom: 0;text-transform: uppercase;text-align: center;}
#subheader .row {display: flex;flex-wrap: wrap;}
#subheader > .container > .row > .col:last-child {align-items: center;display: flex;justify-content: flex-end;}
#subheader > .container > .row > .col:first-child {align-items: center;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.header-featured-image {background-position: center;background-size: cover;background-repeat: no-repeat;height: calc(30vh + 63px);}
.header-featured-image:before {content: "";display: block;top: 0;left: 0;position: absolute;width: 100%;height: 100%;background-color: #0009;}
.header-featured-image .container {height: 100%;}
#breadcrumbs {text-align: center;}
#breadcrumbs a {display: inline;position: relative;margin-right: 10px;line-height: 25px;}
.header-featured-image #breadcrumbs a{color: #fff;}
#breadcrumbs a:hover {color: #164141;}
#breadcrumbs a:after {content: "";position: relative;color: #333333;width: 1px;height: 8px;display: inline-block;background-color: #333333;margin-left: 10px;}
.header-featured-image #breadcrumbs a:after{background-color: #fff;}
#breadcrumbs .breadcrumb_last {display: inline;}
.header-featured-image #breadcrumbs .breadcrumb_last{color: #fff;}
#subheader .posted-on {display: block;text-align: center;font-size: 12px;margin-top: 5px;}
#subheader.header-featured-image .posted-on {color: #bbb;}
.sidenav .user-view .circle {font-size: 64px;margin-bottom: 20px;}
.sidenav li>a>i, .sidenav li>a>[class^="mdi-"], .sidenav li>a li>a>[class*="mdi-"], .sidenav li>a>i.material-icons {font-size: 24px;}
.sidenav{z-index: 99999;}
.sidenav-overlay {z-index: 9999;}
#slide-out .user-view {line-height: 30px;padding: 32px;}
body.admin-bar #slide-out .user-view{padding-top: 64px;}
body.header-cover-image #content{padding:0;}
body.header-cover-image:not(.fixedmenu) #masthead{background-color: transparent;}
#logo .logo {opacity: 1;}
#logo .logo-mono {position: absolute;opacity: 0;}
.header-cover-image:not(.fixedmenu) #logo .logo {opacity: 0;}
.header-cover-image:not(.fixedmenu) #logo .logo-mono {opacity: 1;}
body.header-cover-image:not(.fixedmenu) #masthead a {color: #fff;}
body.header-cover-image:not(.fixedmenu) #masthead a i.search-icon:before {border-color: #fff;}
body.header-cover-image:not(.fixedmenu) #masthead a i.search-icon:after {background-color: #fff;}
body.header-cover-image:not(.fixedmenu) #masthead a i.menu-icon:before {background-color: #fff;}
body.header-cover-image:not(.fixedmenu) #masthead a i.menu-icon:after {background-color: #fff;}
/*  Footer  */
#footer {background-color: #fff;position: relative;display:flex;padding: 30px;font-size: 12px;}
#footer section{width:100%;}
#footer .container-fluid {padding: 0;}
#footer h4 {border-bottom: 1px solid #0002;margin-bottom: 15px;padding-bottom: 15px;}
#footer section .col {margin: 0;display: flex;width: 100%;align-items: center;padding: 30px 0 !important;flex-direction: column;text-align: center;}
#footer-pages a {color: initial;}
#footer-pages a:hover {color: #164141;}
#footer-account a {color: initial;}
#footer-account a:hover {color: #164141;}
#footer-page .col {justify-content: right;text-align: right;}
#footer .col{justify-content: center;}
#footer p{margin: 0;}
#copy {margin-bottom: 15px;}
#copy {margin-bottom: 15px;}
#made-by {flex-wrap: wrap;flex-direction: column;}
#made-by img {height: 24px;filter: grayscale(1) brightness(2);transition: all 100ms ease-in-out;}
#made-by a:hover img {filter: grayscale(0) brightness(1);}
/*  Panel   */
.panel.active{pointer-events: auto;transform: translateY(0%);z-index: 9;}
.panel {position: fixed;top: 0;left: 0;width: 100%;height: 100%;pointer-events: none;background-color: #fff;z-index: 1;transform: translateY(-100%);transition: all 300ms cubic-bezier(0.55, 0.06, 0.68, 0.19);padding:66px 0 80px;}
.panel-wrap {height: 100%;overflow: auto;position: relative;}
/*  Slide Menu  */
.items a {display: block;padding: 15px 20px;text-align: center;font-size: 20px;}
.menu-active #page {transform: translateX(-300px);overflow: hidden;}
.menu-active #page #page-close-menu {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 9999;}
#side-menu {position: fixed;right: 0;top: 0;width: 300px;height: 100%;padding: 5vh 0;overflow: auto;}
.admin-bar #side-menu {padding: calc(5vh + 32px) 0 5vh;}
#side-menu li a {padding: 15px 40px;display: block;}
#side-menu li a:hover {background-color: #0003;color: #fff !important;}
#side-menu li a strong{font-size: 22px;display: block;}
#side-menu li.social-links strong {display: block;text-transform: uppercase;font-size: 24px;}
#side-menu li.social-links a {padding: 10px;width: 40px;display: inline-flex;fill: #000;}
#side-menu li.social-links span {display: block;margin: -10px;}
#side-menu li.social-links {padding: 21px 40px;border-top: 1px solid #fff3;}
#side-menu .close-menu {display: flex;width: 100%;flex-wrap: wrap;justify-content: space-between;align-items: center;font-weight: normal;}
#side-menu li {transform: translateX(200px);opacity: 0;transition: all 300ms ease-in-out;}
.menu-active #side-menu li {transform: translateX(0);opacity: 1;}
/* 404 */
.error404 .image-404 {width: 400px;}
/*  Front Page  */
body.home #home-slideshow {background-color: #111;}
#home-slideshow .owl-item .item-delay{transition: all 300ms ease-in-out;opacity: 0;}
#home-slideshow .owl-item img{width:auto;max-height: 100%;max-width: 100%;}
#home-slideshow .owl-item .item-delay-top-scale{transform: translateY(-100px) scale(0.8);}
#home-slideshow .owl-item .item-delay-bottom-scale{transform: translateY(100px) scale(0.8);}
#home-slideshow .owl-item .item-delay-scale-08{transform: scale(0.8);}
#home-slideshow .owl-item .item-delay-traslate-top{transform: translateY(-5%);}
#home-slideshow .owl-item .item-delay-traslate-bottom{transform: translateY(5%);}
#home-slideshow .owl-item .item-delay-traslate-left{transform: translateX(5%);}
#home-slideshow .owl-item .item-delay-traslate-right{transform: translateX(-5%);}
#home-slideshow .owl-item.active .item-delay{transform: translate(0, 0) scale(1);opacity: 1;}
#home-slideshow .owl-item.active .item-delay.item-delay-1{transition-delay: 100ms;}
#home-slideshow .owl-item.active .item-delay.item-delay-2{transition-delay: 200ms;}
#home-slideshow .owl-item.active .item-delay.item-delay-3{transition-delay: 300ms;}
#home-slideshow .owl-item.active .item-delay.item-delay-4{transition-delay: 400ms;}
#home-slideshow .owl-item.active .item-delay.item-delay-5{transition-delay: 500ms;}
#home-slideshow .owl-item.active .item-delay.item-delay-6{transition-delay: 600ms;}
#home-slideshow .container {display: flex;align-content: start;flex-wrap: wrap;text-align: left;height: 100%;flex-direction: row;z-index: 9;width: 80%;}
#home-slideshow .container .content-item {width: 100%;}
#home-slideshow .container .content-item .item-description p {display: inline-block;}
#home-slideshow .owl-item {overflow: hidden;}
#home-slideshow .owl-item .container-image {width: 60%;position:relative;display: flex;justify-content: center;}
#home-slideshow .owl-item h4 {text-transform: uppercase;font-size: 60px;word-break: break-word;color: #fff;}
#home-slideshow .owl-item p {font-size: 40px;line-height: 40px;margin-bottom: 20px;color: #fff;}
#home-slideshow .owl-item .item-description p {position: relative;display: inline-block;}
#home-slideshow .owl-dots {position: absolute;bottom: 30px;left: 0;width: 100%;padding: 0 30px;margin-top: 0;}
#home-slideshow .owl-item.fadeOut .item:after {transform: scale(0);transition:all 5s linear;}
#home-slideshow .item .width-wrap h4 {margin-bottom: 20px;}
#home-slideshow .item{align-items: center;padding:80px 0 70px;background-color: transparent;display: flex;background-size: cover;background-position: center;cursor: pointer;justify-content: center;}
#home-slideshow .item .item-image{display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-size: cover;background-position: center;transform: scale(1);transition: all 12s ease-in-out;}
#home-slideshow .active .item .item-image {transform: scale(1.2);}
#home-slideshow .item .item-image:before {content:'';display: block;position: absolute;top: 0;left: 0;height: 100%;width: 100%;background-color: #0006;}
#home-slideshow .item .width-wrap{width: 100%;justify-content: center;display: flex;}
.owl-carousel .item {height: 400px;background-color: #fff;display: flex;flex-wrap: wrap;background-size: cover;background-position: center;cursor: pointer;}
.owl-carousel .item .flex-wrap{align-items: center;width: 100%;justify-content: center;display: flex;flex-direction: column;}
.owl-carousel .item .flex-wrap a{display: block;width: 100%;text-align: center;font-size: 18px;}
.owl-carousel .item .flex-wrap h4{font-size: 80px;padding: 30px;line-height: 70px;}
.owl-100{height: 60%;}
.owl-100 .owl-carousel{height: 60%;}
.owl-100 .owl-stage-outer{height: 100%;}
.owl-100 .owl-stage{height: 100%;}
.owl-100 .owl-item{height: 100%;}
.owl-100 .owl-item .item{height: 100%;}
.home #content{padding-top: 0;}
.home #content > section:nth-child(odd) {background-color: #f5f5f5;}
#home-main {padding: 60px 0;}
#home-main figure {position: relative;font-size: 0;width: 100%;text-align: center;}
#home-main .flex-item{align-items: flex-start;justify-content: center;}
#home-main article p:first-child {margin-top: 0;}
#home-main article p:last-child {margin-bottom: 0;}
#brand-slider .owl-item {display: flex;justify-content: center;}
#brand-slider a {display: flex;align-items: center;align-items: center;filter: grayscale(1);}
#brand-slider a:hover {filter: grayscale(0);}
#brand-slider img {max-height: 100px;width: auto;}
#home-brands {padding: 30px 0;}
.home section h3.title{font-size: 30px;}
#who-we-are {padding: 7.5px 0px 7.5px 5px}
#logo-block {padding: 7.5px 10px 7.5px 0px;}
.home #focus {padding: 7.5px 5px 7.5px 0px !important;}
.home #last-hour {padding: 7.5px 5px 7.5px 0px !important;}
#service-main {padding: 7.5px 10px 7.5px 0px !important;}
#services {padding: 7.5px 0px 7.5px 5px !important;}
#focus .news-block:after {background: linear-gradient(0deg, #004d65ff 20%, #004d6500 100%);}
#focus .news-block a {color: #fff;text-decoration: underline;}
#visas h4 {text-transform: uppercase;font-size: 30px;margin-bottom: 15px;}
#visas {padding: 7.5px 0 7.5px 10px;}
#visas article a h3 {padding: 7.5px 0;display: flex;justify-content: space-between;width: 100%;margin:0;}
#visas .card {display: flex;flex-wrap: wrap;align-content: space-between;justify-content: center;}
#visas main {display: flex;flex-wrap: wrap;}
#visas main article {width: 100%;}
#country-cards {padding: 7.5px 0;}
/*  Contacts    */
#maps{padding:0;position: relative;font-size: 0;}
#maps iframe {width: 100%;height: 450px;}
#external-map-link{position: absolute;bottom: 15px;left: 15px;}
#company .flex {align-items: stretch;}
#contacts{background-color: #fff;}
#contacts.submitted {position: relative;opacity:0.5;}
#contacts textarea#message {min-height: 132px;}
#contacts.submitted:before {content: "";display: block;width: 60px;height: 60px;position: absolute;top: 50%;margin-top: -30px;left: 50%;margin-left: -30px;background-color: #fff;border-radius: 4px;box-shadow: 0 2px 10px 0 rgba(0,0,0,0.15);z-index: 1;}
#contacts.submitted:after {content: "\f1ce";display: block;width: 20px;height: 20px;position: absolute;top: 50%;margin-top: -10px;left: 50%;margin-left: -10px;z-index: 1;font: normal normal normal 14px/1 FontAwesome;font-size: 20px;text-align: center;animation: load-circle infinite 1s linear;}
#single-contacts article h3 {margin:15px 0;}
#single-contacts main ul li {list-style: none;}
#single-contacts main ul {margin: 0;}
#single-contacts main ul li a {display: flex;width: 100%;justify-content: center;padding: 7.5px 0;align-items: center;}
#single-contacts main ul li a i.material-icons {padding-right: 15px;font-size: 20px;}
@-webkit-keyframes load-circle {
0% {transform: rotate(0);}
100% {transform: rotate(360deg);}
}
/* post */
.subheader-image #masthead {background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);}
.subheader-image.fixedmenu #masthead {background: #fff;}
.subheader-image #logo img {filter: brightness(0) invert(1);}
.fixedmenu.subheader-image #logo img {filter: none;}
.subheader-image #header-menu li a {color: #fff;}
.fixedmenu.subheader-image #header-menu li a {color: initial;}
.subheader-image #subheader {height: 60vh;background-position: center;background-size: cover;color: #fff;display: flex;flex-wrap: wrap;align-content: flex-end;}
.subheader-image #content{padding-top: 0;}
.subheader-image #subheader .post-lists{margin-bottom: 4px;}
#subheader .post-lists > div {margin-bottom: 4px;}
#subheader .post-lists{width: 100%;}
#post .flex-item {justify-content: stretch;}
#related-post  h3.title {font-size:30px;text-transform: uppercase;}
.post span.posted-on {width: 100%;display: block;font-size: 12px;margin-bottom: 5px;}
#category-list{display: flex;flex-wrap: wrap;justify-content: center;margin-bottom: 15px;}
#category-list li {margin: 7.5px;}
#category-list a span {background-color: #fff;padding: 0 6px;border-radius: 10px;margin-left: 10px;height: 12px;}
article.post .post-lists {display: flex;flex-wrap: wrap;align-content: flex-end;margin-bottom: 15px;justify-content: flex-start;text-align: left;}
body article.post .post-lists ul {margin-left: 0;}
.post-lists > div {max-width: 100%;}
.post-lists ul li {list-style: none;display: inline-block;margin: 4px;}
.post-lists li {max-width: 100%;}
.post-lists li a{max-width:100%;position: relative;}
.block-post footer {padding-top: 15px;}
.wrap-categories li a.tag {background: #aaa;}
.block-post .post-lists .wrap-categories ul{margin:-4px;font-size: 0;}
.block-post {overflow: hidden;transition: all 500ms ease;display: flex;flex-wrap: wrap;height: 100%;justify-content: center;align-content: flex-start;background-color: #fff;border-radius: 20px;box-shadow: 0 1px 2px 0px rgb(0 0 0 / 10%);}
.block-post:hover {box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.1);}
.block-post main {color: initial;padding: 15px;background-color: #fff;transition: all 500ms ease;width: 100%;}
.block-post figure{position: relative;width: 100%;}
.block-post figure img {transition: all 300ms ease;width: 100%;}
.block-post header {display: flex;flex-wrap: wrap;align-content: center;position: relative;}
.block-post header h4 {text-transform: uppercase;margin: 0;width: 100%;}
.single article.hentry figure .material-placeholder, .page article.hentry figure .material-placeholder {width: 305px;float: left;margin: 0 30px 15px 0;}
.single article.hentry figure .material-placeholder img, .page article.hentry figure .material-placeholder img {border-top-left-radius: 20px;}
.single article.hentry figure .material-placeholder .materialboxed.active, .page article.hentry figure .material-placeholder .materialboxed.active {border-radius: 20px;}
article.singular-post .posted-on {margin-bottom: 15px;}
/* service */
#service-main-block h4 {font-size: 50px;}
#service-main-block figure {background-color: #000;}
#service-main-block img {opacity: 0.5;}
#service .flex-item {justify-content: stretch;}
#service-main-block.block-service .service-link{height: 100%;}
#service-main-block.block-service figure{height: 100%;}
#service-main-block.block-service figure img {height: 100%;}
#service-slider .owl-stage-outer {border-radius: 20px;}
.block-service {overflow: hidden;transition: all 500ms ease;display: flex;flex-wrap: wrap;height: 100%;justify-content: center;align-content: flex-start;background-color: #fff;position: relative;border-radius: 20px;}
.block-service:hover {box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.1);}
.block-service .service-link{width:100%;}
.block-service figure{position: relative;overflow: hidden;z-index: 0;}
.block-service figure img {transition: all 500ms ease;width: 100%;}
.block-service:hover a img {transform: scale(1.2);}
.block-service header {text-align: center;padding: 15px;display: flex;flex-wrap: wrap;align-content: center;position: absolute;bottom: 0;color: #fff;}
.block-service header h4 {text-transform: uppercase;margin: 0;width: 100%;z-index: 99;transition: all 300ms ease-in-out;text-align: left;font-size: 30px;}
.block-service:hover header h4 {color: #fff;}
article.singular-service .posted-on {margin-bottom: 15px;}
.services-tree ul {margin: 0;}
.services-tree ul ul {max-height: 0px;transition: all 300ms ease-in-out;}
.services-tree span.expand {width: 52px;height: 52px;position: absolute;top: 0;right: 0;}
.services-tree span.expand:before, .services-tree span.expand:after {content: "";display: block;position: absolute;width: 15px;height: 1px;background-color: #333;top: 50%;margin-top: -0.5px;left: 50%;margin-left: -7.5px;transition: all 300ms ease-in-out;}
.services-tree span.expand:after{transform: rotate(90deg);}
.services-tree li {position: relative;overflow: hidden;}
.services-tree .active > span.expand:after{transform: rotate(0deg);}
.services-tree .active > ul{max-height: 1000px;position: relative;}
.services-tree li a {display: block;padding: 15px 67px 15px 15px;text-transform: uppercase;border-bottom: 1px solid #ccc;}
.services-tree li a.active {background-color: #2e58a6;color: #fff;font-weight: bold;border-bottom-color: transparent;}
.services-tree a.active + span.expand:before, .services-tree a.active + span.expand:after {background-color: #fff;}
.services-tree li li a {padding-left: 30px;}
.services-tree li li li a {padding-left: 45px;}
.services-tree li li li li a {padding-left: 60px;}
.services-tree li li li li li a {padding-left: 75px;}
a.sub-service-category{text-transform: uppercase;text-align: center;font-weight: bold;padding: 15px;border: 1px solid #2e58a6;}
a.sub-service-category:hover {background-color: #2e58a6;color: #fff;}
.tax-service_category #service .flex {justify-content: flex-start;}
/* News */
.news-block {overflow: hidden;transition: all 500ms ease;display: flex;flex-wrap: wrap;justify-content: center;align-content: flex-start;background-color: #fff;position: relative;border-radius: 20px;padding: 15px;height: 300px;width: 100%;}
.news-block:hover:after {opacity: 0;}
.news-block .news-body{width:100%;max-height: 100%;overflow: auto;padding: 5px;}
.news-block figure{position: relative;overflow: hidden;z-index: 0;}
.news-block figure img {transition: all 500ms ease;width: 100%;}
.news-block:hover a img {transform: scale(1.2);}
.news-block header {text-align: center;padding-bottom: 15px;display: flex;flex-wrap: wrap;align-content: center;}
.news-block header h4 {text-transform: uppercase;margin: 0;width: 100%;z-index: 99;transition: all 300ms ease-in-out;text-align: left;font-size: 30px;}
.news-block:after {content: "";position: absolute;width: 100%;height: 80px;background: linear-gradient(0deg, #ffff 20%, #fff0 100%);bottom: 0;transition: all 100ms ease-in-out;pointer-events: none;}
.news-block .news-content {word-wrap: break-word;}
.news-block .news-info{display: flex;margin-top: 10px;width: 100%;justify-content: space-between;}
.news-block .news-info .news-date {height: 20px;font-style: italic;font-size: 12px;line-height: 20px;}
.news-block .news-info .news-flag {height: 20px;margin-right: 10px;}
.news-block .news-info .news-country {display: flex;flex-wrap: nowrap;align-items: center;}
.news-block .news-info .news-country .news-country-name {height: 20px;font-style: italic;font-size: 12px;line-height: 20px;white-space: nowrap;}
.news-block a {text-decoration: underline;font-style: italic;}
/* Country Cards */
.country-card-block {overflow: hidden;transition: all 500ms ease;display: flex;flex-wrap: wrap;justify-content: center;align-content: flex-start;background-color: #fff;position: relative;border-radius: 20px;padding: 15px;height: 100px;width: 100%;}
.country-card-block:hover:after {opacity: 0;}
.country-card-block .country-card-body{width:100%;max-height: 100%;overflow: auto;padding: 5px;}
.country-card-block figure{position: relative;overflow: hidden;z-index: 0;}
.country-card-block figure img {transition: all 500ms ease;width: 100%;}
.country-card-block:hover a img {transform: scale(1.2);}
.country-card-block header {text-align: center;padding-bottom: 15px;display: flex;flex-wrap: wrap;align-content: center;}
.country-card-block header h4 {text-transform: uppercase;margin: 0;width: 100%;z-index: 99;transition: all 300ms ease-in-out;text-align: left;font-size: 14px;}
/* .country-card-block:after {content: "";position: absolute;width: 100%;height: 80px;background: linear-gradient(0deg, #ffff 20%, #fff0 100%);bottom: 0;transition: all 100ms ease-in-out;pointer-events: none;} */
.country-card-block .country-card-content {word-wrap: break-word;}
.country-card-block .country-card-info{display: flex;margin-top: 10px;width: 100%;justify-content: space-between;}
.country-card-block .country-card-info .country-card-date {height: 20px;font-style: italic;font-size: 12px;line-height: 20px;}
.country-card-block .country-card-info .country-card-flag {height: 20px;margin-right: 10px;}
.country-card-block .country-card-info .country-card-country {display: flex;flex-wrap: nowrap;align-items: center;}
.country-card-block .country-card-info .country-card-country .country-card-country-name {height: 20px;font-style: italic;font-size: 12px;line-height: 20px;white-space: nowrap;}
/* Visas */
.block-visa h3 {display: flex;font-size: 12px;margin:0;align-items: center;}
.block-visa h3 img {height: 20px;margin-right: 7.5px;}
#search-visas {width: 30%;margin: 0 calc((100% - 30%) / 2);padding: 15px 0;}
#title img {height: 20px;margin-right: 15px;}
.flex-item.scrollfire-visa {padding: 7.5px;}
#country-news {margin-top: 30px;}
#visa-contacts .card-contact a, #visa-contacts .card-contact > div {display: flex;flex-wrap: nowrap;}
#visa-contacts .card-contact a i, #visa-contacts .card-contact > div i {margin-right: 15px;}
/* Archives */
.archive-description h1, .archive-description h2, .archive-description h3, .archive-description h4, .archive-description h5, .archive-description h6 {margin-top: 20px;}
/* search */
.search-results .flex {align-items: flex-start;}
.block-search main {color: initial;padding: 15px;background-color: #fff;transition: all 500ms ease;}
.block-search {overflow: hidden;transition: all 500ms ease;display: flex;flex-wrap: wrap;height: 100%;justify-content: center;align-content: flex-start;background-color: #fff;border-radius: 20px;}
.block-search:hover {box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.1);}
.block-search main {color: initial;padding: 15px;background-color: #fff;transition: all 500ms ease;width: 100%;}
.block-search figure{position: relative;width: 100%;}
.block-search figure img {transition: all 300ms ease;width: 100%;}
.block-search header {display: flex;flex-wrap: wrap;align-content: center;position: relative;}
.block-search header h3 {margin: 0;}
.block-search .entity-link {margin: 15px 0;}
/* Searchform */
body.search-active{overflow: hidden;}
#search.modal.bottom-sheet{max-height: calc(70vh + 56px);}
#search .modal-content {height: 70vh;}
.searchform {width: 100%;}
#searchform .preloader-wrapper{width: 16px;height: 16px;margin: 13px;position: absolute;}
.input-field.input-combo-btn .input-search {height: 3rem;margin-bottom: 0;}
.input-field.input-combo-btn .searchsubmit{height: 3rem;line-height: 3rem;}
.searchform .input-field {margin: 0;padding: 0 !important;}
.subheader .searchform {margin: 0 !important;}
#searchform .input-search {padding-left: 40px;border: none;margin-right: -21px;padding-right: 21px;background-color: #0001;border-radius: 20px 0 0 20px;}
#searchform .searchsubmit {border-radius: 100%;width: 42px;padding: 0;box-shadow: none;}
#searchform .datafetch {overflow: auto;}
.datafetch li.active {background-color: #0002;}
.datafetch li {padding: 10px 20px;border-radius: 100px;}
.datafetch li:hover {background-color: #0002;}
.datafetch li div {display: flex;justify-content: space-between;}
/* Owl carousel */
.owl-carousel button.owl-dot {background-color: #0003;display: inline-table;width: 20px;height: 20px;border-radius: 100%;margin: 4px;}
.owl-carousel button.owl-dot.active {background-color: #fff9;}
#home-slideshow.owl-carousel button.owl-dot {background-color: #fff3;width: 30px;height: 3px;border-radius: 0;margin: 4px;}
#home-slideshow.owl-carousel button.owl-dot.active {background-color: #fffC;}
.owl-dots {text-align: center;margin-top: 15px;}
/* Scrollfire */
.scrollfire{transform: translateY(100px);opacity: 0;transition: all 300ms cubic-bezier(0.5, -0.5, 0.5, 1.5);}
.scrollfire.scrollfire-top{transform: translateY(-100px);}
.scrollfire.scrollfire-active{transform: translateY(0);opacity: 1;}
/* GDPR */
.gdprcookie-intro {padding: 15px 0;}
.block-post header h3 {margin-top: 0;width: 100%;}
/* Masonry */
.grid {display: grid;grid-gap: 30px;grid-template-columns: repeat(auto-fill, minmax(250px,1fr));grid-auto-rows: 0px;}
.item {background-color: #ffffff;}
/* Gutemberg */
article.hentry .wp-block-gallery ul.blocks-gallery-grid {margin-left: -7.5px;margin-right: -7.5px;}
article.hentry .wp-block-gallery ul.blocks-gallery-grid .blocks-gallery-item {padding: 7.5px;}
.hentry a.wp-element-button{color:#fff !important;}
.hentry a.wp-element-button:hover{color:#fff !important;}
/*  Media   */
@media screen and (max-width: 782px){
body.admin-bar {padding-top: 46px;}
.admin-bar #side-menu {padding: calc(5vh + 46px) 0 5vh;}
body.admin-bar .panel{padding-top: 126px;}
body.admin-bar #slide-out .user-view{padding-top: 78px;}
body.admin-bar #side-products{padding-top: 46px;}
}
@media only screen and (max-width: 992px){
.owl-carousel .item, #section-info .item{height: 400px;}
.wt-single-coupon {width: 49% !important;}
}
@media only screen and (min-width: 601px){
.flex-sm-1{width:10%;}
.flex-sm-2{width:20%;}
.flex-sm-25{width:25%;}
.flex-sm-3{width:30%;}
.flex-sm-333{width:33.3333%;}
.flex-sm-4{width:40%;}
.flex-sm-5{width:50%;}
.flex-sm-6{width:60%;}
.flex-sm-666{width:66.6666%;}
.flex-sm-7{width:70%;}
.flex-sm-75{width:75%;}
.flex-sm-8{width:80%;}
.flex-sm-9{width:90%;}
.flex-sm-10{width:100%;}
.page-template-page-contacts #message {height: 220px;}
}
@media only screen and (min-width: 783px){
body.admin-bar .panel{padding-top: 112px;}
}
@media only screen and (min-width: 993px){
.flex-md-1{width:10%;}
.flex-md-2{width:20%;}
.flex-md-25{width:25%;}
.flex-md-3{width:30%;}
.flex-md-333{width:33.3333%;}
.flex-md-4{width:40%;}
.flex-md-5{width:50%;}
.flex-md-6{width:60%;}
.flex-md-666{width:66.6666%;}
.flex-md-7{width:70%;}
.flex-md-75{width:75%;}
.flex-md-8{width:80%;}
.flex-md-9{width:90%;}
.flex-md-10{width:100%;}
/* #home-slideshow .container .content-item{width: 50%;} */
}
@media only screen and (min-width: 1201px){
.flex-lg-1{width:10%;}
.flex-lg-2{width:20%;}
.flex-lg-25{width:25%;}
.flex-lg-3{width:30%;}
.flex-lg-333{width:33.3333%;}
.flex-lg-4{width:40%;}
.flex-lg-5{width:50%;}
.flex-lg-6{width:60%;}
.flex-lg-666{width:66.6666%;}
.flex-lg-7{width:70%;}
.flex-lg-75{width:75%;}
.flex-lg-8{width:80%;}
.flex-lg-9{width:90%;}
.flex-lg-10{width:100%;}
.container{width:80%;}
.hide-on-xl-only{display: none !important;}
}
@media (min-width: 993px) and (max-width: 1200px){
.hide-on-large{display: none !important;}
}
@media (min-width: 601px) and (max-width: 992px){
}
@media only screen and (min-width: 601px){
}
@media only screen and (min-width: 993px){
.container{width:90%;}
}
@media only screen and (min-width: 1401px){
.container{width:80%;}
}
@media only screen and (max-width: 1200px){
.hide-on-large-and-down{display: none !important;}
.detail-product #description{width: 60%;}
.detail-product #additional_information{width: 40%;}
table.alg-wc-wl-view-table tr {width: 33.3333%;}
#search-visas {width: 50%;margin: 0 calc((100% - 50%) / 2);}
}
@media only screen and (max-width: 992px){
#footer section{width:100%;}
#footer section .col{height: auto;padding: 7.5px 0 !important;}
}
@media only screen and (max-width: 600px){
#wpadminbar{position: fixed;}
.container{width:100%;}
.owl-100{height: 100%;}
#header-menu a sup{margin-left: -8px;}
.footer-block-content {max-height: 0;overflow: hidden;transition: all 300ms ease-in-out;}
.footer-block h4:after {content: "add";position: absolute;display: block;right: 0;font-family: 'Material Icons';top: 0;height: 100%;width: 30px;text-align: center;}
.footer-block h4 {position: relative;}
.footer-block.active .footer-block-content {max-height: 500px;}
.footer-block.active h4:after {content: "remove";}
#home-slideshow .owl-item:nth-child(even) .item {align-items: start;align-content: left;flex-direction: row;}
#home-slideshow .item {flex-direction: row;}
#home-slideshow .owl-item .container-image {width: 100%;height: auto;height: 60%;}
.home #home-slideshow .owl-item .item .container {width: 100%;height: auto;height: 80%;}
#home-slideshow .owl-item p{font-size: 20px;line-height: 20px;}
#home-slideshow .owl-item .decor-image-1 {margin-top: -32%;}
#home-main .flex-item{align-items: center;text-align: center;}
#home-slideshow .owl-item h4{font-size: 30px;}
#logo-block, #who-we-are, #service-main, #services, #focus, #last-hour, #visas{padding-right: 0 !important;padding-left: 0 !important;}
#visas{padding-right: 0;padding-left: 0;}
#visas{padding-right: 0;padding-left: 0;}
#visas{padding-right: 0;padding-left: 0;}
#visas{padding-right: 0;padding-left: 0;}
article.singular-service figure {width: 100%;margin: 0 0 15px 0;}
.single article.hentry figure .material-placeholder {width: 100%;margin: 0 0 15px 0;}
.single article.hentry figure .material-placeholder img {border-top-right-radius: 20px;}
#footer{font-size: 12px;display: block;}
#footer-page .col {justify-content: center;text-align: center;}
#footer .col{justify-content: center;text-align: center;}
#side-menu li a{padding: 15px 30px;}
#search-visas {width: 100%;margin: 0 calc((100% - 100%) / 2);}
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {margin-bottom: 30px;}
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {padding: 0;}
/* GDPR */
div.gdprcookie{width: 100%;text-align: center;}
}
@media only screen and (max-width: 400px){
.menu-active #page{transform: translateX(-240px);}
#side-menu{width: 240px;}
#side-menu li a{font-size: 16px;}
}
@media only screen and (max-height: 600px){
body.admin-bar #search {padding-top: 46px;}
#search {padding-top: 0;z-index: 9999;padding-bottom: 0;}
#search .datafetch {font-size: 11px;}
#search .datafetch img {max-width: 60px;}
#search .close-search {margin-left: 10px;display: block;}
}

