/*
Theme Name: Physiomotive
Theme URI: https://physiomotive.gr
Author: RoundFloor
Author URI: https://roundfloor.gr/
Description: Custom theme for physiomotive.gr website.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: vigour
Text Domain: vigour-child
*/

/*
 * Add your custom styles below. The parent theme's styles are loaded automatically by default.
 * If you need to change this, see functions.php
 */

body {
    background-image: url(//physiomotive.gr/wp-content/themes/physiomotive/./includes/img/main-pattern.png);
}

/* Elements
   ========================================================================== */

/*** Site Logo ***/
.site-logo a:focus {
    outline: none;
}
@media (max-width: 359px) {
    .header-nav-split .site-branding {
        max-width: 54%;
    }
}

/*** WPML Language Switcher (Mobile) ***/
.rf-lang-switcher {
    margin-left: 15px;
    display: inline-block;
}
.rf-lang-switcher .wpml-ls-legacy-list-horizontal {
    padding: 0;
    border: none;
}
.rf-lang-switcher .wpml-ls-legacy-list-horizontal a {
    padding: 0;
    margin: 0;
}
.rf-lang-switcher .wpml-ls-legacy-list-horizontal a span {
    vertical-align: baseline;
}
#mobilemenu .wpml-ls-item {
    display: none;
}
@media (min-width: 992px) {
    .rf-lang-switcher {
        display: none;
    }
}

/*** Slider ***/
.page-hero-actions .btn {
    background: transparent;
    border-color: #b57fbc;
}

/*** Page Hero ***/
.page-hero .page-hero-subtitle {
    font-weight: 700;
    letter-spacing: -0.32px;
}

/*** RF Links Gallery (Vendors Logos) ***/
.rf-links-gallery-with-text-title {
    font-size: 20px;
    text-align: center;
}
.rf-links-gallery-with-text-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -30px;
    margin-left: -30px;
}
.rf-block-links-gallery-with-text {
    margin: 0 0 90px;
}
.rf-links-gallery-with-text-item {
    position: relative;
    width: 100%;
    max-width: 180px;
    min-height: 1px;
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
}
.rf-links-gallery-with-text-item__img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: filter .18s ease;
}
.rf-links-gallery-with-text-item__img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

/*** RF Home About ***/
.rf-home-about h1 {
    font-size: 36px;
    line-height: 1.33;
    letter-spacing: -0.72px;
}

/*** RF Benefits ***/
.rf-benefit {
    position: relative;
    text-align: center;
    padding: 60px 30px;
}
.rf-benefit__number {
    position: absolute;
    color: rgba(181, 127, 188, 0.15);
    font-size: 120px;
    font-weight: 600;
    line-height: 1;
    top: 39%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}
.rf-benefit h3 {
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.25;
    margin: 0;
}

/*** RF Grid Items ***/
.rf-grid-items .wp-block-image {
    margin-bottom: 30px;
    transition: opacity 0.18s ease;
}
.rf-grid-items .wp-block-image:hover {
    opacity: 0.65;
}
.rf-grid-items h3 {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
    color: #2f2f2f;
    text-align: center;
    margin-bottom: 45px;
}
.rf-grid-items h3 > a {
    color: #2f2f2f;
    text-decoration: none;
}
.rf-grid-items h3 > a:hover {
    color: #b57fbc;
}

/*** RF Cover ***/
.rf-gtb-cover .wp-block-cover__inner-container {
    padding: 30px 0;
}
.rf-gtb-cover__text {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}
.rf-gtb-cover__btn,
.rf-gtb-cover__btn .wp-block-button {
    margin: 0;
}
.rf-gtb-cover__btn .wp-block-button .wp-block-button__link {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 42px;
    background: transparent!important;
    border: 3px solid #b57fbc;
    border-radius: 50px;
}
.rf-gtb-cover__btn .wp-block-button .wp-block-button__link:hover {
    background: #b57fbc!important;
}
@media (max-width: 467px) {
    .rf-gtb-cover .wp-block-cover__inner-container {
        width: calc(100% - 60px);
    }
    .rf-gtb-cover__title {
        font-size: 24px;
        line-height: 1.25;
    }    
}

/*** RF Team ***/
.rf-team h3 {
    margin: 0;
}

/*** RF Team Member ***/
.rf-team-member h1 {
    display: block;
    font-size: 30px;
    line-height: normal;
    color: #2f2f2f;
    margin: 0 0 5px;
}

/*** RF Home Featured Testimonial ***/
.rf-home-featured-testimonial h2 {
    font-size: 96px;
    line-height: 0.1; 
}

/*** RF Contact ***/
.site-content-wrap .rf-contact h2 {
    font-family: Comfortaa;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.25;
    text-transform: none;
    letter-spacing: -0.48px;
}

/*** Blog ***/
.entry-section {
    border-color: #d0c7a9;
}
.ci-item-entry-thumb {
    transition: opacity 0.18s ease;
}
.ci-item-entry-thumb:hover {
    opacity: 0.65;
}
.navigation a,
.navigation .page-numbers,
.woocommerce-pagination a,
.woocommerce-pagination .page-numbers {
    border-color: #d0c7a9;
}

/*** Sidebar Widgets ***/
.menu-services-container,
.menu-services-en-container,
.widget .ci-box-callout {
    background-color: #fcfcfc;
}
.sidebar .widget_nav_menu li a:hover,
.sidebar .widget_ci-page-children-menu li a:hover {
    background-color: #ededed;
}
.sidebar .widget_nav_menu li.current-menu-item > a,
.sidebar .widget_nav_menu li.current_page_item > a,
.sidebar .widget_ci-page-children-menu li.current-menu-item > a,
.sidebar .widget_ci-page-children-menu li.current_page_item > a {
    background-color: #5c1a70;
}
.widget .ci-box-callout .btn,
.widget .ci-box-callout .btn:hover,
.sidebar .widget .social-icon,
.sidebar .widget .social-icon:hover {
    color: #fff;
}
.menu-services-container #menu-services,
.menu-services-en-container #menu-services-en {
    border: 1px solid #d0c7a9;
}
.widget_nav_menu .menu-services-container li:last-child a,
.widget_nav_menu .menu-services-en-container li:last-child a {
    border-bottom: none;
}
.widget_ci-latest-post-type .ci-widget-item {
    background-color: #fcfcfc;
    margin: 0;
    padding: 20px 30px 15px 20px;
    border-width: 1px 1px 0 1px;
    border-color: #d0c7a9;
    border-style: solid;
}
.widget_ci-latest-post-type .ci-widget-item:first-of-type {
    border-top-width: 1px;
}
.widget_ci-latest-post-type .ci-widget-item:last-of-type {
    border-bottom-width: 1px;
}
@media (max-width: 991px) {
    .sidebar .widget_ci-callout {
        display: none;
    }
}

/*** Social Icons ***/
.list-social-icons a:hover {
    color: #fff;
    background-color: rgba(181, 127, 188, 0.65);
}

/*** Footer Callout ***/
.rf-footer-callout-btn a {
    font-size: 16px;
    font-weight: 600;
    padding: 12px 42px;
    background: transparent!important;
    border: 3px solid #b57fbc;
}
.rf-footer-callout-btn a:hover {
    background: #b57fbc!important;
}
/* Fix Footer Callout (after Vigour 1.2.1 to 1.4.4 & GutenBee 2.4.0 to 2.10.5) */
.theme-grid > .wp-block-gutenbee-container-inner,
.vigour-grid > .wp-block-gutenbee-container-inner {
    position: relative;
}
.rf-footer-callout .wp-block-gutenbee-container-row {
    display: flex;
    align-items: center;
    height:100%;
    justify-content: center;
    background: #5c1a70;
    flex-wrap: wrap;
}
@media (min-width: 992px) {
    .rf-footer-callout .wp-block-button {
        text-align: right;
    }
}

/*** Footer ***/
.footer .widget-button-list .ci-item-btn {
    background-color: transparent;
    color: #fff;
    border-color: #b57fbc;
}
.footer .widget-button-list .ci-item-btn:hover {
    color: #fff;
    background-color: #b57fbc;
}
#ci-buttons-4 .widget-button-list,
#custom_html-2 .widget-button-list {
    margin-top: 28px;
}
.footer .widget_ci-socials .list-social-icons a,
.footer .widget_ci-socials .list-social-icons a:hover {
    color: #fff;
}
.footer-widgets #text-3 {
    margin-bottom: 30px;
}
#ci-tabular-data-1 .ci-tabular-data-widget-intro,
#ci-tabular-data-2 .ci-tabular-data-widget-intro {
    margin-bottom: 0px;
}
.footer-content-slot {
    margin: 0;
}
.footer-content-slot-item {
    margin: 0;
}
.rf-footer-copyright-icon {
    color: #9f2ec2;
}

/*** Fix Mobile Menu Items ***/
.mm-subopened + .mm-opened .mm-listview .mm-listview {
    display:none;
}

/*** Cookie Notice for GDPR & CCPA ***/
#cookie-notice .cookie-notice-container {
    padding: 45px 30px;
}
#cookie-notice .cn-privacy-policy-link {
    color: #b57fbc;
    text-decoration: underline;
}
#cookie-notice .cn-privacy-policy-link:hover {
    color: rgba(181, 127, 188, 0.65);
}
#cn-accept-cookie {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: .25px;
    background-color: #20c19e;
    padding: 12px 42px;
    border-radius: 50px;
}
#cn-accept-cookie:hover {
    text-decoration: none;
    box-shadow: inset 0 0 0 99999px rgb(0,0,0,0.05);
}
@media (max-width: 900px) {
    #cookie-notice #cn-accept-cookie {
        display: inline-block;
        margin-top: 5px;
    }
}

/*** ConsentMagic ***/
.cs_preview_container .row {
    margin-left: 0;
	margin-right: 0;
}
.cs_preview_container .col,
.cs_preview_container .col-12 {
    padding-right: 0;
    padding-left: 0;
}
.cs_preview_container,
.cs_preview_container > div > div {
	font-family: inherit!important;
}
.cs_preview_container>div>div h1,
.cs_preview_container>div>div h2,
.cs_preview_container>div>div h3,
.cs_preview_container>div>div h4,
.cs_preview_container>div>div h5,
.cs_preview_container>div>div h6 {
	font-family: 'Comfortaa', sans-serif;
}
.cs_preview_container>div>div .bar_description_text,
.cs_preview_container > div > div .cs-modal .cs-modal-dialog {
	line-height: 1.75;
}


/* Typography
   ========================================================================== */

@media (max-width: 1299px) and (min-width: 992px) {
    .rf-home-about h1 {
        font-size: 30px;
    }
    .rf-home-about #block-ba1105-e1 .wp-block-gutenbee-column-content {
        padding: 50px 45px 15px;
        margin: 0;
    }
}
@media (max-width: 991px) {
    .page-hero .page-hero-content .page-hero-subtitle {
        font-size: 36px;
    }
}
@media (max-width: 767px) {
    .page-hero .page-hero-content .page-hero-subtitle {
        font-size: 32px;
    }
    .rf-home-about h1 {
        font-size: 30px;
    }
    .site-content-wrap .entry-item .entry-title,
    .single .site-content-wrap  article .entry-title {
        font-size: 26px;
    }
    .footer-content-slot-end {
        margin-top: 10px;
    }
}
@media (max-width: 575px) {
    .page-hero .page-hero-content .page-hero-subtitle {
        font-size: 26px;
    }
    .rf-home-about h1 {
        font-size: 26px;
    }
    .site-content-wrap h2 {
        font-size: 32px;
    }
}
@media (max-width: 467px) {
    .rf-home-about #block-ba1105-e1 .wp-block-gutenbee-column-content,
    .rf-home-featured-testimonial #block-b8edb3-b3 .wp-block-gutenbee-column-content {
        padding: 65px 15px 30px;
        margin: 0;
    }
    .ci-item-testimonial {
        font-size: 16px;
    }
}
@media (max-width: 359px) {
    .rf-home-about h1 {
        font-size: 22px;
    }
}





