/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

*{
	font-family: "Lato"!important;
}

.meta-author{
	display: none;
}

.sidebar-container{
	display: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, p{
	text-align: justify;
	font-size: 17.6px;
	font-weight: 400;
	line-height: 28.688px;
	color: RGB(30,30,30)!important;
}

#site-header{
	margin-bottom: 40px;
}

.site-footer{
	margin-top: 40px;
}

h2{
	font-weight: 700;
	line-height: 23px;
}

.site-main {
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
	padding: 15px;
}

.site-main p{
	margin: 0 0 30px;
}

.blog-post-author{
	display: none!important;
}

.single-post-title{
	font-size: 38px!important;
	font-weight: 700!important;
	line-height: 46px!important;
}

#site-navigation-wrap .dropdown-menu >li > a{
	text-transform: uppercase!important;
	padding: 0 10px!important;
}

@media screen and ( max-width: 991px ){
	article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, p{
		font-size: 15px;
		line-height: 22px;
	}
	
	.site-main{
		margin: 15px;
		padding: 15px;
	}
	
	.single-post-title{
	font-size: 24px!important;
	font-weight: 700!important;
	line-height: 28px!important;
}
	
	.single-header-ocean-6.header-has-post-thumbnail .blog-post-title{
		margin-top: 0!important;
	}
	
	.head-row{
		max-width: unset!important;
		margin: 0!important;
		padding: 0!important;
	}
	
	.single-header-ocean-6 .blog-post-title, .single-header-ocean-7 .blog-post-title{
		border-radius: 0!important;
		padding: 10px 20px!important;
	}
	
	#content-wrap{
		padding: 0!important;
	}
}