
/*
Theme Name: Radcliffe 2 Child
Theme URI: http://wordpress.com/themes/radcliffe-2
Author: Anders Norén
Author URI: http://www.andersnoren.se
Description: A theme for bloggers who want their content to take center stage.
Version: 2.0.9-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: radcliffe-2
Template: radcliffe-2
Tags: author-bio, custom-menu, featured-images, fluid-layout, gray, one-column, responsive-layout, sticky-post, threaded-comments, white
*/
.custom-logo {
	height: 118px;
	max-height: 900px;
	max-width: 1200px;
	width: 157px;
}

.top_banner_title {
	color: #fff;
	background: rgba(0, 0, 0, .5);
	width: max-content;
	font-size: 60px;
	line-height: 55px;
	position: absolute;
	z-index: 99;
	height: 160px;
	padding: 26px 30px 0px 30px;
	margin-left: 5%;
	margin-top: 12%;
	border-left: 20px #098280 solid;
	font-weight: 600;
}

@media only screen and (max-width: 600px) {
	.top_banner_title {
		font-size: 35px !important;
	}
}

.entry-content {
	width: auto !important;
}

.page-id-7 .entry-content {
	width: 840px !important;
}

.elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
	padding: 30px 0 30px 0px !important;
}

.entry-thumbnail {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page_banner_sec {
	min-height: 500px;
	display: flex;
	background-attachment: fixed;
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 30px;
	padding-bottom: 30px;
}

.page_banner_text h1 {
	color: #fff;
	background: rgba(0, 0, 0, .5);
	font-size: 60px;
	z-index: 99;
	padding: 30px;
	line-height: 63px;
	border-left: 20px #098280 solid;
	font-weight: 600;
	margin: 0;
}

@media screen and (max-width: 1199px) {
	.page_banner_text h1 {
		font-size: 50px;
		line-height: normal;
		display: inline-block;
	}
	
	.page_banner_sec {
		min-height: 400px;
	}
}

@media screen and (max-width: 992px) {
	.page_banner_text h1 br {
		display: none;
	}
	
	.page_banner_text h1 {
		font-size: 40px;
		line-height: normal;
		display: inline-block;
	}
}

@media screen and (max-width: 768px) {
	.page_banner_text h1 {
		font-size: 26px;
		border-left: 10px #098280 solid;
		padding: 20px;
	}
	
	.page_banner_sec {
		min-height: 300px;
		background-size: auto;
	}
	
	.main-navigation {
		margin-bottom: 0;
	}
	
	.site-header {
		padding-bottom: 0;
	}
	
	.site_nav {
		border-radius: 0 !important;
		position: absolute !important;
		top: 140px;
	}
	
	.menu-toggle {
		margin-left: auto !important;
		margin-right: 0 !important;
		color: #000 !important;
		outline: none !important;
	}
	
	.menu-toggle:focus .icon, .menu-toggle:hover .icon {
		fill: #000 !important;
	}
	
	#mysticky-nav.wrapfixed .site_nav {
		top: 86px;
	}
	
	.menu-wrapper {
		max-width: 100%;
	}
}
