/*
Theme Name: Physio : Advantage Sports & Medicine Physioyherapy
Description: It is Advantage Sports & Medicine Physioyherapy Website.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive-layout, custom-menu, editor-style, featured-images
*/

.disclaimerBox {
	height: 100px;
	overflow: scroll;
	width: 100%;
    font-size: 14px;
    border: 1px solid #000;
    padding: 10px;
	box-sizing: border-box;
}

.width-3 {
	width: 52% !important;
}

.treatment-grid-category-item {
    height: 535px;
}

.treatment-grid-category-item > a > h4 {
    margin-top: -50px;
    margin-left: 20px;
    color: white;
    position: absolute;
}

.treatment-grid-category > .treatment-grid-category-item > a:hover > h4{
    color: white;
}

.treatment-grid-category > .treatment-grid-category-item > a {
    position: absolute;
}

.treatment-grid-category > .treatment-grid-category-item > a > img {
    height: 520px;
    filter: brightness(0.5);
}

.form-right > input[type="date"] {
	background: black;
	border: none;
}

@media only screen (min-width: 429px) and (max-width: 768px) {
    .treatment-grid-category > .treatment-grid-category-item > a > img {
        height: auto;
    }
}

@media screen and (max-width: 428px) {
	.treatment-grid-category-item {
		height: 30rem;
	}
	.treatment-grid-category-item > a > h4 {
		margin-left: 20px;
		color: white;
		position: relative;
	}
	.treatment-grid-category > .treatment-grid-category-item > a {
		position: relative;
	}
	.treatment-grid-category > .treatment-grid-category-item > a > img {
        height: 28rem;
    }
	
	.banner-heading h1.heading, .h1 {
		font-size: 3rem;
	}
	.section-heading h2.heading, h2 {
		font-size: 3rem;
	}
	h1 {
		font-size: 4rem;
	}
	.location-info > .wpb_wrapper > a {
		font-size: 20px;
	}
	
	.wpcf7-exclusive-checkbox > .wpcf7-list-item > label > .wpcf7-list-item-label {
		padding-left: 4px;
	}
}

.treatment-grid-category > .treatment-grid-category-item > a:hover {
    position: absolute;
    transform: scale(1.1);
	z-index: 999;
}

#textline-widget {
    bottom: 60px!Important;
    right: -20px!important;
    width: 115px!important;
    left: auto!important;
}

#textline-widget a {
    padding: 10px 20px!important;
}

#textline-widget a div {
    height: auto!important;
    line-height: 1.2!important;
}

#textline-widget a div:nth-child(2) {
    border-top: 16px solid rgb(1, 30, 255)!important;
    border-right: 18px solid transparent!important;
    bottom: -16px!Important;
    margin-left: -28px!important;
}

#textline-widget a div span {
    font-size: 14px!important;
    font-family: 'Roboto', sans-serif!important;
    display: block;
    line-height: 1.2;
}

#textline-widget > div {
    right: auto!important;
    left: -37px;
}

.grecaptcha-badge {
    bottom: 75px!important;
}

.grecaptcha-badge.textline-hidden {
    bottom: 14px!important;
}

.list-item-block .wpcf7-list-item {
    display: block;
}

.wpcf7-checkbox label input[type=checkbox], .wpcf7-radio label input[type=radio] {
    width: auto!important;
}

.wpcf7-checkbox label input[type=checkbox]::after {
    width: 20px!important;
}

.forceplate-popup .dialog-widget-content {
    padding: 20px;
    background-color: #000!important;
    height: 90vh;
}

.forceplate-popup .dialog-widget-content .dialog-close-button {
    padding: 8px;
    border-radius: 100%;
}





/*
 * NEW STYLING
*/ 

@font-face {
    font-family: 'Arial MT Pro';
    src: url('webfont/ArialMTPro-Regular.eot');
    src: url('webfont/ArialMTPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('webfont/ArialMTPro-Regular.woff2') format('woff2'),
        url('webfont/ArialMTPro-Regular.woff') format('woff'),
        url('webfont/ArialMTPro-Regular.ttf') format('truetype'),
        url('webfont/ArialMTPro-Regular.svg#ArialMTPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.forceplate-popup .dialog-widget-content .dialog-message::-webkit-scrollbar {
  width: 8px;
}
 
.forceplate-popup .dialog-widget-content .dialog-message::-webkit-scrollbar-track {
  background-color: rgba(255,255,255,0.6);
  border-radius: 4px;
}
 
.forceplate-popup .dialog-widget-content .dialog-message::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.4);
  border-radius: 4px;
}

.forceplate-popup .dialog-widget-content .dialog-message {
    max-height: calc(90vh - 40px);
}