/* HEADER */

.header-image .site-title a {
	min-height: 65px !important;
}

/* Align widgetized header menu with logo */
.header-image .site-header .widget-area {
	margin-top: 10px;
	padding: 0;
}

/* Add extra padding below menu text on smaller devices */
.genesis-nav-menu {
	padding: 0 0 10px !important;
}

/* Header menu font */
.genesis-nav-menu {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}	
	
/* Header menu font hover color to red */
.site-header .genesis-nav-menu .current-menu-item > a, .site-header .genesis-nav-menu a:hover {
	color: #CF4344;
}

.nav-primary .sub-menu a:hover, .nav-secondary .sub-menu a:hover, .site-header .sub-menu a:hover, .site-header .genesis-nav-menu .sub-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #CF4344;
}

/* HOME PAGE */

.slider-wide {
	background-image: url("http://bulletproofmusician.com/wp-content/uploads/homepage/home-slider-4d.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #000;
	clear: both;
	width: 100%;
	height: 680px;
	float: left;
	border: 0 none;
	margin-top: -40px;
}

/* Format and center home slider text */
#homeslidertext {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 76px;
	letter-spacing: 1.6px
	color: #fff;
	text-align: center;
}

.slider-wide .widget {
	margin: 190px 0 20px;
}

/* Format welcome-wide widget text and background */
.welcome-wide {
	background: #ffffff;
}

.welcome-wide .wrap {
	text-align: left;
	padding: 120px 40px 30px;
}

.welcome .widgettitle {
	font-size: 46px;
	font-weight: 700;
	letter-spacing: 1.6px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 60px;
}

.welcome p {
	color: #333;
}

/* Format welcome-features widget */
.welcome-features {
	background: #E6E2D4;
}

.welcome-features .wrap {
	padding: 60px 0 20px;
}

.welcome h4 {
	color: #333;
}

/* Circle background for font-awesome icons in welcome-features widget */
.circle-icon {
    width: 150px;
    height: 150px;
    line-height: 150px;
    background-color: #444;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto 50px auto;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
 
.circle-icon:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    background-color: #cf4344;
}

/* Home feature widget formatting */
home-feature-bg-alt {
	background: #303236;
}

.home-feature-title .widgettitle {
	font-size: 46px;
	font-weight: 700;
	letter-spacing: 1.6px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 60px;
}

.home-feature-bg-alt .wrap {
	padding: 60px 0;
}

.home-feature-2 {
	margin: -55px 0 0 0;
}


/* BODY */

/* Custom Fonts */
body {
	font-family: 'Lora', serif;
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 1.2;
}

.entry-title {
    line-height: 1.3;
}

/* Make all links red */
a, .entry-content a, .entry-title a:hover, .genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .nav-primary .sub-menu a:hover, .nav-secondary .sub-menu a:hover, .site-footer a:hover, .site-header .sub-menu a:hover {
	color: #CF4344;
}

/* Remove underline on links hover */
a:hover {
	text-decoration: none;
}

/* Blockquote font color */
blockquote {
	color: #777;
}

/* SITE FOOTER --------------------------------------------*/
.site-footer {
	background: #E6E2D4;
	color: #333;
}

.site-footer a {
	color: #999;
}

.site-footer a:hover {
	color: #CF4344;
}

/* POST FORMATTING ------------------------------------*/

/* Blog page CTA widget formatting */
.cta .widget-wrap {
	margin: 0 auto;
	width: 1140px;
}

/* Blog page - space above title */
.content .entry-title {
	padding: 30px 30px 0;
}

/* Featured image to fill up entire top portion of post */
.entry-header img {
	width: 100%;
} 

.content .entry {
	padding-top: 0px;
}

/* Padding for title and body of post */
.entry-title {
	padding: 0 30px;
}

.entry-header .entry-meta {
	padding: 10px 30px 0px;
	margin: 0 !important;
}

.entry-content {
	padding: 30px 30px 0;
}

/* Title area font to Oswald */
.title-area {
    font-family: 'Oswald', sans-serif;
}

/* Remove post date */
.entry-time {
	display: none;
	margin-top: 20px;
}

/* Remove border, etc. from post title area */
.entry-header .entry-meta {
	border-bottom: none;
	margin: 0 0 20px;
}

/* Post title area meta to lowercase and unbolded*/
.entry-header .entry-meta {
	text-transform: none;
	font-size: 14px;
}

.entry-meta a {
	font-weight: 400;
}

/* Formatting for social icons */
.us_wrapper {
	padding: 0 0 20px;
	text-align: left !important;
}
	
.us_wrapper .us_button {
	transition: all 0.1s ease-in-out 0s !important;
}

.us_wrapper .us_button:hover {
	background-color: #333333 !important;
	transition: all 0.1s ease-in-out 0s !important;
}

/* Post meta area - hide tags */
.entry-footer .entry-tags {
	display: none;
}

/* POST FOOTER ----------------------------*/

/* Add padding to entry footer */
.entry-footer {
	padding: 0 30px 0;
}

.after-entry.widget-area {
	border-top: 1px solid #EEEEEE;
}

/* Change post footer widget area background to white; add top border */
.entry-footer {
	background: #fff;
}

/* AUTHOR BOX -----------------------------------*/
.author-box-title {
   	font-family: 'Oswald', sans-serif;
	font-size: 20px;
}

/*
.epik-black .author-box {
	background: #333;
	margin: 0 -2rem;
}
*/

.author-box a {
    border-bottom: 0px solid #ddd;
}

.author-box .avatar {
    border-radius: 40px;
}
	

/* AFTER POST WIDGET */
.after-post-widget {
	background: #333;
	color: #fff;
	padding: 0 30px 10px;
	margin-bottom: 20px;
}

/* COMMENT BOXES --------------------------------*/
.thread-alt {
	background-color: #eeeeee;
}

.form-allowed-tags {
	background: #eeeeee;
}

.comment .avatar {
	border-radius: 25px;
}

.comment-meta {
	display: none;
}

.entry-comments .comment-author {
	margin-bottom: 46px;
}

/* Indent all comments to the right */
.comment-content {
	padding: 0 0 0 60px;
}
.comment-reply {
	padding: 0 0 0 60px;
}


/* BUTTONS----------------------------------- */
button, input[type="button"], input[type="reset"], input[type="submit"] {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background-color: #CF4344;
	opacity: 1;
}

/* Red Button */
.button-red, button-red {
	background-color: #CF4344 !important;
	font-family: 'Oswald';
	border: none;
	box-shadow: none;
	color: #fff !important;
	cursor: pointer;
	padding: 12px 20px;
	font-size: 14px;
	text-transform: uppercase;
	width: auto;
}

.button-red:hover {
	background-color: #333 !important;
}

.button-red, button-red {
	border-radius: 3px;
	display: inline-block;
}


/* Dark Button */
.button-dark, button-dark {
	background-color: #333 !important;
	font-family: 'Oswald';
	border: none;
	box-shadow: none;
	color: #fff !important;
	cursor: pointer;
	padding: 12px 20px;
	font-size: 14px;
	text-transform: uppercase;
	width: auto;
}

.button-dark:hover {
	background-color: #CF4344 !important;
}

.button-dark, button-dark {
	border-radius: 3px;
	display: inline-block;
}


/* Green Button */
.button-green, button-green {
	background-color: #6CA741 !important;
	font-family: 'Oswald';
	border: none;
	box-shadow: none;
	color: #fff !important;
	cursor: pointer;
	padding: 12px 20px;
	font-size: 14px;
	text-transform: uppercase;
	width: auto;
}

.button-green:hover {
	background-color: #333 !important;
}

.button-green, button-green {
	border-radius: 3px;
	display: inline-block;
}

/* CONTENT BOXES ------------------------------------------------------ */
.content-box-gray,
.content-box-red,
.content-box-orange,
.content-box-yellow,
.content-box-green,
.content-box-blue,
.content-box-teal,
.content-box-purple,
.content-box-lightgray,
.content-box-alert {
    margin: 0 0 25px;
    overflow: hidden;
    padding: 20px;
}
 
.content-box-gray {
    background-color: #9A9B9B;
}

.content-box-red {
    background-color: #F3726B;
}

.content-box-orange {
    background-color: #F9AA6D;
}

.content-box-yellow {
    background-color: #FFD762;
}

.content-box-green {
    background-color: #4DC175;
}

.content-box-blue {
    background-color: #44B4E3;
}

.content-box-teal {
    background-color: #80CECC;
}

.content-box-purple {
    background-color: #DB9BC4;
}

.content-box-lightgray {
    background-color: #DBDBDB;
}

.content-box-alert {
	background-color: #f9dbdb;
	border: 1px solid #e9b3b3;
}

/* Lines */
/* Red */
h2 span {
	border-bottom: 4px solid;
	border-color: #CF4344;
	clear: both;
	display: block;
	height: 10px;
	left: 50%;
	margin-left: -60px;
	margin-top: -45px;
	position: absolute;
	text-align: center;
	width: 120px;
}

/* WIDGETS --------------------------------------------------------*/
/* CTA Widget formatting */
.cta {
background-color: #fff;
color: #333;
clear: both;
font-size: 16px;
line-height: 1.625;
overflow: hidden;
padding: 2rem 4rem 2rem;
margin: -40px 0 40px;
}

/* Widget title font size */
.sidebar .widgettitle {
	font-size: 16px;
}

/* Genesis eNews Extended */
.sidebar .enews-widget {
    color: #ddd;
}

.sidebar .enews-widget input[type="submit"] {
	background: #CF4344;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

.sidebar .enews-widget input[type="submit"]:hover {
	background: #555;
}

/* Search font to Lora */
input, select, textarea {
	font-family: 'Lora', serif;
	font-size: 14px;
}

/* Remove bottom borders in sidebar widgets */
.sidebar .widget {
	border-bottom: none;
}

/* Clicky popular articles - increase spacing between links */
.sidebar li {
	margin-bottom: 18px;
	line-height: 20px;
}

/* PLUGINS ------------------------------------ */

/* Reduce font size of testimonial plugin */
.ttshowcase_rl_quote {
	font-size: 14px;
}

/* Reduce font size of buttons for gravity forms plugin */
div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}


/* SEARCH/ARCHIVE */
/****************************************************************
    Pinterest-like Masonry layout for Posts page and Archives
****************************************************************/
 
.masonry-page .content .entry {
    padding: 0;
    border-radius: 0;
    width: 255px;
    overflow: hidden;
}
 
.masonry-page .entry-content {
	padding: 0;
}

.masonry-page .content .one-half,
.masonry-page .content .one-third,
.masonry-page .content .one-fourth,
.masonry-page .content .one-sixth {
    margin-left: 0;
}
 
.masonry-page .content .title-content {
    padding: 0rem 0 1.2rem;
}
 
.masonry-page .content .entry-title {
    font-size: 1rem;
    line-height: 1.4;
	padding: 20px 30px 0;
}
 
.masonry-page .content .entry-content a {
    border-bottom: none;
	color: #333;
}
.masonry-page .content .entry-content a:hover {
	color: #CF4344;
}
 
.masonry-page .content .entry-content p {
    margin-bottom: 0;
}
 
.masonry-page .content .entry-content p.entry-permalink {
    padding-left: 2rem;
    padding-right: 2rem;
}
 
.masonry-page .content .entry-content a.more-link {
    font-size: 1.4rem;
}
 
.masonry-page .content .entry-footer {
	display: none
}
 
.masonry-page .content .entry-footer .entry-meta {
    margin: 0;
    padding: 0 0 1rem 0;
    border-top: none;
}
 
.masonry-page .content .entry-pagination {
    padding-left: 2rem;
    padding-right: 2rem;
}
 
/* Image hover */
.masonry-page .content img.post-image {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=100)"; /* IE 8 */
    filter: alpha(opacity=100); /* IE 4, 5, 6 and 7 */
    zoom:1 /* so the element "hasLayout" or, to trigger "hasLayout" set a width or height */
    -webkit-transition:  all .2s linear;
    -moz-transition:  all .2s linear;
    -o-transition:  all .2s linear;
    transition:  all .2s linear;
}
.masonry-page .content img.post-image:hover {
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=70)"; /* IE 8 */
    filter: alpha(opacity=70); /* IE 4, 5, 6 and 7 */
    zoom:1; /* so the element "hasLayout" or, to trigger "hasLayout" set a width or height */
}
 
/* Style category title at top of category pages */
#cat-name {
	margin-bottom: 1rem;
}
						

/* FOOTER ---------------------------------------------*/
/* Footer widget font formatting */
.footer-widgets .widgettitle {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	letter-spacing: 1.6px;
}

.footer-widgets a {
	color: #CF4344
}

.footer-widgets a:hover {
	color: #ddd;
}

/* Reduce padding at top of footer */
.footer-widgets .wrap {
	padding: 80px 0 60px;
}

/* Spacing around headshot */
.footer-widgets-1 .textwidget img {
	padding: 0 0 5px 5px;
}

/* Footer below widgitized footer font formatting */
.site-footer a {
	color: #cf4344;
}
.site-footer a:hover {
	color: #999;
}

/* --------MEDIA QUERIES-------- */

/* iPads (portrait)
--------------------------------------------- */

/* Center custom image logo on smaller devices */
@media only screen and (max-width: 1023px) {
	
	.header-image .site-title a {
    		background-position: center top !important;
	}

/* Make home page welcome text smaller */
#homeslidertext {
	font-size: 56px;
}

/* Make home slider height smaller to get rid of weird black space */
.slider-wide {
	height: 620px;
}

/* Make CTA widget auto-size itself to fit width when on mobile devices */
.cta .widget-wrap {
	width: auto;
}
}

/* iPad/Tablets (portrait and landscape)
--------------------------------------------- */

/* Center custom image logo on smaller devices */
@media only screen and (max-width: 960px) {

	.header-image .site-title a {
    		background-position: center top !important;
	}

/* Make home page welcome text smaller */
#homeslidertext {
	font-size: 56px;
}

/* Reduce padding on home page welcome-wide widget text */
.welcome-wide .wrap {
	padding: 120px 20px 30px;
}

/* Make CTA widget auto-size itself to fit width when on mobile devices */
.cta .widget-wrap {
	width: auto;
}
}

/* iPhones (portrait and landscape)
--------------------------------------------- */

/* Center custom image logo on smaller devices */
@media only screen and (max-width: 767px) {

	.header-image .site-title a {
    		background-position: center top !important;
	}

/* Make home page welcome text smaller */
#homeslidertext {
	font-size: 50px;
}

/* Make home slider height smaller to get rid of weird black space */
.slider-wide {
	height: 600px;
}

/* Reduce padding to center text on slider in smaller screens */
.slider-wide .widget {
	margin: 110px 0 20px;
}

/* Reduce padding on home page welcome-wide widget text */
.welcome-wide .wrap {
	padding: 120px 10px 30px;
}

/* Make CTA widget auto-size itself to fit width when on mobile devices */
.cta .widget-wrap {
	width: auto;
}
}

/* Center custom image logo on smaller devices */
@media only screen and (max-width: 580px) {
	
	.header-image .site-title a {
    		background-position: center top !important;
	}

/* Make home page welcome text smaller */
#homeslidertext {
	font-size: 50px;
}

/* Make home slider height smaller to get rid of weird black space */
.slider-wide {
	height: 600px;
}

/* Reduce padding to center text on slider in smaller screens */
.slider-wide .widget {
	margin: 110px 0 20px;
}

/* Reduce padding on home page welcome-wide widget text */
.welcome-wide .wrap {
	padding: 120px 10px 30px;
}

/* Make CTA widget auto-size itself to fit width when on mobile devices */
.cta .widget-wrap {
	width: auto;
}
}
	
/* Center custom image logo on smaller devices */
@media only screen and (max-width: 480px) {
	
	.header-image .site-title a {
    		background-position: center top !important;
	}

/* Make home page welcome text smaller */
#homeslidertext {
	font-size: 50px;
}

/* Make home slider height smaller to get rid of weird black space */
.slider-wide {
	height: 600px;
}

/* Reduce padding to center text on slider in smaller screens */
.slider-wide .widget {
	margin: 110px 0 20px;
}

/* Reduce padding on home page welcome-wide widget text */
.welcome-wide .wrap {
	padding: 120px 10px 30px;
}

/* Make CTA widget auto-size itself to fit width when on mobile devices */
.cta .widget-wrap {
	width: auto;
}
}