/*
Theme Name:			Welcart Basic Child
Theme URI:			http://www.welcart.com/
Author:				Collne Inc.
Author URI:			http://www.collne.com/
Description:		Welcart Basic is the Welcart dedicated theme.
Version:			1.2.14
License:			GNU General Public License v2 or later
License URI:		http://www.gnu.org/licenses/gpl-2.0.html
Tags:				responsive-layout, white, two-columns, right-sidebar
Template:			welcart_basic
Requires at least:	4.4
Requires PHP:		5.5
*/

body {
	background-color: #fff4e2;
}
header #site-navigation input#panel.on-off + div.nav-menu-open,	header #site-navigation input#panel.on-off + div.header-nav-container {
	background-color: #e97016;
}
#site-navigation li a:hover {
	background-color: #f1a01c;
}
#site-navigation li.current-menu-item > a, #site-navigation li.current-menu-ancestor > a {
	background-color: #f1a01c;
}
footer {
	background-color: #e97016;
}

/** * 16.4 Desktop Small 1000px */
@media screen and (min-width: 62.5em) {

	.catalog_column{
		width:928px;
		text-align:center;
		margin:0 auto;
		overflow: hidden;
	}

	.catalog_one_column{
		width:100%;
		text-align:center;
		margin:0 auto;
		overflow: hidden;
	}

	.catalog_one_column_img{
		width:100%;
		text-align:center;
	}

	.catalog_two_column{
		width:100%;
		text-align:center;
		margin:0 auto;
		overflow: hidden;
	}

	.catalog_two_column_img{
		width:50%;
		display:inline-block;
		float:left;
		text-align:center;
	}

	.catalog_two_column_right_img{
		width:50%;
		display:inline-block;
		float:right;
		text-align:center;
	}

	.catalog_three_column{
		width:100%;
		text-align:center;
		margin:0 auto;
		overflow: hidden;
	}

	.catalog_three_column_img{
		width:33.33333%;
		display:inline-block;
		float:left;
		text-align:center;
	}

	.catalog_three_column_center_img{
		width:33.33333%;
		display:inline-block;
		float:left;
		text-align:center;
	}

	.catalog_three_column_right_img{
		width:33.33333%;
		display:inline-block;
		float:right;
		text-align:center;
	}

}

@media screen and (max-width : 928px) {
	.catalog_column{
		width:98%;
		text-align:center;
		margin:0 auto;
		overflow: hidden;
	}

	.catalog_one_column{
		width:100%;
		text-align:center;
		margin:0 auto;
		overflow: hidden;
	}

	.catalog_one_column_img{
		width:100%;
		text-align:center;
	}

	.catalog_two_column{
		width:100%;
		text-align:center;
		margin:0 auto;
		overflow: hidden;
	}

	.catalog_two_column_img{
		width:100%;
		display:inline-block;
		float:left;
		text-align:center;
	}

	.catalog_two_column_right_img{
		width:100%;
		display:inline-block;
		float:right;
		text-align:center;
	}

	.catalog_three_column{
		width:100%;
		text-align:center;
		margin:0 auto;
		overflow: hidden;
	}

	.catalog_three_column_img{
		width:100%;
		display:inline-block;
		float:left;
		text-align:center;
	}

	.catalog_three_column_center_img{
		width:100%;
		display:inline-block;
		float:left;
		text-align:center;
	}

	.catalog_three_column_right_img{
		width:100%;
		display:inline-block;
		float:right;
		text-align:center;
	}
}