@charset "UTF-8";
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
}

th {
  background-color: #f9f9f9;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 10px;
  line-height: 1.42857143;
  vertical-align: top;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border: 1px solid #dddddd;
}

embed, iframe, object {
  max-width: 100%;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  /* font-size: 14px; */
  font-size: 18px;
  background: #fff;
  color: #767676;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:focus, a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.img-left {
  margin: 0 33px 0 0 !important;
  float: left;
}

.img-right {
  margin: 0 0 0 33px !important;
  float: right;
}

b, strong {
  font-weight: 700;
}

p {
  margin: 0 0 20px;
}

blockquote {
  display: inline-block;
  background: none repeat scroll 0 0 #f8f8f8;
  border-width: 0 0 0 3px;
  border-style: solid;
  font-family: "Droid Serif", sans-serif;
  font-size: 17px;
  line-height: 28px;
  margin: 7px 0 25px;
  padding: 18px 25px;
}

h1 {
  /* font-size: 52px; */
  font-size: 38px;
}

h2 {
  font-size: 42px;
}

h3 {
  /* font-size: 32px; */
   font-size: 24px;
 }

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
  color: #424347;
  margin: 10px 0 24px;
  line-height: 1.1;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  padding: 12px 28px;
  color: #fff;
  background-color: #16a1e7;
  box-shadow: none;
  border: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* bootstrap resetting elements */
/* Header */
.site-title {
  font-size: 26px;
  margin: 0;
}

/* navigation */
#mainnav {
  display: block;
  width: 100%;
  float: left;
}

#mainnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainnav ul li {
  position: relative;
}

#mainnav ul li {
  display: block;
  float: left;
  padding: 0 18px;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

#mainnav ul li a {
  position: relative;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
}

.page-content {
  padding: 0;
}

/* Blog
-------------------------------------------------------------- */
.fullwidth {
  width: 100%;
}

/* Post Single
-----------.-------------------------------------------------- */
.page .entry-header {
  margin-bottom: 30px;
}

.single .meta-post {
  margin-bottom: 23px;
}

.entry-content img {
  margin-bottom: 10px;
  display: block;
}

.single .entry-content {
  margin-bottom: 60px;
}

.single .share-post {
  float: right;
}

.single .share-post .socials,
.single .tags-post .tags-list {
  display: inline-block;
}

.single .tags-post {
  float: left;
}

.single .tags-post a {
  display: inline-block;
  color: #424347;
  padding: 6px 14px;
  margin-left: 3px;
  background-color: #f5f5f5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.single .tags-post a:hover {
  color: #fff;
}

/* comment post */
.comment-post {
  margin-top: 45px;
}

.comment-post ul {
  list-style: none;
  padding: 0;
}

.comment-post .children {
  padding-left: 20px;
}

.comments-list .comment-body {
  background-color: #f8f8f8;
  margin-bottom: 23px;
  padding: 27px 35px 35px;
  position: relative;
}

.comments-list .comment-body::after {
  border-color: #fff transparent transparent #eee;
  border-style: solid;
  border-width: 20px 0 0 20px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}

.comments-list .comment-avatar {
  float: left;
}

.comments-list .avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.comments-list .comment-text {
  margin-left: 100px;
  position: relative;
}

.comments-list .comment-author {
  font-size: 15px;
  display: inline-block;
  margin: 7px 0 10px 0;
}

.comments-list .comment-author .fn {
  margin-left: 15px;
}

.comments-list .comment-author a {
  color: #424347;
}

.comments-list .comment-metadata a {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: normal;
  margin-bottom: 0;
}

.comment-meta {
  margin-bottom: 15px;
}

.comments-list .reply {
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  right: 35px;
  top: 30px;
}

.comments-list .comment-text .comment-reply:hover {
  text-decoration: underline;
}

.comments-list .comment-body {
  margin-bottom: 15px;
}

.comments-list .children {
  margin-left: 0;
  position: relative;
}

.comment-respond {
  margin-top: 30px;
}

.comment-respond #author,
.comment-respond #email,
.comment-respond #url,
.comment-respond textarea {
  width: 100%;
  margin-bottom: 20px;
}

.comment-respond p {
  margin-bottom: 0;
}

p.comment-form-comment {
  margin-bottom: 15px;
}

.comment-respond textarea {
  width: 100%;
  height: 140px;
  margin-bottom: 0;
}

.comment-respond .submit-comment input {
  color: #fff;
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.comment-respond .submit-comment input:hover {
  background: #222;
}

/* Contact Page
-----------.-------------------------------------------------- */
.contact-page .contact-wrap {
  padding-right: 40px;
}

/* Footer
-----------.-------------------------------------------------- */
#footer {
  position: relative;
}

.footer-widgets.widget-area,
.footer-widgets.widget-area a {
  color: #666;
}

.footer-widgets {
  background-color: #222;
  padding: 60px 0 20px;
}

.footer-widgets .widget {
  margin-bottom: 30px;
}

.footer-widgets .widget-title {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: #aaa;
  margin: 8px 0 20px;
}

/* widget brand */
.footer-widgets .widget-brand .logo {
  margin-bottom: 20px;
}

.footer-widgets .widget-brand p {
  font-size: 14px;
  line-height: 27px;
  font-weight: normal;
  margin: 0;
}

/* Widget social */
.footer-widgets .widget-social .social-list {
  margin: 0;
}

.footer-widgets .widget-social .social-list a {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  background-color: #343434;
  text-align: center;
  line-height: 40px;
  margin-left: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.footer-widgets .widget-social .social-list a:hover {
  color: #fff;
}

.footer-widgets .widget-social .social-list a:first-child {
  margin-left: 0;
}

.footer-widgets .widget-social .social-list img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.footer-widgets .widget-social .social-list a:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.footer-widgets .widget-social .email {
  font-size: 14px;
  color: #acacac;
}

/* widget twitter */
.footer-widgets .widget-twitter li,
.footer-widgets .widget-twitter li a {
  font-size: 14px;
  line-height: 24px;
}

.footer-widgets .widget-twitter li {
  margin-bottom: 20px;
}

.footer-widgets .widget-twitter li .tweet_time {
  display: block;
}

.footer-widgets .widget-twitter li .tweet_time a {
  color: #636363;
}

.widget ul {
  padding: 0 0 0 15px;
}

ul.menu-tab {
  padding: 0;
}

.widget li {
  padding-top: 2px;
  padding-bottom: 2px;
}

.widget .children {
  padding-left: 30px;
}

/* widget links */
.footer-widgets .widget-list li {
  list-style: none;
  padding-bottom: 11px;
  margin-top: 8px;
}

.footer-widgets .widget-list li a {
  font-size: 14px;
  color: #666;
}

.footer-widgets .widget-list li a:hover {
  text-decoration: none;
}

/* footer */
.site-info {
  background-color: #1e1e1e;
  line-height: 50px;
  font-size: 14px;
  font-weight: 300 !important;
  position: relative;
}

.footer-widgets {
  line-height: initial;
}

.footer-widgets,
.site-info .container {
  position: relative;
  z-index: 11;
}

.site-info,
.site-info a {
  color: #949494;
}

/* Preloader
-------------------------------------------------------------- */
.preloader {
  display: none !important;
}

/* GoTop Button
-------------------------------------------------------------- */
.go-top {
  position: fixed !important;
  right: 25px;
  bottom: -45px;
  color: #fff;
  display: block;
  font-size: 22px;
  line-height: 37px;
  text-align: center;
  width: 40px;
  height: 40px;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 9999;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.go-top:hover {
  background-color: #ccc;
  color: #fff;
}

.go-top.show {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  bottom: 25px;
}

.go-top.hide {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

/* Colors
-------------------------------------------------------------- */
a,
.btn-menu:hover:before,
.post-item .content-entry h3 a:hover,
.site-main .content-entry h3 a:hover,
.newsanchor_recent_posts_widget ul h3 a:hover,
.newsanchor_recent_posts_widget ul .date a:hover,
.widget-socials .socials li a:hover,
.widget-most-popular h3 a:hover,
.widget-categories li a:hover,
.single .meta-post span a:hover,
.single .meta-post span a:hover:before,
.single .related-posts .content h3 a:hover,
.single .related-posts .date a:hover,
.comments-list .comment-text .author a:hover,
.footer-widgets .widget-list li a:hover,
.top-header .toplink li a:hover {
  color: #16a1e7;
}

#login-modal .submit-login input,
#signup-modal .submit-login input,
.sidebar .widget-title:before,
.widget-subscribe #subscribe-button,
.single .tags-post a:hover,
.single .share-post .socials a,
.comment-respond .submit-comment input,
.footer-widgets .widget-social .social-list a:hover,
.tagcloud a:hover,
.go-top,
.search-header .mobi-searchform {
  background-color: #16a1e7;
}

blockquote,
.tagcloud a:hover {
  border-color: #16a1e7;
}

/* Shortcodes */
.roll-title a:hover,
.lastest-posts .content-left h3 a:hover,
.lastest-posts .content-right h3 a:hover,
.activity span a:hover,
.activity span a:hover:before,
.recent_posts_b .post h3 a:hover,
.recent_posts_b .sub-post .content h3 a:hover,
.recent_posts_b .sub-post .date a:hover,
.recent_posts_b.type2 .sub-post h3 a:hover,
.video-post .content h3 a:hover {
  color: #16a1e7;
}

.roll-posts-carousel .owl-nav [class*=owl-],
.roll-contact-form .send-wrap input,
.roll-title:after {
  background-color: #16a1e7;
}

.carousel-title {
  margin: 0;
}

.meta-post .updated:not(.published) {
  display: none;
}

.single .meta-post .byline {
  padding: 0;
}
.share-action .media_icon a.facebook svg, .media_icon a.twitter svg, .media_icon a.pinterest svg, .media_icon a.mail svg, .media_icon a.whatsapp svg{
    height: 30px; width: 30px;
  }
img{ text-indent:-9999px;}
.share-floating .media_icon a.facebook svg, .media_icon a.twitter svg, .media_icon a.pinterest svg, .media_icon a.mail svg{
    height: 30px; width: 30px;
  }
/* Media Queries
-------------------------------------------------------------- */
/* Smaller than standard 992 */
@media only screen and (max-width: 991px) {
  .parallax {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center !important;
  }

  .btn-menu {
    display: block;
    float: left;
  }

  #mainnav {
    display: none;
  }

  .main-header .logo {
    margin: 0 auto;
  }

  .sidebar {
    padding-top: 30px;
  }

  .posts-wrap .posts-container .post-item,
.posts-wrap .posts-container.grid4 .post-item {
    width: 50%;
  }

  .page-title .post-filter.show {
    right: 0;
    top: 33px;
    background-color: #424347;
    text-align: right;
    padding: 10px;
    z-index: 1000;
  }

  .page-title .post-filter li {
    display: block;
    line-height: 26px;
  }

  .page-title .post-filter li a:hover {
    color: #fff;
  }

  .contact-page .contact-wrap {
    padding-right: 0;
    margin-bottom: 50px;
  }
}
/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
  .single .share-post {
    float: none;
    margin-bottom: 30px;
  }

  .comments-list .comment-text .comment-reply {
    position: static;
    display: inline-block;
    margin-top: 15px;
  }

  .main-header .col-md-4 {
    padding-left: 15px;
  }

  .logo {
    text-align: center;
  }

  .site-main {
    width: 100% !important;
  }

  .content-area {
    padding: 0;
  }
}
@media only screen and (max-width: 549px) {
  .posts-wrap .posts-container .post-item {
    width: 100%;
  }

  .site-main .thumb {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}
/* Mobile Portrait Size */
@media only screen and (max-width: 479px) {
  .comments-list .comment-avatar {
    float: none;
  }

  .comments-list .comment-text {
    margin-left: 0;
    margin-top: 10px;
  }

  .single .author-post .avatar {
    float: none;
    margin-left: 0;
    margin-bottom: 15px;
  }
}
/* FONT PATH
 * -------------------------- */

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-genderless:before,
.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

html {
  font-size: 10px;
  font-family: "Roboto", sans-serif;
}

.row {
  overflow: visible;
}
@media (max-width: 1024px) {
  .row {
    margin: 0 !important;
    overflow: hidden;
  }
}
@media (min-width: 1025px) and (max-width: 1320px) {
  .row {
    width: 100% !important;
    margin: 0 !important;
  }
}

#primary {
  padding-right: 30px;
}
@media (max-width: 1024px) {
  #primary {
    width: 100%;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  #primary {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#secondary {
  border-left: 1px solid #ececec;
  padding-left: 30px;
  padding-right: 0;
}
@media (max-width: 1024px) {
  #secondary .sidebar-block.mobile-hidden {
    display: none;
  }
}
@media (max-width: 767px) {
  #secondary {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#secondary .widget_text .widget-title {
  display: none;
}

.container {
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .container {
    width: auto !important;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .container {
    width: auto;
    overflow: hidden;
  }
}

.page-content {
  margin-top: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .category #secondary  {
    padding-top: 20px;
  }
}
@media (max-width: 1024px) {
  .page-content {
    margin-top: 65px;
  }
}

.content-wrapper {
  background-color: #fff;
  padding: 15px 0 60px !important;
}
@media (max-width: 1024px) {
  .content-wrapper {
    padding-top: 0 !important;
  }
}

i.fab {
  font-family: "FontAwesome" !important;
  font-style: normal !important;
}

.home .tag-list {
  align-items: baseline;
  padding-bottom: 30px;
  margin: 0;
  padding: 0px 15px;
}
.home .section-title{
font-size: 3rem;
  font-family: "Roboto", sans-serif;
  line-height: 3.4rem;
  margin: 40px 0 15px;
  padding: 0px 15px;
}
.home .popular-facts-secction .section-title, .home .facts-categories-section .section-title, .home .more-fun-facts-section .section-title{
  padding-left: 0px;
}
.home .tag-list .tag-container{
  padding: 7px 10px;
  border: 1px solid #ececec;
  border-radius: 5px;
  margin: 0 8px 8px 0px;
  white-space: nowrap;
  display: inline-block;
  color: #000;
  font-size: 14px;
}
.home .tag-list .tag-container span{
display:none;
}
.home .tag-list a{
color:#1b1b1b
}
.home .tag-list a:after{
content: attr(data-tag-name);
}
.home .tag-list #showMoreButton{
padding: 5px 10px;
  background-color: #F3F8FC;
  color: #1b1b1b;
  font-weight: 500;
  border: 1px solid #ececec;
  border-radius: 5px;
}
ins.adsbygoogle {
  /* Delete after confirm*/
/*   display: none !important; */
  /* --------------*/
  background: transparent !important;
  text-align: center;
}

.category-name {
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.6rem;
  line-height: 1;
  font-weight: 500;
  color: #d6131b;
  text-transform: uppercase;
  display: block;
}
.category-name > span {
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.6rem;
  line-height: 1;
  font-weight: 500;
  color: #ea4343;
  text-transform: uppercase;
}

.category-link {
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.6rem;
  font-weight: 500;
  color: #ea4343;
  text-transform: uppercase;
  display: inline-block;
}
.category-link > a {
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.6rem;
  font-weight: 500;
  color: #ea4343;
  text-transform: uppercase;
}

.current-category {
  color: #dc1c1c !important;
}
.current-category > a, .current-category > p {
  color: #dc1c1c !important;
}

.capitalize {
  text-transform: capitalize;
}
.capitalize * {
  text-transform: capitalize;
}

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

.hidden-text {
  display: none;
  visibility: hidden;
}

.hidden-imp {
  display: none !important;
  visibility: hidden !important;
}

.published {
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.6rem;
  color: #ccc;
}

.section-title {
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  line-height: 3.4rem;
  margin: 40px 0 15px;
}
.section-title h2, .section-title h3, .section-title > div {
  font-size: 28px;
  font-family: "Roboto", sans-serif;
  line-height: 3.4rem;
  color: #1b1b1b;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 2px solid #ececec;
  position: relative;
  margin: 0;
}
.section-title h2:after, .section-title h3:after, .section-title > div:after {
  content: "";
  width: 40px;
  height: 2px;
  display: block;
  background: #dc1c1c;
  position: absolute;
  left: 0;
  bottom: -1px;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 2.4rem !important;
    font-family: "Roboto", sans-serif !important;
    line-height: 2.8rem !important;
  }
   .home .tag-list {margin-bottom:40px;}
}
.section-title span {
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  line-height: 3.4rem;
}
@media (max-width: 767px) {
  .section-title span {
    font-size: 2.4rem !important;
    font-family: "Roboto", sans-serif !important;
    line-height: 2.8rem !important;
  }
}
.section-title span:after {
  content: "";
  width: 40px;
  height: 2px;
  display: block;
  background: #dc1c1c;
  position: absolute;
  left: 0;
  bottom: 0;
}

#post-4277, .ad-section, .adsbygoogle {
  display: none;
  visibility: hidden;
}

.divi-section-title .et_pb_text_inner {
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  line-height: 3.4rem;
  line-height: inherit;
  color: #1b1b1b;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #ececec;
  position: relative;
  margin: 0 0 15px;
}
.divi-section-title .et_pb_text_inner > p, .divi-section-title .et_pb_text_inner span, .divi-section-title .et_pb_text_inner h3, .divi-section-title .et_pb_text_inner h4 {
  display: inline;
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  line-height: 3.4rem;
  border-bottom: 2px solid #dc1c1c;
  padding: 0 !important;
}

.bottom-header > .container {
  padding: 0;
}

.breadcrumb {
  display: block;
  text-align: center;
  padding-bottom: 15px;
}
.breadcrumb a, .breadcrumb span {
  color: #fff!important;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.8rem;
  line-height: 1;
  font-weight: 500;
  display: inline;
  position: relative;
}
.breadcrumb a:after {
  content: "";
  width: 100%;
  height: 1px!important;
  background: #fff!important;
  position: absolute;
  left: 0;
  bottom: 0px!important;
}
.breadcrumb .breadcrumb-span:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #fff!important;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 6px;
  margin-right: 6px;
}
.breadcrumb .breadcrumb-span:after {
  display: none;
}
.breadcrumb-title-bg{
  background-image: url(./../images/h1-bg-s.jpg);
  padding: 15px!important;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 75px;
  color: #fff!important;
  font-size: 32px;
  margin-bottom: 20px;
}
.breadcrumb-title-bg-a{
  background-image: url(./../images/h1-bg-s.jpg);
  padding: 15px!important;
  margin-left: 0px;
  margin-right: 0px;
  color: #fff!important;
  font-size: 32px;
  margin-bottom: 20px;
  width: 1320px;
  position: relative;
  margin-left: -113px;
  
}
.breadcrumb-title-bg-s{
  background-image: url(./../images/h1-bg-s.jpg);
  padding: 15px!important;
  margin-left: 0px;
  margin-right: 0px;
  color: #fff!important;
  font-size: 32px;
  margin-bottom: 10px;
  
}
@media (max-width: 767px) {
  .breadcrumb-title-bg, .breadcrumb-title-bg-a{
 	width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
	margin-top: -35px!important;
  }
	.breadcrumb-title-bg-s{
	width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
	}
}
.pagination {
  text-align: center;
}
.pagination .nav-links {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}
.pagination .page-numbers {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  margin: 15px 10px;
  z-index: 1;
}
@media (max-width: 767px) {
  .pagination .page-numbers {
    width: 25px;
    height: 25px;
    margin: 15px 6px;
  }
}
.pagination .page-numbers > div {
  position: relative;
  z-index: 2;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.8rem;
  color: #1b1b1b;
  font-weight: 500;
  line-height: 30px;
}
@media (max-width: 767px) {
  .pagination .page-numbers > div {
    line-height: 25px;
  }
}
.pagination .page-numbers:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #ececec;
  background-color: #fff;
}
@media (max-width: 767px) {
  .pagination .page-numbers:before {
    width: 25px;
    height: 25px;
  }
}
.pagination .page-numbers:hover > div {
  color: #dc1c1c;
}
@media (max-width: 767px) {
  .pagination .page-numbers.dots {
    margin: 15px 0;
  }
}
.pagination .page-numbers.dots:before {
  border: 0;
}
.pagination .page-numbers.current > div {
  color: #dc1c1c;
}
.pagination .prev, .pagination .next {
  display: none !important;
}
.home #pagination{
  display: none;
}
.home .pagination .prev, .pagination .next{
  display: block!important;
}
.home .column-container{
  display: grid;
  padding: 0px 0px 0px 15px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  
}
.home .column {
  padding-bottom: 5px;
  padding-right: 20px;
  
}

.home ul.pagination{
  position: relative;
  margin-top: 20px;
  padding-left: 0px;
}
.home ul li.page-item{
  list-style-type: none;
}
.home ul li.page-item a.inactive {
  pointer-events: none;
}
 @media only screen and (max-width: 768px)
{
.home h1{
  margin:0px!important; padding: 15px;
}
 .home .page-content{margin-top: 55px;}
 .home #carousel{ min-height: 254px!important;}
}

/* .home h1{background-image: url(./../images/h1-bg-s.jpg); padding: 15px!important;margin-left: 15px;margin-right: 15px; margin-top: 75px; color: #fff!important;font-size:32px;font-weight:bold;
} */
.column-container{
    display: flex;
    flex-wrap: wrap;
}
.home .column-container{
  display: grid;
  padding: 0px 0px 0px 15px;
  grid-template-columns: repeat(5, 1fr);
  
}
@media only screen and (max-width: 480px)
{
    .home .column-container {
    display: grid;
    padding: 0px 0px 0px 15px;
    grid-template-columns: 1fr!important;
    margin-left: 0px;
    padding-left: 0px;
}
}
/* @media only screen and (max-width: 769px) {
.home .column-container {
  grid-template-columns: 1fr 1fr ;
}
} */

@media (max-width: 768px) {
.home #pagination{
  display: block;
  margin-bottom:10px!important;
}
.home h1{ font-size:28px;}
.home .column-container {
  display: grid;
  padding: 0px 0px 0px 15px;
  grid-template-columns: 1fr!important;
  margin-left: 0px;
  padding-left: 0px!important;
}
.home .roll-posts-carousel{
  margin-bottom: 0px;
}
	.home ul li.page-item #prevBtn{
    
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 16px;
    transform: rotate(180deg);
    display: inline-block;
	padding-bottom: 23px;
}   

    .home ul li.page-item #nextBtn{
    
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 16px;
    display: inline-block;
	position: relative;
    top: 0px;
    }
}
.title-article{
box-shadow: none;
  color: #2f3846;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: none;
  margin-top: -5px;
}
.home span.cat-title{
font-size: 14px;
font-weight: bold;
color:#d6131b;
}
.home .title-article a{
color:#1b1b1b;
font-size: 14px;
}

.home .column:last-child {
  margin-right: 0;
}
.facts-wrapper {
  display: grid !important;
  grid-template-rows: repeat(1, auto) !important;
  grid-template-columns: repeat(4, 25%);
  display: -ms-grid !important;
  -ms-grid-columns: repeat(1, auto) !important;
  -ms-grid-rows: repeat(4, 25%) !important;
  margin: -15px -10px 0;
}
 .popular-wrapper {
    display: grid !important;
    grid-template-rows: repeat(1, auto) !important;
    grid-template-columns: repeat(5, 20%);
    display: -ms-grid !important;
    -ms-grid-columns: repeat(1, auto) !important;
    -ms-grid-rows: repeat(4, 25%) !important;
    margin: -15px -10px 0;
  }
@media (max-width: 767px) {
  .facts-wrapper, .facts-wrapper-facts-categories, .facts-wrapper-more-fun-facts {
    display: grid !important;
    grid-template-rows: repeat(1, auto) !important;
    grid-template-columns: repeat(2, 50%) !important;
    display: -ms-grid !important;
    -ms-grid-columns: repeat(1, auto) !important;
    -ms-grid-rows: repeat(2, 50%) !important;
  }
}
@media (max-width: 414px) {
  .facts-wrapper , .facts-wrapper-facts-categories, .facts-wrapper-more-fun-facts{
    display: grid !important;
    grid-template-rows: repeat(1, auto) !important;
    grid-template-columns: repeat(1, 100%) !important;
    display: -ms-grid !important;
    -ms-grid-columns: repeat(1, auto) !important;
    -ms-grid-rows: repeat(1, 100%) !important;
  }
}
.facts-wrapper .article {
  padding: 15px 10px;
}
.facts-wrapper .article .content {
  margin: 0;
}
.facts-wrapper .article .content .data {
  display: block;
}
.facts-wrapper .article.horizontal-style .content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.facts-wrapper .article.horizontal-style .thumbnail {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  -moz-flex-basis: 30%;
  -webkit-flex-basis: 30%;
  max-width: 30%;
}
.facts-wrapper .article.horizontal-style .data {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  -moz-flex-basis: 70%;
  -webkit-flex-basis: 70%;
  max-width: 70%;
  padding-left: 10px;
}
.facts-wrapper .article.horizontal-style .data .article-meta {
  margin-top: 0;
}
.facts-wrapper .article.vertical-style .thumbnail {
  height: 180px;
}
.facts-wrapper .article .thumbnail {
  width: 100%;
  height: 180px;
  overflow: hidden;
  display: block;
}
.facts-wrapper .article .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.facts-wrapper .article .article-meta {
  margin: 10px 0 5px;
}
.facts-wrapper .article .article-meta .category-name {
  display: inline-block;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.6rem;
  line-height: 1;
}
.facts-wrapper .article .article-meta .category-name > span {
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.6rem;
  line-height: 1;
}
.facts-wrapper .article .article-meta .published {
  display: inline-block;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.6rem;
  line-height: 1;
  color: #7a7a7a;
  font-weight: 400;
}
.facts-wrapper .article .article-meta .published:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #424040;
  transform: rotate(45deg);
  vertical-align: middle;
  margin: 1px 2px 3px 3px;
}
.facts-wrapper .article .article-title {
  margin: 0;
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.4rem;
  color: #1b1b1b;
  font-weight: 500;
}
.facts-wrapper .article .article-title > * {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.4rem;
  margin-top: 0;
  margin-bottom: 6px;
}
.facts-wrapper .article .article-title > * a {
  margin: 0;
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.4rem;
  color: #1b1b1b;
  font-weight: 500;
}

.social-media .media_icon {
  display: inline-block;
}
.social-media .media_icon a {
  display: inline-block;
  text-align: center;
  margin: 0 2px;
}
.social-media .media_icon a.facebook {
  background: #485fa5;
}
.social-media .media_icon a.twitter {
  background: #3fa2e3;
}
.social-media .media_icon a.youtube {
  background: #d92a25;
}
.social-media .media_icon a.instagram {
  background: #DA4592;
}
.social-media .media_icon a.pinterest {
  background-color: #da2a26;
}
.social-media .media_icon a.whatsapp {
  background-color: #6eed82;
}
.social-media .media_icon a.mail {
  background-color: #5d5d5d;
}
.social-media .media_icon a.copy-url {
  background-color: #1b7e82;
}
.social-media .media_icon a .fab {
  color: #fff;
}

/* For wp admin bar */
#wpadminbar #wp-admin-bar-top-secondary {
  display: none;
  visibility: hidden;
}

/* AMP Framework ------------------------- */
.i-amphtml-layout-size-defined {
  width: 100% !important;
}

header {
  padding-top: 15px;
  display: block;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1024px) {
  header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    padding-top: 0;
  }
}
header.open-nav {
  padding-bottom: 50px;
}

@media (max-width: 1024px) {
  .header-wrapper {
    background-color: #fff;
  }
}

#main-header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0 20px !important;
  position: relative;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 1024px) {
  #main-header {
    justify-content: space-between;
    padding: 10.5px 15px !important;
    border: 0;
    z-index: 9999;
    margin: 0 -15px;
    background-color: #fff;
    border-bottom: 1px solid #ececec;
  }
}
#main-header .brand_logo {
  display: block;
}
@media (max-width: 1024px) {
  #main-header .brand_logo .logo {
    text-align: left !important;
  }
}
#main-header .brand_logo .site-title {
  text-indent: -99999em;
  position: absolute;
}
#main-header .desktop-header {
  text-align: right;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}
@media (max-width: 1024px) {
  #main-header .desktop-header {
    display: none;
    visibility: hidden;
  }
}
#main-header .social-media {
  padding-right: 50px;
}
@media (min-width: 1025px) and (max-width: 1320px) {
  #main-header .social-media {
    padding-right: 10px;
  }
}
#main-header .social-media .media_icon {
  display: inline-block;
}
#main-header .social-media .media_icon a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
}
@media (max-width: 969px) {
  #main-header .social-media .media_icon a {
    display: inline-block;
  }
}
#main-header .social-media .media_icon a .fab {
  font-size: 2rem;
}
#main-header .subscribe {
  padding-right: 50px;
  display: flex;
  align-items: center;
}
@media (max-width: 969px) {
  #main-header .subscribe {
    padding-right: 10px;
    padding-left: 10px;
  }
}
#main-header .subscribe a {
  display: flex;
  align-items: center;
}
#main-header .subscribe a span {
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.8rem;
  font-weight: bold;
  color: #424040;
  text-transform: uppercase;
  padding-left: 10px;
}
#main-header .subscribe a i {
  background: #dc1c1c;
  height: 34px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
@media (max-width: 969px) {
  #main-header .subscribe a i {
    height: 30px;
    width: 30px;
  }
}
#main-header .subscribe a i::before {
  color: white;
  font-size: 20px;
}

#mobile-menu {
  display: none;
  visibility: hidden;
}
@media (max-width: 1024px) {
  #mobile-menu {
    display: none;
    visibility: visible;
    position: fixed;
    background-color: #fff;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    overflow: scroll;
  }
}
#mobile-menu > .container {
  border-top: 1px solid #ccc;
  padding: 10px 15px;
}
#mobile-menu .search-block {
  margin-top: 73px;
  margin-bottom: 20px;
  padding: 0 15px;
}
#mobile-menu #searchform {
  width: 100%;
}
#mobile-menu .special-facts {
  margin: 0;
  padding: 0 15px;
  display: none;
}
#mobile-menu .special-facts .facts-icon a {
  display: block;
  margin: 15px 0;
}
#mobile-menu .special-facts .facts-icon a img {
  width: 38px;
  padding: 3px;
  vertical-align: middle;
  display: inline-block;
}
#mobile-menu .special-facts .facts-icon a span {
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.8rem;
  font-weight: 500;
  color: #1b1b1b;
  vertical-align: middle;
  display: inline-block;
}

.special-facts {
  padding-right: 45px;
}
@media (min-width: 1025px) and (max-width: 1320px) {
  .special-facts {
    padding-right: 10px;
  }
}
.special-facts .facts-icon {
  display: inline-block;
}
.special-facts .facts-icon a {
  display: inline-block;
  margin: 0 15px;
}
@media (min-width: 1025px) and (max-width: 1320px) {
  .special-facts .facts-icon a {
    margin: 0 10px;
  }
}
.special-facts .facts-icon a img {
  width: 38px;
  padding: 3px;
  vertical-align: middle;
}
.special-facts .facts-icon a span {
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.8rem;
  font-weight: 500;
  color: #1b1b1b;
  vertical-align: middle;
}

.search-block {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  text-align: center;
}
.search-block #searchform {
  position: relative;
}
.search-block #searchform .input-wrapper {
  position: relative;
  padding-right: 30px;
}
.search-block #searchform .input-wrapper .screen-reader-text {
  position: absolute;
}
.search-block #searchform .search-field {
  width: 100%;
  height: 30px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #1b1b1b;
  background: none;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  line-height: 2rem;
  font-weight: 400;
  color: #909090;
}
.search-block #searchform .search-field:focus {
  outline: none;
}
.search-block #searchform .search-btn {
  position: absolute;
  width: 30px;
  height: 30px;
  padding: 3px;
  top: 0;
  right: 0;
  border-radius: 50%;
  background-color: #dc1c1c;
}
.search-block #searchform .search-btn > img {
  filter: invert(1) brightness(2);
  -webkit-filter: invert(1) brightness(2);
}
.search-block #searchform .search-btn > input {
  background: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
}

.nav-toggle {
  display: none !important;
  visibility: hidden !important;
}
@media (max-width: 1024px) {
  .nav-toggle {
    display: inline-block !important;
    visibility: visible !important;
    position: relative;
    float: right;
    padding: 4px;
    margin-right: -5px;
  }
}
.nav-toggle .navbar-toggle-icon span {
  height: 2px;
  display: block;
  margin: 5px 0;
  width: 20px;
  background-color: #424040;
  transition: transform 0.2s ease-in-out;
}
.nav-toggle.active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: unset;
  left: 0;
  bottom: -20px;
}
.nav-toggle.active span:first-child {
  display: none;
}
.nav-toggle.active span:nth-child(2) {
  transform: rotate(45deg);
  margin-bottom: -9px;
}
.nav-toggle.active span:last-child {
  transform: rotate(-45deg);
  margin-top: 7px;
}

#secondary-menu {
  padding: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1024px) {
  #secondary-menu {
    display: none;
    visibility: hidden;
  }
}
#secondary-menu .child-category {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  padding: 10px 0;
  width: 100%;
  justify-content: flex-start;
  border-bottom: 1px solid #ececec;
}
#secondary-menu .child-category li {
  display: block;
  background-color: #fff;
  border: 0;
  margin-right: 30px;
}
@media (max-width: 1024px) {
  #secondary-menu .child-category li {
    display: inline-block;
    display: -moz-inline-box;
    display: -webkit-inline-box;
    width: 50%;
  }
}
#secondary-menu .child-category li a, #secondary-menu .child-category li p {
  display: block;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.8rem;
  font-weight: 600;
  color: #1b1b1b;
  padding: 0;
  margin: 0;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  #secondary-menu .child-category li a, #secondary-menu .child-category li p {
    padding: 8px 15px;
  }
}
#secondary-menu .child-category li a:before, #secondary-menu .child-category li p:before {
  content: "";
  display: inline-block;
  position: relative;
  font: normal normal normal 16px/1 FontAwesome;
  color: #dc1c1c;
  font-weight: bold;
  margin-right: 5px;
}
#secondary-menu .child-category li.active, #secondary-menu .child-category li:hover {
  color: #dc1c1c;
}
#secondary-menu .child-category li.active a, #secondary-menu .child-category li:hover a {
  color: #dc1c1c;
}

.mobile-section {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 15px;
}

.latest-section {
  display: block;
  margin-top: 5px;
  border-top: 10px solid #ececec;
}
.latest-section .facts-wrapper {
  display: grid !important;
  grid-template-rows: repeat(1, auto) !important;
  grid-template-columns: repeat(1, 100%) !important;
  display: -ms-grid !important;
  -ms-grid-columns: repeat(1, auto) !important;
  -ms-grid-rows: repeat(1, 100%) !important;
}
.latest-section .section-title {
  margin-top: 25px !important;
}
.latest-section .section-title h2 {
  /* font-size: 2.2rem !important; */
  font-size: 2.4rem !important;
  font-family: "Roboto", sans-serif !important;
  line-height: 2.6rem !important;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .latest-section .article.horizontal-style .thumbnail {
    height: 120px !important;
  }
}
@media (max-width: 414px) {
  .latest-section .article.horizontal-style .thumbnail {
    height: 90px !important;
  }
}
@media (max-width: 767px) {
  .latest-section .article-title {
    font-size: 2rem !important;
    font-family: "Roboto", sans-serif !important;
    line-height: 2.4rem !important;
  }
}
@media (max-width: 414px) {
  .latest-section .article-title {
    font-size: 1.8rem !important;
    font-family: "Roboto", sans-serif !important;
    line-height: 2.2rem !important;
  }
}
@media (max-width: 767px) {
  .latest-section .article-title > * {
    font-size: 2rem !important;
    font-family: "Roboto", sans-serif !important;
    line-height: 2.4rem !important;
  }
}
@media (max-width: 414px) {
  .latest-section .article-title > * {
    font-size: 1.8rem !important;
    font-family: "Roboto", sans-serif !important;
    line-height: 2.2rem !important;
  }
}
@media (max-width: 767px) {
  .latest-section .article-title > * a {
    font-size: 2rem !important;
    font-family: "Roboto", sans-serif !important;
    line-height: 2.4rem !important;
  }
}
@media (max-width: 414px) {
  .latest-section .article-title > * a {
    font-size: 1.8rem !important;
    font-family: "Roboto", sans-serif !important;
    line-height: 2.2rem !important;
  }
}

#colophon {
  background-color: #fff;
  text-align: center;
}
#colophon .go-top {
  position: fixed;
  right: 10px;
  bottom: 20px;
  margin: 0;
  width: 40px;
  height: 40px;
  background-color: #f0f0f0;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 1;
  -webkit-z-index: 4;
  -moz-z-index: 4;
  -ms-z-index: 4;
  -o-z-index: 4;
  z-index: 20;
  transition: all 0.5s;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari 3-8 */
  transform: rotate(45deg);
  border-radius: 50%;
}
#colophon .go-top:before {
  content: "";
  display: block;
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px;
  top: 50%;
  left: 50%;
  margin-top: -15.5px;
  margin-left: -9.5px;
  color: #dc1c1c;
  -ms-transform: rotate(135deg);
  /* IE 9 */
  -webkit-transform: rotate(135deg);
  /* Safari 3-8 */
  transform: rotate(135deg);
}
#colophon .go-top.show {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
@media (max-width: 767px) {
  #colophon .go-top {
    display: block;
  }
}
#colophon .logo-menu-container.container {
  height: 85px;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #ececec;
}
@media (max-width: 992px) {
  #colophon .logo-menu-container.container {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  #colophon .logo-menu-container.container {
    /* flex-direction: column; */
    height: auto;
  }
}
#colophon .logo-menu-container.container:after, #colophon .logo-menu-container.container:before {
  display: none;
}
#colophon .logo-menu-container.container span, #colophon .logo-menu-container.container a {
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #1b1b1b;
}
#colophon .logo-menu-container.container .logo-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #colophon .logo-menu-container.container .logo-menu {
    flex-direction: column-reverse;
    width: 100%;
    max-width: 290px;
  }
}
#colophon .logo-menu-container.container .logo-menu .footer-container {
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #colophon .logo-menu-container.container .logo-menu .footer-container {
    margin: 25px 0 22px;
  }
}
#colophon .logo-menu-container.container .logo-menu .footer-container::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  #colophon .logo-menu-container.container .logo-menu .footer-container::after {
    display: none;
  }
}
@media (max-width: 767px) {
  #colophon .logo-menu-container.container .logo-menu .bottomMenu {
    margin-top: 25px;
    padding-top: 20px;
  }
}
#colophon .logo-menu-container.container .logo-menu .bottomMenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  #colophon .logo-menu-container.container .logo-menu .bottomMenu ul {
    justify-content: center;
  }
}
#colophon .logo-menu-container.container .logo-menu .bottomMenu ul li:last-child a::after {
  content: "";
}
#colophon .logo-menu-container.container .logo-menu .bottomMenu ul li a {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #colophon .logo-menu-container.container .logo-menu .bottomMenu ul li a {
    font-size: 1.5rem;
    font-family: "Roboto", sans-serif;
    line-height: 1.9rem;
  }
}
#colophon .logo-menu-container.container .logo-menu .bottomMenu ul li a::after {
  color: #bbb;
  content: "|";
  margin-left: 10px;
  margin-right: 10px;
  display: block;
}
@media (max-width: 767px) {
  #colophon .logo-menu-container.container .logo-menu .bottomMenu ul li a::after {
    margin-left: 3px;
    margin-right: 3px;
  }
}
@media (max-width: 1024px) {
  #colophon .logo-menu-container.container .social-media {
    width: 100%;
    padding: 0;
  }
}
#colophon .logo-menu-container.container .social-media span {
  padding-right: 15px;
}
@media (max-width: 1024px) {
  #colophon .logo-menu-container.container .social-media span {
    display: none;
  }
}
#colophon .logo-menu-container.container .social-media .media_icon {
  margin-right: 0;
  display: inline-block;
}
@media (max-width: 1024px) {
  #colophon .logo-menu-container.container .social-media .media_icon {
    width: 100%;
  }
}
#colophon .logo-menu-container.container .social-media .media_icon .media_icon_mobile {
  display: none;
}
@media (max-width: 767px) {
  #colophon .logo-menu-container.container .social-media .media_icon .media_icon_mobile {
    height: 48px;
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 99;
  }
}
#colophon .logo-menu-container.container .social-media .media_icon .media_icon_mobile li {
  list-style: none;
  width: 20%;
}
#colophon .logo-menu-container.container .social-media .media_icon a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  #colophon .logo-menu-container.container .social-media .media_icon a {
    width: 100%;
    height: 100%;
    padding: 12px 0;
    margin: 0;
    border-radius: 0;
  }
}
#colophon .logo-menu-container.container .social-media .media_icon a svg {
  height: 30px;
}
#colophon .logo-menu-container.container .social-media .media_icon a .fab {
  font-size: 2rem;
}
@media (max-width: 1024px) {
  #colophon .logo-menu-container.container .social-media .media_icon a .fab {
    font-size: 2.4rem;
  }
}
#colophon .logo-menu-container.container .social-media .media_icon a .youtube-span {
  display: none;
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.9rem;
  color: #fff;
  margin-left: 5px;
}
@media (max-width: 1024px) {
  #colophon .logo-menu-container.container .social-media .media_icon a .youtube-span {
    display: inline-block !important;
    display: -moz-inline-box !important;
    display: -webkit-inline-box !important;
  }
}
#colophon .logo-menu-container.container .social-media .media_icon .copy-url svg {
  transform: translate(0%, 20%);
}
#colophon .footer-container {
  position: relative;
  padding: 30px 15px;
  -webkit-z-index: 5;
  -moz-z-index: 5;
  -ms-z-index: 5;
  -o-z-index: 5;
  z-index: 5;
}
#colophon .company-info {
  display: block;
  line-height: 1;
}
#colophon .company-info span {
  display: inline-block;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.8rem;
  color: #1b1b1b;
  font-weight: 600;
  margin-right: 5px;
}
#colophon .company-info > img {
  display: inline-block;
  width: 140px;
}

@media (max-width: 767px) {
  .single-post .go-top {
    bottom: 150px !important;
  }
}
.single-post .media_icon {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .single-post #waldo-sticky-footer-wrapper {
    bottom: 55px !important;
    z-index: 9999;
  }
}
.single-post #waldo-sticky-footer-inner {
  width: 85%;
}
.single-post #google_ads_iframe_ {
  width: 100% !important;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.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;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

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

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.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 {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

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

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

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 *     Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 *     Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
            This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
            calculation of the height of the owl-item that breaks page layouts
         */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

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

/*
 *     Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.roll-posts-carousel {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .roll-posts-carousel {
    padding: 0;
    position: relative;
  }
}
.roll-posts-carousel .owl-stage {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
}
.roll-posts-carousel .owl-item {
  background-color: #1b1b1b;
}
.roll-posts-carousel .owl-item > .item {
  padding: 10px;
  padding-bottom: 15px;
}
.roll-posts-carousel .owl-prev, .roll-posts-carousel .owl-next {
  position: absolute;
  color: #ccc;
  width: auto;
  height: auto;
  line-height: 40px;
  text-align: center;
  top: 50%;
  margin-top: -20px;
  font-size: 0;
  background: none !important;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.roll-posts-carousel .owl-prev:focus, .roll-posts-carousel .owl-next:focus {
  outline: none !important;
}
.roll-posts-carousel .owl-prev .nav-btn, .roll-posts-carousel .owl-next .nav-btn {
  display: block;
  width: 18px;
  height: 18px;
  border: 3px solid #ccc;
  position: relative;
}
.roll-posts-carousel .owl-prev .nav-btn:hover, .roll-posts-carousel .owl-next .nav-btn:hover {
  border-color: #dc1c1c;
}
.roll-posts-carousel .owl-prev .nav-btn:focus, .roll-posts-carousel .owl-next .nav-btn:focus {
  outline: none !important;
}
@media (max-width: 1199px) {
  .roll-posts-carousel .owl-prev, .roll-posts-carousel .owl-next {
    display: none;
    visibility: hidden;
  }
}
.roll-posts-carousel .owl-prev {
  transform: rotate(45deg);
  left: -30px;
  display: flex !important;
}
.roll-posts-carousel .owl-prev > .nav-btn {
  border-right: 0px;
  border-top: 0px;
  margin-left: 3px;
  border-color: #ccc;
  margin-bottom: 3px;
}
.roll-posts-carousel .owl-next {
  transform: rotate(-45deg);
  right: -30px;
  display: flex !important;
}
.roll-posts-carousel .owl-next > .nav-btn {
  border-left: 0;
  border-top: 0;
  border-color: #ccc;
  margin-right: 3px;
  margin-bottom: 3px;
}
.roll-posts-carousel .thumb-wrapper {
  width: 100%;
  height: 130px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.roll-posts-carousel .thumb-wrapper a {
  width: 100%;
}
.roll-posts-carousel .thumb-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.roll-posts-carousel .content-text {
  width: 100%;
  padding: 10px 0;
}
.roll-posts-carousel .content-text .meta-wrapper {
  text-align: center;
  padding: 5px 0;
}
.roll-posts-carousel .content-text .carousel-category {
  display: inline-block;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.6rem;
}
.roll-posts-carousel .content-text .carousel-category .cat-links span {
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.6rem;
  font-weight: 600;
  color: #ea4343;
  text-transform: uppercase;
}
.roll-posts-carousel .content-text .carousel-date {
  display: inline-block;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.6rem;
  color: #ccc;
}

a[ data-wpil-keyword-link="linked"] {
 	color: red !important;
 	text-decoration: underline!important;
 }

@media (max-width: 1199px) {
  .roll-posts-carousel .content-text .carousel-date {
    display: none;
    visibility: hidden;
  }
}
.roll-posts-carousel .content-text .carousel-date:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #ccc;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 2px;
  margin-right: 6px;
}
.roll-posts-carousel .content-text .carousel-title {
  /* font-size: 1.6rem; */
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  line-height: 2rem;
  font-weight: 400;
  text-align: center;
  margin: 0;
}
.roll-posts-carousel .content-text .carousel-title a {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  line-height: 2rem;
  color: #fff;
  text-align: center;
}
.roll-posts-carousel .owl-controls .owl-dots {
  position: absolute;
  bottom: -3px;
  background: #dc1c1c;
  left: 0;
  width: 0;
  height: 3px;
  display: none;
  visibility: hidden;
}
@media (max-width: 767px) {
  .roll-posts-carousel .owl-controls .owl-dots {
    display: block;
    visibility: visible;
  }
}
.roll-posts-carousel .owl-controls .owl-dots span {
  opacity: 0;
}
.roll-posts-carousel .owl-progress {
  display: none;
  visibility: hidden;
  background: #dc1c1c;
  height: 3px;
  -moz-animation-duration: 4s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -moz-animation-name: progressbar;
  -webkit-animation-name: progressbar;
  animation-name: progressbar;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@media (max-width: 1024px) {
  .roll-posts-carousel .owl-progress {
    display: block;
    visibility: visible;
  }
}
@keyframes progressbar {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.home #primary {
  padding-top: 0px;
  padding-right: 15px !important;
}
.home .carousel-section {
  margin-top: -10px;
}
@media (max-width: 1024px) {
  .home .carousel-section {
    margin-top: 0;
  }
}
/*.home .carousel-section .section-title {*/
/*  display: none;*/
/*  visibility: hidden;*/
/*}*/
.carousel-section .section-title {
    padding: 0px 15px;
}
.home .popular-facts-secction .section-title {
  margin-top: 0 !important;
}
.home .popular-post-wrapper {
  text-align: center;
  outline: 10px solid #ececec;
  outline-offset: -10px;
  padding: 35px 20px;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}
@media (max-width: 767px) {
  .home .popular-post-wrapper {
    grid-template-columns: 50% 50%;
    padding: 35px 10px;
  }
	.carousel-section .section-title{
	 margin-top: 15px;
	}
}
@media (max-width: 414px) {
  .home .popular-post-wrapper {
    grid-template-columns: 100%;
    padding: 25px 10px;
  }
}
.home .popular-post-wrapper .popular-section-title {
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  line-height: 3.4rem;
  color: #1b1b1b;
  text-transform: uppercase;
  font-weight: bold;
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-bottom: 20px;
  vertical-align: middle;
}
.home .popular-post-wrapper .popular-section-title h2 {
  color: #1b1b1b;
  text-transform: uppercase;
  font-weight: bold;
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
  margin-bottom: 0.9rem;
  margin-top: 0.9rem;
  vertical-align: middle;
}
.home .popular-post-wrapper .popular-section-title .inline-logo {
  display: inline;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .home .popular-post-wrapper .popular-section-title {
    grid-column-start: 1;
    grid-column-end: 3;
    font-size: 25px;
    font-size: 2.8rem;
    font-family: "Roboto", sans-serif;
    line-height: 3.2rem;
  }
}
@media (max-width: 414px) {
  .home .popular-post-wrapper .popular-section-title {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.home .popular-post-wrapper .popular-post-block {
  display: block;
  position: relative;
  border-right: 1px solid #ececec;
  line-height: 1.3;
}
@media (max-width: 414px) {
  .home .popular-post-wrapper .popular-post-block {
    border: 0;
  }
}
.home .popular-post-wrapper .popular-post-block:nth-of-type(5), .home .popular-post-wrapper .popular-post-block:nth-of-type(9), .home .popular-post-wrapper .popular-post-block:nth-of-type(13) {
  border: 0;
}
.home .popular-post-wrapper .popular-post-block .category-name {
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.8rem;
  font-weight: 500;
  color: #ea4343;
}
.home .popular-post-wrapper .popular-post-block .category-name span {
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.8rem;
  font-weight: 500;
  color: #ea4343;
}
.home .popular-post-wrapper .popular-post-block .post-title {
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.8rem;
  color: #1b1b1b;
  font-weight: 400;
}
.home .popular-post-wrapper .popular-post-block .post-title > a {
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.8rem;
  color: #1b1b1b;
  font-weight: 400;
}
.home .popular-post-wrapper .popular-post-block span {
  margin: 0 5px;
}
.home .popular-post-wrapper .show-thumb {
  order: 1;
  padding: 0 12px 30px;
}
@media (max-width: 767px) {
  .home .popular-post-wrapper .show-thumb {
    padding: 15px 12px 20px;
  }
}
.home .popular-post-wrapper .show-thumb .post-thumbnail {
  width: 100%;
  height: 140px;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.home .popular-post-wrapper .show-thumb .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .popular-post-wrapper .show-thumb .post-thumbnail:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #dc1c1c;
}
.home .popular-post-wrapper .show-thumb .category-name {
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.home .popular-post-wrapper .show-thumb .post-title {
  display: block;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.2rem;
  font-weight: 500;
}
.home .popular-post-wrapper .show-thumb .post-title a {
  display: block;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.2rem;
  font-weight: 500;
}
.home .popular-post-wrapper .show-thumb:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 11px;
  margin-left: -15px;
  width: 30px;
  height: 1px;
  background-color: #dc1c1c;
}
@media (max-width: 767px) {
  .home .popular-post-wrapper .show-thumb:nth-of-type(2) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 414px) {
  .home .popular-post-wrapper .show-thumb:nth-of-type(2) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 767px) {
  .home .popular-post-wrapper .show-thumb:nth-of-type(3) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 414px) {
  .home .popular-post-wrapper .show-thumb:nth-of-type(3) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 5;
    grid-row-end: 6;
  }
}
@media (max-width: 767px) {
  .home .popular-post-wrapper .show-thumb:nth-of-type(4) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 5;
    grid-row-end: 6;
  }
}
@media (max-width: 414px) {
  .home .popular-post-wrapper .show-thumb:nth-of-type(4) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 8;
    grid-row-end: 9;
  }
}
@media (max-width: 767px) {
  .home .popular-post-wrapper .show-thumb:nth-of-type(5) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 5;
    grid-row-end: 6;
  }
}
@media (max-width: 414px) {
  .home .popular-post-wrapper .show-thumb:nth-of-type(5) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 11;
    grid-row-end: 12;
  }
}
.home .popular-post-wrapper .hide-thumb {
  order: 2;
  padding: 6px 12px;
}
.home .popular-post-wrapper .hide-thumb * {
  display: inline;
}
.home .facts-categories-section .col-block .category-data .category-name{
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.8rem;
  color: #1b1b1b;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  margin: 0 0 5px !important;
}
.home .facts-categories-section .col-block .category-data .data {
  margin: 14px 0;
}
.home .facts-categories-section .col-block .category-data .article-title {
  margin: 0;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.2rem;
  color: #1b1b1b;
  font-weight: 500;
  display: inline-block;
  display: -moz-inline-box;
  display: -webkit-inline-box;
}
.home .facts-categories-section .col-block .category-data .article-title > * {
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.2rem;
  margin: 0 !important;
}
.home .facts-categories-section .col-block .category-data .article-title > * a {
  margin: 0;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.2rem;
  color: #1b1b1b;
  font-weight: 500;
}
.home .facts-categories-section .col-block .category-data .category-name a{
  color: #1b1b1b;
}
.home .facts-categories-section .col-block .category-data .article-title:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #dc1c1c;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2.5px;
}
.home .facts-categories-section .category-col {
  padding: 0 10px 15px;
}
.home .facts-categories-section .col-block {
  border: 1px solid #ececec;
  height: 100%;
}
.home .facts-categories-section .col-block .category-data {
  padding: 20px 25px;
}
.home .facts-categories-section .facts-wrapper-facts-categories,.home .more-fun-facts-section .facts-wrapper-more-fun-facts {
  margin: 0 -10px;
}
.facts-wrapper-facts-categories{
    display: grid !important;
    grid-template-rows: repeat(1, auto) !important;
    grid-template-columns: repeat(5, 20%) ;
    display: -ms-grid !important;
    -ms-grid-columns: repeat(1, auto) !important;
    -ms-grid-rows: repeat(4, 25%) !important;
    margin: -15px -10px 0;
  }
  .facts-wrapper-more-fun-facts {
    display: grid !important;
    grid-template-rows: repeat(1, auto) !important;
    grid-template-columns: repeat(5, 20%) ;
    display: -ms-grid !important;
    -ms-grid-columns: repeat(1, auto) !important;
    -ms-grid-rows: repeat(4, 25%) !important;
    margin: -15px -10px 0;
  }
.home .more-fun-facts-section .facts-wrapper {
  margin: 0 -10px;
}
.home .more-fun-facts-section .category-col {
  padding: 0 10px 15px;
}
.home .more-fun-facts-section .col-block {
  border: 1px solid #ececec;
  height: 100%;
}
.home .more-fun-facts-section .col-block .category-image {
  height: 110px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 2px solid #dc1c1c;
}
.home .more-fun-facts-section .col-block .category-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.home .more-fun-facts-section .col-block .category-data {
  padding: 20px 25px;
}
.home .more-fun-facts-section .col-block .category-data .category-name {
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.8rem;
  color: #1b1b1b;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  margin: 0 0 5px !important;
}
.home .more-fun-facts-section .col-block .category-data .data {
  margin: 14px 0;
}
.home .more-fun-facts-section .col-block .category-data .article-title {
  margin: 0;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.2rem;
  color: #1b1b1b;
  font-weight: 500;
  display: inline-block;
  display: -moz-inline-box;
  display: -webkit-inline-box;
}
.home .more-fun-facts-section .col-block .category-data .article-title:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #dc1c1c;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2.5px;
}
.home .more-fun-facts-section .col-block .category-data .article-title > * {
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.2rem;
  margin: 0 !important;
}
.home .more-fun-facts-section .col-block .category-data .article-title > * a {
  margin: 0;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.2rem;
  color: #1b1b1b;
  font-weight: 500;
}

.featured-section .post-wrapper {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  margin: 0 -10px;
}
.source-img{
  font-size: 12px;text-align: left;margin-top: -10px;
}
@media (max-width: 820px) {
  .facts-wrapper-facts-categories, .facts-wrapper-more-fun-facts,.facts-wrapper{
    grid-template-columns: repeat(4, 25%) ;
  }
  .item__description{
    grid-column: 1 / span 4!important;
    width: 97%;
  }
    .facts-wrapper-more-fun-facts #col-11 p.category-name{
        word-break: break-word;
    }
    
}
@media (max-width: 767px) {
  .featured-section .post-wrapper {
    grid-template-columns: auto;
    margin: 0;
  }
  .home .more-fun-facts-section .category-col {
    grid-column: 1 / span 3;
  }
}
.featured-section article {
  padding: 0 10px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .featured-section article {
    padding: 0 0 5px;
    margin-bottom: 5px;
  }
}
.featured-section article .item-block {
  height: 100%;
  border-bottom: 1px solid #ececec;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .featured-section article .item-block {
    border-bottom: 0;
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .featured-section article .content {
    padding-left: 14px;
    position: relative;
  }
}
.featured-section article .content:before {
  content: "";
  display: none;
  width: 5px;
  height: 5px;
  background: #dc1c1c;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4.5px;
}
@media (max-width: 767px) {
  .featured-section article .content:before {
    display: block;
  }
}
.featured-section article .post-title {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  line-height: 2rem;
  font-weight: 400;
  color: #1b1b1b;
}
@media (max-width: 414px) {
  .featured-section article .post-title {
    line-height: 1.4rem;
  }
}
.featured-section article .post-title > a, .featured-section article .post-title > h3 > a {
  color: #1b1b1b;
}
.featured-section article .post-title h3 {
  margin-top: 0.9rem;
  margin-bottom: 0.9rem;
}
.featured-section .first {
  order: 1;
}
@media (max-width: 767px) {
  .featured-section .first {
    order: unset;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ececec;
  }
}
.featured-section .first .thumbnail {
  width: 100%;
  height: 140px;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.featured-section .first .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .featured-section .first .content {
    padding-left: 0;
    position: relative;
  }
}
.featured-section .first .content:before {
  display: none;
}
.featured-section .first .post-title {
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.2rem;
  font-weight: 500;
}
.featured-section .first .post-title h2 a {
  color: #1b1b1b;
}
.featured-section .first .post-title > a {
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.2rem;
  font-weight: 500;
}
.featured-section .first .published {
  color: #7a7a7a;
}
.featured-section .first .published::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #424040;
  transform: rotate(45deg);
  vertical-align: middle;
  margin: 2px;
}
.featured-section .first .category-name, .featured-section .first .published {
  display: inline-block;
  padding: 10px 0 5px;
}
.featured-section .second {
  order: 2;
}
@media (max-width: 767px) {
  .featured-section .second {
    order: unset;
  }
}
.featured-section .second .content .category-name {
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.8rem;
}
.featured-section .second .content .category-name span {
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.8rem;
}
.featured-section .second .content > span {
  display: inline;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.8rem;
  color: #dc1c1c;
}
.featured-section .second .content .post-title {
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.8rem;
  display: inline;
}

.morefacts-section .post-wrapper {
  display: grid;
  grid-template-columns: 33.3333% 33.3333% 33.3333%;
  margin: 0;
}
@media (max-width: 767px) {
  .morefacts-section .post-wrapper {
    grid-template-columns: 50% 50%;
  }
}
@media (max-width: 414px) {
  .morefacts-section .post-wrapper {
    grid-template-columns: auto;
  }
}
.morefacts-section .ad-section {
  grid-column-start: 1;
  grid-column-end: 4;
  height: 300px;
}
@media (max-width: 767px) {
  .morefacts-section .ad-section {
    grid-column-start: 1;
    grid-column-end: 3;
    height: 200px;
  }
}
@media (max-width: 414px) {
  .morefacts-section .ad-section {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.morefacts-section article {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 414px) {
  .morefacts-section article {
    padding: 10px 0;
    flex-wrap: nowrap;
  }
}
.morefacts-section article .thumbnail {
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  -moz-flex-basis: 35%;
  -webkit-flex-basis: 35%;
  max-width: 35%;
  padding: 0;
  height: 100px;
}
@media (max-width: 414px) {
  .morefacts-section article .thumbnail {
    -ms-flex-preferred-size: 23.5%;
    flex-basis: 23.5%;
    -moz-flex-basis: 23.5%;
    -webkit-flex-basis: 23.5%;
    max-width: 23.5%;
    height: 58px;
    overflow: hidden;
  }
}
.morefacts-section article .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.morefacts-section article .content {
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
  -moz-flex-basis: 65%;
  -webkit-flex-basis: 65%;
  max-width: 65%;
  padding-left: 10px;
  padding-right: 15px;
}
@media (max-width: 414px) {
  .morefacts-section article .content {
    -ms-flex-preferred-size: 76.5%;
    flex-basis: 76.5%;
    -moz-flex-basis: 76.5%;
    -webkit-flex-basis: 76.5%;
    max-width: 76.5%;
  }
}
.morefacts-section article .content .category-name, .morefacts-section article .content .published {
  display: inline-block;
}
.morefacts-section article .content .published {
  color: #7a7a7a;
}
.morefacts-section article .content .published::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #424040;
  transform: rotate(45deg);
  vertical-align: middle;
  margin: 2px;
  vertical-align: initial;
}
.morefacts-section article .content .post-title {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  line-height: 2rem;
  overflow: hidden;
  height: 4rem;
  line-height: 2rem;
  color: #1b1b1b;
  font-weight: 500;
}
.morefacts-section article .content .post-title:before {
  content: "";
  float: left;
  width: 5px;
  height: 4rem;
}
.morefacts-section article .content .post-title > *:first-child {
  float: right;
  width: 100%;
  margin-left: -5px;
}
.morefacts-section article .content .post-title:after {
  content: "...";
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  float: right;
  position: relative;
  top: -2rem;
  left: 100%;
  width: 3rem;
  margin-left: -3rem;
  padding-right: 5px;
  text-align: right;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff), color-stop(50%, #ffffff));
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%, #ffffff);
  background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%, #ffffff);
  background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%, #ffffff);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%, #ffffff);
}
.morefacts-section article .content .post-title > a {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  line-height: 2rem;
  color: #1b1b1b;
}

.page-content .primary-category {
  display: flex;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.6rem;
  color: #717171;
  align-items: center;
  margin-bottom: 10px;
}
.page-content .primary-category .cat-links a {
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.6rem !important;
  color: #ea4343 !important;
  display: flex;
  align-items: center;
  padding-bottom: 0 !important;
  text-transform: uppercase;
}
.page-content .primary-category .cat-links a::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #ccc;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 6px;
  margin-right: 6px;
}
.page-content article .entry-featured-image-url {
  margin-bottom: 0 !important;
}
.page-content .tab-container {
  display: grid;
  grid-template-columns: 220px auto;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .page-content .tab-container {
    grid-template-columns: auto;
  }
}
.page-content .tab-container .post-tab {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .page-content .tab-container .post-tab {
    grid-row-start: 2;
    grid-row-end: 3;
    max-width: 100%;
    padding: 15px 0 0;
  }
}
.page-content .tab-container .post-tab  {
  display: block;
  padding: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ececec;
  text-align: left;
  background: none;
}
.page-content .tab-container .post-tab :last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-content .tab-container .post-tab .category-name-right-side {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  line-height: 2rem;
  font-weight: 500;
  color: #dc1c1c;
  display: inline;
  text-transform: uppercase;
}
.page-content .tab-container .post-tab .title-right-side {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  line-height: 2rem;
  font-weight: 400;
  color: #1b1b1b;
  display: inline;
}
.page-content .tab-container .post-tab .title-right-side a {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  line-height: 2rem;
  line-height: 1;
  font-weight: 400;
  color: #1b1b1b;
  display: inline;
}
.page-content .tab-container .post-tab .title-right-side h3 {
  line-height: 1;
  font-weight: 400;
  display: inline;
  color: #1b1b1b;
}
.page-content .tab-container .post-tab .title-right-side:before {
  content: "|";
  color: #dc1c1c;
  margin: 0 5px;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  line-height: 2rem;
  font-weight: 400;
  display: inline;
  position: relative;
}
.page-content .tab-container .post-content {
  height: 100%;
  text-align: left;
  padding-left: 28px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  .page-content .tab-container .post-content {
    display: block;
    grid-row-start: 1;
    grid-row-end: 2;
    padding: 0;
    margin: auto -15px;
    border-bottom: 1px solid #ccc;
  }
}
.page-content .tab-container .post-content.active {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  .page-content .tab-container .post-content.active {
    flex-wrap: wrap;
  }
}
.page-content .tab-container .post-content.active .column.right:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -15px;
  width: 0px;
  height: 0px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #fff;
}
.page-content .tab-container .post-content .column.left {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 300px;
}
@media (max-width: 767px) {
  .page-content .tab-container .post-content .column.left {
    width: 100%;
    max-width: 100%;
    height: auto !important;
    max-height: auto;
  }
}
@media (max-width: 414px) {
  .page-content .tab-container .post-content .column.left {
    width: 100%;
    max-width: 100%;
    height: auto !important;
  }
}
.page-content .tab-container .post-content .column.left a {
  width: 350px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-content .tab-container .post-content .column.left a {
    width: 100%;
    height: 350px;
  }
}
@media (max-width: 414px) {
  .page-content .tab-container .post-content .column.left a {
    height: 200px;
  }
}
.page-content .tab-container .post-content .column.left a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-content .tab-container .post-content .column.right {
  padding-left: 15px;
  width: 100%;
}
@media (max-width: 767px) {
  .page-content .tab-container .post-content .column.right {
    padding: 15px 15px 0;
    width: 100%;
  }
}
.page-content .tab-container .post-content .column.right .title-category span {
  display: inline;
  font-size: 2.6rem;
  font-family: "Roboto", sans-serif;
  line-height: 3rem;
  color: #dc1c1c;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .page-content .tab-container .post-content .column.right .title-category span {
    font-size: 2.4rem;
    font-family: "Roboto", sans-serif;
    line-height: 2.8rem;
  }
}
.page-content .tab-container .post-content .column.right .title-category h3 {
  display: inline;
}
.page-content .tab-container .post-content .column.right .title-category h3 a {
  font-size: 2.6rem;
  font-family: "Roboto", sans-serif;
  line-height: 3rem;
  color: #1b1b1b;
  font-weight: 500;
}
@media (max-width: 767px) {
  .page-content .tab-container .post-content .column.right .title-category h3 a {
    font-size: 2.4rem;
    font-family: "Roboto", sans-serif;
    line-height: 2.8rem;
    font-weight: 500;
  }
}
.page-content .tab-container .post-content .column.right .author-section {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.7rem;
  font-weight: 500;
  color: #1b1b1b;
}
.page-content .tab-container .post-content .column.right .author-section p {
  margin: 0;
  margin-right: 5px;
  vertical-align: middle;
}
.page-content .tab-container .post-content .column.right .author-section p.author-name {
  margin: 0;
  padding-bottom: 0 !important;
  color: #dc1c1c !important;
  font-weight: 500;
}
.page-content .tab-container .post-content .column.right .author-section p.author-name::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #1b1b1b;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 6px;
  margin-right: 6px;
}
.page-content .tab-container .post-content .column.right .author-section p.date {
  margin: 0;
  font-weight: 400;
}
.page-content .tab-container .post-content .column.right .related-posts-title-container {
  border-top: 1px solid #ececec;
  padding-top: 12px;
  margin: 30px 0 0 0 !important;
  padding-left: 0;
}
@media (max-width: 767px) {
  .page-content .tab-container .post-content .column.right .related-posts-title-container {
    margin: 10px 0 20px 0 !important;
    padding-top: 10px;
  }
}
.page-content .tab-container .post-content .column.right .related-posts-title-container li {
  line-height: 1;
  list-style: none !important;
  position: relative;
  padding-left: 18px;
  margin: 8px 0;
}
.page-content .tab-container .post-content .column.right .related-posts-title-container li a {
  color: #1b1b1b !important;
  font-weight: 400 !important;
}
.page-content .tab-container .post-content .column.right .related-posts-title-container li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #dc1c1c;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
}
.page-content #et-boc .post-content .column.right .author-section p.author-name {
  color: #d6131b !important;
}
@keyframes anime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

body.category .feature-img {
  text-align: center;
}
body.category .feature-img img {
  width: 100%;
  height: auto;
}

.cat-pillar {
  clear: both;
  position: relative;
}

.cat-pillar .section-title {
  position: absolute;
  width: 0px;
  height: 0px;
  overflow: hidden;
  top: 0;
}

.cat-pillar .facts-wrapper .article .data {
  margin: 10px 0;
}

body.archive #category-nav {
  margin: 0;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  body.archive #category-nav {
    margin-top: 15px;
    display: none;
    visibility: hidden;
  }
}
body.archive .page-header {
  padding-bottom: 5px;
  margin: 0 0 20px;
}
body.archive .page-header .page-title {
  margin: 0 !important;
  text-align: center;
  font-size: 3.6rem;
  font-family: "Roboto", sans-serif;
  line-height: 4rem;
}
@media (max-width: 767px) {
  body.archive .page-header .page-title {
    font-size: 3rem;
    font-family: "Roboto", sans-serif;
    line-height: 3.4rem;
  }
}
body.archive .page-header .cat-title {
  text-align: center;
  margin: 0 !important;
  padding-bottom: 25px;
  color: #1b1b1b;
  font-weight: 500;
}
body.archive .page-header .taxonomy-description {
  margin: 0;
  color: #1b1b1b;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  line-height: 2rem;
  line-height: 1.4;
  padding-bottom: 30px;
}
body.archive .page-header .child-category {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: auto -5px;
  width: 100%;
  justify-content: center;
  margin-bottom: 0.9rem;
}
body.archive .page-header .child-category li {
  display: block;
  background-color: #fff;
  border: 1px solid #ececec;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
body.archive .page-header .child-category li a {
  display: block;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.8rem;
  font-weight: 500;
  color: #1b1b1b;
  padding: 8px 25px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  body.archive .page-header .child-category li a {
    padding: 8px 15px;
  }
}
body.archive .page-header .child-category li.active, body.archive .page-header .child-category li:hover {
  background: #dc1c1c;
}
body.archive .page-header .child-category li.active a, body.archive .page-header .child-category li:hover a {
  color: #fff;
}
body.archive .posts-layout {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}
@media (max-width: 767px) {
  body.archive .posts-layout {
    grid-template-columns: 50% 50%;
  }
}
@media (max-width: 414px) {
  body.archive .posts-layout {
    grid-template-columns: 100%;
  }
}
body.archive .posts-layout article {
  padding: 0 10px 30px;
  margin: 0;
  display: block;
  border: 0;
  float: none;
}
body.archive .posts-layout article .content-entry {
  min-height: auto;
}
@media (max-width: 767px) {
  body.archive .posts-layout article .content-entry {
    margin: 8px 0;
  }
}
body.archive .posts-layout article .content-entry .entry-header {
  margin-bottom: 0 !important;
}
body.archive .posts-layout article .thumb {
  width: auto;
  margin-right: 0;
  float: none;
}
body.archive .posts-layout article .thumb a {
  height: 140px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-items: center;
  align-items: center;
}
body.archive .posts-layout article .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.archive .posts-layout article .entry-meta {
  align-items: flex-start;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
body.archive .posts-layout article .entry-meta .archive-primary-cat {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-weight: 700;
}
body.archive .posts-layout article .entry-meta .archive-primary-cat::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #1b1b1b;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 6px;
  margin-right: 6px;
}
body.archive .posts-layout article .entry-meta .archive-post-date {
  color: #7a7a7a;
}
body.archive .posts-layout article .entry-title {
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.2rem;
  font-weight: 500;
  color: #1b1b1b;
  margin: 0;
}
@media (max-width: 768px) {
  body.archive .posts-layout {
    grid-template-columns: 100%;
  }
}
body.archive .archive.sidebar-title.trending,
body.archive .archive.most-commented.trending {
  display: none;
}
@media (max-width: 768px) {
  body.archive .breadcrumb {
    padding-bottom: 0;
    margin-bottom: 5px;
  }
  body.archive .row {
    margin: 0;
  }
  body.archive .row .page-header {
    padding-bottom: 0;
    border: none;
    margin-bottom: 20px;
  }
  body.archive .row .page-header .cat-title {
    font-size: 3.8rem;
    font-family: "Roboto", sans-serif;
    line-height: 4.2rem;
    font-weight: 500;
    padding-bottom: 0;
    border: none;
    margin: 0;
    color: #1b1b1b;
    text-align: center;
  }
  body.archive .row .posts-layout article {
    padding: 0 0 25px 0;
    width: 100%;
  }
  body.archive .row .posts-layout article .entry-meta {
    padding: 5px 0;
  }
  body.archive .row .posts-layout article .thumb {
    margin: 0;
    width: 100%;
  }
  body.archive .row .posts-layout article .thumb img {
    width: 100%;
  }
  body.archive .row .archive.most-commented.trending {
    display: block;
    margin-top: 25px;
  }
  body.archive .row #secondary {
    display: none;
  }
}

.center {
  text-align: center;
}

.round > img {
  border-radius: 50%;
}

.my-author-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  clear: both;
  display: block;
  overflow: hidden;
  text-transform: capitalize;
}
.my-author-wrap .author-display-name {
  font-size: 3.6rem;
  font-family: "Roboto", sans-serif;
  line-height: 4rem;
  margin: 0;
  text-align: center;
  color: #1b1b1b;
  font-weight: 500;
}
.my-author-wrap .author-img {
  width: 100px;
}
.my-author-wrap .author-img img, .my-author-wrap .author-img .photo {
  float: none;
  height: auto;
}
.my-author-wrap .my-author-meta h4, .my-author-wrap .my-author-meta p, .my-author-wrap .my-author-meta a, .my-author-wrap .my-author-meta ul {
  margin: 5px 0;
}
.my-author-wrap .my-author-meta .author-role {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-content: center;
  padding-bottom: 15px;
  text-transform: capitalize;
  font-weight: bold;
}
.my-author-wrap .my-author-meta .author-role div {
  color: #1b1b1b;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  line-height: 2rem;
  font-weight: 400;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 0;
}
.my-author-wrap .my-author-meta .author-role div:first-child:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #1b1b1b;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 6px;
  margin-right: 6px;
}
.my-author-wrap .my-author-meta .author-email {
  margin: 5px 0;
}
.my-author-wrap .author-contact-info {
  margin: 0;
  display: inline-block;
  width: 100%;
  padding: 5px 0;
}
.my-author-wrap .author-contact-info:first-child {
  padding-left: 0;
}
.my-author-wrap .author-contact-info:last-child {
  padding-right: 0;
}
.my-author-wrap .author-contact-info li {
  display: inline;
  padding: 5px;
}
.my-author-wrap .author-author-block {
  width: 100%;
}
.my-author-wrap .author-bio {
  margin-top: 10px;
  font-size: 100%;
}
.my-author-wrap .my-author-meta-bio {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  line-height: 2rem;
  color: #1b1b1b;
}

.archive-primary-cat .cat-links span, .archive-primary-cat .cat-links div {
  color: #dc1c1c;
}

.more-category-page .page-header {
  border: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
}

.home .sidebar {
  padding-top: 0 !important;
}

.sidebar-block {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .sidebar-block {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.sidebar-title.trending h2:after {
  display: none;
}

.sidebar-title {
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.2rem;
  border-bottom: 2px solid #ececec;
  position: relative;
}
.sidebar-title h4, .sidebar-title h2 {
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #1b1b1b;
  margin: 0;
  position: relative;
}
@media (max-width: 767px) {
  .sidebar-title h4, .sidebar-title h2 {
    font-size: 2.4rem !important;
    font-family: "Roboto", sans-serif !important;
    line-height: 2.8rem !important;
  }
}
.sidebar-title h4:after, .sidebar-title h2:after {
  content: "";
  width: 38px;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -7px;
  background-color: #dc1c1c;
}
.sidebar-title.trending {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  border: 0;
  margin-bottom: 5px;
}
.sidebar-title.trending span {
  border-bottom: 2px solid #dc1c1c;
  display: block;
  width: 40px;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .sidebar-title.trending span {
    margin-bottom: 5px;
  }
}
.sidebar-title.trending h4 {
  font-size: 2.2rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.6rem;
  font-weight: 500;
}
.sidebar-title.trending h4:after {
  background: none;
}

.most-commented.trending .trending-facts-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: solid 1px #ececec;
  padding-bottom: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.most-commented.trending .trending-facts-container .featured-image {
  width: 80px;
  height: 65px;
  height:54.38px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 15px;
  position: relative;
}
.most-commented.trending .trending-facts-container .featured-image a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.most-commented.trending .trending-facts-container .title-cat {
  flex: 1;
}
.most-commented.trending .trending-facts-container .title-cat .cat-date {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.most-commented.trending .trending-facts-container .title-cat .cat-date p {
  margin-bottom: 0;
  color: #7a7a7a;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.6rem;
}
.most-commented.trending .trending-facts-container .title-cat .cat-date .category-name {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.6rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
.most-commented.trending .trending-facts-container .title-cat .cat-date .category-name span {
  color: #d6131b;
}
/* .most-commented.trending .trending-facts-container .title-cat .cat-date .category-name::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 6px;
  margin-right: 6px; 
}*/
.most-commented.trending .trending-facts-container .title-cat .post-title {
  margin-top: 4px;
}
.most-commented.trending .trending-facts-container .title-cat .post-title h1, .most-commented.trending .trending-facts-container .title-cat .post-title h2, .most-commented.trending .trending-facts-container .title-cat .post-title h3, .most-commented.trending .trending-facts-container .title-cat .post-title h4, .most-commented.trending .trending-facts-container .title-cat .post-title h5, .most-commented.trending .trending-facts-container .title-cat .post-title h6 {
  margin: 0;
}
.most-commented.trending .trending-facts-container .title-cat .post-title h3 {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  line-height: 2rem;
  line-height: 1.3;
  font-weight: 600;
  color: #1b1b1b;
  margin-top: 4px;
}
.most-commented.trending .trending-facts-container .title-cat .post-title h3 a {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  line-height: 2rem;
  line-height: 1.3;
  font-weight: 600;
  color: #1b1b1b;
}

@media (max-width: 767px) {
  .content-sidebar {
    padding: 20px 0;
  }
}

.category-name #secondary {
  border-left: 0;
}

.search .page-header {
  margin-top: 0;
  padding: 0;
  border: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .search .page-header {
    margin-top: 10px;
  }
}
.search .page-header .breadcrumb {
  padding-top: 0;
  margin-bottom: 18px;
}
.search .page-header .page-title {
  margin: 0 !important;
  text-align: center;
  font-size: 28px;
  font-family: "Roboto", sans-serif;
  line-height: 4rem;
  font-weight: 500;
  color: #fff;
}
.search .page-content{margin-top: 25px;}    
@media (max-width: 767px) {
  .search .page-content{margin-top: 25px;} 
  .search .page-header .page-title {
    font-size: 26px;
    font-family: "Roboto", sans-serif;
    line-height: 3.4rem;
  }
}
.search .page-header p {
  margin-top: 10px;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  line-height: 2rem;
  color: #1b1b1b;
  font-weight: 400;
}

.no-results .search-section, .error404 .search-section {
  border: 1px solid #ccc;
  padding: 30px 45px;
}
@media (max-width: 767px) {
  .no-results .search-section, .error404 .search-section {
    padding: 25px 35px;
  }
}
@media (max-width: 414px) {
  .no-results .search-section, .error404 .search-section {
    padding: 20px 30px;
  }
}
.no-results .search-section form, .error404 .search-section form {
  position: relative;
}
.no-results .search-section form .input-wrapper, .error404 .search-section form .input-wrapper {
  position: relative;
}
.no-results .search-section form .search-field, .error404 .search-section form .search-field {
  width: 100%;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #1b1b1b;
  background: none;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.2rem;
  font-weight: 400;
  color: #909090;
}
.no-results .search-section form .search-field:focus, .error404 .search-section form .search-field:focus {
  outline: none;
}
.no-results .search-section form .search-input, .error404 .search-section form .search-input {
  position: absolute;
  padding: 10px;
  top: 0;
  right: 0;
}
.no-results .search-section form .search-input i, .error404 .search-section form .search-input i {
  font-size: 2rem;
}
.no-results .search-section form .search-input > input, .error404 .search-section form .search-input > input {
  background: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.no-results .search-section .recommend-category, .error404 .search-section .recommend-category {
  margin-top: 25px;
  display: grid;
  grid-template-columns: auto auto auto auto;
}
@media (max-width: 767px) {
  .no-results .search-section .recommend-category, .error404 .search-section .recommend-category {
    grid-template-columns: auto auto auto;
  }
}
@media (max-width: 414px) {
  .no-results .search-section .recommend-category, .error404 .search-section .recommend-category {
    grid-template-columns: auto auto;
  }
}
.no-results .search-section .recommend-category .cate-item, .error404 .search-section .recommend-category .cate-item {
  padding: 4px 0;
  text-align: left;
}
.no-results .search-section .recommend-category .cate-item a, .error404 .search-section .recommend-category .cate-item a {
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.8rem;
  color: #1b1b1b;
  font-weight: 500;
  white-space: nowrap;
}
.no-results .search-section .recommend-category .cate-item:before, .error404 .search-section .recommend-category .cate-item:before {
  content: "";
  display: inline-block;
  position: relative;
  font: normal normal normal 16px/1 FontAwesome;
  color: #dc1c1c;
  font-weight: bold;
  margin-right: 5px;
}
.no-results .our-picks .post-wrapper, .error404 .our-picks .post-wrapper {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  margin: auto -10px;
}
@media (max-width: 767px) {
  .no-results .our-picks .post-wrapper, .error404 .our-picks .post-wrapper {
    grid-template-columns: 50% 50%;
  }
}
@media (max-width: 414px) {
  .no-results .our-picks .post-wrapper, .error404 .our-picks .post-wrapper {
    grid-template-columns: 100%;
  }
}
.no-results .our-picks article, .error404 .our-picks article {
  padding: 15px 10px;
}
.no-results .our-picks article .thumbnail, .error404 .our-picks article .thumbnail {
  width: 100%;
  height: 140px;
}
.no-results .our-picks article .thumbnail img, .error404 .our-picks article .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.no-results .our-picks article .section-title, .error404 .our-picks article .section-title {
  text-align: left;
}
.no-results .our-picks article .content, .error404 .our-picks article .content {
  padding: 10px 0 0 0;
}
.no-results .our-picks article .content .category, .error404 .our-picks article .content .category {
  display: inline-block;
}
.no-results .our-picks article .content .category .cat-links, .error404 .our-picks article .content .category .cat-links {
  display: inline;
}
.no-results .our-picks article .content .category:after, .error404 .our-picks article .content .category:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 6px;
  margin-right: 6px;
}
.no-results .our-picks article .content .published, .error404 .our-picks article .content .published {
  display: inline-block;
  color: #7a7a7a;
}
.no-results .our-picks article .content .post-title, .error404 .our-picks article .content .post-title {
  margin-top: 5px;
  overflow: hidden;
  height: 4.4rem;
  line-height: 2.2rem;
}
.no-results .our-picks article .content .post-title:before, .error404 .our-picks article .content .post-title:before {
  content: "";
  float: left;
  width: 5px;
  height: 4.4rem;
}
.no-results .our-picks article .content .post-title > *:first-child, .error404 .our-picks article .content .post-title > *:first-child {
  float: right;
  width: 100%;
  margin-left: -5px;
}
.no-results .our-picks article .content .post-title:after, .error404 .our-picks article .content .post-title:after {
  content: "...";
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  float: right;
  position: relative;
  top: -2.2rem;
  left: 100%;
  width: 3rem;
  margin-left: -3rem;
  padding-right: 5px;
  text-align: right;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff), color-stop(50%, #ffffff));
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%, #ffffff);
  background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%, #ffffff);
  background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%, #ffffff);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%, #ffffff);
}
.no-results .our-picks article .content .post-title a, .error404 .our-picks article .content .post-title a {
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.2rem;
  font-weight: 500;
  color: #1b1b1b;
}

#mainnav {
  display: block;
  width: 100%;
  float: none;
  padding: 15px 0;
  margin-top: 15px;
  border-top: 1px solid #ececec;
}
@media (max-width: 1024px) {
  #mainnav {
    display: none;
    visibility: hidden;
  }
}
#mainnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mainnav li {
  background-color: unset !important;
}
#mainnav li.active a {
  color: #dc1c1c !important;
}
#mainnav li a, #mainnav li p {
  font-size: 1.4rem !important;
  font-family: "Roboto", sans-serif !important;
  line-height: 1.8rem !important;
  color: #1b1b1b;
  font-weight: 600;
  height: auto;
  margin: 0;
}
#mainnav li a:hover, #mainnav li p:hover {
  color: #dc1c1c !important;
  text-decoration: none;
}
#mainnav li a:hover .more-toggle-icon span, #mainnav li p:hover .more-toggle-icon span {
  background-color: #dc1c1c !important;
}
#mainnav li:hover {
  background: none !important;
  background-color: unset !important;
}
#mainnav .primary-menu {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
#mainnav .primary-menu li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  float: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0 12px;
}
#mainnav .primary-menu li a, #mainnav .primary-menu li i.fab {
  display: inline-block;
  display: -moz-inline-box;
  display: -webkit-inline-box;
}
#mainnav .primary-menu li a, #mainnav .primary-menu li p {
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
}
#mainnav .primary-menu li i.fab {
  margin-top: -3px;
  margin-left: 6px;
  color: #dc1c1c !important;
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#mainnav .primary-menu li i.fab.active {
  transform: rotate(180deg);
}
#mainnav .secondary-menu {
  position: absolute;
  background-color: #fff;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  left: 0;
  bottom: -38px;
  padding: 10px 0;
  z-index: 2;
}
#mainnav .secondary-menu li {
  float: none !important;
  margin-right: 30px;
}
#mainnav .secondary-menu li a {
  color: #1b1b1b;
  text-transform: capitalize;
}
#mainnav .secondary-menu li a:before {
  content: "";
  display: inline-block;
  position: relative;
  font: normal normal normal 16px/1 FontAwesome;
  color: #dc1c1c;
  font-weight: bold;
  margin-right: 5px;
}
#mainnav .more-toggle-icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.8rem;
}
#mainnav .more-toggle-icon span {
  height: 2px;
  display: block;
  margin: 1px 0 2px 3px;
  width: 10px;
  background-color: #424040;
}

.nav-inline {
  margin: 0 5% 0 7% !important;
  padding: 0 !important;
  border: 0 !important;
  flex: 1;
}

.page #mainnav, .single #mainnav, .category #mainnav, .archive #mainnav, .search #mainnav {
  border-bottom: 1px solid #ececec;
}

/*---Mobile---*/
#mobile-category {
  margin: 0 auto;
}
#mobile-category .current-parent {
  order: 1 !important;
}
#mobile-category ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#mobile-category ul li {
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.2rem;
  color: #1b1b1b;
  font-weight: 500;
}
#mobile-category ul li a {
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.2rem;
  color: #1b1b1b;
  font-weight: 500;
}
#mobile-category .primary-menu {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#mobile-category .primary-menu > li {
  position: relative;
  border-top: 1px solid #ccc;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -moz-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  max-width: 100%;
  order: 2;
}
#mobile-category .primary-menu > li.selected {
  background-color: #333333 !important;
}
#mobile-category .primary-menu > li.selected a {
  color: #fff !important;
}
#mobile-category .primary-menu > li a {
  display: block;
  padding: 15px 0 15px 15px;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.2rem;
  color: #1b1b1b;
  font-weight: 500;
}
#mobile-category .primary-menu > li .sub-toggle {
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transition: all 0.38s ease;
  -moz-transition: all 0.38s ease;
  -ms-transition: all 0.38s ease;
  -o-transition: all 0.38s ease;
  transition: all 0.38s ease;
  cursor: pointer;
  margin-top: -18px;
}
#mobile-category .primary-menu > li .sub-toggle:after {
  content: "+";
  display: block;
  position: relative;
  font-size: 34px;
  line-height: 1;
  color: #dc1c1c;
}
#mobile-category .primary-menu > li .sub-toggle.open {
  margin-top: -22px;
}
#mobile-category .primary-menu > li .sub-toggle.open:after {
  content: "-";
  font-size: 44px;
  color: #fff !important;
}
#mobile-category .primary-menu > li i.fab {
  display: block;
  position: absolute;
  color: #dc1c1c;
  top: 50%;
  right: 22px;
  -webkit-transition: all 0.38s ease;
  -moz-transition: all 0.38s ease;
  -ms-transition: all 0.38s ease;
  -o-transition: all 0.38s ease;
  transition: all 0.38s ease;
  cursor: pointer;
  margin-top: -12px;
  font-size: 28px;
  font-weight: bold;
}
#mobile-category .secondary-menu {
  display: none;
  list-style: none;
  padding-left: 25px !important;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -moz-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  max-width: 100%;
  order: 2;
}
#mobile-category .secondary-menu > li {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  line-height: 2rem;
  border-bottom: 1px solid #ececec;
}
#mobile-category .secondary-menu > li:last-child {
  border: 0;
}
#mobile-category .secondary-menu > li a, #mobile-category .secondary-menu > li p {
  display: block;
  padding: 16px 0;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  line-height: 2rem;
  margin: 0;
}
#mobile-category .secondary-menu > li a:before, #mobile-category .secondary-menu > li p:before {
  content: "";
  display: inline-block;
  position: relative;
  font: normal normal normal 18px/1 FontAwesome;
  color: #dc1c1c;
  font-weight: bold;
  margin-right: 10px;
}

.page .page-title {
  /* font-size: 3.6rem; */
  font-size: 3.8rem;
  font-family: "Roboto", sans-serif;
  line-height: 4rem;
  color: #fff;
  font-weight: 500;
  margin: 0 !important;
  text-align: center;
  padding-bottom: 10px;
}
.page .content-container h2, .page .content-container h3, .page .content-container h4 {
  font-weight: 500;
  color: #1b1b1b;
}
.page .content-container h2 {
  /* font-size: 2.4rem; */
  font-size: 2.8rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.8rem;
}
.page .content-container h3 {
   /* font-size: 2rem; */
   font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.4rem;
}
.page .content-container p {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  line-height: 2rem;
  color: #1b1b1b;
  font-weight: 400;
  line-height: 1.5;
}
.page .content-container p > a {
  color: #1b1b1b;
  position: relative;
  display: inline;
}
.page .content-container p > a:after {
  content: "";
  display: inline;
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #dc1c1c;
  left: 0;
  bottom: 0;
}
.page .content-container p > a:hover {
  color: #dc1c1c;
}
.page .content-container blockquote {
  display: inline-block;
  background: none repeat scroll 0 0 #f8f8f8;
  border-color: #dc1c1c;
  border-width: 0 0 0 3px;
  border-style: solid;
  line-height: 28px;
  margin: 7px 0 25px;
  padding: 18px 25px;
}
@media (max-width: 767px) {
  .page .content-container blockquote {
    width: 100%;
  }
}
.page .content-container ol, .page .content-container ul {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
}
.page .content-container ol li, .page .content-container ul li {
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.2rem;
  color: #1b1b1b;
  line-height: 32px;
  margin-bottom: 10px;
  position: relative;
}
.page .content-container ol {
  list-style: none;
}
.page .content-container ol li {
  padding-left: 40px;
}
.page .content-container ol li .olli-content {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.8rem;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1;
  color: #dc1c1c;
  text-align: right;
}
.page .content-container ul li {
  padding-left: 15px;
}
.page .content-container ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10.5px;
  width: 8px;
  height: 8px;
  background: #dc1c1c;
}
.page .content-container .wp-caption-text {
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.6rem;
  color: #ccc;
  display: none;
  visibility: hidden;
}
.page .et_pb_section {
  padding: 0 !important;
}
.page .more-category .cat-title {
  font-size: 4rem;
  font-family: "Roboto", sans-serif;
  line-height: 4.4rem;
  color: #1b1b1b;
  font-weight: 600;
  text-align: center;
  margin: 0;
}
@media (max-width: 414px) {
  .page .more-category .cat-title {
    font-size: 3.6rem;
    font-family: "Roboto", sans-serif;
    line-height: 4rem;
  }
}
.page .more-category .text-description {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  line-height: 2rem;
  color: #1b1b1b;
  font-weight: 400;
  text-align: center;
  margin: 5px 0 15px;
}
.page .more-category .category-wrapper {
  display: grid;
  grid-template-rows: repeat(1, auto);
  grid-template-columns: repeat(4, 25%);
  display: -ms-grid;
  -ms-grid-columns: repeat(1, auto);
  -ms-grid-rows: repeat(4, 25%);
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .page .more-category .category-wrapper {
    display: grid;
    grid-template-rows: repeat(1, auto);
    grid-template-columns: repeat(2, 50%);
    display: -ms-grid;
    -ms-grid-columns: repeat(1, auto);
    -ms-grid-rows: repeat(2, 50%);
    grid-template: repeat(1, auto)/repeat(2, 50%);
  }
}
@media (max-width: 414px) {
  .page .more-category .category-wrapper {
    grid-template: repeat(1, auto)/repeat(1, auto);
  }
}
.page .more-category .category-wrapper .category-block {
  text-align: center;
  vertical-align: top;
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page .more-category .category-wrapper .block-inner {
  padding: 0 0 25px;
  height: 100%;
  border: 1px solid #ececec;
  position: relative;
}
.page .more-category .category-wrapper .cate-thrumb {
  width: 100%;
  height: 90px;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .more-category .category-wrapper .cate-thrumb > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page .more-category .category-wrapper .parent-category {
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.8rem;
  color: #1b1b1b;
  text-transform: uppercase;
  margin: 25px auto 15px;
  position: relative;
  font-weight: 500;
}
@media (max-width: 767px) {
  .page .more-category .category-wrapper .parent-category {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.page .more-category .category-wrapper .parent-category > a {
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.8rem;
  color: #1b1b1b;
  text-transform: uppercase;
}
.page .more-category .category-wrapper .parent-category:after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #dc1c1c;
  bottom: -15px;
  left: 50%;
  margin-left: -12.5px;
}
.page .more-category .category-wrapper .child-wrapper {
  padding: 20px 0;
}
@media (max-width: 767px) {
  .page .more-category .category-wrapper .child-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.page .more-category .category-wrapper .child-wrapper .child-category {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  line-height: 2rem;
  text-transform: capitalize;
  padding: 5px 0;
}
.page .ourpicks-section .section-title {
  margin-top: 80px;
}
.page .ourpicks-section .ad-section {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 4;
  height: 300px;
}
@media (max-width: 767px) {
  .page .ourpicks-section .ad-section {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }
}
.page .you-may-like-section .ad-section {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 4;
  height: 300px;
}
@media (max-width: 767px) {
  .page .you-may-like-section .ad-section {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }
}
.page .social-icon-wrapper > a {
  display: inline-block;
  height: 22px;
  margin: 0 10px;
}
.page .social-icon-wrapper > a:first-child {
  margin-left: 0;
}
.page .social-icon-wrapper > a img {
  width: auto;
  height: 100%;
}
.page .social-icon-wrapper > a > .pinit-button {
  display: none !important;
  visibility: hidden !important;
}
.page form.wpcf7-form #input-name, .page form.wpcf7-form #input-email, .page form.wpcf7-form #input-subject, .page form.wpcf7-form #input-message, .page form.wpcf7-form #input-quiz {
  width: 100%;
  padding: 4px 8px;
}
.page form.wpcf7-form > p {
  margin: 0 -5px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.page form.wpcf7-form > p .wpcf7-form-control-wrap {
  display: block;
  padding: 5px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -moz-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  max-width: 50%;
}
@media (max-width: 767px) {
  .page form.wpcf7-form > p .wpcf7-form-control-wrap {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -moz-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    max-width: 100%;
  }
}
.page form.wpcf7-form > p .Subject, .page form.wpcf7-form > p .Message {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -moz-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  max-width: 100%;
}
.page form.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.6rem;
  color: #dc1c1c;
  margin: 5px 0;
}
.page form.wpcf7-form .btn-submit {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -moz-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  max-width: 100%;
  text-align: left;
}
.page form.wpcf7-form .btn-submit .quiz-801 {
  display: inline-block;
}
@media (max-width: 767px) {
  .page form.wpcf7-form .btn-submit .quiz-801 {
    display: block;
  }
}
.page form.wpcf7-form .btn-submit .quiz-801 span.wpcf7-not-valid-tip {
  display: inline-block;
}
@media (max-width: 767px) {
  .page form.wpcf7-form .btn-submit .quiz-801 span.wpcf7-not-valid-tip {
    display: block;
  }
}
.page form.wpcf7-form .btn-submit .quiz-801 label {
  vertical-align: middle;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.page form.wpcf7-form .btn-submit .quiz-801 label .wpcf7-quiz-label {
  margin-right: 5px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -moz-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .page form.wpcf7-form .btn-submit .quiz-801 label .wpcf7-quiz-label {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    -moz-flex-basis: 30%;
    -webkit-flex-basis: 30%;
    max-width: 30%;
  }
}
.page form.wpcf7-form .btn-submit .quiz-801 label #input-quiz {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -moz-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .page form.wpcf7-form .btn-submit .quiz-801 label #input-quiz {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    -moz-flex-basis: 70%;
    -webkit-flex-basis: 70%;
    max-width: 70%;
  }
}
.page form.wpcf7-form .btn-submit .input-submit {
  display: inline-block;
  float: right;
}
@media (max-width: 767px) {
  .page form.wpcf7-form .btn-submit .input-submit {
    display: block;
    float: none;
    width: 100%;
    margin-top: 15px;
  }
}
.page form.wpcf7-form .btn-submit .ajax-loader {
  display: none;
}
.page form.wpcf7-form div.wpcf7-response-output {
  margin: 0 !important;
  padding: 10px;
  border: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .page form.wpcf7-form div.wpcf7-response-output {
    margin-top: 15px;
  }
}

.menu-category_page1-container {
  margin: 0;
}

#menu-category_page1 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#menu-category_page1 a:hover {
  text-decoration: none;
}
#menu-category_page1 .menu-item {
  margin: 0;
  box-shadow: none;
  border: 0;
}
#menu-category_page1 .item-content {
  margin: 0;
}
#menu-category_page1 > .menu-item {
  float: none !important;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -moz-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  max-width: 50%;
  padding: 10px 15px;
}
@media (max-width: 767px) {
  #menu-category_page1 > .menu-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -moz-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    max-width: 100%;
  }
}
#menu-category_page1 > .menu-item > .menu-item-wrapper {
  border: 1px solid #ececec !important;
  padding: 20px 30px;
}
#menu-category_page1 > .menu-item > .menu-item-wrapper > .item-content {
  position: relative;
  border-bottom: 1px solid #ececec;
  margin-bottom: 5px;
}
#menu-category_page1 > .menu-item > .menu-item-wrapper > .item-content:after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #dc1c1c;
  position: absolute;
  left: 0;
  bottom: 0;
}
#menu-category_page1 > .menu-item > .menu-item-wrapper > .item-content a {
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.8rem;
  color: #1b1b1b;
  font-weight: 700;
}
#menu-category_page1 > .menu-item-has-children > .menu-item-wrapper {
  height: 100%;
}
#menu-category_page1 .sub-menu {
  padding: 0;
  margin-top: 5px;
}
#menu-category_page1 .sub-menu > li {
  position: relative;
  padding: 8px 0;
}
#menu-category_page1 .sub-menu > li .menu-item-wrapper {
  display: inline-block;
  display: -moz-inline-box;
  display: -webkit-inline-box;
}
#menu-category_page1 .sub-menu > li .item-content {
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.2rem;
  color: #1b1b1b;
}
#menu-category_page1 .sub-menu > li .item-content a {
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.2rem;
  color: #1b1b1b;
}
#menu-category_page1 .sub-menu > li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #dc1c1c;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2.5px;
}

@media (max-width: 768px) {
  #main article .single-title, body.archive .page-header .cat-title {
    font-size: 29px;
  }
}
.parsley-errors-list.filled {
  position: absolute;
  margin: 0px;
  padding: 0px;
}

/*------Article Page------*/
.single #page-content > .page-content {
  padding-top: 15px;
}
.single article {
  max-width: calc(100% - 200px);
  margin: 0 auto;
  float: none;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .single article {
    max-width: 100%;
    padding-top: 15px;
  }
}
.single #contents {
  position: relative;
}
@media (max-width: 767px) {
  .single #contents {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .single #secondary {
    display: none;
  }
}
@media (max-width: 767px) {
  .single .ourpicks-section {
    display: none;
  }
}
.single .feature-img {
  text-align: center;
}
.single .feature-img img {
  width: 100%;
  height: auto;
}
.single article .single-title {
  font-size: 32px;
  font-family: "Roboto", sans-serif;
  line-height: 4.2rem;
  font-weight: 500;
  border: none;
  margin: 0;
  color: #fff!important;
  text-align: center;
}
@media (max-width: 767px) {
  .single article .single-title {
    font-size: 28px;
    font-family: "Roboto", sans-serif;
    line-height: 3.2rem;
    font-weight:bold!important;
  }
}
.single article .entry-header {
  margin-bottom: 30px;
}
.single article .entry-header .author-section-post {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding-bottom: 30px;
  margin: 0;
}
@media (max-width: 767px) {
  .single article .entry-header .author-section-post {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom:5px;
  }
}
.single article .entry-header .author-section-post img {
  margin-right: 15px;
  border-radius: 100%;
  width: 30px;
}
.single article .entry-header .author-section-post .name-level {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.single article .entry-header .author-section-post .author-name-date {
  margin-bottom: 0;
  color: #1b1b1b;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.single article .entry-header .author-section-post .author-name-date .author-name {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  line-height: 2rem;
  font-weight: 600;
  color: #dc1c1c;
  text-transform: capitalize;
}
.single article .entry-header .author-section-post .author-name-date .author-name a, .single article .entry-header .author-section-post .author-name-date .author-name p {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  line-height: 2rem;
  font-weight: 600;
  color: #dc1c1c;
  text-transform: capitalize;
  margin: 0;
}
.single article .entry-header .author-section-post .author-name-date .date {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  line-height: 2rem;
  color: #666666;
}
.single article .entry-header .author-section-post .author-name-date .date > p {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  line-height: 2rem;
  margin: 0;
  display: inline-block;
}
.single article .entry-header .author-section-post .author-name-date .date::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 6px;
  margin-right: 6px;
}

.next-prev {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}
.next-prev span {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.next-prev span a {
  text-transform: uppercase;
  font-size: 16px;
  color: #2f2f2f;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.next-prev span a:hover {
  text-decoration: none;
}
.next-prev span.prev:before {
  content: "";
  display: block;
  background-image: url(./../images/arrow-btn.png);
  height: 14px;
  width: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 2px;
  margin-right: 10px;
}
.next-prev span.next:after {
  content: "";
  display: block;
  background-image: url(./../images/arrow-btn.png);
  height: 14px;
  width: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 2px;
  margin-left: 10px;
  transform: rotate(180deg);
}
.next-prev .line {
  width: 100%;
  height: 2px;
  background: #f5f5f5;
  margin: 0 30px;
}

#view_comment {
  width: 100%;
  background-color: #333333;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  line-height: 2rem;
  font-weight: 500;
  color: #fff;
  padding: 12px 28px;
  margin: 50px 0 20px;
  text-align: center;
  cursor: pointer;
}

#comments {
  display: none;
  margin-top: 70px;
}
@media (max-width: 767px) {
  #comments {
    margin-top: 40px;
  }
}
#comments .comment-title {
  text-transform: uppercase;
  font-size: 2.6rem;
  font-family: "Roboto", sans-serif;
  line-height: 3rem;
  color: #2f2f2f;
  font-weight: 700;
  margin-bottom: 5px;
}
#comments .comments-list {
  border-bottom: solid 2px #f5f5f5;
}
#comments .comments-list article {
  margin-bottom: 0;
  background: none;
  padding: 0;
}
#comments .comments-list article:after {
  display: none;
}
#comments .comments-list article .comment-meta {
  display: flex;
  align-items: center;
}
#comments .comments-list article .comment-meta .comment-author {
  color: #dc1c1c;
}
#comments .comments-list article .comment-meta .comment-author::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 6px;
  margin-right: 6px;
}
#comments .comments-list article .comment-meta .comment-metadata {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #666666;
  top: -3px;
  position: relative;
}
#comments .comments-list article .comment-content {
  margin-left: 62px;
  margin-top: -30px;
}
#comments .comments-list article .says,
#comments .comments-list article .comment-awaiting-moderation {
  display: none;
}
#comments .comments-list article .reply {
  position: relative;
  padding-bottom: 25px;
  text-decoration: underline;
  margin-left: 63px;
  border-bottom: solid 2px #f5f5f5;
  top: -10px;
  right: 0;
}
#comments .comments-list article .reply a {
  color: #2f2f2f;
}
#comments .comments-list > .comment:last-child article .reply {
  border-bottom: none;
}
#comments .border-bottom {
  margin-bottom: 25px;
  display: flex;
}
#comments .border-bottom .left-line {
  width: 40px;
  height: 2px;
  display: block;
  background: #dc1c1c;
}
#comments .border-bottom .right-line {
  width: 100%;
  display: block;
  height: 2px;
  background: #f5f5f5;
}
#comments div.comment-form {
  border-bottom: solid 2px #f5f5f5;
  padding-bottom: 45px;
  margin-bottom: 55px;
}
#comments div.comment-form .comments-wrapper-heading {
  font-size: 18px;
  color: #1b1b1b;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 40px;
}
#comments div.comment-form #commentform {
  padding-top: 0;
  color: #1b1b1b;
}
#comments div.comment-form #commentform .commentform-element.name-email {
  display: flex;
}
#comments div.comment-form #commentform .commentform-element.name-email > p {
  width: 100%;
  margin-right: 10px;
  margin-bottom: 0;
}
#comments div.comment-form #commentform .commentform-element.name-email p:last-child {
  margin-right: 0;
}
#comments div.comment-form #commentform .commentform-element.name-email input {
  width: 100%;
  background: #f8f8f8;
  border-color: #f5f5f5;
  margin-bottom: 10px;
}
#comments div.comment-form #commentform .commentform-element.name-email input:focus {
  outline: none;
}
#comments div.comment-form #commentform .comment-form-comment textarea {
  width: 100%;
  background: #f8f8f8;
  border-color: #f5f5f5;
  margin-bottom: 10px;
  height: 120px;
  padding: 15px 20px;
}
#comments div.comment-form #commentform .comment-form-comment textarea:focus {
  outline: none;
}
#comments div.comment-form input[type=submit] {
  background: #2f2f2f;
  text-transform: uppercase;
  width: 50%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.related-post-single {
  border-bottom: solid 2px #f5f5f5;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.related-post-single .title-section .related-title {
  text-transform: uppercase;
  font-size: 25px;
  color: #2f2f2f;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}
.related-post-single .title-section .border-bottom {
  margin-bottom: 25px;
  display: flex;
}
.related-post-single .title-section .border-bottom .left-line {
  width: 40px;
  height: 2px;
  display: block;
  background: #dc1c1c;
}
.related-post-single .title-section .border-bottom .right-line {
  width: 100%;
  display: block;
  height: 2px;
  background: #f5f5f5;
}
.related-post-single .related-posts.columns {
  display: flex;
}
.related-post-single .related-posts.columns > .column {
  display: flex;
  flex-direction: column;
  width: 25%;
  padding: 0 10px;
}
.related-post-single .related-posts.columns > .column:first-child {
  padding-left: 0;
}
.related-post-single .related-posts.columns > .column:last-child {
  padding-right: 0;
}
.related-post-single .related-posts.columns > .column .column.related-featured-image {
  height: 140px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.related-post-single .related-posts.columns > .column .column h3 {
  margin: 0;
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.related-post-single .related-posts.columns > .column .column h3 a {
  color: #1b1b1b;
}
.related-post-single .related-posts.columns > .column .column .cat-date {
  display: flex;
  align-items: flex-start;
  margin: 5px 0;
}
.related-post-single .related-posts.columns > .column .column .cat-date .cat-links {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
}
.related-post-single .related-posts.columns > .column .column .cat-date .cat-links::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 6px;
  margin-right: 6px;
}
.related-post-single .related-posts.columns > .column .column .cat-date .date {
  margin: 0;
}

body.single .content-wrap-flex {
  display: flex;
  flex-wrap: wrap;
}
body.single .content-wrap-flex .tabs {
  width: 100%;
}
body.single .content-wrap-flex .single-title-desc-wrap,
body.single .content-wrap-flex .single-video-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  body.single #comments div.comment-form {
    border: none;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  body.single #comments div.comment-form #commentform {
    padding-top: 5px;
  }
  body.single #comments div.comment-form #commentform .comment-notes {
    margin-bottom: 15px;
  }
  body.single #comments div.comment-form #commentform input[type=submit] {
    width: 100%;
  }
  body.single #comments div.comment-form #commentform .commentform-element.name-email {
    flex-direction: column;
  }
  body.single #comments div.comment-form #commentform .commentform-element.name-email input {
    width: 100%;
  }
  body.single .related-post-single .related-posts.columns {
    flex-direction: column;
  }
  body.single .related-post-single .related-posts.columns > .column {
    width: 100%;
    padding: 0 0 15px 0;
  }
}

.entry-content .lwptoc {
  margin: 0;
}
.entry-content .lwptoc .lwptoc_i {
  width: 100%;
}
.entry-content .lwptoc .lwptoc_i a:after {
  display: none !important;
}
.entry-content .lwptoc .lwptoc_header .lwptoc_title {
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.8rem;
  color: #1b1b1b;
}
.entry-content .lwptoc .lwptoc_items .lwptoc_item {
  margin: 10px auto;
}
.entry-content .lwptoc .lwptoc_items .lwptoc_item > a {
  color: #424040;
}
.entry-content .lwptoc .lwptoc_items .lwptoc_item > a:hover {
  color: #dc1c1c;
  border-color: #dc1c1c !important;
}
.entry-content .lwptoc .lwptoc_items .lwptoc_item .lwptoc_item_number {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  line-height: 2rem;
  line-height: 1.8rem;
  font-weight: 600;
}
.entry-content .lwptoc .lwptoc_items .lwptoc_item .lwptoc_item_label {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  line-height: 2rem;
  line-height: 1.8rem;
  font-weight: 600;
}

/* Share Button */
.a2a_kit a:last-child {
  display: none;
}
.a2a_kit a.a2a_button_email span {
  background-color: #5d5d5d !important;
}
.a2a_kit .a2a_svg {
  border-radius: 0px !important;
  padding: 2px;
}

.addtoany_content .share-title {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  line-height: 2rem;
  color: #1b1b1b;
}

.addtoany_list a:first-child {
  padding-left: 0 !important;
}

.a2a_floating_style {
  position: absolute !important;
  top: 0 !important;
}
.a2a_floating_style.scroll {
  position: fixed !important;
  top: 45px !important;
}

.share-floating {
  position: absolute;
  margin-left: -64px;
  top: 0;
}
@media (max-width: 767px) {
  .share-floating {
    display: none;
    visibility: hidden;
    position: fixed !important;
    top: 30% !important;
    z-index: 999;
    margin-left: 0;
  }
}
.share-floating.scroll {
  position: fixed !important;
  top: 45px !important;
}
@media (max-width: 767px) {
  .share-floating.scroll {
    top: 30% !important;
    z-index: 999;
  }
}
.share-floating .media_icon {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.share-floating .media_icon > a {
  margin-bottom: 5px;
}

.share-action {
  position: relative;
  padding-top: 15px;
  margin-bottom: 45px;
}
.share-action > p {
  font-size: 1.6rem !important;
  font-family: "Roboto", sans-serif !important;
  line-height: 2rem !important;
  color: #1b1b1b;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .share-action > p {
    text-align: center;
  }
}
.share-action .media_icon {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.share-action .media_icon > a {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .share-action .media_icon {
    justify-content: center;
  }
}

.share-action .media_icon > a, .share-floating .media_icon > a {
  display: block;
  width: 40px;
  height: 40px;
  padding: 5px;
}
.share-action .media_icon > a:after, .share-floating .media_icon > a:after {
  display: none !important;
}
.share-action .media_icon .facebook, .share-floating .media_icon .facebook {
  background-color: #485ea5;
}
.share-action .media_icon .twitter, .share-floating .media_icon .twitter {
  background-color: #3fa3e3;
}
.share-action .media_icon .pinterest, .share-floating .media_icon .pinterest {
  background-color: #da2a26;
}
.share-action .media_icon .whatsapp, .share-floating .media_icon .whatsapp {
  background-color: #6eed82;
}
.share-action .media_icon .mail, .share-floating .media_icon .mail {
  background-color: #5d5d5d;
}

/* Content tab table */
.sp-tab__lay-default {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.sp-tab__lay-default .sp-tab__nav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .sp-tab__lay-default .sp-tab__nav {
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    align-items: flex-end;
  }
}
.sp-tab__lay-default .sp-tab__nav-item {
  background: none !important;
  height: 100%;
}
.sp-tab__lay-default .sp-tab__nav-item:before {
  display: none !important;
}
.sp-tab__lay-default .sp-tab__nav-item:first-child {
  padding-left: 0 !important;
}
@media (max-width: 767px) {
  .sp-tab__lay-default .sp-tab__nav-item {
    margin: 0 !important;
  }
}
.sp-tab__lay-default .sp-tab__nav-link {
  padding: 14px 25px !important;
  margin-top: 0 !important;
  text-align: center;
  flex-direction: unset !important;
  background: #424040 !important;
}
@media (max-width: 767px) {
  .sp-tab__lay-default .sp-tab__nav-link {
    padding: 5px 6px !important;
  }
}
.sp-tab__lay-default .sp-tab__nav-link.sp-tab__active {
  background: #dc1c1c !important;
  position: relative;
  padding: 16px 25px !important;
}
@media (max-width: 767px) {
  .sp-tab__lay-default .sp-tab__nav-link.sp-tab__active {
    padding: 7px 6px !important;
  }
}
.sp-tab__lay-default .sp-tab__nav-link.sp-tab__active:after {
  content: "";
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #dc1c1c;
}
@media (max-width: 767px) {
  .sp-tab__lay-default .sp-tab__tab_title {
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    line-height: 1.8rem;
  }
}
.sp-tab__lay-default .sp-tab-content ol {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 0px;
}
.sp-tab__lay-default .sp-tab-content ol li {
  counter-increment: my-awesome-counter;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 10px 0 10px 55px;
  position: relative;
}
.sp-tab__lay-default .sp-tab-content ol li:before {
  content: counter(my-awesome-counter);
  font-weight: bold;
  font-size: 3rem;
  margin-right: 0.5rem;
  line-height: 1;
  text-align: right;
  min-width: 35px;
  position: absolute;
  top: 8px;
  left: 10px;
}
.sp-tab__lay-default .sp-tab-content ol > li:nth-child(odd), .sp-tab__lay-default .sp-tab-content li > li:nth-child(odd) {
  background: #ececec;
}

aside.Review {
  margin-top: 25px;
}
aside.Review h2 {
  margin: 0;
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.8rem;
  color: #1b1b1b;
}
aside.Review .description {
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.2rem;
  line-height: 32px;
  color: #1b1b1b;
  margin: 0 0 10px;
}
aside.Review .review-list {
  list-style: none;
}
aside.Review .review-list li {
  padding: 0;
  margin-bottom: 5px;
}
aside.Review .review-list li a {
  color: #1b1b1b;
  position: relative;
  display: inline;
  padding-bottom: 0px;
  border-bottom: 2px solid #dc1c1c;
}
aside.Review .review-list li a:hover {
  color: #dc1c1c;
  opacity: 0.8;
}

#article-slider {
  position: relative;
  width: calc( 100% - 20px );
  margin-right: 20px;
}
@media (max-width: 1024px) {
  #article-slider {
    width: 100%;
    margin-right: 0;
  }
}
#article-slider .slider-content {
  background: #ececec;
  padding: 20px;
  text-align: center;
}
#article-slider .slider-content p {
  font-size: 20px;
  color: #1b1b1b;
  margin-bottom: 0;
  line-height: 25px;
}
#article-slider #custom-nav-top {
  position: absolute;
  top: calc(50% - 64px);
  width: 100%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#article-slider #custom-nav-top .owl-prev,
#article-slider #custom-nav-top .owl-next {
  display: block !important;
  position: absolute;
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  #article-slider #custom-nav-top .owl-prev,
#article-slider #custom-nav-top .owl-next {
    display: none !important;
  }
}
#article-slider #custom-nav-top .owl-prev:hover,
#article-slider #custom-nav-top .owl-next:hover {
  background: #dc1c1c;
  border: 1px solid #dc1c1c;
}
#article-slider #custom-nav-top .owl-prev:hover:before,
#article-slider #custom-nav-top .owl-next:hover:before {
  border-color: #fff;
}
#article-slider #custom-nav-top .owl-prev i,
#article-slider #custom-nav-top .owl-next i {
  display: none;
}
#article-slider #custom-nav-top .owl-prev:before,
#article-slider #custom-nav-top .owl-next:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 2px solid #dc1c1c;
  border-right: 0px;
  border-top: 0px;
  border-color: #dc1c1c;
  top: 39px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#article-slider #custom-nav-top .owl-prev {
  left: -20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#article-slider #custom-nav-top .owl-prev:before {
  top: 10px;
  left: 13px;
}
#article-slider #custom-nav-top .owl-next {
  right: -20px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
#article-slider #custom-nav-top .owl-next:before {
  top: 11px;
  left: 13px;
}
#article-slider #custom-nav-bot {
  position: relative;
  display: flex;
  width: 100%;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  line-height: 2rem;
  font-weight: 600;
  color: #1b1b1b;
  justify-content: space-between;
  margin-top: 40px;
}
#article-slider #custom-nav-bot .owl-prev,
#article-slider #custom-nav-bot .owl-next {
  position: relative;
  cursor: pointer;
}
#article-slider #custom-nav-bot .owl-prev i,
#article-slider #custom-nav-bot .owl-next i {
  display: none;
}
#article-slider #custom-nav-bot .owl-prev:before,
#article-slider #custom-nav-bot .owl-next:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid #dc1c1c;
  border-right: 0px;
  border-top: 0px;
  border-color: #dc1c1c;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#article-slider #custom-nav-bot .owl-prev {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#article-slider #custom-nav-bot .owl-prev:after {
  content: "PREV";
  position: absolute;
  top: -29px;
  left: 12px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#article-slider #custom-nav-bot .owl-next {
  top: -5px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
#article-slider #custom-nav-bot .owl-next:after {
  content: "NEXT";
  position: absolute;
  top: -30px;
  left: 10px;
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
#article-slider #custom-nav-bot .slider-counter {
  position: relative;
  background: #fff;
  font-weight: 300;
}
#article-slider #custom-nav-bot .slider-counter:before, #article-slider #custom-nav-bot .slider-counter:after {
  content: "";
  position: absolute;
  top: 7px;
  width: 224px;
  height: 1px;
  background: #ececec;
}
@media (max-width: 768px) {
  #article-slider #custom-nav-bot .slider-counter:before, #article-slider #custom-nav-bot .slider-counter:after {
    width: 100px;
  }
}
@media (max-width: 480px) {
  #article-slider #custom-nav-bot .slider-counter:before, #article-slider #custom-nav-bot .slider-counter:after {
    width: 20px;
  }
}
#article-slider #custom-nav-bot .slider-counter:before {
  left: calc( 100% + 20px);
}
@media (max-width: 480px) {
  #article-slider #custom-nav-bot .slider-counter:before {
    left: calc( 100% + 10px);
  }
}
#article-slider #custom-nav-bot .slider-counter:after {
  right: calc( 100% + 20px);
}
@media (max-width: 480px) {
  #article-slider #custom-nav-bot .slider-counter:after {
    right: calc( 100% + 10px);
  }
}

.toc-wrapper {
  width: 100%;
  text-align: center;
}

#toc {
  border: 1px solid #ececec;
  margin-top: 0px;
  margin-bottom: 30px;
  width: auto;
  position: relative;
  text-align: center;
  padding: 10px 50px;
  display: inline-block;
  display: -moz-inline-box;
  display: -webkit-inline-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#toc.open {
  outline: 8px solid #ececec;
  outline-offset: -8px;
  padding: 30px;
  width: 100%;
  display: block !important;
}
@media (max-width: 767px) {
  #toc.open {
    padding: 15px;
  }
}
#toc.open .toc-nav {
  width: 100% !important;
}
#toc .toc-nav {
  display: block;
  position: relative;
  padding-right: 25px;
}
#toc .toc-title {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.4rem;
  font-weight: 500;
  color: #1b1b1b;
  display: inline;
  cursor: pointer;
}
#toc .toc-toggle {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12.5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  #toc .toc-toggle {
    transform: rotate(0);
  }
}
#toc .toc-toggle:before {
  content: "";
  display: inline-block;
  position: relative;
  font: normal normal normal 25px/25px FontAwesome;
  color: #dc1c1c;
}
#toc .toc-toggle.clicked {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  #toc .toc-toggle.clicked {
    transform: rotate(180deg);
  }
}
#toc #toc_item {
  margin-top: 10px;
  display: none;
  visibility: hidden;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  text-align: left;
}
@media (max-width: 767px) {
  #toc #toc_item {
    height: 100px;
  }
}
#toc #toc_item.open {
  visibility: visible;
  display: block;
  height: auto;
}
#toc #toc_item.open:before {
  display: none;
}
#toc #toc_item > .item {
  margin-top: 15px;
  position: relative;
  padding-left: 30px;
}
#toc #toc_item > .item:first-child {
  margin-top: 0;
}
#toc #toc_item > .item span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.2rem;
  cursor: pointer;
  font-weight: 600;
}
#toc #toc_item .title-link {
  display: inline;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.2rem;
  color: #1b1b1b;
  -webkit-transition: all 0.38s ease;
  -moz-transition: all 0.38s ease;
  -ms-transition: all 0.38s ease;
  -o-transition: all 0.38s ease;
  transition: all 0.38s ease;
  cursor: pointer;
}
#toc #toc_item .title-link:hover {
  color: #dc1c1c;
}
#toc #toc_item .title-link:hover span {
  color: #dc1c1c;
}

.tabs {
  max-width: 100%;
  padding: 0;
  margin-bottom: 30px;
}
.tabs .tabs-nav {
  list-style: none;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
  overflow: visible;
}
.tabs .tabs-nav .tabs-link {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  margin-right: 1px !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  flex: 1;
}
.tabs .tabs-nav .tabs-link:last-of-type {
  margin-right: 0 !important;
}
.tabs .tabs-nav .tabs-link:before {
  display: none;
}
.tabs .tabs-nav .tabs-link  {
  background: #333333;
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.2rem;
}
@media (max-width: 767px) {
  .tabs .tabs-nav .tabs-link  {
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    line-height: 1.8rem;
    line-height: 1.8rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.tabs .tabs-nav .tabs-link  > div {
  width: 100%;
  padding: 10px 25px;
}
@media (max-width: 767px) {
  .tabs .tabs-nav .tabs-link  > div {
    padding: 10px 6px;
    font-size: 1.4rem;
  }
}
.tabs .tabs-nav .tabs-link.tab-active {
  margin: 0;
}
.tabs .tabs-nav .tabs-link.tab-active  {
  background: #dc1c1c;
  cursor: default;
}
.tabs .tabs-nav .tabs-link.tab-active  > div {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .tabs .tabs-nav .tabs-link.tab-active  > div {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.tabs .tabs-nav .tabs-link.tab-active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #dc1c1c;
}
.tabs .tabs-stage {
  clear: both;
  padding: 0;
  position: relative;
  top: -1px;
}
.tabs .tabs-stage > div {
  display: none;
  /*Tab Content*/
}
.tabs .tabs-stage > div ol li, .tabs .tabs-stage > div ul li {
  padding: 8px 0;
  margin: 0 !important;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.2rem;
  color: #1b1b1b;
}
.tabs .tabs-stage > div ol li:nth-child(even), .tabs .tabs-stage > div ul li:nth-child(even) {
  background-color: #f8f8f8;
}
.tabs .tabs-stage > div ol li a, .tabs .tabs-stage > div ul li a {
  color: #1b1b1b;
}
.tabs .tabs-stage > div ol li .olli-content, .tabs .tabs-stage > div ul li .olli-content {
  top: 12px !important;
}
.tabs .tabs-stage > div p {
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.2rem;
  color: #1b1b1b;
  margin-bottom: 5px;
}
.tabs .tabs-stage #tab-1 {
  display: block;
}

#contents h1, #contents h2, #contents h3, #contents h4, .taxonomy-description h1, .taxonomy-description h2, .taxonomy-description h3, .taxonomy-description h4 {
  font-weight: 600;
  color: #1b1b1b;
}
#contents h1, .taxonomy-description h1 {
  font-size: 32px;
  font-family: "Roboto", sans-serif;
  line-height: 3rem;
  color:#fff;
}
@media only screen and (max-width: 768px)
{
  #contents h1, .taxonomy-description h1 {
  font-size: 28px;
  }
}
#contents h2, .taxonomy-description h2 {
  /* font-size: 2.2rem; */
  font-size: 26px;
  font-family: "Roboto", sans-serif;
  line-height: 2.8rem;
}
#contents h3, .taxonomy-description h3 {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.4rem;
}
#contents p, .taxonomy-description p {
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  color: #1b1b1b;
  line-height: 32px;
}
#contents p a, .taxonomy-description p a {
  color: #1b1b1b;
  position: relative;
  display: inline;
}
#contents p a:after, .taxonomy-description p a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #dc1c1c;
  left: 0;
  bottom: 1px;
}
#contents p a:hover, .taxonomy-description p a:hover {
  color: #dc1c1c;
  opacity: 0.8;
}
#contents p a:hover:after, .taxonomy-description p a:hover:after {
  background-color: #dc1c1c;
  opacity: 0.8;
}
#contents blockquote, .taxonomy-description blockquote {
  display: inline-block;
  background: none repeat scroll 0 0 #f8f8f8;
  border-color: #ffb85c;
  border-width: 0 0 0 15px;
  border-style: solid;
  line-height: 28px;
  margin: 7px 0 25px;
  padding: 18px 25px;
}
@media (max-width: 767px) {
  #contents blockquote, .taxonomy-description blockquote {
    width: 100%;
  }
}
#contents ol, #contents ul, .taxonomy-description ol, .taxonomy-description ul {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
}
#contents ol li, #contents ul li, .taxonomy-description ol li, .taxonomy-description ul li {
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.2rem;
  color: #1b1b1b;
  line-height: 32px;
  margin-bottom: 10px;
  position: relative;
}
#contents ol, .taxonomy-description ol {
  list-style: none;
}
#contents ol li, .taxonomy-description ol li {
  padding-left: 40px;
}
#contents ol li .olli-content, .taxonomy-description ol li .olli-content {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.8rem;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1;
  color: #dc1c1c;
  text-align: right;
}
#contents ul li, .taxonomy-description ul li {
  padding-left: 15px;
}
#contents ul li:before, .taxonomy-description ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10.5px;
  width: 8px;
  height: 8px;
  background: #dc1c1c;
}
#contents .wp-caption-text, .taxonomy-description .wp-caption-text {
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.6rem;
  color: #ccc;
}
#contents .recommend-article p, .taxonomy-description .recommend-article p {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  #contents .recommend-article p, .taxonomy-description .recommend-article p {
    line-height: 1.5;
  }
}
#contents .recommend-article p > a, .taxonomy-description .recommend-article p > a {
  font-weight: 500;
  color: #dc1c1c;
  text-transform: none;
}
@media (max-width: 1024px) {
  #contents .recommend-article p > a:after, .taxonomy-description .recommend-article p > a:after {
    display: none !important;
    visibility: hidden !important;
  }
}
#contents .recommend-article p > a span, .taxonomy-description .recommend-article p > a span {
  font-weight: 500;
  color: #dc1c1c;
  text-transform: none;
  display: inline;
}
@media (max-width: 1024px) {
  #contents .recommend-article p > a span, .taxonomy-description .recommend-article p > a span {
    border-bottom: 2px solid #dc1c1c;
      line-height:32px;
  }
}
#contents .recommend-article p > a:hover, #contents .recommend-article p > a:active, #contents .recommend-article p > a:focus, .taxonomy-description .recommend-article p > a:hover, .taxonomy-description .recommend-article p > a:active, .taxonomy-description .recommend-article p > a:focus {
  outline: none;
  text-decoration: none;
}
#contents .recommend-article p > a:hover span, #contents .recommend-article p > a:active span, #contents .recommend-article p > a:focus span, .taxonomy-description .recommend-article p > a:hover span, .taxonomy-description .recommend-article p > a:active span, .taxonomy-description .recommend-article p > a:focus span {
  outline: none;
  text-decoration: none;
}

@media only screen and (max-width: 479px) {
  .single article .entry-header .author-section-post .author-name-date .date>p {
    display: inline-grid;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 425px) {
  .single article .entry-header .author-section-post .author-name-date {
    display: block;
  }
  .single article .entry-header .author-section-post .author-name-date .date>p {
    display: inline;
  }
  .single article .entry-header .author-section-post .author-name-date .date:before {
    display: none;
  }
}

@media (max-width: 1147px) and (min-width: 992px) {
  .tabs .tabs-nav .tabs-link:first-child >h3 {
    padding: 10px 60px !important;
  }
  .tabs .tabs-nav .tabs-link >h3 {
    padding: 10px 40px !important;
  }
  .tabs .tabs-nav .tabs-link.tab-active >h3 {
    padding-top: 14px !important;
  }
}

@media (max-width: 918px) and (min-width: 768px) {
  .tabs .tabs-nav .tabs-link:first-child >h3 {
    padding: 10px 60px !important;
  }
  .tabs .tabs-nav .tabs-link:nth-child(2) >h3 {
    padding: 10px 40px !important;
  }
  .tabs .tabs-nav .tabs-link >h3 {
    padding: 10px 25px !important;
  }
  .tabs .tabs-nav .tabs-link.tab-active >h3 {
    padding-top: 14px !important;
  }
}

@media (max-width: 575px) and (min-width: 465px) {
  .tabs .tabs-nav .tabs-link:first-child >h3 {
    padding: 10px 50px !important;
  }
  .tabs .tabs-nav .tabs-link:nth-child(2) >h3 {
    padding: 10px 40px !important;
  }
  .tabs .tabs-nav .tabs-link >h3 {
    padding: 10px 30px !important;
  }
  .tabs .tabs-nav .tabs-link.tab-active >h3 {
    padding-top: 14px !important;
  }
}

@media (max-width: 464px) and (min-width: 425px) {
  .tabs .tabs-nav .tabs-link:first-child >h3 {
    padding: 10px 40px !important;
  }
  .tabs .tabs-nav .tabs-link.tab-active >h3 {
    padding-top: 14px !important;
  }
}

@media (max-width: 375px) {
  .tabs .tabs-nav .tabs-link >h3 {
    padding: 10px 15px !important;
  }
  .tabs .tabs-nav .tabs-link.tab-active >h3 {
    padding-top: 14px !important;
  }
}
.related-tag {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 1rem;
    font-size: 16px;
	  padding-left:0px;
}
.related-tag .tag {
    padding: 7px 13px;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    white-space: nowrap;
    margin-right: 10px;
    margin-top: 8px;
    list-style: none;
}
.related-tag .tag a {
    color: #1b1b1b;
    text-decoration: none;
}
.related-tag .tag.hide{
	display:none;
}

.related-tag .tag::before{
	display:none;
}
.related-tag #expendable-more,.related-tag #expendable-less {
	cursor:pointer;
}
/*# sourceMappingURL=facts.css.map */

/* Review Page*/
.top-pick-header {
    width: 100%;
    font-weight: bold !important;
    font-size: 30px !important;
    margin: 40px 0 10px;
}
.top-pick-container ul {
    list-style-type: none !important;
    margin-left: 0px !important;
}

.top-pick-container ul li {
    color: #d6131b;
    font-weight: normal;
    font-size: 18px;
    line-height: 2;
	  padding-left: 0px!important;
}
.top-pick-container .list-container {
    font-weight: bold !important;
}
.top-pick-container span {
    margin-right: 5px;
    text-transform: uppercase;
    font-weight: bold !important;
}
.top-pick-container a {
    text-transform: uppercase;
	  position: relative;
    top: -10px;
    color: #d6131b;
    text-decoration: underline;
}
.top-pick-container p {
    text-transform: capitalize;
    font-size: 16px !important;
    position: relative;
    top: -5px;
	  margin-bottom: 10px!important;
}
.top-pick-container i {
    font-style: normal !important;
    color: #00235d;
    margin-right: 10px;
}
.top-pick-container a.top-pick-review-link {
    text-decoration: none;
    color: #5f5f5f !important;
    text-transform: none;
    font-size: 16px;
}
.top-pick-container ul li:before,.top-pick-container a.top-pick-review-link:after{
    display:none!important;
}
.top-pick-container a.top-pick-review-link:before {
    content: ""; 
    background: url('/https/facts.net/wp-content/themes/newsanchor/images/svg/Arrow-down-01.svg');
    height: 14px;
    width: 14px;
    display: inline-block; 
	  margin-right: 5px;
}
.single-product .btn-con a:after{
		content: ""; 
    background: url('/https/facts.net/wp-content/themes/newsanchor/images/svg/Arrow-white.svg');
    height: 14px;
    width: 14px;
    display: inline-block; 
	  margin-left: 10px;
}

.single article .row #contents h3{
	color: #1b1b1b;
}
.single article #contents p a:after{
	display:none;
}
.single-product .btn-con a{
	background: #71c228!important;
	padding: 5px 30px!important;
}
.single-product p.fakespot-urltext-container{
	font-size: 14px!important;
	margin-bottom:0px;
}
.single-product{
	margin-bottom:0px;
}
.single article span.overall-score{
	color: #d6131b;
}
.two-col {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}
.two-col .left {
    width: 46%;
}
.two-col .right {
    width: 46%;
}
#contents .two-col ul li:before{
	border-radius: 50%;
	width: 6px;
  height: 6px;
}
#contents .two-col.pros-cons ul li{
	padding-left: 25px;
}
#contents .two-col.pros-cons  .left ul li:before{
	content: ""; 
    background: url('/https/facts.net/wp-content/themes/newsanchor/images/svg/green-tick-01.svg');
    height: 20px;
    width: 18px;
    display: inline-block; 
	  margin-right: 5px;
}
#contents .two-col.pros-cons  .right ul li:before{
	content: ""; 
    background: url('/https/facts.net/wp-content/themes/newsanchor/images/svg/cross-red-01.svg');
    height: 16px;
    width: 16px;
    display: inline-block; 
	  margin-right: 5px;
}
#contents ul li:before{
	border-radius: 50%;
 	width: 6px;
  height: 6px;
}
.single .faq-accordion-container{
	width:auto;
}
.faq-accordion-hide {
    display: none !important;
}
.panel {
    padding: 0px;
    display: inline-flex;
    background-color: #fff;
    overflow: hidden;
    display: inline-flex;
}
.panel p{
	  margin-bottom: 0px;
}
.accordion-cont{
		border-bottom: 1px solid #ececec;
    margin-bottom: 20px;
	  padding-bottom: 20px;
}
.single .faq-accordion-container h2{
	  margin-bottom: 20px;
}
	
.accordion-cont .accordion-question-cont{
	  cursor: pointer;
	  font-weight:bold;
}
.accordion-cont .accordion-question-cont .accordion-question{
	   background-color: #dc1c1c;
    color: #fff;
    font-weight: 400;
    padding: 0px 10px;
    margin-right: 20px;
}
.accordion-cont .panel .accordion-answer{
		background-color: #343434;
    color: #fff;
    font-weight: 400;
    padding: 0px 10px;
    margin-right: 20px;
    display: block;
    height: fit-content;
}
.accordion-question-cont:after {
    content: "";
	  background: url('/https/facts.net/wp-content/themes/newsanchor/images/svg/arrow-up-red-01.svg');
    float: right;align-content
    margin-left: 5px;
	  width: 14px;
    height: 10px;
}
.active-accordion:after {
    content: "";
	  transform: rotate(180deg);
}