/*
Theme Name:     Alert and Oriented
Description:    Child theme for the GetNoticed! theme 
Author:         Dr. Michel Accad
Template:       getnoticed
Version:        1.0
*/
@import url('../getnoticed/style.css');

/* Header */
#headernav { box-shadow: none !important; }

/* Featured Image Caption */
.featured_caption {
    font-size: 0.7em;
    line-height: 1em;
    margin-bottom: 30px;
}

/* Subtitle */
#content .hentry .entry-header h3.getnoticed-entry-subtitle { color: #555; }

/* Hide Sharebars */
.sharebar {
	display: none !important;
}

/* Change width of share buttons */
.us_wrapper .us_button {
	width: 80px;
}	

article.type-post .us_wrapper .us_button {
	width: 90px;
}
/* Snippet Post */

.custom-post.snippet-post .entry-summary {
	background: #FFF;
}


/* Responsive */

@media screen and (max-width: 960px) {
	.site-logo { width: 100%; }
}

@media screen and (max-width: 690px) {
	#headernav .mobile-title a {
	    background-size: auto 100px;
	    padding-top: 100px;
		width: 500px;
	}
}

@media screen and (max-width: 590px) {
	#headernav .mobile-title a {
	    background-size: auto 75px;
	    padding-top: 75px;
		width: 360px;
	}
}

@media screen and (max-width: 480px) {
	#headernav .mobile-title a {
	    background-size: auto 63px;
	    padding-top: 63px;
	    width: 300px;
	}
}


@media screen and (max-width: 380px) {
	#headernav .mobile-title a {
	    background-size: auto 56px;
	    padding-top: 56px;
	    width: 260px;
	}
}