/*
Theme Name: Eduma Child
Theme URI: http://educationwp.thimpress.com/
Template: eduma
Author: ThimPress
Author URI: https://thimpress.com
Description: Premium WordPress LMS 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: 3.5.1.1535122721
Updated: 2018-08-24 16:58:41

*/


/* solo in visione desktop avvicino il logo alla sx dello schermo*/
@media (min-width: 1024px) {
.width-logo {
    left: -45px !important;
}
}


/* riabbasso il widget social che sul demo era azato di 10px */

.thim-social {
    margin-top: 0 !important;
}

h3.widget-title{
	margin-top:0 !important;
}

div.footer {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* cambio colore alla fascia eventi in home page  */
#pg-5957-2> .panel-row-style {
    background-color: #304770 !important;
}

/* cambio la foto dell'intestazione della singola pagina standard SOLO per la pagina RISORSE*/

body.page-id-4424 div.page-title-wrapper  {
    background-image: url('/wp-content/uploads/2018/08/header-libreria.jpg');
    position: relative;
    background-size: cover;
    background-position: center center;
    background-color: rgba(45,51,57,.95) !important;
    min-height: 235px;
    box-shadow: inset 0px 0px 400px 110px rgba(0, 0, 0, .5);
}

/*nascondo il blocco autore*/
div.thim-about-author{
	display:none !important;
}

/*form newsletter*/
.mc4wp-form .mc4wp-form-fields input{
    border: 1px solid #ddd !important;
	color:#999 !important;
}

/*form contatto*/
.wpcf7-form textarea, form.yikes-easy-mc-form textarea {
    max-height: 350px !important;
}


/*alcune modifiche al template della scheda dei singoli componenti del team*/
body.single-our_team .breadcrumbs-wrapper{
	display:none !important;
}
body.single-our_team div.page-title-wrapper{
	display:none !important;
}
/**/


/*nei lanci dei post mando a capo gli url lunghi*/
.thim-widget-carousel-post {
	word-break: keep-all;
}
/**/