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


#book-section .book_type_list {
    display: flex !important
;
    list-style: none !important;
    gap: 22px;
    margin: 0 !important;
    flex-wrap: wrap !important;
    align-items: center;
}
#book-section .book_type_list li {
    padding: 3px 23px 3px 25px;
    border-radius: 6px;
    border: 2px solid #fff;
}
#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 a img {
    margin-left: 9px !important;
}
#video-section .elementor-custom-embed-image-overlay img, #video-section .elementor-widget-video .elementor-wrapper{
        --video-aspect-ratio: 0;
}
#post-section .elementor-post__text {
    background-color: #3b1924;
    border: 3px solid #fff;
        padding: 40px 40px 22px;
    border-radius: 0px 0px 20px 20px;
    width: 93%;
    margin: -30px auto 0px auto;
    display: flex;
    flex-direction: column;
    box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.3);
}
#post-section .elementor-post__read-more {
    background-color: #984081;
    padding: 8px 26px;
    border-radius: 20px;
    align-self: flex-end;
    position: relative;
    right: -23px;
    box-shadow: 4px 9px 17px rgba(0, 0, 0, 0.3);
}
#post-section .elementor-post__title {
    padding: 0px 40px;
}
#post-section .elementor-post__title::after {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    background-color: #fff;
    margin: 4px auto 0px;
}
#post-section .elementor-post{
   overflow: visible;
}
#testimonials-section .elementor-testimonial__footer {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between !important;
}
#testimonials-section .elementor-testimonial__image img{
        height: auto;
    width: 94px;
    border-radius: 0px;
}
#testimonials-section .elementor-testimonial__cite{
 margin: 0px !important;   
}
#testimonials-section .elementor-testimonial {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-right: 8px;
}

#testimonials-section .elementor-testimonial__footer {
  margin-top: auto;
  border-top: 2px solid #000;
  padding: 13px 15px 0px;
}
#testimonials-section .elementor-testimonial__text {
    padding: 0px 30px;
        margin-bottom: 30px;
}
#testimonials-section .review_image{
        display: block;
    text-align: left;
    margin-bottom: -10px;
}
#testimonials-section .elementor-testimonial::before {
    content: "";
    position: absolute;
    top: 92px;
    left: 0;
    width: 98%;
    height: 81%;
    background-color: #f6f6f6;
    z-index: -1;
    border-radius: 20px;
    box-shadow: 7px 8px 0px rgba(0, 0, 0, 0.9);
}
 #testimonials-section .swiper-slide{
    overflow: visible !important;
}
#testimonials-section .swiper-pagination-bullet {
    width: 23px;
    height: 10px;
    border-radius: 6px;
}
#testimonials-section .swiper-pagination{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    bottom: -45px;
}
#testimonials-section .swiper-pagination-bullet-active {
    width: 63px !important;
    border: 1px solid #000;
}
#footer-section .elementor-item-active{
 font-weight: 600 !important;   
}
#header-section{
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

