/*
theme name: salient child
author: Sunteam
author uri: Sunteam / linhvu.stb@gmail.com
description: salient wordpress child theme.
template: salient
text domain: salient-child
*/

/* General CSS */
button,
button.main-btn{
	background-color: #cb2f39;
	border:0;
	border-radius: 0;
	color: #fff;
	padding: 10px 15px;
}
/* visual composer */
#ajax-content-wrap .main-content > .row{
	--bs-gutter-x: none !important;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
#ajax-content-wrap .container-wrap{
	padding-top: 10px !important;
	padding-bottom: 100px;
}
@media only screen and (min-width: 1024px) {
	body .container{
		padding: 0 12%;
	}
}
body{
	color: #000;
	line-height: 1.5;
}
body p,
body div{
	color: #000;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6{
	color: #000;
	line-height: 1;
}
#ajax-content-wrap .container-wrap {
    background-color: #f2f3f3;
}
/* header */

/* #header-outer{
	background-image: url('./assets/images/logo-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */
#top nav ul #search-btn a.search-btn-text {
	background-color: #fff;
    color: #840837;
    border-radius: 20px;
    padding: 6px 28px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
    display: inline;
}
#top nav ul #search-btn a.search-btn-text:hover {
	background-color: #f8f8f8;
}
#top nav .buttons li#search-btn + li#search-btn {
	display: none !important;
}
body.material #search-outer #search #search-box input[type="text"]{
	color: #000 !important;
}
.material-ocm-open.slide_out_area_close:before, #search-outer.material-open #search #close a:before{
	background-color: #000;
}
#header-outer .buttons.sf-menu .right-image{
	margin-left: 50px !important;
}
body[data-slide-out-widget-area-style="slide-out-from-right-hover"] .slide-out-hover-icon-effect.slide-out-widget-area-toggle.small .lines:before,
.slide-out-widget-area-toggle .lines:before {
	width: 1.4rem;
}
/* footer */
#copyright  p{
	color: #fff;
}

/* Util */
.desktop-version{
	display: block;
}
.mobile-version{
	display: none;
}
@media only screen and (max-width: 690px) {
	.desktop-version{
		display: none;
	}
	.mobile-version{
		display: block;
	}
}

/* Select 2 */
.select2-container{
    z-index: 99999 !important;
}




