@charset "UTF-8";
/*--------------------------------------------------------------
# common styles start
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700,900");
/* hass head web font
https://www.fontify.me/webfont/137927/bw-haas-head-75-bold
@import url('https://www.fontify.me/wf/4a874698122d8e1babea4f5f29c57b59');
*/
html, body {
  min-height:100%;
  height:auto;
  }

body {
  margin: 0px;
  overflow-x: hidden; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

textarea:focus, input:focus {
  outline: none; }

.btn:active,
.btn:active:hover,
.btn:active:focus,
.btn:active:active {
  background: transparent;
  color: inherit;
  outline: none;
  box-shadow: none; }

body {
  margin: 0;
  font-size: 18px; }
  body p {
    font-size: 18px;
    line-height: 130%; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a, a:active, a:focus, a:hover {
  color: #EE3523;
  outline: none !important;
  text-decoration: none;
  outline: none; }

a.bookmark:active,
a.bookmark:focus {
  color: #fff; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

small {
  font-size: 80%; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible;
  text-transform: none; }

select {
  text-transform: none; }

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer; }

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }
  input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0; }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #A0A0A0;
  font-family: 'Monosten A';
  font-size: 12px; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #A0A0A0;
  font-family: 'Monosten A';
  font-size: 12px; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #A0A0A0;
  font-family: 'Monosten A';
  font-size: 12px; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #A0A0A0;
  font-family: 'Monosten A';
  font-size: 12px; }

/*--------------------------------------------------------------
# common styles end
--------------------------------------------------------------*/
.centeredtext {
  margin: 0 auto;
  display: block; }

.aligntext {
  text-align: center; }

@media all and (min-width: 768px) {
  .nopadding {
    padding: 0px; } }

.nomargin {
  padding: 0px; }

.add-padding {
  padding: 12px; }

/*--------------------------------------------------------------
# Typography start
--------------------------------------------------------------*/
body, button, input, select, textarea, nav {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #000;
  line-height: 1.5; }

h2, h3, h4, h5, h6 {
  clear: both;
  font-family: 'BW Haas Head 75';
  font-weight: bold; }

p {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 18px; }

dfn, cite, em, i {
  font-style: italic; }

address {
  margin: 0 0 1.5em; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Typography end
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Elements start
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

* {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }
  *:before, *:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit; }

body {
  background: #fff;
  padding-top: 100px;
  /* Fallback for when there is no custom background color defined. */ }
  @media all and (max-width: 768px) {
    body {
      padding-top: 70px; } }

blockquote:before, blockquote:after {
  content: ""; }

q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Bootstrap Override
--------------------------------------------------------------*/
ul {
  padding-left: 0; }

li.divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #414042 !important; }

.navbar-default .navbar-nav > li {
  background: transparent; }
  .navbar-default .navbar-nav > li > a {
    color: #EE3624;
    font-weight: 300; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background: #EE3624; }

.navbar-brand {
  display: block;
  padding: 0; }
  .navbar-brand img {
    max-width: 65%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    display: block; }
    @media all and (max-width: 768px) and (orientation: landscape) {
      .navbar-brand img {
        max-width: 45%; } }
    @media all and (min-width: 768px) {
      .navbar-brand img {
        max-width: 60%;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear; } }

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 20px;
      height: 20px;
      padding: 5px;
      cursor: pointer;
      color: red;
      border: 0;
      outline: none;
      background: transparent; }
      .slick-dots li button:before {
        font-size: 40px;
        line-height: 20px;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 20px;
        height: 20px;
        content: ' \25CF';
        text-align: center;
        opacity: 0.25;
        color: black;
        -webkit-font-smoothing: antialiased; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #EE3523; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

@media all and (max-width: 768px) {
  .slick-dots li button:before {
    font-size: 25px; } }
/*--------------------------------------------------------------
# Custom Classes
--------------------------------------------------------------*/
.view-all-btn {
  text-align: center; }

.white-tags {
  background-color: #fff; }

.btn-ishq {
  border-radius: 25px;
  color: #fff;
  margin: 0 auto;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 30px;
  letter-spacing: 0.75px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  background-color: #EE3523;
  border-color: #fff;
  margin: 15px 0; }
  .btn-ishq:hover {
    -webkit-box-shadow: inset 0 -3.2em 0 0 #ce2110;
    -moz-box-shadow: inset 0 -3.2em 0 0 #ce2110;
    -o-box-shadow: inset 0 -3.2em 0 0 #ce2110;
    -ms-box-shadow: inset 0 -3.2em 0 0 #ce2110;
    box-shadow: inset 0 -3.2em 0 0 #ce2110; }

.if-overflow-hidden {
  overflow: hidden; }

.if-uppercase {
  text-transform: uppercase; }

.read-more:hover {
  text-decoration: underline; }

article a {
  display: block;
  position: relative; }

/* Category title  */
.if-cat-header {
  margin: auto;
  display: table;
  padding: 20px 0; }
  .if-cat-header img {
    vertical-align: middle;
    display: table-cell;
    max-width: 60px; }
  .if-cat-header span {
    vertical-align: middle;
    display: table-cell;
    padding-left: 10px; }
    .if-cat-header span h2 {
      margin-top: 8px;
      text-transform: uppercase;
      font-size: 32px; }

/* .Category title  */
/* Post Card Common design */
.post-div {
  position: relative; }
  .post-div a {
    display: block; }
    .post-div a img {
      margin: auto; }
  .post-div .play {
    display: none;
    color: #fff;
    position: absolute;
    top: 45%;
    left: 50%;
    margin-left: -30px;
    margin-top: -36px; }
    @media all and (min-width: 768px) and (max-width: 1000px) {
      .post-div .play {
        top: 40%; } }
  .post-div:hover.video-post i.video-play {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    color: #e6e6e6; }
  .post-div:hover.audio-post i.audio-play {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    color: #ed4038; }
  .post-div.video-post .play.video-play {
    display: block !important;
    color: #fff;
    cursor: pointer;
    font-size: 55px; }
  .post-div.audio-post .play.audio-play {
    display: block !important;
    color: #F16D67;
    font-size: 55px; }

.post-footer a {
  font-weight: 300;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear; }
  .post-footer a:hover {
    text-decoration: underline; }

/* ./Post Card Common design */
/* Display Table Design */
@media all and (min-width: 768px) {
  .display-table {
    display: table;
    height: 100%;
    width: 100%; }
    .display-table .table-row {
      display: table-row;
      width: 100%; }
    .display-table .table-cell {
      display: table-cell;
      vertical-align: middle;
      float: none; } }
/* ./Display Table Design */
@media all and (max-width: 768px) {
  .post-title,
  .cat-post-info-wrap > a > p,
  .if-cat-featured-post-info {
    margin: 0 9px; } }

.if-cat-featured {
  background-color: #4250A2;
  color: #fff;
  margin-bottom:25px;
  /* &:hover {
    .post-cat {
      @include text-transitions;
      margin-left: 5px;
    }
    p.post-title {
      @include text-transitions;
      margin-left: -5px;
    }
  } */ }
  .if-cat-featured.if-cat-featured-read {
    background-color: #fff !important; }
  .if-cat-featured.if-cat-featured-listen {
    background-color: #F16D67 !important; }
  .if-cat-featured .if-cat-featured-post-info {
    padding: 0 20px; }
    .if-cat-featured .if-cat-featured-post-info a.post-cat {
      text-transform: uppercase; }
    .if-cat-featured .if-cat-featured-post-info a.post-cat, .if-cat-featured .if-cat-featured-post-info a.read-more {
      font-size: 12px;
      color: #fff;
      font-weight: 300; }
    .if-cat-featured .if-cat-featured-post-info p.post-title {
      line-height: 120%;
      font-size: 24px;
      color: #fff;
      padding: 10px 0;
      margin: 0; }
    @media all and (max-width: 768px) {
      .if-cat-featured .if-cat-featured-post-info {
        clear: both;
        padding: 15px 12px; } }

.category-contents .cat-post-info-wrap {
  position: relative;
  margin: auto;
  left: 0px;
  background: #fff;
  box-shadow: 0px -3px 10px 6px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px -3px 10px 6px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px -3px 10px 6px rgba(0, 0, 0, 0.08);
  width: 95%;
  top: -20px; }
  @media all and (min-width: 768px) {
    .category-contents .cat-post-info-wrap {
      width: 85%;
      min-height: 110px; } }
  .category-contents .cat-post-info-wrap p {
    color: #414042;
    padding: 15px 25px;
    letter-spacing: 0.75px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important;
    font-size: 15px; }
    @media all and (min-width: 320px) and (max-width: 1024px) and (orientation: landscape) {
      .category-contents .cat-post-info-wrap p {
        padding: 0px; } }
  @media all and (min-width: 768px) {
    .category-contents .cat-post-info-wrap .post-footer {
      position: absolute;
      left: 50%;
      bottom: -10%;
      width: 100%;
      -moz-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0); } }
  .category-contents .cat-post-info-wrap .post-footer a {
    font-size: 12px;
    padding: 4px; }
  @media all and (min-width: 768px) and (max-width: 1000px) {
    .category-contents .cat-post-info-wrap {
      width: 90%;
      padding: 10px; } }

.category-featured-posts {
  padding-top: 30px; }
  .category-featured-posts .category-items-wrap {
    position: relative; }
    .category-featured-posts .category-items-wrap .category-item {
      outline: none; }

.category-slider-nav .slick-arrow {
  position: absolute;
  top: 30%;
  cursor: pointer;
  background-color: rgba(214, 214, 214, 0.5);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 8px;
  z-index: 500;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear; }
  .category-slider-nav .slick-arrow:hover {
    background: #869791; }
.category-slider-nav .cat-slick-arrow-left {
  left: 5%; }
  @media all and (min-width: 768px) {
    .category-slider-nav .cat-slick-arrow-left {
      left: -5%; } }
.category-slider-nav .cat-slick-arrow-right {
  right: 5%; }
  @media all and (min-width: 768px) {
    .category-slider-nav .cat-slick-arrow-right {
      right: -5%; } }

/*banner image with opacity http://jsfiddle.net/jdL7q7z1/*/
/*.if-cat-featured-post-image {
  position: relative;
  img {
  height: auto;
  width: 100%;
   }
  &:after{
      content:'\A';
      position:absolute;
      width:100%; height:100%;
      top:0; left:0;
      background:rgba(0,0,0,0.2);
      opacity:0;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
  }
  &:hover:after{
    opacity: 1;
  }

}*/
article {
  position: relative;
  overflow: hidden; }
  article img {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear; }
  article a {
    display: block; }
  article .if-featured-post-heading {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    display: table-cell;
    height: inherit;
    vertical-align: middle;
    padding: 0px 24px; }
    article .if-featured-post-heading a {
      text-decoration: none; }
      article .if-featured-post-heading a h4 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        color: #fff;
        letter-spacing: 0.7px;
        font-size: 14px; }
  article:hover .if-featured-post-heading p {
    opacity: 0.75; }
  article:hover i.play {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    color: #e6e6e6; }
  article:hover .cat-post-info-wrap p {
    color: #4250A2; }
  article:hover img {
    /* @include transform(scale(1.05));
    webkit-transform: scale3d(0.95,0.95,1);
    transform: scale3d(0.95,0.95,1); */ }
  article:hover .social-bar li img {
    -webkit-transform: none;
    transform: none;
    max-width: 18px; }

/*--------------------------------------------------------------
# navbar
--------------------------------------------------------------*/
.if-main-content {
  padding-top: 10px; }

.if-loginbar {
  padding: 0 5px; }
  @media all and (min-width: 768px) {
    .if-loginbar {
      float: right; } }
  .if-loginbar a {
    color: #414042;
    font-size: 12px; }
    .if-loginbar a:hover {
      color: #EE3523; }

@keyframes heartbeat {
  0% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  25% {
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  50% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  75% {
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  100% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
/* Search Box */
.if-searchbar {
  float: left;
  padding: 0 12px;
  margin-top: 3px; }
  .if-searchbar .add-on {
    position: relative; }
    @media all and (max-width: 768px) {
      .if-searchbar .add-on {
        padding: 0 15px; } }
    .if-searchbar .add-on .if-search-box {
      height: 28px;
      background: transparent url("https://akm-img-a-in.tosshub.com/sites/ishq/resources/images/search.png") no-repeat 0px center;
      cursor: pointer;
      z-index: 0;
      border: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -o-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none;
      border-radius: 0;
      width: 130px; }
      @media all and (max-width: 768px) {
        .if-searchbar .add-on .if-search-box {
          border-bottom: 1px solid #EE3624;
          padding-left: 25px; } }
      @media all and (min-width: 768px) {
        .if-searchbar .add-on .if-search-box {
          width: 24px;
          -webkit-transition: width 0.4s ease-in-out;
          transition: width 0.4s ease-in-out; }
          .if-searchbar .add-on .if-search-box:focus {
            width: 175px;
            padding-left: 28px;
            border-bottom: 1px solid #EE3624; } }

.if-social-menu {
  list-style-type: none;
  display: none; }
  .if-social-menu li {
    display: inline-block;
    padding: 5px 6px; }
    .if-social-menu li:nth-of-type(4) {
      padding-right: 0px; }
    .if-social-menu li img {
      max-width: 20px; }
  @media all and (min-width: 768px) {
    .if-social-menu {
      display: block; } }

/*--------------------------------------------------------------
    # Mobile Offcanvas Navigation
  --------------------------------------------------------------*/
.if-offcanvas-menu .navbar-brand {
  margin: 15px 0; }
@media all and (min-width: 768px) {
  .if-offcanvas-menu {
    display: none; } }

/* Mobile Menu*/
.mobile-menu-slide li
a {
  text-align: left !important; }
  .mobile-menu-slide li
  a img {
    display: none !important; }

/*--------------------------------------------------------------
 # Featured Posts
--------------------------------------------------------------*/
/* Slick slider issue  on load - https://github.com/kenwheeler/slick/issues/158 */
.addpadding {
  visibility: hidden; }
  .addpadding .slick-arrow {
    display: none !important; }
  .addpadding .if-single-featured-item a img {
    width: 100% !important; }

.slick-initialized {
  visibility: visible; }

.if-featured-posts .if-featured-post-heading-wrap {
  display: table;
  background-color: #EE3523;
  color: #fff;
  height: 90px;
  position: absolute;
  left: 50%;
  bottom: 2%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0%);
  width: 100%;
  max-width: 95%;
  margin: 0 auto; }
  .if-featured-posts .if-featured-post-heading-wrap .if-featured-post-cat-icon {
    position: absolute;
    bottom: 79%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0%); }
.if-featured-posts button.slick-arrow {
  display: none !important; }

/* Common layout start */
/* Common layout End */
/*--------------------------------------------------------------
# watch section  style
--------------------------------------------------------------*/
.bg-section-container {
  background: transparent url("https://akm-img-a-in.tosshub.com/sites/ishq/resources/images/doodle.png") repeat center center;
  background-size: cover;
  background-attachment: fixed;

*/
background-color:transparent;
}
  .bg-section-container .if-cat-header h2 {
    margin-top: 8px;
    color: #4250A2; }
  .bg-section-container .if-cat-featured-post-info {
    position: relative;
    background-color: #4250A2; }
    .bg-section-container .if-cat-featured-post-info .post-title {
      color: #fff !important; }
  .bg-section-container .post-cat, .bg-section-container .read-more {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear; }
    .bg-section-container .post-cat:hover, .bg-section-container .read-more:hover {
      opacity: 0.85; }
  .bg-section-container .post-cat {
    color: #fff !important; }
  .bg-section-container .read-more {
    color: #fff !important; }
  .bg-section-container .view-all-btn {
    margin-bottom: 0px; }
  .bg-section-container .btn-ishq {
    color: #fff;
    background-color: #4250A2;
    border-color: #4250A2; }
    .bg-section-container .btn-ishq:hover {
      -webkit-box-shadow: inset 0 -3.2em 0 0 #333e7e;
      -moz-box-shadow: inset 0 -3.2em 0 0 #333e7e;
      -o-box-shadow: inset 0 -3.2em 0 0 #333e7e;
      -ms-box-shadow: inset 0 -3.2em 0 0 #333e7e;
      box-shadow: inset 0 -3.2em 0 0 #333e7e; }
  .bg-section-container .post-div i.play {
    color: #4250A2; }
  .bg-section-container .post-div:hover i.play {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    color: #e6e6e6; }
  .bg-section-container article:hover i.play, .bg-section-container article:hover .cat-post-info-wrap p {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    color: #4250A2; }
  .bg-section-container .post-footer a {
    color: #4250A2 !important; }
  .bg-section-container .slick-arrow {
    color: #4250A2; }
  @media all and (max-width: 768px) {
    .bg-section-container .if-cat-header {
      padding: 25px 0 15px 0; } }

/*--------------------------------------------------------------
# Read section style
--------------------------------------------------------------*/
.read-section-container {
  background: #EE3523; }
  .read-section-container .if-cat-header h2 {
    margin-top: 8px;
    color: #fff; }
  .read-section-container .if-cat-featured-post-info {
    position: relative;
    background-color: #fff; }
    .read-section-container .if-cat-featured-post-info .post-title {
      color: #414042 !important; }
  .read-section-container .post-cat, .read-section-container .read-more {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear; }
    .read-section-container .post-cat:hover, .read-section-container .read-more:hover {
      opacity: 0.85; }
  .read-section-container .post-cat {
    color: #EE3523 !important; }
  .read-section-container .read-more {
    color: #EE3523 !important; }
  .read-section-container .view-all-btn {
    margin-bottom: 0px; }
  .read-section-container .btn-ishq {
    color: #fff;
    background-color: #EE3523;
    border-color: #fff; }
    .read-section-container .btn-ishq:hover {
      -webkit-box-shadow: inset 0 -3.2em 0 0 #ce2110;
      -moz-box-shadow: inset 0 -3.2em 0 0 #ce2110;
      -o-box-shadow: inset 0 -3.2em 0 0 #ce2110;
      -ms-box-shadow: inset 0 -3.2em 0 0 #ce2110;
      box-shadow: inset 0 -3.2em 0 0 #ce2110; }
  .read-section-container .post-div i.play {
    color: #fff; }
  .read-section-container .post-div:hover i.play {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    color: #e6e6e6; }
  .read-section-container article:hover i.play, .read-section-container article:hover .cat-post-info-wrap p {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    color: #EE3523; }
  .read-section-container .post-footer a {
    color: #EE3523 !important; }
  .read-section-container .slick-arrow {
    color: #fff; }

/*--------------------------------------------------------------
# listen section style
--------------------------------------------------------------*/
.listen-section-container {
  background: transparent url("https://akm-img-a-in.tosshub.com/sites/ishq/resources/images/doodle.png") repeat center center;
  background-size: cover;
  background-attachment: fixed; }
  .listen-section-container .if-cat-header h2 {
    margin-top: 8px;
    color: #F16D67; }
  .listen-section-container .if-cat-featured-post-info {
    position: relative;
    background-color: #F16D67; }
    .listen-section-container .if-cat-featured-post-info .post-title {
      color: #fff !important; }
  .listen-section-container .post-cat, .listen-section-container .read-more {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear; }
    .listen-section-container .post-cat:hover, .listen-section-container .read-more:hover {
      opacity: 0.85; }
  .listen-section-container .post-cat {
    color: #fff !important; }
  .listen-section-container .read-more {
    color: #fff !important; }
  .listen-section-container .view-all-btn {
    margin-bottom: 0px; }
  .listen-section-container .btn-ishq {
    color: #fff;
    background-color: #F16D67;
    border-color: #F16D67; }
    .listen-section-container .btn-ishq:hover {
      -webkit-box-shadow: inset 0 -3.2em 0 0 #ed4038;
      -moz-box-shadow: inset 0 -3.2em 0 0 #ed4038;
      -o-box-shadow: inset 0 -3.2em 0 0 #ed4038;
      -ms-box-shadow: inset 0 -3.2em 0 0 #ed4038;
      box-shadow: inset 0 -3.2em 0 0 #ed4038; }
  .listen-section-container .post-div i.play {
    color: #F16D67; }
  .listen-section-container .post-div:hover i.play {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    color: #e6e6e6; }
  .listen-section-container article:hover i.play, .listen-section-container article:hover .cat-post-info-wrap p {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    color: #F16D67; }
  .listen-section-container .post-footer a {
    color: #F16D67 !important; }
  .listen-section-container .slick-arrow {
    color: #F16D67; }

/*--------------------------------------------------------------
# photostory section style
--------------------------------------------------------------*/
.if-photo-header {
  background-color: #fff;
  padding: 25px 0px 0px; }
  .if-photo-header h2 {
    font-family: 'BW Haas Head 95';
    color: #7E3F98;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 75%;
    margin: 0px;
    font-size: 56px; }

.photostory-section-container {
  background-color: #7E3F98; }
  .photostory-section-container .btn-ishq {
    background-color: #414042; }
    .photostory-section-container .btn-ishq:hover {
      -webkit-box-shadow: inset 0 -3.2em 0 0 #272727;
      -moz-box-shadow: inset 0 -3.2em 0 0 #272727;
      -o-box-shadow: inset 0 -3.2em 0 0 #272727;
      -ms-box-shadow: inset 0 -3.2em 0 0 #272727;
      box-shadow: inset 0 -3.2em 0 0 #272727; }
  .photostory-section-container .view-all-btn {
    margin-bottom: -30px; }
    .photostory-section-container .view-all-btn a {
      border: 1px solid #414042; }

.photostory-section {
  padding-top: 20px; }
  .photostory-section .cat-post-info-wrap a p {
    line-height: 120%;
    font-weight: bold; }
  .photostory-section article:hover .cat-post-info-wrap p {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    color: #7E3F98; }
  .photostory-section .post-footer a {
    color: #7E3F98; }

/*--------------------------------------------------------------
# Playlist section style
--------------------------------------------------------------*/
.playlist-section {
  padding-top: 20px; }

.playlist-section-container {
  background: #E6E7E8 url("https://akm-img-a-in.tosshub.com/sites/ishq/resources/images/doodle.png") repeat center center;
  background-size: cover;
  padding-bottom: 20px; }
  @media all and (min-width: 768px) {
    .playlist-section-container {
      padding-bottom: 60px; } }

.playlist-section .if-cat-header h2 {
  color: #EE3523; }
.playlist-section .post-div i.play {
  margin-left: -14px;
  margin-top: -14px; }
@media all and (max-width: 768px) {
  .playlist-section .post-div {
    margin-bottom: 25px; } }
.playlist-section .category-items-wrap .item-space {
  margin: 10px; }
.playlist-section .category-items-wrap article {
  max-width: 340px;
  margin: 0 auto; }
  .playlist-section .category-items-wrap article a img {
    margin: 0px;
    border: 30px solid red;
    background-color: red;
    /*https://stackoverflow.com/questions/8556604/is-there-a-way-to-use-two-css3-box-shadows-on-one-element - box shadow*/
    -webkit-box-shadow: 9px 9px 0px 0px rgba(238, 53, 35, 0.75), 18px 18px 0px 0px rgba(238, 53, 35, 0.5);
    -moz-box-shadow: 9px 9px 0px 0px rgba(238, 53, 35, 0.75), 18px 18px 0px 0px rgba(238, 53, 35, 0.5);
    box-shadow: 9px 9px 0px 0px rgba(238, 53, 35, 0.75), 18px 18px 0px 0px rgba(238, 53, 35, 0.5); }
  .playlist-section .category-items-wrap article .cat-post-info-wrap {
    width: 100%;
    position: static;
    background-color: #fff;
    padding: 10px 20px;
    min-height: 70px;
    max-width: 340px;
    margin: 0;
    -webkit-box-shadow: 48px 0px 0px 0px white;
    -moz-box-shadow: 48px 0px 0px 0px white;
    box-shadow: 48px 0px 0px 0px white; }
    .playlist-section .category-items-wrap article .cat-post-info-wrap a {
      color: #414042;
      font-family: 'Montserrat', sans-serif;
      font-weight: 300;
      font-style: normal;
      transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear; }
      .playlist-section .category-items-wrap article .cat-post-info-wrap a:hover {
        color: #EE3523 !important; }
      .playlist-section .category-items-wrap article .cat-post-info-wrap a p {
        line-height: 120%;
        padding: 0;
        font-weight: 300; }
    .playlist-section .category-items-wrap article .cat-post-info-wrap a.post-tag {
      font-family: 'Monosten A';
      font-weight: 600;
      font-size: 10px;
      text-transform: uppercase;
      color: #EE3523;
      padding: 5px 10px;
      display: inline-block;
      background-color: #E6E7E8;
      transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      margin: 12px 0; }
      .playlist-section .category-items-wrap article .cat-post-info-wrap a.post-tag:hover {
        color: #EE3523; }
  .playlist-section .category-items-wrap article:hover img {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
.playlist-section article:hover i.play, .playlist-section article:hover a.playlist-title p {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  color: #EE3523; }

/*--------------------------------------------------------------
# Footer section style
--------------------------------------------------------------*/
.footer {
  background-color: #404041;
  color: #fff;
  padding: 5px;
  font-weight: normal; }

/*spacing*/
.section-container.featured-post-container {
  padding-bottom: 0;
  margin-top: 0px; }
  @media all and (min-width: 768px) {
    .section-container.featured-post-container {
      margin-top: 25px; } }

/*slider arrow*/
.photostory-section .slick-arrow {
  color: #fff; }

.playlist-section .slick-arrow {
  color: #EE3523; }

/* Sharing Buttons */
.post-share {
  font-size: 16px; }
  .post-share ul {
    list-style-type: none;
    display: inline-block;
    margin: 0; }
    .post-share ul .share {
      padding-left: 0px; }
      .post-share ul .share span {
        font-size: 12px;
        font-weight: 400; }
        .post-share ul .share span:nth-of-type(2) {
          padding-left: 10px; }
    .post-share ul li {
      padding: 0px 4px;
      display: inline-block; }
      .post-share ul li a {
        color: #fff; }
        .post-share ul li a i {
          font-size: 20px;
          vertical-align: middle; }
        .post-share ul li a img {
          display: inline; }
        .post-share ul li a span {
          padding: 5px;
          font-size: 12px;
          font-weight: 400; }
  .post-share .share-icon li a span {
    font-size: 13px;
    font-weight: 400; }
  .post-share:hover > ul.social-bar {
    display: block; }

/*home-page slider share*/
article .post-share {
  background: rgba(0, 0, 0, 0.5);
  left: 12px;
  top: 12px; }
  article .post-share ul img {
    max-width: 15px; }

.listen-section .if-cat-featured-post-info .post-share {
  background-color: transparent; }
  .listen-section .if-cat-featured-post-info .post-share ul li a {
    color: #fff; }

/*--------------------------------------------------------------
# single page style
--------------------------------------------------------------*/
/* Tab Navigation starts here */
.cat-tab-nav {
  position: relative;
  text-align: left;
  margin: 12px 0px; }
  .cat-tab-nav .nav-tabs {
    list-style-type: none;
    position: relative;
    border: 0px;
    text-align: center;
    max-width: 300px;
    margin: 0 auto; }
    .cat-tab-nav .nav-tabs li {
      padding-left: 20px; }
      .cat-tab-nav .nav-tabs li:nth-of-type(1) {
        padding-left: 0px; }
      .cat-tab-nav .nav-tabs li a {
        color: #000000;
        border: none;
        padding: 0px; }
        .cat-tab-nav .nav-tabs li a p {
          padding-bottom: 5px;
          font-size: 22px;
          border-bottom: 5px solid transparent; }
        .cat-tab-nav .nav-tabs li a:hover, .cat-tab-nav .nav-tabs li a:active {
          color: #EE3523;
          border: none; }
      .cat-tab-nav .nav-tabs li.active a, .cat-tab-nav .nav-tabs li.active a:hover, .cat-tab-nav .nav-tabs li.active a:focus {
        color: #000000;
        border: none;
        padding: 0px; }
    .cat-tab-nav .nav-tabs li.active > a p, .cat-tab-nav .nav-tabs > li.active > a p:hover, .cat-tab-nav .nav-tabs > li.active > a p:focus {
      border: none;
      border-bottom: 5px solid #EE3523;
      color: #EE3523; }

/* Tab Navigation ends here */
.post-section {
  background-color: #fff;
  padding-top: 20px; }
  @media all and (max-width: 768px) {
    .post-section {
      padding-top: 5px; } }
  .post-section .category-posts {
    margin-top: 25px; }
  .post-section .inner-post .post-header h2 {
    margin-top: 0px;
    font-size: 28px;
    letter-spacing: 1px; }
  .post-section .inner-post .if-cat-header h2 {
    color: #EE3523; }
  .post-section .inner-post .if-cat-featured-post-info a .post-title {
    font-size: 24px; }
    @media all and (max-width: 768px) {
      .post-section .inner-post .if-cat-featured-post-info a .post-title {
        font-size: 20px; } }
  .post-section .inner-post .if-cat-featured-post-info .social-bar {
    position: absolute;
    bottom: 0px;
    padding: 0px; }
    .post-section .inner-post .if-cat-featured-post-info .social-bar li i {
      color: #fff; }
      .post-section .inner-post .if-cat-featured-post-info .social-bar li i:hover {
        color: black; }
    @media all and (max-width: 990px) {
      .post-section .inner-post .if-cat-featured-post-info .social-bar {
        position: relative; } }
  .post-section .inner-post .if-cat-featured-post-image a img {
    width: 100%; }
  .post-section .inner-post .post-div .cat-post-info-wrap {
    position: relative;
    padding: 0px;
    min-height: 0px; }
    .post-section .inner-post .post-div .cat-post-info-wrap h4 {
      font-size: 18px;
      color: #000000;
      padding: 12px;
      line-height: 120%; }
  .post-section .inner-post .post-div article .inner-post-wrap {
    margin: auto; }
    .post-section .inner-post .post-div article .inner-post-wrap a {
      color: #231F20;
      font-weight: bold;
      display: block;
      overflow: hidden; }
      .post-section .inner-post .post-div article .inner-post-wrap a h4 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        letter-spacing: 0.7px;
        font-size: 15px; }
      .post-section .inner-post .post-div article .inner-post-wrap a p {
        font-size: 14px;
        font-weight: 400;
        text-align: left !important;
        color: #58595b; }
    .post-section .inner-post .post-div article .inner-post-wrap .social-bar li a i:hover {
      color: #EE3523; }
  .post-section .inner-post .view-all-btn {
    clear: both;
    padding: 25px 0; }
    .post-section .inner-post .view-all-btn .btn-ishq {
      background-color: #fff;
      border-color: grey;
      color: grey; }
      .post-section .inner-post .view-all-btn .btn-ishq:hover {
        box-shadow: inset 0 -4.2em 0 0 #e6e6e6; }
  .post-section .inner-post .inner-contents {
    padding-right: 15px; }
    .post-section .inner-post .inner-contents p, .post-section .inner-post .inner-contents div {
      font-weight: 400;
      color: #231f20;
      font-size: 16px;
      line-height: 160%; }
      .post-section .inner-post .inner-contents p img, .post-section .inner-post .inner-contents div img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 12px 0; }
  .post-section .inner-post .post-header p {
    font-weight: 400;
    color: #9b9b9b;
    font-size: 14px;
    margin-bottom: 8px; }
    .post-section .inner-post .post-header p:nth-of-type(2) span {
      font-size: 12px; }
    .post-section .inner-post .post-header p a {
      display: initial;
      font-weight: 400;
      color: #EE3523; }
    .post-section .inner-post .post-header p span:nth-of-type(1) {
      padding-right: 12px; }
  .post-section .inner-post .social-bar {
    list-style-type: none;
    display: table;
    padding: 3px 0px;
    bottom: 0px; }
    .post-section .inner-post .social-bar li {
      display: table-cell;
      padding: 0px; }
      .post-section .inner-post .social-bar li a {
        padding-right: 12px; }
  .post-section .inner-post .sidebar {
    background: #e6e7e8; }
    .post-section .inner-post .sidebar h2 {
      font-weight: 200;
      color: #fff;
      background: #EE3523;
      font-size: 18px;
      text-transform: uppercase;
      margin: 0px;
      padding: 8px;
      letter-spacing: 1px; }
    .post-section .inner-post .sidebar .post-tag {
      position: relative; }

/*--------------------------------------------------------------
# single-watch page style
--------------------------------------------------------------*/
.post-tag {
  display: block;
  max-width: 120px;
  margin: 0 auto; }
  .post-tag a {
    font-weight: 300;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff !important;
    display: inline-block;
    padding: 4px 15px; }

.watch-section .if-cat-header h2 {
  color: #4250A2; }
.watch-section .if-cat-featured-post-info {
  background-color: #4250A2; }
.watch-section .sidebar h2 {
  background: #4250A2; }
.watch-section .post-div article:hover .inner-post-wrap a h4 {
  color: #4250A2; }
.watch-section .post-tag {
  background-color: #4250A2; }
@media all and (max-width: 768px) {
  .watch-section {
    padding-top: 20px; } }

.read-section .if-cat-header h2 {
  color: #fff; }
.read-section .if-cat-featured-post-info {
  background-color: #EE3523; }
.read-section .sidebar h2 {
  background: #EE3523; }
.read-section .post-div article:hover .inner-post-wrap a h4 {
  color: #EE3523; }
.read-section .post-tag {
  background-color: #EE3523; }

.listen-section .if-cat-header h2 {
  color: #F16D67; }
.listen-section .if-cat-featured-post-info {
  background-color: #F16D67; }
.listen-section .sidebar h2 {
  background: #F16D67; }
.listen-section .post-div article:hover .inner-post-wrap a h4 {
  color: #F16D67; }
.listen-section .post-tag {
  background-color: #F16D67; }

.photostories-section .if-cat-header h2 {
  color: #7E3F98; }
.photostories-section .if-cat-featured-post-info {
  background-color: #7E3F98; }
.photostories-section .sidebar h2 {
  background: #7E3F98; }
.photostories-section .post-div article:hover .inner-post-wrap a h4 {
  color: #7E3F98; }
.photostories-section .post-tag {
  background-color: #7E3F98; }

.sidebar .watch-section .if-cat-header h2 {
  color: #4250A2; }
.sidebar .watch-section .if-cat-featured-post-info {
  background-color: #4250A2; }
.sidebar .watch-section .sidebar h2 {
  background: #4250A2; }
.sidebar .watch-section .post-div article:hover .inner-post-wrap a h4 {
  color: #4250A2; }
.sidebar .watch-section .post-tag {
  background-color: #4250A2; }
.sidebar .read-section .if-cat-header h2 {
  color: #EE3523; }
.sidebar .read-section .if-cat-featured-post-info {
  background-color: #EE3523; }
.sidebar .read-section .sidebar h2 {
  background: #EE3523; }
.sidebar .read-section .post-div article:hover .inner-post-wrap a h4 {
  color: #EE3523; }
.sidebar .read-section .post-tag {
  background-color: #EE3523; }
.sidebar .listen-section .if-cat-header h2 {
  color: #F16D67; }
.sidebar .listen-section .if-cat-featured-post-info {
  background-color: #F16D67; }
.sidebar .listen-section .sidebar h2 {
  background: #F16D67; }
.sidebar .listen-section .post-div article:hover .inner-post-wrap a h4 {
  color: #F16D67; }
.sidebar .listen-section .post-tag {
  background-color: #F16D67; }
.sidebar .photostories-section .if-cat-header h2 {
  color: #7E3F98; }
.sidebar .photostories-section .if-cat-featured-post-info {
  background-color: #7E3F98; }
.sidebar .photostories-section .sidebar h2 {
  background: #7E3F98; }
.sidebar .photostories-section .post-div article:hover .inner-post-wrap a h4 {
  color: #7E3F98; }
.sidebar .photostories-section .post-tag {
  background-color: #7E3F98; }

/* iphone device media queries */
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
  .if-category-section .if-cat-header img {
    width: 85%; }
  .if-category-section .if-cat-header span {
    padding-left: 8px; }
  .if-category-section .if-cat-header h2 {
    font-size: 28px; }

  .post-div .play {
    font-size: 3em; }

  .category-item article .play {
    font-size: 2em; }

  .if-photo-header h2 {
    font-size: 34px; }

  .if-cat-featured .if-cat-featured-post-info a.read-more, .if-cat-featured .if-cat-featured-post-info a.post-cat {
    font-size: 12px; }
  .if-cat-featured .if-cat-featured-post-info a .post-title {
    font-size: 18px;
    padding: 5px 0; }

  .btn-ishq {
    padding: 6px 12px;
    font-size: 13px; }

  .photostory-section .view-all-btn {
    margin-bottom: -15px; }

  .category-contents .cat-post-info-wrap {
    padding: 0px; }
    .category-contents .cat-post-info-wrap p {
      padding: 10px 20px;
      font-size: 14px;
      line-height: 110%; }

  .photostory-section .cat-post-info-wrap a p {
    font-size: 15px; }

  .post-footer a {
    font-size: 15px; }

  .inner-post h2 {
    font-size: 30px; }
  .inner-post h4 {
    line-height: 22px; }
  .inner-post .cat-tab-nav li a p {
    font-size: 23px; }
  .inner-post .if-featured-posts .category-slider .slick-arrow {
    color: #EE3523; }
    .inner-post .if-featured-posts .category-slider .slick-arrow .glyphicon-chevron-left {
      position: absolute;
      top: 180px;
      left: 0px; }
    .inner-post .if-featured-posts .category-slider .slick-arrow .glyphicon-chevron-right {
      position: absolute;
      right: 0px;
      top: -165px; }
  .inner-post .if-featured-posts .category-slider .slick-dots {
    display: none !important; }

  .post-section .inner-post .inner-contents p {
    font-size: 15px !important; }
  .post-section .inner-post .inner-post-wrap a h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 14px; } }
/*bootstrap tab slider fixed  https://github.com/kenwheeler/slick/issues/619#issuecomment-67228390*/
/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: block;
  /* undo display:none          */
  height: 0;
  /* height:0 is also invisible */
  overflow-y: hidden;
  /* no-overflow                */ }

.tab-content > .active,
.pill-content > .active {
  height: auto;
  /* let the content decide it  */ }

/* bootstrap hack end */
/*spotlight section custom*/
/* Remove */
.read-section-container .view-all-btn,
.watch-section-container .view-all-btn,
.listen-section-container .view-all-btn {
  margin: 0 0 20px 0 !important; }

/*facebook plugin style*/
.fb-comments,
.fb-comments > span,
.fb-comments iframe[style] {
  width: 100% !important; }

/*facebook plugin style*/
/* WordPress integration styles - Ajay */
/* Navbar Mobile Add Overlay */
@media (min-width: 768px) {
  #background-overlay {
    display: none !important; } }
#background-overlay {
  opacity: 0;
  -webkit-transition: opacity, .3s, ease;
  -moz-transition: opacity, .3s, ease;
  -o-transition: opacity, .3s, ease;
  transition: opacity, .3s, ease;
  z-index: -1;
  background: rgba(47, 56, 70, 0.75);
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.if-offcanvas-menu {
  z-index: 9999; }

.offcanvas-stop-scrolling #background-overlay {
  opacity: 1;
  z-index: 9000; }

.navbar-offcanvas {
  z-index: 99999 !important; }

/* Playlist Page */
/* Slider Navigation */
.monosten {
  font-family: Monosten A !important;
  font-weight: normal !important; }

.playlist-header p.top-twenty {
  color: #EE3523;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 0; }
  @media all and (max-width: 768px) {
    .playlist-header p.top-twenty {
      font-size: 16px; } }
@media all and (max-width: 768px) {
  .playlist-header div.share-playlist {
    margin-top: 0; } }
.playlist-header div.share-playlist .share-playlist-text {
  overflow: hidden; }
  .playlist-header div.share-playlist .share-playlist-text a {
    font-size: 12px;
    color: #EE3523;
    border: 1px solid #EE3523;
    padding: 7px 10px;
    border-radius: 20px;
    float: right; }
    @media all and (max-width: 768px) {
      .playlist-header div.share-playlist .share-playlist-text a {
        font-size: 10px;
        margin-right: 15px; } }
@media all and (max-width: 768px) {
  .playlist-header {
    padding-bottom: 10px; } }

.playlist-info {
  background: #EE3624; }
  .playlist-info p {
    margin: 0;
    font-weight: 400;
    font-size: 12px; }
  .playlist-info .row:first-child {
    background: #C61D23; }
  .playlist-info .row {
    padding: 10px 0; }
    @media all and (max-width: 768px) {
      .playlist-info .row {
        padding: 5px 0; } }
  .playlist-info p.playlist-title {
    font-size: 14px;
    color: #fff; }

.play-list-stats {
  padding: 7px 15px;
  color: #fff; }
  .play-list-stats a {
    color: #fff; }
  .play-list-stats .voted i {
    color: #8c1e1e; }
  .play-list-stats .vote-featured {
    text-align: center; }
    .play-list-stats .vote-featured ul {
      list-style-type: none;
      margin: 0;
      display: block;
      text-transform: uppercase; }
      @media all and (max-width: 768px) {
        .play-list-stats .vote-featured ul {
          text-align: center;
          padding-top: 10px; } }
      .play-list-stats .vote-featured ul li {
        padding: 0 10px;
        display: inline-block;
        font-weight: 400;
        font-size: 12px;
        vertical-align: middle; }
        @media all and (max-width: 768px) {
          .play-list-stats .vote-featured ul li {
            font-size: 13px; } }
        .play-list-stats .vote-featured ul li i {
          padding-right: 5px;
          font-size: 16px;
          vertical-align: middle; }
  @media all and (max-width: 768px) {
    .play-list-stats .playlist-featured-rank {
      padding: 5px 0; } }
  .play-list-stats .playlist-featured-rank span:first-child {
    padding: 0 5px; }
  .play-list-stats > div {
    display: table; }
    .play-list-stats > div p {
      display: table-cell;
      vertical-align: middle; }

.playlist-slider {
  margin-top: 25px; }
  .playlist-slider .slick-arrow {
    color: #EE3523 !important; }
  .playlist-slider .playlist-item-info {
    background-color: #EE3624;
    color: #fff; }
    .playlist-slider .playlist-item-info ul {
      list-style-type: none; }
      .playlist-slider .playlist-item-info ul li {
        display: inline-block; }
    .playlist-slider .playlist-item-info .vote-playlist-items ul {
      margin: 0;
      height: 100%;
      display: table;
      width: 100%; }
      .playlist-slider .playlist-item-info .vote-playlist-items ul li {
        display: table-cell;
        vertical-align: middle;
        padding: 0 10px;
        text-align: center; }
        .playlist-slider .playlist-item-info .vote-playlist-items ul li a {
          text-decoration: none;
          color: #fff; }
        .playlist-slider .playlist-item-info .vote-playlist-items ul li .voted {
          color: #8c1e1e; }
  .playlist-slider p {
    font-weight: normal !important;
    margin: 0;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center; }
  .playlist-slider .playlist-item {
    margin: 0 5px; }
    .playlist-slider .playlist-item article img {
      width: 100%; }
  .playlist-slider .playlist-item-rank P {
    text-align: right;
    padding: 10px;
    background-color: #C61D23; }
  .playlist-slider .playlist-item-title {
    background-color: #fff; }
  .playlist-slider .playlist-item-title h4 {
    font-family: 'Montserrat', sans-serif !important;
    background-color: #fff;
    color: #000;
    font-size: 13px;
    line-height: 130%;
    margin: 4px;
    font-weight: 400;
    padding: 8px; }
  .playlist-slider .slick-dots {
    display: none !important; }

.playlist-slider-wrap .slick-arrow {
  position: absolute;
  cursor: pointer;
  background-color: rgba(214, 214, 214, 0.5);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 8px;
  z-index: 500;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  top: 30%; }
.playlist-slider-wrap .featured-slick-arrow-left {
  left: 4%; }
.playlist-slider-wrap .featured-slick-arrow-right {
  right: 4%; }

.video-player {
  position: relative;
  padding-bottom: 56.23%;
  /* Use 75% for 4:3 videos */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 0px; }
  .video-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent; }

.playlist-container {
  margin-bottom: 30px; }

/*login-dialog style*/
.open-fancybox {
  display: none;
  width: 400px;
  height: auto;
  max-width: 80%;
  max-height: 90%;
  margin: 0;
  color: #414042; }
  @media all and (max-width: 768px) {
    .open-fancybox {
      max-width: 100%; } }
  .open-fancybox a {
    color: #494949;
    text-decoration: underline; }
  .open-fancybox p {
    font-size: 12px;
    padding: 10px 0; }
  .open-fancybox .form-control {
    font-family: 'Monosten A';
    font-weight: 400; }
  .open-fancybox .form-body {
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 20px; }
    .open-fancybox .form-body .form-contents {
      margin: 0 auto;
      max-width: 260px; }
      .open-fancybox .form-body .form-contents .form-control {
        background-color: #F0F0F0;
        padding: 25px;
        font-size: 12px;
        border: none; }
        .open-fancybox .form-body .form-contents .form-control:focus {
          border: 1px solid #cccccc;
          box-shadow: none; }

.form-group {
  padding: 5px 0;
  margin-bottom: 0; }

.form-footer p {
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal; }
  .form-footer p span:nth-of-type(1) {
    cursor: pointer; }
  .form-footer p span:nth-of-type(2) {
    float: right; }
  .form-footer p label {
    font-weight: normal; }

.form-footer-bottom p {
  margin-bottom: 0; }

.form-val-server-error p {
  color: #DD4F40;
  font-weight: bold; }

.form-submit,
.form-submit:hover,
.form-submit:active {
  background: #DD4F40;
  color: #fff;
  padding: 10px 25px;
  text-transform: uppercase;
  width: 100%; }

.form-footer-top {
  margin: 15px 0;
  border-bottom: 1px solid #414042; }

/*bookmark page*/
.bookmark-page h1 {
  color: #EE3523;
  font-size: 36px;
  font-weight: bold;
  padding: 12px; }
.bookmark-page .bookmark-content a h2 {
  font-size: 24px;
  color: #414042; }
.bookmark-page .bookmark-content p {
  font-size: 16px;
  font-weight: 400;
  color: #58585B; }
.bookmark-page .bookmark-content .bookmark-text {
  padding-left: 30px; }

/*author page*/
.author-page h2 {
  color: #EE3523;
  font-size: 18px;
  font-weight: bold;
  padding: 0 12px; }
.author-page p {
  font-weight: 400; }
.author-page .author-content .category-item .social-bar li {
  display: inline-block; }
  .author-page .author-content .category-item .social-bar li a {
    padding-right: 12px; }
.author-page .author-content .category-item .inner-post-wrap {
  max-width: 100%;
  margin: auto;
  display: block; }
  .author-page .author-content .category-item .inner-post-wrap a {
    color: #231F20;
    font-weight: bold;
    display: block;
    overflow: hidden; }
    .author-page .author-content .category-item .inner-post-wrap a h4 {
      font-size: 18px;
      letter-spacing: 1.2px; }
    .author-page .author-content .category-item .inner-post-wrap a p {
      font-size: 14px;
      font-weight: 400;
      padding: 0px;
      color: #58595b; }
.author-page .author-avatar {
  margin: 0px 0 50px 0; }
  .author-page .author-avatar img {
    display: inline-block;
    max-width: 250px; }
  .author-page .author-avatar .author-desc {
    display: inline-block;
    padding-left: 15px;
    vertical-align: middle;
    max-width: 60%; }
    .author-page .author-avatar .author-desc h2.author-heading {
      margin-top: 0; }
  @media all and (max-width: 768px) {
    .author-page .author-avatar {
      text-align: center; } }

/*forgot password page*/
.forgot_password {
  height: 580px; }
  .forgot_password h2 {
    color: red;
    letter-spacing: 3px; }
  .forgot_password p {
    font-size: 12px;
    color: #58585B; }
  .forgot_password .reset-form .reset-input {
    padding: 20px 0; }
    .forgot_password .reset-form .reset-input .reset-control {
      padding: 25px;
      background-color: #EDEBEB;
      box-shadow: none;
      border: 1px solid #C9C9C9;
      border-radius: 5px;
      font-size: 14px;
      color: #C9C9C9; }
  .forgot_password .reset-form .reset-btn {
    padding: 10px 0; }
    .forgot_password .reset-form .reset-btn .pwd_reset {
      background-color: #45BB92;
      color: #fff;
      font-weight: bold; }

/* Post Bottom Share */
.post-share-bottom {
  background-color: #EFEFEF;
  margin-top: 5px;
  padding: 3px; }
  .post-share-bottom a i {
    color: #414042;
    font-size: 17px; }
  .post-share-bottom div.row div.col-xs-4 a {
    border-right: 1px solid #000;
    margin: 4px 0;
    padding: 0; }
  .post-share-bottom div.row div.col-xs-4:nth-of-type(2) a {
    border-right: none; }
  @media all and (max-width: 768px) {
    .post-share-bottom div.row div.col-xs-4:nth-of-type(2) a {
      border-right: 1px solid #000; }
    .post-share-bottom div.row div.col-xs-4:nth-of-type(3) a {
      border-right: none; } }

/* Bookmark Article */
.bookmark-article {
  position: absolute;
  top: 0px;
  left: 13px;
  font-size: 24px;
  color: #fff; }
  .bookmark-article:hover i {
    color: #EE3523; }

.bookmark i {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); }

.sidebar .bookmark-article {
  left: 22px; }

/* Playlist info home page */
.playlist-title-home {
  display: table; }
  .playlist-title-home a.playlist-title {
    display: table-cell;
    vertical-align: middle; }

/* User LoggedIN Dropdowm menu */
/* .logged-in {
  > span {
    color: #414042;
    font-size: 12px;
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 15px;
    z-index: 1;
    ul {
      list-style-type: none;
    }
  }
  &:hover .dropdown-content {
    display: block;
  }
} */
.logged-in.active ul.dropdown-menu {
  display: block;
  border: 0; }

/* Featured Post Share and save button */
.social-group {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0; }
  .social-group .bookmark {
    color: #fff;
    padding-left: 20px; }
    .social-group .bookmark:hover i {
      color: #EE3523; }
    @media all and (max-width: 768px) {
      .social-group .bookmark {
        padding-left: 0px; } }
    .social-group .bookmark span {
      font-size: 12px;
      font-weight: 400;
      padding-left: 5px; }
      @media all and (min-width: 1024px) {
        .social-group .bookmark span {
          display: inline; } }
  @media all and (max-width: 1024px) {
    .social-group {
      position: relative;
      bottom: auto;
      margin-top: 15px;
      z-index: 99; } 
	  
	  .category-slider-nav .slick-arrow {
    top: 17%;
    display: none !important;
}
	  }
  .social-group .post-share ul {
    width: 100%;
    text-align: right; }

.if-featured-posts .glyphicon-chevron-left, .if-featured-posts .glyphicon-chevron-right {
  display: none !important; }

/* Mobile Design Fixes*/
.navbar-offcanvas {
  padding-top: 25px; }

.if-search-box {
  font-weight: 400; }

.post-div article {
  margin: 0 auto; }

@media all and (max-width: 768px) {
  .post-section .inner-post .post-header h2 {
    font-size: 28px; }

  .author-page .author-avatar .author-desc {
    max-width: 85%;
    margin-top: 15px; } }
.help-block.with-errors li {
  font-size: 10px;
  font-weight: 400;
  text-align: left; }

.btn-my-account,
.btn-my-account:active,
.btn-my-account:hover,
.btn-my-account:focus {
  background: transparent;
  border: none;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0; }

.btn-my-account span img {
  max-width: 32px;
  padding-right: 5px; }

.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary:hover,
.open > .dropdown-toggle.btn-primary:focus {
  background: transparent;
  border: none;
  color: #000; }

.dropdown-menu li a {
  color: #414042;
  font-size: 12px;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
  display: block; }
.dropdown-menu li.active a {
  background: #EE3523;
  color: #fff; }

/* Home Page style override */
.home-page-read-section {
  background: #fff !important; }

.footer a {
  color: #fff; }

/*Scroll to top */
.scrolltotop {
  background: transparent url("https://akm-img-a-in.tosshub.com/sites/ishq/resources/images/arrow.png") no-repeat scroll top left;
  position: fixed;
  z-index: 110;
  bottom: 20px;
  right: 20px;
  width: 37px;
  height: 37px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear; }
  @media all and (max-width: 768px) {
    .scrolltotop {
      display: none !important; } }

/* Bookmark Styling */
a.bookmark i:before,
a.bookmark:active i:before,
a.bookmark:focus i:before,
a.bookmark:hover i:before {
  content: "\f443"; }

a.bookmark-active i {
  color: #EE3523; }

/* Share icons hover color */
.post-share li a:hover,
.post-share-bottom a:hover i {
  color: #EE3523 !important; }

/*  Page Title*/
h1.page-title {
  font-family: 'BW Haas Head 75';
  font-size: 32px;
  padding-left: 9px;
  margin-top: 0px;
  font-size: 32px;
  letter-spacing: 1px; }

/* Home Page Read color override */
.home-read-social-share .bookmark,
.home-read-social-share .post-share ul,
.home-read-social-share .post-share ul li a {
  color: #EE3523; }
.home-read-social-share a.bookmark i:before {
  content: "\f442"; }
.home-read-social-share a.bookmark:hover i:before {
  content: "\f443"; }
.home-read-social-share a.bookmark-active i:before {
  content: "\f443"; }

a.bookmark-active:hover i:before {
  content: "\f129" !important; }

/*
Hide Bookmark on search page
*/
.search-results a.bookmark {
  display: none !important; }

.error-msgs {
  display: none; }

/* Hide Load More Button for now */
/*.post-loop-wrapper {
  .view-all-btn {
    display: none !important;
  }
} */
.popover {
  z-index: 999; }
  .popover .popover-title {
    color: #231F20; }
  .popover .popover-content ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .popover .popover-content ul li {
      display: inline-block; }
      .popover .popover-content ul li a {
        color: #EE3523 !important;
        border: none !important;
        font-size: 18px !important; }

/* Fixed Navbar */
.top-main-navigation {
  padding: 10px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  background: #fff; }
  .top-main-navigation .top-meu-items ul li {
    padding: 0 10px; }
    .top-main-navigation .top-meu-items ul li a > img {
      max-width: 30px;
      padding-bottom: 5px !important; }
    .top-main-navigation .top-meu-items ul li a > span {
      color: #414042;
      font-size: 12px;
      line-height: 120%;
      font-weight: bold;
      padding-bottom: 3px;
      border-bottom: 2px solid transparent;
      display: block; }
    .top-main-navigation .top-meu-items ul li a:hover > img {
      animation: heartbeat 3s infinite; }
    .top-main-navigation .top-meu-items ul li a:hover > span {
      color: #EE3523;
      border-bottom: 2px solid #EE3523; }
    .top-main-navigation .top-meu-items ul li.current-menu-item a > span {
      border-bottom: 2px solid #EE3523;
      color: #EE3523; }
  .top-main-navigation.shrinked {
    padding-top: 6px;
    padding-bottom: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear; }
    .top-main-navigation.shrinked .navbar-brand img {
      transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      max-width: 50%; }
  .top-main-navigation .navbar-right .dropdown-menu {
    left: auto;
    right: auto; }
  .top-main-navigation .navbar-brand {
    margin-top: 0px;
    height: auto; }
  .top-main-navigation.in .navbar-nav > li > a {
    text-align: left; }
    .top-main-navigation.in .navbar-nav > li > a img {
      display: inline-block; }
    .top-main-navigation.in .navbar-nav > li > a span {
      display: inline-block;
      padding-left: 10px; }
    .top-main-navigation.in .navbar-nav > li > a:hover span {
      border-bottom: transparent; }
  .top-main-navigation.in .navbar-nav > li.current-menu-item a > span {
    color: #EE3523;
    border-bottom: transparent; }
  .top-main-navigation.in .navbar-header, .top-main-navigation.in .if-searchbar {
    display: none; }
  .top-main-navigation.in .top-meu-items {
    border: 0; }

.top-mobile-nav {
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 555;
  background: #fff;
  top: 0;
  left: 0;
  padding: 10px 0;
  display: block; }
  .top-mobile-nav .if-searchbar {
    margin: 0; }
  .top-mobile-nav .navbar-brand img {
    margin: 0 auto; }
  @media all and (min-width: 768px) {
    .top-mobile-nav {
      display: none; } }

.mobile-toggle-button {
  z-index: 9999; }

@media all and (min-width: 768px) {
  #menu-main-menu a > img {
    display: block;
    margin: 0 auto;
    padding-right: 0; } }
.right-menu-items {
  padding: 30px 10px 0 10px; }

/* Read Page fix icon hover color */
.if-cat-featured-post-info.Read a.bookmark i:before {
  content: "\f442"; }
.if-cat-featured-post-info.Read a.bookmark:active i:before,
.if-cat-featured-post-info.Read a.bookmark:focus i:before,
.if-cat-featured-post-info.Read a.bookmark:hover i:before,
.if-cat-featured-post-info.Read a.bookmark-active i {
  content: "\f443";
  color: #fff; }
.if-cat-featured-post-info.Read .social-group .bookmark:hover i,
.if-cat-featured-post-info.Read .post-share ul li a:hover i {
  color: #fff !important; }

/* Hide whats app from Desktop */
@media all and (min-width: 768px) {
  li.only-mobile {
    display: none !important; }

  .only-mobile {
    display: none; } }
/* Hygeine Feedback */
@media all and (min-width: 768px) {
  #menu-main-menu {
    padding-left: 8%; } }
.search-submit img {
  max-width: 20px;
  vertical-align: bottom; }

/* Single Post share */
.single-page-share {
  background: transparent !important;
  margin: 10px 0; }
  .single-page-share ul li:nth-of-type(1) a {
    color: #3B5998; }
  .single-page-share ul li:nth-of-type(2) a {
    color: #4099FF; }
  .single-page-share ul li:nth-of-type(3) a {
    color: #25D366; }

.playlist-header {
  padding-bottom: 20px; }

.song-rank {
  padding-top: 5px; }

.current-page-ancestor a > span {
  border-bottom: 2px solid #EE3523 !important;
  color: #EE3523 !important; }

/* .share-playlist {
  display: none !important;
} */
.playlist-share {
  text-align: right; }
  .playlist-share a {
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    padding-right: 10px;
    color: #fff; }
  .playlist-share a i {
    padding-right: 5px; }

.popover-body {
  z-index: 9999; }
  .popover-body li {
    padding: 0 5px; }

.mobile-playlist-share {
  float: right; }
  .mobile-playlist-share li:nth-of-type(1) {
    font-weight: 400;
    font-size: 10px;
    color: #000;
    padding: 3px 20px; }
  .mobile-playlist-share li i {
    font-size: 14px;
    padding-right: 8px; }
  .mobile-playlist-share > a {
    font-size: 14px;
    font-weight: 400; }

/* Mobile  hide show */
.show-on-mobile {
  display: block !important; }
  @media all and (min-width: 768px) {
    .show-on-mobile {
      display: none !important; } }

.hide-on-mobile {
  display: none !important; }
  @media all and (min-width: 768px) {
    .hide-on-mobile {
      display: block !important; } }

/* Post Like*/
.post-react {
  margin: 35px 0; }
  .post-react a.reaction-icons {
    background: transparent url("https://akm-img-a-in.tosshub.com/sites/ishq/resources/images/like-sprite.png") no-repeat center center;
    width: 40px;
    height: 35px;
    background-position: 0px 0px;
    display: inline-block; }
  .post-react a.post-like {
    background-position: -15px -116px; }
  .post-react a.post-like.post-like-active {
    background-position: -15px -60px; }
  .post-react a.post-dislike {
    background-position: -65px -116px; }
  .post-react a.post-dislike.post-dislike-active {
    background-position: -65px -5px; }
  .post-react h1 {
    font-size: 16px;
    font-weight: bold; }
  .post-react p {
    font-size: 13px;
    font-weight: normal; }
  .post-react .reaction-icons {
    margin: 0 15px; }

/*rj page styles starts */
.rj-wrapper {
  max-width: 954px;
  margin: 20px auto 30px auto; }
  .rj-wrapper .rj-profile {
    margin: 9px auto;
    max-width: 300px; }
    .rj-wrapper .rj-profile .rj-avatar a {
      display: block; }
    .rj-wrapper .rj-profile .rj-detail {
      padding: 10px;
      background-color: #EE3523; }
      .rj-wrapper .rj-profile .rj-detail h4 {
        letter-spacing: 2px; }
      .rj-wrapper .rj-profile .rj-detail h4, .rj-wrapper .rj-profile .rj-detail p {
        color: #fff;
        text-align: center;
        margin: 0px; }

/*rj page styles ends */
/* RJ Profile Page */
.rj-avatar {
  background: #E6E7E8; }
  .rj-avatar .rj-desc h1.rj-name {
    font-size: 32px;
    margin: 0; }
  .rj-avatar .rj-desc p.rj-bio {
    font-weight: 500;
    font-size: 14px;
    padding: 0;
    padding-top: 10px; }
  .rj-avatar ul.rj-social-links li a:hover {
    color: #000 !important; }
  .rj-avatar ul.rj-social-links li {
    padding: 0 10px;
    vertical-align: middle; }
  .rj-avatar ul.rj-social-links li:nth-of-type(1) {
    padding-left: 0; }
  .rj-avatar ul.rj-hangout-block {
    /*  li:nth-of-type(2) {
        margin-left: 20px;
        p {
          font-size: 13px;
          color: $red;
          margin: 0;
        }
      } */
    display: flex;
    align-items: center;
    /* li:nth-of-type(1) {
       width: 40%;
     }
     li:nth-of-type(2) {
       width: 60%;
     } */ }
    .rj-avatar ul.rj-hangout-block li {
      padding: 0px !important; }
    .rj-avatar ul.rj-hangout-block li:nth-of-type(1) p {
      font-size: 13px;
      margin: 0; }
      .rj-avatar ul.rj-hangout-block li:nth-of-type(1) p span {
        font-weight: bold; }
    .rj-avatar ul.rj-hangout-block li h2 {
      margin: 0; }
  .rj-avatar div.post-share {
    margin: 20px 0; }

.rj-social-widget {
  text-align: center;
  padding-bottom: 25px; }
  .rj-social-widget h1 {
    color: #EE3523; }

.rj-playlist-wrap {
  background: #F1F2F2;
  padding: 30px 0; }
  .rj-playlist-wrap .rj-playlist {
    max-width: 954px;
    margin: 0 auto; }
    .rj-playlist-wrap .rj-playlist .current-audio-title {
      background: #E6E7E8;
      width: 100%;
      padding: 15px; }
      .rj-playlist-wrap .rj-playlist .current-audio-title p {
        margin: 0;
        text-align: center; }
    .rj-playlist-wrap .rj-playlist .current-audio-item {
      padding: 15px 25px;
      background: #fff; }
      .rj-playlist-wrap .rj-playlist .current-audio-item audio {
        width: 100%; }
  .rj-playlist-wrap .audio-list-items {
    margin-top: 20px; }
  .rj-playlist-wrap .audio-active-playlist li {
    padding: 10px 15px 10px 10px;
    border-top: 1px solid #000; }
    .rj-playlist-wrap .audio-active-playlist li span {
      font-weight: normal;
      color: #414042; }
    .rj-playlist-wrap .audio-active-playlist li span:nth-of-type(1) {
      padding-right: 10px; }
    .rj-playlist-wrap .audio-active-playlist li span:nth-of-type(2) {
      font-size: 14px;
      padding-right: 10px; }
      @media all and (max-width: 768px) {
        .rj-playlist-wrap .audio-active-playlist li span:nth-of-type(2) {
          font-size: 12px; } }
    .rj-playlist-wrap .audio-active-playlist li span:nth-of-type(3) {
      float: right;
      font-size: 12px; }
    .rj-playlist-wrap .audio-active-playlist li a {
      color: #414042; }
    .rj-playlist-wrap .audio-active-playlist li.current-active-audio span {
      color: #231F20; }
    .rj-playlist-wrap .audio-active-playlist li.current-active-audio span:nth-of-type(1) {
      color: #EE3523; }
  .rj-playlist-wrap .audio-toggle-tabs {
    border: 0; }
    .rj-playlist-wrap .audio-toggle-tabs li a,
    .rj-playlist-wrap .audio-toggle-tabs li a:hover,
    .rj-playlist-wrap .audio-toggle-tabs li a:focus,
    .rj-playlist-wrap .audio-toggle-tabs li a:active {
      background: transparent;
      border: 0;
      color: #939598; }
    .rj-playlist-wrap .audio-toggle-tabs li.active a {
      color: #EE3824; }
    .rj-playlist-wrap .audio-toggle-tabs a {
      padding: 0 5px 0 0; }

/* Boostrap Vertical tabs */
/*!
 * bootstrap-vertical-tabs - v1.2.2
 * https://dbtek.github.io/bootstrap-vertical-tabs
 * 2016-12-02
 * Copyright (c) 2016 ─░smail Demirbilek
 * License: MIT
 */
.tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px; }

.tabs-left {
  border-right: 1px solid #ddd; }

.tabs-right {
  border-left: 1px solid #ddd; }

.tabs-left > li, .tabs-right > li {
  float: none;
  margin-bottom: 2px; }

.tabs-left > li {
  margin-right: -1px; }

.tabs-right > li {
  margin-left: -1px; }

.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent; }

.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent; }

.tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block; }

.tabs-right > li > a {
  border-radius: 0 4px 4px 0;
  margin-right: 0; }

.sideways {
  margin-top: 50px;
  border: none;
  position: relative; }

.sideways > li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px; }

.sideways > li > a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px; }

.sideways > li.active > a,
.sideways > li.active > a:hover,
.sideways > li.active > a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd; }

.sideways.tabs-left {
  left: -50px; }

.sideways.tabs-right {
  right: -50px; }

.sideways.tabs-right > li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.sideways.tabs-left > li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/* .Boostrap Vertical tabs */
.saved-list-page .page-title {
  color: #EE3523; }
  .saved-list-page .page-title i {
    padding-right: 10px; }

/* Navbar Saved list added */
.show-saved-lists {
  padding: 10px 5px; }
  @media all and (min-width: 768px) {
    .show-saved-lists {
      float: left;
      padding: 0px 5px; } }
  .show-saved-lists a {
    font-size: 24px; }
    @media all and (max-width: 768px) {
      .show-saved-lists a span {
        display: inline !important;
        font-size: 16px;
        font-weight: normal; } }

#ishqfm:before {
  content: "";
  display: block;
  height: 90px;
  /* fixed header height*/
  margin: -90px 0 0;
  /* negative fixed header height */
  z-index: 0; }

.post-like.post-react {
  text-align: center; }

.inline-list-items {
  margin: 10px 0; }
  .inline-list-items ul {
    list-style-type: none; }
    .inline-list-items ul li {
      display: inline-block;
      vertical-align: middle;
      padding: 0px; }
    .inline-list-items ul li span {
      padding: 0 4px; }
    @media all and (max-width: 768px) {
      .inline-list-items ul li img {
        max-width: 100px; } }

.time-to-read {
  display: inline-block;
  float: right;
  padding-right: 15px;
  font-weight: 400;
  font-size: 14px; }

article a {
  overflow: hidden; }
  article a img:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-backface-visibility: hidden; }

/*  Footer Item Style */
.footer-items li {
  text-transform: uppercase; }
  .footer-items li a:hover {
    color: #EE3523; }
.footer-items ul {
  margin: 0; }

.left-footer-menu li {
  font-size: 13px;
  padding: 0 !important; }
  .left-footer-menu li:after {
    content: "|";
    padding: 0 4px; }
  .left-footer-menu li:last-child:after {
    content: " ";
    padding: 0; }

.right-footer-menu li span {
  font-size: 12px; }

.right-footer-menu li {
  padding: 0px 3px !important; }

@media all and (min-width: 768px) {
  .footer-left-items ul {
    text-align: left;
    padding-left: 24px;
    padding-top: 10px; }

  .footer-right-items ul {
    text-align: right;
    padding-right: 24px; } }
/*  User Edit Profile */
header.page-header {
  margin-top: 0;
  padding: 0; }

.user-profile {
  margin-bottom: 25px; }
  .user-profile .profile-update button,
  .user-profile .profile-update button:hover,
  .user-profile .profile-update button:focus,
  .user-profile .profile-update button:active,
  .user-profile .profile-update .btn:active,
  .user-profile .profile-update .btn:active:hover,
  .user-profile .profile-update .btn:active:focus,
  .user-profile .profile-update .btn:active:active {
    color: #fff;
    background: #46BC93;
    padding: 8px 30px; }
  .user-profile form > .form-group {
    margin: 10px 0; }
    .user-profile form > .form-group input.form-control {
      font-weight: normal;
      font-size: 14px;
      box-shadow: none;
      height: 50px;
      background-color: #EDEBEB;
      border-radius: 4px !important;
      border: 1px solid #A2A2A2; }
  .user-profile h1.page-title {
    margin: 0;
    padding: 0;
    color: #EE3523; }
  .user-profile .page-header {
    margin: 0 0 20px 0;
    padding: 0; }
  .user-profile .alert {
    font-weight: normal;
    font-size: 14px;
    margin: 0; }
  .user-profile .checkbox label {
    font-size: 14px; }

.full-width {
  width: 100%; }

/*Playlist Page  anchor tag avoid hiding content behind fixed header */
#playlist1 .mobile-playlist-share li:nth-of-type(1),
#playlist2 .mobile-playlist-share li:nth-of-type(1) {
  padding: 0; }

#playlist1:before,
#playlist2:before,
#playlist3:before {
  content: "";
  display: block;
  height: 90px;
  margin: -90px 0 0; }

/* Single page figure and fig caption */
figcaption.wp-caption-text {
  font-size: 10px;
  color: #414042;
  font-weight: normal; }

figure, figure img {
  max-width: 100%;
  display: block; }

.inner-contents iframe {
  display: block;
  margin: 10px auto; }

/* Playlist active thumb class */
.active-playing-thumb {
  box-shadow: 0px 0px 5px grey; }
  .active-playing-thumb .playlist-item-title {
    border-bottom: 1px solid grey; }

/* RJ Audio Tag bg color added */
.mejs-controls .mejs-time-rail .mejs-time-total {
  background: rgba(0, 0, 0, 0.33); }

/* Formatting text size on simple template page */
.simple-page-content p {
  font-size: 16px;
  font-weight: normal; }

/* Popup Block */
.loading-gif {
  display: none;
  background: #efefef; }

.popup-block img {
  display: block;
  margin: 10px auto; }
.popup-block p {
  text-align: center;
  font-size: 16px; }
  .popup-block p span {
    display: block;
    padding: 3px 0; }
  .popup-block p span:nth-of-type(1) {
    font-weight: normal; }
  .popup-block p span:nth-of-type(2) {
    font-weight: 500; }

/* Clear font size of fa-3x */
.ion-ios-heart.fa-3x, .ion-ios-heart-outline.fa-3x {
  font-size: 24px; }

.rj-social-widget-wrap {
  margin: 10px auto;
  max-width: 400px; }

/* Hide instagram  bio from Rj Page*/
.sbi_header_text .sbi_bio {
  display: none !important; }

/* Hide Author Bio */
.author-desc > p {
  font-weight: normal; }

/* RJ  desc color change */
.rj-right {
  background: #EE3624;
  color: #fff; }

/* Ad Banner on Home Page */
.ad-space {
  display: none;
  padding: 15px 0; }

.affix {
  top: 0;
  width: 100%; }

@media all and (min-width: 768px) {
  .ad-space {
    display: block; } }

a.search-label {
  font-size: 10px;
  text-transform: uppercase;
  padding: 5px 8px;
  color: #fff !important;
  font-weight: 500 !important;
  line-height: 120%;
  display: inline-block !important;
  margin-top: 15px;
  letter-spacing: 0.8px; }

a.search-label.watch {
  background: #4250A2; }

a.search-label.read {
  background: #EE3523; }

a.search-label.listen {
  background: #F16D67; }

a.search-label.photostories {
  background: #7E3F98; }

.search-results .page-header {
  margin-top: 0; }

span.search-query {
  color: #EE3523; }

h4.search-heading {
  margin-top: 0; }

/* Slide In popup */
.slide-in-box {
  z-index: 99999;
  background: transparent url("https://akm-img-a-in.tosshub.com/sites/ishq/resources/images/Pop-up-bg.jpg") no-repeat center center;
  width: 300px;
  height: 200px;
  position: fixed;

  bottom: -200px;
  right: 20px; }
  .slide-in-box .slide-in-header {
    overflow: hidden;
    padding: 5px 10px; }
    .slide-in-box .slide-in-header a {
      display: block; }
  .slide-in-box .slide-in-body p {
    font-size: 44px;
    font-weight: 400;
    line-height: 120%;
    color: #EE3523;
    padding: 2px 0 8px 0;
    margin: 0;
    font-weight: 500; }
    .slide-in-box .slide-in-body p span {
      font-weight: 400;
      display: block;
      font-size: 15px;
      line-height: 110%; }
  .slide-in-box .slide-in-body a.btn-ishq {
    background-color: #EE3523;
    padding: 8px 22px; }
  .slide-in-box .slide-in-body a.btn-ishq:active,
  .slide-in-box .slide-in-body a.btn-ishq:focus,
  .slide-in-box .slide-in-body a.btn-ishq:active:active {
    background: #EE3523; }
  .slide-in-box .close-slide-in-box {
    font-size: 24px;
    color: #EE3523; }
  @media all and (max-width: 768px) {
    .slide-in-box {
      display: none !important; } }

.fancybox-caption-wrap {
  pointer-events: auto; }

figcaption.wp-caption-text > a {
  display: inline; }

.slideshow-btn {
  padding-right: 15px; }
  .slideshow-btn span {
    padding-right: 5px; }
  .slideshow-btn i {
    font-size: 26px; }

.current-audio-title p {
  text-align: left !important; }

.audio-share {
  display: inline-block; }
  .audio-share ul {
    list-style-type: none;
    margin-bottom: 0; }
    .audio-share ul li {
      display: inline;
      padding: 0 8px; }

.home-page-playlist.post-div .play {
  top: 40% !important;
  left: 45% !important; }

.fancybox-arrow:after {
  border-radius: 50%;
  background-image: none;
  background-color: rgba(255, 254, 254, 0.3); }

.fancybox-arrow > i {
  color: white;
  top: 2px; }

.fancybox-arrow--left > i {
  margin-right: 20%; }

.fancybox-arrow--right > i {
  margin-right: 20%; }

/* Contact us Page*/
.about-heading {
  background: #EE3624;
  padding: 25px; }
  .about-heading h2 {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin: 0; }

.about-content {
  max-width: 900px;
  margin: 50px auto; }
  .about-content p {
    text-align: center;
    font-size: 15px;
    line-height: 150%; }
    .about-content p a {
      padding: 0 5px; }

.contact-content {
  background: #E6E7E8;
  padding: 15px; }
  .contact-content .contact-heading {
    text-transform: uppercase;
    text-align: center;
    color: #EE3624; }

.contact-address {
  max-width: 1000px;
  margin: 0 auto; }
  .contact-address address {
    font-size: 14px; }
    .contact-address address h3 {
      font-size: 16px; }
    .contact-address address a {
      color: #000; }

/* Advertise */
.advertise-heading {
  background: #EE3624;
  padding: 25px; }

.advertise-heading h2 {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin: 0; }

.advertise-content {
  margin: 50px 0; }

.advertise-content p {
  text-align: center;
  font-size: 15px;
  line-height: 140%; }

/* Contribute */
.contribute-heading {
  background: #EE3624;
  padding: 25px; }

.contribute-heading h2 {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin: 0; }

.contribute-content {
  margin: 50px 0; }

.contribute-content p {
  text-align: center;
  font-size: 16px;
  line-height: 140%; }


/* Prodcast Listing Page Start */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.prodcost_head{
  text-align:center;
  margin:0 0 25px;
}
.prodcost_head h3{
font-size:32px;
color:#000;
font-weight:700;
text-transform:uppercase;
font-family: 'Montserrat', sans-serif;
margin:0 0 10px;
}
.prodcost_head h3 i {
    display:inline-block;
    margin-right:8px;
    vertical-align:middle;
}
.prodcost_head p{
    font-size:18px;
    color:#000;
    font-weight:500;
    /* text-transform:uppercase; */
    margin:0 0 0px;
    line-height:25px;
    font-family: 'Montserrat', sans-serif;
}

.if-photo-header {
margin:0 0 20px;
text-align:center;
padding-top:0;
background:transparent;
}
.if-photo-header h2
{
font-size:28px;
font-family: 'Montserrat', sans-serif;
font-weight:700;
line-height:24px;
color:#ee3523;
text-transform: capitalize;
letter-spacing: normal;
margin:0;
}
.if-photo-header  span{
display:block;
font-size:26px;
color:#000;
font-family: 'Montserrat', sans-serif;
font-weight:700;
line-height:30px;
margin:0;
}

.slider_inner_wrapper{
    display:flex;
    justify-content: space-between;
}
.slider_cell{
    width:100%;
    padding:0 0px;
}
.slider_cell figure{
margin:0 0 15px;
}
.slider_cell figure img{
height:100%;
width:100%;
}
.slider_cell p , .slider_cell h3{
    font-size: 20px;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
line-height: 20px;
color: #000;
margin: 0 0 3px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
    text-align: center;
}
.slider_cell p{font-size: 14px; color: #000; line-height: 20px; font-weight: 500;}

.slider_cell p a , .slider_cell h3 a{
  color:#000;
}
.music_detail{
    display:flex;
    justify-content: space-between;
    padding-top:15px;
    border-top:1px solid #c5c5c5;
}
.date_music , .time_music{
    font-size:16px;
font-family: 'Montserrat', sans-serif;
font-weight:600;
line-height:25px;
color:#666;
margin:0 0 0px; 
}
.time_music i , .bottom_left i , .time i {
    display:inline-block;
    vertical-align:middle;
    margin-right:10px;
	cursor: pointer;
  width:34px;
  height:34px;
}
/* .bottom_left i{
  display:inline-block;
  vertical-align:middle;
  margin-right:10px;
  cursor: pointer;
  width:34px;
  height:34px;
} */
.time_music i svg , .bottom_left i svg , .time i svg{
width:100%;
height:100%;
}
.play .time_music i svg path , .bottom_left.play i svg path{
  fill:#ee3523 !important;
  }
.slider_wrapper{
    padding-top:35px;
    padding-bottom:42px;
}
.slider_wrapper.blue{
    background:#176c7a;
}
.category-featured-posts , .photostory-section{
    padding-top:0;
}


/* Latest Code */
.container-slider {
    padding: 0px 0 0px;
    margin-bottom: 40px;
}

.container-slider.black{
    background:#000;
}
.container-slider.black .if-photo-header span{
  color:#ee3523;
  font-size:26px;
  display:inline-block;
  vertical-align: middle;
}

.container-slider.black .if-photo-header h2 a {
  color: #fff;
  font-size:32px;
}

.container-slider.black .if-photo-header h2{
    color:#fff;
}
.container-slider.black  .slider_cell p a , .container-slider.black  .slider_cell h3 a{
    color:#fff;
}
.container-slider.black  .time_music i svg path {
  fill: #fff !important;
}
.container-slider.black  .play .time_music i svg path {
  fill: #ee3523 !important;
}
.container-slider.black  .date_music, .container-slider.black  .time_music{
    color:#fff;
}
.if-photo-header h2 a{
  color: #4250A2;
}

.container-slider.salmon{
    background:#f16d67;
}
.container-slider.salmon .if-photo-header h2 a{
    color:#fff;
}
.slider_cell p a , .slider_cell h3 a {
  color:#000;
}
.container-slider.salmon  .slider_cell p a , .container-slider.salmon  .slider_cell h3 a{
    color:#fff;
}
.container-slider.salmon  .slider_cell p a span , .container-slider.salmon  .slider_cell h3 a span
{
  color:#ee3523;
  font-size:26px;
  display:inline-block;
 
}
.container-slider.salmon  .date_music, .container-slider.salmon  .time_music{
    color:#fff;
}
.category-slider-nav .slick-arrow:hover {
  background: #eaeaea;
}
 .container-slider.salmon .time_music svg path {
   fill:#fff !important;
 }
 .container-slider.salmon .play .time_music svg path {
  fill:#ee3523 !important;
}

.photostory-section .cat-slick-arrow-left{
color:#000000;
}
.photostory-section .cat-slick-arrow-right{
color:#ee3523;
}
.container-slider.teal{
    background:#176c7a;
}
.container-slider.teal .if-photo-header h2 a{
    color:#fff;
}
.container-slider.teal  .slider_cell p a , .container-slider.teal  .slider_cell h3 a { 
    color:#fff;
}
.container-slider.teal  .date_music, .container-slider.teal  .time_music{
    color:#fff;
}
.container-slider.teal .time_music i svg path{
  fill:#fff !important;
}
.container-slider.teal .play .time_music i svg path{
  fill:#ee3523 !important;
}
.podcast_link{
    position:absolute;
    
}

.music_wrapper .radio__audioplayer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}



/* Prodc ast Listing Page End */

/* Archive Page Start Here */

.detail_page .about_wedding{
  padding:39px 0 20px;
}

.about_wedding h1 {
    color: #4250A2;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 0 32px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    text-transform: uppercase;
}
.about_wedding h1 span{
display:block;
color:#000;
font-size:26px;
}

.right_info h2 {
    font-size: 20px;
    color: #000;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin: 0 0 12px;
}
.right_info h2 span{
    color: #000;
    font-size: 14px;
    line-height: 20px;
}
.right_info p {
  font-size:14px;
  color:#404142;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight:400;
  margin:0 0 17px;
    width: 100%;
}
.right_info p:last-child{
  margin:0 0 24px;
}
.left_pic{
    margin:0;
}
.left_pic img{
    width:100%
}

/* bottom line css */
.bottom_line{
  border-top:1px solid #c5c5c5;
  display:flex;
  justify-content: space-between;
  padding-top:13px;
}

.social_link a {
    display:inline-block;
    vertical-align:middle;
    margin-left:19px;
}
.bottom_left i{
    display:inline-block;
    vertical-align:middle;
    margin: -5px 6px 0 0;
}
.bottom_left strong{
    display:inline-block;
    vertical-align:middle;
    margin:0 6px;
}
.bottom_left span{
    font-size:16px;
  /* color:#000; */
  font-family: 'Montserrat', sans-serif;
  font-weight:600;
  line-height:25px;
  display:inline-block;
    vertical-align:middle;
    color:#666;
}

.music_wrapper{
    padding:14px 0 16px;
 
}
.music_left{
    display:flex;
    justify-content:flex-start;
    
    
}
.music_left figure{
width:61px;
margin-right:28px;
}
.music_left figure img{
    width:100%;
}
.music_left p {
    width:calc(100% - 89px);
    font-size:20px;
  color:#fff;
  font-family: 'Montserrat', sans-serif;
  font-weight:600;
  line-height:25px;   
  margin:0;
}
/* Music List */
.music_des {
  display: flex;
  padding:17px 20px;
    flex-wrap: wrap;
}

.music_des figure {
  margin: 0 20px 0 0;
  width: 60px;
  height: 60px;
}

.music_des figure a {
  margin: 0 20px 0 0;
  width: 60px;
  height: 60px;
}

.music_des figure a img{
width:100%;
height:auto;
display: block;
}
.music_des h3 {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
  margin:0;
  width: calc(100% - 80px);
    
} 
.music_des p {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  line-height: 20px;
    word-wrap: break-word;
} 

.music_des h3 a {
  font-size: 15px;
  font-weight: 500;
  color: #EE3223;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
  margin:0;
}
.music_detail{
display:flex;
padding:17px 0px;
justify-content:space-between;
}
.date span , .time span{
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 25px;
  font-family: 'Montserrat', sans-serif;
}
.border_cell{
border-top:1px solid #c5c5c5;
}
.border_cell:last-child{
border-bottom:1px solid #c5c5c5;
}
.time {
  margin-left: 50px;
}
.player_music_list .row.active {
  background: #ee3523;
}

.player_music_list .row.active .date span , .player_music_list .row.active .time span{
color:#fff;
}
.player_music_list .row.active .music_des h3{
color:#fff;

}
.list_music{
margin:0 0 34px;
}
.time i {
  margin-right: 8px;
  display: inline-block;
  vertical-align: top;
}

.load_more {
    display: block;
    margin: 0px auto 0;
    background: #4250a2;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #4250a2;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 43px;
}

.player_music_list .music_detail{
border:none;
}

.border_cell.play{
background: #ee3523;
}
.border_cell.play .music_des h3 , .border_cell.play .date span, .border_cell.play .time span{
  color:#fff;
}
.border_cell.play .time i svg path{
  fill:#fff  !important;
}
.music_detail .time {
  margin-left: 0;
}

.navbar-nav > li > a{
	padding:10px 12px;
  }


  .prodcost_head h1{
    font-size:32px;
    color:#000;
    font-weight:700;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
    margin:0 0 18px;
  }
  .prodcost_head h1 i {
    display:inline-block;
    vertical-align: middle;
    margin-right:10px;
  }
  .music_wrapper .ttsMed{
    opacity: 0;
    visibility: hidden;
  }



  
  @media only screen and (max-width:1199px){
    #menu-main-menu {
        width: calc(100% - 320px);
        white-space: nowrap;
        overflow: auto;
    }
    .top-main-navigation .top-meu-items ul li {
        padding: 0 5px;
        float: none;
        display: inline-block;
    }
}

@media only screen and (max-width:992px){
  .photostory-section {
    padding: 0 40px;
}
.photostory-section .container{
  width:100%;
}
.about_wedding h1{
  font-size:27px;
}
.about_wedding h1 span{
  font-size:21px;
}
.slider_cell p, .slider_cell h3{
    font-size:15px;
}
.date_music, .time_music{
    font-size:12px;
}
.time_music i, .bottom_left i{
    width:20px;
    height:20px;
}
.music_detail{
    align-items: center;
}

.site-content .time_music i, .site-content .bottom_left i {
    width: 25px;
    height: 25px;
}
}

@media all and (max-width: 768px) {
  .about-heading h2, .contribute-heading h2, .advertise-heading h2 {
    font-size: 26px; } }
.fb-video {
  margin: 30px 0; }

.top-space {
  margin: 20px auto; }

body.home footer {
  margin-top: 45px; }

/*# sourceMappingURL=style.css.map */

@media only screen and (max-width:767px){
  .top-mobile-nav .if-searchbar {
    margin: 0 0 0 -30px;
}
    .about_wedding h3 {
  
      font-size: 22px;
    
      line-height: 22px;
      margin: 0 0 15px;
    
  }
.about_wedding h3 span{
  font-size:16px;
}
.left_pic{
  margin:0 0 12px;
  width:100%;
}
.right_info h4 {
    font-size: 15px;
  
    line-height: 20px;
   
    margin: 0 0 10px;
}
.right_info p{
  margin:0 0 2px;
}

/* bottom line css */
.bottom_left span{
  font-size:12px;
}

.social_link a {
  
    margin-left: 11px;
    width: 21px;
    height: 23px;
}
.social_link a img{
  max-width:100%;
  height:auto;
  width:auto;
}
.music_left p{
  font-size:15px;
  line-height:19px;
  width: calc(100% - 93px);
}
.music_left figure {
    width: 77px;
    
    margin:0 16px 0 0;
}
.music_wrapper{
  padding:10px 0 16px;
}

/* Main Page */
.post-section{
  padding-top:20px;
}
.prodcost_head h3{
  margin:0 0 12px;
}



.slider_cell p , .slider_cell h3{
  font-size:15px;
  line-height: 20px;
}
.date_music, .time_music{
  font-size:12px;
}
.time_music i , .bottom_left i{
  margin-right: 8px;
  width: 20px;
  height: 20px;
}
.music_detail{
  padding: 9px 0;
}
.if-photo-header h2 a {
  font-size:22px;
}
.if-photo-header h2 a span{
  font-size:16px;
}
.if-photo-header {
  margin: 0 0 20px;
  line-height: 22px;
}
.container-slider {
  padding:0px 0px;
}
.prodcost_head p{
font-size:14px;
line-height: 20px;;
}
.prodcost_head {
   
  margin: 0 0 21px;

}
.footer-items ul {
  max-width: 292px;
  margin: 0 auto;
}

.bottom_line{
  margin-top:20px;
}
.time{margin-left:0;}



#menu-main-menu {
  width: 100%;
  white-space: normal;
  overflow: auto;  
}
.container-slider.black .if-photo-header h2 a{font-size:22px;}
.container-slider.black .if-photo-header{margin:0 0 15px;}
.photostory-section {
  padding: 0;
}

.site-content .time_music i, .site-content .bottom_left i {
    width: 20px;
    height: 20px;
}
    
.prodcost_head h1 {margin-top: 10px;}    

}

#onesignal-bell-container.onesignal-reset.onesignal-bell-container-bottom-left {
    bottom: 55px!important;
}

/* Header */
.navbar  .navbar-header {
  width: 118px;
  margin-right:20px;
}
.navbar-brand img{
max-width:90%;
}
.nav > li > a{
padding:0 8px;
}
.top-main-navigation.shrinked .navbar-brand img{
  max-width:80%;
}
#menu-main-menu {

  margin-top: 13px;
}
.top-main-navigation.shrinked  #menu-main-menu {

  margin-top: 10px;
}
.right-menu-items {
  padding: 23px 10px 0 10px;
}

.right_info {
    display: flex;
    flex-wrap: wrap;
}    


@media only screen and (max-width:1199px){
  #menu-main-menu {
    width: calc(100% - 138px);
   
}
body {
 
  padding-top: 143px;
}
}

@media only screen and (max-width:992px){
  .top-main-navigation .top-meu-items ul li a > span{font-size:11px;}
  .nav > li > a {
    padding: 0 5px;
}

.category-slider-nav .slick-arrow {
    top: 17%;
    display: none !important;
}


.top-main-navigation .top-meu-items ul li{padding:0 7px;}
.if-photo-header h2{font-size:27px;line-height:22px;}
.if-photo-header span{font-size:21px;}

.music_des figure {
    margin: 0 20px 0 0;
    width: auto;
    height: auto;
    max-width: 150px;
}

}
@media only screen and (min-width:768px) and (max-width:992px){
  .if-searchbar .add-on .if-search-box:focus{width:100%;}
  .navbar-right.right-menu-items{
    width: calc(100% - 138px);
  }
 body  .if-searchbar .add-on {
  
    width: 100%;
}
body .navbar-default .navbar-collaps{
  width:100%;
}
.if-searchbar .add-on .if-search-box{padding-left: 28px;
  border-bottom: 1px solid #EE3624;}
  
  
  .navbar-form{padding:0;}
  .if-searchbar {
  
    width: calc(100% - 75px);
}
.if-searchbar .add-on .if-search-box{width:100%;}
.navbar-right.right-menu-items{padding-left:0;padding-right:0;}
.if-searchbar .add-on{padding:0;}
}
@media only screen and (max-width:767px){
  .navbar-brand img {
    max-width: 100%;
    max-height: 100%;
}
body {
  padding-top: 60px;
}
#menu-main-menu {
  width: 100%;
}

.top-main-navigation .top-meu-items ul li {
 
  display: block;
  margin: 0 0 10px;
}
.category-slider-nav .slick-arrow{top:25%;}

.about_wedding h1{
  font-size:22px;
}
.about_wedding h1 span{
  font-size:16px;
}
.right_info h2{
  font-size:15px;
  text-align: center;
  width: 100%;
}
.about_wedding h1{font-size:22px;}
.about_wedding h1 span{font-size:16px  !important;}

.right_info h2{font-size:18px; line-height: 20px;}
.date span, .time span{font-size:12px;}
.time i {margin-right: 3px;vertical-align: middle; width: 17px;height: 21px;}
.about_wedding {
  padding: 20px 0 45px;
}
.music_des figure {
    max-width: 80px;
    width: 80px;
    height: 80px;
}
.right_info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}    

}
/* Archive Page End Here */

.breadcrumbs{margin:10px 0}.breadcrumbs a,.breadcrumbs span{color:#58595b!important;font-weight:100}.breadcrumbs span{padding:0 5px}.breadcrumbs a:hover{text-decoration:underline}

/*20-5*/

.breadcrumbs {
    font-size: 14px;
}

div.radio__audioplayer{
  position:fixed;
  z-index:990;
}


/*
          heading style
        -----------------------------------------------------*/
        .ishq-heading-style1{
            margin-bottom: 8px;
        }
        .ishq-heading-style1 h4{
            font-size: 28px;
            line-height: 30px;
            font-weight: 700;
            color:#4250A2;
            font-family: 'Montserrat', sans-serif;
            text-transform: uppercase;
            text-align: center;
        }
        
        .ishq-heading-style2{
            margin-bottom: 4px;
        }
        .ishq-heading-style2 h4{
            font-size: 32px;
            line-height: 34px;
            font-weight: 700;
            color:#4250A2;
            font-family: 'Montserrat', sans-serif;
            text-transform: uppercase;
            text-align: center;
        }
        
        @media (max-width:767px){
            .ishq-heading-style2 h4{
                font-size: 28px;
                line-height: 32px;
            }
        }
        
        
        /*
           weding page content
        --------------------------------------------------------*/
        .wedding-banner{
            margin-bottom: 40px;
            margin-top: 20px;
        }
        .wedding-banner img{
            width: 100%;
            display: block;
            height: auto;
        }
        .ishq-pod-logo{
            text-align: center;
            margin-bottom: 20px;
        }
        .cat-content{
            font-family: 'Montserrat', sans-serif;
            font-size: 18px;
            line-height: 25px;
            color: #000000;
            text-align: center;
            font-weight: 600;
            margin-bottom: 40px;
        }
        .cat-grid{
            margin-bottom: 40px;
        }
        .cat-row{
            display: flex;
            flex-wrap: wrap;
        }
        .cat-items{
            width: 100%;
            flex:calc(33.33% - 20px);
            max-width: calc(33.33% - 20px);
            margin-right: 30px;
            margin-bottom: 30px;
            position: relative;
            overflow: hidden;
        }
        
        .cat-items:nth-child(3n){
            margin-right: 0px;
        }
        .cat-items img{
            width: 100%;
            display: block;
            height: auto;
        }
        .cat-cap{
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            background-color: rgba(67, 81, 163, 0.9);
            padding: 0 20px;
            display: flex;
            align-content: center;
            justify-content: center;
            flex-wrap: wrap;
            text-align: center;
            opacity: 0;
            -webkit-transition: all 0.35s;
            -o-transition: all 0.35s;
            transition: all 0.35s;
            -webkit-transform: scale(1.15);
            -ms-transform: scale(1.15);
            -o-transform: scale(1.15);
            transform: scale(1.15);
        }
        .cat-cap h4{
            font-size: 20px;
            line-height: 20px;
            font-family: 'Montserrat', sans-serif;
            color: #fff;
            font-weight: 600;
            margin-top: 0px;
        }
        .cat-cap p{
            font-size: 14px;
            line-height: 20px;
            font-family: 'Montserrat', sans-serif;
            color: #fff;
            font-weight: 400;
            margin-bottom: 0px;
        }
        .cat-items:hover .cat-cap{
            opacity: 1;
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1);
        }
        .load_more_btn{
            text-align: center;
        }
        .load_more_btn a{
            width: 200px;
            height: 48px;
            border-radius: 30px;
            background-color: #4250A2;
            display: inline-block;
            font-family: 'Montserrat', sans-serif;
            font-size: 18px;
            line-height: 48px;
            text-transform: uppercase;
            color: #fff;
            font-weight: 600;
            text-align: center;
        }
        .load_more_btn a:hover{
            text-decoration: none;
        }
        @media (max-width:991px){
            .cat-cap h4{
                font-size: 16px;
                line-height: 18px;
                margin-bottom: 7px;
            }
            .cat-cap p{
                font-size: 12px;
                line-height: 17px;
            }
        }
        @media (max-width:767px){
            .ishq-pod-logo{
                margin-bottom: 12px;
            }
            .ishq-pod-logo img{
                width: 100px;
                height: auto;
                display: block;
                margin: 0 auto;
            }
            .wedding-banner{
                margin-bottom: 25px;
            }
            .cat-content{
                font-size: 14px;
                line-height: 20px;
                margin-bottom: 25px;
            }
            .cat-items{
                flex: 100%;
                max-width: 100%;
                margin-right: 0px;
            }
            .load_more_btn a{
                width: 146px;
                height: 35px;
                font-size: 13px;
                line-height: 35px;
            }
            
        }
        
        
        /*
             Post Slider
        ---------------------------------------------------------*/
        .ishq-post-slider{
            margin-bottom: 40px;
        }
        
        .ishq-post-slider .slider_cell h3{
            font-size: 20px;
            line-height: 22px;
            font-weight: 600;
            color:#000;
            font-family: 'Montserrat', sans-serif;
            text-align: center;
            height: auto;
            margin-bottom: 3px;
        }
        .ishq-post-slider .category-slider-nav .slick-arrow{
            top:40%;
        }
        .sm-txt{
            font-size: 14px;
            line-height: 20px;
            color: #000;
            text-align: center;
            font-weight: 600;
        }
        @media (max-width:991px){
            .ishq-post-slider .slider_cell h3{
                font-size: 16px;
                line-height: 20px;
            }
        }
        @media (max-width:767px){
            .ishq-post-slider .slider_cell h3{
                font-size: 18px;
                line-height: 22px;
            }
        }
        
        
        /*
           podcast episodes
        ------------------------------------------------------*/
        .pod-episodes{
            margin-bottom: 20px;
        }
        .pod-episodes .load_more_btn{
            margin-top: 20px;
            
        }
        .pod-episodes .load_more_btn a{
            width: 163px;
            height: 39px;
            font-size: 15px;
            line-height: 39px;
        }
        .pe-item{
            display: flex;
            flex-wrap: wrap;
            border-top: 1px solid #c5c5c5;
            border-bottom: 1px solid #c5c5c5;
            padding: 20px 14px 20px 20px;
            cursor: pointer;
        }
        
        .pe-item:not(:first-child){
            border-top: none;
        }
        .pe-thumb{
            width: 100%;
          flex:0 0 60px;
            max-width: 60px;
            margin-right: 29px;
        }
        .pe-thumb img{
            width: 100%;
            height: auto;
            display: block;
        }
        .pe-detail{
            width: 100%;
            flex:0 0 calc(100% - 472px);
            max-width: calc(100% - 472px);
        }
        .pe-time-date{
            width: 100%;
            flex:0 0 332px;
            max-width: 332px; 
            display: flex;
            flex-wrap: wrap;
            margin-left: auto;
        }
        .episode-txt{
            font-size: 15px;
            line-height: 17px;
            color: #EE3223;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
        }
        .episode-title{
            font-size: 15px;
            line-height: 20px;
            color: #000;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
        }
        .pe-time{
            font-family: 'Montserrat', sans-serif;
            font-size: 16px;
            line-height: 18px;
            font-weight: 600;
        }
        .pe-date{
            font-family: 'Montserrat', sans-serif;
            font-size: 16px;
            line-height: 18px;
            font-weight: 600;
            color: #000;
            text-align: right;
            margin-left: auto;
        }
        .pe-audio-icon{
            margin-right: 6px;
            display: inline-block;
        }
        .pe-audio-icon svg{
            width: 29px;
            height: 29px;
        }
        .pe-time-txt{
            position: relative;
            top: -9px;
        }
        .pe-item:hover{
            background-color: #ee3523;
        }
        .pe-item:hover .episode-txt,
        .pe-item:hover .episode-title,
        .pe-item:hover .pe-time-txt,
        .pe-item:hover .pe-date
        {
            color: #fff;
        }
        .pe-item:hover .pe-audio-icon svg path{
            fill:#fff;
        }
        
        @media (max-width:1199px){
            .pe-time-date{
                flex:0 0 272px;
                max-width: 272px;
            }
            .pe-detail{
               flex:0 0 500px;
                max-width: 500px; 
            }
            .pe-time-txt{
                top: -14px;
            }
        }
        @media (max-width:991px){
            .pe-time-date{
                flex:0 0 232px;
                max-width: 232px;
            }
            .pe-detail{
               flex:0 0 330px;
                max-width: 330px; 
            }
        }
        @media (max-width:767px){
            .pe-listing{
                margin: 0 -10px;
            }
            .pe-item{
                padding: 20px 10px 14px;
            }
            .pe-thumb{
                flex: 0 0 80px;
                max-width: 80px;
                margin-right: 16px;
            }
            .episode-title, .episode-txt{
                font-size: 14px;
                line-height: 20px;
            }
            .pe-detail{
                flex: 0 0 calc(100% - 96px);
                max-width: calc(100% - 96px); 
            }
            .pe-time-date{
                flex: 0 0 100%;
                max-width: 100%;
                margin-left: 0px;
                margin-top: 10px;
            }
            .pe-audio-icon svg{
                width: 21px;
                height: 21px;
            }
            .pe-time-txt{
                font-size: 12px;
                line-height: 14px;
                top: 0px;
                align-items: center;
            }
            .pe-time{
                display: flex;
                align-items: center;
            }
            .pe-date{
               font-size: 12px;
                line-height: 14px; 
            }
        }

/*its that code is remove if config fotter remove margin*/

.footer{margin-bottom: 0px !important;}

  

@media (max-width:767px){
.inline-list-items {margin-bottom: 0px !important;}
}     



.second h2{ font-size: 32px; line-height: 22px; color: #4250A2; text-align: center; margin-bottom: 25px;}
.mobLog{display: none;}


@media (max-width:767px){
.second h2{ font-size: 28px; line-height: 20px;}
.border_cell{ border: none; margin-bottom: 23px;} 
.music_des {padding: 0px; margin-right: 0px;}
.music_des h3 {width: calc(100% - 100px);}    
.music_detail{padding: 0px;}
.music_des p:empty{display: none;}
.load_more {padding: 10px 38px; margin: 0px auto 0;}    
.border_cell:last-child{display: none;}     

.mobLog{width: 99px; height: 100px; text-align: center; display: block; margin: 0 auto;  margin-bottom: 35px;}    
.mobLog img{width: 100%; height: auto; display: block;}    
.border_cell.play {padding-bottom: 15px;}      

}      


.bottom_line{ display: none !important;}
.right_info p:empty{display: none;}

.border_cell.play h3 a {color: #fff;}

.border_cell.play span.plusSvg {
    fill: #fff !important;
}
