/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/*----
GENERIC
-------------------------------------------*/

/*.navbar-style-three .dropdown-menu > li.woo-menu-icon
{
	display: none;
}*/

#ppcp-messages{
	margin-bottom: 17px;
}

.ppc-button-wrapper{
	margin-top: 17px;
}

input.invite_name{
	width: 80%;
    border: 1px solid #c6d0e9;
    height: 45px;
    border-radius: 6px;
    line-height: 25px;
    padding: 5px 10px;
    outline: 0;
    box-sizing: border-box;
    color: #5d5d5d;
}

/* # WooCommerce Cart Icon
---------------------------------------------------------------------------------------------------- */

.mega-toggle-block-2 {
  position: absolute;
	right: 40px;
	min-width: 50px;
	padding-right: 10px;
}

.mega-toggle-block-2 li {
  list-style: none;
	padding-right: 4px
}

.cart-contents:before {
  font-family: 'ticons';
  font-weight: 900;
  content: "\f07a" !important;
  font-size: 24px;
  color: #fff;
}

.cart-contents:hover {
  text-decoration: none;
}

.cart-contents-count {
  position: relative;
  display: inline-block;
  top: 10px;
  right: 14px;
  transform: translateY(-105%) translateX(25%);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  height: 22px;
  width: 22px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: #1875AD;
  border-radius: 50%;
  padding: 1px;
}

/*----
MOBILE NAV
-------------------------------------------*/
.hasnt-mobile-menu #site-header #site-logo{
	margin: 0
}

#site-header-inner{
	display: none;
}

.mega-toggle-block{
	color: #fff;
}

@media screen and (min-width: 768px) 
{
	.hasnt-mobile-menu #site-header #site-logo{
	margin: 0 auto 20px auto;
	}
	
	#site-header-inner{
		display: block;
	}
}

/*----
NAV
-------------------------------------------*/

.navbar-style-three{
	border: none !important;
}
#site-navigation-wrap,
#site-navigation-sticky-wrapper.is-sticky #site-navigation-wrap{
	background-color: #222;
}

ul.mega-sub-menu ul{
	margin: 0;
	padding: 0;
}

ul.mega-sub-menu li{
	list-style: none;
}

ul.mega-sub-menu li a{
	color: #616161;
}

ul.mega-sub-menu li a:hover{
	color: #0c0c0c;
}

.header-drop-widget--colored-top-border{
	border-width: 0;
}

body:not(.page-id-4729) .grecaptcha-badge {
   opacity: 0;
   visibility: hidden;
}

body.page-header-disabled #content-wrap
{
	padding-top: 0px !important;
}

body.home #content-wrap,
body.blog #content-wrap,
body.single #content-wrap,
body.page-template-page-book #content-wrap,
body.search-results #content-wrap,
body.page-id-1351 #content-wrap,
body.portfolio-template-default #content-wrap
{
	padding-top:  50px !important;
}


/*----
HOMEPAGE
-------------------------------------------*/

body.page-id-1339 h3
{
	font-size: 24px;
	margin-bottom: 15px;
}

body.page-id-1339 .homeBox .wpex-vc-column-wrapper
{
	padding-bottom: 30px;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.25);
}

.event
{
	position: relative;
    margin: 0;
	padding-bottom: 20px;
    padding-left: 90px;
    width: auto !important;
}

.event h5
{
	font-size: 18px;
	margin: 0;
	font-weight: 700;
	text-transform: uppercase;
	color: #333;
}

.event p
{
	margin: 0px;
	line-height: 1.2em;
}

.event p.eventloc
{
	color: #837e8b;
	font-style: italic;	
}

.eventDate
{
	position: absolute;
    left: 0;
    top: 0;
    width: 75px;
	padding: 10px 10px;
	background-color: #3a3a3a;
}

.event p.eventDay, 
.event p.eventMonth 
{
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	line-height: 1em;
	font-weight: 700;
	margin: 0px;
}
	
p.eventDay
{
	font-size: 32px;
}

p.eventMonth
{
	font-size: 18px;
}

.eventDesc
{
    min-height: 72px;
}


#logosContainer
{
	margin: 0 0 2em 0;
}

#logosContainer a{
			display:block;
			width: 100%;
			text-align:center;
}

#logosContainer img{
			margin: 0 1em;
			-webkit-filter: grayscale(1);
  			filter: grayscale(1);
			opacity: .6;
			transition: all .5s ease-in-out;
}

#logosContainer img:hover
{
			-webkit-filter: grayscale(0);
  			filter: grayscale(0);
			opacity: 1;
}

#banner
{
	padding: 2em 0 0 0;
}

#banner h3
{
	color: #fff;
	text-shadow: 2px 2px 5px #000;
	font-size: 1.3em;
	text-align:center;			
}

/*----
BOOK LANDING PAGE
-------------------------------------------*/

body.page-id-1315 h3
{
	font-size: 24px;
	font-style: italic;
	margin-bottom: 15px;
}

.world-buttons
{
	text-align: center;
}

/********************
OWL THEME
********************/


#owl h1
{
	color: #eee;
	font-size: 28px;
}

#owl .item
{
  	margin: 3px;
	transition: opacity .5s ease-in-out;
	text-align:center;
}

#owl .owl-item:hover{
  opacity: .5;
}

#owl .owl-item img{
  display: block;
  width: 80%;
  height: auto;
}

#owl .owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

#owl .owl-buttons
{
	width: 100%;
}

#owl .owl-nav [class*=owl-]
{
	text-indent: -9999px;  
}

#owl .owl-nav .owl-prev
	{
		position:absolute;
		top: 150px;
		left: -20px;
		height:60px;
		width: 60px;
		background-image: url(/wp-content/uploads/2020/10/banner-prev.png);
		background-repeat: no-repeat;
		background-position: center center;
		transition: all .5s ease-in-out;
		
	}

#owl .owl-nav .owl-next
{
		position:absolute;
		top: 150px;
		right: -20px;
		height:60px;
		width: 60px;
		background-image: url(/wp-content/uploads/2020/10/banner-next.png);
		background-repeat: no-repeat;
		background-position: center center;
		transition: all .5s ease-in-out;
	}

#owl .owl-nav div{
		filter: Alpha(Opacity=50);
		opacity: .5;
	}

#owl .owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
}


#owl .owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	/*display: inline;*/
}
#owl .owl-theme .owl-controls .owl-page span{
	display: block;
	width: 7px;
	height: 7px;
	margin: 5px 7px;
	color: #434343;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #434343;
	transition: all .5s ease-in-out;
}

#owl .owl-theme .owl-controls .owl-page.active span{
	background: #ccc;
}

#owl .owl-theme .owl-controls .owl-page:hover span{
	background: #6e6e6e;
}


#owl .owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

#owl .owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}


#owl .owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#owl .owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
#owl .owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
#owl .owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
#owl .owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
#owl .owl-carousel .owl-item{
	float: left;
}
#owl .owl-controls .owl-page,
#owl .owl-controls .owl-buttons div{
	cursor: pointer;
}
#owl .owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#owl .grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

#owl .owl-carousel  .owl-wrapper,
#owl .owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/*----
SIDEBAR
-------------------------------------------*/

#rightSocial
{
	margin: 0 auto 20px auto;
	text-align: center;
}

#rightSocial .rightSocialImg
{
	height: auto;
	margin: 0 .2em;
	width: 45px; 
}

#rightSocial .rightSocialReviews
{
	display: block;
	margin: 2em 0 0 0!important;
}
		
#rightSocial img{
			
			-webkit-filter: grayscale(0);
  			filter: grayscale(0);
			transition: all .5s ease-in-out;
			
		}
#rightSocial img:hover
{
			-webkit-filter: grayscale(1);
  			filter: grayscale(1);
			opacity: .7;
		}

#rightSocial:after{
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}

#sidebar .rightSocialReviews IMG.reviewTop
{
	margin:  20px auto;
}

#sidebar .sidebar-box
{
	padding-bottom:  40px;
	margin-bottom:  20px;
	border-bottom:  1px solid #a3a3a3;	
}

.widget_recent_entries li:first-child,
.wpex-widget-recent-posts-li,
.widget_recent_comments li,
.widget_recent_entries li
{
	border-bottom:  1px dotted #b5b5b5;
}

.widget_recent_entries li:first-child,
.widget_recent_comments li:first-child
{
	border-top:  1px dotted #b5b5b5;
}

#sidebar .wpex-newsletter-widget
{
	background-color:  transparent;
	padding: 0px;
	border: none;
}

#sidebar .wpex-newsletter-widget button 
{
	padding: 0.5em 1.2em;
}

.blog-entry.large-image-entry-style
{
	border-bottom:  1px solid #a3a3a3;	
}

/*----
BLOG CARD
-------------------------------------------*/

#blog .wpex-post-cards-entry .wpex-card-inner{
	border: 1px solid #ddd;
	background-color: rgba(255, 255, 255, 0.2);
}

#blog .wpex-card-date{
	color: #757575;
}

#blog .wpex-card-terms-list a{
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #666;
	background-color: #fff;
	border-radius: 8px;
	padding: 2px 10px;
}

/*----
SHOP CARD
-------------------------------------------*/

.wpex-card-woocommerce,
li.product .product-inner{
	border: 1px solid #ddd;
	background-color: rgba(255, 255, 255, 0.2);
}

.wpex-card-woocommerce .product-details,
li.product .product-inner .product-details{
	padding-left: 10px;
	padding-right: 10px;
}

.wpex-loop-product-images img,
.wpex-post-cards-woocommerce .wpex-carousel.owl-carousel .owl-item img{
	width: 100%;
}

/*----
BOOK PAGE
-------------------------------------------*/

.book-title
{
	color: #fff !important;
	text-align: center;
}

p.book-title
{
	font-size: 28px;
}


#content-wrap.book-page h1,
#content-wrap.book-page h3,
#content-wrap.book-page p
{
	/*color: #fff;*/
}

#content-wrap.book-page h1
{
	font-size: 42px;
}

#content-wrap h1.blog-title
{
	font-size: 38px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom:  50px;
}

#content-wrap.book-page h2
{
	/*color: #eee;*/
	font-size: 32px;
	font-style: italic;
	line-height: 1.2em;
	margin-top:  0px;
}

#content-wrap.book-page h3
{
	color: #bcbcbc;
	line-height: 1.2em;
	margin: 20px 0;
}


#content-wrap.book-page .buyItNowBox h3
{
	font-size: 1.4em;
	margin-bottom: 10px;
}

#content-wrap.book-page h4
{
	margin: 20px 0;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
}

#content-wrap.book-page h5
{
	margin: 40px 0 20px 0;
	color: #fff;
	font-size: 24px;
	font-weight: 800;
}

#starReviews
{
	text-align:center;	
	color: #ccc;
}

#starReviews .starBox
{
	margin: 0 0 2em 0;
}

#starReviews .starBox p
{
	margin: 0;
}

#starReviews .starBox .starsNumber
{
	color: #ccc;
	font-size: 2em;
}

#starReviews .starBox .score
{
	color:#fff;
}

#starReviews .starBox .starsImage img
{
	max-width: 28px;
	height: auto;
}

#starReviews .starBox .vendor
{
	font-size: 1.3em;
}

#starReviews .starBox .vendor a
{
	color:#ccc;
	transition: all .5s ease-in-out; 
}

#starReviews .starBox .vendor a:hover
{
	opacity: .5;
}

.accordion {
  width: 100%;
  margin: 30px auto 20px;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 42px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li:last-child .link { border-bottom: 0; }

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.submenu {
  display: none;
}

.submenu li
{
	
}
.submenu a {
  display: inline-block;
  text-decoration: none;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover 
{
  color: #FFF;
}

#buyItNow
{
	text-transform:uppercase;
	margin: 1em 0;
	line-height: 45px;
}

#buyItNow h3
{
	text-align: center;
}

#buyItNow #buyItNowResp
{
	display: none;
}

#buyItNow #buyItNowResp ul
{
	margin: 0 0 3em;
	text-align: center;
}
#buyItNow #buyItNowResp ul li
{
	outline: none;
	display: inline-block;
	margin: 0 2em;
}

#buyItNow #buyItNowResp ul li ul li img
{
	max-width :200px
}
					
#buyItNow #buyItNowResp img
{
	max-width: 120px;
	height: auto;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: .4;
	transition: all .5s ease-in-out;
}

#buyItNow #buyItNowResp a
{
	color:#adadad;
}

#buyItNow #buyItNowResp a.current
{
	outline: none;
	color: #565656;
}

#buyItNow #buyItNowResp img
{
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;	
}

#buyItNow .open
{
	outline: none;
	color: #ffffff;
}

#buyItNow .open img
{
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;	
}

#buyItNow .buyItNowBox
{
	background-image: url(/wp-content/uploads/2020/10/buy-it-splitter-bottom.png),  url(/wp-content/uploads/2020/10/buy-it-splitter-top.png );
	background-position: bottom center, top center;
	background-repeat:no-repeat;
	background-size: 100% auto;	
	padding: 1em;
	text-align:center;
}

#buyItNow .buyItNowBox img
{
	max-height: 50px;
	width: auto;
	margin:0 1em;
}	

#buyItNow .buyItNowBox li
{
	list-style: none
}


#buyItNow .preReleaseBox
{
	background-image: url(/wp-content/uploads/2020/10/buy-it-splitter-bottom.png),  url(/wp-content/uploads/2020/10/buy-it-splitter-top.png );
	background-position: bottom center;
	background-repeat:no-repeat;
	background-size: 100% auto;	
	padding: 1em;
	text-align:left;
}

#buyItNow .preReleaseBox img
{
	max-height: 40px;
	width: auto;
	margin:0 0.5em;
}	

#buyItNowResp
{
	display: none;
}

#buyItNowNav ul
{
	margin: 2em 0 3em;
	text-align: center;
}

#buyItNowNav li
{
	outline: none;
	display: block;
	margin: 0 2em;
}

#buyItNowNav li img
{
	display: none;
}

#buyItNowNav li a
{
	color:#adadad;
}

#buyItNowNav li a.current, 
#buyItNowNav li a:hover
{
	outline: none;
	color: #333;
}

#buyItNowNav li a:hover img,
#buyItNowNav li a.current img
{
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;	
}

#languages
{
	text-transform:uppercase;	
}

#languages  ul
{
	margin: 2em 0 3em;
	text-align: center;
}

#languages li
{
	outline: none;
	display: inline-block;
	margin: 0 2em;
	line-height: 44px;
	vertical-align: middle;
}

#languages li img
{
	max-width: 44px;
	height: auto;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: .4;
	transition: all .5s ease-in-out;
}

#content-wrap.book-page #languages a:link p,
#content-wrap.book-page #languages a:visited p
{
	color:#adadad;
}

 #content-wrap.book-page #languages a:hover p
{
	outline: none;
	color: #333;
}

#languages li a:hover img
{
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;	
}

#otherBooks .otherBooks-current
{
	opacity: .4;
}

#otherBooks .vcex-heading-inner
{
	font-size: 1.2em;
	font-family: 'Great Vibes', cursive;
	margin-bottom: 15px;
	color: #fff ;
	text-align: center;
}

/*----
AUDIO PAGE
-------------------------------------------*/

.audio-title.vc_gitem-post-data
{
	margin-bottom: 0px;
}

.audio-intro.vc_gitem-post-data
{
	margin-bottom: 5px;
}

.audio-intro p
{
	line-height: 1.2em;
	margin-bottom: 0px;
}

.vc_gitem-post-meta-field-book_link
{
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 15px;
}

.vc_gitem-post-meta-field-book_link a
{
	padding: 5px 15px;
	margin-right: 10px;
	background-color: rgba(255, 255, 255, 0.4);
}

.vc_gitem-post-meta-field-book_link a:hover
{
	text-decoration: none;
	background-color: rgba(255, 255, 255, 1);
}


.get-involved>.vc_column_container>.vc_column-inner>.wpb_wrapper{
	background-color: #F7F7F7;
	padding-bottom: 15px;
	height: 100%;
	border-bottom: 10px solid #77498A;
}

/*----
SHOP HOME
-------------------------------------------*/

/*.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency, 
.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency{
	padding: 5px 0;
}

.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency,
.woocommerce-multi-currency.wmc-shortcode .wmc-currency,
.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency,
 .woocommerce-multi-currency.wmc-price-switcher a{
	color: #333;
	border: none;
	background-color:  rgba(255, 255, 255, 0.8) !important;
}

.woocommerce-multi-currency.wmc-price-switcher a span{
	color: #333;
}*/

.woocommerce-currency-selector-wrap {
	display: inline-block;
	margin-top: 15px !important;
}

.woocommerce-currency-selector-wrap .ui-widget{
	margin-top: 5px !important;
	padding: 8px 15px 8px 10px;
	background-color:  rgba(255, 255, 255, 0.2) !important;
}

.woocommerce-currency-selector-wrap .ui-widget .ui-selectmenu-text,
.woocommerce-currency-selector-option.ui-menu-item-wrapper,
.woocommerce-currency-selector-option.ui-menu-item-wrapper.ui-state-active{
	font-size: 16px;
}

.ultb3-box.home-hero-side {
	min-height: 220px;
}

.vc_custom_1585219330392{
	margin-right: 5px;
	min-height: 220px;
}

.shop-hero-main{
	margin: 0 0 10px 5px;
}

#shop-home-blocks .ultb3-box{
	min-height: 300px;
	margin-bottom: 0;
}


body.page.woocommerce-page #main,
body.tax-product_cat #main{
	margin-top: 80px;
}

body.woocommerce-page .page-description > p{
	margin: 0;
	padding: 0;
}

#home-hero h1,
#home-hero p,
#home-hero .ultb3-desc{
	color: #fff;
}

#home-hero .ultb3-box .ultb3-title{
	color: #fff;
	font-family: "Lora";
	text-transform: uppercase;
	font-weight: 400 !important;
    font-style: italic;
    font-size: 32px;
}

#home-hero .ultb3-desc{
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom: 20px;
}

#home-hero a.ultb3-btn{
	color: #fff;
	font-size: 1em;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	border: 2px solid #fff;
}


#home-hero .shop-hero-btn.theme-button{
	color: #fff;
    font-size: 1em;
    padding: 10px 30px;
    text-transform: uppercase;
    border: 2px solid #fff;
	border-radius: 50px;
	background-color: rgba(255, 255, 255, 0) 
}

#home-hero .shop-hero-btn.theme-button:hover{
	background-color: rgba(255, 255, 255, 0.25) 
}


#home-hero .home-hero-main{
	min-height: 422px;
}

#home-hero .ultb3-btn:hover {
    background-color: rgba(255, 255, 255, 0.25)  !important;
    color: #ffffff;
}

.ultb3-box.ult-adjust-bottom-margin.home-hero-main {
	margin-bottom:  0px !important;
}

.ultb3-info{
	padding: 0px !important;
}

.shop-cat-blocks>.empty>.vc_column-inner>.wpb_wrapper{
	background-color: #fff;
	border-bottom: none;;
}

.shop-cat-blocks .wpb_single_image .vc_figure{
	background-color: #333;
}
	
.shop-cat-blocks>.vc_column_container>.vc_column-inner{
	filter: saturate(0.2);
}

.shop-cat-blocks>.vc_column_container>.vc_column-inner:hover{
	filter: saturate(1);
}

.shop-cat-blocks a.theme-button{
	border: 1px solid #fff;
	border-radius: 0;
	padding: 15px 30px;
	background-color: rgba(255, 255, 255, 0.2);
}

.shop-cat-blocks a.theme-button:hover{
	color: #333;
	background-color: rgba(255, 255, 255, 0.8);
}


textarea.wcgwp-note{
	border: 1px solid #bababa;
}

.wcgwp-wrapper{
	margin-bottom: 0 !important;
}

/*.ultb3-box.home-mid-block{
	padding-top: 20px;
	padding-bottom: 20px;
}*/

.ultb3-box.home-mid-block .ultb3-title{
	font-size: 28px;
    padding: 10px 30px;
	margin-top: 20px;
    text-transform: uppercase;
}

.ultb3-box.home-mid-block .ultb3-desc{
	color: #fff;
	font-size: 1em;
	line-height: 1.2em;
	padding-left: 40px;
	padding-right: 40px;
}

.ultb3-box.home-mid-block a.ultb3-btn{
	border: 1px solid #fff;
	border-radius: 50px;
	padding: 10px 30px;
	color: #fff;
	font-size: 1em;
	background-color: rgba(255, 255, 255, 0);
	margin-top: 15px;
	margin-bottom: 55px;
}

.ultb3-box.home-mid-block a.ultb3-btn:hover{
	padding-right: 45px;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.2);
} 

/*
.wpb_single_image .vc_figure{
	background-color: #333;
}*/
	
.shop-cat-blocks>.vc_column_container>.vc_column-inner{
	filter: saturate(0.2);
}

.shop-cat-blocks>.vc_column_container>.vc_column-inner:hover{
	filter: saturate(1);
}

.shop-cat-blocks a.theme-button{
	border: 1px solid #fff;
	border-radius: 0;
	padding: 15px 30px;
	background-color: rgba(255, 255, 255, 0.2);
}

.shop-cat-blocks a.theme-button:hover{
	color: #333;
	background-color: rgba(255, 255, 255, 0.8);
}

.empty>.vc_column-inner>.wpb_wrapper{
	background-color: #fff;
	border-bottom: none;;
}

.shop-cat-blocks .wpb_single_image .vc_figure{
	background-color: #333;
}
	
.shop-cat-blocks>.vc_column_container>.vc_column-inner{
	filter: saturate(0.2);
}

.shop-cat-blocks>.vc_column_container>.vc_column-inner:hover{
	filter: saturate(1);
}

.shop-cat-blocks a.theme-button{
	border: 1px solid #fff;
	border-radius: 0;
	padding: 15px 30px;
	background-color: rgba(255, 255, 255, 0.2);
}

.shop-cat-blocks a.theme-button:hover{
	color: #333;
	background-color: rgba(255, 255, 255, 0.8);
}


.shop-block-2col{
	height: 100%;
}

.wpex-carousel-entry-details{
	border: none;
	background-color: transparent;
}

.woocommerce-currency-switcher-form .wSelect-theme-classic.wSelect {
    border: solid #CCC 1px;
    color: #555;
    background-color: rgba(255, 255, 255, 0.4) !important;
    font-size: 12px;
    margin-bottom: 7px;
}

.woocommerce-currency-switcher-form .wSelect-theme-classic .wSelect-option-selected, 
.woocommerce-currency-switcher-form .wSelect-theme-classic .wSelect-option:hover{
	background-color: #ccc !important;
}

.woocommerce-currency-switcher-form .wSelect-arrow {
    background-image: url(./img/arrow-down.png);
}

.wpex-select-wrap select
{
	color: #171717;
	background-color: rgba(255, 255, 255, 1);
}

.wpex-select-wrap select option:disabled {
    color: rgba(170, 170, 170, 0.6);
	background-color: rgba(255, 255, 255, 0.4);
}

.wpex-select-wrap select.enabled
{
	color: #171717;
}

.cart-collaterals .wc-proceed-to-checkout .button {
   float: none;
}
/*----
EVENTS LIST PAGE
-------------------------------------------*/

#jodi-events
{

}

#jodi-events .jodi-event
{
	margin: 20px 0;
	padding:  20px 0;
	zoom: 1;
	overflow:  hidden;
	border-bottom:  1px solid #aeaeae;
}

#jodi-events h3.event-desc
{
	margin: 0px;
	padding:  0px;
}

#jodi-events p
{
	margin: 0px;
	color: #999;
}

/*----
EVENTS DETAIL PAGE
-------------------------------------------*/

.event-intro p
{
	margin:  0px;
	padding: 0px;
}

.event-img IMG
{
	width:  100%;
}

/*----
EVENTS DETAIL PAGE
-------------------------------------------*/

.contact-social .wpex-social-btn
{
	color: #fff;
	background-color:  #7bc242;
	border-radius:50%;
}

.contact-social .wpex-social-btn:hover
{
	background-color: #68a13a;
}


/* QUOTES*/

#quoteBox
{	
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
}


.wpex-slider p
{	
	display: inline-block;
	color: #adadad;
	quotes: "\201C" "\201D" "\2018" "\2019";
	margin: 0 .25em 0 0 ;
}

.wpex-slider .vcex-testimonials-fullslider-author
{
	color: #fff;
	font-size:  18px;
	margin: 0px;
}

.wpex-slider p:before
{	
	content: open-quote;
	color: #adadad;
}

.wpex-slider p:after
{	
	content: close-quote;
	color: #adadad;
}

/* CONTACT PAGE */

#contactSocial{
	margin-top:  0px;
}

#contactSocial img
{
	max-width: 50px;
	height: auto;
	margin: 0 .3em;
	-webkit-filter: grayscale(1);
  	filter: grayscale(1);
	opacity: .4;
	transition: all .5s ease-in-out;
}

#contactSocial img:hover
{
	-webkit-filter: grayscale(0);
  	filter: grayscale(0);
	opacity: 1;
}

/*********************
INSTAGRAM IMAGES
*********************/

IMG.AlpinePhotoTiles-image
{
	padding: 41px 36px 43px 35px !important;
	background-image: url(/wp-content/uploads/2020/10/frameBorder-Instagram.png);
	background-repeat: no-repeat;
	background-size: 100%;
}



/* FOOTER */

#mc4wp-form
{
	margin: 0;
}

#mc4wp-form input {
  height: 41px;
  padding: 0 1em;
  margin-top: 6px;
  margin-right: 5px;
  border: none;
  float: left;
  width: 70%;
  line-height: 41px;
  background-color: #3c3c3c;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #3a3a3a;
  font-weight: 600;
  transition: all .5s ease-in-out;
}

#mc4wp-form .emailInput:focus,
#mc4wp-form input:focus {
  outline-color: transparent;
  outline-style: none;
  background-color: #9b9b9b;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}

#mc4wp-form	label
{
	text-align: center;
	display: block;
	width: 100%;
	font-size: 16px;
	color: #979797;
	margin: 0 0 5px 0; 
	}

#mc4wp-form input::-webkit-input-placeholder 
{ /* WebKit browsers */
	color:    #6a6a6a;
	}

#mc4wp-form input:-moz-placeholder 
{ /* Mozilla Firefox 4 to 18 */
	 color:    #6a6a6a;
	 opacity:  1;
}

#mc4wp-form input::-moz-placeholder 
{ /* Mozilla Firefox 19+ */
	color:    #6a6a6a;
	opacity:  1;
}

#mc4wp-form input:-ms-input-placeholder 
{ /* Internet Explorer 10+ */
	color:    #6a6a6a;
}

#mc4wp-form input.submit
{
	float: left;
	width: 15%;
	margin-top: 6px;
	color: #c8c8c8;
	background-color: #3c3c3c;
	background-image: url(/wp-content/uploads/2020/10/footer-arrow2.png);
	background-position: center center;
	background-repeat: no-repeat;
	/*padding: 0 22px 0 0;*/
	transition: opacity .5s ease-in-out;
	border: none;
}

#mc4wp-form input.submit:hover
{
	opacity: 1;
	background-color: #9b9b9b;
}

/*----
MAILCHIMP WIDGET
-------------------------------------------*/

#mc_embed_signup form 
{
    padding: 0 !important;

}

#mc_embed_signup .mc-field-group
{
	width: 100% !important;
}

#mc_embed_signup .indicates-required
{
	text-align: left !important;
	color:  #999;
}

#mc_embed_signup .mc-field-group label
{
	margin-bottom: 0px !important;
}

#mc_embed_signup .mc-field-group input
{
	padding: 2px 5px !important;
	width:  100% !important;
}

#mc_embed_signup .button
{
	width: 100% !important;
}



/*----
TRANSLATION PAGE
-------------------------------------------*/


#translation-grid p
{
	margin:-1px; 
	padding:0px; 
	display:none;
	line-height: 0;
}


#translation-grid .book-meta
{
	font-size: 14px;
	font-style: normal;
	font-family: "Montserrat", Arial, sans-serif;
}


#translation-grid .vc_btn3-container
{
	position: absolute;
	bottom: 0;
	width: 90%;
}

#translation-grid .book-btn
{
	font-style: normal;
	font-size: 14px;
	font-weight: 700;
	font-family: "Montserrat", Arial, sans-serif;
}

#translation-grid .vc_btn3.vc_btn3-size-md
{
	padding: 6px 10px;
}

#translation-grid .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon
{
	right: 10px;
}

#translation-grid .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty)
{
	padding-right: 0px;
}

#translation-grid h2
{
	font-size: 16px;
	margin: 10px 0 0 0;
}

#translation-grid .vc_custom_1513780700181
{
	position: relative;
	background-color:  rgba(255, 255, 255, 0.4) !important;
}

#translation-grid .vc_gitem-zone-mini,
#translation-grid .vc_gitem_row,
#translation-grid .vc_gitem-col
{
	height: 100%;
}

#translation-grid .vc_gitem-animated-block
{
	width: 50%;
}

#translation-grid .translation-info
{
	position: absolute;
	right: 0;
	width: 50%;
	height: 100%;
}

#preorder_date_field,
#preorder_date-description{
	display: none;
}

@media screen and (min-width: 768px) 
{
	/*----
	SHOP HOME
	-------------------------------------------*/
		
	.ultb3-box.home-hero-side {
		min-height: 186px;
	}
	
	.ultb3-info{
	padding: 15px;
	}
	
	.shop-hero-main{
	margin: 0 ;
	}
	
	#translation-grid .vc_col-sm-4 
	{
    	width: 32.33333333% !important;
	}
	
	#translation-grid .vc_gitem-animated-block
	{
		width: 40%;
	}

	#translation-grid .translation-info
	{
		width: 60%;
	}
	
	#translation-grid h2
	{
		margin: 10px 0 5px 0;
	}
}

@media screen and (min-width: 980px) 
{
	/*----
	SHOP HOME
	-------------------------------------------*/
	
	.vc_custom_1585219330392{
	margin-right: 0;
	}
	.ultb3-box.home-hero-side {
	min-height: 234px;
	}
	.ultb3-info{
	padding: 25px;
	}

#buyItNowNav li
{
	display: inline-block;
}
	
#buyItNowNav li img
	{
		display: block;
		margin: 0 auto 10px auto;
		max-width: 90px;
		height: auto;
		-webkit-filter: grayscale(1);
		filter: grayscale(1);
		opacity: .4;
		transition: all .5s ease-in-out;
	}
	
	#translation-grid .vc_gitem-animated-block
	{
		width: 30%;
	}

	#translation-grid .translation-info
	{
		width: 70%;
	}
	
	#translation-grid h2
	{
		font-size: 20px;
		margin: 20px 0;
	}
}


a.wpex-book-btn-print,
a.wpex-book-btn-digital
{
	display: inline-block;
	font-family: "Lora";
	color: #fff;
	padding: 8px 20px;
	margin-right:  10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #909090;
	transition: all .5s ease-in-out;
}

a.wpex-book-btn-print:hover,
a.wpex-book-btn-digital:hover
{
	text-decoration: none;
	background: #6f6e6e;
}

a.btn-translation
{
	display: inline-block;
	padding: 5px 10px;
	margin-right: 10px;
	text-transform: uppercase;
	background:rgba(255,255,255,0.2);
	color:#565656;
	border:1px solid rgba(0, 0, 0, 0.20);
}

a.btn-translation:hover
{
	text-decoration: none;
	background:rgba(255,255,255,0.8);
}

/*----
CONTACT FORM
-------------------------------------------*/

#contact input[type=text],
#contact input[type=email],
#contact textarea
	{

		font-family: 'lora';
		font-weight: 400;
		background-color: #f7f7f7;
		margin: 0 0 15px 0;
		border: 1px solid #eee !important;
		border-radius: 0px;
	}


::-webkit-input-placeholder,
:-ms-input-placeholder,
::-moz-placeholder,
:-moz-placeholder 
{
  color: #666;
  opacity: 1;
}

#contact input[type=text],
#contact input[type=email]
	{	
		color: #666 !important;
		width: 100%;
		padding: 15px 10px;
		height: 40px;
	}

#contact textarea
	{
		height: 125px;
	}

#contact input[type=submit]
	{	
		color: #fff;
		text-transform: uppercase;
		padding: 12px 40px;
		background-color: #565656;
		border: 1px solid #565656;
	}

#contact.faq input[type=text],
#contact.faq input[type=email]
{
	margin-bottom:  15px;
}

#contact.faq input[type=submit]
	{
		margin-top: 15px;
		float: right;
	}

#contact .mailchimpSubmit
{
	text-align: center;
}

#contact input[type=submit]:hover
{
	background-color: #717171;
}

#contact .enquiry
{
	margin: 10px 15px 0 15px;
}


#contact-addresses a
{
	color: #fff;
}

#jemcaptcha
{
	float: left;
	margin-bottom: 20px;
}

.wpcf7-validation-errors.wpcf7-response-output,
.wpcf7 .wpcf7-mail-sent-ok,
div.wpcf7-spam-blocked
{
	clear: both;
}

/*----
JEWELLERY PAGE 
-------------------------------------------*/

.entry .jem-jewellery h4
{
	font-style: normal;
	line-height: 1.2em;
	font-size: 16px;
	margin: 10px 0 0 0;
}

.jem-jewellery .theme-button-wrap
{
	margin-top: 10px;
}

.jem-jewellery .equalHeight
{
	min-height: 85px;
}

/*----
BOOK PAGE TEMPLATE
-------------------------------------------*/

#book-page #content-wrap.book-page .single-blog-content
{
	margin-bottom: 0px;
}

#book-page #content-wrap.book-page h1,
#book-page #content-wrap.book-page h2,
#book-page #content-wrap.book-page h3,
#book-page #content-wrap.book-page h4,
#book-page #content-wrap.book-page p
{
	color: #565656;
}

#book-page #content-wrap.book-page .vc_separator.vc_sep_color_grey .vc_sep_line
{
	border-color: rgba(0, 0, 0, 0.20);
}

#book-page #content-wrap.book-page #buyItNow
{
	zoom: 1;
	overflow: hidden;
	margin-bottom: 100px;
}

#book-page #content-wrap.book-page #buyItNow ul
{
	margin: 0px;
}

#book-page #content-wrap.book-page #buyItNowNav li img
{
	max-width: 60px;
}

#book-page #content-wrap.book-page #buyItNowNav h3
{
	margin-top: 0px;
}

#book-page #content-wrap.book-page #buyItNow .buyItNowBox
{
	zoom: 1;
	overflow: hidden;border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.20);
}

/*----
FOOTER
-------------------------------------------*/

#footer #custom_html-2
{
	text-align: right;
}

#footerSocial{
	margin-top: 40px;
}

.footerSocial
{
	text-align: center;
	margin-bottom: 15px;
}

#footerSocial img,
.footerSocial img
{
	max-width: 50px;
	height: auto;
	margin: 0 10px 0 0;
	-webkit-filter: grayscale(1);
  	filter: grayscale(1);
	opacity: .4;
	transition: all .5s ease-in-out;
}

#footerSocial img:hover,
.footerSocial img:hover
{
	-webkit-filter: grayscale(0);
  	filter: grayscale(0);
	opacity: 1;
}

.footer-quote
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.footer-quote p.quote
{
	font-size: 24px;
	text-align: center;
	margin-bottom: 0px;
	line-height: 1.2em;
}

.footer-quote p.quote-author
{
	font-size: 18px;
	text-align: center;
}

#footer p.footer-title
{
	color: #979797;
	text-align: center;
	font-size: 16px;
	margin-bottom: 5px;
}

#footer .widget-title
{
	font-size: 1.7em;
	margin: 0 0 2em 0; 
	font-weight: 400;
	margin-bottom: 5px;
}

#footer #text-2
{
	font-size: 16px;
	line-height: 1.3em;
}

/*--- COOKIE POPUP ---*/

.cookie-notice-container
{
	
}

#cn-notice-text
{
	display: inline-block;
	text-align: left;
	font-family: 'Lora', Arial;
}

a#cn-accept-cookie
{
	color: #fff;
	background: #998443;
	border-color: #998443;
}

a#cn-refuse-cookie,
a#cn-more-info
{
	color: #333;
	background: #eeeeee;
	border-color: #eeeeee;
}

@media screen and (min-width: 980px) {
	
	.footer-quote
	{
	margin-top: 50px;
	margin-bottom: 60px;
	}
	
	.footer-quote p.quote
	{
	font-size: 33px;
	}
	
	.footer-quote p.quote-author
	{
	text-align: right;
	margin-right: 30px;
	}

	.footerSocial
	{
	text-align: left;
	}
	
	#footer p.footer-title
	{
	text-align: left;
	}

	#mc4wp-form	label
	{
	text-align: left;
	}

	#owl .owl-item img
	{
	  width: 100%;
	}
	
	#owl .owl-nav .owl-prev
	{
		left: -50px;
	}

	#owl .owl-nav .owl-next
	{
		right: -50px;
	}
	
}

@media screen and (min-width: 1200px) {
	
	/*----
	SHOP HOME
	-------------------------------------------*/
	.ultb3-box.home-hero-side {
		min-height: 296px;
	}
	
}