/*
Theme Name: To Epps
*/

@import url(../../../../external.html?link=https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(../../../../external.html?link=https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700,700italic);
html,body{font-size: 18px; font-family: 'Lato', sans-serif;}
#e_logo{background: url('assets/logo.png') no-repeat left center; background-size: contain; display: block; height: 58px; width: 100%; margin: 20px 0 0 0; }
#e_header{padding: 1.5rem 0;}
h1{font-size: 2rem; color: #058797; }
h4{font-size: 1.25rem;}
h5{text-transform: uppercase; color: #646464; font-weight: bold;}

a{color: #1e929f; text-decoration: none;}
.small-text{font-size: 0.75rem;}

body{background: #323232 url('assets/footer_back.png'); color: #c3c3c3;}

.white{background: white; color: #333333;}
.grey{background: #f2f3f3; color: #333333;}
.sleeve{ padding: 2rem 0;}

 .spacer{height: 2rem;}
 
.align-right{text-align: right;} 
.e_phone{color: #058797; font-size: 27px;}

#e_header ul{margin:0; padding:0;}
#e_header li{display: inline-block; text-transform: uppercase; border-right: 1px solid #333; padding: 0 0.75rem 0 0.75rem;}

#e_header li a{color: #333; text-decoration: none;}


#home-hero{
	background: url('assets/home-hero.jpg');
	background-size: contain;
}

#home-hero h1{padding: 8rem 0; font-size: 3rem; color: white; text-shadow: 0px 0px 10px #000;}
h2.hero{color: white; font-size: 1.25rem; text-align: center; text-transform: uppercase; font-weight: normal; padding: 1.2rem 1rem; margin: 0 auto; width: 80%}
.hero-item-wrapper {
	position: relative;
	min-height: 250px;
}
.hero-items p{ font-size: 1.25rem;}
.hero-items h2.hero{margin: 0 0 1rem 0;}

/* Page hero, add background-image url in each page  */
#hero {
	height: 250px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#hero:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
#hero .page-title {
	color: #fff;
	margin: 0;
	position: relative;
	z-index: 2;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#hero .page-title:after {
	background-color: rgba(255,255,255,0.7);
	content: "";
	display: block;
	margin: 10px auto 0;
	height: 3px;
	width: 50px;
}

.qvc-red-image-wrapper {
	width: 90px;
	height: 98px;
    margin: 0 auto;
}

body.home #hero {display:none}
/* Set each page's hero background */
/* Page Success Stories */
body.page-id-7 #hero {
	background-image: url('assets/home-hero.jpg');
  background-position: top;
}
/* Page Who We Are */
body.page-id-9 #hero {
	/* background-image: url('../../uploads/2015/11/crew-e1454683008356.jpg'); */
        background-image: url('assets/home-hero.jpg');
    /* height: 250px; */
 background-position: top;
}
/* Page Process */
body.page-id-11 #hero {
	background-image: url('assets/home-hero.jpg');
   height: 250px;
   background-position: top;
}
/* Page Contact */
body.page-id-13 #hero {
	background-image: url('assets/home-hero.jpg');
   background-position: top;
}

/* Hide Page Title auto added by WP */
body.page-id-7 .page-title-wrapper > h1,
body.page-id-9 .page-title-wrapper > h1,
body.page-id-11 .page-title-wrapper > h1,
body.page-id-13 .page-title-wrapper > h1 {display:none}



.egg{background: url('assets/egg.png');}
.teal{background: url('assets/teal.png');}
.puse{background: url('assets/puse.png');}

.e-btn{padding: 1rem; color: white !important; text-transform: uppercase; margin: 1rem auto; display: inline-block; cursor: pointer; text-decoration: none !important; position: absolute; bottom: 0; left: 0; right: 0; width: 44%; }

.home-video{ text-align: center;}

.e_feature{border-top: 1px solid #c3c4c4; border-bottom: 1px solid #c3c4c4; padding: 1.5rem 0;}
.e_feature p{padding: 1rem 0;}
.social-icons img{display: inline-block; padding: 0 0.5rem 0 0; margin: 0 0 1rem 0;}

.home-logos{text-align: center;}
.home-logos img{height: 78px; width: 133px; margin: 0.5rem; display: inline-block;}
.home-logos img.img-short{width: 133px;}
.home-logos img.img-long{width: 266px;}

.ul-product-grid {
    width: 98%;
    margin: 40px auto 20px;
}
.ul-product-grid li {
    width: 20%;
	margin-top: -1px;
	margin-left: -1px;
    padding: 0;
    vertical-align: middle;
	border-width: 1px 1px 1px 1px;
	border-color: rgba(0,0,0,0.06);
	border-style: solid;
	
	webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.ul-product-grid li:hover {
	border-color: #1e929f;
}
.ul-product-grid li .image-wrapper {
    width: 65%;
    margin: 0 auto;
	height: 160px;
	position: relative;
}
.ul-product-grid li .image-wrapper img {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


.page-template-default h4,
.page-template-stories h4 {
	color: #058797;
    margin-top: 18px;
}
.font-pt-serif {
	font-family: 'PT Serif', serif;
}
.page-template-default h4.font-pt-serif {
    font-size: 20px;
}


@media (max-width: 1024px) {
	#home-hero h1 {
		padding: 4rem 0;
	}
}

@media (max-width: 768px) {
    #e_header{text-align: center;}
    #e_logo{background-position: center center;}
    #e_header .align-right{text-align: center;} 
	
	/* add background-position to hero image,
	set width to background-size */
	#home-hero {
		background: url('assets/home-hero.jpg');
		background-size: 1080px auto;
		background-position: left top;
	}
	h2.hero {
		width: 100%;
	}
	.hero-item-wrapper {
		min-height: initial;
	}
	.e-btn {
		position: initial;
		bottom: initial;
		left: initial;
		right: initial;
	}
	
	.ul-product-grid li {
		width: 50%;
	}
	
	.metaslider .caption-wrap{
		position:relative !important;
		padding-bottom:20px;
	}

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) {

	.e-btn {
		width: 56%;
	}	
	.ul-product-grid li {
		width: 25%;
	}
	.ul-product-grid li .image-wrapper {
		width: 62%;
		height: 140px;
	}


	
}
/* PLandscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) {

	.hero-item-wrapper {
		min-height: 400px;
	}
}

.metaslider {
  margin-left: auto;
  margin-right:auto;
}

.home-logos {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.home-logos li {
  display: inline-block;
  list-style-type: none;
}

li#sow-editor-2 {
  list-style-type: none;
}

.searchclass {
text-align:center!important;
width:100%;
margin: 0 auto;
}

.searchform {
text-align:center!important;
width:100%;
margin: 0 auto;
padding: 40px 20px;
}

li.cat-item {
  list-style: none;
  width: 85%;
}

.widget .widget-title {
    text-align: center;
}

.post-categories {
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;
}

/* Page hero, add background-image url in each page  */
#bloghead {
	background-color: #058797!important;
	height: 250px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#bloghead:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
#bloghead .page-title {
	color: #fff;
	margin: 0;
	position: relative;
	z-index: 2;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#bloghead .page-title:after {
	background-color: #fff;
	content: "";
	display: block;
	margin: 10px auto 0;
	height: 3px;
	width: 50px;
}

.qvc-red-image-wrapper {
	width: 90px;
	height: 98px;
    margin: 0 auto;
}

/* Set each page's hero background */
/* News Head */
body.page-id-262 #bloghead {
	background-color: #fff;
  background-position: top;
}

/*columns*/
.column {
    float: left;
}

.left {
    width: 75%;
    padding-right: 50px;
    padding-bottom: 20px;
}

.right {
    width: 25%;
    font-size: 16px;
}

.left-three {
    width: 33.3%;
}
.middle-three {
    width: 33.3%;
}
.right-three {
    width: 33.3%;
    float: right;
    padding: 0px 20px;
}
@media screen and (max-width: 800px) {
    .column {
        width: 100%;
	padding: 0px 20px;
    }
}

label {
    display: none;
}

/* Dropdown Button */
.dropbtn { 
    background-color: #fff;
    padding: 0 0.75rem 0 0.75rem;
    font-size: 18px;
    text-transform: uppercase;
    border-right: 1px solid #333;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    z-index: 1;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    background-color: #058797;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #fff!important;
    padding: 12px 60px;
    text-decoration: none;
    display: block;
    float: left;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd; color: #333!important;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}