/**
Theme Name: Astra Child Theme
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child-theme
Template: astra
*/




/* CREST CSS */
.main-header-bar-wrap .main-header-bar .ast-flex.main-header-container .ast-main-header-bar-alignment .main-header-bar-navigation.left {
    flex: auto;
}

.main-header-bar-wrap .main-header-bar .ast-flex.main-header-container .ast-main-header-bar-alignment .main-header-bar-navigation.right {
    flex: 1 1 auto;
}
.ast-site-header-cart .cart-container {
    color: #ffffff;
    transition: all 0.4s ease;
}

.ast-site-header-cart .cart-container:hover {
    color: #ef0000;
}

.ast-site-header-cart i.astra-icon, .ast-site-header-cart .ast-woo-header-cart-info-wrap {
	color: white;
}

.ast-site-header-cart i.astra-icon:after {
    background: #ef0000;
    color: #ffffff;
}

.site-footer .footer-adv .footer-adv-widget h2.widget-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 10px;
}

.site-footer .footer-adv .footer-adv-widget:first-child ul li {
    display: flex;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
}

.site-footer .footer-adv .footer-adv-widget:first-child ul li a {
    order: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 100px;
    letter-spacing: 0.02em;
}

.site-footer .footer-adv .footer-adv-widget:first-child ul li span.post-date {
    margin-right: 4px;
    color: #a4a4a4;
}

.site-footer .footer-adv .footer-adv-widget ul li a {
    font-size: 15px;
    font-weight: 100px;
    letter-spacing: 0.02em;
}


.site-footer .footer-adv .footer-adv-widget .custom-html-widget{
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.02em;
}

.site-footer .footer-adv .footer-adv-widget:last-child .widget_media_image {
    text-align: left;
}

.site-footer .ast-small-footer .ast-small-footer-section {
    font-size: 15px;
    letter-spacing: 0.02em;
    font-family: "Open Sans", Helvetica, sans-serif;
}

.site-footer .footer-adv .footer-adv-widget .astra-widget-social-profiles:first-of-type {
    display: none;
}

.site-footer .footer-adv .footer-adv-widget:last-child .widget_media_image img {
    max-width: 200px !important;
}

.ast-site-header-cart-data {
    display: none !important;
}

form .wpforms-submit-container {
    text-align: right;
}

form .wpforms-submit-container button.wpforms-submit.home-submit {
    font-family: "PT Sans Bold", Verdana, Arial, sans-serif;
    font-weight: 400;
    font-size: 20px !important;
    border: 2px solid #ef0000 !important;
    color: #ffffff !important;
    background-color: #ef0000 !important;
    border-radius: 4px !important;
    padding: 10px 50px !important;
}

form .wpforms-submit-container button.wpforms-submit.home-submit:hover {
    background-color: #ffffff !important;
    color: #ef0000 !important;
    border: 2px solid #ef0000 !important;
}

.top-line h2 span.fl-heading-text,.line-bottom h2 span.fl-heading-text{
    position: relative;
}

.top-line h2 span.fl-heading-text:after {
    content: "";
    position: absolute;
    bottom: 15px;
    width: 100px;
    background-image: url(/wp-content/uploads/2020/04/top-line.png);
    height: 60px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: -60px;
    transform: translateX(-50%);
    visibility: visible;
    opacity: 1;
}

.line-bottom h2 span.fl-heading-text:after {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 100px;
    background-image: url(/wp-content/uploads/2020/04/line-bottom.png);
    height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: -50px;
    transform: translateX(-50%);
    visibility: visible;
    opacity: 1;
}

.fl-col.home-square-box .fl-rich-text {
	position: relative;
	z-index: 1000;
}

.fl-col.home-square-box {
    padding: 0 10px;
    position: relative;
}

.fl-col.home-square-box .fl-module.fl-module-image-icon {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.fl-col.home-square-box .fl-module.button_align_bottom{
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.fl-col.home-square-box .fl-module.fl-module-button {
    z-index: 999;
}

.date-block .date-title {
    background: #000;
    padding: 20px;
    position: relative;
    margin-bottom: 5px;
}

.date-block .date-title img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.fixtures_fullwidth .date-block .date-title img {
	display: none;
}

.date-block .date-title span {
    z-index: 99999;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    position: absolute;
    margin-top: 0;
    display: block;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.date-block .fixture-list {
    padding: 15px 20px;
    position: relative;
    border-bottom: 4px solid #fafafa;
}

.date-block .fixture-time {
    display: inline-block;
    float: left;
    margin-right: 15px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 900;
    color: #6d4f4f;
    width: 20%;
}

.date-block .fixture-list:last-child {
    margin-bottom: 20px;
}

.date-block:last-child .fixture-list:last-child {
    margin-bottom: 0;
}

.date-block:nth-child(2n) img {
    z-index: -1;
}

.inner-header-image {
    position: relative;
}

.inner-header-image .fl-row-content{
    position: absolute;
    right: 0;
    bottom: -40px;
}

/*Homepage news section*/

.custom-post-grid .custom-post-meta {
    display: flex;
    justify-content: space-between;
    background-color: #ef0000;
    color: #fff;
    padding: 8px 10px !important;
}

.custom-post-grid .fl-post-grid-post {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border:none;
}

.custom-post-grid .custom-post-term {
    font-weight: 700;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.custom-post-grid .custom-post-date {
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.custom-post-grid h2.custom-post-title {
    font-size: 22px;
    font-weight: 600;
    font-family: "PT Sans", sans-serif;
    margin-bottom: 10px;
    color: #4a4a4a;
}

.custom-post-grid h2.custom-post-title a {
    color:#565151;
}

.custom-post-grid .custom-post-text {
    padding: 10px 0px;
}

.custom-post-grid .custom-post-excerpt {
 
}

.custom-post-grid .custom-post-image.Events,
.custom-post-grid .custom-post-image.News{
    position:relative;
}

.custom-post-grid .custom-post-image.Events:after {
    content: "";
    position: absolute;
    bottom: 10px;
    width: 150px;
    background-image: url(/wp-content/uploads/2020/04/event-block.png);
    height: 100px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: -80px;
    transform: translateX(-50%);
    visibility: visible;
    opacity: 1;
}

.custom-post-grid .custom-post-image.News:after {
    content: "";
    position: absolute;
    top: 10px;
    width: 150px;
    background-image: url(/wp-content/uploads/2020/04/news-block.png);
    height: 110px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 50px;
    transform: translateX(-50%);
    visibility: visible;
    opacity: 1;
}

/*Team Page*/
 #bottom-boxes .fl-row-content-wrap .team-square-box h2 {
    line-height: 100%;
}
.fl-col.team-square-box {
    position: relative;
}

.fl-col.team-square-box .fl-col-content {
    border-radius:20px;
}

.fl-col.team-square-box .team-square-texture {
    position: absolute;
    bottom: -20px;
    right: -10px;
}

.fl-col.team-square-box .team-square-button{
    z-index:999;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.fl-row.fl-row-fixed-width.fl-row-bg-none.content {
    display: none;
}

.fl-row.fl-row-fixed-width.fl-row-bg-none.content[data-id="1"] {
    display: block;
}

.fl-col.custom-col {
    padding: 0;
}

.fl-col.custom-coach-col {
	width: 100%;
}

.fl-col.custom-coach-col .content-image {
	float: right;
}

.coach-bottom-section .content-text {
	width: 75%; 
	float: left;
}

.coach-bottom-section .content-image {
	width: 25%; 
	float: right;
}


.fl-col.fl-col-small.custom-col.custom-col-small {
    width: 33.33%;
    padding: 0 10px;
}

.teams-about-right {
    width: 66.66%;
    padding: 0 10px;
}


.custom-post-grid .fl-post-column {
    width: 100%;
    padding: 0;
    float:left;
}

.custom-post-grid .fl-post-column:first-child {
    padding-left: 0px;
}

.custom-post-grid .fl-post-column:last-child {
    padding-right: 0;
}

.block-title {
    background: #000;
    padding: 10px;
    position: relative;
    margin-bottom: 5px;
}

.news-post {
    margin: 0 -15px;
}

.league-text {
    padding: 0 15px;
}

.block-title span {
    z-index: 99999;
    color: #fff;
    font-weight: 600;
    font-size: 21px;
    /* position: absolute; */
    margin-top: 0;
    display: block;
    /* left: 20px; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
}

.post-list {
    padding: 10px;
    position: relative;
    border-bottom: 4px solid #fafafa;
    overflow: hidden;
}

.post-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.date-block .post-list:last-child {
    margin-bottom: 0;
}

.post-date {
    display: inline-block;
    float: left;
    margin-right: 15px;
    /* text-transform: uppercase; */
    font-size: 15px;
    font-weight: 900;
    color: #6d4f4f;
    /* width: 20%; */
}

.slider.initialize.slick-initialized.slick-slider:before,
.slider.prev.slick-initialized.slick-slider:before,
.slider.next.slick-initialized.slick-slider:after {
    display: none;
}

.slider.slick-initialized.slick-slider:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background: url(/wp-content/uploads/2020/05/left-fade-in.png) no-repeat 0 0;
    background-size: cover;
    width: 15%;
    z-index: 9;
}

.slider.slick-initialized.slick-slider:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background: url(/wp-content/uploads/2020/05/right-fade-in.png) no-repeat 0 0;
    background-size: cover;
    width: 15%;
}

.custom-team-layout .slick-slider .slick-list {
    /* margin-left: -30px; */
}

.custom-team-layout h2.section-title {
    /*font-family: "PT Sans";*/
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.custom-team-layout .slick-slider .slick-slide {
    margin: 0 0 0 40px;
    cursor: pointer;
}

.custom-team-layout .slick-slider .slick-slide .slider-wrapper {
    position: relative;
    display: block !important;
    transition: all 0.5s ease;
}

.custom-team-layout .slick-slider .slick-slide .slider-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.25);
    border-radius: 15px;
}

.custom-team-layout .slick-slider .slick-slide .slider-wrapper img {
    border-radius: 15px;
}

.custom-team-layout .slick-slider .slick-slide .slider-wrapper:hover .border,
.custom-team-layout .slick-slider .slick-slide.slick-current.slick-active .slider-wrapper .border {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*transition: all 0.6s ease;*/
    width: 94%;
    height: 90%;
    border: 10px solid #fff;
    border-radius: 15px;
}

.custom-team-layout .slick-slider .slick-slide .slider-wrapper figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding: 0 10px;
    text-transform: uppercase;
}

.custom-team-layout .slick-slider .slick-next:before,
.custom-team-layout .slick-slider .slick-prev:before {
    content: '';
    display: none;
}

.custom-team-layout .slick-slider .slick-prev {
    background-image: url(/wp-content/uploads/2020/05/left-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 50px;
    height: 100%;
    z-index: 9;
    left: 0%;
}

.custom-team-layout .slick-slider .slick-next {
    background-image: url(/wp-content/uploads/2020/05/right-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 50px;
    height: 100%;
    z-index: 9;
    right: 0;
}

.slick-disabled {
  display: none !important; 
  pointer-events:none;
}

.slider-data-content {
    margin: 30px 0 0;
}

.slider-data-content .fl-row-content-wrap {
    padding: 0;
}

.slider-data-content .fl-row-content-wrap .w-100 {
    width: 100%;
    background-color: #e20000;
    margin-bottom: 30px;
}

.slider-data-content .fl-row-content-wrap .w-100 h1 {
    margin: 0;
    padding: 20px 15px;
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.slider-data-content .fl-row-content-wrap .fixtures .custom-col-small h2 {
    margin-bottom: 40px !important;
}

.slider-data-content .fl-row-content-wrap .fixtures .custom-col-small h2 span.fl-heading-text:after {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 100px;
    background-image: url(/wp-content/uploads/2020/05/fixture-title-new.png);
    height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: -50px;
    transform: translateX(-50%);
    visibility: visible;
    opacity: 1;
}

.slider-data-content .fl-row-content-wrap .fixtures .custom-col .top-line {
    padding: 0 15px;
}

.slider-data-content .fl-row-content-wrap .fixtures .custom-col .fl-rich-text {
    display:flex;
    flex-flow: row wrap;
}

.slider-data-content .fl-row-content-wrap .fixtures .custom-col .fl-rich-text .content-text,
.slider-data-content .fl-row-content-wrap .fixtures .custom-col .fl-rich-text .content-image {
    flex: 1 1 50%;
    padding: 0 15px;
}

/*.mb-0 {*/
/*    margin: 40px 0;*/
/*}*/

.slider-data-content .fl-row-content-wrap h2 span,
.slider-data-content .fl-row-content-wrap .news-and-event h2 {
    font-size: 23px;
    font-weight: bold;
    /* width: 100%; */
    /* display: block; */
}

.slider-data-content .fl-row-content-wrap .news-and-event {
    margin-top: 30px;
}

/* News and Event Section */

#news_event .fl-post-column {
    padding-bottom: 15px !important;
}

#news_event .news_events {
    display: flex;
    flex-flow: column;
}

#news_event .news_events .custom-post-image {
    position: relative;
}

.news_events .custom-post-image img {
    /*max-width: 400px;*/
    width: 100%;
}

/*Coach page*/

.coach-bottom-section .coach-bottom-button a.fl-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* Contact Page */
.contact_page_form label {
	display: none;
}

/* Custom post layout */
.custom_post_layout {
	
}

.main-navigation .sub-menu, .main-navigation .sub-menu li {
	background-color: #E20000;
	color: white;
}
.main-navigation .sub-menu li a, .main-navigation .sub-menu li a:visited {
	color: white;
}

.fl-builder-pagination ul li a {
	background-color: #E20000;
	border: 2px solid #E20000 !important;
	border-radius: 5px;
	color: white;
	padding: 5px 15px !important;
}

.fl-builder-pagination ul li a:hover {
	color: #E20000;
}

.fl-builder-pagination ul li span.current {
	color: #E20000;
	border: 2px solid #E20000;
	background-color: white;
	border-radius: 5px;
	padding: 5px 15px;
}

.ast-desktop .main-header-menu.submenu-with-border .sub-menu {
	border-color: #E20000;
}

.homepage_textarea textarea {
	height: 270px !important;
}

#comments {
	display: none !important;
}

.filter_container  .fl-col-content { 
	width: calc(100% - 40px); 
	float: left; 
}

.filter_title,.filter_menu { width: 50%; float: left; }

.filter_menu ul {
	float: right !important;
}

.main-header-bar {
	background-color: #E20000 !important;
}

.teams_preview_large, .teams_preview_small {
	min-height: 350px;
	background-size: cover !important;
	width: 100%;
	line-height: 350px;
	font-size: 36px;
	font-weight: bold;
	color: white;
	text-align: center;
	border-radius: 15px;
	position: relative !important;
	display: block;
	margin-top: 30px;
}

.teams_preview_large span, .teams_preview_small span {
	position: relative;
	z-index: 100;
}

.teams_preview_small {
	height: 160px;
	line-height: 160px;
	min-height: 160px;
}

.teams_preview_large:after, .teams_preview_small:after {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.25);
    border-radius: 15px;
}
.teams_preview_large#text {
	z-index: 100;
}

.no_fixtures_message {
	border: 5px solid #E20000;
	width: 100%;
	padding: 60px;
	line-height: 40px;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	border-radius: 15px;
}

#wpforms-1351 {
	width: 100%;
	float: left;
}

#wpforms-form-1351 .wpforms-field-container {
	width: 60%;
	float: left;
}

#wpforms-form-1351 .wpforms-submit-container {
	width: 30%;
	float: right;
	clear: none;
}

#wpforms-form-1351 .wpforms-field-container input {
	max-width: 100% !important;
}

#wpforms-form-1351 .wpforms-submit-container button {
	background-color:  #E20000;
	color: white;
	border: 0px;
}

.woocommerce a.button, .woocommerce button.button, .woocommerce .woocommerce-message a.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce input.button, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled], .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover, .woocommerce #respond input#submit, .woocommerce button.button.alt.disabled, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link, .wc-block-grid__product-onsale {
	color: white !important;
}

.main-header-bar {
	padding-bottom: 45px !important;
}

@media only screen and (max-width: 1300px) {
	.site-logo-img img {
		width: 300px;
	}
	.main-header-menu a {
		font-size: 16px;
		padding: 0px 10px;
	}
	
.main-header-bar {
	padding-bottom: 25px !important;
}
}

@media only screen and (min-width: 992px) {
	.home .no_fixtures_message {
		height: 807px;
	}
}

/* MEDIA QUERIES */
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    .main-header-bar-wrap .main-header-bar .ast-flex.main-header-container .ast-main-header-bar-alignment .main-header-bar-navigation .main-navigation ul li a {
        font-size: 18px;
        padding: 0 18px;
    }
    .main-header-bar-wrap .main-header-bar .ast-flex.main-header-container .ast-main-header-bar-alignment .site-logo-img img {
        max-width: 330px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    
    .fl-col.home-square-box h2{
        font-size: 24px;
    }
    .date-block .date-title {
        padding: 17px;
    }
    .slider.slick-initialized.slick-slider:before {
        left: -5px;
    }
    .slider.slick-initialized.slick-slider:after {
        right: -5px;
    }

}

@media only screen and (min-width: 921px) and (max-width: 1024px) {
    .main-header-bar-wrap .main-header-bar .ast-flex.main-header-container .ast-main-header-bar-alignment .main-header-bar-navigation .main-navigation ul li a {
        font-size: 16px;
        padding: 0 16px;
    }
    .main-header-bar-wrap .main-header-bar .ast-flex.main-header-container .ast-main-header-bar-alignment .site-logo-img img {
        max-width: 300px !important;
    }
    .date-block .date-title {
        padding: 15px;
    }
    .home-square-box .fl-module-button a.fl-button {
        font-size: 16px;
    }
}

@media only screen and (max-width: 920px) {
		.filter_container  .fl-col-content { 
		width: 100%;
		float: left; 
	}
	#masthead .ast-container {
		padding-bottom: 15px;
	}
	.contact_page_container .fl-row-content-wrap {
		background-image: none !important;
	}
    .main-header-bar-wrap .main-header-bar {
        padding: 0 !important;
    }
    .main-header-bar-wrap .main-header-bar .ast-flex.main-header-container {
        align-items: center;
        justify-content: space-between;
        position: relative;
    }
    .main-header-bar-wrap .main-header-bar .ast-flex.main-header-container .mobile-cart .ast-woo-mini-cart-wrapper {
        line-height: 24px;
    }
    .main-header-bar-wrap .main-header-bar .ast-flex.main-header-container .mobile-cart .ast-woo-mini-cart-wrapper .ast-woo-header-cart-info-wrap {
        display: none;
    }
    .main-header-bar-wrap .main-header-bar .ast-flex.main-header-container .mobile-cart .ast-woo-mini-cart-wrapper .ast-site-header-cart i.astra-icon:after {
        background: transparent;
        color: #ffffff;
        position: relative;
        top: auto;
        box-shadow: none;
        right: -6px;
        font-size: 18px;
        font-weight: normal;
    }
    .main-header-bar-wrap .main-header-bar .ast-flex.main-header-container .site-branding.mobile {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        padding: 0;
        z-index: 9;
    }
    .main-header-bar-wrap .main-header-bar .ast-flex.main-header-container .site-branding.mobile .ast-site-identity {
        padding: 0;
    }
    .main-header-bar-wrap .main-header-bar .ast-flex.main-header-container .site-branding.mobile .ast-site-identity img {
        max-width: 180px !important;
    }
    .main-header-bar-wrap .main-header-bar .ast-flex.main-header-container .ast-mobile-menu-buttons button {
        font-size: 52px;
        height: 100%;
        padding-right: 0;
        line-height: 40px;
    }
    .main-header-bar-wrap .main-header-bar .ast-flex.main-header-container .ast-mobile-menu-buttons button span.menu-toggle-icon {
        line-height: 1;
    }
    .main-header-bar-wrap .main-header-bar .ast-flex.main-header-container .ast-main-header-bar-alignment .main-header-bar-navigation .main-navigation ul li a {
        padding: 0.5em 1em;
    }
    
    .main-header-bar-wrap .main-header-bar .ast-flex.main-header-container .ast-main-header-bar-alignment .main-header-bar-navigation .main-navigation ul li.current_page_item a:after,
    .main-header-bar-wrap .main-header-bar .ast-flex.main-header-container .ast-main-header-bar-alignment .main-header-bar-navigation .main-navigation ul li a:after,
    .main-header-bar-wrap .main-header-bar .ast-flex.main-header-container .ast-main-header-bar-alignment .main-header-bar-navigation .main-navigation ul li a:hover:after{
        left: 7px;
        transform: none;
    }
    
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .site-footer .footer-adv .footer-adv-widget:last-child .widget_media_image {
        text-align: left;
    }
    .footer-adv-widget .widget:last-child {
        margin: 0 !Important;
    }
    .site-footer .footer-adv .footer-adv-widget {
        margin: 0 0 2.8em;
    }
}

@media only screen and (min-width:768px) {
    .site-footer .footer-adv .ast-row .ast-col-md-3 {
        width: 50%;
    }
}

@media only screen and (min-width:992px) {
    .site-footer .footer-adv .ast-row .ast-col-lg-3 {
        width: 25%;
    }
    
    .fl-col.home-square-box{
        padding: 10px !important;
    }
    
}

.news-post .custom-col .fl-post-column .news_events .custom-post-image img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

@media only screen and (max-width:992px) {
    
    .fl-col.home-square-box,
    .fl-col.team-square-box {
        padding: 10px !important;
    }
    
    /*.fl-col.home-square-box .fl-module.fl-module-image-icon{
        bottom: -25px;
    }*/
    
}

@media only screen and (min-width: 1025px) {
    .news-post .custom-col .fl-post-column {
        margin-bottom: 15px;
        width: 50%;
        padding: 0 15px;
    }
    .league-text .fl-module-content, .league-text .fl-module-content p {
        margin: 0;
        font-size: 16px;
        letter-spacing: 0.02em;
        line-height: 24px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1100px) {
    .event_fixture .fl-col {
        width: 63% !important;
    }
    .event_fixture .fl-col-small {
        width: 37% !important;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1024px) {
    .event_fixture .fl-col,
    .fixtures .fl-col {
        width: 60% !important;
    }
    .event_fixture .fl-col-small,
    .fixtures .fl-col.fl-col-small {
        width: 40% !important;
    }
    .mb-0 {
        margin: 40px 0 0;
    }
    .slider-data-content .fl-row-content-wrap .fixtures .custom-col .fl-rich-text .content-text,
    .slider-data-content .fl-row-content-wrap .fixtures .custom-col .fl-rich-text .content-image {
        flex: 1 1 100%;
        margin: 10px 0;
        padding: 0;
    }
    .m-sm-0 {
        margin: 5px 0;
    }
    .news-post .custom-col .fl-post-column {
        margin-bottom: 15px;
        width: 50%;
        padding: 0 15px;
    }
    
    .fl-col.team-square-box {
        width: 50% !important;
        max-width: none;
        clear: none;
        float: left;
    }
    .fl-col-group-equal-height {
        display: block;
    }
    .league-text .fl-module-content, .league-text .fl-module-content p {
        margin: 0;
    }
    .slider.slick-initialized.slick-slider:before {
        left: -5px;
    }
    .slider.slick-initialized.slick-slider:after {
        right: -5px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .slider.slick-initialized.slick-slider:before {
        left: -5px;
    }
    .slider.slick-initialized.slick-slider:after {
        right: -5px;
    }
    .event_fixture .fl-col {
        width: 60% !important;
    }
    .event_fixture .fl-col-small {
        width: 40% !important;
    }
    
    .date-block .fixture-time {
        font-size: 14px;
    }
    .date-block .fixture-name {
        font-size: 12px;
    }
    .inner-header-image .fl-row-content {
        position: absolute;
        right: -15px;
        bottom: -20px;
    }
    .league-text {
        padding: 0 15px;
    }
    .league-text .fl-module-content,
    .league-text .fl-module-content p {
        margin: 0;
        font-size: 15px;
        line-height: 23px;
    }
    .slider-data-content .fl-row-content-wrap .w-100 {
        margin-bottom: 0;
    }
    .mb-0 {
        margin: 40px 0 0;
    }
    .slider-data-content .fl-row-content-wrap .fixtures .custom-col .fl-rich-text .content-text,
    .slider-data-content .fl-row-content-wrap .fixtures .custom-col .fl-rich-text .content-image {
        flex: 1 1 100%;
        margin: 10px 0;
        padding: 0;
    }
    .m-sm-0 {
        margin: 5px 0;
    }
    .slider-data-content .fl-row-content-wrap h2 span, .slider-data-content .fl-row-content-wrap .news-and-event h2 {
        font-size: 20px;
    }
    .slider-data-content .fl-row-content-wrap .fixtures .custom-col-small h2 {
        margin-bottom: 20px !important;
    }
    #bottom-boxes .fl-row-content-wrap {
        padding: 0;
    }
    #bottom-boxes .fl-row-content-wrap .team-square-box h2 {
    }
    #bottom-boxes .fl-row-content-wrap .team-square-box .team-square-texture {
        max-width: 120px;
    }
    #bottom-boxes .fl-row-content-wrap .team-square-box .team-square-button {
        font-size: 22px;
    }
    .news-post .custom-col .fl-post-column {
        margin-bottom: 15px;
        width: 50%;
        padding: 0 15px;
    }
    .news-post .custom-col-small .block-title span {
        font-size: 100%;
    }
    .news-post .custom-col-small .post-list .post-date {
        font-size: 13px;
    }
    .news-post .custom-col-small .post-list .post-title {
        font-size: 11px;
    }
    .fixtures .fl-col-small,
    .news-post .fl-col-small {
        max-width: none;
    }
    .fl-col.team-square-box {
        width: 50% !important;
        max-width: none;
        clear: none;
        float: left;
    }
    .fl-col-group-equal-height {
        display: block;
    }
    .fl-col.team-square-box .fl-col-content.fl-node-content {
        margin: 0 !important;
    }
}

@media only screen and (min-width:769px) and (max-width:920px) {
    .date-block .date-title {
        padding: 12px;
    }
    .date-block .date-title span {
        font-size: 12px;
    }
    
    .date-block .fixture-time {
        font-size: 13px;
    }
    .date-block .fixture-name {
        font-size: 11px;
    }
    
}

@media only screen and (max-width:767px) {
    .site-footer .footer-adv .ast-row {
        display: flex;
        flex-flow: column wrap;
    }
    .site-footer .footer-adv .footer-adv-widget:first-child  {
        order: 3;
    }
    .site-footer .footer-adv .footer-adv-widget:nth-child(2)  {
        order: 4;
    }
    .site-footer .footer-adv .footer-adv-widget:nth-child(3)  {
        order: 2;
    }
    .site-footer .footer-adv .footer-adv-widget:nth-child(4)  {
        order: 1;
        margin-bottom: 40px;
    }
    .site-footer .footer-adv .footer-adv-widget:last-child,
    .site-footer .footer-adv .footer-adv-widget .astra-widget-social-profiles:last-child{
/*         display: none; */
    }
    .site-footer .footer-adv .footer-adv-widget .astra-widget-social-profiles:first-of-type {
        display: block;
    }
    .site-footer .footer-adv .footer-adv-widget .astra-widget-social-profiles:first-of-type ul {
        text-align: right;
    }
    .inner-header-texture img {
        max-width: 120px !important;
    }
    #astra-widget-social-profiles-4 {
	    display: none !important;
    }
    .woocommerce .woocommerce-ordering select {
	    float: right;
    }
}

@media only screen and (min-width:601px) and (max-width:768px) {
    .event_fixture .fl-col-small:last-child {
        width: 60% !important;
    }
    .fl-col.team-square-box {
        width: 50% !important;
        max-width: none;
        clear: none;
        float: left;
    }
    .inner-header-image .fl-row-content {
        position: absolute;
        right: -15px;
        bottom: -20px;
    }
    .league-text {
        padding: 0 15px;
    }
    .league-text .fl-module-content,
    .league-text .fl-module-content p {
        margin: 0;
        font-size: 15px;
    line-height: 23px;
    }
    .slider.slick-initialized.slick-slider:before,
    .slider.slick-initialized.slick-slider:after {
        display: none;
    }
    .slider-data-content .fl-row-content-wrap .w-100 {
        margin-bottom: 0;
    }
    .mb-0 {
        margin: 40px 0 0;
    }
    .slider-data-content .fl-row-content-wrap .fixtures .custom-col .fl-rich-text .content-text,
    .slider-data-content .fl-row-content-wrap .fixtures .custom-col .fl-rich-text .content-image {
        flex: 1 1 100%;
        margin: 10px 0;
        padding: 0;
    }
    .slider-data-content .fl-col-small,
    .slider-data-content .fl-row-content-wrap .fixtures .custom-col .top-line {
        padding: 0 !important;
    }
    .m-sm-0 {
        margin: 5px 0;
    }
    .slider-data-content .fl-row-content-wrap h2 span, .slider-data-content .fl-row-content-wrap .news-and-event h2 {
        font-size: 20px;
    }
    .slider-data-content .fl-row-content-wrap .fixtures .custom-col-small h2 {
        margin-bottom: 20px !important;
    }
    #bottom-boxes .fl-row-content-wrap {
        padding: 0;
    }
    #bottom-boxes .fl-row-content-wrap .team-square-box h2 {
    }
    #bottom-boxes .fl-row-content-wrap .team-square-box .team-square-texture {
        max-width: 120px;
    }
    #bottom-boxes .fl-row-content-wrap .team-square-box .team-square-button {
        font-size: 22px;
    }
    .news-post .custom-col .fl-post-column {
        margin-bottom: 15px;
        width: 50%;
        padding: 15px;
    }
    .fixtures {
        display: flex;
        flex-flow: row wrap;
    }
    .fixtures .fl-col-small {
        width: 60% !important;
        max-width: none !important;
        float: left;
        clear: none;
        margin: 0;
    }
    .fixtures .fl-col-small,
    .news-post .fl-col-small {
        max-width: none;
    }
}

@media only screen and (max-width:600px) {
    .date-block .date-title {
        padding: 30px;
    }
    .date-block .date-title span {
        font-size: 22px;
    }
    .custom-team-layout .slick-slider .slick-slide {
        margin: 0 10px;
    }
    .inner-header-image .fl-row-content {
        position: absolute;
        right: 0;
        bottom: -20px;
    }
    /*.inner-header-texture .fl-module-content {*/
    /*    margin: 0;*/
    /*}*/
    .league-text {
        padding: 0 15px;
    }
    .league-text .fl-module-content,
    .league-text .fl-module-content p {
        margin: 0;
        font-size: 15px;
    line-height: 23px;
    }
    .slider.slick-initialized.slick-slider:before,
    .slider.slick-initialized.slick-slider:after {
        display: none;
    }
    .slider-data-content .fl-row-content-wrap .w-100 {
        margin-bottom: 0;
    }
    .mb-0 {
        margin: 40px 0 0;
    }
    .slider-data-content .fl-row-content-wrap .fixtures .custom-col .fl-rich-text .content-text,
    .slider-data-content .fl-row-content-wrap .fixtures .custom-col .fl-rich-text .content-image {
        flex: 1 1 100%;
        margin: 10px 0;
        padding: 0;
    }
    .slider-data-content .fl-col-small,
    .slider-data-content .fl-row-content-wrap .fixtures .custom-col .top-line {
        padding: 0 !important;
    }
    .m-sm-0 {
        margin: 5px 0;
    }
    .slider-data-content .fl-row-content-wrap h2 span, .slider-data-content .fl-row-content-wrap .news-and-event h2 {
        font-size: 20px;
    }
    .slider-data-content .fl-row-content-wrap .fixtures .custom-col-small h2 {
        margin-bottom: 20px !important;
    }
    #bottom-boxes .fl-row-content-wrap {
        padding: 0;
    }
    #bottom-boxes .fl-row-content-wrap .team-square-box .team-square-texture {
        max-width: 120px;
    }
    #bottom-boxes .fl-row-content-wrap .team-square-box .team-square-button {
        font-size: 22px;
    }
    .news-post .custom-col .fl-post-column {
        margin-bottom: 15px;
    }
    .fixtures {
        display: flex;
        flex-flow: row wrap;
    }
    .fixtures .fl-col-small {
        order: 2;
        flex: 1;
    }
    .fixtures .fl-col-small,
    .news-post .fl-col-small {
        max-width: none;
    }
}

@media only screen and (max-width:575px) {
    .date-block .date-title {
        padding: 26px;
    }
    .date-block .date-title span {
        font-size: 20px;
    }
}

@media only screen and (max-width:480px) {
    .fl-col.home-square-box,
    .fl-col.team-square-box {
        width: 100% !important;
    }
}

@media only screen and (max-width:450px) {
    .date-block .date-title {
        padding: 17px;
    }
    .date-block .date-title span {
        font-size: 14px;
    }
}

@media only screen and (max-width: 360px) {
    #upadtes_btn a {
        padding: 15px 10px;
        display: flex;
        font-size: 13px;
        justify-content: space-evenly;
    }
    /*.top-line h2 span.fl-heading-text:after {*/
    /*    bottom: 50px;*/
    /*    right: 0;*/
    /*}*/
}