/* 
	Site wide styles
*/

/* general */
	.fp_yn_btn .btn_inner, .catchHandle{
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		-ms-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;
	}

/* Editor button */

/* other 0--*/
.wp-list-table .column-reservation_status p{
	display: inline-block;
	border-radius: 4px;
	padding: 0 5px;
	color: #fff;
	text-transform: capitalize;
}
.wp-list-table .column-reservation_status p.checked{background-color: #AFD78B;}
.wp-list-table .column-reservation_status p.check-in{background-color: #CECECE;}
.wp-list-table .column-reservation_status p.draft{background-color: #F9B379;}

/** reservations graphic */
/** added version 1.2 */
	.fpr_sections {border-radius:5px; overflow:hidden;}
	.fpr_box {
		width:100%; margin:0; padding:0; display: table;		
	}
	.fpr_upcoming.pending {background-color:#F9B379}
	.fpr_upcoming {background-color:#8a8a8a}
	.fpr_past {background-color:#afafaf;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	.fpr_title {color:#fff; font-size:16px !important; text-transform:uppercase; float:left; padding:40px; font-weight:500; display: table-cell; text-align: left; vertical-align: middle;}
	.fpr_view_res {
		color:#fff; font-size:16px !important; text-transform:uppercase; float:right; 
		padding:5px 9px; margin: 40px 0 0; 
		font-weight:100; font-style:italic !important; 
		display: table-cell; text-align: left; vertical-align: middle; opacity:0.5; cursor:pointer; transition: all 0.5s ease;
		border-radius:5px;
		border:1px solid #fff; 
	}
	.fpr_view_res:hover {opacity:1; text-decoration:none}
	.fpr_count {
		color:#fff; font-size:60px;
		text-transform:uppercase; 
		float:right; padding:45px 20px 45px 30px; 
		display: table-cell; text-align: right; 
		vertical-align: middle; 
	}

	.fpr_meal_subtitle {font-style:italic !important}
	.fpr_meal_time_slot {min-height:20px !important; color:#000 !important; min-width:80px; padding:6px 20px; background-color:#cacaca; float:left; margin-right:20px !important; border-radius:4px; text-align:center; margin-bottom:20px !important}
	.fpr_add_slot {color:#b6b6b6 !important; cursor:pointer; transition: all 0.5s ease;}
	.fpr_add_slot:hover {color:#000 !important}
	
	/* dashboard */
		#fp_res_dashboard_widget .fpr_title{padding: 10px;}
		#fp_res_dashboard_widget .fpr_view_res{
			margin-top: 15px;
			margin-right: 10px;
		}
		#fp_res_dashboard_widget .fpr_count{
			padding: 5px;
			font-size: 42px;
			display: block;
			height: 100%;
			line-height: 130%;
			margin-right: 10px;
		}
		


/*-- foodpress buttons */
	.fp_admin_btn{
		margin-left:0;
		border:none;
		font:bold 14px 'Open Sans';
		text-transform:uppercase;
		line-height:150%;
		display:inline-block;
		cursor:pointer;
		box-sizing:border-box;
		padding:4px 10px;
		margin-bottom:3px;
		text-decoration:none;
		border-radius: 4px
	}
	#fp_settings .fp_guide_btn.button-primary, .fp_admin_btn.button-primary{
		margin-left:0;
		background-color: #792662;
		background-image:none;
		border:none;
		font:bold 14px 'Open Sans';
		text-transform:uppercase;
		line-height:150%;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius:0px;
		-webkit-border-radius: 0px;
	}
	#fp_settings .fp_guide_btn.button-primary:hover, .fp_admin_btn.button-primary:hover{
		background-image:none;
		background-color: #913c7a;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.fp_admin_btn.btn_prime:hover{background-color:#913c7a;}
	.fp_admin_btn.btn_prime{
		background-color:#792662; color:#fff;
	}
	.fp_admin_btn.btn_secondary:hover{background-color:#c795b9;}
	.fp_admin_btn.btn_secondary{
		background-color: #ba74a7;
		color:#fff;	
	}
	.fp_admin_btn.btn_triad{background-color:#d4d4d4;color:#fff;}
	.fp_admin_btn.btn_tritiary{background-color:#a6be5c;color:#fff;}
	.fp_admin_btn.btn_tritiary:hover{background-color:#b2c86e;}

/* foodpress in-window popup */
	#fp_popup_bg{
 		background-color: #000;
 		opacity:0.7;
 		position: fixed; height: 100%; width: 100%;
 		z-index: 999999;
 		top: 0; left: 0; display: none;
 	}
	#foodpress_popup_outter{
		z-index:9999999;
		position:absolute;
		top:0;
		left:0;
		width:100%;
	}
	#foodpress_popup.foodpress_shortcode{
		width:470px
	}
	#foodpress_popup{
		position:relative;
		z-index:600;
		width:70%;
		margin:70px auto 10px;
		background-color:#fff;
		top:40px;
		opacity:0;
		border-radius:5px; overflow: hidden;
	}
	/*#foodpress_popup.padd{padding:20px;}*/
	#foodpress_popup.padd .foodpress_popup_text{padding:5px 15px;}
	.foodpress_close_pop_btn{
		cursor:pointer;
		color:#eaeaea;
		position:absolute;
		top:10px;right:10px;
		font-size:24px;
	}
	#foodpress_popup .fp_popup_text h2{margin:0}

	#foodpress_popup .fp_sc_menu_1 h2{
		font-family:'open sans';
		font-size:18px;	
		padding:10px 20px;
	}
	#foodpress_popup .fp_sc_menu_1 h3{
		font:italic 16px 'open sans';
		color:#7a7a7a;
		padding:0;
		margin:0;
	}
	.fp_sc_menu_1 .brdb{border-bottom:1px solid #e8e8e8}
	.fpPop_options, .fpPop_line{padding:15px 10px;}
	.fpPop_options p{margin:0;}
	.fpPop_options .fpPop_option{
		border-top:3px solid #fff;
		float:left;
		margin-right:10px;
		font:12px 'open sans';
		color:#7a7a7a;
		cursor:pointer;
		opacity:0.3;
	}

	/* box width CSS */
		.fpopt_box_size {margin-top: 5px; position: relative;}
		.fpopt_box_size p{
			border: 1px solid #e8e8e8;
			float:left;
			display:block;
			padding: 7px;
			cursor: pointer;
		}
		.fpopt_box_size p:hover{
			background-color: #f3f3f3;
		}
		.fpopt_box_size p.selected{
			background-color: #efefef;
		}


	.fpPop_option:hover{opacity:1}
	.fpPop_option.selected{
		opacity:1;
		font-weight:bold;
	}
	.fpPop_option img{display:block}
	.foPop_SC_pre{
		background-color:#bdbdbd;
		padding:5px 20px;
	}
	.foPop_SC_pre #fpPop_shortcode{
		color:#393939;
		font:14px 'century', 'times new roman';
		margin:0; padding:0
	}
	#foodpress_popup .fp_sc_menu_1 .fpPop_options h3{
		border:none;
		padding-bottom: 5px;
	}
	.fp_popup_text .foodpress_shortcode_btn:hover{
		border-color:#c6c6c6;
		background-color:#f8f8f8;
		color:#444444;
	}
	.fp_popup_text .foodpress_shortcode_btn{
		margin:0 4px 4px 0;
		width:230px;
		float:left;
		background-color:#f5f5f5;color:#a0a0a0;	
		border:1px solid #dfdfdf;	
		border-bottom:3px solid #dfdfdf;
		
		height: auto;
		line-height: 100%;
		padding: 7px 8px 8px;
		display: block;
		text-decoration: none;
		font-size: 12px;
		cursor: pointer;	
		white-space: nowrap;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#foodpress_popup .message.bad{
		background-color:#ca594a;
		color:#fff;
	}
	#foodpress_popup .message.good{
		background-color:#7fb7c5;
		color:#fff;
	}
	#foodpress_popup .message{
		display:none;
		background-color:#efcfaf;
		color:#915b25;
		margin: 0;
		padding:5px 20px;
	}
	#fp_shortcode_btn {
		line-height: 130%;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		border-bottom: 2px solid #6d1c57;
		padding: 5px 10px 6px;
		vertical-align: top;
		margin-right: 8px;
	}
	.fp_popup_text input{
		padding:7px
	}
	#fp_loading{
		display:none;
		margin:-20px 0 0 -20px;
		position:absolute;
		width:100%;
		height:100%;
		background:url(../../images/loading_animation.gif) center center no-repeat;
	}
	.fpPOP_header{
		background: #7a2662;
		position: relative;
		min-height: 20px;
		padding: 10px;
		color: #fff;
		font: 18px 'open sans', arial;
		font-weight: 300;
		line-height: 100%;
	}
	#fpPOP_title{
		font: 18px 'open sans', arial;
		margin: 0;
		line-height: 100%;
	}
	.fpPOSH_footer{
		background-color: #e2e2e2;
		position: relative;
		border-bottom: 2px solid #d0d0d0;
	}
	#fpPOSH_code{
		margin: 0;
		padding: 15px 55px 15px 10px;
		font-family: century;
		font-size: 14px;
		color: #7b7b7b;
	}
	.fpPOSH_insert{
		display: block;
		background: #7a2662 url(../../images/backend/shortcode_insert_icon.png) center center no-repeat;
		padding: 0 20px;
		position: absolute;
		right: 0;
		bottom: -2px;
		height: 100%;
		cursor: pointer;
		border-bottom: 2px solid #62164c;
		width: 10px;
	}
	.fpPOSH_insert:hover {
		opacity: 0.8;
	}
	#fpPOSH_var_{display:none;}
	#fpPOSH_outter{
		width: 470px;
		overflow: hidden;
		position: relative;
	}
	.fpPOSH_inner{
		width: 940px;
	}
	.fpPOSH_inner .steps.step2 {
		overflow:auto; height: 450px;display: none;
	}
	.fpPOSH_inner .steps {
		float: left;
		width: 470px;
	}
	.fp_fieldline {
		border-bottom: 1px solid #ededed;
		padding: 5px 10px;
		margin:0;
	}
	.fp_fieldline.fpYN_row .fp_yn_btn{margin-right: 5px;}
	.fp_fieldline.fpYN_row span{
		display: inline-block;
		vertical-align: middle;
	}
	.fp_fieldline p.label {
		position:relative;
		margin: 0;
		padding: 0px;
		font: 13px 'open sans';
		background-color: transparent;
		color: #444;
	}
	#fpPOSH_outter h3 {
		font: italic 14px 'open sans';
		color: #848484;
		margin: 0;
		border-bottom: 1px solid #ededed;
		position: relative;
		overflow: hidden;
	}
	#fpPOSH_back {
		cursor: pointer;
		position: absolute;
		height: 100%;
		display: block;
		background: #efeeee url(../../images/icons/arrows_back.png) center center no-repeat;
		float: left;
		width: 20px;
		left: -20px;
	}
	#fpPOSH_outter h3.back span {
		padding-left: 30px;
	}
	#fpPOSH_outter h3 span {
		padding: 10px;
		display: block;
	}
	.fpPOSH_btn {
		cursor: pointer;
		border-bottom: 1px solid #ededed;
		font: 16px 'open sans';
		padding: 10px;
	}
	.fpPOSH_btn:hover {
		background-color: #ededed;
	}

	.fpPOSH_inner .steps.step2 .fp_open_ss{border-left:5px solid #A96495;}

/* Site wide yes no button */
	.fp_yn_btn{
		background-color: #BDCF86;
		height: 22px;
		width: 68px;
		overflow: hidden;
		display: inline-block;	
		border: 1px solid #aaa;	
		border-bottom: 3px solid #aaa;	
		cursor: pointer;
		border-radius:5px;	
	}
	.fp_yn_btn:hover{border-bottom-width: 2px;margin-top: 1px;}
	.fp_yn_btn:hover .catchHandle{background-color: #fff;}
	.fp_yn_btn.NO{background-color: #fff;
		border-color: #d9d7d7;
	}
	

	.fp_yn_btn .btn_inner:before,.fp_yn_btn .btn_inner:after{
		top: 0;
		position: absolute;		
		padding: 4px 8px;
		line-height: 100%;
	}
	.fp_yn_btn .btn_inner:before{
		left: 0;
		content:"NO";
	}
	.fp_yn_btn .btn_inner:after{
		right: 0;
		color: #fff;
		content:"YES";
		padding-right: 8px;
	}
	.fp_yn_btn .btn_inner{
		position: relative;
		padding-left: 42px;
		padding-right: 42px;
		padding-top: 0;
		height: 22px;
		width: 26px;
		display: block;
		margin-left: -43px;
	}	
		.fp_yn_btn.NO .btn_inner{margin-left: 0px;}
	.catchHandle{
		border-left: 1px solid #d9d7d7;
		border-right: 1px solid #ACAAAA;
		background-color: #f0efef;
		height: 22px;
		padding-top: 4px;
		width: 26px;
		display: block;
	}
		.catchHandle:before{
			content:"";
			border-left: 2px solid #d9d7d7;
			border-right: 2px solid #d9d7d7;
			height: 13px;
			width: 4px;
			display: block;
			margin-left: 8px;
		}

/* menu items table */
	table.wp-list-table .column-featured, table.wp-list-table .column-woo{
		width:46px;
		text-align:left!important;
	}
	table.wp-list-table .column-name{width:250px;	}
	body.taxonomy-dish_type table.wp-list-table .column-name,
	body.taxonomy-meal_type table.wp-list-table .column-name{width:auto;	}
	table.wp-list-table .column-name .fpmenu_item{position: relative;}
	table.wp-list-table .column-name .fpmenu_item .fpmenu_image img:hover{
		border-color:#3d3d3d;
	}
	table.wp-list-table .column-name .fpmenu_item .fpmenu_image img{border:3px solid transparent;}
	table.wp-list-table .column-name .fpmenu_item .fpmenu_image{
		position: absolute;
		z-index: 999;		
	}
	table.wp-list-table .column-name .fpmenu_item .fpmenu_item_details{position: relative;
		padding-left: 75px;
		pointer-events:auto;
	}
	

	.foodpress_mb .fp_metatable td{
		padding: 10px;border-bottom: 1px dashed #E6E6E6;
	}
	.foodpress_mb .fp_metatable tr:last-child td{border:none;}
	table.fp_metatable tr {
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		-ms-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;
	}
	table.fp_metatable tr:hover {
		background-color: #FDF8EF;
	}
	table.fp_metatable {
		border: none;
		border-spacing: 0px;
		border-collapse: separate;
		border-radius: 8px;
		overflow: hidden;
		font-size: 14px;
		font-style: italic;
	}
	.fp_thumb_postedit{
		height: 60px;
		width: 60px;
		border-radius: 50%
	}


/* foodpress guide call button everywhere */
	.fp_fieldline .fpGuideCall{
		padding:0;
		top:4px;
		right: 0px
	}
	.fpGuideCall{
		padding: 0;
		margin-left:4px;
		text-align: center;
		background-color: #9d9d9d;
		font-style: normal;
		position: absolute;
		cursor: pointer;
		width: 13px;
		height: 14px;
		line-height: 110%;
		border: 1px solid #9d9d9d;
		opacity: 0.4;
		font:11px 'times new roman';
		border-radius:3px;
		color:#fff;
	}
	.fpGuideCall:hover{
		opacity:1; background-color:#828282;
	}
	.fpGuideCall:hover em{display:block}
	.fpGuideCall em{
		font:italic 12px 'open sans';
		display:none;
		position: absolute;
		left: 14px;
		width: 200px;
		background-color: #a6be5c;
		color: #fff;
		padding: 8px;
		bottom: 14px;
		z-index: 900;
		text-align:left
	}
	.fpGuideCall em a{color:#fff}
	.fpGuideCall.L em{
		right:-1px;
		left:auto;
	}

	.fpGuideCall em:before{
		content: "";
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 7px 7px 0 0;
		border-color: #a6be5c transparent transparent transparent;
		position: absolute;
		bottom: -7px;
		left: 0;
	}
	.fpGuideCall.L em:before{
		left:auto;
		right:0;
		border-width: 0 7px 7px 0 ;
		border-color: transparent #a6be5c transparent  transparent;
	}

	#ajde_customization .fpGuideCall {
		cursor: pointer;
		padding: 0;
		display: inline-block;
		background-color: #9d9d9d;
		border-color: #9d9d9d;
		color: #fff;
	}


/* menu items types shortcode gen popup */
	.fp_fieldline .fpPOSH_tax{
		position:relative;
		background-color:#c5c4c4;
		color:#fff;
		padding:2px 6px;
		border-radius:3px;
		cursor:pointer;
		border-bottom:2px solid #adadad
	}
	.fp_fieldline .fpPOSH_tax:hover span{
		display:block;
	}
	.fp_fieldline .fpPOSH_tax span{
		position:absolute;
		background-color:#777777;
		color:#fff;
		right:0;
		bottom:28px;
		padding:4px;
		display:none;
		width:150px;
		font-style: italic;
		font-size: 11px
	}
	.fp_fieldline .fpPOSH_tax span em{
		display:block
	}
	.fp_fieldline .fpPOSH_tax span:before{
		content:"";
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 8px 6px 0 6px;
		border-color: #777777 transparent transparent transparent;
		position:absolute;
		right:15px;
		bottom:-6px
	}


/* foodpress logo emble */
	#adminmenuwrap #adminmenu #toplevel_page_foodpress a .wp-menu-image:before{
		font-family: 'fpicon' !important;
	 	content: '\e600';
	 	speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;

		/* Better Font Rendering =========== */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	#adminmenuwrap #adminmenu #toplevel_page_foodpress a .wp-menu-image img{
		display: none;
	}

	#foodpress #icon-themes.icon32 {
		background-image: url(../../images/icons/fp_icon.png) !important;
		background-position: 0px 0px;
		background-size: auto !important;
	}


/* foodpress widget */
	.foodpress_widget_top{
		background-color: #dddddd;
		height: 5px;
		margin: -15px 0px 0px;
	}	
	#foodpress_widget_settings{
		border-bottom: 1px solid #e5e5e5;
		margin: 0 -15px 10px;
	}
	#foodpress_widget_settings .foodpressW_inner .fpw_step1 h3{
		display: block;
		padding: 10px 15px;
		margin: 0;
		color: #666; background-color: #fff;
		cursor: pointer;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 300;
		border-left:5px solid transparent;
	}	
	#foodpress_widget_settings .foodpressW_inner .fpw_step1 h3 span{text-transform: none;}
	#foodpress_widget_settings .foodpressW_inner .fpw_step1 h3:hover, #foodpress_widget_settings .foodpressW_inner .fpw_step1 h3.selected{background-color: #f4f4f4;
		border-left-color: #8b6481;
	}
	.fpw_steps{margin: 0 0px;	background-color: #eaeaea;}
	.fpw_step2{padding: 0 10px; }
	.fpwi{padding: 10px 0;}
		#fp_wi_001{padding-top:0;}
	.fpw_step2 textarea{width: 100%;}

	.widget .widget-inside .fpw_item_box p{margin-right: 10px;}
	.fpw_item_box{		
		position: relative;
		padding-left:50px;
		padding-bottom: 8px;
		padding-top: 8px;
		margin: 0 -10px;
		border-bottom: 1px solid #cfcfcf;
	}
	.fpw_item_box h4{
		margin: 0;
		padding-bottom: 10px;
		position: relative;
	}
	.fpw_item_box span:hover{opacity: 0.5;}
	.fpw_item_box span{
		background-color: #913c7a;
		color: #fff;
		padding: 3px 5px;
		border-radius: 4px;
		cursor: pointer;
	}
	#foodpress_widget_settings .fpw_num{
		width: 35px;
		position: absolute;
		font-size: 20px;
		left: 0px; top: 0px;
		padding: 8px;
		color: #fff;
		background-color: #b3a1ae;
		margin-top: 0;
		box-sizing: border-box;
		height: 100%;
	}
	#foodpress_widget_settings .fpPop_options{
		position: absolute;
		background-color: #fff;
		z-index: 800;
		bottom: 32px;
		-webkit-box-shadow:0 0 6px 1px #949494;
		box-shadow: 0 0 6px 1px #949494;
	}
	#foodpress_widget_settings .fpPop_option img{
		width:40px; height:auto;
	}

	.foodpress_row_item input{
		background-color: transparent;
		border: 0;
		-webkit-box-sizing: border-box;
		outline: 0;
		width: 100%;
		resize: none;
		vertical-align: bottom;
		overflow: hidden;
		font: italic 15px 'open sans',arial;
		-webkit-appearance: none;
		-webkit-border-radius: 0;
		box-shadow: none;
		padding: 7px 11px;
	}


/* wysiwyg icon */
	.mce-btn i.mce-i-foodpress_shortcode_button {
		font-family: 'fpicon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 20px;
	}
	.mce-btn i.mce-i-foodpress_shortcode_button:before {
		content: '\e600';
	}

/* custom fonts for icon */
	@font-face {
		font-family: 'fpicon';
		src:url('../../fonts/fpicon.eot');
		src:url('../../fonts/fpicon.eot?#iefix') format('embedded-opentype'),
			url('../../fonts/fpicon.ttf') format('truetype'),
			url('../../fonts/fpicon.woff') format('woff'),
			url('../../fonts/fpicon.svg#fpicon') format('svg');
		font-weight: normal;
		font-style: normal;
	}







