/*
Theme Name: Land Steps
Description: Official site
Version: 1.0
Author: Crimson Cloud Labs & jKourou
*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

/*START RESET*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*END RESET*/

html, body {
	width: 100%;
	height: 100%;
}
	html, body.logged-in.admin-bar {
		height: calc(100% - 32px);
	}
body {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	max-width: 960px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 24px;
	background: rgb(65,115,135);
	color: #fff;
	display: table;
}
strong { font-weight: bold; }
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Georgia, serif;
}
a {
	text-decoration: none;
	display: inline-block;
	color: rgb(65,115,135);
	-webkit-transition: 1s ease;
	transition: 1s ease;
}
.backstretch { opacity: 0.8; }
.anchor_position { position: relative; bottom: 70px; }

#wrapper {
	text-align: center;
}
#logo { width: 60%; margin: 80px 20% 0; }
#logo a { display: block; }
#logo img { width: 50%; height: auto; display: block; margin: 40px 25%; }
#logo p {
	font-size: 18px;
	margin: 0 auto;
	text-shadow: 1px 1px 1px #000;
/*	padding: 20px;
	background: rgba(65,115,135,0.75);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.15);
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.15);*/
}

nav {
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(65,115,135,0.75);
	border-bottom: 1px solid rgba(255,255,255,0.25);
	-webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.15);
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.15);
	z-index: 900;
	font-size: 18px;
}
	nav a { padding: 5px 10px; color: #fff; }
	nav ul a:hover { color: rgb(65,115,135); background: rgba(255,255,255,0.9); }
	nav ul { display: block; margin: 0 auto; width: 960px; position: relative; }
	nav li { display: inline-block; }

	.submenu {
		position: absolute;
		top: 35px;
		right: 0;
		z-index: 800;
		width: 960px;
		background: rgba(45,95,115,0.95);
		-webkit-border-radius: 0 0 10px 10px;
		border-radius: 0 0 10px 10px;
		display: none;
	}
		.submenu>div { float: left; width: calc(25% - 40px); margin: 20px; }
		.submenu>div h1 { font-size: 16px; line-height: 16px; padding: 10px; font-weight: bold; color: rgba(0,0,0,0.25); }
		.submenu>div h2 { font-size: 20px; line-height: 20px; font-weight: bold; padding: 10px; background: rgba(0,0,0,0.125); border-radius: 3px; -webkit-box-radius: 3px; }
		.submenu>div > a { display: block; font-size: 18px; line-height: 18px; padding: 10px; border-top: 1px solid rgba(255,255,255,0.25); }
		.submenu>div h2 + a { border-top: 0px solid rgba(255,255,255,0.25); }

	@media all and (max-width: 959px) {
		nav { display: none; }
	}


footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 20px 0;
	font-size: 75%;
}
	body:not(.home) footer {
		position: static;
	}
	footer a {
		color: #fff;
	}
	footer a:hover {
		text-decoration: underline;
	}

/* Pages */
.page .hentry h2, .page .hentry h3, .page .hentry h4 { margin-bottom: 20px; }
.page .hentry h2 { font-size: 30px; line-height: 40px; }
.page .hentry h3 { font-size: 24px; line-height: 32px; }
.page .hentry h4 { font-size: 20px; line-height: 28px; }
.page .hentry p { margin-bottom: 20px; }
.page .hentry ul { margin-bottom: 20px; text-align: left; list-style-type: disc; }
.page .hentry ul li { margin-bottom: 20px; }

.page-id-23 i, .page-id-27 i { margin-right: 10px; }

.hentry.contact a[href*="mailto:"] { margin-bottom: 40px; }

.hentry.markets h2,
.hentry.markets h3 {
	margin-bottom: 10px;
}

.hentry.markets #markets_map {
	position: relative;
	z-index: 1;
}
	.hentry.markets #markets_map .the_info {
		display: none;
		background: rgba(65,115,135,0.85);
		-webkit-border-radius: 5px;
		border-radius: 5px;
		position: absolute;
		z-index: 20;
		top: 20px;
		right: 0;
		padding: 10px;
		width: 260px;
	}
	.hentry.markets #markets_map .the_info h2 {
		font-size: 24px;
		line-height: 30px;
		color: #fff;
	}
	.hentry.markets #markets_map .the_info h3 {
		font-size: 18px;
		line-height: 24px;
		color: #fff;
	}
	.hentry.markets #markets_map .the_info a,
	.hentry.markets #markets_map .the_info i {
		color: #fff;
	}
	.hentry.markets #markets_map .map_dot {
		position: absolute;
		height: 20px;
		width: 20px;
		z-index: 10;
		border: 2px solid #FFF;
		cursor: help;
		background: #FFF url('images/logo_map.png') no-repeat;
		background-size: cover;
	}
	.hentry.markets #markets_map .map_dot i {
		position: relative;
		left: 5px;
	}
	.hentry.markets #markets_map #canada {
		top: 135px;
		left: 70px;
	}
	.hentry.markets #markets_map #australia {
		right: 170px;
		bottom: 100px;
	}
	.hentry.markets #markets_map #new_zealand {
		right: 40px;
		bottom: 70px;
	}
	.hentry.markets #markets_map #middle_east {
		top: 260px;
		right: 255px;
	}
	.hentry.markets #markets_map #africa {
		bottom: 155px;
		left: 365px;
	}
	.hentry.markets #markets_map #asia {
		right: 90px;
		bottom: 230px;
	}
	.hentry.markets #markets_map #russia {
		top: 65px;
		left: 430px;
	}
	.hentry.markets #markets_map #europe {
		left: 325px;
		top: 175px;
	}
	.hentry.markets #markets_map #usa {
		top: 210px;
		left: 225px;
	}
	.hentry.markets #markets_map #latin_america {
		bottom: 100px;
		left: 180px;
	}

/* Entry */

.hentry {
	background: #FFF;
	color: #444;
	padding: 80px;
	color: #444;
	float: left;
}

	@media all and (max-width: 959px) {
		.hentry { padding: 20px; width: calc(100% - 40px); }
	}

	.hentry h1 {
		margin-bottom: 40px;
		font-size: 63px;
		line-height: 63px;
	}

	.hentry .description {
		margin-bottom: 40px;
		padding-bottom: 40px;
		border-bottom: 1px dotted #888;
		font-size: 23px;
		line-height: 32px;
		text-align: justify;
	}

	.hentry .description p {
		margin-bottom: 20px;
	}

	.hentry img { max-width: 100%; height: auto; display: inline-block; }
		.hentry .product_map { clear: both; margin-bottom: 80px; position: relative; }
			.hentry .product_map .location { position: absolute; top: 0; left: 0; }

	.hentry .tabs, .hentry .tabs_nav, .hentry .tabs_nav li { float: left; }
		.hentry .tabs { clear: both; width: 100%; text-align: center; clear: both; }
			.hentry .tabs h3 { text-align: center; font-size: 40px; line-height: 40px; float: left; width: 100%; margin: 0 0 40px; }
			.hentry .tabs_nav li { padding: 10px; background: #444; color: #FFF; margin-right: 1px; cursor: pointer; }
			.hentry .tabs_nav li.active { background: rgb(65,115,135); }
			.hentry .cw_shortcodes_tabs_panes .cw_shortcodes_pane { display: none; }
			.hentry .cw_shortcodes_tabs_panes .cw_shortcodes_pane.active { display: inline-block!important; }
			.hentry .tab_content { float: left; clear: both; width: 100%; }
			.hentry .tab_content section { padding: 40px 0; clear: both; width: 100%; border-top: 1px solid #CCC; }
				.hentry .tab_content section:first-child { border-top: 0; }
				.hentry .tab_content section.the_brand header { width: 100%; text-align: center; }
				.hentry .tab_content section.the_brand p { margin-bottom: 20px; }
				.hentry .tab_content img.package { width: calc(40% - 20px); float: left; margin-right: 20px; margin-bottom: 20px; /*-webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.15); box-shadow: 0 0 5px 5px rgba(0,0,0,0.15);*/ }
				.postid-66 .tab_content img.package, .postid-69 .tab_content img.package { width: calc(20% - 20px); float: none;  margin: 0 auto 20px; }
				.hentry .tab_content h4 { font-size: 32px; line-height: 32px; }
				.hentry .tab_content .availability { margin: 40px 0; display: block; float: left; width: 100%; text-align: center; }
					.hentry .tab_content .availability ul { max-width: 720px; /*float: left;*/ text-align: center; margin: 40px 40px 0; }
					.hentry .tab_content .availability li { /*float: left;*/ display: inline-block; padding: 5px; text-align: center; width: 48px; margin: 0 1px 2px; color: #FFF; background: rgb(205,235,142); /* Old browsers */
															background: #9c0;
															 }
					.hentry .tab_content .availability li.unavailable { color: #CCC; color: #fff;
																		background: -moz-linear-gradient(top,  rgba(153,204,0,0.6) 0%, rgba(153,204,0,0.45) 100%); /* FF3.6+ */
																		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,204,0,0.6)), color-stop(100%,rgba(153,204,0,0.45))); /* Chrome,Safari4+ */
																		background: -webkit-linear-gradient(top,  rgba(153,204,0,0.6) 0%,rgba(153,204,0,0.45) 100%); /* Chrome10+,Safari5.1+ */
																		background: -o-linear-gradient(top,  rgba(153,204,0,0.6) 0%,rgba(153,204,0,0.45) 100%); /* Opera 11.10+ */
																		background: -ms-linear-gradient(top,  rgba(153,204,0,0.6) 0%,rgba(153,204,0,0.45) 100%); /* IE10+ */
																		background: linear-gradient(to bottom,  rgba(153,204,0,0.6) 0%,rgba(153,204,0,0.45) 100%); /* W3C */
																		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9999cc00', endColorstr='#7399cc00',GradientType=0 ); /* IE6-9 */
					}
				.hentry .tab_content .inquire { margin: 40px 0; display: block; float: left; width: 100%; text-align: center; }
					.hentry .tab_content .inquire a { background: #222; padding: 10px; margin: 0 auto; display: inline-block; color: #fff; }
						.hentry .tab_content .inquire a:hover, .hentry .tab_content .inquire a:focus { background: rgb(65,115,135); }
				.hentry .brand_logo_velvet { width: 120px; height: auto; display: block; margin: 0 auto; }
				.hentry .tab_content .origin {
					display: inline-block;
					padding: 10px;
					margin: 10px 0 60px;
					clear: both;
					color: #FFF;
					font-size: 20px;
					line-height: 20px;
					background: #09C;
				}
					.hentry .tab_content .origin.india { background: #09C; }
					.hentry .tab_content .origin.china { background: #C00; }
					.hentry .tab_content .origin.egypt { background: #CCB200; }
					.hentry .tab_content .origin.europe_usa { background: #94CC00; }
					.hentry .tab_content .origin.greece { background: #256894; }
				.hentry .tab_content .origin + p { width: 50%; float: right; }
				.hentry .tab_content .weights { margin-top: 10px; border-top: 1px solid #CCC; width: 100%; float: left; }
					.hentry .tab_content .weights img, .hentry .tab_content .weights ul, .hentry .tab_content .weights li { float: left; }
						.hentry .tab_content .weights img, .hentry .tab_content .weights li { padding: 8px; }
				.hentry .tab_content .product_description { margin-top: 40px; }
				.hentry .tab_content .product_description p { margin-bottom: 20px; }
				.hentry .tab_content .product_description ul { list-style-type: disc; text-align: left; padding: 0 40px; }
				.hentry .tab_content .product_description ul li { margin-bottom: 10px; }
				.hentry .tab_content .cuts_image { display: block; margin: 0 auto; }
				.hentry .tab_content .cuts { width: 50%; margin-left: 25%; }
				.hentry .tab_content .cuts li { float: left; width: 50%; text-align: center; }

				@media all and (max-width: 959px) {
					.hentry .tab_content .cuts { width: 100%; margin-left: 0; }
				}

				.hentry #storing, .hentry #nutrition { margin: 0 20px; float: left; }
					.hentry #storing { width: calc(40% - 40px); }
					.hentry #nutrition { width: calc(60% - 40px); }

					@media all and (max-width: 959px) {
						.hentry #storing, .hentry #nutrition { float: none; }
							.hentry #storing { width: calc(100% - 40px); }
							.hentry #nutrition { width: calc(100% - 40px); }
					}

				.hentry #storing>div { float: left; width: 100%; text-align: center; }

				.hentry #storing h4, .hentry #nutrition h4 { font-size: 28px; line-height: 28px; margin-bottom: 20px; text-align: center; }

				.hentry #storing p { width: 100%; clear: both; margin-top: 40px; text-align: center; float: left; }
				.hentry #storing .temp { width: calc(100% - 50px)!important; float: left; font-size: 90px; line-height: 150px; color: #BFBFBF; }
				.hentry #storing .therm {
					position: relative;
					float: right;
					background: url(images/therm_back.png);
					width: 40px;
					height: 150px;
					margin-left: 10px;
				}
					.hentry #storing .therm span { position: absolute; display: block; bottom: 0; width: 40px; overflow: hidden; }
					.hentry #storing .therm span img { position: absolute; bottom: 0; left: 0; }

				.hentry #nutrition>span { display: block; color: #888; margin-bottom: 20px; text-align: right; font-size: 16px; }
				.hentry #nutrition ul li { margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px dashed #CCC; text-align: left; }
				.hentry #nutrition ul li span { float: right; width: 15%; text-align: center; }

				.post-62.hentry #nutrition > span { display: none; }

/*Company Page*/
.one_company {
	position: relative;
	padding: 0 10px;
	margin-top: 20px;
}
.one_company img {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	padding: 10px;
	border: 2px solid;
	width: 60%;
	height: auto;
}
.one_company h2 {
	position: absolute;
	font-size: 36px !important;
	color: #fff;
	width: calc(100% - 20px);
	text-align: center;
	top: 85px;
	text-shadow: 2px 1px 4px #4D7D95;
}

/*Careers Page*/
.careers img {
	padding: 10px;
	width: 40%;
	height: auto;
	box-shadow: 0 1px 5px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 5px 2px rgba(0,0,0,0.3);
}

/*Contact Form*/
.wpcf7-form input, textarea, select {
	padding: 5px 10px;
}
.wpcf7-submit{
	font-size: 20px;
	line-height: 20px;
	padding: 10px 20px;
	background: #09c;
	border: 0;
	color: #fff;
	cursor: pointer;
}
div.wpcf7-validation-errors {
	border: 0 !important;
	background: #f90;
	color: #fff;
}
div.wpcf7-mail-sent-ok {
	border: 0 !important;
	background: #6a0;
	color: #fff;
}
/* Inquire Form */
#inquire_form {
	padding: 60px;
	text-align: center;
	font-size: 18px;
}
@media all and (max-width: 959px) {
	#inquire_form { padding: 10px; }
}

/* Responsive */
@media all and (max-width: 959px) {
	body { position: static; }
}
@media all and (max-width: 479px) {
	#logo img { width: 100%; margin: 20px 0; }
}

/* Coverr Video */
.homepage-hero-module {
	border-right: none;
	border-left: none;
	position: relative;
}
.no-video .video-container video,
.touch .video-container video {
	display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
	display: block !important;
}
.video-container {
	position: relative;
	bottom: 0%;
	left: 0%;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background: #000;
}
.video-container .poster img {
	width: 100%;
	bottom: 0;
	position: absolute;
}
.video-container .filter {
	z-index: 100;
	position: absolute;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
}
.video-container video {
	position: absolute;
	z-index: 0;
	bottom: 0;
}
.video-container video.fillWidth {
	width: 100%;
}



.wpcf7-form input, textarea, select {
	padding: 5px 8px;
	width: calc(100% - 16px);
}