#header_details {
	background: #000;
	color:#a3a3a3;
	z-index: 99999!important;
	top: 0;
	width:100%;
	padding:5px 0;
	position: fixed;
	font-size:0.8rem;
}


#kyle_left {
    top:26px;
    left:0;
    position: fixed;
    z-index: 99999!important;

}

#kyle_right {
    top:26px;
    right:0;
    position: fixed;
    z-index: 99999!important;
}

#kyle_left img, #kyle_right img {
    height:100px;
    width:auto;
    -webkit-transition: all 1s ease;
}

.kyle_nav {
    height: 70px !important;
    width:auto;
}

.logo {
    -webkit-transition: all 1s ease;
    margin-top:0.5rem;
    max-width: 400px;
}

.kyle_logo_scroll {
    max-width: 240px !important;
}













/*********************
NAVIGATION STYLES
*********************/


/* Sweep To Right */

.nav li a,
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-weight: 800;
}

.nav li a:before,
.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: #ffffff;*/
    /*background: #1784ea;*/
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-bottom: 1px solid #fff;
}

.nav li a:hover,
.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
    color: #fff !important;
    text-decoration: none !important;
}

.nav li a:hover:before,
.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

nav {
    /*text-align: center;*/
    margin-left:1rem;
}

.nav {
    display: none;
    border-bottom: 0;
    margin: 90px;
    /* end .menu li */
    /* highlight current page */
    /* end current highlighters */
}

.nav li {}

.nav li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0.25em 0.35em 0.25em 0.35em;
    font-size: 24px;
    text-transform: uppercase;
    font-family: paralucent-condensed, arial, verdana;
    font-weight: 400;
    border: 0;
}

.nav li ul.sub-menu li a,
.nav li ul.children li a {
    padding-left: 30px;
}


/* end .nav */


/*********************
POSTS & CONTENT STYLES
*********************/

.newsImage {
    width: 100%;
    height: auto;
}

#content {
    margin-top: 0px;
}

.hentry {
    border-radius: 3px;
    margin-bottom: 1.5em;
}

.hentry header {
    padding: 1.5em;
    text-align: center;
}

.hentry footer {
    padding: 1.5em;
}

.hentry footer p {
    margin: 0;
}


/* end .hentry */

.single-title,
.entry-title {
    margin: 0;
    background: #000;
    color: #ffffff !important;
    padding: 10px 0;
    text-transform: uppercase;
    margin-bottom: 15px
}

.marty_content .article-header .page-title {
    font-size: 2.5em;
    padding-top: 50px;
    text-shadow: 2px 2px #ffffff;
    color: #fff;
}

.marty_content .article-header {
    height: 200px;
    margin-bottom: 15px;
    border-bottom: 1px solid #000;
    /*background:url('http://martystrength.com/wp-content/uploads/2016/08/inner_image2.jpg') no-repeat bottom left;*/
}

.headerBlack {
    background-color: #fff;
    background: #fff;
    -webkit-box-shadow: 0px 10px 26px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 10px 26px 0px rgba(0,0,0,0.35);
box-shadow: 0px 10px 26px 0px rgba(0,0,0,0.35);
}


.nav a:link, .nav a:visited:link {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 1);
}

.bit-widget {
    font-family: paralucent-condensed !important;
    font-weight:400;
}

.bit-logo-desktop, .bit-top-track-button, .bit-show-upcoming {
    display: none !important;
}


@media (max-width: 767px) {

#social_1,
#social_2,
#social_3,
#social_4,
#social_7,
#social_8,
#social_9
 {
    display: none;
}

#social_5,
#social_6
 {
    font-size: 2rem;
    padding: 15px;
 }


}