
	
@media (min-width: 992px) {
	
	#wrapper {
		margin-bottom: 150px;
		margin-top: 50px;
	}
}


#footer p,
#footer a,
#footer div {
	color: #fff !important;
}

.testimonials .container:before,
.testimonials .container:after {
    content: "\e7ad";
    font-family: font-icons;
    position: absolute;
    top: -38px;
    left: 20px;
    font-size: 80px;
    color: rgba(38,125,244,.2);
    color: rgba(var(--themecolorrgba),0.2);
}

.testimonials .container:after {
    content: "\e7ae";
    top: auto;
    left: auto;
    right: 20px;
    bottom: -45px;
}


.text-nowrap {
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.text-normal {
	font-style: normal !important;
}

@media (max-width: 991.98px) {
	
	#primary-menu .container #primary-menu-trigger {
		top: 5px;
		left: 15px;
	}
}



@media (max-width: 575.98px) {
	
	#primary-menu .container #primary-menu-trigger {
		left: 40px;
	}
}



.ECS_editor {
	padding: 20px;
}

/*
.sidebar-widgets-wrap .widget {
    padding-top: 20px;
}
.widget {
     margin-top: 20px;
}
*/