/*
 Theme Name: Costas blog
 Theme URI: https://themeforest.net/user/mnky/portfolio
 Description: Child theme of Typograph WordPress theme.
 Author: MNKY
 Author URI: https://themeforest.net/user/mnky
 Template:     typograph
 Version:      1.0.0
 License: Envato Marketplaces Split Licence
 License URI: Envato Marketplace Item License Certificate
 Tags: theme-options, translation-ready, rtl-language-support, post-formats, microformats, full-width-template, custom-colors, left-sidebar, right-sidebar, fluid-layout
 Text Domain:  typograph-child
*/

/* hide dropcap */

.post-dropcap{display: none;}

/* restriction popup */

#itro_opaco{
	opacity: 0.9!important;
	background: #000!important;
}

#ageLeaveButton{
	background: transparent!important;
	color: #FF4B4B!important;
}

#ageEnterButton{
	background: #49C496!important;
}

/* header */


.page-header{
	background: url('/wp-content/uploads/2020/03/background.jpg');
	background-size: cover;
}

.page-header h1,
.page-header-inner *{
	color:#fff!important;
}


#site-header #header-wrapper,
#wrapper, #main, .boxed-layout #wrapper{
background: #F7F7F7;
}


/*
#site-logo{
	margin-top: 16px;
}
*/

.archive-layout .entry-summary, .archive-layout .entry-content{text-align: center;}

.archive-layout .post-dropcap{
	color:#414764; /* #ff4b4b -- red */
}


.post-format-badge{
	background: #f0f0f0!important;
}


/* buttons */
.archive-layout .more-link,
input[type='submit'], input[type=button], button, #mobile-site-navigation .mobile-menu-header, #wp-calendar #today, .widget .tagcloud a, .article-labels span, .post-format-badge, .archive-layout .more-link, .entry-content p a:hover, .entry-content ul li a:hover, .tag-links span a, #wrapper .author .author-info a:hover, #comments .comment-navigation a:hover, .page-links span, .pagination .current, .pagination a:hover, .page-links a span:hover, #load-posts a, .scrollToTop{
	border-radius: 30px!important; 
}


/* sidebar */
.widget-post-dropcap{
	display: none!important;
}

#sidebar{background: #f5f5f5;padding: 30px;}



/* hover */
.widget-post-dropcap, .related-post-dropcap, #comments .comments-title-number, #site-navigation ul li a:hover, #site-navigation ul li.current-menu-item > a, #site-navigation ul li.current-menu-ancestor > a, #site-navigation ul li.current-menu-parent > a, .site-links .search_button:hover, .page-sidebar .widget a:hover, .footer-sidebar .widget a:hover, .site-info .widget a:hover, .sticky .entry-title:after{
	color: #042DF8!important;
}


/* menu hover */
#site-navigation ul li ul li.current-menu-item>a, .single-post #site-navigation ul li ul li.current_page_parent>a, #site-navigation ul li ul li.current-menu-ancestor>a{
	background: transparent;
}


/* related posts */
.mnky-related-posts .related-post-dropcap{display: none!important;}
.related-post-container{background: #1835F7!important;padding: 20px!important;}
.related-post-container h6{color: #fff!important;}