/**
Theme Name: astra child
Author: Randy Caruso
Author URI: https://randycaruso.com
Description: faste
Version: 1
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
*/


/* Control the height of teh banner / featured image on home and ogther pages */
.home .ast-single-post-featured-section.post-thumb.ast-article-image-container--full {
  max-height: 360px;
  overflow: hidden;
}


.ast-single-post-featured-section.post-thumb.ast-article-image-container--full {
  max-height: 250px;
  overflow: hidden;
}

a {text-decoration: none !important;}



footer, footer a, .ast-footer-copyright {color:white !important; }

.intro a {font-size: 32px !important; padding-top: 30px !important; display:block;}


@media (max-width: 767px) {
    .ast-button-wrap {margin-top: -30px !important;}

    .site-branding{margin-top: 10px !important;}

    .ast-header-html p {font-size: 26px; margin: 0px auto -30px auto !important;  }

    footer p, footer p a, .ast-footer-copyright p {text-align: center !important;  } 
footer {margin-top: 40px;}

.has-large-font-size {line-height: 1.1;}
}


@media (max-width: 767px) {

#ast-mobile-header .ast-builder-html-element { margin-top: -32px; }
}
@media (min-width: 1200px) {
  .ast-plain-container.ast-no-sidebar #primary {
    margin-top: 0px;
    margin-bottom: 60px;
  }
}