/*
 Theme Name: RM Futbol Campus
 Theme URI: https://www.wrsoluciones.es
 Description: RM Futbol Campus
 Author: RM Futbol Campus
 Author URI: https://www.wrsoluciones.es
 Template: envo-multipurpose
 Version: 1.0.0
 Text Domain: rmfutbolcampus
*/

:root {
	--main-gold-color: #bd8643;
	--main-gold-transparent-color: #bd86432e;
}

a { color: var(--main-gold-color); }
a:hover { color: var(--main-gold-color); text-decoration: underline; }

/* MENU */
.nav > li > a:before,
.nav > li.active > a:after,
.widget-title:after,
#content-footer-section .widget-title h3
{
	background-color: var(--main-gold-color);
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	background-color: var(--main-gold-transparent-color);
}
#site-navigation {
	border-top: none;
	background-color: var(--main-gold-transparent-color);
	min-height: initial;
}
.navbar {
	margin-bottom: initial;
}
h1.site-title {
	margin-bottom: 10px;
}
@media (min-width: 768px) {
	.navbar-center {
    	width: 100%;
	    text-align: center;
	}
	.navbar-center > li {
		float: none;
		display: inline-block;
	}
}
nav#top-navigation div.container > div.navbar-header {
	display: none;
}
@media (max-width: 768px) {
	nav#site-navigation .menu-container {
		z-index: 9999;
	}
	nav#site-navigation .container > .navbar-header {
		margin: 0px !important;
	}
	ul#menu-main_es {
		margin: 0;
		width: 100%;
	}
	nav#site-navigation .container > .navbar-header span.navbar-brand.brand-absolute.visible-xs {
		top: 0;
		left: 0;
	}
	div.top-search-icon.visible-xs {
		left: 0;
	}
	div.top_menu_lang {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
div.top_menu_lang ul {
	float:left;
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
	height: 32px;
}
div.container > div.collapse {
	display: initial;
	display: flex;
	flex-direction: row;
	flex: 1;
	justify-content: space-between;
}
div.container > div.collapse > div {
	flex: 1;
}
div.container > div.collapse ul {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
	
/* FOOTER */
#content-footer-section {
	background-color: var(--main-gold-transparent-color);
}
#content-footer-section div.container > div:nth-child(even) > div > ul {
	flex-direction: column;
	display: flex;
	align-items: center;
}
#content-footer-section div.container > div:nth-child(even) > div > ul > li {
	width: fit-content;
}
.footer-credits {
	background-color: #404040;
}
div#content-footer-section ul {
	text-align: center;
}

/* ICONS */
nav#top-navigation .menu-item a[href*="tel:"] {
	margin-left: 30px !important;
}
nav#top-navigation .menu-item a[href*="tel:"]:after {
	content: "\f095";
	font-family: "FontAwesome";
	border: 1px solid;
	border-radius: 20px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	display: inherit;
	margin-right: 5px;
	text-align: center;
	position: absolute;
  top: 6px;
  left: -18px;
}
div#content-footer-section .menu-item a[href*="tel:"]:before {
    content: "\f095";
	font-family: "FontAwesome";
	border: 1px solid;
    border-radius: 20px;
	width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
	display: inherit;
	margin-right: 5px;
}
div#content-footer-section .menu-item a[href*="mailto:"]:before {
    content: "\f003";
	font-family: "FontAwesome";
	border: 1px solid;
    border-radius: 20px;
	width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
	display: inherit;
	margin-right: 5px;
}
div#content-footer-section .menu-item a[href*="mailto:"]:after {
	content: initial;
}
div#content-footer-section .menu-item a[href*="mailto:"] {
	text-indent: initial;
}
/* HOME */
ul.banderas {
	list-style: none;
	margin: 30px;
	text-align: center;
}
ul.banderas > li {
	display: inline;
	margin-right: 20px;
	border-bottom: none;
}
ul.banderas > li > img {
	padding: 10px;
}
@media (max-width: 768px) {
	ul.banderas > li {
		display: table;
	}
	img.logo-campus-portada {
		width: 90%
	}
}
img.text-center {
	margin: 0 auto;
	display: block;
}
.widget-title h3 {
	border-color: var(--main-gold-color);
}

/* CONTACT */
.wpcf7-form input[type=submit] {
	background-color: var(--main-gold-color);
	color: white;
}
.wpcf7 form .wpcf7-response-output {
	font-size: 3rem;
}