@charset 'utf-8';
/*
  Theme Name: UniTravel Child
  Theme URI: http://unitravel.ancorathemes.com/
  Description: UniTravel - Multipurpose and Multiskin Responsive Wordpress theme
  Author: AncoraThemes
  Author URI: http://ancorathemes.com/
  Template: unitravel
  Version: 1.0
  Tags: light, responsive-layout, flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
  Text Domain:  unitravel
*/

/* =CHANGE HEADER BACKGROUND COLOR
-------------------------------------------------------------- */
.scheme_default .top_panel.inverse_header {
    background-color: #000000 !important;
}
.scheme_default .inverse_header .sc_layouts_row_fixed_on {
    background-color: #000000 !important;
}
/* =CHANGE ΦΟΟΤΕΡ BACKGROUND COLOR
-------------------------------------------------------------- */
.scheme_default .footer_wrap, .scheme_default .footer_wrap .vc_row {
    background-color: #000000 !important;
}
.scheme_default .footer_copyright_inner {
    background-color: #000000 !important;
}


.scheme_dark .sc_layouts_title_caption, .scheme_dark .sc_layouts_title_caption * {
    color: #fff !important;
}
.scheme_dark .sc_layouts_title_breadcrumbs {
    color: #fff !important;
}
.scheme_dark .sc_layouts_title_breadcrumbs a {
    color: #fff !important;
}

.post_item_single > .post_featured {
    margin-bottom: 2.8em;
    max-width: 650px;
    margin: 30px auto;
}

.post_header {
	display: none;
}
.post_meta_item.post_tags{	
	display: none !important;
}

input.wpcf7-form-control.wpcf7-date {
    color: #818892;
    border-color: #f0f2f8;
    background-color: #f0f2f8;
    width: 100%;
    border-radius: 1.6em;
    padding: 0.5em 2.2em;
    box-sizing: border-box;
    min-height: 45px;
}