@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700|Vollkorn:400italic,700italic,400,700);
/*
font-family: 'Roboto', sans-serif;
font-family: 'Vollkorn', serif;
*/
/*--- Variables ---*/
/* Roboto:400,300,500,700|Vollkorn:400italic,700italic,400,700 */
/*--- Global Styles ---*/
body, * {
  font-family: 'Vollkorn', Arial, serif;
  font-weight: 400;
  color: #4c4c4c;
  font-size: 16px;
  line-height: 24px; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Vollkorn', Arial, serif;
  margin: 0px;
  padding: 0px; }

input, button, select, textarea, .form-control {
  font-family: 'Vollkorn', Arial, serif;
  color: #4c4c4c;
  font-size: 16px;
  line-height: 24px; }
a {
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;	
}
*:focus, a:focus, a:active {
  outline: none; }

.overflow {
  overflow: hidden; }

.container {
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-right: -15px;
  margin-left: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 15px;
  padding-right: 15px; }

/* no-gutters Class Rules */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0; }

/*--- Sticky bar ---*/
.sticky-topbar {
  display: block;
  overflow: hidden;
  position: fixed;
  top: -45px;
  left: 0px;
  width: 100%;
  height: 45px;
  border-top: 5px solid #5d5d5d;
  background-color: #4c4c4c;
  z-index: 200;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }
  .sticky-topbar .sticky-categories-menu {
    overflow: hidden; }
    .sticky-topbar .sticky-categories-menu ul {
      margin: 0px;
      padding: 0px;
      list-style: none;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      .sticky-topbar .sticky-categories-menu ul li a {
        display: block;
        text-align: left;
        font-family: "Roboto", sans-serif;
        font-size: 11px;
        line-height: 14px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        padding: 5px 20px 5px 30px;
        height: 40px;
        position: relative; }
        .sticky-topbar .sticky-categories-menu ul li a br {
          content: " ";
          display: block;
          margin: 1px 0; }
      .sticky-topbar .sticky-categories-menu ul li a:hover {
        text-decoration: none; }
      .sticky-topbar .sticky-categories-menu ul li.cat-pink a::before {
        content: "";
        display: block;
        width: 9px;
        height: 9px;
        background-color: #f57d89;
        position: absolute;
        left: 10px;
        top: 6px; }
      .sticky-topbar .sticky-categories-menu ul li.cat-blue a::before {
        content: "";
        display: block;
        width: 9px;
        height: 9px;
        background-color: #5bcbe3;
        position: absolute;
        left: 10px;
        top: 6px; }
      .sticky-topbar .sticky-categories-menu ul li.cat-green a::before {
        content: "";
        display: block;
        width: 9px;
        height: 9px;
        background-color: #90d535;
        position: absolute;
        left: 10px;
        top: 6px; }
      .sticky-topbar .sticky-categories-menu ul li.cat-orange a::before {
        content: "";
        display: block;
        width: 9px;
        height: 9px;
        background-color: #ff892a;
        position: absolute;
        left: 10px;
        top: 6px; }
      .sticky-topbar .sticky-categories-menu ul li.cat-purple a::before {
        content: "";
        display: block;
        width: 9px;
        height: 9px;
        background-color: #ab51ff;
        position: absolute;
        left: 10px;
        top: 6px; }
      .sticky-topbar .sticky-categories-menu ul li:hover, .sticky-topbar .sticky-categories-menu ul li.current-menu-item {
        background-color: #343434; }
  .sticky-topbar .socialmedia-menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: right; }
    .sticky-topbar .socialmedia-menu li {
      display: block;
      float: left;
      margin-left: 30px; }
      .sticky-topbar .socialmedia-menu li a {
        color: #5d5d5d;
        font-size: 13px;
        line-height: 27px;
        text-transform: uppercase;
        display: block;
        height: 27px;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        padding-left: 35px;
        text-indent: -99999px;
        height: 40px; }
      .sticky-topbar .socialmedia-menu li a:hover {
        text-decoration: none; }
    .sticky-topbar .socialmedia-menu li.twitter a {
      background: url(../img/icon-twitter-w.png) center center no-repeat;
      background-size: 22px 19px; }
    .sticky-topbar .socialmedia-menu li.linkedin a {
      background: url(../img/icon-linkedin-w.svg) center center no-repeat;
      background-size: 22px 19px; }      
    .sticky-topbar .socialmedia-menu li.googleplus a {
      background: url(../img/icon-googleplus-w.png) center center no-repeat;
      background-size: 22px 19px; }
    .sticky-topbar .socialmedia-menu li.rss a {
      background: url(../img/icon-rss-w.png) center center no-repeat;
      background-size: 22px 19px; }
    .sticky-topbar .socialmedia-menu li:hover a {
      background-color: #343434; }

.sticky-topbar.active {
  top: 0px; }

.sticky-topbar.cat-pink {
  border-top: 5px solid #f57d89; }

.sticky-topbar.cat-blue {
  border-top: 5px solid #5bcbe3; }

.sticky-topbar.cat-green {
  border-top: 5px solid #90d535; }

.sticky-topbar.cat-orange {
  border-top: 5px solid #ff892a; }

.sticky-topbar.cat-purple {
  border-top: 5px solid #ab51ff; }

/*--- Header ---*/
.header {
  border-top: 5px solid #eeeeee; }
  .header .logo {
    display: block;
    float: left;
    margin-top: 58px;
    position: relative;
    z-index: 5;
    margin-right: 5px; }
  .header .pages-menu {
    overflow: hidden;
    margin-top: 15px; }
    .header .pages-menu ul {
      margin: 0px;
      padding: 0px;
      list-style: none;
      float: right;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      .header .pages-menu ul li {
        display: block;
        float: left;
        margin-left: 34px; }
        .header .pages-menu ul li a {
          color: #000;
          font-size: 12px;
          line-height: 16px;
          font-style: italic;
          text-transform: uppercase;
          letter-spacing: 1px; }
  .header .categories-menu {
    overflow: hidden;
    margin-top: 35px; }
    .header .categories-menu ul {
      margin: 0px;
      padding: 0px;
      list-style: none;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -webkit-justify-content: space-between;
      justify-content: flex-end; }
      .header .categories-menu ul li a {
        display: block;
        text-align: left;
        font-family: "Roboto", sans-serif;
        font-size: 13px;
        line-height: 14px;
        font-weight: 700;
        color: #5d5d5d;
        text-transform: uppercase;
        padding: 10px 20px 10px 30px;
        position: relative; }
        .header .categories-menu ul li a br {
          content: " ";
          display: block;
          margin: 5px 0; }
      .header .categories-menu ul li a:hover {
        text-decoration: none; }
      .header .categories-menu ul li.cat-pink a::before {
        content: "";
        display: block;
        width: 9px;
        height: 9px;
        background-color: #f57d89;
        position: absolute;
        left: 12px;
        top: 12px; }
      .header .categories-menu ul li.cat-blue a::before {
        content: "";
        display: block;
        width: 9px;
        height: 9px;
        background-color: #5bcbe3;
        position: absolute;
        left: 12px;
        top: 12px; }
      .header .categories-menu ul li.cat-green a::before {
        content: "";
        display: block;
        width: 9px;
        height: 9px;
        background-color: #90d535;
        position: absolute;
        left: 12px;
        top: 12px; }
      .header .categories-menu ul li.cat-orange a::before {
        content: "";
        display: block;
        width: 9px;
        height: 9px;
        background-color: #ff892a;
        position: absolute;
        left: 12px;
        top: 12px; }
      .header .categories-menu ul li.cat-purple a::before {
        content: "";
        display: block;
        width: 9px;
        height: 9px;
        background-color: #ab51ff;
        position: absolute;
        left: 12px;
        top: 12px; }
      .header .categories-menu ul li:hover a, .header .categories-menu ul li.current-menu-item a {
        background-color: #eeeeee;
        text-decoration: none; }

.header.cat-pink {
  border-top: 5px solid #f57d89; }

.header.cat-blue {
  border-top: 5px solid #5bcbe3; }

.header.cat-green {
  border-top: 5px solid #90d535; }

.header.cat-orange {
  border-top: 5px solid #ff892a; }

.header.cat-purple {
  border-top: 5px solid #ab51ff; }

/*--- Mobile Header ---*/
.mobile-header {
  border-top: 5px solid #eeeeee;
  display: none; }
  .mobile-header .logo {
    display: block;
    float: left;
    margin-top: 38px;
    position: relative;
    z-index: 5;
    margin-right: 5px; }
  .mobile-header .mobile-buttons-container {
    padding-top: 44px; }
  .mobile-header .mobile-buttons {
    margin: 30px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    float: right; }
    .mobile-header .mobile-buttons li {
      display: block;
      float: left;
      margin: 0px 12px 0px 15px; }
      .mobile-header .mobile-buttons li a {
        font-family: "Roboto", sans-serif;
        font-size: 13px;
        line-height: 14px;
        font-weight: 700;
        color: #5d5d5d;
        text-transform: uppercase;
        display: block; }
        .mobile-header .mobile-buttons li a img {
          margin-right: 5px;
          margin-top: -2px; }
    .mobile-header .mobile-buttons li:first-child {
      margin-left: 0px; }

.mobile-header.cat-pink {
  border-top: 5px solid #f57d89; }

.mobile-header.cat-blue {
  border-top: 5px solid #5bcbe3; }

.mobile-header.cat-green {
  border-top: 5px solid #90d535; }

.mobile-header.cat-orange {
  border-top: 5px solid #ff892a; }

.mobile-header.cat-purple {
  border-top: 5px solid #ab51ff; }

/*--- Mobile Navigation ---*/
.mobile-nav {
  display: none;
  position: fixed;
  z-index: 200;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #4d4d4d;
  padding-bottom: 30px; }
  .mobile-nav a.close-nav {
    display: block;
    height: 40px;
    text-align: center;
    background-color: #333333;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    line-height: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding-top: 14px; }
    .mobile-nav a.close-nav img {
      margin-right: 10px;
      margin-top: -2px; }
  .mobile-nav a.close-nav:hover {
    text-decoration: none; }
  .mobile-nav .pages-menu {
    overflow: hidden;
    margin-top: 30px; }
    .mobile-nav .pages-menu ul {
      margin: 0px;
      padding: 0px;
      list-style: none; }
      .mobile-nav .pages-menu ul li {
        display: block; }
        .mobile-nav .pages-menu ul li a {
          color: #fff;
          font-size: 12px;
          line-height: 16px;
          font-style: italic;
          text-transform: uppercase;
          letter-spacing: 1px;
          display: block;
          padding: 15px 30px; }
  .mobile-nav .categories-menu {
    overflow: hidden;
    margin-top: 30px; }
    .mobile-nav .categories-menu ul {
      margin: 0px;
      padding: 0px;
      list-style: none; }
      .mobile-nav .categories-menu ul li {
        display: block; }
        .mobile-nav .categories-menu ul li a {
          display: block;
          text-align: left;
          font-family: "Roboto", sans-serif;
          font-size: 13px;
          line-height: 14px;
          font-weight: 700;
          color: #fff;
          text-transform: uppercase;
          padding: 10px 20px 10px 60px;
          position: relative; }
          .mobile-nav .categories-menu ul li a br {
            content: " ";
            display: block;
            margin: 5px 0; }
        .mobile-nav .categories-menu ul li a:hover {
          text-decoration: none; }
      .mobile-nav .categories-menu ul li.cat-pink a::before {
        content: "";
        display: block;
        width: 9px;
        height: 9px;
        background-color: #f57d89;
        position: absolute;
        left: 32px;
        top: 12px; }
      .mobile-nav .categories-menu ul li.cat-blue a::before {
        content: "";
        display: block;
        width: 9px;
        height: 9px;
        background-color: #5bcbe3;
        position: absolute;
        left: 32px;
        top: 12px; }
      .mobile-nav .categories-menu ul li.cat-green a::before {
        content: "";
        display: block;
        width: 9px;
        height: 9px;
        background-color: #90d535;
        position: absolute;
        left: 32px;
        top: 12px; }
      .mobile-nav .categories-menu ul li.cat-orange a::before {
        content: "";
        display: block;
        width: 9px;
        height: 9px;
        background-color: #ff892a;
        position: absolute;
        left: 32px;
        top: 12px; }
      .mobile-nav .categories-menu ul li.cat-purple a::before {
        content: "";
        display: block;
        width: 9px;
        height: 9px;
        background-color: #ab51ff;
        position: absolute;
        left: 32px;
        top: 12px; }
      .mobile-nav .categories-menu ul li:hover a, .mobile-nav .categories-menu ul li.current-menu-item a {
        background-color: #646464;
        text-decoration: none; }

/*--- Mobile Search ---*/
.mobile-search {
  display: none;
  position: fixed;
  z-index: 200;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #4d4d4d; }
  .mobile-search a.close-nav-2 {
    display: block;
    height: 40px;
    text-align: center;
    background-color: #333333;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    line-height: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding-top: 14px; }
    .mobile-search a.close-nav-2 img {
      margin-right: 10px;
      margin-top: -2px; }
  .mobile-search a.close-nav-2:hover {
    text-decoration: none; }
  .mobile-search .search-container {
    margin-top: 120px;
    padding: 0px 30px; }
    .mobile-search .search-container .form-control {
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      -o-border-radius: 0px;
      border-radius: 0px;
      background-clip: padding-box;
      height: 42px;
      border: 1px solid #ccc;
      background-color: #dbdbdb;
      font-size: 18px;
      line-height: 22px;
      padding-top: 10px;
      margin-bottom: 8px; }
    .mobile-search .search-container #searchsubmit-mobile {
      height: 42px;
      width: 100%;
      background: none;
      border: 1px solid #ccc;
      font-size: 18px;
      line-height: 22px;
      color: #fff;
      text-align: center;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      -o-border-radius: 0px;
      border-radius: 0px;
      background-clip: padding-box; }

/*--- Banner ---*/
.banner {
  position: relative;
  margin-top: 42px;
  z-index:1; }
  .banner .featured-thumb {
    width: 100%;
    height: auto; }
  .single-banner .featured-thumb {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
     }    
  .banner .carousel-caption {
    text-shadow: none;
    position: relative;
    margin: 0px;
    padding: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    text-align: left;
    z-index: 1; }
    .banner .carousel-caption .col-sm-4 {
      height: 465px; }
    .banner .carousel-caption a.the-thumb {
      display: block;
      width: 100%;
      _height: 282px;
      overflow: hidden; }
      .banner .carousel-caption a.the-thumb img {
        width: auto;
        _height: 100%; }
    .banner .carousel-caption a.post-title {
      font-size: 36px;
      line-height: 48px;
      display: block;
      color: #4c4c4c;
      margin-bottom: 20px; }
    .banner .carousel-caption a.post-title:hover {
      text-decoration: none;
      opacity: 0.8; }
    .banner .carousel-caption .post-content {
      _min-height: 160px; }
      .banner .carousel-caption .post-content a {
        text-decoration: none;
        color: inherit;
        font-size: inherit;
        line-height: inherit; }
      .banner .carousel-caption .post-content a:hover {
        text-decoration: none;
        opacity: 0.8; }
    .banner .carousel-caption .post-meta {
      position: absolute;
      width: 100%;
      bottom: 0px;
      left: 0px;
      padding: 0px 15px;
 /*
     margin-left: -15px;
      margin-right: -15px;
*/ }
      
.banner .carousel-caption .row .col-sm-6 {
	height: 100%;
	_height: 282px;
	display: block;
	display: table-cell;
	float: none;
	vertical-align: top;
}      
      
      .banner .carousel-caption .post-meta .the-author {
        font-family: "Roboto", sans-serif;
        font-size: 11px;
        line-height: 15px;
        color: #8f8f8f;
        text-transform: uppercase; }
        .banner .carousel-caption .post-meta .the-author a {
          font-family: "Roboto", sans-serif;
          font-size: 11px;
          line-height: 15px;
          color: #8f8f8f;
          text-transform: uppercase;
          text-decoration: none; }
        .banner .carousel-caption .post-meta .the-author a:hover {
          text-decoration: none;
          opacity: 0.8; }
      .banner .carousel-caption .post-meta .the-date {
        font-family: "Roboto", sans-serif;
        font-size: 11px;
        line-height: 15px;
        color: #8f8f8f;
        text-transform: uppercase; }
        .banner .carousel-caption .post-meta .the-date .hide-mobile {
          display: block; }
        .banner .carousel-caption .post-meta .the-date .show-mobile {
          display: none; }
        .banner .carousel-caption .post-meta .the-date .hide-mobile, .banner .carousel-caption .post-meta .the-date .show-mobile {
          font-family: inherit;
          font-size: inherit;
          line-height: inherit;
          color: inherit;
          text-transform: inherit; }
      .banner .carousel-caption .post-meta .post-category {
        font-family: "Roboto", sans-serif;
        font-size: 11px;
        line-height: 15px;
        color: #5d5d5d;
        text-transform: uppercase;
        margin-top: 5px;
        padding-top: 6px;
        border-top: 1px solid #c7c7c7; }
        .banner .carousel-caption .post-meta .post-category a {
          font-family: "Roboto", sans-serif;
          font-size: 11px;
          line-height: 15px;
          color: #5d5d5d;
          font-weight: 500;
          text-transform: uppercase;
          display: block;
          padding-left: 15px;
          position: relative; }
        .banner .carousel-caption .post-meta .post-category a:hover {
          text-decoration: none;
          opacity: 0.8; }
        .banner .carousel-caption .post-meta .post-category .cat-pink::before {
          content: "";
          display: block;
          width: 9px;
          height: 9px;
          background-color: #f57d89;
          position: absolute;
          left: 0px;
          top: 3px; }
        .banner .carousel-caption .post-meta .post-category .cat-blue::before {
          content: "";
          display: block;
          width: 9px;
          height: 9px;
          background-color: #5bcbe3;
          position: absolute;
          left: 0px;
          top: 3px; }
        .banner .carousel-caption .post-meta .post-category .cat-green::before {
          content: "";
          display: block;
          width: 9px;
          height: 9px;
          background-color: #90d535;
          position: absolute;
          left: 0px;
          top: 3px; }
        .banner .carousel-caption .post-meta .post-category .cat-orange::before {
          content: "";
          display: block;
          width: 9px;
          height: 9px;
          background-color: #ff892a;
          position: absolute;
          left: 0px;
          top: 3px; }
        .banner .carousel-caption .post-meta .post-category .cat-purple::before {
          content: "";
          display: block;
          width: 9px;
          height: 9px;
          background-color: #ab51ff;
          position: absolute;
          left: 0px;
          top: 3px; }
  .banner .carousel-control {
    background: none;
    opacity: 1;
    width: 27px; }
    .banner .carousel-control img {
      position: absolute;
  top: 50%;
  transform: translateY(-50%);
-moz-transform:translateY(-50%);
-webkit-transform:translateY(-50%);
-o-transform:translateY(-50%);
-ms-transform:translateY(-50%);
transform:translateY(-50%);
}
  .banner .carousel-control.right img {
    margin: 0px -40px 0px 0px;
    right: 0px; }
  .banner .carousel-control.left img {
    margin: 0px 0px 0px -40px;
    left: 0px; }
  .banner .carousel, .banner .item, .banner .active {
    height: 100%; }
  .banner .carousel-inner {
    height: 100%;
    _height: 282px; }
  .banner .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    z-index: 1; }

/*--- Search Bar ---*/
.searchbar {
  margin-top: 36px; }
  .searchbar .wrapper {
    background-color: #eeeeee;
    padding: 10px; }
    .searchbar .wrapper #searchform {
      position: relative; }
      .searchbar .wrapper #searchform #s {
        position: relative;
        z-index: 1; }
      .searchbar .wrapper #searchform .form-control {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
        background-clip: padding-box;
        border: 0px;
        height: 42px;
        padding-top: 10px;
        padding-right: 45px;
        font-size: 18px;
        line-height: 22px;
        color: #4d4d4d; }
      .searchbar .wrapper #searchform ::-webkit-input-placeholder {
        font-size: 18px;
        line-height: 22px;
        color: #4d4d4d;
        padding-top: 1px; }
      .searchbar .wrapper #searchform :-moz-placeholder {
        /* Firefox 18- */
        font-size: 18px;
        line-height: 22px;
        color: #4d4d4d;
        padding-top: 1px; }
      .searchbar .wrapper #searchform ::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 18px;
        line-height: 22px;
        color: #4d4d4d;
        padding-top: 1px; }
      .searchbar .wrapper #searchform :-ms-input-placeholder {
        font-size: 18px;
        line-height: 22px;
        color: #4d4d4d;
        padding-top: 1px; }
      .searchbar .wrapper #searchform .form-control:focus {
        box-shadow: none; }
      .searchbar .wrapper #searchform #searchsubmit {
        position: absolute;
        z-index: 5;
        top: 0px;
        right: 0px;
        border: 0px;
        background: none;
        width: 42px;
        height: 42px;
        background: url(../img/icon-search.png) center center no-repeat;
        text-indent: -99999px;
        background-size: 15px 17px; }
    .searchbar .wrapper .socialmedia-menu-2 {
      margin: 8px 0px 0px 0px;
      padding: 0px;
      list-style: none;
      float: right; }
      .searchbar .wrapper .socialmedia-menu-2 li {
        display: block;
        float: left;
        margin-left: 65px;
        margin-right: 20px; }
        .searchbar .wrapper .socialmedia-menu-2 li a {
          color: #5d5d5d;
          font-size: 13px;
          line-height: 27px;
          text-transform: uppercase;
          display: block;
          height: 27px;
          font-family: "Roboto", sans-serif;
          font-weight: 700;
          padding-left: 40px; }
        .searchbar .wrapper .socialmedia-menu-2 li a:hover {
          text-decoration: none;
          opacity: 0.8; }
      .searchbar .wrapper .socialmedia-menu-2 li.twitter a {
        background: url(../img/icon-twitter.png) left center no-repeat;
        background-size: 32px 27px; }
 .searchbar .wrapper .socialmedia-menu-2 li.linkedin a {
        background: url(../img/icon-linkedin.svg) left center no-repeat;
        background-size: 32px 27px; }        
      .searchbar .wrapper .socialmedia-menu-2 li.googleplus a {
        background: url(../img/icon-googleplus.png) left center no-repeat;
        background-size: 32px 27px; }
      .searchbar .wrapper .socialmedia-menu-2 li.rss a {
        background: url(../img/icon-rss.png) left center no-repeat;
        background-size: 32px 27px; }

/*--- Content ---*/
.content {
  margin-top: 36px;
  padding-bottom: 36px; }
  .content img {
    max-width: 100%; }
    
      .content .posts {
      width: 100%;
	        display: -webkit-box;      
  display: -moz-box;         
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex; 
  
-webkit-flex-direction: row;
-moz-flex-direction: row;
-ms-flex-direction: row;
-webkit-flex-direction: row;
flex-direction: row;

-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
  flex-wrap: wrap;
  overflow: hidden;

      }
      .content .posts > div {
      width: 100%;
      float: left;
      	        display: -webkit-box;      
  display: -moz-box;         
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex; 

      }
  
      @media(min-width:768px){
	.content .posts > div {      
	             padding-left: 15px;
  padding-right: 15px; 
	      width: 50%;
	      }
	      
       
	        .content .posts > div:first-child,
      .content .posts > div:nth-child(2n+1) {
      padding-left: 0;
      } 
      .content .posts > div:nth-child(2n+0) {
      padding-right: 0;
      }   
	      
      }
      @media(min-width:992px){
	.content .posts > div {      
	      width: 31%;
	      width: 33.33333333%;
	      }	 
	      	        .content .posts > div:first-child,
      .content .posts > div:nth-child(2n+1) {
      padding-left: 15px;
      } 
      .content .posts > div:nth-child(2n+0) {
      padding-right: 15px;
      }        
	     .content .posts > div:first-child,
      .content .posts > div:nth-child(3n+1) {
      padding-left: 0;
      } 
      .content .posts > div:nth-child(3n+0) {
      padding-right: 0;
      }      
     }

      
      .content .posts .the-post {
      width: 100%;
      position: relative;
  
      }
  .content .posts .the-post {
    margin-bottom: 50px; 
    padding-bottom: 65px;
    }
    
    .content.similar-articles  .posts > div {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;	
}

@media only screen 
and (min-device-width : 768px)   {

.content.similar-articles  .posts > div {
	width: 25%;	
}
 
 }

.content.similar-articles  .posts > div:last-child {
	padding-right: 0;
} 
.content.similar-articles  .posts > div:first-child {
	padding-left: 0;
} 
 .content.similar-articles .posts .the-post {
 margin-bottom: 0;
 }
    .content .posts .the-post a.post-title {
      font-size: 20px;
      line-height: 24px;
      display: block;
      color: #000;
      margin-bottom: 14px; }
    .content .posts .the-post a.post-title:hover {
      text-decoration: none; }
    .content .posts .the-post .post-excerpt {
      font-size: 13px;
      line-height: 18px;
      color: #4c4c4c;
      height: 54px; }
      .content .posts .the-post .post-excerpt a {
        text-decoration: none;
        color: inherit;
        font-size: inherit;
        line-height: inherit; }
        .content .posts .the-post .post-meta {
	        position: absolute;
	        bottom: 0;
	        display: block;
	        width: 100%;
        }
    .content .posts .the-post .post-meta .the-author {
      font-family: "Roboto", sans-serif;
      font-size: 11px;
      line-height: 15px;
      color: #8f8f8f;
      text-transform: uppercase; }
      .content .posts .the-post .post-meta .the-author a {
        font-family: "Roboto", sans-serif;
        font-size: 11px;
        line-height: 15px;
        color: #8f8f8f;
        text-transform: uppercase;
        text-decoration: none; }
      .content .posts .the-post .post-meta .the-author a:hover {
        text-decoration: none;
        opacity: 0.8; }
    .content .posts .the-post .post-meta .the-date {
      font-family: "Roboto", sans-serif;
      font-size: 11px;
      line-height: 15px;
      color: #8f8f8f;
      text-transform: uppercase; }
      .content .posts .the-post .post-meta .the-date .hide-mobile {
        display: block; }
      .content .posts .the-post .post-meta .the-date .show-mobile {
        display: none; }
      .content .posts .the-post .post-meta .the-date .hide-mobile, .content .posts .the-post .post-meta .the-date .show-mobile {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        color: inherit;
        text-transform: inherit; }
    .content .posts .the-post .post-meta .post-category {
      font-family: "Roboto", sans-serif;
      font-size: 11px;
      line-height: 15px;
      color: #5d5d5d;
      text-transform: uppercase;
      margin-top: 5px;
      padding-top: 6px;
      border-top: 1px solid #c7c7c7; }
      .content .posts .the-post .post-meta .post-category a {
        font-family: "Roboto", sans-serif;
        font-size: 11px;
        line-height: 15px;
        color: #5d5d5d;
        font-weight: 500;
        text-transform: uppercase;
        display: block;
        position: relative;
        padding-left: 15px; }
      .content .posts .the-post .post-meta .post-category a:hover {
        text-decoration: none;
        opacity: 0.8; }
      .content .posts .the-post .post-meta .post-category .cat-pink::before {
        content: "";
        display: block;
        width: 9px;
        height: 9px;
        background-color: #f57d89;
        position: absolute;
        left: 0px;
        top: 3px; }
      .content .posts .the-post .post-meta .post-category .cat-blue::before {
        content: "";
        display: block;
        width: 9px;
        height: 9px;
        background-color: #5bcbe3;
        position: absolute;
        left: 0px;
        top: 3px; }
      .content .posts .the-post .post-meta .post-category .cat-green::before {
        content: "";
        display: block;
        width: 9px;
        height: 9px;
        background-color: #90d535;
        position: absolute;
        left: 0px;
        top: 3px; }
      .content .posts .the-post .post-meta .post-category .cat-orange::before {
        content: "";
        display: block;
        width: 9px;
        height: 9px;
        background-color: #ff892a;
        position: absolute;
        left: 0px;
        top: 3px; }
      .content .posts .the-post .post-meta .post-category .cat-purple::before {
        content: "";
        display: block;
        width: 9px;
        height: 9px;
        background-color: #ab51ff;
        position: absolute;
        left: 0px;
        top: 3px; }
  .content .posts .the-post:hover .post-excerpt {
    color: #000; }
  .content .posts .the-post:hover .post-meta .the-author {
    color: #000; }
    .content .posts .the-post:hover .post-meta .the-author a {
      color: #000; }
    .content .posts .the-post:hover .post-meta .the-author a:hover {
      color: #000; }
  .content .posts .the-post:hover .post-meta .the-date {
    color: #000; }
    .content .posts .the-post:hover .post-meta .the-date .hide-mobile {
      display: block; }
    .content .posts .the-post:hover .post-meta .the-date .show-mobile {
      display: none; }
    .content .posts .the-post:hover .post-meta .the-date .hide-mobile, .content .posts .the-post:hover .post-meta .the-date .show-mobile {
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
      color: inherit;
      text-transform: inherit; }
  .content .posts .the-post:hover .post-meta .post-category {
    color: #000; }
    .content .posts .the-post:hover .post-meta .post-category a {
      color: #000; }
  .content .page-title {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 18px; }
  .content .page-content a {
    color: #4c4c4c;
    text-decoration: underline; }
  .content .page-content a:hover {
    text-decoration: none; }
  .content .page-content p {
    margin-bottom: 25px; }
  .content .page-content h1 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px; }
  .content .page-content h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px; }
  .content .page-content h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px; }
  .content .page-content h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px; }
  .content .page-content h5 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px; }
  .content .page-content h6 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px; }
  .content .page-content .alignnone {
    margin: 5px 20px 20px 0; }
  .content .page-content .aligncenter,
  .content .page-content div.aligncenter {
    display: block;
    margin: 5px auto 5px auto; }
  .content .page-content .alignright {
    float: right;
    margin: 5px 0 20px 20px; }
  .content .page-content .alignleft {
    float: left;
    margin: 5px 20px 20px 0; }
  .content .page-content a img.alignright {
    float: right;
    margin: 5px 0 20px 20px; }
  .content .page-content a img.alignnone {
    margin: 5px 20px 20px 0; }
  .content .page-content a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0; }
  .content .page-content a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .content .page-content img {
    height: auto; }
  .content .page-content ul, .content .page-content ol {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 20px;
    overflow: hidden; }
  .content .page-content blockquote p:last-child {
    margin-bottom: 0px; }
  .content .page-content ul.social_share_privacy_area {
    overflow: visible; }
  .content .page-content .social-media-tools {
    padding: 0px 0px 0px 10px;
    border-left: 1px solid #c7c7c7; }
    .content .page-content .social-media-tools .the-title {
      margin-bottom: 0;
      font-family: "Roboto", sans-serif;
      font-size: 13px;
      line-height: 14px;
      font-weight: 700;
      color: #5d5d5d;
      text-transform: uppercase; }
  .content .page-content .social_share_privacy_area.line {
    height: auto; }
  .content .page-content .social_share_privacy_area.line li {
    min-height: 30px;
    display: block;
    float: none !important;
    margin: 0px 0px 15px 0px !important;
    width: 100%; }
  .content .page-content .social_share_privacy_area {
    margin: 0px;
    padding: 0px;
    list-style: none; }
  .content .page-content .social_share_privacy_area li.settings_info .settings_info_menu {
    position: relative; }
  .content .page-content .social_share_privacy_area.line .facebook .fb_like {
    margin-right: 0px; }
  .content .page-content .social_share_privacy_area.line li .dummy_btn {
    margin: -5px 0px 0 10px; }
  .content .navigation {
    margin: 30px 0px; }
    .content .navigation ul {
      margin: 0px;
      padding: 0px;
      list-style: none;
      text-align: center; }
      .content .navigation ul li {
        display: inline-block; }
        .content .navigation ul li a {
          width: 36px;
          height: 42px;
          padding-top: 13px;
          display: inline-block;
          border: 1px solid #fff;
          text-align: center;
          font-size: 11px;
          line-height: 15px;
          font-family: "Roboto", sans-serif;
          font-weight: 700;
          text-transform: uppercase;
          color: #000; }
        .content .navigation ul li a:hover {
          text-decoration: none; }
      .content .navigation ul li.prev-page a {
        width: auto;
        padding-left: 15px;
        padding-right: 15px; }
        .content .navigation ul li.prev-page a img {
          margin-right: 20px;
          margin-top: -3px; }
      .content .navigation ul li.next-page a {
        width: auto;
        padding-left: 15px;
        padding-right: 15px; }
        .content .navigation ul li.next-page a img {
          margin-left: 20px;
          margin-top: -3px; }
      .content .navigation ul li.active a {
        border: 1px solid #c7c7c7; }
      .content .navigation ul li:hover a {
        background-color: #eeeeee;
        border: 1px solid #eeeeee; }

.content.single .page-title {
  font-size: 44px;
  line-height: 60px;
  margin-bottom: 18px; }
.content.single .the-meta {
  font-size: 11px;
  line-height: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #8f8f8f; }
  .content.single .the-meta a {
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    text-decoration: underline; }
  .content.single .the-meta a:hover {
    text-decoration: none;
    opacity: 0.8; }
.content.single .page-content p, .content.single .page-content ul li, .content.single .page-content ol li, .content.single .page-content a, .content.single .page-content strong {
  font-size: 18px;
  line-height: 28px; }
.content.single .page-content .the-disclaimer {
  margin-bottom: 34px;
  font-size: 13.5px;
  line-height: 17px;
  color: #4c4c4c;
  opacity: 0.7; }
.content.single .page-content .about-author {
  margin-bottom: 34px;
  background-color: #f4f4f4;
  padding: 20px 16px 14px; }
  .content.single .page-content .about-author .the-title {
    font-size: 11px;
    line-height: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #5d5d5d;
    margin-top: 20px; }
     .content.single .page-content .about-author .the-title:first-child {
	     margin-top: 0;
     }
  .content.single .page-content .about-author p {
    font-size: 11px;
    line-height: 15px;
    font-family: "Roboto", sans-serif;
    color: #4c4c4c;
    margin-bottom: 16px; }
    .content.single .page-content .about-author p br {
      font-size: 11px;
      line-height: 15px; }
  .content.single .page-content .about-author a {
    font-size: 11px;
    line-height: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #5d5d5d;
    text-decoration: none;
    display: inline-block;
    background: url(../img/icon-long-arrow.png) left center no-repeat;
    background-size: 17px 7px;
    padding-left: 22px;
    opacity: 0.8; }
  .content.single .page-content .about-author a:hover {
    text-decoration: none;
    opacity: 0.6; }
.content.single .page-content .tags {
  font-size: 11px;
  line-height: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #5d5d5d; }
  .content.single .page-content .tags a {
    font-size: 11px;
    line-height: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #5d5d5d;
    text-decoration: none; }
  .content.single .page-content .tags a:hover {
    text-decoration: none;
    opacity: 0.8; }
.content.single .page-content .category {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  line-height: 15px;
  color: #5d5d5d;
  text-transform: uppercase;
  margin-top: 5px;
  padding-top: 6px;
  border-top: 1px solid #c7c7c7;
  margin-bottom: 40px; }
  .content.single .page-content .category a {
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    line-height: 15px;
    color: #5d5d5d;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    position: relative;
    padding-left: 15px; }
  .content.single .page-content .category a:hover {
    text-decoration: none;
    opacity: 0.8; }
  .content.single .page-content .category .cat-pink::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-color: #f57d89;
    position: absolute;
    left: 0px;
    top: 3px; }
  .content.single .page-content .category .cat-blue::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-color: #5bcbe3;
    position: absolute;
    left: 0px;
    top: 3px; }
  .content.single .page-content .category .cat-green::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-color: #90d535;
    position: absolute;
    left: 0px;
    top: 3px; }
  .content.single .page-content .category .cat-orange::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-color: #ff892a;
    position: absolute;
    left: 0px;
    top: 3px; }
  .content.single .page-content .category .cat-purple::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-color: #ab51ff;
    position: absolute;
    left: 0px;
    top: 3px; }

.yarpp-related .content.similar-articles {
  margin-bottom: 80px; }
  .yarpp-related .content.similar-articles h3 {
    font-size: 11px;
    line-height: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #5d5d5d;
    margin-bottom: 55px; }
  .yarpp-related .content.similar-articles .posts .the-post a.post-title {
    min-height: 48px; }

.comments {
  padding-bottom: 36px; }
  .comments h3 {
    font-size: 11px;
    line-height: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #5d5d5d;
    margin-bottom: 55px; }

/*--- Footer ---*/
.footer {
  padding: 25px 0px 15px 0px;
  background-color: #f6f6f6; }
  .footer .socialmedia-menu {
    margin: 0px 0px 30px 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
    width: 100%; }
    .footer .socialmedia-menu li {
      display: inline-block;
      margin: 0px 25px; }
      .footer .socialmedia-menu li a {
        color: #5d5d5d;
        font-size: 13px;
        line-height: 27px;
        text-transform: uppercase;
        display: block;
        height: 27px;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        padding-left: 35px;
        text-indent: -99999px;
        height: 40px; }
      .footer .socialmedia-menu li a:hover {
        text-decoration: none; }
    .footer .socialmedia-menu li.twitter a {
      background: url(../img/icon-twitter.png) center center no-repeat;
      background-size: 32px 27px; }
    .footer .socialmedia-menu li.linkedin a {
      background: url(../img/icon-linkedin.svg) center center no-repeat;
      background-size: 32px 27px; }      
    .footer .socialmedia-menu li.googleplus a {
      background: url(../img/icon-googleplus.png) center center no-repeat;
      background-size: 32px 27px; }
    .footer .socialmedia-menu li.rss a {
      background: url(../img/icon-rss.png) center center no-repeat;
      background-size: 32px 27px; }
    .footer .socialmedia-menu li:hover a {
      opacity: 0.8; }
  .footer .footer-menu {
    margin: 0px;
    padding: 0px;
    list-style: none; }
    .footer .footer-menu li {
      float: left;
      margin-right: 34px; }
      .footer .footer-menu li a {
        font-size: 12px;
        line-height: 16px;
        color: #000;
        font-style: italic;
        text-transform: uppercase;
        letter-spacing: 1px; }
  .footer .company-logos {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: right; }
    .footer .company-logos li {
      float: left;
      margin-left: 28px; }
      .footer .company-logos li a {
        display: block; }
  .footer .copyright {
    margin-top: 35px;
    }
      .footer .copyright a {
    font-size: 12px;
    line-height: 16px;
    color: #000;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 1px; }

/*# sourceMappingURL=custom.css.map */

.wpcf7 .form-control {
  border-radius: 0;
  padding-left: 3px;
  padding-right: 3px;
  }
  .wpcf7 p {
	  margin-top: 20px;
	  margin-bottom: 0 !important;
  }
  
  .wpcf7-form-control.btn-primary {
  background-color: #FAFAFA;
  border-color: #4c4c4c;
  color: #4c4c4c;
  border-radius: 0;
  text-transform: uppercase;
  margin: 0 auto;
  display: block;
  width: 160px;
  line-height: 2.5;
  font-style: italic;
  letter-spacing: 0.15em;
  font-weight: 200;
  padding: 0;
  padding-top: 2px;
  margin-top: 45px;
  }
  .wpcf7-form-control.btn-primary:hover {
  border-color: #ababab;
  }  
  
  .social_share_privacy > .ul {
	  height: auto !important;
  }