/*
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.   ***************/

@media only screen and (max-width: 48em) {
	/*************** ADD MOBILE ONLY CSS HERE  ***************/
}
#main,
#wrapper {
	background: #000;
}
* {
	color: #fff;
}
a {
	color: #fff;
}
ul.toc_list * {
	color: #0287ed;
}
p.toc_title,
p.toc_title * {
	color: #000;
}
/*header*/
ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase {
	display: flex;
	justify-content: flex-end;
	padding-right: 10%;
}
li.header-search-form.search-form.html.relative.has-icon {
	width: 80%;
}
li.html.header-button-2 a {
	background: #0287ed;
	border-radius: 10px !important;
}
li.html.header-button-1 a {
	color: #ffff00;
	background: linear-gradient(to right, #ff0000, #990000) !important;
	border-color: #ffff00 !important;
	animation: tada 1.2s infinite;
	border-radius: 10px !important;
}
@keyframes tada {
	0% {
		transform: scaleX(1);
	}
	10%,
	20% {
		transform: scale3d(1, 1, 1) rotate(-3deg);
	}
	30%,
	50%,
	70%,
	90% {
		transform: scale3d(1.2, 1.2, 1.2) rotate(1deg);
	}
	40%,
	60%,
	80% {
		transform: scale3d(1.2, 1.2, 1.2) rotate(-2deg);
	}
	100% {
		transform: scaleX(1);
	}
}
input#s {
	background: hsla(0, 0%, 100%, 0.2) !important;
	border: none;
	border-radius: 20px;
	color: #fff;
}
button.ux-search-submit.submit-button {
	position: absolute;
	top: 0;
	right: 6px;
	background: transparent;
	border: none;
}
.live-search-results.text-left.z-top * {
	color: #000;
}
/*home*/
.textchay1 {
	margin-bottom: 0 !important;
	margin-top: 10px;
}
.author_section {
	box-shadow: 10px 10px 10px 0 #03a9f4b3;
	border: 1px solid #fff;
	padding: 5px;
	border-radius: 5px;
}
.post-date-day {
	color: #e50000 !important;
}
.post-date-month {
	color: #0287ed !important;
}
h5.post-title.is-large a {
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
}
.home_btn a.button {
	padding: 0 10px;
	width: 100%;
	display: block;
	margin-bottom: 0;
	text-align: center;
}
.home_author_img img {
	max-width: 100px;
	height: 100px;
	margin: 0 auto;
	display: block;
	border-radius: 50%;
	object-fit: cover;
	border: 5px solid #0287ed;
	padding: 2px;
}
/*sidebar*/
aside#recent-posts-2 span {
	display: inline-block;
	font-size: 14px;
	color: #0287ed;
}
aside#recent-posts-2 a {
	color: #fff;
	transition: 0.5s ease;
}
aside#recent-posts-2 li:hover a {
	color: #d89402;
}
.widget-area .widget_media_image img {
	width: 100%;
	object-fit: contain;
}
/*single*/
header.entry-header {
	border: 1px solid;
	padding: 10px;
	padding-bottom: 0;
	border-radius: 10px;
	box-shadow: 10px 10px 10px 0 #03a9f4b3;
}
header.entry-header * {
	color: #fff;
}
.flex-col.mr.circle {
	border-radius: 0 !important;
	object-fit: contain !important;
	margin-right: 20px;
}
img.sab-custom-avatar {
	max-width: 100px;
	border-radius: 0 !important;
}
h5.author-name.uppercase.pt-half {
	color: #fff;
}
nav#nav-below * {
	color: #fff;
}
h3#reply-title {
	color: #fff;
	border-bottom: 1px solid;
}
.primary,
input[type="submit"],
input[type="submit"].button {
	background-color: #0287ed;
	border-radius: 5px;
	background: linear-gradient(45deg, #0287ed, #ea0000);
	border: none;
	color: #fff !important;
}
footer.entry-meta.text-center a {
	color: #f9f9f9;
	font-weight: bold;
}
form#commentform a {
	color: #fff;
	text-decoration: underline;
}
.single label {
	color: #fff;
}
/*archive*/
.archive header.entry-header {
	margin-bottom: 30px;
}
h1.page-title.is-large.uppercase {
	color: #fff;
}
footer.entry-meta.clearfix a {
	color: #fff;
}
@media only screen and (max-width: 860px) {
	li.header-search-form.search-form.html.relative.has-icon {
		width: 100%;
	}
	input#s {
		background: #80808021;
		color: #333;
	}
	i.icon-search {
		color: #333;
	}
}
