/* Variables  */

/* New Menu based on bootstrap */
.navbar, .mega-menu-wrap, .mega-menu-link {
  font-family: 'Montserrat' !important;
}
.navbar > .container, .navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-right: 1rem;
  font-size: 1rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-nav {
  font-family: 'Montserrat' !important;
  display: flex;
  flex-direction: row;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link, .dropdown-item {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  text-transform: uppercase;
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 500;
  /*font-size: 18px;*/
  font-size: 0.70vw;
  line-height: 120%;
}

li.dropdown {
  position: relative;
}
.navbar-nav .dropdown-menu {
  list-style: none;
  position: absolute;
  display: none;
  padding: 1rem;
  font-size: 1rem;
  color: #999999;
  text-align: center;
  background-color: #262626;
  /*border: 1px solid rgba(0,0,0,.15);*/
  left: 51%;
  transform: translateX(-51%);
  z-index: 10;
  white-space:nowrap;
}
.navbar-nav .three-col .dropdown-menu {
  column-count: 3;
}
.navbar-nav .seven-col .dropdown-menu {
  column-count: 7;
}
.navbar-nav .seven-col > .dropdown-menu{
  min-height: 300px;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.navbar-nav .dropdown-menu:before {
  content: "";
  position: absolute;
  border-color: rgba(0,0,0,.15);
  border: solid transparent;
  border-bottom-color: #262626;
  border-width: 11px;
  margin-left: -10px;
  top: -18px;
  right: 50%;
  z-index: 1;
}

.navbar-nav .dropdown-menu:after {
  content: "";
  position: absolute;
  right: 50%;
  top: -18px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 10px;
  border-bottom-color: #262626;
  z-index: 0;
}
@media (min-width: 1400px) {
  .navbar-nav .dropdown-menu li.bold {
    min-width: 155px !important;
  }
  .subdropdown .dropdown-menu {
    min-width: 155px !important;
  }
}

@media (min-width: 992px) {
  .navbar-nav .dropdown-menu li.bold {
    color: #D5D5D5;
    margin: 0px;
    min-width: 125px;
  }
  .subdropdown .dropdown-menu {
    min-width: 125px;
  }
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  ss-webkit-transform: rotate(45deg);
}

/* subdropdown  */
.subdropdown {
  position: relative;
}
.subdropdown .dropdown-menu {
  column-count: auto !important;
  position: fixed;
  list-style: none;
  margin-left: 0;
  left: auto !important;
  margin: 0 !important;
  padding: 5px 0px !important;
  transform: none !important;
}
.subdropdown .dropdown-menu li{
  color: #999999;
  font-size: .65vw;
}

/* Max Mega Menu extra */
.mega-bold > a.mega-menu-link {
  /*color: #ffffff !important;*/
}

#mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  ss-webkit-transform: rotate(45deg);
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    ss-webkit-transform: rotate(45deg);
  }
  #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
    content: '';
    transform: rotate(225deg);
    ss-webkit-transform: rotate(225deg);

  }

}

@media only screen and (min-width: 1291px) and (max-width: 1535px) {
  #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item {
      width: auto !important;
  }
}
/*
@media only screen and (max-width: 1400px) {
  #mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-item.seven-col>ul.mega-sub-menu:before {
    right: 10%;
  }
  #mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-megamenu>ul.mega-sub-menu {
    width: 100%;
  }
}

@media only screen and (max-width: 1860px) {
  #mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-item.seven-col>ul.mega-sub-menu:before {
    right: 20%;
  }
  #mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-megamenu>ul.mega-sub-menu {
    width: 100%;
  }
}*/



/* Tags */
.tag_links {
  padding: 10px 0px;
}
.blog-post-inner .tag_links a{
  /*background: black;*/
  color: black !important;
  padding: 3px 5px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 10px;
  margin-right: 10px;
}

/* Mobile menu to remove  */
.row.bootstrap {
  width: 100% !important;
  max-width: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.row.bootstrap > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

/* Page Tags  */
#a-z {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  display: flex;
  flex-direction: row;
  list-style: none;
  margin-left: 0;
}

ul#a-z li {
  flex-grow: 1;
  padding: 7px;
  text-align: center;
  background: #dadbdc;
  color: #fff;
  text-transform: uppercase;
  border-left: 2px solid #fff;
  cursor: pointer;
}

ul#a-z li.active {
  background: #9c9c9c;
}

#title-status {
  float: left;
  width: 100%;
}
#title-status p {
  float: left;
  width: 50%;
  margin-bottom: 15px;
  font-size: 16px;
}
#title-status span {
  font-weight: bold;
  text-transform: uppercase;
}
#title-status p:last-child {
  text-align: right;
  text-decoration: underline;
  color: #de466c;
  cursor: pointer;
}
.tags-results {
  -moz-column-count: 4;
  -moz-column-gap: 20px;
  -webkit-column-count: 4;
  -webkit-column-gap: 20px;
  column-count: 4;
  column-gap: 20px;
  list-style: none;
}
.tags-results a {
  display: block;
  padding: 5px 0;
}
.letter_to_show {
  display: none;
}
.letter_to_show.show {
  display: block;
}
.tags-results li {  By default, hide all posts
  display: none;
}
#tags-results li.show { /* When a show class is used, this displays posts */
  display: block;
}
ul#a-z li.current { /* This class will be used to highlight the current A-Z list item */
  background: #de466c;
}


/* Mobile section  */
@media screen and (max-width: 1024px) {
  .newtemplate.adside{
    display:none;
  }
  .bg-grey-light.blog-post-wrapper.container.mini{
    background-color:#e7e7e7;
  }

  .tags-results {
    -moz-column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-count: 1;
    -webkit-column-gap: 20px;
    column-count: 1;
    column-gap: 20px;
  }

  #a-z {
    flex-wrap: wrap;
  }
  #a-z li {
    margin-bottom: 7px;
  }

  /* Page contact us  */
  .contact-us-body {
    width: 100% !important;
  }

  .contact-us-body .contact-us-address {
    width: 95% !important;
  }
}

/* Page contact us  */
#map {
  min-height: 450px;
}

/* From Tag.php  */
.section-title-3 h2{
  font: 18px/30px Avenir-Light;
  color: #999;
  letter-spacing: 2px;
}
.validate {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
#mce-EMAIL-HOME {
 width: 60%;
}
.row.newsletter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  max-width: 100% !important;
}
.newsletter .large-3, .newsletter .columns {
 width: auto !important;
}
.subscribe-cnt.newhp {
  background-color: rgb(0, 0, 0);
  padding:50px 0px;
  margin-bottom: 1rem;
}
.blog-post-header.newtemplate {
 margin: 1rem auto;
}
@media screen and (max-width: 1024px) {
  #mce-EMAIL-HOME {
    margin-bottom: 10px;
    width: 100%;
  }
  .newsletter .columns.small-11.small-centered.large-6.large-uncentered.text-center {
    width: 100% !important;
  }
  .btn.float-right.sign-up-btn {
    width: 100%;
  }
  .newsletter .columns.small-11.small-centered.large-6.large-uncentered.text-center {
    width: 57% !important;
  }
}

@media screen and (min-width:768px) {
  .post-info-container-props {
    background: rgba(0, 0, 0, 0.34);
    width: 100%;
    height: 100%;
    position:absolute;
    display:none;
  }
  .flexi-props:hover .post-info-container-props{
    display:block;
  }

  .post-title-props {
    color: white;
    text-transform: uppercase;
    font-family: Helvetica, sans-serif;
    font-weight: 900;
    text-align:center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:80%;
  }
}

.post-preview-img-link-props{
  display: block;
  height: auto;
  width:100%;
  position: relative;
  float: left;
  overflow: hidden;
}

.flexi-props{
  position:relative;
  -webkit-flex: 1 4 27%;
  margin:5px;
  padding:0px !important;
}
.columns.small-11.small-centered.large-9.large-uncentered.category-column{
 width:100% !important;
}
.small-flexi-container {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
}

.posts-preview-list li:first-child {
  border-top: none !important;
}
.post {
  margin-top:1rem;
  margin-bottom:1rem;
}
.ajax_loadmore,.btnwrapper {
  margin-top:1rem;
  margin-bottom:1rem;
  clear:both;
}
.categorylist {
  width:90%;
}
.post-preview img {
  object-fit: cover;
}
.clear-list.posts-preview-list.flexi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}

.flexi .post-preview-info {
  width: 100%;
}

.post.flexi {
  flex: 0.7 4;
  -webkit-flex: 1 4 23%;
  margin: 10px;
}

.post:not(.flexi) {
  width: 90%;
}

@media screen and (max-width:768px){
  .post.flexi, .flexi-props{
    -webkit-flex:1 4 40%;
    flex:1 4 40%;
    margin:3px;
  }
  .post-preview-img-link-props{
    height:auto;
  }
  .post-title-props{
    font:17px/24px Georgia;
  }
  .post-preview-img-link{
    height:auto;
    width:100%;
  }
  .post-title{
    font:17px/27px Georgia;
  }
  .post-title a, .txt-style-2.post-author, .txt-style-2{
    text-align:center;
  }
  .small-flexi-container{
    width:100%;
    padding:15px;
  }
}
.section-title-3{
  font: 16px/24px Helvetica;
  color: #999;
  letter-spacing: 0.5px;
}

/* From Wordpress  */

.gbbzero-row {
  margin: 30px auto;
}
@media screen and (min-width:1024px){
  .gbbzero-landing-img{
    width: 80%;
    object-fit: cover;
    height: 900px;
  }
  .gbbzero-landing-container {
    position: relative;
  }
  .gbbzero-landing-logo-cont {
    position: absolute;
    left: 50%;
    transform: translate(-50%,-100%);
    padding: 20px;
    background-color: white;
    width: 400px;
  }
  .gbbzero-row {
    width: 80%;
  }
}
@media screen and (min-width:700px) and (max-width:1024px){
  .gbbzero-landing-container {
    position: relative;
  }
  .gbbzero-landing-logo-cont {
    position: absolute;
    left: 50%;
    transform: translate(-50%,-100%);
    padding: 20px;
    background-color: white;
    width: 400px;
  }
}
@media screen and (max-width:700px){
  .gbbzero-landing-container {
    position: relative;
  }
  .gbbzero-landing-logo-cont {
    position: absolute;
    left: 50%;
    transform: translate(-50%,-100%);
    padding: 20px;
    background-color: white;
    width: 250px;
  }
}
@media screen and (min-width:1280px){
  .container.bg-gray-light.mini.leaderboard{
    min-height:110px;
  }
  .hpslider {
    min-height: 560px;
  }
}
@media screen and (min-width:768px) and (max-width:1280px){
  .container.bg-gray-light.mini.leaderboard{
    min-height:110px;
  }
  .hpslider {
    min-height: 380px;
}
}
@media screen and (max-width:660px){
.mobileadunitwrapper {
    min-height: 270px;
}
    .hpslider {
    min-height: 380px;
}
  .header-img-title img {
    min-height: 220px;
}
  .header-img-wrapper {
    min-height: 220px;
}
  .owl-carousel.off .blog-post-main-img.slider-img{
    min-height:210px;
  }
}
@media screen and (max-width:768px){
  #ADUNITLeaderboard, #BLB {
    min-height: 70px;
    padding:5px 0;
  }
}
.btn.sign-up-btn.category-subscribe-btn {
  background-color: white;
  width: auto;
  padding: 0px 20px;
  color: black;
}
.product.type-product.post-183250.status-publish.instock.product_cat-subscriptions.has-post-thumbnail.taxable.shipping-taxable.purchasable.product-type-simple .price::after {
  content: "Price includes shipping";
  display: block;
  width: 100%;
  font-size: 12px;
}
.related.products {
  width: 100%;
}
.woocommerce ul.products li.product a img{
  object-fit:contain;
}
#responsive-nav .clear-list.follow-us.follow-us-header.social-list {
display: block;
padding: 2px;
}
#responsive-nav .fab {
    font-size: 20px;
    padding: 10px;
    line-height: 20px;
}

#responsive-nav .icon-body, #responsive-nav .follow-us a {
    width: auto;
    height: auto;
}
.share-post .fab{
  font-size:18px;
}
.share-post .fa-instagram {
  color: transparent;
  background: -webkit-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
}
.share-post.instagram{
    background:transparent;
}

.variation-Period {
display: inline-block !important;
vertical-align: sub;
}
.compbutton{
color:black !important;
  border: 1px solid black;
  width: 300px;
  display: block;
  margin: 0 auto;
}
.compbutton:hover{
  opacity:1;
}
.search-results .post-preview-img-link{
  object-fit:contain;
}
.mainsitelogo {
    height: 100px;
    width: 184px;
}

img.mini-post-img.hpguides.wp-post-image {
    object-fit: contain;
}
#responsive-nav{
  height:100%;
  overflow:scroll;
}
@media (min-width: 1440px){
  .blog-post-main-img.slider-img{
    width:100%;
  }
}
@media (min-width: 1279px) and (max-width:1440px){
  .blog-post-main-img.slider-img{
    width:85% !important;
  }
}
@media (min-width:1279px){
    .bg-grey-light.blog-post-wrapper.container.mini.top{
    margin-bottom:18px;
  }
}
@media (max-width: 1279px){

  .blog-post-main-img.slider-img{
    width:100%;
  }
  .new-issue-top-img{
  height:0px;
    width:0px;
}
  .backmobile a {
    height: 20px;
}
  .brands-guide-template img.topimage{
    height: 200px;
    object-fit: contain;
    display:block;
}
  .brands-guide-template .image2, .brands-guide-template .image3{
    height:300px;
  }
  a.main-logo-brands {
    height: 120px;
    object-fit: contain;
    max-width: 300px;
}
  .popup-button{
    opacity:1;
  }
  .blog-post-inner p, .blog-post-inner h1, .blog-post-inner h2, .blog-post-inner h3, .blog-post-inner h4, .blog-post-inner h5, .blog-post-inner h6, .blog-post-inner ul {
    max-width: 90% !important;
    margin: 0 auto 18px auto;
  }
}
@media (min-width:1279px){
  .blog-post-inner:not(.thin):not(.slideshow) {
    width: 60%;
    display: inline-block;
    float: left;
    margin-left: 10%;
  }
}
@media (min-width: 768px){
  .blog-post-inner.slideshow {
    width: 80%;
    margin:0 auto;
  }
}
.products.columns-4 {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce ul.products li.product .button {
  margin-top: auto;
}

.woocommerce div.product.product-type-simple.type-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product_meta {
  text-align: left;
}
.woocommerce div.product form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.owl-carousel.off .blog-post-main-img.slider-img {
  width: 100%;
}
.onp-sl-content-wrap {
    margin: 0px !important;
}
.onp-sl-overlap-box{
  z-index:99999999
}

.woocommerce div.product form.cart .button{
  float:none;
}
.adside{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  width:20%;
}
.sidead{
  float:none:!important;
}
.deskmpus.columns.small-11.small-centered.large-3.large-uncentered.show-for-large {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 20%;
}
.header-img-title{
  width:100%;
}
.bg-gray-light{
  width:100%;
}
.paracontent {
  max-width: 75%;
}
.blog-container {
  display: flex;
  flex-wrap: wrap;
}
.mpumobile.catwrap{
  padding:10px 0px;
  margin:0px auto 13px auto;
}
.blogslide{
  margin:0 auto;
}

@media screen and (min-width: 64em){
  .columns.small-11.small-centered.large-9.large-uncentered.category-column{
    width:80%;
  }
}
.searchwp-live-search-result, .searchwp-live-search-results-showing {
  background: black;
}
.searchwp-live-search-result a, .searchwp-live-search-no-results, .spinner {
  color:white !important;
}

div#MPUMob{
  width:300px;
}

.blog-post-wrapper .slider-img{
  height:auto !important;
}
.amex-branding-imgs{
  max-width:120px;
}
.gform_ajax_spinner{
  width:20px;
  height:10px;
  color:white;
}
body {
  font:16px/24px Helvetica;
}
.blog-post-inner img {
  width: 100%;
  height: auto;
}
.post-time, p.txt-style-2, span.post-topics-wrap, input.btn.btn-mini.btn-red.sign-up-btn.page-footer-button, input.required.email{
  color:#3a3a3a !important;
}

.vimeo-wrapper{
  pointer-events: none !important;
  position:relative;
  width:100%;
}
.annoushkalogo{
  position: absolute;
  top: 0;
  left: 45%;
  width: 11%;
  height: 100px;
}
@media screen and (min-width:768px){
  .annoushka-super-special-image-left img, .annoushka-super-special-image-right img{
    height:500px;
  }
  .btn-container {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap:nowrap;
    margin:20px auto;
  }
  .btn-container .btn-mini{
    width:200px;
  }
  .paracontent{
    margin: 0px auto !important;
    padding:0px;
  }
  .bg-img-parallax{
    margin-top:30px;
  }
  .annoushka-text-right h2, .annoushka-text-left h2,  .annoushka-text-right p, .annoushka-text-left p {
    margin:30px auto;
  }
}
@media screen and (max-width:768px){
  .blog-post-inner:not(.thin){
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .annoushka-super-special-image-left img, .annoushka-super-special-image-right img{
    height:250px;
  }
  .btn-container .btn-mini{
    width:100%;
  }
  .btn.float-right.sign-up-btn {
    width: 100%;
  }
  .vimeo-wrapper iframe{
    height:200px;
  }
  .bg-img-parallax{
    min-height:250px !important;
    background-size:cover !important;
  }
  .paracontent p {
    font-size: 13px;
  }

  .paracontent h2 {
    font-size: 20px;
  }

  .paracontent .btn-annoushka {
    font-size: 8px;
  }

  .annoushka-img-left, .annoushka-img-right, .annoushka-text-left, .annoushka-text-right {
    width:100% !important;
    margin:10px 0;
  }
  .annoushka-img-left img, .annoushka-img-right img {
    object-position:center;

  }
  .annoushka-super-special-image-left img, .annoushka-super-special-image-right img {
    margin:0px !important;
  }
}
.btn-annoushka{
  width:auto;
  padding:0 10px;
}
.btn-annoushka:hover{
  color:black;
}
.btn-annoushka:after{
  background:white;
}
.annoushka-super-special-image-left, .annoushka-super-special-image-right{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.annoushka-text-left, .annoushka-text-right, .annoushka-img-left, .annoushka-img-right {
  width:47%;
}
.annoushka-super-special-image-left img {
  margin-right: 10px;
  margin-top:10px;
  object-fit: contain;
  width:100%;
}
.annoushka-super-special-image-right img {
  margin-left: 10px;
  margin-top:10px;
  object-fit: contain;
  width:100%;
}
.play.rounded-box.state-playing {
  display: none;
}

.onsale{
  display:none;
}

.single-product #main{
  width:80% !important;
}

figcaption{
  width:100%;
  margin: 2rem auto 1rem auto;
}
.blogslide .blog-post-main-img{
  width:100%;
}

.blog-post-slideshow-inner.active .owl-controls{
  top:225px !important;
}
.owl-carousel.active{
  z-index:2;
}
.blogslide.parallaxtemplate {
  display: block !important;
  width: 60%;
  margin: 0 auto !important;
  vertical-align: middle;
  text-align: center !important;
}
.blog-post-slideshow-inner.parallaxtemplate .owl-controls{
  top:300px;
  opacity:1 !important;
  visibility:visible !important;
}

/* From header post  */

img.mainsitelogo {
  height: 100px;
}

a {
  text-align: center;
}

html {
  font-family: Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

a {
  background-color: transparent;
}

a:active,a:hover {
  outline: 0;
}

b,strong {
  font-weight: 700;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}
button,input,optgroup,select,textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,select {
  text-transform: none;
}

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

input {
  line-height: normal;
}

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

td,th {
  padding: 0;
}

html {
  font-size: 100%;
  box-sizing: border-box;
}

*,::after,::before {
  box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  font-family: Helvetica ,sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: 0 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    line-height: 1;
}

.aligncenter {
    margin: 0 auto;
    display: block;
}

.is-visible {
  display: block!important;
}

.is-hidden {
  display: none!important;
}

.row {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.row::after,.row::before {
  content: ' ';
  display: table;
}

.row::after {
    clear: both;
}

.row .row {
    max-width: none;
    margin-left: -.625rem;
    margin-right: -.625rem;
}

@media screen and (min-width: 40em) {
    .row .row {
        margin-left:-.9375rem;
        margin-right: -.9375rem;
    }
}

.column,.columns {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem;
}

@media screen and (min-width: 40em) {
    .column,.columns {
        padding-left:.9375rem;
        padding-right: .9375rem;
    }
}

.column:last-child:not(:first-child),.columns:last-child:not(:first-child) {
    float: right;
}

.small-11 {
  width: 91.66667%;
}

.small-12 {
  width: 100%;
}

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left:0;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 64em) {
  .large-4 {
    width: 33.33333%;
  }
 .large-offset-4 {
    argin-left: 33.33333%;
  }
}

blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,pre,td,th,ul {
    margin: 0;
    padding: 0;
}

p {
    font-size: inherit;
    line-height: 1.6;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility;
}

em,i {
    font-style: italic;
    line-height: inherit;
}

b,strong {
    font-weight: 700;
    line-height: inherit;
}

h1,h2,h3,h4,h5,h6 {
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.4;
}

h1 {
    font-size: 1.5rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

@media screen and (min-width: 40em) {
    h1 {
      font-size:3rem;
    }

    h2 {
        font-size: 2.5rem;
    }

    h3 {
        font-size: 1.9375rem;
    }

    h4 {
        font-size: 1.5625rem;
    }

    h5 {
        font-size: 1.25rem;
    }

    h6 {
      font-size: 1rem;
    }
}

a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer
}

a:focus,a:hover {
  color: #1585cf
}

a img {
  border: 0
}

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both
}

dl,ol,ul {
    line-height: 1.6;
    margin-bottom: 1rem;
    list-style-position: outside
}

li {
    font-size: inherit
}

ul {
    list-style-type: disc;
    margin-left: 1.25rem
}

ol {
    margin-left: 1.25rem
}

ol ol,ol ul,ul ol,ul ul {
    margin-left: 1.25rem;
    margin-bottom: 0
}

blockquote {
    margin: 0 0 1rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca
}

blockquote,blockquote p {
    line-height: 1.6;
    color: #8a8a8a
}
.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}
@media screen and (max-width: 39.9375em) {
    .hide-for-small-only {
        display:none!important
    }
}

@media screen and (max-width: 0),screen and (min-width:40em) {
    .show-for-small-only {
        display:none!important
    }
}

@media screen and (min-width: 40em) {
    .hide-for-medium {
        display:none!important
    }
}

@media screen and (max-width: 39.9375em) {
    .show-for-medium {
        display:none!important
    }
}

@media screen and (min-width: 40em) and (max-width:63.9375em) {
    .hide-for-medium-only {
        display:none!important
    }
}

@media screen and (max-width: 39.9375em),screen and (min-width:64em) {
    .show-for-medium-only {
        display:none!important
    }
}

@media screen and (min-width: 64em) {
    .hide-for-large {
        display:none!important
    }
}

@media screen and (max-width: 63.9375em) {
    .show-for-large {
        display:none!important
    }
}

@media screen and (min-width: 64em) and (max-width:74.9375em) {
    .hide-for-large-only {
        display:none!important
    }
}

@media screen and (max-width: 63.9375em),screen and (min-width:75em) {
    .show-for-large-only {
        display:none!important
    }
}
.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-center {
    display: block;
    margin-left: auto;
    margin-right: auto
}


.blog-post-slideshow-inner .fa {
    display: inline!important;
    line-height: 36px
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.owl-carousel .owl-controls .owl-dot,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translateZ(0) scale(1,1);
    transform: translateZ(0) scale(1,1)
}

.owl-carousel .owl-item img {
    display: block;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

body,html {
  height: 100%
}

body {
  font: 16px/24px Helvetica;
  color: #262626
}

h1,h2,h3,h4,h5,h6 {
    font-family: Helvetica;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 140ms linear,opacity 140ms linear;
}

a:focus,a:hover,a:visited {
  color: inherit;
}
p a {
  color: #dfb000;
}

p a:visited {
  color: #dfb000;
}

.clear-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
  padding: 0;
}

figcaption {
  font: 13px Avenir-Light;
  color: #000;
  overflow: auto;
  max-height: 80%;
  display: inline-block;
  vertical-align: middle;
}

figcaption p {
  font-size: 16px!important;
  line-height: 16px!important;
  margin-bottom: 10px!important;
}

.row {
  max-width: 90%!important;
}

.columns {
  padding-left: .6775rem;
  padding-right: .6775rem;
}
.vertical-align {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wrapper {
  position: relative;
  z-index: 2;
  background: #fff;
}

.container {
  padding: 50px 0;
}

.container:after {
  content: "";
  display: block;
  clear: both;
}

.container.mini {
  padding: 20px 0;
}
input,select,textarea {
  height: 56px;
  padding: 0 15px;
  font: 16px Georgia-Italic;
  color: #999;
  border: 0;
  outline: 0;
  background: #fff;
}
.main-search-bar-form {
  width: 90%;
  position: relative;
  margin: 0 auto;
  padding-top: 200px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.main-search-bar-form input {
    width: 100%;
    height: 46px;
    padding: 0 10px;
    font-family: Helvetica;
    font-size: 16px;
    letter-spacing: 2px;
    color: #fff;
    background: 0 0;
    border: 0;
    border-bottom: 1px dotted #fff;
}
.btn {
    display: block;
    width: 190px;
    height: 56px;
    position: relative;
    font: 14px/60px Helvetica;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #d8d8d8;
    overflow: hidden;
    z-index: 2;
    transition: color 220ms ease-out 10ms;
}

.btn:after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: -1;
    transition: width 220ms ease-out 10ms;
}

.btn-mini {
    height: 40px;
    line-height: 40px;
}

.btn-fluid {
    width: auto;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff!important;
}

.btn-red {
    background: #d0103c;
}

.btn-red:after {
    background: #1b1b1b;
}
.page-header>.row {
    padding: 17px 0;
}

.page-header.mini .main-logo {
    width: auto;
    height: 100px;
}

.page-header.mini .new-issue-top-info {
    margin-top: 13px;
}

.page-header.mini .new-issue-top-info p:last-of-type {
    display: none;
}

.page-header.mini .new-issue-top-img {
    width: 86px;
    height: 85px;
    margin-top: 13px;
    object-fit: contain;
}

.show-responsive-nav {
    float: left;
    margin-top: 40px;
    font-size: 24px;
}

.show-search-bar-phone {
    margin-top: 42px;
    float: right;
    font-size: 22px;
    color: #ccc;
}
.main-logo {
    display: block;
    width: 383px;
    height: 100px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    overflow: hidden;
}

.main-nav-body {
    width: 100%;
    height: 54px;
    background: #fff;
    text-align: center;
}

.main-nav {
    display: inline-block;
}

.main-nav li {
    position: relative;
    float: left;
}

.main-nav li:hover>a {
    color: #999;
    transform: scale(1.1);
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s
}
.main-nav a {
    display: block;
    height: 54px;
    padding: 0 18px;
    font: 14px/54px Avenir-Book;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase
}
.mega-menu {
    position: absolute;
    width: 549px;
    padding: 15px;
    height: auto;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    top: 80px;
    transition: all .2s ease-out 10ms;
    z-index: 100
}
.side-menu {
    overflow-y: scroll;
    width: 358px;
    background: #040404;
    position: fixed;
    left: -360px;
    height: 100vh;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 7;
    transition: left 240ms ease-out 20ms
}

.side-menu ul {
    padding-top: 80px
}

.side-menu a {
    display: block;
    height: 44px;
    position: relative;
    padding: 0 0 0 34px;
    font: 16px/46px Avenir-Book;
    letter-spacing: 2px;
    text-align: left;
    text-transform: uppercase;
    transition: padding .2s ease-out 10ms
}

.side-menu a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    background: #151515;
    left: 0;
    z-index: -1;
    border-radius: 0 50% 50% 0;
    transition: all 250ms ease-out 10ms
}

.side-menu a:hover {
    padding-left: 54px
}

.side-menu a:hover:after {
    width: 100%;
    visibility: visible;
    opacity: 1;
    border-radius: 0
}

.responsive-nav {
    width: 100%;
    position: fixed;
    top: 97px;
    left: -100%;
    color: #fff;
    background: #262626;
    z-index: 999;
    font-family: Helvetica;
    text-transform: uppercase;
    /*transition:left 230ms ease-out 10ms*/
}

.responsive-nav a {
    display: block;
    text-align: left
}

.responsive-nav a:visited {
    color: inherit!important
}

.responsive-nav .links-2 {
    padding: 2px 0;
    background: #262626;
  overflow-y:scroll;
  height:100%;
}

.responsive-nav .links-2 a {
    padding: 5px 0 5px 32px;
    font-size: 2vh;
    opacity: .5
}
.close-window {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    right: 30px;
    line-height: 34px;
    text-align: center;
    transition: opacity 140ms linear;
    font-size: 14px;
    color: #fff
}

.close-window.hide-search-bar {
    right: 0
}

.close-window:hover {
    cursor: pointer;
    opacity: .75
}

.main-nav-icon {
    width: 30px;
    height: 30px;
    color: #000;
    margin-top: 13px;
    font-size: 18px;
    line-height: 36px;
    transition: opacity 140ms linear
}

.classic-title-1 {
    font-family: Helvetica;
    font-size: 24px;
    color: #fff;
    letter-spacing: 6px;
    text-transform: uppercase
}

.txt-style-1 {
    font: 16px Georgia-Italic
}

.txt-style-1 a {
    color: #fff
}

.txt-style-2 {
    font: 11px Avenir-Book;
    letter-spacing: 2px;
    text-transform: uppercase
}

.follow-us li {
    margin: 0 4px;
    display: inline-block;
    vertical-align: middle
}

.follow-us li:first-child {
    margin-left: 0
}

.follow-us li:last-child {
    margin-right: 0
}

.follow-us a:not(.amex-cover) {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 36px;
    font-size: 16px;
    transition: opacity 140ms linear,background 140ms linear,color 140ms linear
}

.follow-us.follow-us-header {
    text-align: center;
    overflow: hidden;
    cursor: default
}
.follow-us-circles li {
    margin: 0 3px
}

.follow-us-circles a {
    background: #cecece;
    border-radius: 50%;
    font-size: 14px;
    color: #fff
}

.follow-us-colorful .facebook {
    background: transparent;
    color: #3d599c
}
.follow-us-colorful .twitter {
    background: transparent;
    color: #00adee
}


.popup-overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    background: rgba(0,0,0,.91);
    transition: all .2s ease-out 10ms
}

.popup-overlay.active {
    visibility: visible;
    opacity: 1;
    z-index: 9999
}
.subscribe-cnt {
    width: 100%
}
.hero-post-info {
    width: 700px;
    min-height: 180px;
    position: relative;
    margin: -100px auto 5px;
    padding: 30px 40px 1px;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 2px 6px rgba(237,237,237,.5);
    z-index: 3
}
.hero-post-info .post-title {
    margin-bottom: 25px;
    font-size: 34px;
    line-height: 36px
}
.sponsored {
    position: relative
}

.sponsored:after {
    content: 'Sponsored';
    height: 30px;
    position: absolute;
    top: 16px;
    left: 0;
    padding: 0 12px 0 10px;
    font: 11px/32px Avenir-Book;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    background: #1b1b1b;
    border-radius: 0 30px 30px 0
}
.post-title {
    margin-bottom: 15px;
    font: 24px/36px Georgia-Bold
}

.post-title a {
    display: block;
    text-align: left
}
.post-cat {
    margin-right: 12px;
    transition: opacity 140ms linear;
    color: #262626
}
.post-time {
    color: #999
}

.post-author {
    color: #999
}

.post-author a {
    color: #999;
    transition: color 140ms linear,opacity 140ms linear
}
.blog-post {
    color: #262626
}

.blog-post .post-title {
    font-size: 34px;
    line-height: 42px
}

.blog-post-header {
    margin-bottom: 11px;
    overflow: hidden
}
.blog-post-header-info {
    margin-bottom: 12px;
    overflow: hidden
}

.blog-post-briefly {
    line-height: 24px
}
.blog-post-main-img {
    margin: 0 auto
}

.start-slideshow {
    height: 120px;
    right: 0;
    left: auto;
    padding: 0 30px;
    font: 14px Avenir-Book;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    background: #1b1b1b;
    transition: background 140ms linear;
    z-index: 999
}
.start-slideshow:hover {
    background: #272727
}

.blog-post-slideshow-inner {
    position: relative;
    margin-top: 20px
}

.blog-post-slideshow-inner.active .owl-controls {
    visibility: visible;
    opacity: 1;
    top: -60px;
    transition: all .2s ease-out 10ms
}
.blog-post-slideshow-inner .owl-controls {
    position: absolute;
    top: -20px;
    right: 0;
    visibility: hidden;
    opacity: 0
}

.blog-post-slideshow-inner .owl-next,.blog-post-slideshow-inner .owl-prev {
    width: 34px;
    height: 34px;
    float: left;
    text-align: center;
    font-size: 12px;
    line-height: 38px;
    color: #000;
    background: 0 0;
    border-radius: 50%;
    transition: background 140ms linear
}

.blog-post-slideshow-inner .owl-next:hover,.blog-post-slideshow-inner .owl-prev:hover {
    background: #313131
}

.blog-post-slideshow-inner .owl-prev {
    margin-right: 4px
}

.blog-post-slideshow-inner .owl-prev i {
    margin-left: -2px
}

.blog-post-slideshow-inner .owl-next i {
    margin-right: -2px
}

.blog-post-slideshow-info {
    height: 0;
    visibility: hidden;
    opacity: 0;
    margin-bottom: -21px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
    overflow: hidden;
    transition: all .2s ease-out 10ms
}

.blog-post-slideshow-info .txt-style-1 {
    font-size: 20px;
    line-height: 46px;
    color: #262626
}

.blog-post-slideshow-info.active {
    visibility: visible;
    opacity: 1;
    height: 47px;
    margin-bottom: 0
}

.blog-post-inner {
    position: relative
}

.blog-post-inner img {
    width: 100%
}

.blog-post-inner p {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 29px
}

.blog-post-inner p a {
    color: #dfae0b
}


.blog-post-inner p.question {
    margin-bottom: 2px;
    font-family: Georgia-Bold
}
.sticky-info {
    width: 100%;
    position: relative;
    top: -1px;
    background: #fff;
    z-index: 9999999;
    box-shadow: 0 2px 8px rgba(190,190,190,.55);
    transition: top 220ms ease-out 10ms
}

.sticky-info .follow-us {
    margin-top: 15px
}

.sticky-info.active {
    top: -1px;
    position: sticky;
  position:-webkit-sticky;
}

.sticky-info .btn {
    margin-top: 10px
}
.new-issue-top-info {
  width: 100%;
  float: left;
  margin-left: 0;
}

.new-issue-top-info p {
    margin-bottom: 6px;
    text-align: left
}

.new-issue-top-info .txt-style-2 {
    margin-bottom: 5px;
    text-transform: none;
    letter-spacing: 0
}

.new-issue-top-info .txt-style-2:nth-child(1) {
    color: #999;
    text-transform: uppercase
}

.new-issue-top-info .txt-style-2:nth-child(2) {
    font-size: 16px;
    color: #d0103c
}

.new-issue-top-info .txt-style-2:nth-child(3) {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
    text-transform: none;
    color: #262626
}

.new-issue-top-img {
    width: 141px;
    height: 144px;
    float: right
}
.icon-body {
    display: block;
    width: 26px;
    height: 26px;
    position: relative
}
.custom-tooltip {
    font-style: normal;
    position: relative
}

.custom-tooltip-inner {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    background: #000;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid #ececec;
    padding: 15px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    z-index: 1;
    color: #d0103c;
    transition: all .1s linear
}

@-moz-document url-prefix() {
    .custom-tooltip-inner {
        top: 43px
    }
}

.custom-tooltip-inner:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    border-top: 1px solid #ececec;
    border-right: 1px solid #ececec;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.page-404-body {
    min-height: 74vh;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover
}

.page-404 {
    width: 40%;
    margin: auto;
    padding: 45px 25px;
    text-align: center;
    color: #fff;
    background: #1b1b1b
}

.page-404 h3 {
    margin-bottom: 40px;
    font: 34px/42px Georgia-Bold
}

.page-404 p {
    margin-bottom: 50px;
    font-size: 18px
}

.page-404 .btn {
    display: inline-block;
    width: 400px
}

.bg-gray-light {
    background: #fff
}
.d-block {
    display: block
}
.p-relative {
    position: relative
}
.of-hidden {
    overflow: hidden
}

.of-visible {
    overflow: visible
}
.r-padding {
    padding: 0
}
@media only screen and (max-height: 900px) {
    .side-menu {
        overflow-y:scroll;
        padding-bottom: 40px
    }
}
@media screen and (max-width: 1280px) {
 .blog-post-main-img {
        height: 40vw
    }
      .page-404 {
        width: 65%
    }
    .new-issue-top-img {
        display: none
    }
}

@media screen and (max-width: 64em) {
  .medium-no-float {
    float: none!important
  }

  .page-header>.row {
    padding: 0
  }

  .main-logo {
    width: auto;
    height: 100%;
    /*margin: 0px 50px;*/
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }
 .hero-post-info {
    width: 70%
  }
  .page-404-body {
    min-height: 460px
  }

  .page-404 {
    width: 90%
  }

  .page-404 .btn {
      width: 50%
  }

  .blog-post-main-img {
      height: 50vw
  }
    .sticky-info {
      height: auto;
  }
}

@media screen and (max-width: 40em) {
   .hero-post-info {
        width: 90%
    }

    .hero-post-info {
        margin-top: 0
    }
    .page-404 .btn {
        width: 90%
    }
}
.post-author-image {
    float: left
}
@media screen and (max-width: 1280px) {
    .blog-post-main-img {
        height:50vw
    }
}

@media screen and (max-width: 64em) {
    .blog-post-main-img {
        height:50vw
    }
}
.main-nav-icon {
    margin-top: 18px
}
@media screen and (max-width: 780px) {
    .follow-us.follow-us-header {
        display: none
    }
}
@media only screen and (min-device-width : 320px) and (max-device-width :480px) {
    #toparts {
        margin:auto;
        width: 100%
    }

    #toparts2 {
        margin: auto;
        width: 100%
    }

    .dmpuposts {
        margin: 0 auto;
        text-align: center;
        display: none
    }

    .mobileleaderboard {
        margin: 0 auto;
        display: block;
        text-align: center
    }

    .dmpu {
        margin: 0 auto;
        display: none
    }

    .mpumobile {
        margin: 0 auto
    }

    .mpu2 {
        display: none
    }

    #widecat {
        max-width: 100%
    }

    .dmpucat {
        margin: 0 auto;
        text-align: center
    }

    .mpu2cat {
        margin: 0 auto;
        text-align: center
    }

    .cont {
        display: block;
        float: none;
        margin: auto
    }

    .cont2 {
        display: block;
        float: none;
        margin: auto
    }

    .subscribe-cnt.fluidpost {
        margin: 0 auto;
        display: block
    }

    .mpuposts {
        margin-top: 100px
    }
}

@media only screen and (min-width : 321px) and (max-width:480px) {
    #toparts {
        margin:auto;
        width: 100%
    }

    #toparts2 {
        margin: auto;
        width: 100%
    }

    .dmpuposts {
        margin: 0 auto;
        text-align: center;
        display: none
    }

    .mobileleaderboard {
        margin: 0 auto;
        display: block
    }

    .dmpu {
        display: none
    }

    .mpumobile {
        margin: 0 auto
    }

    .mpu2 {
        display: none
    }

    #widecat {
        max-width: 100%
    }

    .dmpucat {
        margin: 0 auto;
        text-align: center
    }

    .mpu2cat {
        margin: 0 auto;
        text-align: center
    }

    .cont {
        display: block;
        float: none;
        margin: auto
    }

    .cont2 {
        text-align: center;
        display: block;
        float: none;
        margin: auto
    }

    .mpuposts {
        margin-top: 100px;
        display: none
    }

    .subscribe-cnt.fluidpost {
        margin: 0 auto;
        display: block
    }
}

@media only screen and (max-width : 320px) {
    #toparts {
        margin:auto;
        width: 100%
    }

    #toparts2 {
        margin: auto;
        width: 100%
    }

    .dmpuposts {
        margin: 0 auto;
        text-align: center;
        display: none
    }

    .mobileleaderboard {
        margin: 0 auto;
        display: block
    }

    .dmpu {
        display: none
    }

    .mpumobile {
        margin: 0 auto
    }

    .mpu2 {
        display: none
    }

    #widecat {
        max-width: 100%
    }

    .dmpucat {
        margin: 0 auto;
        text-align: center
    }

    .mpu2cat {
        margin: 0 auto;
        text-align: center
    }

    .cont {
        display: block;
        float: none;
        margin: auto
    }

    .cont2 {
        display: block;
        float: none;
        margin: auto
    }

    .mpuposts {
        margin-top: 100px
    }

    .subscribe-cnt.fluidpost {
        margin: 0 auto;
        display: block
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width :480px) and (orientation :landscape) and (-webkit-min-device-pixel-ratio :2) {
    #toparts {
        margin:auto;
        width: 100%
    }

    #toparts2 {
        margin: auto;
        width: 100%
    }

    .dmpuposts {
        margin: 0 auto;
        text-align: center;
        display: none
    }

    .mobileleaderboard {
        margin: 0 auto;
        display: block
    }

    .dmpu {
        display: none
    }

    .mpumobile {
        margin: 0 auto
    }

    .mpu2 {
        display: none
    }

    #widecat {
        max-width: 100%
    }

    .dmpucat {
        margin: 0 auto;
        text-align: center
    }

    .mpu2cat {
        margin: 0 auto;
        text-align: center
    }

    .cont {
        display: block;
        float: none;
        margin: auto
    }

    .cont2 {
        display: block;
        float: none;
        margin: auto
    }

    .mpuposts {
        margin-top: 100px
    }

    .subscribe-cnt.fluidpost {
        margin: 0 auto;
        display: block
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width :480px) and (orientation :portrait) and (-webkit-min-device-pixel-ratio :2) {
    #toparts {
        margin:auto;
        width: 100%
    }

    #toparts2 {
        margin: auto;
        width: 100%
    }

    .dmpuposts {
        margin: 0 auto;
        text-align: center;
        display: none
    }

    .mobileleaderboard {
        margin: 0 auto;
        display: block
    }

    .dmpu {
        display: none
    }

    .mpumobile {
        margin: 0 auto
    }

    .mpu2 {
        display: none
    }

    #widecat {
        max-width: 100%
    }

    .dmpucat {
        margin: 0 auto;
        text-align: center
    }

    .mpu2cat {
        margin: 0 auto;
        text-align: center
    }

    .cont {
        display: block;
        float: none;
        margin: auto
    }

    .cont2 {
        display: block;
        float: none;
        margin: auto
    }

    .mpuposts {
        margin-top: 100px
    }

    .subscribe-cnt.fluidpost {
        margin: 0 auto;
        display: block
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height:568px) and (orientation :landscape) and (-webkit-device-pixel-ratio:2) {
    #toparts {
        margin:auto;
        width: 100%
    }

    #toparts2 {
        margin: auto;
        width: 100%
    }

    .dmpuposts {
        margin: 0 auto;
        text-align: center;
        display: none
    }

    .mobileleaderboard {
        margin: 0 auto;
        display: block
    }

    .dmpu {
        display: none
    }

    .mpumobile {
        margin: 0 auto
    }

    .mpu2 {
        display: none
    }

    #widecat {
        max-width: 100%
    }

    .dmpucat {
        margin: 0 auto;
        text-align: center
    }

    .mpu2cat {
        margin: 0 auto;
        text-align: center
    }

    .cont {
        display: block;
        float: none;
        margin: auto
    }

    .cont2 {
        display: block;
        float: none;
        margin: auto
    }

    .mpuposts {
        margin-top: 100px
    }

    .subscribe-cnt.fluidpost {
        margin: 0 auto;
        display: block
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height:568px) and (orientation :portrait) and (-webkit-device-pixel-ratio:2) {
    #toparts {
        margin:auto;
        width: 100%
    }

    #toparts2 {
        margin: auto;
        width: 100%
    }

    .dmpuposts {
        margin: 0 auto;
        text-align: center;
        display: none
    }

    .mobileleaderboard {
        margin: 0 auto;
        display: block
    }

    .dmpu {
        display: none
    }

    #widecat {
        max-width: 100%
    }

    .dmpucat {
        margin: 0 auto;
        text-align: center
    }

    .mpu2cat {
        margin: 0 auto;
        text-align: center
    }

    .mpumobile {
        margin: 0 auto
    }

    .mpu2 {
        display: none
    }

    .cont {
        display: block;
        float: none;
        margin: auto
    }

    .cont2 {
        display: block;
        float: none;
        margin: auto
    }

    .mpuposts {
        margin-top: 100px
    }

    .subscribe-cnt.fluidpost {
        margin: 0 auto;
        display: block
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height:667px) and (orientation :landscape) and (-webkit-device-pixel-ratio:2) {
    #toparts {
        margin:auto;
        width: 100%
    }

    #toparts2 {
        margin: auto;
        width: 100%
    }

    .dmpuposts {
        margin: 0 auto;
        text-align: center;
        display: none
    }

    .mobileleaderboard {
        margin: 0 auto;
        display: block
    }

    .dmpu {
        display: none
    }

    #widecat {
        max-width: 100%
    }

    .dmpucat {
        margin: 0 auto;
        text-align: center
    }

    .mpu2cat {
        margin: 0 auto;
        text-align: center
    }

    .mpumobile {
        margin: 0 auto
    }

    .mpu2 {
        display: none
    }

    .cont {
        display: block;
        float: none;
        margin: auto
    }

    .cont2 {
        display: block;
        float: none;
        margin: auto
    }

    .mpuposts {
        margin-top: 100px
    }

    .subscribe-cnt.fluidpost {
        margin: 0 auto;
        display: block
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height:667px) and (orientation :portrait) and (-webkit-device-pixel-ratio:2) {
    #toparts {
        margin:auto;
        width: 100%
    }

    #toparts2 {
        margin: auto;
        width: 100%
    }

    .dmpuposts {
        margin: 0 auto;
        text-align: center;
        display: none
    }

    .mobileleaderboard {
        margin: 0 auto;
        display: block
    }

    #widecat {
        max-width: 100%
    }

    .dmpu {
        display: none
    }

    .dmpucat {
        margin: 0 auto;
        text-align: center
    }

    .mpu2cat {
        margin: 0 auto;
        text-align: center
    }

    .mpumobile {
        margin: 0 auto
    }

    .mpu2 {
        display: none
    }

    .cont {
        display: block;
        float: none;
        margin: auto
    }

    .cont2 {
        display: block;
        float: none;
        margin: auto
    }

    .mpuposts {
        margin-top: 100px
    }

    .subscribe-cnt.fluidpost {
        margin: 0 auto;
        display: block
    }
}

@media only screen and (min-device-width: 414px) and (max-device-height:736px) and (orientation :landscape) and (-webkit-device-pixel-ratio:2) {
    #toparts {
        margin:auto;
        width: 100%
    }

    #toparts2 {
        margin: auto;
        width: 100%
    }

    .dmpuposts {
        margin: 0 auto;
        text-align: center;
        display: none
    }

    .mobileleaderboard {
        margin: 0 auto;
        display: block
    }
}

.dmpu {
    display: none
}

#widecat {
    max-width: 100%
}

.dmpucat {
    margin: 0 auto;
    text-align: center
}

.mpu2cat {
    margin: 0 auto;
    text-align: center
}

.mpumobile {
    margin: 0 auto
}

.mpu2 {
    display: none
}

.cont {
    display: block;
    float: none;
    margin: auto
}

.cont2 {
    display: block;
    float: none;
    margin: auto
}

.mpuposts {
    margin-top: 100px
}

.subscribe-cnt.fluidpost {
    margin: 0 auto;
    display: block
}

@media only screen and (min-device-width: 414px) and (max-device-height:736px) and (orientation :portrait) and (-webkit-device-pixel-ratio:2) {
    #toparts {
        margin:auto;
        width: 100%
    }

    #toparts2 {
        margin: auto;
        width: 100%
    }

    .dmpuposts {
        margin: 0 auto;
        text-align: center;
        display: none
    }

    .mobileleaderboard {
        margin: 0 auto;
        display: block
    }

    .dmpu {
        display: none
    }

    #widecat {
        max-width: 100%
    }

    .dmpucat {
        margin: 0 auto;
        text-align: center
    }

    .mpu2cat {
        margin: 0 auto;
        text-align: center
    }

    .mpumobile {
        margin: 0 auto
    }

    .mpu2 {
        display: none
    }

    .cont {
        display: block;
        float: none;
        margin: auto
    }

    .cont2 {
        display: block;
        float: none;
        margin: auto
    }

    .mpuposts {
        margin-top: 100px;
        display: none
    }

    .subscribe-cnt.fluidpost {
        margin: 0 auto;
        display: block
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height:640px) and (orientation :landscape) and (-webkit-device-pixel-ratio:2) {
    #toparts {
        margin:auto;
        width: 100%
    }

    #toparts2 {
        margin: auto;
        width: 100%
    }

    .dmpuposts {
        margin: 0 auto;
        text-align: center;
        display: none
    }

    .mobileleaderboard {
        margin: 0 auto;
        display: block
    }

    .dmpu {
        display: none
    }

    #widecat {
        max-width: 100%
    }

    .dmpucat {
        margin: 0 auto;
        text-align: center
    }

    .mpu2cat {
        margin: 0 auto;
        text-align: center
    }

    .mpumobile {
        margin: 0 auto
    }

    .mpu2 {
        display: none
    }

    .cont {
        display: block;
        float: none;
        margin: auto
    }

    .cont2 {
        display: block;
        float: none;
        margin: auto
    }

    .mpuposts {
        margin-top: 100px
    }

    .subscribe-cnt.fluidpost {
        margin: 0 auto;
        display: block
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height:640px) and (orientation :portrait) and (-webkit-device-pixel-ratio:2) {
    #toparts {
        margin:auto;
        width: 100%
    }

    #toparts2 {
        margin: auto;
        width: 100%
    }

    .dmpuposts {
        margin: 0 auto;
        text-align: center;
        display: none
    }

    .mobileleaderboard {
        margin: 0 auto;
        display: block
    }

    .dmpu {
        display: none
    }

    .mpumobile {
        margin: 0 auto
    }

    .mpu2 {
        display: none
    }

    .dmpucat {
        margin: 0 auto;
        text-align: center
    }

    .mpu2cat {
        margin: 0 auto;
        text-align: center
    }

    #widecat {
        max-width: 100%
    }

    .cont {
        display: block;
        float: none;
        margin: auto
    }

    .cont2 {
        display: block;
        float: none;
        margin: auto
    }

    .mpuposts {
        margin-top: 100px
    }

    .subscribe-cnt.fluidpost {
        margin: 0 auto;
        display: block
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height:640px) and (orientation :landscape) and (-webkit-device-pixel-ratio:3) {
    #toparts {
        margin:auto;
        width: 100%
    }

    #toparts2 {
        margin: auto;
        width: 100%
    }

    .dmpuposts {
        margin: 0 auto;
        text-align: center;
        display: none
    }

    .mobileleaderboard {
        margin: 0 auto;
        display: block
    }

    .dmpu {
        display: none
    }

    .mpumobile {
        margin: 0 auto
    }

    .mpu2 {
        display: none
    }

    #widecat {
        max-width: 100%
    }

    .dmpucat {
        margin: 0 auto;
        text-align: center
    }

    .mpu2cat {
        margin: 0 auto;
        text-align: center
    }

    .cont {
        display: block;
        float: none;
        margin: auto
    }

    .cont2 {
        display: block;
        float: none;
        margin: auto
    }

    .mpuposts {
        margin-top: 100px
    }

    .subscribe-cnt.fluidpost {
        margin: 0 auto;
        display: block
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height:640px) and (orientation :portrait) and (-webkit-device-pixel-ratio:3) {
    #toparts {
        margin:auto;
        width: 100%
    }

    #toparts2 {
        margin: auto;
        width: 100%
    }

    .dmpuposts {
        margin: 0 auto;
        text-align: center;
        display: none
    }

    .mobileleaderboard {
        margin: 0 auto;
        display: block
    }

    .dmpu {
        display: none
    }

    .mpumobile {
        margin: 0 auto
    }

    .mpu2 {
        display: none
    }

    #widecat {
        max-width: 100%
    }

    .dmpucat {
        margin: 0 auto;
        text-align: center
    }

    .mpu2cat {
        margin: 0 auto;
        text-align: center
    }

    .cont {
        display: block;
        float: none;
        margin: auto
    }

    .cont2 {
        display: inline-block;
        float: none;
        margin: auto
    }

    .mpuposts {
        margin-top: 100px
    }

    .subscribe-cnt.fluidpost {
        margin: 0 auto;
        display: block
    }
}

@media only screen and (min-device-width: 360px) and (max-device-height:640px) and (orientation :landscape) and (-webkit-device-pixel-ratio:3) {
    #toparts {
        margin:auto;
        width: 100%
    }

    #toparts2 {
        margin: auto;
        width: 100%
    }

    .dmpuposts {
        margin: 0 auto;
        text-align: center
    }

    .mobileleaderboard {
        margin: 0 auto;
        display: block
    }

    .dmpu {
        display: none
    }

    .mpumobile {
        margin: 0 auto
    }

    .mpu2 {
        display: none
    }

    #widecat {
        max-width: 100%
    }

    .dmpucat {
        margin: 0 auto;
        text-align: center
    }

    .mpu2cat {
        margin: 0 auto;
        text-align: center
    }

    .cont {
        display: block;
        float: none;
        margin: auto
    }

    .cont2 {
        display: inline-block;
        float: none;
        margin: auto
    }

    .mpuposts {
        margin-top: 100px
    }

    .subscribe-cnt.fluidpost {
        margin: 0 auto;
        display: block
    }
}

@media only screen and (min-device-width: 360px) and (max-device-height:640px) and (orientation :portrait) and (-webkit-device-pixel-ratio:3) {
    #toparts {
        margin:auto;
        width: 100%
    }

    #toparts2 {
        margin: auto;
        width: 100%
    }

    .dmpuposts {
        margin: 0 auto;
        text-align: center;
        display: none
    }

    .mobileleaderboard {
        margin: 0 auto;
        display: block
    }

    .dmpu {
        display: none
    }

    .mpumobile {
        margin: 0 auto
    }

    .mpu2 {
        display: none
    }

    #widecat {
        max-width: 100%
    }

    .dmpucat {
        margin: 0 auto;
        text-align: center
    }

    .mpu2cat {
        margin: 0 auto;
        text-align: center
    }

    .cont {
        display: block;
        float: none;
        margin: auto
    }

    .cont2 {
        display: block;
        float: none;
        margin: auto
    }

    .mpuposts {
        margin-top: 100px
    }

    .subscribe-cnt.fluidpost {
        margin: 0 auto;
        display: block
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width :1024px) {
    #toparts {
        margin:auto;
        width: 100%
    }

    #toparts2 {
        margin: auto;
        width: 100%
    }

    .dmpuposts {
        margin: 0 auto;
        text-align: center;
        display: none
    }

    .mobileleaderboard {
        margin: 0 auto;
        display: block
    }

    .dmpu {
        display: none
    }

    .mpumobile {
        margin: 0 auto
    }

    .mpu2 {
        display: none
    }

    .dmpucat {
        margin: 0 auto;
        text-align: center
    }

    .mpu2cat {
        margin: 0 auto;
        text-align: center
    }

    #widecat {
        max-width: 100%
    }

    .cont {
        display: block;
        float: none;
        margin: auto
    }

    .cont2 {
        display: block;
        float: none;
        margin: auto
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width :1024px) and (orientation :landscape) {
    #toparts {
        margin:auto;
        width: 100%
    }

    #toparts2 {
        margin: auto;
        width: 100%
    }

    .dmpuposts {
        margin: 0 auto;
        text-align: center;
        display: none
    }

    .mobileleaderboard {
        margin: 0 auto;
        display: block
    }

    .dmpu {
        display: none
    }

    .mpumobile {
        margin: 0 auto
    }

    .mpu2 {
        display: none
    }

    #widecat {
        max-width: 100%
    }

    .dmpucat {
        margin: 0 auto;
        text-align: center
    }

    .mpu2cat {
        margin: 0 auto;
        text-align: center
    }

    .cont {
        display: block;
        float: none;
        margin: auto
    }

    .cont2 {
        display: block;
        float: none;
        margin: auto
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width :1024px) and (orientation :portrait) {
    #toparts {
        margin:auto;
        width: 100%
    }

    #toparts2 {
        margin: auto;
        width: 100%
    }

    .mobileleaderboard {
        margin: 0 auto;
        display: block
    }

    .dmpu {
        display: none
    }

    .mpumobile {
        margin: 0 auto
    }

    .mpu2 {
        display: none
    }

    #widecat {
        max-width: 100%
    }

    .dmpucat {
        margin: 0 auto;
        text-align: center
    }

    .mpu2cat {
        margin: 0 auto;
        text-align: center
    }

    .cont {
        display: block;
        float: none;
        margin: auto
    }

    .cont2 {
        display: block;
        float: none;
        margin: auto
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width :1024px) and (orientation :landscape) and (-webkit-min-device-pixel-ratio :2) {
    #toparts {
        margin:auto;
        width: 100%
    }

    #toparts2 {
        margin: auto;
        width: 100%
    }

    .mobileleaderboard {
        margin: 0 auto;
        display: block
    }

    .dmpu {
        display: none
    }

    .mpumobile {
        margin: 0 auto
    }

    .mpu2 {
        display: none
    }

    #widecat {
        max-width: 100%
    }

    .dmpucat {
        margin: 0 auto;
        text-align: center
    }

    .mpu2cat {
        margin: 0 auto;
        text-align: center
    }

    .cont {
        display: block;
        float: none;
        margin: auto
    }

    .cont2 {
        display: block;
        float: none;
        margin: auto
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width :1024px) and (orientation :portrait) and (-webkit-min-device-pixel-ratio :2) {
    #toparts {
        margin:auto;
        width: 100%
    }

    #toparts2 {
        margin: auto;
        width: 100%
    }

    .mobileleaderboard {
        margin: 0 auto;
        display: block
    }

    .dmpu {
        display: none
    }

    #widecat {
        max-width: 100%
    }

    .dmpucat {
        margin: 0 auto;
        text-align: center
    }

    .mpu2cat {
        margin: 0 auto;
        text-align: center
    }

    .mpumobile {
        margin: 0 auto
    }

    .mpu2 {
        display: none
    }

    .cont {
        display: block;
        float: none;
        margin: auto
    }

    .cont2 {
        display: block;
        float: none;
        margin: auto
    }
}

@media only screen and (min-width : 1024px) {
    #toparts {
        width:75%
    }

    #toparts2 {
        width: 75%
    }

    .leaderboard {
        text-align: center;
        margin: 0 auto;
        display: block
    }

    .cont {
        display: block;
        width: 300px;
        float: right;
        height: 600px;
        line-height: 600px;
        text-align: center
    }

    .mpu2 {
        float: right;
        padding-left: 200px;
        display: block;
        margin-top: 200px
    }

    .cont2 {
        width: 300px;
        float: right;
        height: 250px;
        line-height: 250px;
        text-align: center
    }

    .mobileleaderboard {
        display: none
    }

    .dmpu {
        float: right;
        padding-left: 200px;
        display: block
    }

    .subscribe-cnt.fluidcat {
        float: right;
        display: block;
        max-width: 25%
    }

    .subscribe-cnt.fluidpost {
        display: block;
        margin-top: 100px
    }

    .dmpucat {
        float: right;
        padding-left: 200px;
        display: block
    }

    .mpu2cat {
        float: right;
        padding-left: 200px;
        display: block;
        margin-top: 761px
    }

    .mpumobile {
        display: none
    }
}

@media only screen and (min-width : 1825px) {
    .subscribe-cnt.fluidcat {
        float:right;
        display: block;
        max-width: 25%
    }

    #toparts {
        width: 75%;
        justify-content: space-around
    }

    #toparts2 {
        justify-content: space-around;
        width: 75%
    }

    .leaderboard {
        text-align: center;
        margin: 0 auto;
        display: block
    }

    .mobileleaderboard {
        display: none
    }

    .dmpu {
        float: right;
        padding-left: 200px;
        display: block
    }

    .mpu2 {
        float: right;
        padding-left: 50px;
        display: block;
        margin-top: 200px
    }

    .dmpucat {
        float: right;
        display: block
    }

    .mpu2cat {
        float: right;
        padding-left: 200px;
        display: block;
        margin-top: 761px
    }

    .mpumobile {
        display: none
    }

    .cont {
        width: 300px;
        float: right;
        height: 600px;
        line-height: 600px;
        text-align: center
    }

    .cont2 {
        width: 300px;
        float: right;
        height: 250px;
        line-height: 250px;
        text-align: center
    }

    .mega-menu-posts-2 {
        transform: scale(1)
    }
}
.subscribe-cnt.fluidpost {
    margin-top: 0;
    float: right
}
@media screen and (max-width: 1090px) {
    .blogslide .blog-post-main-img {
        min-height:100%;
        width: auto;
        margin: 0 auto;
        height: 100%;
        width: 100%;
        object-fit: contain;
        display: block;
        margin-right: 2%
    }

    figcaption {
        font: 13px Avenir-Light;
        color: #000;
        width: 100%;
        overflow: auto;
        max-height: 80%
    }

    .blogslide {
        display: block;
        width: 100%
    }
}

@media screen and (min-width: 1280px) {
    .blogslide .blog-post-main-img {
        min-height:100%;
        width: auto;
        margin: 0 auto;
        height: 100%;
        width: 67%;
        object-fit: contain;
        display: block;
        margin-right: 2%;
        display: inline-block!important;
        vertical-align: middle
    }

    figcaption {
        font: 13px Avenir-Light;
        color: #000;
        width: 30%;
        overflow: auto;
        max-height: 80%;
        display: inline-block;
        vertical-align: middle
    }

    .blogslide {
        display: inline-block;
        width: 73%;
        vertical-align: middle
    }
}

.blog-post-main-img {
    min-height: 25vw;
    width: auto;
    margin: 0 auto
}

.sidead {
    margin-top: 20px;
    float: right
}
.slideshowad {
    margin-left: 6%;
    vertical-align: middle;
    Margin-top: 0;
    Display: inline-block;
    max-width: 29%
}
.aligncenter {
    text-align: center
}
.sustainabletag {
    position: relative
}

.sustainabletag:after {
    content: 'Considered';
    height: 30px;
    position: absolute;
    top: 16px;
    left: 0;
    padding: 0 12px 0 10px;
    font: 11px/32px Avenir-Book;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    background: #408240;
    border-radius: 0 30px 30px 0
}

.sponsored.sustainabletag::before {
    content: "sponsored";
    z-index: 999;
    background-color: #000;
    top: 16px;
    height: 30px;
    position: absolute;
    left: 0;
    padding: 0 12px 0 10px;
    font: 11px/32px Avenir-Book;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0 30px 30px 0
}

.sponsored.sustainabletag:not(.post-preview)::after {
    content: 'Sustainability Issue';
    height: 30px;
    position: absolute;
    top: auto!important;
    bottom: 16px;
    width: 200px;
    left: 0;
    padding: 0 12px 0 10px;
    font: 11px/32px Avenir-Book;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    background: #408240
}

.post-preview.sponsored.sustainabletag::after {
    content: 'Sustainability Issue';
    height: 30px;
    position: absolute;
    top: 50px;
    width: 200px;
    left: 0;
    padding: 0 12px 0 10px;
    font: 11px/32px Avenir-Book;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    background: #408240
}

.GBBtag {
    position: relative;
}

.GBBtag:after {
    content: 'Great British Brands';
    height: 30px;
    position: absolute;
    top: 16px;
    left: 0;
    padding: 0 12px 0 10px;
    font: 11px/32px 'Avenir-Book';
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    background: #1e73be;
    border-radius: 0 30px 30px 0
}

a.GBBtag::after {
    font-size: 9px;
    top: auto;
}
.owl-nav.disabled {
    display: none
}

.owl-dots {
    position: absolute;
    top: 10px;
    left: 10px
}
.blog-post-slideshow-inner .owl-next,.blog-post-slideshow-inner .owl-prev {
    position: absolute;
    top: 50%
}
.post-title a {
    color: #000!important
}

h2 {
    font-size: 1.9375rem
}

h3 {
    font-size: 1.7375rem
}

.teads-inread {
    max-width: 500px!important;
    margin: 0 auto
}
.wp-caption {
    width: 100%!important
}
@media screen and (max-width: 1442px) {

    .catwrap {
        max-width: 100%
    }

    .mpumobile {
        max-width: 970px
    }
}
@media screen and (max-width: 1280px) {
    .mobileadunitwrapper {
        text-align:center;
        padding: 5px;
        background-color: #ededed;
        margin: 5px auto;
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }
}
@media screen and (min-width: 1090px) {
    .blogslide .blog-post-slideshow-inner .owl-next {
        right:10px!important;
        line-height: 36px;
        float: right;
        background-color: transparent;
        color: #000;
        border-radius: 0;
        top: 0!important
    }

    .single-post .blogslide .owl-prev, .single-hotels-guide .blogslide .owl-prev {
        left: 10px!important;
        line-height: 36px;
        background-color: transparent;
        color: #000;
        border-radius: 0;
        top: 0!important
    }
}

@media screen and (max-width: 1090px) {
    .blogslide .blog-post-slideshow-inner .owl-next {
        top:0!important;
        line-height: 36px;
        float: right;
        background-color: transparent;
        color: #000;
        border-radius: 0
    }

    .single-post .blogslide .owl-prev, .single-hotels-guide .blogslide .owl-prev {
        top: 0!important;
        line-height: 36px;
        background-color: transparent;
        color: #000;
        border-radius: 0
    }
}
.single-post .owl-prev, .single-hotels-guide .owl-prev {
    left: 0!important
}

.blog-post-slideshow-inner.active .owl-controls {
    top: 50%!important;
    left: 0;
    width: 100%
}

.blog-post-slideshow-inner .owl-next {
    right: 0!important;
    line-height: 36px;
    float: right
}

#ADUNITLeaderboard {
    background-color: #f5f5f5;
    padding: 5px;
    width: 100%;
    margin: 0px auto !important;
}
#tribe-events-content a,.blog-post-inner h1 a,.blog-post-inner h2 a,.blog-post-inner h3 a,.blog-post-inner h4 a,.blog-post-inner h5 a,.blog-post-inner h6 a,.tribe-events-event-meta a,.tribe-events-list-widget .tribe-event-title,.txt-yellow,p a {
    color: #4c9689!important
}
.blog-post-inner a:not(.share-post, .shortcodebtn) {
    color: #4c9689!important
}
input[type=checkbox],input[type=radio] {
    height: 20px;
    vertical-align: middle
}
li#menu-item-99616 {
    padding-bottom: 42px
}
@media screen and (min-width: 1200px) {
    .dmpuposts {
        display:block!important
    }
}

@media screen and (max-width: 1442px) {
    .cont.hotels {
        display:none!important
    }

    .subscribe-cnt.fluidcat {
        display: none
    }

    .subscribe-cnt-fluidpost {
        display: none
    }

    .deskmpus {
        display: none
    }

    .catwrap {
        display: block
    }

    .mpu2posts {
        display: none
    }

    .mpumobile {
        display: block
    }

    #toparts2 {
        width: 100%
    }

    .cont2 {
        display: none
    }
}

@media screen and (max-width: 1024px) {
    #toparts {
        width:100%
    }

    #comps {
        width: 100%!important
    }
}

    nav::-webkit-scrollbar {
    width: 8px
}

nav::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px transparent;
    border-radius: 10px;
    width: 3px;
    margin: 5px
}

nav::-webkit-scrollbar-thumb {
    border-radius: 50px;
    box-shadow: inset 0 0 2px #2f2f2f;
    color: #fff;
    background-color: #2f2f2f;
    width: 3px
}
.main-logo {
    transform: scale(1)
}
@media screen and (max-width: 768px) {
    .bg-img-parallax {
        min-height:500px;
        width: 100%;
        position: relative;
        background-size: cover;
        background-attachment: static!important
    }

    .fixed {
        background-attachment: static
    }
}

@media screen and (min-width: 768px) {
    .fixed {
        background-attachment:fixed
    }

    .bg-img-parallax {
        min-height: 600px;
        width: 100%;
        position: relative;
        background-size: cover;
        background-attachment: static!important
    }
}
.new-issue-top-info p:last-of-type {
    display: none
}
.page-header>.row {
    padding: 0!important
}
.main-nav-list {
    display: flex!important;
    justify-content: space-between
}

.btn-mini {
    height: 20px!important;
    line-height: 20px!important;
    font-size: 12px!important
}
#main-nav>ul>li:nth-of-type(3)>a,#main-nav>ul>li:nth-of-type(4)>a {
    display: inline-block!important
}
.row.header {
    max-width: 100%!important;
    width: 100%!important;
    margin: 0
}

.paracontent {
    max-width: 70%;
    margin: 0 auto;
    padding: 10px
}

#sliderad {
    max-width: 160px
}

.top {
    background-position: top;
    object-position: top
}

@media screen and (min-width: 768px) {
    .main-nav-icon {
        Margin-top:0!important;
        width: 21px!important;
        float: none!important;
        vertical-align: middle;
        display: inline-block;
        height: 39px!important;
        margin: 0 10px;
        color: #000;
        font-size: 18px;
        line-height: 36px!important;
        transition: opacity 140ms linear
    }
}
.medium-4 {
    width: 21.33%!important;
    display: inline-block;
    vertical-align: middle;
    position: static!important
}

.social-list {
    Display: inline-block;
    Vertical-align: middle
}

:not(.page-footer) .large-offset-4 {
    margin-left: 0!important;
    display: inline-block;
    vertical-align: middle;
    float: none!important
}

@media screen and (min-width: 1290px) {
    :not(.page-footer).large-4.logo-cont {
        width:14.33%!important
    }
}

.page-header.mini .main-logo {
    width: auto;
    height: 100px!important
}

.main-logo {
    width: auto!important;
    height: 100px!important
}

@media screen and (min-width: 40em) {
    .medium-4 {
        width:21.33%;
        display: inline-block;
        vertical-align: middle;
        Float: none!important;
        position: static!important
    }
}

.main-nav-body {
  width: 60%!important;
  height: 54px;
  position: relative;
  background: #fff;
  text-align: center;
  display: inline-block!important;
  vertical-align: middle!important
}

.main-nav {
    display: inline-block;
    float: left;
    position: static;
    width: 100%
}

.main-nav .clear-list {
    width: 100%
}

.main-nav li {
    Position: static;
    float: left;
    display: inline-block;
    vertical-align: middle
}

.new-issue-top {
    position: static!important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

.page-header.mini .new-issue-top-info {
    margin-top: 0!important
}

.new-issue-top-img {
    width: 76px!important;
    height: 90px!important;
    margin-top: 0!important;
    object-fit: contain;
}

.new-issue-top-info {
    margin-top: 0!important
}

.main-nav a {
    padding: 0 10px!important
}
@media screen and (min-width: 1290px) and (max-width:1420px) {
.new-issue-top-img {
    width: 63px!important;
    height: 89px!important;
    margin-top: 0!important
  }

  .main-nav-body {
    width: 55%!important
  }
}
@media screen and (max-width: 1290px) {
  .hide-for-large.newtemplate {
    display:block!important
  }

  .medium-12 {
    width: 100%!important
  }

  :not(.page-footer).large-4 {
    width: 100%!important
  }

  .show-for-large {
    display: none!important
  }
}

@media screen and (min-width: 1290px) {
    .hide-for-large.newtemplate {
        display:none!important
    }
}
@media screen and (max-width: 768px) {
    .main-logo {
        max-width: 200px!important
    }
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-bars:before {
    content: "\f0c9";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-facebook:before {
    content: "\f09a";
}
.fa-flipboard:before{
  content:"\f44d";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-search:before {
    content: "\f002";
}
.fa-times:before {
    content: "\f00d";
}

.fa-twitter:before {
    content: "\f099";;
}
.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}
.fa,.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.searchwp-live-search-results {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #fff;
    -webkit-box-shadow: 0 0 2px 0 rgba(30,30,30,.4);
    box-shadow: 0 0 2px 0 rgba(30,30,30,.4);
    border-radius: 3px;
    width: 315px;
    min-height: 175px;
    max-height: 300px;
}

.searchwp-live-search-no-min-chars .spinner {
    opacity: .3;
}
.row.header.p-relative {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.follow-us li {
  margin: 0;
}

.medium-4.header-cta {
  width: 17.33% !important;
  padding: 0;
}

.mega-menu.d-block.follow-block {
  width: 185px;
  left: -24px;
  top: 50px;
}

@media screen and (max-width: 1350px) {
  .followus {
    display:none;
  }
}
.mega-menu.d-block.follow-block.menu-dropdown {
  width: auto;
  top: 40px;
  padding: 20px;
  transform: translate(-50%,0%);
  left: 59%;
}

.clear-list.menu-dropdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  flex-direction: column;
  font-family: Helvetica;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

.menu-dropdown a {
  font: 14px/30px Avenir-Book;
  height: auto;
}


@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/webfonts/fa-brands-400.eot);
  src: url(/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/webfonts/fa-brands-400.woff2) format("woff2"),url(/webfonts/fa-brands-400.woff) format("woff"),url(/webfonts/fa-brands-400.ttf) format("truetype"),url(/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/webfonts/fa-solid-900.eot);
  src: url(/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/webfonts/fa-solid-900.woff2) format("woff2"),url(/webfonts/fa-solid-900.woff) format("woff"),url(/webfonts/fa-solid-900.ttf) format("truetype"),url(/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}
.hide {
  display:none;
}
.post-author-img-mini {
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 7px;
  border-radius: 50%;
}
.hide, button#start-slideshow.hide {
  display:none;
  visibility:hidden;
}
#sliderad {
  max-width: 160px;
}

/* Footer */
.new-issue-body {
  padding: 30px 0;
  border: 1px solid #2e2e2e;
  overflow: hidden;
  width: 100%;
}

.new-issue-body .new-issue {
  width: 100%;
  margin: 0 auto;
  color: #fff;
}

.new-issue-body .new-issue .new-issue-info {
  width: 70%;
  margin-top: 25px;
}
