/*
 Theme Name:   Eduma Child
 Theme URI:    http://educationwp.thimpress.com/
 Description:  Eduma Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     eduma
 Version:      1.0.0
 Text Domain:  eduma-child
*/



  /* .product-grid .content__product {
    width: 250px !important;
  } */


h2.woocommerce-loop-category__title {
  font-size: 13px !important;
}

/*ESTILOS JCMS */
/*modificaciones de los elementos del menú*/

/*destacar un elemento del menú: destacado-menu*/
.destacado-menu > a {
text-decoration: none !important;
margin-top:0px;
padding: 10px !important;
color: #ffffff !important;
background-color: #69293a !important;
border-radius: 60px !important;
}

/*destacar un elemento del menú: destacado-menu2 */
.destacado-menu2 > a {
text-decoration: none !important;
margin-top:18px;
padding: 10px !important;
color: #ffffff !important;
background-color: #7c9eb2 !important;
border-radius: 10px !important;
}

/*destacar un elemento del menú: destacado-menu3 */
.destacado-menu3 > a {
text-decoration: none !important;
margin-top:18px;
padding: 10px !important;
color:  #ffffff !important;
background-color: #ff0000 !important;
border-radius: 10px !important;
}

/*destacar un elemento del menú: destacado-menu4 */
/* Elemento del menú transparente, con opacidad al pasar el mouse */
.destacado-menu4 {
background: transparent;
border-color: #663e45;
border-style: solid;
border-width: 2px;
border-radius: 60px;
padding: 0px;
transition: all 0.2s linear;
line-height:25px;
}
.destacado-menu4 a {
color:#ffffff;
}
.destacado-menu4:hover {
background-color: #663e45;
border-color: #663e45;
color:#ffffff;
}
li.destacado-menu4:hover a {
color:#ffffff;
}
.destacado-menu4:active {
border-radius: 22px;
color:#ffffff;
}

/*destacar un elemento del menú: destacado-menu5 */
.destacado-menu5 > a {
text-decoration: none !important;
margin-top:18px;
padding: 10px !important;
color: #008f39 !important;
}


/*destacar un elemento del menú: destaca-menu*/
/*Elemento del menú con bouncing (botando)*/
.destaca-menu > a {
text-decoration: none !important;
margin-top:18px;
padding: 10px !important;
color: #ffffff !important;
background-color: #69293a !important;
border-radius: 20px !important;
}

.destaca-menu {
animation: bouncing .8s cubic-bezier(0.1,0.05,0.05,1) 0s infinite alternate both;
}
 
@keyframes bouncing{
    0%{top:10px}
    100%{top:-10px}
}


/*juntar los elementos del menú para que quepan en una línea -antes:28,16,28,16- */
/*separar los elementos del menú para extenderlos en una línea -antes:28,10,28,5- */
.main-navigation li a {
    padding: 28px 16px 28px 16px !important;
    line-height: 20px !important;
}

/*acercar el cursor desplagable al elemento del menú -antes padding-left: 10px;-*/
/*alejar el cursor desplagable al elemento del menú -antes padding-left: 4px;-*/
.main-navigation .menu-item-has-children > a:after {
    content: '\f107';
    font-family: 'FontAwesome';
    display: block;
    float: right;
    padding-left: 8px;
    line-height: 20px;
    font-weight: 300;
}

.class-name { background-image: url("https://colegioatenea.es/wp-content/uploads/2019/03/corcho.jpg") } 
.modal.fade .modal-dialog{
  margin-top:350px;
}

