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

.postid-12834 .blog-title-inner h1{
	    text-transform: initial!important;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link {
 
	padding: 0px 5px 0px 5px!important;}
.br_alabel{
	z-index: 1!important;
}
.br_alabel span{
	text-shadow: none;
    text-transform: uppercase;
    width: auto!important;
    padding: 6px 11px!important;
    padding-top: 9px!important;
    font-family: "Gotham", Sans-serif;
    z-index: 1;
}

.br_alabel .br-labels-css{
	    font-weight: 100!important;
    letter-spacing: 1px;
}

/* 09-18-2023 */
.newsletter-holder{
	display:flex;
}
.newsletter-holder input[type="email"]{
	border-radius: 0;
    border: 1px solid #da9189;
}
.newsletter-holder input[type="submit"]{
	    background-color: #da9189!important;
    color: #fff!important;
    height: 100%!important;
    border-radius: 0!important;
}

.popup-content .newsletter-holder{
	display:flex;
	flex-direction:column;
}

.popup-content .newsletter-holder input[type="submit"]{
	    width: 100%;
    margin-top: 11px;
}

.loop-list-post .post-11403 img{
	    object-position: left top!important;
}

.loop-list-post .post-11378 img{
	    object-position: left center!important;
}

/* 02-24-2024 */
#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody#order_line_items tr:first-child td.line_tax{
	display:none!important;
}