---/* CSS Document */

html {
  -webkit-font-smoothing: antialiased;
  overflow-y: auto;	
      background-color: #fff;
}

body {
font-family:"OpenSansRegular";	
}
.bold {
font-family:"OpenSansBold";		
}
.uppercase {
text-transform:uppercase;	
}
.hidden-author {display:none; position:relative;}

h1, h2, h3, h4, h5, h6 {
font-family: OpenSansRegular;	
}
select {
 background-color: #FFFFFF;
border-color: #F0F0F0;
padding: 0px 10px;
}
select:hover {
 background-color: #FFFFFF;
border-color: #F0F0F0;
padding: 0px 10px;
}
header#masthead {
z-index: 101;
position: fixed;
width: 100%;
top: 0px;
transition: all 300ms;  
max-height:160px;
}

header#masthead .inner-header {
  position:relative;
}


.header-image {
/* margin-top: 25px; */
/*border-bottom: 1px solid #ECECEC;*/
}
.container {
padding:	
}
.logo {
padding: 7px 0 10px 0;
}
.logo img {
max-height:100%;	
}

.page-title {
font-size: 15px;
border: 1px solid #ccc;
float: left;
padding: 5px 10px;
border-radius: 10px;
margin-bottom: 22px;
}
.searchwrap {
position:relative;	
}
.searchwrap .inner-search {
z-index: 50;	
}
.searchwrap .arrow-right {
position: absolute;
left: -81px;
height: 61px;
}
.searchwrap .widget-title {
display:none;	
}
.searchwrap #s {
clear: none;
width: 100%;
background: rgba(255, 255, 255, 0.15);
border: none;
color: rgba(255, 255, 255, 0.45);
margin: 0 0 15px 0;
}
#searchform > div {
    overflow: hidden; 
    padding-right: .5em;
}
#searchsubmit {
float: right;
clear: none;
padding: 11px;	
background:#C2DF76;
color:#000;
  height:auto;
}
.searchwrap #searchform {
margin: 10px 0 0 0;	
}




/* Top Sellers */
/* Bubble Bottom */
#main .widget-title {
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  padding: 10px 10px;
  background:#772C78;
}
.widget-title {
font-family: 'OpenSansBold';
text-transform: uppercase;
font-size: 16px;
}
.widget-title span {
font-family: 'OpenSansRegular';
}
#main .widget-title:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
  display:block;
border-style: solid;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: bottom;
transition-property: bottom;
left: calc(50% - 10px);
bottom: -10px;
border-width: 10px 10px 0 10px;
border-color: #772C78 transparent transparent transparent;
}


.more {
margin: 45px 0 50px 0;
font-size: 25px;	
text-align: center;
}
.more a {
color:#BABABA;	
}
.fa {
display: inline-block;
font-family: 'FontAwesome';
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-style: normal;
}
.fa-angle-double-right:before {
content: "\f101";
font-style:normal;
margin-left: 10px;
}
.more .fa-angle-double-right {
	
}


/* values */
.values-wrap {
	background-size: cover;
background-position: center top;
overflow: hidden;
}
.values-wrap .inner {
min-height: 355px;
text-align: center;
padding-top: 25px;
padding-bottom: 25px;
}
.values-wrap .inner .widget-title {
font-size: 34px;
margin: 0 0 30px 0;
}
.values-wrap .values {
background: rgba(0, 0, 0, 0.4);
color: #fff;
font-family: OpenSansRegular;
font-size: 23px;
list-style: none;
padding: 15px 10px;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;	
margin-left:0px;
}
.value {
position:relative;	
}
.value_first {
margin: 0 0 10px 0;	
}
.value_first:after {
content: "• ";
position: absolute;
left: 50%;
bottom: -25px;
color: #D454D6;
}
.values-wrap .more {
color: #fff;
margin: 0 0 0 0;
border-top: 1px solid rgba(255, 255, 255, 0.17);
padding: 30px 0 0 0;
text-transform:uppercase;
}
.values-wrap .more a {
color:#fff;	
font-family: OpenSansBold;
}
.values-wrap a .first_word {
	font-family: OpenSansRegular;
}


/* the lifestyle */

.lifestyle-wrap .logo {
text-align:center;	
}
.lifestyle-wrap .logo img {
max-width:	 125px;
}
.section-title {
text-align: center;
font-family: 'FuturaLTBold';
    font-size: 33px;
    line-height: 40px;
text-transform: uppercase;
    margin: 0px 0 30px 0;
}
.subtitle {
color:#C1C1C1;
font-size:14px;
line-height: 25px;
font-family: OpenSansRegular;
display:block;	
  text-transform:uppercase;
}

.blog-wrap {
text-align:center;	
margin-bottom: 25px;
}
article .featured-image img {
width: 100%;	
}
article .featured-image {
 max-width: 450px;
margin: 30px auto 0; 
}
.pic-container img {
border: 1px solid #ccc;
border-radius: 10px;
overflow: hidden;	
}
.block-title {
font-family: OpenSansBold;	
text-transform:uppercase;
color:#7A007B;
font-size:16px;
text-align:center;

}
.block-title span {
	font-family: OpenSansRegular;
    color:#000;
}
.post-title {
margin: 20px 0 20px 0;
font-size: 17px;
}

.instagram-wrap {
padding: 0 30px;	
}

.content-area {
padding-top: 48px;
padding-bottom: 50px;
}



/* Reviews */
.reviews-wrap {	
margin: 50px auto 0;
}

.page-template-our-why-php .reviews-wrap {	
margin:0px auto 0;
}

.reviews-inner {
padding-bottom: 25px;
border-bottom: 1px solid #E8E8E8;	
}
.reviews-wrap .section-title {
font-size: 37px;
line-height: 35px;	
margin: 30px 0 50px 0;
}
.reviews-wrap .first_word {
font-family: OpenSansRegular;
}

.reviews-wrap .review {
margin-bottom: 20px;	
}

.reviews-wrap .avatar {
border: 1px solid #E8E8E8;
-moz-border-radius: 360px;
-webkit-border-radius: 360px;
border-radius: 360px;
overflow: hidden;	
text-align: center;
width: 100%;
}
.safari .reviews-wrap .avatar img{
border-radius: 360px;
}
.reviews-wrap .avatar img {
width:100%;
}

.reviews-wrap .quote {
font-family: OpenSansRegular;
font-size: 19px;
line-height: 22px;
border-bottom: 1px solid #ccc;
padding-bottom: 11px;
margin-bottom: 17px;
}

.reviews-wrap .name a {
	font-family: OpenSansBold;
	font-family:16px;
	color:#772C78;
}
.reviews-wrap .review-right {
position:relative;	
}



.quotewrap:before {
content: "\f10d";
font-family: FontAwesome;
position:absolute;
color:#772C78;
font-size: 28px;
left: 0px;
}
.quotewrap {
padding-left: 40px;	
margin: 32px auto 0;
}

.reviews-wrap .more {
color: #000;
margin: 0 0 0 0;
border-top: 1px solid rgba(255, 255, 255, 0.17);
padding: 45px 0 85px 0;
text-align: center;
}

.reviews-wrap .more a {
color: #000;
font-family: OpenSansBold;

}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
 iframe,
 object,
embed {
max-width: 100%;
}



/* our why */
.why-title {
 font-family: 'HelveticaInseratLTStdRoman';	
}
.our_team_carousel, .our_team_carousel h1, .our_team_carousel h4 {
color:#fff;	
}
.our_team_carousel .team-top {
text-align:center;	
border-bottom:1px solid rgba(255, 255, 255, 0.28);
margin-bottom:15px;
}
.our_team_carousel .avatar {
overflow: hidden;
border-radius: 360px;
width: 65%;
display: inline-block;	
}
.our_team_carousel h1 {
margin:0px;	
}
.our_team_carousel h4 {
font-family:OpenSansBold;
font-size: 1rem;
}

.why-wrap {
 background-size: cover;
}


/* review page */
.page\.reviews .entry-content h1 {
font-weight: normal;
font-family: OpenSansBold;	
  color: #fff;  
}
ul.video_reviews {
list-style:none;
margin:0px;	
}

ul.video_reviews li {
margin-bottom:20px;	
padding: 0 10px;
}

ul.video_reviews .avatar {
border: 1px solid #303030;
overflow: hidden;
text-align: center;
position: relative;
max-height: 276px;
}
ul.video_reviews .avatar .overlay {
  background: rgba(6, 6, 6, 0.55);
width: 100%;
height: 100%;
position: absolute;
z-index: 1;
color: #ABABAB;
text-transform: uppercase;
font-family: OpenSansBold;
font-size: 34px;
padding: 25% 0 0 0;
font-weight: bold;	
}
.video_reviews .layer.details-inner {
display: none;
}
ul.video_reviews .avatar a {
display: block;
}
ul.video_reviews .avatar a img {
min-width: 100%;	
}
ul.video_reviews .avatar a:before {
content: '\f04b';
color: rgba(255, 255, 255, 0.54);
font-family: 'FontAwesome';
font-size: 3.35rem;
position: absolute;
left: 35%;
top: 30%;
padding: 2% 10%;
overflow: hidden;
background: rgba(0, 0, 0, 0.44);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);

  /* Hack to improve aliasing on mobile/tablet devices */
}
.page\.reviews .content-area {
padding-bottom: 50px;
padding-top: 25px;  
}
ul.video_reviews .avatar a:hover:before {
  background: none;
}
ul.video_reviews .avatar h4 {
position: absolute;
bottom: 0px;
width: 100%;
padding: 10px 23% 9px 21%;
background: rgba(0, 0, 0, 0.49);
color: #fff;
font-size: 15px;
text-align: center;	
}
.details-inner  .shopnow  {
margin-top:10px;	
text-align: right;
}
.details-inner .shopnow .button {
    background-color: #DFA741;
    border-color: #000000;
    font-family: OpenSansBold;
    border-radius: 5px;
    font-size: 20px;
}


.pro-block {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f0f0f+0,0c0c0c+50,0f0f0f+100 */
background: #0f0f0f; /* Old browsers */
background: -moz-linear-gradient(left,  #0f0f0f 0%, #0c0c0c 50%, #0f0f0f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0f0f0f), color-stop(50%,#0c0c0c), color-stop(100%,#0f0f0f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #0f0f0f 0%,#0c0c0c 50%,#0f0f0f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #0f0f0f 0%,#0c0c0c 50%,#0f0f0f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #0f0f0f 0%,#0c0c0c 50%,#0f0f0f 100%); /* IE10+ */
background: linear-gradient(to right,  #0f0f0f 0%,#0c0c0c 50%,#0f0f0f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0f0f', endColorstr='#0f0f0f',GradientType=1 ); /* IE6-9 */

}
.pro-block .row {
padding: 25px 0;	
}
.pro-block header h4 {
margin:0px;	
    color: #fff;
}
.pro-block header {
margin-bottom: 20px;
padding-bottom:10px;
border-bottom:1px solid #ccc;	
}
.sales-block {
text-align:center;	
font-size: 1.9rem;
padding:50px 0px;
  color:#fff;
}
.sales-block span {
margin-right:30px;
}
.sales-block .button {
margin:0px;	
background-color: #ED6603;
border-color: #000000;
font-family: 'OpenSansBold';
border-radius: 5px;
font-size: 20px;	
padding: 15px 30px;
}





/* Tips */
.featured-article {
position: relative;
padding-bottom: 45.25%;
padding-top: 25px;
height: 0;
border: 1px solid #F2F2F2;
}

.featured-article a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
display:block;
}
.featured-article .featured-title {
width: 100%;
padding: 20px 30px;
text-align: center;
font-family: OpenSansBold;
font-size: 23px;
background: rgba(247, 247, 247, 1);
color: #000;
}
.featured-article img {
 width: 100%; 
}
.featured-article .tagged {
position: absolute;
bottom: 20px;
right: 30px;
text-transform: capitalize;
background: rgba(255, 255, 255, 0.89);
border: 1px solid #E2E2E2;
padding: 10px 15px;
border-radius: 10px;  
}
.blog-tabs .tabs {
 background: #EFEFEF;
}
.blog-list {
 list-style:none;
 margin:0px;
 padding:0px;
}
.blog-list .blog-entry {
display: block;
}
.blog-list .blog-entry h2 {
  
font-family:OpenSansRegular;
font-size:14px;  
background: #f6f6f6;
border-radius: 0 0 4px 4px;
-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
box-shadow: 0 1px 0 rgba(0,0,0,.1);
color: #555;
padding: 17px;
margin: 0;
line-height: 1.45em;
min-height: 50px;
-webkit-transition: background .2s ease-in-out;
-o-transition: background .2s ease-in-out;
transition: background .2s ease-in-out;
}


.blog-tabs .tabs a, .blog-tabs .tabs a {
font-size: 15px;
color: #9ca4ac;
text-transform:uppercase;
font-family:'Whitney SSm A','Whitney SSm B',"Lucida Grande","Lucida Sans",Verdana,Helvetica,Arial,sans-serif;
}
.blog-tabs .tabs {
 text-align:center; 
}
.blog-tabs .tabs dd, .blog-tabs .tabs .tab-title {
display: inline-block;
  float:none;
  margin-top: 7px;
}

.blog-entry-thumb-wrap {
overflow: hidden;
max-height: 200px;
border-radius: 4px 4px 0 0;
}
.blog-entry-thumb-wrap img {
  width:100%;
}
a.blog-entry {
 margin-bottom:30px; 
}
.blog-list [class*="column"]+[class*="column"]:last-child {
float: left;
}
.blog-tabs .tabs-content {
 margin-top: 30px; 
}

.tabs li a:focus, .tabs li a:active {
 outline:none;
 border:none;
}

.tabs-content {
  *zoom: 1;
  margin-bottom: 1.5rem; 

  /* Customized */
  display:block:important!
  opacity: 0;
}
  /* Customized */
  @-webkit-keyframes fadeIn {
      from { opacity: 0; }
        to { opacity: 1; }
  }
  @keyframes fadeIn {
      from { opacity: 0; }
        to { opacity: 1; }
  }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 0.9375rem 0; }
    .tabs-content > .content.active {

      /* Customized */
      -webkit-animation: fadeIn 1s;
      animation: fadeIn 1s;
      opacity: 1;

      display: block; }


#infscr-loading {
text-align: center;  
}

/* Article */
article .entry-title {
font-size: 37px;
font-weight: 300;
margin: 0 0 20px 0;
font-family: OpenSansBold;
text-align: center;
color: #fff;
}
.site-content .entry-meta {
  color:#fff;
	margin-bottom: 8px;
	text-align: center;
}

.site-content .entry-meta > * {
	
	margin-right:3px;
	margin-left:3px;
}
.blog-inner {
max-width: 800px;
margin: 0 auto;
float: none;
}
.entry-meta {
clear: both;
color: #767676;
font-size: 12px;
font-weight: 400;
line-height: 1.3333333333;
text-transform: uppercase;
}
.site-content .category, .site-content .comments-link {
background: #E5E5E5;
color: #6C6C6C;
font-family: OpenSansBold;
padding: 5px 10px;
border-radius: 5px;
display: inline-block;
}
.site-content .blog.entry-header {
background-color: #fff;
padding: 0 10px 12px;
border-bottom: 1px solid #E2E2E2;
margin-bottom: 1em;
}
.site-content .article-body {
margin-bottom:40px; 
}


.article header.entry-header {
 background:#475562; 
  padding: 35px 0 50px 0;
}

#article-content > p:first-child:first-letter {
color: #6F0070;
}
#article-content>p:first-child:first-letter {
float: left;
font-family: 'Whitney SSm A','Whitney SSm B',"Lucida Grande","Lucida Sans",Verdana,Helvetica,Arial,sans-serif;
font-size: 2.875em;
font-weight: 700;
line-height: 50px;
margin: 6px 8px -5px 0;
}
#article-content>p:first-child {
font-size: 22px;
line-height: 30px;
}
#email-cta {
background: #6aaecf;
box-shadow: 0 1px 8px rgba(0,0,0,.3);
padding: 35px 20px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
#email-cta .mc-field-group {
max-width: 38%;
}
#email-cta small {
color: rgba(255,255,255,.7);
}
#email-cta p {
font-size: 18px;
line-height: 26px;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
}
#email-cta .mc-field-group input {
padding: 25px 20px;
font-size: 17px;
border-radius: 5px;
}
#email-cta #mc_embed_signup_scroll input[type="submit"] {
padding: 12px 20px;
}




.top-footer .triangle-data {
  margin-top: 75px;
}

footer .nav {
padding:0px;
margin:0px;
}

footer .nav>li>a {
position: relative;
}

footer .nav li {

}

footer .footer-logo {
padding-left:0px;	
text-align:center;
  margin-top: 20px;
}

.footer-mailing input[type=text] {
padding: 22px 10px;
background: #F4F4F4;
color: #9C9C9C;
width:100%;
margin: 0px;
}
.footer-mailing input[type=text]:focus {
background: #fff;
color: #000;
}
.footer-bottom {
    padding: 25px 0px 30px 0;
}
.footer-bottom .container {
padding: 15px 20px;	
color:#fff;
}
footer .credit {
text-align:right;	
}
footer .social {
text-align: center;	
}
footer .social a {
margin:0 10px;	
opacity:0.5;
}
footer .social a:hover, footer .social a:focus {
opacity:1;	
}
footer .copyright {
  margin-right: 20px;
  display: inline-block;
  vertical-align: 10px;
}
footer .social {
margin-top:10px;	
}
footer .credit-links {
display: inline-block;
padding: 7px 5px;
background: rgba(255, 255, 255, 0.06);
vertical-align: 10px;
}
footer .credit-links a img {
padding:0px 7px;	
}
footer .credit-text {
max-width: 162px;
display: inline-block;
text-align: left;
margin: 4px 8px 0 0px;
font-size: 14px;
line-height: 20px;
}

.footer form {
 margin-bottom:0px; 
}

.footer-title {
font-family: OpenSansRegular;
font-size:15px;	
text-transform:uppercase;
margin-top: 0px;
}

.footer-menu .footer-title {
border-bottom: 1px solid #E9E9E9;
padding: 0 0 2px 0;	
}

footer .btn.newsletter {
float: right;
margin-top: 0px;
margin-left: 5px;
padding: 14px 30px;
}

.mailchimp-email-wrap {
overflow: hidden;
padding-right: .5em;
margin: 0px;
}

.footer-mailing input[type=email] {
padding: 22px 10px;
background: #F4F4F4;
color: #9C9C9C;
width: 100%;
margin: 0px;
}