@charset "utf-8";

/* Responsive styles
-------------------------------------------------------------- */

/*
Apple iPhone 5, 5S & 5C 
Apple iPod Touch (5th generation)
*/
@media (min-width: 1136px) and (max-width: 1279px) {
	body {	font-size: 14px; }
}


/*
Apple iPhone 4 & 4S
Apple iPod Touch (4th generation)
*/
@media (min-width: 960px) and (max-width: 1135px) {
	body {	font-size: 13px; }
	h1 { font-size:3em; }		/* 39px */
	h2 { font-size:2.3077em; }	/* 30px */
	h3 { /* font-size:2.3077em; */ }	/* 30px */
	h4 { font-size:1.3846em; }	/* 18px */
	h5 { font-size:1.2308em; }	/* 16px */
	h6 { font-size:1em; }		/* 13px */

	/* Menu area */
	.menu_main_wrap .logo a,
	.menu_user_wrap {
		font-size:0.8461em;
	}
	.menu_main_wrap .menu_main_nav > li {
		font-size:0.9231em;
	}
	.menu_main_wrap .search_wrap {
		margin-top: 2em;
	}

	.page_top_wrap .breadcrumbs {
		font-size:0.8461em;
	}
	.page_top_wrap.page_top_title .breadcrumbs {
		padding: 2em 0 1em 2.5em;
	}
	
	/* Post layouts */
	.isotope_filters a {
		font-size:0.8461em;
	}
	
	/* Post parts */
	.post_info {
		font-size:0.8461em;
	}
	.post_info {
		font-size:0.8461em;
	}
	.post_rating .reviews_star {
		font-size:1em;
	}
	
	/* Footer */
	.contacts_wrap .contacts_address {
		font-size: 1em;
	}
	
	/* Widgets */
	.widget_area .post_item .post_info {
		font-size:0.7692em;
	}
	.widget_area .widget_tag_cloud a {
		font-size:0.8461em !important;
	}
	.widget_area .widget_calendar .weekday {
		font-size:0.8461em;
	}
	
	/* Shortcodes */
	.sc_testimonial_content {
		font-size:1.25em;
	}
	.sc_testimonial_author {
		font-size: 1em;
	}
	.top_panel_wrap .menu_main_wrap .logo {
		margin-top:2em;
	}
	#menu_main li a {
		padding: 0 1.5em;
	}
	.fix-block-slider {
		width: 100% !important;
	}

		.fix-block-slider {
		width: 33em !important;
		overflow: hidden;
	}
	.sc_contact_form.sc_contact_form_slider {
		width: 57%;
	}
	.sc_contact_form.sc_contact_form_slider h2 {
		font-size: 17px;
	}
	.sc_contact_form.sc_contact_form_slider form textarea {
		min-height: 40px;
	}
	.img-fixed-slider {
		top:13em;
	}
}



/*
Sony Xperia
LG Optimus
Blackberry Storm 3, Torch 9850 & Torch 9860
Nokia Lumia 610, 710 & 800
HTC Desire, Desire Z, Desire S & One V
Samsung Galaxy
*/
@media (min-width: 800px) and (max-width: 959px) {
	body {	font-size: 13px; }
	h1 { font-size:3em; }		/* 39px */
	h2 { font-size:2.3077em; }	/* 30px */
	h3 { /* font-size: 2em; */ }	/* 30px */
	h4 { font-size:1.3846em; }	/* 18px */
	h5 { font-size:1.2308em; }	/* 16px */
	h6 { font-size:1em; }		/* 13px */

	/* Menu area */
	.menu_main_wrap .logo a,
	.menu_user_wrap {
		font-size:0.8461em;
	}
	.menu_main_wrap .menu_main_nav > li {
		font-size:0.9231em;
	}
	.menu_main_wrap .search_wrap {
		margin-top: 2em;
	}

	.page_top_wrap .breadcrumbs {
		font-size:0.8461em;
	}
	.page_top_wrap.page_top_title .breadcrumbs {
		padding: 2em 0 1em 2.5em;
	}
	
	/* Post layouts */
	.isotope_filters a {
		font-size:0.8461em;
	}
	
	/* Post parts */
	.post_info {
		font-size:0.8461em;
	}
	.post_info {
		font-size:0.8461em;
	}
	.post_rating .reviews_star {
		font-size:1em;
	}
	
	/* Footer */
	.contacts_wrap .contacts_address {
		font-size: 1em;
	}
	
	/* Widgets */
	.widget_area .post_item .post_info {
		font-size:0.7692em;
	}
	.widget_area .widget_tag_cloud a {
		font-size:0.8461em !important;
	}
	.widget_area .widget_calendar .weekday {
		font-size:0.8461em;
	}
	.widget_area .reviews_block .reviews_summary .reviews_criteria {
		font-size:0.7692em;
	}
	
	/* Shortcodes */
	input[type="submit"], input[type="button"], button, .sc_button {
		padding: 0.75em;
	}
	.sc_testimonial_content {
		font-size:1.25em;
	}
	.sc_testimonial_author {
		font-size: 1em;
	}
	#menu_main li a,
	#menu_main li a:after {
		padding: 0 1em;
	}

	.fix-block-slider {
		width: 33em !important;
		overflow: hidden;
	}
	.sc_contact_form.sc_contact_form_slider {
		width: 57%;
	}
	.sc_contact_form.sc_contact_form_slider h2 {
		font-size: 17px;
	}
	.sc_contact_form.sc_contact_form_slider form textarea {
		min-height: 40px;
	}
	.img-fixed-slider {
		top:13em;
	}
}



/*
Portrait orientation

Sony Xperia
LG Optimus
Blackberry Storm 3, Torch 9850 & Torch 9860
Nokia Lumia 610, 710 & 800
HTC Desire, Desire Z, Desire S & One V
Samsung Galaxy
*/
@media (min-width: 480px) and (max-width: 799px) {
	body {	font-size: 12px; }
	h1 { font-size:2.5em; }		/* 30px */
	h2 { font-size:2em; }		/* 24px */
	h3 { font-size:2em; }		/* 24px */
	h4 { font-size:1.3333em; }	/* 16px */
	h5 { font-size:1.1667em; }	/* 14px */
	h6 { font-size:1em; }		/* 12px */

	/* Menu area */
	.menu_main_wrap .logo a,
	.menu_user_wrap {
		font-size:0.8333em;
	}
	.menu_main_wrap .menu_main_nav > li {
		font-size:0.9167em;
	}

	.page_top_wrap .breadcrumbs {
		font-size:0.8333em;
	}
	
	/* Post layouts */
	.isotope_filters a {
		font-size:0.8333em;
	}
	
	/* Post parts */
	.post_info {
		font-size:0.8333em;
	}
	.post_info {
		font-size:0.8333em;
	}
	.post_rating .reviews_star {
		font-size:1em;
	}
	
	/* Footer */
	.contacts_wrap .contacts_address {
		font-size: 1em;
	}
	
	/* Widgets */
	.widget_area .post_item .post_info {
		font-size:0.75em;
	}
	.widget_area .widget_tag_cloud a {
		font-size:0.8333em !important;
	}
	.widget_area .widget_calendar .weekday {
		font-size:0.8333em;
	}
	.widget_area .reviews_block .reviews_summary .reviews_criteria {
		font-size:0.75em;
	}
	
	/* Shortcodes */
	input[type="submit"], input[type="button"], button, .sc_button {
		padding: 0.7em 0.6em;
	}
	.sc_testimonial_content {
		font-size:1.25em;
	}
	.sc_testimonial_author {
		font-size: 1em;
	}
	.sc_tabs .sc_tabs_titles li {
		font-size:1.25em;
	}
	.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a {
		border-width: 1px;
		-webkit-border-radius: 4px;
		   -moz-border-radius: 4px;
				border-radius: 4px;
	}

	.responsive_menu .menu_main_responsive_button {
		margin-top: 1.5em;
	}
	.column-2_3, .column-4_6, .column-8_12 {
		width:100%;
	}
	.column-1_3 {
		width: 100% !important;
	}

	.booking_day_name {
    	display: none;
	}
	.booking_day_container {
		display: block;
		float: none;
		width: 50%;
		margin: auto;
		margin-right: auto !important;
		margin-bottom: 1em !important;
	}
	.booking_day_container.booking_day_grey {
		display:none;
	}
	.tp-caption.box-img-text,
	.box-img-text {
		width: 22em !important;
	}
	.box-img-text p { 
		padding: .5em 1em;
		font-size: 15px;
	}

	.sc_contact_form_slider form {
		display: none;
	}
	.sc_contact_form_slider.popupform form {
		display: block;
	}
	.sc_button.sc_button_style_filled.button-ordernow  {
		display: block;
		font-size: 13px !important;
		width: 70%;
		margin: 1.5em auto !important;
		padding: 1em 0 !important;
	}
	.fix-block-slider {
		width: 100% !important;
	}
	.sc_contact_form.sc_contact_form_slider {
		width:auto;
	}
	.sc_contact_form.sc_contact_form_slider h2 {
		font-size: 15px !important;
		margin: 1em 1em !important;
	}
	.fixed_banner {
		display:none;
	}
	#contact-form-slider {
		margin: auto !important;
		max-width: none !important;
		max-height: none !important;
	}
	.sc_contact_form .sc_contact_form_info .sc_contact_form_field input,
	.sc_contact_form .sc_contact_form_message textarea {
		padding:1em .5em !important;
		line-height: normal !important;
		font-size: 15px !Important;
	}
	.sc_contact_form .sc_contact_form_button button {
    	padding: 0.7em 0.6em !important;
	}
}




/*
Very common low res
*/
@media (max-width: 479px) {
	body {	font-size: 12px; }
	h1 { font-size:2.5em; }		/* 30px */
	h2 { font-size:2em; }		/* 24px */
	h3 { font-size:2em; }		/* 24px */
	h4 { font-size:1.3333em; }	/* 16px */
	h5 { font-size:1.1667em; }	/* 14px */
	h6 { font-size:1em; }		/* 12px */

	/* Menu area */
	.menu_main_wrap .logo a,
	.menu_user_wrap {
		font-size:0.8333em;
	}
	.menu_main_wrap .menu_main_nav > li {
		font-size:0.9167em;
	}

	.page_top_wrap .breadcrumbs {
		font-size:0.8333em;
	}
	
	/* Post layouts */
	.isotope_filters a {
		font-size:0.8333em;
	}
	
	/* Post parts */
	.post_info {
		font-size:0.8333em;
	}
	.post_info {
		font-size:0.8333em;
	}
	.post_rating .reviews_star {
		font-size:1em;
	}
	
	
	/* Footer */
	.contacts_wrap .contacts_address {
		font-size: 1em;
	}
	
	/* Widgets */
	.widget_area .post_item .post_info {
		font-size:0.75em;
	}
	.widget_area .widget_tag_cloud a {
		font-size:0.8333em !important;
	}
	.widget_area .widget_calendar .weekday {
		font-size:0.8333em;
	}
	.widget_area .reviews_block .reviews_summary .reviews_criteria {
		font-size:0.75em;
	}
	
	/* Shortcodes */
	input[type="submit"], input[type="button"], button, .sc_button {
		padding: 0.7em 0.6em;
	}
	blockquote {
		font-size: 1.5em;
	}
	.sc_countdown.sc_countdown_style_1 .sc_countdown_digits,
	.sc_countdown.sc_countdown_style_1 .sc_countdown_separator {
		font-size:2em;
		height: 2em;
		line-height:2em;
	}
	.sc_countdown.sc_countdown_style_1 .sc_countdown_digits {
		width: 2em;
	}
	.sc_testimonial_content {
		font-size:1.25em;
	}
	.sc_testimonial_author {
		font-size: 1em;
	}
	.sc_tabs .sc_tabs_titles li {
		font-size:1.25em;
	}
	.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a {
		border-width: 1px;
		-webkit-border-radius: 4px;
		   -moz-border-radius: 4px;
				border-radius: 4px;
	}

	.content_wrap.box-custom-image {
		width:100%;
	}
	.column-2_3, .column-4_6, .column-8_12 {
		width:100%;
	}
	.column-1_3 {
		width: 100% !important;
	}
	.sc_team_item .sc_team_item_info {
		bottom: 0;
	}
	.sc_team_item {
		min-height: 350px;
  		margin-bottom: 2em;
	}
	.img-audio {
    	width: 43%;
	}
	.sc_audio_header {
    	right: 0;
    	left: auto !important;
    	width: 38%;
	}
	.sc_audio_player.sc_audio .sc_audio_container {
    	margin-left: 0 !important; 
    	bottom: -40px;
    	left: 0;
	}
	.post_featured {
    	overflow: inherit;
    	margin-bottom: 6em;
	}
	.sc_table table tr:first-child th, 
	.sc_table table tr:first-child td {
    	padding: 1em 0.5em;
    	font-size: 13px;
	}
	.sc_table table th, 
	.sc_table table td {
		font-size: 12px;
		padding: 1em 0.5em;
	}
	.booking_day_name {
    	display: none;
	}
	.booking_day_container {
		display: block;
		float: none;
		width: 50%;
		margin: auto;
		margin-right: auto !important;
		margin-bottom: 1em !important;
	}
	.booking_day_container.booking_day_grey {
		display:none;
	}
	.sc_emailer.sc_emailer_opened .sc_emailer_input {
		width: 100%;
		margin-bottom: 1.5em;
		text-align: center;
	}
	.sc_slider_swiper_testimonials .sc_slider_controls_wrap {
		top: 25%;
		bottom: auto;
	}
	.sc_slider_swiper_testimonials .sc_slider_controls_wrap a {
		opacity: 1;
		position: absolute;
		margin: 0;
	}
	.sc_slider_swiper_testimonials .sc_slider_prev {
		left: -3%;
	}
	.sc_slider_swiper_testimonials .sc_slider_next {
		right: -3%;
	}
	.tp-caption.box-img-text,
	.box-img-text {
		width: 15em !important;
	}
	.box-img-text p { 
		padding: .5em 1em;
		font-size: 11px;
	}
	.sc_contact_form_slider form {
		display: none;
	}
	.sc_contact_form_slider.popupform form {
		display: block;
	}
	.sc_button.sc_button_style_filled.button-ordernow  {
		display: block;
		font-size: 13px !important;
		width: 70%;
		margin: 1.5em auto !important;
		padding: 1em 0 !important;
	}
	.fix-block-slider {
		width: 100% !important;
	}
	.sc_contact_form.sc_contact_form_slider {
		width:auto;
	}
	.sc_contact_form.sc_contact_form_slider h2 {
		font-size: 15px !important;
		margin: 1em 1em !important;
	}
	.fixed_banner {
		display:none;
	}
	#contact-form-slider {
		margin: auto !important;
		max-width: none !important;
		max-height: none !important;
	}
	.sc_contact_form .sc_contact_form_info .sc_contact_form_field input,
	.sc_contact_form .sc_contact_form_message textarea {
		padding:1em .5em !important;
		line-height: normal !important;
		font-size: 15px !Important;
	}
	.sc_contact_form .sc_contact_form_button button {
    	padding: 0.7em 0.6em !important;
	}
}




