/********************************************************************************/
/* PRIMARY
/********************************************************************************/

#primary {
	direction: rtl;
	min-height: 50vh;	
	padding-top: 56px;
}
@media (min-width : 1200px) {
	#primary {
		margin-inline: -1px;
		padding-top: 136px;
	}
}
.front-page-header + #primary {
	padding-top: 0;
}



/* Page banner */
.page-banner {
	display: flex;
    justify-content: center;
    flex-direction: column;
	position: relative;
	width: 100%;
	height: 30vh;
	min-height: 300px;
	padding: 30px 0;
	text-shadow: 1px 2px 4px rgba(0,0,0,0.7);
	background: url('../img/default-banner-bg.jpg') 50% 50% no-repeat;
	color: #fff;
}
.page-title {
	margin: 1em 0 0.25em 0;
	font-size: 3em;
	line-height: 0.9;
}
.page-subtitle {
}
@media (min-width : 1200px) {
}
/***/


/* Page breadcrumbs */
.page-breadcrumbs {
	padding: 1em 0;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABNJREFUeNpiYmBg+A8EDDAMEGAAS+cJ+X+QNAQAAAAASUVORK5CYII=);
	background-repeat: repeat-x;
	background-position: 0 100%;
}
/***/



/* Page side image */
.page-side-img {
}
@media (max-width : 1200px) {
    .page-side-img {
        padding-top: 75%;
    }
}
@media (min-width : 1200px) {
    .page-side-img {
        width: 20%;
    }
}
@media (min-width : 1600px) {
    .page-side-img {
        width: 30%;
    }
}
/***/



/* Page content */
.page-content {
    width: 100%;
	margin: -1px 0;
	padding: 1px 0;
}
@media (max-width : 1200px) {
}
@media (min-width : 1200px) {
	.page-content {
		background-position: 50% 0;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.page-side-content {
	    width: 80%;
	    padding-right: 5%;
	    padding-left: 30px;
	}
}
@media (min-width : 1600px) {
    .page-side-content {
	    width: 70%;
	    padding-right: 7.5%;
	}    
}
/***/



/* Search form */
.search-form {
	max-width: 480px;
	margin: 0 auto;
}
.search-form #s {
}
.search-form button[type=submit] {
	display: block;
	box-sizing: border-box;
	width: 30%;
	outline: 0;
	margin: 1em auto;
	border: 0;
	padding: 0.6666em 1em;
	line-height: 1.3333em;
	font: inherit;
	background: #021a2a;
	color: #fff;
	cursor: pointer;
}

.search-results {
}
.search-results li {
	margin-bottom: 1.5em;
}
/***/




/********************************************************************************/

@media all and (max-width:768px){
	.page-body.front-page .banner_section .fullscreen-banner,
	.page-body.front-page .banner_section {min-height: 50vh;}
	.page-body.front-page .text-media-element {padding-top:0;}
	.page-body.front-page .vseparator.three-dots,
	.page-body.front-page .text-media-element .before-heading,.page-body.front-page .text-media-element h4 {text-align: center;}
}