/*
Theme Name: GBCC
Theme URI: http: //mysite.com/
Description:
Author: Louise Street Marketing
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

body .gform_wrapper .top_label .bold legend.gfield_label {
	font-weight:800 !important;
}

body .gform_wrapper .top_label .bold label {
	font-weight:500 !important;
}

.testimonial_slider .controls ul li span.pagination-switch {
	border: 1px solid #fff !important;
}

.testimonial_slider .controls ul li span.pagination-switch:hover, .testimonial_slider .controls ul li span.pagination-switch.active {
    background-color: #fff !important;
}

body.single-product div.product .product_title {
    font-size: 30px !important;
}

@media only screen and (max-width: 1000px) and (min-width: 1px)
.single-product .product_title {
    padding-right: 0!important;
    font-size: 30px !important;
}

.growimage:hover {
	transform: scale(1.05) !important;
}

.growimage {
	transition: transform 1.2s !important;
}

.whitebutton {
	color: #2d86c4 !important;
}

.sku_wrapper {
	display: none !important;
}

.div[data-style="minimal"] .toggle.open h3 a {
	font-size: 20px !important;
}

.body .div[data-style*="minimal"] .toggle h3 a {
    background-color: transparent!important;
    font-size: 20px !important;
}

.whitebutton {
	color: #2d86c4 !important;
}

#header-outer .camper-login {
	background-color:#2d86c4;
	padding: 0.5rem 0;
}

#header-outer .camper-login .container {
	display:flex;
	flex-direction:row;
	justify-content:end;
	color:#fff;
}

#header-outer .camper-login .container .col {
	display:flex;
	align-items:center;
}

#header-outer .camper-login-button {
	color:#fff !important;
	font-size:1rem;
	padding:0 10px 0 5px;
}

.camper-login .material-symbols-outlined {
      font-size: 20px; /* Adjust size as needed */
	margin-left:5px;
    }

@media (max-width:1000px) {
#header-outer .camper-login {
    margin-top: -12px;
    margin-bottom: 12px;
}
	
#header-outer .camper-login .container {
	justify-content:center;
	}
}

img.90x90 {
	width:90px !important;
	height:90px !important;
}