/*
Theme Name: Avant-child
Version: 1.0
Description: A child theme of Avant
Template: avant
*/

@import url("../avant/style.css");

.woocommerce #container, .woocommerce-page #container, .content-area {
    background-color: #ffffff8a;
}

.single .entry-title {
    font-size: 32px;
    margin: 0 0 5px;
    color: #24a6b5;
    font-family: "Kaushan Script", Sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    text-shadow: 1px 1px 2px rgba(0,160,131,0.3);
}
.site-footer .widgettitle, .site-footer .widget-title {
    font-size: 16px;
    margin: 0 0 5px;
    color: #24a6b5;
    font-family: "Kaushan Script", Sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    text-shadow: 1px 1px 2px rgba(0,160,131,0.3);
	text-transform:capitalize;
}

.site-main > .entry-header h2, header.woocommerce-products-header {
    font-size: 32px;
    margin: 0 0 5px;
    color: #24a6b5;
    font-family: "Kaushan Script", Sans-serif !important;
    font-weight: 500;
    letter-spacing: 2px;
    text-shadow: 1px 1px 2px rgba(0,160,131,0.3);
}
.page-title h1, h2, h3, h4 {
	color: #24a6b5 !important;
    font-family: "Kaushan Script", Sans-serif !important;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 2px;
    text-shadow: 1px 1px 2px rgba(0,160,131,0.3);
}
.page-content p {
	font-family: "Alegreya SC", Sans-serif !important;
	text-align:justify;
}
.widget-content p {
	font-family: "Alegreya SC", Sans-serif !important;
	text-align:justify;
	font-size:12px;
}
.widget-area.sidebar-break-blocks .widget{
    box-shadow: 0 0 10px #0000003b !important;
    
}
.content-area {
    box-shadow: 0 0 10px #0000003b !important;
}
.nav-previous a {
    color: #6ec1e4;
}
.nav-previous a:hover {
    color: #24a6b5;
	
}
.shadow{
	box-shadow: 0 0 10px #00000082 !important;
}
.widget-title-style-underline-short .widget-area .widget-title {
    font-family: "Kaushan Script", Sans-serif !important;
    text-transform: capitalize !important;
    font-size: 20px;
	color: #24a6b5;
	text-shadow: 1px 1px 2px rgba(0,160,131,0.3);
}

.about-me img{
	border-radius: 50% !important;
	width: 50%;
    height: auto;
    /* margin: 0 auto !important; */
    margin-left: 65px;
}
.about-me p{
	font-family: "Alegreya SC", Sans-serif;
    text-align: center;
	margin: 10px 0 10px 0;
}
.about-me h3{
	color: #24a6b5;
    font-family: "Kaushan Script", Sans-serif !important;
    font-weight: 500;
    letter-spacing: 2px;
    text-shadow: 1px 1px 2px rgba(0,160,131,0.3);
	float:right;
	padding-top:10px;
}
.about-me a {
    color: #6ec1e4 !important;
	float:right;
}
.about-me a:hover {
    color: #24a6b5 !important;
	
}