/**
Theme Name: Radius (Astra)
Author: harman
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
/* Global Styles */
body, body p {
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
}

b, strong {
  font-weight: 700 !important;
}

/* Typography */
.entry-content p {
  margin: 10px 0px;
  font-size: 18px;
}

.entry-content h2, .entry-content h1 {
  font-family: "greycliff-cf", sans-serif;
  color: #233A76;
  font-size: 42px;
  font-weight: 600;
}

li {
  font-family: "greycliff-cf", sans-serif;
}

.entry-content h3 {
  font-family: "greycliff-cf", sans-serif;
  font-weight: 600;
  color: #233A76;
}

/* COLORS */
/* Links */
a {
  color: #000;
  text-decoration: none !important;
}

/* Buttons */
/* Containers and Layout */
.ast-container, .ast-container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
}

.ast-container {
  max-width: 100%;
}

.entry-content>.wp-block-columns {
  padding: 0px;
}

.entry-content[data-ast-blocks-layout]>* {
  max-width: 100%;
}

.entry-content .contained-l {
  max-width: 1366px;
  margin: 0 auto;
}

.entry-content .contained {
  max-width: 1200px;
  margin: 0 auto;
}

.entry-content .contained-900 {
  max-width: 900px;
  margin: 0 auto;
}

.entry-content .contained-800 {
  max-width: 800px;
  margin: 0 auto;
}

.entry-content .contained-90 {
  max-width: 90%;
  margin: 0 auto;
}

.entry-content .contain-padding {
  padding: 0px 50px;
}

.contain-p {
  max-width: 600px;
  margin: 0 auto 0px !important;
}

.center {
  text-align: center;
}

.center-va {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.center-va-left {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.padding {
  padding: 50px 0px;
}

/* Header */
.ast-builder-menu-1 .menu-item.current-menu-item a {
  color: #000;
}

.ast-builder-menu-1 .menu-item>.menu-link:hover {
  color: var(--ast-global-color-3);
}

.main-header-menu>.menu-item>.menu-link {
  text-transform: uppercase;
  font-size: 16px;
}

.ast-builder-grid-row {
  max-width: 1200px;
  margin: 0 auto;
  width: 1200px;
}

.header-top-links {
  display: flex;
  justify-content: space-between;
}

.header-top-links p a {
  margin: 0 20px;
}

.register-btn a {
  background: #e0182a;
  display: inline-block;
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
}

.register-btn a:hover {
  background: #081534;
  color: #fff !important;
}

/* LANDING PAGE */
.blue-bg {
  background-color: #233A76;
}

.blue-bg p, .blue-bg h2, .blue-bg li {
  color: #fff;
}

.blue-bg ul {
  padding-left: 0px;
}

.entry-content .main-content p {
  margin: 30px 0px 32px;
  font-size: 18px;
}

.main-content-bg {
  position: relative;
  z-index: 1;
}

.main-content-bg::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  /* adjust how much of the column gets the gradient */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #cacfdd 100%);
  z-index: -1;
  pointer-events: none;
}

.diagonal-bottom {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.form-container {
  background-color: #fff;
  padding: 36px;
}

.form-container h1 {
  color: #081534;
}

/* Footer */
.site-primary-footer-wrap {
  position: relative;
}

.ast-footer-copyright img {
  margin: 0px 10px;
}

.ast-builder-html-element p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.ast-footer-copyright p {
  color: #fff;
}

/* HR Styles */
/* Animations */
.fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.fade-in.fade-in-visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-right {
  opacity: 0;
  transform: translateX(400px);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.fade-in-right.fade-in-right-visible {
  opacity: 1;
  transform: translateX(0);
}

.fade-in-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.fade-in-left.fade-in-left-visible {
  opacity: 1;
  transform: translateX(0);
}

/* FOOTER */
.footer-logos img {
  margin: 0px 20px;
  max-width: 93%;
}

.ast-footer-copyright {
  text-align: left;
  font-size: 12px;
}

/* Media Queries */
@media only screen and (max-width: 1200px) {
  .ast-builder-grid-row {
    width: 100%;
  }
}

@media only screen and (max-width: 760px) {
  .entry-content h2 {
    font-size: 32px;
  }

  .swap {
    display: flex;
    flex-direction: column-reverse;
  }

  .top-banner .logo {
    display: none;
  }

  .main-content p {
    padding: 0px 20px;
  }

  .diagonal {
    position: absolute;
    opacity: 0.5;
  }

  .dark-bg .diagonal {
    display: none;
  }

  .diagonal-bottom img {
    position: absolute;
    right: 0px;
  }

  .ast-footer-copyright p {
    text-align: center;
  }

  .ast-footer-copyright p img {
    margin: 10px 20px;
  }

  .ast-builder-html-element p {
    text-align: center !important;
  }

  .desktop {
    display: none;
  }

  .desktop-br br {
    display: none;
  }

  .form-container {
    background-color: #EDF0F2;
    padding: 26px;
    margin: 15px;
  }

  .wp-block-column p, .wp-block-column h2, .wp-block-column h3 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .wp-block-column ul {
    margin: 10px 10px;
  }
}

/* glightbox */
/* 1. Force the slide container to shrink-wrap the image */
.gslide-inner-content {
  display: inline-block !important;
  position: relative !important;
  vertical-align: middle;
}

/* 2. Position the close button relative to this shrink-wrapped container */
.gclose {
  position: absolute !important;
  /* Use a positive value to keep it INSIDE the image corner
       OR use a small negative value like -40px if there is padding */
  top: 10px !important;
  right: 10px !important;
  /* Look & Feel */
  display: flex !important;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  /* Semi-transparent black */
  padding: 8px 12px;
  border-radius: 5px;
  width: auto !important;
  height: auto !important;
  z-index: 9999;
}

/* 3. The 'X' Icon */
.gclose svg {
  width: 24px !important;
  height: 24px !important;
  fill: #fff;
}

/* 4. The 'CLOSE' Text */
.gclose::after {
  content: 'CLOSE';
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  font-family: sans-serif;
  margin-left: 8px;
  text-transform: uppercase;
}

/* 5. Ensure the "Next/Prev" buttons don't overlap your new close button */
.gnext, .gprev {
  z-index: 9998 !important;
}