/*!
 * 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 {
    color: #fff !important;
    padding: 13px 35px !important;
    border-radius: 10px;
        background: linear-gradient(73deg, #d1aa83 0%, #834723 100%);
}
.header-section .elementor-nav-menu > li:last-child > a:hover{
    background: #000 !important;
}
body:not(.home) .header-section .elementor-nav-menu > li:last-child > a:hover{
	background: #fff !important;
	color: #000 !important;
}
.header-section {
    background-color: rgba(0, 0, 0, 0.55); 
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(10px); /
}
.gradient-btn-second .elementor-button{
 background: linear-gradient(73deg, #d1aa83 0%, #834723 100%);
}
.gradient-btn-second .elementor-button:hover{
     background: #000 !important;
    color: #fff !important;}
.gradient-btn .elementor-button{
       background: linear-gradient(73deg, #d1aa83 0%, #834723 100%);
}
.gradient-btn .elementor-button:hover{
    background: #fff !important;
    color: #000 !important;
}
.author-tags {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
      padding: 20px 30px 20px 0px;
    color: #fff;
    max-width: fit-content;
    z-index: 1;
	flex-wrap: wrap;
}

.author-tags::before {
    content: "";
    position: absolute;
    top: 0;
    left: -4vw;
    width: 114%;
    height: 100%;
    background: linear-gradient(-73deg, #d1aa83 0%, #834723 100%);
    border-radius: 0 25px 25px 0;
    z-index: -2;
}

.tag-label {
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
}

.tag-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tag-item .icon {
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tag-item .icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.tag-item span {
    font-size: 16px;
    font-family: "Montserrat", Sans-serif;
}
.info-section {
    display: flex;
    gap: 25px;
    align-items: center;
    flex-wrap: wrap;
}
.info-box {
    display: flex;
    align-items: center;
    gap: 10px;
}
.info-box img {
    width: auto;
    height: auto;
}
.info-text {
    display: flex;
    flex-direction: column;
    line-height: 17px;
}
.info-text span {
    font-size: 14px;
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
.info-text span::after {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background: linear-gradient(-73deg, #d1aa83 0%, #834723 100%);
    margin: 2px 0;
    border-radius: 2px;
}
.info-text strong {
    font-size: 16px;
    color: #fff;
    font-size: 14px;
    font-family: "Poppins", Sans-serif;
}
.book_type_list {
    display: flex !important;
    list-style: none !important;
    gap: 15px;
    margin: 0 !important;
    flex-wrap: wrap !important;
    align-items: center;
}
.book_type_list li {
    padding: 5px 18px 5px 25px;
    border-radius: 4px;
      background: linear-gradient(73deg, #d1aa83 0%, #834723 100%);
      transition: all.5s;
}
.book_type_list li:hover{
    background: #fff !important;
}
.book_type_list li:hover a{
    color: #000 !important;
}
.book_type_list li:hover img{
filter: brightness(0) invert(0);

}
.book_type_list li a {
    font-family: "Poppins", Sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #fff;
}
.book_type_list a img {
    margin-left: 15px !important;
}
.video-section .elementor-custom-embed-image-overlay img, .video-section .elementor-open-lightbox {
    --video-aspect-ratio: 0 !important;
}
.book-section {
    position: relative;
}

.book-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(73deg, #d1aa83 0%, #834723 100%);
}
.post-section .elementor-post__thumbnail img {
    border: 4px solid #d4ae87;
    border-bottom: none;
    border-radius: 30px 30px 0 0;
}
.post-section .elementor-post__text {
    display: flex !important;
    flex-direction: column !important;
}
.post-section .elementor-post__meta-data{
     order: -1;
     margin-bottom: 0px !important;
}
.post-section .elementor-post__read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px; 
  background: linear-gradient(73deg, #d1aa83 0%, #834723 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  font-weight: bold;   
}

.post-section .elementor-post__read-more::after {
  content: "";
  display: block;
  width: 26px;  
  height: 10px;  background-image: url("/wp-content/uploads/2026/04/Shape-30-copy.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.post-section {
  position: relative;
}

.post-section::before {
  content: "";
  position: absolute;
  top: 57.4%;
  left: 0;
  width: 100%;   
  height: 40px; 
  background-image: url("/wp-content/uploads/2026/04/Rectangle-585.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body:not(.home) .post-section::before{
	top: 62%;
}
.post-inner-text h2{
 color: #000;
 font-size: 22px ;
}
.testimonial-section .elementor-testimonial__name{
    display: inline-flex;
  align-items: center;
  gap: 8px; 
  background: linear-gradient(73deg, #d1aa83 0%, #834723 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.testimonial-section .elementor-testimonial__text{
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;

}
.testimonial-section .elementor-testimonial__text:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    background-image: url(/wp-content/uploads/2026/04/Shape-1-copy-9.webp);
    background-repeat: no-repeat;
    background-size: auto;
    width: 186px;
    height: 44px;
}
.testimonial-section .elementor-testimonial {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.testimonial-section .elementor-testimonial__footer {
    margin-top: auto !important;
}

.footer-section .contact-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-family: Arial, sans-serif;
}
.footer-section .contact-list  a{
    color: #fff;
}
.footer-section .contact-item {
    display: flex;
    align-items: center;
    color: #fff;
    flex-wrap: wrap;
    text-transform: uppercase;
        gap: 10px;
}
.footer-section .elementor-social-icon {
       background: linear-gradient(73deg, #d1aa83 0%, #834723 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;
}
.form-section .e-form__buttons .elementor-button{
    background: linear-gradient(73deg, #d1aa83 0%, #834723 100%);
}
.form-section .e-form__buttons .elementor-button:hover{
    background: #000;
}
.post-inner-text h2{
 color: #000;
 font-size: 22px ;
}
@media only screen and (min-width: 1201px) and (max-width: 1400px){
	.large-tilte .elementor-heading-title {
    font-size: 50px !important;
}
	.post-section::before{
     top: 57.2%;
	}
	body:not(.home) .post-section::before {
    top: 61.5%;
}
}
@media only screen and (max-width: 1200px){
	.author-tags::before, .post-section::before{
		display: none;
	}
	.author-tags{
	    background: linear-gradient(73deg, #d1aa83 0%, #834723 100%);	
       gap: 15px;
       padding: 20px 20px 20px 20px;
	   border-radius: 20px;
       margin-right: 10px;
	}
	.post-section .elementor-post__thumbnail img{
      border-bottom: 4px solid #d4ae87 !important;
      border-radius: 30px;
	}
}

@media only screen and (max-width: 1024px){
	.header-section .elementor-nav-menu > li:last-child > a{
      padding: 13px 20px !important;
	}
}

@media only screen and (max-width: 767px){
	br{
		display: none;
	}	
	 .header-section .elementor-nav-menu > li:last-child > a {
        background: transparent !important;
        color: #33373d !important;
        padding: 10px 20px !important;
        border-radius: 0px !important;
    }

.header-section .elementor-nav-menu > li:last-child > a:hover, .header-section .elementor-nav-menu > li:last-child > a.elementor-item-active {
        background: #D68227 !important;
        color: #fff !important;
    }
	.header-section {
     backdrop-filter: none !important;
 }
	.book_type_list li{
       padding: 5px 15px 5px 15px;
	}
}