:root {
    --dl-primary-color: #01acca;
}

.bottom-header {
   
}

.bottom-header .container {
    
}

.main-header-wapper {
    
}
.main-header-wapper .site-logo {
    max-width: 500px;
    padding-top: 20px;
}

.main-header-wapper .site-title{
    display: inline-block;
    font-size: 42px;
    line-height: 1;
    font-weight: 400;
    color: var(--dl-heading-color);
    letter-spacing: 1px;
    position: relative;
}

.main-header-wapper .site-title {
    background-image: url(/assets/img/newslogo.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      height: 130px;
      width: 400px;
}

.featured-post-meta {
    margin-top: 0px;
    margin-bottom: 5px;
}

.post-meta {
    margin-bottom: 0px;
    color: var(--dl-primary-color);
}

.post-meta li a, .post-meta li a.date, .post-layout-item .post-meta li a{
    color: var(--dl-primary-color);
}

.post-meta li.sep {
    background-color: var(--dl-primary-color);
}

.featured-post-info {
    padding-top: 5px;
    padding-bottom: 15px;
}


.widget-category-list a{
    
}

.widget-category-list a img{
opacity:1;
}

.widget-category-list a:hover{
    color: var(--dl-primary-color);
}

.ticker-slider {
    max-width: 600px;
}

figure.image figcaption {
text-align:left;
font-size: 14px;
line-height: normal;

}

figure.image {
 width: 90%;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 50px;
 margin-top: 50px;
}


.tag-list li a {
text-transform: lowercase;
}

.post-layout-item .post-content {
    background-color: var(--dl-white-color);
    padding: 20px;
    margin-right: 40px;
    margin-top: -60px;
    position: relative;
    z-index: 1;
}



.top-right-info{
    column-gap: 40px;
}

.top-right-info li a {
font-size: 15px;
}

@media (max-width: 1200px) {
   .top-right-info{
       column-gap: 20px;
   }
}

.category-card .cat-thumb{
    border-radius: 0px;
    border-top: 7px solid var(--dl-primary-color);
border-left: 7px solid var(--dl-primary-color);
}

.category-card .cat-text {

background-color: rgba(255,255,255,.8);
text-transform: uppercase;
width: 90%;
top:75%;
}

.vixto-modal .subscribe-card {
    background-image: none;
    background-color: var(--dl-primary-color);
    color: #fff;
}

.vixto-modal .subscribe-card h3 {
   color: #fff; 
}

.vixto-modal.show {
background-color: rgba(0,0,0,.5);

}

 ul.tag-list li a{
    
}

ul.tag-list li a:hover, ul.single-post-navigation li a:hover{
    background-color: var(--dl-primary-color) !important;
    color: #000;
}

.bkggrad {
display: block;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: linear-gradient(141deg,rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, 0) 100%);
z-index: 0;
}

.page-content-wrap .page-content, .modal-inner {
z-index: 5;
position:relative;
}

ul.top-right-info li a {
    color: #000;
}
 
ul.top-right-info li a:hover {
    text-decoration: underline;
}


 article.ignews{
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 0px;
    margin-bottom: 15px;
} 

article.ignews .post-content .post-meta {
    line-height: 14px;
}

article.ignews .post-content .post-meta li a {
    padding-top: 7px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
}

article.ignews .post-content h4 {
    line-height: 17px;
}

article.ignews .post-content .post-card-footer {
    line-height: 20px;
}

article.ignews .post-content hr {
    margin-top: 3px;
    margin-bottom: 5px;
    opacity: .85;
}

.subscribe-card {
background-image: none;    
}



.single-post-gallary a:hover {
    opacity:.7;
}


.is-hidden { display: none; }

/* Optional styling */
#toggleSources {
  background: none;
  border: none;
  font: inherit;
  cursor: pointer;
  color: var(--dl-primary-color);  
margin-bottom: 15px;
}

#toggleSources:focus { outline: 2px solid var(--dl-primary-color) }

.sourcesBox ul li {
  margin-bottom: 15px;
}

.sourcesBox ul li a:hover{
  color: var(--dl-primary-color);
}

  #fb-comments {
    opacity: 0;
    transition: all 1s linear;
  }
  #fb-comments.loaded {
    opacity: 1;
  }

.postVideoHolder {
    height: 602px;
}


.featured-category {
      grid-template-columns: repeat(4, 1fr);
  } 
  
  
  .homeFeaturedImg {
        width:100%; height: 600px !important;
    }
    
.default-btn:hover  {
    opacity:.7;
}    
  
@media (max-width: 992px) {

figure.image {
 width: 90%;
 margin-left: auto;
 margin-right: auto;
}

  .homeFeaturedImg, .homeHeadlineLayout .post-thumb {
        width:100%; height : 350px !important;
    }


    
    .main-header-wapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
    }
    
    
   .main-header-wapper .site-logo {
    max-width: 200px;
    margin-top: 0px;
        text-align: left;
    margin-left: 0;
    margin-right: 0;
   }
}
  
 @media (max-width: 767px) {

 figure.image {
 width: 100%;
 margin-left: auto;
 margin-right: auto;
}
    .featured-category {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .postVideoHolder {
    height: 229px;
        }
    
    .subscribe-card {
        padding: 15px;
    }
    
   .footer-section {
        padding-top: 40px;
    }
}

.more-category {
      grid-template-columns: repeat(4, 1fr);
      width: 75%;
      margin-left: auto;
      margin-right: auto;
  }
  
@media (max-width: 767px) {
  .more-category {
      grid-template-columns: repeat(4, 1fr);
      width: 100%;
  }
  
      .entry-header .post-title {
        font-size: 36px;
        line-height: 40px;
    }
  
}

li.showmobile, ul.showmobile {
      display:none !important;
  } 

li.hidemobile {
      display: inline-flex !important;
  } 
  
@media (max-width: 992px) {
    .main-header-wapper .site-title {
      height: 100px;
      background-position: left center;
      margin-top: 10px;
      width: 300px;
}

.bottom-header {
    height: 120px;
    
}
    
  li.showmobile, ul.showmobile {
    display:block !important;
  }
  
  li.hidemobile {
      display:none !important;
  } 
  
  .fb-comments iframe {
      width: 100% !important;
  }
}

.container-fluid {

padding-left: 5%;
padding-right: 5%;
    
}




.ticker-wrap {
 color: var(--dl-primary-color);
 }
 
.ticker-wrap .ticker-title {
    background-color: var(--dl-primary-color);
    padding: 7px;
    padding-left: 14px;
    padding-right: 14px;
    animation: fadeColors 2s infinite alternate;
}

    @keyframes fadeColors {
      0%   { opacity: 1; }
      50%  { opacity: .7; }
      100% { opacity: 1; }
    }

.ticker-wrap .swiper-slide {
    line-height: 30px;
	overflow
}

.ticker-wrap .swiper-slide .arrow{
    display: inline-block;
    color: var(--dl-primary-color);
font-size: 25px;
margin-left: 10px;
}

.single-post-content {
    border-top: 8px solid var(--dl-primary-color);
    margin-top: 8px;
    padding-top: 8px;
}
    
.single-post-content a {

color: var(--dl-primary-color);
}

.single-post-content a:hover {
    color: var(--dl-heading-color) !important;
    text-decoration: underline;
} 

.single-post-content .cta {
border-top: 8px solid var(--dl-primary-color);
border-left: 8px solid var(--dl-primary-color);
padding: 4%;
}

.single-post-content .cta a{
    font-weight: 600;
    text-transform: capitalize;
}

.blog-standard .full-width-post .post-content {
border-top: 10px solid var(--dl-primary-color);
}

.post-layout-1 .post-layout-item {
    
}

.category-page .post-card{
border-left: 8px solid var(--dl-primary-color); 
}

.post-layout-1 .post-layout-item  .post-content {
border-top: 8px solid var(--dl-primary-color);

}

.post-layout .post-card  .post-content-hero {
    position: relative;
margin-right: 40px;
    margin-top: -80px;
    z-index: 2;
    background-color: #fff;
}

.swiper {
    margin-left: 10px;
    margin-right: 0px;
}
.ticker-slide-wrap, .ticker-slider, .swiper-wrapper, .swiper-slide {
width: auto;
}

.swiper-slide {
white-space: nowrap;
}

.ticker-slider a {
border-top: 2px solid transparent;
border-bottom: 2px solid transparent;
}

.ticker-slider a:hover {
border-bottom: 2px solid var(--dl-primary-color);
}

.horizontal-card {
border-left: 8px solid var(--dl-primary-color);
}

.widget-category-list .img-hover-move {
    border-left: 8px solid var(--dl-primary-color);
}

.widget-category-list li a span {
    background-color: transparent;
    color: #fff ;
    font-size: 40px;
}


.sticky-fixed-top .site-title {
height: 90px;
        transition: height 1s ease;
}

.sticky-fixed-top .header-menu-wrap ul li a {
        line-height: 50px;
transition: line-height 1s ease;
    }
    
.single-post-content a.default-btn {
    text-decoration: none;
    color: var(--dl-body-color);
}

.single-page .headimg-caption {
    color: var(--dl-body-color);
    font-size: 12px;
    text-align: left;
    line-height: normal;
    padding-left: 0px;
   padding-right: 0px;
   padding-top: 0px;
}

@media (min-width: 993px) {
    .single-page .headimg-caption {
        width: 125%;
        max-width: 125%;
        margin: 0 -12.5% !important;
    }
}

.entry-header ul.post-meta a:hover {
    color: var(--dl-body-color);
}

    .single-page h3 {
        text-transform: capitalize;
    }
    
  .followIgHolder {
    display: none;
  }    
    
@media only screen and (max-width: 768px) and (orientation: portrait) {

.post-card.full-width-post h3 {
    font-size: 28px;
	line-height: 32px;
}

.followIgHolder {
    display: none;
    position: fixed ;
    bottom: 15px;
    left: 0px;
    width: 82%;
    height: auto;
    margin-top: 4%;
    margin-bottom: 3%;
    z-index: 2000;
  }

}

@media (min-width: 769px) {

  .followIgHolder {
    display: none !important;
  }
}


.smt-app{display:block !important;position:relative}.smt-app .sm-fixed{z-index:100000 !important;position:fixed}.smt-app .sm-fixed-2{z-index:1100005 !important}.smt-app,.smt-app *{letter-spacing:normal;font-size:14px;line-height:normal;font-weight:normal;margin:0;box-sizing:border-box !important}.smt-app img{user-select:none}.smt-app .sm-shadow{box-shadow:0 0 3px rgba(60,72,88,0.15) !important}.smt-app div:empty{display:block}.smt-wrapper{background:none;padding:0;width:auto;height:auto}.hover-opacity{cursor:pointer;transition:opacity 200ms linear}.hover-opacity:hover{opacity:0.95 !important}.powered-link{font-size:13px !important;text-decoration:none !important;margin-top:5px;white-space:nowrap;align-items:center;display:flex;background-color:#f5f5f510;padding:3px 7px 3px 5px;border-radius:6px;gap:3px;color:#dddddd !important}.powered-link:hover{background-color:#f5f5f530;color:#cccccc}.powered-link img{width:20px !important;height:20px !important;transform:none !important}.sm-powered-block{display:flex;justify-content:center;padding:0 0 10px 0}.sm-powered-block .powered-link{margin-top:0 !important}.icon-wrapper+.powered-link{position:absolute;left:50%;transform:translateX(-50%)}.sm-close{padding:0;line-height:normal;position:absolute;color:#fff;top:12px;right:12px;width:20px;height:20px;font-size:22px;cursor:pointer;text-align:center;z-index:1;font-style:normal;outline:none;border:none;box-shadow:none}.material-icons{font-family:'Material Icons' !important}.sm-no-animation{animation:none !important}.sm-corner-rounded{border-radius:6px !important}.sm-no-paddings{padding:0 !important}.sm-row{display:flex;align-items:center}
 .smt-app{display:block !important;position:relative}.smt-app .sm-fixed{z-index:100000 !important;position:fixed}.smt-app .sm-fixed-2{z-index:1100005 !important}.smt-app,.smt-app *{letter-spacing:normal;font-size:14px;line-height:normal;font-weight:normal;margin:0;box-sizing:border-box !important}.smt-app img{user-select:none}.smt-app .sm-shadow{box-shadow:0 0 3px rgba(60,72,88,0.15) !important}.smt-app div:empty{display:block}.smt-wrapper{background:none;padding:0;width:auto;height:auto}.hover-opacity{cursor:pointer;transition:opacity 200ms linear}.hover-opacity:hover{opacity:0.95 !important}.powered-link{font-size:13px !important;text-decoration:none !important;margin-top:5px;white-space:nowrap;align-items:center;display:flex;background-color:#f5f5f510;padding:3px 7px 3px 5px;border-radius:6px;gap:3px;color:#dddddd !important}.powered-link:hover{background-color:#f5f5f530;color:#cccccc}.powered-link img{width:20px !important;height:20px !important;transform:none !important}.sm-powered-block{display:flex;justify-content:center;padding:0 0 10px 0}.sm-powered-block .powered-link{margin-top:0 !important}.icon-wrapper+.powered-link{position:absolute;left:50%;transform:translateX(-50%)}.sm-close{padding:0;line-height:normal;position:absolute;color:#fff;top:12px;right:12px;width:20px;height:20px;font-size:22px;cursor:pointer;text-align:center;z-index:1;font-style:normal;outline:none;border:none;box-shadow:none}.material-icons{font-family:'Material Icons' !important}.sm-no-animation{animation:none !important}.sm-corner-rounded{border-radius:6px !important}.sm-no-paddings{padding:0 !important}.sm-row{display:flex;align-items:center}@keyframes sm-slide-show{0%{transform:translateZ(-1400px) translateY(20px);opacity:0}100%{transform:translateZ(0) translateY(0);opacity:1}}@keyframes sm-slide-hide{100%{transform:translateZ(-1400px) translateY(20px);opacity:0}0%{transform:translateZ(0) translateY(0);opacity:1}}@keyframes sm-slide-show-centered{0%{transform:translateZ(-1400px) translateY(10px) translateX(-50%);opacity:0}100%{transform:translateZ(0) translateY(0) translateX(-50%);opacity:1}}@keyframes sm-slide-hide-centered{100%{transform:translateZ(-1400px) translateY(20px) translateX(-50%);opacity:0}0%{transform:translateZ(0) translateY(0) translateX(-50%);opacity:1}}.smt-app-instagram_follow{font-family:sf-pro-display, Roboto, sans-serif}.smt-app-instagram_follow .sm-box{box-shadow:5px 5px 5px -5px rgba(34,60,80,0.6);width:380px;border-radius:8px;background:#fff;display:flex !important;flex-direction:column;max-height:calc(100% - 100px);transition:height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94)}.smt-app-instagram_follow .sm-box.show.top-center,.smt-app-instagram_follow .sm-box.show.bottom-center,.smt-app-instagram_follow .sm-box.show.bottom,.smt-app-instagram_follow .sm-box.show.top{animation:sm-slide-show-centered 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}.smt-app-instagram_follow .sm-box.show:not(.top-center):not(.bottom-center):not(.bottom):not(.top){animation:sm-slide-show 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}.smt-app-instagram_follow .sm-box.closing.top-center,.smt-app-instagram_follow .sm-box.closing.bottom-center,.smt-app-instagram_follow .sm-box.closing.bottom,.smt-app-instagram_follow .sm-box.closing.top{animation:sm-slide-hide-centered 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}.smt-app-instagram_follow .sm-box.closing:not(.top-center):not(.bottom-center):not(.bottom):not(.top){animation:sm-slide-hide 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}.smt-app-instagram_follow .sm-box:not(.show):not(.closing){display:none !important}.smt-app-instagram_follow .sm-box.top-left,.smt-app-instagram_follow .sm-box.top-center,.smt-app-instagram_follow .sm-box.top,.smt-app-instagram_follow .sm-box.top-right{top:80px}.smt-app-instagram_follow .sm-box.top-left.button-circle_bubble,.smt-app-instagram_follow .sm-box.top-center.button-circle_bubble,.smt-app-instagram_follow .sm-box.top.button-circle_bubble,.smt-app-instagram_follow .sm-box.top-right.button-circle_bubble{top:100px}.smt-app-instagram_follow .sm-box.top-left.button-tab,.smt-app-instagram_follow .sm-box.top-center.button-tab,.smt-app-instagram_follow .sm-box.top.button-tab,.smt-app-instagram_follow .sm-box.top-right.button-tab{top:60px}.smt-app-instagram_follow .sm-box.bottom-left,.smt-app-instagram_follow .sm-box.bottom-center,.smt-app-instagram_follow .sm-box.bottom,.smt-app-instagram_follow .sm-box.bottom-right{bottom:80px}.smt-app-instagram_follow .sm-box.bottom-left.button-circle_bubble,.smt-app-instagram_follow .sm-box.bottom-center.button-circle_bubble,.smt-app-instagram_follow .sm-box.bottom.button-circle_bubble,.smt-app-instagram_follow .sm-box.bottom-right.button-circle_bubble{bottom:100px}.smt-app-instagram_follow .sm-box.bottom-left.button-tab,.smt-app-instagram_follow .sm-box.bottom-center.button-tab,.smt-app-instagram_follow .sm-box.bottom.button-tab,.smt-app-instagram_follow .sm-box.bottom-right.button-tab{bottom:60px}.smt-app-instagram_follow .sm-box.bottom-left,.smt-app-instagram_follow .sm-box.left,.smt-app-instagram_follow .sm-box.top-left{left:30px}.smt-app-instagram_follow .sm-box.bottom-right,.smt-app-instagram_follow .sm-box.right,.smt-app-instagram_follow .sm-box.top-right{right:30px}.smt-app-instagram_follow .sm-box.bottom-center,.smt-app-instagram_follow .sm-box.top-center{left:50%;right:initial;transform:translateX(-50%)}.smt-app-instagram_follow .sm-box::before{content:'';position:absolute;width:13px;height:13px;transform:rotate(45deg);background:#fff}.smt-app-instagram_follow .sm-box.top-left::before,.smt-app-instagram_follow .sm-box.top-right::before,.smt-app-instagram_follow .sm-box.top-center::before{top:-6px}.smt-app-instagram_follow .sm-box.bottom-left::before,.smt-app-instagram_follow .sm-box.bottom-right::before,.smt-app-instagram_follow .sm-box.bottom-center::before{bottom:-6px}.smt-app-instagram_follow .sm-box.button-circle_bubble.top-left::before,.smt-app-instagram_follow .sm-box.button-circle_bubble.bottom-left::before{left:20px}.smt-app-instagram_follow .sm-box.button-circle_bubble.top-right::before,.smt-app-instagram_follow .sm-box.button-circle_bubble.bottom-right::before{right:20px}.smt-app-instagram_follow .sm-box:not(.button-circle_bubble).top-left::before,.smt-app-instagram_follow .sm-box:not(.button-circle_bubble).bottom-left::before{left:10px}.smt-app-instagram_follow .sm-box:not(.button-circle_bubble).top-right::before,.smt-app-instagram_follow .sm-box:not(.button-circle_bubble).bottom-right::before{right:10px}.smt-app-instagram_follow .sm-box.bottom-center::before,.smt-app-instagram_follow .sm-box.top-center::before{left:50%;transform:rotate(45deg) translateX(-50%)}.smt-app-instagram_follow .sm-box.bottom-center::before{bottom:-8px}.smt-app-instagram_follow .sm-box.top-center::before{top:0}.smt-app-instagram_follow .sm-box .sm-box-header{color:#fff;padding:24px 36px;position:relative;border-top-left-radius:8px;border-top-right-radius:8px;box-sizing:border-box}.smt-app-instagram_follow .sm-box .sm-box-header a{color:#fff;text-decoration:underline !important}.smt-app-instagram_follow .sm-box .sm-box-header::before{border-top-left-radius:8px;border-top-right-radius:8px;content:'';position:absolute;top:0;bottom:0;left:0;right:0;background:linear-gradient(135deg, transparent 0%, rgba(0,0,0,0.2) 100%)}.smt-app-instagram_follow .sm-box .sm-box-header .sm-box-title,.smt-app-instagram_follow .sm-box .sm-box-header .sm-box-subtitle{position:relative;z-index:5;color:#fff}.smt-app-instagram_follow .sm-box .sm-box-header .sm-box-title{font-size:24px;line-height:1.2;margin-bottom:8px}.smt-app-instagram_follow .sm-box .sm-box-header .sm-box-subtitle{line-height:1.75;font-size:16px}.smt-app-instagram_follow .sm-box .sm-box-body{box-sizing:border-box;overflow-x:hidden;overflow-y:auto;background:#f5f5f5;padding-bottom:50px;position:relative;height:100%}.smt-app-instagram_follow .sm-box .sm-box-footer{position:relative;color:#303030;background-color:#fff;border-top:1px solid #e6e6e6;border-bottom-left-radius:8px;border-bottom-right-radius:8px;overflow:hidden;box-sizing:border-box;min-height:56px;display:flex;justify-content:center;flex-direction:column}.smt-app-instagram_follow .sm-box .sm-box-footer .sm-box-footer-info{padding:12px 36px;width:100%;font-size:12px;align-items:center;justify-content:center;text-align:center;box-sizing:border-box !important}.smt-app-instagram_follow .sm-box .sm-box-footer a{color:#000;text-decoration:none}.smt-app-instagram_follow.force-mobile .sm-box{max-width:95% !important;height:100%;width:100%}.smt-app-instagram_follow.force-mobile .sm-box.show{animation:sm-slide-show-centered 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}.smt-app-instagram_follow.force-mobile .sm-box.closing{animation:sm-slide-hide-centered 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}.smt-app-instagram_follow.force-mobile .sm-box::before{display:none}.smt-app-instagram_follow .scale-in-and-waves{animation:scale-in 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}.smt-app-instagram_follow .scale-in{animation:scale-in 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}@keyframes scale-in{0%{transform:scale(0.8);opacity:0}100%{transform:scale(1);opacity:1}}.smt-app-instagram_follow .scale-in-bottom{animation:scale-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}@keyframes scale-in-bottom{0%{transform:scale(0.8) translateX(-50%);transform-origin:50% 100%;opacity:0}100%{transform:scale(1) translateX(-50%);transform-origin:50% 100%;opacity:1}}.smt-app-instagram_follow .sm-button{box-shadow:0 1px 6px 0 rgba(0,0,0,0.06),0 2px 32px 0 rgba(0,0,0,0.16);box-sizing:border-box;padding:0;display:block;transition:width 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94)}.smt-app-instagram_follow .sm-button.top-left,.smt-app-instagram_follow .sm-button.bottom-left,.smt-app-instagram_follow .sm-button.left{left:25px}.smt-app-instagram_follow .sm-button.top-right,.smt-app-instagram_follow .sm-button.bottom-right,.smt-app-instagram_follow .sm-button.right{right:25px}.smt-app-instagram_follow .sm-button.left,.smt-app-instagram_follow .sm-button.right{transform:translateY(-50%);top:50%}.smt-app-instagram_follow .sm-button.left .powered-link,.smt-app-instagram_follow .sm-button.right .powered-link{bottom:-25px}.smt-app-instagram_follow .sm-button.left .sm-red-dot,.smt-app-instagram_follow .sm-button.right .sm-red-dot{top:auto}.smt-app-instagram_follow .sm-button.top-left,.smt-app-instagram_follow .sm-button.top-right,.smt-app-instagram_follow .sm-button.top,.smt-app-instagram_follow .sm-button.top-center{top:25px}.smt-app-instagram_follow .sm-button.top-left .powered-link,.smt-app-instagram_follow .sm-button.top-right .powered-link,.smt-app-instagram_follow .sm-button.top .powered-link,.smt-app-instagram_follow .sm-button.top-center .powered-link{top:-25px}.smt-app-instagram_follow .sm-button.bottom-left,.smt-app-instagram_follow .sm-button.bottom-right,.smt-app-instagram_follow .sm-button.bottom,.smt-app-instagram_follow .sm-button.bottom-center{bottom:25px}.smt-app-instagram_follow .sm-button.bottom-left .powered-link,.smt-app-instagram_follow .sm-button.bottom-right .powered-link,.smt-app-instagram_follow .sm-button.bottom .powered-link,.smt-app-instagram_follow .sm-button.bottom-center .powered-link{bottom:-20px}.smt-app-instagram_follow .sm-button.top-center,.smt-app-instagram_follow .sm-button.bottom-center,.smt-app-instagram_follow .sm-button.top,.smt-app-instagram_follow .sm-button.bottom{left:50%;transform:translateX(-50%);right:initial}.smt-app-instagram_follow .sm-button a:not(.powered-link){text-decoration:none}.smt-app-instagram_follow .sm-button.pressed{justify-content:center;opacity:1 !important}.smt-app-instagram_follow .sm-button.pressed.sm-button-text{padding:6px !important}.smt-app-instagram_follow .sm-button.pressed.sm-button-tab{padding-left:6px !important;padding-right:6px !important}.smt-app-instagram_follow .sm-button.pressed img,.smt-app-instagram_follow .sm-button.pressed i{animation:sm-rotate-animation cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s}.smt-app-instagram_follow .sm-button.pressed::before{z-index:2;content:'';position:absolute;top:0;bottom:0;left:0;right:0;background:linear-gradient(135deg, transparent 0%, rgba(0,0,0,0.4) 100%);cursor:pointer}.smt-app-instagram_follow .sm-button.pressed::before:not(.button-square_text){border-top-left-radius:6px;border-top-right-radius:6px}.smt-app-instagram_follow .sm-button.sm-button-text.sm-rounded.pressed::before{border-radius:40px}.smt-app-instagram_follow .sm-button.sm-button-text,.smt-app-instagram_follow .sm-button.sm-button-tab{display:flex;white-space:nowrap;color:#fff;user-select:none}.smt-app-instagram_follow .sm-button.sm-button-text:not(.sm-small),.smt-app-instagram_follow .sm-button.sm-button-tab:not(.sm-small){padding:6px 12px}.smt-app-instagram_follow .sm-button.sm-button-text:not(.sm-small)>span,.smt-app-instagram_follow .sm-button.sm-button-text:not(.sm-small)>a>span,.smt-app-instagram_follow .sm-button.sm-button-tab:not(.sm-small)>span,.smt-app-instagram_follow .sm-button.sm-button-tab:not(.sm-small)>a>span{overflow:hidden;font-size:16px;line-height:28px}.smt-app-instagram_follow .sm-button.sm-button-text:not(.sm-small) img:not(.powered-by-icon),.smt-app-instagram_follow .sm-button.sm-button-tab:not(.sm-small) img:not(.powered-by-icon){width:30px;height:30px}.smt-app-instagram_follow .sm-button.sm-button-text.sm-small,.smt-app-instagram_follow .sm-button.sm-button-tab.sm-small{padding:3px 6px;display:flex;align-items:center}.smt-app-instagram_follow .sm-button.sm-button-text.sm-small>span,.smt-app-instagram_follow .sm-button.sm-button-text.sm-small>a>span,.smt-app-instagram_follow .sm-button.sm-button-tab.sm-small>span,.smt-app-instagram_follow .sm-button.sm-button-tab.sm-small>a>span{font-size:13px;line-height:normal}.smt-app-instagram_follow .sm-button.sm-button-text.sm-small>a>span,.smt-app-instagram_follow .sm-button.sm-button-tab.sm-small>a>span{display:flex;align-items:center}.smt-app-instagram_follow .sm-button.sm-button-text.sm-small img:not(.powered-by-icon),.smt-app-instagram_follow .sm-button.sm-button-tab.sm-small img:not(.powered-by-icon){width:26px;height:26px}.smt-app-instagram_follow .sm-button.sm-button-text.sm-rounded,.smt-app-instagram_follow .sm-button.sm-button-tab.sm-rounded{border-radius:40px}.smt-app-instagram_follow .sm-button.sm-button-text a:not(.powered-link),.smt-app-instagram_follow .sm-button.sm-button-tab a:not(.powered-link){display:inherit;color:#fff !important}.smt-app-instagram_follow .sm-button.sm-button-tab{border-radius:10px}.smt-app-instagram_follow .sm-button.sm-button-tab.pressed::before{border-radius:10px}.smt-app-instagram_follow .sm-button.sm-button-tab.top-left,.smt-app-instagram_follow .sm-button.sm-button-tab.top-center,.smt-app-instagram_follow .sm-button.sm-button-tab.top-right{top:-5px;padding-top:12px !important}.smt-app-instagram_follow .sm-button.sm-button-tab.bottom-left,.smt-app-instagram_follow .sm-button.sm-button-tab.bottom-center,.smt-app-instagram_follow .sm-button.sm-button-tab.bottom-right{bottom:-5px;padding-bottom:12px !important}.smt-app-instagram_follow .sm-button.sm-button-tab.left{transform:translateY(-50%) translateX(-50%) rotate(-90deg);left:0;padding-top:58px}.smt-app-instagram_follow .sm-button.sm-button-tab.right{transform:translateY(-50%) translateX(50%) rotate(-90deg);right:0;padding-bottom:58px}.smt-app-instagram_follow .sm-button.sm-button-circle:not(.sm-small),.smt-app-instagram_follow .sm-button.sm-button-circle:not(.sm-small) a:not(.powered-link){height:60px;width:60px}.smt-app-instagram_follow .sm-button.sm-button-circle.sm-small,.smt-app-instagram_follow .sm-button.sm-button-circle.sm-small a:not(.powered-link){height:50px;width:50px}.smt-app-instagram_follow .sm-button.sm-button-circle,.smt-app-instagram_follow .sm-button.sm-button-circle a:not(.powered-link){justify-content:center;align-items:center;display:flex}.smt-app-instagram_follow .sm-button.sm-button-circle,.smt-app-instagram_follow .sm-button.sm-button-circle.pressed:before{border-radius:50%}.smt-app-instagram_follow .sm-button.sm-button-circle:not(.pressed) img:not(.emoji):not(.powered-by-icon){height:100% !important;width:100% !important;display:inline !important;min-height:auto !important}.smt-app-instagram_follow .sm-button .powered-link{display:flex;align-items:center;position:absolute !important;left:50%;text-decoration:none !important;transform:translateX(-50%) !important}.smt-app-instagram_follow .sm-button .sm-red-dot{position:absolute;right:2px;top:2px;background:red;width:10px;height:10px;border-radius:50%}.smt-app-instagram_follow .sm-shake img,.smt-app-instagram_follow .sm-shake i{animation:sm-shake-animation linear 1.5s infinite}@keyframes sm-shake-animation{0%{transform:rotate(0) scale(1) skew(0.017rad)}25%{transform:rotate(0) scale(1) skew(0.017rad)}35%{transform:rotate(-0.3rad) scale(1) skew(0.017rad)}45%{transform:rotate(0.3rad) scale(1) skew(0.017rad)}55%{transform:rotate(-0.3rad) scale(1) skew(0.017rad)}65%{transform:rotate(0.3rad) scale(1) skew(0.017rad)}75%{transform:rotate(0) scale(1) skew(0.017rad)}100%{transform:rotate(0) scale(1) skew(0.017rad)}}@keyframes sm-rotate-animation{0%{transform:rotate(0)}100%{transform:rotate(180deg)}}.smt-app-instagram_follow .message{color:black;font-size:16px;background:white;box-shadow:5px 5px 5px -5px rgba(34,60,80,0.6);border-radius:8px;max-width:calc(100% - 120px);min-width:50px;padding:8px 12px;white-space:normal;text-overflow:ellipsis;overflow:hidden;margin-top:8px !important;transition:opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);text-align:center;border:1px solid #f5f5f5}.smt-app-instagram_follow .message.show.top-center,.smt-app-instagram_follow .message.show.bottom-center,.smt-app-instagram_follow .message.show.bottom,.smt-app-instagram_follow .message.show.top{animation:sm-slide-show-centered 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}.smt-app-instagram_follow .message.show:not(.top-center):not(.bottom-center):not(.bottom):not(.top){animation:sm-slide-show 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}.smt-app-instagram_follow .message.closing.top-center,.smt-app-instagram_follow .message.closing.bottom-center,.smt-app-instagram_follow .message.closing.bottom,.smt-app-instagram_follow .message.closing.top{animation:sm-slide-hide-centered 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}.smt-app-instagram_follow .message.closing:not(.top-center):not(.bottom-center):not(.bottom):not(.top){animation:sm-slide-hide 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}.smt-app-instagram_follow .message:not(.show):not(.closing){display:none !important}.smt-app-instagram_follow .message.top-left,.smt-app-instagram_follow .message.bottom-left{left:105px !important}.smt-app-instagram_follow .message.top-left,.smt-app-instagram_follow .message.top-right{top:30px}.smt-app-instagram_follow .message.top-right,.smt-app-instagram_follow .message.bottom-right{right:105px !important}.smt-app-instagram_follow .message.bottom-left,.smt-app-instagram_follow .message.bottom-right{bottom:40px}.smt-app-instagram_follow .message.bottom-left.sm-message-small,.smt-app-instagram_follow .message.bottom-right.sm-message-small{bottom:32px !important}.smt-app-instagram_follow .message.top,.smt-app-instagram_follow .message.top-center{top:85px}.smt-app-instagram_follow .message.bottom,.smt-app-instagram_follow .message.bottom-center{bottom:100px}.smt-app-instagram_follow .message.top-center,.smt-app-instagram_follow .message.bottom-center,.smt-app-instagram_follow .message.top,.smt-app-instagram_follow .message.bottom{left:50%;right:initial}.smt-app-instagram_follow .message.left,.smt-app-instagram_follow .message.right{top:calc(50% +  13px);bottom:initial;margin:0 !important}.smt-app-instagram_follow .message.left{left:110px}.smt-app-instagram_follow .message.right{right:110px}.smt-app-instagram_follow .sm-button img{border-radius:50%}.smt-app-instagram_follow.force-mobile .smt-wrapper:not(.sm-if-chat){width:calc(100% - 20px)}.smt-app-instagram_follow.force-mobile .smt-wrapper:not(.sm-if-chat) .instagram-teaser a,.smt-app-instagram_follow.force-mobile .smt-wrapper:not(.sm-if-chat) .instagram-teaser span{font-size:14px !important}.smt-app-instagram_follow .smt-wrapper:not(.sm-if-chat){animation-play-state:paused;animation-fill-mode:forwards;animation-duration:0.8s;animation-timing-function:cubic-bezier(0.25, 0.46, 0.45, 0.94)}.smt-app-instagram_follow .smt-wrapper:not(.sm-if-chat).sm-teaser-open,.smt-app-instagram_follow .smt-wrapper:not(.sm-if-chat).sm-teaser-close{animation-play-state:running}.smt-app-instagram_follow .smt-wrapper:not(.sm-if-chat).sm-teaser-close{animation-duration:0.4s}.smt-app-instagram_follow .smt-wrapper:not(.sm-if-chat).top-left,.smt-app-instagram_follow .smt-wrapper:not(.sm-if-chat).bottom-left{left:10px}.smt-app-instagram_follow .smt-wrapper:not(.sm-if-chat).top-right,.smt-app-instagram_follow .smt-wrapper:not(.sm-if-chat).bottom-right{right:10px}.smt-app-instagram_follow .smt-wrapper:not(.sm-if-chat).top-left,.smt-app-instagram_follow .smt-wrapper:not(.sm-if-chat).top-right,.smt-app-instagram_follow .smt-wrapper:not(.sm-if-chat).top,.smt-app-instagram_follow .smt-wrapper:not(.sm-if-chat).top-center{top:10px}.smt-app-instagram_follow .smt-wrapper:not(.sm-if-chat).bottom-left,.smt-app-instagram_follow .smt-wrapper:not(.sm-if-chat).bottom-right,.smt-app-instagram_follow .smt-wrapper:not(.sm-if-chat).bottom,.smt-app-instagram_follow .smt-wrapper:not(.sm-if-chat).bottom-center{bottom:10px}.smt-app-instagram_follow .smt-wrapper:not(.sm-if-chat).top-center,.smt-app-instagram_follow .smt-wrapper:not(.sm-if-chat).bottom-center,.smt-app-instagram_follow .smt-wrapper:not(.sm-if-chat).top,.smt-app-instagram_follow .smt-wrapper:not(.sm-if-chat).bottom{left:50%}.smt-app-instagram_follow .smt-wrapper:not(.sm-if-chat).top-left,.smt-app-instagram_follow .smt-wrapper:not(.sm-if-chat).bottom-left{animation-name:spring-left}.smt-app-instagram_follow .smt-wrapper:not(.sm-if-chat).top-left.sm-teaser-close,.smt-app-instagram_follow .smt-wrapper:not(.sm-if-chat).bottom-left.sm-teaser-close{animation-name:spring-left-reverse}.smt-app-instagram_follow .smt-wrapper:not(.sm-if-chat).top-center,.smt-app-instagram_follow .smt-wrapper:not(.sm-if-chat).top{animation-name:spring-top}.smt-app-instagram_follow .smt-wrapper:not(.sm-if-chat).top-center.sm-teaser-close,.smt-app-instagram_follow .smt-wrapper:not(.sm-if-chat).top.sm-teaser-close{animation-name:spring-top-reverse}.smt-app-instagram_follow .smt-wrapper:not(.sm-if-chat).bottom-center,.smt-app-instagram_follow .smt-wrapper:not(.sm-if-chat).bottom{animation-name:spring-bottom}.smt-app-instagram_follow .smt-wrapper:not(.sm-if-chat).bottom-center.sm-teaser-close,.smt-app-instagram_follow .smt-wrapper:not(.sm-if-chat).bottom.sm-teaser-close{animation-name:spring-bottom-reverse}.smt-app-instagram_follow .smt-wrapper:not(.sm-if-chat).top-right,.smt-app-instagram_follow .smt-wrapper:not(.sm-if-chat).bottom-right{animation-name:spring-right}.smt-app-instagram_follow .smt-wrapper:not(.sm-if-chat).top-right.sm-teaser-close,.smt-app-instagram_follow .smt-wrapper:not(.sm-if-chat).bottom-right.sm-teaser-close{animation-name:spring-right-reverse}.smt-app-instagram_follow .instagram-teaser{padding:7px 10px;border-radius:8px;box-shadow:5px 5px 5px -5px rgba(34,60,80,0.6)}.smt-app-instagram_follow .instagram-teaser .inst-icon{width:24px !important;height:24px !important}.smt-app-instagram_follow .instagram-teaser .close-icon{width:28px !important;height:28px !important}.smt-app-instagram_follow .instagram-teaser:active,.smt-app-instagram_follow .instagram-teaser:focus{transform:scale(0.95)}.smt-app-instagram_follow .instagram-teaser.instagram-colors{background:linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d) !important}.smt-app-instagram_follow .instagram-teaser.instagram-colors a,.smt-app-instagram_follow .instagram-teaser.instagram-colors span{color:#eee !important}.smt-app-instagram_follow .instagram-teaser,.smt-app-instagram_follow .instagram-teaser a{align-items:center;display:flex;text-decoration:none !important}.smt-app-instagram_follow .instagram-teaser.rtl{direction:rtl}.smt-app-instagram_follow .instagram-teaser a,.smt-app-instagram_follow .instagram-teaser span{font-size:16px;font-weight:normal !important}.smt-app-instagram_follow .instagram-teaser a{min-width:24px;direction:ltr;max-width:300px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;text-decoration:underline !important}.smt-app-instagram_follow .instagram-teaser .teaser-content{width:100%;display:flex;flex-wrap:wrap;padding:0 10px;word-break:break-word}@keyframes spring-left{0%{z-index:-1;opacity:0;transform:translateX(-200px)}30%{z-index:1;opacity:0.5;transform:translateX(40px)}100%{z-index:1;opacity:1;transform:translateX(0)}}@keyframes spring-left-reverse{100%{opacity:0;transform:translateX(-500px)}80%{opacity:0.5;transform:translateX(40px)}0%{opacity:1;transform:translateX(0)}}@keyframes spring-right{0%{opacity:0;transform:translateX(200px)}30%{opacity:0.5;transform:translateX(-40px)}100%{opacity:1;transform:translateX(0)}}@keyframes spring-right-reverse{100%{opacity:0;transform:translateX(500px)}80%{opacity:0.5;transform:translateX(-40px)}0%{opacity:1;transform:translateX(0)}}@keyframes spring-top{0%{opacity:0;transform:translateX(-50%) translateY(-200px)}30%{opacity:0.5;transform:translateX(-50%) translateY(40px)}100%{opacity:1;transform:translateX(-50%) translateY(0)}}@keyframes spring-top-reverse{100%{opacity:0;transform:translateX(-50%) translateY(-200px)}80%{opacity:0.5;transform:translateX(-50%) translateY(40px)}0%{opacity:1;transform:translateX(-50%) translateY(0)}}@keyframes spring-bottom{0%{opacity:0;transform:translateX(-50%) translateY(200px)}30%{opacity:0.5;transform:translateX(-50%) translateY(-40px)}100%{opacity:1;transform:translateX(-50%) translateY(0)}}@keyframes spring-bottom-reverse{100%{opacity:0;transform:translateX(-50%) translateY(200px)}80%{opacity:0.5;transform:translateX(-50%) translateY(-40px)}0%{opacity:1;transform:translateX(-50%) translateY(0)}}


.followIgHolder .smt-wrapper {
    position: relative;
    left: -100vw;
align-items: center;
background-attachment: scroll;
background-clip: border-box;
background-color: rgba(0, 0, 0, 0);
background-image: linear-gradient(45deg, rgb(64, 93, 230), rgb(88, 81, 219), rgb(131, 58, 180), rgb(193, 53, 132), rgb(225, 48, 108), rgb(253, 29, 29));
background-origin: padding-box;
background-position-x: 0%;
background-position-y: 0%;
background-repeat: repeat;
background-size: auto;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
box-shadow: rgba(34, 60, 80, 0.6) 5px 5px 5px -5px;
box-sizing: border-box;
color: rgb(13, 110, 253);
cursor: pointer;
display: flex;
font-family: sf-pro-display, Roboto, sans-serif;
font-size: 14px;
font-weight: 400;
height: 60px;
letter-spacing: normal;
line-height: normal;
margin-bottom: 0px;
margin-left: 12px;
margin-right: 12px;
margin-top: 0px;
padding-bottom: 7px;
padding-left: 10px;
padding-right: 10px;
padding-top: 7px;
text-align: start;
text-decoration-color: rgb(13, 110, 253);
text-decoration-line: none;
text-decoration-style: solid;
text-decoration-thickness: auto;
text-size-adjust: 100%;
width: auto;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.followIgHolder .smt-wrapper a{
align-items: center;
background-attachment: scroll;
background-clip: border-box;
background-color: rgba(0, 0, 0, 0);
background-image: linear-gradient(45deg, rgb(64, 93, 230), rgb(88, 81, 219), rgb(131, 58, 180), rgb(193, 53, 132), rgb(225, 48, 108), rgb(253, 29, 29));
background-origin: padding-box;
background-position-x: 0%;
background-position-y: 0%;
background-repeat: repeat;
background-size: auto;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
box-sizing: border-box;
color: rgb(13, 110, 253);
cursor: pointer;
display: flex;
font-family: sf-pro-display, Roboto, sans-serif;
font-size: 14px;
font-weight: 400;
height: 60px;
letter-spacing: normal;
line-height: normal;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 7px;
padding-left: 10px;
padding-right: 10px;
padding-top: 7px;
text-align: start;
text-decoration-color: rgb(13, 110, 253);
text-decoration-line: none;
text-decoration-style: solid;
text-decoration-thickness: auto;
text-size-adjust: 100%;
width: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    
}

.followIgHolder .smt-wrapper a img.inst.icon{
    aspect-ratio: auto 24 / 24;
box-sizing: border-box;
color: rgb(13, 110, 253);
cursor: pointer;
display: block;
font-family: sf-pro-display, Roboto, sans-serif;
font-size: 20px;
font-weight: 400;
height: 50px;
letter-spacing: normal;
line-height: normal;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
overflow-clip-margin: content-box;
overflow-x: clip;
overflow-y: clip;
text-align: start;
text-size-adjust: 100%;
user-select: none;
vertical-align: middle;
width: 50px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.followIgHolder .smt-wrapper a .teaser-content{
box-sizing: border-box;
color: rgb(13, 110, 253);
cursor: pointer;
display: flex;
flex-wrap: wrap;
font-family: sf-pro-display, Roboto, sans-serif;
font-size: 14px;
font-weight: 400;
height: 60px;
letter-spacing: normal;
line-height: 60px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: auto;
margin-top: 0px;
padding-bottom: 0px;
padding-left: 10px;
padding-right: 10px;
padding-top: 0px;
text-align: start;
text-size-adjust: 100%;
unicode-bidi: isolate;
width: 100%;
word-break: break-word;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.followIgHolder .smt-wrapper a img.close-icon{
    aspect-ratio: auto 28 / 28;
box-sizing: border-box;
color: rgb(13, 110, 253);
cursor: pointer;
display: block;
font-family: sf-pro-display, Roboto, sans-serif;
font-size: 15px;
font-weight: 400;
height: 40px;
letter-spacing: normal;
line-height: normal;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
overflow-clip-margin: content-box;
overflow-x: clip;
overflow-y: clip;
text-align: start;
text-size-adjust: 100%;
transition-behavior: normal;
transition-delay: 0s;
transition-duration: 0.2s;
transition-property: opacity;
transition-timing-function: linear;
user-select: none;
vertical-align: middle;
width: 40px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.post-social-share {
        column-gap: 15px;
}

.post-social-share li a {
    width: 35px;
height: 35px;
}

.post-social-share li a svg {
    
width: 35px;
height: 35px;
}

.mobileNavSocial {
    margin-left:10px;
    
}


.mobileNavSocial li {
    display: inline-block !important;
}

.mobileNavSocial li a{
    display: inline-block !important;
    padding: 25px 20px !important;
    border-bottom: none !important;
}

.mobileNavSocial li a svg{
    width: 35px;
    height: 35px;

}

.hideContentMobile .post-content {
   margin-bottom: 30px;
}

.showContentMobile .post-content {
   margin-bottom: 30px;
}

.hideContentMobile .post-content p {
    display: none;
}

.showContentMobile .post-content p {
    display: inline;
}


.showContentMobile .post-content h3 {
    font-size: 39px !important;
    line-height: 42px !important;
}


#articleGallery div.caption {
font-size: 14px;
line-height: normal;
margin: 20px;
}

.home-subscribe-widget {
padding: 20px 20px;
margin-top: 0px;
  background-color: #fff;
  border: var(--dl-primary-color) 3px solid;
}

.home-subscribe-widget .subscribe-heading {
display: block;
}

@media(max-width: 767px) {

    .single-post-gallary {
        grid-template-columns: 1fr;
    }


}


@media(max-width: 1200px) {

.homeFeaturedImg, .homeHeadlineLayout .post-thumb {
        width:100%; height : 350px !important;
    }


.hideContentMobile .post-content p {
    display: inline;
}

.showContentMobile .post-content p {
    display: inline;
}


.post-layout-1 {
    display: block;
 }	

 .homeHeadlineLayout {
 margin-bottom: 50px;
}

.showContentMobile .post-content h3 {
    font-size: 28px !important;
    line-height: 32px !important;
}

}

@media (min-width: 993px) {
    .horizontal-card {
        grid-template-columns: 30% 70%;
    }

		.main-post-wrap .post-card .post-thumb img {
        height: 100%;
    }
}

@media(max-width: 767px) {

    .horizontal-card {
	display: grid;
	 grid-template-columns: 40% 60%;
    }

	.related-post-wrap .post-card .post-thumb img {
    height: 100%;
	}

	.main-post-wrap .post-card .post-content p{
		display: none !important;
	}

	.main-post-wrap .post-card .post-thumb img {
        height: 100%;
    }

}


.editorialdesk {
padding: 20px;
background-color: var(--dl-bg-light-red);

}

ul.page-writer li{
 color: var(--dl-heading-color);
}

ul.page-writer li a{
 color: var(--dl-heading-color);
 text-decoration: underline;
}


#fb-comments iframe {
width: 100% !important;
}

.g-ad {
background-color: #fff;
  border: 1px solid #ddd;   
  padding: 12px;  
  margin: 24px 0;
  box-sizing: border-box;
}

.g-ad .sponsoredLinks {
color: #333;
text-align: center;
margin-bottom: 20px;
}

.contact-widget ul.footer-social {

}

.contact-widget ul.footer-social li {
margin-bottom: 0px !important;
 color: var(--dl-heading-color);
 font-weight: bold;
}


.contact-widget ul.footer-social li a svg{
fill: var(--dl-primary-color);
height: 25px;
}

.widget-subscribe .post-social-share {
margin-top: 20px;
justify-content: center;
}

.subscribe-wrap ul.post-social-share li a, .widget-subscribe .post-social-share li a {
background-color: transparent;
}

.subscribe-wrap ul.post-social-share li a:hover, .widget-subscribe .post-social-share li a:hover {
fill: var(--dl-primary-color);
}

.widget-subscribe .post-social-share li svg {
width: 30px;
height: 30px;
}

.single-post-content .youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
  }

 .single-post-gallary div {
text-align: center;
 }

  .single-post-gallary div.caption {
text-align: left;
 }

 .elipsisOverflow {
 display:inline-block;
  max-width: 540px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.single-post-content dl {
border-left: 2px solid #ccc;
padding-left: 5%;
padding-right: 5%;
}

.single-post-content dt { font-weight: 700; margin-top: 1.25rem; }
.single-post-content dd { margin: 0.5rem 0 1rem 0; }