/*
Theme Name: wp-starter-kit
Theme URI: http://montanasteele.com
Author: MS
Author URI: http://montanasteele.com
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wp-starter-kit
Domain Path: /languages/
Tags:

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.

 wp-starter-kit is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
*/

.service-item .g--full{
	width: 100%;
	margin-bottom: 0;
}
.service-item .press-img{
    height: 259px;
    float: left;
	margin-right: 30px;
}
.service-item .post-wrapper {
    padding: 17px;
    text-align: left;
	min-height: 225px;
}

.service-item .press-image-holder{
	width: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.on-the-news-section{
	margin-bottom: 50px;
}

.on-the-kale-section{
	margin-bottom: 50px;
}

@media only screen and (max-width: 700px) {
	.service-item .press-img {
    height: 259px;
    float: none;
    margin-right: 0;
}
  .service-item .press-image-holder {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-position: center;
}
	
	.on-the-kale-section .press-img {
    max-height: inherit;
}
	
}

@media only screen and  (min-width: 990px) {
.g--fourth {
    margin-right: 2.5%;
    width: 23%;
    float: left;
    margin-bottom: 0;
}
	.g--fourth.g--last {
    margin-right: 0;
  
}
	.g--fourth h3 {
   font-size: 20px;
}
	.g--fourth .post-wrapper {
   min-height: 130px;
}
}


.page-id-4226 main#main {
    overflow: hidden;
}
.fatty-headline-text h1 {
    color: #545454;
    text-align: center;
    font-family: "PT Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px; /* 116.667% */
}
.fatty-watch-text p {
    color: #545454;
    text-align: center;
    font-family: "PT Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 145.455% */
}
.fatty-watch-text a {
    color: #0063b2;
    font-family: "PT Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}
.fatty-watch-text .col-4 {
    max-width: 800px;
    margin: 0 auto;
}

.video-block {
    padding: 70px 0;
}
.slider-quote-block {
    padding: 56px 0;
    background: #f9f9f9;
}
.slider-quote-block .container {
    max-width: 960px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.slider-quote-block .mySwiper .swiper-slide {
    text-align: center;
    margin-bottom: 20px;
}
.slider-quote-block .mySwiper .swiper-slide blockquote {
    font-family: "PT Sans", sans-serif;
    margin: 0 !important;
    padding-bottom: 20px !important;
    color: #545454;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
}
.slider-quote-block .mySwiper .swiper-slide blockquote span {
    font-family: "PT Sans", sans-serif;
    color: #0063b2;
    font-size: 54px;
    font-weight: 400;
    line-height: 50px;
}
.slider-quote-block .mySwiper .swiper-slide span.text-author {
    display: block;
    color: #545454;
    text-align: center;
    font-family: "PT Sans";
    font-size: 24px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 250% */
}
.slider-quote-block .mySwiper span.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
.slider-quote-block
    .mySwiper
    span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0063b2 !important;
}
.d-none {
    display: none;
}
.video-intro {
    position: relative;
}
.video-icon {
    position: absolute;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
    transform: translateY(-50%);
}
@media (max-width: 1199px) {
	.page-id-4226 main#main {
		overflow: hidden;
		padding: 0 15px;
	}
    .fatty-headline-text h1 {
		font-size: 27px;
		line-height: 36px;
    }
    .fatty-watch-text p {
        font-size: 16px;
        line-height: 26px;
    }
    .slider-quote-block .mySwiper .swiper-slide blockquote {
        font-size: 20px;
    	line-height: 28px;
    }
    .slider-quote-block .mySwiper .swiper-slide blockquote span {
		font-size: 26px;
		line-height: 20px;
    }
}
@media (min-width: 1200px) {
    .d-xl-block {
        display: block !important;
    }
}
