/*
Theme Name: hunsletclub
Theme URI: http://www.hunsletclub.org.uk/
Author: Urbansoul Design
Author URI: http://www.urbansouldesign.co.uk
Description: Hunslet Club Website
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
*/

/*--------------- from Wf Header --------------- */
.btn-primary {
    color: #000;
    background-color: #ccc;
    border-bottom: 1px solid #61a47a;
    white-space: nowrap;
    text-align: center;
    padding: 10px;
    display: block;
    font-weight: 600;
    margin-top:20px;
}
.sub-menu {
    list-style: none;
    display: none;
    width: 100%;
    position: absolute;
    background-color: #ffffff;
    padding: 0;
}
.sub-menu li a {
    display: block;
    background-color: #1c7c41;
    color: #FFF;
    border: none;
    border-bottom: 1px solid #61a47a;
}
.sub-menu li {
    width: 33.33%;
    display: block;
    float: left;
    padding-top: 0px;
    padding-bottom: 0px;
}
.main-navigation {
    list-style: none;
}
.main-navigation li {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}
.table {
    display: table;
}
.table-cell {
    display: table-cell;
}
.vertical-align-middle {
    vertical-align: middle;
}
table {
    margin: 20px 0;
    width: 100%;
    border-top: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-collapse: collapse;
    background-color: #f7f7f7;
}
th {
    background-color: #fbc71b;
    padding: 10px;
    border: 1px solid #e7e7e7;
}
td {
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    padding: 10px;
    text-align: center;
}
dt {
    font-weight: bold;
    text-decoration: underline;
}
dd {
    margin: 0;
    padding: 0 0 0.5em 0;
}
@media screen and (min-width: 992px) {
    .sub-menu {
        list-style: none;
        background-color: #1c7c41;
    }
    .sub-menu li a {
        display: block
    }
    .main-navigation {
        list-style: none;
    }
    .main-navigation li {
        display: inline-block;
    }
    .card-background:hover .card-button {
        background-color: #1c7c41;
        bottom: 0;
        color: #ffffff;
        transition: all 300ms ease-in-out;
    }
    .card-background .card-button {
        transition: all 300ms ease-in-out;
    }
    .footer-list ul {
        display: block;
    }
}
@media screen and (min-width: 1200px) {
    .w-container {
        max-width: 1200px;
    }
}

    /* ------------ CUSTOM ----------- */
.inline-block{
    display: inline-block;
}
.inline-block.top, .table-cell.top{
    vertical-align: top;
}
.one-third{
    width: 33.33%
}
.two-third{
    width: 66.67%
}
.full-width{
    width: 100%;
}
.margin-top-55{
    margin-top: -55px;
}
.button.bg-green {
    margin-right: 0px;
}
.w-nav-overlay {
    height: 80vh;
    overflow-y: scroll;

 }
.main-navigation li > a {
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    height: 45px;
    color: #000;
    display: block;
}
.main-navigation {
    padding-left: 0px;
 }
.main-navigation li {
    padding: 0;
}
.slider-image {
    background-position: 0px 0px, 50% 0px;
    background-size: cover!important;
    background-repeat: no-repeat!important;
}
.slider-image span{
    background-color: rgba(255,255,255,0.7);
    padding: 0 5px;
}
.slider-image h1{
    line-height: 1.25;
    font-size: 2.2em;
}
.hero-buttons .activities-button, .hero-buttons .timetable-button {
   color: #000;
   background-color: rgba(244,202,0,0.8);
   width: 210px;
   padding: 15px 25px;
   text-align: center;
   transition: all 300ms ease-in-out;
   font-weight: bold;
   text-transform: uppercase;
}
.hero-buttons .timetable-button {
    position: relative;
    left: 10px;
}
.hero-buttons .activities-button:hover, .hero-buttons .timetable-button:hover { background-color: #fff; color: #000; transition: all 300ms ease-in-out }

.home .margin-top-55 {
    margin-top: 100px;
}
.home-news{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 4;
    text-align: left;
    border-left: solid 1rem #f4ca00;
}
.home-news .bg-green-transparent{
    background-color: rgba(28,124,65,0.8);
}
.home-news .bg-white-transparent{
    background-color: rgba(255,255,255,0.7);
}
.home-news .grid-overlay{
    padding: 0
}
.home-news .grid-item-square{
    height: auto;
    width: 100vw;
    float: none;
    padding: 20px 30px;
    top: 185px;
}
.home-news .grid-item-square.latest-news{
    display: none;
}
.home-news h3{
    padding: 10px 0;
    font-size: 1em;
}
.home-news h4{
    padding: 10px 0;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4;
    text-transform: unset;
}
.home-news .slick-dots button {
    background-color: #1C7C41;
    border-radius:50%;
    width:15px;
    height:15px;
    line-height:0px;
    font-size:0px;
}
.home-news .grid-button{
    opacity: 1;
    bottom: 0;
    width: 100%;
    left: 0;
    margin-left: 0;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}
.home-news .grid-button:hover{
    background-color: #fff;
    color: #000;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}
.grid-overlay .grid-button{
    width: 100%;
    bottom: 0;
    left:0;
    margin-left: 0
}
.image-border-bottom{
    z-index: 99;
}
 .activity-image {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    height: 150px;
    background-position: 50% 50%!important;
    background-size: cover!important;
}
.card-background {
    margin: 0;
}
.news-featured {
    height: 250px;
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}
#twitter-link {
    color: #000;
}
#twitter-link:hover {
    text-decoration: underline;
}
.children {
    display: none;
}
.activity-slider-wrapper .slick-track:hover {
    cursor: col-resize;
}
ul.children.active {
    margin-bottom: 0px;
}
.children.active {
    display: inline-block;
    background-color: #ffffff;
    position: relative;
    height: auto;
    width: 100%;
    padding-left:  0px;
    padding-bottom: 0px;
 }
 .children.active li:before {
    content: "-";
    color: #000000;
    float: left;
    padding-top: 10px;
    padding-right: 20px;
    font-size: 15px;
 }
.children.active li {
        width: 100%;
        margin-right: 0px;
}
.children.active li:hover {
    background-color: #fff6da;
}
.children.active a {
    color: #000;
    padding-bottom: 10px;
    white-space: nowrap;
    font-size: 12px;
}
.children.active a:hover {
    text-decoration: none;
}
.children.active .children.active li {
    background-color: transparent;
    border-bottom: 1px solid #dadada;
    color: #fff;
    font-size: 14px;
    width: 100%;
    margin-right: 15px;
    padding-left: 0px;
}
.children.active li.page_item {
    padding: 0px 0px;
    padding-left: 20px;
}
.children.active .children.active li:before {
    content: "-";
    font-size: 11px;
}
.children.active .children.active li:hover {
    background-color: #fff6da;
}
.children.active .children.active {
    display: inline-block;
    background-color: #FFFFFF;
    top: 0px;
    position: relative;
    right: 0px;
    left: 0px;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
}
.children.active .page_item_has_children:after {
    display: none;
}
ul.children.active li.page_item_has_children ul.children.active {
    padding-left: 20px;
}
.menu {
    list-style: none;
    padding-left: 0px;
}
.main-navigation ul li ul li {
    border: 0;
}
.nav-scroll {
}
#menu-footer-menu-general a, #menu-footer-menu-support-us a, #menu-footer-menu-other-projects a {
    color: #000;
    font-size: 15px;
    font-weight: 400;
}
.frm_style_formidable-style.with_frm_style input[type=text], .frm_style_formidable-style.with_frm_style input[type=email], .frm_style_formidable-style.with_frm_style input[type=tel] {
    font-family: "Open Sans";
    border-radius: 0;
    height: 48px;
}
.frm_style_formidable-style.with_frm_style textarea {
    height: 98px;
    font-family: "Open Sans";
    border-radius: 0;
}
.frm_style_formidable-style.with_frm_style input[type=submit] {
    padding: 10px 25px;
    font-family: Montserrat, sans-serif;
    font-size: 0.9em;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    background-color: #1c7c41;
    display: inline-block;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    transition: all 300ms ease-in-out;
}
.frm_style_formidable-style.with_frm_style input[type=submit]:hover {
    border-style: none;
    background-color: #4b8d64;
    color: #fff;
    transition: all 300ms ease-in-out;
}
#menu-footer-menu-general .current-menu-item, #menu-footer-menu-support-us .current-menu-item, #menu-footer-menu-other-projects .current-menu-item {
    display: inline-block;
    margin-left: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 0px;
    padding-left: 0px;
    text-decoration: underline;
    border: 0;
    font-size: 12px;
    text-transform: none;
    background-color: transparent;
    font-family: "Open Sans";
}
.read-more {
    color: #1C7C41
}
.activity-slider-wrapper {
    max-width: 100%;
    float: none;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}
.accreditation-logo {
    margin-left: 0px;
}
.accreditation-slide .slick-slide .accreditation-logo:focus {outline:0;}

button:focus {outline:0;}

.welcome-wrapper {
    margin-right: 10px;
}
.sched-list a.sched-list-event.sched-list-event-has-color .sched-list-event-text {
    margin-left: 0px;
}
.button.bg-yellow.float-right {
    width: 100%;
}
.button.bg-green.float-right {
    width : 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.widget_nav_menu h6:after {
    content: "\203A";
    font-size: 40px;
    transform: rotate(90deg);
    float: right;
}
.footer .w-col {
    padding-bottom: 0px;
}
ul.slick-dots {
    padding-left: 0px
}
.footer-list ul ul.footer-active {
    height: auto;
    max-height: 500px;
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
}
.footer-list ul ul {
    height: 0px;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
}
.widget_nav_menu h6:hover {
    cursor: pointer;
}
.timetable-links {
    display: flex;
    flex-wrap: wrap;
}
.timetable-button {
    width: 100%;
    display: inline-block;
    position: relative;
    max-height: 13rem;
}
.timetable-button .slider-image-bg_image{
    width: 100%;
    position: absolute;
    top:0;
    left:0;
    height:100%;
    object-fit: cover;
    z-index: -2;
}
.timetable-button:nth-child(odd):before,
.timetable-button:nth-child(even):before{
    opacity:0.5;
    content:'';
    width:100%;
    height:100%;
    background-color:#1c7c41;
    top:0;
    left:0;
    position: absolute;
    z-index: -1;
}
.timetable-button:nth-child(even):before{
    opacity:0.5;
    content:'';
    width:100%;
    height:100%;
    background-color:#fbc71b;
    top:0;
    left:0;
    position: absolute;
    z-index: -1;
}
.timetable-button:nth-child(even) h5{
    color:#000;
}
.aiovg .aiovg-responsive-container {
    background:unset !important;
}
.aiovg-col:nth-child(odd) .aiovg-thumbnail {
    background-color:#1c7c41;
    padding-top: 20px;
}
.aiovg-col:nth-child(odd) .aiovg-thumbnail .aiovg-title {
    text-align: center;
}
.aiovg-col:nth-child(odd) .aiovg-thumbnail a{
    color:#fff;
}
.aiovg-col:nth-child(even) .aiovg-thumbnail {
    background-color:#fbc71b;
    padding-top: 20px;
}
.aiovg-col:nth-child(even) .aiovg-thumbnail .aiovg-title {
    text-align: center;
}
.aiovg-col:nth-child(even) .aiovg-thumbnail .aiovg-title a{
    color:#000;
}
.aiovg-row:nth-child(even) {
    flex-direction: row-reverse;
}

.aiovg-count,
.aiovg-category,
.aiovg-views {
    text-align: center;
}
.rtw_main {
    font-size: 17px;
}
.featured-post {
    border: 1px solid #1c7c41;
}
.featured-post .news-post-wrapper {
    border-bottom: 0;
}
#gallery-1 img {
    border: 0!important;
}
/* Home Timetable */

.sched-list .sched-list-column li.sched-list-event-li {
    border-bottom: 1px solid black!important;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}
.sched-list-event-title, .sched-list-event-time {

    font-size: 16px;
}
.home .sched-list-column-title {

}
.home .sched-list-column-title {
    display: none;
}
.home .sched-list .sched-list-column li.sched-list-event-li {
    padding: 5px!important;
    border-bottom: 1px solid #000000;
}
.sched-list a.sched-list-event .sched-list-event-color, .sched-list a.sched-list-event:hover .sched-list-event-color {
    margin-right: 10px;
}
.w-section .footer-wrapper {
    overflow: hidden;
}

/* Timetable for Individual Activities */
.timetable-left {
    width: 100%;
    text-align: center;
}
.today-block {
    padding: 10px;
}
.timetable-right {
    width: 100%;
}
.single-our-activities .sched-list-column-title {
    display: block;
}
.single-our-activities .sched-list a.sched-list-event .sched-list-event-color {
    display: block;
    width: 0px;
    height: 0px;
}
.single-our-activities .sched-list a.sched-list-event {
    padding:0px!important;
}
.single-our-activities .sched-list-event-title {
    font-weight: bold;
    background-color: #FBC71B;
    width: 85%;
    padding: 15px;
}
.single-our-activities .sched-list-event-time {
    width: 50%!important;
    padding: 15px;
    font-weight: bold;
}
.single-our-activities .sched-list .sched-list-column li.sched-list-event-li {
/*    margin-bottom: -30px!important;*/
}
.single-our-activities .sched-list .sched-list-column li.sched-list-event-li {
     border-bottom: 0!important;
     background-color: #f3f3f3;
     margin-bottom: 5px!important;
}
.single-our-activities .sched-list-event-description {
    display: none;
}
#view-full-link {
    padding: 10px;
}
p.featured-post {
    background-color: #1c7c41;
    padding: 10px;
    color: white;
    margin-bottom: 0px;
    position: relative;
    width: 160px;
    font-size: 18px;
}

.footer-list {
    display: block;
}
.stats-box {
    width: 100%;
    max-width:100vw;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    background-image: url(/wp-content/themes/hunsletclub/images/the-hunslet-club-south-leeds-slider-border.svg);
    background-repeat: no-repeat;
    padding-top:20px;
}
.upcoming-events {
    width:100%;
    padding: 0 20px;
  }
.upcoming-events li {
    padding:10px;
}
.upcoming-events li:nth-child(odd) {
    background-color: #f3f3f3;
}
.latest-news{
    width: 100%;
    display: inline-block;
}

.latest-news.block{
    padding: 0 20px;
}
.latest-news.block ul{
    list-style: none;
    padding-left:20px;
}
.latest-news.block li a.title{
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1.1px;
    font-weight: bold;
    font-size: 1.3rem;
    padding: 10px 0 20px 30px;
    border-bottom: 1px solid #000;
    display: block;
    transition: all 220ms ease-in-out;
    position: relative;
}
.latest-news.block li a.title:before {
    position:absolute;
    content:"\2637";
    left:0px;

}
.latest-news.block li a:hover{
    text-decoration: none;
    color: #1C7C41;
    transition: all 220ms ease-in-out;
}
.title-block {
    height: 5rem;
    display: inline-block;
}
.title-block a{
    border: 2px solid transparent;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: block;
    float: right;
    padding: 0 0 0 6px;
    transition: all 220ms ease-in-out;
    margin-top: -2px;
}
.title-block a:hover{
    text-decoration: none;
    border: 2px solid #1C7C41;
    transition: all 220ms ease-in-out;
}
.title-block h2 {
        font-weight: bold;
        color: #1C7C41;
        font-size: 2rem;
}
.latest-news .title-block h2{
    margin-left: 20px;
    display: block;
    margin-bottom: 20px;
}
.statblock {
    height: 62.5%;
}
p.stats-tagline {
    color: green;
    position: relative;
    bottom: 20px;
}
.stat {
/*    width: calc(100% / 3);
    width:-moz-calc(100% / 3);
    width:-webkit-calc(100% / 3);*/
    width: 33%;
    text-align: center;
    display: inline-block;
    height: 100%;
    /*background-color: #f3f3f3;
    border-top: 1px solid #adadad;
    border-right: 1px solid #adadad;*/
    padding: 10px 50px;
    overflow: hidden;
}
.stat h2 {
    color: #1C7C41;
    font-size: 50px;
    font-weight: bold;
}
.stat p {
    text-transform: uppercase;
}
.stat.slick-slide { height: 231px }

.statblock .slick-dots {
    list-style: none;
    position: relative;
    text-align: center;
}
.statblock .slick-dots button {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background-color: rgba(28,124,65,0.5);
    font-size: 0px;
    line-height: 0px
}
.statblock .slick-dots .slick-active button {
    background-color: #1C7C41;
    border-radius: 50%;
    position: relative;
    bottom: 0px;
}
.slick-dots li button:before {
    content:"";
}
.single-our-activities .sched-list-event-time {
    width: 66%!important;
    top: 6px;
}
.button.bg-green.float-right {
    padding-top: 10px;
    padding-bottom: 10px;
}
.grid-item-square.event-block h4, .grid-item-square.event-block a.all-events{
    padding: 20px 0;
    margin: 0;
    height: 70px;
    display: block;
}
.grid-item-square.event-block h6{
    margin: 0;
    font-size: 1.4rem;
}
.grid-item-square.event-block ul{
    display: block;
    height: 660px;
    margin: 0;
}
.grid-item-square.event-block li{
    padding: 30px;
    height: 33.3%;
}
.grid-item-square.event-block li:nth-child(odd){
    background-color: #f3f3f3
}
.grid-item-square.event-block li span{
    color: #1C7C41;
    display: block;
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 15px;
}
.grid-item-square.event-block li a{
    display: block;
}
.grid-item-square.event-block p{
    font-size:0.9rem;
}
.events-highlights.table{
    display: block;
}
.events-highlights .one-third,.events-highlights .two-third{
    display: block;
    width: 100%;
}
.desktop-title {
    display: none;
}
.mobile-title {
    display: block;
    text-align: center;
}
.back-to-top {
    position: absolute;
    bottom: 0px;
    right: 50%;
    font-size: 20px;
    transform: rotate(-90deg);
    background: #1c7c41;
    color: black;
    padding: 5px;
}
.back-to-top a {
    color: #fff;
}
/*.back-to-top:hover {
    background-color: #fbc71b;
}*/
.back-to-top a:hover {
    text-decoration: none;
/*    color: black;*/
}


/* Slick Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-initialized .slick-slide:focus
{
    outline: none;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
/* Custom Slick Styles */
.slick-arrow.slick-hidden {
    display: none;
}
#arrow-prev {
    font-size: 35px;
    background-color: transparent;
    line-height: 0;
    padding: 0;
    position: absolute;
    transition: all 220ms ease-in-out;
    color: #1C7C41;
    left: 0px;
    top: 5px;
    height: 500px;
    z-index: 1;
    font-family: "Zapf Dingbats", "Wingdings2";
}
#arrow-next {
    font-size: 35px;
    line-height: 0;
    padding: 0;
    position: absolute;
    transition: all 220ms ease-in-out;
    color: #1C7C41;
    top: 0px;
    right: 0px;
    background:unset;
    /*background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%,rgb(251, 251, 251) 100%);
    background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 0%,rgb(251, 251, 251) 100%);*/
    height: 500px;
    width: 35px;
    font-family: "Zapf Dingbats","Wingdings2";

}
.home #arrow-next {
    font-size: 50px;
}
.home #arrow-prev {
    font-size: 50px;
}
.activity-slider-image {
        height: auto;
}
.activity-page-next {
    display: inline-block;
    font-size: 30px;
    line-height: 0;
    padding: 0;
    position: absolute;
    transition: all 220ms ease-in-out;
    color: #FFFFFF;
    top: 50%;
    right: 10px;
    background-color: transparent!important;

}
.activity-page-prev {
    display: inline-block;
    font-size: 30px;
    line-height: 0;
    padding: 0;
    position: absolute;
    transition: all 220ms ease-in-out;
    color: #FFFFFF;
    top: 50%;
    left: 10px;
    background-color: transparent!important;
    z-index: 99;
}
.activity-page-slider .slick-dots {
    list-style: none;
    position: relative;
    text-align: center;
    bottom: 40px;
}
.activity-page-slider .slick-dots button {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background-color: rgba(255,255,255,0.7);
        font-size: 0px;
    line-height: 0px

}
.slick-dots li button:before {
    content:"";
}
.activity-page-slider .slick-dots .slick-active button {
    background-color: #ffffff;
}
.slick-dots li {
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
}
.slick-list:focus {
    outline: none !important;
}
/* Pagination */
.pagination {
    margin-top: 25px;
    float: right;
}
.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
    color: #fff;
    text-decoration:none;
}
.pagination li {
    display: inline;
}
.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
    background-color: #0F7B3F;
    border-radius: 0px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
    border: 2px solid #0F7B3F;
}
.pagination li a:hover,
.pagination li.active a {
    background-color: transparent;
    border: 2px solid #0F7B3F;
    color: #0F7B3F;
    text-decoration: none;
}
span.donate-link {
    width: 100%;
    border: 2px solid #1c7c41;
    padding: 20px;
    display: block;
    text-decoration: none;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
}
span.donate-link:hover {
    background-color: #1c7c41;
    color: #ffffff
}
.page
 @media screen and (min-width: 331px) {
    .button.bg-yellow.float-right {
        width: 50%;
    }
    .button.bg-green.float-right {
        width : 50%;
        padding-top: 22px;
        padding-bottom: 22px;
    }
}
@media screen and (min-width:381px) {
    .button.bg-green.float-right {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media screen and (min-width:400px) {
    .timetable-button {
        width: 49%;
        }
    .single-our-activities .sched-list-event-title {
        width: 50%;
        }
 }
 @media screen and (min-width: 600px) {
 .home-news .grid-item-square{
     top: 0px;
 }
 .home .margin-top-55 {
     margin-top: -55px;
 }
 }
 @media screen and (min-width: 991px) {
    .stat {
        padding:25px 50px;
    }
    .stats-box {
        width: 100%;
        max-width:33vw;
        display: inline-block;
    }
    .latest-news{
        width: 66%;
        display: inline-block;
        vertical-align: top;
    }
    .upcoming-events {
        width:33%;
      }
    .home-news .grid-item-square.latest-news{
        display: table-cell;
        padding-bottom: 46px;
    }
    .single-our-activities .sched-list-event-title {
    width: 34%;
    }
    .single-our-activities .sched-list-event-time {
    width: 66%!important;
    top: 0px;
    }
    .button.bg-yellow.float-right {
        width: 33.3%;
    }
    .button.bg-green.float-right {
        width : 33.3%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .timetable-button {
        width: 32%;
        }
    .home-news .grid-item-square{
        height: auto;
        width: 50%;
        max-height: auto;
    }
    .home-news{
        z-index: 1;
    }
    .desktop-title {
        display: block;
        text-align: center;
    }
    .mobile-title {
        display: none;
    }
}

 @media screen and (min-width: 786px) {
    .latest-news.block{
        padding: 0 30px 0 30px;
    }
}
 @media screen and (min-width: 800px) {
    .home-news .grid-item-square{
        width: 28rem;
    }
}
@media screen and (min-width: 992px) {
    .main-navigation {
        padding-left: 15px;
    }
    .main-navigation li {
        /*padding-left: 20px;
        padding-right: 20px;*/
    }
    .button.bg-green {
        margin-right: 0px;
    }
    .accreditation-logo {
        margin-left: 20%;
    }
     .children.active {
        display: inline-block;
        background-color: #1c7c41;
        /*top: 89px;
        position: absolute;
        right: 0px;
        left: 35px;
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 20px;
        width: 752px;
        z-index: -1;*/
    }
    .children.active a {
        color: #fff;
        font-size: 12px;
    }
    .children.active {
        background-color: #1c7c41;
    }
    .main-navigation li > a {
        padding-left: 0px;
    }
    .children.active li:before {
        content: none;
    }
    .children.active li:hover {
        background-color: #1A713B;
    }
    .children.active li {
        background-color: transparent;
        border-bottom: 1px solid rgba(255,255,255,0.4);
        color: #fff;
        font-size: 14px;
        /*width: 31.3%;*/
        margin-right: 15px;
        padding-left: 0px;
    }
    .children.active li.page_item {
        padding-left: 20px;
        position: relative;
        color:#000;
        
    }
    .children.active .page_item_has_children a:after {
        content: "\203A";
        font-size: 20px;
        color: #ffffff;
        margin-left: 10px;
    }
    .children.active .children.active {
        display: inline-block;
        background-color: #1c7c41;
        top: 50px;
        position: absolute;
        right: 0px;
        left: -15px;
        height: auto;
        padding-top: 5px;
        padding-bottom: 10px;
        z-index: 1;
        width: 270px;
        padding-right: 20px;
    }

    .children.active .children.active li:before {
        content: "\203A";
        font-size: 20px;
        color: #ffffff;
    }
    .activity-slider-wrapper {
        max-width: 100%;
        float: none;
        position: relative;
    }
    .children.active .children.active li {
      width: 100%;
    }
    .children.active .children.active li:hover {
        background-color: #1A713B;
    }
    .children.active .children.active li {
        border-bottom: 1px solid rgba(255,255,255,0.4);
    }
    .children.active .children.active li a::after {
        display: none;
    }
    #arrow-prev {
        font-size: 55px;
    }
    #arrow-next {
        font-size: 55px;
        width: 70px;
        top: 5px;
    }
    .welcome-wrapper {
        margin-right: 30px;
    }
    .card-background {
        margin: 5px 25px;
    }
    .activity-slider-wrapper {
        margin-left: 0px;
    }
    .timetable-left {
        width: 30%;
        float: left;
        text-align: left;
    }
    .timetable-right {
        width: 70%;
        float: right;
    }
    .button.bg-yellow.float-right {
        width: 220px;
    }
    .button.bg-green.float-right {
        width : 220px;
    }
    .single-our-activities .slick-initialized .slick-slide {
        display: inline-block;
    }
    .activity-slider-wrapper {
        padding: 0px;
    }
    .widget_nav_menu h6:after {
        content: "";
    }
    .footer .w-col {
        padding-bottom: 0px;
    }
    .activity-page-next {
        font-size: 50px;
        right: 30px;
    }
    .activity-page-prev {
        font-size: 50px;
        left: 30px;
    }
    .footer-list ul ul {
        display: block;
    }
    .footer-list ul ul {
        height: auto;
        max-height: 200px;
    }
    .footer-list:hover {
        cursor: pointer;
    }
    .button.bg-green.float-right {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .children.active .page_item_has_children:after {
        content: "\203A";
        font-size: 20px;
        position: absolute;
        top: 10px;
        right: 10px;
    }
    ul.children.active {
        margin-bottom: 10px;
    }
    .timetable-button {
        width: 33%;
        }
    .events-highlights.table{
        display: table;
    }
    .events-highlights .one-third,.events-highlights .two-third{
        display: table-cell;
    }
    .events-highlights .one-third{
        width: 33.33%
    }
    .events-highlights .two-third{
        width: 66.67%
    }
}
 @media screen and (min-width: 1200px) {
    .back-to-top {
        position: absolute;
        bottom: 2px;
        right: 10px;
        font-size: 20px;
        transform: rotate(-90deg);
        background: #1c7c41;
        color: black;
        padding: 5px;
    }
}
.mobile-logo {
    width: auto;
}