/*!
Theme Name: skyriver
Author: MakeIT
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: skyriver

*/


/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	font-family: 'Oswald', sans-serif;
}

.site {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	min-height: 100vh;
}
.mobile {
	display: none;
}
.overflow-hidden {
	overflow: hidden;
}
.site-content {
	-webkit-flex: 1 0 85%;
    -ms-flex: 1 0 85%;
    flex: 1 0 85%;
	max-width: 84.9%;
	position: relative;
	min-height: 120vh;
	/* padding-bottom: 400px; */
	padding-left: 40px;
	overflow: hidden;
}

/* Entry */
.page-template-onescreen .site-content {
	padding-bottom: 0;
	min-height: 100vh;
	height: 100%;
	overflow: hidden;
	padding-left: 0;
}
.entry-page {
	height: 100vh;
}
.entry-links-area:before {
	content: '';
	width: 15.1%;
	height: 100%;
	background: url(img/entry-wave.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: -1px;
	top: -1px;
}
.image-map-source {
	position: absolute;
	top: 0;
	left: 15px;
	width: 100%;
	height: 100%;
}
.links-group {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 15px;
}
.links-group .entry-image-1 {
	height: 100%;
	width: 53.5%;
}
.entry-image-a {
	position: absolute;
	top: 0;
	height: 100%;
}
.links-group .entry-image-2{
	left: 35.5%;
	width: 39%;
}
.links-group .entry-image-3{
	right: 0;
	width: 34.5%;
}
.entry-image {
	position: absolute;
}
.entry-image img {
	height: 100%;
	width: 100%;
}
.image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background-size: cover;
	width: 100%;
	height: 100%;
}
#entry-image-map {
	z-index: 10;
}

.background-100 .elementor-widget-container {
	background-size: 100% 100%;
}

/* News page styling */ 

body .premium-blog-post-container.cards .premium-blog-post-content {
	border-bottom: none;
	border-bottom-width: 0;
}
.premium-blog-author-thumbnail {
	display: none;
}
.premium-blog-post-time i {
	display: none;
}
.premium-blog-thumb-effect-wrapper {
	border-radius: 6px;
}

#test-svg path.tt2 {
	animation-name: rotation2;
 animation-duration: 8s;
 animation-iteration-count: infinite;
 animation-timing-function: linear; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
 animation-delay: 0s;
	/* animation: rotation2 8s 1s infinite linear; */
	transform-origin: 50% 50%;
}
#test-svg path.tt1 {
	animation: rotation 4s infinite linear;
	transform-origin: 50% 50%;
}
.circle-rotate {
	transform-origin: 50% 50%;
}
.circle-rotate.i-1 {
	transform: rotateY(12deg);
	animation: rotation1 4s infinite linear;
}
.circle-rotate.i-2 {
	transform: rotateY(24deg);
	animation: rotation2 4s infinite linear;
}
.circle-rotate.i-3 {
	transform: rotateY(36deg);
	animation: rotation3 4s infinite linear;
}
.circle-rotate.i-4 {
	transform: rotateY(48deg);
	animation: rotation4 4s infinite linear;
}
.circle-rotate.i-5 {
	transform: rotateY(60deg);
	animation: rotation5 4s infinite linear;
}
.circle-rotate.i-6 {
	transform: rotateY(72deg);
	animation: rotation6 4s infinite linear;
}
.circle-rotate.i-7 {
	transform: rotateY(84deg);
	animation: rotation7 4s infinite linear;
}
.circle-rotate.i-8 {
	transform: rotateY(96deg);
	animation: rotation8 4s infinite linear;
}
.circle-rotate.i-9 {
	transform: rotateY(108deg);
	animation: rotation9 4s infinite linear;
}
.circle-rotate.i-10 {
	transform: rotateY(120deg);
	animation: rotation10 4s infinite linear;
}
.circle-rotate.i-11 {
	transform: rotateY(132deg);
	animation: rotation11 4s infinite linear;
}
.circle-rotate.i-12 {
	transform: rotateY(144deg);
	animation: rotation12 4s infinite linear;
}
.circle-rotate.i-13 {
	transform: rotateY(156deg);
	animation: rotation13 4s infinite linear;
}
.circle-rotate.i-14 {
	transform: rotateY(168deg);
	animation: rotation14 4s infinite linear;
}
.circle-rotate.i-15 {
	transform: rotateY(180deg);
	animation: rotation15 4s infinite linear;
}
  
@keyframes rotation1 {
	from {
		transform: rotateY(12deg);
	}
	to {
		transform: rotateY(24deg);
	}
}
@keyframes rotation2 {
	from {
		transform: rotateY(24deg);
	}
	to {
		transform: rotateY(36deg);
	}
}
@keyframes rotation3 {
	from {
		transform: rotateY(36deg);
	}
	to {
		transform: rotateY(48deg);
	}
}
@keyframes rotation4 {
	from {
		transform: rotateY(48deg);
	}
	to {
		transform: rotateY(60deg);
	}
}
@keyframes rotation5 {
	from {
		transform: rotateY(60deg);
	}
	to {
		transform: rotateY(72deg);
	}
}
@keyframes rotation6 {
	from {
		transform: rotateY(72deg);
	}
	to {
		transform: rotateY(84deg);
	}
}
@keyframes rotation7 {
	from {
		transform: rotateY(84deg);
	}
	to {
		transform: rotateY(96deg);
	}
}
@keyframes rotation8 {
	from {
		transform: rotateY(96deg);
	}
	to {
		transform: rotateY(108deg);
	}
}
@keyframes rotation9 {
	from {
		transform: rotateY(108deg);
	}
	to {
		transform: rotateY(120deg);
	}
}
@keyframes rotation10 {
	from {
		transform: rotateY(120deg);
	}
	to {
		transform: rotateY(132deg);
	}
}
@keyframes rotation11 {
	from {
		transform: rotateY(132deg);
	}
	to {
		transform: rotateY(144deg);
	}
}
@keyframes rotation12 {
	from {
		transform: rotateY(144deg);
	}
	to {
		transform: rotateY(156deg);
	}
}
@keyframes rotation13 {
	from {
		transform: rotateY(156deg);
	}
	to {
		transform: rotateY(168deg);
	}
}
@keyframes rotation14 {
	from {
		transform: rotateY(168deg);
	}
	to {
		transform: rotateY(180deg);
	}
}
@keyframes rotation15 {
	from {
		transform: rotateY(180deg);
	}
	to {
		transform: rotateY(192deg);
	}
}
/* @keyframes rotation16 {
	from {
		transform: rotateY(272deg);
	}
	to {
		transform: rotateY(290deg);
	}
} */
 /* Header */
.site-header {
    -webkit-flex: 1 0 15%;
    -ms-flex: 1 0 15%;
    flex: 1 0 15%;
	max-width: 15%;
}
.site-branding {
	text-align: right;
	margin-bottom: 25%;
}
.site-branding img {
	width: 65%;
	height: 100%;
}
.main-navigation .ul-main-navigation {
	list-style-type: none;
	text-align: right;
	color: #0C3464;
	text-transform: uppercase;
	padding-left: 0;
}
.main-navigation .ul-main-navigation li {
	padding: 10px 0;
}
.main-navigation .ul-main-navigation li.current_page_item {
	position: relative;
}
.main-navigation .ul-main-navigation li.current_page_item:after {
	content: '';
	height: 1px;
	width: 100%;
	background: #0C3464;
	position: absolute;
	bottom: 5px;
	display: block;
}
.main-navigation .ul-main-navigation li.current_page_item:not(.main-menu-item):after {
	left: -100%;
	-webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
}
@-webkit-keyframes slide {
    100% { left: 0; }
}

@keyframes slide {
    100% { left: 0; }
}
.main-navigation .ul-main-navigation li a{
	color: #0C3464;
	font-size: 1.15rem;
	text-decoration: none;
	font-weight: 300;
	display: inline-block;
	transition: color 0.3s ease-in-out;
}
.main-navigation .ul-main-navigation li a:hover {
	color: #008FD5;
}
.menu-item-description {
	display: block;
	font-size: 0.9rem;
	font-weight: 300;
	padding-top: 5px;
}
.main-navigation .ul-main-navigation .main-menu-item  a{
	font-weight: 700;
	text-transform: initial;
}
.main-navigation .main-menu-item {
	margin-bottom: 35px!important;
}
.main-navigation .ul-main-navigation .main-menu-item.current_page_item:after {
	content: '';
	width: 105%;
	height: 170%;
	display: block;
	background: url(img/section-active-nav.png) no-repeat;
	background-position: 0 0;
    background-size: 100% 100%;
	z-index: -1;
	position: absolute;
	top: 0;
    bottom: 0;
    margin: auto;
}
.main-navigation .ul-main-navigation .main-menu-item:nth-of-type(2).current_page_item:after {
	background: url(img/section-active-nav2.png) no-repeat;
	background-position: 0 0;
    background-size: 100% 100%;
}
.main-navigation .ul-main-navigation .menu-item-36{
	margin-bottom: 25%;
}
.header-inner-content {
	position: fixed;
	width: 15%;
	padding: 35px 5px 35px 0;
	box-sizing: border-box;
	height: 100vh;
}

/* Mobile header */

/*hamburger menu*/
.mobile-toggler {
	display: none;
}
.hamburger-menu {
	width: 40px;
    height: 40px;
	cursor: pointer;
}

.bar,
.bar:after,
.bar:before {
    width: 30px;
	height: 2px;
}
.bar {
	position: relative;
	transform: translateY(15px);
	background: #021F47;
	transition: all 0ms 300ms;
}
.bar.animate {
	background: rgba(255, 255, 255, 0); 
}
.bar:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 10px;
	background: #021F47;
	transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bar:after {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	background: #021F47;
	transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bar.animate:after {
	top: 0;
	transform: rotate(45deg);
	transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;
}
.bar.animate:before {
	bottom: 0;
	transform: rotate(-45deg);
	transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;
}
@media only screen and (max-width: 1024px) {
	.site {
		display: block;
		-webkit-flex-direction: unset;
		-ms-flex-direction:  unset;
		flex-direction:  unset;
		-webkit-flex-wrap:  unset;
		-ms-flex-wrap:  unset;
		flex-wrap:  unset;
		min-height: 100vh;
	}
	.site-branding {
		text-align: left;
		margin-bottom: 0;
		order: 2;
	}
	.header-inner-content {
		width: 100%;
		height: 70px;
		padding: 20px;
		position: relative;
		display: flex;
    	flex-direction: row;
    	justify-content: center;
	}
	.site-header {
		flex: none;
		max-width: 100%;
		position: fixed;
		background: #fff;
		width: 100%;
		z-index: 100;
		top: 0;
	}
	.site-content {
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
		max-width: 100%;
		position: relative;
		min-height: 100vh;
		/* padding-bottom: 400px; */
		padding-left: 0px;
		overflow: hidden;
		margin-top: 70px;
	}
	.mobile-toggler {
		position: absolute;
		z-index: 11;
		display: block;
		left: 20px;
	}
	.site-branding img {
		width: 100%;
		height: 100%;
	}
	.custom-logo-link {
		display: block;
	}
	.home .site-content {
		background: none;
	}
	.entry-links-area:before {
		content: none;
	}

	/*nav menu*/
	/* lang switcher */
	.lang_switcher {
		width: 80%;
	}
	.main-navigation.show {
		left:0%;
		opacity:1;
	}
	.hide {
		opacity:0;
		right: 0%;
	}
	.main-navigation {
		position: absolute;
		z-index: 10;
		opacity: 0;
		left:-100%;
		top: 69px;
		width:100vw;
		height:100vh;
		overflow-y: scroll;
		text-align:center;
		transition: .6s ease;
		background: #fff;
		/*  transition: opacity .5s ease;
		-moz-transition: opacity .5s ease;
		-webkit-transition: opacity .5s ease;
		transition:left .5s ease-in-out;*/
	}
	.main-navigation .ul-main-navigation {
		position: relative;
		top: 45%;
		transform: translateY(-50%);
		list-style: none;
		width: 80%;
		text-align: right;
		padding-right: 11px;
		box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
		height: 90vh;
	}
	.main-navigation .ul-main-navigation .main-menu-item.current_page_item:after{
		top: 6px;
		width: 102%;
	}
	.main-navigation .ul-main-navigation li {
		text-align: right;
		padding-right: 20px;
	}

	.main-navigation a {
		text-align:center;
		opacity:0;
		transition:opacity .9s ease-in-out;
	}

	.main-navigation.show a {
		text-align:center;
		opacity:1;
	}
	.main-navigation .ul-main-navigation {
		list-style-type: none;
		text-align: center;
	}
}

@media only screen and (max-width: 550px) {
	.main-navigation .ul-main-navigation {
		width: 80%;
	}
}
@media only screen and (max-width: 320px) {
	.main-navigation .main-menu-item {
		margin-bottom: 10px;
	}
	.main-navigation .ul-main-navigation .menu-item-36 {
		margin-bottom: 5%;
	}
	.main-navigation .ul-main-navigation li a {
		font-size: 1rem;
	}
}


/* 
Footer */
.site-footer {
   width:100%;
   min-height: 500px;
   display: flex;
   flex-direction: column;
   justify-content: flex-end;
	background: url(/wp-content/uploads/2019/07/planet-1.svg) no-repeat;
    background-position: center 0;
    background-size: 85%;
}

.site-footer .site-info {
	padding: 5% 0;
	background: url(img/footer-wave.png) no-repeat;
    background-position: 0 0;
	background-size:cover;
	color: #fff;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 300;
}
.site-info__mail {
	font-weight: bold;
	font-size: 1.7rem;
}
.site-info__social {
	flex: 0 0 100%;
	width: 100%;
	padding: 0 10px;
	text-align: right;
}
.social-link {
	width: 32px;
    height: 32px;
    border: 2px solid #fff;
    border-radius: 50%;
    line-height: 26px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    margin: 0 2px;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}
.site-info__social .social-link:last-child {
	margin-right: 0;
}
.social-link:visited {
	color: #ffffff;
}
.social-link:hover {
	color: #008FD5;
	border: 2px solid #008FD5;
}
.unstyled-list {
	margin-top: 0;
	padding-left: 0;
}
.unstyled-list li{
	list-style-type: none;
}
body .fa-facebook-f:before {
    content: "\f39e";
}
.footer-row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	margin: 0 30px;
	justify-content: space-between;
}
.footer-col {
	flex: 0 0 20%;
	width: auto;
	text-align: left;
	padding: 0 5px;
}
.footer-col p {
	margin: 0;
	font-size: 1rem;
}
.footer-col p strong {
	font-weight: 400;
}
.text-right {
	text-align: right;
}
.footer-container {
	width: 100%;
	padding: 0 15px;
}


/* Main */
main section {
	/* min-height: 100vh; */
	/* border-bottom: 3px solid #fff; */
}
main section h2{
	font-size: 50px;
	text-transform: uppercase;
}
body .elementor-text-editor p strong {
	font-weight: 500;
}




/* Elements custom classes */
.page-hero {
	background-size: 100% 100%;
}
.divider .elementor-widget-container {
	background-size: 100% 100%;
}
.custom-list ul{
	list-style-type: none;
	padding-left: 0;
}
.custom-list ul li {
	position: relative;
}
.custom-list ul li:before{
	content: '';
    width: 5px;
    height: 5px;
    background: #80A3D5;
    position: absolute;
    left: -15px;
    top: 14px;
	display: block;
	border-radius: 50%;
}

/* Contact form */
.contact-form-wrapper {
	width: 40%;
	margin: 0 auto;
}
.contact-form-row {
	padding: 5px 0;
	margin-bottom: 15px;
}
.contact-form-row-flex {
	display: flex;
	justify-content: space-between;
}
.contact-form-row-flex .wpcf7-form-control-wrap {
	width: 49%;
}
.contact-form-wrapper .wpcf7-form-control-wrap input {
	width: 100%;
}
.contact-form-wrapper textarea {
	width: 100%;
}
.contact-form-wrapper input,
.contact-form-wrapper textarea {
	font-family: "Oswald", Oswald;
	padding: 12px;
	border-radius: 20px;
	border: 1px solid #014C80;
	color: #021f47;
}
.contact-form-wrapper input::placeholder,
.contact-form-wrapper textarea::placeholder {
	text-transform: uppercase;
	color: #80A3D5;
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
	text-align-last: center;
	font-family: "Oswald", Oswald;
}
.contact-form-wrapper input:focus,
.contact-form-wrapper textarea:focus {
	outline: none;
}
.contact-form-wrapper input.wpcf7-submit {
	background: transparent;
	padding: 10px 60px;
	margin: 0 auto;
	text-transform: uppercase;
	color: #0C3464;
	font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	cursor: pointer;
}
.contact-form-wrapper input.wpcf7-submit:hover {
	transition: all 0.2s ease-in-out;
	color: #80A3D5;
}
.contact-form-row-submit {
	text-align: center;
}
body div.wpcf7-validation-errors,
body div.wpcf7-acceptance-missing {
	border: none;
	text-align: center;
	color: red;
}
.contact-form-wrapper input.wpcf7-not-valid, 
.contact-form-wrapper textarea.wpcf7-not-valid {
	border: 1px solid red;
}
body span.wpcf7-not-valid-tip {
	text-align: center;
}
body div.wpcf7-mail-sent-ok {
	border: none;
	font-size: 18px;
    text-align: center;
    color: #209604;
}

/* Popup */
body .pum-theme-lightbox .pum-container {
	border: none;
	padding: 3% 3% 2% 3%;
	font-size: 20px;
	font-weight: normal;
	color: #0C3464;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
}
body .pum-theme-lightbox .pum-content + .pum-close {
	right: 3%;
	top: 10%;
	box-shadow: none;
    text-shadow: none;
	background-color: transparent;
	color: #1A3E70;
    font-size: 30px;
}
body .pum-theme-lightbox .pum-container .popmake-content p {
	margin-top: 0;
	font-size: 20px;
	font-weight: normal;
	color: #0C3464;

}
body .pum-theme-lightbox {
	background-color: rgba(26, 62, 112, 0.5);
}
body .pum-theme-lightbox .pum-container .wpcf7-form {
	text-align: center;
}
body .pum-theme-lightbox .pum-container .wpcf7-form label {
	font-size: 20px;
    font-weight: normal;
    color: #0C3464;
}
body .pum-theme-lightbox .pum-container .wpcf7-form label input {
	font-family: Oswald;
	border: 1px solid rgba(1, 76, 128, 0.5);
	box-sizing: border-box;
	border-radius: 23px;
	text-align: center;
	font-weight: normal;
	font-size: 20px;
	color: #0C3464;
	line-height: 30px;
	max-width: 280px;
	margin-top: 20px;
}
body .pum-theme-lightbox .pum-container .wpcf7-form label input:focus {
	outline: none;
}
body .pum-container input[type="submit"] {
	font-family: Oswald;
	background: #167EE1;
	color: #fff;
	text-transform: uppercase;
    font-size: 24px;
    padding: 10px 0;
	margin-right: 50px;
	border-radius: 60px;
	border: none;
	cursor: pointer;
	width: 280px;
    margin-right: 0;
}
body .pum-container input[type="submit"]:focus {
	outline: none;
}
body .pum-container div.wpcf7 .ajax-loader {
	display: block;
    margin: 5px auto 0;
}
body .pum-container  span.wpcf7-not-valid-tip {
    color: #f00;
	font-size: 15px;
	font-weight: 300;
}
body .pum-container div.wpcf7-validation-errors {
	margin-top: 0;
	font-size: 16px;
	font-weight: 300;
}


/* Media */

@media only screen and (min-width: 1500px) {
	.main-navigation .ul-main-navigation li a {
		font-size: 1.5rem;
	}
	/* Footer */
	.footer-col p {
		font-size: 1.3rem;
	}
	.footer-container {
		padding: 0 70px;
	}

}
@media only screen and (max-width: 1200px) {
	.page-hero {
		background-size: 130% 100%;
	}
}


@media only screen and (max-width: 1024px) {
	.desktop{
		display: none;
	}
	.mobile {
		display: block;
	}
	.page-hero {
		background-size: 10% auto;
	}

	/* Footer */
	.site-footer {
		min-height: 350px;
	}
	.site-footer .site-info {
		padding: 5% 0;
	}

	/* Home */
	.contact-form-wrapper {
		width: 100%;
	}
	.custom-list ul {
		padding-left: 15px;
	}
	.footer-row {
		margin: 0;
	}

	/* Popup */
	body .pum-theme-lightbox .pum-container .popmake-content p {
		font-size: 18px;
	}
	body .pum-theme-lightbox .pum-container {
		padding: 10% 5% 5% 5%;
	}
	body .pum-theme-lightbox .pum-content + .pum-close {
		top: 4%;
		font-size: 35px;
	}

}
@media only screen and (max-width: 685px) {
	/* Footer */
	.footer-col {
		flex: 0 0 33.33%;
		width: 33.33%;
		text-align: left;
		padding: 0 5px;
	}
	.footer-row {
		align-items: flex-start;
		justify-content: unset;
	}

	.site-info__social {
		text-align: left;
		order: 2;
		padding: 0;
	}
	.site-footer .site-info {
		padding: 15% 0 4%;
	}
	
}


@media only screen and (max-width: 500px) {
	.main-navigation .main-menu-item {
		margin-bottom: 20px;
	}
	/* Footer */
	.site-footer .site-info {
		padding: 10% 0;
	}
	.site-footer .site-info {
		padding: 15% 0 0;
		background-position: 0 100%;
		background-size: 290%;
		color: #fff;
		font-size: 1rem;
		font-weight: 300;
		background: url(img/mob-footer.png) no-repeat;
		background-position: 0 0;
		background-size:cover;
	}
	.site-info__social {
		text-align: left;
		margin-bottom: 1rem;
	}
	.site-footer {
		min-height: 380px;
	}
	.site-info__mail {
		font-size: 1.3rem;
		margin-bottom: 0.5rem;
	}
	.footer-col {
		flex: 0 0 50%;
		width: 50%;
		text-align: left;
		padding: 0 5px;
	}
	.footer-row {
		align-items: flex-start;
	}
	.site-info__social {
		order: 2;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.footer-row .widget {
		margin-bottom: 20px;
	}
	
}
/* language switcher polylang */

select[name=lang_choice_1] {
	visibility: collapse;
}

.nice-select {
	border: none;
	float: right;
	font-size: 21px;
	font-weight: 300;
}
.lang_switcher {
	display: flow-root;
	margin-bottom: 30px;
}
.lang_switcher .nice-select:after {
	border-bottom: 2px solid #0c3464;
	border-right: 2px solid #0c3464;
	height: 10px;
	top: 40%;
	width: 10px;
 }

 /* stylesheet for News page posts */

.post_news_container {
	width: 70%;
	margin: auto;
	font-family: 'Oswald', sans-serif;
} 
.news_title {
	font-size: 59px;
	font-weight: 600;
	color: #0c3464;
	font-family: "Oswald", Oswald;
	text-transform: uppercase;
	text-align: center;
	line-height: 70px;
}
.post_news_img {
	text-align: center;
	overflow: hidden;
	border-radius: 10px;
}
.post_news_img img {
	width: 100%;
	height: auto;
} 
.news_post_title {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0c3464;
	margin: 41px 0 27px 0;
}
.post_meta_date {
	font-size: 21px;
	line-height: 21px;
	color: #0c3464;
}
.news_content {
	color: #0c3464;
}
.news_content p,
.news_content ul li,
.news_content ol li {
	font-weight: normal;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.3px;
}
.post_meta_date {
	font-weight: bold;
	margin: 25px 0;
}
.premium-blog-entry-meta {
	text-align: right;
}


/* 
New Posts Page */
.posts-grid {
	padding: 0 30px;
	margin-bottom: 5rem;
}
.blog-header {
	margin-bottom: 5rem;
	text-align: center;
}
.blog-header h1{
	font-size: 59px;
	text-transform: uppercase;
	color: #0c3464;
}
.posts-grid-item-thumbnail{
    height: 200px;
    background-size: cover;
	background-position: center;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	transition: all 0.5s ease-in-out;

}
.posts-grid-item-thumbnail img{
	width: 100%;
	height: auto;
}

.posts-grid-item-wrapper {
	margin-bottom: 3rem;
	height: 100%;
	font-family: 'Oswald',sans-serif;
	float: left;
}
.posts-grid-item-permalink {
	color: #0c3464;
	text-decoration: none;
	height: 100%;
	display: block;
}
.posts-grid-item-title {
	text-transform: uppercase;
}
.posts-grid-item-body {
	height: 100%;
	/* position: relative; */
}
.posts-grid-item-content {
	position: relative;
}
.posts-grid-item-content p {
	line-height: 1.4;
}
.posts-grid-item-meta {
	text-align: right;
	
}
.posts-grid-item-more-label {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	bottom: -20px;
	left: 0;
	transition: all 0.5s ease-in-out;
}
.posts-grid-item-permalink:hover .posts-grid-item-more-label{
	visibility: visible;
	opacity: 1;
	bottom: 0;
}
.posts-grid-item-more-label:after {
	border-bottom: 2px solid #0c3464;
    border-right: 2px solid #0c3464;
    content: '';
    display: block;
    height: 8px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: -20px;
    top: 46%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 8px;
}
.posts-grid-hover-overlay {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	background: #021f4782;
	height: 100%;
	width: 100%;
	transition: all 0.7s ease-in-out;
}
.posts-grid-item-permalink:hover .posts-grid-hover-overlay {
	visibility: visible;
	opacity: 1;
}
.posts-grid-item-permalink:hover .posts-grid-item-title {
	color: #167EE1;
	transition: all .15s ease-in-out;
}
.posts-grid-item-permalink:hover .posts-grid-item-thumbnail{
	height: 180px;
}

/* Single post */
.owl-posts {
	margin-top: 7rem;
	padding: 0 15px;
}
.owl-posts .owl-nav {
    position: absolute;
    top: -40px;
    width: 100%;

}
.owl-posts .owl-nav .owl-next {
    float: right;
}
.owl-posts.owl-carousel .owl-nav button.owl-next, 
.owl-posts.owl-carousel .owl-nav button.owl-prev{
    font-size: 20px;
	padding: 8px!important;
	position: absolute;
	top: 115px;
	background-color: rgba(255,255,255,.62);
}
.owl-posts.owl-carousel button.owl-dot {
	display: none;
}
.owl-posts.owl-carousel .owl-nav button.owl-next {
	right: 30px;
}
.owl-posts.owl-carousel .owl-nav button.owl-next:focus, 
.owl-posts.owl-carousel .owl-nav button.owl-prev:focus, 
.owl-posts.owl-carousel button.owl-dot:focus {
    outline: none;
    border: none;
}
/* .site-main {
	padding: 30px;
} */
.s-post-entry-thumbnail {
	background-size: contain;
	background-repeat: no-repeat;
}
.s-post-list-block .content-full {
    clear: both;
}

@media only screen and (max-width: 1300px) {
	.posts-grid-item-thumbnail {
		height: 170px;
	}
	.posts-grid-item-permalink:hover .posts-grid-item-thumbnail{
		height: 160px;
	}
	.posts-grid {
		padding: 0 15px;
	}
}
@media only screen and (max-width: 999px) {
	.post_news_container {
		width: 90%;
	}
}
@media only screen and (max-width: 768px) {
	.posts-grid {
		padding: 0 15px;
	}
	.posts-grid-item-thumbnail {
		height: 220px;
	}
	.posts-grid-item-permalink:hover .posts-grid-item-thumbnail{
		height: 200px;
	}
}
@media only screen and (max-width: 500px) {

	.blog-header h1{
		font-size: 45px;
	}

	.posts-grid-item-thumbnail {
		height: 170px;
	}
	.posts-grid-item-permalink:hover .posts-grid-item-thumbnail{
		height: 160px;
	}
}

@media only screen and (max-width: 330px) {
	.main-navigation .ul-main-navigation {
		top: 48%;
	}
}

/* media for iPad */

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
	.owl-posts .owl-nav {
		top: -20px;
	}
  }
.owl-dots {
	display: none;
}