@charset "utf-8";

/* With side menu - uncomment next row
@import url('responsive-outer-sidebar.css');
*/

/* Responsive styles (without sidemenu)
-------------------------------------------------------------- */

/*
Apple iPhone 5, 5S & 5C 
Apple iPod Touch (5th generation)
*/
/* With side menu
@media (min-width: 1510px) and (max-width: 1679px) {
*/
/* Without side menu */
@media (min-width: 1280px) and (max-width: 1439px) {

	/* Body sizes */
	.body_style_boxed .page_wrap {		width:1060px; }
	.slider_boxed, .content_wrap, .content_container {	width:1000px; }

	/* Content and Sidebar */
	.sidebar_show .content { width: 700px; }
	.sidebar { 				 width: 250px; }
	
	/* Fullwide or Fullscreen with sidebar */
	.body_style_fullwide.sidebar_right .content, .body_style_fullscreen.sidebar_right .content { padding-right: 330px; }
	.body_style_fullwide.sidebar_right .sidebar, .body_style_fullscreen.sidebar_right .sidebar { margin-left: -300px; }
	.body_style_fullwide.sidebar_left  .content, .body_style_fullscreen.sidebar_left  .content { padding-left:  330px; }
	.body_style_fullwide.sidebar_left  .sidebar, .body_style_fullscreen.sidebar_left  .sidebar { margin-right:-300px; }
	
	/* Top Panel */
	.top_panel_style_1 .contact_field {
		text-align:center;
		margin-top:1.5em;
	}
	.top_panel_style_1 .contact_field .contact_icon {
		float: none;
		margin-right:auto;
		margin-left:auto;
		margin-bottom:0.3em;
	}
	
	/* Posts layouts */
	.post_item_colored .post_category {
		max-height:1.2em;
		overflow:hidden;
	}
	.post_item_colored .post_descr .post_price {
		margin-top: 1.2em;
	}
}


/* With side menu
@media (min-width: 1366px) and (max-width: 1509px) {
*/
/* Without side menu */
@media (min-width: 1136px) and (max-width: 1279px) {

	/* Body sizes */
	.body_style_boxed .page_wrap {		width:970px; }
	.slider_boxed, .content_wrap, .content_container {	width:910px; }

	/* Content and Sidebar */
	.sidebar_show .content { width: 610px; }
}


/* With side menu
@media (min-width: 1280px) and (max-width: 1365px) {
*/
/* Without side menu */
@media (min-width: 1024px) and (max-width: 1135px) {

	/* Body sizes */
	.body_style_boxed .page_wrap {		width:100%; }
	.slider_boxed, .content_wrap, .content_container {	width:964px; }

	/* Content and Sidebar */
	.sidebar_show .content { width: 664px; }
}


/* With side menu
@media (min-width: 960px) and (max-width: 1279px) {
*/
/* Without side menu */
@media (min-width: 960px) and (max-width: 1023px) {

	/* Body sizes */
	.body_style_boxed .page_wrap {		width:100%; }
	.slider_boxed, .content_wrap, .content_container {	width:900px; }

	/* Content and Sidebar */
	.sidebar_show .content { width: 600px; }
}


/*
Apple iPhone 4 & 4S
Apple iPod Touch (4th generation)
*/
/* With side menu
@media (min-width: 960px) and (max-width: 1509px) {
*/
/* Without side menu */
@media (min-width: 960px) and (max-width: 1279px) {

	.sidebar { 				 width: 240px; }
	
	/* Fullwide or Fullscreen with sidebar */
	.body_style_fullwide.sidebar_right .content, .body_style_fullscreen.sidebar_right .content { padding-right: 300px; }
	.body_style_fullwide.sidebar_right .sidebar, .body_style_fullscreen.sidebar_right .sidebar { margin-left: -270px; }
	.body_style_fullwide.sidebar_left  .content, .body_style_fullscreen.sidebar_left  .content { padding-left:  300px; }
	.body_style_fullwide.sidebar_left  .sidebar, .body_style_fullscreen.sidebar_left  .sidebar { margin-right:-270px; }

	/* Top Panel */
	.top_panel_style_1 .contact_field {
		text-align:center;
		margin-top:1.5em;
	}
	.top_panel_style_1 .contact_field .contact_icon {
		float: none;
		margin-right:auto;
		margin-left:auto;
		margin-bottom:0.3em;
	}
	
	/* Posts layouts */
	.post_item_colored .post_category {
		max-height:1.2em;
		overflow:hidden;
	}
	.post_item_colored .post_descr .post_price {
		margin-top: 1.2em;
	}

	
	/* Woocommerce */
	.woocommerce .widget_price_filter .price_label {
		font-size: 1em;
	}
	.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
		font-size: 1em;
	}
	.top_panel_wrap .widget_shopping_cart ul.cart_list > li > a:not(.remove) {
		margin-top:-0.15em;
	}
}



/*
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: 768px) and (max-width: 959px) {

	/* Body sizes */
	.body_style_boxed .page_wrap {		width:100%; }
	.slider_boxed, .content_wrap, .content_container {	width:708px; }

	/* Content and Sidebar */
	.sidebar_show .content { width: 100%; float: none; }
	.sidebar { 				 width: 100%; float:none; }
	
	
	.sidebar aside {
		display: inline-block;
		vertical-align:top;
		width:31%;
		margin-left:3.5%;
	}
	.sidebar aside+aside {
		padding-top:0;
		border-top:none;
		margin-top:0;
	}
	.sidebar aside:nth-child(3n+1) {
		margin-left:0;
	}
	.sidebar aside:nth-child(3n+4),
	.sidebar aside:nth-child(3n+5),
	.sidebar aside:nth-child(3n+6) {
		margin-top:3rem;
	}
	
	/* Fullwide or Fullscreen with sidebar */
	.body_style_fullwide.sidebar_right .content, .body_style_fullscreen.sidebar_right .content { padding-right: 0; }
	.body_style_fullwide.sidebar_right .sidebar, .body_style_fullscreen.sidebar_right .sidebar { margin-left: 0; }
	.body_style_fullwide.sidebar_left  .content, .body_style_fullscreen.sidebar_left  .content { padding-left:  0; }
	.body_style_fullwide.sidebar_left  .sidebar, .body_style_fullscreen.sidebar_left  .sidebar { margin-right:0; }

	.gallery.gallery-columns-9 .gallery-item {	width: 20% !important; }
	.gallery.gallery-columns-8 .gallery-item {	width: 20% !important; }
	.gallery.gallery-columns-7 .gallery-item {	width: 20% !important; }
	.gallery.gallery-columns-6 .gallery-item {	width: 20% !important; }
	
	/* Top Panel */
	.top_panel_top_user_area {
		float:none;
		clear:both;
		width:100%;
	}
	.top_panel_top_socials {
		float:left;
		margin-left:0;
		margin-right:4.5em;
	}
	.top_panel_style_1 .contact_field {
		text-align:center;
		margin-top:1.5em;
		margin-bottom:1.5em;
	}
	.top_panel_style_1 .contact_field .contact_icon {
		float: none;
		margin-right:auto;
		margin-left:auto;
		margin-bottom:0.3em;
	}
	
	/* Posts layouts */
	.post_item_colored .post_category {
		max-height:1.2em;
		overflow:hidden;
	}
	.post_item_colored .post_descr .post_price {
		margin-top: 1.2em;
	}
	.post_item_colored .post_info_wrap .post_button + .post_button {
		margin-left:0.4em;
	}
	

	/* Woocommerce */
	.woocommerce .widget_price_filter .price_label {
		font-size: 1em;
	}
	.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
		font-size: 1em;
	}
	.top_panel_wrap .widget_shopping_cart ul.cart_list > li > a:not(.remove) {
		margin-top:-0.15em;
	}
	.woocommerce table.cart img, .woocommerce #content table.cart img, .woocommerce-page table.cart img, .woocommerce-page #content table.cart img {
		width: 60px;
	}
	.woocommerce table.cart td, .woocommerce #content table.cart td, .woocommerce-page table.cart td, .woocommerce-page #content table.cart td {
		padding: 8px;
	}

	/* BuddyPress */
	#buddypress #item-nav {
		float:none;
		margin-bottom:2em;
		width:auto;
		display:inline-block;
	}
	#buddypress #item-nav ul {
		overflow:hidden;
	}
	#buddypress #item-nav ul li {
		float:left;
	}
	
	/* Scroll to Top */
	.scroll_to_top {
		right: 1em;
	}
	.scroll_to_top.show {
		bottom: 1em;
	}
}


@media (min-width: 640px) and (max-width: 767px) {

	/* Body sizes */
	.slider_boxed, .content_wrap, .content_container {	width:600px; }
}


@media (min-width: 480px) and (max-width: 639px) {

	/* Body sizes */
	.slider_boxed, .content_wrap, .content_container {	width:440px; }
}



/*
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: 767px) {

	/* Body sizes */
	.body_style_boxed .page_wrap {		width:100%; }

	/* Content and Sidebar */
	.sidebar_show .content { width: 100%; float: none; }
	.sidebar { 				 width: 100%; float:none; }
	
	.article_style_boxed .sidebar {
		margin-top:20px;
	}
	
	.widget_area aside {
		display: inline-block;
		float:none;
		vertical-align:top;
		width:48%;
		margin-left:4%;
	}
	.widget_area aside[class*="column-"] {
		margin-left:0;
	}
	.widget_area aside+aside {
		padding-top:0;
		border-top:none;
		margin-top:0;
	}
	.widget_area aside:nth-child(2n+1) {
		margin-left:0;
	}
	.widget_area aside:nth-child(2n+3),
	.widget_area aside:nth-child(2n+4) {
		margin-top:5rem;
	}
	footer.widget_area aside:nth-child(2n+3),
    footer.widget_area aside:nth-child(2n+4) {
		margin-top: 0;
	}
	
	/* Fullwide or Fullscreen with sidebar */
	.body_style_fullwide.sidebar_right .content, .body_style_fullscreen.sidebar_right .content { padding-right: 0; }
	.body_style_fullwide.sidebar_right .sidebar, .body_style_fullscreen.sidebar_right .sidebar { margin-left: 0; }
	.body_style_fullwide.sidebar_left  .content, .body_style_fullscreen.sidebar_left  .content { padding-left:  0; }
	.body_style_fullwide.sidebar_left  .sidebar, .body_style_fullscreen.sidebar_left  .sidebar { margin-right:0; }

	/* Grid */
	.container, .container-fluid {
		padding-left:  10px;
		padding-right: 10px;
	}
	.row, .columns_wrap {
		margin-right: -20px;
	}
	.row > [class*="column-"], .columns_wrap > [class*="column-"] {
		padding-right: 20px;
	}
	.row.column_padding_left, .columns_wrap.column_padding_left {
		margin-left: -20px;
	}
	.row.column_padding_left > [class*="column-"], .columns_wrap.column_padding_left > [class*="column-"],
	.row > [class*="column-"].column_padding_left, .columns_wrap > [class*="column-"].column_padding_left {
		padding-left: 20px;
	}
	.row.column_padding_right, .columns_wrap.column_padding_right {
		margin-right: -20px;
	}
	.row.column_padding_right > [class*="column-"], .columns_wrap.column_padding_right > [class*="column-"],
	.row > [class*="column-"].column_padding_right, .columns_wrap > [class*="column-"].column_padding_right {
		padding-right:20px;
	}
	.row.column_padding_center, .columns_wrap.column_padding_center {
		margin-left: -10px;
		margin-right: -10px;
	}
	.row.column_padding_center > [class*="column-"], .columns_wrap.column_padding_center > [class*="column-"],
	.row > [class*="column-"].column_padding_center, .columns_wrap > [class*="column-"].column_padding_center {
		padding-left:20px;
	}
	.row > [class*="column-"].column_padding_bottom, .columns_wrap > [class*="column-"].column_padding_bottom {
		padding-bottom: 20px;
	}

	/* Columns relayout (max 2 columns in the row) */
	.row:not(.columns_fluid) > [class*="column-"], .columns_wrap:not(.columns_fluid) > [class*="column-"] {
		width:50%;
	}
	.row:not(.columns_fluid) > .column-1_1, .row:not(.columns_fluid) > .column-2_2, .row:not(.columns_fluid) > .column-3_3, .row:not(.columns_fluid) > .column-4_4,
	.row:not(.columns_fluid) > .column-5_5,	.row:not(.columns_fluid) > .column-6_6, .row:not(.columns_fluid) > .column-7_7, .row:not(.columns_fluid) > .column-8_8,
	.row:not(.columns_fluid) > .column-9_9, .row:not(.columns_fluid) > .column-10_10,
	.row:not(.columns_fluid) > .column-11_11, .row:not(.columns_fluid) > .column-12_12,
	.columns_wrap:not(.columns_fluid) > .column-1_1, .columns_wrap:not(.columns_fluid) > .column-2_2, .columns_wrap:not(.columns_fluid) > .column-3_3,
	.columns_wrap:not(.columns_fluid) > .column-4_4, .columns_wrap:not(.columns_fluid) > .column-5_5, .columns_wrap:not(.columns_fluid) > .column-6_6,
	.columns_wrap:not(.columns_fluid) > .column-7_7, .columns_wrap:not(.columns_fluid) > .column-8_8, .columns_wrap:not(.columns_fluid) > .column-9_9,
	.columns_wrap:not(.columns_fluid) > .column-10_10, .columns_wrap:not(.columns_fluid) > .column-11_11, .columns_wrap:not(.columns_fluid) > .column-12_12,
	.row:not(.columns_fluid) > .column-1_3:nth-child(3n), .columns_wrap:not(.columns_fluid) > .column-1_3:nth-child(3n),
	.row:not(.columns_fluid) > .column-2_3, .columns_wrap:not(.columns_fluid) > .column-2_3,
	.row:not(.columns_fluid) > .column-1_3.after_span_2, .columns_wrap:not(.columns_fluid) > .column-1_3.after_span_2,
	.row:not(.columns_fluid) > .column-2_4, .columns_wrap:not(.columns_fluid) > .column-3_4,
	.row:not(.columns_fluid) > .column-1_4.after_span_2, .columns_wrap:not(.columns_fluid) > .column-1_4.after_span_3,
	.row:not(.columns_fluid) > .column-1_5:nth-child(5n), .columns_wrap:not(.columns_fluid) > .column-1_5:nth-child(5n),
	.row:not(.columns_fluid) > .column-2_5, .columns_wrap:not(.columns_fluid) > .column-2_5,
	.row:not(.columns_fluid) > .column-3_5, .columns_wrap:not(.columns_fluid) > .column-3_5,
	.row:not(.columns_fluid) > .column-4_5, .columns_wrap:not(.columns_fluid) > .column-4_5,
	.row:not(.columns_fluid) > .column-2_6, .columns_wrap:not(.columns_fluid) > .column-2_6,
	.row:not(.columns_fluid) > .column-3_6, .columns_wrap:not(.columns_fluid) > .column-3_6,
	.row:not(.columns_fluid) > .column-4_6, .columns_wrap:not(.columns_fluid) > .column-4_6,
	.row:not(.columns_fluid) > .column-5_6, .columns_wrap:not(.columns_fluid) > .column-5_6	{
		width:50%;/*100%;*/
	}
	.row:not(.columns_fluid) > [class*="column-"]:nth-child(2n+3), .columns_wrap:not(.columns_fluid) > [class*="column-"]:nth-child(2n+3),
	.row:not(.columns_fluid) > [class*="column-"]:nth-child(2n+4), .columns_wrap:not(.columns_fluid) > [class*="column-"]:nth-child(2n+4) {
		padding-top: 20px;
	}
	
	.woocommerce.columns-3 ul.products li.product, .woocommerce-page.columns-3 ul.products li.product,
	.woocommerce ul.products li.product.column-1_3, .woocommerce-page ul.products li.product.column-1_3,
	.woocommerce.columns-4 ul.products li.product, .woocommerce-page.columns-4 ul.products li.product,
	.woocommerce ul.products li.product.column-1_4, .woocommerce-page ul.products li.product.column-1_4,
	.woocommerce.columns-5 ul.products li.product, .woocommerce-page.columns-5 ul.products li.product,
	.woocommerce ul.products li.product.column-1_5, .woocommerce-page ul.products li.product.column-1_5,
	.woocommerce.columns-6 ul.products li.product, .woocommerce-page.columns-6 ul.products li.product,
	.woocommerce ul.products li.product.column-1_6, .woocommerce-page ul.products li.product.column-1_6 {
		width: 50%;
	}
	.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
		clear: none;
	}
	.woocommerce ul.products li:nth-child(2n+3), .woocommerce-page ul.products li:nth-child(2n+3) {
		clear: both;
	}

	.isotope_wrap {
		margin-right:-20px;
	}
	.isotope_wrap .isotope_item {
		padding-right:20px;
		padding-bottom:20px;
	}

	.gallery.gallery-columns-9 .gallery-item {	width: 33.3333% !important; }
	.gallery.gallery-columns-8 .gallery-item {	width: 33.3333% !important; }
	.gallery.gallery-columns-7 .gallery-item {	width: 33.3333% !important; }
	.gallery.gallery-columns-6 .gallery-item {	width: 33.3333% !important; }
	.gallery.gallery-columns-5 .gallery-item {	width: 33.3333% !important; }
	.gallery.gallery-columns-4 .gallery-item {	width: 33.3333% !important; }
	

	/* Top Panel */
	.top_panel_top_user_area {
		float:none;
		clear:both;
		width:100%;
	}
	.top_panel_top_socials {
		float:left;
		margin-left:0;
		margin-right:4.5em;
	}
	.top_panel_top_contact_area,
	.top_panel_top_search,
	.top_panel_top_user_area .menu_user_nav {
		margin-top:0.5em;
	}
	.top_panel_top_search {
		padding-top: 0.1em;
		margin-right:1em;
	}
	.top_panel_top_search .search_field {
		max-width:4em;
	}
	.top_panel_style_3 .top_panel_top_socials {
		margin-right:2em;
	}

	.top_panel_style_1 .top_panel_top_socials,
	.top_panel_style_1 .top_panel_top_open_hours,
	.top_panel_style_2 .top_panel_top_socials,
	.top_panel_style_2 .top_panel_top_open_hours,
	.top_panel_style_3 .top_panel_top_socials {
		margin-top: 0.5em;
	}
	.top_panel_style_1 .menu_user_nav > li > a,
	.top_panel_style_2 .menu_user_nav > li > a,
	.top_panel_style_3 .menu_user_nav > li > a {
		padding-top: 0;
		padding-bottom:0;
	}

	.top_panel_style_3 .search_results {
		top: 3em;
	}
	
	.top_panel_middle .logo {
		font-size:0.875em;
	}
	.top_panel_middle .logo img {
		max-height:40px;
	}
	
	.top_panel_style_1 .contact_logo {
		width:100%;
	}
	.top_panel_style_1 .logo {
		text-align:center;
	}
	.top_panel_style_1 .contact_field {
		text-align:center;
		margin-top:1em;
		margin-bottom:2em;
		padding-top:0 !important;
		width:33.3333% !important;
	}
	.top_panel_style_2 .contact_field {
		margin:1em 0;
	}
	.top_panel_style_2 .contact_field,
	.top_panel_style_2 .contact_phone > span+span {
		text-align:center;
	}
	.top_panel_style_1 .contact_field .contact_icon,
	.top_panel_style_2 .contact_field .contact_icon {
		float: none;
		margin-right:auto;
		margin-left:auto;
		margin-bottom:0.3em;
	}

	.top_panel_title .page_title,
 	.top_panel_title .breadcrumbs {
		max-width: 100% !important;
		float:none;
		text-align:center;
	}
	.top_panel_title.title_present .breadcrumbs {
		padding: 0 0 1.5em 0 !important;
	}

	/* Posts layouts */
	.post_featured_left > .post_featured,
	.post_featured_right > .post_featured {
		float: none;
		margin-left: 0;
		margin-bottom: 2em;
		width: 100%;
	}

	.isotope_wrap .isotope_column_3 {
		width:50%;
	}
	.isotope_wrap .isotope_item_colored .post_item .hover_icon,
	.isotope_wrap .isotope_item_grid .post_item .hover_icon,
	.isotope_wrap .isotope_item_square .post_item .hover_icon,
	.isotope_wrap .isotope_item_portfolio .post_item .hover_icon {
		display:none;
	}
	.ih-item.square.effect1.bottom_to_top .info .post_title {
		margin-top:35% !important;
	}
	
	.post_item_colored .post_category {
		max-height:1.2em;
		overflow:hidden;
	}
	.post_item_colored .post_descr .post_price {
		margin-top: 1.2em;
	}
	.post_item_colored .post_info_wrap .post_button + .post_button {
		margin-left:0.4em;
	}
	.post_item_colored .post_featured .post_title, .post_item_colored .post_featured .post_descr {
		padding:4px 8px;
	}

	.ih-item.square.effect_dir .info .post_title {
		margin-top:4% !important;
	}
	

	.comments_list_wrap ul ul ul {
		/* padding-left:0; */
		margin-left:0;
	}
	
	/* Reviews block */
	.reviews_block {
		width:100%; 
	}
	.content .reviews_block {
		float:none;
		margin-left:0;
	}

	/* Woocommerce */
	.woocommerce-shipping-fields {
		margin-top: 2em;
	}
	.woocommerce ul.products, .woocommerce-page ul.products {
		margin-right:-20px;
	}
	.woocommerce.columns-1 ul.products li.product, .woocommerce-page.columns-1 ul.products li.product,
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		padding: 0 20px 20px 0;
	}
	.woocommerce .widget_price_filter .price_label {
		font-size: 1em;
	}
	.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
		font-size: 1em;
	}
	.top_panel_wrap .widget_shopping_cart ul.cart_list > li > a:not(.remove) {
		margin-top:-0.15em;
	}
	.woocommerce table.cart img, .woocommerce #content table.cart img, .woocommerce-page table.cart img, .woocommerce-page #content table.cart img {
		width: 50px;
	}
	.woocommerce table.cart td, .woocommerce #content table.cart td, .woocommerce-page table.cart td, .woocommerce-page #content table.cart td {
		padding: 6px;
	}



	/* BuddyPress */
	#buddypress #item-nav {
		float:none;
		margin-bottom:2em;
		width:auto;
		display:inline-block;
	}
	#buddypress #item-nav ul {
		overflow:hidden;
	}
	#buddypress #item-nav ul li {
		float:left;
	}

	/* Scroll to Top */
	.scroll_to_top {
		right: 1em;
	}
	.scroll_to_top.show {
		bottom: 1em;
	}
}




/*
Very common low res
*/
@media (max-width: 479px) {

	/* Body sizes */
	.body_style_boxed .page_wrap {		width:100%; }
	.slider_boxed, .content_wrap, .content_container {	width: 300px;/*300px;*/ }

	/* Content and Sidebar */
	.sidebar_show .content { width: 100%; float: none; }
	.sidebar { 				 width: 100%; float:none; }
	
	.article_style_boxed .sidebar {
		margin-top:10px;
	}
	
	.widget_area aside {
		display: block;
		float:none;
		width:100%;
		margin-left:0 !important;
	}
	.widget_area aside+aside {
		margin-top:5rem;
	}
	footer.widget_area aside+aside {
		margin-top:0;
	}
	
	/* Fullwide or Fullscreen with sidebar */
	.body_style_fullwide.sidebar_right .content, .body_style_fullscreen.sidebar_right .content { padding-right: 0; }
	.body_style_fullwide.sidebar_right .sidebar, .body_style_fullscreen.sidebar_right .sidebar { margin-left: 0; }
	.body_style_fullwide.sidebar_left  .content, .body_style_fullscreen.sidebar_left  .content { padding-left:  0; }
	.body_style_fullwide.sidebar_left  .sidebar, .body_style_fullscreen.sidebar_left  .sidebar { margin-right:0; }

	/* Grid */
	.container, .container-fluid {
		padding-left:  5px;
		padding-right: 5px;
	}
	.row, .columns_wrap {
		margin-right: -10px;
	}
	.row > [class*="column-"], .columns_wrap > [class*="column-"] {
		padding-right: 10px;
	}
	.row.column_padding_left, .columns_wrap.column_padding_left {
		margin-left: -10px;
	}
	.row.column_padding_left > [class*="column-"], .columns_wrap.column_padding_left > [class*="column-"],
	.row > [class*="column-"].column_padding_left, .columns_wrap > [class*="column-"].column_padding_left {
		padding-left: 10px;
	}
	.row.column_padding_right, .columns_wrap.column_padding_right {
		margin-right: -10px;
	}
	.row.column_padding_right > [class*="column-"], .columns_wrap.column_padding_right > [class*="column-"],
	.row > [class*="column-"].column_padding_right, .columns_wrap > [class*="column-"].column_padding_right {
		padding-right:10px;
	}
	.row.column_padding_center, .columns_wrap.column_padding_center {
		margin-left: -5px;
		margin-right: -5px;
	}
	.row.column_padding_center > [class*="column-"], .columns_wrap.column_padding_center > [class*="column-"],
	.row > [class*="column-"].column_padding_center, .columns_wrap > [class*="column-"].column_padding_center {
		padding-left:10px;
	}
	.row > [class*="column-"].column_padding_bottom, .columns_wrap > [class*="column-"].column_padding_bottom {
		padding-bottom: 10px;
	}

	/* Columns relayout (no columns) */
	.row:not(.columns_fluid) > [class*="column-"], .columns_wrap:not(.columns_fluid) > [class*="column-"] {
		width:100%;
	}
	.row.columns_fluid > [class*="column-"], .columns_wrap.columns_fluid > [class*="column-"] {
		width:50%;
	}
	.row.columns_fluid > .column-1_1, .row.columns_fluid > .column-2_2, .row.columns_fluid > .column-3_3, .row.columns_fluid > .column-4_4, .row.columns_fluid > .column-5_5,
	.row.columns_fluid > .column-6_6, .row.columns_fluid > .column-7_7, .row.columns_fluid > .column-8_8, .row.columns_fluid > .column-9_9, .row.columns_fluid > .column-10_10,
	.row.columns_fluid > .column-11_11, .row.columns_fluid > .column-12_12,
	.columns_wrap.columns_fluid > .column-1_1, .columns_wrap.columns_fluid > .column-2_2, .columns_wrap.columns_fluid > .column-3_3,
	.columns_wrap.columns_fluid > .column-4_4, .columns_wrap.columns_fluid > .column-5_5, .columns_wrap.columns_fluid > .column-6_6,
	.columns_wrap.columns_fluid > .column-7_7, .columns_wrap.columns_fluid > .column-8_8, .columns_wrap.columns_fluid > .column-9_9,
	.columns_wrap.columns_fluid > .column-10_10, .columns_wrap.columns_fluid > .column-11_11, .columns_wrap.columns_fluid > .column-12_12,
	.row.columns_fluid > .column-1_3:nth-child(3n), .columns_wrap.columns_fluid > .column-1_3:nth-child(3n),
	.row.columns_fluid > .column-2_3, .columns_wrap.columns_fluid > .column-2_3,
	.row.columns_fluid > .column-1_3.after_span_2, .columns_wrap.columns_fluid > .column-1_3.after_span_2,
	.row.columns_fluid > .column-2_4, .columns_wrap.columns_fluid > .column-3_4,
	.row.columns_fluid > .column-1_4.after_span_2, .columns_wrap.columns_fluid > .column-1_4.after_span_3,
	.row.columns_fluid > .column-1_5:nth-child(5n), .columns_wrap.columns_fluid > .column-1_5:nth-child(5n),
	.row.columns_fluid > .column-2_5, .columns_wrap.columns_fluid > .column-2_5,
	.row.columns_fluid > .column-3_5, .columns_wrap.columns_fluid > .column-3_5,
	.row.columns_fluid > .column-4_5, .columns_wrap.columns_fluid > .column-4_5,
	.row.columns_fluid > .column-2_6, .columns_wrap.columns_fluid > .column-2_6,
	.row.columns_fluid > .column-3_6, .columns_wrap.columns_fluid > .column-3_6,
	.row.columns_fluid > .column-4_6, .columns_wrap.columns_fluid > .column-4_6,
	.row.columns_fluid > .column-5_6, .columns_wrap.columns_fluid > .column-5_6	{
		width:100%;
	}
	.row:not(.columns_fluid) > [class*="column-"]+[class*="column-"], .columns_wrap:not(.columns_fluid) > [class*="column-"]+[class*="column-"],
	.row.columns_fluid > [class*="column-"]:nth-child(2n+3), .columns_wrap.columns_fluid > [class*="column-"]:nth-child(2n+3),
	.row.columns_fluid > [class*="column-"]:nth-child(2n+4), .columns_wrap.columns_fluid > [class*="column-"]:nth-child(2n+4) {
		padding-top: 10px;
	}

	.isotope_wrap {
		margin-right:-10px;
	}
	.isotope_wrap .isotope_item {
		padding-right:10px;
		padding-bottom:35px;
	}

	.gallery.gallery-columns-9 .gallery-item {	width: 50% !important; }
	.gallery.gallery-columns-8 .gallery-item {	width: 50% !important; }
	.gallery.gallery-columns-7 .gallery-item {	width: 50% !important; }
	.gallery.gallery-columns-6 .gallery-item {	width: 50% !important; }
	.gallery.gallery-columns-5 .gallery-item {	width: 50% !important; }
	.gallery.gallery-columns-4 .gallery-item {	width: 50% !important; }
	.gallery.gallery-columns-3 .gallery-item {	width: 50% !important; }
	
	.woocommerce[class*="column-"] ul.products li.product, .woocommerce-page[class*="column-"] ul.products li.product,
	.woocommerce ul.products li.product[class*="column-"], .woocommerce-page ul.products li.product[class*="column-"],
	.woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product,
	.woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product,
	.woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {
		width: 100%;
		float:none;
	}

	/* Top Panel */
	.top_panel_top_contact_area,
	.top_panel_top_open_hours,
	.top_panel_top_user_area,
	.top_panel_top_socials {
		float:none;
		clear:both;
		width:100%;
		text-align:center;
		margin:0.5em 0 0 0;
	}
	.top_panel_top_user_area .menu_user_nav {
		display:inline-block;
		float: none;
		margin-top:-0.5em;
	}
	.top_panel_top .search_field {
		max-width:3em;
	}
	.top_panel_top_socials {
		line-height:1em;
	}
	.top_panel_top_socials .sc_socials_item {
		margin-right:1.4em !important;
	}
	.top_panel_top_user_area .menu_user_nav li {
		text-align:left;
	}
	.top_panel_top_user_area .menu_user_nav > li > a {
		padding:0.5em 0;
	}
	
	.top_panel_middle .logo {
		font-size:0.875em;
	}
	.top_panel_middle .logo img {
		max-height:40px;
	}
	
	.top_panel_style_1 .contact_logo {
		width:100%;
	}
	.top_panel_style_1 .logo {
		text-align:center;
	}
	.top_panel_style_1 .contact_field {
		text-align:center;
		margin-top:1em;
		margin-bottom:2em;
		padding-top:0 !important;
		width:33.3333% !important;
	}
	.top_panel_style_1 .contact_field .contact_icon {
		float: none;
		margin-right:auto;
		margin-left:auto;
		margin-bottom:0.3em;
	}
	.top_panel_style_2 .contact_logo,
	.top_panel_style_2 .contact_field {
		width:100% !important;
	}
	.top_panel_style_2 .contact_logo {
		margin:0;
		padding:0 !important;
	}
	.top_panel_style_2 .contact_logo .logo {
		margin:0;
	}
	.top_panel_style_2 .logo {
		text-align:center;
	}
	.top_panel_style_2 .contact_field {
		text-align:center;
		margin:1.5em 0;
		padding:0 !important;
	}
	.top_panel_style_2 .contact_phone > span+span {
		text-align:center;
	}
	.top_panel_style_2 .contact_field .contact_icon {
		float: none;
		margin-right:auto;
		margin-left:auto;
	}

	.top_panel_title .page_title,
 	.top_panel_title .breadcrumbs {
		max-width: 100% !important;
		float:none;
		text-align:center;
	}
	.top_panel_title.title_present .breadcrumbs {
		padding: 0 0 1.5em 0 !important;
	}

	.menu_user_nav > li {
		float: none;
		display:inline-block;
	}

	.top_panel_style_3 .top_panel_top_search,
	.top_panel_style_3 .menu_user_nav {
		margin-top: 0;
		line-height:1.3em;
	}
	.top_panel_style_3 .top_panel_top_search {
		padding-top: 0;
	}
	.top_panel_style_3 .search_submit,
	.top_panel_style_3 .search_field {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}
	.top_panel_style_3 .search_results {
		right: auto;
		left:0;
		top: 3em;
	}
	.top_panel_style_3 .search_results:after {
		right: auto;
		left:4em;
	}
	.top_panel_style_5 .top_panel_middle .sidebar_cart,
	.top_panel_style_6 .top_panel_middle .sidebar_cart {
		right:-100px;
	}
	.top_panel_style_5 .top_panel_middle .sidebar_cart:after,
	.top_panel_style_6 .top_panel_middle .sidebar_cart:after {
		right:46%;
		left:auto;
	}

	.top_panel_style_8 .contact_logo {
		display:block;
		position:static;
		left: auto;
		top:auto;
		-webkit-transform:none;
		   -moz-transform:none;
				transform:none;
		padding: 2em 0 0 0;
		text-align:center;
	}

	/* Registration popup */
	.popup_wrap {
		width: 230px;
	}
	.popup_wrap .login_socials_title {
		font-size:1.25em;
	}
	.popup_wrap input[type="text"], .popup_wrap input[type="email"], .popup_wrap input[type="password"] {
		font-size:1em;
	}

	/* Posts layouts */
	.post_featured_left > .post_featured,
	.post_featured_right > .post_featured {
		float: none;
		margin-left: 0;
		margin-bottom: 2em;
		width: 100%;
	}

	.isotope_wrap .isotope_item {
		width:100% !important;
	}
	

	.comments_list_wrap ul ul ul {
		/* padding-left:0; */
		margin-left:0;
	}
	
	/* Reviews block */
	.reviews_block {
		width:100%; 
	}
	.content .reviews_block {
		float:none;
		margin-left:0;
	}
	

	/* Woocommerce */
	.woocommerce-shipping-fields {
		margin-top: 2em;
	}
	.woocommerce ul.products, .woocommerce-page ul.products {
		margin-right:-20px;
	}
	.woocommerce.columns-1 ul.products li.product, .woocommerce-page.columns-1 ul.products li.product,
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		padding: 0 20px 20px 0;
	}
	.woocommerce .widget_price_filter .price_label {
		font-size: 1em;
	}
	.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
		font-size: 1em;
	}
	.top_panel_wrap .widget_shopping_cart ul.cart_list > li > a:not(.remove) {
		margin-top:-0.15em;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		padding:0;
	}
	.woocommerce table.cart img, .woocommerce #content table.cart img, .woocommerce-page table.cart img, .woocommerce-page #content table.cart img {
		width: 40px;
	}
	.woocommerce table.cart td, .woocommerce #content table.cart td, .woocommerce-page table.cart td, .woocommerce-page #content table.cart td {
		padding: 4px;
	}

	/* BuddyPress */
	#buddypress #item-nav {
		float:none;
		margin-bottom:2em;
		width:auto;
		display:inline-block;
	}
	#buddypress #item-nav ul {
		overflow:hidden;
	}
	#buddypress #item-nav ul li {
		float:left;
	}

	.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.ui-state-active a:after {
		height:2px;
	}
	.sc_video_player.sc_video_bordered .sc_video_frame {
		max-width:198px;
	}

	/* Scroll to Top */
	.scroll_to_top {
		right: 1em;
	}
	.scroll_to_top.show {
		bottom: 1em;
	}
}


@media (max-width: 782px) {
	.admin-bar.top_panel_over .top_panel_wrap {	top:46px; }
	.admin-bar.top_panel_fixed .top_panel_wrap { top:46px; }
	.admin-bar #debug_log { top:46px; }
	.admin-bar .pushy .close-pushy::before { top: 3em;	}
	.admin-bar .pushy .pushy_inner {		padding-top: 4em; }
	.admin-bar .pushy .logo {				margin-bottom: 1em;	}
}

@media (max-width: 599px) {
	.admin-bar.top_panel_over .top_panel_wrap {	top: 46px; }
	.admin-bar.top_panel_fixed .top_panel_wrap { top: 0; }
	.admin-bar #debug_log { top: 46px; }
}



/* All Responsive for Skin "Default"
---------------------------------------------------*/
@media (max-width: 1439px) {

    .sidebar.widget_area .post_item .post_info{
        display: block;
    }
    .sidebar.widget_area .post_item .post_info .post_info_item{
        width: 100%;
        display: block;
        margin-left: 0;
    }
    .sidebar.widget_area .post_item .post_info .post_info_item+.post_info_item:before{
        margin: 0;
    }

    .sc_scroll_horizontal .sc_blogger.layout_double_1 .isotope_item,
    .sc_scroll_horizontal .sc_blogger.layout_double_1 [class*=column-],
    .sc_blogger.layout_double_1 .sc_scroll_horizontal .isotope_item,
    .sc_blogger.layout_double_1 .sc_scroll_horizontal [class*=column-] {    /*Control width of columns when scrolling*/
        width: 315px;
    }
    .sc_scroll_horizontal .sc_blogger.layout_double_3 .isotope_item,
    .sc_scroll_horizontal .sc_blogger.layout_double_3 [class*=column-],
    .sc_blogger.layout_double_3 .sc_scroll_horizontal .isotope_item,
    .sc_blogger.layout_double_3 .sc_scroll_horizontal [class*=column-] {    /*Control width of columns when scrolling*/
        width: 335px;
    }
    .isotope_wrap .isotope_item_double.isotope_item .post_info > span{
        display: block;
    }
    .isotope_item_double .post_info .post_info_item + .post_info_item{
        position: relative;
        padding-top:2px;
        margin-top:2px;
    }
    .isotope_item_double .post_content{
        padding-bottom: 3.6rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .isotope_item_double .post_title, .isotope_item_double .post_title a{
        margin: 0 0 0.5rem 0;
    }
    .isotope_item_double .post_info .post_info_item + .post_info_item:before{
        content: none;
    }
    .sc_scroll_horizontal .sc_blogger.template_news .isotope_item,
    .sc_scroll_horizontal .sc_blogger.template_news [class*=column-],
    .sc_blogger.template_news .sc_scroll_horizontal .isotope_item,
    .sc_blogger.template_news .sc_scroll_horizontal [class*=column-] {    /*Control width of columns when scrolling*/
        width: 335px;
    }

    .sc_skills_counter .sc_skills_item.sc_skills_style_2 {
        width: 15rem;
        height: 15rem;
    }

    .sc_services_style_services-3 .sc_services_item {
        padding: 8% 11% 13%;
    }

    .sc_price_block .sc_price_block_title,
    .sc_price_block .sc_price_block_money{
        width:100%; text-align: left;
    }

    .widget_area .widget_socials .widget_title{
        float:none;
        width: 100%;
        margin-bottom: 2.6rem;
    }

    /*Booking calendar*/
    .booking_day_container {
        height: 8.4rem;
    }

    /*Special class*/
    .special_class_team_spirit{
        margin-top: 5rem;
    }
}


@media (max-width: 1279px) {

    .post_item_related .post_content_wrap {
        min-height: 9.2rem;
    }

    ul.sc_list li {
        font-size: 0.9rem;
    }

    .content .search_wrap ,
    .post_item_404 .page_search .search_wrap {
        max-width: 38%;
    }

    .sc_scroll_horizontal .sc_blogger.layout_double_1 .isotope_item,
    .sc_scroll_horizontal .sc_blogger.layout_double_1 [class*=column-],
    .sc_blogger.layout_double_1 .sc_scroll_horizontal .isotope_item,
    .sc_blogger.layout_double_1 .sc_scroll_horizontal [class*=column-] {    /*Control width of columns when scrolling*/
        width: 290px;
    }
    .sc_scroll_horizontal .sc_blogger.layout_double_3 .isotope_item,
    .sc_scroll_horizontal .sc_blogger.layout_double_3 [class*=column-],
    .sc_blogger.layout_double_3 .sc_scroll_horizontal .isotope_item,
    .sc_blogger.layout_double_3 .sc_scroll_horizontal [class*=column-] ,    /*Control width of columns when scrolling*/
    .sc_scroll_horizontal .sc_blogger.template_news .isotope_item,
    .sc_scroll_horizontal .sc_blogger.template_news [class*=column-],
    .sc_blogger.template_news .sc_scroll_horizontal .isotope_item,
    .sc_blogger.template_news .sc_scroll_horizontal [class*=column-] {    /*Control width of columns when scrolling*/
        width: 305px;
    }

    .isotope_item_news .post_content {
        margin-left: 1.143rem;
        padding-left: 1.143rem;
    }

    .sc_form.sc_form_style_form_4 .description_form_4 {
        margin-right: 6.6rem;
    }

    .sc_skills_counter .sc_skills_item.sc_skills_style_2 {
        width: 14rem;
        height: 14rem;
    }

    .esg-grid .eg-repairme-3-element-0-a a.eg-repairme-3-element-0 {
        padding: 0.8rem ;
    }

    .sc_services_style_services-1 .sc_services_item {
        padding: 1.143rem 1.714rem 1.943rem 1.714rem;
    }

    .sc_price_block {
        padding: 2.929rem 1.714rem 1.286rem;
    }
    .sc_price_block .sc_price_block_description ul li {
        padding: 0.5rem 1.8rem 0.5rem 1.2rem;
    }

    .sc_services_style_services-2 .sc_services_item {
        padding: 1.286rem 0.4rem 1.286rem 1rem;
    }

    .sc_tabs.sc_tabs_style_3 .sc_tabs_titles {
        min-width: 15.5rem;
    }

    .sc_item_title,
    .post_item_single .post_title.entry-title,
    .post_item_excerpt .post_title,
    .post_item_masonry .post_title,
    .sc_form_style_form_2 .sc_form_title + .sc_columns .sc_form_address .title_address{
         padding-left: 0.8rem;
    }
    .sc_title_divider {
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }

    .post_item_single.post_featured_left  .post_title ,
    .post_item_excerpt.post_featured_left  .post_title {
        margin-bottom: 1.571rem;
    }
    .post_info .post_info_item + .post_info_item {
        margin-left: 2rem;
    }

    /*Booking calendar*/
    .booking_day_container {
        height: 8rem;
    }
    .booking_day_container a[over="0"] .booking_day_slots,
    .booking_day_book {
        bottom: 1.071rem;
    }
    .booking_day_slots {
         bottom: 3.4rem;
    }

    /*Special class*/
    .special_class_welcome_home_2{
        font-size:2.7rem;
    }
}


@media (max-width: 1135px) {

    html {
        overflow-x:  hidden;
        -ms-overflow-x: hidden;
    }

    .sc_popup {
        max-width: 430px;
    }

    ul.sc_list li {
        font-size: 1rem;
    }

    .post_item_related .post_content_wrap {
        min-height: 7.5rem;
    }

    .sc_scroll_horizontal .sc_blogger.layout_double_3 .isotope_item,
    .sc_scroll_horizontal .sc_blogger.layout_double_3 [class*=column-],
    .sc_blogger.layout_double_3 .sc_scroll_horizontal .isotope_item,
    .sc_blogger.layout_double_3 .sc_scroll_horizontal [class*=column-] ,    /*Control width of columns when scrolling*/
    .sc_scroll_horizontal .sc_blogger.template_news .isotope_item,
    .sc_scroll_horizontal .sc_blogger.template_news [class*=column-],
    .sc_blogger.template_news .sc_scroll_horizontal .isotope_item,
    .sc_blogger.template_news .sc_scroll_horizontal [class*=column-] {    /*Control width of columns when scrolling*/
        width: 320px;
    }
    .sc_scroll_horizontal .sc_blogger.layout_double_1 .isotope_item,
    .sc_scroll_horizontal .sc_blogger.layout_double_1 [class*=column-],
    .sc_blogger.layout_double_1 .sc_scroll_horizontal .isotope_item,
    .sc_blogger.layout_double_1 .sc_scroll_horizontal [class*=column-] {    /*Control width of columns when scrolling*/
        width: 300px;
    }

    .sc_services_style_services-2 .sc_services_item {
        padding: 1.286rem 0.4rem 1.286rem 2.6rem;
    }

    /*Special class*/
    .special_class_team_spirit {
        margin-top: 4.4rem;
    }
}


@media (max-width: 1023px) {

    .sc_scroll_horizontal .sc_blogger.layout_double_3 .isotope_item,
    .sc_scroll_horizontal .sc_blogger.layout_double_3 [class*=column-],
    .sc_blogger.layout_double_3 .sc_scroll_horizontal .isotope_item,
    .sc_blogger.layout_double_3 .sc_scroll_horizontal [class*=column-]{    /*Control width of columns when scrolling*/
        width: 305px;
    }
    .sc_scroll_horizontal .sc_blogger.template_news .isotope_item,
    .sc_scroll_horizontal .sc_blogger.template_news [class*=column-],
    .sc_blogger.template_news .sc_scroll_horizontal .isotope_item,
    .sc_blogger.template_news .sc_scroll_horizontal [class*=column-] {      /*Control width of columns when scrolling*/
        width: 300px;
    }
    .sc_scroll_horizontal .sc_blogger.layout_double_1 .isotope_item,
    .sc_scroll_horizontal .sc_blogger.layout_double_1 [class*=column-],
    .sc_blogger.layout_double_1 .sc_scroll_horizontal .isotope_item,
    .sc_blogger.layout_double_1 .sc_scroll_horizontal [class*=column-] {    /*Control width of columns when scrolling*/
        width: 285px;
    }

    /*Special class*/
    .vc_row.special_class_home4_bg_plumbing {
        background-position: left;
        background-size: 500%;
    }
}


@media (max-width: 959px) {

    .isotope_item_double .post_title, .isotope_item_double .post_title a {
        font-size: 1.2rem;
    }

    .slider_wrap .advantages_inner .advantage_item .advantage_title{
        margin-bottom: 0.4rem;
    }

    footer.widget_area .widget .post_info .post_info_posted{
        display: block;
    }
    footer.widget_area .post_item .post_info .post_info_item + .post_info_item:before{
        content: none;
    }
    footer.widget_area .post_item .post_info .post_info_item + .post_info_item + .post_info_item:before{
        display: inline-block;
        content: "|";
        vertical-align: top;
        font-style: normal;
        margin: 0 0.5em;
    }
    .top_panel_top_contact_area.top_panel_address {
        float: right;
    }
    .sc_services_style_services-1 .sc_services_item {
        min-height: 8.7rem;
    }

    .post_item_masonry .post_info .post_info_item + .post_info_item{
        margin-left:1rem;
    }

    .sc_popup {
        max-width: 420px;
    }

    .sc_testimonials_style_testimonials-5 .sc_testimonial_content{
        line-height: 1;
    }
    .sc_testimonial_content ul.sc_list_style_ul li {
        padding: 0.5rem 0 0.5rem 2.8rem;
    }

    /* Post parts */
    .post_info {
        font-size:0.8461em;
    }
    .post_rating .reviews_star {
        font-size:1em;
    }
    .post_item_colored .post_category {
        font-size:1em;
        margin:0 0 0.4em;
    }
    .post_item_colored .post_descr .post_price_period {
        font-size:1em;
    }
    .post_item_colored .post_descr .post_price_value {
        font-size:1.3846em;
    }

    /* Footer */
    .contacts_wrap .contacts_address {
        font-size: 1em;
    }

    /* Widgets */
    .sidebar{
        margin-top: 3rem;
        border-top: 1px solid #ddd;
        padding-top: 3rem;
    }
    .widget_area .post_item .post_info {
        font-size:0.7692em;
    }
    .widget_area .widget_recent_reviews .reviews_star,
    .widget_area .widget_top10 .reviews_star {
        font-size: 0.65rem;
    }
    footer.widget_area .widget_recent_reviews .reviews_value,
    footer.widget_area .widget_top10 .reviews_value {
        font-size: 1rem;
        padding: 0 0;
    }
    .footer_wrap.widget_area .widget_nav_menu ul li {
        width: 90%;
    }
    footer.widget_area .post_item .post_thumb + .post_content .post_title {
        margin: 0 0 0.5rem 0;
    }
    .reviews_star:before {
        line-height: 1.6;
    }
    .widget_area .post_item .post_thumb{
        margin: 0 0.5rem 4px 0;
    }

    .copyright_style_socials .copyright_wrap_inner {
        text-align: center;
    }

    .content .search_wrap,
    .post_item_404 .page_search .search_wrap {
        max-width: 46%;
    }

    /*Calculators*/
    #fbuilder .calculator .left-column,
    #fbuilder .calculator .right-column {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        margin:0;
    }

    /*Single team*/
    .single-team .post_featured {
        width: 21.43rem;
    }
    .single-team .post_featured + .team_member_content {
        margin-left: 23rem;
        padding: 0 0 1rem 0;
    }

    .sc_scroll_horizontal .sc_blogger.layout_double_3 .isotope_item,
    .sc_scroll_horizontal .sc_blogger.layout_double_3 [class*=column-],
    .sc_blogger.layout_double_3 .sc_scroll_horizontal .isotope_item,
    .sc_blogger.layout_double_3 .sc_scroll_horizontal [class*=column-]{    /*Control width of columns when scrolling*/
        width: 240px;
    }
    .sc_scroll_horizontal .sc_blogger.template_news .isotope_item,
    .sc_scroll_horizontal .sc_blogger.template_news [class*=column-],
    .sc_blogger.template_news .sc_scroll_horizontal .isotope_item,
    .sc_blogger.template_news .sc_scroll_horizontal [class*=column-] {      /*Control width of columns when scrolling*/
        width: 235px;
    }
    .sc_scroll_horizontal .sc_blogger.layout_double_1 .isotope_item,
    .sc_scroll_horizontal .sc_blogger.layout_double_1 [class*=column-],
    .sc_blogger.layout_double_1 .sc_scroll_horizontal .isotope_item,
    .sc_blogger.layout_double_1 .sc_scroll_horizontal [class*=column-] {    /*Control width of columns when scrolling*/
        width: 215px;
    }
    .isotope_wrap .isotope_item_double.isotope_item .post_info > span.post_info_posted_by,
    .isotope_wrap .isotope_item_double.isotope_item .post_info > span.post_info_counters{
        display: none;
    }
    .isotope_item_double .post_content {
        padding-bottom: 1.3rem;
    }
    .isotope_wrap .isotope_item.isotope_item_double .post_featured {
        width: 5.543rem;
    }
    .isotope_item_double .post_content {
        margin-left: 6.357rem;
        min-height: 6rem;
    }

    /*Contact(Request) Form*/
    .sc_form_style_form_4 .sc_form_info .sc_form_item {
        width: 100%;
    }
    .sc_form.sc_form_style_form_4 .description_form_4 {
        padding-top: 0;
    }
    .sc_form.sc_form_style_form_4 {
        padding: 1.357rem 2.129rem 2.043rem;
    }

    /*Services*/
    .sc_services_style_services-2 .sc_services_item > a, .sc_services_style_services-2.sc_services_type_images .sc_services_item_featured {
        width: 4.714rem;
        height: 4.714rem;
    }
    .sc_services_style_services-2 .sc_services_item {
        padding: 1.286rem 0.4rem 1.286rem 2rem;
    }
    .sc_services_style_services-2 .sc_services_item > a + .sc_services_item_content,
    .sc_services_style_services-2.sc_services_type_images .sc_services_item_featured + .sc_services_item_content {
        margin-left: 5.5rem;
    }
    .sc_services_style_services-1 .sc_services_item {
        padding: 0.743rem 1.714rem 1.943rem;
    }
    .sc_services_style_services-1.sc_services_type_images .sc_services_item_content .sc_services_item_readmore {
        width: 2.4rem;
        height: 2.4rem;
        line-height: 2.4rem;
    }
    .sc_services_style_services-1.sc_services_type_images .sc_services_item_content {
        padding-right: 2.8rem;
    }
    .sc_services_style_services-2 h4.sc_services_item_title {
        font-size: 1.214rem;
    }


    .sc_skills_counter .sc_skills_item.sc_skills_style_2 {
        width: 11.9rem;
        height: 11.9rem;
    }
    .sc_skills_counter .sc_skills_item.sc_skills_style_2 .sc_skills_count {
        font-size: 2.571rem;
    }
    .sc_skills_counter .sc_skills_item .sc_skills_info {
        margin: 4px 0;
    }


    .sc_price_block .sc_price_block_description ul li {
        font-size: 0.85rem;
    }


    .sc_scroll_controls.sc_scroll_controls_type_top.layout_double_1 .sc_blogger_title {
        margin-right: 0;
    }
    .sc_blogger.sc_scroll_controls.template_double.layout_double_1 .sc_item_title {
        margin-bottom: 6.771rem;
    }
    .sc_blogger.sc_scroll_controls_type_top.layout_double_1 .sc_blogger_title + .sc_scroll + .sc_scroll_controls_wrap {
        top: 4.2rem;
        left: 0;
        right: auto;
        text-align: left;
    }
    .sc_blogger.sc_scroll_controls_type_top.layout_double_1 .sc_blogger_title + .sc_scroll + .sc_scroll_controls_wrap a.sc_scroll_prev {
        margin-left:0;
    }

    .sc_tabs.sc_tabs_style_3 .sc_tabs_titles {
        min-width: 10.5rem;
    }

    .widget_nav_menu ul#menu-services-menu li:hover a,
    .widget_nav_menu ul#menu-services-menu li.current-menu-item a {
        padding-right: 1.4rem;
    }
    .widget_nav_menu ul#menu-services-menu li a {
        padding: 1rem;
    }

    .isotope_item_portfolio.isotope_item_portfolio_3  .post_info_wrap .post_descr p:nth-child(2){
        display: none;
    }

    /*Booking calendar*/
    .booking_day_container {
        width: 12.9%;
    }
    .booking_day_container a[over="0"] .booking_day_slots,
    .booking_day_book {
        font-size: 0.8rem;
        bottom: 0.571rem;
    }
    .booking_day_slots {
        bottom: 2.9rem;
    }
    .booking_main_container a[over="1"] .booking_day_book {
        width: 95%;
    }
    .booking_day_container {
        height: 6.7rem;
    }
    #booking_slot_form .booking_float_left {
        margin-top: 0.3em;
        font-size: 0.9rem;
    }
    #form_container_all {
        margin-top:6.2rem;
    }
    #booking_container textarea.booking_field_input_custom {
        height: 15rem;
    }


    /*Special class*/
    .special_class_welcome_home_2{
        font-size:2.1rem;
    }
    .special_class_title_menu_sevices{
        font-size:1.5rem;
    }
    .sc_testimonials.special_class_hide_controls_testimonials .sc_slider_controls_wrap{
        display: none;
    }
}


@media (max-width: 767px) {

    .sc_form.sc_form_style_form_4 {
        padding: 1.357rem 2.129rem 2.543rem;
    }

    .sc_table table {
        width: 100%;
    }

    .sc_services_style_services-1 .sc_services_item {
        min-height: 0;
    }

    .post_item_single.post_featured_left .post_title, .post_item_excerpt.post_featured_left .post_title {
        margin-left: 0 !important;
    }

    .slider_wrap .advantages_inner .advantage_item {
        padding: 0 1rem 0.4rem 4rem;
    }
    .slider_wrap .advantages_inner .advantage_item.highlight_all {
        padding: 0 0 0 4.3rem;
    }
    .slider_wrap .advantages_inner .advantage_item.highlight_all .advantage_title {
        height: 2.6rem;
    }
    .slider_wrap .advantages_inner .advantage_item {
        min-height: 1.5rem;
    }
    .slider_wrap .advantages_inner .advantage_item .advantage_title {
        font-size: 1.229rem;
    }
    .contacts_wrap.short .contacts_info_item > span:before,
    .slider_wrap .advantages_inner .advantage_item:before {
        font-size: 1.6rem;
        height: 2.3rem;
        width: 2.3rem;
        line-height: 2.3rem;
    }
    .slider_wrap .advantages_inner .advantage_item.highlight_all:before {
        left: 1rem;
    }
    .contacts_wrap.short .contacts_info_item > span {
        margin: 0;
    }
    .contacts_wrap.short .contacts_info {
        flex-direction: column;
        align-items: center;
    }

    .sc_item_title,
    .sc_form_style_form_2 .sc_form_title + .sc_columns .sc_form_address .title_address{
        font-size: 1.214rem;
    }
    .sc_form_style_form_2 .sc_form_title + .sc_columns .sc_form_address .title_address {
        margin-bottom: 2.571rem;
    }

    .sc_form.sc_form_style_form_2 .sc_form_fields,
    .sc_form.sc_form_style_form_2 .sc_form_address {
        width: 100%;
    }
    .sc_form_style_form_2 .sc_form_title + .sc_columns .sc_form_address {
        position: static;
        margin-top: 2rem;
    }

    /* Widgets */
    .widget_area .post_item .post_info,
    .widget_area .widget_tag_cloud a,
    .widget_area .widget_rss .rss-date {
        font-size:1rem !important;
    }
    .widget_area .widget_recent_reviews .reviews_star,
    .widget_area .widget_top10 .reviews_star {
        font-size: 1rem;
    }
    .widget_area .reviews_block .reviews_summary .reviews_criteria {
        font-size:0.75em;
    }
    .widget_area .post_item .post_title {
        margin-top:0;
    }
    .widget_area .post_item .post_thumb {
        width: 7.6875em;
        height: 7.6875em;
        margin: 0 1rem 4px 0;
    }
    .footer_wrap.widget_area .widget_nav_menu ul li {
        width: 45%;
    }
    .footer_wrap.widget_area .widget_nav_menu ul li {
        font-size: 1.3rem;
    }

    .sidebar_show .post_featured_left .post_info .post_info_item {
        display: inline-block;
    }

    /* Shortcodes */
    .sc_testimonial_content {
        font-size:1.25em;
    }
    .sc_testimonial_author {
        font-size: 1em;
    }
    .sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title .sc_accordion_icon {
        border-width: 1px;
    }
    .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.ui-state-active a:after {
        height:2px;
    }
    input[type="submit"], input[type="button"], button,.sc_button {
        padding: 1.05em 1.9em;
    }
    input.sc_button_size_medium[type="submit"], input.sc_button_size_medium[type="button"],button.sc_button_size_medium,.sc_button.sc_button_size_medium {
        padding: 1.1em 2.1em;
    }
    input.sc_button_size_large[type="submit"], input.sc_button_size_large[type="button"], button.sc_button_size_large, .sc_button.sc_button_size_large {
        padding: 1.15em 2.35em;
    }
    input[type="submit"]:before, input[type="button"]:before, button:before, .sc_button:before {
        margin-right:4px;
    }
    .sc_price_block .sc_price_block_description ul li {
        font-size: 1rem;
    }

    .sc_scroll_horizontal .sc_blogger.layout_double_1 .isotope_item,
    .sc_scroll_horizontal .sc_blogger.layout_double_1 [class*=column-],
    .sc_blogger.layout_double_1 .sc_scroll_horizontal .isotope_item,
    .sc_blogger.layout_double_1 .sc_scroll_horizontal [class*=column-] , /*Control width of columns when scrolling*/
    .sc_scroll_horizontal .sc_blogger.layout_double_3 .isotope_item,
    .sc_scroll_horizontal .sc_blogger.layout_double_3 [class*=column-],
    .sc_blogger.layout_double_3 .sc_scroll_horizontal .isotope_item,
    .sc_blogger.layout_double_3 .sc_scroll_horizontal [class*=column-]{    /*Control width of columns when scrolling*/
        width: 200px;
    }
    .sc_scroll_horizontal .sc_blogger.template_news .isotope_item,
    .sc_scroll_horizontal .sc_blogger.template_news [class*=column-],
    .sc_blogger.template_news .sc_scroll_horizontal .isotope_item,
    .sc_blogger.template_news .sc_scroll_horizontal [class*=column-] {      /*Control width of columns when scrolling*/
        width: 300px;
    }
    .isotope_item_double .post_title, .isotope_item_double .post_title a {
        font-size: 1.1rem;
    }

    .sc_form.sc_form_style_form_4 {
        max-width: 100%;
    }
    .sc_form_style_form_4 .sc_form_info .sc_form_item {
        width: 48%;
    }
    .sc_form.sc_form_style_form_4 .sc_form_info .sc_form_item:first-child {
        margin-right: 3.3% !important;
    }

    .sc_services_style_services-2 .sc_services_item > a + .sc_services_item_content, .sc_services_style_services-2.sc_services_type_images .sc_services_item_featured + .sc_services_item_content {
        margin-left: 6.5rem;
    }
    .sc_services_style_services-2 h4.sc_services_item_title {
         font-size: 1.714rem;
    }

    .sc_scroll_controls_type_top .sc_scroll_controls_wrap {
        top: -4.5rem;
    }

    .sc_skills_counter .sc_skills_item.sc_skills_style_2 {
        width: 16.9rem;
        height: 16.9rem;
    }
    .sc_skills_counter .sc_skills_item.sc_skills_style_2 .sc_skills_count {
        font-size: 3.171rem;
    }
    .sc_skills_counter .sc_skills_item.sc_skills_style_2 + .sc_skills_style_2 {
        margin-left: 0;
    }
    .sc_skills_counter .sc_skills_item.sc_skills_style_2:nth-child(odd) {
        margin-left: 2rem;
    }
    .sc_skills_counter .sc_skills_item.sc_skills_style_2{
        margin-top: 2rem;
    }

    .sc_testimonials_style_testimonials-5 .sc_testimonial_content .column-1_3.odd:last-child{
        display: block;
    }

    .sc_form_style_form_3 .request_left_erea ,
    .sc_form_style_form_3 .request_form {
        margin-left: 0;
        width: 100%;
    }

    .isotope_item_portfolio.isotope_item_portfolio_3  .post_info_wrap .post_descr p:nth-child(2){
        display: block;
    }

    /*Visual composer*/
    .vc_row .vc_column_container + .vc_column_container {
        margin-top:2rem;
    }

    /*Bppking calendar*/
    .booking_name_days_container{
        display: none !important;
    }
    .booking_day_container {
        width: 23%;
        height: 9.7rem;
    }
    .booking_main_container a[over="1"] .booking_day_book {
        width: 85%;
    }
    .booking_day_slots {
         bottom: 4rem;
    }
    .booking_day_container a[over="0"] .booking_day_slots, .booking_day_book {
         font-size: 1rem;
         bottom: 1.071rem;
    }
    #booking_slot_form,
    #form_container_all {
        width: 30rem;
        display: block;
        margin: auto !important;
        padding: 0 !important;
        float: none;
    }

    /*Special class*/
    .special_class_team_spirit {
        margin-top: 2.4rem;
    }
    .special_class_home1_block_hiring{
        padding:5em;
    }
    .sc_testimonials.special_class_hide_controls_testimonials .sc_slider_controls_wrap{
        display: block;
    }
    .special_class_width_block_home_1{
        width:90%;
        margin:auto;
    }
}


@media (max-width: 639px) {

    .widget_area .post_item .post_thumb {
        width: 6.6875em;
        height: 6.6875em;
    }

    .content .search_wrap,
    .post_item_404 .page_search .search_wrap {
        max-width: 300px;
    }

    .single-team .post_featured {
        width: 100%;
        float: none;
    }
    .single-team .post_featured + .team_member_content {
        margin-left: 0;
    }

    .sc_testimonials_style_testimonials-1 .sc_testimonial_additional_field {
        margin: auto 0 auto;
    }

    .comments_form_wrap .columns_wrap, .comments_form_wrap .columns_wrap + .comments_message {
        width: 100%;
    }
    .comments_form_wrap .columns_wrap {
        margin-right: 0;
    }

    .sc_scroll_horizontal .sc_blogger.layout_double_1 .isotope_item,
    .sc_scroll_horizontal .sc_blogger.layout_double_1 [class*=column-],
    .sc_blogger.layout_double_1 .sc_scroll_horizontal .isotope_item,
    .sc_blogger.layout_double_1 .sc_scroll_horizontal [class*=column-] , /*Control width of columns when scrolling*/
    .sc_scroll_horizontal .sc_blogger.layout_double_3 .isotope_item,
    .sc_scroll_horizontal .sc_blogger.layout_double_3 [class*=column-],
    .sc_blogger.layout_double_3 .sc_scroll_horizontal .isotope_item,
    .sc_blogger.layout_double_3 .sc_scroll_horizontal [class*=column-]{    /*Control width of columns when scrolling*/
        width: 220px;
    }
    .sc_scroll_horizontal .sc_blogger.template_news .isotope_item,
    .sc_scroll_horizontal .sc_blogger.template_news [class*=column-],
    .sc_blogger.template_news .sc_scroll_horizontal .isotope_item,
    .sc_blogger.template_news .sc_scroll_horizontal [class*=column-] {      /*Control width of columns when scrolling*/
        width: 220px;
    }

    .sc_services_style_services-2 .sc_services_item > a, .sc_services_style_services-2.sc_services_type_images .sc_services_item_featured {
        position: static;
        margin: auto;
    }
    .sc_services_style_services-2 .sc_services_item > a + .sc_services_item_content, .sc_services_style_services-2.sc_services_type_images .sc_services_item_featured + .sc_services_item_content {
        margin-left: 0;
    }
    .sc_services_style_services-2 .sc_services_item {
        padding: 1.286rem 0.4rem 1.286rem;
        text-align: center;
    }

    .post_item_masonry .post_info .post_info_item + .post_info_item {
        margin-left: 0;
    }
    .post_item_masonry .post_info .post_info_item {
        display: block;
    }

    .isotope_item.isotope_item_portfolio .post_item  .post_info_wrap .post_descr p:nth-child(2){
        display: none;
    }

    /*Slider*/
    .slider_wrap .advantages_inner .advantages_area {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    .slider_wrap .advantages_inner .advantage_item {
        width: 280px;
    }
    .slider_wrap .advantages_inner .advantage_item + .advantage_item {
        margin-top:1rem;
    }

    .sc_services_style_services-2 h4.sc_services_item_title {
        font-size: 1.514rem;
    }
    .slider_wrap .advantages_inner .advantage_item.highlight_all + .advantage_item.highlight_all{
        border:none;
    }

    /*Visual composer*/
    .vc_row, .vc_row .vc_column_container {
         background-position: inherit;
         background-size: inherit;
    }

    /*Booking calendar*/
    .booking_main_container .booking_header_container .booking_month_container_all .booking_font_custom {
        font-size: 1.857rem;
    }
    .booking_day_container {
        height: 8rem;
    }
    .booking_main_container a[over="1"] .booking_day_book {
        width: 95%;
    }

    /*Special class*/
    .special_class_home1_block_hiring {
        padding: 3em;
    }
}


@media (max-width: 479px) {

    .sc_table table tr:first-child th,
    .sc_table table tr:first-child td,
    .sc_table table tr:last-child th,
    .sc_table table tr:last-child td {
        font-size: 1.1rem;
    }

    .comments_list_wrap ul ul {
        margin-left: 15px;
    }

    #fbuilder .left_aligned .fields .final-cost-area label {
        width: 80%;
    }

    .sc_accordion.sc_accordion_style_1 .sc_accordion_item {
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
    }

    .top_panel_top_contact_area {
        margin: 0;
    }
    .top_panel_top .content_wrap {
        padding:0.3rem 0;
    }
    .sc_testimonials_style_testimonials-1 .sc_testimonial_item {
        padding: 0 3em;
    }

    /* Widgets */
    .widget_area .reviews_block .reviews_summary .reviews_criteria {
        font-size:0.75em;
    }
    .widget_area aside.null-instagram-feed {
        min-height: 22rem;
    }
    .widget_area .widget_socials .widget_title {
         float: left;
         width: auto;
    }
    .footer_wrap aside {
        margin-bottom: 2.5em;
    }


    /* Shortcodes */
    .sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title .sc_accordion_icon {
        border-width: 1px;
    }
    .sc_form .sc_form_field {
        float: none;
        width: 100%;
        padding-left:0 !important;
    }
    /*
        .sc_slider, .sc_slider .swiper_slide {
            max-height:130px;
        }
    */
    /* Shortcodes */
    input[type="submit"], input[type="button"], button, .sc_button {
        /*padding: 0.7em 0.6em;*/
    }
    blockquote p:first-child, blockquote p.sc_quote_title {
        padding-left: 1.571rem;
        margin-left: 3.243rem;
    }
    .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_skills_legend,
    .sc_skills_pie.sc_skills_compact_on .sc_skills_item {
        width: 100%;
        margin-right: 0;
    }
    .sc_skills_legend{
        margin-bottom:3rem;
    }
    .sc_skills_pie.sc_skills_compact_on .sc_skills_item .max_skill_value_pie {
        font-size: 2.429rem;
    }

    #fbuilder .calculator {
        padding: 1rem 0.3rem 3rem !important;
        min-height: 0;
    }

    .sc_testimonials_style_testimonials-1 .sc_testimonial_content > p {
        padding-left: 1.571rem;
        margin-left: 1.243rem;
    }
    .sc_testimonials_style_testimonials-1 .sc_testimonial_avatar, .sc_testimonials_style_testimonials-1 .sc_testimonial_author {
        margin-left: 1rem;
    }
    .sc_testimonials_style_testimonials-1 .sc_testimonial_author .sc_testimonial_author_name{
        display: block;
    }
    .sc_testimonials_style_testimonials-1 .sc_testimonial_author_name + .sc_testimonial_author_position:before {
        content: none;
    }
    .sc_table table th, .sc_table table td {
        padding: 0.8em 0.5em;
    }

    .sc_scroll_horizontal .sc_blogger.layout_double_1 .isotope_item,
    .sc_scroll_horizontal .sc_blogger.layout_double_1 [class*=column-],
    .sc_blogger.layout_double_1 .sc_scroll_horizontal .isotope_item,
    .sc_blogger.layout_double_1 .sc_scroll_horizontal [class*=column-] {    /*Control width of columns when scrolling*/
        width: 275px !important;
    }
    .sc_scroll_horizontal .sc_blogger.layout_double_3 .isotope_item,
    .sc_scroll_horizontal .sc_blogger.layout_double_3 [class*=column-],
    .sc_blogger.layout_double_3 .sc_scroll_horizontal .isotope_item,
    .sc_blogger.layout_double_3 .sc_scroll_horizontal [class*=column-]{    /*Control width of columns when scrolling*/
        width: 285px !important;
    }
    .sc_scroll_horizontal .sc_blogger.template_news .isotope_item,
    .sc_scroll_horizontal .sc_blogger.template_news [class*=column-],
    .sc_blogger.template_news .sc_scroll_horizontal .isotope_item,
    .sc_blogger.template_news .sc_scroll_horizontal [class*=column-] {      /*Control width of columns when scrolling*/
        width: 285px !important;
        padding-right:15px;
    }
    .isotope_item_double .post_content {
        min-height: 5.6rem;
    }

    .sc_form_style_form_4 .sc_form_info .sc_form_item {
        width: 100%;
    }

    .top_panel_wrap .top_panel_phone + .top_panel_address span.top_panel_address_field {
        margin-left: 0;
    }

    .sc_popup{
        width:270px;
    }

    .sc_skills_counter .sc_skills_item.sc_skills_style_2:nth-child(odd) {
        margin-left: 0;
    }

    .contacts_wrap.short .contacts_info .contacts_info_item {
        width: 270px;
        padding: 0.4rem 1rem 0.4rem 4rem;
    }

    .sc_price_block .sc_price_block_title{
        width: 65%;
    }
    .sc_price_block .sc_price_block_money {
        width: 35%;
        text-align: right;
    }

    .sc_form_style_form_2 .sc_form_info, .sc_form_style_form_2 .sc_form_message {
        width: 100%;
        margin-right: 0;
    }
    .sc_form_style_form_3 .request_form .sc_form_info,
    .sc_form_style_form_3 .request_form .sc_form_message {
        width: 100%;
    }
    .sc_form_style_form_3 .request_form .sc_form_message {
        margin-left: 0;
    }

    .post_item_single .post_title.entry-title,
    .post_item_excerpt .post_title,
    .post_item_masonry .post_title {
        margin-bottom: 2.2rem;
    }
    .isotope_wrap .isotope_item.isotope_item_masonry {
        padding-bottom: 50px;
    }

    .sc_testimonials.sc_testimonials_style_testimonials-1 .sc_slider_controls_wrap{
        display: none;
    }

    .isotope_item_portfolio  .info-back{
        padding:0 1.5rem;
    }
    .isotope_item.isotope_item_portfolio .post_item .post_info_wrap .post_descr p:nth-child(2) {
        display: block;
    }

    /*Booking calendar*/
    .booking_main_container {
        width: 90%;
    }
    #booking_month_nav .booking_mont_nav_button_container .booking_month_nav_button {
        width: 2.714rem;
        height: 2.714rem;
        line-height: 2.714rem;
    }
    .booking_main_container .booking_header_container .booking_month_container_all .booking_font_custom {
        font-size: 1.257rem;
        height: 38px;
        line-height: 38px;
    }
    .booking_back_today {
        top: 4.2rem;
    }
    .booking_day_container {
        width: 31%;
        height: 7.3rem;
    }
    .booking_day_slots {
        bottom: 3.2rem;
    }
    .booking_day_container a[over="0"] .booking_day_slots, .booking_day_book {
        font-size: 0.9rem;
        bottom: 0.771rem;
    }
    #booking_slot_form, #form_container_all {
        width: 100%;
    }

    #booking_slot_form .booking_margin_l_2 {
        width: 30%;
    }
    #booking_slots .booking_margin_l_15 {
        width: 55%;
    }
    #booking_slots select {
        width: 40%;
    }

    .sc_tabs.sc_tabs_style_3 .sc_tabs_titles {
        min-width: 9rem;
    }
    .sc_tabs.sc_tabs_style_3 .sc_tabs_content {
        margin-left: 2rem;
    }

    .post_item_404 .image_page_404 {
        margin-top: 0;
    }

    .post_author .post_author_avatar {
        width: 5rem;
        height: 5rem;
    }
    .post_author .post_author_title,
    .post_author .post_author_about{
        margin-left: 6rem;
    }
    .post_author .post_author_info {
        margin-left: 0;
    }

    /*Essential Grid*/
    .repairme-dark .esg-navigationbutton {
        padding: 2px 5px !important;
    }
    .eg-repairme-2-element-3 {
        white-space: nowrap !important;
    }

    /*Visual composer*/
    .vc_row .vc_column_container + .vc_column_container {
        margin-top: 1rem;
    }
    .vc_row, .vc_row .vc_column_container {
        background-position: center;
        background-size: cover;
    }
    .vc_row{
        margin-left:0 !important;
        margin-right:0 !important;
    }

    /*Special class*/
    .special_class_margin_bottom{
        margin-bottom: 1rem;
    }
    .single-team .columns_wrap  .margin_bottom_medium {
        margin-bottom: 0 !important;
    }
    .special_class_home1_block_hiring {
        padding: 1em 0;
    }

    /*Display: Flex*/
    .sc_skills_counter .sc_skills_item.sc_skills_style_2{
        display: -webkit-inline-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: inline-flex;
        -webkit-flex-flow: column;
        -webkit-justify-content: center;
        -webkit-align-items: center;
        margin-left:auto !important;
        margin-right:auto !important;
    }
    .isotope_item_portfolio .post_info_wrap {
        display: -webkit-inline-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: inline-flex;
        -webkit-flex-flow: column;
        -webkit-justify-content: center;
        -webkit-align-items: center;
    }
    .sc_tabs.sc_tabs_style_3 {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row;
        -webkit-justify-content: space-between;
        -webkit-align-items: flex-start;
    }
    .sc_image a div.figcaption{
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: column;
        -webkit-justify-content: center;
        -webkit-align-items: center;
    }
    .ih-item.square.effect_shift:hover .info {
        -webkit-transform: translateX(10px) translateY(10px) !important;
        -moz-transform: translateX(10px) translateY(10px) !important;
        -ms-transform: translateX(10px) translateY(10px) !important;
        -o-transform: translateX(10px) translateY(10px) !important;
        transform: translateX(10px) translateY(10px) !important;
    }

    .mejs-controls a.mejs-horizontal-volume-slider,
    .mejs-container .mejs-controls .mejs-button.mejs-volume-button,
    .mejs-container .mejs-controls .mejs-time.mejs-duration-container{
        display: none !important;
    }
    .sc_audio .sc_audio_header,
    .sc_audio.sc_audio_image .sc_audio_container {
        border-right: none;
    }
    .sc_audio .sc_audio_header,
    .sc_audio.sc_audio_image .sc_audio_container{
        left: 0;
    }
    .sc_audio.sc_audio_image > div.sc_audio_image {
        display: none;
    }
    .mejs-controls .mejs-time-rail > span {
        width: 180px !important;
    }
}

@media only screen and( max-device-width: 375px ){

    .mejs-controls a.mejs-horizontal-volume-slider,
    .mejs-container .mejs-controls .mejs-button.mejs-volume-button,
    .mejs-container .mejs-controls .mejs-time.mejs-duration-container{
        display: none !important;
    }
    .sc_audio .sc_audio_header,
    .sc_audio.sc_audio_image .sc_audio_container {
        border-right: none;
    }
    .sc_audio .sc_audio_header,
    .sc_audio.sc_audio_image .sc_audio_container{
        left: 0;
    }
    .sc_audio.sc_audio_image > div.sc_audio_image {
        display: none;
    }
}
