/*
Theme Name: Cocktail
Template: wet
Author: A22
*/

.clearfix{
	clear:both;	
}
.my_meta_control .description
{ display:none; }

.my_meta_control label
{ display:block; font-weight:bold; margin:4px 0px 2px 0px; margin-bottom:0; margin-top:12px; }

.my_meta_control label span
{ display:inline; font-weight:normal; }

.my_meta_control span
{ color:#999; display:block; }

.my_meta_control textarea, .my_meta_control input[type='text']
{ margin-bottom:3px; width:320px; }

.my_meta_control h4
{ color:#999; font-size:1em; margin:15px 6px; text-transform:uppercase; }

#poststuff .my_meta_control h3
{ font-size:1.4em; margin:0px 6px; text-transform:uppercase; padding:0px; }


/* upload "browse button" sections */

.my_meta_control .browseSection{
	height:200px;	
	background:red;
}

.my_meta_control .browseSection p{
	float:left;	
}


.my_meta_control .img_field, .my_meta_control .pdf_field{
	float:left;	
}

.my_meta_control .preview_box_img{
	display:block;
	width:200px;
	height:100%;	
	padding:5px;
	border:solid 1px #999999;
	float:left;	
	margin-right:5px;
}
	

.my_meta_control .preview_box_img img{
	width:100%;
}


.my_meta_control .preview_box_pdf{
	display:block;
	width:110px;
	height:110px;	
	background:url('images/pdf.png') center center no-repeat #fff;
	border:solid 1px #999999;
	float:left;	
	margin-right:5px;
}


.repeater_box{
	margin:20px 0px 0px 0px;
}

.repeatable_field{
	border-radius:8px;
	padding:5px;
	background:#f3f3f3;
	margin-bottom:15px;
}

.my_meta_control .repeater_btn{
	display:inline-block;
	font-size:20px;
	line-height: 20px;
	font-weight: bold;
	color:#fff;
	background:#333;
	cursor:pointer;
	padding:5px 8px;
	margin:4px 0px;
	border-radius:3px;	
}

.my_meta_control .repeater_btn:hover{
	color:yellow;
}

.my_meta_control .remove{
	display:inline-block;	
	background:red;
}


.my_meta_control .add{
	background:#36C;
	margin-right:5px;	
}


.the-tagcloud{
	display:block;
}

.wp-admin .my_meta_control p input[type="checkbox"]{
	margin-top:10px;
	margin-left: 10px;
}
/***RESIZE INGREDIENTS INPUT ***/


.repeatable_field_input{
	display:inline-block;
	margin:0px;
	line-height: 19px;
	padding-left:5px;
	width: 80%;
}

#reps .repeatable_field_input{
	display: block;
}
.buttons{
	float:right;
}
#reps .buttons{
	margin-top:-300px;
}

#ingredients .repeatable_field_input label{
	min-width:80px;
}


#ingredients .repeatable_field_input input{
	width:60px;
}

#ingredients .repeatable_field_input input[type="checkbox"]{
	width:auto;
	margin-bottom:15px;
	background-color: lightyellow;
}

.break_margin{
	margin-bottom:50px;
}

#ingredients .repeatable_field_input:last-of-type input{
	width:220px;
}


#ingredients .repeatable_field_input span .none{
	 visibility:hidden;	
}

.repeatable_field .repeater_btn{
	float:right;
	display:block;
	margin-top:30px;	
}

#method_of_production .repeatable_field_input input{
	width:340px;
}

.custom_yield{
	display: inline-block;
	width:70px;
	float:left;
	margin-top: 30px;
}
.custom_yield{
	font-weight: bold;
	font-size: 14px;
}
.custom_yield input[type='text']{
	width:40px;
}

.store_checks{
	background: #FFFFCC;
	padding:10px;
	display: inline-block;
}

/***** combobox   ****/

.combobox{
	position:relative;
}
#ingredients .repeatable_field_input .combobox input{
	display:inline-block;
	padding:5px;
	width:200px;
  	border-radius:5px;
  	border:1px solid #00B0F2;
}
.combobox ul{
	position:absolute;
    background:#fff;
    width:100%;
    border-radius:5px;
    margin:0;
    padding:0;
    display:none;
    border:1px solid #ccc;
    z-index:2;
}
.combobox li{
	padding:3px 10px;
	display:block;
	cursor:pointer; 
	border-bottom:1px solid #ccc;
}


.glass_drop{
	text-transform: capitalize;
}
