@charset "UTF-8";
/*
    Theme Name: Transport New
    Author: Zuzanna Łączna Bień
    Author URI: http://www.wkm-global.com
    Description: IoT Now Transport website.
    Version: 1.0
*/
body.page-template, body.category, body.search, body.single, body.page, body.page-template-default {
  background-color: #e4e6e9;
  font-family: 'Roboto', Open Sans, Arial, sans-serif;
  
}

.hidden {
  display: none;
}

.ad-container-wide {
  max-width: 100%;
}

.ad-container-wide--header {
  margin-left: auto;
}

.ad-container-wide img {
  max-width: 728px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.ad-container-square {
  margin-bottom: 1rem;
}

.ad-container-square img {
  max-width: 250px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

main {
  margin-top: 25px;
  background-color: #ffffff;
  z-index: 1;
  position: relative;
}

main article h2, main .section-header {
  color: #4a5a7e;
  position: relative;
}

main .section-header h2::after {
  content: '';
  display: block;
  height: 3px;
  width: 30%;
  background-color: #60cdff;
  position: absolute;
  top: 73px;
  left: 0;
}

#breadcrumbs {
  padding: 15px 0 10px 0;
  font-size: 14px;
  color: #c6c7c8;
}

#breadcrumbs a {
  color: #60cdff;
}

#breadcrumbs .breadcrumb_last {
  color: #82899a;
  font-weight: bold;
}

.category-page--header span {
  color: #c6c7c8;
}

.category-page--header h1, .category-page--header h1 > span {
  color: #4a5a7e;
  font-size: 28px;
  margin: 5px 0 25px 0;
}

.category-page--post-container, .category-page--side-bar {
  -webkit-box-shadow: 0px 1px 7px 4px #f2f2f2;
  -moz-box-shadow: 0px 1px 7px 4px #f2f2f2;
  box-shadow: 0px 1px 7px 4px #f2f2f2;
  border-radius: 5px;
}

.category-page--post-container {
  height: 100%;
}

.category-page--post-container img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  height: auto;
}

.category-page--post-container__reports {
  border-bottom: 1px solid #e4e6e9;
  flex-wrap: wrap;
}

.category-page--post-container__reports .category-page--post-txt {
  padding: 20px 0;
}

.category-page--post-container__reports img {
  width: 150px;
  height: auto;
}

.category-page--side-bar {
  padding: 12px;
}

.category-page--post-txt {
  padding: 20px;
}

.category-page--post-txt h3, .category-page--post-txt h4, .category-page--post-txt h5 {
  font-size: inherit;
}

.home .opinion-section-link h3, .home div.wp-block-image img {
    display: none;
}

.category-page--post-txt h2 {
  font-size: 20px;
  color: #2e3035;
  padding-bottom: 10px;
}

.category-page--post-txt a, .category-page--post-txt p {
  color: #82899a;
  margin-bottom: 0;
  font-weight: 300;
}

.category-page--post-txt img {
  display: none;
}

.category-page--post-txt a:hover {
  text-decoration: none;
  color: #82899a;
}

.category-page--post-txt .more-link {
  display: block;
  color: #60cdff;
  padding-top: 20px;
  font-weight: 400;
}

.category-page--post-txt .post-date {
  padding-top: 15px;
  font-size: 13px;
}

.category-page--container__events .more-link {
  display: none;
}

.category-page--container__events img {
  width: 125px;
  height: auto;
}

.category-page--paginate-container {
  justify-content: space-between;
  align-items: center;
  padding: 40px 15px;
  font-size: 12px;
}

.category-page--paginate-container a {
  color: #82899a;
  padding: 10px;
}

.category-page--paginate-container .paginate-prev, .category-page--paginate-container .paginate-next {
  border: 1px solid #f1f0f0;
  border-radius: 25px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  width: 100px;
  padding: 10px 0;
}

.category-page--paginate-container .paginate-prev:hover, .category-page--paginate-container .paginate-next:hover {
  background: #60cdff;
}

.category-page--paginate-container .paginate-prev:hover a, .category-page--paginate-container .paginate-next:hover a {
  color: #ffffff;
  text-decoration: none;
}

.category-page--paginate-container .current {
  -webkit-box-shadow: 0px 1px 7px 4px #f2f2f2;
  -moz-box-shadow: 0px 1px 7px 4px #f2f2f2;
  box-shadow: 0px 1px 7px 4px #f2f2f2;
  border-radius: 50%;
  color: #60cdff;
  font-weight: bold;
  height: 30px;
  width: 30px;
  display: inline-block;
  position: relative;
  top: -1px;
  text-align: center;
  line-height: 29px;
}

.category-page--paginate-container .paginate-list > a:hover {
  color: #60cdff;
}

.single-page--container, .privacy-page--container, .terms-page--container, .about-page--container, .contact-page--container {
  
  color: #82899a;
}

.single-page--container .featured-img--container, .privacy-page--container .featured-img--container, .terms-page--container .featured-img--container, .about-page--container .featured-img--container, .contact-page--container .featured-img--container {
  max-width: 350px;
  margin-left: 10px;
}

.single-page--container .featured-img--container img, .privacy-page--container .featured-img--container img, .terms-page--container .featured-img--container img, .about-page--container .featured-img--container img, .contact-page--container .featured-img--container img {
  width: 100%;
  height: auto;
}

.single-page--container .wp-caption-text, .single-page--container .featured-img--caption, .privacy-page--container .wp-caption-text, .privacy-page--container .featured-img--caption, .terms-page--container .wp-caption-text, .terms-page--container .featured-img--caption, .about-page--container .wp-caption-text, .about-page--container .featured-img--caption, .contact-page--container .wp-caption-text, .contact-page--container .featured-img--caption {
  font-weight: 400;
  margin-top: 10px;
  color: #2e3035;
}

.single-page--container ul, .single-page--container ol, .privacy-page--container ul, .privacy-page--container ol, .terms-page--container ul, .terms-page--container ol, .about-page--container ul, .about-page--container ol, .contact-page--container ul, .contact-page--container ol {
  margin: 15px 0;
}

.single-page--container ul li, .single-page--container ol li, .privacy-page--container ul li, .privacy-page--container ol li, .terms-page--container ul li, .terms-page--container ol li, .about-page--container ul li, .about-page--container ol li, .contact-page--container ul li, .contact-page--container ol li {
  padding-bottom: 10px;
}

.single-page--container a, .privacy-page--container a, .terms-page--container a, .about-page--container a, .contact-page--container a {
  color: #60cdff;
  word-wrap: break-word;
}

.single-page--container .aligncenter, .single-page--container .alignnone, .privacy-page--container .aligncenter, .privacy-page--container .alignnone, .terms-page--container .aligncenter, .terms-page--container .alignnone, .about-page--container .aligncenter, .about-page--container .alignnone, .contact-page--container .aligncenter, .contact-page--container .alignnone {
  max-width: 100%;
  height: auto;
}

.single-page--container .aligncenter, .privacy-page--container .aligncenter, .terms-page--container .aligncenter, .about-page--container .aligncenter, .contact-page--container .aligncenter {
  display: block;
  margin: 0 auto;
}

.single-page--container .alignright, .privacy-page--container .alignright, .terms-page--container .alignright, .about-page--container .alignright, .contact-page--container .alignright {
  float: right;
  margin-left: 20px;
}

.single-page--container .alignleft, .privacy-page--container .alignleft, .terms-page--container .alignleft, .about-page--container .alignleft, .contact-page--container .alignleft {
  float: left;
  margin-right: 20px;
}

.privacy-page--container p {
  margin: 0px;
}

.single-page--container .registration-under-posts {
  text-align: center;
  -webkit-box-shadow: 0px 1px 7px 4px #f2f2f2;
  -moz-box-shadow: 0px 1px 7px 4px #f2f2f2;
  box-shadow: 0px 1px 7px 4px #f2f2f2;
  border-radius: 5px;
  padding: 15px;
}

.single-page--container .registration-under-posts > p {
  color: #2e3035;
}

.single-page--container .registration-under-posts input {
  height: 30px;
  margin-bottom: 10px;
  border: 1px solid #e4e6e9;
  font-weight: 300;
}

.single-page--container .registration-under-posts .register-col {
  line-height: 1.8;
}

.single-page--container #sticky-login-submit {
  background: #60cdff;
  width: 110px;
  height: 38px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 15px;
  font-weight: bolder;
  border: none;
}

.single-page--header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e4e6e9;
  margin-bottom: 30px;
}

.single-page--header h1 {
  font-weight: inherit;
  color: #2e3035;
  width: 100%;
  font-size: 1.5rem;
}

.single-page--header span {
  font-weight: bolder;
  padding-right: 15px;
}

.single-page--header .fa-stack {
  color: #e4e6e9;
}

.single-page--header .fa-inverse {
  color: #82899a;
}

.single-page--header a:hover .fa-stack {
  color: #60cdff;
}

.single-page--header a:hover .fa-inverse {
  color: #ffffff;
}

.contact-page--container h2 {
  font-size: 1.2rem;
  margin-top: 25px;
}

.contact-page--container p {
  margin-bottom: 0;
}

.contact-page--container p.pgraph-margin {
  margin-top: 10px;
}

.contact-page--container .office-address {
  margin: 30px 0;
  font-weight: 400;
}

.contact-page--container #fm-contact-form {
  margin: 0;
  padding: 10px;
  -webkit-box-shadow: 0px 1px 7px 4px #f2f2f2;
  -moz-box-shadow: 0px 1px 7px 4px #f2f2f2;
  box-shadow: 0px 1px 7px 4px #f2f2f2;
  border-radius: 5px;
}

.contact-page--container #fm-contact-form input, .contact-page--container #fm-contact-form textarea {
  width: 100%;
  height: 40px;
  border: 1px solid #e4e6e9;
  font-size: 15px;
  margin: 0 0 20px 0;
  padding: 0 10px;
}

.contact-page--container #fm-contact-form textarea {
  height: 100px;
}

.contact-page--container #fm-contact-form #fm-contact-form-btn {
  background: #60cdff;
  height: 38px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 15px;
  font-weight: bolder;
  border: none;
  width: 100%;
  text-transform: uppercase;
}

.contact-page--container #fm-contact-form .highlight-border {
  border-color: #60cdff !important;
}

.about-page--container h2 {
  font-size: 1.2rem;
  margin: 25px 0 15px 0;
}

.side-bar--articles h3 {
  color: #60cdff;
  text-align: center;
  margin: 35px 0;
  font-size: 22px;
  font-weight: normal;
}

.upcoming-event--image {
  width: 125px;
}

.essential-reads h1 {
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.7;
}

.essential-reads h1 span {
  font-size: 14px;
  color: #e4e6e9;
  letter-spacing: 2px;
}

.essential-reads--container {
  position: relative;
}

.essential-reads--container .article-top--overlay {
  background: rgba(25, 26, 29, 0.6);
}

.essential-reads img {
  width: 100%;
}

.essential-reads--desc {
  max-width: 370px;
  height: 100%;
  padding-bottom: 20px;
}

.essential-reads--desc a {
  color: #ffffff;
}

.essential-reads--desc a:hover {
  color: #ffffff;
  text-decoration: none;
}

.essential-reads--desc h2 {
  margin-bottom: 25px;
  line-height: 1;
}

.essential-reads--desc h2 span {
  font-size: 0.6em;
  font-weight: 300;
}

.essential-reads--desc__sub {
  max-width: 100%;
}

.essential-reads--desc__sub p {
  text-align: right;
  position: relative;
}

.essential-reads--desc__sub p i {
  padding-left: 20px;
}

.essential-reads--desc__sub p:after {
  content: '';
  display: block;
  height: 2px;
  width: 130px;
  background-color: #82899a;
  position: absolute;
  top: 27px;
  right: 28px;
}

.essential-reads--desc__sub h2 {
  font-size: 40px;
  height: 75%;
}

.essential-reads--desc__sub h2 span {
  font-size: 0.5em;
  margin-top: 5px;
}

.essential-reads--link {
  background: #60cdff;
  padding: 10px;
  font-size: 13px;
}

.essential-reads--link i {
  padding-left: 20px;
}

a.blue-link {
  color: #60cdff;
}

.site-map-sub-link {
  padding-left: 20px;
}

@media only screen and (max-width: 370px) {
  .category-page--paginate-container .paginate-prev, .category-page--paginate-container .paginate-next {
    width: 70px;
  }
  .essential-reads--desc h2 {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 410px) {
  .section-header h2 {
    font-size: 15px;
  }
  .sector-title h3 {
    font-size: 13px;
  }
  main .section-header h2::after {
    top: 67px;
  }
}

@media only screen and (min-width: 576px) {
  .single-page--container .featured-img--container, .privacy-page--container .featured-img--container, .terms-page--container .featured-img--container, .about-page--container .featured-img--container, .contact-page--container .featured-img--container {
    float: right;
  }
  .category-page--post-container__reports {
    flex-wrap: nowrap;
  }
  .category-page--post-container__reports .category-page--post-txt {
    padding: 0 20px;
  }
  .registration-under-posts {
    margin: 0 50px;
  }
  .contact-page--container #fm-contact-form {
    margin: 20px;
    padding: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .login-col {
    border-right: 1px solid #e4e6e9;
  }
  .single-page--header h1 {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 992px) and (min-width: 576px) {
  .essential-reads--desc h2 {
    font-size: 1.5rem;
  }
  .essential-reads--desc__sub h2 {
    font-size: 40px;
    height: 75%;
  }
}

@media only screen and (min-width: 1200px) {
  .category-page--side-bar {
    padding: 45px;
  }
  #breadcrumbs {
    padding: 25px 0 20px 0;
  }
}

.menu-bar__container {
  height: 100%;
  padding: 15px;
  background-color: #60cdff;
  position: relative;
  cursor: pointer;
  transition: 0.4s;
}

.menu-bar__container:hover {
  background-color: #ffffff;
}

.menu-bar__container:hover .menu-bar {
  background-color: #60cdff;
}

.menu-bar__container--change {
  background-color: #ffffff;
}

.menu-bar__container--change .menu-bar--first {
  -webkit-transform: rotate(-45deg) translate(-4px, 3px);
  transform: rotate(-45deg) translate(-2px, 4px);
  background-color: #60cdff;
}

.menu-bar__container--change .menu-bar--second {
  opacity: 0;
}

.menu-bar__container--change .menu-bar--third {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-6px, -8px);
  background-color: #60cdff;
}

.menu-bar {
  width: 21px;
  height: 3px;
  margin: 4px auto;
  background-color: #ffffff;
  transition: 0.4s;
}

ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.menu a {
  color: inherit;
  padding: 15px;
  z-index: 1;
  -webkit-transition: color .2s,opacity .2s;
  transition: color .2s,opacity .2s;
}

ul.menu a:hover {
  text-decoration: none;
}

.menu-main-menu-container {
  padding: 15px 0;
  display: none;
}

.menu-main-menu-container ul.menu li {
  display: inline-block;
  position: relative;
}

.menu-main-menu-container ul.menu li a {
  text-transform: uppercase;
  font-family: urw-din,sans-serif;
  font-weight: 700;
  font-style: normal;
}

.menu-main-menu-container ul.menu li a:hover {
  color: #60cdff;
}

.menu-main-menu-container ul.menu li:hover ul.sub-menu {
  display: block;
}

.menu-main-menu-container ul.menu li.btn-subscribe a {
  background: #60cdff;
  border-radius: 25px;
  padding: 7px 15px;
}

.menu-main-menu-container ul.menu li.btn-subscribe a:hover {
  background: #ffffff;
}

.menu-main-menu-container ul.sub-menu {
  position: absolute;
  padding-left: 0;
  z-index: 100;
  top: 38px;
  width: 225px;
  display: none;
}

.menu-main-menu-container ul.sub-menu li {
  display: block;
  background-color: #2e3035;
  padding: 10px 0;
}

.menu-sub-main-menu-container, .menu-mobile-menu-container {
  display: block;
  position: absolute;
  z-index: 100;
  background: #60cdff;
  top: 55px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 10px 0;
}

.menu-sub-main-menu-container li, .menu-mobile-menu-container li {
  padding: 10px 0;
}

.menu-sub-main-menu-container li a:hover, .menu-mobile-menu-container li a:hover {
  color: #2e3035;
}

.menu-mobile-menu-container {
  width: 100%;
}

#top-menu {
  display: none;
}

#sub-mobile-ul {
  margin-left: auto;
}

#sub-mobile-ul li {
  display: inline-block;
  padding: 10px 0;
}

#sub-mobile-ul li a {
  color: #ffffff;
  padding: 3px;
}

#sub-mobile-ul li a:hover {
  color: #60cdff;
}

#sub-mobile-ul > li.no-link > a:hover {
  color: #ffffff;
}

@media only screen and (min-width: 992px) {
  .menu-main-menu-container, #top-menu {
    display: block;
  }
  #mobile-menu-btn {
    display: none;
  }
}

.header {
  margin: 0 auto;
  width: 100%;
  color: #ffffff;
  background-color: #191a1d;
  font-family: 'Roboto', Open Sans, Arial, sans-serif;
  font-weight: normal;
  z-index: 3;
  position: relative;
}

.header--top-bar {
  background-color: #2e3035;
  width: 100%;
  font-size: 12px;
  padding: 0 5px;
}

.header--top-bar--bg {
  background-color: #60cdff;
  display: inline-block;
}

.header--top-bar__news {
  height: 42px;
  font-weight: 600;
  line-height: 42px;
  padding: 0 35px;
}

.header--top-bar__news--container {
  padding: 0 25px;
  display: none;
}

.header--top-bar__news--text {
  display: none;
}

.header--top-bar__ico {
  color: #191a1d;
  padding: 2px 6px;
}

.header--top-bar__ico:hover {
  background-color: #ffffff;
}

.header--top-bar__ico--container {
  margin-left: 10px;
  padding: 5px 0;
}

.header--menu {
  width: 100%;
  background: linear-gradient(to bottom, #191a1d 0%, #191a1d 50%, #191a1d 50%, #e4e6e9 50%, #e4e6e9 100%);
}

.header--menu__container {
  background-color: #2e3035;
  position: relative;
}

.header .search-container {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding: 10px;
  z-index: 3;
}

.header .search-container label {
  margin-bottom: 0;
  width: 95%;
}

.header .search-icon {
  font-size: 24px;
  padding: 8px 10px;
  cursor: pointer;
  margin-left: auto;
}

.header input.search-field {
  border: 0;
  width: 100%;
  height: 34px;
  padding: 10px;
  font-weight: normal;
  font-size: 14px;
  color: #888;
}

.header input[type=search] {
  -webkit-appearance: none;
}

.header input[type=submit].search-submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  padding-left: 25px;
  height: 100%;
  -webkit-appearance: none;
  border: 0;
  background-color: #60cdff;
  background-image: url(img/search_icon.svg);
  background-repeat: no-repeat;
  background-position: 10px;
  background-size: 16%;
  cursor: pointer;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  color: #ffffff;
}

@media only screen and (min-width: 576px) {
  .header--top-bar {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) {
  .header--top-bar__news--container, .header--top-bar__news--text {
    display: block;
  }
}

.article-top--row {
  height: 50%;
}

.article-top--overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(25, 26, 29, 0.4);
  padding: 10px;
}

.article-top--bg {
  background-size: cover;
  background-position: center top;
  height: 200px;
}

.article-top--bg h2, .article-top--bg a, .article-top--bg a:hover {
  color: #ffffff;
}

.article-top--bg h2 {
  font-size: 19px;
  line-height: 1.2;
  font-weight: bold;
}

.article-top__category {
  text-transform: uppercase;
  font-size: 11px;
  background: #60cdff;
  padding: 5px 10px;
  font-weight: bold;
  display: inline-block;
}

.article-top__desc {
  position: absolute;
  bottom: 15px;
}

.article-top__desc--date {
  font-size: 12px;
}

article {
  position: relative;
}

article h2 {
  font-size: 15px;
  margin-top: 10px;
  line-height: 1.6;
  font-weight: bolder;
}

article img {
  width: 100%;
  height: auto;
}

article p, article p a.opinion-section-link, article .more-link {
  color: #4a5a7e;
  font-size: 14px;
}

article p strong, article p a.opinion-section-link strong, article .more-link strong {
  font-weight: normal;
}

article .more-link {
  font-weight: bold;
}

.section-header h2 {
  font-size: 20px;
  padding: 30px 0 20px 20px;
  border-bottom: 1px solid #e4e6e9;
  font-weight: bold;
}

.section-header--side-bar {
  padding-top: 39px;
}

.section-header--side-bar h2 {
  font-size: 15px;
  font-weight: bold;
  border-bottom: 2px solid #e4e6e9;
  padding-bottom: 15px;
  position: relative;
}

.section-header--side-bar h2:after {
  content: '';
  display: block;
  height: 2px;
  width: 45%;
  background-color: #60cdff;
  position: absolute;
  top: 33px;
}

.article-hover {
  display: block;
  position: relative;
}

.article-hover:hover {
  text-decoration: none;
}

.hover-animation {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-left: 0;
  background-color: rgba(11, 21, 59, 0.8);
  color: #60cdff;
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.hover-animation:hover {
  opacity: 1;
}

.hover-animation:hover p {
  transform: scale(1, 1);
}

.hover-animation p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  border: 2px solid #60cdff;
  border-radius: 50%;
  line-height: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  color: #60cdff;
  font-size: 18px;
  font-weight: bolder;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform .2s .1s;
  transition: -webkit-transform .2s .1s;
  transition: transform .2s .1s;
  transition: transform .2s .1s, -webkit-transform .2s .1s;
}

.upcoming-events--top-bar, .upcoming-event--container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.upcoming-events--top-bar {
  height: 50px;
  color: #82899a;
}

.upcoming-events--arrows {
  margin-left: auto;
}

.upcoming-events--arrows span {
  border: 1px solid #e4e6e9;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  display: inline-block;
  font-size: 20px;
  position: relative;
  cursor: pointer;
}
.upcoming-events--arrows span svg { 
    fill: #82899a;
    height: 13px;
    position: absolute;
    top: 5px;
    left: 5px;
}

.upcoming-events--arrows span:hover {
  color: #ffffff;
  background-color: #82899a;
}
.upcoming-events--arrows span:hover svg{
  fill: #ffffff;
}

.upcoming-event--container {
  -webkit-box-shadow: 0px 1px 7px 4px #f2f2f2;
  -moz-box-shadow: 0px 1px 7px 4px #f2f2f2;
  box-shadow: 0px 1px 7px 4px #f2f2f2;
  padding: 10px;
  margin: 10px;
  border-radius: 5px;
}

.upcoming-event--container p strong:nth-last-child {
  font-size: 13px;
}

.upcoming-event--link {
  height: 40px;
  border-radius: 25px;
  padding: 10px 30px;
  color: #ffffff;
  background-color: #82899a;
  font-size: 14px;
}

.upcoming-event--link:hover {
  color: #ffffff;
  background-color: #4a5a7e;
  text-decoration: none;
}

.upcoming-event--link__submit {
  text-transform: uppercase;
  background-color: #60cdff;
  border: 1px solid #60cdff;
}

.upcoming-event--link__submit:hover {
  color: #60cdff;
  background-color: #ffffff;
}

.upcoming-event--content {
  max-width: 325px;
  min-width: 270px;
  text-align: center;
}

.upcoming-event--content h2 {
  font-size: 16px;
  margin-left: 5px;
}

.upcoming-event--content p {
  color: #82899a;
  display: none;
}

.upcoming-event--content .more-link {
  display: none;
}

#no-events h2 {
  color: #82899a;
}

article.upcoming-event--container p strong:nth-child(1) {
  font-weight: bold;
  font-size: 15px;
}

.section--side-bar article:nth-child(-n+2) .article-desc--side-bar {
  border-bottom: 2px solid #e4e6e9;
}

.section--side-bar .article-desc--side-bar > h3 {
  display: none;
}

.sector-container {
  -webkit-box-shadow: 0px 1px 7px 4px #f2f2f2;
  -moz-box-shadow: 0px 1px 7px 4px #f2f2f2;
  box-shadow: 0px 1px 7px 4px #f2f2f2;
  padding: 20px 10px;
  margin: 10px;
  height: 94%;
}

.sector-title {
  padding: 10px;
}

.sector-title img {
  position: absolute;
}

.sector-title h3 {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #4a5a7e;
}

.sector-link-list {
  color: #60cdff;
  padding-left: 8px;
  margin-bottom: 0;
}

.sector-link-list li {
  padding: 10px 0;
  line-height: 1.2;
  border-bottom: 1px solid #f3f3f3;
}

.sector-link-list .sector-img-cantainer {
  width: 80px;
  height: 80px;
  margin-right: 10px;
}

.sector-link-list img {
  border-radius: 6px;
  border: 1px solid #f3f3f3;
}

.sector-link-list a, .sector-link-list h3 {
  color: #82899a;
  font-size: 12px;
  line-height: 1.5;
}

.sector-link-list a:hover, .sector-link-list h3:hover {
  text-decoration: none;
  color: #2e3035;
}

.sector-link-list p {
  color: #60cdff;
  margin-bottom: 0;
}

.report-container {
  color: #4a5a7e;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.report-container div {
  padding: 20px;
  max-width: 62%;
}

.report-container .report-link {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #60cdff;
}

#upcoming-events-scroll-container {
  height: 317px;
  overflow: auto;
  border: 1px solid rgba(228, 230, 233, 0.55);
  border-radius: 5px;
}

@media only screen and (max-width: 335px) {
  .upcoming-event--link {
    font-size: 12px;
  }
}

@media only screen and (max-width: 992px) and (min-width: 576px) {
  .section--side-bar article {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .section--side-bar article h2 {
    margin-top: 0;
  }
  .section--side-bar article img {
    width: 200px;
  }
  .section--side-bar article .article-desc--side-bar {
    padding-left: 10px;
  }
}

@media only screen and (min-width: 576px) {
  .article-top--container {
    height: 400px;
  }
  .article-top--bg {
    height: 100%;
  }
  .article-top--bg h2.article-top__desc--title {
    font-size: 26px;
  }
  .upcoming-event--container {
    justify-content: left;
  }
  .upcoming-event--image {
    margin-right: 15px;
  }
  .upcoming-event--content {
    text-align: left;
  }
  .upcoming-event--content p {
    display: block;
  }
  .upcoming-event--link {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 992px) {
  .article-top--container {
    height: 470px;
  }
  .article-top--overlay {
    padding: 20px;
  }
  .article-top--bg h2.article-top__desc--title {
    font-size: 30px;
  }
  .upcoming-event--container {
    padding-right: 20px;
  }
  .upcoming-event--content {
    max-width: 340px;
  }
  .upcoming-event--content h2 {
    font-size: 22px;
  }
  .upcoming-event--link {
    margin: 0;
    margin-left: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .upcoming-event--content {
    max-width: 425px;
  }
}

.footer-container {
  background-color: #191a1d;
  color: #82899a;
  font-size: 14px;
  z-index: 1;
  position: relative;
}

.footer-container nav {
  padding: 5px 0;
}

.footer-container .menu li {
  padding: 5px 0;
}

.footer-container .menu li a {
  padding: 5px 0;
}

.footer-container a:hover {
  color: #ffffff;
}

.footer-contact--mail {
  color: #60cdff;
  display: inline-block;
  margin: 10px 0;
}

.footer-contact--phone {
  font-size: 1.4em;
}

.footer-nav-title {
  font-weight: bold;
}

.footer-page-desc {
  margin-top: 1rem;
}

.footer-social {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 41px;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #2e3035;
  font-size: 24px;
  color: #191a1d;
}

.footer-social:hover {
  background-color: #82899a;
}

.footer-copy {
  font-size: 12px;
  padding: 0 5px;
}

#reg4popup {
  width: 440px;
  bottom: 30%;
  left: 25%;
  z-index: 1000;
  filter: blur(0);
  position: fixed;
  background-color: #ffffff;
  border: 1px #60cdff solid;
  padding: 25px;
}

.GDPR-buttons {
  background-color: #60cdff;
  color: #ffffff;
  width: 130px;
  height: 50px;
  font-size: 20px;
  border: none;
  border-radius: 5px;
}

#reg4popup div h2 {
  margin-bottom: 15px;
  line-height: 30px;
  font-size: 20px;
  font-family: Didact Gothic, Helvetica, Arial, sans-serif;
}

#reg4popup div p {
  font-style: italic;
  margin-top: 20px;
  font-family: Didact Gothic, Helvetica, Arial, sans-serif;
  font-size: 12px;
}

#reg4popup div div {
  width: 270px;
  margin: 0 auto;
}

@media all and (max-width: 800px) {
  #reg4popup {
    left: 15%;
  }
}

@media all and (max-width: 650px) {
  #reg4popup {
    left: 2%;
    width: 400px;
  }
}

@media all and (max-width: 400px) {
  #reg4popup {
    left: 0;
    width: 100%;
  }
}

#reg-for-newsletter {
  width: 418px;
  height: 454px;
  z-index: 1000;
  filter: blur(0);
  display: inline-block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #ffffff;
  background-image: url(../../uploads/2018/07/bg.jpg);
  background-size: 418px 454px;
  text-align: center;
  padding: 0;
}

#reg-for-newsletter button {
  background-color: #60cdff;
  color: #ffffff;
  width: 110px;
  height: 32px;
  display: inline-block;
  border: 0;
  font-size: 17px;
  font-weight: bold;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

#reg-for-newsletter p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
  color: #ffffff;
  font-family: Arial, sans-serif,Open Sans, Helvetica;
}

#reg-for-newsletter #close-reg-box {
  position: absolute;
  top: 16px;
  right: 24px;
  font-size: 14px;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial, sans-serif,Open Sans, Helvetica;
}

#reg-for-newsletter #perm-close-reg-box {
  position: absolute;
  bottom: 20px;
  left: 130px;
  font-size: 14px;
  cursor: pointer;
  color: #a9a9a9;
  font-family: Arial, sans-serif,Open Sans, Helvetica;
}

#input-email {
  display: inline-block;
  border: 0;
  margin: 0;
  width: 176px;
  font-size: 17px;
  padding: 4px;
  height: 32px;
  margin-right: -4px;
  margin-top: 10px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding-left: 8px;
}

#reg-for-newsletter .reg-for-newsletter--image {
  margin-top: 27px;
  margin-bottom: 27px;
}

@media all and (max-width: 500px) {
  #reg-for-newsletter {
    width: 330px;
    height: 346px;
    background-size: 430px 390px;
    padding: 20px 15px 20px 15px;
  }
  #reg-for-newsletter .reg-for-newsletter--image {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  #reg-for-newsletter p {
    font-size: 14px;
  }
  #reg-for-newsletter #perm-close-reg-box {
    left: 98px;
  }
}

body.page-template, body.category, body.search, body.single, body.page, body.page-template-default {
  background-color: #e4e6e9;
  font-family:Arial, sans-serif;
  
}

.hidden {
  display: none;
}

.ad-container-wide {
  max-width: 100%;
}

.ad-container-wide--header {
  margin-left: auto;
}

.ad-container-wide img {
  max-width: 728px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.ad-container-square {
  margin-bottom: 1rem;
}

.ad-container-square img {
  max-width: 250px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

main {
  margin-top: 25px;
  background-color: #ffffff;
}

main article h2, main .section-header {
  color: #4a5a7e;
  position: relative;
}

main .section-header h2::after {
  content: '';
  display: block;
  height: 3px;
  width: 30%;
  background-color: #60cdff;
  position: absolute;
  top: 73px;
  left: 0;
}

#breadcrumbs {
  padding: 15px 0 10px 0;
  font-size: 14px;
  color: #c6c7c8;
}

#breadcrumbs a {
  color: #60cdff;
}

#breadcrumbs .breadcrumb_last {
  color: #82899a;
  font-weight: bold;
}

.category-page--header span {
  color: #c6c7c8;
}

.category-page--header h1, .category-page--header h1 > span {
  color: #4a5a7e;
  font-size: 28px;
  margin: 5px 0 25px 0;
}

.category-page--post-container, .category-page--side-bar {
  -webkit-box-shadow: 0px 1px 7px 4px #f2f2f2;
  -moz-box-shadow: 0px 1px 7px 4px #f2f2f2;
  box-shadow: 0px 1px 7px 4px #f2f2f2;
  border-radius: 5px;
}

.category-page--post-container {
  height: 100%;
}

.category-page--post-container img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  height: auto;
}

.category-page--post-container__reports {
  border-bottom: 1px solid #e4e6e9;
  flex-wrap: wrap;
}

.category-page--post-container__reports .category-page--post-txt {
  padding: 20px 0;
}

.category-page--post-container__reports img {
  width: 150px;
  height: auto;
}

.category-page--side-bar {
  padding: 12px;
}

.category-page--post-txt {
  padding: 20px;
}

.category-page--post-txt h3, .category-page--post-txt h4, .category-page--post-txt h5 {
  font-size: inherit;
}

.category-page--post-txt h2 {
  font-size: 20px;
  color: #2e3035;
  padding-bottom: 10px;
}

.category-page--post-txt a, .category-page--post-txt p {
  color: #82899a;
  margin-bottom: 0;
  font-weight: 300;
}

.category-page--post-txt img {
  display: none;
}

.category-page--post-txt a:hover {
  text-decoration: none;
  color: #82899a;
}

.category-page--post-txt .more-link {
  display: block;
  color: #60cdff;
  padding-top: 20px;
  font-weight: 400;
}

.category-page--post-txt .post-date {
  padding-top: 15px;
  font-size: 13px;
}

.category-page--container__events .more-link {
  display: none;
}

.category-page--container__events img {
  width: 125px;
  height: auto;
}

.category-page--paginate-container {
  justify-content: space-between;
  align-items: center;
  padding: 40px 15px;
  font-size: 12px;
}

.category-page--paginate-container a {
  color: #82899a;
  padding: 10px;
}

.category-page--paginate-container .paginate-prev, .category-page--paginate-container .paginate-next {
  border: 1px solid #f1f0f0;
  border-radius: 25px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  width: 100px;
  padding: 10px 0;
}

.category-page--paginate-container .paginate-prev:hover, .category-page--paginate-container .paginate-next:hover {
  background: #60cdff;
}

.category-page--paginate-container .paginate-prev:hover a, .category-page--paginate-container .paginate-next:hover a {
  color: #ffffff;
  text-decoration: none;
}

.category-page--paginate-container .current {
  -webkit-box-shadow: 0px 1px 7px 4px #f2f2f2;
  -moz-box-shadow: 0px 1px 7px 4px #f2f2f2;
  box-shadow: 0px 1px 7px 4px #f2f2f2;
  border-radius: 50%;
  color: #60cdff;
  font-weight: bold;
  height: 30px;
  width: 30px;
  display: inline-block;
  position: relative;
  top: -1px;
  text-align: center;
  line-height: 29px;
}

.category-page--paginate-container .paginate-list > a:hover {
  color: #60cdff;
}

.single-page--container, .privacy-page--container, .terms-page--container, .about-page--container, .contact-page--container {
  
  color: #646975;
}

.single-page--container .featured-img--container, .privacy-page--container .featured-img--container, .terms-page--container .featured-img--container, .about-page--container .featured-img--container, .contact-page--container .featured-img--container {
  max-width: 350px;
  margin-left: 10px;
}

.single-page--container .featured-img--container img, .privacy-page--container .featured-img--container img, .terms-page--container .featured-img--container img, .about-page--container .featured-img--container img, .contact-page--container .featured-img--container img {
  width: 100%;
  height: auto;
}

.single-page--container .wp-caption-text, .single-page--container .featured-img--caption, .privacy-page--container .wp-caption-text, .privacy-page--container .featured-img--caption, .terms-page--container .wp-caption-text, .terms-page--container .featured-img--caption, .about-page--container .wp-caption-text, .about-page--container .featured-img--caption, .contact-page--container .wp-caption-text, .contact-page--container .featured-img--caption {
  font-weight: 400;
  margin-top: 10px;
  color: #2e3035;
}

.single-page--container ul, .single-page--container ol, .privacy-page--container ul, .privacy-page--container ol, .terms-page--container ul, .terms-page--container ol, .about-page--container ul, .about-page--container ol, .contact-page--container ul, .contact-page--container ol {
  margin: 15px 0;
}

.single-page--container ul li, .single-page--container ol li, .privacy-page--container ul li, .privacy-page--container ol li, .terms-page--container ul li, .terms-page--container ol li, .about-page--container ul li, .about-page--container ol li, .contact-page--container ul li, .contact-page--container ol li {
  padding-bottom: 10px;
}

.single-page--container a, .privacy-page--container a, .terms-page--container a, .about-page--container a, .contact-page--container a {
  color: #60cdff;
  word-wrap: break-word;
}

.single-page--container .aligncenter, .single-page--container .alignnone, .privacy-page--container .aligncenter, .privacy-page--container .alignnone, .terms-page--container .aligncenter, .terms-page--container .alignnone, .about-page--container .aligncenter, .about-page--container .alignnone, .contact-page--container .aligncenter, .contact-page--container .alignnone {
  max-width: 100%;
  height: auto;
}

.single-page--container .aligncenter, .privacy-page--container .aligncenter, .terms-page--container .aligncenter, .about-page--container .aligncenter, .contact-page--container .aligncenter {
  display: block;
  margin: 0 auto;
}

.single-page--container .alignright, .privacy-page--container .alignright, .terms-page--container .alignright, .about-page--container .alignright, .contact-page--container .alignright {
  float: right;
  margin-left: 20px;
}

.single-page--container .alignleft, .privacy-page--container .alignleft, .terms-page--container .alignleft, .about-page--container .alignleft, .contact-page--container .alignleft {
  float: left;
  margin-right: 20px;
}

.privacy-page--container p {
  margin: 0px;
}

.single-page--container .registration-under-posts {
  text-align: center;
  -webkit-box-shadow: 0px 1px 7px 4px #f2f2f2;
  -moz-box-shadow: 0px 1px 7px 4px #f2f2f2;
  box-shadow: 0px 1px 7px 4px #f2f2f2;
  border-radius: 5px;
  padding: 15px;
}

.single-page--container .registration-under-posts > p {
  color: #2e3035;
}

.single-page--container .registration-under-posts input {
  height: 30px;
  margin-bottom: 10px;
  border: 1px solid #e4e6e9;
  font-weight: 300;
}

.single-page--container .registration-under-posts .register-col {
  line-height: 1.8;
}

.single-page--container #sticky-login-submit {
  background: #60cdff;
  width: 110px;
  height: 38px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 15px;
  font-weight: bolder;
  border: none;
}

.single-page--header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e4e6e9;
  margin-bottom: 30px;
}

.single-page--header h1 {
  font-weight: inherit;
  color: #2e3035;
  width: 100%;
  font-size: 1.5rem;
}

.single-page--header span {
  font-weight: bolder;
  padding-right: 15px;
}

.single-page--header .fa-stack {
  color: #e4e6e9;
}

.single-page--header .fa-inverse {
  color: #82899a;
}

.single-page--header a:hover .fa-stack {
  color: #60cdff;
}

.single-page--header a:hover .fa-inverse {
  color: #ffffff;
}

.contact-page--container h2 {
  font-size: 1.2rem;
  margin-top: 25px;
}

.contact-page--container p {
  margin-bottom: 0;
}

.contact-page--container p.pgraph-margin {
  margin-top: 10px;
}

.contact-page--container .office-address {
  margin: 30px 0;
  font-weight: 400;
}

.contact-page--container #fm-contact-form {
  margin: 0;
  padding: 10px;
  -webkit-box-shadow: 0px 1px 7px 4px #f2f2f2;
  -moz-box-shadow: 0px 1px 7px 4px #f2f2f2;
  box-shadow: 0px 1px 7px 4px #f2f2f2;
  border-radius: 5px;
}

.contact-page--container #fm-contact-form input, .contact-page--container #fm-contact-form textarea {
  width: 100%;
  height: 40px;
  border: 1px solid #e4e6e9;
  font-size: 15px;
  margin: 0 0 20px 0;
  padding: 0 10px;
}

.contact-page--container #fm-contact-form textarea {
  height: 100px;
}

.contact-page--container #fm-contact-form #fm-contact-form-btn {
  background: #60cdff;
  height: 38px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 15px;
  font-weight: bolder;
  border: none;
  width: 100%;
  text-transform: uppercase;
}

.contact-page--container #fm-contact-form .highlight-border {
  border-color: #60cdff !important;
}

.about-page--container h2 {
  font-size: 1.2rem;
  margin: 25px 0 15px 0;
}

.side-bar--articles h3 {
  color: #60cdff;
  text-align: center;
  margin: 35px 0;
  font-size: 22px;
  font-weight: normal;
}

.upcoming-event--image {
  width: 125px;
}

.essential-reads h1 {
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.7;
}

.essential-reads h1 span {
  font-size: 14px;
  color: #e4e6e9;
  letter-spacing: 2px;
}

.essential-reads--container {
  position: relative;
}

.essential-reads--container .article-top--overlay {
  background: rgba(25, 26, 29, 0.6);
}

.essential-reads img {
  width: 100%;
}

.essential-reads--desc {
  max-width: 370px;
  height: 100%;
  padding-bottom: 20px;
}

.essential-reads--desc a {
  color: #ffffff;
}

.essential-reads--desc a:hover {
  color: #ffffff;
  text-decoration: none;
}

.essential-reads--desc h2 {
  margin-bottom: 25px;
  line-height: 1;
}

.essential-reads--desc h2 span {
  font-size: 0.6em;
  font-weight: 300;
}

.essential-reads--desc__sub {
  max-width: 100%;
}

.essential-reads--desc__sub p {
  text-align: right;
  position: relative;
}

.essential-reads--desc__sub p i {
  padding-left: 20px;
}

.essential-reads--desc__sub p:after {
  content: '';
  display: block;
  height: 2px;
  width: 130px;
  background-color: #82899a;
  position: absolute;
  top: 27px;
  right: 28px;
}

.essential-reads--desc__sub h2 {
  font-size: 40px;
  height: 75%;
}

.essential-reads--desc__sub h2 span {
  font-size: 0.5em;
  margin-top: 5px;
}

.essential-reads--link {
  background: #60cdff;
  padding: 10px;
  font-size: 13px;
}

.essential-reads--link i {
  padding-left: 20px;
}

a.blue-link {
  color: #60cdff;
}

.site-map-sub-link {
  padding-left: 20px;
}

@media only screen and (max-width: 370px) {
  .category-page--paginate-container .paginate-prev, .category-page--paginate-container .paginate-next {
    width: 70px;
  }
  .essential-reads--desc h2 {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 410px) {
  .section-header h2 {
    font-size: 15px;
  }
  .sector-title h3 {
    font-size: 13px;
  }
  main .section-header h2::after {
    top: 67px;
  }
}

@media only screen and (min-width: 576px) {
  .single-page--container .featured-img--container, .privacy-page--container .featured-img--container, .terms-page--container .featured-img--container, .about-page--container .featured-img--container, .contact-page--container .featured-img--container {
    float: right;
  }
  .category-page--post-container__reports {
    flex-wrap: nowrap;
  }
  .category-page--post-container__reports .category-page--post-txt {
    padding: 0 20px;
  }
  .registration-under-posts {
    margin: 0 50px;
  }
  .contact-page--container #fm-contact-form {
    margin: 20px;
    padding: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .login-col {
    border-right: 1px solid #e4e6e9;
  }
  .single-page--header h1 {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 992px) and (min-width: 576px) {
  .essential-reads--desc h2 {
    font-size: 1.5rem;
  }
  .essential-reads--desc__sub h2 {
    font-size: 40px;
    height: 75%;
  }
}

@media only screen and (min-width: 1200px) {
  .category-page--side-bar {
    padding: 45px;
  }
  #breadcrumbs {
    padding: 25px 0 20px 0;
  }
}

/***** hide the following if no background takeover *****/

@media screen and (min-width: 1200px) {
  div.bg-takeover {
      display: block;
      position: absolute;
      top: 230px;
      width: calc(50% - 519px);  
      height: 1000px;
      background-size: contain;
      background-repeat: no-repeat;
  }

  body.page-template, body.category, body.search, body.single, body.page, body.page-template-default {
     /**background-color: #ffffff;**/
      background-color: #000000;
      /** background-color: #157c40;**/
    /**background-color: #e4e6e9;**/
    /** background-color: #edebec;**/
   
  }

  #left-bg-takeover {
      
      background-image: url(https://iotnowtransport.com/wp-content/uploads/2021/10/2v2.png);
      
    left: -31px;
    top: 260px;
    width: 176px;
     
      
  }

  #right-bg-takeover {
      
      background-image: url(https://iotnowtransport.com/wp-content/uploads/2021/10/1v2.png);
    right: -31px;
    top: 260px;
    width: 176px;
  }

  main.container  {
      max-width: 1038px;
      margin-top: 0;
  }
  .article-top--bg h2 {
    font-size: 18px;
  }

}

@media screen and (min-width: 1460px) {
  div.bg-takeover {
      width: calc(50% - 570px);  
  }

  main.container {
      max-width: 1140px;
  }

  .article-top--bg h2 {
    font-size: 19px;
  }

}

@media screen and (min-width: 1580px) {
  div.bg-takeover {
    /* height: 1100px;
    background-size: cover; */
  }
   #left-bg-takeover { 
        left: 0;
      width: 416px;
}
   #right-bg-takeover { 
        right: 0;
      width: 416px;
}
}  

@media screen and (min-width: 1800px) {
  div.bg-takeover {
   /*  height: 1700px;
    background-size: cover; */
  }

}  

#bg-takeover-link {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/***** end of hide the following if no background takeover *****/