/* CSS Document for How Soil Works Custom UI */

/* class added to DIVI section */
.hsw-section > div:first-of-type {
	/* padding-top: 0 !important; */
}

.post-785 .et_pb_row_0 .et_pb_column_0 {
	margin-right: 0;
}

.tlFourDotsButton #logo {
	max-width: none !important;
	height: auto !important;
	position: relative !important;
}

/* structure classes */

.hsw-main,
.hsw-main * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.hsw-bg-layer-0 {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 0;
	background: #7ca3cf !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #7ca3cf 0%, #7ca3cf 48%, #1b0f08 48%, #1b0f08 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #7ca3cf 0%,#7ca3cf 48%,#1b0f08 48%,#1b0f08 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #7ca3cf 0%,#7ca3cf 48%,#1b0f08 48%,#1b0f08 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ca3cf', endColorstr='#1b0f08',GradientType=0 ) !important; /* IE6-9 */
}

.hsw-main {
	/*background-image: url(/wp-content/uploads/2015/12/HowSoilWorks_v5.png);*/
	/*background-image: url(/wp-content/uploads/2016/02/how-soil-works-test-bg.png);*/
	/*background-image: url(/wp-content/uploads/2016/02/HowSoilWorks_sidetest.png);*/
	background:
		url(/wp-content/uploads/2016/04/corn-1.png),
		url(/wp-content/uploads/2016/04/background4.png);
	background-repeat: 
		no-repeat,
		repeat-x;
	background-size:
		50% auto,
		100% auto;
	background-position:
		center,
		center;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.hsw-main > .corn {
	position: absolute;
	width: 100%;
}

.hsw-main > .corn > img {
	width: 50%;
	height: auto;
	margin-left: 25%;
	margin-top: 5%;
}

.hsw-block {
	position: relative;
}

.hsw-inner {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}

.hsw-height-100 {
	height: 100%;
}

ul.hsw-list {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}

.hsw-list-item {
	width: 100%;
	min-height: 30%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	opacity: 0;
}

.hsw-list-item.active {
	opacity: 1;
}

.hsw-list-item > canvas {
	position: absolute;
	/*background-color: rgba(255, 0, 0, .3);*/
}


.hsw-info-box {
	width: 38%;
	border: 1px solid #FFF;
	background-color: rgba(255, 255, 255, .8);
	float: left;
	clear: both;
	position: absolute;
	/* bottom: 0;*/
	/*margin-top: 25%;*/
}


.hsw-info-box.top {
	top: 0;
	margin-top: 10%;
}

.hsw-info-box.bottom {
	bottom: 0;
	margin-bottom: 5%;
}

@media (max-width: 1100px) {
	.hsw-info-box,
	.hsw-info-box.top,
	.hsw-info-box.bottom
	{
		width: 90%;
		bottom: 0;
		margin-bottom: 5%;
		margin-top: 0;
		top: unset;
	}

	.hsw-list-item {
		bottom: 0;
	}
}

.hsw-list-item.left .hsw-info-box {
	margin-left: 5%;
}

.hsw-list-item.right .hsw-info-box {
	right:0;
	margin-right: 5%;
}


.hsw-image,
.hsw-content
{
	float: left;
	padding-top: 2%;
	padding-bottom: 2%;
}

.hsw-image {
	width: 40%;
	padding-left: 2%;
	padding-right: 1%;
}

.hsw-content {
	width: 60%;
	color: #333;
	padding-left: 2%;
	padding-right: 1%;
}

.hsw-bubble {
	position: absolute;
	width: 1.5vw;
	height: 1.5vw;
	border: 3px solid #FFF;
	border-radius: 100px;
	background-color: rgba(255, 255, 255, .7);
}


/* BEG .hws-control */
.hsw-control {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 5%;
	background: url(/wp-content/uploads/2016/04/arrows2.png);
	background-size: 200% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
	opacity: .4;
	transition: opacity .3s ease-in;
}

.hsw-control:hover {
	opacity: 1;
}

.hsw-control.hsw-prev {
	left: 0;
	background-position: 0 center;
}

.hsw-control.hsw-next {
	right: 0;
	background-position: 100% center;
}

/* END .hws-control */