/*
Theme Name: Publisher Child Theme
Theme URI: http://themeforest.net/item/publisher/15801051?ref=Better-Studio
Version: 1.0.0
Description: Designed by <a href="http://betterstudio.com/">BetterStudio</a>
Author: BetterStudio
Author URI: http://betterstudio.com/
Text Domain: publisher
Copyright: (c) 2016 BetterStudio
Template: publisher
*/


.wp-polls .Buttons {
    border: 1px solid #c8c8c8;
    background-color: #0762a2;
}

.wpcf7-form p {
text-align: right !important;
}
/*----------------To be removed later (Hide website from post comment)----*/
.comment-respond .url-wrap {
    width: 100%;
    display: none;
}


/*---------------------Resize facebook widget Footer height--------------------*/
._2p3a {
    max-height: 430px !important;
}

/*---------------------Insta Footer title fontfamily--------------------*/
/* .insta-header {
    font-family: calibri !important;
} */
.fb-page.fb_iframe_widget {
    max-height: 300px !important;
}

/*-------------------------------------Woocommerce quantity box width**********************/
.woocommerce .quantity .qty {
    width: 4.631em;
    text-align: center;
}

/*----------------------------------Product Details (Description tab)*************************/
#tab-title-description {
    padding: 5px;
    border: 1px solid #cac8c8;
    border-radius: 5px;
}

/*---------------Product Pdf & hardcopy shop Description-----------------*/
.su-service-title {
    border: 1px solid #c2bebe;
    border-radius: 4px;
    padding: 5px;
}

.fa-file-pdf-o {
    padding: 5px 11px !important;
}
.fa-newspaper-o{
    padding: 5px 9px !important;
}

/*------------------acccesibility tool hide on desktop------------*/
@media only screen and (min-width: 600px) {
#real-accessability {
    display: none;
}
}
#real-accessability-btn {
    background-color: #063d8d;
    position: absolute;
    top: -1px;
    left: -40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 0 18px 18px 0 !important;
}
#real-accessability-copyright {
    display: none;
}
#real-accessability-regularFont {
    display: none !important;
}

#real-accessability-linkHighlight {
    display: none !important;
}

/*--------------------Hide default image in user dashboard page-------------------*/
.page-id-551 .featured {
    display: none !important;
}

.page-id-210 .featured {
    display: none !important;
}

