/*
Theme Name:   Avant Child
Theme URI:    https://kairaweb.com/wordpress-theme/avant/
Description:  Avant Child is a child theme for the Avant WordPress theme. It currently has no theme changes, as it's just set up and ready for you to start your own editing.
Author:       Kaira
Author URI:   https://kairaweb.com/
Template:     avant
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, flexible-header, custom-background, custom-colors, custom-menu, custom-logo, editor-style, featured-image-header, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready, e-commerce, entertainment, portfolio
Text Domain:  avant-child
*/

/* -- Add your Own Custom CSS Here -- */
ul {
	margin: 0 0 1.5em 0;
}


.home-slider-block-bg {
	background-color: #0006;
	padding: 50px 100px;
	color: #FFF;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
.home-slider-block h3{
	font-size: 60px;
	min-width: 240px;
}
.home-slider-pager a{
	padding: 3px 4px;
}
.site-header{
	margin-bottom: 50px;
}
.home .site-header{
	margin-bottom: 0px;
}
.site-title a, .site-title span{
	line-height: 1em;
	font-family: 'Parisienne', 'Tahoma', cursive;
	color: #000 !important;
}
.site-header-top{
	display: flex;
}
.main-navigation li a{
	min-width: 100px;
}
.site-main .entry-header .entry-title{
	font-size: 36px;
}

p + h2{
	margin-top: 1.2em;
}
.entry-content h3{
	font-size: 21px;
	border-bottom: 1px solid #EDEDED;
	margin-bottom: 0.6em;
}
.entry-content h4{
	font-size: 18px;
	line-height: 1em;
	margin-bottom: 0.8em;
	padding-left: 8px;
	border-left: 2px solid #CCC;
}
.entry-content h5{
	font-size: 16px;
	margin-bottom: 0.6em;
	border-bottom: 1px dashed #ededed;
}
.entry-content h6{
	font-size: 15px;
	margin-bottom: 0.6em;
}

.entry-content p{
	font-size: 15px;
	margin-bottom: 1.6em;
}
.site-container{
	max-width: 1024px;
}
.site-main > article > .entry-header {
    border-bottom: 1px solid #00000014;
    position: relative;
    margin: 0 0 25px;
    padding: 0 0 20px;
}



.site-footer{
	margin-top: 50px;
}
.site-footer-bottom-bar {
	padding: 10px;
	text-align: center;
}

@media only screen and (min-width: 1024px){

}
@media only screen and (max-width: 1023px){
.site-header{
	margin-bottom: 30px;
}
.home-slider-wrap{
	margin-bottom: 30px;
}
.site-footer{
	margin-top: 30px;
}
}

.grecaptcha-badge{
	display: none!important;
}