/*!
 * Theme Name: 		   OceanWP
 * Text Domain: 	   oceanwp
 * Version:            4.1.0
 * Tested up to:       6.8.1
 * Requires at least:  5.6
 * Requires PHP:       7.4
 * Author:             OceanWP
 * Author URI:         https://oceanwp.org/about-oceanwp/
 * Theme URI:          https://oceanwp.org/
 * Description:        OceanWP is the perfect theme for your project. Lightweight and highly extendable, it will enable you to create almost any type of website such a blog, portfolio, business website and WooCommerce storefront with a beautiful & professional design. Very fast, responsive, RTL & translation ready, best SEO practices, unique WooCommerce features to increase conversion and much more. You can even edit the settings on tablet & mobile so your site looks good on every device. Work with the most popular page builders as Elementor, Beaver Builder, Brizy, Visual Composer, Divi, SiteOrigin, etc... Developers will love his extensible codebase making it a joy to customize and extend. Best friend of Elementor & WooCommerce. Looking for a Multi-Purpose theme? Look no further! Check the demos to realize that it's the only theme you will ever need: https://oceanwp.org/demos/
 * Tags:               two-columns, right-sidebar, footer-widgets, blog, news, custom-background, custom-menu, post-formats, rtl-language-support, sticky-post, editor-style, threaded-comments, translation-ready, buddypress, custom-colors, featured-images, full-width-template, theme-options, e-commerce, block-styles, wide-blocks, accessibility-ready
 *
 * License: GNU General Public License v2.0 or later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 *
 * All files, unless otherwise stated, are released under the GNU General Public
 * License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something cool, have fun, and share what you've learned
 * with others.
 *
 * DO NOT ADD YOUR CSS TO THIS FILE - IT WILL BE LOST
 * To add your own CSS, use a child theme: https://github.com/oceanwp/oceanwp-child-theme
 *
 * CSS file is in "assets/css"
 */

a:active,a:focus{outline:0 !important;-moz-outline-style:none !important}

body {
    overflow-x: hidden;
}
#site-header {
    background-color: transparent;
}
#site-header-inner{
	display: none !important;
}
.header-section .elementor-nav-menu > li:last-child > a {
    background-color: transparent !important;
    color: #fff !important;
    padding: 13px 22px !important;
    border-radius: 30px;
    border: 1px solid #ffff;
}

.header-section .elementor-nav-menu > li:last-child > a:hover{
    background-color: #fff !important;
    color: #000 !important;
}
.subscription-section .elementor-form, .footer-subscription .elementor-form{
	position: relative;
}
.subscription-section .e-form__buttons {
    position: absolute;
    right: -5px;
    width: auto !important;
    top: 0px;
    margin-bottom: 0px !important;
}
.footer-subscription .e-form__buttons{
	position: absolute;
    right: 2px;
    width: auto !important;
    top: 7px;
    margin-bottom: 0px !important;
}

.footer-subscription ::Placeholder, .subscription-section ::Placeholder, .form-section ::Placeholder{
	opacity: 1 !important;
}
.header-section .elementor-nav-menu > li:last-child > a:after{
	display: none;
}
.header-section .e--pointer-underline .elementor-item:after{
    bottom: 6px;
}
.mp3-audio {
    width: 100%;
}
.form-section .elementor-field-type-textarea .elementor-field-textual {
    height: 150px !important;
    width: 100% !important; 
    resize: none !important;
}
.form-section .elementor-form-fields-wrapper input, .form-section .elementor-button {
    min-height: 58px !important;
}
.image-amazon img{
    filter: invert(16%) sepia(24%) saturate(862%) hue-rotate(6deg) brightness(95%) contrast(92%);
}
.book-section-grave .book_type_list {
    display: flex !important;
    list-style: none !important;
    gap: 16px;
    margin: 0 !important;
    flex-wrap: wrap !important;
    align-items: center;
}
body.home .book-section-grave .book_type_list {
    gap: 6px;
}
.book-section-grave .book_type_list li {
    padding: 5px 22px 5px 22px;
    border-radius: 20px;
    transition: all .5s;
    border: 2px solid #000;
}
.book-section-grave .book_type_list li:hover{
    background-color: #000;
}
.book-section-grave .book_type_list li:hover a{
    color: #fff;
}
.book-section-grave .book_type_list li:hover img{
    filter: brightness(0) invert(1);
}

.book-section-grave .book_type_list li a {
    font-family: "Poppins", Sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #000;
}
.book-section-grave .book_type_list a img {
    margin-left: 9px !important;
    filter: brightness(0) invert(0);

}
.book-section .book_type_list {
    display: flex !important;
    list-style: none !important;
    gap: 16px;
    margin: 0 !important;
    flex-wrap: wrap !important;
    align-items: center;
}
.book-section .book_type_list li {
    padding: 5px 22px 5px 22px;
    border-radius: 20px;
    transition: all .5s;
    border: 2px solid #fff;
}
.book-section .book_type_list li:hover{
    background-color: #fff;
}
.book-section .book_type_list li:hover a{
    color: #000;
}
.book-section .book_type_list li:hover img{
    filter: brightness(0) invert(0);
}
.book-section .book_type_list li a {
    font-family: "Poppins", Sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #fff;
}
.book-section .book_type_list a img {
    margin-left: 9px !important;
}
.barnes-image {
    width: 40px;
    margin-top: -4px;
}
@media only screen and (max-width: 1200px){
	.home .book-section-grave .book_type_list li{
		padding: 5px 10px 5px 10px !important;
	}
}
@media only screen and (max-width: 1024px){
	.header-section .elementor-nav-menu > li:last-child > a{
    padding: 12px 17px !important;
	}
}

@media only screen and (max-width: 767px){
	.banner-section br{
		display: none;
	}
	 .header-section .elementor-nav-menu > li:last-child > a {
        background-color: transparent !important;
        color: #33373d !important;
        padding: 10px 20px !important;
        border-radius: 0px !important;
		 border: none !important;
    }
	.header-section .elementor-nav-menu > li:last-child > a:hover, .header-section .elementor-nav-menu > li:last-child > a.elementor-item-active {
        background-color: #E5C48A !important;
        color: #fff !important;
    }
	.footer-subscription .e-form__buttons, .subscription-section .e-form__buttons{
		position: unset !important;
		width: 100% !important;
	}
	.footer-subscription .elementor-nav-menu, .footer-subscription .elementor-nav-menu--main {
    justify-content: center !important;
}
	.book-section-grave .book_type_list li, .book-section .book_type_list li{
		padding: 5px 12px 5px 12px;
	}
	    .home .book-section-grave .book_type_list li {
        padding: 5px 15px 5px 15px !important;
    }
	.author-section .author-column {
    order: -1;
}
}