/*
 Theme Name:     Twentythirteen Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/Foxy/
 Description:    Twentythirteen Child Theme
 Author:         Innate Themes
 Author URI:     http://www.elegantthemes.com
 Template:       twentythirteen
 Version:        1.0.0
*/
 
@import url("../twentythirteen/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
/* background image to meet coaches page*/
body.page-id-68 #content {
background-image:url('/wp-content/uploads/2015/12/gc-39.jpg');
background-size:cover;
}

/* background image to faq page*/
body.page-id-144 #content {
background-image:url('/wp-content/uploads/2015/12/gc-58.jpg');
background-size:cover;
}

/* background image to get involved page*/
body.page-id-17 #content {
background-image:url('/wp-content/uploads/2015/12/gc-25a.jpg');
background-size:cover;
}

/* make image responsive */
.site-title img {
  width: 100%;
  min-height: 100px !important;
  max-height: 217px !important;
}
/* change padding to fit text in header */
#header .pad, .site-title {
  padding: 10% !important;
    text-align: center;
    text-decoration: none !important;
}
/* alter menu colors */
.main-navigation ul li:hover a {
background: #7030A0;
color: #FFFFFF !important;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #7030A0 !important;
    font-weight: bold;
}
.nav-menu li a {
    color: #7030A0 !important;
    display: block;
    font-size: 20px;
    text-style: bold;
}
.nav-menu ul li:hover a {
background: #ffffff;
color: #7030A0 !important;
}
.main-navigation {
	max-width: 100%;
	text-align: center;
}
.site-footer .sidebar-container {
    background-color: #7030A0;
}
.site-footer .widget a {
    color: #ffffff;
}
.widget a {
    color: #7030A0;
}
.widget {
    background-color: #CEBAD2;
}
.contact-submit input{
     width: 100px;
     height: 60px;
     background-color: #7030A0;
     font-size: 20px;
     color: #fff;
     border: 1px solid #7030A0;
     border-radius: 5px;
	 background: linear-gradient(to bottom, #7030A0 0%, #7030A0 100%);
}
button:hover, button:focus, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus {
    background: #fff;
    font-size: 20px;
    color: #7030A0;
    background: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
    background: linear-gradient(to bottom, #fff 0%, #fff 100%);
}
.entry-meta a {
    color: #7030A0;
}
/* Links */
a {
color: #7030A0 !important;
}
a:active,
a:hover {
color: #CEBAD2 !important;
}
.site-footer .widget a {
    color: #ffffff !important;
}
.widget .widget-title {
    font-weight: bold;
}
#cff .cff-author .cff-page-name.cff-author-date{
  color: #000 !important;
}
@media (max-width: 643px) {
.toggled-on .nav-menu > li a:hover,
	.toggled-on .nav-menu > ul a:hover {
		background-color: #7030A0;
		color: #fff;
}
.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle:active {
		color: #7030A0;
}
#colorbox{}
    #cboxContent{background:#7030A0 !important; margin-top:20px;}
        #cboxBottomCenter{height:30px; background:#CEBAD2 !important;}
        #cboxLoadedContent{background:#CEBAD2 !important; padding:5px;}
/*Change Page Title*/
.entry-title {
	display:none !important;
	color: #cebad2 !important;
}
/*Change Header pic size*/
.site-header {
       background-size: 1900px auto;
}
