/*
 Theme Name:   Kostastheme
 Author:       Alexandra Guyot
 Author URI:   https://alexandra-guyot.graphics/
 Template:     twentyseventeen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light,
  dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  kostas
*/





.panel-content{
	background-color:#BCDFF7;
}

.site-content-contain{
	background-color:#BCDFF7;
}


.search-form{
    max-width: 303px;
}

.colors-custom :not( .mejs-button ) > button, 
.colors-custom button.secondary, 
.colors-custom input[type="reset"], 
.colors-custom input[type="button"].secondary, 
.colors-custom input[type="reset"].secondary, 
.colors-custom input[type="submit"].secondary, 
.colors-custom .prev.page-numbers, 
.colors-custom .next.page-numbers {
    background-color: #ffffff !important;
    border: 2px solid #1F4747;
    color:#1F4747;;
}

.colors-custom :not( .mejs-button ) > button:hover, 
.colors-custom :not( .mejs-button ) > button:focus, 
.colors-custom button.secondary:hover, 
.colors-custom input[type="reset"]:hover, 
.colors-custom input[type="button"].secondary:hover, 
.colors-custom input[type="reset"].secondary:hover, 
.colors-custom input[type="submit"].secondary:hover, 
.colors-custom .prev.page-numbers:hover, 
.colors-custom .next.page-numbers:hover {
    background-color: #1F4747!important;
    border: 2px solid #ffffff;
    color:#ffffff;
}

.timeline-Widget, #twitter-widget-0.twitter-timeline.twitter-timeline-rendered{
    width:320px!important;
}

.page-one-column .panel-content .wrap {
    max-width: 995px;
}



.single-post:not(.has-sidebar) #primary,
 .page.page-one-column:not(.twentyseventeen-front-page) #primary,
 .archive.page-one-column:not(.has-sidebar) .page-header,
 .archive.page-one-column:not(.has-sidebar) #primary {
    margin-left: auto;
    margin-right: auto;
    max-width: 995px;
}

.single-post .single-featured-image-header,
.page .single-featured-image-header{
	display: none;
}

footer.comment-meta, div.comment-author.vcard,div.comment-metadata{
    background-color:#BCDFF7;
}



footer{
    background-color:#ffffff;
}

.entry-footer{
    background-color:#BCDFF7;
}


button.qc-cmp-close-icon{
    color:#ffffff;
}