@import url(../fonts/fontawesome/css/all.css);
:root {
  --primary-color: #187194;
  --main-color: #38b5d8;
  --white-color: #fff;
  --black-color: #404040;
  --text-color: #404040;
  --heading-color: #171717;
  --dark-color: #1e455b;
  --body-font-family: "Merriweather Sans", sans-serif;
  --title-font-family: "Merriweather Sans", sans-serif;
  --h1-font-size: 36px;
  --h2-font-size: 32px;
  --h3-font-size: 24px;
  --h4-font-size: 20px;
  --h5-font-size: 16px;
  --h6-font-size: 12px;
  --p-font-size: 14px;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
}
body {
  background: var(--white-color);
  font-family: var(--body-font-family);
}
h1,
h2,
h3,
.h4,
h5,
.h5,
.h6 {
  color: var(--heading-color);
}
h1,
h2,
h3,
.h4,
h5,
.h5,
.h6 {
  font-family: var(--title-font-family);
  font-weight: var(--font-weight-semibold);
}
h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--font-weight-bold);
}
h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--font-weight-bold);
}
h3 {
  font-size: var(--h3-font-size);
}
.h4 {
  font-size: var(--h4-font-size);
}
h5,
.h5,
.news-tags li > a {
  font-size: var(--h5-font-size);
}
.h6 {
  color: var(--primary-color);
  font-size: var(--h6-font-size);
}
p {
  color: var(--text-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}
ul li {
  color: var(--text-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}
a,
button {
  touch-action: manipulation;
  transition: all 0.3s;
}
a {
  color: var(--primary-color);
  text-decoration: none;
}
a:hover {
  color: var(--main-color) !important;
}
a.btn:hover {
  color: var(--white-color) !important;
}
b,
strong {
  font-weight: var(--font-weight-bold);
}
.content p {
  font-size: var(--h5-font-size);
  line-height: 2rem;
}
.bg-gradient {
  background-image: linear-gradient(0, #1c6382 0, #38b5d8 100%) !important;
}
.bg-primary {
  background-color: var(--primary-color) !important;
}
.bg-main {
  background-color: var(--dark-color);
}
.border-end {
  height: 25px;
  display: inline-block;
}
.navbar-nav > li > a {
  font-size: var(--h5-font-size);
}

.nav-link {
  color: #fff;
}

.navbar-dark .navbar-nav > li {
  padding: 0.65rem 0.5rem;
}
.navbar-dark .navbar-nav > .active {
  background-color: #000;
}
.navbar-dark .navbar-nav > li:last-child {
  padding-right: 15px;
}
.navbar-dark .navbar-nav > li > a {
  padding: 0;
}
.navbar-dark .navbar-nav i {
  color: #fff;
  padding-left: 10px;
  vertical-align: middle;
  float: right;
  cursor: pointer;
}
.hero-section {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 30px;
}
.section-padding {
  padding-top: 150px;
  padding-bottom: 100px;
}
.slider {
  position: relative;
  min-height: 450px;
}
.slider .owl-one i {
  font-size: 57px;
}
.slider .owl-item > .item > .caption > div {
  font-size: 10px;
  font-weight: var(--font-weight-medium);
  line-height: normal;
}
.slider-img,
.frame-featured {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.frame-featured {
  height: 300px;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -ms-border-radius: 0 0 7px 7px;
  -o-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}
.slide-headline .slider-img img {
  position: relative;
  z-index: -1;
  object-fit: cover;
  object-position: top center;
  height: 250px;
}
.slider .owl-theme .owl-dots {
  text-align: center !important;
  position: relative;
  bottom: 0;
}
.slide-foto.owl-theme .owl-nav,
.slider .owl-theme .owl-nav,
.slide-vid-pic.owl-theme .owl-nav {
  line-height: 1;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.slide-foto.owl-theme .owl-nav .owl-prev,
.slider #sync2.owl-theme .owl-nav .owl-prev,
.slide-vid-pic.owl-theme .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 17%;
  padding: 0;
  margin: 0;
  color: var(--main-color);
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transform: translate(0, -50%);
}
.slide-foto.owl-theme .owl-nav .owl-next,
.slider #sync2.owl-theme .owl-nav .owl-next,
.slide-vid-pic.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 17%;
  padding: 0;
  margin: 0;
  color: var(--main-color);
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transform: translate(0, -50%);
}
.slider #sync2.owl-theme .owl-nav .owl-prev {
  left: -10px;
}
.slider #sync2.owl-theme .owl-nav .owl-next {
  right: -10px;
}
.slide-vid-pic.owl-theme .owl-nav .owl-prev {
  left: -10px;
}
.slide-vid-pic.owl-theme .owl-nav .owl-next {
  right: -10px;
}
.slide-foto.owl-theme .owl-nav .owl-prev {
  left: 0;
}
.slide-foto.owl-theme .owl-nav .owl-next {
  right: 0;
}
.slider .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.slide-foto .owl-nav i {
  font-size: 40px;
}
.slider .owl-theme .owl-dots .owl-dot span {
  width: 70px;
  height: 8px;
  margin: 4px 5px;
  background: var(--main-color);
  border-radius: 0;
  border: 2px solid var(--main-color);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
}
.slider .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--primary-color) !important;
  border: 2px solid var(--primary-color);
}
.slider .owl-theme .owl-carousel .owl-item img {
  width: 100%;
}
#sync2 i,
.slide-vid-pic .owl-nav i {
  font-size: 50px;
}
.slide-vid-pic.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #222831;
}
.owl-nav [class^="fa-"]:before,
.owl-nav [class*=" fa-"]:before {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-weight: 900;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#sync2.owl-theme .owl-nav .disabled,
.slide-vid-pic.owl-theme .owl-nav .disabled {
  display: none !important;
}
#sync2 .current img {
  opacity: 1;
}
#sync2 .item .slider-img {
  height: 87px;
  overflow: hidden;
}
#sync2 .current .caption {
  background-color: var(--primary-color);
  width: 100%;
  color: #fff;
}
#sync2 .caption {
  padding: 5px;
  background-color: #222;
  height: 100px;
  color: #fff;
}
.slide-foto .caption {
  padding: 1rem 2rem;
  background-color: #222;
  color: #fff;
}
.slide-foto .caption h3 {
  margin-bottom: 0;
  font-weight: 500;
}
.flex-caption {
  width: 100%;
  padding: 3%;
  left: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.7) 100%
  );
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 18px;
}
.flex-caption .h1 {
  color: var(--white-color);
  margin: 0 0 10px 0;
  font-size: var(--h3-font-size);
  font-weight: var(--font-weight-semibold);
  line-height: 1.1;
  letter-spacing: 0;
}
.flex-caption a:hover {
  text-decoration: none;
}
.flex-caption .label {
  margin-bottom: 5px;
  display: inline-block;
  padding: 5px;
}
.flex-caption .label a {
  color: #fff;
  text-transform: uppercase;
}
.label-success {
  background-color: #d54c4c;
}
.box-middle:before {
  background-color: #000;
  content: "";
  height: calc(100% + -200px);
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  z-index: 0;
}
.box-middle.thumb-section {
  color: #fff;
}
.thumb-section .thumbnail .caption {
  height: 100%;
  padding: 10px 0;
  height: auto;
  overflow: hidden;
}
.box-video,
.cube-content .box-video {
  position: relative;
  background: #222;
  height: 180px;
  overflow: hidden;
}
.box-video.plus {
  height: 300px;
}
.cube-content .box-video {
  height: 200px;
}
.thumbnail .box-video img,
.cube-content .thumbnail .box-video img {
  opacity: 0.87;
  object-fit: cover;
  object-position: top center;
  height: 273px;
}
.thumbnail .box-video .boxthumb {
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.thumbnail .box-video .boxthumb.cover {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  vertical-align: middle;
  margin: 0 auto;
  z-index: 1;
  max-height: 100%;
}
.box-video-icon {
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  z-index: 1;
  text-align: center;
  font-size: 18px;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  border: 3px solid #fff;
  color: #fff;
}
.box-video-icon i {
  margin: 0;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.block-paper,
.block-paper-top,
.block-paper-thumb {
  height: 100%;
  width: 100%;
  background-color: #222;
  display: block;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
.block-paper-top,
.block-paper-top img {
  height: 480px;
}
.block-paper-thumb,
.block-paper-thumb img {
  height: 215px;
}
.thumbnail .block-paper .caption {
  color: #fff;
}
.heading {
  padding-bottom: 12px;
  /* line-height: normal; */
  line-height: 20px;
  color: var(--text-color);
  margin-bottom: 0;
}
a:hover .heading {
  color: var(--main-color);
}
.img-link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.flex-caption .text-body-secondary {
  color: var(--white-color) !important;
}
.text-bg-primary,
.page-link.active,
.active > .page-link,
.offcanvas-body,
.offcanvas-header {
  background-color: var(--primary-color) !important;
  padding: 7px !important; /* tambahan dari ikbal */
}
small.text-body-secondary {
  font-size: 12px;
  line-height: normal;
}
.block-koran {
  background-color: #000;
}
.section-title,
.section-title-link {
  font-size: var(--h2-font-size);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  margin-bottom: 15px;
}
.section-title-link {
  transition: color 0.2s;
}
.section-title:before {
  content: " "; /*background-image:url("../img/slash-separator-1.svg");*/
  background-image: url("../img/slashblue.png");
  background-repeat: no-repeat;
  height: 1.25rem;
  display: block;
  margin: 15px 0 0;
}
footer a {
  color: var(--white-color);
}
footer .network {
  font-size: var(--p-font-size);
  line-height: 2rem;
}
.search-form {
  width: 100%;
}
.top1 input:not([type="submit"]) {
  background-color: #fff;
  border-color: #d7d7d7;
  width: 100%;
  max-width: 100%;
  -webkit-transition: all 0.2s ease;
  transition: 0.25s ease;
  box-shadow: none;
}
.stylish-input-group .button-s-addon {
  -webkit-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  background: #222;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  border-color: #222;
}
.stylish-input-group button {
  border: 0;
  background: #222;
  color: #fff;
  font-size: 22px;
}
.search input.form-control {
  font-size: 16px;
  font-weight: 400;
  color: #222;
}
.stylish-input-group .form-control {
  border-right: 0;
  box-shadow: 0 0;
  border-color: #ccc;
}
.search .form-control {
  height: 45px;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  padding-right: 0;
}
.sdj.dropdown-toggle::after,
.navbar .sdj.dropdown-toggle::after {
  display: none;
}
.navbar .dropdown-toggle::after {
  content: "\f107";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  left: 2px;
  border: 0;
}
.sidebnr-stick {
  position: fixed;
  top: 150px;
  z-index: 200;
  width: 1370px;
  -webkit-transition: top 0.2s ease;
  -moz-transition: top 0.2s ease;
  -ms-transition: top 0.2s ease;
  -o-transition: top 0.2s ease;
  transition: top 0.2s ease;
}
.sidebnr-stick-sticky {
  top: 55px;
}
.sidebnr-stick-left,
.sidebnr-stick-right {
  min-height: 600px;
  min-width: 160px;
}

.sidebnr-stick-left {
  /*left:-235px;*/
  left: -166px;
  position: absolute;
}
.sidebnr-stick-right {
  /*right:20px;*/
  right: 88px;
  position: absolute;
}
.sidebnr-stick-left:before,
.sidebnr-stick-right:before {
  background-color: #f2f2f2;
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  font-size: 11px;
  line-height: 1;
  width: 100%;
  height: 600px;
  color: #c8ccce;
  display: flex;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.konten-koran .modal-content {
  background-color: rgba(0, 0, 0, 0.7);
}
.konten-koran .modal-header {
  border-bottom: 0;
}
.konten-koran .modal-footer {
  border-top: 0;
}
.konten-koran .modal-body p {
  color: var(--white-color);
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1140px;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .search-trigger {
    height: 68px;
    line-height: 68px;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 95px;
  }
  .hero-section {
    padding-top: 0;
    padding-bottom: 0;
  }
  .slider {
    min-height: auto;
  }
  .flex-caption .h1 {
    font-size: 18px;
  }
  .dblock {
    margin-bottom: 15px;
  }
  .top-row {
    flex-flow: column wrap;
  }
  .navbar-nav .open .dropdown-menu {
    position: absolute;
    width: 100%;
    float: left;
    margin-top: 0;
    border: 0;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background-color: #fff;
  }
  .heading.h4 {
    font-size: 16px;
  }
  .block-paper-top,
  .block-paper-top img {
    height: 350px;
  }
  .block-paper-thumb,
  .block-paper-thumb img {
    height: 190px;
  }
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.2rem;
  }
  .label-to p {
    margin-top: 2px;
  }
  .mob {
    width: 100%;
  }
  .mob .container {
    padding: 0;
    width: 100%;
    margin: 0;
  }
  .sticky + .cont {
    padding-top: 75px;
  }
  .mob .dropdown {
    position: inherit;
  }
  .navbar-nav {
    margin: 0 0 1rem 0;
    overflow: scroll;
    white-space: nowrap;
  }
  .navbar-inverse .navbar-nav > li {
    padding-right: 12px;
  }
  .navbar-inverse .navbar-nav i {
    padding-left: 15px;
  }
  .nav > li {
    display: inline-block;
  }
  .nav > li:last-child {
    margin-right: 35px;
  }
  .thumb-post {
    width: 95px;
    position: relative;
  }
  .thumb-post img {
    width: 95px;
    height: 72px;
  }
  .media-right {
    padding-left: 5px;
  }
  .media-left {
    padding-right: 5px;
  }
  h3.media-heading,
  .sidebar_area .thumbnail .media-heading a,
  .todo li a,
  .thumb-ito .thumbnail h4,
  h2.media-heading,
  .box-network .todo li a {
    font-size: 18px;
  }
  .thumb-ito .thumbnail .caption {
    min-height: 90px;
    padding-bottom: 0;
  }
  section.box-middle {
    padding: 15px 15px 0;
  }
  .box-middle .owl-theme .owl-nav {
    margin-top: 0;
  }
  .box-video,
  .cube-content .box-video {
    height: 220px;
  }
  .logo {
    display: block;
  }
  .nav__right {
    display: inline-block;
    visibility: visible;
  }
  .search__field {
    visibility: visible;
    display: block;
    width: 32px;
    height: 32px;
    color: transparent;
    font-size: 1.25em;
    padding: 0.35em 0 0.35em 15px;
    border: 1px solid #222;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
  }
  .search_r {
    margin: 0;
  }
  .featured {
    height: auto;
  }
  .featured .column {
    width: 100% !important;
  }
  .featured .column:first-child .featured__content .thumb,
  .featured__content .thumb {
    overflow: visible;
    height: 300px;
  }
  .search__field:focus {
    border-bottom-color: #ccc;
    width: 77vw;
    color: #2b2b2b;
    cursor: default;
  }
  .slider-img {
    height: 230px;
  }
  .slider-img img {
    height: 230px;
  }
  #sync2 .item .slider-img {
    height: 60px;
  }
  #sync2 .caption p {
    font-size: 1rem;
  }
  .pilihan .frame-thumb,
  .frame-thumb,
  .gambarkecil {
    height: 100px;
  }
  .slider .owl-theme .owl-dots .owl-dot span {
    width: 20px;
  }
  .entry-box .entry-content .post h1 {
    font-size: 30px;
  }
  .slide-foto .caption h3 {
    font-size: 18px;
  }
  .form-control {
    margin-bottom: 0;
  }
  footer .network {
    font-size: 1.2rem;
  }
  .media-content p,
  .thumb-ito .thumbnail .caption p {
    font-size: 12px;
  }
  .short-text {
    display: none;
  }
  .thumb-ito .thumbnail.grid figure {
    height: 100%;
  }
  .thumb-ito .thumbnail {
    margin-bottom: 0;
  }
  #carousel {
    display: none;
  }
  .flex-caption h1 {
    font-size: 16px !important;
    line-height: 1.3;
  }
  .search-form {
    width: 100%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
  .subsc.search-form {
    padding-left: 0;
    padding-right: 0;
  }
  .block-point {
    display: none;
  }
  .preview {
    height: 70px;
  }
  .preview .slide-next {
    top: 0;
  }
  .preview .slide-prev {
    top: 0;
    opacity: 1;
  }
  .slide-desc h3 {
    font-size: 12px;
  }
  .slide-desc h1 {
    font-size: 18px;
    line-height: normal;
  }
  .slide-desc p {
    display: none;
  }
  .block-slider .slide-desc {
    width: 50%;
  }
  .top .login {
    float: left;
  }
  .navbar ul.dropdown-menu li a:hover {
    left: 0;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
  .navbar-affixed-top.affix {
    width: 95%;
  }
  .navbar-affixed-top {
    top: -320px;
  }
  #search input[type="search"] {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100% !important;
  }
  #search .btn {
    top: 30%;
  }
  .container-fluid {
    max-width: 480px !important;
  }
  .navbar-banner .logo-240 {
    text-align: center;
    float: none;
  }
  .row-fluid .main-content {
    width: 100% !important;
  }
  .row-fluid .span300,
  .row-fluid .span270,
  .row-fluid [class^="span"] {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .modern-footer > .container-fluid > .row-fluid {
    margin-left: -2.762430939226519% !important;
    width: 102.762430939226519% !important;
  }
  .navbar-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar .btn-navbar {
    margin-bottom: 5px !important;
  }
  .breaking-news-widget > .row-fluid > .title {
    display: none;
    visibility: hidden;
    backface-visibility: hidden;
  }
  .breaking-news-widget {
    border-width: 1px !important;
  }
  .ticker-swipe {
    width: 500px !important;
  }
  .flexslider.large .fold-item img {
    width: 100% !important;
  }
  .flexslider.large .slides > li {
    height: 345px !important;
  }
  .modern-items-list .flexslider.large .slides > li .fold-item {
    height: 100% !important;
  }
  .flexslider.large .fold-item .description.visible-part {
    bottom: -76% !important;
  }
  .modern-items-list .flexslider.large .fold-item:hover .description {
    bottom: 0 !important;
  }
  .flexslider.large.carousel .slides > li {
    max-height: 65px !important;
  }
  ul.social-counter > li:nth-child(odd) {
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
  }
  ul.social-counter > li:nth-child(even) {
    border-bottom: 1px solid #d5d5d5;
  }
  ul.social-counter > li:nth-last-child(-n + 2) {
    border-bottom: 1px solid #d5d5d5;
  }
  .cat-horiz .last-post > .img-container,
  .cat-review .review .img-container {
    max-width: 243px;
    margin-bottom: 10px;
  }
  .blog-item .img-container {
    max-width: 480px;
  }
  .blog-item .img-container img {
    width: 100% !important;
  }
  .blog-item .blog-date {
    width: 18% !important;
    float: left;
  }
  .blog-item .blog-desc-container {
    width: 81% !important;
    float: right;
  }
  .cat-horiz .related-posts .modern-items-list ul.items > li > .span6,
  .cat-related-news .modern-items-list ul.items > li > .span6 {
    max-width: 294px;
  }
  .cat-horiz
    .related-posts
    .modern-items-list
    ul.items
    > li
    > .span6:nth-child(even),
  .cat-review .review > .content,
  .cat-related-news .modern-items-list ul.items > li > .span6:nth-child(even) {
    float: left;
    margin-top: 15px;
  }
  .flexslider .flex-direction-nav > li {
    top: 39px !important;
  }
  .cat-widget-content .cat-horiz .flex-control-nav {
    top: -21px !important;
  }
  .cat-widget-content .cat-horiz .flexslider .flex-direction-nav > li {
    top: 43px !important;
  }
  .cat-vertical-widget-content .flexslider .flex-direction-nav > li {
    top: 44px !important;
  }
  .cat-vertical .last-post .img-container img,
  .cat-vertical .related-posts .modern-items-list ul.items > li .post-img,
  .cat-vertical .related-posts .modern-items-list ul.items > li,
  .posts-in-widget .modern-items-list ul.items > li,
  .posts-in-widget .modern-items-list .fold-item .post-img {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: 230px !important;
  }
  .cat-horiz-divided .last-post {
    max-width: 100% !important;
    margin-bottom: 15px;
  }
  .cat-horiz-divided .related-posts .media-list > .media > article > .span3 {
    width: 68px !important;
    max-width: 68px;
    float: left !important;
  }
  .cat-horiz-divided .related-posts .media-list .media-body {
    width: 80% !important;
    margin-left: 15px !important;
    float: left !important;
  }
  .posts-in-widget .media-list > .media > article > .span3 {
    max-width: 65px;
    width: 65px !important;
    float: left !important;
  }
  .posts-in-widget .media-body {
    width: 80% !important;
    float: left !important;
    margin-left: 15px;
  }
  .widget .widget-content .widget-weather > .state,
  .widget .widget-content .widget-weather > .info {
    width: 30% !important;
    float: left;
  }
  .widget .widget-content .widget-weather > .info {
    width: 60% !important;
  }
  .widget
    > .widget-content
    > .form-login-widget
    .control-group
    .remember-me
    > .checkbox {
    font-size: 80% !important;
    padding-left: 0;
    margin-top: 0;
  }
  ul.widget-sponsor li:nth-child(2n) {
    margin-right: 7.7% !important;
  }
  .ei-slider > ul.ei-slider-large > li > img {
    margin-left: 0 !important;
  }
  ul.social-counter > li:nth-child(3n) {
    margin-right: 20px;
  }
  .featured-post-figure > img {
    width: 100% !important;
    height: 345px !important;
  }
  .author-bio > .cat-widget-content .media > .media-object {
    max-width: 88px;
    max-height: 88px;
    float: left;
  }
  .author-bio > .widget-content .media > .media-body {
    width: 73%;
  }
  .post-navigation .next-post {
    float: left !important;
    margin-top: 10px;
  }
  .comments-box .media > .media-object {
    max-width: 65px !important;
  }
  .comments-box .leave-comment input[type="text"],
  .comments-box .leave-comment form textarea {
    width: 456px !important;
    max-width: 456px !important;
  }
  .modern-footer .f-widget {
    margin-bottom: 30px !important;
  }
  .article-content .post-review .total-score .result {
    width: 30% !important;
    max-width: 30% !important;
  }
}
