.post-views{display:none!important}
.header .top-content { background-color: var(--blue); padding: 15px 0 0;}
.header .site-logo span {color: var(--black);}
.header .top-bar,
.header .top-bar ul {background-color: transparent;}
.header .top-bar {padding-top: 14px;}
.header .menu {align-items: baseline;}
.header .dropdown.menu li a {font-size: 14px; text-align: center; text-transform: uppercase; min-width: 130px; font-weight: 600; padding: 12px 25px; transition: background-color .3s, color .3s;}
.header .menu a {font-family: 'Roboto', serif; color: var(--blue);}
.header .menu a:hover {color: var(--white); background-color: var(--blue);}
.header .menu .current-menu-item {background-color: var(--white);}
.header .bottom-content {background-color: var(--white-gray);}
.header .bottom-content nav {padding: 0;}
.header .bottom-content .menu li a { border: 1px solid var(--gray);}
.header .bottom-content .menu li:not(:last-child) a { border-right: 0;}

.header, .header-navigation, .navigation {position: relative; z-index: 20; }
.header .title-bar {background: transparent;}

.header .site-logo.mobile-view {width: 0; height: 0; visibility: hidden; overflow: hidden;}

.header .mobile-search {width: 0; height: 0; visibility: hidden; overflow: hidden;}
.header .mobile-view {width: 0; height: 0; visibility: hidden; overflow: hidden;}


/* weather */
.header .sin-informer__header,
.header .sin-informer__footer,
.header .sin-informer__secondary {display: none; visibility: hidden;}
.header .sin-informer__main_inline {background: transparent}
.header .sin-informer {border: none;}
.header .sin-informer__primary,
.header .sin-informer__entry {display: flex; flex-direction: row-reverse; align-items: center;}
.header .sin-informer__location {margin: 0;}
.header .sin-informer__primary .sin-informer__temp {color: var(--white)!important;}
.header .sin-informer__condition {width: 20px; height: 20px;}
.header .sin-informer__temp {font-size: 16px; min-width: 50px;}

.header .header-informers {display: flex; flex-wrap: wrap; align-items: center; gap: 8px; justify-content: space-between; color: var(--white); font-size: 16px; padding-right: min(40px, 3vw);}
.header .date-informer,
.header .currency-informer {line-height: 1; margin-bottom: 10px; display: flex; align-items: center; gap: 8px;}
.header .currency-informer{gap: 4px;}
.half-column {gap: 20px;}

/* search */
.header .custom-style.search-form {background-color: transparent;}
.header .custom-style.search-form input {color: var(--white);}
.header .custom-style.search-form input:focus {background-color: var(--white);color: var(--black);}
.header .custom-style.search-form path {fill: var(--white); }
.header .search-box {padding-left: 10px; position: relative;}
.header .search-box:after {content: ''; position: absolute; top: 50%; left: 3%; transform: translate(-50%, -50%); width: 1px; height: 100%; background-color: var(--white);}

.subscribe-mob-view{display:none;}
.pll-switcher-select{width: auto;background-color: transparent;border: 1px solid #fff;border-radius: 5px;color: #fff;margin: 0;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='24' viewBox='0 0 32 24'%3E%3Cpolygon points='0,0 32,0 16,24' fill='%23fff'/%3E%3C/svg%3E");cursor:pointer;}
.pll-switcher-select:focus{border: 1px solid #fff;background-color: transparent;-webkit-box-shadow: none;box-shadow: none;}
.pll-switcher-select option{background:transparent;color:#000;}
.desk-translate .gtranslate_wrapper{display: flex;flex-direction: column;gap: 2px;font-size: 14px;}
.desk-translate .gtranslate_wrapper a:hover{color:#fff;}
.desk-translate .gtranslate_wrapper a:active{color:#fff;}
.desk-translate .gtranslate_wrapper a:focus, .desk-translate .gtranslate_wrapper a:hover {color: #fff;}
a.glink.gt-current-lang {font-weight: bold;text-decoration: underline;}
@media (min-width: 1000px) {
    .header .site-logo {white-space: nowrap; margin-left: -17px;}
    .header .site-logo img { max-width: 220px; height: auto;}
}

@media (max-width: 1200px) {
    .header .header-informers {justify-content: center;}
}

/* Foundation breakpoint */
@media (max-width: 639px) {

	.header .header-informers  {font-size: 14px; padding-right: 0;}
	.header .sin-informer__entry {padding: 0;}
	.header .sin-informer__temp {font-size: 14px;}
	.header .date-informer, .header .currency-informer {margin-bottom: 0;}
    .header .site-logo {text-align: start;}
    .header .top-content {position: relative;}
    .header .header-navigation {display: flex; justify-content: flex-end;}
    .header .header-navigation .navigation{position: absolute; z-index: 100; top: 236%; left: 0; width: 100vw; transform: translateX(-50%);  background-color: var(--white); display: none!important;}
    .header .header-navigation .navigation.is-open {display: block!important;}
    .header .menu .current-menu-item {background-color: var(--blue); }
    .header .menu .current-menu-item a {color: var(--white);}

    .header .mobile-view {width: 50%; height: auto; visibility: visible; overflow: visible;}
    .header .desktop-view {width: 0; height: 0; visibility: hidden; overflow: hidden;}

/*  Burger  */
    .menu-icon:hover::after { background-color: var(--white);  box-shadow: unset; }
    .header .header-navigation .menu-icon {background-color: transparent!important;}
    .header .header-navigation .menu-icon span{ transition: background-color .2s; margin-top: 2px}
    .menu-icon::before,
    .menu-icon::after {content: '';  position: absolute; left: 0; transition: transform 0.3s ease; box-shadow: unset;}
    .header .header-navigation .menu-icon span,
    .menu-icon::before,
    .menu-icon::after {width: 24px; height: 2px; display: block; background-color: var(--white); }
    .menu-icon::before { top: 16px;}
    .menu-icon::after { bottom: 9px;}
    .menu-icon.active::before {transform: translateY(-10px) rotate(45deg);}
    .header .header-navigation  .menu-icon.active span {background-color: transparent;}
    .menu-icon.active::after {transform: translateY(6px) rotate(-45deg);}

/*  Search  */
    .header .mobile-search.search-form {background-color: transparent; width: fit-content; height: auto; visibility: visible; margin: 0;}
    .header .mobile-search .search-form-inner {display: none; padding: 0; position: absolute; top: 170%; left: 0; transform: translateX(-50%); height: auto; width: 90vw; background: var(--blue); border: 2px solid var(--white);}
    .header .mobile-search .logo-search {padding: 0;}
    .header .mobile-search .logo-search svg{width: 25px; height: 25px;}

    .header .top-bar {justify-content: center; padding: 70px 0;}
    .header .dropdown.menu li a {font-size: 16px; padding: 14px 46px;}
    .header .menu {align-items: unset; text-align: center;}

    .header .site-logo.mobile-view {width: 100%; max-width: 200px; height: auto; visibility: visible;}
    .header .site-logo.desktop-view {width: 0; height: 0; visibility: hidden; overflow: hidden;}
	.mobile-search-form-inner{display:flex!important;transition:0.3s;position: absolute!important;left: 0;top: -100%;width: 100%;background: hsl(0deg 0% 100% / 92%);height: 200px;align-items: center;justify-content: center;transition:0.3s;position:relative;z-index:99;}
	.mobile-search-form-inner.active-mobile-search{top:0;transition:0.3s;}
	.mobile-search-form-inner form{background: #225cac !important;}
	.mobile-search-form-inner form button{justify-content:center!important;}
	.close-search{display: block;position: absolute;top: 20px;right: 6%;width: 16px;z-index:99;}
	.custom-style.search-form button{outline:none;margin: 0!important;padding: 0!important;}
	.moblang-switch{display:block!important;}
	.half-column{width: 100%;display: flex;justify-content: space-between;align-items: center;}
	.header .header-informers .weather-informer{width: auto !important;}
	.header .dropdown.menu #menu-item-74{padding: 14px 46px;}
	.header .dropdown.menu #menu-item-74 > a{padding: 0;min-width: auto;}
	.header .dropdown.menu #menu-item-74 > a:after{display:none;}
	.header .dropdown.menu #menu-item-74:after{    display: block;width: 0;height: 0;border: inset 6px;content: '';border-bottom-width: 0;border-top-style: solid;border-color: #1779ba transparent transparent;right: 15px;left: auto;top: 20px;position: absolute;}
	
	.subscribe-mob-view{display:block;background:#eeeeee;padding: 6px 0px;}
	.subscribe-mob-view .subscribe{justify-content: center;}
	.desk-lang-switch .gtranslate_wrapper{display: flex;flex-direction: column;gap: 0;font-size: 14px;}
	.desk-lang-switch .gtranslate_wrapper a:hover{color:#fff;}
	.desk-lang-switch .gtranslate_wrapper a:active{color:#fff;}
	.desk-lang-switch .gtranslate_wrapper a:focus, .desk-translate .gtranslate_wrapper a:hover {color: #fff;}
	
}

.sub-menu .current-menu-item a{
	color:#fff!important;
}

.mobile-search-form-inner{display:none;}
.custom-mob-search button{outline:none;}
.half-column{display:flex;}
.moblang-switch{display:none;}

@media (max-width: 400px) {
	.header .header-informers,
	.header .sin-informer__temp {font-size: 16px;}
	.header .header-informers  .weather-informer {width: 100%; display: flex; justify-content: center;}
    .header .header-navigation .navigation {top: 200%;}
}


/*.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.preloader span {
    width: 50px;
    height: 50px;
    border: 5px solid #3498db;
    border-top: 5px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}*/


.subscribe{
	display:flex;
	gap: 20px;
	align-items: center;
}

.subscribe span{
	font-size:16px;
}

.subscribe img{
	width:20px;
	transition:0.3s;
}

.subscribe img:hover{
	transition:0.3s;
	transform: translateY(-3px);
}

.subs-nav{
	display:flex;
	justify-content:space-between;
}

@media (max-width:800px){
	.header .bottom-content .menu li a{min-width: 88px;padding: 12px 13px;}
}

.author-bio{
	display:none;
}