/*
Theme Name: Private Dental Alliance
Description: Private Dental Alliance
Author:
Author URI:
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.rate {
    padding: 0 10px 0 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:50px;
    color: #fff;
    text-stroke: 2px rgba(0, 0, 0, 0.4);
    -webkit-text-stroke: 2px rgba(0, 0, 0, 0.4);
    margin-right: 10px;
}
.rate.enabled:not(:checked) > label {
    text-stroke: 2px rgba(0, 0, 0, 0.8);
    -webkit-text-stroke: 2px rgba(0, 0, 0, 0.8);
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;
}
.rate.enabled:not(:checked) > label:hover,
.rate.enabled:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.rate.enabled > input:checked + label:hover,
.rate.enabled > input:checked + label:hover ~ label,
.rate.enabled > input:checked ~ label:hover,
.rate.enabled > input:checked ~ label:hover ~ label,
.rate.enabled > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

.glsr-reviews {
    grid-template-columns: 1fr 1fr 1fr;
}

.glsr-review {
    border: 1px solid #2a2e34;
    padding: 20px;
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
}

.glsr-review .glsr-review-date {
    display: none !important;
}

.cm-reviews-col .wp-block-button button {
    margin-top: 20px !important;
}

.glsr-review-form input::placeholder, .glsr-review-form textarea::placeholder {
    color: #949494;
    opacity: 1;
}
.glsr-review-form textarea{
    padding: 10px 15px;
}
.cm-hs-pda-sle-form .form-columns-2 {
	max-width: 100% !important;
	margin-bottom: 25px !important;
}
.cm-hs-pda-sle-form .form-columns-2 > .hs-form-field {
    padding-right: 25px;
}
.cm-hs-pda-sle-form .form-columns-1 {
	max-width: 50% !important;
	margin-bottom: 25px !important;
	float: left;
    padding-right: 25px;
	margin-top: -190px;
}
.cm-hs-pda-sle-form .form-columns-1 .legal-consent-container {
	font-size: 14px;
}
.cm-hs-pda-sle-form input[type=text], .cm-hs-pda-sle-form input[type=email], .cm-hs-pda-sle-form textarea {
	border: 1px solid #938d7a;
    border-radius: 14px;
}
.cm-hs-pda-sle-form input[type=text]::placeholder, .cm-hs-pda-sle-form input[type=email]::placeholder, .cm-hs-pda-sle-form textarea::placeholder {
	color: #7c7c7c;
}
.cm-hs-pda-sle-form input.hs-button.primary.large {
	padding: 15px 150px;
}
.cm-hs-pda-sle-form textarea {
	padding: 10px 15px 0px;
    width: 100%;
	height: 250px;
}
.free-coaching{
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	padding: 7px 0;
}
@media screen and (max-width: 1024px) {
    .rate:not(:checked) > label {
        font-size: 44px;
    }
    .glsr-reviews {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 768px) {
    .glsr-reviews {
        grid-template-columns: 1fr;
    }
	.cm-hs-pda-sle-form form {
		display: flex;
    	flex-direction: column;
	}
	.cm-hs-pda-sle-form .form-columns-2 {
		margin-bottom: 0 !important;
	}
	.cm-hs-pda-sle-form .form-columns-2 .hs-form-field {
		width: 100% !important;
    	margin-bottom: 15px;
		padding-right: 0;
	}
	.cm-hs-pda-sle-form .form-columns-1 {
		max-width: 100% !important;
		padding-right: 0;
		margin-top: 0;
	}
	.cm-hs-pda-sle-form input.hs-button.primary.large {
    	padding: 15px 75px;
	}
	.cm-hs-pda-sle-heading .imageframe-2 img {
		width: 200px;
	}
}
@media screen and (max-width: 500px){
    .rate:not(:checked) > label {
        font-size: 40px;
        margin-right: 5px;
    }
}

