/*
Theme Name:     3clicks Child Theme
Theme URI:      http://3clicks.bringthepixel.com
Description:    Got questions? Visit our <a href="http://bringthepixel.com/support/">support forum</a>.
Author:         bring the pixel
Author URI:     http://www.bringthepixel.com/
Template:       3clicks
Version:        1.0
Tags:           flexible-width, custom-colors, custom-menu, featured-images, post-formats, theme-options, threaded-comments, translation-ready
*/

/* Place all your CSS modifications below */

/* This is to move the submenu dropdown arrow left */
#g1-preheader__switch {
    width: 32px;
    height: 32px;
    display: block;
    float: none; 
    overflow: hidden;
    position: relative;
    margin-left: 45px;
    margin-bottom: -33px;
}

/*this is to move the nast logo left */
#nast-img {
    margin-left: -40px;
}

/*cspn social icon background*/
.g1-social-icon--cspn {
    background-color: #FFF !important;
}

#g1-header {height:100px !important; }

/*moves social icons to right*/
#g1-social-icons-2 {margin-left:80px; !important;}

/*get rid of bottom padding/decrease line height*/
#g1-footer-area {
    padding-top: 1.5em;
    padding-bottom: 0em; !important;
	line-height:1.25 !important;
}
/*shrink and center content area*/
.centered {width:85% !important;
margin:0 auto !important;}

/*style usa map*/
#usamap {
 
	width: 1000px;
	background: url('http://go.gbpi.net/cspn/wp-content/uploads/2015/06/background.png');
	background-repeat: repeat-x;
	border: 1px solid #444;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	padding-top: 5px;
	-moz-box-shadow: 1px 1px 8px #444;
	-webkit-box-shadow: 1px 1px 8px #444;
	 box-shadow: 1px 1px 8px #444;
	 margin:0 auto;
	margin-left:-16px;
	 }


/*styles primary nav link*/
#g1-primary-nav-menu > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: background-color 1s; /* Safari */
    transition: background-color 1s;
	
}
#g1-primary-nav-menu > li > a:hover {
	color:#54000d !important; background-color:#fff !important; 
	
	}
/*adds animation to footer text*/
#g1-footer-nav-menu > li > a {
    -webkit-transition: color .5s; /* Safari */
    transition: color .5s;
}

#g1-primary-nav-menu > .g1-type-tile-3 .g1-submenus > ul > li > a {
    padding: 42px 8% 42px 16%;

}