/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

/*.top-section .row-bg:before {
    content: "";
    display: block;
    position: absolute;
    height: 70%;
    width: 50%;
    right: 0;
    top: 0;
    background-image: url('http://mit-italia.it/wp-content/uploads/2018/03/decor-full-02.png');
    z-index: 9;
}*/

.special-quote {
    font-size: 25px;
    line-height: 1.4;
    font-weight: 100;
}

/*------------------------------------------------decor box------------------------*/

.decor-box {
    background:#ffff37;
    background-size:  contain;
    background-position:  center center;
    background-repeat:  no-repeat;
    padding: 4%;
}

.decor-box:before {
    content: "";
    height: 280px;
    width: 177px;
    background-image: url('/wp-content/uploads/2018/07/deco-09.png');
    display: block;
    position: absolute;
    top: -60px;
    right: -70px;
    background-size:  contain;
    background-repeat:  no-repeat;
    z-index: -1;
}

.decor-box:after {
    content: "";
    height: 280px;
    width: 300px;
    background-image: url(/wp-content/uploads/2018/07/deco-08.png);
    display: block;
    position: absolute;
    bottom: -97px;
    left: -109px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
.decor-box h3{
    margin-bottom:25px;
}

.decor-box h3 {
    background: #8c2788;
    font-size: 40px !important;
    padding: 20px;
    margin-top:-80px;
	margin-bottom: 0 !important;
    color: #ffff37;
    clear: both;
    float:left;
}

/*--------------------------------------------------------slideshow---------*/

/*.video-texture{
	    background: #9c27b0b5;
}
.video-texture:before {
    content: "";
    height: 733px;
    width: 44%;
    right: 0;
    top: 0;
    position: absolute;
    display: block;
    background-image: url(http://mit-italia.it/wp-content/uploads/2018/03/decor-02.png);
    background-size: cover;
}
.swiper-slide .content {
    width: 65% !important;
    margin-top:  -60px;
}


/*---------------------------------------------------------------------menu donazioni--------------------------------------------------*/

li.slide-out-widget-area-toggle .closed span:before {
    content: "SOSTIENICI";
    background: yellow;
    padding: 10px;
    color: black;
    letter-spacing: 5px;
    font-weight: 800;
    font-size: 10px;
}
li.slide-out-widget-area-toggle .closed i {
    display: none;
}

li.slide-out-widget-area-toggle .closed {
    height: auto !important;
    width: auto !important;
}
ul.donazioni li {
    width: 30%;
    display: inline-block;
	vertical-align:top;
	padding:0 30px;
}

ul.donazioni li img {
    max-height:  60px;
    margin-bottom:  25px;
}

.minimal-form-input.no-text {
    margin-top: 0;
    padding-top: 0 !important;
    border-bottom: none !important;
}

/*----------------------------------------------------service-------------------*/
.scroll-box{
    margin: -70px 0 100px;
	
}
ul.service h3 {
    color: white;
}

ul.service li {
    list-style: none;
    display: inline-block;
    width: 22%;
    background: red;
    height: 180px;
    overflow: hidden;
    margin: 0 1%;
    position: relative;
    box-shadow: 0 10px 20px #000000a1;
	transition:.3s;
}

ul.service li:hover {
    background: #2f2f2f !important;
    transform: translateY(-10px);
}

ul.service img {
    position: absolute;
    max-height:  70px;
    right: 20px;
    bottom: 20px;
}

ul.service a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 25px;
    color: white;
}


@media only screen and (max-width: 480px){
	.scroll-box{
		overflow-x:scroll;
		width:120%;
		margin-left:-10%;
	}
	.scroll-box .service{
		width:900px;
	}	

	#slide-out-widget-area .widget_custom_html {
    display: none;
	}

}

