/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/*----------------------------------------
// CSS - Captions leading
//--------------------------------------*/
.wp-caption-text, #top .wp-caption .wp-caption-dd {line-height:1.35;}

/*----------------------------------------
// CSS - Captions font size
//--------------------------------------*/
.wp-caption-text {font-size: 14px !important;}

/*----------------------------------------
// CSS - Masonry Gallery pagination makes the load more box black
//--------------------------------------*/

/* Pagination */
.av-masonry-pagination, 
.av-masonry-pagination:hover {
	background-color: #111111!important;
}

/* active pagination */
#top .av-masonry .pagination .current {
	background: #334858;
	color:#fff;
}

/* inactive pagination */
#top .av-masonry .pagination a.inactive {
	background: #222222;
	color:#fff;
}
	
/*----------------------------------------
// CSS - CUSTOM STYLED HEADING AND SUBHEADING
//--------------------------------------*/

/* special heading */
h2.av-special-heading-tag {  
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
}
/* subheading */
div.av-subheading av-subheading_below {
	 font-weight: 300;
  	 font-family: 'Oswald', sans-serif;
}

figcaption.av-inner-masonry-content  {
opacity: 0.5 !important;
margin-top: -5px;
color: rgba(255,255,255,.5);

}
/*----------------------------------------
// CSS - CUSTOM MASONRY STYLES for quotes
//--------------------------------------*/
#be-award-kirkus .text-padding {
  padding: 75px;
}
.text-padding {
  padding: 75px;
}
/*----------------------------------------
.acclaim {
	font-weight: 400;
	font-family: 'Alegreya' !important;
	font-size: 150%;
	line-height: 100%;
	padding: 25px;
}
.acclaim-bold {
	font-weight: 800;
	font-family: 'Alegreya' !important;
	font-size:150%;
	padding: 25px;
	line-height:  100%;
}
//--------------------------------------*/
/*----------------------------------------
blog styles
//--------------------------------------*/
.blog-top-subhead {
	font-size: 19px;
	line-height:125%;
}
/*----------------------------------------
 FAQ Accordian Styles 
//--------------------------------------*/
.my-custom-tabs .toggler {
    border: none;
}
/* Tab Background */

.my-custom-tabs .toggler {
    background: ffd400;
}
/* Tab Title */

.av-special-heading.av-special-heading-h2  {
    font-family: 'Roboto', sans-serif!important;
    font-size: 25px;
    line-height: 1em;
    color: #f68921;
    text-transform: capitalize;
    font-weight: bolder;
}
/*----------------------------------------
 Product Page Styles - Title format
//--------------------------------------*/
.single-product-summary .summary.entry-summary h1.product_title.entry-title {
    font-size: 25px !important;
	color:#191919 !important;
	text-transform:none !important;
}

/*----------------------------------------
 BE & ME Critical Acclaim styling
//--------------------------------------*/
.acclaim-side-padding {
	padding-left:25px;
	padding-right:25px;
}

/*----------------------------------------
 Removes the "View Cart" button after adding
 a product to the cart. Not needed as side cart
 is visible
//--------------------------------------*/
a.added_to_cart.wc-forward { display: none !important;}

/*----------------------------------------
 Styling for full width submenu font size, 
hoover style, click style

}
#av-custom-submenu-1 li:hover,#av-custom-submenu-1 li:hover > a {
	background-color: #b1b3b6;
	color: #fff !important;
}
#av-custom-submenu-1 li.clicked,#av-custom-submenu-1 li.clicked > a {
	background-color: b1b3b6;
	color: #fff !important;
}
//--------------------------------------*/


