/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* .main-navigation {
    border-top: 1px solid #ddd;
} */

body {
	overflow-x: hidden;
}

body h3 {
	margin-bottom: 10px;
}

.two-columns {
	column-count: 2;
	-webkit-column-count: 2;
	-moz-column-count: 2;
}

.three-columns {
	column-count: 3;
	-webkit-column-count: 3;
	-moz-column-count: 3;
}

.widget ul.menu li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #fff;
}

.widget ul.menu li:last-child {
    border-bottom: none;
}

.widget ul.menu li a {
    color: #fff;
}

.social-icons i {
	font-size: 2em;
}


.social-icons a {
	display: inline-block;
	padding-right: 5px;
}

hr {
    width: 85px;
    margin-left: auto;
    margin-right: auto;
	height: 4px;
}

.hours a:before {
	content: "\f017";
	font-family: FontAwesome;
	margin-right: 5px;
}

.address a:before {
	content: "\f3c5";
	font-family: FontAwesome;
	margin-right: 5px;
}

.email a:before {
	content: "\f0e0";
	font-family: FontAwesome;
	margin-right: 5px;
}

.phone a:before,
a.phone:before {
	content: "\f095";
	font-family: FontAwesome;
	margin-right: 5px;
}

.client a:before {
	content: "\f2bd";
	font-family: FontAwesome;
	margin-right: 5px;
	font-weight: 400;
}

.doctor a:before,
a.doctor:before  {
	content: "\f055";
	font-family: FontAwesome;
	margin-right: 5px;
	font-weight: 400;
}

.main-navigation .main-nav ul li.btn a {
	background-color: #28587b;
	padding: 10px 20px;
	border-radius: 50px;
	line-height: 20px;
	color: #fff;
}

.blocks h3 {
	margin-bottom: 10px;
	margin-top: 15px;
}

/* .gb-container.blocks .wp-block-image img {
    vertical-align: middle;
    margin: 20px;
    border-radius: 50%;
}

.gb-container.blocks .color .wp-block-image img {
    background: #ffffff;
}

.gb-container.blocks .white .wp-block-image img {
    background: #769D82;
} */

.physicians h3,
.physicians p {
	margin: 1rem 0rem 1rem 1rem;
}

.physicians .gb-button-wrapper {
	padding: 1rem;
	background-color: #769D82;
}

.physicians .gb-button-wrapper a {
	color: #fff !important;
}

.forms img {
	margin-bottom: 15px;
}

.icon-bg figure {
    background-color: #769d82;
    padding: 25px;
    border-radius: 50%;
}

.call {
	margin-top: 15px;
}

.call a {
	color: #fff;
}

.wp-block-button .wp-block-button__link:hover {
	color: #ddd !important;
}

.wptww-testimonials-slidelist.slick-slider {
    max-width: 750px;
    margin: 0 auto;
    background: rgba(255,255,255,0.5);
    padding: 1rem !important;
}

.wptww-testimonials-slidelist.design-1 .fa-quote-left, .wptww-testimonials-list.design-1 .fa-quote-left, .wptww-testimonials-slide-widget.design-1 .fa-quote-left {
    color: #fff;
}

.wptww-testimonials-text em:before {
    color: #fff;
}

.wptww-testimonials-text em:after {
    color: #fff;
}

.wptww-testimonials-slidelist.design-1 .slick-prev, .wptww-testimonials-slidelist.design-2 .slick-prev, .wptww-testimonials-slidelist.design-3 .slick-prev, .wptww-testimonials-slidelist.design-4 .slick-prev {
    left: -30px !important;
}

.wptww-testimonials-slidelist.design-1 .slick-next, .wptww-testimonials-slidelist.design-2 .slick-next, .wptww-testimonials-slidelist.design-3 .slick-next, .wptww-testimonials-slidelist.design-4 .slick-next {
    right: -30px !important;
}

.services-section img {
	margin-bottom: 20px;
}

.services-section {
	margin-bottom: 20px;
}

.wp-block-latest-posts__list a {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.wp-block-latest-posts.is-grid {
    margin-left: 0;
}

.schedule label span {
	color: #fff !important;
}

.wptww-testimonial-content h4 {
	display: none !important;
}

.happyforms-styles input[type=submit]:not(:hover):not(:active):not(.has-background) {
	background-color: #28587B !important;
}

.gb-container.schedule {
	margin-bottom: -20px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
    width: 100%;
}

input[type="submit"] {
	background-color: #28587B;
}

.blocks .wp-block-button__link {
	background-color: #28587b !important;
    color: #ffffff !important;
}

.margin-top-25 {
	margin-top: 25px;
}

.blue a {
	border-radius:50px !important;
	background-color:#28587b !important;
}







/* ==========================================================================
	Media Queries
   ========================================================================== */

/* ------------------------- Tablet & Smartphone ---------------------------- */

@media (max-width: 979px) {



}

@media (min-width: 768px) and (max-width: 979px) {



}

@media (max-width: 767px) {

	.services-section {
		margin-bottom: 0;
	}
	
	.services-section .wp-block-buttons {
		margin-bottom: 20px;
	}

}

@media (max-width: 480px) {
	

	
}

@media (max-width: 360px) {
	


}

/* ------------------------- Desktop & Widescreen --------------------------- */

@media (min-width: 980px) { 



}

@media (min-width: 1200px) {



}



