
/*
              @@@                              @@@                              @@@@@              
           @@   @                          @@@   @                          @@@   @@@@@@           
       @@       @                       @@       @                       @@       @@@@@@@@@@       
   @@#          @                   @@/          @                   @@*          @@@@@@@@@@@@@@   
@@              @               @@@              @               @@&              @@@@@@@@@@@@@@@@@
@ @@%           @           @@@@@& @@(           @           @@@@@( @@/           @@@@@@@@@@@@@@@  
@     @@.       @        @@@@@@@@&     @@        @        @@@@@@@@(     @@        @@@@@@@@@@@      
@         @@    @    @@@@@@@@@@@@&         @@    @    @@@@@@@@@@@@(         @@    @@@@@@@          
@            ,@@@@@@@@@@@@@@@@@@@&            /@@@@@@@@@@@@@@@@@@@(            #@@@@@@             
@            &@@@@@@@@@@@@@@@@@@@&            @@@@@@@@@@@@@@@@@@@@(            @@@@@@@             
@        ,@@    @    @@@@@@@@@@@@&        /@@    @    @@@@@@@@@@@@(        #@@    @@@@@@@@         
@     @@        @        @@@@@@@@&     @@        @        @@@@@@@@(     @@        @@@@@@@@@@@      
@ @@.           @            @@@@& @@            @            @@@@( @@            @@@@@@@@@@@@@@@  
@@              @               @@@              @               @@@              @@@@@@@@@@@@@@@@@
@  &@@          @               @&  @@@          @               @(  @@@          @@@@@@@@@@@@@@   
@      @@%      @               @&      @@(      @               @(      @@*      @@@@@@@@@@       
@          @@.  @               @&          @@   @               @(          @@   @@@@@@           
@              @@               @&              @@               @(              @@@               
@           @@@                 @&           @@                  @(           @@                   
@       @@@                     @&       @@@                     @(       @@@                      
@   #@@                         @&   &@@                         @(   @@@                          
@@@                             @@@@                             @%@@                              
*/
/*!
Theme Name: State Street Brats
Theme URI: https://knockknockbang.com/
Author: Knock Knock Bang
Author URI: https://knockknockbang.com
Description: Custom theme built on underscores and Google Material Design
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: state-street-brats
Tags: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

State Street Brats is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/




/**
 * Brat Buttons
 * Wednesday, February 26, 2020 @ 7:41 PM
 */

.bratton a {
	
	border-radius: 0;
	    position: relative;
	    padding: 2rem;
	    overflow: visible;
	    background-image: url(img/bratton.svg);
	    background-position: center;
	    background-repeat: no-repeat;
/*	-webkit-mask-image: url(img/bratton.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	-webkit-mask-size: contain;*/
	background-color: #ffffff !important;

	transition: all 0.3s;
}


.site-main {
	overflow: hidden;
}

/*.entry-content > .alignfull {
	margin-left: -9%;
	width: 118%;
}*/

/*ul.browser-default {
	padding-left: 1.5rem;
}*/

/*@media screen and (min-width: 600px) {
	.entry-content > .alignwide {
		margin-left: -10%;
		width: 120%;
	}

	.entry-content > .alignfull {
		margin-left: -18%;
		width: 136%;
	}
}*/

	
	.entry-content > .alignfull {
		margin-left  : calc( -100vw / 2 + 100% / 2 );
		margin-right : calc( -100vw / 2 + 100% / 2 );
		max-width    : 100vw;
	}

    @media screen and (min-width: 994px) {
    	
    	.entry-content > .alignfull > .alignwide,
    	.entry-content > .alignwide {
    		margin-left  : -80px;
    		margin-right : -80px;
    	}


    	.entry-content > .alignfull {
    		margin-left  : calc( (-100vw + 300px) / 2 + 100% / 2 );
    		margin-right : calc( (-100vw + 300px) / 2 + 100% / 2 );
    		max-width    : 100vw;
    	}
    }
    
    .alignfull img {
    	width: 100vw;
    }

    .entry-content > .alignfull.has-background {
    	padding: 0.4rem 2rem;
    }


.bratton a::after {
	transition: all 0.3s;
	overflow: visible;
	    background-image: url(img/brat-shadow.svg);
	    width: 100%;
	    height: 30px;
	    position: absolute;
	    content: '';
	    background-position: center center;
	    background-repeat: no-repeat;
	    left: 0;
	    bottom: -10px;
	    opacity: 0.3;
}

.bratton a:hover {
	transform: translateY(-2px);
}
.bratton a:hover::after {
	transform: translateY(5px);
	opacity: 0.1;
	height: 20px;
}





form label {
	color: inherit;
}

.card-list-options {
	border: 3px solid #1f1f1f;
	border-radius: 6px;
	padding: 2rem;
	margin: 2rem 0;
}
.gform_wrapper li.gsection {
	border-bottom: 3px solid #1f1f1f;
}


.card-list-options ul {
	padding-left: 1.5rem;
	list-style-type: disc;
}


.is-eyebrow {
	margin-bottom: 0;
	font-weight: bold;
}
.has-eyebrow {
	margin-top: 0rem;
}


.gform_wrapper .gform_body li.gfield {
	margin-bottom: 3rem;
}
.gform_wrapper .gform_body li.gfield a {
	text-decoration: underline;
}

.hide-product-label .ginput_product_price_label {
	display: none;
}
.gfield-regular-color span.ginput_product_price {
	color: inherit;
}


.text-heavy {
	font-weight: 900;
}



.fig-hover {
	overflow: hidden;
}



.stack-grid-mobile,
.grid-on-med-and-up {
	display: grid;
}
@media screen and (max-width: 500px) {
	.stack-grid-mobile,
	.grid-on-med-and-up {
		display: block;
	}

	.fig-hover {
		max-height: 350px; display: grid; align-content: center;
	}
}


.fig-hover img {
	transition: transform 0.4s;
}

.fig-hover:hover img {
	transform: scale(1.02);
}

.well.callout {
	padding: 10px 24px;
    font-size: 2rem;
    border: 3px solid black;
    border-radius: 8px;
}

.datepicker-footer .confirmation-btns button.datepicker-today,
button.datepicker-clear {
	display: none !important;
}

.datepicker-done {
	    color: white;
	    background: #60b560;
	    margin: 10px;
	    padding: 0px 26px;
}