/*  
Theme Name: AmBLO
Version: 1.0
Tags: logo, marca, brand, design, motion, video, comunicacao, marketing

*/


html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

img {
	max-width: 100%;
	height: auto;
}


/* GENERAL STYLING
**************************************************/
.featured-image {
	overflow:hidden;
}
.attachment-post-thumbnail {
	width:100%;
	min-width:280px;
	margin:0 0 -4px 0;
	padding:0;
	
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	-o-transition: all .20s ease;
	-ms-transition: all .20s ease;
	transition: all .20s ease;
}
.featured-image a img:hover {	
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06);
}

html, body {
}
body, body .search {
	color:#858585;
	background-color:#F5F5F5;
	font-family: 'Open Sans', arial, tahoma, verdana;
}
.error404, .page-template-page-archive-php {
	background-color:#222;
}
#sitewrap {
	padding:10px 0 0 0;
}
#pagewrap {
	max-width:1000px;
	margin:0 auto;
}
a {
	color: #D83F3F;
	text-decoration: none;
	outline:none;
	
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	-o-transition: all .20s ease;
	-ms-transition: all .20s ease;
	transition: all .20s ease;
}
a:hover {
	text-decoration: underline;
	
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	-o-transition: all .20s ease;
	-ms-transition: all .20s ease;
	transition: all .20s ease;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
small {
	font-size: 13px;
}
blockquote {
	font-style: italic;
	color:#A1A1A1;
	padding: 13px 0 1px 10px;
}

.search-archive {
	color:#eee;
	padding:0;
}
.page-bottom-padding {
	padding-top:10px;
}

/*
STRUCTURE
**************************************************/
.pagewidth {
	max-width:100%;
	position:relative;
	margin:0 auto;
}

#content {
	width:100%;
	margin:0 auto;
}


/*
IF A POST IS MADE STICKY
**************************************************/
article .sticky {

}


/*
HEADER
**************************************************/
#header {
	position: relative;
}


/*
404 PAGE
**************************************************/

.not-found-wrapper {
	margin: 0 auto 10px auto;
	padding:15px 20px 0 10px;
	max-width:1000px;
	text-align:left;
	font-size:14px;
	line-height:20px;
	font-family:'Montserrat';
	font-weight:400;
	text-transform:uppercase;
}
.not-found-title {
	color:#E5E5E3;
	margin: 27px 0 11px 0;
}
.not-found-content {
	color:#667973;
}
.not-found-home-link a {
	color:#E9826F !important;
	text-decoration:none !important;
}
.not-found-home-link a:hover {
	color:#fff !important;
}

/*
"SHOWING TAGS/CATEGORIES/SEACRH RESULTS/AUTHOR"
**************************************************/

.showing {
	font-size:13px;
	line-height:14px;
	color:#CBC9C9;
	margin: 0 auto 10px auto;
	max-width:1000px;
	padding:16px 0 15px 0;
	text-align:center;
	text-transform:uppercase;
	font-family:'Montserrat';
	font-weight: 700;
}
.showing span {
	font-size:13px;
	color:#BABABA;
	margin: 0 0 2px 0;
}

/* COMMENT FORM
**************************************************/

#commentform-fields {
	opacity:0;
	padding:0 4px 0 18px;
	text-align:left;
}
#author, #email {
	font-size:13px;
	height:30px;
	border:none;
	border-bottom:1px solid #565656;
	background:none;
	color:#B4B4B4;
	font-family:'Open Sans';
	border-radius:0;
}
#author:hover, #email:hover, #author:focus, #email:focus {
	border-bottom:1px solid #666;
}

#author-wrapper {
	display: inline-table;
	width:49.1%;
}
#author {
	width:100%;
	padding-left:5px;
	margin-left:-18px;
}
#email-wrapper {
	display: inline-table;
	width:49.1%;
}
#email {
	width:100%;
	padding-left:5px;
	margin-right:-18px;
}
#comment {
	width:100%;
	height:55px;
	border:none;
	padding-left: 4px;
	background:none;
	font-size:15px;
	line-height:19px;
	color:#B4B4B4;
	font-family:'Open Sans';
	resize: none;
}

#respond {
	padding:5px 15px 1px 10px;
	position: relative;
	clear: both;
	text-align:center;
	background-color:#464646;
	
	border-top:3px solid #E2E2E0;
	border-bottom:3px solid #E2E2E0;
	
	-moz-box-shadow: 0 0 0 1px #DBDBD9;
	-webkit-box-shadow: 0 0 0 1px #DBDBD9;
	box-shadow: 0 0 0 1px #DBDBD9;
}
#respond-closed {
	padding:10px 15px 20px 15px;
}
#respond #cancel-comment-reply-link {
	bottom:10px;
	right:0;
	position:absolute;
	width:29px;
	height:27px;
	padding:0;
	margin: 0 11px 0 0;
	float:right;
	display: block;
	z-index:5;
	background: url(images/close-reply-icon.png) #464646 no-repeat center center;
}
/* Retina display #respond #cancel-comment-reply-link */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
#respond #cancel-comment-reply-link { background-size: 10px 6px !important; background: url(images/close-reply-icon@2x.png) #464646 no-repeat center center;}
}


#cancel-comment {
	float:left;
	bottom:14px;
	right:15px;
	width:25px;
	height:25px;
	position:absolute;
	cursor: pointer;
	z-index:4;
	background: url(images/close-icon.png) no-repeat center center;
}
/* Retina display #cancel-comment */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
#cancel-comment { background-size: 10px 10px !important; background: url(images/close-icon@2x.png) no-repeat center center;}
}

.form-submit {
	width:100%;
	text-align:left;
}
#submit {
	float:left;
	width:84px;
	height:28px;
	padding: 4px 0 6px 0;
	margin:13px 0 9px 0;
	font-size:11px;
	font-family:'Montserrat';
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	color: #fff;
	border:1px solid #E1806E;
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	background-color: #DF7865;
}
#submit:hover {
	background-color:#E9826F;
}


/* place comment box above the textfields */
#commentform {
	display:table;
	width:100%;
}
#comment-wrapper {
	margin: 0;
	display: table-header-group; 
}
.logged-in-as {
	font-size:12px;
	font-family:'Montserrat';
	font-weight:700;
	text-transform:uppercase;
	display: table-header-group;
	height:30px;
}


/* CONTACT FORM
**************************************************/

#contactform-wrapper {
	background: #dddddd;
	max-width:1000px !important;
	margin-bottom:-12px;
	border-top:3px solid #E2E2E0;
}
.formstatusok {
	height:45px;
	font-size:13px;
	font-family:'Montserrat';
	font-weight:700;
	text-transform:uppercase;
	color:#fff;
	background:#34AE20;
	padding:20px 7px 10px 10px !important;
	text-align:center;
}
.formstatuserror {
	font-size:14px;
	color:#E7E7E7;
	background:#e57373;
	padding:7px 7px 10px 10px !important;
}

#subject, #name, #mail {
	font-size:13px;
	height:30px;
	border:none;
	border-bottom:1px solid #565656;
	background:none;
	color:#868686;
	border-radius:0;
	font-family:'Open Sans';
}
#name:hover, #mail:hover, #name:focus, #mail:focus {
	border-bottom:1px solid #666;
}
#subject:hover, #name:hover, #mail:hover, #subject:focus, #name:focus, #mail:focus {
	border-bottom:1px solid #555;
}

#subject-wrapper, #name-wrapper, #mail-wrapper {
	margin:0 22px 0 12px;
}
#subject, #name, #mail {
	width:100%;
	padding: 8px 5px 0 5px;
	margin: 1px 0 0 0;
}

#message-wrapper {
	padding:15px 17px 0 14px;
}
#message {
	width:100%;
	height:55px;
	border:none;
	background:none;
	font-size:15px;
	line-height:19px;
	color:#868686;
	font-family:'Open Sans';
	resize: none;
}
#contact-submit {
	width:134px;
	height:28px;
	padding: 4px 0 6px 0;
	margin:13px 0 13px 13px;
	font-size:11px;
	font-family:'Montserrat';
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	color: #fff;
	border:1px solid #3d8fc5;
	cursor: pointer;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	background-color: #3d8fc5;
	
}
#contact-submit:hover {
	background-color:#30719c;
}

#cancel-message {
	float:right;
	margin:20px 15px 0 0;
	width:25px;
	height:25px;
	cursor: pointer;
	z-index:4;
	background: url(images/close-icon.png) no-repeat center center;
}
/* Retina display #contact-submit */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
#cancel-message { background-size: 10px 10px; background: url(images/close-icon@2x.png) no-repeat center center; }
}


/* LOGO + TAGLINE
**************************************************/
.header-wrapper {
	background:#222;
	text-align:center;
	padding:27px 15px 23px 15px;
}
#site-logo {
	margin:0 auto;
	max-width:1000px;
}
#site-logo a {
	font-size: 29px;
	font-family:'Montserrat';
	font-weight: 700;
	line-height:30px;
	color:#fff;
}
#site-logo a:hover {
	text-decoration:none
}
.tagline {
	font-size:13px;
	line-height:14px;
	font-family:'Montserrat';
	font-weight: 700;
	color:#fff;
	opacity:.4;
	margin-top:2px;
}


/* MAIN MENU
**************************************************/
.menu-wrapper-index {
	display:table;
	width:100%;
	background:#fff;
	height:70px;
	z-index:9998;
	
	-moz-box-shadow:0px 0px 1px 1px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow:0px 0px 1px 1px rgba(0, 0, 0, 0.12);
	box-shadow:0px 0px 1px 1px rgba(0, 0, 0, 0.12);
}
.menu-wrapper {
	display:table;
	opacity:.97;
	position:fixed;
	width:100%;
	background:#fff;
	height:51px;
	z-index:9998;
	
	-moz-box-shadow:0px 0px 1px 1px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow:0px 0px 1px 1px rgba(0, 0, 0, 0.12);
	box-shadow:0px 0px 1px 1px rgba(0, 0, 0, 0.12);
}


.menu-back, .menu-call, .menu-call-index, .menu-email, .menu-email-index, .menu-search, .menu-search-index, .menu-button {
	min-width:50px;
	cursor:pointer;
	text-align:center;
	font-size:10px;
	color:#CFCFCF;
	font-family:'Montserrat',arial,tahoma,verdana;
	font-weight: 700;
}
.menu-call-a, .menu-email-a, .menu-whatsapp-a, .menu-button {
	display:table-cell;
	text-decoration:none !important;
}


/* MENU SPACERS
******************/
.menu-spacer-wrapper {
	display:table-cell;
	width:1px;
	height:0;
}
.menu-spacer-index {
	margin:0 0 -7px 0;
	height:51px;
	border-right:1px solid #E4E4E4;
}
.menu-spacer {
	margin:0 0 0 0;
	height:51px;
	border-right:1px solid #EBEBEB;
}


/* BACK BUTTON
******************/
.menu-back {
	min-height:51px;	
	background: url(images/icon-back.png) no-repeat center 20px;
}
/* Retina display .menu-back */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.menu-back { background-size: 21px 100px !important; background: url(images/icon-back@2x.png) no-repeat center 20px; }
}
.menu-back:hover {	
	background-color:#3E4141; background-position:center -68px;
}
/* Retina display .menu-back:hover */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.menu-back:hover { background-size: 21px 100px; background-color:#3E4141; background-position:center -68px; }
}


/* CALL BUTTON
******************/
.menu-call-index {
	margin:0;
	padding:45px 0 14px 0;
	background: url(images/icon-call.png) no-repeat center 18px;
}
/* Retina display .menu-call:hover */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.menu-call-index { background-size: 18px 100px !important; background: url(images/icon-call@2x.png) no-repeat center 18px; }
}
.menu-call-index:hover {
	background: url(images/icon-call.png) #3E4141 no-repeat center -66px;
}
/* Retina display .menu-call-index:hover */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.menu-call-index:hover { background-size: 18px 100px !important; background: url(images/icon-call@2x.png) #3E4141 no-repeat center -66px; }
}
.menu-call {
	min-height:51px;
	background: url(images/icon-call.png) no-repeat center 18px;
}
/* Retina display .menu-call */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.menu-call { background-size: 18px 100px !important; background: url(images/icon-call@2x.png) no-repeat center 18px; }
}
.menu-call:hover {
	background-color:#3E4141; background-position:center -66px;
}
/* Retina display .menu-call:hover */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.menu-call:hover { background-size: 18px 100px; background-color:#3E4141; background-position:center -66px; }
}


/* EMAIL BUTTON
******************/
.menu-email-index {
	margin:0;
	padding:45px 0 14px 0;	
	background: url(images/icon-email.png) no-repeat center 17px;
}
/* Retina display .menu-email-index */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.menu-email-index { background-size: 23px 100px !important; background: url(images/icon-email@2x.png) no-repeat center 17px; }
}
.menu-email-index:hover {	
	background: url(images/icon-email.png) #3E4141 no-repeat center -66px;
}
/* Retina display .menu-email-index:hover */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.menu-email-index:hover { background-size: 23px 100px; background: url(images/icon-email@2x.png) #3E4141 no-repeat center -66px; }
}
.menu-email {
	min-height:51px;
	background: url(images/icon-email.png) no-repeat center 17px;
}
/* Retina display .menu-email */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.menu-email { min-height:51px; background-size: 23px 100px !important; background: url(images/icon-email@2x.png) no-repeat center 17px; }
}
.menu-email:hover {	
	background-color: #3E4141; background-position: center -66px;
}
/* Retina display .menu-email:hover */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.menu-email:hover { background-size: 23px 100px; background-color: #3E4141; background-position: center -66px; }
}


/* SEARCH BUTTON
******************/
.menu-search-index {
	margin:0;
	padding:45px 0 14px 0;	
	background: url(images/icon-whatsapp.png) no-repeat center 16px;
}
/* Retina display .menu-search-index */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.menu-search-index { background-size: 23px 100px !important; background: url(images/icon-whatsapp@2x.png) no-repeat center 16px; }
}
.menu-search-index:hover {	
	background: url(images/icon-whatsapp.png) #3E4141 no-repeat center -63px;
}
/* Retina display .menu-search-index:hover */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.menu-search-index:hover { background-size: 23px 100px; background: url(images/icon-whatsapp@2x.png) #3E4141 no-repeat center -63px; }
}
.menu-search {
	min-height:51px;
	background: url(images/icon-whatsapp.png) no-repeat center 16px;
}
/* Retina display .menu-search */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.menu-search { min-height:51px; background-size: 23px 100px !important; background: url(images/icon-whatsapp@2x.png) no-repeat center 16px; }
}
.menu-search:hover {	
	background-color: #3E4141; background-position: center -63px;
}
/* Retina display .menu-search:hover */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.menu-search:hover { background-size: 23px 100px; background-color: #3E4141; background-position: center -63px; }
}


/* MENU BUTTON
******************/
.menu-button {
	background: url(images/icon-menu.png) no-repeat center 18px;
	background-size: 21px 15px !important;
}
/* Retina display .menu-button */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.menu-button { background-size: 21px 15px !important; background: url(images/icon-menu@2x.png) no-repeat center 18px; }
}
.menu-button-hover-touch, .menu-button-hover {
	background-size: 21px 15px !important; background: url(images/icon-menu-hover.png) #3E4141 no-repeat center 18px !important;
}
/* Retina display .menu-button-hover-touch, .menu-button-hover */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.menu-button-hover-touch, .menu-button-hover { background-size: 21px 15px !important; background-image: url(images/icon-menu-hover@2x.png); background-color:#3E4141; background-position:center 18px !important; }
}


/* ACCORDION MENU
**************************************************/
.menu-tooltip-index {
	opacity:.97;
	width:0;
	height:0;
	margin:0 auto !important;
	top:21px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #202020;
	position:relative;
	z-index:99999;
	display:none;
}
.menu-tooltip {
	opacity:.97;
	width:0;
	height:0;
	margin:0 auto !important;
	top:11px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #202020;
	position:relative;
	z-index:99999;
	display:none;
}

#menu-index {
	width:30%;
	min-width:175px;
	position:absolute;
	margin:11px 10px 0 0;
	z-index:9999;
	right:0;
	background: rgba(32, 32, 32, .97);
	opacity:.97;
	display:none;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	-moz-box-shadow:0px 0px 2px 0px rgba(0, 0, 0, 0.55);
	-webkit-box-shadow:0px 0px 2px 0px rgba(0, 0, 0, 0.55);
	box-shadow:0px 0px 2px 0px rgba(0, 0, 0, 0.55);
}
#menu {
	width:30%;
	min-width:175px;
	position:fixed;
	margin: 62px 10px 0 0;
	z-index:9999;
	right:0;
	background: rgba(32, 32, 32, .97);
	display:none;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	-moz-box-shadow:0px 0px 2px 0px rgba(0, 0, 0, 0.55);
	-webkit-box-shadow:0px 0px 2px 0px rgba(0, 0, 0, 0.55);
	box-shadow:0px 0px 2px 0px rgba(0, 0, 0, 0.55);
}
.menu-active {
	display:block !important;
}

.menu {
	text-align:center;
	position:relative;
	padding:6px 13px 6px 13px;
	margin:0;
	min-width:200px;
}
.menu a {
	color:#EFEDEB;
	padding: 11px 24px 11px 24px;
	margin: 0 13px 0 13px;
	display:block;
	font-family:'Montserrat',arial,tahoma,verdana;
	font-weight: 700;
	cursor:pointer;
}
.menu a:hover, .menu a:active {
	color:#fff;
	text-decoration:none;
}
.sub-menu a {
	padding: 7px 0 8px 0;
	display:block;
	border-bottom: none;
	line-height:22px;
}
.sub-menu a:hover, .sub-menu a:active {
	text-decoration:none;
}
.menu ul {
	list-style: none
}
.menu li {
	list-style: none;
	padding:0;
	margin:0 0 2px 0;
	z-index:-1;
	position:static;
	width:100%;
	border-top:2px solid #2F2F2F;
}
.menu li:first-child {
	border-top:none !important;
}
.menu li a {
	font-size:13px;
}
.sub-menu {
	margin:0 0 0 0 !important;
	padding:4px 0 15px 0;
	position:static;
	width:100%;
}
.sub-menu ul {
	list-style: none;
	position:static;
}
.sub-menu li {
	list-style: none;
	margin:0;
	padding:0;
	float:none;
	border-top:none !important;
}
.sub-menu li a {
	color:#888;
	margin:0;
	padding:2px 0 2px 5px;
	border-top:none !important;
}
.menu li.sub a {
	background: url(images/menu-expandable.png);
	background-position: right center;
	background-repeat: no-repeat;
}
/* Retina display .menu li.sub a */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.menu li.sub a { 
	background: url(images/menu-expandable@2x.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 18px 7px;
}
}
.menu li.sub a:hover {
}
.menu li.sub > ul a {
	background-image: none;
	font-size:12px;
}
.sub-menu li.text a {
	color:#555 !important;
	font-size:13px;
	line-height:18px;
	padding: 0 10px 3px 0;
	display:block;
	cursor:default;
}
.sub-menu li.text a:hover {
	color:#555 !important;
}



.menu li.red a { color:#F0004C; }
.menu li.red a:hover { color:#fff; }
.sub-menu li.red a { color:#F0004C !important; }
.sub-menu li.red a:hover { color:#fff !important; }

.menu li.blue a { color:#0990CA; }
.menu li.blue a:hover { color:#fff; }
.sub-menu li.blue a { color:#0990CA !important; }
.sub-menu li.blue a:hover { color:#fff !important; }

.menu li.green a { color:#74814D; }
.menu li.green a:hover { color:#fff; }
.sub-menu li.green a { color:#74814D !important; }
.sub-menu li.green a:hover { color:#fff !important; }

.menu li.magenta a { color:#D4456E; }
.menu li.magenta a:hover { color:#fff; }
.sub-menu li.magenta a { color:#D4456E !important; }
.sub-menu li.magenta a:hover { color:#fff !important; }

.menu li.teal a { color:#007F33; }
.menu li.teal a:hover { color:#fff; }
.sub-menu li.teal a { color:#007F33 !important; }
.sub-menu li.teal a:hover { color:#fff !important; }

.menu li.purple a { color:#A844A8; }
.menu li.purple a:hover { color:#fff; }
.sub-menu li.purple a { color:#A844A8 !important; }
.sub-menu li.purple a:hover { color:#fff !important; }

.menu li.orange a { color:#DB7006; }
.menu li.orange a:hover { color:#fff; }
.sub-menu li.orange a { color:#DB7006 !important; }
.sub-menu li.orange a:hover { color:#fff !important; }

.menu li.pink a { color:#C94346; }
.menu li.pink a:hover { color:#fff; }
.sub-menu li.pink a { color:#C94346 !important; }
.sub-menu li.pink a:hover { color:#fff !important; }


/* VIDEO CONTAINER
**************************************************/
.video-container {
	position: relative;
	padding-bottom: 54%;
	padding-top: 10px;
	height: 0;
	overflow: hidden;
	margin: 0 0 0 0;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0;
}
.video-container:empty {
	display: none;
}

iframe {
	max-width:1000px !important;
}

/* LISTS
**************************************************/
ul, ol {
	margin-bottom:15px;
}
li {
	margin: 0 0 0 0;
	padding: 0;
}

.entry-content ul li {
	margin:0 12px 0 18px;
}

.entry-content ol li {
	margin: 0 12px 0 21px;
}


/* HEADINGS
**************************************************/
h1, h2, h3, h4, h5, h6 {
	color:#444;
	padding:0 0 10px 0;
	text-transform:uppercase;
	font-family: 'Montserrat';
	font-weight:700;
}
h1 { font-size: 35px; line-height: 30px; }
h2 { font-size: 1.8em; line-height: 25px; }
h3 { font-size: 1.6em; line-height: 22px; }
h4 { font-size: 1.4em; line-height: 20px; }
h5 { font-size: 1.2em; line-height: 17px; }
h6 { font-size: 1em; line-height: 20px; }


/* DISPLAY NONE
**************************************************/
.display-none {
	display:none;
}


/* HEADER SEARCH FORM
**************************************************/
/* activate search form button */
#header-search {
	font-size:21px;
	cursor:pointer;
	color:rgba(0,0,0,0.25);

	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}
#header-search:hover {
	color:rgba(0,0,0,0.55);

}

/* searchform wrapper */
#header-search-wrapper .searchform-wrapper {
	opacity:0;
	display:none;
	position:fixed;
	left:0;
	right:0;
	width:100%;
	height:51px;
	margin:0;
	background-color:#fff;
	z-index:9999;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
}
#header-search-wrapper .searchform-wrapper-active {
	opacity:1 !important;
	display:inline !important;
}

/* hide search form button */
#header-search-wrapper #searchform-close {
	opacity:.20;
	position:absolute;
	top:2px;
	right:0;
	width:55px;
	height:46px;
	cursor:pointer;
	background: url(images/searchform-close.png) no-repeat center center;
	
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	-o-transition: all .20s ease;
	-ms-transition: all .20s ease;
	transition: all .20s ease;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
#header-search-wrapper #searchform-close { background-size: 19px 19px !important; background: url(images/searchform-close@2x.png) no-repeat center center;}
}
#header-search-wrapper #searchform-close:hover {
	opacity:.45;
}

/* searchform input */
#header-search-wrapper #searchform input {
	width:100%;
	height:35px;
	font-size:20px;
	font-family:'Open Sans';
	font-weight:300;
	color:rgba(0,0,0,0.2);
	padding:7px 0 8px 15px;
	margin:0;
	border:0;
	background:none;
	
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-o-transition: all .15s ease;
	-ms-transition: all .15s ease;
	transition: all .15s ease;
}
#header-search-wrapper #searchform input:hover, #header-search-wrapper #searchform input:focus {
	color: #888;
}
/* searchform placeholder */
#searchform input::-webkit-input-placeholder { color:rgba(0,0,0,0.2); }
#searchform input:-moz-placeholder { color:rgba(0,0,0,0.2); }
#searchform input::-moz-placeholder { color:rgba(0,0,0,0.2); }
#searchform input:-ms-input-placeholder { color:rgba(0,0,0,0.2); }



/* searchform wrapper (index) */
#header-search-wrapper-index .searchform-wrapper {
	opacity:0;
	display:none;
	position:absolute;
	left:0;
	right:0;
	width:100%;
	height:72px;
	margin:-72px 0 0 0;
	background-color:#fff;
	z-index:9999;
	overflow:hidden;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
}
#header-search-wrapper-index .searchform-wrapper-active {
	opacity:1 !important;
	display:inline !important;
}

/* hide search form button */
#header-search-wrapper-index #searchform-close {
	opacity:.20;
	position:absolute;
	top:14px;
	right:0;
	width:55px;
	height:46px;
	cursor:pointer;
	background: url(images/searchform-close.png) no-repeat center center;
	
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	-o-transition: all .20s ease;
	-ms-transition: all .20s ease;
	transition: all .20s ease;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
#header-search-wrapper-index #searchform-close { background-size: 19px 19px !important; background: url(images/searchform-close@2x.png) no-repeat center center;}
}
#header-search-wrapper-index #searchform-close:hover {
	opacity:.45;
}

/* searchform input */
#header-search-wrapper-index #searchform input {
	width:100%;
	height:35px;
	font-size:20px;
	font-family:'Open Sans';
	font-weight:300;
	color:rgba(0,0,0,0.2);
	padding:7px 0 8px 15px;
	margin:12px 0 0 0;
	border:0;
	background:none;
	
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-o-transition: all .15s ease;
	-ms-transition: all .15s ease;
	transition: all .15s ease;
}
#header-search-wrapper-index #searchform input:hover, #header-search-wrapper-index #searchform input:focus {
	color: #888;
}
/* searchform placeholder */
#searchform input::-webkit-input-placeholder { color:rgba(0,0,0,0.2); }
#searchform input:-moz-placeholder { color:rgba(0,0,0,0.2); }
#searchform input::-moz-placeholder { color:rgba(0,0,0,0.2); }
#searchform input:-ms-input-placeholder { color:rgba(0,0,0,0.2); }



/* POSTS, PAGES
**************************************************/
.video-container, .post-meta-date, .post-title, .page-title, .entry-content, .post-meta, .link-pages {
	padding-left:17px;
	padding-right:17px;
}
.content-wrapper {
	max-width:1000px;
	margin:0 auto;
	padding:0;
	background:#fff;
	border-right:1px solid #E0E0DE;
	border-bottom:1px solid #E0E0DE;
	
	-moz-box-shadow:1px 1px 0px 0px rgba(224, 224, 222, 0.3);
	-webkit-box-shadow:1px 1px 0px 0px rgba(224, 224, 222, 0.3);
	box-shadow:1px 1px 0px 0px rgba(224, 224, 222, 0.3);
}
.wrapper-outer {
	margin: 0 10px;
}

.post {
	margin:0 0 0 0;
	padding:10px 0 0 0;
}
.entry-content {
	font-size:15px;
	line-height:20px;
	
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
.entry-content p {

}
.entry-content span p {
	padding:0 0 0 0;
	margin:0;
}
.entry-content a {
	color:#555;
	text-decoration:underline;
}
.entry-content a:hover {
	color:#E9826F;
	text-decoration:none;
}
.entry-content img, .excerpt img {
	width:auto;
	margin:0;
	padding:0;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.entry-content a img {

}
.entry-content a:hover img {

}

/* mini divider */
.mini-divider {
	border-bottom:2px solid #252525;
	width:45px;
	margin:20px 0 28px 0;
}

/* page wrapper */
.page-wrapper {
	max-width:1000px;
	margin:0 auto 0 auto;
	padding:25px 0 12px 0;
}

/* page top padding (little space between header and content) */
.page-top-padding {
	padding-top:14px;
}

/* post, page titles */
.post-title, .page-title, .page-title-left, .post-title a, .page-title a, .page-title-left a {
	font-family: 'Montserrat';
	font-size: 18px;
	line-height: 20px;
	color:#444;
	text-transform:uppercase;

	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}
.post-title a:hover, .page-title a:hover, .page-title-left a:hover {
	color:#4392c7;
	text-decoration:none;	
}
.page-title-centered {
	text-align:left;
}

/* read more link */
.more-link {
	color:#4392c7 !important;
	display:block;
	width:200px;
	margin:18px 0 0 0;
	padding:0
}
/* separator */
.separator {
	border-bottom:2px solid #E7E7E7;
	margin: 10px auto;
	max-width:1000px;
}
/* post navigation */
.link-pages {
	margin-left:0;
}
.link-pages a {
	text-decoration:underline;
}
/* post edit link */
.post-edit-link {
	display:block;
	padding:0 0 15px 17px;
	clear:both;
	font-size:12px;
	font-family:'Montserrat';
	font-weight:700;
}

/* POST AUTHOR + DATE
**************************************************/

.post-meta, .post-meta a {
	font-family:'Montserrat';
	font-weight:700;
	text-transform:uppercase;
	font-size:12px;
	line-height:16px;
	color:#CDCDCD;
	margin:0 0 25px 0;
}
.post-meta-date, .post-meta-date a {
	font-family:'Montserrat';
	font-weight:700;
	text-transform:uppercase;
	font-size:12px;
	color:#CDCDCD;
	margin:7px 0 10px 0;
}
.post-meta a:hover, .post-meta-date a:hover {
	color:#E9826F;
	text-decoration:none;
}

/* ARCHIVE PAGES
**************************************************/

.archive-content {
	color:#777;
	line-height:19px !important;
	font-size:15px;
	font-family:'Montserrat';
	font-weight:700;
	text-transform:uppercase;
	padding:13px 10px 0 10px;
}
.archive-title {
	color:#fff;
}
.archive-content a {
	color:#667973;
	text-decoration:none;
}
.archive-content a:hover {
	color:#fff;
}
.archive-content li {
	list-style-type:none;
	display:inline;
	margin-right:5px;
	color:#555 !important;
}
.archive-full {
	width:100%;
	padding:0 0 5px 0;
}


/* NEXT PAGE, PREV PAGE (BLOG INDEX)
**************************************************/
/* wrapper */
.post-nav {
	max-width:1000px;
	margin: 15px auto 0 auto;
	padding: 0 10px;
}

/* previous posts */
.post-nav .prev {
	opacity:.75;
	float: left;
	margin:0 0 15px 10px;
	width:40px;
	height:50px;
	background: url(images/index-nav-prev-icon.png) no-repeat center center;
	
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	-o-transition: all .20s ease;
	-ms-transition: all .20s ease;
	transition: all .20s ease;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.post-nav .prev { background-size: 29px 16px !important; background: url(images/index-nav-prev-icon@2x.png) no-repeat center center;}
}

/* next posts */
.post-nav .next {
	opacity:.75;
	float: right;
	margin:0 10px 15px 0;
	width:40px;
	height:50px;
	background: url(images/index-nav-next-icon.png) no-repeat center center;
	
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	-o-transition: all .20s ease;
	-ms-transition: all .20s ease;
	transition: all .20s ease;
}
/* Retina display .post-nav .next */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.post-nav .next { background-size: 29px 16px !important; background: url(images/index-nav-next-icon@2x.png) no-repeat center center;}
}

.post-nav .prev:hover, .post-nav .next:hover {
	opacity:1;
}

/* NEXT POST, PREV POST (single.php NAVIGATION)
**************************************************/

/* previous posts */
.post-nav-single .prev {
	margin:0;
	width:42px;
	height:42px;
	background: url(images/nav-prev-icon.png) #262626 no-repeat center center;
	
	position:fixed;
	margin-top: 278px;
	top:0;
	right:0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.post-nav-single .prev { background-size: 9px 16px; background: url(images/nav-prev-icon@2x.png) #262626 no-repeat center center;}
}

/* next posts */
.post-nav-single .next {
	margin:0;
	width:42px;
	height:42px;
	background: url(images/nav-next-icon.png) #262626 no-repeat center center;
	
	position:fixed;
	margin-top: 278px;
	top:0;
	left:0;
}
/* Retina display .post-nav .next */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.post-nav-single .next { background-size: 9px 16px; background: url(images/nav-next-icon@2x.png) #262626 no-repeat center center;}
}


/* BACK BUTTON
**************************************************/

.back-button {
	margin:0 auto 10px auto;
	width:40px;
	height:40px;
	cursor: pointer;
	background: url(images/nav-next-icon.png) no-repeat 11px center;
}
/* Retina display .back-button  */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.back-button { background-size: 9px 16px; background: url(images/nav-next-icon@2x.png) no-repeat 11px center; }
}


/* SHARE + COMMENT TOGGLE BUTTONS
**************************************************/
.share-toggle-wrapper {
	margin:0 auto 0 auto;
	max-width:980px;
	padding:0 15px 0 19px;
	height:51px;
}
.share-toggle {
	opacity:.6;
	width:38px;
	height:40px;
	cursor: pointer;
	background: url(images/share-icon.png) no-repeat 2px 14px;
	float:left;
	
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	-o-transition: all .20s ease;
	-ms-transition: all .20s ease;
	transition: all .20s ease;
}
/* Retina display .share-toggle  */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.share-toggle { background-size: 24px 19px !important; background: url(images/share-icon@2x.png) no-repeat 2px 14px; }
}
.share-toggle:hover, .share-toggle-hover-touch { opacity:1; }

/* share links */
#share-links { display:none; }

#share-links a {
	font-family:'Montserrat';
	font-weight:700;
	font-size:11px;
	color:#C7C4C4;
	margin:19px 8px 0 0;
	float:left;
}
#share-links a:hover {
		color:#999;
	text-decoration:none;
}
.share-links-active { display:inline !important; }


.comments-toggle {
	opacity:.6;
	width:40px;
	height:40px;
	cursor: pointer;
	background: url(images/comments-icon.png) no-repeat right 23px;
	float:right;
	text-align:right;
	
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	-o-transition: all .20s ease;
	-ms-transition: all .20s ease;
	transition: all .20s ease;
}
/* Retina display .comments-toggle  */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.comments-toggle { background-size: 27px 5px !important; background: url(images/comments-icon@2x.png) no-repeat right 23px; }
}
.comments-toggle:hover, .comments-toggle-hover-touch { opacity:1; }

/* comment count after post */
.comment-count {
	font-family:'Montserrat';
	font-weight:700;
	font-size:12px;
	color:#C7C4C4;
	margin:0 0 0 -1px;
}



/* COMMENTS
**************************************************/
#comments-open-anchor { position:absolute; margin-top:-50px; }
#commentform-comments-wrapper { display:none; width:100%; }
.commentform-comments-wrapper-active { display:inline-block !important; }

.commentwrap {
	text-align:left;
	min-width:280px;
	margin: 0 auto -5px auto;
	padding:0;
	position: relative;
	clear: both;
	max-width:1000px;
}

/* nested comment */
.children li {
	padding: 0 0 0 24px !important;
}

/* comment title */
.comment-title, #reply-title {
	margin: 0 0 10px;
	padding: 0;
}

/* comment pagenav */
.commentwrap .pagenav {
	margin: 10px 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.commentwrap .pagenav.top {
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
}

/* commentlist */
.commentlist {
	max-width:1000px;
	margin: 10px auto 0 auto;
	padding: 0 10px;
}
.commentlist li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.commentlist .comment-author, .commentlist .comment-time {
	text-transform:uppercase;
	font-family:'Montserrat';
	font-weight:700;
	font-size:12px;
	line-height:16px;
	color:#C3C3C3;
	float:left;
	margin:12px 0 0 13px;
}
.commentlist .bypostauthor {
}
.commentlist .comment-avatar{
	float:left;
}
.commentlist .comment-avatar img {
	width:40px;
	height:40px;
	margin:0 0 0 2px;
	float:left;
}
.commentlist .comment-entry {
	font-size:13px;
	line-height:21px;
	color:#999;
	margin:4px 4px 0 0;
	display:block;
	clear:both;
}
.commentlist .comment-container {
	overflow: hidden;
	padding: 5px 13px 10px 7px;
	min-height:60px;
}
.commentlist ul, .commentlist ol {
	margin: 0 0 0 0;
	padding: 0;
}

/* reply link */
.commentlist .comment-reply-link {
	color: #C3C3C3;
	float:right;
	margin:6px 6px 0 0;
	text-transform:uppercase;
	font-family:'Montserrat';
	font-weight:700;
	font-size:12px;
}
.commentlist .comment-reply-link:hover {
	text-decoration:none;
	color:#999;
}


/* WIDGETS
**************************************************/
.footer-widgets-wrapper {
	background-color:#F0F0F0;
	max-width:100%;
}
.footer-widgets-wrapper-inner {
	max-width:980px;
	border-top:2px solid #E0E0DE;
	margin:0 auto 0 auto;
	padding:0 0 0 15px;
	
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.widget {
	font-size:14px !important;
	line-height:18px;
	padding: 15px 0 15px 0;
	margin:0 20px 0 0;
	word-wrap: break-word;
	font-family:'Montserrat';
}
.widget a {
	color:#D83F3F;
	text-decoration:underline;
	font-size:14px !important;
}
.widget a:hover {
	text-decoration:none;
}
.widgettitle {
	color:#ccc;
	text-transform:uppercase;
	margin: 0 0 5px 0;
	padding:0;
	font-size: 14px;
	font-weight:900;
}
.widget select {
	width:100%;
	max-width:1000px;
}
.widget ul {
}
.widget li {
	color:#A19C9C;
	list-style: none;
	clear: both;
}
.widget ul ul {
	margin: 6px 0 -6px 0px;
	border-top: none;
}
.widget ul ul li {
	padding-left: 10px;
}
/* recent posts widget */
.widget_recent_entries li {
	margin-top:8px;
	line-height:17px;
}
.widget_recent_entries .post-date {
	font-size:14px;
	color:#999;
}
/* text widget */
.textwidget {
	margin-top:9px;
	color:#999;
}
/* widget rss */
.widget_rss ul li {
	margin-top:20px;
	font-size:14px;
	color:#999;
	line-height:17px;
}
/* widget archives */
.widget_archive ul {
	list-style-type:none;
}
.widget_archive li {
	display:inline;
	margin-right:5px;
	font-size:14px;
	color:#999;
}

/* widget categories */
.widget_categories ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
.widget_categories li {
	display:inline;
	margin-right:5px;
	font-size:14px;
	color:#999;
}

/* widget recent comments */
.widget_recent_comments li {
	font-size:14px;
	color:#999;
	line-height:17px;
}


/* widget meta */
.widget_meta ul {
	list-style-type:none;
	padding:0 ;
	margin:0;
}
.widget_meta li {
	display:inline;
	margin-right:5px;
}

/* widget calendar */
#wp-calendar {width:100%;color:#757575}
#wp-calendar caption {color:#999;margin:0 0 10px}
#wp-calendar tr {text-align:center;}
#wp-calendar .pad {background:none}
#wp-calendar th {color:#999;}
#wp-calendar tr td {padding:7px 0;background:#E5E5E5}

/* widget search */
.widget_search #searchform {
	display:block;
	position:relative;
	margin:2px 12px 0 0;
}
.widget_search #searchform input {
	width:100%;
	height:40px;
	color:#aaa;
	padding: 2px 0 0 12px;
	margin: 8px 0 0 0;
	border-bottom:1px solid #E4E4E4;
	background-color: #E4E4E4;
}

.widget_search #searchform input:hover {
	color: #777;
	border-bottom: 1px solid #D5D5D5;
}
.widget_search #searchform input:focus {
	color: #777;
	border-bottom: 1px solid #C1C1C1;
}

/* widget nav menu */

.widget_nav_menu .menu li {
	border-top:2px solid #E4E4E4;
}
.widget_nav_menu .sub-menu {
	margin:0 0 0 -10px !important;
	position:static;
	text-align:center;
}
.widget_nav_menu .menu li a, .widget_nav_menu .menu li.sub a {
	color:#777;
	text-decoration:none;
	background: none;
}
.widget_nav_menu .menu li.sub a:hover {
	color:#ccc;
}



/* FOOTER
**************************************************/
#footer {
	clear: both;
	margin-top:-12px;
	padding:0;
	border-top:1px solid #E3E3E3;
	background:#F0F0F0;
	position:relative;
}

/* POST FORMATTING
**************************************************/
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	padding:0 !important;margin:0 !important;
}
img.aligncenter {
	margin:0 auto !important;
	text-align:center;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	margin: 0 auto;
	display: block;
}
.wp-caption {
	max-width:100%;
	margin:0;
	padding:0;
}

.wp-caption aligncenter {
	margin: 0 auto;
}
.wp-caption img {
	margin: 0;
	padding:0;
}
.wp-caption-text {
	font-size: 14px;
	line-height:16px;
	text-align: center;
	color:#999;
	margin: 5px 0 20px 0;
	min-width:100%;
}


/*
CLEAR & ALIGNMENT
**************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* clearfix */
.clearfix:after, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after, .menu:after, .gallery:after, #content:after
{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix, #body, #footer, footer, .pagenav, #main-nav, .menu, #content
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: block; }


/* CUSTOMIZE THE "Responsive Slider" PLUGIN
**************************************************/
/* let's make the images properly responsive */
.slides img { width:100%; height:auto; }
/* ..and hide the title in the corner */
.slide-title { display:none }
/* ..and decrease the bottom margin a bit */
.responsive-slider.flexslider { margin-bottom: 15px !important; background:#ccc}


/* GALLERY LAYOUT, COLUMNS
**************************************************/

div.gallery { padding:0 !important; }

.entry-content .gallery {
	margin: 0 0 -23px 0 !important;
}

#content .gallery-item img {
	border:0;
}

.gallery-caption {
	color: #615D5D;
}

#content .gallery-columns-1 .gallery-item {
		width: 100%;
}
#content .gallery-columns-1 .gallery-item img {
		width: 100%;
		height: auto;
}
#content .gallery-columns-2 .gallery-item {
	width: 48.8%;
	padding: 0 1.1% 0 0;
	margin:0;
}
#content .gallery-columns-2 .gallery-item img {
	width: 100%;
	height: auto;
}
#content .gallery-columns-3 .gallery-item {
	width: 32.3%;
	padding: 0 1% 0 0;
	margin:0;
}
#content .gallery-columns-3 .gallery-item img {
	width: 100%;
	height: auto;
}
#content .gallery-columns-4 .gallery-item {
	width: 23.6%;
	padding: 0 1.1% 0 0;
	margin:0;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}
#content .gallery-columns-5 .gallery-item {
	width: 19%;
	padding: 0 1% 0 0;
	margin:0;
}
#content .gallery-columns-5 .gallery-item img {
	width: 100%;
	height: auto;
}
#content .gallery-columns-6 .gallery-item {
	width: 14.6%;
	padding: 0 1% 0.5% 1%;
	margin:0;
}
#content .gallery-columns-6 .gallery-item img {
	width: 100%;
	height: auto;
}	
#content .gallery-columns-7 .gallery-item {
	width: 12.2%;
	padding: 0 1% 0.4% 1%;
	margin:0;
}
#content .gallery-columns-7 .gallery-item img {
	width: 100%;
	height: auto;
}
#content .gallery-columns-8 .gallery-item {
	width: 10.5%;
	padding: 0 1% 0.4% 1%;
	margin:0;
}
#content .gallery-columns-8 .gallery-item img {
	width: 100%;
	height: auto;
}
#content .gallery-columns-9 .gallery-item {
	width: 9.1%;
	padding: 0 1% 0 1%;
	margin:0;
}
#content .gallery-columns-9 .gallery-item img {
	width: 100%;
	height: auto;
}







/* PHOTOSWIPE */
.gallery-icon a img {
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-o-transition: all .15s ease;
	-ms-transition: all .15s ease;
	transition: all .15s ease;
}
.gallery-icon a img:hover {
	-webkit-transform: scale(1.17);
	-moz-transform: scale(1.17);
	-ms-transform: scale(1.17);
	-o-transform: scale(1.17);
	transform: scale(1.17);
	
	-moz-box-shadow:0px 0px 3px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0px 0px 3px 0px rgba(0, 0, 0, 0.5);
	box-shadow:0px 0px 3px 0px rgba(0, 0, 0, 0.5);

}
.gallery-icon:before {
	content:"";
	z-index:-1;
	position:relative;
	display:block;
	padding:100% 0 0 50%;
	margin:0 0 -100% 0;
}

.gallery-icon:hover:before {
	opacity:1;
}

