/*
 Theme Name:   Lt Villa Child
 Theme URI:    http://demo.ltheme.com/wordpress/lt-villa
 Description:  Lt Villa Child Theme
 Author:       Dimitris Klagkos
 Author URI:   https://crossbow.gr
 Template:     lt-villa
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
 Text Domain:  lt-villa-child
*/

body, body p {
	color: #777;
	font-size: 15px;
	font-family: "Open Sans", Sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", Sans-serif;
	text-transform: uppercase;
	color: #000;
	font-weight: 600!important;
}


#main-footer h1, #main-footer h2, #main-footer h3, #main-footer h4, #main-footer h5, #main-footer h6 {
	color: #fff;
}

.site-header {
    border-top: 2px solid #5266b0!important;
}

.site-header-menu .primary-menu > li > a::before {
	background: #5266b0!important;
}

.area p {
	color: #FFFFFF;
	font-size: 14px;	
	font-weight: 600;
}

.h-no h4 {
	margin-bottom: 0;
}

.white p {
	color: #fff!important;
}

.site-footer .site-info p {
	font-size: 11px;
}

.wpcf7-form .wpcf7-form-control.wpcf7-submit {
	background: #5266b0!important;
}

.wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
	background: #777!important;
	
}

.wpcf7-submit:hover {
	box-shadow: none!important;
}

.primary-menu > li.lang-item > a {
	margin: 0 !important;
}

.main-navigation .menu-item-has-children > a::after {
	right: 1em;
	
}

.main-navigation ul ul .lang-item a {
	width: auto!important;
}

.main-navigation ul ul.sub-menu {
	border: none!important;
}

.rtl .site-branding {
	margin-right: 0!important;
	margin-left: auto!important;
}


#main-footer .four.columns.footer3 .menu-item-has-children {
	display: none;
}