/* 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: "Open Sans", sans-serif;
}
.title-font {
  font-family: "HIND", sans-serif;
}
body {
  font-family: "Open Sans", sans-serif;
  background: #ffffff;
  word-wrap: break-word;
}
.mega-container {
  background: white;
  max-width: 100%;
  margin: auto;
  margin-top: 20px;
  overflow: visible;
}
a {
  color: #8890d5;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: #8890d5;
}
.container {
  margin: auto;
  max-width: 1100px;
}
#content {
  margin-top: 30px;
  padding-top: 30px;
}
#main {
  clear: both;
}
#primary .section-title span {
  padding-left: 0;
}
.centered {
  text-align: center;
}
/* section titles */
.section-title {
  color: #666666;
  text-transform: uppercase;
  font-weight: normal;
  text-align: left;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 20px;
  position: relative;
  z-index: 3;
}
.section-title span:first-letter {
  background: #8890d5;
  border-radius: 50%;
  padding: 3px 10px;
  color: white;
  font-weight: bolder;
  margin-right: 2px;
}
@media screen and (max-width: 991px) {
  .section-title {
    margin-top: 20px;
  }
}
.section-title span {
  background: #ffffff;
  position: relative;
  padding: 5px 8px;
  padding-right: 15px;
  z-index: 1;
  display: inline-block;
}
.section-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(102, 102, 102, 0.2);
  position: absolute;
  left: 0%;
  top: 45%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .section-title:after {
    width: 80%;
    left: 10%;
  }
}
/* Gutenberg Copatibility */
body.page-template-page-full-width .alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  width: auto;
  max-width: 1000%;
}
body.page-template-page-full-width .alignwide {
  margin-left: -7%;
  margin-right: -7%;
  width: auto;
  max-width: 1000%;
}
@media only screen and (min-width: 768px) {
  .alignwide img,
  .alignfull img {
    display: block;
    margin: 0 auto;
  }
}
/* ---------- Header ------------- */
#masthead {
  text-align: center;
  position: relative;
  z-index: 90;
  border-bottom: solid 8px #d7ead5;
}
#masthead .layer {
  background: rgba(0, 0, 0, 0);
}
#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: 34px;
  font-weight: 300;
  margin-top: 0px;
}
#masthead h1.site-title a {
  color: black;
}
#masthead h2.site-description {
  font-weight: 400;
  font-size: 13px;
  margin-top: 8px;
  color: black;
}
#masthead #searchicon {
  background: #eee;
  border: solid 2px #ddd;
  padding-top: 6px;
  padding-bottom: 4px;
}
@media screen and (max-width: 767px) {
  #masthead {
    text-align: center;
  }
}
.site-branding {
  padding: 25px 0;
  overflow: hidden;
  display: inline-block;
  float: left;
  text-align: left;
  right: 5px;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .site-branding {
    text-align: center;
    float: none;
    padding-bottom: 5px;
  }
}
#site-logo {
  display: inline-block;
  float: left;
  max-height: 68px;
  margin-right: 10px;
  width: auto;
}
#site-logo img {
  max-height: 63px;
  width: auto;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  #site-logo {
    width: 100%;
  }
  #site-logo img {
    transform-origin: bottom !important;
  }
}
#social-search {
  background: #c6bba9;
  padding: 0px 10px;
  overflow: hidden;
}
#social-search .social-icons {
  text-align: center;
  position: relative;
  display: inline-block;
  float: left;
  padding: 5px;
  padding-top: 7px;
}
#social-search .social-icons a {
  margin-right: 5px;
  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;
  text-align: center;
  color: white;
  padding: 5px 7px;
  padding-top: 7px;
  position: relative;
  width: 32px;
  height: 32px;
}
#social-search .social-icons a:before {
  border-radius: 50%;
  border: dashed 1px white;
  animation: 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;
}
@media screen and (max-width: 767px) {
  #social-search .social-icons a {
    float: none;
  }
}
#social-search .social-icons a:hover:before {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transition: 4s all ease;
  -webkit-transition: 4s all ease;
  -moz-transition: 4s all ease;
  -ms-transition: 4s all ease;
  -o-transition: 4s all ease;
}
#social-search .social-icons .default {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  backface-visibility: hidden;
  position: relative;
}
#social-search .social-icons .default:before {
  content: '';
  position: absolute;
  border: dotted 2px;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation-duration: 1s;
}
@media screen and (max-width: 767px) {
  #social-search .social-icons .default {
    float: none;
  }
}
#social-search .social-icons .style1 {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  backface-visibility: hidden;
  position: relative;
}
#social-search .social-icons .style1 i:before {
  color: #8890d5;
}
#social-search .social-icons .style1:hover i:before {
  color: white;
}
#social-search .social-icons .style1:before {
  content: '';
  position: absolute;
  border: dotted 2px;
  background: white;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation-duration: 1s;
}
#social-search .social-icons .style1:hover:before {
  animation-name: hvr-ripple-out;
  color: #8890d5;
}
@media screen and (max-width: 767px) {
  #social-search .social-icons .style1 {
    float: none;
  }
}
#social-search .social-icons .style2 {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  transform: translateZ(0);
  backface-visibility: hidden;
  position: relative;
  box-shadow: 0 0 0 4px #ffffff;
  overflow: hidden;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}
#social-search .social-icons .style2:hover {
  background: white;
  color: #8890d5;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767px) {
  #social-search .social-icons .style2 {
    float: none;
  }
}
#social-search .searchform {
  padding: 10px;
  display: inline-block;
  float: right;
  background: #ffffff;
  position: relative;
}
#social-search .searchform label {
  margin: 0;
}
#social-search .searchform:before {
  content: "";
  height: 0px;
  width: 0px;
  position: absolute;
  border: solid 45px transparent;
  border-left-color: #ffffff;
  bottom: -45px;
  left: -40px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
#social-search .searchform:after {
  content: "";
  position: absolute;
  height: 50px;
  width: 1000px;
  background: #ffffff;
  right: -1000px;
  bottom: 0px;
}
#social-search .searchform input {
  background: #ffffff;
  font-weight: lighter;
  padding: 1px 10px;
  position: relative;
  top: 1px;
  border-radius: 0px;
  min-width: 250px;
  border: 1px solid rgba(102, 102, 102, 0.2);
}
#social-search .searchform input::-webkit-input-placeholder {
  color: rgba(102, 102, 102, 0.6);
}
#social-search .searchform input:-moz-placeholder {
  color: rgba(102, 102, 102, 0.6);
}
#social-search .searchform input::-moz-placeholder {
  color: rgba(102, 102, 102, 0.6);
}
#social-search .searchform input:-ms-input-placeholder {
  color: rgba(102, 102, 102, 0.6);
}
#social-search .searchform input:active,
#social-search .searchform input:focus {
  outline: solid 1px #8890d5;
}
#social-search .searchform button {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  padding-left: 5px;
  font-size: 17px;
  color: rgba(102, 102, 102, 0.5);
  padding-top: 2px;
  position: relative;
  top: 1px;
}
@media screen and (max-width: 767px) {
  #social-search .searchform {
    width: 100%;
    margin-left: 15px;
    padding-left: 15px;
    border-bottom: 3px solid #c6bba9;
  }
  #social-search .searchform:before,
  #social-search .searchform:after {
    display: none;
  }
  #social-search .searchform button {
    display: none;
  }
  #social-search .searchform label {
    width: calc(100% - 10px);
  }
  #social-search .searchform input {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #social-search .social-icons {
    border-right: none;
    padding-right: 0;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 3px;
    width: 100%;
  }
}
#top_bar {
  padding-top: 3px;
  padding-bottom: 4px;
}
#top_bar .contact {
  display: inline-block;
}
#top_bar i {
  color: #8890d5;
  display: inline-flex;
  font-size: 14px;
}
#top_bar i p {
  color: #6b6b6b;
  font-size: 13px;
  padding: 0px 10px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #top_bar {
    text-align: center;
  }
  #top_bar .contact {
    display: inline-block;
    padding: 4px;
  }
  #top_bar i {
    color: #8890d5;
    display: inline-flex;
    font-size: 13px;
  }
  #top_bar i p {
    color: #6b6b6b;
    font-size: 13px;
    margin: 0;
  }
}
.short-menu {
  padding-bottom: 27px;
  position: relative;
  top: 6px;
}
.short-menu ul {
  list-style-type: none;
  margin: 0;
}
.short-menu ul li {
  float: left;
  margin-left: 5px;
}
.short-menu ul li ul {
  display: none;
}
.short-menu ul li a {
  padding: 5px;
  padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .short-menu {
    padding-bottom: 12px;
  }
  .short-menu ul {
    list-style-type: none;
    text-align: center;
  }
  .short-menu ul li {
    float: none;
    display: inline-block;
    margin: 0;
  }
  .short-menu ul li ul {
    display: none;
  }
}
#motion-bar {
  background: #c6bba9;
  padding: 0px 10px;
  overflow: hidden;
}
#motion-bar .m-container {
  position: relative;
}
#motion-bar .motion-head {
  float: left;
  z-index: 99;
  background: white;
  padding-top: 15px;
  padding-bottom: 16px;
  width: 205px;
  display: inline-block;
  position: relative;
}
#motion-bar .motion-head:before {
  content: "";
  position: absolute;
  height: 51px;
  width: 1000px;
  background: #fff;
  top: 0;
  left: -1000px;
}
#motion-bar .motion-head:after {
  content: "";
  height: 0px;
  width: 0px;
  position: absolute;
  border: solid 45px transparent;
  border-right-color: #fff;
  top: -46px;
  right: -44px;
  transform: rotate(45deg);
}
#motion-bar .motion-head h4 {
  margin: 0;
  color: #8890d5;
}
#motion-bar .motion-content {
  float: right;
  padding: 3px 3%;
  position: absolute;
  padding-top: 10px;
  left: 0;
  right: 0;
}
#motion-bar .motion-content #m-ticker {
  color: white;
  font-size: 15px!important;
  font-weight: 600;
  z-index: 9;
  padding-top: 12px;
  height: 44px;
  width: 420px;
  overflow: hidden;
  position: relative;
}
#motion-bar .motion-content #m-ticker li i {
  padding: 0 8px 0 10px;
  color: white;
}
#motion-bar .motion-content #m-ticker li a {
  color: white;
}
@media screen and (max-width: 670px) {
  #motion-bar .motion-head {
    width: 100%;
    border-bottom: 3px solid #c6bba9;
    text-align: center;
  }
  #motion-bar .motion-head:before,
  #motion-bar .motion-head:after {
    display: none;
  }
  #motion-bar .motion-content {
    float: right;
    padding: 3px 3%;
    position: relative;
    padding: 10px 0;
    width: 100%;
    left: 0;
    right: 0;
  }
  #motion-bar .motion-content #m-ticker {
    color: white;
    font-size: 15px !important;
    font-weight: 600;
    z-index: 9;
    padding-top: 12px;
    height: 44px;
    left: 19px;
    overflow: hidden;
    position: relative;
  }
  #motion-bar .motion-content #m-ticker li i {
    padding: 0 8px 0 10px;
    color: white;
  }
  #motion-bar .motion-content #m-ticker li a {
    color: white;
  }
}
/* -------- Nav Menu ---------- */
#site-navigation {
  float: right;
  width: auto;
  clear: none;
  display: inline-block;
  padding: 33px 2px;
}
#site-navigation ul {
  /* for the Currently active page */
}
#site-navigation ul li {
  float: left;
}
#site-navigation ul li a {
  padding: 12px 12px;
  color: #4d4d4d;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  background: none;
  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;
  border-radius: 5px;
  margin-right: 1px;
}
#site-navigation ul li:hover a {
  background: #8890d5;
  color: white;
}
#site-navigation ul li ul li .menu-desc {
  display: none;
}
#site-navigation ul li ul.sub-menu,
#site-navigation ul li ul.children {
  top: 43px;
  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;
  perspective: 1000;
  -webkit-perspective: 1000;
  transform-origin: top;
  -webkit-transform-origin: top;
  transform: perspective(350px) translateX(20px);
  -webkit-transform: perspective(350px) translateX(20px);
  -moz-transform: perspective(350px) translateX(20px);
  opacity: 0;
  visibility: hidden;
  text-align: left;
  background: #8890d5;
  border-radius: 5px;
  padding: 5px 0;
}
#site-navigation ul li ul.sub-menu a,
#site-navigation ul li ul.children a {
  color: #ffffff;
  background: none;
  border-radius: 0px;
  margin-right: 0px;
}
#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;
}
#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 {
  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;
  /* -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;
}
#site-navigation ul li ul.sub-menu a,
#site-navigation ul li ul.children a {
  padding: 6px 15px;
  font-weight: lighter;
  font-size: 12px;
  transition: 0.4s all ease;
}
#site-navigation ul li ul.sub-menu a:hover,
#site-navigation ul li ul.children a:hover {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform-origin: left;
}
#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: translateX(0px);
  -webkit-transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}
#site-navigation ul .current_page_item > a,
#site-navigation ul .current-menu-item > a,
#site-navigation ul .current_page_ancestor > a {
  background: #8890d5;
  color: white;
}
#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: #8890d5;
}
@media screen and (max-width: 767px) {
  #site-navigation {
    margin-top: 0;
    float: none;
    text-align: center;
    width: 100%;
    padding: 0;
  }
  #site-navigation .td_mobile_menu_wrap {
    min-height: 42px;
    padding: 20px;
    margin-bottom: 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;
  }
}
.color-dark ul li a {
  color: #4d4d4d;
}
.color-light ul li a {
  color: white !important;
  font-weight: 800 !important;
  text-shadow: 1px 1px black;
}
/* Post Thumbs Slider */
#postthumb-slider {
  overflow: visible;
}
#postthumb-slider .section-title {
  margin-bottom: 25px;
  font-size: 18px;
}
#postthumb-slider .thumbs {
  position: relative;
}
#postthumb-slider .thumb {
  margin-bottom: 25px;
  padding-right: 11px;
  cursor: pointer;
  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;
}
#postthumb-slider .thumb:hover {
  filter: brightness(0.8);
  -webkit-filter: brightness(0.8);
}
@media screen and (max-width: 767px) {
  #postthumb-slider .thumb {
    padding-right: 0px;
  }
}
#postthumb-slider .thumb1 {
  margin-top: 2px;
}
#postthumb-slider .arrowed {
  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;
}
#postthumb-slider .arrowed:after {
  content: "\f054";
  font-family: "FontAwesome";
  position: absolute;
  right: -25px;
  top: 50%;
  display: block;
  color: black;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-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;
  font-size: 18px;
  color: rgba(102, 102, 102, 0.5);
}
#postthumb-slider .arrowed:hover:after {
  transform: translateY(-50%) translateX(-5px);
  -webkit-transform: translateY(-50%) translateX(-5px);
  -moz-transform: translateY(-50%) translateX(-5px);
  -ms-transform: translateY(-50%) translateX(-5px);
  -o-transform: translateY(-50%) translateX(-5px);
}
#postthumb-slider .slides {
  position: relative;
  perspective: 1500;
  -webkit-perspective: 1500;
  /*place a dummy image here to account for responsiveness */
}
#postthumb-slider .slides .slide {
  position: absolute;
  left: 15px;
  top: 0;
  display: block;
  transform-origin: left;
  transition: 0.8s all ease-out;
  -webkit-transition: 0.8s all ease-out;
  -moz-transition: 0.8s all ease-out;
  -ms-transition: 0.8s all ease-out;
  -o-transition: 0.8s all ease-out;
}
#postthumb-slider .slides .slide1 {
  position: relative;
  left: 0;
}
#postthumb-slider .slides .not-visible {
  opacity: 0;
  transform: translateX(-20px) scale(0.95);
  -webkit-transform: translateX(-20px) scale(0.95);
  -moz-transform: translateX(-20px) scale(0.95);
  -ms-transform: translateX(-20px) scale(0.95);
  -o-transform: translateX(-20px) scale(0.95);
}
#postthumb-slider .slides .visible {
  opacity: 1;
  transform: translateX(0px) scale(1);
  -webkit-transform: translateX(0px) scale(1);
  -moz-transform: translateX(0px) scale(1);
  -ms-transform: translateX(0px) scale(1);
  -o-transform: translateX(0px) scale(1);
}
#postthumb-slider .slides .post-details {
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  padding: 10px 20px;
  background: rgba(136, 144, 213, 0.8);
  color: white;
  max-width: 230px;
}
#postthumb-slider .slides .post-details h1 {
  font-size: 24px;
  position: relative;
  padding-left: 20px;
}
#postthumb-slider .slides .post-details h1:before {
  display: block;
  content: "";
  width: 1px;
  height: 102%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 5px;
}
@media screen and (max-width: 767px) {
  #postthumb-slider .arrowed:after {
    display: none;
    content: "";
  }
  #postthumb-slider .thumbs .thumb {
    width: 25%;
    float: left;
    padding: 15px;
    padding-right: 0px;
    margin-bottom: 2px;
  }
  #postthumb-slider .slides .post-details {
    max-width: 130px;
  }
  #postthumb-slider .slides .post-details h1 {
    font-size: 12px;
    padding-left: 5px;
  }
  #postthumb-slider .slides .post-details h1:before {
    left: -5px;
  }
}
.hero-content {
  overflow: auto;
  padding: 40px;
  background-attachment: fixed;
  margin: 20px 0;
  margin-top: 0;
  position: relative;
}
.hero-content .hero-container {
  padding: 0;
}
.hero-content .hero-layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.hero-content .h-content h1.title {
  color: white;
  margin: 0;
}
.hero-content .h-content .more-button {
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  background: #8890d5;
  top: 10px;
  border: 2px solid #8890d5;
  position: relative;
  z-index: 999;
  display: inline-block;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}
.hero-content .h-content .more-button:hover {
  padding: 10px 20px;
  font-size: 16px;
  color: #8890d5;
  border: 2px solid #8890d5;
  background: white;
}
.hero-content .h-content .excerpt {
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.6em;
  color: white;
}
.hero-content .f-image img {
  outline: solid 7px rgba(255, 255, 255, 0.2);
  border: solid 2px rgba(136, 144, 213, 0.2);
}
@media screen and (max-width: 767px) {
  .hero-content .f-image img {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .h-content {
    margin-bottom: 30px;
  }
  .h-content .more-button:hover {
    padding: 13px 20px;
    font-size: 16px;
    color: white;
    background: #666666;
  }
}
/* --------------- 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: #666666;
  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: #8890d5;
  color: #ffffff;
  border-bottom: solid 1px #8890d5;
  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: #8890d5;
  margin-bottom: 60px;
}
#respond .comment-notes,
#respond .logged-in-as {
  color: #666666;
}
#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 #ffffff;
  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%;
  }
}
.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;
  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: #ffffff;
  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;
}
.page #masthead .container {
  border-bottom: solid 1px #f2f2f2;
}
.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;
}
@media screen and (max-width: 767px) {
  #primary-mono {
    padding-left: 10px;
  }
}
#primary-mono h1.entry-title {
  font-weight: 600;
  color: #ae9e84;
  font-size: 36px;
  margin-top: 0px;
  padding: 2px 0px;
  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: #666666;
  text-decoration: underline;
}
#primary-mono .entry-meta a:hover,
#primary-mono .entry-footer a:hover {
  color: #8890d5;
}
#primary-mono .entry-meta {
  color: #8890d5;
  display: inline-block;
  padding: 2px 0px;
  padding-bottom: 8px;
  font-size: 13px;
  border-bottom: none;
}
#primary-mono .entry-meta a {
  color: #8890d5;
}
#primary-mono .entry-meta a:hover {
  text-decoration: none;
}
#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 #featured-image {
  border-top: solid 5px #d7ead5;
  border-bottom: solid 5px #d7ead5;
}
#primary-mono .entry-content {
  color: #666666;
  line-height: 1.7em;
  font-size: 14px;
}
#secondary {
  /*
aside:nth-child(odd) {
      background: #fafafa;
      border: solid 1px #eee;
  }
*/
  /* Some Styling for Default WordPress Widgets */
  /* Pulse Grow */
}
#secondary aside {
  padding: 10px;
}
#secondary h1.widget-title {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.9);
  font-size: 17px;
  margin-bottom: 20px;
  margin-top: 0px;
  word-break: break-all;
  display: inline-block;
  text-transform: uppercase;
  clear: both;
  padding: 5px;
  position: relative;
}
#secondary h1.widget-title:after {
  display: block;
  content: "";
  width: 30px;
  height: 4px;
  background: #bddcba;
  position: absolute;
  left: 35px;
  bottom: -3px;
}
#secondary h1.widget-title:before {
  display: block;
  content: "";
  width: 30px;
  height: 4px;
  background: #8890d5;
  position: absolute;
  left: 5px;
  bottom: -3px;
}
#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: #8890d5;
}
#secondary .widget ul {
  font-size: 13px;
  margin-left: 0px;
}
#secondary .widget ul li {
  list-style: none;
  border-bottom: solid 1px #eee;
  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: #8c94d6;
  font-size: 10px;
  margin-right: 5px;
  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;
  display: inline-block;
}
#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_recent_entries ul li:hover:before,
#secondary .widget_recent_comments ul li:hover:before,
#secondary .widget_categories ul li:hover:before,
#secondary .widget_pages ul li:hover:before,
#secondary .widget_archive ul li:hover:before,
#secondary .widget_meta ul li:hover:before,
#secondary .widget_nav_menu ul li:hover:before {
  transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
}
#secondary .widget_tag_cloud .tagcloud a {
  border: solid 1px #c6bba9;
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: normal;
  color: #c6bba9;
  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_oxane_rp li.rp-item {
  overflow: auto;
  clear: both;
  display: block;
  padding: 8px 0px;
  font-size: 14px;
}
#secondary .widget_oxane_rp .rp-thumb {
  width: 62px;
  float: left;
  display: inline-block;
  margin-right: 6px;
}
#secondary .widget_oxane_rp .rp-thumb img {
  border-right: solid 2px #8890d5;
}
#secondary .widget_oxane_rp .rp-date {
  color: #aeb3e2;
  font-size: 11px;
  margin-top: 3px;
}
/* --------------- pagination ------------ */
.pagination {
  margin: 20px 0;
  padding-top: 25px;
  text-align: center;
  width: 100%;
  clear: both;
}
.pagination .nav-links {
  text-align: center;
}
.pagination .page-numbers {
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  border-radius: 3px;
  margin-right: 5px;
  background-color: #ffffff;
  border: 1px solid #8890d5;
  display: inline-block;
  color: #8890d5;
  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;
}
.pagination .page-numbers:hover {
  background: #8890d5;
  color: white;
}
.pagination .current,
.pagination .dots {
  background: #fafafa;
  color: #8890d5;
  pointer-events: none;
}
.pagination .current {
  background: #8890d5;
  color: white;
}
/* Footer Sidebar */
#footer-sidebar {
  background: #f4f4f4;
  border-top: solid 4px #b7d9b3;
  box-shadow: 0px -40px 0px #d7ead5;
  padding-top: 40px;
  margin-top: 30px;
}
#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;
  border-bottom: solid 1px #eee;
  padding-bottom: 15px;
}
#footer-sidebar .footer-column .widget_calendar #wp-calendar caption {
  text-align: right;
  color: #333;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 15px;
}
#footer-sidebar .footer-column .widget_calendar #wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
}
#footer-sidebar .footer-column .widget_calendar #wp-calendar thead th[title="Sunday"] {
  color: red;
}
#footer-sidebar .footer-column .widget_calendar #wp-calendar tbody tr td.pad {
  background: white;
  pointer-events: none;
}
#footer-sidebar .footer-column .widget_calendar #wp-calendar tbody tr td {
  background: #f4f4f4;
  border: 1px solid #fff;
  text-align: center;
  padding: 8px;
}
#footer-sidebar .footer-column .widget_calendar #wp-calendar tbody tr td:hover {
  background: #8890d5;
  color: white;
}
#footer-sidebar .footer-column .widget_calendar #wp-calendar tbody tr td:last-child {
  color: red;
}
#footer-sidebar .footer-column .widget_calendar #wp-calendar tbody tr td#today {
  font-weight: 600;
  background: #8890d5;
  color: white;
}
#footer-sidebar .footer-column .widget {
  color: #4d4d4d;
  background: #ffffff;
  border-radius: 10px;
  border: solid 1px #f2f2f2;
  padding: 15px;
}
#footer-sidebar .footer-column .widget a {
  color: #666666;
  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;
}
#footer-sidebar .footer-column .widget a:hover {
  color: #8890d5;
}
#footer-sidebar .footer-column .widget ul {
  margin-left: 0px;
}
#footer-sidebar .footer-column .widget ul li {
  list-style: none;
  padding: 5px;
  border-bottom: solid 1px #eaeaea;
}
#footer-sidebar .footer-column .widget ul li:last-child {
  border-bottom: none;
}
#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;
}
#footer-sidebar .footer-column .widget_tag_cloud .tagcloud a {
  background: #c6bba9;
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: lighter;
  color: white;
  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_oxane_rp li.rp-item {
  overflow: auto;
  clear: both;
  display: block;
  padding: 8px 0px;
  font-size: 13px;
}
#footer-sidebar .footer-column .widget_oxane_rp .rp-thumb {
  width: 52px;
  float: left;
  display: inline-block;
  margin-right: 6px;
}
#footer-sidebar .footer-column .widget_oxane_rp .rp-date {
  color: #aeb3e2;
  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: #8c94d6;
  font-size: 10px;
  margin-right: 5px;
}
#colophon {
  background: #8890d5;
  padding: 15px 10px 15px 10px;
  color: white;
  font-size: 13px;
  text-align: center;
}
#colophon a {
  color: white;
  text-decoration: underline;
}
.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;
}
.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;
  top: 25px;
  text-align: left;
  padding-left: 20px;
  width: calc(100% - 20px);
  font-size: 18px;
  transform: scale(1.05) translateY(30px);
  -webkit-transform: scale(1.05) translateY(30px);
  -moz-transform: scale(1.05) translateY(30px);
  -ms-transform: scale(1.05) translateY(30px);
  -o-transform: scale(1.05) translateY(30px);
  color: #ffffff;
  z-index: 90;
  opacity: 0;
  transition: 1.2s all ease;
  -webkit-transition: 1.2s all ease;
  -moz-transition: 1.2s all ease;
  -ms-transition: 1.2s all ease;
  -o-transition: 1.2s all ease;
}
@media screen and (max-width: 600px) {
  .featposts .item .post-title {
    font-size: 13px;
  }
}
.featposts .item .post-cat {
  position: absolute;
  bottom: 18px;
  z-index: 90;
  padding-left: 22px;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  opacity: 0;
  transform: translateY(35px);
  -webkit-transform: translateY(35px);
  -moz-transform: translateY(35px);
  -ms-transform: translateY(35px);
  -o-transform: translateY(35px);
  transition: 1.8s all ease;
  -webkit-transition: 1.8s all ease;
  -moz-transition: 1.8s all ease;
  -ms-transition: 1.8s all ease;
  -o-transition: 1.8s all ease;
}
.featposts .item:after {
  content: "";
  height: 2px;
  background: rgba(255, 255, 255, 0.85);
  display: block;
  width: 80%;
  left: 10%;
  position: absolute;
  opacity: 0;
  transition: 1.4s all ease;
  -webkit-transition: 1.4s all ease;
  -moz-transition: 1.4s all ease;
  -ms-transition: 1.4s all ease;
  -o-transition: 1.4s all ease;
  z-index: 90;
}
.featposts .item:after {
  bottom: 40px;
  transform: translateY(25px) scale(0.8);
  -webkit-transform: translateY(25px) scale(0.8);
  -moz-transform: translateY(25px) scale(0.8);
  -ms-transform: translateY(25px) scale(0.8);
  -o-transform: translateY(25px) scale(0.8);
  transform-origin: center;
}
.featposts .item:hover:after {
  transform: translateX(0px) scale(1);
  -webkit-transform: translateX(0px) scale(1);
  -moz-transform: translateX(0px) scale(1);
  -ms-transform: translateX(0px) scale(1);
  -o-transform: translateX(0px) scale(1);
  opacity: 1;
}
.featposts .item:hover .post-cat {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  opacity: 1;
}
.featposts .item:hover .post-title {
  transform: scale(1) translateY(0px);
  -webkit-transform: scale(1) translateY(0px);
  -moz-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  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);
}
/* 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: #8890d5;
  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);
}
.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 {
  border-top: #8890d5 solid 3px;
  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.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;
}
.grid .featured-thumb:hover 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;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
@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: #aaa;
  font-weight: lighter;
  margin-bottom: 5px;
}
.grid .out-thumb .postedon a {
  color: #999;
  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: #8890d5;
}
.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;
  }
}
.oxane {
  border-bottom: none;
  position: relative;
  overflow: auto;
  -webkit-perspective: 500;
  perspective: 500;
  min-height: 144px;
}
.oxane .featured-thumb {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAMUlEQVQIW2NkwAEePHjwnxGbHEhCQUGBEUMSJgHShCKJLIEiiS4Bl8QmAZbEJQGSBADSZhunpas31QAAAABJRU5ErkJggg==) repeat;
  border: solid 6px #d7ead5;
  border-radius: 1px;
  padding: 0px;
  position: relative;
  box-shadow: 0px 7px 2px -6px rgba(0, 0, 0, 0.3);
  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;
  transform-origin: bottom;
}
.oxane .featured-thumb .postedon {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  padding: 3px;
  font-size: 12px;
  left: 50%;
  bottom: 5px;
  font-weight: lighter;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.oxane .featured-thumb .postedon a {
  color: #ffffff;
}
.oxane .featured-thumb:hover {
  box-shadow: 0px 6px 2px -6px #c6bba9;
  transform: translateY(4px) rotateX(15deg);
  -webkit-transform: translateY(4px) rotateX(15deg);
  -moz-transform: translateY(4px) rotateX(15deg);
  -ms-transform: translateY(4px) rotateX(15deg);
  -o-transform: translateY(4px) rotateX(15deg);
}
.oxane .featured-thumb:hover img {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}
.oxane .out-thumb {
  position: relative;
  margin-top: 25px;
  text-align: center;
}
.oxane .out-thumb h1.entry-title {
  font-size: 14px;
}
.oxane .out-thumb h1.entry-title a {
  color: #1a1a1a;
}
.oxane .out-thumb:after {
  content: "";
  width: 24%;
  left: 38%;
  height: 2px;
  text-align: center;
  background: #8890d5;
  position: absolute;
  top: -10px;
  margin-bottom: 15px;
}
.date {
  position: relative;
  overflow: hidden;
}
.date .featured-thumb {
  padding: 0;
  overflow: hidden;
}
.date .featured-thumb img {
  transition: 4s all ease;
  -webkit-transition: 4s all ease;
  -moz-transition: 4s all ease;
  -ms-transition: 4s all ease;
  -o-transition: 4s all ease;
}
.date .featured-thumb:hover img {
  transform: scale(1.1);
}
.date .out-thumb {
  background: #beb19d;
  padding-top: 20px;
  padding-bottom: 10px;
  position: relative;
}
.date .out-thumb .postedon {
  padding-right: 0;
  color: white;
  padding-bottom: 5px;
  border-bottom: 2px solid white;
}
.date .out-thumb .postedon .date {
  color: #8890d5;
  background: white;
  padding: 11px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 8px;
}
.date .out-thumb .postedon .month,
.date .out-thumb .postedon .year {
  text-align: center;
  margin-top: 3px;
  font-size: 12px;
  letter-spacing: 3px;
}
.date .out-thumb .postedon a {
  color: white;
}
.date .out-thumb .content {
  position: relative;
}
.date .out-thumb .content .entry-header h1 {
  font-size: 18px;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 21px;
}
.date .out-thumb .content .entry-header h1 a {
  color: white;
}
.date .out-thumb .category {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 15px;
}
.date .out-thumb .category ul {
  list-style: none;
}
.date .out-thumb .category a {
  font-weight: 500;
  color: white;
}
@media screen and (max-width: 767px) {
  .date .featured-thumb {
    padding: 0;
  }
  .date .featured-thumb img {
    width: 100%;
  }
  .date .featured-thumb img:hover {
    transform: none;
  }
  .date .featured-thumb .out-thumb .postedon .year {
    font-size: 18px;
    letter-spacing: 3px;
  }
  .date .featured-thumb .out-thumb .postedon .date {
    padding: 31px;
    font-size: 28px;
  }
}
@media screen and (max-width: 430px) and (min-width: 300px) {
  .date .out-thumb .postedon .year {
    font-size: 11px;
    letter-spacing: 3px;
  }
  .date .out-thumb .postedon .date {
    padding: 10px;
  }
}
.blogger .featured-thumb {
  position: relative;
  padding: 10px;
}
.blogger .featured-thumb:before {
  content: "";
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 999;
  outline: 5px solid rgba(255, 255, 255, 0.25);
  position: absolute;
}
.blogger .featured-thumb img {
  width: 100%;
  z-index: 0;
  position: relative;
}
.blogger .out-thumb {
  position: relative;
  padding: 10px;
}
.blogger .out-thumb .entry-header h1 {
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}
.blogger .out-thumb .entry-header a {
  color: #808080;
}
.blogger .out-thumb .postedon {
  padding: 4px 10px;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.blogger .out-thumb .postedon .date {
  color: #8c8c8c;
  text-align: center;
  padding: 0px 5px;
}
.blogger .out-thumb .entry-excerpt {
  margin-bottom: 15px;
  font-size: 15px;
  text-align: center;
}
.blogger .out-thumb .read-cat {
  text-align: center;
}
.blogger .out-thumb .read-cat .read-more,
.blogger .out-thumb .read-cat .category {
  background: #8890d5;
  padding: 5px 8px;
}
.blogger .out-thumb .read-cat .read-more {
  float: right;
  margin-right: 20px;
}
.blogger .out-thumb .read-cat .read-more a {
  color: white;
}
.blogger .out-thumb .read-cat .hvr-curl-bottom-right:active:before,
.blogger .out-thumb .read-cat .hvr-curl-bottom-right:focus:before,
.blogger .out-thumb .read-cat .hvr-curl-bottom-right:hover:before {
  width: 15px;
  height: 15px;
}
.blogger .out-thumb .read-cat .category {
  float: left;
  margin-left: 20px;
}
.blogger .out-thumb .read-cat .category ul {
  list-style: none;
  margin: 0;
}
.blogger .out-thumb .read-cat .category ul a {
  color: white;
}
.blogger:nth-child(even) {
  border-bottom: 2px solid #c6bba9;
  background: #fafafa;
}
.blogger:nth-child(even) .featured-thumb {
  float: right;
}
.blogger:nth-child(odd) {
  border-bottom: 2px solid #c6bba9;
  background: #fcfcfc;
}
