/* Header */
.cta-no-padding .locations, .header_home .locations {
    padding: 0;
}
.cta-no-padding .locations .location__setting-title, .header_home .locations .location__setting-title {
    display: none;
}
.header_home .locations .location__email p {
    margin: 0;
}
.cta-no-padding .col-lg-2.col-sm-12, .header_home .col-lg-2.col-sm-12 {
    padding-left: 0;
}
.cta-no-padding .locations .location__email a,
.header_home .locations .location__email a {
    color: #ff7f00;
    text-decoration: none;
}
.location__email p a:before {
    display: inline-block;
    font: normal normal normal 14px/1 font-awesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f003";
    margin-right: 4px;
}

/* Testimonials */
.wrap_testimonials{
    box-shadow:3px 1px 19px -3px rgba(0,0,0,.75);
    -webkit-box-shadow:3px 1px 19px -3px rgba(0,0,0,.75);
    -moz-box-shadow:3px 1px 19px -3px rgba(0,0,0,.75);
    width:95%;
    margin:25px;
}
.wrap_testimonials_inner{
    margin:0 atuo;
    padding:15px 35px 35px;
    background:rgba(255,255,255,.5);
    text-align:center;
}
.wrap_testimonials_inner h1{
    text-transform:uppercase;
}

/* Form */
.contact-us-im h1.cta-a__title.component__title {
    margin: 0;
    padding: 0;
}
.contact-us-im h4.cta-a__subtitle.component__subtitle {
    margin: 5px 0 0;
}

/*=========PODIATRY VIDEOS CSS --------*/
.three_column_widget .columns {
	display: flex;
}
.three_column_widget .column {
	width: 33.33%;
	text-align: center;
	padding: 0 40px;
}
 
.three_column_widget .img_box img {
	width: 100%;
	max-width: max-content;
	border: 1px solid #444;
}
.three_column_widget .column_title:not(:first-child) {
	margin: 0 0 50px;
}
/* Blog */
.section--light .blog-post__title {
    color: #1e4865 !important;
}
/* Media */
@media (min-width: 992px) {
    .cta-no-padding .col-lg-2.col-sm-12, .header_home .col-lg-2.col-sm-12 {
        -ms-flex: 0 0 340px;
        flex: 0 0 340px;
        max-width: 340px;
    }
    .cta-no-padding .col-lg-4.col-sm-12, .header_home .col-lg-4.col-sm-12 {
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        max-width: 300px;
    }
    .cta-no-padding .col-lg-6.col-sm-12, .header_home .col-lg-6.col-sm-12 {
        -ms-flex: 0 0 calc(100% - 640px);
        flex: 0 0 calc(100% - 640px);
        max-width: calc(100% - 640px);
    }
}
@media(max-width: 991px) {
    .cta-no-padding .col-lg-2.col-sm-12, .header_home .col-lg-2.col-sm-12,
    .cta-no-padding .col-lg-4.col-sm-12, .header_home .col-lg-4.col-sm-12,
    .cta-no-padding .col-lg-6.col-sm-12, .header_home .col-lg-6.col-sm-12 {
        padding: 10px 0 !important;
    }
    .cta-no-padding .row.location__contacts-wrapper,
    .header_home .row.location__contacts-wrapper {
        justify-content: center;
    }
    .cta-no-padding .locations .location__email,
    .header_home .locations .location__email {
        text-align: center;
    }
}
@media(max-width:767px){
    .three_column_widget .columns {
		flex-direction: column;
	}
	.three_column_widget .column {
		width: 100%;
	}
}
