/*!
 * 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-color: #040404 !important;
}

header {
background: transparent;
padding: 0px 0px;
}
.page-id-13 header {
    position: absolute !important;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 1;
    background: transparent;
}
#site-header {
    background-color: transparent;
}
#site-header-inner{
	display: none !important;
}
.header-section .elementor-item-active {
    border: 1px solid #d5ae44;
    border-radius: 10px;
	padding: 10px 20px !important;
}
.testimonial-section .elementor-testimonial__cite {
    margin-top: 0px !important;
}
.testimonial-section .elementor-testimonial__name {
    position: relative;
}
.testimonial-section .elementor-testimonial__name::before {
    content: "";
    position: absolute;
    top: 90%;
    width: 94px;
    height: 16px;
    background-image: url(https://michaelblanchard.cloudtrek360.com/wp-content/uploads/2026/01/Shape-1-copy-7.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1;
	left: 50%;
    transform: translateX(-50%);
}
body:not(.home) .header-section {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px !important;
}

.post-section .elementor-post {
    position: relative;
	counter-increment: post-counter;
}
.post-section .elementor-posts {
    counter-reset: post-counter;
}

.post-section .elementor-post__read-more {
    background-image: url("https://michaelblanchard.cloudtrek360.com/wp-content/uploads/2026/01/Shape-2-copy-6.png");
    background-repeat: no-repeat;
    background-size: auto;
    padding-right: 28px;
    background-position: right center;
	position: absolute;
    bottom: 0;
    right: 0;
}
.post-section .elementor-post::before {
   content: counter(post-counter, decimal-leading-zero);
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 65px;
    font-weight: 400;
    color: #d5ae44;
    width: 100px;
    height: 100px;
    text-align: left;
    border-radius: 50%;
    background-color: transparent;
    line-height: 65px;
    font-family: "Monotype Corsiva", Sans-serif;
}
.post-section .elementor-post__text {
    padding: 0px 0px 0px 100px;
}
.blog_inner_txt h2 {
    color: #D5AE44;
    font-size: 22px;
    font-style: italic;
}
.blog_inner_sec {
    padding: 5em 0px;
}

@media only screen and (max-width: 1024px){
	.post-section .elementor-post__text {
    padding: 0px 0px 0px 70px;
}
}
@media only screen and (max-width: 767px){
	.header-section .elementor-item-active{
     border: none;
    border-radius: 0px;
	}
	br{
		display: none;
	}
	.book-section .book_type_list li{
      padding: 7px 23px 7px 27px;
	} 
	.post-section .elementor-post::before{
		font-size: 45px;
	}
	.post-section .elementor-post__text {
        padding: 0px 0px 0px 55px;
    }
	.post-section .elementor-post__read-more{
		position: unset !important;
	}
}