

/* ======================================================= */
/* CUSTOM THEME CSS */
/* ======================================================= */
/* Building your own theme? Add your custom theme CSS here. */
/* It's a much safer spot to put stuff than trying to overwrite things in styles.css. */


/* Mods for the Header Area */
#section-header h1.site-title, .page-caption strong{font-weight: 700;}
.page-caption {margin: 60px 0 80px;}
.home .page-caption {margin: 60px 0 35px; line-height: 4rem;}
.module-meta{text-align: center;}
#section-sub-footer{position: fixed; bottom: 0; display: inline; z-index: 100;}
.container .action_button a, .action_button:visited a {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1) !important;
    border: 1px dotted rgba(255, 255, 255, 0.05);
}

/* Comments tweaks */
.commentlist li.comment article {
    margin-bottom: -2px;
}


/* Mods for the Post Grid */
#skeleton-container .module-container {
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}
#skeleton-container .hybrid-module{border-bottom: 1px dashed #DDDDDD;}

#skeleton-container a[rel~="category"]{
	color: #aaa !important;
	background: transparent !important;
    font-size: 1.3rem !important;
    font-weight: 500;
    padding: 2px 8px;
}

/* Mods for the Advanced Scroller */
.category_row .module-meta h3 {
    font-size: 1.7rem;
    margin: -5px 0;
}

/* WP Paginate Mods */
.wp-paginate li span, .wp-paginate li a{
	border-radius: 4px; 
	color: #333;
}




/* REVOLUTION SLIDER */
.tp-caption.big_white{
			font-weight: 200 !important; 
			font-size: 6rem !important; 
			line-height: 90% !important; 								
		}
.tp-caption.medium_grey {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important;
    font-size: 2.6rem !important;
    font-weight: 700 !important;
}





/* ======================================================= */
/* #MEDIA QUERIES TEMPLATE */
/* ======================================================= */

/* Used for copy/pasting - the full theme set is below */
/* Media Query Breakpoints Stack */ 
/* 960 and above */ 
@media only screen and (min-width: 959px) {} 

/* Tablet to 960 */ 
@media only screen and (min-width: 768px) and (max-width: 959px) {}

/* All Mobile Sizes */ 
@media only screen and (max-width: 767px) {
	#section-sub-footer{position: relative; bottom: 0; display: block;}
	#section-sub-footer .colophon {
    display: none;
	}
}

/* Mobile Landscape Size to Tablet Size  */ 
@media only screen and (min-width: 480) and (max-width: 767px) {}

/* Mobile Portrait Size to Mobile Landscape Size */ 
@media only screen and (max-width: 479px) {}