/*
Theme Name: OHTheme
Theme URI: https://rmweblab.com/themes/ohtheme
Author: RM Web Lab
Author URI: https://rmweblab.com/
Description: Test Theme is designed to take advantage of the new design tools introduced in RM Web Lab. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
Requires at least: 6.1
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: ohtheme
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news
*/

/*--------------------------------------------------------------
/////Global CSS
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

body {
	margin: 0;
	font-family: "Libre Baskerville", serif;
	font-size: 17px;
	line-height: 28px;
	letter-spacing: -0.1px;
}
* {
	box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6 {
	clear: both;
	margin: 0 0 0.5em;
	color: #222222;
	font-weight: 700;
}
h1 {
    font-size: 2.2em;
    line-height: 1.2em;
}
h2 {
    font-size: 1.8em;
    line-height: 1.25em;
}
h3 {
    font-size: 1.45em;
    line-height: 1.3em;
}
h4 {
    font-size: 1.15em;
    line-height: 1.35em;
}
h5 {
    font-size: 1em;
    line-height: 1.4em;
}
p {
	margin: 0 0 1.20em;
}
ol, ul {
    margin-top: 0;
	margin-bottom: 1.25em;
}
a {
	text-decoration: none;
}
img {
	max-width: 100%;
}
.oh-wrapper {
	max-width: 1120px;
	margin: 0 auto;
}
.oh-list-spacing li {
	margin-bottom: 1em;
}

/*--------------------------------------------------------------
/////Header CSS
--------------------------------------------------------------*/

#oh-header-area {
    padding: 20px 0;
}
#oh-header-area a:hover,
#oh-header-area .current-menu-item a {
    color: #DADADA;
}
.header-logo .site-logo {
    display: block;
    font-size: 24px;
}
.header-menu {
	display: flex;
    align-items: center;
    justify-content: end;
}
#menu-main-menu {
    display: flex;
    list-style: none;
    margin: 0;
}
#menu-main-menu .menu-item {
    margin-left: 30px;
}
.header-inner form {
	display: none;
}

/*--------------------------------------------------------------
/////Mobile Menu
--------------------------------------------------------------*/

.slicknav_menu {
    position: absolute;
    z-index: 999;
    background: transparent;
    left: 25px;
    right: 25px;
	top: 70px;
}
.slicknav_nav {
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
}
.slicknav_nav li {
    background: #BE6341;
    padding: 0;
    border-bottom: 1px solid #ffffff;
}
.slicknav_nav li:last-child {
    border-bottom: none;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #ffffff;
}
.slicknav_menu .slicknav_btn {
	background-color: transparent;
	margin: -64px -4px 6px;
}
.slicknav_menu .slicknav_menutxt {
    display: none;
}
.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.4em;
    height: 0.125em;
    box-shadow: none;
    margin: 4px 0;
}
.slicknav_nav a {
    font-size: 18px;
	padding: 15px 15px;
    margin: 0;
}
.slicknav_nav a:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #e4420c;
    color: #ffffff;
}

/*--------------------------------------------------------------
/////Search Results
--------------------------------------------------------------*/

.search-results .page-header {
    margin-bottom: 40px;
}
.search-results .navigation.pagination {
    text-align: center;
    margin-top: 50px;
}

/*--------------------------------------------------------------
/////Other CSS
--------------------------------------------------------------*/

.post-snippets .snippet-img img {
    border-radius: 10px 10px 0 0;
}
.post-snippets .snippet-title {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 10px 10px;
    margin-top: -10px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px 5px;
}
.post-snippets .snippet-title h4 {
	text-align: center;
}
.related-posts .rel-post-title {
    margin: 10px 0 30px;
}
/*--------------------------------------------------------------
/////Footer CSS
--------------------------------------------------------------*/

#oh-footer-area {
    font-size: 0.9em;
    line-height: 1.5em;
}
#oh-footer-area h3 {
    font-size: 1.5em;
    line-height: 1.8em;
    margin-bottom: 15px;
}
#oh-footer-area p {
	margin: 0;
}

/***widget area***/

.footer-widgets-area {
	padding: 50px 0;
}
.footer-widget ul li {
	list-style: none;
}
.footer-widget h4 {
	font-size: 20px;
    margin-bottom: 5px;
	margin-top: 20px;
}
.footer-social-icon ul {
    display: flex;
    margin-left: -40px;
    align-items: center;
}
.footer-social-icon ul li {
	margin: 8px 18px 0 0;
}
.footer-social-icon img {
	width: inherit;
}
.footer-widgets-area .footer-widget .menu {
    margin-left: -24px;
}
.footer-widgets-area .footer-widget .menu li {
    margin-bottom: 5px;
}
.footer-widgets-area .footer-widget .menu li:before {
    content: "";
    width: 5px;
    height: 9px;
    position: absolute;
    background: url(/wp-content/themes/ohtheme/img/angle.png) no-repeat;
    margin-left: -15px;
    margin-top: 6px;
    background-size: contain;
}

/***copyright area area***/

.copyright-section {
    border-top: 1px solid #c4c4c4;
    padding: 20px 0;
}

/*--------------------------------------------------------------
/////Media CSS
--------------------------------------------------------------*

//***Header media quries***/

@media( max-width: 980px ) {	
	.menu-main-menu-container {		
		display: none;	
	}
	#oh-header-area {
		padding: 16px 0px;
	}	
}

@media( min-width: 981px ) {	
	.slicknav_menu {		
		display: none;	
	}	
	.header-inner {		
		display: grid;		
		grid-template-columns: 30% 65%;		
		grid-column-gap: 5%;	
	}
}

/***Other media quries***/

@media( max-width: 767px ) {
	h1 {
		font-size: 1.6em;
		line-height: 1.3em;
	}
	h2 {
        font-size: 1.4em;
		line-height: 1.3em;
    }
	h3 {
        font-size: 1.25em;
		line-height: 1.3em;
    }
	.footer-widgets-area .footer-column {
		margin-bottom: 40px;
	}
	.widget-inner .widget {
		margin-bottom: 30px;
	}
	.blog-posts .post-item, .post-snippets .post-item {
		margin-bottom: 40px;
	}
}

@media( min-width: 768px ) {
	.footer-widgets-grid {
		display: grid;
		grid-template-columns: 23% 20% 20% 25%;
		grid-column-gap: 4%;
	}
	.blog-posts, .post-snippets {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 30px;
		grid-row-gap: 40px;
	} 
}

@media( max-width: 980px ) {
	.heateor_sss_vertical_sharing {
		display: none !important;
	}
}

/*--------------------------------------------------------------
/////Global Layout Media Queries
--------------------------------------------------------------*/

@media( min-width: 981px ) and ( max-width: 1250px ) {
	.oh-wrapper, .heateor_sss_sharing_container {		
		padding: 0 30px;
	}
}
@media( min-width: 768px ) and ( max-width: 980px ) {
	.oh-wrapper, .heateor_sss_sharing_container {
		padding: 0 20px;
	}
}
@media( min-width: 451px ) and ( max-width: 767px ) {
	.oh-wrapper, .heateor_sss_sharing_container {
		padding: 0 30px;
	}
}
@media( max-width: 450px ) {
	.oh-wrapper, .heateor_sss_sharing_container {
		padding: 0 20px;
	}
}
/*--------------------------------------------------------------
/////The End
--------------------------------------------------------------*/

