/*
Theme Name: Push Button Child Theme
Theme URI: https://thinkpb.com
Version: 1.0
Description: Push Button Web Design theme framework.
Author: Push Button Web Design
Author URI: https://thinkpb.com
template: bb-theme
*/

/* Add your custom styles here... */ 
html {font-size: 100% !important;}
h1, h2, h3, h4, h5, h6{margin-top: 0;}
p{margin-bottom: 20px;}
p:last-child{margin-bottom: 0;}
a {outline: none;text-decoration: none;}
a, a:before, a:after {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
a:hover {text-decoration: underline;}
a, a:link, a:hover, a:active, a:focus, a:visited:link {
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
::-webkit-input-placeholder { opacity: 1; } /* Chrome/Opera/Safari */
::-moz-placeholder { opacity: 1; } /* firefox 19+ */
:-ms-input-placeholder { opacity: 1; filter:alpha(opacity=100); } /* IE 10+ */
input:-moz-placeholder { opacity: 1; }

/* Gravity Form */
textarea{padding: 20px !important;}
div.gform_wrapper .gform_footer{display: block !important;}
div.gform_wrapper .gform_button{
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}
div.gform_wrapper .gsection_title{margin-bottom: 0;}
div.gform_wrapper .gfield_label{border: 0;line-height: 1 !important;}

/* Buttons */
.uabb-button,
.fl-button{
	position: relative;
	min-width: 220px;
	text-align: center;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 56px !important;
	letter-spacing: 1px;
	padding: 0 20px !important;
	border: 0 !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}

/* Useful Classes */
.md-show{display: none !important;}
.sm-show{display: none !important;}
.list-none{list-style: none;padding: 0;}
ol.column-2, ul.column-2{
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}
ol.column-3, ul.column-3{
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
}
ol.column-2 li, ul.column-2 li,
ol.column-3 li, ul.column-3 li{padding-right: 20px;}

/* Header */
.menu-button a{
	background-color: #3e7664;
	font-weight: 700 !important;
	padding: 0 20px !important;
	display: inline-block;
	letter-spacing: 1px;
	line-height: 56px;
	min-width: 260px;
	text-align: center;
}
.menu-button a span{color: #fff !important;}
.menu-button a:hover{background-color: #000000;}

/* Homepage */

/* Footer */


/*** Responsive Styles ***/
@media(max-width: 1400px){}
@media(max-width: 1200px){}
@media(min-width: 1201px) and (max-width: 1400px){}
@media(max-width: 992px){
	/* Useful Classes */
	.md-show{display: block !important;}
	.md-br-none br{display: none !important;}
	
	/* Homepage */
	
	/* Innerpage */
	
	/* Footer */
}
@media(max-width: 768px){
	/* Useful Classes */
	.sm-show{display: block !important;}
	ol.column-3, ul.column-3{
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
}
@media(max-width: 480px){
	ol.column-2, ul.column-2,
	ol.column-3, ul.column-3{
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
}
