/*
Theme Name: Fair Lady
Design Studio: Obox Design http://www.obox-design.com/
Version: 1.1.1
Author: Obox Design
Author URI: http://www.obox-design.com/
*/
@import url(reset.css);
@import url(clearfix.css);
@import url(social.css);

/*-------------------------------------------------------------------------------------------*/
/*- SETUP STD CLASSES -----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 1.4em;
	color: #595959;
}

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

iframe, embed, object {
	max-width: 100%;
}

a {
	transition: all .15s ease-in-out;
}

textarea, input {
	padding: 5px;
	background: #fff;
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 1.4em;
	color: #595959;
}

textarea {
	width: 90%;
	padding: 5px;
	border: 2px solid #e0e0e0;
	-webkit-appearance: none;
}

input[type=text], input[type=password] {
	width: 100%;
	max-width: 280px;
	padding: 8px;
	border: 2px solid #e0e0e0;
	-webkit-appearance: none;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=submit], button {
	padding: 10px;
	background: #000;
	border: none;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/*-------------------------------------------------------------------------------------------*/
/*- GLOBAL CLASSES --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/*--- Links ---*/
a {
	text-decoration: none;
	color: #c10037;
}

a:hover {
	color: #000;
	text-shadow: none;
}

/*--- Layouts ---*/
.no_bg {
	background-image: none;
}

.clearboth {
	clear: both
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.floatright {
	float: right;
}

.no_display {
	display: none;
}

.center_text {
	text-align: center;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.date {
	margin-bottom: 10px;
}

.single .date {
	font-size: 16px;
	font-weight: normal;
	color: #777;
	text-transform: none;
}

.section-title {
	clear: both;
	margin: 0 0 15px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 900;
	color: #000;
}

.section-title a {
	color: #000;
}

.section-title a:hover {
	color: #c00;
}

/*-------------------------------------------------------------------------------------------*/
/*- GENERAL LAYOUT --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#site-wrapper {
	padding: 0 0;
	margin: auto;
}

#advert-header-container {
	padding: 10px 20px;
	margin: 0 auto 0;
	background: #fff;
	border-bottom: 1px solid #ebebeb;
	overflow: hidden;
	max-width: 935px;
}

#advert-header {
	max-width: 728px;
	margin: auto;
	margin-bottom: 15px;
}

#header-container {
	padding-top: 30px;
	margin: 0 auto;
	background: #F6F6F6 url(images/layout/grad-header.png) top repeat-x;
	max-width: 975px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}

#header {
	max-width: 1000px;
	margin: 0 auto 0;
	position: relative;
	text-align: center;
}

#navigation-container {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0;
	background: #f6f6f6;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	transition: all .15s ease-in-out;
}

#header-container.sticky-header #navigation-container {
    max-width: 955px;
    position: fixed;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 15;
}

.nav-scroll-container {
	max-width: 1200px;
	margin: auto;
}

#sub-navigation-container {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	border-bottom: 1px solid #ebebeb;
}

#content-container {
    max-width: 975px !important;
    padding: 20px;
    margin: 0 auto;
    background: #fff;
    box-sizing: border-box;
}

.home #content-container {
	padding: 20px 0 20px 18px;
}

.category #content-container {
	max-width: 1000px;
}

.page-template-index-ad2x-test-php #content-container {
	max-width: 1000px;
}

.ad2x-div{
	margin: 0 auto;
}

.archive #content-container {
    padding-top: 55px;
}

#full-width {
	box-sizing: border-box;
}

.page #full-width, .single #full-width {
	height: auto !important;
}

.page-id-28554 #left-column {
	width: 68%;
}

.page-id-28554 #left-column .copy iframe {
	width: 650px !important;
	height: 1150px !important;
}

.page-id-28554 #header-container .sub-menu {
	background: #E032AF !important;
}

#left-column {
	float: left;
	width: 65%;
}

#right-column {
    float: right;
    width: 33%;
}

.copy-container {
	padding: 15px 20px;
	border: 1px solid #cecece;
}

#gallery {
	max-width: 1000px;
}

#footer-container {
	overflow: hidden;
	padding: 40px 20px 80px;
	background: #f6f6f6 url(images/layout/grad-footer.png) top repeat-x;
	border-top: 1px solid #ebebeb;
}

#footer {
	max-width: 940px;
	margin: auto;
	overflow: hidden;
}

/*-------------------------------------------------------------------------------------------*/
/*- HEADER ----------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

/*--------------------------*/
/*- ANNOUNCEMENT -----------*/
.announcement {
	padding: 5px 10px;
	background: #F1A5C3;
	color: #fff;
	font-family: "myriad-pro", arial, sans-serif;
	text-align: center;
	font-size: 14px;
	margin: 0;
}

.announcement a {
	color: #fff;
}

.announcement a:hover {
	text-decoration: underline;
}

/*--------------------------*/
/*- HEADER ROW -------------*/
.logo {
	margin-bottom: 25px;
	overflow: hidden;
}

.logo h3 {
	margin: 0 auto;
	padding: 0;
}

.logo h3 a {
	display: inline-block;
	width: 310px;
}

.logo h3 a img {
	width: 100%;
	height: auto;
}

.logo .social {
	float: left;
	margin: 43px 0 0 20px;
}

/*--------------------------*/
/*- HEADER NEWSLETTER ------*/
.newsletter {
	padding: 20px;
	background: #f0f0f0;
	border: 1px solid #ccc;
}

.newsletter p {
	margin: 0 0 15px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.newsletter input[type=text] {
	float: left;
	width: 64%;
	padding: 6px 3%;
	background: #fff;
	border: none;
}

.newsletter input[type=submit] {
	width: 30%;
	background: #000;
	text-transform: uppercase;
}

/*--------------------------*/
/*- MAGAZINE SUB -----------*/
.magazine-subscribe-block {
	width: 169px;
	position: absolute;
	bottom: -1px;
	left: 0;
	text-align: center;
	overflow: hidden;
}

.magazine-subscribe-block img {
	max-width: 135px;
	margin-bottom: -60px;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.magazine-subscribe-block a {
	display: block;
	z-index: 1;
	position: relative;
	top: 20px;
}

.magazine-subscribe-block .header-subscribe {
	width: 169px;
	height: 27px;
	position: relative;
	display: block;
	padding-top: 4px;
	background: url(images/layout/subscribe-block.png) bottom no-repeat;
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	z-index: 4;
	top: auto;
}

/*--------------------------*/
/*- HEADER SEARCH ----------*/
.header-search {
	padding: 0px;
	background: #f0f0f0;
	height: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
}

.header-search.open {
	padding: 10px;
	height: 40px;
}

.header-search #searchform div {
	max-width: 1220px;
	margin: auto;
}

.header-search #searchform input[type=text] {
	float: left;
	width: 78%;
	max-width: none;
	height: 40px;
	padding: 0px 1%;
	font-size: 18px;
	color: #444;
	border: none;
}

.header-search #searchform input[type=submit] {
	float: left;
	width: 20%;
	max-width: none;
	height: 40px;
	padding: 0;
	background: #E497C1;
	font-size: 18px;
}

/*--------------------------*/
/*- HEADER SOCIAL ----------*/
#header .social-search-container {
	width: 145px;
	position: absolute;
	bottom: 44px;
	right: 0;
	text-align: right;
	border-radius: 4px;
	overflow: hidden;
}

#header .social-search-container .search-icon {
	float: left;
	width: 32px;
	height: 32px;
	margin-left: 60px;
	background: url(images/layout/social-icons-header/search.png) center no-repeat;
	text-indent: 9999px;
	overflow: hidden;
	background-size: 100%;
}

#header .social-search-container .social {
	overflow: hidden;
}

#header .social-search-container .social a {
	float: left;
	border-right: 1px solid #ccc;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border-radius: 3px;
}

#header .social-search-container .social a:hover {
	opacity: 0.85;
}

#header .social-search-container .social a:last-child {
	border-right: none;
}

#header .social-search-container .social img {
	display: block;
}

/*--------------------------*/
/*- CATEGORY MENU ----------*/
#menu-drop-button {
	display: none;
	border-radius: 4px;
}

#navigation-container ul#nav {
    background: transparent;
}

ul#nav {
    clear: both;
    margin: auto;
    font-size: 15px;
    text-align: center;
    max-width: 975px;
    background: #fff;
}

ul#nav li {
	display: inline-block;
}

ul#nav li a {
	display: block;
	padding: 12px 0;
	margin: 0 10px;
	color: #000;
	font-size: 15px;
}

ul#nav li a:hover {
	color: #c10037;
	text-decoration: underline;
}

#header-container #navigation-container .dficon {
	display: none;
	float: left;
	width: 23px;
	height: 50px;
	background: url(images/layout/dficon.png) center no-repeat;
	text-indent: -999px;
	overflow: hidden;
}

#header-container.sticky-header #navigation-container .dficon {
	display: block;
}

#header-container.sticky-header #navigation-container ul#nav {
	clear: none;
}

/*--------------------------*/
/*- SUB MENU ---------------*/
ul#sub-nav {
	clear: both;
	margin: auto;
	text-align: center;
}

ul#sub-nav li {
	display: inline-block;
	position: relative;
}

ul#sub-nav li a {
	display: block;
	padding: 12px 0;
	margin: 0 10px;
	color: #fff;
	font-size: 15px;
}

ul#sub-nav li a:hover {
	color: #c10037;
}

ul#sub-nav li a.white {
	color: #fff;
}

ul#sub-nav li a.white:hover {
	color: #444;
}

/*--------------------------*/
/*- SUB MENU ---------------*/
ul.sub-menu {
	position: absolute;
	top: 47px;
	z-index: 9999;
	width: 100%;
	left: 0;
	display: none;
	visibility: none;
	background: #cccccc;
}

ul.sub-menu li {
}

ul.sub-menu li a {
	color: #fff !important;
}

ul#nav li.current-menu-item ul.sub-menu,
ul#nav li.current-menu-ancestor ul.sub-menu {
	visibility: visible;
	display: block;
}

/*--------------------------*/
/*- SUB MENU --------
ul#nav ul.sub-menu, ul#nav .children{display: none; padding: 0; position: absolute; top: 38px; left: 20px;  z-index: 10; background: #fff; border: 1px solid #ccc; box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.05);}
ul#nav ul.sub-menu ul, ul#nav .children ul{top: 10px; left: 160px;}
ul#nav ul.sub-menu li, ul#nav .children li{clear: both; width: 160px; padding: 0; margin: 0; border-bottom: 1px dotted #ccc; }
ul#nav ul.sub-menu li:last-child, ul#nav .children li:last-child{border-bottom: none;}
ul#nav ul.sub-menu li a, ul#nav .children li a{display: block; padding: 3px 10px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: bold; font-size: 12px;}
ul#nav ul.sub-menu li a:hover, ul#nav .children li a:hover{padding: 3px 7px 3px 13px;}-------*/

/*-------------------------------------------------------------------------------------------*/
/*- HOME PAGE STYLING -----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------*/
/*- HOMEPAGE POST BLOCK ---------------------------------*/
#home-block {
	position: relative;
}

#home-block .column {
	float: left;
	width: 32%;
	margin-right: 1%;
	margin-bottom: 20px;
	background: #fff;
	overflow: hidden;
}

#home-block .column .content {
	padding: 10px 0;
	border: 1px solid #cecece;
	text-align: center;
}

#home-block .column .content img{
	width: 100%;
}

#home-block .column a.list-category-banner {
	float: left;
	width: 100%;
}

#home-block .column span.category {
	display: inline-block;
	margin: 0 0 10px;
	padding: 0 10px;
	background: #f1a5c3;
	border-radius: 0 4px 4px 0;
	text-transform: uppercase;
	font-size: 13px;
	color: #fff;
	font-family: "myriad-pro", arial, sans-serif;
	float: left;
}

#home-block .column span.category a {
	color: #fff;
}

#home-block .column .post-title {
	margin: 0;
	display: block;
	padding: 0 10px;
	font-size: 26px;
	font-family: "myriad-pro", arial, sans-serif;
}

#home-block .column .post-title a {
	color: #000;
}

#home-block .column .post-title a:hover {
	color: #CE193F;
}

#home-block .column .post-image {
	display: block;
	margin-bottom: 15px;
	min-height: 270px;
}

#home-block .column p {
	padding: 0 10px;
	font-size: 15px;
}

#home-block .column strong {
	font-weight: bold;
}

#home-block .column em {
	font-style: italic;
}

/*--------------------------------------------------------*/
/*- PAGINATION -------------------------------------------*/
.pagination {
	clear: both;
	width: 210px;
	padding: 0px;
	margin: 0px auto 30px;
	overflow: hidden;
	text-align: center;
	font-family: "myriad-pro", arial, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	height:57px;
}

.pagination a {
	position: relative;
	display: block;
	color: #000;
	overflow:hidden;
}

.pagination a:hover {
	color: #595959;
}

.pagination img {
	display: block;
	margin: 0 auto 5px;
}

#loadingContainer {
	clear: both;
	width: 210px;
	padding: 0px;
	margin: 0px auto 30px;
	overflow: hidden;
	text-align: center;
	font-family: "myriad-pro", arial, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	height:57px;
	display:none;
}

#loadingContainer img{
	display: block;
	margin: 0 auto 5px;
}

/*-------------------------------------------------------------------------------------------*/
/*- POSTS CLASSES ---------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

/*-----------------------------*/
/*- NEXT - PREV POST NAV ------*/
.next-prev-post-nav {
	margin-bottom: 0;
	overflow: hidden;
	border-top: 3px solid #f0f0f0;
}

.next-prev-post-nav li {
	float: left;
	width: 50%;
	padding: 4px 0 5px;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

.next-prev-post-nav li:first-child {
	text-align: left;
}

.next-prev-post-nav li a {
	color: #c00;
}

.next-prev-post-nav li a:hover {
	color: #000;
}

.next-prev-post-nav li span {
	color: #999;
}

.next-prev-post-nav li p {
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 1.6em;
	color: #777;
}

/*-----------------------------*/
/*- RELATED / RECENT SLIDER ---*/
.post-slider {
	padding: 0;
	margin: 0 0 0;
	background: #f1f1f1;
	border-top: 3px solid #111;
}

.post-slider ul {
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.post-slider ul li {
	float: left;
	width: 167px;
	padding: 10px;
	border-right: 1px solid #ccc;
	overflow: hidden;
}

.post-slider ul li:last-child {
	border-right: none;
}

.post-slider ul li img {
	float: left;
	display: block;
	margin-right: 10px;
}

.post-slider ul li a.post-title {
	font-size: 12px;
	color: #595959;
	line-height: 1.2em;
}

.post-slider ul li a.post-title:hover {
	color: #111;
}

/*------------------------------*/
/*- COPY -----------------------*/
.copy {
	margin-bottom: 0;
}

.copy p {
	margin-bottom: 26px;
}

.copy ol, .copy ul {
	list-style: disc;
	margin: 0 0 26px 18px;
}

.copy ol {
	list-style: decimal;
}

.copy code, .copy pre {
}

.copy img {
	display: block;
}

.copy iframe {
	max-width: 100%;
}

.copy h1 {
	margin-bottom: 20px;
}

.copy h2 {
	font-weight: lighter;
	margin: 15px 0;
}

.copy h3 {
	clear: both;
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 20px;
}

.copy h4 {
	clear: both;
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 16px;
}

.copy h5 {
	clear: both;
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 14px;
}

.copy h6 {
	clear: both;
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 12px;
}

.copy blockquote {
	padding: 10px 10px 1px 30px;
	margin: 10px 0 10px 0;
	font-size: 17px;
	line-height: 1.6em;
	background: url(images/layout/sprite.png) -480px -516px no-repeat;
	color: #888;
}

/*------------------------------*/
/*- RATINGS --------------------*/
.rating {
	float: right;
	width: 100px;
	height: 60px;
	padding: 20px 0;
	margin: 0 0 20px 20px;
	background: #c00;
	border-radius: 100%;
	border: 8px solid #900;
	text-align: center;
}

.rating h5 {
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
}

.rating p {
	font-size: 30px;
	font-weight: 900;
	color: #fff;
}

.rating p sub {
	font-size: 15px;
}

/*------------------------------*/
/*- POST PAGE POST CONTAINER ---*/
.post-title {
	margin: 0 0 5px;
	padding: 0;
	font-weight: normal;
}

.post-title a {
	color: #000;
}

.post-title a:hover {
	color: #CE193F;
}

.post .post-date {
	padding: 8px 0;
	background: none;
}

h3.subline {
	margin-bottom: 5px;
}

#home-block .post .post-date {
	padding: 0 10px 0px 10px;
	background: none;
	font-size: 13px;
}

.post-title.typography-title {
	font-size: 40px;
	font-weight: normal;
}

h2.post-title {
	font-size: 40px;
	line-height: 1.3em;
	font-family: "myriad-pro", arial, sans-serif;
}

.post-image.in-post {
	min-width: 250px;
	float: left;
	height: auto;
	margin: 0 20px 20px 0;
}

/*------------------------------*/
/*- POST CATEGORY ---------------*/
.post-category {
	display: block;
	overflow: hidden;
}

.post-category h4 {
	display: inline-block;
	margin: 0 0 10px;
	padding: 0 10px;
	background: #f1a5c3;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 13px;
	color: #fff;
	font-family: "myriad-pro", arial, sans-serif;
}

.post-category h4 a {
	color: #fff;
}

/*------------------------------*/
/*- POST GALLERY ---------------*/
.post-gallery {
	padding: 10px 0 0;
	margin: 10px 0 0;
	overflow: hidden;
	border-top: 2px solid #f0f0f0;
}

.post-gallery h5 {
	margin: 0;
	font-weight: 700;
	font-size: 12px;
}

.post-gallery li {
	float: left;
	width: 18.709677%;
	margin: 10px 1.612903% 0 0;
}

.post-gallery li:nth-child(5n+5) {
	margin-right: 0;
}

.post-gallery li a {
	display: block;
	padding: 4px;
	background: #f0f0f0;
}

.post-gallery li a:hover {
	background: #0c9;
}

/*------------------------------*/
/*- POST PAGE META + NEWSLETTER COPY -------------*/
.post-meta {
	padding: 10px 0;
	margin: 20px 0 0 0;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

.post-meta li {
	list-style: none;
}

.newsletter-copy {
	margin: 10px 0;
}

.newsletter-copy h3 {
	border: 1px solid #000;
	padding: 10px;
}

/*-------------------------*/
/*- SOCIAL ----------------*/
.social {
	overflow: hidden;
	display: inline-block;
	border-radius: 3px;
}

.social a {
	float: left;
	border-right: 1px solid #ccc;
}

.social a:last-child {
	border-right: none;
}

.social img {
	display: block;
}

a.addthis_button_facebook_like {
	width: 80px;
}

a.addthis_button_google_plusone {
	width: 70px;
}

a.addthis_button_tweet {
	width: 85px;
}

/*-------------------------------------------*/
/*- MODAL WINDOW FOR EMAIL ------------------*/
.modal-overlay {
	background: rgba(0, 0, 0, 0.7);
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.modal-overlay div {
	max-width: 620px;
	margin: 100px auto;
	background-color: #fff;
	border: 1px solid #000;
	position: relative;
}

.modal-overlay h3 {
	padding: 20px;
	margin-bottom: 5px;
	font-size: 24px;
	color: #000;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
}

.modal-overlay form {
	padding: 20px;
}

.modal-overlay .welcome {
	padding: 20px;
}

.modal-overlay label {
	clear: both;
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	color: #000;
}

.modal-overlay input {
	clear: both;
	max-width: 280px;
	height: 20px;
	margin-bottom: 10px;
	border-radius: 0px;
	overflow: hidden;
	display: block;
}

.modal-overlay .submit {
	clear: both;
	height: 35px;
	width: 140px;
	margin-top: 20px;
	background: #E497C1;
	color: #fff;
	overflow: hidden;
}

.modal-overlay .email-close {
	position: absolute;
	top: 20px;
	right: 20px;
}

/*------------------------------------*/
/*- TAGS -----------------------------*/
ul.tags {
	float: left;
	width: 40%;
	margin: 0;
	overflow: hidden;
}

ul.tags li {
	float: left;
	margin-right: 5px;
}

ul.tags strong {
	font-weight: bold;
	color: #000;
}

/*----------------------*/
/*- AUTHOR META AREA ---*/
.author {
	clear: both;
	height: auto;
	margin-bottom: 30px;
}

.author-avatar {
	float: left;
	position: relative;
	margin-right: 20px;
}

.author-details h4 {
	padding: 0;
	margin: 0 0 5px;
	line-height: normal;
}

.author-details h4 a {
	display: block;
	margin-top: 3px;
	font-size: 14px;
	font-weight: bold;
}

.author-details p {
	margin-left: 70px;
}

/*------------------------------------*/
/*- POST PAGE WP GALLERY -------------*/
div[id^='gallery-'] {
	clear: both;
	margin: none;
}

div[id^='gallery-'] .gallery-item {
	margin-top: none;
	width: 154px !important;
}

dl.gallery-item {
	float: left;
	padding: 10px;
	margin: 0 16px 8px 0;
	position: relative;
	background: #000;
	border: 3px solid #333;
	color: #ccc;
}

dt.gallery-icon img {
	overflow: hidden;
	border: 3px solid #fff;
}

dd.gallery-caption {
	padding: 0;
	margin-top: 10px;
	font-size: 11px;
}

/*------------------------------------*/
/*- RELATED POSTS --------------------*/
.related-posts {
    padding-top: 30px;
    max-width: 975px;
    margin: 0 auto;
    background: #fff;
}

.related-posts h3 {
    padding-bottom: 30px;
    font-size: 33px;
    line-height: 43px;
    text-align: center;
    font-weight: bold;
    color: #000;
    background: #fff;
}

.related-posts .content img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.related-posts ul {
    padding: 0 10px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
}

.related-posts ul li {
	float: left;
	width: 32.6%;
	margin-right: 1%;
	margin-bottom: 20px;
}

.related-posts ul li:last-child {
	margin-right: 0;
}

.related-posts ul li .content {
	padding: 10px 0;
	border: 1px solid #cecece;
}

.related-posts ul li .content span.category {
	display: inline-block;
	margin-bottom: 15px;
	padding: 2px 10px;
	background: #f1a5c3;
	border-radius: 0 4px 4px 0;
	text-transform: uppercase;
	font-size: 13px;
	color: #fff;
}

.related-posts ul li .content span.category a {
	color: #fff;
}

.related-posts ul li .content .post-title {
	display: block;
	padding: 0 10px;
	font-size: 22px;
	font-family: "myriad-pro", arial, sans-serif;
}

.related-posts ul li .content .post-title a {
	color: #333;
}

.related-posts ul li .content .post-image {
	display: block;
	margin-bottom: 15px;
}

.related-posts ul li .content p {
	padding: 0 10px;
}

/*-------------------------------------------------------------------------------------------*/
/*- GALLERY PAGE ----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

/*------------------------------*/
/*- POST GALLERY SHORTCODE -----*/
.inner-post-gallery-container {
	padding: 20px 20px 0px;
	margin: 30px 0px;
	background: #f0f0f0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	clear: both;
}

.inner-post-gallery {
	float: left;
	width: 32%;
	margin: 0 2% 20px 0;
	text-align: center;
}

.inner-post-gallery:nth-child(3n+3) {
	margin-right: 0;
}

.inner-post-gallery:nth-child(3n+4) {
	clear: left;
}

.inner-post-gallery a {
	display: block;
	background: #fff;
	padding: 5px;
	margin: 0 0 5px;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}

.inner-post-gallery h4 {
	font-size: 16px;
	line-height: 1.3em;
	font-family: "myriad-pro", arial, sans-serif;
	color: #000;
	margin-top: 5px;
}

body.single-attachment .copy-container {
	margin-bottom: 20px;
}

#gallery-main-column {
	float: left;
	width: 83%;
}

#gallery-thumbnail-column {
	float: right;
	width: 15%;
	margin-top: 61px;
}

#gallery-thumbnail-column a {
	font-family: "myriad-pro", arial, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
}

.gallery-slider {
	position: relative;
	overflow: hidden;
}

.gallery-slider .gallery-image {
	display: block;
	padding: 10px 20px 10px 10px;
	background: #f0f0f0;
}

.gallery-slider .gallery-image img {
	background: #fff;
	padding: 5px;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
	margin: auto;
}

.gallery-slider h4 {
	font-size: 20px;
	line-height: 1.3em;
	font-family: "myriad-pro", arial, sans-serif;
	color: #000;
	margin: 10px 0 10px;
}

.gallery-pagination {
	position: absolute;
	top: 30%;
	z-index: 3;
	width: 100%;
}

.gallery-pagination span {
	position: absolute;
	transition: all .15s ease-in-out;
}

.gallery-pagination span a {
	display: block;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.4) url(images/layout/flat-arrows.png) no-repeat;
	border-radius: 100%;
	text-indent: -9999px;
	overflow: hidden;
}

.gallery-pagination .previous a {
	background-position: left;
}

.gallery-pagination .next a {
	background-position: right;
}

.gallery-slider span.previous {
	left: -100px;
}

.gallery-slider span.next {
	right: -100px;
}

.gallery-slider:hover span.previous {
	left: 30px;
}

.gallery-slider:hover span.next {
	right: 30px;
}

.gallery-thumbnail-list {
	padding: 10px 20px 10px 10px;
	background: #f0f0f0;
}

.gallery-thumbnail-list li {
	display: block;
	margin-bottom: 10px;
}

.gallery-thumbnail-list li:last-child {
	margin-bottom: 0;
}

.gallery-thumbnail-list img {
	display: block;
	background: #fff;
	padding: 5px;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}

.related-images {
	clear: both;
	margin-top: 40px;
	padding-top: 30px;
	border-top: 2px solid #e0e0e0;
}

.related-images h3 {
	margin-bottom: 30px;
	font-size: 33px;
	line-height: 43px;
	font-weight: normal;
	text-align: center;
	font-weight: bold;
	color: #000;
}

.related-images ul {
	padding: 0;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}

.related-images li {
	float: left;
	width: 15%;
	margin-right: 2%;
	margin-bottom: 20px;
	text-align: center;
}

.related-images li:nth-child(6n+6) {
	margin-right: 0;
}

.related-images li:nth-child(6n+7) {
	clear: left;
}

.related-images img {
	display: block;
}

.related-images h5 {
	font-size: 16px;
	line-height: 1.3em;
	font-family: "myriad-pro", arial, sans-serif;
	color: #000;
	margin-top: 5px;
}

/*-------------------------------------------------------------------------------------------*/
/*- SOME STANDARD WORDPRESS PLUGIN/WIDGET STYLES --------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.wp-caption {
	border: 1px solid #cccccc;
	text-align: center;
	background-color: #f0f0f0;
	padding: 5px 0 10px 5px;
	margin-bottom: 10px;
	max-width: 96%;
}

.wp-caption.alignleft {
	margin: 0 10px 10px 0;
}

.wp-caption.alignright {
	margin: 0 0 10px 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	max-width: 98.5%;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

pre {
	padding: 15px;
	margin: 0 0 22px 0;
	background-color: #f0f0f0;
	border: 1px solid #dadada;
	overflow-x: auto;
	overflow-y: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
	text-indent: 0;
	font-family: 'Courier New', Courier, monospace;
	font-size: 13px;
	line-height: 1.3em;
	color: #000;
	orphans: 2;
	text-transform: none;
	widows: 2;
}

.gallery-item img:hover {
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
	transition: ease-in-out 1s;
}

.gallery-caption {
	margin-left: 0;
	font-size: 12px;
	width: 74%;
}

small {
	font-size: 75%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

em, i {
	font-style: italic;
}

abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}

address {
	display: block;
	margin: 0 0 1.625em;
}

ins {
	text-decoration: none;
}

/* WP3.4 Required */
.sticky {
}

.bypostauthor {
}

/*-------------------------------------------------------------------------------------------*/
/*- COMMENTS --------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#comments {
	clear: both;
	margin-top: 30px;
	max-width: 660px;
}

#comments .comments-title {
	padding-top: 7px;
	margin-bottom: 20px;
	border-top: 3px solid #000;
	text-transform: uppercase;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	color: #000;
}

#comments:empty {
	display: none;
}

li.comments-open:nth-child(2n) {
	margin: 0 0 50px;
	padding: 0;
	border: none;
}

.comment-container {
	margin-bottom: 50px;
}

.comment {
	margin: 0 0 30px;
	padding-bottom: 30px;
	position: relative;
	border-bottom: 2px solid #d3d3d3;
}

.comment:last-child {
	border: none;
}

.commentlist .avatar {
	float: left;
	max-width: 60px;
	margin-right: 15px;
	border-radius: 100px;
	border: 3px solid #000;
}

.comment-meta {
	overflow: hidden;
}

.comment-meta p {
	margin-bottom: 26px;
}

.comment-meta p:last-of-type {
	margin-bottom: 0;
}

.comment .fn {
	display: block;
	padding: 0;
	margin: 0;
	color: #000;
	font-size: 16px;
	line-height: 26px;
}

.comment .fn a {
	color: #000;
}

.comment .fn a:hover {
	color: #76624A;
}

.comment .date {
	display: block;
	margin-bottom: 10px;
	color: #999;
	font-size: 10px;
	text-transform: uppercase;
}

.comment .comment-edit-link {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
}

.comment .reply a {
	padding: 0 5px;
	background: #f0f0f0;
	color: #000;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 10px;
	text-transform: uppercase;
}

.comment .reply a:hover {
	background: #000;
	color: #fff;
}

/*-----------------------------*/
/*- THREADED COMMENTS ---------*/
.comment .children {
	margin-left: 13%;
	padding-top: 30px;
	margin-top: 30px;
	border-top: 2px solid #d3d3d3;
}

.comment .children .comment:last-child {
	margin-bottom: 0;
}

.comment .children .comment-meta {
	width: 82%;
}

.comment .children .comment-author {
	width: 40px;
}

/*-----------------------------*/
/*- COMMENT FORM --------------*/
.nocomments {
	padding: 5px 10px;
	background: #76624A;
	color: #fff;
	text-align: center;
}

#respond {
	clear: both;
}

#respond h3 {
	padding-top: 7px;
	margin-bottom: 20px;
	border-top: 3px solid #000;
	font-family: "myriad-pro", arial, sans-serif;
	color: #000;
}

#respond .comment-notes, #respond .logged-in-as {
	margin-bottom: 25px;
	color: #777;
}

#respond .logged-in-as a {
	color: #76624A;
}

#respond .logged-in-as a:hover {
	color: #333;
}

#respond .required {
	color: #34495E;
}

#respond p {
	margin-bottom: 15px;
}

#respond .form-submit {
	margin: 0;
}

#respond label {
	color: #000;
	margin-left: 10px;
}

/*-------------------------------------------------------------------------------------------*/
/*- POST A COMMENT --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.logged-in-as {
	width: 296px;
	padding: 0 0 0 23px;
	margin-bottom: 15px;
	background: url(images/layout/sprite.png) -485px 5px no-repeat;
}

.comment-form-content {
	max-width: 620px;
	margin-bottom: 40px;
	overflow: hidden;
}

.comment-form-content p {
	margin: 0;
}

.comment_form input[type=text] {
	clear: both;
	width: 92%;
	padding: 8px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 15px;
	background: #fff;
	border: 1px solid #ccc;
	color: #595959;
}

.comment_form textarea {
	clear: both;
	width: 92%;
	height: 220px;
	padding: 8px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 15px;
	background: #fff;
	border: 1px solid #ccc;
	color: #595959;
}

.checkbox {
	padding: 0 0 10px;
	margin: 0 0 10px 0;
}

input.submit_button {
	clear: both;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	background: #39c;
	border: none;
	color: #fff;
	cursor: pointer;
}

input.submit_button:hover {
	background: #111;
	color: #fff
}

/*-------------------------------------------------------------------------------------------*/
/*- PAGE NOT FOUND --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.no-page-found {
	padding: 50px 0;
	border: 1px solid #cecece;
	text-align: center;
}

.no-page-found .title-404 {
	margin-bottom: 20px;
	font-size: 50px;
	line-height: 60px;
	color: #000;
}

.no-page-found .body-404 {
	font-size: 20px;
	line-height: 30px;
	max-width: 720px;
	margin: 20px auto 0;
}

.no-page-found .widget_search {
	max-width: 700px;
	margin: 40px auto 0;
}

.no-page-found .widget_search input[type=text] {
	max-width: none;
}

/*-------------------------------------------------------------------------------------------*/
/*- NEWSLETTER SIGN UP PAGE -----------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.newsletter-subscribe {
	padding: 20px 20px;
	border: 1px solid #cecece;
}

.newsletter-subscribe .title-newsletter {
	margin-bottom: 10px;
	font-size: 50px;
	line-height: 60px;
	color: #F1A5C3;
	text-align: center;
}

.newsletter-subscribe .subtitle-newsletter {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 30px;
	color: #333;
	text-align: center;
	font-family: "myriad-pro", arial, sans-serif;
	font-size: 18px;
	color: #000;
}

.newsletter-subscribe .body-newsletter {
	margin-bottom: 20px;
}

/*-------------------------------------------------------------------------------------------*/
/*- ARCHIVES --------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.archives_list {
	width: auto;
}

.archives_list li {
	padding: 20px 0;
	margin: 0;
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
}

.archives_list li .archive-post-image {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	position: relative;
	overflow: hidden;
}

.archives_list li .archive-post-image img {
	display: block;
	position: relative;
}

.archives_list li a {
	font-weight: bold;
	font-size: 15px;
}

.archives_list li .comment-count {
	margin-left: 20px;
	font-weight: lighter;
	color: #999;
	font-size: 11px;
}

.archives_list .date {
	display: block;
	margin-right: 20px;
	font-size: 10px;
	text-transform: uppercase;
	color: #999;
}

.archives_list .date sup {
	position: relative;
	top: -3px;
	text-transform: lowercase;
	font-size: 8px;
}

.archives_list .label {
	float: right;
	display: inline-block;
}

.archives_list .label a {
	font-weight: lighter;
	color: #999;
	font-size: 11px;
}

.archives_list li .comment-count:hover, ul.archives_list .label :hover {
	color: #111;
}

.archives_list li:last-child {
	margin-bottom: 30px;
}

/*-------------------------------------------------------------------------------------------*/
/*- SUBSCRIBE PAGE ---------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.magazine-cover {
	float: left;
	display: block;
	width: 38%;
	border: none;
	padding: 0;
}

.magazine-copy {
	clear: none;
	float: right;
	width: 60%;
}

.magazine-copy h4 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px !important;
	color: #333;
	font-family: helvetica, arial, serif;
}

.magazine-copy .subscribe {
	display: block;
	padding: 6px 10px 6px 35px;
	margin-bottom: 10px;
	background: #c10037 url(images/layout/magazine-icons.png) 10px 8px no-repeat;
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.magazine-copy .subscribe:hover {
	background: #333 url(images/layout/magazine-icons.png) 10px 8px no-repeat;
}

.magazine-copy .email-subscribe {
	display: block;
	padding: 6px 10px 6px 35px;
	margin-bottom: 10px;
	background: #333 url(images/layout/magazine-icons.png) 10px 8px no-repeat;
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.magazine-copy .email-subscribe:hover {
	background: #c10037 url(images/layout/magazine-icons.png) 10px 8px no-repeat;
}

/*-------------------------------------------------------------------------------------------*/
/*- ADVERTS ---------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#advert-header .feature-advert {
	width: 77.446809%;
	margin: auto;
}

.content .advert {
	margin-bottom: 30px;
}

ul.widget-list .content .advert {
	margin-bottom: 0;
}

.content .advert a {
	display: block;
}

.content .advert img {
	display: block;
}

/*-------------------------------------------------------------------------------------------*/
/*- RIGHT COLUMN ----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

/*-----------------------------*/
/*- WIDGET LIST ---------------*/
ul.widget-list {
	padding: 0;
	margin: 0;
	font-size: 16px;
}

ul.widget-list li.widget {
	clear: both;
	padding: 0;
	margin-bottom: 30px;
}

ul.widget-list li.widget ul {
	padding-left: 0;
}

ul.widget-list li.widget ul li {
	padding: 6px 0;
	border-bottom: 1px solid #ebebeb;
}

ul.widget-list li.widget ul li:last-child {
	border-bottom: none;
}

ul.widget-list li.widget ul li a {
	display: block;
}

ul.widget-list li.widget ul li ul.children li {
	margin-left: 20px;
	padding: 6px;
	border-bottom: 0;
}

/*-----------------------------*/
/*- WIDGET TITLE --------------*/
.widgettitle {
	clear: both;
	padding: 7px 0 0;
	margin: 0 0 10px;
	border-top: 3px solid #c10037;
	font-family: "myriad-pro", arial, sans-serif;
	font-size: 18px;
	color: #000;
}

.widgettitle a {
	color: #000;
}

.widgettitle a:hover {
	color: #c00;
}

/*-----------------------------*/
/*- DISQUS TABBED WIDGET ------*/
.widget.image_feed_widget {
	border: 1px solid #DD0101;
	padding: 0 !important;
	margin-bottom: 30px;
}

.widget.image_feed_widget h4 {
	border: none;
	width: 100%;
	height: 65px;
	padding: 0;
	margin: 0;
	background: url(images/layout/wheels24-logo.png) center no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

.widget.image_feed_widget li {
	overflow: hidden;
	padding: 10px !important;
	border-bottom: 1px solid #ccc;
}

.widget.image_feed_widget a {
	color: #00784A;
	font-size: 14px;
	font-weight: bold;
}

.widget.image_feed_widget a:hover {
	color: #000;
}

.widget.image_feed_widget img {
	float: left;
	margin: 0 10px 0 0;
}

.widget.image_feed_widget p {
	margin: 0;
	font-size: 12px;
}

/*-----------------------------*/
/*- DISQUS TABBED WIDGET ------*/
#dsq-combo-tabs li {
	background: #e5e5e5 !important;
}

#dsq-combo-tabs li a {
	color: #333 !important;
	font-size: 13px !important;
	display: block !important;
	padding: 4px !important;
}

#dsq-combo-tabs li.dsq-active {
	background: #000 !important;
}

#dsq-combo-tabs li.dsq-active a {
	color: #fff !important;
}

.dsq-combo-box {
	border: 5px solid #000 !important;
	background: #fff !important;
	padding: 0 !important;
}

.dsq-combo-box h3 {
	display: none !important;
}

.dsq-combo-box li {
	padding: 8px !important;
	margin: 0 !important;
	border-bottom: 1px solid #ccc !important;
}

.dsq-combo-box li img {
	display: none;
}

#dsq-combo-logo {
	display: none !important;
}

.dsq-widget-comment {
}

.dsq-widget-meta a {
	display: inline !important;
	font-size: 11px !important;
}

/*-----------------------------*/
/*- SEARCH --------------------*/
#searchform {
	overflow: hidden;
}

#searchform label {
	display: none;
}

#searchform input[type=text] {
	float: left;
	width: 62%;
	height: 30px;
	padding: 5px 3%;
}

#searchform input[type=submit] {
	float: right;
	width: 30%;
	height: 43px;
	padding: 0;
	background: #000;
	border-right: none;
	text-align: center;
	color: #fff;
}

#searchform input[type=submit]:hover {
	background: #6c9;
	color: #fff;
	cursor: pointer;
}

.archives_list .search-form input[type="text"] {
	width: 528px;
}

.archives_list .search-form {
	margin-bottom: 20px;
}

.archives_list h2 {
	margin-bottom: 10px;
}

/*-----------------------------*/
/*- POPULAR/RECENT COMMENTS ---*/
.widget_recent_comments li {
	padding-left: 20px !important;
	background: url(images/layout/sprite.png) -488px -95px no-repeat;
}

/*-----------------------------*/
/*- POPULAR/RECENT POSTS ------*/
ul.widget-list li.widget_popular_posts .post-image {
	float: left;
	max-width: 60px;
	margin: 0 10px 0 0;
}

ul.widget-list li.widget_popular_posts ul li a {
	margin: 0;
	padding: 0;
}

ul.widget-list li.widget_popular_posts ul li h4 {
	margin: 0;
	font-size: 20px;
}

ul.widget-list li.widget_popular_posts ul li h4 a {
	color: #000;
}

ul.widget-list li.widget_popular_posts ul li h4 a:hover {
	color: #c10037
}

ul.widget-list li.widget_popular_posts ul li h5 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #999;
	font-size: 13px;
}

/*-----------------------------*/
/*- LATEST VIDEO LIST ---------*/
#right-column .latest-videos {
	padding: 15px 10px;
	background: #66c2c8;
	color: #fff;
}

#right-column .latest-videos .widgettitle {
	margin: 0 0 10px;
	padding: 0;
	border: none;
	color: #fff;
}

#right-column .latest-videos .post-image {
	display: block;
	margin-bottom: 15px;
}

#right-column .latest-videos .post-title {
	margin-bottom: 10px;
	font-size: 20px;
	color: #fff;
}

#right-column .latest-videos .post-title a {
	color: #fff;
}

#right-column .latest-videos .post-title a:hover {
	color: #eee;
}

#right-column .latest-videos .date {
	display: none;
}

#right-column .latest-videos p {
	color: #fff;
	font-size: 15px;
	line-height: 22px;
}

#right-column .latest-videos p:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------*/
/*- LATEST GALLERY ITEMS ---------------------*/
ul.widget-list li.latest_gallery ul li {
	float: left;
	margin: 10px 10px 0 0;
	width: 87px;
	height: 60px;
	padding: 0;
	border: 3px solid #fff;
}

ul.widget-list li.latest_gallery ul li:nth-child(3n+3) {
	margin-right: 0;
}

ul.widget-list li.latest_gallery ul li a {
	display: block;
	width: 87px;
	height: 60px;
	overflow: hidden;
}

.related-galleries li img:hover {
	opacity: .7;
}

/*-------------------------------------------*/
/*- FLICKR ITEMS ----------------------------*/
#flickr_badge_wrapper {
	padding-bottom: 10px;
}

#flickr_badge_wrapper .flickr_badge_image {
	float: left;
	margin: 10px 10px 0 0;
	width: 55px;
	height: 55px;
	padding: 0;
	border: 3px solid #fff;
}

#flickr_badge_wrapper .flickr_badge_image:nth-child(4n+5) {
	margin-right: 0;
}

#flickr_badge_wrapper .flickr_badge_image a {
	display: block;
	width: 55px;
	height: 55px;
	overflow: hidden;
}

/*--------------------------------------------*/
/*- TWITTER ----------------------------------*/
.chirp span a {
	display: inline;
	font-weight: normal;
}

.chirp span.meta {
	height: 40px;
	display: block;
	padding-left: 30px;
	font-size: 10px;
}

.chirp p {
	background: url(images/layout/sprite.png) -480px -340px no-repeat;
	padding-left: 30px;
	margin-bottom: 0;
}

.chirp a {
	font-weight: 600;
	font-style: normal;
}

/*--------------------------------------------*/
/*- WP CALENDAR ------------------------------*/
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 100%;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
	font-weight: bold;
}

#wp-calendar a:hover {
	text-decoration: underline;
}

#wp-calendar caption {
	text-decoration: none;
	font: bold 13px Arial, Sans-Serif;
}

#wp-calendar td {
	padding: 3px 5px;
	color: #9f9f9f;
}

#wp-calendar td#today {
	color: #111;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	padding: 3px 5px;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

/*--------------------------------------------*/
/*- PMAILER ----------------------------------*/
ul.widget-list #pmailer_subscription_form {
	padding: 10px !important;
	background: #333;
	color: #fff;
	font-weight: bold;
}

#pmailer_subscription_form label {
	font-weight: bold;
	color: #fff;
}

#pmailer_subscription_form input[type=text] {
	background: #fff;
	border: none;
	width: 93%;
	margin-bottom: 5px !important;
}

#pmailer_subscription_form input[type=submit] {
	float: none;
	width: 50% !important;
	padding: 5px !important;
	margin: 0 !important;
	background: #0c9;
	color: #fff;
	font-weight: 700;
	border-radius: 3px;
	text-transform: uppercase;
	text-align: center;
}

/*-------------------------------------------------------------------------------------------*/
/*- FOOTER ----------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

#footer {
	font-size: 16px;
	color: #999999
}

#footer h4 {
	margin-bottom: 30px;
	font-weight: normal;
	font-size: 17px;
	color: #000000;
	font-family: "myriad-pro", arial, sans-serif;
}

#footer h4 a {
	font-weight: bold;
}

#footer a {
	font-weight: normal;
}

#footer a:hover {
}

#footer .widgettitle {
	margin: 0 0 10px;
	padding: 0;
	text-transform: none;
	border: none;
	text-transform: uppercase;
}

#footer ul {
	overflow: hidden;
}

#footer ul li.column {
	float: left;
	width: 23.404255%;
	margin-right: 2.12766%
}

#footer ul li.column:nth-child(4n+4) {
	margin-right: 0;
}

#footer ul li.column ul li {
	margin-bottom: 10px;
}

#footer ul li.company-info {
	float: none;
	margin: auto;
	width: 430px;
	text-align: center;
	font-size: 13px;
	color: #595959;
}

#footer ul li.company-info img {
	margin-bottom: 10px;
}

.footer-text {
	clear: both;
	margin-top: 30px;
	padding-top: 15px;
	border-top: 1px solid #555;
	color: #878787;
}

.footer-text p {
	float: left;
	font-size: 11px;
}

.footer-text .obox-credit {
	float: right;
}

#footer ul#twitter_update_list li {
	background: none;
}

#footer ul#twitter_update_list li span a {
	color: #3399CC;
}

#footer .search-form input[type=text] {
	width: 77.22%
}

#footer .search-form input[type="submit"] {
	background: #3399CC;
	color: #FFF;
}

#footer .search-form input[type="submit"]:hover {
	background: #333;
}

#footer ul li.column ul.social-bookmarks li {
	padding: 0;
	margin: 0;
}

/*--------------------------------------------*/
/*- FOOTER CATEGORY MENU ---------------------*/
ul#footer-nav {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 12px;
	overflow: hidden;
}

ul#footer-nav li {
	float: left;
}

ul#footer-nav li ul {
	display: none;
}

ul#footer-nav li a {
	display: block;
	padding: 0;
	margin: 0 10px 0 0;
}

ul#footer-nav li:first-child a {
	padding-left: 0;
}

/*-------------------------------*/
/*- GRIDS -----------------------*/
/*-------------------------------*/

/*---------------------------*/
/*- ROWS AND COLUMNS --------*/
.column {
	float: left;
	margin: 0 2% 20px 0;
	position: relative;
}

.row .column:last-child {
	margin-right: 0;
}

.span-1 {
	width: 6.5%;
}

.span-2 {
	width: 15%;
}

.span-3 {
	width: 23.5%;
}

.span-4 {
	width: 32%;
}

.span-5 {
	width: 40.5%;
}

.span-6 {
	width: 49%;
}

.span-7 {
	width: 57.5%;
}

.span-8 {
	width: 66%;
}

.span-9 {
	width: 74.5%;
}

.span-10 {
	width: 83%;
}

.span-11 {
	width: 91.5%;
}

.span-12 {
	width: 100%;
}

.row .column.span-1:nth-child(12n+12) {
	margin-right: 0;
}

.row .column.span-2:nth-child(6n+6) {
	margin-right: 0;
}

.row .column.span-3:nth-child(4n+4) {
	margin-right: 0;
}

.row .column.span-3:nth-child(4n+5) {
	clear: left;
}

.row .column.span-4:nth-child(3n+3) {
	margin-right: 0;
}

.row .column.span-4:nth-child(3n+4) {
	clear: left;
}

.middled, .row .column.middled {
	float: none;
	margin: auto;
}

/*---------------------------*/
/*- FORM ROWS ---------------*/
.form-row {
	margin-bottom: 15px;
	vertical-align: top;
}

.gfield_captcha_container img {
	display: inline-block;
}

/* Header newsletter signup */
#header .social-search-container {
	width: 260px;
	bottom: 20px;
}

.newsletter-signup-header {
	margin: 15px 0px 5px 0;
}

.newsletter-signup-header input[name="email"] {
	width: 113px;
	float: right;
	font-size: 14px;
	height: 40px;
	/*border-radius: 5px;*/
	padding: 0px 5px;
	border: 1px solid rgb(246, 246, 246);

	-moz-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	transition: all linear 0.3s;
}

.newsletter-signup-header input[name="email"]:focus {
	width: 160px;
}

.newsletter-signup-header input[type="submit"] {
	width: 80px;
	float: right;
	font-size: 12px;
	padding: 8px 15px;
	height: 41px;
	position: relative;
	top: 0px;
	border: 1px solid rgb(255, 0, 0);
	background-color: rgb(255, 0, 0);
	/*border-radius: 10px;*/

}

/*-------------------------------------------------------------------------------------------*/
/*- SUBSCRIBE BLOCKS ------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

.subscribe--brick {
	border: 1px solid #ebebeb;
	overflow: hidden;
	margin-bottom: 1.5em;
	position: relative;
}

.subscribe--image--container {
	width: 30%;
	height: 230px;
	float: left;
}

.subscribe--image--container img {
	width: auto;
	height: 100%;
	max-width: none;
}

.subscribe--content {
	width: 70%;
	float: left;
	padding: 15px;
	height: 200px;
	font-family: "myriad-pro", arial, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.subscribe--brick .subscribe--heading {
	font-weight: 100;
	font-size: 1.5em;
	line-height: 100%;
	margin: 0 0 0.5em;
}

.subscribe--copy {
	font-size: 0.77em;
	line-height: 140%;
	margin-bottom: 1.5em !important;
}

.subscribe--copy a {
	font-style: italic;
	font-weight: 600;
	font-size: inherit;
	color: inherit;
	display: block;
	margin: 5px 0;
}

.subscribe--footer {
	border-top: 1px solid #ebebeb;
}

.subscribe--brick .subscribe--cta--list {
	margin: 0;
	overflow: hidden;
	list-style: none;
}

.subscribe--cta {
	float: left;
	width: 31.3%;
	margin: 1%;
}

.subscribe--cta a {
	width: 100%;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	color: inherit;
	font-weight: 100;
	font-size: 0.8em;
	border: 1px solid;
}

.subscribe--mysubs a {
	border-color: #d1e3e6;
}
.subscribe--zinio a {
	border-color: #b1d2ee;
}
.subscribe--magzter a {
	border-color: #cce599;
}
.subscribe--itunes a {
	border-color: #b2b2b2;
}
.subscribe--print a {
	border-color: #d9d9d9;
}

.subscribe--cta a:hover,
.subscribe--cta a:active {
	color: #ffffff;
}


.subscribe--mysubs a:hover,
.subscribe--mysubs a:active {
	background-color: #d1e3e6;
}
.subscribe--zinio a:hover,
.subscribe--zinio a:active {
	background-color: #b1d2ee;
}
.subscribe--magzter a:hover,
.subscribe--magzter a:active {
	background-color: #cce599;
}
.subscribe--itunes a:hover,
.subscribe--itunes a:active {
	background-color: #b2b2b2;
}
.subscribe--print a:hover,
.subscribe--print a:active {
	background-color: #d9d9d9;
}

.subscribe--description {
	font-style: italic;
	font-weight: 100;
	font-size: 0.8em;
	color: #b2b2b2;
	margin: 0.5em 0 0;
	display: inline-block;
}

/* No load overlay for infinite scroll*/
#no_load_overlay {
	position:absolute;
	top:0; left:0;
	width:210px;
	height:57px;
	z-index:150;
	background-color:red;
}
@media screen and (max-width: 900px) {

	.subscribe--brick {
		text-align: center;
	}
	.subscribe--image--container {
		float: none;
		margin: 15px auto 0;
		width: auto;
		display: inline-block;
	}

	.subscribe--content {
		text-align: center;
		width: 100%;
		float: none;
		height: auto;
	}
}

@media screen and (max-width: 360px) {
	.subscribe--cta {
		width: 48%;
		margin: 0 1% 2%;
	}
}

/* Subscribe Slide Out Start */
#subslider{
    display: none;
    position: fixed;
    bottom: -1px;
    left: 50%;
    margin-left: -340px;
}

.subslide-content {
    box-sizing: border-box;
    background: #000;
    color: #fff;
    width: 680px;
    padding: 35px;
    border: 1px solid #A5A4A5;
}

.subslide-close {
    width: 35px;
    height: 20px;
    background: url(images/c.png) no-repeat;
    position: absolute;
    right: -4px;
    top: 7px;
    cursor: pointer;
}

.subslide-content h1, .subslide-content h2 {
    text-transform: uppercase;
    text-align: center;
    font-family: "myriad-pro",sans-serif;
}

.subslide-content h1 {
    letter-spacing: 5px;
    color: #fff;
    font-size: 33px;
}

.subslide-content h2 {
    color: #767676;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 10px 0;
    font-weight: bold;
    -webkit-text-stroke: 0.05px;
}

.subslide-boxes {
    font-size: 13px;
    padding: 20px 0;
    border-top: 1px solid #A5A4A5;
    border-bottom: 1px solid #A5A4A5;
    text-transform: uppercase;
}

.subslide-boxes label {
    font-size: 14px;
    display: block;
    line-height: 30px;
    font-family: "myriad-pro",sans-serif;
}

.subslide-boxes input[type="checkbox"] {
    display:none;
}

.subslide-boxes input[type="checkbox"] + label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -2px 8px 0 0;
    vertical-align: middle;
    background: url(images/chk-20.png) left top no-repeat;
    cursor: pointer;
}

.subslide-boxes input[type="checkbox"]:checked + label span {
    background:url(images/chk-20.png) -21px top no-repeat;
}

.subslide-col-left, .subslide-col-mid, .subslide-col-right {
    width:32%;
    display: inline-block;
    text-align:left
}

.subslide-bottom {
    padding: 20px 0 0 0;
    overflow: hidden;
}

.subslide-bottom input {
    padding: 10px;
    font-size: 16px;
    border: none;
    font-family: "myriad-pro",sans-serif;
}

.subslide-entry {
    margin-right: 15px;
    font-style: italic;
    font-family: "myriad-pro",sans-serif;
    width: 220px !important;

}

.subslide-btn {
    float: right;
    font-size: 17px;
    padding: 8px 13px 8px 13px !important;
    border: 1px solid #A5A4A5 !important;
    font-family: "myriad-pro",sans-serif;
}

.subslide-error-msg {
    color: red;
    text-align: center;
    padding: 10px 0;
    font-family: "myriad-pro",sans-serif;
}
.subslide-busy-msg {
    color: yellow;
    text-align: center;
    padding: 10px 0;
    font-family: "myriad-pro",sans-serif;
}

.subslide-success-msg {
    color: green;
    text-align: center;
    padding: 10px 0;
    font-family: "myriad-pro",sans-serif;
}

/* Subscribe Slide Out Stop */

.ajax-response {
	text-align: center;
}
