/*
Theme Name: iDea - Clean & Powerful Bootstrap Theme
Author: Elle Phillips @ Red Couch Creative, inc.
Author URI: http://www.redcouchcreative.com
Author e-mail: design@redcouchcreative.com
Version: 1.0
Created: September 4, 2018
License URI: http://support.wrapbootstrap.com/
File Description: custom CSS styles
*/
.yellow-divider {
	width:2px; 
	background-color: #ffcb05;
	margin-left: 20px;
	padding-top:10px;
	height: 30px;
}

.mouse-memories {
	font-family: 'Mouse Memoirs', sans-serif;
	letter-spacing: 0.1em;
}

.container-image {
	height:504px;
	width:100%;
	position: relative;
}

.products-bkg-image {
	width:100%;
	position: relative;
}

.container-image .image {
	position: absolute;
  	left: 0;
  	top: 0;
}

.text-block {
    z-index: 100;
    position: absolute;
    color: #ca6c18;
	text-align: left;
    font-size: 17px;
	font-weight: 700;
    left: 22%;
    top: 20%;
    width: 60%;
    height: 70%;
}

.image-popcorn {
	display: none;
}

.products-hdr-bkg {
    border-radius: 40px;
    background: #e11b22;
    padding: 20px; 
	margin-top:0 auto;
    width: 45%;
    height: 110px; 
	color: #ffcb05;
	font-size: 30px;
}

/*
PRODUCTS START
*/

.product-container-right {
	float: left;
	background-image: url(../images/product-bkg_right.jpg);
	background-repeat: no-repeat;
	width:100%; 
	height: 457px;
	padding-top:70px;
}
.product-container-left {
	float: left;
	background-image: url(../images/product-bkg_left.jpg);
	background-repeat: no-repeat;
	width:100%; 
	height: 457px;
	padding-top:70px;
}
.product-container-right .txt {
	margin-top:90px;
	padding-right: 20%;
}
.product-container-left .txt {
	margin-top:90px;
	padding-left: 10%;
	padding-right: 10%;
	float: left;
}
.product-container-left .prodlogo {
	float: right;
	padding-right: 60px;
	}
.txt a {
	color: #ca6c18;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

/*
PRODUCTS END
*/

@media (max-width:1200px) {
	.text-block {
    top:7%;
	}
}

@media (max-width: 980px) { 
	.image-popcorn-bkg {
		display: none;
	}
	
	.image-popcorn {
		display: block;
	}
	
	.products-bkg-image #bkg {
	visibility: hidden;
	}
	
	.text-block {
		font-weight: 500;
		font-size: 15px;
	}

	.products-hdr-bkg h1 {
		font-size: 25px;
	}
}

@media (max-width: 767px) {                  
   .yellow-divider {
      display: none;
	   visibility: hidden;
	   padding-top:0px;
	   height:0px;
   }
	.products-hdr-bkg {
		width:90%;
		height: 50%;
	}
	.products-hdr-bkg h1 {
		font-size: 25px;
	}
	
	.text-block {
      top:10%;
   }
	
	/*
	PRODUCTS @ MEDIA START
	*/

	.product-container-right {
	float: left;
	background-image: none;
	width:100%; 
	height: auto;
	padding-top:20px;
	}
	.product-container-left {
	float: left;
	background-image: none;
	width:100%; 
	height: auto;
	padding-top:20px;
	}
	.product-container-right .txt {
	margin-top:0px;
	padding-right: 0px;
	}
	.product-container-left .txt {
	margin-top:0px;
	padding-left: 15px;
	}
	.product-container-left .prodlogo {
	float: left;
	width: 100%;
	padding-right: 0px;
	}
	
	/*
	PRODUCTS @ MEDIA END
	*/
	
}

@media (max-width: 480px) {                  
   .text-block {
      top:8%;
   }
	.text-block h1 {
      font-size:26px;
   }
	
}
