/*
Theme Name: Blaskan Child Theme
Description: blaskan child theme
Author: Kostya & Milos
Template: blaskan
Version: 1.0.0
Text Domain: blaskan-child
*/
body {
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif !important;
}

.related-posts p,
body p {
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif !important;
}
body .site-branding {
	background: #01395a;
	padding-top: 17px;
	padding-bottom: 17px;
}

.top-header {
	position: relative;
	margin-bottom: -10px;
}

.custom-logo-link img {
	margin-top: 10px;
}

.top-soc-wrap {
	position: absolute;
	right: 15px;
}

.top-soc-wrap a {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	margin-left: 10px;
}

body .main-navigation-wrapper,
body .main-navigation .blaskan-main-menu > div {
	background: #908100;
	padding-left: 0;
	padding-right: 0;
	margin-top: -1px;
}

body #primary-menu > ul > li > a,
body #primary-menu > li > a {
	color: #fff;
	font-size: 21px;
}

body .main-navigation ul ul li {
	background: #908100;
	background-color: #908100;
}

body #primary-menu > ul > li > a:hover,
body #primary-menu > li > a:hover {
	color: #fff;
}

body .widget.widget_search .search-form .search-field {
	padding-left: 15px;
	padding-right: 0;
	width: calc(100% - 15px);
}

body .search-form .search-submit {
	top: 0;
	display: block;
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	position: relative;
	background: #00395a;
	height: 45px;
	border: none;
	outline: none;
	border-radius: 22px;
	font-size: 20px;
	font-family: "Times New Roman", sanf-serif;
	font-weight: bold;
	color: #fff;
}

body .widget-area .widget .widget-title {
	font-size: 25px;
	font-family: "Times New Roman", sanf-serif;
	font-weight: bold;
}

body #secondary.widget-area .widget.widget_search {
	padding: 40px 10px 40px 10px;
	border: 1px solid #ebebeb;
	margin-top: 30px;
}

body .custom-post-style h2.entry-title,
.entry-header h1 {
	margin-top: 0;
}

body .custom-post-style {
	position: static !important;
}

body .entry-thumbnail {
	margin-bottom: 20px;
}

.custom-header {
	display: none;
}

.sub-menu {
	background: #908100 !important;
}

@media screen and (max-width: 767px) {
	.top-header {
		margin-bottom: 10px;
	}
	.top-soc-wrap {
		position: relative;
		text-align: center;	
		right: 0;	
	}
	.top-soc-wrap a {
		margin-left: 10px;	
		margin-right: 10px;	
	}
	body .custom-post-style {
		position: relative !important;
	}
	#posts-container {
		height: auto !important;
	}
	body .main-navigation #primary-menu > ul > li > a,
	 body .main-navigation #primary-menu > li > a {
		background: #908100;
	}
}

@media screen and (max-width: 991px) {
	body #primary-menu > ul > li > a,
	body #primary-menu > li > a {
		font-size: 14px;
	}
}