/* Screen */
/* Maps */
#st-sidebar{
    float: right;
    display: inline;
    width: 210px;
    position: relative;
    margin-right: -25px;
    border-left: solid 1px #CCC;
    padding: 0 8px;
    font-size: 12px;
    line-height: 18px;
    color: #666;
    padding-bottom: 0px;
}
.st-thumb{
    float:left;
    margin:0 10px 10px 0;
}
.st-thumb img{
    margin:0;

}
#st-thumbnail{
    padding:0 0 20px 0px;
}
#st-thumbnail img{
    border: 3px solid #E1E7EC;
    width:95%;
    max-width:95%;
    height:auto;
    margin:0;
    padding:0;
}
.locations-location-map .dropdown-title {
    display: none;
}
.st-map-sidebar p{
    margin:0 0 15px 0;
}
.st-map-sidebar{
    float: left;
    display: inline;
    width: 200px;
    font-family: "myriad-pro",sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.st-map-sidebar ul li{
    list-style: none;
    font-size: 15px;
    text-align: left;
}
.st-map-content h3{
    font-size: 25px;
    font-weight: bold;
}
.st-map-content ul li{
    list-style: none;
    font-size: 15px;
    text-align: left;
}
#st-single .locations-location-map, #st-single .socialize-in-content{
    display: none;
}
.st-content{
    float:left;
    width:500px;
}
#st-single #st-thumbnail{
    width:150px;
    float:left;
    margin:0 15px 15px 0;
}
#st-single .main-side{
    font-size: 14px;
}
#st-single .st-title{
    color:#a4207a !important;
    font-weight: bold;
    font-size: 16px;
    padding:0;
    margin:0;
}
    #st-single .st-title a{
        color:#a4207a !important;
    }
#st-single hr{
    width:100%;
    margin: 0 auto;
    border: none;
    border-top:1px dashed #c0c1c2;
    height:1px;
    display: block;
    background: none;
    margin:10px 0 10px 0;
}
#st-single address{
    font-size: 14px;
}
.st-emergency{
    font-size: 14px;
    color:#666;
}
    .st-emergency span{
        color: red;
        font-weight:bold;

    }
#st-appointments .main-side, #map-single .main-side, #st-map .main-side, #st-single .main-side{
    padding-left:5px;
}
#st-appointments #map-buttons a img{
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    /* IE 5-7 */
    filter: alpha(opacity=80);
    /* Netscape */
    -moz-opacity: 0.8;
    /* Safari 1.x */
    -khtml-opacity: 0.8;
    /* Good browsers */
    opacity: 0.8;
}
        #st-appointments #map-buttons a img:hover{
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        /* IE 5-7 */
        filter: alpha(opacity=100);
        /* Netscape */
        -moz-opacity: 1;
        /* Safari 1.x */
        -khtml-opacity: 1;
        /* Good browsers */
        opacity: 1;
    }
#map-single .st-schedule,
#st-map .st-schedule,
#st-single .st-schedule{
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 5-7 */
    filter: alpha(opacity=50);
    /* Netscape */
    -moz-opacity: 0.5;
    /* Safari 1.x */
    -khtml-opacity: 0.5;
    /* Good browsers */
    opacity: 0.5;
}
#map-single .st-refer,
#st-map .st-refer,
#st-single .st-refer{
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1.0;
    /* Safari 1.x */
    -khtml-opacity: 1.0;
    /* Good browsers */
    opacity: 1.0;
}
    #map-single .st-schedule:hover,
    #st-map .st-schedule:hover,
    #st-single .st-schedule:hover,
    #map-single .st-refer:hover,
    #st-map .st-refer:hover,
    #st-single .st-refer:hover,
    #map-single .st-find:hover,
    #st-map .st-find:hover,
    #st-single .st-find:hover{
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        /* IE 5-7 */
        filter: alpha(opacity=70);
        /* Netscape */
        -moz-opacity: 0.70;
        /* Safari 1.x */
        -khtml-opacity: 0.70;
        /* Good browsers */
        opacity: 0.70;
        }
#st-appointments h3, #map-single h3, #st-map h3, #st-single h3{
    font-size: 25px;
}
#map-buttons img{
    margin:0;
}
    .col-2-4{
        width:50%;
        float:left;
        position: relative;
        min-height: 100px;
    }
    .st-action{
        width:212px;
        height:60px;
        background: url(../images/doctor-action.jpg) no-repeat;
        position: relative;
        float: right;
        margin:0 0 5px 0;
    }
        .st-action .st-view-profile{
            position: absolute;
            display:block;
            top:0;
            right:0;
            height:50%;
            width:100%;
        }
        .st-action .st-make-aappointment{
            position: absolute;
            display:block;
            bottom:0;
            right:0;
            height:50%;
            width:100%;
        }
.st-post{
    padding:20px;
    width:90%;
    border-bottom:1px dotted #ccc;
}
/* Share This */
.st-sharethis{
    overflow: hidden;
    margin:0 0 20px 0;
}
    .st-sharethis span{

    }
/* Posts */
.tfe{
    float:left;
    margin-left:0 !important;
}
.search .tfe{
    display: none;
}
.search .entry{
    margin:0 0 20px 0;
}
.read-more{
    display: inline-block;
    background:#107BC0;
    color:#fff;
    padding:6px 30px;
    border-radius: 15px;
    box-shadow: inset 0px 0px 10px #666;
    text-decoration: none;
}
    .read-more:hover{
        background:#999;
        color:#000;
        text-decoration: none;
    }
#searchform{
    display: block;
    text-align: right;
    overflow: hidden;
    margin:0 0 20px 0;
}
    #searchform .field{
        padding:5px;
        width:90%;
        margin:0 0 5px 0;
    }   
    #searchform .assistive-text{
        display: block;
        font-size: 20px;
        margin:0 0 5px 0;
        font-weight: 400;   
    }
    #searchform #searchsubmit{
        border:none;
        display: inline-block;
        background:#107BC0;
        color:#fff;
        padding:6px 30px;
        border-radius: 15px;
        box-shadow: inset 0px 0px 10px #666;
        text-decoration: none;
    }
/* Footer */
.footer{
    background: #2b9ad3;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJiOWFkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMTIxNTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #2b9ad3 0%, #212157 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b9ad3), color-stop(100%,#212157));
    background: -webkit-linear-gradient(top,  #2b9ad3 0%,#212157 100%);
    background: -o-linear-gradient(top,  #2b9ad3 0%,#212157 100%);
    background: -ms-linear-gradient(top,  #2b9ad3 0%,#212157 100%);
    background: linear-gradient(to bottom,  #2b9ad3 0%,#212157 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b9ad3', endColorstr='#212157',GradientType=0 );
    color:#fff;
    width:100%;
    min-width: 980px;
    font-size: 12px;
    overflow: hidden;
}
    .footer a{
        color:#fff;
    }
    .footer-inside{
        -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
        background:url(../images/footer-paw.png) no-repeat bottom;
        padding:40px 0;
        height: 510px;
        width:980px;
        margin: 0 auto;
        overflow: hidden;
    }
    .footer-inside .widget{
        -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
        padding:0 20px 20px 20px;
        width:25%;
        float:left;
    }
    .footer-inside .widget ul{
        margin:0 0 20px 0px;
    }  
        .footer-inside .widget ul li{
            margin:0 0 10px 20px;
            list-style: disc;
        }
        .footer-inside .widget h3{
            font-family: 'MyriadPro-light', 'Helvetica-light', helvetica, arial, sans-serif;
            font-size: 25px;
            color:#fff;
            margin:0 0 20px 0;
            font-weight: normal;
        }
            .footer .textwidget img{
                width: 40px;
            }
    .footer .copy {
        clear: both;
        font-family: arial, sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        color: #fff;
        text-shadow: none;
        padding-top: 4px;
        text-align: center;
    }
    .footer-inside .widget ul li.address{
        list-style: none;
        margin:0 0 10px 0;
    }
    .footer .menu {
        list-style: none;
        margin: 0;
        float: left;
        position: relative;
        left: -50%;
    }
    .footer .menu li {
        float: left;
        padding:0 10px 0px 10px;
        margin:0 0 20px 0;
        height: 12px;
        line-height: 12px;
        }
    /* Footer Contact Form */
    .footer .wpcf7 {
        overflow: hidden;
    }
    .footer .wpcf7 input, .footer .wpcf7 textarea{
        -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
        background: #cccccc;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top,  #cccccc 0%, #ffffff 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#ffffff));
        background: -webkit-linear-gradient(top,  #cccccc 0%,#ffffff 100%);
        background: -o-linear-gradient(top,  #cccccc 0%,#ffffff 100%);
        background: -ms-linear-gradient(top,  #cccccc 0%,#ffffff 100%);
        background: linear-gradient(to bottom,  #cccccc 0%,#ffffff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 );
        border-radius: 3px;
        padding:7px 15px;
        width:100%;
        margin:0 0 10px 0;
        border: none;
        float:left;
    }
    .footer .wpcf7 textarea{
        height: 80px;
    }
    .footer .wpcf7 .wpcf7-submit{
        font-weight: normal;
        float:right;
        width:40%;
        background:#000;
        color:#fff;
        text-align: center;
        text-transform: uppercase;
    }
/* Sidebar */
div.srp-thumbnail-box {
display: table-cell;
vertical-align: top;
padding-right: 10px;
padding-left: 20px;
}