/*!
 * 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-section .elementor-item-active {
    background-image: url(https://davidkennedy.cloudtrek360.com/wp-content/uploads/2025/06/Rectangle-576.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top;
}
#header-section .elementor-nav-menu > li:last-child > a {
    background-color: #029547 !important;
    color: #fff;
    padding: 13px 35px !important;
    border-radius: 4px;
}
#book-section .book-info{
     display: flex;
    flex-direction: row;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    font-size: 16px;
    gap: 40px;
    color: #fff;
    flex-wrap: wrap;
}
#book-section .book-info > div > .label:first-of-type {
  margin-right: 20px;
   font-weight: 600;
}
#book-section .book-info-second{
     display: flex;
    flex-direction: row;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    font-size: 16px;
    gap: 40px;
    color: #fff;
    flex-wrap: wrap;
}
#book-section .book-info-second > div:first-of-type > .label:first-of-type {
  margin-right: 20px;
  font-weight: 600;
}
#book-section .book-info-second div:nth-of-type(2) .label:first-of-type {
  margin-right: 30px;
   font-weight: 600;
}
#book-section .image-text-grid{
     display: flex;
     gap: 30px;
     align-items: center !important;
	flex-wrap: wrap !important;
}
#book-section .image-text-grid .item{
    text-align: center !important;
    font-family: "Poppins", Sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #FFFFFF !important;
}
#book-section .image-text-grid .item img{
    padding-bottom: 7px;
}
#book-section .image-text-grid .item-first, #book-section .image-text-grid .item a{
    font-family: "Poppins", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #FFFFFF !important;
}
#book-section .image-text-grid .item p, #book-section .image-text-grid .item-first p{
    margin: 0px;
}
#post-section .elementor-post__title{
padding: 0px 0px;	
}
#post-section .elementor-post__read-more{
   border-bottom: 1px solid #fff;
}
#testimonial-section .image-coma{
    padding-bottom: 26px;
}
#testimonial-section .swiper-slide {
    background-image: url(https://davidkennedy.cloudtrek360.com/wp-content/uploads/2025/06/copy.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 50% 39%;
}
#testimonial-section .swiper-pagination{
    display: flex;
    justify-content: center;
    align-items: center !important;
    bottom: -13px !important;
}
#testimonial-section span.swiper-pagination-bullet {
    border-radius: 0px;
}
#testimonial-section .swiper-pagination-bullet-active {
    width: 16px !important;
    height: 16px !important;
}
#testimonial-section .elementor-testimonial{
	display: flex;
    flex-direction: column;
    height: 100%;
}
#testimonial-section .elementor-testimonial__footer{
	margin-top: auto !important;
}
#form-section .elementor-field-type-textarea .elementor-field-textual {
    height: 150px !important;
    width: 100% !important; 
    resize: vertical !important;
}
#form-section .elementor-form-fields-wrapper input, #form-section .elementor-button {
    min-height: 55px;
}

	#footer-section br{
	display: none;	
	}

#header-section{
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.author-inner-section .elementor-container {
    display: grid;
}
.column-author-inner {
    width: 100% !important;
}

@media only screen and (min-width: 992px) and (max-width: 1024px){
	.book-inner-section .elementor-column{
		width: 50% !important;
	}
	.author-inner-section .elementor-column{
		width: 50% !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
	.book-inner-section .elementor-column{
		width: 100% !important;
	}
	.book-inner-section .elementor-container{
       flex-direction: column-reverse !important;
	}
		.author-inner-section .elementor-column{
		width: 100% !important;
	}
}



@media only screen and (max-width: 1200px) {
	#post-section .elementor-post__title {
    padding: 0px 0px;
}
 }

@media only screen and (min-width: 768px) and (max-width: 1024px){
	#header-section .elementor-nav-menu > li:last-child > a {
    background-color: #029547 !important;
    color: #fff;
    padding: 13px 16px !important;
    border-radius: 4px;
}
	#book-section .book-info-second, #book-section .book-info{
		flex-direction: column;
        gap: 5px;
	}
	#book-section .image-text-grid .item{
		font-size: 12px;
	}
	#book-section .image-text-grid{
      gap: 14px;
	}
	
	#footer-section br{
		display: unset;	
		}
	#testimonial-section .swiper-slide{
	padding: 40px 20px 40px 20px;	
	}
	
}
	@media only screen and (max-width: 767px) {
		#header-section .elementor-nav-menu > li:last-child > a{
			background-color: 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: #029547 !important;
			color: #fff !important;
		}
		#footer-section br{
	   display: none;	
	}
		#book-section .book-info-second, #book-section .book-info{
		flex-direction: column;
        gap: 5px;
	}
		#book-section .image-text-grid{
         gap: 14px;
		}
		#testimonial-section .swiper-slide{
	padding: 40px 20px 40px 20px;	
	}
 }