/*
Theme Name: Manjas Cantina
Description: A Child Theme for the Enfold Theme.
Version: 1.0
Author: graphicfactory
Author URI: https://www.graphicfactory.de
Template: enfold
*/



/*Add your own styles here:*/

/* BASICS */
*,
html,
body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
}
html,
body,
blockquote,
p {
	font-size: 16px !important;
	line-height: 1.6rem !important;
	font-weight: 400 !important;
}


@media (min-width: 576px) {
	body,
	blockquote,
	p {
		font-size: 16px !important;
	}
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
	body,
	blockquote,
	p {
		font-size: 18px !important;
	}
}
@media (min-width: 1200px) {
}
@media (min-width: 1400px) {
}

b,
strong {
	color: var(--enfold-main-color-color) !important;
}

/* HEADER */
#header_main .logo img {
	padding: 10px 0;
}

.av-burger-overlay-bg {
	opacity: 1;
	background-color: var(--enfold-header-color-bg);
}



/* FOOTER */
#footer,
#footer p {
	font-size: 0.888889rem !important;
}
#footer a:link,
#footer a:visited,
#footer a:active {
  color: var(--enfold-footer-color-color) !important;
}
#footer a:hover {
	color: var(--enfold-footer-color-primary) !important;
}

#socket {
	font-size: 0.75rem !important;
}
#socket a:link,
#socket a:visited,
#socket a:active {
  color: var(--enfold-footer-color-color) !important;
}
#socket a:hover {
	color: var(--enfold-footer-color-primary) !important;
}
