/* ------------------------------------------------------------------------ */
/* 7.0 - Sticky                                                        */
/* ------------------------------------------------------------------------ */


.custom .header {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.custom .header.sticky {
	top: -2.4em;
}

/* smaller than medium */
/*@media only screen and (max-width: 767px) {*/
	/*.custom .page .content,*/
	/*.custom .single .content,*/
	/*.custom .error404 .content {*/
		/*padding-top: 6em;*/
	/*}*/

	/*.custom .header {*/
		/*height: 6em;*/
	/*}*/

	/*.custom .header.sticky {*/
		/*height: 35px;*/
		/*background-color: rgba(255, 255, 221, 0.8);*/
	/*}*/

	/*.custom .header .logo {*/
		/*text-align: left;*/
	/*}*/

	/*.custom .header .logo img {*/
		/*height: 4.5em;*/
		/*margin: 1em 0 0 0;*/
	/*}*/

	/*.custom .header.sticky .logo img {*/
		/*height: 2.7rem;*/
		/*margin: 0.5em 0 0 0;*/
	/*}*/
/*}*/

/*!* small *!*/
/*@media only screen and (max-width: 479px) {*/
	/*.custom .page .content, .custom .single .content, .custom .error404 .content {*/
		/*padding-top: 3.3em;*/
	/*}*/
/*}*/
