/*
Theme Name: Eduma Child
Theme URI: https://eduma.thimpress.com/
Template: eduma
Author: ThimPress
Author URI: https://thimpress.com
Description: Premium Online LMS &amp; Education WordPress Theme.
Tags: two-columns,three-columns,left-sidebar,right-sidebar,custom-background,custom-header,custom-menu,editor-style,post-formats,rtl-language-support,sticky-post,theme-options,translation-ready,accessibility-ready
Version: 5.6.7.1761110809
Updated: 2025-10-22 07:26:49

*/

/**** top banner ***/

/* Banner full-width sin saltos */

.custom-top-banner{
	background:#E9E0CE;
	text-align:center;
	padding:12px 10px;
	display:flex;
	justify-content:center;
	align-items:center;
}

.custom-top-banner a{
	display:block;
	color: rgb(144, 64, 75);
	font-weight:700;
	font-family:'Lora', serif;
	font-size:24px;
	text-transform: uppercase;
}

.custom-top-banner svg{
	width:40px;
	height:20px;
	margin-bottom:-2px
}


.e-fas-angle-double-right {
  fill: rgb(144, 64, 75);   /* Aplica el color del trazo */
}


@media (max-width:750px){
	.custom-top-banner a{
		font-size:16px;
	}
}

p{
	font-size:20px !important;
}

h1.page-title, .top_site_main .page-title-wrapper .page-title{
	font-weight:400 !important;
	text-transform:capitalize !important;
	letter-spacing:2px !important;
}

/** footer **/

.footer li, .footer a{
	font-size:14px !important;
}

.footer .wpcf7-submit{
	background-color:#92095A;
}


