
/*ari custom grid*/
.acol-md-3{
	width: 25%;	
	padding: 0 15px;
}
.acol-md-4{
	width: 33.33333333337%;
	padding: 0 15px;
}


.blocker{
	z-index: 100;
}
.videoModal {   
    max-width: 970px;
    border-radius: 0px;  
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;  
}
.videoModal h4{
	color: #fff;
	text-align: center;
	font-weight: 400;
	margin-bottom: 5px;
 }
.videoModal .plyr--video{
	background: #343333;
	padding: 20px 20px 90px 20px;

}
.videoModal  .plyr--video .plyr__controls {
    padding: 29px 10px;
}
.videoModal .plyr__controls .plyr__control[aria-label="Play"]{
	width: 50px;
	height: 50px;
	padding: 0;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	border: 1px solid #fff;
	position: relative;
}
.videoModal .plyr__controls .plyr__control:hover{
	background: #e22618;
}
.plyr__control--overlaid{
	background: rgba(226, 38, 24, .6);
}
 .plyr__control--overlaid:hover{
 	background: rgba(226, 38, 24, 1) !important;
 }
.videoModal .plyr--full-ui input[type=range]{
	color: #e22618;
}
.videoModal .plyr__controls .plyr__control[aria-label="Play"] svg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


@media screen and (max-width: 1300px) {
  .main-navigation .main-nav ul li a, .menu-toggle, .main-navigation .mobile-bar-items a {
    padding-left: 16px;
    padding-right: 16px;
    line-height: 52px;
}
}
.topEntryContnet, .topEntryContnet.entry-taxonomy {
    text-align: center !important;
}
body.single-article div.topEntryContnet a, .topEntryContnet h6 {
    display: inline-block;
    padding: 8px 8px 6px 8px;
    font-family: 'MarianinaWdFY-Regular';
    font-size: 16px;
    font-weight: normal;
    line-height: 12px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #7e9eab;
    border: solid 1px #7e9eab;
    vertical-align: middle;
}
.topEntryContnet h6{display: inline-block;font-weight: normal;color: #fff;}

.topEntryContnet img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.entry-taxonomy img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
/****************************05-04-19*********************/
/* LAYOUT *
-----------------------------------------------*/
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}

.wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
a.sc-player,
.button {
  display: inline-block;
  background: #bf3d3f;
  background: rgba(19, 19, 19, 0.14);
  border-radius: 4px;
  padding: 1em 1.5em;
  text-align: center;
  text-decoration: none;
  color: #f8f8f8;
  font-size: 1.5em;
  transition: all 0.3s ease-out;
}
a.sc-player:hover,
.button:hover {
  background: #9c3538;
  background: rgba(19, 19, 19, 0.24);
  color: #f8f8f8;
}
.main {
  margin-bottom: 4em;
}
.transition {
  transition: all 0.3s ease-out;
}
/* FONTS *
-----------------------------------------------*/
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUSjIg1_i6t8kCHKm459Wlhzg.ttf) format('truetype');
}
@font-face {
  font-family: 'Sacramento';
  font-style: normal;
  font-weight: 400;
  src: local('Sacramento'), local('Sacramento-Regular'), url(https://fonts.gstatic.com/s/sacramento/v6/buEzpo6gcdjy0EiZMBUG4C0f-A.ttf) format('truetype');
}
.display {
  font-family: 'Montserrat', sans-serif;
}

/* SOUNDCLOUD PLAYER *
-----------------------------------------------*/
.sc-player {
    position: relative;
    margin: 2em 0;
    *zoom: 1;
    float: left;
    width: 100%;
}
.sc-player a {
  text-decoration: none;
  color: #fff;
}
.sc-player ol,
.sc-player li {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
/* Artworks */
.sc-player .sc-artwork-list {
  display: none;
  float: left;
  width: 40%;
  margin-bottom: 3%;
  background-color: transparent;
  list-style-type: none;
  position: relative;
  height: 100%;
}
.sc-player .sc-artwork-list li {
  list-style-type: none;
  display: none;
}
.sc-player .sc-artwork-list li.active {
  list-style-type: none;
  display: block;
}
.sc-player .sc-artwork-list li img,
.sc-player .sc-artwork-list li div {
  list-style-type: none;
  width: 100%;
  height: auto;
}
/* controls */
.sc-player .sc-controls {
    display: block;
    float: left;
    width: 100px;
}
.sc-player .sc-controls a {
	text-indent: -9999px;
	content: '';
	display: block;
	background: #bf3d3f;
	background: rgba(255, 255, 255, 0.12);
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	 width: 100%;
    height: 100px;
}

.sc-player .sc-controls a:hover {
  background: #9c3538;
  background: rgba(19, 19, 19, 0.22);
}
.sc-player .sc-controls a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 50%;
  margin-left: -50px;
  z-index: 1;
  background: url('/wp-content/themes/generatepress_child/images/sc_play.png');
  background-position: top;
  background-size: 100px auto;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
@media screen and (min-width: 38em) {
  .sc-player .sc-controls a:after {
    width: 180px;
    height: 180px;
    margin-top: -90px;
    margin-left: -90px;
    background-size: 180px auto;
  }
}
.sc-player .sc-controls a.sc-pause:after {
  background-position: bottom;
}
.sc-scrubber .sc-time-indicators {
  background: #9c3538;
  background: rgba(19, 19, 19, 0.22);
  color: #fff;
  border-radius: 4px;
  padding: 7px;
  text-align: right;
}
.sc-player .sc-controls a.sc-pause {
  display: none;
}
.sc-player.playing .sc-controls a.sc-play {
  display: none;
}
.sc-player.playing .sc-controls a.sc-pause {
  display: block;
}
/* scrubber */
.sc-scrubber {
	position: relative;
	float: right;
	width: calc(100% - 100px);
	border-radius: 4px;
	padding-left: 30px;
}
@media screen and (min-width: 38em) {
}
.sc-scrubber .sc-time-span {
  height: 100px;
  position: relative;
}
.sc-scrubber .sc-buffer,
.sc-scrubber .sc-played {
  height: 100px;
  position: absolute;
  top: 0;
}
.sc-scrubber .sc-time-indicators {
  position: absolute;
  right: 0;
  top: -29px;
}
.sc-scrubber .sc-time-span {
  border-radius: 4px;
  overflow: hidden;
}
.sc-scrubber .sc-volume-slider .sc-volume-status {
    background-color: #9c3538;
    background-color: rgba(255, 0, 0, 0.5);
    border-right: 1px solid #9c3538;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
}
.sc-scrubber .sc-waveform-container {
    z-index: 800;
    width: 100%;
    position: absolute;
    /*background: #e22618;*/
}
.sc-scrubber .sc-time-span img {
	height: 100px;
	width: 100%;
	border-radius: 4px;
	object-fit: unset;
	clip-path: none !important;
}
.sc-scrubber .sc-buffer {
  background: #bf3d3f;
  background: rgba(19, 19, 19, 0.12);
  z-index: 1;
  position: absolute;
}
.sc-scrubber .sc-played {
  background: #e22618;
  z-index: 799;
}
/* volume control */
.sc-volume-slider {
	top: -26px;
	left: -99px;
	position: absolute;
	width: 150px;
	height: 6px;
}
.sc-scrubber .sc-volume-slider {
    background-color: rgba(255, 0, 0, 0.3);
    border-radius: 2px;
}
.sc-volume-slider .sc-volume-status {
    position: absolute;
    width: 0%;
    height: 6px;
    top: 0;
    left: 0;
}
/* tracks */
/* Track listings*/
.sc-player ol.sc-trackslist {
    position: relative;
    width: 100%;
    overflow: auto;
    display: none;
}
.sc-player ol.sc-trackslist li {
  width: 100%;
  cursor: pointer;
  margin-bottom: 0.5em;
  padding: 4%;
  background: #bf3d3f;
  background: rgba(19, 19, 19, 0.12);
  color: white;
  border-radius: 4px;
  transition: background 0.3s ease-in;
  text-align: left;
}
@media screen and (min-width: 38em) {
  .sc-player ol.sc-trackslist li {
    padding: 2%;
  }
}
.sc-player ol.sc-trackslist li:last-child {
  margin-bottom: 0;
}
.sc-player ol.sc-trackslist li a {
  font-size: 1.125em;
}
@media screen and (min-width: 38em) {
  .sc-player ol.sc-trackslist li a {
    font-size: 2em;
  }
}
.sc-player ol.sc-trackslist li:hover {
  background: #9c3538;
  background: rgba(19, 19, 19, 0.22);
}
.sc-player ol.sc-trackslist li.active {
  background: #9c3538;
  background: rgba(19, 19, 19, 0.32);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.sc-player ol.sc-trackslist li.active a {
  color: #fff;
}
.sc-track-duration {
  float: right;
  margin-top: 0.25em;
}
@media screen and (min-width: 38em) {
  .sc-track-duration {
    margin-top: 0.5em;
  }
}
/* Track info*/
.sc-player .sc-info {
  position: relative;
  margin-bottom: 2em;
  padding: 1% 3%;
}
@media screen and (min-width: 38em) {
  .sc-player .sc-info {
    margin-top: 1em;
    margin-bottom: 3em;
  }
}
.sc-player .sc-info h3 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.sc-player .sc-info h4 {
  display: none;
}
.sc-player .sc-info .sc-info a {
  color: #fff;
}

.sc-player .sc-info-toggle,
.sc-player .sc-info-close {
  display: none;
}
/* utilities */
.sc-player-engine-container {
  width: 1px;
  height: 1px;
  position: fixed;
  top: 2px;
  left: 2px;
}
.sc-player .sc-info-toggle {
  background: #22B573;
  color: #fff;
  border-radius: 4px;
  padding: 4px;
}
.sc-player .sc-info-toggle:hover {
  background: #333;
  color: #fff;
}
.sc-player .sc-info-close {
  background: #22B573;
  border-radius: 4px;
  padding: 2px 4px;
  font-weight: bold;
}
.sc-player .sc-controls a::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 50%;
	margin-left: -25px;
	z-index: 1;
	background: url('/wp-content/themes/generatepress_child/images/sc_play.png');
	background-position: top;
	background-size: 50px auto;
	border-radius: 50%;
	width: 50px;
	height: 50px;
}
.a2a_kit.active {
	display:none !important;
	}

.mMagic.active {
  display:block !important;
} 
.onLoadSocial.active {
  display:block !important;
} 
.foo3.active {
  display:block !important;
}  
.plyr--audio .plyr__controls {
    padding: 10px 0;
    width: 100%;
}	

@media only screen and (max-width:992px) {
.sc-player .sc-controls {
    width: 58px;
}	
.sc-player .sc-controls a {
   height: 58px;
	}
.sc-scrubber {
    width: calc(100% - 58px);
    padding-left: 18px;
}
.sc-scrubber .sc-time-span img {
	height: 58px !important;
}
.sc-scrubber .sc-time-span {
    height: 58px !important;
    position: relative;
}
.sc-scrubber .sc-buffer, .sc-scrubber .sc-played {
	height:58px;
	}
.sc-volume-slider {
    left: -58px;
}
.sc-player {
	margin: 4em 0 0;
}
}
.single-issue .footer-widget-1 aside#nav_menu-3 li.menu-item.magazine {
    display: list-item !important;
}
.single-issue .footer-widget-1 aside#nav_menu-3 li.menu-item.main {
    display: none !important;
}


/****************************24-07-2019*********************/
/* For Article footer Most Popular *
-----------------------------------------------*/

.arTopicWithImgft{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
   -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.arTopicWithImgft img{
  width: 100px;
}
.ftRtPsotTitle{
	font-size: 15px;
	line-height: 1.2;
	letter-spacing: 0.38px;
	color: #343333;
	margin-left: 15px;
	font-family: Canela-Light;
	font-weight: 700;
}
.mostPopularHearFt{
	background: #313030;
	width: 100%;
	color: #fff;
	padding: 3px 0;
	font-size: 17px;
	text-align: center;
	letter-spacing: 0.43px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-family: 'MarianinaWdFY-Black';
}
.mostPopularSectft, .mostPopularSectft *{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mostPopularSectft .arcotnInners.full {margin-bottom: 13px; }
.mostPopularSectft .container{
  padding: 0 15px;
}