/*
Theme Name: Geek Girl Authority
Theme URI: http://geekgirlauthority.com/
Template: Extra
Author: Nine Planets, LLC
Author URI: http://www.9planetsdesign.com
Description: Extra Child Theme
Version: 1.1486766206
Updated: 2017-02-10 14:36:46

*/

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {	/* preventing Gutenberg from forcing titles to all caps */
	text-transform: none;
}

/* breadcrumbs */
#breadcrumbs{ float: left; width: 75%; margin-bottom: 1em; position:relative; z-index:1; color: white; }
@media screen and (max-width: 980px){
 #breadcrumbs{ width: 100%; }
}

/* Wider page width */

#top-header .container,
#main-header .container {
    width: 90%;
  	max-width: 1580px!important;
  	padding-left: 0;
  	padding-right: 0;
}

#footer .container {
	width: 90%; 
    max-width: 1580px;
}

/* Widget Colors */

.et_pb_extra_column_sidebar .et_pb_widget .widgettitle { background:#F24738; }

/* Comments */

#comment-wrap {
    background: white;
    padding: 40px;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
}

/* Remove excess code in home page "RECENT" module that was showing up only on mobile screens */
@media all and (max-width: 768px) {
	.with_sidebar .posts-blog-feed-module .paginated_content .paginated_page[data-columns]::before {
		content: none !important;
	}
}

/* NAVIGATION MENU */
/* adjust spacing between nav menu links to fit more options */
#et-navigation > ul > li {
	margin: 0 7px !important;
}

/* Post content links and hover links */
.single-post .post-content a {
	color: #333333 !important;
	border-bottom: .125rem solid #f24738 !important;
}

.single-post .post-content a:hover {
	color: #f24738 !important;
}

.single-post .post-content h3.fn.name a {	/* for author tab at bottom of each post */
	border-bottom: none !important;
}

.abh_tabs .abh_posts a, .abh_tabs .abh_about a, .abh_posts_tab .abh_social a, .abh_about_tab .abh_social a {	/* for author and recent posts tabs and social icons at bottom of each post */
	border-bottom: none !important;
}

/* JETPACK SUBSCRIPTION WIDGET IN SIDEBAR */
#subscribe-blog-blog_subscription-2 {
	padding: 10px;
}