/*
Theme Name: Fossil Free Citi

Description: Design by Danielle, developed by Fa and Shuja. 89up LTD.
Version: 1.0
Author: Danielle
Author URI: https://89up.org/
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

.w-button.w-button {
    background-color: #3898EC;
    color: white;
}
.button.w-button {
    color: #f9f2e4;
    background-color: #ff332e;
}
.listing .card:nth-child(even) {

background-image: url(./images/ButtonBack.svg);
color: #f9f2e4;

}


.listing .card:nth-child(4) {

background-image: url(./images/Navy-Gritty-Background.png);
color: #f9f2e4;

}


.listing .card:nth-child(8) {

background-image: url(./images/Navy-Gritty-Background.png);
color: #f9f2e4;

}
.search-button-2.w-button,.pagination.w-button{
    color: #f9f2e4;
    background-color: #ff332e;
}

.contentrow .card  p{
    overflow: hidden;
}
@media screen and (max-width: 991px){
.double-col-big-image{
    height: auto;
    padding-left: 0px;
}
}
.tripplecol.double-col-small-image{
    width: 33% !important;
}

.singlecol.double-col-small-image{
    width: 100% !important;
    padding: 30px !important;
}

iframe,img{
    width: 100%;
}
.no-link:hover {
    transform: none !important;
}

.tag svg{
    margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
    .w-nav-overlay {
        top: calc(100% - 25px);
    }

    .w-nav-overlay [data-nav-menu-open] {
        top: 25px;
    }
}