/*!
 * Theme Name: 		   OceanWP
 * Text Domain: 	   oceanwp
 * Version:            4.2.1
 * Tested up to:       7.0
 * 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"
 */


:root {
    --primary-color: #dd9933;
    --primary-color-rgb: 221, 153, 51;
    --gradient-start: #dd9933;
    --gradient-end: #eab308;
    --gradient-end-rgb: 234, 179, 8;
    --surface-color: #ffffff;
    --surface-dark: #18181b;
    --text-color: #27272a;
    --dark-color: #09090b;
    --link-color: #1f66ff;
    --surface-light: #fefce8;
    --font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    --container: 1320px;
}


.content-part-area-mercurewetherby a:link ,
.content-part-area-mercurewetherby a {
    color: var(--primary-color);
}

.content-part-area-mercurewetherby a:link:hover,
.content-part-area-mercurewetherby a:hover {
    color: var(--link-color);
}

body .su-button-center {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

body .su-button {
    border-radius: 40px !important;
}

body .toplist-casino-listing-24__offers .toplist-casino-listing-24__offer .dynamic-field-box {
    background: rgba(var(--gradient-end-rgb), 0.125);
}

body .toplist-casino-listing-24__offers .toplist-casino-listing-24__offer .buttons a,
body .toplist-techcity__offer a.toplist-techcity__offer-cta-btn,
body .campaign-shortcode-table .campaign-list-item_cta-btn {
    background: linear-gradient(225deg, var(--gradient-start), var(--gradient-end)) !important;
    color: var(--surface-color);
    transition: all 0.3s ease-in-out;
    border: 2px solid var(--gradient-end);
}

body .su-button {
    background: linear-gradient(225deg, var(--gradient-start), var(--gradient-end)) !important;
    border: 2px solid var(--gradient-end) !important;

}

.toplist-casino-listing-11__wrapper .play-now-btn a {
    color: var(--primary-color);
}

body .toplist-sweepstakes__wrapper .toplist-sweepstakes__offer .toplist-sweepstakes__offer-title {
    display: none;
}

body .su-button span {
    background: transparent !important;
    border: 0 !important;
    color: var(--surface-color) !important;
    font-size: 20px !important;
    line-height: 48px !important;
    padding: 0 30px !important;
}

body .toplist-casino-listing-24__offers .toplist-casino-listing-24__offer .buttons a:hover,
body .toplist-casino-listing-24__offers .toplist-casino-listing-24__offer .buttons a:active,
body .toplist-casino-listing-24__offers .toplist-casino-listing-24__offer .buttons a:focus,
body .toplist-techcity__offer a.toplist-techcity__offer-cta-btn:hover,
body .toplist-techcity__offer a.toplist-techcity__offer-cta-btn:active,
body .toplist-techcity__offer a.toplist-techcity__offer-cta-btn:focus,
body .campaign-shortcode-table .campaign-list-item_cta-btn:hover,
body .campaign-shortcode-table .campaign-list-item_cta-btn:active,
body .campaign-shortcode-table .campaign-list-item_cta-btn:focus,
body .su-button:hover,
body .su-button:focus,
body .su-button:active {
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end)) !important;
    color: var(--surface-color) !important;

}

body .su-button:hover span {
    top: 0 !important;
}

.aligncenter {
    display: block;
    margin: 16px auto;
}

.content-part-area-mercurewetherby blockquote {
    padding: 40px 25px;
    font-style: italic;
    position: relative;
    margin: 20px auto;
    border-left: 5px solid var(--primary-color);
    quotes: "“" "”" "‘" "’";
    background: rgba(var(--primary-color-rgb), 0.075);
    background: color-mix(in srgb, var(--primary-color) 5%, transparent);
}

.content-part-area-mercurewetherby blockquote::before {
    content: open-quote;
    top: 10px;
    left: 20px;
}

.content-part-area-mercurewetherby blockquote::before,
.content-part-area-mercurewetherby blockquote::after {
    position: absolute;
    font-size: 3em;
    color: var(--primary-color);
    font-family: serif;
    line-height: 1;
    z-index: 1;
}

.content-part-area-mercurewetherby blockquote::after {
    content: close-quote;
    bottom: -10px;
    right: 20px;
}

.content-part-area-mercurewetherby blockquote p {
    display: inline;
    color: var(--surface-dark);
    position: relative;
    z-index: 2;
}

.content-part-area-mercurewetherby dl {
    margin: 20px;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.content-part-area-mercurewetherby dt {
    font-weight: bold;
    margin: 10px 0 5px;
    padding: 10px;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
}

.content-part-area-mercurewetherby dd {
    margin: 0 0 10px 20px;
    padding: 10px;
    border-left: 2px solid #ddd;
    background-color: var(--surface-color);
}

.content-part-area-mercurewetherby blockquote {
    font-size: 16px;
}

/*AUTHOR SECTION START*/
.main-title {
    text-align: left;
}

.custom_top_author {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.author_imag img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}

.name_author_out {
    display: flex;
    align-items: center;
}

.name_author_out span.lbl {
    margin-right: 5px;
}

.name_author_out h4,
.name_author_out p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.modifyDetails {
    background: transparent;
    border-radius: 10px;
    padding: 0;
    margin-bottom: 20px;
}

.custom_top_author {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 0;
}

.author_imag {
    line-height: 0;
}

.author_imag img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}

.name_author_out {
    display: flex;
    align-items: center;
}

.name_author_out span.lbl {
    margin-right: 5px;
    font-weight: 700;
    color: var(--surface-dark);
}

.custom_author_info {
    color: var(--surface-dark);
}

.name_author_out a {
    color: inherit;
    text-decoration: none;
}

.name_author_out a:hover {
    text-decoration: underline;
}

.name_author_out a p {
    font-size: 16px;
}

.name_author_out h4,
.name_author_out p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.author-box-wrapper {
    width: 100%;
}

.profile-tab-content {
    padding: 30px 0;
}

.profile-header-container {
    display: flex;
    align-items: center;
    gap: 30px;
}

.profile-header-container .header-name-container h2 {
    margin: 0;
    font-weight: 700;
    border: 0;
    padding: 0;
}

.profile-fields-group.profile-fields-group-1 {
    border: 1px solid #abb8c3;
    margin: 1.5rem 0 0;
    padding: 15px 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background: var(--surface-color);
    border-radius: 8px;
}

.profile-fields-group.profile-fields-group-1 h3 {
    margin-top: 0;
    margin-bottom: 8px;
    font-weight: 700;
}

.author-f-name {
    display: flex;
    gap: 10px;
    font-size: 20px;
    margin-bottom: 5px;
}

.author-description-name {
    margin-top: 20px;
    font-size: 20px;
    word-break: break-word;
}

.profile-fields-table .label {
    font-weight: 700;
    color: var(--text-color);
}

.author-description-name .label {
    margin-bottom: 0.25rem;
}

.author-description-name .data p {
    margin-bottom: 0;
}

body #site-navigation-wrap .dropdown-menu>li>a,
body #footer-bottom #copyright
{
    font-size: 16px;
}
body .dropdown-menu ul li a.menu-link, #site-header.full_screen-header .fs-dropdown-menu ul.sub-menu li a {
    font-size: 14px
}
#mobile-dropdown ul li>button.menu-link.dropdown-toggle {
    padding: 12px 16px;
}
#mobile-dropdown ul li a {
    padding:12px 20px;
}

/* media query */
@media (min-width: 992px) {

    nav#site-navigation ul.main-menu>li:last-child>.sub-menu {
        right: 0;
        left: auto;
    }
}

@media (max-width:991.98px) {
    #main #content-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
}
    .content-part-area-mercurewetherby h2,
    .profile-header-container .header-name-container h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .profile-header-container {
        gap: 18px;
    }

    .profile-header-container .header-avatar-container {
        flex: 0 0 auto;
        max-width: 64px;
        line-height: 1;
    }
    body .su-button span {
        line-height: 40px !important;
        font-size: 16px !important;
    }
}