/*
 Theme Name:     Terrifico Child Theme
 Theme URI:      http://vpthemes.com/portfolio/terrifico/
 Description:    Terrifico Child Theme
 Author:         Manas Mitra
 Author URI:     http://www.comcomsol.in/
 Template:       terrifico
 Version:        1.0.0
*/

@import url("../terrifico/style.css");

/* =Theme customization starts here
------------------------------------------------------- */
/* Begin Remove Default Copyright Message */
.copyright-wrap span.right {
    display: none;
}
/* End Remove Default Copyright Message */
/* Begin Top Header Band Height */
div#header-top, .top-right.right {
    height: 38px;
}
/* End Top Header Band Height */
/* Begin Remove Bullet From Cart Icon */
.header_menu_class {
    color: rgba(0,0,0,0);
}
/* End Remove Bullet From Cart Icon */
/* Begin Logo Centre */
div#logo {
    width: 1300px;
    margin-right: 0;
    font-size: 40px;
    text-align: center;
}
/* End Logo Centre */
/* Begin Donate Button Hover Color */
a.git-link:hover {
    background-color: #dd6868;
    border: none;
    color: #ffffff;
    transition-duration: 0.5s;
}
/* End Donate Button Hover Color */
/* Begin Underline Links */
.underlink_link {
    text-decoration: underline;
}
/* End Underline Links */
/* Begin Facebook Link Modification */
.fa-facebook-square {
    font-size: 35px !important;
    color: #3765a3 !important;
}
#social-wrap {
    padding: 0;
}
#social-bar a i.fa {
    width: 400px;
}
.fa-facebook-square:before {
    content: "Find us on facebook \f082" !important;
}
/* End Facebook Link Modification */

/**************************************/
/*** Begin WooCommerce Modification ***/
/**************************************/
/* Begin Remove SKU & Category in Single Item Page */
.product_meta {
    display: none;
}
/* End Remove SKU & Category in Single Item Page */
/* Begin Display Additional Information in Checkout Page */
.woocommerce-shipping-fields:after {
    content: "Money receipt for donation will be delivered to your postal address.";
    line-height: 1.5;
}
/* End Display Additional Information in Checkout Page */
/* Begin Quantity in Single Product Page */
.postid-346 input.input-text.qty.text {
    display: none;
}
/* End Quantity in Single Product Page */
/* Begin Make WooCommerce Pages Full Width */
.col2-l #content-box, .col2-l .standard-posts-wrapper {
    width: 99%;
}
.col2-l .sidebar-frame .sidebar {
    display: none;
}
/* End Make WooCommerce Pages Full Width */
/************************************/
/*** End WooCommerce Modification ***/
/************************************/
