/**
Theme Name: Astra Child
Author: Brainstorm Force
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.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
*/


/*  MICROTHEMER STYLES  */

.uabb-blog-posts .uabb-post-grid-4 {
    min-height: 450px !important;
}

/*= General =================== */

/** General >> X recent posts date **/
.x-recent-posts-date {
    color: rgb(255, 255, 255) !important;
}

/** General >> H widget **/
.h-widget {
    color: rgb(6, 156, 174) !important;
}

/** General >> Textwidget paragraph **/
.textwidget p {
    color: rgb(5, 155, 173) !important;
    font-weight: 700 !important;
}

/** General >> Form div **/
.Form div {
    color: rgb(5, 155, 173) !important;
}

/** General >> Header logo image **/
#header-logo img {
    max-width: 250px !important;
}

/** General >> Happy banner text **/
#happy-banner-text {
    background-image: url("https://sharedadventures.org/wp-content/uploads/2017/04/happy-banner-homepage.png");
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    height: 72px !important;
}

/** General >> Footer fl heading text **/

footer .fl-heading-text {
    color: #118daa !important;
}

.ctct-embed-signup {
    /* color:#9EC7CC;  */
    color:#000000;
    /* color: #202CCC; */
    text-shadow: none;
}

#success_message {
    display:none;
    font-size: 200%;
    text-align: left;
    background-color: #3a6082;
    padding: 20px;
}

.ctct-form-required {
    color: #118daa;
}

p .ctct-form-footer {
    margin-top: 2.5em;
    color: #202ccc;
    font-size: 85%;
    line-height: 1.1;
    font-style: italic;
}

.ctct-custom-form Form {
    color: #118daa;
}
/** General >>
footer .fl-module-html{
	font-family: sans-serif !important;
	color: rgb(4, 4, 4) !important;
}
**/

/* Our Adventures */

/*( Large Desktop )*/
@media (min-width: 1200px) {

    /*= General =================== */

    /** General >> Header logo image **/
    #header-logo img {
        max-width: 250px !important;
    }


}


/*( Desktop & Tablet )*/
@media (min-width: 768px) and (max-width: 979px) {

    /*= General =================== */

    /** General >> Header logo image **/
    #header-logo img {
        max-width: 200px !important;
    }

    /** General >> Happy banner text **/
    #happy-banner-text {
        background-image: url("https://sharedadventures.mamp/wp-content/uploads/2017/04/happy-banner-homepage.png") !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
        height: 1.5px em !important;
    }


}


/*( Tablet & Phone )*/
@media (max-width: 767px) {

    /*= General =================== */

    /** General >> Header logo image **/
    #header-logo img {
        max-width: 150px !important;
    }


}


/*( Phone )*/
@media (max-width: 480px) {

    /*= General =================== */

    /** General >> Header logo image **/
    #header-logo img {
        max-width: 100px !important;
    }


}

