/*!
Theme Name: MarathonClub
Theme URI: https://www.marathonclub.gr
Author: Fiftyeggz
Author URI: https://www.fiftyeggz.gr
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: marathonclub
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

MarathonClub is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.screen-reader-text {
    display: none;
}

body {
    overflow-x: hidden;
}

.cy_banner_wrapper a {
    color: #fff;
}

.cy_post_img img {
    max-height: 100%;
    max-width: none;
    width: auto;
}

.cy_team_wrapper {
    background: #ececec;
}

.btn-container {
    margin: 40px auto;
    text-align: center;
}

.cy_count_box img {
    width: 100%;
    height: auto;
}

.cy_blog_img img {
    max-width: 100%;
    height: auto;
}

.custom-logo-link {
    position: absolute;
    display: flex;
    height: 100%;
    align-items: center;
    z-index: 99;
}

.custom-logo-link img {
    max-width: 86%;
    height: auto;
}


.search-form button {
    background: transparent;
    border: none;
}

.layout-2 .col-lg-5 {
    order: 1;
}

.cy_club_img img {
    max-width: 200px;
    height: auto;
}

.posts-navigation {
    width: 100%;
}

.nav-links {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}

.cy_archive_page .col-lg-3 {
    margin-bottom: 30px;
}

.cy_con_box img {
    width: 100%;
    height: auto;
}

.gform_wrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.gform_wrapper li {
    margin-bottom: 30px;
}

.gform_wrapper label {
    display: none;
}

.search-entry {
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.record {
    margin-right: 20px;
    font-weight: bold;
}

.record img {
    margin-right: 10px;
    max-height: 32px;
    width: auto;
}

.cy_team_text ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: wrap;
}

.cy_team_text .record img {
    max-height: 16px;
    margin-right: 5px;
    max-width: 28px;
    height: auto;
    width: auto;
}

.cy_team_text .record {
    margin-right: 10px;
    font-weight: normal;
    font-size: 12px;
    color: #fff;
}

ul.cy_blog_info {
    margin-bottom: 20px;
}

.widget_recent_entries img {
    max-width: 90px;
    height: auto;
}

.footer-widget .widget-title {
    color: #fff;
}

.tp-parallax-wrap {
    left: 20px;
!important;
}

.widget.widget_recent_entries.members ul li {
    margin-bottom: 0;
    padding: 10px;
}

.widget.widget_recent_entries.members ul li h4 {
    line-height: 1em;
    font-size: 13px;
}

.widget.widget_recent_entries.members ul li h4 span {
    text-transform: uppercase;
}

.widget.widget_recent_entries.members ul li h4 span.record {
    font-weight: normal;
}

.widget.widget_recent_entries ul li .recent_cmnt_data {
    width: 100%;
}

.widget.widget_recent_entries ul li .recent_cmnt_data.active h4 a {
    color: #7251a1;
    font-size: 13px;
}

.sidebar .widget {
    background: transparent;
}

.sidebar .widget li:nth-child(odd) {
    background: #eee;
}

@media all and ( max-width: 1023px ) {
    .tp-caption {
        white-space: normal !important;
    }
}