/* Background Colors */
body, #main-wrapper, footer#footer, .colophon {
background-color: black;
color: #e7f1f7;
}
header.tc-header, .colophon {
background-color: black;
color: #e7f1f7;
}

/* Header Border */
header.tc-header {       
border-bottom: 0px #3399ff;
}
/* Social Icons in Header And Footer */
/* Header */
.navbar-inner a.social-icon                 {color:#e7f1f7;
text-shadow:    none;} 
.navbar-inner a.social-icon:hover                 {color:#3399ff;
text-shadow:    none;} 
/* Footer */
footer#footer .colophon  a.social-icon      {color:#e7f1f7;
text-shadow:    none;}     
footer#footer .colophon  a.social-icon:hover      {color:#3399ff;
text-shadow:    none;}     
/* Header Menu */
.navbar .nav > li > a, .navbar .nav > li > a:first-letter,
.navbar .nav > li.current-menu-item > a, 
.navbar .nav > li.current-menu-ancestor > a {
display:        inline;
color:          #e7f1f7;               
font-size:      1.1em;
padding:        5px 20px;
}
/* Adjust Menu colors - Normal */
.navbar .nav > li > a {
color:          #e7f1f7;
text-shadow:    none;
}
/* Adjust Menu colors - Hover */
.navbar .nav > li > a:hover, .navbar .nav > li > a:hover:first-letter { 
color:          #3399ff;                      
text-shadow:    none;
}
 @media screen and (max-width: 979px) {
.navbar .nav > li > a, .navbar .nav-collapse .nav > li > a:first-letter {
color:         #5a5a5a;
text-shadow:    none;
}
}
/* CENTER SOCIAL ICONS */
.navbar-wrapper .navbar.resp .social-block {
display:            block;
margin:             0 1%;              /* Adjust +/- % if needed */
}
/* CENTER NAVBAR */
.navbar-inner {
    padding-right: 15px;
}
.tc-header .nav-collapse {
    float: right;
}
.navbar .nav {
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav-collapse .nav > li {
    float: none;
    display: inline-block;
}
.nav-collapse .nav > li li {
    text-align: left;
}
.navbar div>ul.nav>.menu-item:last-child>a { 
    padding-right: 5px
}

/* Page and Post Header Text*/
h1.entry-title, h2.entry-title, article.sticky h2,
h1.entry-title>a, h2.entry-title>a, article.sticky h2>a,
.tc-grid-icon::before {
color: #e7f1f7; 
text-shadow: none;
}
h2.entry-title a:hover {
color: #3399ff;
text-shadow: none;
}
/* Footer */
footer#footer {
    background: none repeat scroll 0 0 black;
}

.footer-widgets {
padding-top:    15px;
padding-bottom: 5px;
text-align: center;
}


/* Page Button Styling */
.pager a { color: black}
.pager li > a, .pager li > span {
	background-color: #e7f1f7;
  border-color:  #e7f1f7;
	border-width: 1.5px;
  border-radius: 15px;
  display: inline-block;
  padding: 5px 14px;
}


footer#footer {
border-top-color:     #3399ff;
border-top-width: 2.5px;
}

footer#footer .colophon {
background:     none repeat scroll 0 0 black;
}
footer#footer .colophon  p, footer#footer .colophon  a {
	color:          #e7f1f7;}

/* Content Text Styling */
.content, p {color: #e7f1f7;}
.content, a:hover {color: #3399ff;
font-weight: bold}
.content, a {color: white; 
font-weight: bold}

/* START OF Change the Divider Bar */
/* 2px=thickness, solid=style (dotted-dashed-solid-double-groove-ridge-inset-outset), red=color */
.featurette-divider {
border:         1px solid #e7f1f7;
}
/* END OF Change the Divider Bar */

/* Slider Style */
.carousel {border-bottom: 10px solid #3399ff}

.carousel-caption {
 background: rgba(0, 0, 0, 0.6);
}
/* Make Carousel fade - adapt 2s to required delay */ 
.carousel-inner > .czr-item {
-webkit-transition: opacity .7s ease-in-out ;
transition:         opacity .7s ease-in-out ;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
opacity:        1;
z-index:        1;
left:           0;
}
.carousel-inner > .active.left {
opacity:        0;
z-index:        2;
left:           0;
}
.carousel-inner > .active.right {
opacity:        0;
z-index:        2;
left:           0;
} 

/* Remove Navigation Text */
.assistive-text {
display:    none;
}


.jetpack_subscription_widget {
color: white;
text-align: center;
background-color: black;
padding: 10px 10px 10px 10px;
}
#subscribe-email input {
width: 40%;
height: 25px;
font-size: 15px;
background-color: #e7f1f7;
border-radius: 5px 5px 5px 5px;
color: black;
}

#subscribe-submit button {
font-size: 15px;
	font-family: cantarell;
border-radius:4px 4px 4px 4px;
background-color: #e7f1f7;
}

#subscribe-submit button:hover {
text-decoration-color: #3399ff;
}