/*
Theme Name: Sarasota
Author: ABM (Old)
Author URI: Not Worth It
Description: Responsive custom theme created for Sarasota Plastic Surgery
Version: 1.0
*/

/*
	Source post-css styles are located in resources/css/
	The compiled bundle is saved to `dist/css/bundle-${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).

	DEVELOPMENT.md file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle.
*/

p {  }

#wpforms-19324 .wpforms-form button[type=submit] {
    background-color: #d12f27 !important;
    padding: 4px 0px !important;
    border: none !important;
	box-shadow: none !important;
    border-radius: 10px !important;
	color: #fff !important;
}

.ScrollThisReview{
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.ScrollThisReview::-webkit-scrollbar{
width: 14px;
}

.ScrollThisReview::-webkit-scrollbar-track{
background: rgba(0, 0, 0, 0.1);
}

.ScrollThisReview::-webkit-scrollbar-thumb{
background: rgba(0, 0, 0, 0.31);
}

.btn-mobile-contact-red{
	background-color: #d12f27 !important;
	color: #fff !important;
	font-weight: 800;
}