/*=====================
	Primary bg color
=====================*/
:root{
	--primary: #1f2028;
}

/* Hex */
#loading-area > div,
.about-sidebox .closebtn,
.bg-primary,
a.bg-primary:hover,
.overlay-primary-light:after,
.overlay-primary-middle:after,
.overlay-primary-dark:after,
.site-button,
.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-sub-html,
.lg-toolbar{
    background-color: #1f2028;
}

/*Hex color :hover */
.about-sidebox .closebtn:hover,
.site-button:active,
.site-button:hover,
.site-button:focus,
.active > .site-button,
.bg-primary-dark,
.sidenav .closebtn:hover{
    background-color: #434450;
}

/*=====================
	Premery text color
=====================*/
a,
.text-primary,
.site-button.outline,
.lg-outer .lg-toogle-thumb,
.lg-outer .lg-toogle-thumb:hover {
    color: #1f2028;
}

/*=====================
	Border Color color
=====================*/
.site-button.outline,
.dez-countdown .date .time{
	border-color:#1f2028;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover{
	border-color: #1f2028;
}

/* GD */
.site-button.gradient{
    background-image: linear-gradient(to right,#1f2028 0,#434450 51%,#1f2028 100%);
	background-size: 200%;
}
.site-button.gradient:hover{
    background-position: right center;
}
#loading-area > div,
.site-button.shadow{
	box-shadow: 10px 10px 30px 0 rgba(31,32,40,0.25) !important;
}

/*=====================
	Custom
=====================*/

.sy-caption-wrap .sy-caption {
	display: none !important;
}