/*!
 * 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;
	background-image: url("https://davidstanley.cloudtrek360.com/wp-content/uploads/2026/03/black-square-background-scaled.webp");
	background-repeat: no-repeat;
	background-size: cover;
}
#site-header {
    background-color: transparent;
}
#site-header-inner{
	display: none !important;
}
.header-section .elementor-nav-menu > li:last-child > a {
    background: linear-gradient(0deg, #b68c3e 0%, #e6c372 50%, #af8335 100%);
    color: #fff !important;
    padding: 13px 34px !important;
    border-radius: 10px;
}
.header-section .elementor-nav-menu > li:last-child > a:hover{
    background: #fff !important;
    color: #000 !important;
}
.btn-gradient .elementor-button {
    background: linear-gradient(0deg, #b68c3e 0%, #e6c372 50%, #af8335 100%);
}
.btn-gradient .elementor-button:hover{
    background: #fff !important;
    color: #000 !important;
}
.gradient-heading-one .elementor-heading-title {
    background: linear-gradient(
        180deg,
        #8e5c17 0%,
        #cfa24a 25%,
        #f7eab4 45%,
        #f7eab4 55%,
        #cfa24a 75%,
        #8e5c17 100%
    );
    
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.book-info{
    display:flex;
    gap:20px;
    align-items:center;
    color:#fff;
    flex-wrap: wrap;
}

.info-box{
    display:flex;
    align-items:center;
    gap: 9px;
}

.info-icon{
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.info-icon img{
    width: 41px !important;
    height: 40px !important;
}

.info-text span {
    display: block;
    font-size: 13px;
    color: #cfcfcf;
    margin-bottom: -8px;
    margin-top: 6px;
}

.info-text strong{
    font-size: 17px;
    color:#d2a44c;
     font-family: 'Montserrat', sans-serif !important;
    font-weight:500;
      background: linear-gradient(300deg, #ac792c 0%, #f7eab4 61%, #d2b367 68%, #9b6419 85%, #caad63 99%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.video-section .elementor-custom-embed-image-overlay img, .video-section .elementor-open-lightbox {
    --video-aspect-ratio: 0 !important;
}
.post-section .elementor-post__text {
        background: linear-gradient(100deg, #8e5c17 0%, #cfa24a 32%, #f7eab4 55%, #f7eab4 55%, #cfa24a 105%, #8e5c17 100%);
    border-radius: 10px;
    padding: 20px 20px;
    width: 96%;
    margin-top: -104px;
    z-index: 1;
    transition: all.5s;
}
.post-section .elementor-post:hover .elementor-post__text{
    background: #fff !important;
}
.post-section .elementor-post__read-more {
    border-bottom: 1px solid #000;
}
.testimonial-section .elementor-testimonial__image img {
    width: auto !important;
    height: auto !important;
    border-radius: 0;
}
.testimonial-section .elementor-testimonial__footer {
    flex-direction: row-reverse !important;
    gap: 20px;
        justify-content: end !important;
    margin-top: -30px;
        z-index: 1;
    position: relative;
}
.testimonial-section .elementor-testimonial__cite {
    text-align: end;
        margin-top: 20px;
}
.testimonial-section .elementor-testimonial__title{
       background: linear-gradient(80deg, #8e5c17 0%, #cfa24a 15%, #f7eab4 15%, #f7eab4 55%, #cfa24a 75%, #8e5c17 100%);
    
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.video-section {
    position: relative;
}

.video-section::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 30%;
    background: url(/wp-content/uploads/2026/03/Rectangle-28.webp) no-repeat center center / cover;
    transform: translate(-50%, 0%);
    z-index: -1;
}
.testimonial-section .elementor-testimonial__content {
    border: 2px solid #e5c171;
    border-radius: 0px 100px 0px 0px;
    padding: 20px 90px 25px 20px;
    position: relative;
        margin-left: 10px;
}
.testimonial-section .elementor-testimonial__content:before {
    content: "";
    position: absolute;
    left: -30px; 
    top: 50%; 
    width: 23px; 
    height: 136px;
    background: url('https://davidstanley.cloudtrek360.com/wp-content/uploads/2026/03/Shape-1-copy-6.webp') no-repeat center center;
    background-size: contain; 
    transform: translateY(-50%);
}
.footer-section .elementor-icon {
    background: linear-gradient(100deg, #8e5c17 0%, #cfa24a 32%, #f7eab4 55%, #f7eab4 55%, #cfa24a 105%, #8e5c17 100%);
}
.footer-section .e-form__buttons .elementor-button {
    background: linear-gradient(100deg, #8e5c17 0%, #cfa24a 32%, #f7eab4 55%, #f7eab4 55%, #cfa24a 105%, #8e5c17 100%);
}
.footer-section .e-form__buttons .elementor-button:hover{
    background: #fff !important;
    color: #000 !important;
}

@media only screen and (max-width: 1200px){
	.footer-section .elementor-form-fields-wrapper{
		flex-direction: column !important;
	}
	.footer-section .elementor-form-fields-wrapper .elementor-field-group{
		width: 100% !important;
	}
}
@media only screen and (max-width: 1024px){
	.header-section .elementor-nav-menu > li:last-child > a{
      padding: 14px 24px !important;
	}
	.testimonial-section .elementor-testimonial__content{
		padding: 20px 30px 25px 20px;
	}
}
@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-color: #CFA24A !important;
        color: #fff !important;
    }
	.footer-section .elementor-form .elementor-button, .footer-section .elementor-form input{
		min-height: 50px !important;
	}
	.footer-section .elementor-nav-menu, .footer-section .elementor-nav-menu--main{
	justify-content: center !important;	
	}
}