/* Globals */
@-webkit-keyframes constantrotation {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    background: red;
  }
  to {
    transform: rotate(36deg);
    -webkit-transform: rotate(36deg);
    -moz-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    -o-transform: rotate(36deg);
    background: blue;
  }
}
@keyframes constantrotation {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    background: red;
  }
  to {
    transform: rotate(36deg);
    -webkit-transform: rotate(36deg);
    -moz-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    -o-transform: rotate(36deg);
    background: blue;
  }
}
.body-font {
  font-family: "PT Sans", sans-serif;
}
.title-font {
  font-family: "Fjalla One", sans-serif;
}
body {
  font-family: "PT Sans", sans-serif;
  background: #fff;
  word-wrap: break-word;
}
.mega-container {
  background: white;
  max-width: 1170px;
  margin: auto;
  margin-top: 20px;
  overflow: visible;
}
a {
  color: #4cb2ed;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: #4cb2ed;
}
.container {
  margin: auto;
}
/* ---------- Header ------------- */
#social-icons-fixed {
  position: fixed;
  left: 0;
  top: 30%;
  width: 43px;
  border-right: none;
  border-left: none;
  z-index: 999;
  box-shadow: -7px 2px 9px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 600px) {
  #social-icons-fixed {
    width: 32px;
  }
}
#social-icons-fixed img {
  margin-bottom: 0px;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}
#social-icons-fixed img:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
#top-bar {
  padding: 10px 0;
}
#top-bar .top-social-icons {
  float: right;
  font-size: 18px;
}
#top-bar .top-social-icons a {
  display: inline-block;
  padding: 5px 12px;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
#top-bar .top-social-icons a:hover {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}
#top-bar .searchform {
  float: right;
  margin-left: 16px;
}
#top-bar .searchform input {
  border-radius: 1px;
  padding: 5px 12px;
  border: solid 1px #f0f0f0;
  outline-color: #4cb2ed;
  outline-width: 1px;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
#top-bar .searchform input::-webkit-input-placeholder {
  color: rgba(102, 102, 102, 0.5);
}
#top-bar .searchform input:-moz-placeholder {
  color: rgba(102, 102, 102, 0.5);
}
#top-bar .searchform input::-moz-placeholder {
  color: rgba(102, 102, 102, 0.5);
}
#top-bar .searchform input:-ms-input-placeholder {
  color: rgba(102, 102, 102, 0.5);
}
#top-bar .searchform input ::-webkit-input-placeholder {
  font-weight: 300;
}
#top-bar .searchform input:focus,
#top-bar .searchform input:active {
  outline-color: #4cb2ed;
  outline-width: 1px;
  outline-offset: 0px;
}
#masthead {
  position: relative;
  z-index: 90;
}
#masthead #text-title-desc {
  clear: none;
  float: left;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #masthead #text-title-desc {
    float: none;
  }
}
#masthead h1.site-title {
  font-size: 40px;
  font-weight: 300;
  margin-top: 0px;
}
#masthead h1.site-title a {
  color: #4cb2ed;
}
#masthead h2.site-description {
  font-weight: 300;
  font-size: 14px;
  margin-top: 10px;
  color: #808080;
}
@media screen and (max-width: 767px) {
  #masthead {
    text-align: center;
  }
  #masthead .layer {
    min-height: 430px;
  }
}
.site-branding {
  padding: 25px 0;
  overflow: hidden;
  display: inline-block;
  float: left;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .site-branding {
    text-align: center;
    float: none;
    padding-bottom: 5px;
  }
}
#site-logo {
  display: inline-block;
  float: left;
}
@media screen and (max-width: 768px) {
  #site-logo {
    float: none;
  }
}
#social-search {
  background: #ebebeb;
  padding: 16px 10px;
  text-align: center;
}
#social-search .social-icons {
  text-align: center;
  position: relative;
  display: inline-block;
  border-right: solid 1px #ddd;
  box-shadow: 1px 0px 0px #f7f7f7;
  padding-right: 15px;
}
#social-search .social-icons a {
  margin-right: 5px;
  text-align: center;
}
#social-search .social-icons a img {
  width: 37px;
  height: 37px;
  transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
  -moz-transition: ease 0.4s;
  -ms-transition: ease 0.4s;
  -o-transition: ease 0.4s;
}
@media screen and (max-width: 600px) {
  #social-search .social-icons a {
    float: none;
  }
}
#social-search .social-icons a:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  #social-search .social-icons {
    border-right: none;
    border-bottom: solid 1px #ddd;
    box-shadow: 0px 1px 0px #f7f7f7;
    padding-right: 0;
    padding-bottom: 15px;
    margin-bottom: 13px;
  }
  #social-search .searchform {
    padding-left: 0;
  }
}
#jumbosearch {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.84);
  z-index: 99;
  text-align: center;
  display: none;
}
#jumbosearch .form {
  margin-top: 20%;
}
#jumbosearch .form label {
  width: 80%;
  text-align: center;
}
#jumbosearch .form input[type=search] {
  background: none;
  outline: none;
  padding: 20px;
  font-size: 28px;
  border: none;
  border-bottom: solid 1px #ddd;
  border-radius: 0;
  color: white;
  width: 80%;
  text-align: center;
  clear: both;
}
#jumbosearch .form input[type=submit] {
  display: none;
  text-transform: uppercase;
}
#jumbosearch .closeicon {
  position: absolute;
  right: 30px;
  top: 40px;
  color: #eee;
  font-size: 27px;
  padding: 15px;
  cursor: pointer;
}
/* -------- Nav Menu ---------- */
#site-navigation {
  float: right;
  width: auto;
  clear: none;
  display: inline-block;
  text-align: center;
  margin-top: 15px;
}
#site-navigation .nav-container {
  padding: 0px;
  display: block;
}
#site-navigation ul {
  /* for the Currently active page */
}
#site-navigation ul li {
  float: left;
}
#site-navigation ul li a {
  padding: 38px 24px;
  color: #999999;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 13px;
  background: none;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  position: relative;
}
#site-navigation ul li a:after {
  content: "";
  position: absolute;
  top: 60px;
  left: calc(2.5% + 24px);
  height: 2px;
  background: #4cb2ed;
  transform-origin: center;
  transform: translateY(3px);
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  width: calc(95% - 48px);
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  opacity: 0;
}
#site-navigation ul li:hover a:after {
  transform-origin: center;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  opacity: 1;
}
#site-navigation ul li:hover > a:after {
  content: "";
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  width: calc(95% - 48px);
}
#site-navigation ul li ul li .menu-desc {
  display: none;
}
#site-navigation ul li ul.sub-menu,
#site-navigation ul li ul.children {
  background: #fcfcfc;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  top: calc(100% - 28px);
  display: block;
  transition: 0.8s all ease;
  -webkit-transition: 0.8s all ease;
  -moz-transition: 0.8s all ease;
  -ms-transition: 0.8s all ease;
  -o-transition: 0.8s all ease;
  perspective: 1000;
  -webkit-perspective: 1000;
  transform-origin: top;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  opacity: 0;
  text-align: left;
  visibility: hidden;
  padding: 5px 0px;
}
#site-navigation ul li ul.sub-menu a,
#site-navigation ul li ul.children a {
  color: #666;
  font-size: 12px;
}
#site-navigation ul li ul.sub-menu li ul,
#site-navigation ul li ul.children li ul {
  transform-origin: left;
  -webkit-transform-origin: left;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  left: 100%;
  top: 0;
  opacity: 0 !important;
  -webkit-transform: rotateY(15deg) !important;
  transform: rotateY(15deg) !important;
  -moz-transform: rotateY(15deg) !important;
}
#site-navigation ul li ul.sub-menu li ul li ul,
#site-navigation ul li ul.children li ul li ul {
  display: none !important;
}
#site-navigation ul li ul.sub-menu li:hover,
#site-navigation ul li ul.children li:hover {
  /* -webkit-transition: 0.2s all ease !important; */
}
#site-navigation ul li ul.sub-menu li:hover ul,
#site-navigation ul li ul.children li:hover ul {
  opacity: 1 !important;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}
#site-navigation ul li ul.sub-menu a,
#site-navigation ul li ul.children a {
  padding: 8px 15px;
  font-weight: lighter;
  font-size: 11px;
  transition: 0s;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
}
#site-navigation ul li ul.sub-menu a:after,
#site-navigation ul li ul.children a:after {
  content: none;
}
#site-navigation ul li ul.sub-menu a:hover,
#site-navigation ul li ul.children a:hover {
  background: #4cb2ed;
  color: white;
}
#site-navigation ul li:hover {
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease !important;
}
#site-navigation ul li:hover ul.sub-menu,
#site-navigation ul li:hover ul.children {
  display: block;
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
}
#site-navigation .fa {
  padding: 0 5px 0 0;
}
#site-navigation .menu-desc {
  font-size: 12px;
  font-weight: 300;
  color: #eee;
  display: inline-block;
  margin-top: -5px;
  font-style: italic;
  text-transform: lowercase;
}
#site-navigation .current_page_item > a,
#site-navigation .current-menu-item > a,
#site-navigation .current_page_ancestor > a {
  color: #4cb2ed;
}
@media screen and (max-width: 767px) {
  #site-navigation {
    margin-top: 0;
    float: none;
    text-align: center;
    width: 100%;
  }
  #site-navigation .td_mobile_menu_wrap {
    min-height: 42px;
    padding: 20px;
    position: relative;
    min-width: 150px;
    display: inline-block;
  }
  #site-navigation .td_mobile_menu_wrap:after {
    content: "\f103";
    font-family: "FontAwesome";
    color: white;
    position: absolute;
    right: 27px;
    top: 23px;
    font-size: 18px;
  }
  #site-navigation .mobileMenu {
    padding: 5px 8px;
    border: none;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    min-width: 150px;
    background-image: none;
    -webkit-appearance: none;
    position: relative;
  }
  #site-navigation .mobileMenu:focus {
    outline: none;
  }
}
#featured-news {
  margin-top: 20px;
}
#featured-news .featured-news-container .fg-wrapper .fg-item-container {
  float: left;
  position: relative;
}
#featured-news .featured-news-container .fg-wrapper .fg-item-container:nth-child(1) {
  width: 69%;
  margin-right: 5px;
}
#featured-news .featured-news-container .fg-wrapper .fg-item-container:nth-child(2),
#featured-news .featured-news-container .fg-wrapper .fg-item-container:nth-child(3) {
  width: 28.8%;
}
#featured-news .featured-news-container .fg-wrapper .fg-item-container:nth-child(2) {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #featured-news .featured-news-container .fg-wrapper .fg-item-container:nth-child(n+0) {
    width: 100%;
    margin-bottom: 2px;
  }
  #featured-news .featured-news-container .fg-wrapper .fg-item-container:nth-child(n+0) img {
    width: 100%;
  }
}
#featured-news .featured-news-container .fg-wrapper .fg-item-container .fg-item .gradient-layer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.96), transparent);
}
#featured-news .featured-news-container .fg-wrapper .fg-item-container .fg-item .product-details {
  position: absolute;
  bottom: 0;
  padding: 10px 20px;
  -webkit-backface-visibility: hidden;
}
#featured-news .featured-news-container .fg-wrapper .fg-item-container .fg-item .product-details h3 a {
  color: #222;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  #featured-news .featured-news-container .fg-wrapper .fg-item-container .fg-item .product-details h3 {
    font-size: 14px;
    line-height: 1.5em;
    margin: 5px 0;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  #featured-news .featured-news-container .fg-wrapper .fg-item-container .fg-item .product-details h3 {
    font-size: 22px;
    line-height: 1.6em;
    margin: 10px 0;
  }
}
#featured-news .featured-news-container .fg-wrapper .fg-item-container .fg-item .product-details .cat-link {
  left: -20px;
  padding: 5px 15px;
  background: #4cb2ed;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
  font-family: "Fjalla One", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
#featured-news-large {
  width: 100%;
  padding: 0;
  margin: 30px 0;
}
#featured-news-large .section-title {
  text-align: center;
  font-size: 34px;
}
#featured-news-large .section-title .dots .fa {
  border: none;
  margin: 2px 15px;
  color: #4cb2ed;
  font-size: 16px;
}
#featured-news-large .fg-item-container {
  padding: 0;
}
#featured-news-large .fg-item-container:nth-child(1) {
  padding-right: 2px;
}
#featured-news-large .fg-item-container:nth-child(2) {
  padding-right: 1px;
  padding-left: 1px;
}
#featured-news-large .fg-item-container:nth-child(3) {
  padding-left: 2px;
}
@media screen and (max-width: 767px) {
  #featured-news-large .fg-item-container:nth-child(n+0) {
    padding: 0;
  }
  #featured-news-large .fg-item-container:nth-child(n+0) .product-details {
    position: relative;
    top: -10px;
  }
}
#featured-news-large .fg-item-container .border-layer {
  width: 50%;
  height: 5px;
  background: #4cb2ed;
  margin: 0 25%;
  position: relative;
  top: -3px;
}
#featured-news-large .fg-item-container .fa-caret-down {
  font-size: 38px;
  position: relative;
  top: -18px;
}
#featured-news-large .fg-item-container img {
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  width: 100%;
}
#featured-news-large .fg-item-container .product-details {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
#featured-news-large .fg-item-container .product-details h3 {
  color: #333333;
  margin-top: 0;
  font-size: 19px;
  line-height: 1.8em;
  font-weight: bold;
}
#featured-news-large .fg-item-container:hover img {
  filter: brightness(0.8);
}
#featured-news-large .fg-item-container:hover .product-details {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#featured-news-large .fg-item {
  text-align: center;
}
#featured-cards {
  width: 100%;
  padding: 0;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  #featured-cards .fg-item-container {
    padding: 0 5px;
  }
}
#featured-cards .section-title {
  text-align: center;
  font-size: 34px;
}
#featured-cards .section-title .dots .fa {
  border: none;
  margin: 2px 15px;
  color: #4cb2ed;
  font-size: 16px;
}
#featured-cards .icon {
  text-align: center;
  position: relative;
  top: 25px;
}
#featured-cards .icon .fa {
  background: #4cb2ed;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 14px;
  font-size: 22px;
}
#featured-cards .product-details {
  width: 80%;
  margin-left: 10%;
  background: #fff;
  color: white;
  padding: 15px;
  text-align: center;
  border-top: 3px solid #1799e5;
  top: -20px;
  position: relative;
}
#featured-cards .product-details h3 {
  font-size: 15px;
  margin: 0;
  line-height: 1.9em;
  color: #333333;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #featured-cards .product-details h3 {
    font-size: 13px;
    line-height: 1.5em;
  }
}
#featured-cards .fg-item {
  margin-top: -20px;
}
#featured-cards .fg-item .icon,
#featured-cards .fg-item .product-details {
  transition: 0.6s all ease;
  -webkit-transition: 0.6s all ease;
  -moz-transition: 0.6s all ease;
  -ms-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
}
#featured-cards .fg-item:hover .icon,
#featured-cards .fg-item:hover .product-details {
  opacity: 0;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
/* top slider */
#slider-bg {
  width: 100%;
  padding: 0;
  margin-top: 60px;
  margin-bottom: 20px;
}
.slider-wrapper {
  margin-bottom: -71px;
}
.slider-wrapper .nivoSlider {
  box-shadow: none;
  border: solid 1px #eee;
}
.slider-wrapper .nivo-controlNav {
  position: relative;
  bottom: 16px;
  z-index: 9;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.slider-wrapper .nivo-controlNav a {
  background-image: none;
  width: 28px;
  height: 3px;
  margin: 0 5px;
  background: #4cb2ed;
  position: relative;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.slider-wrapper .nivo-controlNav a:hover {
  background: rgba(76, 178, 237, 0.5);
}
.slider-wrapper .nivo-controlNav .active {
  top: -3px;
}
.slider-wrapper .nivo-caption {
  bottom: 60px;
  left: 55px;
  right: auto;
  font-family: inherit;
  background: none;
}
@media screen and (max-width: 600px) {
  .slider-wrapper .nivo-caption {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    bottom: 15px;
    left: -50px;
  }
}
.slider-wrapper .nivo-caption a {
  text-decoration: none;
  border-bottom: none;
}
.slider-wrapper .nivo-caption .slide-title {
  display: inline-block;
  font-size: 20px;
  padding: 7px 10px;
  text-shadow: 0px 1px 0px black;
  background: rgba(34, 51, 59, 0.8);
  font-weight: bold;
  margin-bottom: 5px;
  border-radius: 4px;
}
.slider-wrapper .nivo-caption .slide-desc span {
  background: rgba(76, 178, 237, 0.6);
  /* border-left: solid 4px black; */
  display: inline-block;
  font-size: 16px;
  padding: 3px 8px;
  border-radius: 3px;
}
.slider-wrapper .nivo-caption .slide-cta span {
  background: rgba(255, 255, 255, 0.4);
  font-weight: bold;
  display: inline-block;
  font-size: 14px;
  margin-top: 5px;
  padding: 4px 10px;
  border: solid 2px white;
  text-shadow: 1px 1px 0px black;
  border-radius: 5px;
}
.slider-wrapper .nivo-caption .slide-cta span:hover {
  background: rgba(255, 255, 255, 0.8);
}
#sticky-post {
  overflow: auto;
  margin-bottom: 0px;
  /*for formats*/
}
#sticky-post .sticky-image img {
  width: 100%;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
#sticky-post:hover img {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
#sticky-post .sticky-details .sticky-title {
  font-size: 32px;
  font-weight: normal;
  line-height: 1.8em;
}
#sticky-post .sticky-details .sticky-title a {
  color: #22333b;
}
#sticky-post .sticky-details .sticky-desc {
  color: rgba(102, 102, 102, 0.6);
  line-height: 2em;
}
#sticky-post .format-video,
#sticky-post .format-image {
  position: relative;
  z-index: 2;
}
#sticky-post .format-video:after,
#sticky-post .format-image:after {
  content: "\f01d";
  font-family: "FontAwesome";
  position: absolute;
  top: calc(50% - 36px);
  font-size: 54px;
  left: calc(50% - 26px);
  color: rgba(255, 255, 255, 0.8);
  z-index: 5;
}
#sticky-post .format-image:after {
  content: "\f030";
}
.featured-section {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: auto;
}
.featured-section .section-title {
  margin-top: 0;
}
.featured-section .item {
  padding: 0;
  overflow: hidden;
}
.featured-section .format-video .item-container,
.featured-section .format-image .item-container {
  position: relative;
  z-index: 2;
}
.featured-section .format-video .item-container:after,
.featured-section .format-image .item-container:after {
  content: "\f01d";
  font-family: "FontAwesome";
  position: absolute;
  top: calc(50% - 26px);
  font-size: 34px;
  left: calc(50% - 17px);
  color: rgba(255, 255, 255, 0.8);
  z-index: 3;
}
.featured-section .format-image .item-container:after {
  content: "\f030";
}
.featured-section .item-container {
  overflow: hidden;
  position: relative;
  display: block;
}
.featured-section .item-container img {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}
.featured-section .item-container .featured-caption {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: none;
  pointer-events: none;
  z-index: 9;
}
.featured-section .item-container .featured-caption .post-title {
  color: #ddd;
  clear: both;
  position: absolute;
  bottom: 40px;
  padding-right: 8px;
  font-weight: normal;
  font-size: 15px;
  font-style: italic;
  line-height: 1.7em;
}
.featured-section .item-container .featured-caption .postdate {
  color: #ccc;
  display: block;
  position: absolute;
  bottom: 10px;
  font-size: 12px;
}
#main {
  margin-top: 20px;
}
/* SHOWCASE */
#showcase {
  margin-top: 50px;
  overflow: auto;
  margin-bottom: 10px;
}
#showcase .showcase-item {
  position: relative;
  padding: 15px 15px;
  overflow: hidden;
  perspective: 1000px;
}
#showcase .showcase-item .item-container {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 600px) {
  #showcase .showcase-item {
    width: 100%;
  }
}
#showcase .showcase-item .image {
  border-radius: 50%;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 99;
}
#showcase .showcase-item .image:after {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 1px #fff;
  display: block;
  position: absolute;
  top: 0;
  transform: scale(0.92);
  -webkit-transform: scale(0.92);
  -moz-transform: scale(0.92);
  -ms-transform: scale(0.92);
  -o-transform: scale(0.92);
  border-radius: 50%;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
#showcase .showcase-item img {
  position: relative;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
#showcase .showcase-item .showcase-caption {
  position: relative;
  text-align: center;
  font-weight: normal;
  margin-top: 15px;
  color: #4cb2ed;
  background: #fff;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  opacity: 1;
}
#showcase .showcase-item .showcase-caption .showcase-title {
  font-size: 18px;
  text-transform: uppercase;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  color: black;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #showcase .showcase-item .showcase-caption .showcase-title {
    font-size: 18px;
  }
}
#showcase .showcase-item .showcase-caption .showcase-desc {
  font-size: 16px;
  color: #22333b;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
@media screen and (max-width: 767px) {
  #showcase .showcase-item .showcase-caption .showcase-desc {
    font-size: 14px;
    font-weight: normal;
  }
}
#showcase .showcase-item:hover img {
  -webkit-filter: brightness(0.6);
  filter: brightness(0.6);
  transform: scale(1.1) translateY(0px);
  -webkit-transform: scale(1.1) translateY(0px);
  -moz-transform: scale(1.1) translateY(0px);
  -ms-transform: scale(1.1) translateY(0px);
  -o-transform: scale(1.1) translateY(0px);
}
#showcase .showcase-item:hover .image:after {
  transform: scale(0.95) rotate(0deg);
  -webkit-transform: scale(0.95) rotate(0deg);
  -moz-transform: scale(0.95) rotate(0deg);
  -ms-transform: scale(0.95) rotate(0deg);
  -o-transform: scale(0.95) rotate(0deg);
  border-style: dashed;
}
#showcase .showcase-item:hover .showcase-caption {
  opacity: 1;
}
#showcase .showcase-item:hover .showcase-title,
#showcase .showcase-item:hover .showcase-desc {
  transform-origin: left;
}
.featposts {
  margin-top: 25px;
}
.featposts .section-title {
  margin-bottom: 25px;
}
.featposts .item {
  padding: 5px;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.featposts .item .item-container {
  overflow: hidden;
  border: solid 5px #f2f2f2;
}
.featposts .item img {
  transition: 1s all ease;
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  -ms-transition: 1s all ease;
  -o-transition: 1s all ease;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  position: relative;
  z-index: 80;
}
.featposts .item .post-title {
  position: absolute;
  bottom: 50%;
  text-align: center;
  width: calc(100% - 20px);
  font-size: 18px;
  transform: translateY(70%) scale(2);
  -webkit-transform: translateY(70%) scale(2);
  -moz-transform: translateY(70%) scale(2);
  -ms-transform: translateY(70%) scale(2);
  -o-transform: translateY(70%) scale(2);
  color: #fff;
  z-index: 90;
  opacity: 0;
  transition: 0.7s all ease;
  -webkit-transition: 0.7s all ease;
  -moz-transition: 0.7s all ease;
  -ms-transition: 0.7s all ease;
  -o-transition: 0.7s all ease;
}
@media screen and (max-width: 600px) {
  .featposts .item .post-title {
    font-size: 13px;
  }
}
.featposts .item:before,
.featposts .item:after {
  content: "";
  height: 2px;
  background: rgba(255, 255, 255, 0.85);
  display: block;
  width: 80%;
  left: 10%;
  position: absolute;
  opacity: 0;
  transition: 0.6s all ease;
  -webkit-transition: 0.6s all ease;
  -moz-transition: 0.6s all ease;
  -ms-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  z-index: 90;
}
.featposts .item:before {
  top: 20px;
  transform: rotate(-5deg) scale(2);
  -webkit-transform: rotate(-5deg) scale(2);
  -moz-transform: rotate(-5deg) scale(2);
  -ms-transform: rotate(-5deg) scale(2);
  -o-transform: rotate(-5deg) scale(2);
  transform-origin: 20%;
}
.featposts .item:after {
  bottom: 20px;
  transform: rotate(-5deg) scale(2);
  -webkit-transform: rotate(-5deg) scale(2);
  -moz-transform: rotate(-5deg) scale(2);
  -ms-transform: rotate(-5deg) scale(2);
  -o-transform: rotate(-5deg) scale(2);
  transform-origin: 80%;
}
.featposts .item:hover:before,
.featposts .item:hover:after {
  transform: rotate(0deg) scale(1);
  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  opacity: 1;
}
.featposts .item:hover .post-title {
  transform: translateY(50%) scale(1);
  -webkit-transform: translateY(50%) scale(1);
  -moz-transform: translateY(50%) scale(1);
  -ms-transform: translateY(50%) scale(1);
  -o-transform: translateY(50%) scale(1);
  opacity: 1;
}
.featposts .item:hover img {
  filter: brightness(0.3);
  -webkit-filter: brightness(0.3);
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
/* Flex Images */
.flex-images {
  border: none;
  padding: 15px 30px;
  margin-bottom: 30px;
}
.flex-images .section-title:after {
  width: 5%;
}
.flex-images .item {
  margin: 6px;
  border: none;
  position: relative;
}
.flex-images .item .viewtext {
  position: absolute;
  top: 35%;
  left: 40%;
  font-size: 14px;
  z-index: 9999;
  display: none;
}
.flex-images .item img {
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.flex-images .item:after {
  content: "";
  position: absolute;
  display: block;
  width: 0%;
  height: 5px;
  bottom: 0px;
  background: rgba(76, 178, 237, 0.8);
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.flex-images .item:hover:after {
  width: 100%;
}
.flex-images .item:hover img {
  -webkit-filter: blur(3px) grayscale(0.9);
}
.flex-images .item:hover .flex-caption {
  padding-left: 20px;
}
.flex-images .item:hover .viewtext {
  display: block;
  color: #eee;
  text-shadow: 0 0 2px #000;
  background: #000;
  padding: 10px;
  border-radius: 10px;
}
.flex-images .flex-caption {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  position: absolute;
  bottom: 0px;
  display: block;
  pointer-events: none;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  width: 100%;
  color: #eee;
  font-weight: bold;
  text-shadow: 1px 1px 0 #222;
  font-size: 16px;
  padding: 50px 10px 20px 10px;
}
/* section titles */
.section-title {
  color: #22333b;
  text-transform: uppercase;
  font-weight: normal;
  text-align: left;
  font-size: 22px;
  margin-bottom: 30px;
  margin-top: 20px;
  position: relative;
  vertical-align: middle;
  font-family: "Fjalla One", sans-serif;
}
@media screen and (max-width: 991px) {
  .section-title {
    margin-top: 20px;
  }
}
.section-title i.fa {
  padding: 10px;
  border: solid 2px #d9d9d9;
  border-radius: 8px;
  margin-right: 10px;
  margin-left: 0px;
  font-size: 18px;
  vertical-align: middle;
  color: #4cb2ed;
}
/* Second Featured Area */
.featured-2 {
  margin: 20px 0;
  position: relative;
}
.featured-2 .popular-articles {
  overflow: auto;
  overflow-x: hidden;
}
.featured-2 .popular-articles .imgcontainer {
  padding: 6px;
  position: relative;
}
.featured-2 .popular-articles .popimage {
  position: relative;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.featured-2 .popular-articles .popimage img {
  display: block;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
@media screen and (max-width: 991px) {
  .featured-2 .popular-articles .popimage img {
    width: 100%;
  }
}
.featured-2 .popular-articles .popimage:hover img {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  opacity: 1;
}
.featured-2 .popular-articles .popimage:hover .titledesc {
  display: block;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  /* left: 0; */
  opacity: 1;
}
.featured-2 .popular-articles .titledesc {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.8s all ease;
  -webkit-transition: 0.8s all ease;
  -moz-transition: 0.8s all ease;
  -ms-transition: 0.8s all ease;
  -o-transition: 0.8s all ease;
  transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.featured-2 .popular-articles .titledesc h2 {
  font-size: 16px;
  text-align: center;
  color: white;
  font-weight: bold;
}
.featured-2 .popular-articles .titledesc a {
  color: #eee;
  background: #4cb2ed;
  text-align: center;
  display: block;
  width: 40%;
  padding: 5px;
  margin: auto;
  margin-top: 25px;
}
.featured-2 .popular-articles .imgcontainer:nth-child(odd) .titledesc {
  transform: translateX(50px);
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
}
.featured-2 .popular-articles .imgcontainer:nth-child(odd) .popimage:hover img {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
}
.featured-2 .popular-articles .imgcontainer:nth-child(odd) .popimage:hover .titledesc {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
}
/* sb slider */
.latest-hap {
  position: relative;
}
.sb-slider .sb-description {
  pointer-events: none;
  z-index: 88;
  background: rgba(0, 0, 0, 0.4);
  border-left-color: #4cb2ed;
  padding: 10px;
}
.sb-slider .sb-description h3 {
  margin: 0;
}
.nav-arrows {
  position: absolute;
  top: 50%;
}
.nav-arrows a {
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  box-shadow: 0px 0px 1px #4cb2ed;
  outline: none;
}
.nav-arrows a:hover {
  background-color: rgba(76, 178, 237, 0.5);
}
.nav-arrows a:first-child {
  right: -535px;
}
@media screen and (max-width: 1199px) {
  .nav-arrows a:first-child {
    right: -435px;
  }
}
@media screen and (max-width: 991px) {
  .nav-arrows a:first-child {
    right: -675px;
  }
}
@media screen and (max-width: 768px) {
  .nav-arrows a:first-child {
    display: none;
  }
}
.nav-arrows a:nth-child(2) {
  right: -47px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .nav-arrows a:nth-child(2) {
    right: -57px;
  }
}
@media screen and (max-width: 768px) {
  .nav-arrows a:nth-child(2) {
    display: none;
  }
}
#content {
  margin-top: 10px;
  padding-top: 30px;
}
.grid-row {
  margin: 0;
}
/* Grid */
.grid {
  margin: 10px 0;
  padding-left: 0;
  padding-bottom: 17px;
  border-bottom: solid 1px #eee;
}
@media screen and (max-width: 768px) {
  .grid {
    border-bottom: none;
  }
}
.grid:nth-last-child(2) {
  border: none;
}
.grid .featured-thumb {
  overflow: hidden;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  padding: 0;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .grid .featured-thumb {
    overflow: visible;
  }
}
@media screen and (max-width: 768px) {
  .grid .featured-thumb img {
    width: 100%;
  }
}
.grid .featured-thumb img {
  transition: 0.8s all ease;
  -webkit-transition: 0.8s all ease;
  -moz-transition: 0.8s all ease;
  -ms-transition: 0.8s all ease;
  -o-transition: 0.8s all ease;
}
.grid .featured-thumb:hover img {
  transition: 0.8s all ease;
  -webkit-transition: 0.8s all ease;
  -moz-transition: 0.8s all ease;
  -ms-transition: 0.8s all ease;
  -o-transition: 0.8s all ease;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .grid .out-thumb {
    padding: 10px 3px;
  }
}
.grid .out-thumb h1 {
  margin: 5px 0;
  margin-top: 1px;
  font-weight: normal;
  font-size: 19px;
}
.grid .out-thumb h1 a {
  color: #262626;
  padding-bottom: 2px;
}
.grid .out-thumb h1 a:before {
  height: 2px;
  background: #262626;
  width: 96%;
  left: 2%;
}
.grid .out-thumb .postedon {
  font-size: 12px;
  color: #737373;
  font-weight: 300;
  margin-bottom: 5px;
}
.grid .out-thumb .postedon a {
  color: #858585;
  text-decoration: underline;
}
.grid .out-thumb .entry-excerpt {
  color: #666;
  line-height: 1.6em;
  font-weight: 400;
}
.grid .readmore {
  display: block;
  clear: both;
}
.grid .hvr-underline-from-center:before {
  height: 1px;
  background: #4cb2ed;
}
.grid_2_column {
  padding: 0;
  border-bottom: none;
}
.grid_2_column .out-thumb {
  padding: 12px 0;
}
@media screen and (max-width: 768px) {
  .grid_2_column {
    padding-right: 0px;
  }
}
@media screen and (min-width: 768px) {
  .grid_2_column:nth-of-type(even) {
    padding-left: 10px;
  }
  .grid_2_column:nth-of-type(odd) {
    padding-right: 10px;
    clear: left;
  }
}
.grid_3_column {
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .grid_3_column:nth-of-type(odd) {
    padding-right: 10px;
    clear: none;
  }
  .grid_3_column:nth-of-type(3n+1) {
    clear: left;
  }
}
.verge {
  padding: 0 !important;
  margin: 0;
  position: relative;
  border-bottom: none;
}
.verge .out-thumb {
  position: absolute;
  bottom: 0;
  padding: 5px;
  width: 100%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0));
  padding-top: 25px;
  opacity: 0;
  transition: 0.6s all ease;
  -webkit-transition: 0.6s all ease;
  -moz-transition: 0.6s all ease;
  -ms-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
}
@media screen and (max-width: 767px) {
  .verge .out-thumb {
    opacity: 1;
  }
}
.verge .out-thumb .entry-title {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .verge .out-thumb .entry-title {
    font-size: 16px;
  }
}
.verge .out-thumb .posted-on a {
  text-decoration: none;
  display: inline-block;
  background: rgba(255, 255, 255, 0.95);
  color: #333333;
  padding: 2px 5px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  border-radius: 1px;
}
@media screen and (max-width: 767px) {
  .verge .out-thumb .posted-on a {
    font-size: 10px;
  }
}
.verge:hover .out-thumb {
  opacity: 1;
}
.verge:hover .featured-thumb img {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}
.murray {
  padding: 5px;
  border-bottom: none;
}
.murray .featured-thumb {
  border-top: none;
}
.murray .featured-thumb:hover img {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}
.murray:nth-of-type(odd) {
  padding-right: 5px;
}
.murray .icon {
  text-align: center;
  overflow: auto;
  clear: both;
  position: relative;
}
.murray .icon i {
  background: #fff;
  padding: 5px 10px;
  position: relative;
  z-index: 5;
  color: rgba(102, 102, 102, 0.5);
}
.murray .icon:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 1px;
  left: 0;
  background: #e6e6e6;
  top: 11px;
  z-index: 0;
}
.murray .out-thumb {
  padding: 0;
  text-align: center;
}
.murray .out-thumb .postedon {
  display: inline-block;
}
.murray .out-thumb h1.entry-title a {
  font-size: 14px;
  color: rgba(102, 102, 102, 0.9);
  letter-spacing: 1px;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.murray .out-thumb h1.entry-title a:hover {
  color: #4cb2ed;
}
.murray .out-thumb h1 {
  margin-bottom: 0px;
}
.murray .out-thumb .postedon {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
}
.murray .out-thumb .postedon a {
  text-decoration: none;
}
.murray:hover img {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
.format-video .icon i.fa-newspaper-o:before {
  content: "\f01d";
}
.format-image .icon i.fa-newspaper-o:before {
  content: "\f030";
}
/* Code to make way for large first post on homepage */
.blog.paged .haxel:nth-child(even) {
  clear: none;
}
.blog.paged .haxel:nth-child(odd) {
  clear: left;
}
#primary .section-title {
  text-align: center;
  font-size: 34px;
}
#primary .section-title .dots .fa {
  border: none;
  margin: 2px 15px;
  color: #4cb2ed;
  font-size: 16px;
}
/* --------------- pagination ------------ */
.pagination {
  margin: 20px 0;
  padding-top: 25px;
  text-align: center;
  width: 100%;
}
.pagination .page-numbers {
  display: inline-block;
  padding: 5px;
  color: #4d4d4d;
  font-weight: bold;
  font-family: "Fjalla One", sans-serif;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.pagination .page-numbers:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.pagination .current {
  border: solid 2px #4cb2ed;
  padding: 7px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin: 0 5px;
}
.pagination .dots,
.pagination .current {
  pointer-events: none;
}
#secondary {
  margin-top: 10px;
  /*
aside:nth-child(odd) {
		background: #fafafa;
		border: solid 1px #eee;
	}
*/
  /* Some Styling for Default WordPress Widgets */
  /* Pulse Grow */
}
#secondary aside {
  padding: 20px;
  border: solid 1px #f0f0f0;
}
#secondary h1.widget-title {
  font-weight: bold;
  color: black;
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  margin-top: 0px;
  text-transform: uppercase;
  border-bottom: solid 1px #f0f0f0;
  width: calc(100% + 40px);
  left: -20px;
  position: relative;
  padding: 15px 20px;
  padding-top: 0px;
}
#secondary .widget a {
  color: #555;
  font-weight: normal;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
#secondary .widget a:hover {
  color: #4cb2ed;
}
#secondary .widget ul {
  font-size: 14px;
  margin-left: 0px;
}
#secondary .widget ul li {
  list-style: none;
  padding: 6px;
}
#secondary .widget ul li:last-child {
  border-bottom: none;
}
#secondary .widget_search {
  margin-bottom: 20px;
}
#secondary .widget_search label {
  width: 100%;
}
#secondary .widget_search input[type=search] {
  background: white;
  border: solid 2px #f4f4f4;
  border-radius: 0px;
  padding: 15px;
  font-size: 16px;
  padding-bottom: 10px;
  outline: none;
  width: 80%;
}
#secondary .search-submit {
  display: none;
}
#secondary .widget_recent_entries ul li:before,
#secondary .widget_recent_comments ul li:before,
#secondary .widget_categories ul li:before,
#secondary .widget_pages ul li:before,
#secondary .widget_archive ul li:before,
#secondary .widget_meta ul li:before,
#secondary .widget_nav_menu ul li:before {
  content: "\f054";
  font-family: "FontAwesome";
  color: #51b4ed;
  font-size: 10px;
  margin-right: 5px;
}
#secondary .widget_recent_entries ul li,
#secondary .widget_recent_comments ul li,
#secondary .widget_categories ul li,
#secondary .widget_pages ul li,
#secondary .widget_archive ul li,
#secondary .widget_meta ul li,
#secondary .widget_nav_menu ul li {
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
#secondary .widget_tag_cloud .tagcloud a {
  border: solid 1px #22333b;
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: normal;
  color: #22333b;
  padding: 7px 5px;
  margin-bottom: 5px;
  display: inline-block;
}
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
#secondary .tagcloud a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
#secondary .tagcloud a:hover,
#secondary .tagcloud a:focus,
#secondary .tagcloud a:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
#secondary .widget_verge_rp li.rp-item {
  overflow: auto;
  clear: both;
  display: block;
  padding: 8px 0px;
  font-size: 14px;
}
#secondary .widget_verge_rp .rp-thumb {
  width: 62px;
  float: left;
  display: inline-block;
  margin-right: 6px;
}
#secondary .widget_verge_rp .rp-thumb img {
  border-right: solid 2px #4cb2ed;
}
#secondary .widget_verge_rp .rp-date {
  color: #354f5b;
  font-size: 11px;
  margin-top: 3px;
}
/* Footer Sidebar */
#footer-sidebar {
  background: #363636;
  border-top: solid 20px #444;
  padding-top: 40px;
  margin-top: 30px;
}
#footer-sidebar .footer-container {
  padding: 0;
}
#footer-sidebar #footer-bar {
  display: block;
  padding: 15px;
  margin-bottom: 15px;
}
#footer-sidebar #footer-bar #footer-social {
  float: left;
}
@media screen and (max-width: 767px) {
  #footer-sidebar #footer-bar #footer-social {
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }
}
#footer-sidebar #footer-bar #footer-social i.fa {
  font-size: 22px;
  margin: 0 8px;
}
#footer-sidebar #footer-bar #footer-social a {
  color: rgba(255, 255, 255, 0.5);
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
#footer-sidebar #footer-bar #footer-social a:hover {
  color: white;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
}
#footer-sidebar #footer-bar #footer-menu {
  float: right;
}
#footer-sidebar #footer-bar #footer-menu ul ul {
  display: none;
}
#footer-sidebar #footer-bar #footer-menu ul li {
  display: inline-block;
}
#footer-sidebar #footer-bar #footer-menu ul li a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.55);
  padding: 5px 12px;
}
#footer-sidebar #footer-bar #footer-menu ul li a:hover {
  color: #ffffff;
}
#footer-sidebar .footer-column {
  /* Pulse Grow */
}
#footer-sidebar .footer-column h1.widget-title {
  font-weight: bold;
  font-size: 18px;
  margin-top: 0;
  text-transform: uppercase;
  color: black;
  text-align: left;
  background: #4cb2ed;
  color: white;
  margin-bottom: 10px;
  padding: 10px 15px;
}
#footer-sidebar .footer-column .widget {
  color: #4d4d4d;
  background: #363636;
  border-radius: 1px;
  padding: 15px;
}
#footer-sidebar .footer-column .widget a {
  color: white;
  font-weight: lighter;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
#footer-sidebar .footer-column .widget a:hover {
  color: #4cb2ed;
}
#footer-sidebar .footer-column .widget ul {
  margin-left: 0px;
}
#footer-sidebar .footer-column .widget ul li {
  list-style: none;
  border-bottom: solid 1px #2c2c2c;
  box-shadow: 0 1px rgba(80, 80, 80, 0.5);
}
#footer-sidebar .footer-column .widget ul li a {
  display: inline-block;
  padding: 10px 5px;
}
#footer-sidebar .footer-column .widget ul li ul {
  margin-left: 5px;
}
#footer-sidebar .footer-column .widget ul li li {
  margin-left: 2px;
  border-bottom: none;
  padding: 2px;
  box-shadow: none;
}
#footer-sidebar .footer-column .widget_tag_cloud .tagcloud a {
  background: #22333b;
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: lighter;
  color: #f4f4f4;
  padding: 7px 5px;
  margin-bottom: 5px;
  display: inline-block;
}
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
#footer-sidebar .footer-column .tagcloud a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
#footer-sidebar .footer-column .tagcloud a:hover,
#footer-sidebar .footer-column .tagcloud a:focus,
#footer-sidebar .footer-column .tagcloud a:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
#footer-sidebar .footer-column .widget_verge_rp li.rp-item {
  overflow: auto;
  clear: both;
  display: block;
  padding: 8px 0px;
  font-size: 13px;
}
#footer-sidebar .footer-column .widget_verge_rp .rp-thumb {
  width: 52px;
  float: left;
  display: inline-block;
  margin-right: 6px;
}
#footer-sidebar .footer-column .widget_verge_rp .rp-date {
  color: #354f5b;
  font-size: 11px;
}
#footer-sidebar .footer-column .widget_recent_entries ul li:before,
#footer-sidebar .footer-column .widget_recent_comments ul li:before,
#footer-sidebar .footer-column .widget_categories ul li:before,
#footer-sidebar .footer-column .widget_pages ul li:before,
#footer-sidebar .footer-column .widget_archive ul li:before,
#footer-sidebar .footer-column .widget_meta ul li:before,
#footer-sidebar .footer-column .widget_nav_menu ul li:before {
  content: "\f054";
  font-family: "FontAwesome";
  color: #51b4ed;
  font-size: 10px;
  margin-right: 5px;
}
#colophon {
  background: #4cb2ed;
  padding: 15px 10px 15px 10px;
  color: #f2f2f2;
  font-size: 13px;
  text-align: center;
}
#colophon a {
  color: #ffffff;
  text-decoration: underline;
}
/* Single Posts Area */
.single-header {
  background-position: center;
  position: relative;
  background-size: cover;
}
.single-header .layer {
  top: 0;
  left: 0;
  padding: 45px 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.single-header .container {
  text-align: center;
  color: #f2f2f2;
}
.single-header .container a {
  color: #e6e6e6;
}
#primary-mono {
  padding: 0 10px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  #primary-mono {
    padding-left: 10px;
  }
}
#primary-mono h1.entry-title {
  font-weight: normal;
  color: #22333b;
  background: #e6e6e6;
  font-size: 36px;
  margin-top: 0px;
  padding: 8px 10px;
  margin-bottom: 0px;
}
#primary-mono .entry-meta,
#primary-mono .entry-footer {
  font-size: 12px;
  border-bottom: solid 1px #eee;
  padding-bottom: 7px;
  overflow: auto;
}
#primary-mono .entry-meta a,
#primary-mono .entry-footer a {
  color: #666;
  text-decoration: underline;
}
#primary-mono .entry-meta a:hover,
#primary-mono .entry-footer a:hover {
  color: #4cb2ed;
}
#primary-mono .entry-meta {
  background: #22333b;
  color: white;
  display: inline-block;
  padding: 4px 10px;
  padding-bottom: 8px;
  font-size: 14px;
}
#primary-mono .entry-meta a {
  color: white;
}
#primary-mono .entry-meta a:hover {
  color: #eee;
}
#primary-mono .entry-footer {
  border-top: solid 1px #eee;
  padding-top: 7px;
  margin-top: 25px;
}
#primary-mono .entry-footer .post-edit-link {
  float: right;
}
#primary-mono .entry-footer .cat-links {
  margin-right: 6px;
}
#primary-mono .entry-content {
  color: #666;
  line-height: 1.7em;
  font-size: 15px;
}
#primary-mono .gradial-layout #featured-image {
  width: 100%;
  position: relative;
}
#primary-mono .gradial-layout #featured-image .gradient {
  background: linear-gradient(to left, #ffffff 0%, #ffffff 20%, rgba(255, 255, 255, 0.7) 30%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 65%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
@media screen and (max-width: 767px) {
  #primary-mono .gradial-layout #featured-image .gradient {
    background: linear-gradient(to left, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0) 100%);
  }
}
#primary-mono .gradial-layout #featured-image img {
  width: 80%;
}
@media screen and (max-width: 767px) {
  #primary-mono .gradial-layout #featured-image img {
    width: 100%;
  }
}
#primary-mono .gradial-layout #featured-image .entry-header {
  width: 50%;
  position: absolute;
  top: 10%;
  right: 0;
}
@media screen and (max-width: 767px) {
  #primary-mono .gradial-layout #featured-image .entry-header {
    width: 100%;
    text-align: center;
  }
  #primary-mono .gradial-layout #featured-image .entry-header h1 {
    font-size: 22px;
  }
}
#primary-mono .gradial-layout #featured-image .entry-header h1 {
  background: none;
  line-height: 1.5em;
}
#primary-mono .gradial-layout #featured-image .entry-header .entry-meta {
  background: none;
  border-bottom: none;
}
#primary-mono .gradial-layout #featured-image .entry-header .entry-meta .fa {
  margin-right: 5px;
}
#primary-mono .gradial-layout #featured-image .entry-header .entry-meta a {
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#primary-mono .gradial-layout #featured-image .entry-header .entry-meta .posted-on {
  background: #4cb2ed;
  color: white;
  padding: 5px;
  display: inline-block;
  margin-bottom: 5px;
  float: left;
  clear: both;
}
#primary-mono .gradial-layout #featured-image .entry-header .entry-meta .byline {
  background: white;
  color: black;
  padding: 5px;
  display: inline-block;
  margin-bottom: 5px;
  float: left;
  clear: both;
}
#primary-mono .gradial-layout #featured-image .entry-header .entry-meta .byline a {
  color: black;
}
@media screen and (max-width: 767px) {
  #primary-mono .gradial-layout #featured-image .entry-header .entry-meta .byline,
  #primary-mono .gradial-layout #featured-image .entry-header .entry-meta .posted-on {
    font-size: 8px;
    padding: 3px;
    float: none;
  }
  #primary-mono .gradial-layout #featured-image .entry-header .entry-meta .byline a,
  #primary-mono .gradial-layout #featured-image .entry-header .entry-meta .posted-on a {
    font-size: 8px;
  }
}
#primary-mono .default-layout #featured-image {
  width: 100%;
  position: relative;
}
#primary-mono .default-layout #featured-image .gradient {
  background: linear-gradient(to top, #ffffff 0%, #ffffff 20%, rgba(255, 255, 255, 0.7) 30%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 65%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
#primary-mono .default-layout #featured-image img {
  width: 100%;
}
#primary-mono .default-layout #featured-image .entry-header {
  width: 100%;
  position: absolute;
  bottom: 47px;
  right: 0;
  text-align: center;
  margin-bottom: -30px;
}
#primary-mono .default-layout #featured-image .entry-header h1 {
  background: none;
  line-height: 1.5em;
}
#primary-mono .default-layout #featured-image .entry-header .entry-meta {
  background: none;
  border-bottom: none;
}
#primary-mono .default-layout #featured-image .entry-header .entry-meta .fa {
  margin-right: 5px;
}
#primary-mono .default-layout #featured-image .entry-header .entry-meta a {
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#primary-mono .default-layout #featured-image .entry-header .entry-meta .posted-on {
  background: #4cb2ed;
  color: white;
  padding: 5px;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 10px;
}
#primary-mono .default-layout #featured-image .entry-header .entry-meta .byline {
  background: white;
  color: black;
  padding: 5px;
  display: inline-block;
  margin-bottom: 5px;
}
#primary-mono .default-layout #featured-image .entry-header .entry-meta .byline a {
  color: black;
}
@media screen and (max-width: 767px) {
  #primary-mono .default-layout #featured-image .entry-header {
    bottom: 0;
    margin-bottom: 0px;
  }
  #primary-mono .default-layout #featured-image .entry-header h1 {
    font-size: 24px;
  }
  #primary-mono .default-layout #featured-image .entry-header .entry-meta a {
    font-size: 10px;
  }
  #primary-mono .default-layout #featured-image .entry-header .entry-meta .posted-on,
  #primary-mono .default-layout #featured-image .entry-header .entry-meta .byline {
    font-size: 10px;
  }
}
.page #primary-mono h1.entry-title {
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
  font-size: 25px;
  margin-bottom: 10px;
  margin-top: 20px;
  background: none;
  position: relative;
}
@media screen and (max-width: 991px) {
  .page #primary-mono h1.entry-title {
    margin-top: 20px;
  }
}
.page #primary-mono h1.entry-title span {
  background: #fff;
  position: relative;
  padding: 25px 15px;
  padding-left: 0;
  z-index: 1;
}
.page #primary-mono h1.entry-title:after {
  content: "";
  display: block;
  width: 96%;
  height: 11px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAMUlEQVQIW2NkwAEePHjwnxGbHEhCQUGBEUMSJgHShCKJLIEiiS4Bl8QmAZbEJQGSBADSZhunpas31QAAAABJRU5ErkJggg==);
  border-top: none;
  position: absolute;
  left: 2%;
  top: 27%;
  z-index: 0;
}
.edit-link {
  display: inline-block;
  float: right;
}
.page-header {
  margin-top: 0px;
  border-bottom: none;
}
.page-header h1 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 0;
}
/* --------------- comments -------------- */
#respond h3#reply-title {
  font-weight: normal;
  font-size: 32px;
}
#respond input[type=text] {
  max-width: 550px;
}
#respond input,
#respond textarea {
  background: #f2f2f2;
  border: solid 1px #cccccc;
  color: #666;
  outline: none;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
  position: relative;
}
#respond .comment-form-author input,
#respond .comment-form-email input,
#respond .comment-form-url input,
#respond .comment-form-comment input,
#respond .comment-form-author textarea,
#respond .comment-form-email textarea,
#respond .comment-form-url textarea,
#respond .comment-form-comment textarea {
  padding: 4px 5px 5px 10px;
  border-radius: 0;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
  background: #4cb2ed;
  color: #fff;
  border-bottom: solid 1px #4cb2ed;
  padding: 5px;
  margin-right: -5px;
  min-width: 70px;
}
#respond .comment-form-comment label {
  margin-bottom: 0px;
}
#respond .form-submit input[type=submit] {
  box-shadow: none;
  text-shadow: none;
  padding: 10px;
  background: #ffffff;
  font-weight: bold;
  color: #4cb2ed;
  margin-bottom: 60px;
}
#respond .comment-notes,
#respond .logged-in-as {
  color: #666;
}
#comments {
  margin-top: 55px;
}
#comments h2.comments-title {
  font-size: x-large;
}
#comments ol.comment-list {
  list-style: none;
  margin-left: 0px;
}
#comments li.comment {
  border: solid 1px #e0e0e0;
  padding: 10px;
  margin-top: 15px;
  list-style: none;
  background: #f7f7f7;
}
#comments li.comment .comment-content {
  color: #666666;
  font-weight: lighter;
}
#comments li.trackback {
  background: #ffffff;
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  border: solid 1px #eee;
  font-weight: bold;
}
#comments li.trackback a {
  font-weight: normal;
}
#comments .vcard img {
  border: solid 4px #fff;
  border-radius: 5px;
  margin: 0 10px 10px 0;
}
#comments .form-allowed-tags {
  display: none;
}
#comments .comment-metadata {
  font-weight: bold;
}
#comments .comment-metadata time {
  float: right;
  color: #b3b3b3;
  font-weight: lighter;
  font-style: italic;
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  li.comment {
    margin-left: -5%;
  }
}
