/*
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... */ 
:root {
	--heading-1:  clamp(36px, 2.08vi + 26px, 56px);
	--heading-2: clamp(24px, 1.04vi + 19px, 34px);
	--heading-3: clamp(22px, 0.63vi + 19px, 28px);
	--fs-body: clamp(14px, 0.21vi + 13px, 16px);
	--cta-heading: clamp(26px, 3.02vi + 11.5px, 55px);
	--city-h1:  clamp(24px, 2vi + 14.4px, 40px);
	
	--orange: #f68d2e;
}

h1 {
  	font-size: var(--heading-1) !important;
	font-weight: 500;
}
h2 {
	font-size: var(--heading-2) !important;
}
h3 {
	font-size: var(--heading-3) !important;
}
h3.cta {
	font-size: var(--cta-heading) !important;
}
body {
	font-size: var(--fs-body) !important;
	line-height: 1.7;
}

h1.home-hero {
	font-size: var(--heading-2) !important;
}
.city-template-default h1 {
	font-size: var(--city-h1) !important;
}
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 400ms ease-in;
    -moz-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    transition: all 400ms 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; }

.orange-text-color {
	color: var(--orange);
}

.orange-bg-color {
    background: var(--orange);
    color: #ffffff;
    padding: 0 5px;
}
/* Gravity Form */
h2.gform_submission_error {
    font-size: 18px !important;
    line-height: 1.3 !important;
}
.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
/* Buttons */
a.fl-button, a.fl-button:visited {
	text-align: center;
}

/* 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;}

.p-relative {
    position: relative;
}
.lice-mama-icon {
	position: absolute;
	bottom: -30px;
}

.lice-mama-icon img {
  transform-origin: center;
}

.lice-mama-icon img:hover {
  animation: gentle-rotate .6s infinite ease-in-out;
}

@keyframes gentle-rotate {
  0%   { transform: rotate(0deg); }
  25%  { transform: rotate(-1.5deg); }
  50%  { transform: rotate(1.5deg); }
  75%  { transform: rotate(-1.5deg); }
  100% { transform: rotate(0deg); }
}

body .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button {
    background: #f68d2e !important;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border: 0;
    margin-top: 40px;
}

.lice-mama-icon-2 {
    position: absolute;
    bottom: 0;
    right: 30%;
}
.lice-mama-icon-3 {
    position: absolute;
    bottom: 0;
    right: 15%;
}
body .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button:hover {
	background: rgba(246, 142, 44, 0.6) !important;
}

.fl-post-grid-more {
    background: #62b5e5;
    color: #ffffff !important;
    padding: 16px 24px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #62b5e5;
	margin-top: 24px;
}

.fl-post-grid-more:hover {
	background: rgba(98, 181, 229, .8);
}
/* 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;}
	.fl-module-uabb-advanced-menu .uabb-creative-menu .sub-menu {
		box-shadow:-webkit-box-shadow: initial !important;
		-moz-box-shadow: initial !important;
		-o-box-shadow: initial !important;
		box-shadow: initial !important; 
	}
	/* Homepage */
	
	/* Innerpage */
	
	/* Footer */
}
@media(min-width: 993px) {
	
}
@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;
	}
	.lice-mama-icon {
        left: 50%;
        transform: translateX(0%);
    }
	.fl-node-yxzkt4arpg9e > .fl-row-content-wrap {
		background-position: 150% 50%;
		background-size: 70%;
	}
}
@media(max-width: 480px){
	ol.column-2, ul.column-2,
	ol.column-3, ul.column-3{
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
}
