@charset 'utf-8';
/*
Theme Name: Booklovers Child
Theme URI: http://booklovers.ancorathemes.com/
Description: Booklovers Child - Multipurpose and Multiskin Responsive Wordpress theme
Author: Ancorathemes
Author URI: http://ancorathemes.com/
Template: booklovers
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: light, responsive-layout, flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
Text Domain: booklovers
*/


@import url("../booklovers/style.css");


/* =Theme customization starts here
-------------------------------------------------------------- */

/*.top_panel_wrap {
display: block !important;
}


@media (max-width: 479px) {
    .top_panel_middle {
        display: none;
    }
}*/



/* =remove cart-button, main menu
-------------------------------------------------------------- */

.cart, .checkout, .cart-button, .icon-cart {
  display: none !important;
}


/* =remove cart-button, main menu, cart totals
-------------------------------------------------------------- */
.top_panel_inner_style_4 .contact_cart_totals{
	display:none !important;
}

/* input-placeholder color replace
-------------------------------------------------------------- */
::-webkit-input-placeholder {
   color: #a7a7a7 !important;
}


::-webkit-input-placeholder { /* 크롬 4–56 */
    color: #9e9e9e;
}
:-moz-placeholder { /* 파이어폭스 4–18 */
   color: #9e9e9e;
   opacity:  1;
}
::-moz-placeholder { /* 파이어폭스 19–50 */
   color: #9e9e9e;
   opacity:  1;
}
:-ms-input-placeholder { /* 인터넷 익스플로러 10+ */
   color:  #9e9e9e;
}
::placeholder { /* 파이어폭스 51+, 크롬 57+ */
   color: #9e9e9e;
   opacity:  1;
}


/* =text highlight effect
-------------------------------------------------------------- */
.scheme_original .sc_highlight_style_1 {
    color: #444444 !important;
}

 .scheme_original .sc_highlight_style_1 {
  background-color: transparent !important;
  background-image: linear-gradient(-2deg, rgba(255, 255, 255, 0.5), yellow 85%, rgba(255, 255, 255, 0.5)) !important;
}

.scheme_original .sc_highlight_style_3 {
    color: #444444 !important;
}

 .scheme_original .sc_highlight_style_3 {
  background-color: yellow !important;
}


/*product page-title name hidden
-------------------------------------------------------------- */
header.woocommerce-products-header h1
{
    font-size: 0 !important;
}

/*author-title name hidden
-------------------------------------------------------------- */
h1.post_title.entry-title
{
    font-size: 0 !important;
}

/*comment title font-size
-------------------------------------------------------------- */

body > div.body_wrap > div > div.page_content_wrap.page_paddings_yes > div > div.content > section > div > h2 {
	font-size: 2em;
}

body > div.body_wrap > div > div.page_content_wrap.page_paddings_yes > div > article > section {
	background-color: #ffffff;
}


/*footer menu css change*/
/*footer menu link underline hidden
-------------------------------------------------------------- */
footer.widget_area .widget_nav_menu li.has_children li {
	text-decoration: none;
}

.copyright_wrap_inner a {
	text-decoration: none;
}

