/*!
Theme Name: Market Scale
Theme URI:
Author: 
Author URI:
Description: Market Scale Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ms 
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Functions prefix: ms_
Theme Folder name: market-scale
Url of development local site: market-scale-loccal.com

This theme, like WordPress, is licensed under the GPL.
*/

.wrap-image-aspect-ratio-16-9 {
	position: relative;
	overflow: hidden !important;
	padding-bottom: 56.25%;
}

.wrap-image-aspect-ratio-16-9 > img {
	position: absolute !important;
	height: auto !important;
}

/*START Temporary styles, you need to remove old styles via scss instead of these styles.*/
.share-reverse-display-icon-and-name{
	flex-direction: row-reverse;
}
/***********************************/
.home .s-home-education .c-post-lg__img,
.home .c-industries-card__img{
	max-height: unset;
}
.home .s-home-hero .c-post-md__thumbnail,
.home .s-home-hero .c-big-post__img a {
	height: unset;
}
.home .c-big-post__img a{
	padding-bottom: unset;
}
@media screen and (min-width: 768px) {
	.home .s-home-education .c-post-lg__img,
	.home .s-home-hero .c-post-md__thumbnail,
	.home .s-home-hero .c-big-post__img a {
		height: unset;
	}
}
/**********************/
/* page-template-template-links - Remove similar styles */
.page-template-page-links .c-shows {
  height: 100%;
}
.page-template-page-links .c-shows a {
  height: 100%;
  color: #fff;
  display: block;
}
.page-template-page-links .c-shows a span {
  display: block;
  min-height: 70px;
}
.page-template-page-links .c-shows a img {
  height: 215px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .page-template-page-links .c-bottom-cta {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #000;
    z-index: 999;
    padding: 15px 0;
    margin: 0 !important;
  }
  .page-template-page-links .c-bottom-cta a {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 8px;
  }
}
/********************/
/* page-template-template-press - Remove similar styles */
/* check out these styles */
.page-template-page-press .s-most-popular__title {
    font-size: 24px;
    margin-bottom: 20px;
}
.page-template-page-press .c-post-lg {
    display: flex;
}
@media screen and (max-width: 450px) {
	.page-template-page-press .c-post-lg {
		flex-direction: column;
	}
}
/*End check out these styles*/


.page-template-page-press .s-most-popular .row>div:nth-child(2) .c-post-lg__description {
    display: block!important;
}
.page-template-page-press .s-most-popular .row>div:nth-child(2) .btn__readMore {
    display: block!important;
}
/********/
.s-episode-video__news a {
	color: #000 !important;
}
/*END */