/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.5.1.1739297128
Updated: 2025-02-11 13:05:28

*/

body {
  font-family: "Raleway", sans-serif !important;
  font-size: 1rem;
}

body.home {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4f0401+0,380606+39,050000+70 */
  background: #4f0401; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #4f0401 0%,
    #4f0401 39%,
    #050000 70%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #4f0401 0%,
    #4f0401 39%,
    #050000 70%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #4f0401 0%,
    #4f0401 39%,
    #050000 70%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f0401', endColorstr='#050000',GradientType=0 ); /* IE6-9 */
}
a {
  text-decoration: none;
}
a:hover img {
  filter: grayscale();
  cursor: pointer;
  display: block;
}
body.home .entry-content {
  padding-top: 0;
}

body.home h1 {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
body.home .inside-article {
  background-color: transparent;
}

.home-banner {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
}

.overflow-hidden {
  overflow: hidden;
}

.flex {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .flex {
    flex-direction: row;
  }
}
/*header*/
.site-header {
  -webkit-box-shadow: 10px 10px 26px -10px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 10px 10px 26px -10px rgba(0, 0, 0, 0.57);
  box-shadow: 10px 10px 26px -10px rgba(0, 0, 0, 0.57);
  z-index: 100;
}
body.home .wp-block-cover .wp-block-cover__inner-container {
  max-width: 700px;
  padding: 20px;
}
body.home article {
  background: transparent;
}

body.home main#main {
  background: transparent;
  max-width: 100vw;
  margin: 0 auto;
}
.centered {
  margin: 0 auto;
}

.centered.is-layout-grid {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.main-navigation .menu-bar-item > a {
  padding-left: 5px;
  padding-right: 5px;
}

/* Top bar */

.inside-top-bar {
  padding: 0 5px;
}
.top-bar :where(.is-layout-flex) {
  gap: 0;
}
.wp-block-social-links.has-small-icon-size {
  font-size: 22px;
}
/* Top bar Social Icons*/

@media (max-width: 768px) {
  .top-bar .inside-top-bar {
    justify-content: end;
  }
}

/* Nav */

.inside-header {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  align-items: center;
  padding: 0px 8px 20px 8px;
}

.main-navigation .main-nav ul li a {
  padding-left: 8px;
  padding-right: 8px;
  line-height: 2;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}

.main-navigation .main-nav ul ul li a {
  padding: 8px 10px;
  font-size: 14px;
}

.menu-item-has-children .dropdown-menu-toggle {
  padding-right: 10px;
  padding-left: 2px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
a.wp-block-button__link:not(.has-background) {
  background: #4f0401;
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
  -webkit-appearance: button;
  padding: 15px 20px !important;
  border-radius: 5px;
}
a.wp-block-button__link:not(.has-background):hover {
  opacity: 1;
  text-decoration: none;
}
/*upcoming menu item*/
ul#menu-item-313-sub-menu {
  margin-top: -10px;
}
ul.sub-menu,
ul#menu-item-313-sub-menu {
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 21px -7px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 10px 21px -7px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 10px 21px -7px rgba(0, 0, 0, 0.6) !important;
}
@media (min-width: 1280px) {
  .site-header {
    position: sticky;
    top: 0;
    width: 100vw;
  }
  .site-logo {
    margin-right: 35px;
  }
  .inside-header {
    padding: 0px 55px 20px 40px;
  }
  body.home h1 {
    font-size: 80px !important;
  }
  body.home .featured-cards-section {
    position: relative;
    margin-top: -55px;
    z-index: 90;
  }

  .main-navigation ul#menu-top {
    margin-top: 30px;
  }

  .main-navigation .menu-bar-item > a {
    line-height: 20px;
    margin-top: 25px;
  }
}

/*Sponsors*/
.sponsors {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
}
.sponsors .logo-grid {
  max-width: 600px;
}
.sponsors img {
  height: 90px;
  object-fit: contain !important;
}
.sponsors p {
  font-size: 0.9rem;
  padding-top: 10px;
}

/* Post index List */

/* remove feature */
.featured-image {
  display: none;
}

.home-image-section  {
  max-width: 1240px;
  margin: 0 auto;
  align-items: center;
}

.home-image-section .flex {
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.home-image-section li {
  margin-bottom: 40px;
}
.home-image-section h4 {
  font-family: "Raleway", sans-serif;
}
.home-image-section h4:hover {
  background: #4e0401;
}
.home-image-section .wp-post-image, .featured-cards-section .wp-post-image{
    border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;}

.home-square img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.two-column-layout {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: start;
}

.left-column .post-image {
  object-fit: cover;
}

.up-coming-section,
.right-column .entry-title {
  text-align: center;
}
.wp-post-image {
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 21px -7px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 10px 21px -7px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 10px 21px -7px rgba(0, 0, 0, 0.6);
}

time.entry-date.published {
    display: none;
}

@media (min-width: 768px) {
  .two-column-layout {
    flex-direction: row;
  }
  .right-column {
    width: 75%;
    text-align: left;
  }
  .up-coming-section,
  .right-column .entry-title {
    text-align: left;
  }
}

/*post*/
body.category article {
  display: flex;
  align-items: start;
  border-bottom: 1px solid #bcbcbc;
  padding: 30px 0;
}

body.category .inside-article {
  padding: 0 20px;
}
main#main {
  max-width: 1000px;
  margin: 0 auto;
}
.post-image {
  max-width: 300px;
}

.separate-containers .page-header {
  padding: 40px 20px;
}

header.page-header {
  margin-bottom: 0;
  border-bottom: 1px solid #33333330;
}

h1.entry-title {
  font-size: 36px;
}
h3 {
  font-size: 27px;
}

.btn-red {
  background: #4f0401;
  font-weight: bold;
  color: #fff;
  padding: 10px 15px !important;
  border-radius: 5px;
  font-size: 12px;
}

a.btn.btn-red:hover,
a.btn:hover {
  background: #0f0e0e;
  -webkit-box-shadow: -1px 14px 12px -4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -1px 14px 12px -4px rgba(0, 0, 0, 0.3);
  box-shadow: -1px 14px 12px -4px rgba(0, 0, 0, 0.3);
}

a.btn.btn-red {
  color: #fff;
}

.info-left {
  text-align: left;
  margin: 15px 0;
}

.info-right {
  margin: 15px 0;
}

body.archive .info {
  padding: 3px 0 0 0;
  text-align: left;
}

.lineInfo {
  padding-right: 10px;
  margin-top: 5px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.lineInfo .btn {
  display: block;
  margin: 10px auto;
  width: fit-content;
}

@media (min-width: 768px) {
  .lineInfo .btn {
    margin: 10px 0 0;
  }
}

a.read-more {
  font-weight: bold;
}
.entry-summary:not(:first-child) {
  margin-top: 1em;
}

.production {
  padding: 5px 0 10px 0;
  margin: 0;
}

.production h4 {
  font-family: "Raleway", sans-serif !important;
  padding: 0;
  margin: 5px 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

.single .byline,
.group-blog .byline {
  display: none;
}

.category-up-coming .entry-meta {
  display: none;
}

span.cat-links {
  display: none;
}

span.byline {
  display: none;
}

/*footer*/
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: transparent;
}

.site-footer {
  color: #7f7e7f;
  letter-spacing: 0.05em;
  background: rgb(56, 6, 6);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(56, 6, 6, 1) 100%
  );
  border-top: 1px solid #818082;
  margin-top: 40px;
}

.site-footer a:link,
.site-footer a:visited {
  font-weight: 500;
  text-decoration: none;
}

#footer-widget a:hover {
  text-decoration: none;
  font-weight: 500;
}

#footer-widget .nav-link {
  padding: 0.5rem 0;
}

#footer-widget .nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
  text-decoration: none;
}

.footer-widgets .widget-title,
.site-footer h2,
.textwidget h3 {
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 1;
}

footer#colophon {
  background-color: transparent;
}

.site-info {
  text-align: center;
}

a.generate-back-to-top {
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* search */
.widget .search-form button.search-submit {
  font-size: 15px;
  margin-left: -5px;
}
button.search-submit {
  padding: 11px 20px !important;
}
.search-field button,
input,
select,
textarea {
  font-size: 16px;
}
