/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/*HEADER----------------------------------------------*/
#masthead {
    background: #effafe url(src/img/header-bg.jpg) no-repeat right;
}
#masthead .html h1, #masthead .html h2 {
    font-size: 15px;
    line-height: normal;
    font-weight: bold;
    margin: 0;
}
#masthead .html h1 {
    color: #105ab2;
    font-size: 17px;
}
#masthead .html h2 {}
.border-radius img.attachment-medium.size-medium {
    border-radius: 10px;
}
#masthead .html h3 {
    color: #fff;
    margin-right: 130px;
    position: fixed;
    right: 0;
    top: 17px;
    width: 430px;
    text-shadow: 0px 2px 5px #333;
    font-size: 22px;
    line-height: 1;
    text-align: right;
}
#masthead .html h3.newyear {
    text-shadow: 0px 2px 5px #400000;
    color: #fcff97;
	
}
#masthead .html h3 > small {
	font-size: 70%;
    display: block;
}
/*Header Menu*/
ul.header-nav li.nav-home a {
    font-size: 0px;
}
ul.header-nav li.nav-home img {
	margin: 0 20px;
}
ul.header-nav li.header-search {}
ul.header-nav li.header-search a {
	height: 45px;
}
/*FOOTER*/
.absolute-footer {
    display: none;
}
/*OTHER----------------------------------------------*/
.is-divider, .is-star-rating, .star-rating, .byline {
	display: none;
}
#wp-calendar td {
	padding: 5px;
}
#wp-calendar td > a {
    background: #FFF;
    color: var(--fs-color-primary);
    border: 1px solid var(--fs-color-primary);
    font-weight: bold;
    font-size: 12px;
    padding: 3px 5px 5px 5px;
    width: 25px;
    height: 25px;
    display: block;
    text-align: center;
}
#wp-calendar td#today > a,
#wp-calendar td > a:hover {
    background: var(--fs-color-primary);
	color: #fff;
}
/*SINGLE----------------------------------------------*/
#yoast_breadcrumb {
    font-size: 10px;
    font-weight: bold;
    line-height: 17px;
    color: #666;
    margin-bottom: 20px;
}
#yoast_breadcrumb a {
    color: #333;
}
#yoast_breadcrumb a:hover {

}
span.ndh-view-counter {
    margin-right: 10px;
}
.entry-content {
	padding-top: 0px;
}
.single .post .entry-image .badge.post-date.badge-square {
    display: none;
}
.single-page p {
    text-align: justify;
/*     text-indent: 10px; */
}
@media only screen and (max-width: 1030px) {
/*************** ADD PC MINI ONLY CSS HERE  ***************/
	#masthead {
		background-position-x: 70% !important;
	}
	#masthead .html h3 {
		right: -80px;
	}
}
@media only screen and (max-width: 849px) {
/*************** ADD TABLET ONLY CSS HERE  ***************/
	#masthead {
		background: #effafe url(src/img/header-bg.jpg) no-repeat right;
	}
}
@media only screen and (max-width: 600px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

}