/*
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 */

a:hover,a:focus{
	outline-width:0px !important;
}
.forminator-ui#forminator-module-39.forminator-design--default .forminator-button-upload,
.forminator-ui#forminator-module-39.forminator-design--default .forminator-button-submit{
    background-color:#1D3D36 !important;
}
.archive-listing .bar {
    display: flex;
    flex-direction: row;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #4790d2;
    gap: 20px;
}
.archive-listing .bar h5{
	width: 300px;
    background: #243647;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
	    font-weight: 400;
	margin-bottom:0;
}

.yellow-strip{
	width: calc(100% - 300px);
    background-color: #4790d2;
    border-radius: 5px;
}
.hover-img-color:hover img{
	filter: brightness(0) invert(1);
}
#page-header{
	background-color: #4790d2;
    padding: 50px 0;
    text-align: center;
	margin-bottom:50px;
}
#page-header h1{ 
	color:#243647;
}
.single-header-ocean-2 {
    margin-top: 0 !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.single-header-ocean-2 .single-post-title {
    font-size: 36px !important;
	    color: #fff;
}
ul.hms-style-stylish li, ul.hms-style-stylish li, ul.betm-style-stylish li, ul.bebm-style-stylish li{
	color:#fff;
}
.single-post-header-wrap{
	background-color: #003399 !important;
}
.post-views.content-post{
	max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.archive-listing {
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 3px 13px #ddd;
    margin-bottom: 30px;
}
.archive-listing a{
	color:#243647;
}
.archive-listing a:hover{
	color:#4790d2;
}
.home-icon{
	margin-top:-5px;
	width:16px;
}
.breadcrumb a{
	color:#2d2d2d !important;
}
.breadcrumb .breadcrumb_last{
	color:#003399;
}
.btn-flex .n2-ss-layer-col{
	flex-direction: row !important;
    gap: 20px;
    justify-content: start !important;
}
span.text-theme {
    color: #003399;
}
#footer-bottom.no-footer-nav #copyright{
	margin-top:0;
	line-height:1.6;
}
.equal-height .elementor-widget{
	height:100%;
}
.blog-post-breadcrumbs{
	display:none;
}
.ocean-single-post-header.sh-container{
	max-width:100%;
}
.single-post #main #content-wrap{
	padding-top:0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li{
	border-bottom: 1px solid #C24518;
    padding-bottom: 10px;
    padding-top: 10px;
}
.association{
	display:flex;
	justify-content:center;
	align-items:center;
	gap:30px;
	padding:15px 0;
}
@media(max-width:768px){
	.n2-ss-slider{
		height:70vh;
	}
	.btn-flex .n2-ss-layer-col{
		flex-direction: column !important;
	}
	div#n2-ss-2 .n2-style-d4035adfa79ada5f228d87142ef0c01f-heading{
		margin-top:90px;
	}
	.association{
		flex-direction:column;	
	}
}

@media(max-width:575px){
	div#n2-ss-2 .n2-style-d4035adfa79ada5f228d87142ef0c01f-heading{
		font-size:36px !important;
	}
}
.article-archive {
	display: flex;
    justify-content: space-between;
    gap: 20px;
	list-style-type:none;
	margin:0;
	flex-wrap:wrap;
}
.article-archive li{
	width: 30%;	
}
.article-archive li a{
	display: block;
    padding: 30px 20px;
    background: #243647;
    text-align: center;
	border-radius: 10px;
	font-weight: 500;
    letter-spacing: 1px;
	color:#fff;
}
.article-archive li a:hover {
    background-color: #4790d2;
    color: #fff;
}

.d-flex{
	display: flex;
    gap: 15px;
    padding: 0;
    margin: 0;
    list-style-type: none;
    flex-wrap: wrap;
}
.page-header{
	text-align: center;
    background: #e1e1e1 !important;
}
.tax-article-archive .post-image{
    display:none;
}
.tax-article-archive  .entry-summary{
    display:none;
}
.archive-doi{
    margin-top:15px;
    margin-bottom:0;
}

.post-counter{
	display: flex;
	flex-wrap:wrap;
	gap:10px;
	margin-top:15px;
}
.tax-article-archive footer.entry-meta{
    margin-top:1rem;
}
.tax-article-archive .page-title span{
    color:#e22454;
}
.site-footer,.site-info{
	border-top: 1px solid #2AA9B5;
}
.full-width-button a{
	width:100%;
}
.justify-content{
	text-align:justify;
}
.site-header.is-sticky .inside-header{
	padding-top: 0;
    padding-bottom: 0;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
#right-mask:before{
	content: '';
    background: url('https://microjournal.researchfloor.org/wp-content/uploads/2024/11/anti-arrow-gray-right.png');
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-filter: contrast(0%) brightness(200%);
    filter: contrast(0%) brightness(200%);
}
#right-mask2:before{
	content: '';
    background: url('https://microjournal.researchfloor.org/wp-content/uploads/2024/11/anti-arrow-gray-left.png');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: -1px;
    -webkit-filter: contrast(0%) brightness(200%);
    filter: contrast(0%) brightness(200%);
}
.max-w-575 {
	max-width:575px;
}
@media(max-width:767px){
	.article-archive li{
		width: 50%;	
	}
}
@media(max-width:560px){
	.article-archive li{
		width: 100%;	
	}
}
@media(min-width:767px){
	.site-header.is-sticky {
		position: fixed;
		box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
		padding: 8px 0;
		backdrop-filter: blur(10px);
		animation: slideDown 0.35s ease-out;
		width:100%;
		z-index:99;
	}
	.sub-menu li .sub-menu{
	height:250px !important;
	overflow-y:scroll !important;
}
.sub-menu li .sub-menu::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(136,168,55,1);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.sub-menu li .sub-menu::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.sub-menu li .sub-menu::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(136,168,55,1);
	background-color:rgba(136,168,55,1);
}
}
.elementor-883 .elementor-element.elementor-element-d36bcc9 .elementor-icon-list-icon svg{
	width:20px;
}
#footer-widgets ul{
	list-style-type:none;
	margin:0;
}
.polygunshape{
	    -webkit-mask-image: url("https://microjournal.researchfloor.org/wp-content/uploads/2024/11/download.png");
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
}
.left-sidebar{
	position: sticky !important;
  	top: 20px;
  	height: 90vh !important;
  	background: #fdfdfd;
	overflow-y:scroll !important;
	
}
.left-sidebar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.left-sidebar::-webkit-scrollbar
{
	width: 3px;
	background-color: #F5F5F5;
}

.left-sidebar::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #ddd;
}
@media(max-width:767px){
	.left-sidebar{
		height: auto !important;
		background: #ddd;
    	z-index: 99 !important;
		top:0px;
	}
	.left-sidebar ul{
		display:flex;
		flex-wrap:nowrap;
		overflow-x: auto;
		gap: 15px;
	}
	.left-sidebar ul li{
		width: auto;
        white-space: nowrap;
	}
}