@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Roboto:300,400,500,700&display=swap" rel="stylesheet");
/*
 Theme Name:   GP Child Theme
 Theme URI:    http://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Dickiebirds
 Author URI:   https://dickiebirds.studio/
 Template:     generatepress
 Version:      0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
 */
/* Add your custom styles below... */
/*
 * Media queries
 */
/*@include bp-babybear {
 display: none;
 } */
/*
 * Global variables
 */
/* 
 * Colors
 */
* {
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
}
body {
  background-color: #fff;
  color: #3a3a3a;
}
body a {
  text-decoration: none;
  transition: 0.3s;
}
*:active, *:focus {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1, h2, h3, .fl-button {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}
h4, h5, h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
h1, h1 .fl-heading-text {
  font-size: 30px;
}
h2, h2 .fl-heading-text {
  font-size: 30px;
}
h3, h3 .fl-heading-text {
  font-size: 22px;
}
h4, h4 .fl-heading-text {
  font-size: 18px;
}
p {
  font-size: 17px;
  line-height: 1.5;
}
@media only screen and (max-width: 992px) {
  h1, h1 .fl-heading-text {
    font-size: 28px;
  }
  h2, h2 .fl-heading-text {
    font-size: 28px;
  }
  h3, h3 .fl-heading-text {
    font-size: 20px;
  }
  h4, h4 .fl-heading-text {
    font-size: 18px;
  }
  p {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  h1, h1 .fl-heading-text {
    font-size: 26px;
  }
  h2, h2 .fl-heading-text {
    font-size: 26px;
  }
  h3, h3 .fl-heading-text {
    font-size: 19px;
  }
  h4, h4 .fl-heading-text {
    font-size: 17px;
  }
  p {
    font-size: 16px;
    line-height: 1.5;
  }
}
.fl-rich-text p:last-child {
  margin-bottom: 0 !important;
}
@media all and (max-width: 768px) {
  .max-width-600 .fl-row-content {
    max-width: 600px;
  }
  .max-width-600 .fl-row-content img {
    max-height: 450px;
  }
}
.subscribe-intro h1 {
  font-size: 45px !important;
}
.subscribe-intro h1 em {
  font-style: normal !important;
  color: #bd995d !important;
}
.subscribe-intro p {
  font-size: 30px;
  line-height: 1 !important;
  font-weight: bold;
}
.subscribe-intro h2 {
  font-size: 40px;
  color: #bd995d !important;
}
.subscription-text p {
  min-height: 145px;
}
@media all and (max-width: 992px) {
  .subscription-text p {
    min-height: auto;
  }
}
.page-id-2609 .comments-area {
  display: none;
}
.fl-module-content blockquote {
  border-left: 0;
  float: right;
  width: 30%;
  text-align: center;
}
@media (max-width: 860px) {
  .fl-module-content blockquote {
    width: 40%;
  }
}
@media (max-width: 640px) {
  .fl-module-content blockquote {
    width: 100%;
    float: none;
    text-align: left;
  }
}
.fl-module-content blockquote p {
  color: lightgray;
  font-family: 'lato';
  font-weight: 900;
  font-style: italic;
}
.cleanlogin-form input[type="submit"] {
  height: auto;
  padding: 12px;
  width: 100%;
  background: #8f0506;
  font-size: 18px;
}
.cleanlogin-form input[type="submit"]:hover {
  background: #333;
  color: #fff;
}
body .cleanlogin-container {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
/* Simple CSS */
.fl-module-content blockquote {
  display: block;
  border-width: 2px 0;
  border-style: solid;
  border-color: #bd995d;
  padding: 1em 0 0.75em;
  margin: 2em 0 1.5em;
  position: relative;
  float: none !important;
  width: 100% !important;
}
blockquote:before {
  content: '\201C';
  position: absolute;
  top: -0.1em;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 3rem;
  height: 2rem;
  font: 6em/1.08em 'PT Sans', sans-serif;
  color: #666;
  text-align: center;
}
@media (max-width: 860px) {
  .fl-module-content blockquote {
    width: 100% !important;
  }
}
@media (max-width: 640px) {
  .fl-module-content blockquote {
    width: 100%;
    float: none;
    text-align: left;
  }
}
.fl-module-content blockquote p {
  color: #000 !important;
  font-family: 'lato';
  font-weight: 900;
  font-size: 20px;
  font-style: italic;
  margin-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
.fl-module-content blockquote cite {
  color: #a02a2b;
  font-family: 'lato';
  font-weight: 500;
  font-size: 17px;
  font-style: italic;
  padding-left: 15px;
  padding-right: 15px;
}
footer.entry-meta {
  display: none !important;
}
.legacy-legacy-feature .entry-header {
  display: none;
}
/*.legacy-legacy-feature {
 margin-top: -34px;
 }*/
.legacy-legacy-feature h1 {
  font-size: 40px;
  padding-top: 20px;
  text-transform: uppercase;
}
.wp-block-embed__wrapper:before {
  padding-top: 0 !important;
}
body.fl-builder .entry-content {
  margin-top: 0;
}
.swp_social_panel:not(.nc_floater):not(.swp_social_panelSide) {
  width: 280px !important;
}
.fl-button {
  min-width: 180px;
  padding: 18px 20px !important;
  display: block;
  transition: 0.3s;
  text-align: center;
}
@media all and (max-width: 768px) {
  .fl-button {
    font-size: 14px !important;
    min-width: 150px;
    padding: 18px 16px !important;
  }
}
.fl-button span {
  transition: 0.3s;
  text-align: center;
}
.transparent .fl-button {
  background: none !important;
  border: 1px solid #8f0506 !important;
}
.transparent .fl-button:hover {
  background: #8f0506 !important;
}
.transparent .fl-button:hover span {
  color: #fff !important;
}
.transparent-white .fl-button {
  background: none !important;
  border: 1px solid #fff !important;
}
.transparent-white .fl-button span {
  color: #fff !important;
}
.transparent-white .fl-button:hover {
  background: #8f0506 !important;
  border: 1px solid #8f0506 !important;
}
.full .fl-button {
  background: #8f0506 !important;
  border: 1px solid #8f0506 !important;
}
.full .fl-button span {
  color: #fff !important;
}
.full .fl-button:hover {
  background: #bd995d !important;
  border: 1px solid #bd995d !important;
}
.full .fl-button:hover span {
  color: #fff !important;
}
.full-red .fl-button {
  background: #a02a2b !important;
  border: 1px solid #a02a2b !important;
}
.full-red .fl-button span {
  color: #fff !important;
}
.full-red .fl-button:hover {
  background: #8f0506 !important;
  border: 1px solid #8f0506 !important;
}
.full-red .fl-button:hover span {
  color: #fff !important;
}
.full-gold .fl-button {
  background: #bd995d !important;
  border: 1px solid #bd995d !important;
}
.full-gold .fl-button span {
  color: #fff !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
}
.full-gold .fl-button:hover {
  background: #8f0506 !important;
  border: 1px solid #8f0506 !important;
}
.full-gold .fl-button:hover span {
  color: #fff !important;
}
#site-navigation {
  padding: 0px 20px !important;
}
@media only screen and (max-width: 600px) {
  #site-navigation {
    padding: 0px !important;
  }
}
.fl-builder-module-template {
  padding: 0 !important;
}
#site-navigation {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  background: transparent !important;
  border-top: 1px solid #bd995d !important;
  border-bottom: 1px solid #bd995d !important;
}
#site-navigation li {
  margin-right: 5px;
}
#site-navigation li.facebook, #site-navigation li.twitter, #site-navigation li.instagram, #site-navigation li.linkedin {
  min-width: 40px;
  max-width: 40px;
  max-height: 40px;
  min-height: 40px;
  text-align: center;
}
#site-navigation li.facebook a, #site-navigation li.twitter a, #site-navigation li.instagram a, #site-navigation li.linkedin a {
  padding-left: 10px;
  padding-right: 10px;
}
#site-navigation li.facebook a i, #site-navigation li.twitter a i, #site-navigation li.instagram a i, #site-navigation li.linkedin a i {
  font-size: 22px !important;
  top: 2px;
  position: relative;
}
#site-navigation li a {
  border-radius: 4px;
}
#site-navigation li a i {
  font-size: 20px;
}
#site-navigation li a i.fa-search::before {
  font-size: 18px;
}
#site-navigation .subscribe {
  float: right;
}
#site-navigation .subscribe a {
  background-color: #bd995d;
  color: #fff;
}
#site-navigation .instagram {
  float: right;
}
#site-navigation .instagram a {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  color: #fff;
}
#site-navigation .facebook {
  float: right;
}
#site-navigation .facebook a {
  background-color: #3c5a99;
  color: #fff;
}
#site-navigation .twitter {
  float: right;
}
#site-navigation .twitter a {
  height: 40px;
  background-color: #1dcaff;
  color: #fff;
}
#site-navigation .linkedin {
  float: right;
}
#site-navigation .linkedin a {
  height: 40px;
  background-color: #225982;
  color: #fff;
}
#primary-menu li {
  position: relative;
}
#primary-menu li::after {
  height: 20px;
  top: 50%;
  left: -3px;
  width: 1px;
  position: absolute;
  transform: translateY(-50%);
  content: "";
  background-color: #000;
}
#primary-menu li:nth-child(1)::after, #primary-menu li:nth-last-child(5)::after, #primary-menu li:nth-last-child(4)::after, #primary-menu li:nth-last-child(3)::after, #primary-menu li:nth-last-child(2)::after, #primary-menu li:nth-last-child(1)::after, #primary-menu li.current-menu-item::after, #primary-menu li.current-menu-item + li::after, #primary-menu li.current-menu-parent::after, #primary-menu li.current-menu-parent + li::after {
  display: none !important;
}
/* Search icon modal */
.fl-node-5d2511f8e7606 .pp-search-form__toggle {
  margin-bottom: 5px;
}
.fl-node-5d2511f8e7606 .pp-search-form__toggle i::before {
  font-size: 18px !important;
}
.facebook.menu-btn span, .instagram.menu-btn span, .twitter.facebook.menu-btn span, .linkedin.facebook.menu-btn span {
  display: none !important;
}
@media all and (max-width: 992px) {
  .facebook.menu-btn span, .instagram.menu-btn span, .twitter.facebook.menu-btn span, .linkedin.facebook.menu-btn span {
    display: inline !important;
  }
}
@media only screen and (max-width: 950px) {
  .subscribe.menu-btn i, .facebook.menu-btn i, .instagram.menu-btn i {
    display: inline-block;
    width: 30px;
  }
  .facebook.menu-btn {
    background-color: #3b5998;
  }
  .facebook.menu-btn a {
    color: #fff !important;
  }
  .facebook.menu-btn i {
    width: 34px;
  }
  .subscribe.menu-btn {
    background-color: #bd995d;
  }
  .subscribe.menu-btn a {
    color: #fff !important;
  }
  .instagram.menu-btn {
    background-color: #d93175 !important;
  }
  .instagram.menu-btn a {
    color: #fff !important;
  }
}
#mega-menu-wrap-primary.mega-stuck {
  background: #f6f6f6;
  padding: 5px 0;
}
#mega-menu-wrap-primary.mega-stuck input {
  background: #fff !important;
  border: 1px solid #ccc !important;
}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-description {
  display: none !important;
}
#secondary-navigation {
  background-color: #241f20 !important;
}
#secondary-navigation a {
  color: #fff !important;
}
#secondary-navigation li.current-menu-item a {
  color: #bd995d !important;
  background-color: #000 !important;
}
.secondary-social a {
  padding: 0 10px !important;
}
@media (max-width: 540px) {
  .secondary-social {
    display: none !important;
  }
}
.site-logo {
  margin-top: 20px;
}
.mobile-header-logo {
  margin-top: 0px !important;
}
.mobile-header-logo .is-logo-image {
  height: 80px !important;
}
@media (max-width: 950px) {
  .mobile-header-logo {
    margin-top: 0px !important;
  }
  .mobile-header-logo .is-logo-image {
    height: 60px !important;
  }
}
@media (max-width: 950px) {
  #masthead {
    display: none;
  }
  #secondary-navigation {
    background: #000 !important;
  }
  .secondary-navigation .main-nav ul li a {
    padding-left: 5px;
    padding-right: 14px;
    line-height: 30px;
  }
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 a.mega-menu-logo img.mega-menu-logo {
    top: -3px;
    width: 200px;
    left: 5px;
  }
  #site-navigation {
    padding: 0 !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size: 12px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    padding: 9px 20px 9px 20px;
    line-height: 14px;
  }
}
@media (min-width: 951px) {
  .feature-main-title h1.fl-heading span {
    font-size: 40px !important;
    line-height: 1.4;
  }
}
/* Header tweaks */
.header--network-logos {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.header--network-logos a {
  margin-left: 40px;
}
.header--network-logos img {
  height: 37px;
}
.header--fa-logo img {
  height: 30px;
}
@media (max-width: 999px) {
  .header--network-logos a {
    margin-left: 30px;
  }
  .header--network-logos img {
    height: 26px;
  }
  .header--fa-logo img {
    height: 24px;
  }
}
@media (max-width: 689px) {
  .header--network-logos a {
    margin-left: 15px;
  }
  .header--network-logos img {
    height: 22px;
  }
  .header--fa-logo img {
    height: 18px;
  }
}
@media (max-width: 460px) {
  .header--network-logos a {
    margin-left: 10px;
  }
  .header--network-logos img {
    height: 18px;
  }
  .header--fa-logo img {
    height: 18px;
  }
}
@media (max-width: 400px) {
  .header--network-logos a {
    margin-left: 8px;
  }
  .header--network-logos img {
    height: 13px;
  }
  .header--fa-logo img {
    height: 16px;
  }
}
.footer-widgets a.footer-magazine {
  display: block;
  float: left;
  margin: 0 30px 0 0;
  width: 160px;
}
.footer-widgets h3 {
  font-size: 20px;
  font-weight: bold;
}
.footer-widget-1 {
  padding-right: 60px;
  width: 40%;
}
@media all and (max-width: 992px) {
  .footer-widget-1 {
    width: 50%;
  }
}
.footer-widget-1 img {
  max-width: 280px;
}
.footer-widget-2 {
  padding-right: 60px;
  width: 25%;
}
@media all and (max-width: 992px) {
  .footer-widget-2 {
    width: 50%;
  }
}
@media all and (max-width: 768px) {
  .footer-widget-2 aside a {
    max-width: 350px;
  }
}
.footer-widget-3 {
  width: 35%;
}
.footer-widget-2 a {
  border-radius: 5px;
  display: block;
  font-family: Oswald;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 10px 20px;
  text-transform: uppercase;
}
.footer-widget-2 a i {
  width: 20px;
}
.footer-widget-2 a.follow-facebook {
  background: #3b5998;
}
.footer-widget-2 a.follow-facebook:hover {
  background: #4c70ba;
}
.footer-widget-2 a.follow-instagram {
  background: #d93175;
}
.footer-widget-2 a.follow-instagram:hover {
  background: #e15c92;
}
.footer-widget-2 a.follow-newsletter {
  background: #a02a2b;
}
.footer-widget-2 a.follow-newsletter:hover {
  background: #c83536;
}
.facebook-button .fl-button, .instagram-button .fl-button, .twitter-button .fl-button, .linkedin-button .fl-button, .newsletter-button .fl-button, .tiktok-button .fl-button {
  text-align: left;
  border-radius: 5px;
  display: block;
  font-family: Oswald;
  font-weight: bold !important;
  min-width: 210px;
  padding: 12px 20px !important;
  padding-left: 50px !important;
  position: relative;
  text-transform: uppercase;
  border: none !important;
}
.facebook-button .fl-button::after, .instagram-button .fl-button::after, .twitter-button .fl-button::after, .linkedin-button .fl-button::after, .newsletter-button .fl-button::after, .tiktok-button .fl-button::after {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Brands";
  font-size: 16px;
}
.facebook-button .fl-button span, .instagram-button .fl-button span, .twitter-button .fl-button span, .linkedin-button .fl-button span, .newsletter-button .fl-button span, .tiktok-button .fl-button span, .facebook-button .fl-button::after, .instagram-button .fl-button::after, .twitter-button .fl-button::after, .linkedin-button .fl-button::after, .newsletter-button .fl-button::after, .tiktok-button .fl-button::after {
  color: #fff !important;
}
@media all and (max-width: 768px) {
  .facebook-button .fl-button, .instagram-button .fl-button, .twitter-button .fl-button, .linkedin-button .fl-button, .newsletter-button .fl-button, .tiktok-button .fl-button {
    min-width: 300px;
  }
}
.facebook-button .fl-button {
  background-color: #3b5998 !important;
}
.facebook-button .fl-button::after {
  content: "\f39e";
  font-weight: 400;
}
.instagram-button .fl-button {
  background-color: #d93175 !important;
}
.instagram-button .fl-button::after {
  content: "\f16d";
  font-weight: 400;
}
.twitter-button .fl-button {
  background-color: #1da1f2 !important;
}
.twitter-button .fl-button::after {
  content: "\f099";
  font-weight: 400;
}
.linkedin-button .fl-button {
  background-color: #0b66c2 !important;
}
.linkedin-button .fl-button::after {
  content: "\f0e1";
  font-weight: 400;
}
.tiktok-button .fl-button {
  background-color: #fe2c55 !important;
}
.tiktok-button .fl-button::after {
  content: "\e07b";
  font-weight: 400;
}
.newsletter-button .fl-button {
  background-color: #a02a2b !important;
}
.newsletter-button .fl-button::after {
  font-family: "Font Awesome 5 Free";
  content: "\f1d8";
  font-weight: 900;
}
.footer-issue {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-issue img {
  max-width: 90%;
}
.footer-issue .fl-post-text {
  width: 50%;
  color: #fff !important;
}
.footer-issue .fl-post-text h3, .footer-issue .fl-post-text a {
  color: #fff;
}
.footer-issue .fl-post-image {
  width: 50%;
}
@media only screen and (max-width: 1025px) {
  .footer-issue img {
    max-width: 60%;
  }
}
@media all and (max-width: 992px) {
  .footer-issue {
    justify-content: flex-start;
  }
  .footer-issue img {
    max-width: 60%;
  }
}
@media all and (max-width: 768px) {
  .footer-issue {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer-issue .fl-post-image {
    width: 100%;
  }
  .footer-issue img {
    margin-bottom: 20px;
    max-width: 40%;
  }
}
@media only screen and (max-width: 550px) {
  .footer-issue img {
    max-width: 60%;
  }
}
.slideout-navigation .site-logo {
  margin: 40px 20px 40px 20px;
}
.sidebar-ads .fl-html > div {
  margin-bottom: 14px;
}
.bc-ad {
  text-align: center;
}
.carousel-layout {
  display: block;
}
.carousel-layout .post-content {
  padding: 15px;
  min-height: 100px !important;
}
.carousel-layout .post-content .post-title {
  margin-bottom: 0;
}
.carousel-layout .post-content .post-title a {
  color: #000 !important;
}
.carousel-layout .post-content .post-meta a {
  color: #a8a9ad;
}
.carousel-layout .featured-image img {
  height: 250px;
  weight: 100%;
  object-fit: cover;
}
.owl-next, .owl-prev {
  top: 100px !important;
}
.pp-post-filters li {
  font-weight: bold !important;
  text-transform: none !important;
  font-size: 14px;
  transition: 0.3s;
}
.pp-post-filters li.pp-filter-active, .pp-post-filters li:hover {
  color: #fff !important;
  background-color: #333 !important;
}
.pp-content-grid-load-more a {
  font-size: 18px !important;
  background-color: #bd995d !important;
  color: #fff !important;
  transition: 0.3s;
  padding: 10px 20px !important;
  border-radius: 4px;
}
.post-layout-1 {
  display: flex;
  align-items: center;
}
.post-layout-1 .featured-image img {
  width: 160px;
  height: 120px;
  max-width: inherit;
  object-fit: cover;
  border-radius: 4px;
}
.post-layout-1 .post-content {
  padding: 10px 15px;
  min-height: 100px !important;
}
.post-layout-1 .post-content .post-title {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.3;
}
.post-layout-1 .post-content .post-title a {
  color: #000 !important;
}
.post-layout-1 .post-content .post-meta a {
  color: #a8a9ad;
}
.post-layout-2 {
  min-height: 96px;
  border-bottom: 2px solid #848283;
  display: flex;
  align-items: center;
}
.post-layout-2 .featured-image img {
  width: 80px;
  height: 80px;
  max-width: inherit;
  object-fit: cover;
  border-radius: 4px;
}
.post-layout-2 .post-content {
  padding: 5px 5px 5px 10px;
}
.post-layout-2 .post-content .post-title {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 1.3;
}
.post-layout-2 .post-content .post-title a {
  color: #000 !important;
}
.post-layout-2 .post-content .post-meta a {
  line-height: 1.3;
  font-size: 11px;
  color: #a8a9ad;
}
.post-layout-3 {
  min-height: 96px;
  display: flex;
  align-items: center;
}
.post-layout-3 .featured-image img {
  width: 300px;
  height: 250px;
  max-width: inherit;
  object-fit: cover;
  border-radius: 4px;
}
.post-layout-3 .post-content {
  padding: 20px;
}
.post-layout-3 .post-content .post-title {
  margin-bottom: 5px;
}
.post-layout-3 .post-content .post-title a {
  color: #000 !important;
}
.post-layout-3 .post-content .post-meta a {
  line-height: 1.3;
  font-size: 10px;
  color: #a8a9ad;
}
@media only screen and (max-width: 700px) {
  .post-layout-3 {
    flex-direction: column;
  }
  .post-layout-3 .featured-image img {
    width: 100%;
    height: 300px;
    max-width: inherit;
    object-fit: cover;
    border-radius: 4px;
  }
}
.post-layout-4 {
  position: relative;
  transition: transform 0.8s;
  overflow: hidden;
  z-index: 10;
}
.post-layout-4:hover .featured-image img {
  transform: scale(1.1);
}
.post-layout-4 .featured-image img {
  transition: transform 0.6s;
  width: 100%;
  height: 255px;
  max-width: inherit;
  object-fit: cover;
  margin-bottom: -5px;
}
.post-layout-4 .post-content {
  position: absolute;
  bottom: 0px;
  width: 100% !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 90%);
  padding: 20px;
}
.post-layout-4 .post-content .post-title {
  font-size: 18px;
  margin-bottom: 5px;
}
.post-layout-4 .post-content .post-title a {
  color: #fff !important;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
.post-layout-4 .post-content .post-meta a {
  line-height: 1.3;
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
.post-layout-4 .post-content .post-meta.features {
  color: #bd9a5d;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 700px) {
  .post-layout-3 {
    flex-direction: column;
  }
  .post-layout-3 .featured-image img {
    width: 100%;
    height: 300px;
    max-width: inherit;
    object-fit: cover;
    border-radius: 4px;
  }
}
.features-image-content .fl-module-content .fl-rich-text h2, .features-image-content .fl-module-content .fl-rich-text h4, .features-image-content .fl-module-content .fl-rich-text h4 > a {
  text-align: center;
  color: #fff !important;
}
.latest-issue-sidebar .fl-post-grid-post {
  border: 1px solid #000;
}
.latest-issue-sidebar .post-content {
  padding: 10px;
}
.latest-issue-sidebar .post-content .post-title {
  text-align: center;
}
.latest-issue-sidebar .post-content .post-title a {
  color: #000;
}
.latest-issue-sidebar .post-content p {
  font-size: 12px;
}
.latest-issue-sidebar .post-content .btn {
  font-family: "Lato";
  display: block;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold !important;
  text-transform: uppercase;
  padding: 8px 5px;
  color: #fff;
}
.latest-issue-sidebar .post-content .btn em {
  color: #b29560;
  font-style: normal;
}
.issues-title .fl-rich-text h1, .issues-title .fl-rich-text p {
  display: inline-block;
}
.issues-title .fl-rich-text h1 {
  padding-right: 10px;
  margin-bottom: 0;
}
.issues-title .fl-rich-text p {
  font-size: 20px;
  padding-left: 10px;
  border-left: 1px solid #000;
  width: 63%;
}
.issues-login a {
  padding: 0 5px;
  color: #a02a2b;
  font-weight: bold !important;
}
.issues-login a:hover {
  color: #bd995d;
}
.issues-login a::before {
  display: inline-block;
  content: "";
  border-left: 10px solid #a02a2b;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.issue-archive .pp-content-post {
  color: #8f0506;
  transition: 0.3s;
}
.issue-archive .pp-content-post:hover {
  color: #bd995d;
}
.year .fl-heading::before {
  transform: rotate(90deg);
  margin-bottom: 7px;
  display: inline-block;
  content: "";
  border-left: 10px solid #a02a2b;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.page-id-4356 .pp-content-post {
  margin-bottom: 0;
}
.page-id-4356 .pp-content-post .pp-content-grid-post-text div {
  padding-bottom: 18px;
}
.rp4wp-related-posts {
  display: none;
}
.rp4wp-related-posts h3 {
  display: none;
}
.related-post .rp4wp-related-posts {
  display: block;
}
.related-post .rp4wp-related-posts .rp4wp-posts-list .rp4wp-col {
  height: 100% !important;
}
.related-post .rp4wp-related-posts .rp4wp-posts-list .rp4wp-col .rp4wp_component_wrapper_right {
  width: calc(100% - 160px) !important;
  min-height: 100px;
  padding: 10px 0 !important;
  padding-left: 20px !important;
}
.related-post .rp4wp-related-posts .rp4wp-posts-list .rp4wp-col .rp4wp_component_wrapper_right .rp4wp_component a, .related-post .rp4wp-related-posts .rp4wp-posts-list .rp4wp-col .rp4wp_component_wrapper_right .rp4wp_component-title a, .related-post .rp4wp-related-posts .rp4wp-posts-list .rp4wp-col .rp4wp_component_wrapper_right .rp4wp_component a:hover, .related-post .rp4wp-related-posts .rp4wp-posts-list .rp4wp-col .rp4wp_component_wrapper_right .rp4wp_component-title a:hover, .related-post .rp4wp-related-posts .rp4wp-posts-list .rp4wp-col .rp4wp_component_wrapper_right .rp4wp_component a:visited, .related-post .rp4wp-related-posts .rp4wp-posts-list .rp4wp-col .rp4wp_component_wrapper_right .rp4wp_component-title a:visited {
  color: #000;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
.related-post .rp4wp-related-posts .rp4wp-posts-list .rp4wp-col .rp4wp_component_wrapper_right .rp4wp_component_readmore {
  display: none;
}
.related-post .rp4wp-related-posts .rp4wp-posts-list .rp4wp-col .rp4wp_component_wrapper_left {
  height: 120px !important;
  width: 160px !important;
  padding: 0px !important;
  border-radius: 5%;
}
.related-post .rp4wp-related-posts .rp4wp-posts-list .rp4wp-col .rp4wp_component_wrapper_left .rp4wp_component a, .related-post .rp4wp-related-posts .rp4wp-posts-list .rp4wp-col .rp4wp_component_wrapper_left .rp4wp_component-image a {
  width: 160px !important;
  height: 120px !important;
}
.related-post .rp4wp-related-posts .rp4wp-posts-list .rp4wp-col .rp4wp_component_wrapper_left .rp4wp_component a img.wp-post-image, .related-post .rp4wp-related-posts .rp4wp-posts-list .rp4wp-col .rp4wp_component_wrapper_left .rp4wp_component-image a img.wp-post-image {
  width: 160px !important;
  height: 120px !important;
  object-fit: cover;
  border-radius: 5%;
}
@media (max-width: 768px) {
  .related-post .rp4wp-related-posts .rp4wp-posts-list .rp4wp-col {
    margin-bottom: 10px !important;
    padding-left: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
  .related-post .rp4wp-related-posts .rp4wp-posts-list .rp4wp-col .rp4wp_component_wrapper_left {
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .related-post .rp4wp-related-posts .rp4wp-posts-list .rp4wp-col {
    margin-bottom: 30px !important;
  }
}
.popular-article-widget {
  margin-top: 4px;
}
.popular-article-widget .swp_clearfix {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 8px;
}
.popular-article-widget .swp_clearfix:last-child {
  padding-bottom: 0px !important;
  border-bottom: none;
  margin-bottom: 0px !important;
}
.popular-article-widget a {
  font-size: 14px !important;
  color: #000 !important;
}
.popular-article-widget .swp_popular_post .swp_popularity {
  margin: 0px !important;
}
.popular-article-widget .swp_popular_post img {
  width: 100px !important;
  height: 80px !important;
  object-fit: cover;
  margin-right: 15px !important;
}
@media all and (max-width: 768px) {
  .powerpack-grid .pp-content-post {
    margin: 0px 20px 20px 20px !important;
    width: calc(100% - 35px);
  }
}
@media all and (max-width: 768px) {
  .powerpack-grid .pp-content-grid-post:nth-of-type(1n) {
    margin-right: 20px !important;
  }
}
.slider-layout {
  position: relative;
}
.slider-layout .image img {
  object-fit: cover;
  height: 620px;
  width: 100%;
}
@media all and (max-width: 992px) {
  .slider-layout .image img {
    height: 550px;
  }
}
@media all and (max-width: 768px) {
  .slider-layout .image img {
    height: 450px;
  }
}
.slider-layout .text {
  position: absolute;
  bottom: 0;
  padding: 20px;
  color: #fff !important;
  background: #000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0.3) 100%);
  width: 100%;
}
.slider-layout .text a {
  color: #fff !important;
}
.slider-layout .text .category {
  padding-bottom: 10px;
  color: #bd995d;
}
.slider-layout .text h3 {
  margin-bottom: 10px !important;
}
.slider-layout .text p {
  margin-bottom: 0px;
}
.slider-layout .owl-dots button span {
  background: rgba(0, 0, 0, 0.3) !important;
}
.slider-layout .owl-dots button.active span {
  background: #bd995d !important;
}
@media all and (max-width: 768px) {
  .home-facebook-sidebar {
    max-width: 100% !important;
  }
}
@media all and (max-width: 768px) {
  .widget_smartslider3 p {
    font-size: 16px !important;
  }
  .widget_smartslider3 .n2-style-145845fdd4547271240a15ad631501d8-heading {
    font-size: 26px !important;
  }
}
.home h2 {
  text-transform: uppercase;
}
.single-subscription-form .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0px;
}
.single-subscription-form .gform_button {
  width: 100% !important;
  font-family: 'Lato', sans-serif;
  border-radius: 4px;
  background: #8f0506 !important;
  border: 1px solid #8f0506 !important;
  text-transform: uppercase;
  transition: 0.3s;
}
.single-subscription-form .gform_button:hover {
  background: #bd995d !important;
  border: 1px solid #bd995d !important;
}
.single-subscription-form .ginput_total {
  color: #8f0506 !important;
}
@media all and (max-width: 768px) {
  .imago-content-img + div {
    max-width: 100% !important;
  }
}
.facetwp-search, .facetwp-dropdown {
  width: 100%;
}
.site-content {
  position: relative;
}
.floating-side-ads {
  position: absolute;
  top: 290px;
  right: -260px;
}
.wcf-preview-mode {
  display: none;
}
/* Homepage news grid */
ul.pp-post-filters {
  margin-bottom: 40px;
  margin-left: 0;
}
.grid-news .pp-content-post .pp-post-image {
  width: 30%;
}
.grid-news .pp-content-post .pp-content-body {
  width: 70%;
}
.grid-news .pp-post-meta:before {
  color: #b29460;
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  padding-right: 5px;
}
.carousel-posts .pp-grid-tile-date:before {
  color: rbga(255, 255, 255, 0.75);
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  padding-right: 5px;
}
/* News archive posts */
.grid-news-archive .pp-content-post .pp-post-image {
  width: 40%;
}
.grid-news-archive .pp-content-post .pp-content-body {
  width: 60%;
}
.grid-news-archive .pp-post-meta:before {
  color: #b29460;
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  padding-right: 5px;
}
.carousel-posts-archive .pp-grid-tile-date:before {
  color: rbga(255, 255, 255, 0.75);
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  padding-right: 5px;
}
/* Features grid with filter */
.carousel-posts ul.pp-post-filters {
  margin-bottom: 40px;
  margin-left: 0;
}
.post-meta.features {
  color: #fff;
}
#rcp_user_login_wrap {
  display: none;
}
