/*
Theme Name:     Psychiatrist Child
Theme URI: 		http://wedesignthemes.com/themes/psychiatrist/
Author: 		the DesignThemes team
Author URI: 	http://themeforest.net/user/designthemes
Description:    Child theme for the Psychiatrist theme powered by DesignThemes
Template:       psychiatrist
Version:        1.0
*/

.is-sticky #logo a img {
    height: 50px !important;
}

.social-wrapper {

}
.social-button {
    border: 1px transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #eeeeee;
    cursor: pointer;
    display: inline-block;
    /* font-family: Arial; */
    font-size: 20px;
    padding: 15px 18px;
    text-align: center;
    text-decoration: none;
    /* margin-left: 20px; */
    -webkit-animation: glowing 2000ms infinite;
    -moz-animation: glowing 2000ms infinite;
    -o-animation: glowing 2000ms infinite;
    animation: glowing 2000ms infinite;
}
@-webkit-keyframes glowing {
    0% { background-color: #0091b2; -webkit-box-shadow: 0 0 3px #0091b2; }
    50% { background-color: #21c7ed; -webkit-box-shadow: 0 0 15px #21c7ed; }
    100% { background-color: #0091b2; -webkit-box-shadow: 0 0 3px #0091b2; }
}
@keyframes glowing {
    0% { background-color: #0091b2; box-shadow: 0 0 3px #0091b2; }
    50% { background-color: #21c7ed; box-shadow: 0 0 15px #21c7ed; }
    100% { background-color: #0091b2; box-shadow: 0 0 3px #0091b2; }
}


.dropup {
    display: inline-block;
    position: fixed;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    bottom: 80px;
    right: 13px;
    z-index: 99;
}

.dropup-content {
    display: none;
    position: absolute;
    bottom: 60px;
    z-index: 1;
    right: 5px;
}

.dropup-content a {
    color: black;
    padding: 0px 9px;
    text-decoration: none;
    display: block;
    border-radius: 50%;
    padding-top: 10px;
    margin-top: 4px;
}

.dropup-content a:hover {
    background-color: #ccc;
}

.dropup:hover .dropup-content {
  display: block;
}

.dropup:hover .dropbtn {
  background-color: #2980B9;
}

.dropup-content a img {
    width: 30px;
    height: 30px;
}

.slick-next:before, .slick-prev:before{
    display: none !important;
}

.ultsl-record:before {
    color: white;
}

@media (min-width: 1200px) and (max-width: 1600px){
    .dt-sc-pr-tb-col.type1 .dt-sc-tb-title h5 {
        font-size: 20px;
        height: 56px;
    }
}

@media (min-width: 1000px) and (max-width: 1199px){
    .dt-sc-pr-tb-col.type1 .dt-sc-tb-title h5 {
        font-size: 16px;
        height: 36px;
        line-height: 20px;
    }

    .dt-sc-pr-tb-col.type1 .dt-sc-price h6 {
        font-size: 45px;
    }
}

@media (min-width: 700px) and (max-width: 999px){
    .dt-sc-pr-tb-col.type1 .dt-sc-tb-title h5 {
        font-size: 12px;
        height: 26px;
        line-height: 16px;
    }

    .dt-sc-pr-tb-col.type1 .dt-sc-price h6 {
        font-size: 30px;
    }

    .dt-sc-pr-tb-col.type1 .dt-sc-price h6 sup{
        font-size: 10px;
    }
}

.dt-style-picker-wrapper {
    display: none;
}

.blog-entry .entry-meta{
    display: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    font-size: 10px;
    line-height: 12px;
    margin-top: 10px;
    display: inline-block;
}