/*
 Theme Name:   ApexClinic Child
 Theme URI:    https://themes.radiantthemes.com/apexclinic/
 Description:  ApexClinic Child Theme
 Author:       RadiantThemes.com
 Author URI: https://themeforest.net/user/radiantthemes
 Template:     apexclinic
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 Text Domain:  apexclinic-child
*/
.vc_row p{
    margin-bottom: 15px;
}
.vc_row h1,.vc_row h2, .vc_row h3, .vc_row h4, .vc_row h5, .vc_row h6 {
    margin-top: 0;
    margin-bottom: 15px;
}
.text-uppercase{
	text-transform: uppercase;
}
.light-shadow{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
}
.header_top{
	display: flex;
	align-items: center;
}
.header_top_item {
    margin-bottom: 0px;
}
.header_top_item ul.contact{
	margin-top: 0;
}
.wraper_header_top > .container {
    padding-top: 15px;
    padding-bottom: 15px;
}
.header_main_action{
	margin-top: 0;
}
ul.socials{
	line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
ul.socials > li > a{
	font-family: Montserrat;
    text-transform: uppercase;
    line-height: 26px;
    font-weight: 500;
    font-style: normal;
    color: #ffffff;
    font-size: 13px;
}
ul.socials > li > a > i{
	font-size: 21px !important;
}

ul.socials-footer{
	line-height: 1;
    /*position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);*/
}
ul.socials-footer > li{
	position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 22px;
}
ul.socials-footer > li:last-child{
	margin-right: 0;
}
ul.socials-footer > li > a{
	font-family: Montserrat;
    text-transform: uppercase;
    line-height: 26px;
    font-weight: 500;
    font-style: normal;
    color: #ffffff;
    font-size: 13px;
}
ul.socials-footer > li > a > i{
	font-size: 21px !important;
}
.wraper_footer_main > .container{
	padding-top: 40px;
	padding-bottom: 10px;
}
.footer_main_item {
    margin-bottom: 20px;
}
.footer_main_item .widget_media_image{
	margin-bottom: 20px;
}
.only-xs-revslider{
    display: none;
}
.blog.element-ten .blog-item > .holder .data h4{
    font-size: 18px !important;
    line-height: 25px !important;
}
#componenti{
    display: flex;
    flex-wrap: wrap;
}
#componenti .componente{
    margin-bottom: 50px;
    text-align: center;
    flex: 0 0 33.3333%;
    padding-left: 10px;
    padding-right: 10px;
}
#componenti .componente .componente-immagine{
    width: 160px;
    height: 160px;
    border: 10px solid #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
    background-color: #f1f1f1;
    border-radius: 999px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
}
#componenti .componente .componente-nome{
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.25;
}
#componenti .componente .componente-ruolo{
    font-weight: 400;
    font-style: italic;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.5;
}
#componenti .componente .componente-riferimento{
    font-size: 13px;
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 600;
}
#componenti .componente .componente-info{
    font-size: 13px;
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 600;
}
#componenti .componente .componente-info .fa{
    margin-right: 5px;
}

@media(max-width: 991px){
	ul.socials{
		left: 0;
		right: unset;
	}
    .wraper_header_main{
        height: 53px;
        display: flex;
        align-items: center;
    }
    .wraper_header_main > .container{
        flex: 0 0 750px;
    }
    .header_main .responsive-nav{
        margin: 0;
    }
    #componenti .componente{
        flex: 0 0 50%;
    }
}
@media(max-width: 767px){
    .wraper_header_main{
        height: 42px;
        display: flex;
        align-items: center;
    }
    .wraper_header_main > .container{
        flex: 0 0 100%;
    }
    #componenti .componente{
        flex: 0 0 100%;
    }
}
@media(max-width: 480px){
    .only-xs-revslider{
        display: block;
    }
}