/*
Theme Name:     Teamsters 174 Theme
Theme URI:      http://teamsters174.net
Description:    A custom Wordpress Theme for Teamsters Local 174
Author:         ConnieMac Design
Author URI:     http://www.conniemacdesign.com/
Template:       3clicks
Version:        1.0
Tags:           flexible-width, custom-colors, custom-menu, featured-images, post-formats, theme-options, threaded-comments, translation-ready
*/


/*=============== LOGO =========================*/
#g1-id {
    	padding-top: 5px;
	padding-bottom: 0px;
}

/*================ NAVIGATION MENU ===============*/
#g1-primary-nav {
    margin-top: 8px;
}

#g1-primary-nav-menu li a {
	line-height: 80% !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	color: #F6B702;
}

#g1-primary-nav-menu li {
	background: #1651BD;
	color: #F6B702;
	border-right: #000 4px solid;
	margin-bottom: 8px;
}

#g1-primary-nav-menu li:hover {
	background: rgba(22,81,189,.9);
	border-right: #000 4px solid;
	margin-bottom: 6px;
}

#g1-primary-nav-menu li a:active { color: #fff !important;
}

/*================ HIDE DEFAULT MOBILE MENU ===============*/

#g1-primary-nav-switch { display: none !important; }

/*================ BREADCRUMBS ===============*/
.g1-content .g1-nav-breadcrumbs {
    display: none;
}

/*=============== CONTENT =========================*/

h4 {
	font-weight: bold;
	padding-top: 15px;
}

/* THE NEXT TWO CODES CONTROL WHAT COLOR LINKS ARE BEFORE AND AFTER HOVER */
.g1-content a {
    color: #00358c;
}

.g1-content a:hover {
    color: #2775f4;
}

/* THIS IS THE FONT COLOR OF THE NAV MENU */
#g1-primary-nav-menu > li > a > .g1-nav-item__title {
	color: #F6B702;
	font-weight: bold;
}

.g1-content > .g1-layout-inner {
    padding-top: 20px;
    padding-bottom: 3em;
}

/* MAIN FONT THROUGHOUT */
.g1-font-regular-xl {  
font-size: 17px;
}


.read-more {
	font-style: italic;	
	font-size: 80%;
	font-weight: bold;
}

.readSourceStory {
	background-image:url(http://localhost/teamsters-174/wp-content/uploads/2015/08/readSourceStory.png);
	background-repeat: no-repeat;
	padding-left: 17px;
}

.associated-posts.title-full-content .associated-post .post-title a {
    color: #222;
}

/*============= SIDEBAR ========================*/


/*=============== FOOTER =========================*/
#g1-prefooter > .g1-gmap-wrapper {
    height: 380px;
    margin-bottom: 0px;
    padding: 0px;
    display: none;
}

/* LINK COLOR WITHIN THE PREFOOTER WIDGET*/
.g1-prefooter a {
    color: #eaeaea;
	
}

#g1-preheader-widget-area {
    display: none;
}

/* COPYRIGHT INFO CODE*/
#g1-footer-text {
    font-size: .8em;
}

/*=============== HEADLINES ===============*/
h1, .g1-h1 {
    font-size: 42px;
}

.entry-header, .archive-header {
    margin-bottom: 1em;
	padding-top: 10px;
}

.g1-content h2 a {
	color: #000;
	font-size: .8em;
}

/*=============== SIMPLE DROPCAP =========================*/
.g1-font-regular-xl .g1-dropcap {
	font-family: Times,Georgia,serif !important;
    height: 54px;
	margin-right: 0.210em;
    margin-right-value: 0.20em;
    margin-right-ltr-source: physical;
    margin-right-rtl-source: physical;
	padding: 5px;
	font-size: 54px;
	line-height: 54px;
	font-weight: bold;
	color: #000099;
	background-color: #000099;
}

/*============== QUICK LINKS STRUCTURE ==============*/
.quicklinks {
	background-color: #e8eeee;
	/*border: thin dotted #069;*/
	border: 4px solid #000;
	padding: 12px;
}

.QL-sidebarHeader {
	color: #fff;
	text-align:center;
	font-weight: bold;
	border: #333 thin solid;
	padding: 6px;
	margin: 10px 20px;
	background: #000;

}

p .QL-sidebarHeader {
	color: #fff;
}

/*=============== WIDGETS ===============*/

.widget { 
	margin-bottom: .5em; 
	padding-bottom: 1px; /* Prevent margin collapsing */ 
}

#secondary .widget { 
	margin-bottom: .25em;
	margin-left: 1.5em;
	padding: 20px 10px;
	background-color: #dcdcdc;
}

/* SIDEBAR WIDGET -- INFO FOR MEMBERS 
I removed all this:
.g1-secondary-wide.g1-secondary-before #secondary {
    background-color: #dcdcdc;
}

.g1-secondary-before #secondary > .g1-inner {
    padding-top: 1.5em;
	padding-right: 1.25em;
	padding-left: 1.25em;
	border: 2px solid #666;
}
*/




.g1-content #secondary .widget + .widget::before {
	border-color: transparent;
}

.g1-links li > a:before { 
	position: absolute; left: -16px; 
	font-size: 14px; 
	font-family: FontAwesome; 
	content: "\f138"; 
}

/*============= POSTS =================*/
.g1-nav-single {
    display: none;
}

.search-results .search-meta {
    display: none;
}

.associated-posts.title-full-content .associated-post .post-content {
    padding-bottom: 25px;
}


/*=============== SOCIAL SHARE BAR ===============*/
#fsb-social-bar.fsb-social-bar {display: none;}


/*============ HOME CALENDAR============*/
body.page-id-6 .ai1ec-calendar-toolbar {
    display: none !important;
}

body.page-id-6 .ai1ec-views-dropdown {
    display: none !important;
}

body.page-id-6 .ai1ec-btn-toolbar {
    display: none  !important;
}

body.page-id-6 .ai1ec-btn-group > .ai1ec-btn:not(:first-child):not(:last-child):not(.ai1ec-dropdown-toggle) {
    display: none !important;
}

body.page-id-6 .ai1ec-btn-group, .ai1ec-btn-group-vertical {
    display: none !important;
}