/**
Theme Name: Farm Stay
Description: This is the theme created for Farm Stay.
Template: genesis
Author: InspireLabs
Author URI: https://www.inspirelabs.pl/

Version: 1.0.5
Text Domain: farm-stay
*/




body.home ul.sponsor-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
    padding: 0;
    list-style: none;
}

body.home ul.sponsor-list li {
    margin: 0;
    padding: 0 10px;
}

.podcast-banner {
    background-color: #ca9630;
    margin: 0 0 80px 0;
}

.podcast-banner .container {
    padding: 20px 0;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 26px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
}

.podcast-banner  .container a.red-button {
    background-color: #9f3817;
    justify-content: center;
    width: 173px;
    height: 40px;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -.2px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    padding: 5px;
    line-height: 28px;
}

.podcast-banner .container .red-button:hover {
    background-color: #b5401a;
}

#aboutFarmStayHome .page-home-about-farm-stay-inner {
    height: auto;
}

#aboutFarmStayHome .page-home-about-farm-stay-inner .col-left {
    padding-top: 21px;
}

.container .content-social-media ul {
    display: flex;
}

.ico-linkedin {
    display: inline-block;
    height: 26px;
    width: 26px;
    background: url('../png/linkedin.png');
    background-size: 26px 26px;
}