/**
Theme Name: HDC Astra
Author: Infantree
Author URI: https://infantree.com
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.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hdc-astra
Template: astra
*/

/* || Typography */
h1 {
  margin-top: 30px;
}

h2 {
  margin-top: 20px;
}

/*
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
        color: #494949;
        font-family: "Helvetica",sans-serif;
    }
*/

/* || Colors and combos */

/* Root colors */

:root {
  --blue: #1F2A4C;
  --red: #DB524C;
  --aqua: #5EB8A8;
  --green: #006E5C;
  --orange: #F1AC49;
  --sand: #EFDC9C;
  --greyish: #E5E5E5;
  --grey-text: #494949;
}

/* combos */

.theme--sand {
  background-color: var(--sand);
  color: #3a3a3a;
  /* copy color - one-off difference */

}

.theme--sand h2.wp-block-media-text__content {
  color: var(--blue);
}

/* combo HR/ accent line */
.theme--sand hr {
  color: var(--red);
  border: var(--red);
}

/* accent line for media/text block */

.theme--sand h2 {
  border-top-color: var(--red);

}

/* button text and border color */
.theme--sand button,
.btn {
  color: var(--blue);
  border-color: var(--red);
}

/* button arrow - might need to change the selector */
.theme--sand button::after,
.btn::after {
  color: var(--red);
}


/* styling media/text buttons, line style */
.theme--sand .is-style-outline a.wp-block-button__link {
  border-color: var(--red);
  color: var(--blue);
}




.theme--aqua {
  background-color: var(--aqua);
  color: var(--blue);
  border-color: var(--blue);
  /* for accents? */
}

.theme--aqua h1,
h2,
h3 {
  color: var(--blue);
}

/* combo HR/ accent line */
.theme--aqua hr {
  color: var(--blue);
  border: var(--blue);
}

/* accent line for media/text block */

.theme--aqua .wp-block-media-text__content h2 {
  border-top: var(--blue);

}


/* button text and border color */
.theme--aqua button,
.button {
  color: var(--blue);
  border-color: var(--greyish);
}

/* button arrow - might need to change the selector */
.theme--aqua button::after,
.button::after {
  color: var(--greyish);
}

.theme--green {}

.theme--red {}

.theme--blue {}

.theme--orange {}






/* || Elements */


button,
.button,
.btn,
a.wp-block-button__link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  border: 2px solid;
  border-radius: 30px;
  border-color: var(--aqua);
  background: var(--aqua);
  color: var(--blue);
  line-height: 1;
  padding: 10px 50px 10px 50px;
  cursor: pointer;
  transition: .3s ease;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;

  /* &:hover,
    &:active,
    &:focus {
        background: transparent;
    } */
}


/* Buttons with links - add arrow */





/* || Menu */

/* || Desktop specific */

/* || Mobile Specific */

/* || Find a Home / Donate buttons */

.ast-custom-html {
  padding-right: 0px !important;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}

.ast-custom-html a:first-of-type {
  color: var(--blue);
  background-color: var(--orange);
  margin-left: 10px;
  border: 2px solid var(--orange);
}

.ast-custom-html a:last-of-type {
  color: var(--blue);
  background: var(--aqua);
  margin-left: 10px;
  border: 2px solid var(--aqua);
}

.ast-custom-html a:first-of-type:hover {
  background: #fff;
  border: 2px solid var(--red);
}

.ast-custom-html a:last-of-type:hover {
  background: #fff;
  border: 2px solid var(--red);
}

.ast-custom-html .button {
  line-height: normal;
}


/* || Header */



/* || Footer */



/* || Buttons */

/* || Gutenberg block buttons */




/* || Built in Gutenberg blocks */

/* || Paragraph (Huge) */

/* || Quote Citation */

/* || Cover Block */

/* ||Sand */

.theme--sand .wp-block-cover__inner-container {
  max-width: 900px;
  background-color: var(--sand);
  padding: 20px 50px 50px 50px;
  border-bottom: 15px var(--red) solid;
  margin: 6vmax 12vmin 6vmax 12vmin;
}

.theme--sand .wp-block-cover__inner-container h2 {
  color: var(--blue);
}

.theme--sand .wp-block-cover__inner-container p {
  color: var(--grey-text);
  font-family: Poppins-Bold;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
}

/* || Latest Posts */

/* || Media & Text block*/

.wp-block-media-text div.wp-block-media-text__content {
  padding: 5vmax 7vmin 5vmax 7vmin;
}

.wp-block-media-text__content h2 {
  border-top: 15px solid !important;
  padding-top: 3vmin;
  font-size: 3.5em;
}

.wp-block-media-text__content p {
  font-size: 1.5em;
}


/* || Custom Gutenberg blocks */

/* || Flip Cards (ACF Block) */



/* || One-off blocks */

/* || Homepage/How We Work */
/* HWW */


.how-we-work--bg-grey {
  background-image: url(../svg/grey-bg.svg);
}

.how-we-work--bg-icon {
  background-image: url(../svg/hdc.svg);
}


/* || Homepage/Together We can Do more */
div .sand--cta .uagb-columns__inner-wrap {
  max-width: 450px;
  margin: auto;
}

@media screen and (min-width: 900px) {
  div .sand--cta .uagb-columns__inner-wrap {
    max-width: 1200px;
    display: flex;
    margin: auto;
  }

  div .sand--cta .uagb-column__inner-wrap {
    padding: 0 0 15px 15px;
  }

}

#post-5>div>div.wp-block-group.alignfull.sand--cta.has-theme-sand-color.has-theme-sand-background-color.has-text-color.has-background {
  border-top: 15px solid var(--red) !important;
}

div .sand--cta h2 {
  font-size: 49px;
  padding-top: 50px;

}

div .sand--cta h3 {
  font-size: 38px;
}

.sand--cta .wp-block-uagb-column {
  background-image: url(../png/had-sand-arrow.png);
  background-repeat: no-repeat;
  background-size: 125px;
  padding: 0px 20px 0px 75px;

}

.sand--cta .wp-block-uagb-column h3 {
  margin-top: 25px;
}

.sand--cta {

  padding-bottom: 80px;
}

.sand--cta a {
  color: var(--blue);
}

.sand--cta a:hover {
  color: var(--red);
}

.body--alert .ast-merged-advanced-header {
  margin-top: 47px;
}

.body--alert .alert-container {
  background: #f1ac49;
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  z-index: 999;
}

.body--alert.admin-bar .alert-container {
  top: 30px;
}

.body--alert .alert-container .alert__item {
  margin-bottom: 0;
  color: #1f2a4c;
  font-size: 15px;
  font-weight: 700;
}

@media screen and (max-width: 1253px) {
  .body--alert .ast-merged-advanced-header { 
    margin-top: 83px;
  }
}

@media screen and (max-width: 630px) {
  .body--alert .ast-merged-advanced-header { 
    margin-top: 115px;
  }
}

@media screen and (max-width: 439px) {
  .body--alert .ast-merged-advanced-header { 
    margin-top: 149px;
  }
}

@media screen and (max-width: 332px) {
  .body--alert .ast-merged-advanced-header { 
    margin-top: 179px;
  }
}
