/* 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;
  }
}
/* section titles */
.body-font {
  font-family: "Bitter", sans-serif;
}
.title-font {
  font-family: "Bree Serif", sans-serif;
}
body {
  font-family: "Bitter", sans-serif;
  background: #e5e6e4;
  word-wrap: break-word;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  line-height: 1.8em;
}
.mega-container {
  background: white;
  max-width: 1170px;
  margin: auto;
  margin-top: 20px;
  overflow: visible;
}
a {
  color: #f29492;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: #f29492;
}
.container {
  margin: auto;
  max-width: 1100px;
}
.section-title {
  display: none;
  color: #232323;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 20px;
  position: relative;
  z-index: 3;
  text-align: left;
  font-family: "Bree Serif", sans-serif;
}
@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;
}
#content {
  margin-top: 30px;
  padding-top: 30px;
}
#main {
  overflow: hidden;
  clear: both;
}
#primary .section-title span {
  padding-left: 0;
}
.layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
#primary .section-title {
  display: none;
}
.top-bar {
  position: absolute;
  width: 100% !important;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 0;
  z-index: 888;
}
.top-bar #search-icon {
  display: inline-block;
  font-size: 24px;
  padding: 0px 20px;
  color: white;
}
.top-bar #search-icon a {
  color: white;
}
.top-bar #search-icon a:hover {
  color: #cccccc;
}
@media screen and (max-width: 767px) {
  .top-bar #search-icon {
    float: left;
    font-size: 18px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
#social-icons a {
  background: rgba(0, 0, 0, 0.2);
  display: inline-block;
  padding: 6px 7px;
  vertical-align: middle;
  color: #ffffff;
  font-size: 16px;
  margin: 0 8px;
  border-radius: 50%;
  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;
}
#social-icons a:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  background: #f29492;
  color: white;
}
@media screen and (max-width: 767px) {
  #social-icons a {
    margin: 0 2px;
    padding: 6px 6px;
    float: right;
  }
}
#social-icons {
  float: right;
}
@media screen and (max-width: 767px) {
  #social-icons {
    text-align: center;
    float: none;
  }
}
/* ---------- Header ------------- */
#masthead {
  text-align: center;
  position: relative;
  z-index: 90;
  clear: both;
  min-height: 400px;
}
#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 .site-branding {
  padding: 50px 0;
  overflow: hidden;
  display: inline-block;
  float: none;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #masthead .site-branding {
    text-align: center;
    float: none;
    padding-bottom: 5px;
    margin-top: 70px;
  }
}
#masthead h1.site-title {
  font-size: 48px;
  font-weight: 400;
  margin-top: 0px;
}
#masthead h1.site-title a {
  color: #f0f0f0;
}
#masthead h2.site-description {
  font-weight: 400;
  font-size: 15px;
  margin-top: 8px;
  color: #f0f0f0;
}
#masthead #searchicon {
  background: rgba(0, 0, 0, 0.5);
  border: solid 2px white;
  padding-top: 6px;
  padding-bottom: 4px;
}
@media screen and (max-width: 767px) {
  #masthead {
    text-align: center;
  }
}
#masthead #site-logo {
  display: inline-block;
  max-width: 100px;
  max-height: 100px;
  text-align: center;
  float: none;
}
@media screen and (max-width: 768px) {
  #masthead #site-logo {
    float: none;
  }
}
#jumbosearch {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.84);
  z-index: 99999;
  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 #cccccc;
  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: #cccccc;
  font-size: 27px;
  padding: 15px;
  cursor: pointer;
}
.hero-content {
  overflow: auto;
  padding: 40px;
  background-attachment: fixed;
  position: relative;
}
.hero-content .hero-container {
  padding: 0;
}
.hero-content .hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
}
.hero-content .h-content h1.title {
  color: white;
  margin: 0;
}
.hero-content .h-content .more-button {
  color: white;
  padding: 13px 20px;
  font-size: 16px;
  background: #f29492;
  top: 10px;
  border: 2px solid #f29492;
  position: relative;
  z-index: 999;
  display: inline-block;
  outline: solid 7px rgba(255, 255, 255, 0.2);
  border: solid 2px rgba(242, 148, 146, 0.2);
}
.hero-content .h-content .more-button:hover {
  padding: 13px 20px;
  font-size: 16px;
  color: #f29492;
  border: 2px solid #f29492;
  background: white;
}
.hero-content .h-content .excerpt {
  margin: 20px 0;
  font-size: 17.5px;
  color: white;
}
.hero-content .f-image img {
  outline: solid 7px rgba(255, 255, 255, 0.2);
  border: solid 2px rgba(242, 148, 146, 0.2);
  transition: all ease 0.5s;
  filter: brightness(85%);
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
}
@media screen and (max-width: 767px) {
  .hero-content .f-image img {
    margin-top: 20px;
  }
}
.hero-content .f-image img:hover {
  filter: brightness(100%);
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}
@media screen and (min-width: 430px) and (max-width: 980px) {
  .f-image img {
    margin-top: 2px;
  }
  .h-content {
    margin-bottom: 50px;
    padding: 0px;
  }
  .h-content .more-button:hover {
    padding: 13px 20px;
    font-size: 16px;
    color: white;
    background: #444444;
  }
}
.centered {
  text-align: center;
}
/* -------- Nav Menu ---------- */
#site-navigation {
  display: block;
  text-align: center;
  clear: both;
  border-bottom: solid 1px #f0f0f0;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  position: absolute;
  width: 100% !important;
}
#site-navigation ul {
  /* for the Currently active page */
}
#site-navigation ul li {
  float: none;
  display: inline-block;
}
#site-navigation ul li a {
  padding: 20px 18px !important;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  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;
  margin-right: 1px;
}
#site-navigation ul li:hover a {
  background: rgba(0, 0, 0, 0.9);
}
#site-navigation ul li ul li .menu-desc {
  display: none;
}
#site-navigation ul li ul.sub-menu,
#site-navigation ul li ul.children {
  top: 100%;
  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: #f29492;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
#site-navigation ul li ul.sub-menu li:nth-child(odd),
#site-navigation ul li ul.children li:nth-child(odd) {
  background: rgba(0, 0, 0, 0.5);
}
#site-navigation ul li ul.sub-menu a,
#site-navigation ul li ul.children a {
  background: none;
  border-radius: 0px;
  margin-right: 0px;
  text-transform: none;
  padding: 13px 12px !important;
}
#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: 10px 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-origin: left;
  text-underline: none;
}
#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: rgba(0, 0, 0, 0.7);
  color: white;
}
#site-navigation .fa {
  padding: 0 5px 0 0;
}
#site-navigation .menu-desc {
  font-size: 12px;
  font-weight: 300;
  color: #cccccc;
  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: #f29492;
}
@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;
    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;
  }
}
@media screen and (min-width: 767px) {
  #mobile-menu {
    display: none;
  }
  #mobile-menu .mobileMenu_menu-all-pages {
    background: rgba(0, 0, 0, 0.5);
  }
}
/* 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);
}
.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: bold;
  color: #444444;
  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 #f0f0f0;
  padding-bottom: 7px;
  overflow: auto;
}
#primary-mono .entry-meta a,
#primary-mono .entry-footer a {
  color: #444444;
  text-decoration: underline;
}
#primary-mono .entry-meta a:hover,
#primary-mono .entry-footer a:hover {
  color: #f29492;
}
#primary-mono .entry-meta {
  color: #5e5e5e;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 2px 0px;
  padding-bottom: 8px;
  font-size: 12px;
  border-bottom: none;
}
#primary-mono .entry-meta a {
  color: #f29492;
}
#primary-mono .entry-meta a:hover {
  text-decoration: none;
}
#primary-mono .entry-footer {
  border-top: solid 1px #e6e6e6;
  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 #f2f2f2;
}
#primary-mono .entry-content {
  color: #444444;
  line-height: 1.7em;
  font-size: 14px;
}
.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: 19px 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;
}
article.style1 .entry-header {
  text-align: center;
  padding-top: 10px;
  background: #f9f9f9;
}
article.style1 .entry-header h1 {
  text-align: center;
  color: #f29492 !important;
  font-size: 45px;
}
article.style1 .entry-header .entry-meta {
  text-align: center;
  font-weight: 600;
  letter-spacing: 3px;
  word-spacing: 2px;
  margin-top: 6px;
}
article.style1 #featured-image {
  margin-top: 10px;
}
article.style1 .entry-content p:nth-child(1)::first-letter {
  font-size: 200%;
  color: #f29492;
}
#secondary {
  /* Some Styling for Default WordPress Widgets */
  /* Pulse Grow */
}
#secondary aside {
  padding: 10px;
}
#secondary h3.widget-title {
  background: #f29492;
  color: white;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 0px;
  word-break: break-all;
  display: inline-block;
  text-transform: uppercase;
  clear: both;
  padding: 12px 30px 12px 12px;
  position: relative;
}
#secondary h3.widget-title:after {
  content: "";
  border-top: solid 12px #ed6764;
  border-right: solid 22px transparent;
  height: 0;
  width: 0;
  right: 0;
  position: absolute;
  bottom: -12px;
}
#secondary .widget a {
  color: #444444;
  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: #f29492;
}
#secondary .widget ul {
  font-size: 13px;
  margin-left: 0px;
}
#secondary .widget ul li {
  list-style: none;
  border-bottom: solid 1px #e6e6e6;
  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: "\f1ce";
  font-family: "FontAwesome";
  color: #f39897;
  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_amora_rp li.rp-item {
  overflow: auto;
  clear: both;
  display: block;
  padding: 8px 0px;
  font-size: 14px;
}
#secondary .widget_amora_rp .rp-thumb {
  width: 62px;
  float: left;
  display: inline-block;
  margin-right: 6px;
}
#secondary .widget_amora_rp .rp-thumb img {
  border-right: solid 2px #f29492;
}
#secondary .widget_amora_rp .rp-date {
  color: #f7c1c0;
  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 #e6e6e6;
  display: inline-block;
  color: #444444;
  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: #f29492;
  color: white;
}
.pagination .current,
.pagination .dots {
  background: #fafafa;
  color: #f29492;
  pointer-events: none;
}
.pagination .current {
  background: #f29492;
  color: white;
}
/* --------------- 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: #444444;
  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: #f29492;
  color: #ffffff;
  border-bottom: solid 1px #f29492;
  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: #f29492;
  margin-bottom: 60px;
}
#respond .comment-notes,
#respond .logged-in-as {
  color: #444444;
}
#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: #444444;
  font-weight: lighter;
}
#comments li.trackback {
  background: #ffffff;
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  border: solid 1px #cccccc;
  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%;
  }
}
/* Footer Sidebar */
#footer-sidebar {
  background: #f29492;
  padding-top: 40px;
  margin-top: 30px;
}
#footer-sidebar .footer-column {
  /* Pulse Grow */
}
#footer-sidebar .footer-column h3.widget-title {
  font-size: 18px;
  margin-top: 0;
  text-transform: uppercase;
  color: #e6e6e6;
  border-bottom: solid 1px #f29492;
  padding-bottom: 15px;
}
#footer-sidebar .footer-column .widget {
  margin-bottom: 40px;
  color: #2b2b2b;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
}
#footer-sidebar .footer-column .widget:after {
  content: "";
  border-top: solid 14px rgba(0, 0, 0, 0.5);
  border-right: solid 238px transparent;
  height: 0;
  width: 0;
  right: 0;
  position: absolute;
  bottom: 26px;
  left: 15px;
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  #footer-sidebar .footer-column .widget:after {
    border-right: solid 207px transparent;
  }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  #footer-sidebar .footer-column .widget:after {
    border-right: solid 151px transparent;
  }
}
@media screen and (max-width: 767px) {
  #footer-sidebar .footer-column .widget:after {
    display: none;
  }
}
#footer-sidebar .footer-column .widget a {
  color: #cccccc;
  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: #e6e6e6;
}
#footer-sidebar .footer-column .widget ul {
  margin-left: 0px;
}
#footer-sidebar .footer-column .widget ul li {
  list-style: none;
  padding: 5px;
}
#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: #222222;
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: lighter;
  color: #444444;
  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_amora_rp li.rp-item {
  overflow: auto;
  clear: both;
  display: block;
  padding: 8px 0px;
  font-size: 13px;
}
#footer-sidebar .footer-column .widget_amora_rp .rp-thumb {
  width: 52px;
  float: left;
  display: inline-block;
  margin-right: 6px;
}
#footer-sidebar .footer-column .widget_amora_rp .rp-date {
  color: #f7c1c0;
  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: "\f192";
  font-family: "FontAwesome";
  color: #f39897;
  font-size: 10px;
  margin-right: 5px;
}
#colophon {
  background: #ffffff;
  padding: 15px 10px 15px 10px;
  color: rgba(68, 68, 68, 0.6);
  font-size: 13px;
  text-align: center;
}
#colophon a {
  color: #f29492;
  text-decoration: underline;
}
.page404 {
  text-align: center;
}
.page404 .page-header h1.page-title {
  font-weight: bold;
  border-bottom: none;
  font-size: 24px;
}
.page404 .page-content {
  margin-top: 0px;
}
.page404 .page-content input[type=search] {
  padding: 10px;
  border-radius: 5px;
}
.page404 .page-content input[type=search]::-webkit-input-placeholder {
  color: rgba(68, 68, 68, 0.6);
}
.page404 .page-content input[type=search]:-moz-placeholder {
  color: rgba(68, 68, 68, 0.6);
}
.page404 .page-content input[type=search]::-moz-placeholder {
  color: rgba(68, 68, 68, 0.6);
}
.page404 .page-content input[type=search]:-ms-input-placeholder {
  color: rgba(68, 68, 68, 0.6);
}
.page404 .page-content input[type=submit] {
  padding: 12px;
  font-size: 14px;
  line-height: 1em;
  text-transform: uppercase;
  box-shadow: none;
  text-shadow: none;
  color: #eeeeee;
  border: none;
}
.page404 .page-content .widget_recent_entries {
  text-align: left;
  margin-bottom: 100px;
}
.page404 .page-content .widget_recent_entries .widgettitle {
  font-size: 24px;
  font-weight: bold;
}
.page404 .page-content .widget_recent_entries ul {
  list-style: none;
  margin-left: 0;
}
.page404 .page-content .widget_recent_entries ul li {
  float: none;
  margin-bottom: 15px;
  display: inline-block;
  margin-right: 15px;
}
.page404 .page-content .widget_recent_entries ul li a {
  display: inline-block;
  background: #f2f2f2;
  border: solid 1px #e6e6e6;
  padding: 10px;
  margin-bottom: 5px;
}
.page404 p {
  font-size: 16px;
}
/* Second Featured Area */
.featposts {
  margin-top: 45px;
  z-index: 0;
  position: relative;
}
.featposts .featposts-wrapper {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .featposts {
    margin-top: 25px;
  }
}
@media screen and (min-width: 767px) {
  .featposts {
    padding: 50px 0px;
  }
}
.featposts .post-title-parent {
  pointer-events: none;
}
.featposts .item {
  float: none;
  display: inline-block;
  padding: 0px;
  position: relative;
  margin-bottom: 0;
  overflow: visible;
}
@media screen and (min-width: 767px) {
  .featposts .item:nth-of-type(1),
  .featposts .item:nth-of-type(5) {
    z-index: 444;
  }
  .featposts .item:nth-of-type(1):hover,
  .featposts .item:nth-of-type(5):hover {
    z-index: 666;
  }
  .featposts .item:nth-of-type(2),
  .featposts .item:nth-of-type(4) {
    z-index: 555;
  }
  .featposts .item:nth-of-type(2):hover,
  .featposts .item:nth-of-type(4):hover {
    z-index: 777;
  }
  .featposts .item:nth-of-type(3) {
    z-index: 666;
  }
  .featposts .item:nth-of-type(3):hover {
    z-index: 888;
  }
  .featposts .item:nth-of-type(1) .item-container {
    transform: scale(0.99);
    -webkit-transform: scale(0.99);
    -moz-transform: scale(0.99);
    -ms-transform: scale(0.99);
    -o-transform: scale(0.99);
  }
  .featposts .item:nth-of-type(1) .item-container:hover img {
    transform: scale(1.29);
    -webkit-transform: scale(1.29);
    -moz-transform: scale(1.29);
    -ms-transform: scale(1.29);
    -o-transform: scale(1.29);
    z-index: 99999;
  }
  .featposts .item:nth-of-type(2) .item-container {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
  .featposts .item:nth-of-type(2) .item-container:hover img {
    transform: scale(1.29);
    -webkit-transform: scale(1.29);
    -moz-transform: scale(1.29);
    -ms-transform: scale(1.29);
    -o-transform: scale(1.29);
    z-index: 99999;
  }
  .featposts .item:nth-of-type(3) .item-container {
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
  }
  .featposts .item:nth-of-type(3) .item-container:hover img {
    transform: scale(1.29);
    -webkit-transform: scale(1.29);
    -moz-transform: scale(1.29);
    -ms-transform: scale(1.29);
    -o-transform: scale(1.29);
    z-index: 99999;
  }
  .featposts .item:nth-of-type(4) .item-container {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
  .featposts .item:nth-of-type(4) .item-container:hover img {
    transform: scale(1.29);
    -webkit-transform: scale(1.29);
    -moz-transform: scale(1.29);
    -ms-transform: scale(1.29);
    -o-transform: scale(1.29);
    z-index: 99999;
  }
  .featposts .item:nth-of-type(5) .item-container {
    transform: scale(0.99);
    -webkit-transform: scale(0.99);
    -moz-transform: scale(0.99);
    -ms-transform: scale(0.99);
    -o-transform: scale(0.99);
  }
  .featposts .item:nth-of-type(5) .item-container:hover img {
    transform: scale(1.29);
    -webkit-transform: scale(1.29);
    -moz-transform: scale(1.29);
    -ms-transform: scale(1.29);
    -o-transform: scale(1.29);
  }
}
.featposts .item .item-container {
  margin-top: 30px;
  overflow: visible;
  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;
}
@media screen and (max-width: 767px) {
  .featposts .item .item-container {
    transform: none;
  }
}
.featposts .item img {
  width: 100%;
  transition: 1s all ease;
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  -ms-transition: 1s all ease;
  -o-transition: 1s all ease;
  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;
  transform-origin: initial;
}
.featposts .item .post-title {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  display: block;
  width: 100%;
  text-align: center;
  z-index: 10;
  opacity: 0;
  padding: 10px 30px;
  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: translateY(100%) scale(1.03);
  -webkit-transform: translateY(100%) scale(1.03);
  -moz-transform: translateY(100%) scale(1.03);
  -ms-transform: translateY(100%) scale(1.03);
  -o-transform: translateY(100%) scale(1.03);
}
@media screen and (max-width: 767px) {
  .featposts .item .post-title {
    opacity: 1;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .featposts .item .post-title {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 767px) {
  .featposts .item:hover .post-title {
    opacity: 1;
    transform: translateY(0px) scale(1.05);
    -webkit-transform: translateY(0px) scale(1.05);
    -moz-transform: translateY(0px) scale(1.05);
    -ms-transform: translateY(0px) scale(1.05);
    -o-transform: translateY(0px) scale(1.05);
  }
  .featposts .item:hover img {
    filter: brightness(1);
    -webkit-filter: brightness(1);
    z-index: 99999;
  }
}
@media screen and (min-width: 767px) and screen and (max-width: 767px) {
  .featposts .item:hover img {
    transform: none;
    -webkit-filter: none;
  }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  .featposts .item:hover .post-title {
    font-size: 11px;
  }
}
.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: #f29492;
  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;
}
.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: #f29492 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;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .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 h3 {
  margin: 5px 0;
  margin-top: 1px;
  font-weight: normal;
  font-size: 19px;
}
.grid .out-thumb h3 a {
  color: #040404;
  padding-bottom: 2px;
}
.grid .out-thumb h3 a:before {
  height: 2px;
  background: #040404;
  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: #f29492;
}
.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:nth-child(3n) {
  padding: 10px;
}
.grid_3_column:nth-child(3n+1) {
  padding: 10px;
}
.grid_3_column:nth-child(2n) {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .grid_3_column:nth-of-type(odd) {
    clear: none;
  }
  .grid_3_column:nth-of-type(3n+1) {
    clear: left;
  }
}
.amora {
  overflow: hidden;
  margin: 10px 0;
  padding: 10px;
  padding-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .amora {
    border-bottom: none;
  }
}
.amora:nth-last-child(2) {
  border: none;
}
.amora .featured-thumb {
  border: double 7px #e6e6e6;
  padding: 11px !important;
  position: relative;
  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;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .amora .featured-thumb {
    overflow: visible;
  }
}
@media screen and (max-width: 768px) {
  .amora .featured-thumb img {
    width: 100%;
  }
}
.amora .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;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .amora .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) {
  .amora .out-thumb {
    padding: 10px 3px;
  }
}
.amora .out-thumb h3 {
  margin: 5px 0;
  margin-top: 1px;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 19px;
  border-bottom: 2px solid;
  border-color: #f29492;
  padding: 10px 0px;
}
.amora .out-thumb h3 a {
  color: #040404;
  padding-bottom: 2px;
}
.amora .out-thumb h3 a:before {
  height: 2px;
  background: #040404;
  width: 96%;
  left: 2%;
}
.amora .out-thumb .entry-excerpt {
  color: #444444;
  line-height: 1.6em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  line-height: 1.8em;
}
.amora .readmore {
  display: block;
  clear: both;
}
.amora .readmore a {
  background: #f29492;
  color: white;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .amora .readmore a {
    transform: none;
  }
}
.amora .readmore:before {
  content: "";
  border-top: solid 8px #f29492;
  border-right: solid 86px transparent;
  height: 0;
  width: 0;
  right: 0;
  position: absolute;
  bottom: -8px;
  left: 15px;
}
@media screen and (min-width: 767px) {
  .amora .readmore:before:hover {
    bottom: -7px;
    transition: ease all;
  }
}
@media screen and (max-width: 767px) {
  .amora .readmore:before {
    bottom: 2px;
    left: 3px;
  }
}
.amora .hvr-underline-from-center:before {
  height: 1px;
  background: #f29492;
}
#site-logo {
  display: inline-block;
  float: left;
  text-align: center;
  margin-bottom: 22px;
  max-width: 100px;
  max-height: 100px;
}
@media screen and (max-width: 767px) {
  #site-logo {
    float: none;
    max-width: 40px;
    max-height: 40px;
    margin-bottom: 10px;
    display: inline-block;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #site-logo {
    float: none;
    max-width: 60px;
    max-height: 60px;
    display: inline-block;
  }
}
