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


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


.soon_my_txt {
  display: block;
  font-size: 18px;
  line-height: 20px;
}

/*  #header-section .elementor-nav-menu > li:last-child > a {
        background-color: #000 !important;
        color: #fff;
     padding: 10px 35px !important;
        border-radius: 6px !important;
    } */
.home #header-section .elementor-nav-menu > li:last-child > a{
	  background-color: #000 !important;
        color: #fff !important;
     padding: 10px 35px !important;
        border-radius: 6px !important;
}
.home #header-section .elementor-nav-menu > li:last-child > a:hover{
    background-color: #fff !important;
	color: #000 !important;
}
body:not(.home) #header-section .elementor-nav-menu > li:last-child > a {
    color: #fff !important;
	  background-color: #000 !important;
     padding: 10px 35px !important;
        border-radius: 6px !important;
}
body:not(.home) #header-section .elementor-nav-menu > li:last-child > a:hover{
	background-color: #FAA612 !important;
}
   #header-section .elementor-item-active {
    background-image: url("/wp-content/uploads/2025/07/Rectangle-38-1.png");
    background-repeat: no-repeat;
    background-position: 50% 90%;
    background-size: auto;
}
	.spotlight-section {
    display: flex;
    align-items: center;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 400;

}
.spotlight-label {
    display: flex
;
    flex-direction: column;
    font-weight: 400;
    font-size: 16px;
    flex-wrap: wrap !important;
        margin-right: 20px;
}
.spotlight-platforms {
    display: flex;
    align-items: center;
    gap: 13px;
	flex-wrap: wrap;
}
#testimonial-section .elementor-testimonial__title img {
    width: 90px;
    height: auto;
}
#testimonial-section .swiper-pagination-bullet-active {
    height: 12px !important;
    width: 12px !important;
}
#testimonial-section .swiper-pagination-bullets {
    display: flex;
    justify-content: center;
    align-items: center;
}
#testimonial-section .elementor-main-swiper {
    background-image: url("https://pollybrownrhodes.cloudtrek360.com/wp-content/uploads/2025/07/unnamed-file-1.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 48% 10%;
}
#testimonial-section{
 overflow: hidden !important;   
}
#post-section .elementor-post:nth-of-type(1) .elementor-post__text {
    background-color: #7ab563; 
    padding: 29px 30px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    position: relative;
}
#post-section .elementor-post:nth-of-type(2) .elementor-post__text {
    background-color: #ffbdc6; 
    padding: 29px 50px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    position: relative;
}
#post-section .elementor-post:nth-of-type(3) .elementor-post__text {
    background-color: #fcbe51; 
    padding: 29px 50px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    position: relative;
}

#post-section .elementor-post__title {
    padding: 0px 0px;
}
.blog-text-inner h2{
    color: #000 !important;
    font-size: 22px !important
}
#post-section .elementor-post__read-more {
    background-color: #000;
    padding: 10px 30px;
    border-radius: 6px;
    position: absolute;
    left: 50%;
    top: 90%;
    transform: translateX(-50%);
}
#post-section .elementor-post{
    overflow: visible !important;
}
#video-section:before {
    content: "";
    position: absolute;
	top: 45px;
    left: 0;
    width: 458px; /* Adjust width as needed */
    height: 100%;
    background-image: url('https://pollybrownrhodes.cloudtrek360.com/wp-content/uploads/2025/07/Shape-518-1.png'); /* Replace with actual image URL */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    z-index: -1;
}
#video-section .elementor-custom-embed-image-overlay img{
    --video-aspect-ratio: 0 !important;
}
.amazon-rating-box {
  display: flex;
  font-family: 'Montserrat', sans-serif;
  gap: 40px;
  flex-wrap: wrap;
}

.rating {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.score-stars {
  display: flex;
    align-items: center; 
    gap: 8px;
}
.score {
  font-weight: 700;
  color: #640000;
      font-family: "Montserrat", Sans-serif;
    font-size: 52px;
}

.stars-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.stars {
  font-size: 24px;
  color: #ffc107;
  letter-spacing: 2px;
}
.rating-text {
  color: #ffffff;
  margin-top: 2px;
   font-weight: 500;
      font-family: "Montserrat", Sans-serif;
      font-size: 16px
}
.copies {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
      gap: 10px;
}
.count {
  font-weight: 700;
    font-weight: 700;
  color: #640000;
      font-family: "Montserrat", Sans-serif;
    font-size: 52px;
}
.copies-text {
  color: #ffffff;
  margin-top: 2px;
   font-weight: 500;
      font-family: "Montserrat", Sans-serif;
      font-size: 16px
}
#footer-section::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    height: 10px;
    width: 100%;
    background-color: #e16677;
}
.woocommerce .result-count, .oceanwp-grid-list{
	display: none !important;
}
.category a{
    font-family: "Kiddosy regular", Sans-serif;
    font-size: 18px !important;
    font-weight: 400;
    color: #000 !important;
}
.title h2 a, .woocommerce div.product .product_title{
    font-family: "Kiddosy regular", Sans-serif !important;
    font-size: 25px !important;
    font-weight: 400 !important;
}
.title h2 {
	margin-bottom: 0px !important;
}
.woocommerce ul.products li.product .button, .single_add_to_cart_button, .wp-block-button__link{
	 background-color: #000 !important;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px !important;
    font-weight: 400;
	color: #fff !important;
	border: none;
    border-radius: 10px;
    padding: 8px 15px;
	text-transform: unset !important;
}
.wc-block-grid__product-price .woocommerce-Price-amount{
	font-size: 18px !important;
}
.woocommerce-message a{
	 background-color: #000 !important;
    font-family: "Kiddosy regular", Sans-serif !important;
}

.woocommerce ul.products li.product .button:hover{
	background-color: #000 !important;
}
.woo-entry-image a img{
width: 100% !important;
}
#right-sidebar{
display: none !important;	
}
.woocommerce-page .content-area{
width: 100% !important;	
	border-right: 0px;
}
.wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button{
background-color: #000 !important;
}
.price {
    color: #000 !important;
}
.wc-block-grid__product-title{
    font-size: 18px !important;	
}
.characters-inner .elementor-container {
    gap: 25px;
}
.oceanwp-toolbar, .category, .owp-quick-view, .product_meta, .owp-floating-bar{
display: none !important;	
}
.woocommerce ul.products li.product .price .amount, .amount{
	color: #000 !important;
}
.single_add_to_cart_button{
padding: 9px 10px !important;	
font-size: 15px !important;
}
.woocommerce .image-wrap{
    margin-bottom: 0px !important;
}
@media only screen and (max-width: 1200px){
	.amazon-rating-box{
      gap: 26px;
	}
	#video-section:before{
		width: 404px !important;
	}
	#post-section .elementor-post:nth-of-type(1) .elementor-post__text, #post-section .elementor-post:nth-of-type(2) .elementor-post__text, #post-section .elementor-post:nth-of-type(3) .elementor-post__text{
		padding: 29px 0px;
	}
	#post-section .elementor-post__title {
    padding: 0px 25px;
}
	#post-section .elementor-post__read-more{
     width: 200px;
	}
}
@media only screen and (max-width: 1024px) {
	.home #header-section .elementor-nav-menu > li:last-child > a{
        background-color: transparent !important;
		padding: 10px 0px !important;
		color: #fff !important;
	}
	body:not(.home) #header-section .elementor-nav-menu > li:last-child > a{
		   background-color: transparent !important;
		padding: 10px 0px !important;
		color: #000 !important;
	}
	body:not(.home) #header-section .elementor-nav-menu > li:last-child > a {
    color: #000 !important;
}
    .amazon-rating-box {
        gap: 10px;
    }
	    #video-section:before {
        width: 349px !important;
        height: 462px !important;
    }
	.score, .count{
		font-size: 45px;
	}
 }
@media only screen and (max-width: 767px){
	.home #header-section .elementor-nav-menu > li:last-child > a, body:not(.home) #header-section .elementor-nav-menu > li:last-child > a{
		padding: 10px 21px !important;
        color: #000 !important;
	}
	#banner-section{
	background-image: url("https://pollybrownrhodes.cloudtrek360.com/wp-content/uploads/2025/08/Layer-598.png") !important;
   padding: 30px 0px 50px 0px !important;
	}
	#header-section .elementor-item-active{
		background-image: none !important;
	}
	    .score, .count {
        font-size: 40px;
    }
	#video-section:before{
		display: none !important;
	}
	#testimonial-section{
    background-image: url("https://pollybrownrhodes.cloudtrek360.com/wp-content/uploads/2025/08/Group-75.png") !important;	
	}
	#featured-section{
    background-image: url("https://pollybrownrhodes.cloudtrek360.com/wp-content/uploads/2025/08/Group-78.png") !important;	
	}
	.featured-inner .elementor-container{
		margin-left: 0px !important;
	}
}