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

/* Eliminate the outline border around focus links. */
a:focus {
    outline: solid 0px !important;
}

/* Add a gradiend color under top main menu */
.page-header {
    background: linear-gradient(180deg, #000325 0%, #0b7cac 100%);
}
/*
 * Sidebar settings
 * 
 * */

ul.children {
    margin-left: 10px;
}
.sidebar-box {
    margin-bottom: 20px;
}
div#block-3 li {
    border-top: 1px solid #e9e9e9;
    padding: 6px 0px;
}
/*div#block-3 {
	margin-bottom: 20px;	
}*/
div#block-9 {
    max-height: 400px;
    overflow: auto;
	/*margin-bottom: 20px;*/
}
/* END */

/* Change default block button style */
.wp-block-button__link {
    color: #fff;
    background-color: #13aff0;
    border-radius: 4px;
    box-shadow: none;
    text-decoration: none;
    padding: 14px 24px;
    font-size: 12px;
	font-weight: 600;
	line-height: 12px;
	text-transform: uppercase;
}
.wp-block-button__link:hover {
	color: #fff;
	background-color: #0b7cac;
}

/* Set image features on Single Post page */
img.attachment-full.size-full.wp-post-image {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

/* Glassmorphims Background Effect */
.rpm-glass-effect {
    background: rgba( 255, 255, 255, 0.15 );
	box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
	backdrop-filter: blur( 5px );
	-webkit-backdrop-filter: blur( 5px );
	border-radius: 10px;
	border: 1px solid rgba( 255, 255, 255, 0.18 );
}

/* add space to mos recent posts - footer section */
.elementor-element.elementor-element-4f0822a li {
    margin-bottom: 8px;
}
/* end */