/*   
Theme Name: Charitas Child Theme
Theme URI: 
Description: Use this theme to start your Charitas Child Theme development.
Author: Victor Tihai
Author URI: http://wplook.com/
Template: charitas-wpl
Version: 1.0.0.
*/

@import url('../charitas-wpl/style.css');

#site-navigation #menu-main-menu li:first-child .sub-menu li a,
#site-navigation #menu-main-menu li:nth-child(2) .sub-menu li a {
	width: 205px;
}

.widget_adress a {
	color: #00929f !important;
}

.widget_adress a:hover {
	color: #006163 !important;
}

#main .inner {
    padding: 15px 0;
}

i.icon-angle-right {
	display: none;
}

.tribe-events-adv-list-widget p {
	color: #fff;
}

footer .hfeed.vcalendar {
	color: #fff;
}

.hfeed.vcalendar,
footer .hfeed.vcalendar {
	margin-left: 0;
}

#toolbar .tb-list li.contact a {
	width: auto;
	font-size: 14px;
    height: 28px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 12px;
    text-transform: uppercase;
}

#toolbar .tb-list li.contact a i {
	margin-right: 5px;
}

#site-title img {
	max-width: 100%;
}

.nav-menu li a {	    
    font-size: 16px;
    line-height: 1;
    padding: 10px 5px;	    
}

#site-navigation {
	margin-left: 0;
}

.flexslider-news .slides {
	overflow: hidden;
}

.flexslider-news .slides img {
	margin: 0 auto 15px auto;
	height: 100% !important;
}

span.wpcf7-not-valid-tip {
	color: #770B64 !important;
	margin-top: 3px;
	font-size: 13px !important;
}

div.wpcf7-response-output {
	margin: 0 !important;
}

div.wpcf7-validation-errors {
	background: #F7E700;
	color: #333;
	font-size: 16px;
}

div.wpcf7-mail-sent-ok {
	background: #398F14;
	color: #fff;
	font-size: 16px;
}

@media only screen and (max-width : 903px) {
	.nav-menu li a {	    
	    font-size: 14px;
	    line-height: 1;
	    padding: 10px 3px;	    
	}
}