/*  MICROTHEMER STYLES  */


/*= Geral ===================== */

/** Geral >> Catapult cookie bar ctcc left side **/
#catapult-cookie-bar .ctcc-left-side {
	font-size: 9px !important;
}

/** Geral >> Catapult cookie bar **/
#catapult-cookie-bar {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

/** Geral >> Colophon **/
#colophon {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

/** Geral >> Colophon site info **/
#colophon > .site-info {
	font-size: 10px !important;
	padding-left: 350px !important;
}

/** Geral >> Site info link:(1) **/
.site-info > a:nth-of-type(1) {
	color: rgb(255, 255, 255) !important;
}


/*= Menu principal ============ */

/** Menu principal >> Masthead custom logo **/
#masthead .custom-logo {
	width: 150px !important;
}

/** Menu principal >> Custom logo **/
#zak-masthead .custom-logo {
	width: 120px !important;
	min-width: 120px !important;
	height: 120px !important;
}

/** Menu principal >> Zak row **/
#zak-masthead .zak-row {
	height: 20px !important;
}

/** Menu principal >> Zak footer bar **/
#zak-footer .zak-footer-bar {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

/** Menu principal >> Zak primary **/
#zak-primary {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

/** Menu principal >> Paragraph **/
#footerlinktochildthemewp p {
	font-size: 0 !important;
	font-weight: 0 !important;
	margin-bottom: 0 !important;
}

/** Menu principal >> Zak entry footer **/
#post-15 .zak-entry-footer {
	font-size: 0 !important;
}

/** Menu principal >> Link **/
#footerlinktochildthemewp a {
	font-size: 0 !important;
}

/** Menu principal >> Zak header col 2 **/
#zak-masthead .zak-header-col--2 {
	height: 158px !important;
}


/*( Desktop e tablet )*/
@media (min-width: 768px) and (max-width: 979px) {
	/** Geral >> Colophon site info **/
	#colophon > .site-info {
	padding-left: 150px !important;
}

}


/*( Tablet & celular )*/
@media (max-width: 767px) {
	/** Geral >> Colophon site info **/
	#colophon > .site-info {
	padding-left: 150px !important;
}

}


/*( Celular )*/
@media (max-width: 480px) {
	/** Geral >> Colophon site info **/
	#colophon > .site-info {
	color: rgb(255, 255, 255) !important;
	font-size: 8px !important;
	font-weight: 400 !important;
	padding-left: 10px !important;
}

}

