/*
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 {
	--purple-color: #583B69;
	--teal-color: #6BBDB5;
	--yellow-color: #F99F39;
	--black-color: #212529;
	--fs-heading-1: clamp(1.88rem, 3.29vi + 1.05rem, 5rem);
}

.fs-heading-1 h1, h1 {
	font-size: var(--fs-heading-1) !important;
}
.text-purple-color {
	color: var(--purple-color) !important;
}
.text-yellow-color {
	color: var(--yellow-color) !important;
}
.text-teal-color {
	color: var(--teal-color) !important;
}
.text-underline {
    text-decoration: underline !important;
}
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; }
ul {
	padding-inline-start: 30px;
}
.single-post h2 {
    font-size: 24px;
}
.single-post h3 {
	font-size: 20px;
}
/* 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;}

.registered-mark {
    font-size: 30px !important;
    position: relative;
    top: -20px;
}
/* Gravity Forms */
.fl-module-pp-gravity-form .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
    border: 0 !important;
    border-bottom: 1px solid #c02b0a !important;
}
.fl-module-pp-gravity-form .gform_wrapper.gravity-theme .gform_validation_errors {
    background: #fff9f9;
    border: 1.5px solid #c02b0a !important;
    padding: 16px 16px 16px 48px !important;
}
.fl-module-pp-gravity-form .gform_wrapper.gravity-theme .gform_validation_errors>h2.hide_summary {
    font-weight: 700;
}
.pp-gf-content .gform_wrapper .gform_body {
    margin-bottom: 30px;
}
.fl-module-pp-gravity-form .gform_wrapper.gravity-theme .gfield_label {
    margin-left: 20px;
    margin-bottom: 0;
    line-height: 1;
}

.fl-builder-content .fl-module-button .fl-button-wrap a.fl-button {
    padding-top: 15px;
    padding-bottom: 15px;
}
/* Header */
.menu-btn a {
	display: inline-block;
	background: var(--yellow-color) !important;
    border: 2px solid var(--yellow-color);
    border-radius: 12px;
	font-weight: 700;
	color: #ffffff !important;
	padding: 15px 35px !important;
}
.menu-btn a:hover {
	background: none !important;
	color: var(--yellow-color) !important;
}
.menu-btn a span {
	 color: #ffffff !important;
}
.menu-btn a:hover span {
	 color: var(--yellow-color) !important;
}
.header-menu .uabb-creative-menu .menu > li.menu-btn {
	margin-left: 20px;
}
a.text-underline {
	text-decoration: underline !important;
}

.list-dashed-border .uabb-info-list-wrapper .uabb-info-list-item {
	padding-top: 10px;
}
.list-dashed-border .uabb-info-list-item:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background-image: linear-gradient(90deg, #583b69, #583b69 75%, transparent 75%, transparent 100%);
    background-size: 15px 1px;
    border: none;
    top: 0;
    left: 0;
}
.list-dashed-border .uabb-info-list-item:last-child:after {
	content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background-image: linear-gradient(90deg, #583b69, #583b69 75%, transparent 75%, transparent 100%);
    background-size: 15px 1px;
    border: none;
    bottom: -10px;
    left: 0;
}
/* Homepage */

/* About Us */
.team-grid .pp-testimonial .pp-testimonials-image img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.uabb-progress-value {
    display: none !important;
}

/* Help */
.pp-testimonial .pp-testimonials-image img {
	margin-bottom: 0 !important;
}

/* Blog */
.pb-post-container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.pb-post-image {
    width: 45%;
}
.pb-post-content {
    width: 55%;
	padding: 20px 40px;
}
.pb-post-image img {
    aspect-ratio: 4/3;
    object-fit: cover;
    margin: 0;
	border-radius: 15px;
}
.pb-post-content h2 {
    font-size: 28px;
    margin: 10px 0;
}
.pb-post-content p {
    font-size: 20px;
    margin: 30px 0;
}
.pb-post-footer {
    display: flex;
    flex-wrap: wrap;
	align-items: center;
    justify-content: space-between;
}
.pb-post-link a {
    display: flex;
    align-items: center;
    font-weight: 600;
}
.pb-post-link a i {
    font-size: 30px;
    margin-left: 15px;
}
.pp-post-filter[data-term="uncategorized"] {
    display: none;
}

.fl-module-pp-content-grid .pp-content-grid-load-more a {
	font-weight: 700;
}
.fl-module-pp-content-grid .pp-content-grid-load-more {
	margin-top: 60px;
}
/* Footer */

.mobile-btn {
	display: none !important; 
}
.mobile-btn span {
    display: inline;
    padding: 10px 20px;
    background: #f99f39;
    border-radius: 5px;
}
.mobile-btn span:hover {
	background: #6bbdb5 !important;
	color: #ffffff !important;
}

/*** 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;
	}
	.pb-post-container {
		flex-direction: column;
	}
	.pb-post-image {
		width: 100%;
	}
	.pb-post-content {
		width: 100%;
		padding: 20px 0;
	}
	.pb-post-content h2 {
		font-size: 24px;
	}
	.pb-post-content p {
		font-size: 18px;
	}
	.mobile-btn {
	display: block !important; 
}
}
@media(max-width: 480px){
	ol.column-2, ul.column-2,
	ol.column-3, ul.column-3{
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
}
