/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.txt-home {
	text-align: justify;
	font-size: 16px !important;
	min-height: 190px;
	}

.tit-home p {
	color: #013E7D !important;
	margin-bottom:40px !important;
	font-weight: 600;
    font-size: 18px;
	padding-bottom: 5px !important;
	border-bottom: 2px solid #ACD1ED;
	
}

.box-1h {
	border-right: 1px solid;
	padding-right: 30px;
	padding-left: 30px;
	margin-bottom: 60px;
}

.box-2h {
	padding-right: 30px;
	padding-left: 30px;
	margin-bottom: 60px;
}

.vc_column_container>.vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
}

#footer-callout-left {
    font-style: italic;
    font-size: 24px;
    font-weight: 600;
}

.ban-1h {
	text-align: center;
	font-style: italic;
	font-size: 30px;
	font-weight: 600;
	color: white !important;
	padding-top:60px;
	border-bottom: 2px solid white;
	width:70%;
	text-transform: uppercase;
}

.ele-home {
	color: white !important;
	padding-top:80px;
	padding-bottom:80px;
	font-size: 16px;
	padding-left:20px;
	padding-right: 20px;
	
}

.ele-home li {
	margin-bottom:30px;
}

.txt-chisiamo {
	text-align: justify;
}

.page-header-title span {
color: #003e7c;
    background-color: rgba(255,255,255,0.7);
    padding: 10px;
	font-weight:600;
	font-size: 52px;
    text-transform: uppercase;
}

#staff-single-media {
    width: 33%;
}

.site-breadcrumbs {
    display: none;
}

.current-menu-item {
	border-bottom: 2px solid #acd1ed;
}

.menu-item:hover {
	border-bottom: 2px solid #acd1ed;
}

.textwidget {
	color: #b3b3b3 !important;
}