@media (min-width: 1100px) {
	.container {
	width: 1000px;
	}
	
	.col-md-8 {
	width: 72%;
	}
	
  .col-md-4 {
	width: 28%;
	}
}
 
@media (min-width: 1200px) {
	.container {
	width: 1100px;
	}
	
	.col-md-8 {
	width: 72%;
	}
	
  .col-md-4 {
	width: 28%;
	}
}
 
@media (min-width: 1300px) {
	.container {
	width: 1200px;
	}
	
	.col-md-8 {
	width: 72%;
	}
	
  .col-md-4 {
	width: 28%;
	}
}

.page .entry-utils {
    display: none;
}


.entry-utils .socials {
    display: none;
}

.entry-related{
    display: none;
} 

.single .entry-utils {
    display: none;
}


.comment-content a:hover {
    color: #000000; 
}

.widget-title {
    background: #000000;
}

.entry-content a {
    border-bottom: none;
}

.entry-meta a {
    color: #485259;
}

a:hover, a:focus {
  color: #485259;
  outline: none;
  text-decoration: none;
}

.tagline{
    display: none;
}

.entry-categories a{
 color: #485259;
}

.entry-categories a:hover{
 color: #6F686D;
}

.comment-content a{
   color: #000000;
}

.comment-content a:hover {
    color: #485259; 
}

body{
font-size:16px;
}

.entry-content a {
    color: #485259;
}
	
    /* color of links in single posts */


.entry-content a:hover {
    color: #485259;
}
    /* color of links when hover mouse over in single posts */


.entry-content a:active {
    color: #485259;
}
    /* color of links when active in single posts */

.entry-title a:hover {
    color: #6F686D;
}


#masthead  .navigation > li {
    float: none;
    display: inline-block;
}
#masthead .navigation {
    text-align: center
}
#masthead .navigation > li > a {
    margin-left: 15px;
    margin-right: 15px;
}

.site-bar .nav {
    width: 100%;
}
.site-tools {
    width: 0%;
}

.tagline,
#footer .site-logo{
	display:none;
}


/* Social, Meta, Buttons */

.read-more {
    color: #000000;
    border-color: #000000; }
.read-more:hover {
    border-color: #000000;
    color: #6F686D; }

.entry-utils .socials a:hover {
    color: #6F686D; }

input[type="submit"], button.searchsubmit {
    background:  #000000; }

.btn, .comment-reply-link, input[type="button"], input[type="submit"], input[type="reset"], button {
    background:  #000000;}

.navigation > li > a:hover, .navigation > li.sfHover > a, .navigation > li.sfHover > a:active {
    color: #485259;
}

.widget-title {
    background: #000000;
}


.tagline{
    display:none;
}

.entry-categories a{
 color: #485259;
}

.entry-categories a:hover{
 color: #8b9296;
}

.entry-content a {
    color: #8b9296;
    /* color of links in single posts */
}
.entry-content a:hover {
    color: #485259;
    /* color of links when hover mouse over in single posts */
}

.entry-content a:active {
    color: #485259;
    /* color of links when active in single posts */
  }


footer .nav{
 display:none;
}

.site-logo {
    padding: 0px;
    text-align: center;
}

h1, h2, h3, h4, h5 {
margin-bottom: 0;
padding-bottom: 0;
} 

.entry-featured img {width: 100%;}

@media only screen and (max-width: 440px) {
    div#n2-ss-10, div#n2-ss-10-placeholder {
        display: none;
    }
}

@media (min-width: 992px) {
    .single-post #site-content > .row > .col-md-4 {
        display: none;
    }
   .single-post #site-content > .row > .col-md-8 {
        width: 75%;
        margin: auto;
        float: none;
    }
}
@media only screen and (max-width: 440px) {
    div#n2-ss-4, div#n2-ss-4-placeholder {
        display: none;
    }
}

@media(max-width:168px) {
    .site-logo img {
        width: 200%;
        max-width: 200%;
    }
}

.site-logo img {
        width:400px;
}