/*
Theme Name: FitWave Nutrition
Description: OceanWP child theme
Version: 1.0.1
Author: FitWave Nutrition
Author URI: https://fitwavenutrition.com/
Template: oceanwp
Text Domain: fitwave
*/

/* Header */
@media only screen and (max-width: 767px) {
    #top-bar #top-bar-social {
        margin-top: 15px;
    }
}

#top-bar #top-bar-content {
    font-size: 14px;
    line-height: 24px;
}

#top-bar #top-bar-social li {
    margin: 0 10px;
}

#top-bar #top-bar-social a {
    font-size: 24px;
}

#top-bar #top-bar-social .fab {
    margin-top: -1px;
}

/* Desktop menu */
#site-navigation .sf-menu .sub-menu {
    top: 50%;
    transform: translateY(1.75em);
}

/* Mobile menu */
#mobile-dropdown .current-menu-parent > a,
#mobile-dropdown .current-menu-item > a {
    color: #33abff;
}

/* Main content */
@media only screen and (max-width: 959px) {
    .content-full-screen .elementor>.elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 90%;
    }
}

/* Titles */
.elementor-widget-heading h2 {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #000;
}

/* Buttons */
.elementor-widget-button .elementor-button {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background-color: #33abff;
}

.elementor-widget-button .elementor-button:hover {
    background-color: #0611ca;
}

.elementor-widget-button.dark .elementor-button {
    background-color: #0611ca;
}

.elementor-widget-button.dark .elementor-button:hover {
    background-color: #33abff;
}

.elementor-widget-button .elementor-button.elementor-size-sm {
    font-size: 14px;
    border-radius: 2px;
    padding: 20px 35px;
}

/* Icon boxes */
@media only screen and (min-width: 768px) {
    .elementor .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
        margin-right: 24px;
    }
}

.elementor .elementor-widget-icon-box .elementor-icon {
    font-size: 32px;
    padding: 0.8em;
    color: #33abff;
    background-color: #f3f3f3;
}

.elementor .elementor-widget-icon-box .elementor-icon:hover {
    color: #fff;
    background-color: #0611ca;
}

/* Tables */
.elementor-widget-eael-data-table table thead tr th,
.elementor-widget-eael-data-table table tbody tr td {
    font-family: inherit;
}

.elementor-widget-eael-data-table table thead tr th:last-child {
    width: 35%;
}

@media only screen and (min-width: 768px) {
    .elementor-widget-eael-data-table table thead tr th:last-child {
        width: 25%;
    }
}

.elementor-widget-eael-data-table table tbody tr td:first-child .td-content {
    justify-content: start;
}

.elementor-widget-eael-data-table table tbody tr td:last-child .td-content {
    text-align: center;
}

/* Contact form */
@media only screen and (max-width: 767px) {
    .elementor-widget-shortcode .wpforms-form {
        text-align: center;
    }
}

.elementor-widget-shortcode .wpforms-submit,
.elementor-widget-shortcode .wpforms-submit:hover,
.elementor-widget-shortcode .wpforms-submit:focus,
.elementor-widget-shortcode .wpforms-submit:active {
    border: none !important;
}

.elementor-widget-shortcode .wpforms-container-full {
    margin-top: 0;
}

.elementor-widget-shortcode .wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    height: 150px;
}

/* Blog */
#blog-entries {
    max-width: 1140px;
    margin: 30px auto 0 auto;
    padding: 10px;
}

#blog-entries .blog-entry.large-entry {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

#blog-entries .blog-entry.large-entry:after {
    content: '';
    visibility: visible;
    width: 60%;
    margin: 45px auto;
    border-top: 2px solid #f3f3f3;
}

#blog-entries .blog-entry-summary a {
    text-decoration: underline;
}

.oceanwp-pagination ul.page-numbers li {
    margin-bottom: 10px;
}

.oceanwp-pagination .page-numbers.current {
    color: #fff;
}

/* Footer */
.site-footer {
    margin-top: 30px;
}

@media only screen and (max-width: 767px) {
    #footer-widgets .widget-oceanwp-social {
        text-align: center;
    }
}

#footer-widgets .footer-box.col-2 {
    text-align: right;
}

#footer-widgets .oceanwp-social-icons li {
    margin: 0;
}

#footer-widgets .oceanwp-social-icons li:not(:last-child) {
    margin-right: 15px;
}

#footer-widgets .oceanwp-social-icons a {
    line-height: 55px !important;
}

#footer-widgets .oceanwp-social-icons .fab {
    margin-left: 2px;
}

/* Recaptcha */
.grecaptcha-badge {
    display: none !important;
}

.elementor-element .wpforms-container .wpforms-form .wpforms-recaptcha-container {
    padding: 0;
}

/* Links */
a:focus {
    outline: none !important;
}

.elementor .elementor-widget-text-editor a {
    text-decoration: underline;
}