/*
Theme Name: Aperitif Child
Theme URI: http://aperitif.elated-themes.com
Description: A child theme of Aperitif
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Version: 1.0.0
Text Domain: aperitif
Template: aperitif
*/
.page-template-entryform .qodef-page-title , .page-template-entryform-de .qodef-page-title{
	display:none;
	}
.page-template-entryform #qodef-page-inner , .page-template-entryform-de #qodef-page-inner{
	padding-top:0px !important;
	}	
.page-template-entryform h1 , .entryform_top_title{
	color: #a28738;
	font-weight: 300;
	font-size: 34px;
	text-align: center;
	letter-spacing: 1px !important;
	line-height: 1.5;
	}	
.gold_r{
    background-color:#a28738;
	width:100%;
	height:1px;
}	

.nav.nav-tabs.mynav{
    display: flex;
    align-items: center;
    border-bottom-color: 
    transparent;
}
.nav.nav-tabs.mynav > li {
    position: relative;
    display: inline-flex;
    width: 100%;
    text-align: center;
	/*max-width:25%;*/
}





.nav-tabs > li {
    float: left;
}

.nav.nav-tabs.mynav > li.active > a, .nav.nav-tabs.mynav > li.active > a:focus, .nav.nav-tabs.mynav > li.active > a:hover {
   /* color:#fff;
    cursor: default;
    background-color:#a28738;*/
}
.nav.nav-tabs.mynav > li > a {
    margin-right: 0px;
    color: #000;
    letter-spacing: 2px;
    line-height: 1.42857143;
    border: 0px solid transparent;
    border-radius: 0;
    width: 100%;
    border: 1px solid  #A28738;
    text-transform: uppercase;
    font-weight: 400;
    white-space: nowrap;
}

.nav.nav-tabs.mynav > li > a:hover {
	text-decoration:none;
	}
.nav > li > a {
    padding: 10px 10px !important;
}	
.tabpanelHead {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 300;
    color:#000;
    margin-top: 20px;
    margin-bottom: 30px;
    letter-spacing: 1px;
	width:100%;
	text-align:center;
}
.controlpartname {
    font-size: 14px;
    font-weight: 700;
    color: 
    #333;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
}
input.form-control {
    font-size: 16px;
    height: 40px;
	cursor:default;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color:#555;
    background-color:#fff;
    background-image: none;
   /* border: 1px solid #ccc;*/
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px
    rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
input[type=text] {
	cursor:text;
	}
.form-control {
    border-radius: 0px;
    border: 1px solid #a28738 !important;
}
.ef_select_country_r select{
	width:100%;
	font-size: 16px;
    height: 40px;
	/*margin-bottom:20px;*/
	line-height: 24px;
	font-weight: inherit;
	color:#afa8a7;
	background-color:transparent;
	border: 1px solid #a28738;
	/*vertical-align: top;
	
	padding: 16px 20px;*/
	padding-left:20px;
	margin: 0 0 15px;
}
/*.form-margin {
    margin-bottom: 15px !important;
}*/
#registration_tb_box , #Product_Submission_tb_box , #Product_overview_tb_box , #Product_payment_tb_box{
	/*border:1px solid #090;*/
	display:none;
	}
	
	
/*#registration_tb_box.active{
	display:block;
	}*/
#Product_Submission_tb_box{
	/*border:1px solid #fcf;*/
}
#Product_Submission_tb_box.active{
	
	}

.registration_tab_boxes{
	padding-bottom:30px;
	}


.registration_tab_boxes .btn.btn-primary {
    color:#fff;
    background-color:#a28738;
    border-color:#a28738;
    border-radius: 0px;
    text-transform: uppercase;
    min-width: 130px;
}	
.reg_go_back{
    background-color:#fff;
	color:#a28738;
	border:1px solid;
	border-color:#a28738;
    border-radius: 0px;
    text-transform: uppercase;
    min-width: 130px;
	margin-right:5px;
	display: inline-block;
    padding: 6px 12px;
}
.reg_go_back:hover{ 
   color:#a28738;
}

.tab-content{
	/*border:2px solid #090;*/
	padding-top:40px;
	padding-bottom:40px;
	}

/*.tab-content  .active{
    display:block !important;
}*/

.tab-content  .show{
    display:block !important;
}

.tab-content  .hide{
    display:block !important;
}



input.form-control {
    font-size: 16px;
    height: 40px;
}
select.form-control {
    font-size: 16px;
    height: 40px !important;
	border-radius:0px !important;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px !important;
    font-size: 14px;
    line-height: 1.42857143;
    color:#555 !important;
	background-color:#fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px  rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control::placeholder {
    color: #999;
    opacity: 1;
	padding: 6px 12px !important;
}
	
	
@media (min-width: 1250px) and (max-width: 10000px){	
.p_l_zero{
	padding-left:0px !important;
	}
.p_r_zero{
	padding-right:0px !important;
	}	
.container {
    max-width: 1200px !important;
}
#tblProduct .alc, #tblProduct .retail, #tblProduct .bottle, #tblProduct .cost {
    width: 24%;
    display: inline;
    margin-right: -3px;
}

#tblProduct_before .alc, #tblProduct_before .retail, #tblProduct_before .bottle, #tblProduct_before .cost {
    width: 24%;
    display: inline;
    margin-right: -3px;
}

	
}

.form-horizontal hr.gold {
     
	margin-top: 20px;
    margin-bottom: 20px;
	width:100%;
	max-width:100%;
	background-color:transparent !important;
	border-top: 1px solid #a28738 !important;
}
.product_last_row{
	border-bottom:0px !important;
	}
.costbox {
    background-color:rgba(162, 135, 56, 0.2);
    text-align: center;
    padding: 20px !important;
	
}

.costbox .text-left{
	color:#000000;
	font-family: 'Lato', sans-serif;
	font-size: 17px !important;
	font-weight: 300 !important;
}

	
.cost_label{
	text-align:center;
	color:#333;
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
	width:100%;
	}
.partname{
	font-size: 20px !important;
	margin-top:19px;
	font-weight:700;
	color:#000000;
	}
.partner_nme_form_group{
	
	}
.partner_nme_form_group li{
	list-style:none !important; 
	}
.partner_nme_form_group li .bold{
	font-weight:bold;
	color:#000000 !important;
	}	
.text-left{
	text-align:left;
	}
.text-right{
	text-align:right;
	}	
.cost_b_r{
	margin-bottom:10px;
	}
.prod_sub_b_txt{
	color:#000000;
	margin-top:30px;
	margin-bottom:30px;
	}
.costbox input[type="text"]{
	margin-bottom:0px;
	}	
.remove {
    color:red !important;
    border: 1px solid red !important;
	background-color:transparent;
	border-radius:0px;
}	
.cancel_prod{
	background-color:#fff;
	color:#a28738;
	border-color:#a28738;
	border-radius: 0px;
	text-transform: uppercase;
	min-width: 130px;
	}
@media (min-width: 10px) and (max-width: 767px){ 
.nav.nav-tabs.mynav > li {
 	max-width:100%;
	margin-bottom:5px;
}
   .cancel_prod{
	   width:100%;
	   margin:0 auto;
	   max-width:300px;
	   margin-bottom:25px;
	   }
}	
@media (min-width: 768px) and (max-width: 10000px){
.paypal_sub_ot{
	max-width:100%;
	}	
#qodef-page-header{
	background-color:#000 !important;
	}

.nav.nav-tabs.mynav > li {
 	max-width:25%;
}	
.ProductSummary{
	padding-left:15px;
	}	
	.cancel_prod{
	  margin-right:30px;
	   }
	}
.overview_left_ot{
	width:100%;
	height:auto;
	padding:20px;
	border:1px solid #a28738;
	}
.overview_right_ot{
	width:100%;
	height:auto;
	padding:20px;
	border:1px solid #a28738;
	}	
.overview_left_panel{
	width:100%;
	height:auto;
	padding-bottom:10px;
	
	}
.overview_left_panel_head{
	width:100%;
	height:auto;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: uppercase;
	color:#000;
	}
.overview_left_panel_content ul{
	margin-left:0px;
	margin-bottom:0px;
	}
.overview_left_panel_content li{
	list-style:none;
	font-size: 14px !important;
	color:#000000;
	}
.product_h{
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: uppercase;
	color:#000000;
	}
.ProductSummary{
	width:100%;
	max-width:400px;
	}
.ProductSummary .product_title{
	font-size: 16px;
	font-weight: 700;
	color:#a28738;
}	
.ProductSummary p{
	color:#000;
	margin:0px !important;
	}
.pro_sumry_label{
	font-weight:bold;
	color:#000000 !important;
	}
.ef_ov_total_box{
	width:100%;
	max-width:300px;
	float:right;
	text-align:right;
	margin-top:30px;
	}
.ef_ov_total_head{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: uppercase;
	color:#000;
	}
.ef_ov_total_price{
	font-weight:300;
    color:#a28738;
    font-size:35px;
	margin-top:15px;
	font-weight:normal !important;
}
.payment_amount_due{
	 
	margin-left:20px;
	width:230px;
	}
.payment_amount_due label{
	color:#000;
    font-weight: 400;
	font-size:20px;
	margin-bottom:0px;
	}	
#Amountdu{
	background-color:#eee;
    opacity: 1;
	font-size:20px;
	height:40px;
	border:1px solid #999;
	width:230px;
	color:#666666;
	}
.payment_detail_box{
	width:98%;
	height:auto;
	margin-bottom:40px;
	}
.payment_detail_box .main-label{
	color:#000;
    font-weight: 400;
	font-size:20px;
	margin-bottom:0px;
	}
.payments_options{
	width:100%;
	max-width:100%;
	margin-top:10px;
	}	
.payments_options label{
	display:inline-block;
	margin-left:7px;
}
.bank_detail_box{
	width:100%;
	display:none;
	}
.paypal_box{
	width:100%;
	height:auto;
	display:block;
	}
.bank_label{
	color:#000;
    font-weight: 400;
	font-size:20px;
	margin-bottom:0px;
}
.tab_selected{
	color:#fff !important;
    cursor:default;
    background-color:#a28738;
}
#prod_li , #overview_li , #payment_li{
	display:none;
	}
.remove_prod{
	border-color:#F33;
	color:#F33;
	border-radius: 0px;
	background-color:#FFFFFF;
	margin-right:30px;
	}
#pro_anot_cancel_to_ov{
	display:none;
	}
.amount_deu{
	background-color: #eee;
	opacity: 1;
	font-size: 20px;
	height: 40px;
	border: 1px solid #999;
	width: 230px;
	color: #666666;
	padding: 6px 20px;
	}
.complete_bank_payment{
	/*border:1px solid #090 !important;*/
	}
.complete_paypal_payment{
	/*border:1px solid #F39 !important;*/
	padding: .375rem .75rem !important;
	font-size: 1rem !important;
	line-height: 1.5 !important;
	}
#paypal_form{
	
	
	}
.paypal_complete_btn_ot{
	width:210px !important; 
	border:2px solid #06F !important;
	float:left;
	}
	
	
	
	/*/////////////////*/
/*#registration_tb_box{
	display:none !important;
	}	
	
#Product_Submission_tb_box{
	display:block !important; 
	}	*/	
	/*/////////////////*/
	
	
	
	
	
	
.paypal_sub_ot{
	width:100%;
	display:inline-block;
	text-align:right;
	}	
.complete_paypal_payment{
	font-size:14px !important;
	max-width:100% !important;
	}
	
#btnReg_bank{
	display:none;
	}
#allcategories th , #allcategories td{
	border:1px solid !important;
	}
#allcategories{
	display:none !important;
	}	
.allcat_pagination_ot{
	width:80%;
	/*border:1px solid #000;*/
	display:block;
	min-height:30px;
	padding-top:10px;
	}
.allcat_pagination_ot ul{
	margin:0px !important;
	}	
.allcat_pagination_ot ul li{
	display:inline-block;
	border:1px solid #CCC;
	margin-bottom:5px;
	width:35px;
	text-align:center;
	}
.allcat_pagination_ot ul li a{
	padding:10px 10px; 
	display: block;
    line-height: 10px;
	}	
.allcat_pagination_ot ul li a:hover{
    text-decoration:none;
	}	
#selected_pg_cat_res{
	width:100%;
	display:block;
	}
.selected_cat_pag{
	font-weight:bold !important;
	color:#c8693a;
	border:1px solid #c8693a;
	}
#cat_search_input_ot{
	width:100%;
	max-width:500px;
	
	height:40px;
	display:block;
	}

.search_cat_lab{
	width:30%;
	max-width:100px;
	
	display:inline-block;
	 
	height:40px;
	float:left;
	line-height:40px;
	text-align:center;
	font-weight:500;
	}
.search_cat_input{
	width:70%;
	max-width:200px;
	display:inline-block;
	 
	height:40px;
	float:left;
	line-height:40px;
	}	
.search_cat_input input{
	/*line-height:40px;*/
	height:40px;
	 
	}	
	
#qodef-page-mobile-header {
    top: 0px !important;
}	

.qodef-mobile-header--sticky #qodef-page-mobile-header {
    -webkit-transform: translateY(0) !important;
	transform: translateY(0) !important;
}	
@media (min-width: 10px) and (max-width: 767px){ 
button.add-another-product{
	width:100%;
	max-width:300px;
	margin:0 auto;
	}
#product_sprit_category , #product_cost{
	margin-top:20px;
	}
.overview_right_ot{
	margin-top:20px;
	}
#Product_payment_tb_box .btncontinue{
	width:100%;
	max-width:300px;
	margin:0 auto;
	margin-bottom:15px;
	}
#Product_payment_tb_box .complete_paypal_payment{
	width:100% !important;
	max-width:300px !important;
	margin:0 auto;
	margin-bottom:15px;
	border:0px !important;
	}	
	
	
.ef_ov_total_head{
	text-align:left;
	}
.ef_ov_total_price{
	text-align:left;
	}
#registration_tb_box .btncontinue{
	width:100%;
	max-width:300px;
	margin:0 auto;
	}
}





/*/////////ruf for redirect to paypal*/
#Product_Submission_tb_box , #Product_overview_tb_box , #Product_payment_tb_box{
	/*display:block !important;*/
	}
/*/////////ruf for redirect to paypal*/	


#pro_sub_to_overview_refresh{
	display:none;
	}
	
.btncontinue:hover , .add-another-product:hover , .complete_paypal_payment:hover{
	background-color:#edc551 !important;
	}	
.cancel_prod:hover , .reg_go_back:hover{
	background-color:#a28738 !important;
	color:#fff !important;
	}	
.paypal_btn_ot{
	width:100%;
	max-width:100px;
	display:inline-block;
	margin-right:20px;
	font-weight:bold;
	}
 .paypal_text{
	display:inline-block;
	font-weight:bold;
	}	
	
	
.paypal_btn_ot img{
	width:auto;
	max-width:100%;
	}
.paypal_option_ot{
	width:auto;
	max-width:100px;
	display:inline-block;
	}
.bank_payment_option_ot{
	width:auto;
	max-width:100%;
	display:inline-block;
	margin-top:10px;
	}
.top_logo_area{
	width:auto;
	min-height:80px;
	/*background-color:#66FFCC;*/
	max-height:150px;
	float:left;
	min-width:103px;
	margin-top:5px;
	}
.top_logo_area img{
	width:auto;
	max-width:100%;
	max-height:100px;
	display:block;
	float:left;
	
	}	
.top_logo_textarea{
	float:left;
	width:100%;
	max-width:350px;
	height:auto;
	display:block;
	margin-top:20px;
	margin-left:10px;
	color:#fff !important;
	}	
.top_logo_textarea .r1 , .top_logo_textarea .r2{
	 font-size:16px;
	 margin-top:0px;
	 margin-bottom:0px;
	 line-height:25px;
	 font-weight:400;
	 color:#fff !important;
	}	
.top_logo_textarea .r3{
	font-weight:bold;
	font-size:16px;
	margin-top:0px;
	margin-bottom:0px;
	line-height:25px;
	color:#fff !important;
	}	
	
.right_side_top_section{
	width:100%;
	/*max-width:630px;*/
	min-height:65px;
	/*background-color:#FFCCFF;*/
	float:right;
}
.right_side_top_menu_sestion{
	width:100%;
	min-height:50px;
	/*background-color:#CCC;*/
	float:right;
	line-height:40px;
	height:40px;
	}
.top_right_boxes{
	width:100%;
	max-width:220px;
	min-height:61px;
	/*background-color:#66CC99;*/
	margin-left:0px !important;
	margin-right:0px !important;
	
    height: 4rem;
    padding: 0.8rem 2% 0.8rem 4%;
    font-weight: 400;
    font-size: 0.8rem;
    color: #FFF;
	float:right;
}
.top_right_boxes h3{
	margin: 0rem 0rem 0.3rem 0rem;
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	color: #FFF;
	text-align:left;
	}
.top_right_boxes p{
	font-size: 0.7rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
	margin-top:0px !important;
	margin-bottom:0px !important;
	}
@media (min-width: 768px) and (max-width: 10000px){ 
.right_side_top_menu_sestion .qodef-header-navigation {
    float:right !important;
	text-align:right !important;
	}
.right_side_top_menu_sestion .qodef-header-navigation > #qodef-main-navigation-menu {
	float:right !important;
	text-align:right !important;
	}
.right_side_top_menu_sestion .sub-menu{
 
	text-align:left !important;
	}	
	
}
.faq_right_content h2{
	font-size:22px !important;
	}
.faq_right_content .vc_custom_heading{
	font-size:32px !important;
	}	
.faq_left_col h2{
	font-size:22px !important;
	}
.faq_left_col h3{
	font-size:20px;
	margin-top:5px !important;
	margin-bottom:5px !important;
	}	
.faq_left_button{
	
	}
	
@media (min-width: 1200px) and (max-width: 10000px){	
.faq2_top_parallex_txt_ot{
	padding-top:150px;
	padding-bottom:150px;
	
	}
.faq2_buttons_ot .vc_btn3-container{
	display:inline-block !important;
	}	
.faq_left_inner{
	width:100%;
	max-width:350px;
	margin:0 auto;
	}
.faq_sb_mov{
	width:100%;
	height:auto;
	max-width:100%;
	}
.faqsbup{
	position:absolute;
	/*top:1100px;*/
	}
.faqsbfixed{
	position:fixed;
	display:block;
	float:left;
	z-index:999;
	width: 565px;  
	top: 100px; 
	}	
}	

.oldcat_ot{
	
	background-color:#FF99CC;
	}
.categories_temp_hide , .mobile_entry_now_ot a{
	display:none !important;
	z-index:-10px;
	opacity:0 !important;
	width:0px !important;
	height:0px !important;
	}
	
.faq_accordion_ot .qodef-tab-title{
	font-weight:bold !important;
	}

.faq_accordion_ot .qodef-accordion-title{
	background-color:#f4be43 !important;
	}
	
.faq_accordion_ot .qodef-accordion-title:hover{
	    background: #ffe166 !important;
}
	 
.faq2_buttons_ot{
	margin-top:25px;
	margin-bottom:20px;
	text-align:center !important;
	}	 
.faq2_buttons_ot a.vc_btn3-style-custom{
	text-transform:uppercase !important;
	font-size: 1.1rem;
	margin: 6px 6px;
	padding: 8px 20px;
	color: #fff;
	border-radius: 4px;
	box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.2) inset;
    font-weight: 400;
    letter-spacing: 1px;
	background-color:#f4be43 !important;
	
	}	

	
.faq2_buttons_ot a:hover{
	background-color:#ffe166 !important;
	}	
.faq2_top_parallex_txt_ot{
	color:#fff !important;
	}
.faq2_top_parallex_txt_ot h2{
	font-size:34px !important;
	color:#fff !important;
	}	
	
.page-id-5028 #qodef-page-inner {
    padding-top:0px !important;
}	
@media (min-width: 10px) and (max-width: 767px){
.top_logo_textarea{
	display:none !important;
	}
}
@media (min-width: 768px) and (max-width: 10000px){
.qodef-header-navigation > ul > li > a{
	color:#fff !important;
	
	}
}

.contact_captcha_ot{
	width:310px;
	display:block;
	margin-bottom:10px;
	margin-top:10px;
	margin:0 auto !important;
	text-align:center;
	padding-bottom:20px;
	}
#qodef-page-mobile-header{
	background-color:#000000;
/* background-color:#00FF00;*/
	}	
.qodef-lines .qodef-line{
	color:#fff !important;
	}	
.contact_form_ot{
	text-align:center !important;
	}	
	
#aperitif_core_woo_dropdown_cart-5{
	/*display:none !important;*/
	}	
	
.mobile_entry_now_ot{
	width:100px;
	/*height:40px;*/
	text-align:right;
	}	
.mobile_entry_now_ot a{
	background-color:#000;
	border:2px solid #FFF;
	padding:5px 7px;
	text-decoration:none;
	font-size:11px;
	color:#fff;
	}	
.mobile_entry_now_ot a:hover{
	background-color:#c8693a;
	text-decoration:none !important;
	font-size:11px;
	padding:5px 7px;
	color:#fff;
	}	
#qodef-page-mobile-header .qodef-mobile-header-logo-link{
	margin-left:20% !important;
	}	
/*.dynatableTest a.btnlink{
	color:#CF0 !important;
	border:1px solid #F00 !important;
	}*/	
	
	
.wpcf7 span.wpcf7-list-item { display: block !important; }	

.select2-container .select2-selection--multiple {
	height:auto !important;
	}
.aajudcomment{
	width:100%;
	height:100px !important;
	
	}
	


#clockdiv , #clockdiv2{
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
}

#clockdiv > div , #clockdiv2 > div{
    padding: 8px;
    border-radius: 3px;
    background: #00BF96;
    display: inline-block;
}

#clockdiv div > span , #clockdiv2 div > span{
    padding: 10px;
    border-radius: 3px;
    background: #00816A;
    display: inline-block;
}

.smalltext{
    padding-top: 5px;
    font-size: 14px;
}

#clockdiv , #clockdiv2{
	margin:0 auto;
	width:100%;
	text-align:center;
	margin-bottom:20px;
	
	}
	
.judge_p_form_txt , .judge_p_form_txt p{
	color:#000 !important; 
	}
.page-template-Apply-as-a-Judge-php p{
	color:#000 !important; 
	}
.ENTER_NOW_btn_sb_ot{
	width:100%;
	display:block;
	text-align:center;
	}	
	
.ENTER_NOW_btn_sb , .ENTER_NOW_btn_home  .vc_btn3{
	padding:15px 45px !important;
	border:1px solid #eee;
	margin:0 auto;
	display:inline-block;
	margin-bottom:30px;
	margin-top:10px;
	text-decoration:none;
	background-color:#ff9b06 !important;
	color:#fff !important;
	border-radius:5px !important;
	font-size:16px;
	}	
.ENTER_NOW_btn_sb:hover , .ENTER_NOW_btn_home  .vc_btn3:hover{
	text-decoration:none;
	background-color:#e59b29 !important;
	color:#fff !important;
	}	
	
#judge_respon_rec_mail_ot{
	width:100%;
	display:none;
	}	
#sendmecopyofmail{
	
	}	
.bold{
	font-weight:bold !important;
	}	
	
	
	
	
.applyas_judge_sidebar_ot{
	background-color:#efefef;
	padding-left:15px;
	padding-right:15px;
	padding-top:25px;
	padding-bottom:50px;
	}	
.applyas_judge_content_inner{
	width:96%;
	margin-right:4%;
	height:auto;
	float:left;
	}
.applyas_judge_sidebar_ot h2{
	font-size:22px !important;
	font-weight:bold !important;
	}	
.applyas_judge_sidebar_ot .textwidget{
	margin-bottom:25px !important;
	}
.sg_top_img{
	width:100%;
	height:auto;
	text-align:center;
	}	
.sg_top_img img{
	width:auto;
	max-width:100%;
	}
.sg_full_divider{
	margin-top:12px;
	margin-bottom:20px;
	width:98%;
	margin-left:1%;
	height:4px;
	background-color:#000;
	}
.sg_top_red_text{
	width:80%;
	display:block;
	margin:0 auto;
	text-align:center;
	color:red;
	font-weight:bold;
	margin-top:50px;
	margin-bottom:45px;
	}	
.sg_table_headlien{
	font-size:22px;
	margin-bottom: 1.25rem;
	color: #000;
	line-height: 1.3;
	font-weight: 700;
	}	
.sg_table_ot{
	width:100%;
	height:auto;
	display:block;
	margin-bottom:70px;
	}
.tablepress tfoot th, .tablepress thead th {
    background-color: #d9edf7;
    font-weight: 700 !important;
    vertical-align: middle;
	padding: 8px;
	text-align: left;
	color:#3d1d0f;
}	


.tablepress .row-hover tr:hover td {
    background-color: #f3f3f3;
	
}
.tablepress .row-hover tr td {
    vertical-align: top;
    padding: 8px;
    text-align: left;
	float: none !important
	word-wrap: break-word;
	font-size:16px;
	color:#3d1d0f;
}
.sg_list_main_headline{
	margin-bottom: 1.25rem;
	color: #000;
	line-height: 1.3;
	font-weight: 700;
	font-size: 1.25rem;
	word-wrap: break-word;
	letter-spacing:0px !important;
	}
.sg_list_heading{
	margin-bottom: 1.25rem;
	color: #000;
	line-height: 1.3;
	font-weight: 700;
	font-size: 1rem;
	letter-spacing:0px;
	}	
.sg_listing li{
	color:#3d1d0f;
	font-size:16px;
	margin-bottom:5px;
	margin-top:5px;
	}	
	
.sg_listing {
	margin: 0 0 20px 40px;
	list-style-position:outside !important;
	}	
@media (min-width: 10px) and (max-width: 767px){
.sticky_menu_m{
	position:fixed !important;
	top:0 !important;
	right:0 !important;
	left:0 !important;
	}		
}
@media (min-width: 768px) and (max-width: 10000px){	
.sticky_menu_d{
	position:fixed !important;
	top:0 !important;
	right:0 !important;
	left:0 !important;
	
	-webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
	
	
	transition: transform .5s ease,top .5s ease,-webkit-transform .5s ease;
    z-index: 100;
	
	}
}

.qodef-header-sticky{
	display:none !important;
	}
	
/*	
.stkp + #qodef-page-outer {
  padding-top: 60px !important;
}	*/


.apply_judge_captcha_ot{
	width: 310px;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	padding-bottom: 20px;
	 
	}
.qodef-e-meta , .qodef-m-social-icons-group{
	display:none !important;
	}	
	
.single-tribe_events .tribe-events-single-section.tribe-events-event-meta{
	display:none !important;
	}	
.single-tribe_events .tribe-events-cal-links{
	margin-bottom:50px !important; 
	}	
.home_top_title h2{
	line-height: 1em !important;
	font-size:35px !important;
	}
.home_per_submission_Txt .qodef-m-title{
	font-family: "Times New Roman", Times, serif !important;
	}
@media (min-width: 768px) and (max-width: 10000px){	
.home_your_brand_Text{
	font-size: 50px;
    line-height: 60px;
	}
.home_sec6_right_single_img{
	margin-top:-55px;
	}	
/*.home_your_brand_Text{
	font-size: 103px;
    line-height: 20px;
	}	
	*/
}
@media (min-width: 10px) and (max-width: 767px){	
.top_cart_icon_ot{
	text-align:center !important;
	margin-right:15px;
	}	
.page-template-results #qodef-page-inner{
	padding-top:0px !important;
	
	}

.home_get_spirts_title h2{
	font-size:30px !important;
	}
.home_newsletter h3{
	font-size:30px !important;
	}
.home_benf_distrubtion h2{
	font-size:30px !important;
	}


   .home_your_brand_Text{
	font-size: 50px;
    line-height: 60px;
	}	

    .home_section2_ot  .qodef-m-content .qodef-m-content-inner .qodef-m-title{
	   font-size:20px !important;
	   max-width:200px !important;	
	
	}
	.home_sec6_right_single_img{
	margin-top:40px;
	}
	
}	


.faq2_register_title h3{
	text-align:center !important;
	}
.ef_p1_botom_l_d_img{
	width:100%;
	max-width:400px;
	margin:0 auto;
	}	
.ef_p1_botom_l_d_img img{
	width:auto;
	max-width:100%;
	}	
.p1_btn{
	width:100% !important;
	}
	
.ef_ov_total_box .ef_ov_total_btm{
	clear:both;
	
	font-size:12px !important;
	color:#000 !important;
	}	
	
.lockicon_payment{
	position:absolute !important;
	z-index:99999 !important;
	top:11px !important;
	right:245px !important;
	color:#fff !important;
	}
	
 
.complete_paypal_payment , .complete_bank_payment{
	  padding: 5px 38px 5px 45px !important;
	 float:right;
	 width:auto !important;
     max-width:100% !important;
	 height:40px !important;
	 line-height:30px !important;
	 letter-spacing: .13em !important;
	 font-size:14px !important;
	 min-width:250px !important;
	}	
	
.thankyoupage_text1 p{
	font-size:24px;
	line-height:40px;
	}	
.seeallcategory{
	 display:none !important;
	}
	
.country.form-control{
	padding:3px !important;
	font-size:14px !important;
	}	
.redborder , .emailredborder{
	border-color:#F00 !important;
	}	


.redcolor{
	border-color:#F00 !important;
	}
.redborder.greenborder{
	border-color:#0C0 !important;
	}		
.emailgreenborder{
	border-color:#0C0 !important;
	}	

 #txtTotalCost{
	 text-align:right !important;
	 }
.overview_right_ot .ProductSummary{
	margin-top:10px !important;
	margin-bottom:20px;
	}	 
.complete_paypal_payment:hover , .complete_bank_payment:hover{
	background-color:#59b834 !important;
	}	
	
	
.woocommerce form .input-text {
    font-size: 14px;
    line-height: 24px;
    border: none !important;
    border-bottom: 2px solid #cccccc !important;
}	

.woocommerce-account .woocommerce-MyAccount-content fieldset {
    border: 1px solid #dddddd;
    padding: 20px 40px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.woocommerce form .password-input , .woocommerce form .woocommerce-input-wrapper{
	width:100% !important;
	}
.yith-wcwl-add-button , .qodef-woo-product-wishlist-holder{
	display:none !important;
	}	
	
.woocommerce ul.products li.product a.item-wishlist {
 
}	
.qodef-woo-product-list .qodef-woo-product-wishlist-holder{
    display:none !important;
	}
	
.woocommerce-product-rating{
	display:none !important;
	}	
.post-type-archive-product .qodef-page-sidebar-section{
	
	}	
	
.post-type-archive-product .qodef-page-sidebar-section .qodef-widget-title{
	margin: 0rem 0rem 0.5rem 0rem;
	padding: 0rem 0rem 0.3rem 0rem;
	font-size: 1rem;
	font-weight: 700;
	border-bottom: 1px solid #6a542e !important;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight:700 !important;
	}	
	
.post-type-archive-product div{
	font-family: 'Alegreya Sans', sans-serif;
	font-weight:300 !important;
	}	
	
	
	
.shop_sb_sticker_btn{
	 
	padding: 0.4rem 2rem 0.4rem 2rem !important;
	display: block;
	font-weight: 700;
	color: #FFF !important;
	background-color: #D45C41 !important;
	border: 0px;
	text-transform: uppercase;
	text-align: center;
	margin:0 auto !important;
	margin-top:25px !important;
	margin-bottom:25px !important;
    font-family: 'Alegreya Sans', sans-serif;
	font-weight:700 !important;
	}	
.shop_sb_sticker_btn_ot , a.shop_sb_sticker_btn_ot:hover{
	text-decoration:none !important;
	}	
.shop_sb_blackbox{
	width:100%;
	min-height:200px;
	background-color: #2d2927;
	padding: 1rem 0.8rem 0.5rem 0.8rem;
	color: #A19592;
	display:block !important;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight:300 !important;
	}	
.post-type-archive-product .widget {
	margin-bottom:10px !important;
	}	
.shop_sb_blackbox h2{
	color:#fff !important;
	font-size:22px !important;
	font-weight:bold;
	border-bottom:1px solid #FFF !important;
	padding-bottom:10px !important;
	margin-top:5px !important;
	margin-bottom:5px !important;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight:700 !important;
	}	
	
.qodef-woo-product-inner{
	text-align:center !important;
	}	
.qodef-woo-product-tags{
	display:none !important;
	}	
.home_box1_wine_spirit .qodef-m-title-inner{
	max-width:230px !important;
	}	
.archive_top_area{
	width:94%; min-height:10px; display:block;
	margin-bottom:25px;
	margin-left:3%;
	}	
.archive_top_area h2{
	margin: 0rem 0rem 1rem 0rem;
	padding: 0rem 0rem 0.4rem 0rem;
	color: #1D1D1B;
	border-bottom: 1px solid #1D1D1B;
	font-size: 2.4rem;
	font-weight: 100;
	letter-spacing: 0.75rem;
	text-transform: uppercase;
	text-align: center;
	
	}	
	
#qodef-woo-page .price, .qodef-woo-shortcode .price{
	font-style:normal !important;
	}	
	
#qodef-woo-page .add_to_cart_button{
	background:none !important;
	background-color:transparent !important;
	color:#000 !important;
	padding:0px !important;
	}	
	
#qodef-woo-page .button.product_type_simple{
	background:none !important;
	background-color:transparent !important;
	color:#000 !important;
	line-height:20px !important;
	padding:0px !important;
	width:100%;
	}	
#qodef-woo-page .added_to_cart.wc-forward{
	background:none !important;
	background-color:transparent !important;
	color:#0C0 !important;
	line-height:20px !important;
	padding:0px !important;
	width:100%;
	}	
	
.icon-arrows-right::before {
    content: "\e04b";
}	

.wcppec-checkout-buttons__separator{
	display:none !important;
	}
	
input[type='file'] {
  /*opacity:0 !important;  */  
  color:#fff !important;
}	
.product_image_select{
	border:1px solid #999;
	cursor:pointer !important;
	display:inline-block !important;
	padding:5px 10px !important;
	font-size:14px !important;
	}
.product_image_select:hover{
	border:1px solid #0C0;
	text-decoration:underline !important;
	}	
.product_title_black{
	font-weight: bold;
    color: #000000 !important;
	
	}
.spirit_or_wine_input_ot{
	width: 100%;
    text-align: left;
    border: 1px solid;
    line-height: 20px;
    padding-top: 10px;
    padding-left: 10px;
	border-color: #0C0 !important;
	display:none !important;
	}	
.top_r_date{
	font-size: 0.9rem !important;
	font-weight: normal !important;
	letter-spacing: 0.05rem;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	font-family: 'Alegreya Sans', sans-serif !important;
	}	
#mc-embedded-subscribe{
	 
	color: #fff !important;
	background-color: #c8693a !important;
	border: 1px solid transparent;
	cursor: pointer !important;
	}	
	
.home #qodef-page-comments , .qodef-register{
	display:none !important;
	}	
.single-post .qodef-breadcrumbs , .single-post #qodef-page-comments{
	display:none !important;
	}	
@media (min-width: 10px) and (max-width: 1400px){		
.psy_product{
	display:block;
	width:100%;
	}	
}

 


.error404{ padding:40px 0; background:#fff; font-family: 'Arvo', serif;
}

.error404  img{ width:100%;}

.four_zero_four_bg{
 
 background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
    height: 400px;
    background-position: center;
	background-repeat:no-repeat;
 }
 
 
 .four_zero_four_bg h1{
 font-size:80px;
 }
 
  .four_zero_four_bg h3{
			 font-size:80px;
			 }
			 
.link_404{			 
	color: #fff!important;
    padding: 10px 20px;
    background: #39ac31;
    margin: 20px 0;
    display: inline-block;}
.contant_box_404{ margin-top:-50px;}	





	
#copy_protect_outer{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(/images/themes/default-v5/global/shadow.png);
	z-index: 10;
	background: rgba(0, 0, 0, 0.5);
	display:none;
	z-index:5000;
}

#copy_protect_inner{
	min-height: 350px;
	padding: 20px 5px 0;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: -200px 0 0;
	text-align: center;
	background: #111;
	-o-box-shadow: 1px 1px 3px #000;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;	
	max-height:400px;
	}
#copy_protect_logo{
	display: inline-block;
    height: auto;
    width: 200px;
    margin: 20px 0 30px;
	text-align:center;
	max-width:100%;
	}
#copy_protect_logo img{
	width:auto;
	max-width:100%;
	height:auto;
	max-height:160px;
	}
#copy_protect_inner p {
    line-height: 148%;
    color: #FFF;
	font-size:20px;
}	
.protection_ok{
	color: #FFF;
    line-height: 40px;
    font-size: 24px;
	border:1px solid #eee;
	padding:5px 15px;
	}
.protection_ok:hover{
	background-color:#FB5931;
	color:#fff;
	}
.okay_butn_outer{
	padding-top:10px;
	padding-bottom:10px;
	}
	
	
	
	
.result_side_navigation{
	width:100%;
	min-height:250px;
	 
	padding:20px;
	}
.result_side_navigation h2{
	font-size:20px;
	margin-bottom:10px !important;
	margin-top:10px !important;
	}	
.result_side_navigation #resultSearchField{
	width: 100%;
	max-width: 17rem;
	margin: 0rem 0rem 0rem 0rem !important;
	padding: 0.5rem 0.5rem 0.5rem 0.8rem;
	background-color: #000;
	border: 0px;
	color: #FFF;
	font-size: 0.9rem;
	}	
.result_side_navigation ul{
	width: 100%;
    border-top: 1px solid #8F7494;
	}	
.result_side_navigation ul li{
	padding: 0.2rem 0rem 0.2rem 0rem;
	display: block;
	border-bottom: 1px solid #593453;
	}	
.result_side_navigation ul li a{
	display: block;
	color: #000 !important;
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 0.9rem;
	}	
.result_side_navigation ul li a:hover{
	text-decoration:none;
	color:#333333;
	}	
.results_right_sb{
	width:100%;
	min-height:400px;
	text-align:right;
	}	
.result_main_img{
	float:right;
	width:auto;
	max-width:250px;
	}	
.result_main_img img{
	width:auto;
	max-width:100%;
	}
.results_content_inner h1{
	font-size:22px;
	letter-spacing:normal !important;
	}	
.results_posts_cont_ot{
	width:100%;
	height:auto;
	 
	float:left;
	}	
.results_posts_lft_img{
	width:22%;
	 
	/*min-height:200px;*/
	float:left;
	padding-top:30px;
	}
.results_posts_lft_img img{
	width:auto;
	max-width:120px;
	}	
 
.results_content_inner h1{
	margin: 0rem 0rem 0.5rem 0rem;
	color: #000;
	font-family: 'Montserrat';
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.1;
	margin-top:20px;
	}		
.results_posts_cont_ot h2{
	color: #000;
	font-family: 'Montserrat';
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.1;
	}	
.results_posts_right_content ul{}
.results_posts_right_content ul li{
	margin: 0rem;
	padding: 0rem 0rem 0.2rem 0rem;
	line-height: 1.4;
	font-family: 'Montserrat';
	font-size: 0.9rem;
	color: #4b4b4b; 
	list-style:none;
	}		
.results_posts_cont_ot{
	border-bottom: 1px solid #333;
	}	
#results_categories_r{
	 
	 display:block;
	 width:100%;
	 height:auto;
	 float:left;
	 	}
.result_medal_h{
	/*margin-top:40px !important;*/
	float:left;
	}	
.result_sb_inner{
	width:100%;
	max-width:300px;
	min-height:200px;
	height:auto;
	/*border:1px solid #090;*/
	
	float:left;
	background-color:#f6f6f6;
	}	
.result_sb_inner h2{
	font-size:16px;
	letter-spacing:normal !important;
	padding:15px 30px;
	background-color:#f6f6f6;
	text-align:left;
	border-bottom:2px solid #FFF;
	margin-bottom:0px !important;
	margin-top:5px !important;
	}	
.resluts_sb_medals{
	padding-top:15px;
	padding-bottom:15px;
    padding-left:30px;
	padding-right:30px;
	background-color:#f6f6f6;
	width:100%;
	height:auto;
	text-align:left;
	
	float:left;
	}
.resluts_sb_medals_botm_border{
	width:100%;
	float:left;
	border-bottom:2px solid #FFF;
	margin-top:10px;
	}	
.results_sb_medals_img{
	width:40%;
	height:auto;
	 
	float:left;
	}	
.results_sb_medals_img img{
	width:auto;
	max-width:100%;
	}	
.results_sb_medals_txt{
	width:60%;
	height:auto;
	padding-left:20px;
	float:left;
	}
.results_sb_medals_txt .blue_title{
	color:#65b8b4;
	text-transform:uppercase;
	letter-spacing:normal !important;
	margin-top:5px;
	font-size:16px;
	 
	}	
.grey_txt{
	float:left;
	width:100%;
	height:auto;
	color:#999;
	}	
 

.result_nav_ul_all ul{
	
	}
.result_nav_ul_all ul li{
	list-style:none;
	}	
.top_cart_icon_ot .qodef-m-opener-icon , .top_cart_icon_ot .qodef-icon-linea-icons{
	color:#FFFFFF !important;
	}
.top_cart_icon_ot{
	text-align:center !important;
	 
	}	
	
.newcatname {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 10px;
	text-align:left;
}

.prod_category_element_ot {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
	margin-right:15px;
	margin-left:5px;
}


.product_category_section_form{
	width:100%;
	border:1px solid #a28738 !important;
	text-align:left; 
	
	}

.product_category_section_form input{
	display:inline-block; 
	}	
.product_category_section_form label{
	display:inline-block;
	}	
	
.categories_temp_hide , .mobile_entry_now_ot a{
	display:none !important;
	z-index:-10px;
	opacity:0 !important;
	width:0px !important;
	height:0px !important;
	}		
#clockdiv{
	display:none;
	}	
#proeuct_required_err_msg{
	display:none;
	}	
.qodef-e-info-left , .qodef-blog article .qodef-e-info .qodef-e-info-item::after , .qodef-e-info-author , .qodef-e-info-category{
	display:none !important;
	}	
.page-template-results2  h1{
	clear:both;
	margin-top:30px !important;
	float:left;
	}
	
	
	
/*//////////////////////result page code for new layout start*/



.results_post_right_img{ 
	height:auto;
	float:right;
	 
	}	
.results_post_right_img img{
	width:auto;
	max-width:117px;
	max-height:300px;
	}	
@media (min-width: 10px) and (max-width: 767px){
.results_posts_right_content{ 
	margin-left:6%;
}
.res_c_cont_wot_img{
	width:100%;
}
.res_c_cont_with_img{
	width:100%; 
}  
.results_posts_right_content{ 
	padding-left:3%;
	padding-top:7%;
}
.results_post_right_img{
	width:100%; 
	margin-bottom:20px;
}
}

@media (min-width: 768px) and (max-width: 19500px){		
.results_posts_right_content{
	min-height:200px;
	}
.results_post_right_img{ 
	height:auto;
	float:right;
	margin-top:6%;
	text-align:center;
	}	
.wrapTopMenu .topMenu > ul {
	width:auto;
	display:inline-block !important;
	}	
#header{
	display:none !important;
	}
}

@media (min-width: 1401px) and (max-width: 19500px){	
.res_c_cont_wot_img{
	width:78%;
}
.res_c_cont_with_img{
	width:50%; 
}  
.results_posts_right_content{ 
	padding-left:5%;
	padding-top:7%;
}
.results_post_right_img{
	width:28%; 
}
}
/*@media (min-width: 768px) and (max-width: 1400px){	
.res_c_cont_wot_img{
	width:72%;
	margin-left:6%;
	}
.res_c_cont_with_img{
	width:50%;
	margin-left:6%;
}
}*/ 
@media (min-width: 768px) and (max-width: 1400px){	
.results_posts_right_content{ 
	margin-left:6%;
}
.res_c_cont_wot_img{
	width:72%;
}
.res_c_cont_with_img{
	width:46%; 
}  
.results_posts_right_content{ 
	padding-left:3%;
	padding-top:7%;
}
.results_post_right_img{
	width:25%; 
} 
}	

.results_posts_right_content{
	min-height:200px;
	float:left;
	}
/*//////////////////////result page code for new layout end	*/		


.qodef-page-sidebar-section img {
	display:block;
	margin:0 auto !important; 
	margin-bottom:0px !important; 
	}	
.entry_button_new a{
	/*font-family: "Quattrocento Sans",sans-serif ;*/
	font-size: 16px !important;
	font-weight: 400 !important;
	font-style: normal !important;
	line-height: 21px !important;
	text-decoration: none !important;
	text-transform: none !important;
	letter-spacing: 0px !important;
	padding: 17px 57px;
	background-color:#b4bb6b !important;
	border-radius: 30px !important;
	color:#fff !important;
	margin-top:30px !important;
	}	
.entry_button_new a:hover{
	background-color:#959d41 !important;
	}	
#apply_form_btton{
	font-size: 16px !important;
	font-weight: 400 !important;
	font-style: normal !important;
	line-height: 21px !important;
	text-decoration: none !important;
	text-transform: none !important;
	letter-spacing: 0px !important;
	padding: 17px 57px;
	background-color:#b4bb6b !important;
	border-radius: 30px !important;
	color:#fff !important;
	margin-top:30px !important;
	}	
#apply_form_btton:hover{
	background-color:#959d41 !important;
	}
.bank_payment_option_ot label{
	font-size:18px !important;
	font-weight:bold;
	}
	
.registration_tab_boxes .btn.btn-primary{
	border: none;
  /*background-color: orange;*/
  padding: 12px 48px 12px 24px;
  border-radius: 4px;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12' viewBox='0 0 7.41 12'%3E%3Cpath d='M10,6,8.59,7.41,13.17,12,8.59,16.59,10,18l6-6Z' transform='translate(-8.59 -6)' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 24px center;
	}
.registration_tab_boxes .btn.btn-primary:hover{
	background-color:#4e8c0e !important;
	}	
.ENTER_NOW_btn_sb{
	border: none;
  background-color: orange;
  padding: 12px 48px 12px 24px;
  border-radius: 4px;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12' viewBox='0 0 7.41 12'%3E%3Cpath d='M10,6,8.59,7.41,13.17,12,8.59,16.59,10,18l6-6Z' transform='translate(-8.59 -6)' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
	}	
.logout_outer_b{
	width:auto;
	height:auto;
	 
	float:right;
	margin-bottom:50px;
	
	}
.logout_outer_b a{
	font-weight:bold;
	padding:10px 15px !important;
	float:right;
	background-color:#ddd;
	}	
.logout_outer_b a:hover{
	text-decoration:none !important;
	color:#c8693a;
	}	
.member_pdf_download_btn{
	padding:10px 15px !important;
	background-color:#b4bb6b !important;
	border-radius: 30px !important;
	display:inline-block;
	color:#fff;
	}
.member_pdf_download_btn:hover{
	text-decoration:none;
	background-color:#959d41 !important;
	color:#fff;
	}	
#validation_message{
	width:100%;
	height:auto;
    display:block;
	line-height:40px;
	color:#FF0000;
	text-align:center;
	margin-top:20px;
	font-weight:bold;
	}
.dashboard_text_byadmin{
	background-color:#FCC;
	width:100%;
	float:left;
	padding:10px 15px;
	}	
#reset_pass_box{
	position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
  /*display:block;*/
	}
.rest_pass_inner_box{
	margin:0 auto;
	width:500px;
	height:auto;
	background-color:#fff;
	 position: relative;
	  top: 25%; /* 25% from the top */
	  /*width: 100%;*/ /* 100% width */
	  text-align: center; /* Centered text/links */
	  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
	}
#reset_validation_message{
	padding:10px 15px;
	color:#009900;
	}
.reset_close_btn{
	width:40px;
	height:40px;
	float:right;
	 
	}
.reset_close_btn a{
	 font-size:28px !important;
	 padding:10px;
	}	
#qodef-top-area{
	display:none !important;
	}
#custom_top_bar #qodef-top-area{
	display:block !important;
	background-color: rgba(0,0,0,0.2) !important;
	}	
.medals_black_text{
	font-weight:400;
	color:#333;
	}
	
.res_sb_download_button{
	width:120px;
	height:auto;
	border-radius:5px;
	float:left;
	}
.qodef-page-sidebar-section .res_sb_download_button img {
	margin-bottom:0px !important;
		}
.res_sb_download_button a:hover{
	opacity:0.8;
	}	

.medals_page_top_years_menus ul {
	text-align: center !important;
}
.medals_page_top_years_menus ul li{
	display: inline-block  !important;
	list-style: none !important;
	background-color: #000;
}
.medals_page_top_years_menus ul li a{
	font-weight: 600;
	font-size: 18px; 
	padding-right: 10px;
	padding-left: 10px;
	color: #fff;
	line-height: 35px;
	font-family: 'Alegreya Sans', sans-serif;
}
.medals_page_top_years_menus  li > a:hover {
	text-decoration: none;
}
.medals_page_top_years_menus  li:hover {
	background-color: #d45c41;
	
} 
 .single-product .product_meta{
	display: none !important;
}
