/**
Theme Name: Savannah
Author: Jason Cyr Design
Author URI: http://jasoncyrdesign.com
Description: Child theme for Sally Litchfield
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: savannah
Template: astra
*/

/*-----------------[Jason Cyr Design Customizations]------------------------*/

/*------------------------------------*\
    CONTENTS
\*------------------------------------*/
/*NOTES*/
/*------------------------------------*\
    $NAVIGATION
\*------------------------------------*/
/*notes*/

/*------------------------------------*\
    $CONTAINER MODIFICATIONS
\*------------------------------------*/
/*notes*/

/*------------------------------------*\
    $GLOBAL STYLING
\*------------------------------------*/
/*remove archive title*/
.ast-separate-container .ast-archive-description {
    display: none;
}

/*hover transition styles*/
button:focus, .menu-toggle:hover, button:hover, .ast-button:hover, .button:hover, input[type=reset]:hover, input[type=reset]:focus, input#submit:hover, input#submit:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    transition: all .2s linear;
}

/*------------------------------------*\
    $TYPOGRAPHY
\*------------------------------------*/


/*------------------------------------*\
    $CONTENT PAGE
\*------------------------------------*/
/*notes*/

/*------------------------------------*\
    $PLUGIN STYLING
\*------------------------------------*/
/*notes*/

/*------------------------------------*\
    $SIDEBARS
\*------------------------------------*/
/*remove padding for bb modules used in sidebar*/
.sidebar-main .fl-builder-module-template {
    padding: 0px;
}

/*styling for popular posts widget*/
.wpp-cardview li .wpp-excerpt {
    font-size: 16px;
}

/*------------------------------------*\
    $FOOTER
\*------------------------------------*/
/*notes*/