/*
Theme Name:     Cute Frames Sch
Theme URI:
Description:    Το Cute Frames sch είναι ένα θέμα που παρέχει μοναδικά πλαίσια για κάθε μορφή άρθρου: aside, εικόνα, σύνδεσμο, παράθεση και χαρακτηριστικές εικόνες. Διαθέτει πλευρική στήλη και περιοχή υποσέλιδου για τις μικροεφαρμογές. Συμβατό με κινητές συσκευές
Author:         sch.gr
Author URI:
Template:       cute-frames
Text Domain: Cute Frames Sch
Version:        3.0.0
Tested up to: 6.2.2
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

html {
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6, #secondary h2, blockquote,footer#colophon {
	 font-family:  Verdana, Helvetica, sans-serif;
}

#masthead .site-title, #masthead .site-title a {
	font-family: Roboto, Verdana, Helvetica, sans-serif;
}
h3 {
	font-size: 125%;
}
div#comments {
	background: url(images/hearts.png) 96% 5px no-repeat rgba(255, 255, 255, 0.7);
	border-radius: 5px;
	border: 3px solid #D4EFFD;
	padding: 5px;
	margin: 10px 0 45px;
	font-size:90%;
}
article.post, article.page, article.attachment {
   margin-bottom: 10px;
}

.main-navigation ul ul {
    background-color: white;
}

body.home #content .format-aside .cuteFrames-post-thumbnail-inner {
    background: none;
    width: 98%;
}

body.home #content .format-aside .cuteFrames-post-thumbnail img {
	border-radius:25px;
    width: 288px;
	height:auto;
    min-width: unset;
    min-height: unset;
    border-radius: 25px;
}

body.home article.post, body.archive article.post {
    border-radius: 18px;
}

#secondary aside {
    border-radius: 10px;
}
.main-navigation div > ul.menu > li.current_page_item > a, .main-navigation .menu > ul > li.current_page_item > a, .main-navigation div > ul.menu > li.current-menu-item > a, .main-navigation .menu > ul > li.current-menu-item > a, .main-navigation div > ul.menu > li > a, .main-navigation .menu > ul > li > a , .entry-title, .entry-title a , a,
a:hover,
a:focus,
a:active {
	color: #1860bb;
}

#masthead .site-description {
	color: #d72a45;
}