/*
 Theme Name:   Cherry Hinton Fesitval (Twenty Thirteen Child)
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Cherry Hinton Fesitval WordPress theme
 Author:       Simon Jones
 Author URI:   http://www.simonrjones.net
 Template:     twentythirteen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fourteen-child
*/

@import url("../twentythirteen/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

.easyfundraising-banner {
	margin: 1.2em 0;
}

.site-title {
	background: url(images/cherryhintonfestival_logo_small.png);
	width: 337px;
	height: 140px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.site-title {
	padding-top: 35px;
}

.site-header .home-link {
	min-height: 180px;
}

/* Sponsor widget */
#text-2 {
	padding: 0;
	background: #FFF;
}

#text-2 h3.widget-title {
	padding: 10px 20px;
	background: rgba(247, 245, 231, 0.7);
}

/* Responsive rules */
@media (max-width: 750px) {
	.easyfundraising-banner {
		display: none;
	}
}
@media (max-width: 450px) {
	
	.site-title {
		font-size: 1.6em;
	}
	
	.site-header .home-link {
		min-height: 135px;
	}
		
	.site-title {
		background: none;
		width: auto;
		height: auto;
		text-indent: 0;
	    white-space: normal;
	    overflow: auto;
	}
	
}