/*
Theme Name: inspiry-medicalpress-child
Description: Child theme for MedicalPress
Author: Vali Badea
Template: inspiry-medicalpress
*/

/* write custom css */

#main-footer .widget p {
    margin-bottom: 10px;
}


.address-area .col-lg-6.col-md-6.col-sm-12 {

    width:100%;
}

.address-area .col-lg-6.col-md-6.col-sm-12 address .my-business-hours {
    float:left;
    width:45%;
}

.address-area .col-lg-6.col-md-6.col-sm-12 address .my-business-hours:first-child{
    width:55%;
}

.address-area .col-lg-6.col-md-6.col-sm-12 address .my-business-hours p {
    text-align: left;
}

.blueMe {
    color:#67c9e0 !important;
}

.home-slider .slide-content h1:after {
    display:none;
}

.home-slider .slide-content .btn {
    background-color:#67c9e0;
}

.home-slider .slide-content{
    width:50%;
}

.features-var-two .single-feature .feature-border {
    display:none;
}

.contact-page  .containermap{
    float:left;
    padding-top: 40px;
}
.contact-page  .row .containermap:first-child{
    margin-left: 0%;
}
.contact-page #map-canvas{
        display: none;
}
.contact-page select {
    border: 1px solid #dcdee4;
    padding: 3px;
    background-color: #fff;
    width: 100%;
    margin-bottom: 25px;
}

.related-gallery-items{
    display: none;
}
.services-page figure{
    padding-top: 20px;
}

.services-page .three-col-service {
    text-align: center;
}
.services-page h4{
    align-items: center;
}

.gallery-single #carousel {
    bottom: -100px;
}
.postid-600 .flex-active-slide img{
    display: none;
}
.postid-605 .flex-active-slide img{
    display: none;
}
.postid-606 .flex-active-slide img{
    display: none;
}
@media (min-width: 600px){
.postid-600 .col-lg-5 {
    width: 100%;
}
.postid-605 .col-lg-5 {
    width: 100%;
}
.postid-606 .col-lg-5 {
    width: 100%;
}
}
@media (max-width: 769px){
.isotope-item {
    z-index: 2;
    width: 50%;
    text-align: center;
    margin: 0 auto;
    display: block;
}
}

/*
for services : blog-page default-page service-page
.contact-page .col-lg-5.col-md-5.col-sm-6{
    float:right;
}
.contact-page .col-lg-6.col-md-6.col-sm-6.col-lg-offset-1.col-md-offset-1{
    float: left;
    margin: 0%;
}

.contact-page .contact-align{
    float:right;
    margin:0%;
    display:inline-block;
}

*/