/*
Theme Name: Te Arai 2013
Theme URI: http://launchagent.co.nz
Author: Launch Agent
Author URI: http://launchagent.co.nz
Description: TE ARAI Site theme developed 2013
Version: 1.0
*/

*{
	margin: 0;
	padding: 0;
}

html{
	height: 100%;
}

body{
	font-family: 'Lato', Sans-serif;
	font-weight: 400;
	height: 100%;
}

p{
	font-size: 15px;
	line-height: 27px;
}

h1{
	font-weight: 300;
	text-align: center;
	font-size: 63px;
	text-transform: uppercase;
}

h2{
	text-align: center;
	text-transform: uppercase;
	margin: 80px 0 60px;
	font-weight: 500;
	font-size: 30px;
}

h3{
	font-size: 20px;
	font-weight: 500;
}

h4{
	font-size: 16px;
	font-weight: 500;
}

h5{
	font-size: 18px;
	font-weight: 500;
}

.page{
	width: 960px;
	margin: 0 auto;
	overflow: auto;
	position: relative;
	color: #000;
}

a {
	text-decoration: none;
	color: #000;
}

a, img {
    border:none;
}

.center-text{
	text-align: center;
	margin: 100px auto;
}

.center-text h3{
	margin-bottom: 13px;
}

.wrapper{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -170px;
	overflow: auto;
}

/* Header */

#header{
	background: rgb(255,255,255);
	background: rgba(255,255,255,.9);
	height: 70px;
	position: absolute;
	width: 100%;
	z-index: 2;
	padding: 15px 0;
}

#header img{
	float: left;
}

#header ul{
	float: right;
	margin-top: 25px;
}

#header ul li{
	display: inline;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 17px;
}

#header ul li a{
	text-decoration: none;
	color: #545454;
}

#header ul li a:hover{
	color: #acacac;
}

#search-box{
	width: 151px;
	height: 25px;
	background-color: rgba(255,255,255,.3);
	box-shadow: none;
	border: 1px solid #ccc;
	padding: 0 10px;
	background-image: url('images/search-box-icon.png');
	background-repeat: no-repeat;
	background-position: 151px;
	font-family: Lato;
	font-size: 12px;
	float: right;
	margin-top: 22px;
}

#search-box:active,
#search-box:focus{
	outline: none;
}
/* Home */

#lead-image{
	width: 100%;
	min-width: 960px;
	height: 431px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
}

#lead-image h1{
	color: #fefefe;
	font-weight: 300;
	width: 450px;
	text-align: right;
	font-family: "Lato";
	font-size: 32px;
	text-shadow: 0 1px 4px rgba(0,0,0,.4);
	margin-top: 190px;
	text-transform: none;
}

/* Intro Block */

.intro-block{
	padding: 85px 0 100px;
	clear: both;
}

.intro-block p{
	width: 590px;
	text-align: center;
	margin: 0 auto;
	font-size: 16px;
}

.intro-block p a:hover{
	text-decoration: underline;
}

#product-link{
	padding-bottom: 20px;
	margin-top: 45px;
}

#product-link p{
	font-style: italic;
	margin-bottom: 15px;
}

.button{
	width: 293px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #3c9c35;
	-moz-box-shadow: 0 3px 0 #357b1e;
	-webkit-box-shadow: 0 3px 0 #357b1e;
	box-shadow: 0 3px 0 #357b1e;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 23px;
	padding: 30px 0;
	margin: 0 auto;
}

.button:hover{
	background-color: #319029;
	cursor: pointer;
}

.button.thin{
	font-size: 14px;
	letter-spacing: 2px;
	padding: 8px 0;
}

.button.thin.small{
	box-shadow: none;
	letter-spacing: 0;
	padding: 8px 0;
	width: 160px;
	margin: 10px 0;
}

.inset{
    -moz-box-shadow:    inset 0  18px 18px -18px #ddd, 
                        inset 0 -18px 18px -18px #ddd;
    -webkit-box-shadow: inset 0  18px 18px -18px #ddd, 
                        inset 0 -18px 18px -18px #ddd;
     box-shadow:        inset 0  18px 18px -18px #ddd, 
                        inset 0 -18px 18px -18px #ddd;
	background-color: #EDEDED;
}

/* Timeline */

.timeline, .event-preview{
	text-align: center;
}

.timeline h2{
	margin-bottom: 10px;
	margin-top: 0;
}

.timeline-visual{
	margin-top: 30px;
	width: 100%;
	overflow: hidden;
}

.timeline-image-wrapper {
	display: table;
    width: 100%;
}

.timeline-image{
	display: inline-block;
	display:table-cell;
	text-align: center;
    vertical-align: middle;
    position: relative;
}

.timeline-image .green-line {
	height: 2px;
	width: 100%;
	background-color: #269a2d;
	left: 50%;
	position: absolute;
	top: 37px;
	z-index: -10;
}

.timeline-image:last-child .green-line{
	background-color: #fff;
}

.timeline-image .timeline-inner-image-wrap{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: none;
	width: 74px;
	height: 74px;
	display: inline-block;
}

.timeline-image .timeline-inner-image-wrap img{
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #e1e1e1;
	margin-top: 10px;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: 	all 0.1s ease-in;
	-ms-transition: 	all 0.1s ease-in;
	-o-transition: 		all 0.1s ease-in;
	transition: 		all 0.1s ease-in;
	cursor: pointer;
}

.timeline-image .timeline-inner-image-wrap img:hover, .timeline-image.active .timeline-inner-image-wrap img{
	width: 70px;
	height: 70px;
	margin-top: 2px;
}

.event-preview{
	display: none;
	width: 450px;
	margin: 0 auto;
	margin-top: 35px;
	margin-bottom: 100px;
}

.event-preview p {
	color: #555;
	font-family: "Lato";
	font-size: 14px;
	line-height: 18px;
}

.event-preview h3 {
	color: #171717;
	font-family: "Lato";
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 15px;

}

.event-preview.active{
	display: block;
}

.event-preview a p {
	color: #2d92df;
	text-decoration: underline;
	margin-top: 10px;
}

.event-preview a p:visited {
	font-family: "Lato";
	color: #551A8B;
	text-decoration: underline;
}



/* Name Explaination Blurb */

#name{
	clear: both;
	margin: 20px auto 70px;
	width: 800px;
	overflow: auto;
	border-top: 1px solid #C2C2C2;
	padding-top: 70px;
}

#name p{
	width: 520px;
	float: left;
	margin: 60px 38px;
}

#name img{
	float: left;
}

/* News Ticker */

#info-news{
	background-color: #EDEDED;
	overflow: hidden;
}

.news-scroll-wrap::-webkit-scrollbar {
    -webkit-appearance: none;
}

.news-scroll-wrap::-webkit-scrollbar:vertical {
    width: 11px;
}

.news-scroll-wrap::-webkit-scrollbar:horizontal {
    height: 11px;
}

.news-scroll-wrap::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

.news-scroll-wrap::-webkit-scrollbar-track { 
    background-color: #fff; 
    border-radius: 8px; 
} 

.latest-news-title{
	background-color: #F7F7F7;
	display: inline-block;
	padding: 138px 45px;
	color: #3C9C35;
	font-size: 23px;
	text-transform: uppercase;
	text-align: center;
	vertical-align: top;
}

.view-all-news:hover{
	color: #319029;
	background-color: #dedede;
}

.news-scroll-wrap{
	overflow-x: scroll;
	width: 100%;
	float: left;
    white-space:nowrap;
}

.news-home-item{
	display: inline-block;
	padding: 48px 48px 0;
	overflow: hidden;
	width: 250px;
	vertical-align: top;
	white-space: normal;
	text-align: center;
}

.news-home-item .divider{
	background-color: #DDDDDD;
	height: 124px;
	margin-top: 15px;
	padding: 0;
}

.news-text p{
	font-size: 14px;
}

#news-ticker-header{
	background: #3b9b35;
	text-align: center;
	padding: 22px 0;
	color: #fff;
	font-size: 23px;
	text-transform: uppercase;
	position: absolute;
	z-index: 10;
	width: 100%;
}

#news-ticker-feed{
	padding-top: 72px;
}

.news-ticker-item{
	padding: 25px 20px 25px 30px;
	border-bottom: 1px solid #C6C7BE;
	overflow: auto;
	vertical-align: middle;
}

.news-home-item img{
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #ffffff;
}

.news-ticker-item p{
	margin-left: 20px;
	width: 206px;
	line-height: 20px;
	font-size: 16px;
}

.read-more{
	font-size: 10px;
	color: #55B8D3;
	text-transform: uppercase;
	text-decoration: underline;
}

.ticker-more{
	text-decoration: underline;
	text-align: center;
	padding: 20px 0;
	border: none;
}

/* Footer */

#footer{
	padding: 32px 0 18px;
	background-color: #333333;
	color: #fff;
	width: 100%;
}

#footer img{
	float: left;
	margin-top: 20px;
}

#footer #address{
	float: left;
}

#footer #address p{
	line-height: 20px;
	font-size: 12px;
	margin-left: 30px;
	margin-bottom: 10px;
	color: #fff;
}

#footer #copyright p{
	color: #9b9b9b;
	font-size: 10px;
}

.divider{
	width: 1px;
	height: 75px;
	background: #555555;
	float: right;
	margin:11px 40px 0;
}

#supplier-logos{
	width: 320px;
	float: left;
}

#footer ul li,
#footer ul li a{
	list-style-type: none;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
}

#footer-bottom-bar{
	background: #309932;
	height: 6px;
	width: 100%;
}

#menu-footer{
	margin-top: 6px;
}

#footer .foot-menu #copyright p{
	font-size: 9px;
}

.foot-menu{
	float: right;
	
}

/* Contact */

.page-head-image{
	width: 100%;
	height: 168px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center ;
	padding-top: 109px;
}

.page-head-image h1{
	color: #fff;
	background-image: url('images/header-shadow.png');
	background-size: 500px;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 45px;
}

.page-head-image h2{
	color: #fff;
	margin-top: 0;
	background-image: url('images/header-shadow.png');
	background-size: 500px;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 60px;
}
.freephone{
	text-align: center;
	margin-top: 67px;
	margin-bottom: 55px;
}

.freephone h2{
	font-weight: 300;
	font-size: 55px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.freephone p{
	font-size: 16px;
}

.contact-titles{
	margin-left: 115px;
	float: left;
	font-weight: bold;
}

.contact-info p{
	margin-bottom: 25px;
}

.contact-details{
	margin-left: 47px;
	float: left;
}

.contact-form{
	float: left;
	margin-left: 140px;
	margin-bottom: 84px;
	max-width: 350px;
}

.contact-form p{
	width: 290px;
	text-align: center;
}

.contact-form form{
margin-top: 20px;
}

.wpcf7 p{
padding: 0;
margin-top: 16px;
}

input,
textarea{ 
font-family: "Source Sans Pro", sans-serif;
font-weight: 300;
font-size: 14px;
}

input[type='text'],
input[type='tel'], 
input[type='date'], 
input[type='email'],
textarea[name='your-message'],
textarea[name='your-address']{
width: 200px;
color: #231f1f ;
width: 276px;
border: 1px solid #c5c5c5;
background-color: #f9f9f9;
margin: 0;
padding: 8px 0 8px 12px;
max-height: 112px;
}

input[type='text']:focus,
input[type='date']:focus,
input[type='tel']:focus, 
input[type='email']:focus,
textarea[name='your-message']:focus,
textarea[name='your-address']:focus{
border: 1px solid #858585;
outline: none;
}

input[type='submit']{
-webkit-appearance: none;
border: none;
padding: 8px 0;
width: 100px;
color: #fff;
}

input[type='button']{
-webkit-appearance: none;
border: none;
padding: 8px 0;
width: 100px;
color: #fff;
}

input[type='button']:focus{
	outline: none;
}

input[type='submit']:focus{
outline: none;
}

.center-button{
	text-align: center;
}

form .button.thin{
	width: 290px;
}

/* Money Back */

.guarantee-wrap{
	max-width: 280px;
	margin: 60px auto 80px;
}

.guarantee-wrap .button{
	float: left;
}

/* About Us */

#our-team h2{
	margin: 80px 0 60px;
}

#chairman-message{
	width: 650px;
	margin: 0 auto;
	text-align: center;
}

#chairman-message p{
	line-height: 22px;
	margin-bottom: 10px;
}

.team-members-wrap{
	margin-top: 100px;
	margin-bottom: 78px;
	overflow: auto;
}

.team-member-individual{
	width: 283px;
	float: left;
	margin-right: 55px;
}

.team-member-individual:nth-child(3n+3){
	margin-right: 0;
}

.team-member-individual p{
	border-top: 1px solid #C2C2C2;
	padding-top: 12px;
	margin-top: 14px;
	line-height: 28px;
}

.team-member-individual img{
	margin-left: 50px;
	border-radius: 50%;
	margin-bottom: 25px;
}

.statement-wrap{
	text-align: center;
	width: 100%;
	margin-bottom: 170px;
}

.about-statement{
	width: 408px;
	border-top: 1px solid #C2C2C2;
	text-align: center;
	padding-top: 54px;
	margin-right: 84px;
	display: inline-block;
}

.about-statement:last-child{
	margin-right: 0;
}

#about-commitment{
	padding-top: 30px;
}

#about-commitment img{
	margin-left: 35px;
	float: left;
}

.commitment-text{
	float: left;
	margin-bottom: 45px;
}

.commitment-text p{
	margin-bottom: 15px;
}

.commitment-text h4{
	margin-bottom: 8px;
	margin-top: 30px;
}

#about-compliance{
	background-color: #FAFAFA;
	padding-top: 55px;
}

#about-compliance h4{
	margin-bottom: 14px;
}



.reg-wrap{
	text-align: center;
	margin-top: 38px;
}

.regulations{
	width: 400px;
	text-align: left;
	float: left;
	margin-bottom: 46px;
	margin-right: 50px;
}

.regulations h5{
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: 300;
	font-size: 12px;
}

/* News */

.news-post{
	text-align: left;
	overflow: auto;
	padding-bottom: 60px;
	border-bottom: 1px solid #EDEDED;
	margin-top: 54px;
}

.post-text-wrap{
	float: left;
	width: 780px;
}

.news-post h2{
	font-size: 24px;
	text-transform: none;
	margin: 0;
	text-align: left;
}

.news-post a{
	color: #333;
}

.news-post h4{
	font-weight: 300;
	font-size: 14px;
	margin: 10px 0;
}

.news-post img{
	border-radius: 50%;
	float: left;
	margin-right: 40px;
}

.news-post:first-child{
	margin-top: 80px;
}

.news-post.single{
	margin-bottom: 50px;
}
.news-post.single .post-text-wrap{
	width: 690px;
}

.news-post.single .post-text-wrap p .first-line{
	font-weight: bold;
}

.news-post.single img{
	border-radius: 0;
}

.pagination-wrapper {
	margin: 0 auto;
	padding: 20px 0 20px 0;
	overflow: auto;
}

.pagination-wrapper h3 a:hover {
	color: #acacac;
}

.pagination-wrapper h3 {
	display: inline-block;
	padding: 0 10px;
}

.pagination-wrapper .left {
	float: left;
}

.pagination-wrapper .right {
	float: right;
}



/* Products */

.individual-product{
	width: 350px;
	float: left;
	margin-bottom: 110px;
}

.individual-product:nth-child(odd){
	margin-right: 100px;
	margin-left: 80px;
}

.individual-product:nth-child(even){
	margin-right: 80px;
}

.individual-product img{
	padding-bottom: 10px;
}

.individual-product p{
	margin: 10px 0 37px;
	line-height: 22px;
}

.individual-product .button.thin{
	margin-left: 0;
	width: 224px;
}

.individual-product h3{
	margin-bottom: 8px;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.archive-image{
	height: 250px;
	border-bottom: 1px solid #EDEDED;
	margin-bottom: 32px;
	vertical-align: middle;
	overflow: hidden;
}

.professional-acknowledgement {
	color: #777;
	font-size: 10px;
	line-height: 12px!important;
	padding-top: 10px;
	width: 245px;
}

.individual-product p a:hover {
	text-decoration: underline;
}



/* Product - Indv */

.page-head-image.product{
	background-position: top center;
	overflow: hidden;
	height: 0;
	text-align: center;
	background: #fff;
	height: 0;
	border-bottom: 1px solid #D0D0D0;
}

.page-head-image.product img{
	display: none;
}

.single-page{
	margin-top: 80px;
	overflow: auto;
}

.single-page h2{
	font-size: 24px;
	text-transform: none;
	margin: 0;
	text-align: left;
}

.single-page a{
	color: #333;
}

.single-page h4{
	font-weight: 300;
	font-size: 14px;
	margin: 10px 0;
}

.product-info{
	width: 420px;
	float: left;
	margin-right: 80px;
}

.product-info h1{
	text-transform: none;
	text-align: left;
	font-size: 53px;
	margin-bottom: 20px;
}

.product-info h4{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
}

.product-info p{
	margin-bottom: 20px;
}

.product-info a{
	color: blue;
	text-decoration: underline;
}

.product-image{
	float: left;
	border-bottom: 1px solid #EDEDED;
	height: 100%;
	width: 460px;
	overflow: hidden;
}

.product-image img{
	margin-bottom: 40px;
}

.product-image p{
	font-weight: 300;
	font-style: italic;
	margin-bottom: 20px;
}

.table-wrap{
	margin-top: 83px;
	overflow: auto;
}

.tab{
	float: left;
	width: 235px;
	text-align: center;
	padding: 20px 0px;
	background: #F6F6F6;
	border: 1px solid #D0D0D0;
	margin-left: -1px;
	font-weight: 500;
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.89);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	margin-top: 6px;
	cursor: pointer
}

.tab:first-child{
	margin-left: 0;
}

.tab.active{
	width: 250px;
	padding: 23px 0;
	margin-top: 1px;
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.89), 0px 0px 7px rgba(0,0,0,0.1);
	position: relative;
	z-index: 100;
	border-bottom: 0;
	background: #F9FBFB
}

.table-body{
	background-color: #f9fbfb;
	margin-top: -1px;
	position: relative;
	z-index: 0;
	border: 1px solid #d0d0d0;
	overflow: auto;
}

.table-body .button a{
	color: #fff;
	text-decoration: none;
}

.table-body a{
	text-decoration: underline;
	color: blue;
}

.table-body ul li{
	margin-left: 20px;
	line-height: 27px;
}

.body{
	display: none;
	padding: 70px;
}

.body.active{
	display: block;
}

.contact-link{
	width: 800px;
	margin: 50px auto 0;
	padding-bottom: 65px;
	text-align: center;
}

.contact-link .button{
	width: 150px;
	padding: 10px;
	margin: 0 auto 0;
	clear: both;
}

.contact-link p{
	margin-bottom: 20px;
}

.fine-print{
	font-size: 10px;
	color: #777;
	margin-bottom: 80px;
}

.hide-info-wrap{
	margin: 100px 0;
	font-size: 18px;
}

.share-links{
	margin-top: 50px;
}

.share-links a{
	margin:0 4px;
}

/* Supplier Single */

.sup-info a{
	text-decoration: underline;
	color: blue;
	cursor: pointer;
}

.sup-products h2,
.sup-info h2{
	text-align: left;
	padding-bottom: 20px;
	margin-bottom: 0;
}

.sub-image-wrap {
	min-height: 180px;
}

.sub-description-wrap {
    min-height: 250px;
    padding-right: 20px;
} 

.sup-products{
	overflow: auto;
}

.sup-info{
	margin: 110px 0;
}

.sup-info p{
	font-size: 18px;
	font-weight: 500;
}

.page-head-image.supplier{
	overflow: hidden;
	text-align: center;
	padding-top: 160px;
	height: 125px;
}

.sup-individual-product{
	width: 240px;
	float: left;
	margin-bottom: 10px;
}

.sub-image-alt{
	opacity:0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	margin-top: 150px;
}

/* PE Form */

.pe-info{
	margin: 60px 0;
}

.pe-info ul{
	margin-left: 20px;
	line-height: 25px;
}

.pe-info p{
	margin-bottom: 10px;
}

.pe-info h1{
	text-align: left;
	text-transform: none;
	margin-bottom: 20px;
}

.pe-info h5{
	margin-bottom: 20px;
	margin-top: 10px;
}

.pe-form{
	margin: 50px 0;
}

.pe-form ul, .pe-form ol{
	margin-left: 30px;
}

.pe-form input{
	margin: 6px;
}

.pe-form li{
	margin-bottom: 20px;
}

.pe-quiz-answers{
	border-top: 1px solid #ddd;
	margin-top: 40px;
	padding-top: 20px;
}

.pe-quiz-answers h4{
	margin: 20px 0 10px;
}

.pe-quiz-answers p{
	margin-left: 15px;
	font-weight: 500;
}

.pe-result p{
	margin: 15px 0;
}

.pe-result h3{
	font-size: 30px;
}

.priligy-graphic{
	width: 530px;
	margin: 0 auto;
}

.priligy-graphic h6{
	width: 260px;
	font-size: 30px;
	font-weight: bold;
	text-align: right;
	line-height: 40px;
	float: left;
	padding: 25px 10px 0 0;
}

.priligy-graphic p{
	font-size: 11px;
	text-align:  center;
}

.priligy-graphic img{
	width: 260px;
	float: left;
}

/* Print */

.print{
	display: none;
}



/* Wordpress Stuff */

img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}