/*
Theme Name:     The Amazing Sorbet Child Theme
Theme URI:
Description:    Sorbet Child Theme
Author:         Joshua Glenn Wilson
Author URI:
Template:       sorbet
Version:        1.02
*/

/* @import url("./sorbet/style.css"); */
@import url("/wp-content/themes/sorbet/style.css");


.custom-header-wrapper {
	display: block;
	max-width: 1028px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 460px) {
	.alignleft {
		margin: 3px 2px 13px 0;
		width: 100%;
		float: none;
	}
	
	.entry-content a {
		float: none;
		margin-bottom: .5em;
		margin-right: .5em;
	}
}

/*general heading*/
@media only screen and (min-width: 756px) {
	.site-header {
		height: 80px;
	}
	
	.site-branding {
		max-width: 900px;
	}
	
	.toggles {
		margin: -74px 2% 8.5px;
	}
	
	.site-header img {
		margin: 9px 0 0 5%;
	}
	
	.site-description {
		position: relative;
		float: right;
		clip: rect(1px,1px,1px,1px);
		margin: -70px 26% 0 0;
	}
}
@media only screen and (max-width: 755px){
	
	.toggles {
		margin: -25px 0 3px;
	}
}


/*description handling*/
@media only screen and (max-width: 948px) {
	.site-description {
		display: none;
	}
	
	.custom-header-wrapper {
		max-width: 780px;
	}
}

@media only screen and (min-width: 949px) and (max-width: 1039px) {
	.site-description {
		margin: -70px 22% 0 0;
	}
}