/**
Theme Name: Bandora Girl
Author: JAB Web Design
Author URI: https://www.jamesbenavides.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.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bandora-girl
Template: astra
*/


/* fontawesome social - install Fontawesome plugin */
.awd-social a { font-size: 24px; transition: .4s ease-out; }
.awd-social a:hover { transition: .4s ease-out; }
ul.social-list { display: flex; margin: 0; padding: 0; list-style-type: none; justify-content: flex-start; }
.social-item:not(:last-child) { margin-right: 45px; }
.site-footer .social-item:not(:last-child) { margin-right: 45px; }

/* custom lists */
.two-column-list { column-count: 2; column-gap: 5em; }
.three-column-list { column-count: 3; column-gap: 3em; }
.four-column-list { column-count: 4; column-gap: 2em; }
.five-column-list { column-count: 3; column-gap: 2em; }
.six-column-list { column-count: 4; column-gap: 2em; }
.two-column-list li, .three-column-list li, .four-column-list li, .five-column-list li, .six-column-list li { -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; }


/* general */
.wp-block-buttons .wp-block-button .wp-block-button__link {
    min-width: 190px;
    text-align: center;
}
/* gravity forms */
body img.gform_ajax_spinner { display: none !important; }
body .gform_wrapper input[type='text'], body .gform_wrapper input[type='email'], body .gform_wrapper input[type='tel'], body .gform_wrapper textarea { margin-bottom: 10px !important; padding: 10px 7px 10px 15px !important; color: #1d0020; border: 0; border-bottom: 3px solid var(--ast-global-color-0); background: rgba(247, 249, 250, .6); -webkit-box-shadow: inset 1px 1px #efefef; box-shadow: inset 1px 1px #efefef; }
.ginput_container.ginput_recaptcha { margin-top: 10px; margin-bottom: 15px; }
.gform_wrapper input:not([type='submit']):focus, .gform_wrapper select:focus, .gform_wrapper textarea:focus { color: #000; border-color: #000; outline: 0; background: rgba(255, 255, 255, .4); -webkit-box-shadow: none; box-shadow: none; }
.button.gform_button_select_files { font-size: 12px; padding: 12px 20px; text-transform: uppercase; }
.gform_button.button { min-width: 200px; }
.gform_confirmation_wrapper .gform_confirmation_message { margin: 35px auto; padding: 15% 30px; text-align: center; }
.gform_confirmation_wrapper .gform_confirmation_message h3 { font-size: 32px; line-height: 1.3; margin-bottom: 5px; padding-bottom: 0; }
.gform_confirmation_wrapper .gform_confirmation_message p:last-child { font-size: 18px; margin-bottom: 0; }

/* footer */
.site-footer .widget_block {
    margin-bottom: 15px;
}

/* sidebar */
.sidebar-main .wp-block-group {
    padding-top: 0;
    padding-bottom: 25px;
}
.sidebar-main .widget_block {
    margin-bottom: 25px;
}
@media screen and (max-width: 921px) {
    .site-footer ul.social-list {
    justify-content: center;
}

}