/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: This is a child theme of OceanWP.
Author: Shafiqul
Author URI: https://www.suvronur.com/
Template: oceanwp
Version: 1.0
*/

a,a:focus{
	outline:none !important;
	text-decoration:none !important;
}
#main #content-wrap {
	padding: 0 !important;
	border-right: 10px solid #fff;
}
#primary {
	background: #fff;
	padding: 20px 30px 35px!important;
}
#right-sidebar {
    padding: 11px !important;
}
body.home .page-header,
body.category-news .page-header, 
body.single-post .page-header {
	display: none !important;
}

/*----------header-------------*/
#site-header .container {
	padding-left: 10px !important;
	padding-right: 10px !important;
}
#site-header-inner {
	background: #fff;
}
#site-header.medium-header .top-col {
	flex: auto !important;
}
#site-header.medium-header .top-col.col-1 {
	width: 48% !important;
}
#site-header.medium-header .top-col.col-2 {
	width: 32% !important;
}
#site-header.medium-header .top-col.col-3 {
	width: 20% !important;
}
#site-logo #site-logo-inner a img{
	float:left;
}
#site-logo #site-logo-inner a:hover img {
	opacity: 1 !important;
}
#site-header.medium-header #medium-searchform form,
#site-header.medium-header #medium-searchform form input {
	width: 100% !important;
	max-width: 100%;
}
#site-header.medium-header #medium-searchform form input {
	border: 1px solid #bbb;
	border-radius: 0;
}
#site-header.medium-header #medium-searchform form input:focus {
	border-color: #5D861C;
	max-width: 100%;
}
#site-header.medium-header .top-header-wrap {
	position: relative;
}
#site-header.medium-header .top-header-wrap .container {
    padding-bottom: 20px;
}
#site-header.medium-header .top-header-wrap::after {
	content: "'";
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 20px);
	background-image: url(https://staging2.mkgarden.org/wp-content/uploads/2022/05/header14.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	visibility: visible;
	padding-bottom: 15.625%;
}
.bottom-header-wrap {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.blog-entry.large-entry {
	border-bottom: none !important;
	padding-bottom: 5px !important;
}
.blog-entry.post .blog-entry-header {
	margin-bottom: 15px;
}
.blog-entry.post .blog-entry-header .entry-title{
	line-height:1 !important;
}
.blog-entry-readmore{
	margin-bottom:20px
}
.blog-entry-readmore a {
	background: transparent !important;
	color: #5D861C;
	font-weight:600 !important;
	border: none !important;
	border-radius: 0 !important;
	padding:0 !important;
	font-size: 15px !important;
}
.blog-entry-readmore a i {
	display: none;
}
.blog-entry-readmore a:hover {
	color: #076e3a !important;
}
ul.meta {
	border-bottom: 3px solid #076e3a25 !important;
	background: #5d861c10;
	padding: 8px 10px 3px!important;
}
#comments {
	background: #eaeaea;
	padding: 25px;
	border-radius: 8px;
}
#respond .form-submit {
	float: left !important;
	padding-left: 10px;
}
.page-numbers {
	border: none !important;
	border-radius: 0 !important;
	min-width: 35px !important;
	height: 35px !important;
}
.page-numbers.current {
	background: #5D861C !important;
}
.single .entry-title{
	border: none !important;
}
.single .entry-title, 
.single-post ul.meta {
	margin-bottom: 0 !important;
}
.single nav.post-navigation {
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-top: none;
    border-bottom: 1px solid #ccc;
}
.single nav.post-navigation .nav-previous,
.single nav.post-navigation .nav-next {
    border: none;
    padding: 0;
}
.single nav.post-navigation .nav-previous a,
.single nav.post-navigation .nav-next a {
    display: flex;
}
.single nav.post-navigation .nav-next a {
    justify-content: flex-start;
    flex-flow: row-reverse;
}
.single nav.post-navigation .nav-links .post-title {
    font-size: 14px;
    font-weight: 600;
    color: #076e3a;
    margin: 3px 0 0;
}
.single nav.post-navigation .nav-links .post-title:hover {
    color: #a95224;
}
.single nav.post-navigation .nav-links span.title {
    font-size: 0;
}
.single nav.post-navigation .nav-links .nav-previous span.title i::before {
    content: "« " !important;
}
.single nav.post-navigation .nav-links .nav-next span.title i::before {
    content: " »" !important;
}
.gallery-columns-4 .gallery-item{
    width: 25%;
}
.gallery-columns-3 .gallery-item{
    width: 33.33%;
}
/*----------sidebar-----------*/
.sidebar-box {
	border: 5px solid #fff;
	padding: 5px;
}
.sidebar-box .widget-title {
	padding-left: 0 !important;
	border-left: 0 !important;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
	border-left: 6px solid #CCCCCC;
	padding-left: 10px;
	transition: all .4s ease;
}
.wp-block-latest-posts.wp-block-latest-posts__list li:hover {
	border-color:#5d861c;
}
.wp-block-latest-posts.wp-block-latest-posts__list li,
.xoxo.blogroll li{
	margin-bottom: 5px;
}
.wp-block-latest-posts.wp-block-latest-posts__list li a,
.xoxo.blogroll li a{
	font-weight: 600;
	font-size:13px;
}
.wp-block-latest-posts__post-date {
	color: #5D861C;
}



@media only screen and (max-width:959px){
	#main #content-wrap {
		padding:0 !important;
	}
	#primary,
	#right-sidebar{
		padding-left:15px !important;
		padding-right:15px !important;
	}
	.oceanwp-pagination {
		padding-bottom: 40px !important;
	}
}

@media only screen and (max-width:900px){
	#site-header.medium-header #site-navigation-wrap .dropdown-menu >li >a {
    padding: 0 8px 0 8px !important;
    font-size: 12px !important;
}
}

@media only screen and (max-width:767px){
	#site-header.medium-header .top-header-wrap {
		box-shadow: 0 8px 20px 0 rgb(0 0 0 / 15%);
		padding: 10px 0 0!important;
	}
	#site-header.medium-header .top-header-wrap::after {
		bottom: 10px;
	}
	#site-header.medium-header .top-col.logo-col {
		float: left !important;
	}
	#site-logo #site-logo-inner a img {
		max-width: 250px;
		float: left;
	}
	a.sidr-class-toggle-sidr-close {
		color: #fff !important;
	}
	#site-header.medium-header .oceanwp-mobile-menu-icon {
		background: transparent !important;
	}
	.bottom-header-wrap {
		display: inline-block !important;
		position: absolute;
		top: 20px;
		right: 10px;
		z-index: 1000;
	}
	.bottom-header-wrap .mobile-menu {
		padding: 0 !important;
	}
	ul.meta li {
		font-size: 12px !important;
	}
}
