.hero-section {
  background-image: url('/wp-content/uploads/2018/06/banner-image-1.jpg');
  background-position: top, center;
  padding: 25rem 0 5rem;
  display: table;
  width: 100%;
}
.titlebox {
    font-size: 60px;
    font-weight: bold;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #deca5f;
}

.row.slick-sec {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.row::after {
    clear: both;
    content: '';
    width: 100%;
    height: 1px;
    display: table;
}
::-moz-placeholder {

    color: #333;
    font-weight: 300;
    opacity: 1;

}
::-moz-selection {

    background-color: #333;
    color: #fff;

}

.container-flex {
    display: flex;
    max-width: 1140px;
    margin: 20px auto 0;
    flex-flow: row wrap;
    justify-content: space-evenly;
}
.categorylinks {
    display: block;
    width: 170px;
    padding: 4px;
    font-size: 15px;
    text-align: center;
    border: 2px solid #6f83a6;
    color: #fff;
}
.categorylinks:hover {
    background: #fff;
    color: #222;
    border-color: #ffff;
    text-decoration: none;
}
.container-flex.two .categorylinks {
    width: 100%;
    max-width: 170px;
    min-width: 119px;
}

.vc_btn3 {
    padding: 20px 30px 20px 20px;
    color: #fff;
    position: relative;
    top: 10px;
}

.vc_btn3 i { 
  position: relative;
  right: -12px;
}
.recent-post-slick .table-box {
    width: 100%;
    display: table;
    background: #1f2332;
}
.recent-post-slick .slick-img-container {
    float: left;
    width: 175px;
    height: 175px;
    overflow: hidden;
    position: relative;
}
.recent-post-slick .slick-img-container > img {
    position: absolute;
    max-width: 180%;
    object-fit: cover;
    left: -30%;
    top: 1px;
}
.recent-post-slick .slick-text-container {
    float: left;
    width: calc(100% - 175px);
    background: #1f2332;
    padding: 25px;
}
.recent-post-slick .slick-text-container h1 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.recent-post-slick .slick-prev::before, .recent-post-slick .slick-next::before {
    font-family: Fontawesome !important;
    font-size: 50px !important;
}
.recent-post-slick .slick-next, .recent-post-slick .slick-prev {
    height: 50px !important;
    margin-top: 0 !important;
}
.recent-post-slick .slick-next {
    right: -35px !important;
}
.recent-post-slick .slick-prev {
    left: -35px !important;
}
.recent-post-slick .slick-prev::before {
    content: '\f104' !important;
}
.recent-post-slick .slick-next::before {
    content: '\f105' !important;
}

.bximage {
    width: 250px;
    height: 250px;
    overflow: hidden;
    float: left;
    background: #999;
    margin-right: 30px;
    position: relative;
}
.entry-title-link {
    color: #6f83a6 !important;
    font-family: 'Open Sans',sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3;
    display: block;
}
.entry-content > p {
    font-size: 14px;
    height: 110px;
    overflow: hidden;
    line-height: 1.6;
}
.more-link.button {
    border: 2px solid #d8ad59;
    background: transparent;
    color: #222 !important;
    font-weight: 500;
    text-transform: capitalize;
    padding: 10px 20px;
}

.more-link.button > i {
    color: #d8ad59;
}
/*.bximage > img {
    position: absolute;
    transform: translate(50%, 50%);
    margin-left: -50%;
    transform: scale(2.5);
    margin-top: 70px;
    left: 50%;
}*/
.bximage > img {
    width: 100%;
	height: 100%;
    display: block;
}
.archive-pagination.pagination ul {
    text-align: center;
}

.archive-pagination.pagination ul a {
    background: transparent;
    color: #ababab;
    text-align: center;
    padding: 2px 8px;
    border: 0;
}

.archive-pagination.pagination ul li.active a {
    color: #6f83a6;
    font-weight: bold;
}

#featured-post-2 {
    display: none;
}
.content .entry {
    background-color: #fff;
    padding-left: 0;
    border-bottom: 1px solid #ccc;
}

.footer-widgets ul.social-icon li a .fa {
	vertical-align: middle;
}

.submit {
    color: #fff;
}
.pagination {
    width: 100%;
    margin-top: 0;
    margin-bottom: 70px;
}

.wrap {
    padding-left: 20px;
    padding-right: 20px;
}
@media(min-width: 992px)  {
.content article {
    margin-left: 35px !important;
}
}

@media(min-width: 768px) {
  .blog main.content, .archive.category main.content {
    width: 67%;
  }
  .blog aside.sidebar, .archive.category aside.sidebar {
    float: left !important;
    width: 33%;
   }
}

@media(min-width: 768px) and (max-width: 991px) {
  .sidebar.sidebar-primary.widget-area {
    width: 100%;
   }
   .blueform-container {
      max-width: 400px;
      margin: 70px auto;
   }
   .content-sidebar-wrap {
      padding-left: 15px;
      padding-right: 15px;
   }
   .site-inner, .wrap {
     margin-top: 40px;
  }
}

@media(max-width: 767px) {
  .site-inner, .wrap {
     margin-top: 40px;
  }
  .pagination {
      margin-bottom: 0;
   }
  .custom-postlist .vc_gitem-row-position-middle, .vc_gitem-zone-b .vc_gitem-row-position-middle { 
      top: 0;
  }    
  .custom-postlist .vc_gitem_row .wpb_single_image.wpb_content_element.vc_align_center {
    margin: 0 auto;
    display: block;
  }
  .custom-postlist .vc_gitem_row.vc_row.vc_gitem-row-position-middle {
    transform: none;
  }
  .custom-postlist .vc_single_image-img.attachment-medium {
    width: 50% !important;
    margin: 0 auto;
   }
   .blueform-container {
       margin-top: 80px;
   }
   .slick-img-container {
      width: 110px;
      height: 110px;
   }
   .slick-text-container {
      width: calc(100% - 110px);
      padding: 12px;
    }
    .slick-text-container h1 {
      font-size: 16px;
    }
    .recent-post-slick a.vc_btn3 {
      font-size: 14px;
      padding: 7px 40px 7px 7px !important;
    }
    .max-width320 {
        max-width: 320px;
        margin: 0 auto;
        padding-top: 300px;
    }
    div#page-banner {
      padding-top: 0 !important;
      text-align: center;
      background-position: 65% center !important;
    }
    div#page-banner .vc_custom_heading.section-headline {
      font-size: 45px !important;
      text-align: center !important;
    }
    .custom-postlist .vc_col-sm-6.vc_gitem-col, .custom-postlist .vc_col-sm-6.vc_gitem-col h2 {
      text-align: center !important;
      margin-top: 14px;
    }
   .custom-postlist .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt {
      height: 100px;
      overflow: hidden;
   }
   .custom-postlist .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt p {
       margin: 0;
   }
   .custom-postlist .vc_single_image-img.attachment-medium {
      height: 128px;
      width: 128px !important;
    }
    .custom-postlist .vc_gitem-link.vc_general.vc_btn3 {
      width: 100%;
      text-align: center;
    }
    .blueform-container > img {
      position: absolute;
      top: -60px;
      width: 165px;
      left: 50%;
      margin-left: -80.25px;
   }
   .vc_column-inner.vc_custom_1492583423911 {
      padding-left: 15px !important;
   }
   .custom-block ul > li > a {
      font-size: 13px;
      padding: 6px;
      margin: 5px 0;
    }
    .blueform-container h2 {
      font-size: 18px;
    }
    .recent-post-slick {
      width: 310px;
      margin: 0 auto;
    }
    .recent-post-slick .slick-img-container {
      width: 100px;
      height: 100px;
    }
    .recent-post-slick .slick-text-container {
      width: calc(100% - 100px);
      padding: 10px;
    }
    .recent-post-slick .slick-text-container h1 {
       font-size: 16px;
       margin-top: 0px;
    }
    .recent-post-slick a.vc_btn3 {
      font-size: 12px;
      padding: 7px 40px 7px 7px !important;
      margin-top: -5px !important;
    }
    .categorylinks {
      max-width: 170px !important;
      min-width: 170px !important;
      margin: 8px 0;
    }
    .container-flex {
      margin-top: 0;
      margin-bottom: 0;
    }
    .footer-widgets .vc_btn3 {
    display: block;
    margin: 0 auto;
    width: 280px;
    float: unset;
    text-align: center;
    left: 15px;
    }
}
@media(max-width: 480px) {
   .hero-section {
     background-position: 60% 15%;
     padding-top: 10px;
     background-size: 340%;
   }
   .titlebox {
      font-size: 12vw;
      text-align: center;
   }
   .row.slick-sec {
      padding-top: 20rem;
      padding-bottom: 0;
    }
    .bximage {
      display: block;
      float: unset;
      width: 100%;
      height: 100%;
      min-height: 165px;
    }
    /*.bximage img {
        margin-top: 0;
        transform: scale(1);
    }*/
    .content article.post {
       padding-bottom: 20px;
    }
}