/*
Theme Name: Clarity Blog
Theme URI: http://blog.clarity.fm/
Description: Clarity Blog Theme
Author: Direction1Media
Version: 1.0
*/


/* CSS RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,
form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	list-style: none;
}

/*
@font-face {
    font-family: 'AvenirLTCom-Black';
    src: url('fonts/Avenir LT W01 95 Black1332166382/Avenir LT W01 95 Black.eot');
    src: url('fonts/Avenir LT W01 95 Black1332166382/Avenir LT W01 95 Black.eot?#iefix') format('embedded-opentype'),
         url('Avenir LT W01 95 Black.woff') format('woff'),
         url('fonts/Avenir LT W01 95 Black1332166382/Avenir LT W01 95 Black.ttf') format('truetype'),
         url('fonts/Avenir LT W01 95 Black1332166382/Avenir LT W01 95 Black.svg#Avenir LT W01 95 Black') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirLTCom-Heavy';
    src: url('fonts/Avenir LT W01 85 Heavy1332166543/Avenir LT W01 85 Heavy.eot');
    src: url('fonts/Avenir LT W01 85 Heavy1332166543/Avenir LT W01 85 Heavy.eot?#iefix') format('embedded-opentype'),
         url('fonts/Avenir LT W01 85 Heavy1332166543/Avenir LT W01 85 Heavy.woff') format('woff'),
         url('fonts/Avenir LT W01 85 Heavy1332166543/Avenir LT W01 85 Heavy.ttf') format('truetype'),
         url('fonts/Avenir LT W01 85 Heavy1332166543/Avenir LT W01 85 Heavy.svg#Avenir LT W01 85 Heavy') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('fonts/ChunkFive/Chunkfive-webfont.eot');
    src: url('fonts/ChunkFive/Chunkfive-webfont.eot?iefix') format('eot'),
         url('fonts/ChunkFive/Chunkfive-webfont.woff') format('woff'),
         url('fonts/ChunkFive/Chunkfive-webfont.ttf') format('truetype'),
         url('fonts/ChunkFive/Chunkfive-webfont.svg#webfont90E2uSjN') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/

/* safari and chrome */
@-webkit-keyframes wiggle {
    0% {-webkit-transform:rotate(4deg);}
    50% {-webkit-transform:rotate(-4deg);}
    100% {-webkit-transform:rotate(4deg);}
}

/* firefox */
@-moz-keyframes wiggle {
    0% {-moz-transform:rotate(4deg);}
    50% {-moz-transform:rotate(-4deg);}
    100% {-moz-transform:rotate(4deg);}
}

/* anyone brave enough to implement the ideal method */
@keyframes wiggle {
    0% {transform:rotate(4deg);}
    50% {transform:rotate(-4deg);}
    100% {transform:rotate(4deg);}
}

.bodywrap {}

html {
	margin: 0;
}
body {
	/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:1.5;
}

/* Links */
a {
	text-decoration:none;
	color:#71C3DA;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
	font-family:Verdana, "Times New Roman", serif;
}

form {
}
form label {
    font-size: 13px;
}
form input, form textarea {
	border:none;
	outline:0;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
form input.text:focus, textarea:focus {
	-webkit-transition: background .25s linear;
	-moz-transition: background .25s linear;
}
form input.button {
	border:none;
	outline:0;
}

::-moz-selection {
	background:#71C3DA;
	color:white;
}
::-webkit-selection {
	background:#71C3DA;
	color:white;
}
::selection {
	background:#71C3DA;
	color:white;
	text-shadow:1px 1px #86C8E1;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
/*font-weight:normal;*/
}

/* GLOBAL CLASSES */
.group:after {
	content:".";
	display:block;
	clear:both;
	height:1;
	visibility:hidden;
}
.con {
	margin:0 auto;
	width:960px;
}

/* Header */
#header {
	margin-bottom:0;
	overflow: hidden;
}

body.home #header {
	padding-top: 0;
    margin-bottom:30px;
}
#header .wrap {
    background-color:#71c3da;
    /*background-image:-moz-linear-gradient(top, #71c3da, #66b3cb);
    background-image:-ms-linear-gradient(top, #71c3da, #66b3cb);
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#71c3da), to(#66b3cb));
    background-image:-webkit-linear-gradient(top, #71c3da, #66b3cb);
    background-image:-o-linear-gradient(top, #71c3da, #66b3cb);
    background-image:linear-gradient(top, #71c3da, #66b3cb);
    background-repeat:repeat-x;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#71c3da', endColorstr='#66b3cb', GradientType=0);*/
    height: 74px;
    /*box-shadow: 0 0 10px #333333;*/
}

#header .con {width: 960px;}

#header h1.logo {
	display: block;
    float: left;
    margin-top: 18px;
    width: 140px;
}

#header h1.logo a {
    /*background-attachment: scroll;*/
    /*background-clip: border-box;*/
    /*background-color: transparent;*/
    /*background-image: url("images/logo.png");*/
    /*background-origin: padding-box;*/
    /*background-position: 0 0;*/
    /*background-repeat: no-repeat;*/
    /*background-size: 100% auto;*/
    display: block;
    height: 46px;
    overflow: hidden;
    text-indent: -9999px;
    width: 115px;
    text-decoration: none;
}
#header h1.logo a img {
    display: block;
    width: 114px;
    height: 42px;
    border: 0;
}
#header h1.logo a:hover{
    /*
    -webkit-animation: wiggle 0.2s ease-in-out alternate;
    -moz-animation: wiggle 0.2s ease-in-out alternate;
    animation: wiggle 0.2s ease-in-out alternate;
    */
}

#header .phone {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
    margin: 25px 0 0;
    padding: 0 20px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    white-space: nowrap;
}

#header .nav {
	border-right: 1px solid #9AD3E3;
    float: right;
    margin-top: 24px;
    overflow: hidden;
	zoom:1;
}
#header .nav li {
	display:block;
	float:left;
}
#header .nav li a {
	border-left: 1px solid #9AD3E3;
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    line-height: 24px;
    padding: 0 20px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#header .nav li.current-menu-item a, #header .nav li.current-menu-parent a, #header .nav li a:hover {
	color: #fff;
    text-decoration:underline;
}
#header #menu-main-left {float: left;}
#header #menu-main-right {border-right: none;margin-right: -20px;}
#header #menu-main-right li:first-child a {border-left: none;}

#header form {
	background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    /*box-shadow: 0 0 3px #555555 inset;*/
    float: right;
    height: 34px;
    margin-left: 15px;
    margin-top: 20px;
    overflow: hidden;
    width: 255px;
	zoom:1;
    border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
#header form input.text {
	background: none repeat scroll 0 0 transparent;
  color: #C2C2C2;
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 34px;
  line-height: 34px;
  margin: 0;
  padding: 0 10px 0 17px;
  width: 188px;
}

#header form input.text:focus {
  color: #444;
  font-weight: normal;
}
#header form label.hidden {
	display:none;
}
#header form input.button {
	background: url("images/icon_search.png") no-repeat scroll 12px center #3d94b0;
    cursor: pointer;
    display: block;
    float: right;
    height: 34px;
    overflow: hidden;
    text-indent: -999em;
    width: 40px;
    padding: 0;
}


/* Banner */
#banner {
	display: none;
    margin-bottom:30px;
    height: 500px;
    overflow: hidden;
    position: relative;
}
#banner:after {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.4) inset;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#banner .bck {
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#banner .phone {
    bottom: -12px;
    position: absolute;
    right: 0;
}
#banner .hero_image {
	width:980px;
	height:320px;
	overflow:hidden;
	text-align:center;
	/*text-shadow:0 0 30px #000000;*/
	position:relative;
	display:block;
    -webkit-border-radius-topleft: 10px;
	-webkit-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#banner .hero_image .message_wrap {
	width: 610px;
}
#banner .hero_image .message_con {
	color: #fff;
    margin: 70px 0 0;
    text-align: left;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
    vertical-align: middle;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.4em;
}
#banner .hero_image h3 {
	/*font-family: "Avenir LT W01 95 Black",Verdana,sans-serif;*/
    font-size: 34px;
    /*font-weight: normal;*/
    line-height: 1.4em;
    margin-bottom: 10px;
}
#banner .hero_image p {margin: 0 0 15px;}

#banner .tweet_beat {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    bottom: 0;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
    padding: 12px 0;
    position: absolute;
    width: 100%;
}
#banner .tweet_beat .con { position: relative;}

#banner .tweet_beat a {
  color: #fff;
}

#banner .tweet_beat h1 {
	background: url("images/tw_small.png") no-repeat scroll right 0 transparent;
    color: white;
    float: left;
    /*font-family: "Avenir LT W01 95 Black",Verdana,sans-serif;*/
    font-size: 50px;
    letter-spacing: -4px;
    line-height: 42px;
    padding-right: 43px;
    text-transform: lowercase;
}
#banner .tweet_beat h1 img {
	position:relative;
	top:-20px;
	left:-6px;
}
#banner .tweet_beat h1 span {
	color: #FFFFFF;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 11px;
    letter-spacing: normal;
    line-height: 13px;
    text-transform: capitalize;
    padding-left: 4px;
}

#banner .tweet_beat .tweet {
	color: white;
    float: right;
    /*font-family: "Avenir LT W01 85 Heavy";*/
    font-size: 19px;
    width: 615px;
}
#banner .tweet_beat .tweet a {
    display: block;
    font-size: 11px !important;
    font-weight: normal;
    margin-top: 5px;
}
#banner .tweet_beat .tweet .tweet_list span.tweet_text a{ text-decoration: none; font-size: 16px !important;display:inline}
#banner .tweet_beat .tweet .tweetdate .tweet_list .tweet_first .tweetdate a {
	font-size:11px !important;
}

/* Content */
#section  {
	padding-bottom:60px;
}

#content {
	background: #fff;
    color: #333637;
    float: left;
    font-size: 15px;
    line-height: 1.5em;
    margin-right: 20px;
    padding: 0;
    position: relative;
    width: 623px;
    /*box-shadow: 0 0 3px #333333 inset;*/
    /*padding: 20px;*/
    /*width: 603px;*/
}

.home #content {padding:0;width: 615px;}

#content .post ul {
	margin: 0 0 15px 0;
	padding: 0;
}
#content .post ol {
	margin: 0 0 15px 0;
	padding: 0;
}
#content .post ul li {
    padding-top: 4px;
    padding-bottom: 4px;
	margin-left:25px;
	padding-left:5px;
	list-style:disc;
}
#content .post ol li {
    padding-top: 4px;
    padding-bottom: 4px;
	margin-left:20px;
	padding-left:5px;
	list-style: decimal;
}
#content .post ul li p,
#content .post ol li p {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
}

.keep_up {
	/*
    background: none repeat scroll 0 0 #E5E4DB;
    box-shadow: 0 3px 3px #333333 inset;
    */
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    /*padding-top: 5px;*/
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.keep_up h2 {
	color: #8B8A84;
    /*font-family: "Avenir LT W01 95 Black",Verdana,sans-serif;*/
    font-size: 19px;
    /*font-weight: normal;*/
    line-height: 1;
    margin: 0;
}
.keep_up a {
    margin-right: 20px;
    margin-top: 20px;
}
.keep_up a:last-child {
    margin-right: 0;
}

.keep_up a.keep_uprss {
	background:url(images/connect_rss.png) no-repeat 0 0;
	display:block;
	float: left;
    height:46px;
    width:46px;
    text-indent:-9999px;
    overflow:hidden;
}
.keep_up a.keep_uptwit {
    background:url(images/connect_tw.png) no-repeat 0 0;
    display:block;
    float: left;
    height:46px;
    width:46px;
    text-indent:-9999px;
    overflow:hidden;
}
.keep_up a.keep_upfb {
    background:url(images/connect_fb.png) no-repeat 0 0;
    display:block;
    float: left;
    height:46px;
    width:46px;
    text-indent:-9999px;
    overflow:hidden;
}
.keep_up a.keep_upemail {
    background:url(images/connect_mail.png) no-repeat 0 0;
    display:block;
    float: left;
    height:46px;
    width:46px;
    text-indent:-9999px;
    overflow:hidden;
}
.keep_up a:hover { background-position:0 -46px;}

#content h1.entry-title {
	font-size:36px;
	padding-bottom:30px;
	border-bottom:3px solid #71C3DA;
	margin-bottom:30px;
	color:#a19288;
	font-weight:bold;
	display:block;
	/*text-shadow:1px 1px white;*/
}

#content h1.page-title, body.page #content h1.entry-title {
	/*font-family:"Avenir LT W01 85 Heavy", "Verdana", sans-serif;*/
	line-height:1;
	letter-spacing:-.05em;
	font-size:50px;
	text-transform:lowercase;
	/*text-shadow:1px 1px white;*/
	padding-bottom:30px;
	border-bottom:3px solid #71C3DA;
	margin-bottom:30px;
	color:#4c3f37;
}

#content h1.page-title span {
	color:#4c3f37;
}
#content h2 {
	font-weight:bold;
}

#content .keep_up .rack_con {
	float:right;
}
#content .keep_up .rack {
	background:#f4f3ed;
	overflow:hidden;
	zoom:1;
	border:1px solid #d7c69f;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	float:left;
	width:300px;
	font-size:10px;
	position:relative;
	-moz-box-shadow:inset 0 0 10px #d0ccb8;
	-webkit-box-shadow:inset 0 0 10px #d0ccb8;
	box-shadow:inset 0 0 10px #d0ccb8;
	height:70px;
}
#content .keep_up a.navi {
	width:20px;
	height:20px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f4f3ed));
	background: -moz-linear-gradient(top,  #fff,  #f4f3ed);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f4f3ed');
	border:1px solid #e1cea9;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	display:block;
	float:left;
	margin-top:25px;
	cursor:pointer;
}
#content .keep_up a.prev {
	float:left;
	margin-right:5px;
}
#content .keep_up a.navi span {
	display:block;
	width:20px;
	height:20px;
	overflow:hidden;
	text-indent:-999em;
}
#content .keep_up a.prev span {
	background:url(images/arrow-l.png) no-repeat 50% 50%;
}
#content .keep_up a.next span {
	background:url(images/arrow-r.png) no-repeat 50% 50%;
}
#content .keep_up a.next {
	float:left;
	margin-left:5px;
}
#content .keep_up a.navi:hover {
	background:#71C3DA;
	border-color:#71C3DA;
}
#content .keep_up a.prev:hover span {
	background:url(images/arrow-l-white.png) no-repeat 50% 50%;
}
#content .keep_up a.next:hover span {
	background:url(images/arrow-r-white.png) no-repeat 50% 50%;
}

#content .keep_up ul {
	position:absolute;
	width:2000em;
	overflow:hidden;
	zoom:1;
	padding:10px 0 0 0;
	margin:0 0 0 15px;
}
#content .keep_up ul li {
	display:block;
	width:140px;
	padding:0 15px 0 0;
	border-right:1px solid #d7c69f;
	margin:0 15px 0 0;
	float:left;
	/*text-shadow:0 1px #fff;*/
}
#content .keep_up ul span.date {
	color:#a19288;
	font-weight:bold;
	display:block;
	margin-bottom:6px;
}
#content h1.author_name {
	font-size:50px;
	overflow:hidden;
	zoom:1;
}
#content h1.author_name span.avatar {
	width:100px;
	height:100px;
	margin-right:30px;
	float:left;
	display:block;
}
#content h1.author_name span.name {
	display:block;
	float:left;
	line-height:1;
}
#content .post {
	/*border-bottom: 3px solid #71C3DA;*/
    border-bottom: 0;
    margin: 0 0 30px;
    margin-right: 30px;
    /*padding-bottom: 30px;*/
    word-wrap: break-word;
}
#content .post-contain .post {margin: 0 0 30px;}
#content .post-contain {margin-right: 30px;}
#content .post .details {
	display:block;

}
#content .post .date {
	font-weight:bold;
	color:#a19288;
	font-weight:bold;
	/*text-shadow:1px 1px #fff;*/
	font-size:14px;
	display:block;
/*	float:left;*/
/*	width:60px;*/
	margin-right:20px;
	line-height:1;
	margin-bottom:10px;
}
#content .post .title {
	/*font-family: "Avenir LT W01 85 Heavy";*/
    font-size: 33px;
    /*font-weight: normal;*/
    line-height: 1.3em;
    margin-bottom: 10px;
    margin-top: 0;
    /*text-shadow: 1px 1px white;*/
}
#content .post .title a {
	color:#464646;
    /*font-weight:normal;*/
}
#content .post .title a:hover {
	color:#71C3DA;
	text-decoration:none;
}
#content .meta {
	display:block;
	clear:both;
	overflow:hidden;
	/*font-family: "Avenir LT W01 85 Heavy";*/
    font-size:11px;
	color:#a19288;
	margin-bottom:15px;
	/*text-shadow:1px 1px white;*/
}
#content .meta a {font-weight:normal;}

#content .post .share {
	display: block;
    margin-bottom: 25px;
}
#content .post .share .share_facebook,
#content .post .share .share_twitter,
#content .post .share .share_linkedin,
#content .post .share .share_g-plus,
#content .share .share_facebook,
#content .share .share_twitter,
#content .share .share_linkedin,
#content .share .share_g-plus {
	display: block;
    float: left;
    margin-right: 15px;
    padding: 0;
}
#content .share .share_twitter {margin: 0;}
#content .share .share_linkedin {margin-right: 30px;}
#content .share .share_linkedin span {margin: 0;}
#content .post .addthis_button_facebook_like {margin-right: 32px;}

#content .post .entry {
	clear:both;
	/*padding-top:15px;*/
	/*border-top:1px solid #cfcfcf;*/
    overflow: hidden;
}
#content .post .entry HR {
    display: none;
}
#content .post .entry img[align="right"]{
	padding-left:15px;
}
#content .post .entry img[align="left"]{
	padding-right:15px;
}

#content .author-bio {
	margin-bottom:30px;
	border-bottom:3px solid #71C3DA;
	padding-bottom:0px;
	overflow:hidden;
	zoom:1;
}
#content .author-bio .bio {
	width:490px;
	float:left;
	margin-right:30px;
}
#content .author-bio .social {
	width:70px;
	float:right;
}
#content .author-bio .social a {
	display:block;
	width:68px;
	height:68px;
	margin-bottom:15px;
	background:#fff;
	border:1px solid #e0d4c1;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	overflow:hidden;
	text-indent:-999em;
}
#content .author-bio .social a.twitter {
	background:url(images/icon_twitter_t.png) no-repeat 50% 50% #fff;
}
#content .author-bio .social a.facebook {
	background:url(images/icon_facebook.png) no-repeat 50% 50% #fff;
}
#content .author-bio .social a:hover {
	background-color:#f4f3ed;
}
#content .tweet-btn { margin-bottom: -5px; }
.vvqbox {overflow: hidden;}

#content .post-contain .post TEXTAREA {
    display: block;
    width: 100%;
    min-height: 85px;
    resize: none;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-shadow: inset 0 3px 3px #f3f3f3;
    -webkit-box-shadow: inset 0 3px 3px #f3f3f3;
    -moz-box-shadow: inset 0 3px 3px #f3f3f3;
    -o-box-shadow: inset 0 3px 3px #f3f3f3;
    -ms-box-shadow: inset 0 3px 3px #f3f3f3;
}

/********* Generic form styles ************/
#content form label {
    display: block;
    font-size: 15px;
    font-weight: bold;
}
#content form input[type="text"], #content form input[type="email"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #71C3DA;
    color: #4C3F37;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 13px 15px;
    width: 244px;
}
#content form input.button, #content form input[type="submit"] {
    background: -moz-linear-gradient(center top , #FC6A5E, #EB583C) repeat scroll 0 0 transparent;
    border-radius: 30px 30px 30px 30px;
    color: white;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 4px 0 0;
    padding: 7px 16px;
    text-align: center;
    text-shadow: 1px 1px black;
    width: 25%;


    background: -webkit-gradient(linear, left top, left bottom, from(#FC6A5E), to(#EB583C));
    background: -moz-linear-gradient(top,  #FC6A5E,  #EB583C);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FC6A5E', endColorstr='#EB583C');
    -webkit-border-radius:30px;
}
#content form input.button:hover, #content form input[type="submit"]:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#333));
    background: -moz-linear-gradient(top,  #555,  #333);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555', endColorstr='#333');
    text-decoration:none;
}


/********* Newsletter form styles ************/
#content .newsletter_form form label {display: none;}
#content .newsletter_form form #mce-FNAME {float: left;}
#content .newsletter_form form #mce-EMAIL {float: right;}



/* Navi */
.navi {
	overflow:hidden;
	zoom:1;
}
.navi .left {
	float:left;
}
.navi .right {
	float:right;
}
.navi li {
	display:block;
	font-size:12px;
	width:31px;
	height:31px;
	line-height:1;
	float:left;
	overflow:hidden;
	margin-right:2px;
}
.navi li.title {
	display:none;
}
.navi li a {
	display:block;
	width:31px;
	height:21px;
	text-align:center;
	background:#71C3DA;
	color:white;
	padding:10px 0 0;
}
.navi li span {
	display:block;
	width:29px;
	height:20px;
	text-align:center;
	background:#71C3DA;
	color:white;
	padding:9px 0 0;
	border:1px solid #e0d4c1;
	background:#fff;
		color:#4c3f37;
}
.navi li:last-child { margin-right:0;}
.navi li a.first {
	text-indent:-999em;
	background:url(images/icon_arrow_left_double.png) no-repeat 50% 50% #71C3DA;
}
.navi li a.last {
	text-indent:-999em;
	background:url(images/icon_arrow_right_double.png) no-repeat 50% 50% #71C3DA;
}
.navi li a.prev {
	text-indent:-999em;
	background:url(images/icon_arrow_left.png) no-repeat 50% 50% #71C3DA;
}

.navi li a.next {
	text-indent:-999em;
	background:url(images/icon_arrow_right.png) no-repeat 50% 50% #71C3DA;
}

/* Post Page */
.wp-single #header {
	margin-bottom:0;
	height:45px;
}

.breadcrumb {
	background:url("images/tw-box-bck.png") repeat-x scroll center top #7B7B78;
	font-size:14px;
	color:#fff;
	padding:19px 20px;
	width:940px;
	margin:0 auto 30px;
  font-weight: bold;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.breadcrumb .separator {
  color: #eee;
  font-weight: normal;
}
.breadcrumb .breadcrumbs-title {color: #fff;}
.breadcrumb em {
	color:white;
}
.breadcrumb a {
  color: #eee;
  text-decoration: underline;
  font-weight: normal;
}

.single-post .post {
	border-bottom:3px solid #71C3DA;
}
.single-post .post-details {
	padding-bottom:15px;
	border-bottom:3px solid #71C3DA;
	margin-bottom:30px;
    margin-right: 30px;
}
.single-post #content p.date {
	font-weight:bold;
	color:#a19288;
	/*text-shadow:1px 1px #fff;*/
	font-size:16px;
	line-height:1;
	margin-bottom:15px;
}

.single-post #content .title {
	font-size:36px;
	line-height:1.3em;
	/*text-shadow:1px 1px white;*/
	margin-bottom:15px;
	font-weight:bold;
	letter-spacing:-.05em;
}
.single-post #content .post-share {
	width:56px;
	float:left;
	position:absolute;
	left:-74px;
	/*padding:3px 9px;*/
	/*background:#f9f9f7;*/
	/*border:1px solid #B4B4B4;*/
    /*border-right:none;*/
    text-align: center;
/*	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;*/
}

.share .author_box { float: left; }

#content .share .author_box h4 {
    margin: 0 15px 0 0;
}
.share .author_box h4 a {

}

.single .post-share .author_box {
    float: none;
}
.single-post #content .post-share .author_box { margin-top: 0; }

.single .post-share .author_box img {
    display: block;
    width: 56px;
    height: auto;
}
.single #content .post-share .author_box h4 {
    margin: 5px 0 10px;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
}

.post-share .addthis_floating_style.addthis_counter_style {
    background: none repeat scroll 0 0 transparent;
    padding: 0;
    position: relative;
}

.single-post #content .post-share > * {
  margin: 6px 0;
}

#content .intro {
	font-size:18px;
	padding-bottom:15px;
	border-bottom:2px solid #4c3f37;
	margin-bottom:15px;
}

#content h2 {
	font-size:24px;
	font-weight:bold;
	margin:30px 0 15px;
	/*text-shadow:1px 1px white;*/
}
#content h3 {
	font-size:18px;
	font-weight:bold;
	margin:30px 0 15px;
		/*text-shadow:1px 1px white;*/
}
#content h4, #content h5, #content h6 {
	font-size:14px;
	font-weight:bold;
    margin:20px 0 15px;
	/*text-shadow:1px 1px white;*/
}

#content p {
	margin-bottom: 20px;
}
#content .more-link {color: #71C3DA;}

#content blockquote {
	padding:30px 30px 30px 80px;
	/* border-left:3px solid #e0d4c1; */
	margin: 0 0 0 0px;
	background: #fff url(images/quote.png) no-repeat 0 30px;
	margin-bottom:30px;
	color: #666;
	font-size: 18px;
}
#content blockquote span{font-size: 20px; !important}
#content blockquote h2, #content blockquote h3,
#content blockquote h4, #content blockquote h5,
#content blockquote h6 {
	margin-bottom:15px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:20px;
}
#content blockquote p:last-child {
	margin:0;
}
#content p.wp-caption-text {
	font-size:13px;
	font-family:Verdana, "Times New Roman", serif;
	font-style:italic;
	/*text-shadow:1px 1px white;*/
	margin-bottom:15px;
	color:#a19288;
}


/* Subscribe */
.subscribe {
	margin-bottom:30px;
	background:#71C3DA;
	padding:20px;
	border:1px solid #71C3DA;
	text-shadow:none;
	color:#fff;
	overflow:hidden;
	zoom:1;
		font-size:11px;
}
.subscribe a {
	color:#fff;
	/*text-shadow:1px 1px #333;*/
}
.subscribe .mc_custom_border_hdr {
	color:white;
	/*font-family:"Avenir LT W01 85 Heavy", "Verdana", sans-serif;*/
	font-size:50px;
	line-height:1;
	letter-spacing:-.05em;
	text-transform:lowercase;
	font-weight:lighter;
	/*text-shadow:1px 1px #333;*/
}
.subscribe form label.mc_var_label {
	color:#fff;
	/*text-shadow:1px 1px #333;*/
	font-weight:bold;
}
.subscribe form input.mc_input {
	background:url(images/bg_wood_grain_stroke.png) #f2f2f2;
	font-size:14px;
	font-weight:bold;
	color:#4c3f37;
	padding:15px;
	width:258px;
	margin-bottom:5px;
}
.subscribe form input.mc_input:focus {
	background:#fff;
}
.subscribe form .mc_signup_submit {
	display:block;
	width:130px;
	float:left;
}

.subscribe form input.mc_input {
	background:url(images/bg_wood_grain_stroke.png) #f2f2f2;
	font-size:14px;
	font-weight:bold;
	color:#4c3f37;
	padding:15px;
	width:235px;
	margin-bottom:15px;
}
.subscribe form input.mc_input:focus {
	background:#fff;
}
.subscribe .mc_merge_var {
	width:274px;
	float:left;
}
.subscribe .mc_error_msg{color: #fff;}
.subscribe .mc_success_msg{color: #fff;}
span.mc_error_msg{color: #fff;}
.subscribe #mc-indicates-required {
	clear:both;
	margin-bottom:10px;
}
.subscribe input.button {
	cursor:pointer;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#333));
	background: -moz-linear-gradient(top,  #444,  #333);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444', endColorstr='#333');
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	font-size:18px;
	color:white;
	/*text-shadow:1px 1px black;*/
	padding:10px 15px;
	font-weight:bold;
	float:left;
}

.subscribe form #mc_display_rewards {
	display:block;
	width:130px;
	float:right;
	padding-top:12px;
}
.subscribe br {
	display:none;
}

/* Comments */
#comments {
	margin-bottom:30px;
}
#comments h2 {
	color:#4c3f37;
	/*font-family:"Avenir LT W01 85 Heavy", "Verdana", sans-serif;*/
	font-size:50px;
	line-height:1;
	letter-spacing:-.05em;
	text-transform:lowercase;
	overflow:hidden;
	zoom:1;
	font-weight:normal;
}
.single-post ul.navi {
	clear:both;
	padding-top:30px;
	border-top:1px solid #4c3f37;
}
.single-post ul.navi li {
	width:auto;
	padding-right:10px;
		padding-left:10px;
}
.single-post ul.navi li.first {
	float:left;
	width:200px;
}
.single-post ul.navi li.last {
	width:200px;
	float:right;
}
.single-post ul.navi li a {
	text-indent:0;
	background:none;
}
#dsq-content #dsq-global-toolbar {
	background:#f4f3ed;
	border:1px solid #d7c69f;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:inset 0 0 10px #d0ccb8;
	-webkit-box-shadow:inset 0 0 10px #d0ccb8;
	box-shadow:inset 0 0 10px #d0ccb8;
	padding:15px 15px 10px;
}
#dsq-content h3 {
	margin-bottom:7px !important;
}
.dsq-comment-meta {
	font-size:10px;
}
blockquote.tweet iframe {
    float: right;
    margin: 7px 10px 0 0;
}

/* Sidebar */
#sidebar {
	width:316px;
	float:right;
}
#sidebar .module,
#sidebar li.widget-container {
	background: #fff;
    border-radius: 6px;
    border: 1px solid #ccc;
    /*box-shadow: 0 0 3px #333333 inset;*/
    font-size: 14px;
    margin-bottom: 20px;
    /*text-shadow: 1px 1px #FFFFFF;*/
    overflow: hidden;
}
#sidebar li#linkcat-5 { padding: 20px 15px; }

#sidebar .module h2,
#sidebar li h3.widget-title {
	color: #8B8A84;
    /*font-family: "Avenir LT W01 85 Heavy",Verdana,serif;*/
    font-size: 19px;
    /*font-weight: normal;*/
    margin-top: -3px;
    padding: 20px 15px 13px;
    /*text-shadow: 1px 1px white;*/
}

#sidebar li.widget-container li {
    /*background: url(images/widget_arrow.png) no-repeat 290px center transparent;*/
    border-top: 1px solid #E1DFDB;
    font-size: 12px;
    padding: 10px 16px;
}
#sidebar li.widget-container li a { color: #71C3DA; }
#sidebar li.widget-container li a:hover { }

#sidebar li.widget-container.widget_mailchimpsf_widget, .widget_mailchimpsf_widget {
    /*background: url(images/subscribe_bck.png) no-repeat center bottom #62a9bd;*/
	background: #71C3DA;
    box-shadow: none;
    /*font-family: "Avenir LT W01 85 Heavy",Verdana,sans-serif;*/
    text-shadow:none;
	color:#fff;
	overflow:hidden;
	padding: 20px;
    zoom:1;
}
.widget_mailchimpsf_widget br {
	display:none;
}
#sidebar li.widget-container.widget_mailchimpsf_widget h3.widget-title, #content .widget_mailchimpsf_widget h3.widget-title {
	background: none repeat scroll 0 0 transparent;
    box-shadow: none;
    color: #fff;
    /*font-family: "Avenir LT W01 85 Heavy",Verdana,sans-serif;*/
    font-size: 24px;
    line-height: 1;
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
    text-shadow: none;
    text-transform: none;
}
.widget_mailchimpsf_widget form label {display: none;}
.widget_mailchimpsf_widget form input.email,
.widget_mailchimpsf_widget form input.mc_input {
	background: #fff;
    box-shadow: none;
	font-size:14px;
	font-weight:bold;
	color:#4c3f37;
	padding:13px 15px;
	width:244px;
	margin-bottom:15px;
}
.widget_mailchimpsf_widget form input.email:focus {
	background:#fff;
}
.widget_mailchimpsf_widget form .mc_signup_submit {
	display:block;
	float:left;
}
.widget_mailchimpsf_widget form #mc_display_rewards {
	display:block;
	float:right;
	padding-top:16px;
}

.widget_mailchimpsf_widget #mc-indicates-required {color:#000;}

.widget_mailchimpsf_widget form input.button{
    background: -moz-linear-gradient(center top , #FC6A5E, #EB583C) repeat scroll 0 0 transparent;
    border-radius: 30px 30px 30px 30px;
    color: white;
    cursor: pointer;
    display: block;
    font-size: 21px;
    font-weight: bold;
    margin: 4px 0 0;
    padding: 7px 16px;
    text-align: center;
    text-shadow: 1px 1px black;
    width: 100%;


    background: -webkit-gradient(linear, left top, left bottom, from(#FC6A5E), to(#EB583C));
    background: -moz-linear-gradient(top,  #FC6A5E,  #EB583C);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FC6A5E', endColorstr='#EB583C');
    -webkit-border-radius:30px;
}
.widget_mailchimpsf_widget form input.button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#333));
    background: -moz-linear-gradient(top,  #555,  #333);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555', endColorstr='#333');
    text-decoration:none;
}

.widget_mailchimpsf_widget form .mc_signup_submit {
	text-align:left;
}
.widget_mailchimpsf_widget a {
	color:#fff;
}
.post-contain .widget_mailchimpsf_widget {margin: 20px 0;}

#sidebar li.widget_links {
/*	background:none;
	border:none;
	padding:0;*/
	overflow:hidden;
	zoom:1;
}
#sidebar li.widget_links h3 {
	background: none repeat scroll 0 0 transparent;
    box-shadow: none;
    color: #8B8A84;
    /*font-family: "Avenir LT W01 85 Heavy","Verdana",sans-serif;*/
    font-size: 52px;
    line-height: 1;
    margin: 0 0 15px;
    overflow: hidden;
    /*text-shadow: 1px 1px white;*/
    padding: 0;;
}
#sidebar li.widget_links ul {
	overflow:hidden;
	zoom:1;
}
#sidebar li.widget_links ul li {
  border-top: 0;
  float: left;
  margin-bottom: 12px;
  margin-right: 12px;
  padding: 5px;
}
#sidebar li.widget_links ul li.alt {
	margin-right:0;
}
#sidebar li.widget_links ul li a {
	display:block;
	line-height:1;
}
#sidebar li.widget_links ul li a img {
	line-height:1;
}
#sidebar li.widget_links p.footnote	 {
	text-align:center;
	/*text-shadow:1px 1px white;*/
	font-size:10px;
	color:#A19288;
	font-weight:bold;
	padding-top:8px;
}
#sidebar .categories ul li {
	overflow:hidden;
	zoom:1;
	color:#a19288;
}
#sidebar .categories ul li span,
#sidebar li span.count {
	float:right;
}
#sidebar .categories ul li:hover span {
	font-weight:bold;
		color:#4c3f37;
}
.widget-container.widget_search form {}
.widget-container.widget_search form input {
    background: url("images/search.png") no-repeat scroll 13px 13px transparent;
    color: #8B8A84;
    font-size: 14px;
    font-weight: bold;
    padding: 13px 15px 13px 38px;
    width: 89%;
}
#sidebar li.widget-container.social_follow {padding: 13px 15px;}
#sidebar li.widget-container.social_follow h3.widget-title {padding: 0;margin: 0 0 5px;}
.social_follow_fb {
    border: medium none;
    float: left;
    height: 21px;
    margin: 1px 20px 0 0;
    overflow: hidden;
    width: 100px;
}
#sidebar li.widget-container.social_follow .twitter-follow-button {

}

#sidebar .widget_wpinstagram-widget {box-shadow:none}
#sidebar .widget_wpinstagram-widget .widget-title {display: none;}
#sidebar ul.wpinstagram.centered {margin-bottom: -21px !important;}

#sidebar .widget_instagram_recent_media {padding: 0 0 10px 16px;}
#sidebar .widget_instagram_recent_media .front-photo {
    border: none;
    padding: 0;
    margin: 0 6px 6px 0;
    background-color: white;
    border: none;
    border-radius: 0;
    vertical-align: middle;
}
#sidebar .widget_instagram_recent_media h3.widget-title {padding: 20px 0 13px;}

/* Search Results */
body.search-no-results #content .post {
	padding:30px;
	border-bottom:0;
	margin:0;
}
body.search-no-results #content h1{
	font-size:80px;
	/*font-family:"Avenir LT W01 85 Heavy", Verdana, serif;*/
	/*font-weight:normal;*/
	text-transform:lowercase;
	line-height:1;
	letter-spacing:-.05em;
	margin-bottom:15px;
}
body.search-no-results #content p {
	font-size:24px;
}
body.search-no-results #content form#searchform {
	margin-bottom:30px;
	background:#f4f3ed;
	border:1px solid #d7c69f;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:inset 0 0 10px #d0ccb8;
	-webkit-box-shadow:inset 0 0 10px #d0ccb8;
	box-shadow:inset 0 0 10px #d0ccb8;
	padding:15px;
}
body.search-no-results #content form#searchform div {
	overflow:hidden;
	zoom:1;
}
body.search-no-results #content form#searchform label {
	display:none;
}
body.search-no-results #content form#searchform input#s {
	display:block;
	width:400px;
	background:#f4f3ed;
	font-size:18px;
	color:#4c3f37;
	font-weight:bold;
	float:left;
	padding:9px 0;
}
body.search-no-results #content form#searchform input#searchsubmit {
	background:#71C3DA;
	cursor:pointer;
	color:white;
	/*text-shadow:1px 1px #333;*/
	font-size:18px;
	text-transform:lowercase;
	/*font-family:"Avenir LT W01 85 Heavy", Verdana, serif;*/
	/*font-weight:normal;	*/
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding:9px 7px;
	float:right;
}
body.search-no-results #content p.love {
	margin-bottom:15px;
}
body.search-no-results #content p.mb {
	font-family:Verdana, "Times New Roman", serif;
	font-style:italic;
}

/* Footer */
.footer_widgets {
    background-color: #F7F6F1;
    border-top: 1px solid #CCCCCC;
    padding: 48px 0 40px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}
.footer_widgets .con {width: 960px;}
#footer-widget-area {
    color: #333637;
    font-size: 15px;
    margin: 0;
    overflow: hidden;
}
#footer-widget-area .widget-area {
    float: left;
    width: 33%;
}
#footer-widget-area .widget-area .xoxo {padding-right: 40px;}
#footer-widget-area .widget-area .widget-title {
    color: #333637;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 9px;
}
#footer-widget-area a {font-weight: normal;}
#footer-widget-area li {margin-bottom: 5px;}

#footer {
	background: none repeat scroll 0 0 #444444;
    color: #999999;
    font-size: 13px;
    height: 60px;
    position: relative;
}
#footer .con {width: 960px;padding-top: 21px;}

#footer a {color: #fff;}

#footer p.copyright {
	float: right;
}
#footer p.copyright a {font-weight:normal;}
#footer .jar {
	width:33%;
	float:left;
	text-align:center;
}
#footer .jar img {
	position:relative;
	top:-40px;
}
#footer p.credits {
	float:left;
}
#footer a.logo {
    background: url("images/logo-footer.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 27px;
    overflow: hidden;
    text-indent: -9999px;
    width: 74px;
    text-align: left;
    float: right;
    margin-top: -8px;
}

#menu-footer {float: left;margin-top: -1px;}
#menu-footer li {float: left;}
#menu-footer li a {
    border-left: 1px solid #777777;
    color: #FFFFFF;
    display: block;
    float: left;
    font-weight: normal;
    line-height: 20px;
    padding: 0 15px;
}
#menu-footer li:first-child a {
    border: 0 none;
    padding-left: 0;
}


.metacomment{
	color: #666;
	width: 570px;
	font-size: 11px;
	border-top: 1px dotted #E8E8E8;
	line-height: 1.5em;
	margin: 0 0 15px 0;
	padding: 0px 10px 10px 10px;
	overflow: hidden;
}
.metacomment a{
	color: #666;
	text-decoration: none;
}
.relatedpost {
	width: 330px;
	float: left;
}
.relatedpost h4{
	font-size: 13px;
	margin: 0 0 15px -15px;
	padding: 6px 13px 6px 13px;
	background: #443831;
	border: 1px solid #4A3D35;
	color: #fff;
	text-shadow: none !important;
}
.relatedpost ol{
	margin: 0;
	padding: 0;
}
.relatedpost li{
	line-height: 1.5em;
	padding: 0 0 0 0px;
	margin: 0 10px 0 20px;
}
.metacommentsub {
	width: 200px;
	margin: 0 40px 0 0;
	float: left;
}
.metacommentsub h4{
	font-size: 13px;
	margin: 0 0 15px -10px;
	padding: 6px 13px 6px 13px;
	background: #71C3DA;
	border: 1px solid #71C3DA;
	color: #fff;
	text-shadow: none !important;
}
a.tweet{
	background: url(images/socialicons/twitter.png) no-repeat;
	padding: 2px 0 2px 25px;
	margin: 2px 0 0 0;
	line-height: 25px;
	vertical-align: middle;
	color: #777;
	font-style: none;
}
a.metarss{
	background: url(images/socialicons/feed.png) no-repeat;
	padding: 2px 0 2px 25px;
	line-height: 25px;
	vertical-align: middle;
	color: #777;
	font-style: none;
}
a.metafb{
	background: url(images/socialicons/facebook.png) no-repeat;
	padding: 2px 0 2px 25px;
	line-height: 25px;
	vertical-align: middle;
	color: #777;
	font-style: none;
}
a.metaemail{
	background: url(images/socialicons/email.png) no-repeat;
	padding: 2px 0 2px 25px;
	line-height: 25px;
	vertical-align: middle;
	color: #777;
	font-style: none;
}
.clear{clear: both;}

/*list popup*/
	.lc-theme h4 {
		font-weight : bold;
		font-size : 16px !important;
		margin : 0 0 18px 0 !important;
		padding : 0;
		line-height : 1.3;
		color : #b6b19d;
	 	/*text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);*/
		padding : 0;
	}
.lc-theme fieldset{border:none; margin:0 0 10px 0}
.lc-theme label{font-weight:bold; font-size:12px; margin:0 0 3px 0; padding:0; line-height:1.3; display:block;  color:#b6b19d;  /*text-shadow:1px 1px 1px rgba(255,255,255,0.9);*/ }
.lc-theme .lc-text-input{font-weight:normal; font-size:12px !important; line-height:14px !important; display:block; padding:5px 4px 5px 4px !important; margin:0 0 3px 0; color:#666 !important; width:180px; vertical-align:middle; font-family:Verdana,"Bitstream Charter","Times New Roman",serif; background-color:#f9f9f9 !important; -moz-box-shadow:1px 1px 1px rgba(0,0,0,0.1) inset;  border:1px solid #CCC !important}
.lc-theme .lc-text-input:focus{color:#373E40 !important}
.lc-theme .lc-button{ -webkit-border-radius:5px;  -moz-border-radius:5px;  border-radius:5px;  -webkit-box-shadow:1px 2px 1px rgba(0,0,0,0.1);  -moz-box-shadow:1px 2px 1px rgba(0,0,0,0.1);  box-shadow:1px 2px 1px rgba(0,0,0,0.1);  display:inline-block;  margin:5px 0 8px 0;  overflow:hidden;  padding:1px;  text-decoration:none;  vertical-align:middle;  background-color:#795d4f}
.lc-theme .lc-button:hover{ background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,transparent),color-stop(1,rgba(0,0,0,0.1)));  background-image:-moz-linear-gradient(top,transparent,rgba(0,0,0,0.1));  cursor:pointer;  text-decoration:none}
.lc-theme .lc-button:active{ background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,transparent),color-stop(1,rgba(0,0,0,0.1)));  background-image:-moz-linear-gradient(top,transparent,rgba(0,0,0,0.1));  -moz-box-shadow:none;  -webkit-box-shadow:none;  box-shadow:none}
.lc-theme .lc-button span{ border-top:1px solid rgba(255,255,255,0.2);  -webkit-border-radius:5px;  -moz-border-radius:5px;  border-radius:5px;  color:#fff;  display:block;  font:bold 12px 'Helvetica','Arial',sans-serif;  line-height:normal;  margin:0;  padding:6px 12px;  position:relative;  /*text-shadow:1px 1px 1px rgba(0,0,0,0.2)*/ }
.lc-theme .lc-submit{position:absolute; left:-9999px}

.lc-theme .clear{clear:both}

#lc-slideup{display:none; border:3px solid #b6b19d; background-color:#d9d4bd; text-align:left; padding:13px 16px 6px 16px; margin:0 !important; font-family:'Lucida Grande','Helvetica','Arial',sans-serif !important; position:fixed !important; bottom:0 !important; left:40px !important; width:190px !important; border-bottom:none !important; -webkit-border-top-left-radius:10px; -webkit-border-top-right-radius:10px; -moz-border-radius-topleft:10px; -moz-border-radius-topright:10px; border-top-left-radius:10px; border-top-right-radius:10px; background-position:0 0; background-repeat:repeat-both}
#lc-slideup #lc-popup-button{float:right !important}
#lc-slideup label{position:absolute !important; left:-9999px !important}
#lc-slideup h4{margin:0 0 9px 0 !important; color:#493d38 !important}
#lc-slideup-close span{position:absolute; left:-9999px}
#lc-slideup p{color:#5C7981 !important; margin-bottom:1px; font-weight:normal !important}
#lc-slideup .lc-text-input{margin:0 0 2px 0}
#lc-slideup fieldset{border:none; margin:0 0 7px 0}
#lc-slideup-close{clear:both; float:left; color:#999; text-decoration:none; outline:none; padding:12px 7px 4px 10px; padding:0; height:36px; width:46px; display:block; background-image:url(images/x_icon.png); background-repeat:no-repeat; background-position:18px 15px; position:absolute; top:0px; right:0px; opacity:.4}
#lc-slideup-close:hover,
#lc-slideup-close:active{color:#5C7981}

#content h3.widget_code_title {
    border-top: 3px solid #71C3DA;
    padding-top: 10px;
}
textarea.widget_code {
    height: 120px;
    padding: 10px;
    width: 586px;
}


/*Tabber*/
.tabber{margin: 0px; float: left;width:316px;}
ul.tabs{
    color: #8B8A84;
    /*font-family: "Avenir LT W01 85 Heavy",Verdana,serif;*/
    font-size: 19px;
    /*font-weight: normal;*/
    margin-top: -3px;
    overflow:hidden;
    padding: 20px 15px 13px;
    text-shadow: none;
}
#sidebar li.widget-container ul.tabs li{float:left; margin:0 30px 0 0; padding:0; height:25px; line-height:25px; list-style: none !important; text-transform: lowercase;border:none;}
#sidebar li.widget-container ul.tabs li a{color: #BBB;	font-size:18px;	margin-bottom:15px;	font-weight:normal;	/*font-family:"Avenir LT W01 85 Heavy", Verdana, serif;*/	text-transform:lowercase; text-decoration: none;}
ul.tabs li a:hover{text-decoration: none; color: #4c3f37;}
html ul.tabs li.active a {color: #8B8A84 !important;}

.tab_container{
    clear: both;
    overflow: hidden;
    padding: 0;
}
.tab_content{}
.tab_content ul{
  border-top:
}
.tab_content li{}
.tab_content li a{margin: 0px; padding: 0 0 0 0px; }
a.wpp-post-title {margin: 0px; padding: 0px!important; position: relative; float: left;}

.aligncenter {display: block;margin: 0 auto;}
.alignleft {float: left;margin: 0 15px 15px 0;}
.alignright {float: right;margin: 0 0 15px 15px;}
/* POPUP */
#fancy_home{
	text-align:center;}
#fancy_home .form_content{
    background: none repeat scroll 0 0 #71C3DA;
    box-shadow: none;
    color: #FFFFFF;
    /*font-family: "Avenir LT W01 85 Heavy",Verdana,sans-serif;*/
    overflow: hidden;
    padding: 20px;
    text-shadow: none;
	width:290px;
	margin:auto;
}
#fancy_home .form_content h2{
    background: none repeat scroll 0 0 transparent;
    box-shadow: none;
    color: #FFFFFF;
    /*font-family: "Avenir LT W01 85 Heavy",Verdana,sans-serif;*/
    font-size: 24px;
    line-height: 1;
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
    text-shadow: none;
    text-transform: none;
}
#fancy_home .form_content p{
    background: none repeat scroll 0 0 transparent;
    box-shadow: none;
    color: #FFFFFF;
    /*font-family: "Avenir LT W01 85 Heavy",Verdana,sans-serif;*/
    font-size: 14px;
    line-height: 1;
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
    text-shadow: none;
    text-transform: none;
}
#fancy_home .form_content label{
	display:none;}
#fancy_home .form_content .mc_input, #fancy_home .form_content .email{
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: none;
    color: #4C3F37;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 13px 15px;
    width: 244px;
}
#fancy_home .form_content .button{
    background: -moz-linear-gradient(center top , #FC6A5E, #EB583C) repeat scroll 0 0 transparent;
    border-radius: 30px 30px 30px 30px;
    color: white;
    cursor: pointer;
    display: block;
    font-size: 21px;
    font-weight: bold;
    margin: 4px 0 0;
    padding: 7px 16px;
    text-align: center;
    text-shadow: 1px 1px black;
    width: 100%;


    background: -webkit-gradient(linear, left top, left bottom, from(#FC6A5E), to(#EB583C));
    background: -moz-linear-gradient(top,  #FC6A5E,  #EB583C);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FC6A5E', endColorstr='#EB583C');
    -webkit-border-radius:30px;
}
#fancy_home .form_content .button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#333));
    background: -moz-linear-gradient(top,  #555,  #333);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555', endColorstr='#333');
    text-decoration:none;
}

#fancy_home h4{
	color:#EB583C;
    /*font-family: "Avenir LT W01 85 Heavy",Verdana,sans-serif;*/
    font-size: 14px;
	font-style:italic;
	padding:20px 0 0 0;
}
#fancy_home span{
	color:#A19288;
    /*font-family: "Avenir LT W01 85 Heavy",Verdana,sans-serif;*/
    font-size: 14px;
	display:block;
	text-align:center;
}
#fancy_home .already_member{
	color:#71C3DA;
	text-decoration:underline;
    /*font-family: "Avenir LT W01 85 Heavy",Verdana,sans-serif;*/
    font-size: 14px;
}
#fancy_home a{
	font-weight:normal;
}
.close_window_fancy{
	padding:30px 0 0 0;
	display:block;
	text-align:center;
	color:#A19288;
    /*font-family: "Avenir LT W01 85 Heavy",Verdana,sans-serif;*/
	font-size:12px;
	cursor:pointer;
}
.single-post #content .share{
	display:none;
}

#fancybox-img { height: auto !important; }

@media only screen and (max-width: 980px) {
	.con, #header .con, .footer_widgets .con, #footer .con{
        display:inline-block;
        width: auto;
        margin: 0 20px;
    }
    .con > .con {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .con.group {
        display: block;
    }
	.breadcrumb{
		width:auto;
		padding: 10px 20px;
        margin: 0 20px;
        margin-bottom: 20px;
	}
	#sidebar{
		width:32%;
	}
	.home #content{
		width:65% !important;
		margin-right:2.5% !important;
	}
	.page #content, .single #content{
		width:65%;
		margin-right:2.5%;
		padding: 0%;
	}
	.page #content, .page #content img, .single #content, .single #content img{
		max-width:95% !important;
		height:auto !important}
	#content .post .entry .wp-caption, #content .post .entry img, #content .post .wp-caption, #content .post img{
		max-width:100% !important;
		height:auto !important;
	}
	.widget_mailchimpsf_widget form input.email, .widget_mailchimpsf_widget form input.mc_input{
		width:84%;
		padding:13px 8%;
	}
	.con, #header .con:after{
		clear:both;}
	.page .con, .single .con{
		/* display:inline-block; */
		/* margin:0 2.50% */
	}
	#header .wrap{
		height:auto;}
	#content form input[type="text"], #content form input[type="email"]{
		width:40%;}
	#content form input.button, #content form input[type="submit"]{
		width:35%}
	.metacomment{
		width:96%;}
	.metacommentsub{
		width:35%;
		margin:0 7% 0 0;
	}
	.relatedpost{
		width:57%;
	}
	.single-post #content .post-share{
		display:none;}
	.single-post #content .share{
		display:block !important;}
}
@media only screen and (max-width: 870px) {
	#content .keep_up h2{
		float:none;
		padding:0 0 15px 0; }
	#content a.keep_upemail{
		margin:0 !important;
	}
	#content a.keep_uprss, #content a.keep_uptwit, #content a.keep_upfb, #content a.keep_upemail {
		float:left;
		margin:0 0 0 1.5%;
	}
	#content .post .share .share_facebook, #content .share .share_twitter, #content .share .share_linkedin, #content .share .share_g-plus{
		float:left !important;
		/*width:24%*/
	}
	#content .post .share .share_facebook, #content .post .share .share_twitter, #content .post .share .share_linkedin, #content .post .share .share_g-plus, #content .share .share_facebook, #content .share .share_twitter, #content .share .share_linkedin, #content .share .share_g-plus{
		margin-right:3% !important;}
    #content .post .share .share_linkedin {clear: left;}

}
@media only screen and (max-width: 640px) {
	#content .post .entry img{
		float:none !important;
	}
	#content .post div{
		margin:0 !important;
		float:none !important;
	}
	#header #menu-main-left{
		float:left !important;
		clear:left !important;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: -10px;
    }
	#header #menu-main-right{
		float:left !important;
        margin-top: 5px;
        margin-bottom: 5px;
    }
	#header h1.logo{
		margin-left:1.5%;}
	#header .nav li:first-child a{
		border:none
	}
	#fancy_home .form_content{
		width:270px!important;
	}
	#fancy_home .form_content .mc_input, #fancy_home .form_content .email{
		width:244px!important;
	}
	div#fancybox-content{
		width:310px!important;
	}
	#fancybox-outer, #fancybox-wrap{
		width:330px!important;
	}
	#fancybox-wrap{
		left:50% !important;
		margin-left:-165px !important;}
    .metacomment {
        border: medium none;
        padding: 0;
        width: auto;
    }
    .metacommentsub {
        float: none;
        margin: 0 0 2%;
        width: auto;
    }
    .relatedpost {float: none;width: auto;}
    #discovery-content-wrap {display: none;}

}
@media only screen and (max-width: 580px) {
	#content form input[type="text"], #content form input[type="email"]{
		width:88%;
		float:none !important;
	}
	#content form input.button, #content form input[type="submit"]{ width:auto}

    #section {padding-bottom: 10px;}

    #content .wp-pagenavi {
        /*bottom: -362px;*/
        /*box-shadow: 0 0 3px #333333 inset;*/
        /*margin: 20px 0;*/
        /*padding: 4%;*/
        /*position: absolute;*/
        /*width: 92%;*/
        padding: 0;
    }

    #sidebar li{
		display:none !important;}
	.home #sidebar ul li.widget_mailchimpsf_widget{
		bottom: 73px;
        display: block !important;
        padding: 5%;
        position: absolute;
        width: auto;
    }
	#sidebar {
    	float: left;
    	width: 100%;
	}
    #content .post:last-child {border: none;margin-bottom: 0;}
	.page #content, .single #content{
		width:100% !important;
		margin:90px 0 0 0}
	#hellobar-wrapper{
		display:none !important;
	}
	#footer-widget-area .widget-area{
		width:auto !important;
	}
    #menu-footer li a{
		padding: 0 10px !important; }
	#section{
		position:relative;
	}
	#sidebar li.widget-container.social_follow{
		display: block !important;
        margin: 0 10px;
/*    	left: 2%;
    	padding: 13px 3%;
    	position: absolute;
    	top: 0;
    	width: 90%;*/
	}
	.page #sidebar li.widget-container.social_follow, .single #sidebar li.widget-container.social_follow{
		/*display: block !important;*/
    	/*left: 0;*/
    	/*padding: 13px 3%;*/
    	/*position: absolute;*/
    	/*top: 0;*/
    	/*width: 94% !important;*/
	}
    .footer_widgets .con { padding: 0 1%;width: auto; }
    #footer .con {margin: 0 5%;width: 90%;}
    #menu-footer {margin-left: -10px;}

    #content .keep_up {
        margin-right: 0 !important;
    }
    #content, .home #content,
    .page #content, .single #content {
        width: 94% !important;
        margin-left: 3% !important;
        margin-right: 3% !important;
    }
    .page #content, .single #content {
        width: auto !important;
        margin-top: 0 !important;
    }
    #content .post,
    .single-post .post-details,
    #content .post-contain {
        margin-right: 0;
    }
    #footer-widget-area .widget-area .xoxo {
        padding-right: 0;
        padding: 0 20px;
    }
    #footer-widget-area .widget_recent_entries .widget-title {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 480px) {
	#header .nav li a{
		padding:0 7px !important;
	}
    #header #menu-main-left {
        margin-left: 0;
    }
	#fancybox-wrap{
		padding:0 !important;
	}
	#header .nav li a{
		font-size:12px !important;
		white-space: nowrap !important;
	}
}
@media only screen and (max-width: 420px) {
	#header .nav li a{
		font-size:12px !important;
	}
}
@media only screen and (max-width: 380px) {
	#fancy_home .form_content{
		width:240px!important;
	}
	#fancy_home .form_content .mc_input, #fancy_home .form_content .email{
		width:214px!important;
	}
	div#fancybox-content{
		width:280px!important;
	}
	#fancybox-outer, #fancybox-wrap{
		width:300px!important;
	}
	#fancybox-wrap{
		left:50% !important;
		margin-left:-150px !important;}
}
@media only screen and (max-width: 340px) {
	#header .nav li a{
		font-size:12px !important;
	}
}

P.table-row {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

SPAN.table-cell {
    display: table-cell;
    vertical-align: top;
    padding: 25px 0;
    border-bottom: 1px solid #eee;
}

SPAN.table-cell.image {
    width: 90px !important;
    padding-right: 25px;
}

SPAN.table-cell.image A {
	display: block;
	text-decoration: none;
}

SPAN.table-cell.image IMG {
    display: block;
	width: 90px !important;
	height: 90px !important;
    border-radius: 50%;
	border: 0;
	margin: 0;
	padding: 0;
}

.wp-pagenavi SPAN,
.wp-pagenavi A {
    display: block;
    float: left;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 5px;
}
