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

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-nav-menu > li:last-child > a {
    color: #fff !important;
    padding: 13px 35px !important;
    border-radius: 10px;
    background: linear-gradient(
  -70deg,
  #fd5f51 0%,
  #ac1213 48%,
  #790a0c 98%
);
}
.header-section .elementor-nav-menu > li:last-child > a:after{
    display: none;
}
.header-section .elementor-nav-menu > li:last-child > a:hover {
    background: #000000 !important;
    transition: background-color 0.3s ease;
}

.header-section .menu-item a {
    text-transform: capitalize !important;
    display: inline-block !important;
    position: relative !important;
    z-index: 1 !important;
    transition: all 0.5s ease 0s !important;
}

.header-section .menu-item a:focus,
.header-section .menu-item a:hover {
    text-decoration: none !important;
}

.header-section .menu-item a:before,
.header-section .menu-item a:after {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) scale(0) !important;
    transition: all 0.3s ease-in-out !important;
}

.header-section .menu-item a:before {
    background: #790d04 !important;
    width: 100% !important;
    height: 2px !important;
    bottom: 15px !important;
    top: 27px;
}

.header-section .menu-item a:after {
    background: #000dff66 !important;
    width: 12px !important;
    height: 12px !important;
    border-radius: 50px !important;
    opacity: 0 !important;
    bottom: -12px !important;
}

.header-section .menu-item a:hover:before {
    transform: translateX(-50%) scale(1) !important;
}

.header-section .menu-item a:hover:after {
    opacity: 1 !important;
}
.header-section .elementor-nav-menu {
    align-items: center;
}
.header-section .menu-item a.elementor-item-active:before {
    transform: translateX(-50%) scale(1) !important;
}

.header-section .menu-item a.elementor-item-active:after {
    opacity: 0 !important; /* hide the circle */
}
.header-section .elementor-nav-menu > li:last-child > a:before{
	display: none !important;
}

body:not(.home) .header-section .elementor-nav-menu > li:last-child > a:hover {
    background: #fff !important;
    transition: background-color 0.3s ease;
	color: #000 !important;
}
.header-section .e--pointer-underline .elementor-item:after{
    bottom: 8px !important;
}
body:not(.home) .header-section {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	background-color: #000;
    padding-bottom: 20px !important;
}
body:not(.home) 
.header-section 
.elementor-nav-menu > li:not(:last-child) > a.elementor-item.elementor-item-active {
    color: #790d04 !important;
}
.btn-gradeint .elementor-button {
    background: linear-gradient(
        -2deg,
        #fd5f51 0%,
        #ac1213 48%,
        #790a0c 98%
    );
    transition: background 0.5s ease !important;
}

.btn-gradeint .elementor-button:hover {
    background: #000000 !important;
}
.btn-gradeint-second .elementor-button {
    background: linear-gradient(
        -62deg,
        #fd5f51 0%,
        #ac1213 48%,
        #790a0c 98%
    );
    transition: background 0.5s ease !important;
}

.btn-gradeint-second .elementor-button:hover {
    background: #fff !important;
}
.leadership-section .elementor-container{
    gap: 20px !important;
}
.gradient-column{
 background: linear-gradient(
        -62deg,
        #fd5f51 0%,
        #ac1213 48%,
        #790a0c 98%
    );
    transition: background 0.5s ease !important; 
    border-radius: 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}
.gradient-column:hover {
    background: #000 !important;
}
.book-section .book_type_list {
    display: flex !important;
    list-style: none !important;
    gap: 15px;
    margin: 0 !important;
    flex-wrap: wrap !important;
    align-items: center;
}
.book-section .book_type_list li {
    padding: 6px 30px 6px 30px;
    border-radius: 5px;
    transition: all .3s;
    background-color: #101111;
}
.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 li:hover {
    background-color: #fff;
}

.book-section .book_type_list li:hover a {
    color: #000;
}
.book-section .book_type_list a img {
    margin-left: 9px !important;
    filter: brightness(0) invert(1);

}
.book-section .book_type_list li:hover img{
    filter: brightness(0) invert(0);
}
.speaking-topics-box {
    padding: 22px 25px;
    border: 2px solid #C51E0F;
    border-radius: 22px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.speaking-topics-box h3 {
    color: #C51E0F;
    font-size: 26px;
    margin-bottom: 7px;
        font-family: "Times New Roman", Sans-serif;
}

.speaking-topics-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.speaking-topics-box ul li {
    color: #ffffff;
    font-size: 18px;
    position: relative;
    padding-left: 18px;
        font-family: "Poppins", Sans-serif;
        font-weight: 600;
}
.speaking-topics-box ul li:not(:last-child) {
    padding-bottom: 10px;
}

.speaking-topics-box ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.5;
}
.btn-amazon .elementor-button {
    width: 80% !important;
}
.video-section .elementor-custom-embed-image-overlay img, .video-section .elementor-open-lightbox {
    --video-aspect-ratio: 0 !important;
}
.gallery-section .elementor-swiper-button {
    border: 1px solid #fff;
    padding: 10px 10px;
    border-radius: 15px;
    transition: all.5s;
}
.gallery-section .elementor-swiper-button:hover {
    background-color: #C51E0F;
}
.post-section .elementor-post {
    position: relative;
}
.post-section .elementor-post__text {
    position: absolute;
    top: 79%;
    left: 0;
    transform: translateY(-50%);
    background-color: #101111;
        padding: 36px 0 33px 22px;
    border-bottom-left-radius: 26px;
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
    width: 415px !important;
	transition: all.5s;
}
.post-section .elementor-post__text:hover {
    background-color: #fff;
}
.post-section .elementor-post__text:hover .elementor-post__title a,
.post-section .elementor-post__text:hover .elementor-post__excerpt p {
    color: #000 !important;
}

.post-section .elementor-post__excerpt {
    padding-right: 80px;
}
.testimonial-section .elementor-testimonial__text {
    padding: 0px 40px;
}
.testimonial-section .elementor-testimonial__cite{
       margin-top: 10px !important; 
}
.testimonial-section .elementor-testimonial__name {
    position: relative;
}

.testimonial-section .elementor-testimonial__name::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 110%);
    width: 94px;
    height: 16px;
    background-image: url(https://hollytelford.cloudtrek360.com/wp-content/uploads/2025/12/Shape-1-copy-5.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1;
}
.testimonial-section .swiper-pagination-bullet {
    width: 23px;
    height: 10px;
    border-radius: 7px;
}

.testimonial-section .swiper-pagination-bullet-active {
    width: 63px;
    height: 10px;
}
.testimonial-section .elementor-main-swiper {
    padding-bottom: 0px !important;
}
.testimonial-section .swiper-pagination{
     bottom: 25px !important;   
}
.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;
}
.footer-section .e-form__buttons {
    margin-top: 10px;
}
.footer-section #form-field-email {
    padding: 10px 0px;
}
@media only screen and (max-width: 1024px){
	.leadership-section .elementor-container{
		gap: 15px !important;
       flex-wrap: nowrap;
	}
	.post-section .elementor-post{
		overflow: visible;
	}
	.post-section .elementor-post__text{
		    width: auto !important;
	}
	.testimonial-section .swiper-slide{
        padding: 20px 11px 70px 10px !important;
	}
	.header-section .elementor-nav-menu > li:last-child > a{
		padding: 12px 25px !important;
	}
}
@media only screen and (max-width: 767px){
	.header-section .menu-item a{
       display: block !important;
	}
	.header-section .menu-item a.elementor-item-active:before, .header-section .menu-item a:hover:before{
		display: none;
	}
	body:not(.home) .header-section .elementor-nav-menu > li:not(:last-child) > a.elementor-item.elementor-item-active{
		color: #fff !important;
	}
	.header-section .elementor-nav-menu > li:last-child > a {
        background-color: transparent !important;
        color: #33373d !important;
        padding: 10px 20px !important;
        border-radius: 0px !important;
		background: none;
    }

    .header-section .elementor-nav-menu > li:last-child > a:hover, .header-section .elementor-nav-menu > li:last-child > a.elementor-item-active {
        background-color: #C51E0F !important;
        color: #fff !important;
    }
	.leadership-section .elementor-container{
        flex-wrap: wrap;
	}
	.btn-amazon .elementor-button {
    width: 100% !important;
}
	.post-section .elementor-post__text{
        position: unset;
        padding: 25px 0 23px 10px;
        border-radius: 0px 0px 25px 25px;
        transform: translateY(-28%);
        text-align: center;
	}
	.post-section .elementor-post__excerpt {
    padding-right: 0px;
}
	.testimonial-section .elementor-testimonial__text {
    padding: 0px 20px;
}
	.book-section .book_type_list{
     gap: 10px;
	}
	.book-section .book_type_list li{
		padding: 6px 20px 6px 20px;
	}
	.speaking-topics-box{
		padding: 20px 15px;
	}
}