/*!
Theme Name: Retirement Solution Group WP Theme
Theme URI: https://tworowstudio.com/harvest-child
Author: Two Row Studio
Author URI: https://tworowstudio.com
Description: RSG Child Theme, developed by Two Row Studio
Template: good-harvest
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: good-harvest
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Harvest is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*! Child Theme Color styling */
@import url("https://fonts.cdnfonts.com/css/libby?styles=38320,38319,38321");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap");
body {
  color: #545759;
}

a,
a:hover {
  color: black !important;
  text-decoration: underline;
}

/*! Child Theme Font styling */
body {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 1.35em !important;
  }
  body .mobile_menu_wrapper .main-navigation ul li {
    font-size: 1em;
  }
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-family: "Libby", sans-serif;
  font-weight: bold;
}

.image_background {
  text-shadow: 0px 0px 10px #000;
}

blockquote {
  margin: 0;
}
blockquote p {
  margin: 0 2em;
}
blockquote:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Pro";
  position: relative;
  top: 1em;
}
blockquote:after {
  content: "\f10e";
  font-family: "Font Awesome 5 Pro";
  position: relative;
  top: -2em;
  right: -95%;
}

/*! Button Styling */
.btn.btn-default {
  color: #c22331 !important;
  border-color: #c22331 !important;
  border-radius: 0;
}
.btn.btn-default:hover, .btn.btn-default.active {
  background: #c22331 !important;
  color: #ffffff !important;
}

/*! Menu styling Sttings */
/*! Main Navigation Menu */
.main-navigation li {
  font-family: "Libby", sans-serif;
}
.main-navigation li a {
  text-decoration: none;
}
.main-navigation li.current_page_item:not(.menu-item-has-children) > a:after, .main-navigation li:hover:not(.menu-item-has-children) > a:after {
  content: " ";
  border-bottom: 1px solid #ed193d;
  display: block;
}

/*! Mobile Menu */
/*! Top Link Bar */
#top_link_bar #featured_links li {
  padding: 5px 10px;
}
#top_link_bar #featured_links li a {
  color: #ffffff;
  text-decoration: none;
}

/*! RSG Footer styling */
footer .footer_block.row {
  background: #1d3a6c;
  color: #ffffff;
}
footer .footer_block.row a {
  color: #ffffff !important;
}
footer .site-info {
  background: #06617e;
}

/*! Single Post Styling */
.single-post .wp-block-quote {
  background: rgba(112, 113, 112, 0.85);
  color: #ffffff;
  padding: 35px 25px !important;
}
.single-post .wp-block-quote:before, .single-post .wp-block-quote:after {
  content: "";
}

/*! Author Grid Styling */
.grid_block {
  min-height: 300px;
  border: 0.25em solid #ffffff;
}
.grid_block.dual_img .card_face {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 300px;
  width: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  padding: 10px;
  max-height: 100%;
}
.grid_block.dual_img .card_face.front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  height: 15em;
}
.grid_block.dual_img .card_face.front .card_content {
  bottom: 12.5%;
  max-width: 90%;
  position: absolute;
  padding: 5px 0.75em;
}
.grid_block.dual_img .card_face.back {
  color: #000000;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  height: 15em;
}
.grid_block.dual_img .card_face.back .name_block {
  padding: 5px 0.75em;
  position: absolute;
  top: 12.5%;
}
.grid_block.dual_img .card_face.back a {
  display: block;
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.75);
}
.grid_block.dual_img .card_face.back a:hover {
  color: #ffffff !important;
}
.grid_block.dual_img:hover .card_face.front {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.grid_block.dual_img:hover .card_face.back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
@media (max-width: 575px) {
  .grid_block {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/*! Single Author pages styling */
@media screen and (max-width: 575px) {
  #bio_heading .bio_summary {
    font-size: 0.65em;
    overflow-wrap: anywhere;
    margin-top: 1em !important;
  }
}
@media screen and (max-width: 575px) {
  #rsg_moment h3,
  #rsg_moment p {
    padding-left: 15px !important;
  }
}

/*! Tribe Events Styling */
.tribe-events-page-template .tribe-events-header {
  padding-top: 75px !important;
}
.tribe-events-page-template .tribe-events-single {
  margin-top: 125px !important;
}

#services .vc-hoverbox {
  min-height: 27em;
}
@media screen and (max-width: 991px) {
  #services .vc-hoverbox {
    min-height: 30em;
  }
}
@media screen and (max-width: 767px) {
  #services .vc-hoverbox {
    min-height: 17em;
    margin-bottom: 10px;
  }
}
#services .vc_col-sm-4 .vc-hoverbox {
  min-height: 24em;
}
@media screen and (max-width: 991px) {
  #services .vc_col-sm-4 .vc-hoverbox {
    min-height: 27em;
  }
}
@media screen and (max-width: 767px) {
  #services .vc_col-sm-4 .vc-hoverbox {
    min-height: 17em;
    margin-bottom: 10px;
  }
}