body .sppb-btn.sppb-btn-primary {
	background: #4b4b4b!important;
}

body .sppb-btn.sppb-btn-default {
	background: #cfa552!important;
}

.sppb-btn-outline {
	border: 1px solid #cfa552!important;
}

body .sppb-btn.sppb-btn-primary:before,
body .btn.sppb-btn-primary:before,
body .sppb-btn.sppb-btn-default:before {
	background: none;
}

#sp-header {
	background: #222222;
}

#sp-bottom .sp-module .sp-module-title {
	color: #fff;
}

.view-article #sp-header {
	background-color: #222222;
}

.view-article #sp-main-body .container {
	max-width: 1320px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
	color: #222222!important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover {
	color: #cfa552!important;
}

.sp-scroll-up {
	bottom: 25px;
}

#sp-footer .container-inner {
	border-top: none;
}

.sppb-addon-article h3 {
	font-size: 30px;
	margin-top: 1rem;
}

.sppb-addon-article .sppb-img-responsive {
	min-width: 300px;
}

.view-article #sp-main-body .container .article-header h1 {
	color: #cfa552;
	top: 2rem;
	position: relative;
}

.sppb-readmore {
	position: relative;
	top: 1rem;
	font-weight: 900;
}

.sppb-readmore a {
	font-weight: 900;
}

.sppb-panel-title {
	font-size: 16px;
}

#sp-bottom3:after {
	background: none;
}

.offcanvas-menu .offcanvas-inner a {
    color: #000!important;
}

/* iPhone bg fix */

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
.sp-page-builder .page-content #section-id-1655793649721,
.sp-page-builder .page-content #section-id-1655700201166{
		background-size: unset !important;
		background-attachment: scroll !important;
		background-position: top !important;
	}
}

/* Extra small devices (phones, 600px and down) */

@media screen and (min-width:320px) and (max-width:932px) {

#sppb-addon-1654231462666 .sp-slider #sp-slider-item-1654231462666-num-0-key #sp-slider-inner-item-1654231462667-num-0-key {
		margin: 25px 0px 10px 0px!important;
		padding: 0% 0% 0% 0%!important;
	}
	
	#sp-logo .logo-image-phone {
		height: 60px;
		position: relative;
	}
	
	#column-id-1654215927295 #sppb-addon-wrapper-1654231462666 {
		margin-top: 55px;
	}
	
	#offcanvas-toggler {
		position: relative;
		right: 30px;
	}

	#sppb-addon-1654231462666 .sp-slider #sp-slider-item-1654231462666-num-0-key #sp-slider-inner-item-1654231462667-num-1-key,
	#sppb-addon-1654231462666 .sp-slider #sp-slider-item-1654231462666-num-2-key #sp-slider-inner-item-1654231462669-num-0-key{
		margin: 0px 0px 10px 0px!important;
		padding: 0% 0% 0% 0%!important;
		font-size: 35px!important;
		line-height: 35px!important;
	}
	#sppb-addon-1654231462666 .sp-slider #sp-slider-item-1654231462666-num-1-key #sp-slider-inner-item-1654231462668-num-1-key,
	#sppb-addon-1654231462666 .sp-slider #sp-slider-item-1654231462666-num-2-key #sp-slider-inner-item-1654231462669-num-1-key{
    padding: 0% 0% 0% 0%!important;
    font-size: 35px !important;
    line-height: 40px !important;
}
	
	
	#sppb-addon-1654231462666 .sp-slider #sp-slider-item-1654231462666-num-1-key #sp-slider-inner-item-1654231462668-num-2-key,
	#sppb-addon-1654231462666 .sp-slider #sp-slider-item-1654231462666-num-0-key #sp-slider-inner-item-1654231462667-num-2-key,
	#sppb-addon-1654231462666 .sp-slider #sp-slider-item-1654231462666-num-2-key #sp-slider-inner-item-1654231462669-num-2-key{
		padding: 0% 0% 0% 0%!important;
	}
	
	#section-id-1654215927296 .sp-nav-control {
		display:none;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
	...
}

/* Medium devices (landscape tablets, 768px and up) */

@media screen and (min-width: 768px) and (max-width:1024px) {
	..
}

/* Large devices (laptops/desktops, 992px and up) */

@media screen and (min-width: 900px) and (max-width:1440px) {
	#section-id-1655084406595 {
		display:none;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
	...
}

/* Codes for Bootstrap hidden elements on devices
hidden-xs
hidden-sm
hidden-md
hidden-lg
 */