@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Raleway:300,900,100,600,400,500,800);
@import url(https://fonts.googleapis.com/css?family=Abril+Fatface|Bungee+Inline|Fredericka+the+Great|Limelight|Lobster|Monoton);


/* GENERAL */

body {
	font-family: 'Open+Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	width: 100% !important;
	height: 100% !important;
	font-size: 14px;
	color: #616161;
	line-height: 28px;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	color: #333333;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}
a {
	color: #fff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
a:focus {
	color: #fff;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}

ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
clients-name .radius {
	border-radius: 50%;
}
img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

p {
  color: #333333;
  letter-spacing: 0;
  line-height: 27px;
  padding: 1px;
}



/* END GENERAL */

/* MENU AND LOGO */

#sp-header.header-invisible  {
	border-bottom: 0px solid transparent !important;
}

.nav-placeholder {
	background: transparent none repeat scroll 0 0 !important;
	height: 0px !important;
}

#sp-header {
	box-shadow: none;
	height: inherit;
}

#sp-header.menu-fixed-out {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-bottom: 0 none;
	padding: 25px 30px;
	transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
	color: #ffffff;
	min-height: 50px;
	position: absolute;
}

#sp-header.menu-fixed,
#sp-header.default-header.menu-fixed-out {
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0 0 5px #b3b3b3;
	padding: 11px 30px 16px;
	transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
	min-height: 50px;
	border-bottom: 0 none;
}

#sp-header #sp-logo .logo {
	margin-left: -15px;
	margin-top: -1px;
}

#sp-header.menu-fixed #sp-logo .logo,
#sp-header.default-header.menu-fixed-out #sp-logo .logo {
	margin-top: 0;
}

#sp-header #sp-logo .logo a,
#sp-header.default-header.menu-fixed-out #sp-logo .logo a {
	height: 39px;
	width: 139px;
	font-size: 18px;
	line-height: 20px;
	padding: 15px;
}

#sp-header.menu-fixed-out #sp-logo .logo a {
	background: rgba(0, 0, 0, 0) url("/images/logo.png") no-repeat scroll 0 0;
}

#sp-header.menu-fixed #sp-logo .logo a,
#sp-header.default-header.menu-fixed-out #sp-logo .logo a {
	background: rgba(0, 0, 0, 0) url("/images/logo-in.png") no-repeat scroll 0 0;
}

#sp-header #sp-logo .logo a img {display: none;}

.sp-megamenu-parent {
  display: block;
  float: none;
  text-align: right;
  list-style: outside none none;
  padding: 0;
  position: relative;
  z-index: 99;
  margin: 0;
  
}

.sp-megamenu-parent > li > a {
	letter-spacing: 0;
	font-size: 11px;
	margin-top: 0;
	text-transform: uppercase;
	line-height: 20px;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0);
	font-weight: 400;
	letter-spacing: 1px;
	padding: 11px 10px;
	text-transform: uppercase;
}

#sp-header.menu-fixed .sp-megamenu-parent > li > a,
#sp-header.default-header.menu-fixed-out .sp-megamenu-parent > li > a {color: #000000;}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a, #sp-header.menu-fixed .sp-megamenu-parent > li.active > a,
#sp-header.menu-fixed .sp-megamenu-parent > li:hover > a, #sp-header.default-header.menu-fixed-out .sp-megamenu-parent > li:hover > a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #ffa211;
}

.sp-megamenu-parent > li.active > a,
#sp-header.default-header .sp-megamenu-parent > li.active > a  {
	color: #ffa211;
	transition: all 300ms ease-in-out 0s;
}

.sp-megamenu-parent > li:last-child > a {
	display: inline-block;
	font-family: "Raleway",sans-serif;
	transition: all 0.3s ease 0s;
	background: rgba(0, 0, 0, 0) linear-gradient(to top, #ff4200, #ffa211) repeat scroll 0 0;
	border-radius: 0;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 24px;
	margin-top: 8px;
	padding: 6px 15px;
	text-align: center;
	text-transform: uppercase;
	width: 130px;
}

.sp-megamenu-parent > li:last-child:hover > a,
#sp-header.menu-fixed .sp-megamenu-parent > li:last-child > a {
	background: rgba(0, 0, 0, 0) linear-gradient(to left, #ff4200, #ffa211) repeat scroll 0 0;
	color: #000000;
	letter-spacing: 1px;
}

#sp-header .logo {
  height: inherit;
}

#offcanvas-toggler {
	line-height: 1;
	padding: 9px 10px !important;
	margin-top: 8px;
}

#offcanvas-toggler > i,
#offcanvas-toggler > i:hover {
  color: #ffa211;
}

@media only screen and (min-width:992px){
#offcanvas-toggler  {
	display:none;
}
}
@media only screen and (max-width:460px){

#sp-header.menu-fixed, #sp-header.default-header.menu-fixed-out {
  padding: 11px 30px 11px;
}

#sp-header #offcanvas-toggler {
	font-size: 15px !important;
	padding: 0 !important;
	margin-top: 6px;
}

#sp-header #sp-logo .logo a,
#sp-header.default-header.menu-fixed-out #sp-logo .logo a {
	height: 31px;
	width: 100px;
	background-size: contain !important;
}
}

#sp-header.default-header.menu-fixed-out {position: relative;}

@media (min-width: 993px) and (max-width: 1200px) {
	#sp-header .container {width: 100%;}
}

@media (min-width: 993px) and (max-width: 1170px) {
	.sp-megamenu-parent > li:last-child > a {display: none;}
}

.scrollup:before {
  border-radius: 0;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  height: 55px;
  line-height: 50px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 55px;
}

.scrollup {
  background-color: #df8200;
  border: none;
  border-radius: 100%;
  bottom: 10px;
  height: 55px;
  position: fixed;
  right: 10px;
  width: 55px;
  z-index: 999;
  line-height: 50px;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border-color: #ffffff;
}

.scrollup:hover {
	background: #ffa211 none repeat scroll 0 0;
	border-color: #ffffff;
}

/* */

/* HEADER */

.demo1-header {text-align: center;}

.demo1-header h1 {
	color: #ffa211;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	border-bottom: 2px solid #ffa211;
	font-family: "Bungee Inline",cursive;
	font-size: 50px;
	font-weight: 600;
	letter-spacing: 3px;
	padding-bottom: 10px;
	display: inline-block;
	line-height: 1.071;
	margin-bottom: 2rem;
	margin-top: 1rem;
	text-transform: uppercase;
}

@media (max-width: 768px) {
	.demo1-header h1 {
		font-size: 35px;
	}
	.demo1-header p {
		font-size: 12px;
	}
}

@media (max-width: 530px) {
	.demo1-header h1 {
		font-size: 18px;
	}
	
	.demo1-header p {
		font-size: 10px;
	}
}

.demo1-header h1 span:after {
	animation: 1s step-start 0s normal none infinite running blink;
	color: #ffa211;
	content: " ";
	display: inline-block;
	height: 62px;
	margin-left: 3px;
	margin-right: 7px;
	position: relative;
	top: 10px;
}

.demo1-header h1 span {color: #ffffff;}

.demo1-header p {
	color: #ffffff;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
}

/* */

/* BANNER */

.banner {
	background: rgba(0, 0, 0, 0) linear-gradient(to left, #ff4200, #ffa211) repeat scroll 0 0;
}

.banner .sppb-addon-title {
	color: #ffffff;
	font-size: 23px;
	line-height: 28px;
	padding-top: 21px;
	text-transform: uppercase;
	margin: 0 0 10px;
	font-family: "Open+Sans",sans-serif;
}

/* */

/* SERVICES */

.section-title {
	padding: 10px 0 0;
}

.section-title .sppb-addon-title {
	font-size: 45px;
	font-weight: 100;
	letter-spacing: 1px;
	margin-bottom: 35px;
	margin-top: -22px;
	padding-top: 45px;
}

.section-title .sppb-addon-title span {
	font-weight: bold;
}

.section-title hr {
	background: #ffa211 none repeat scroll 0 0;
	border: 0 none;
	height: 1px;
	margin: 0 auto 2px;
	position: relative;
	text-align: center;
	width: 100px;
}

.section-title .sppb-addon-content p {
	color: #616161;
	margin: 40px 0;
	padding: 5px;
	font-size: 15px;
	line-height: 25px;
}

.landing-2-services {
	background: #f99800 none repeat scroll 0 0;
	border: 1px solid #dadada;
	cursor: pointer;
	margin-bottom: 30px;
	min-height: 280px;
	overflow: hidden;
	position: relative;
}

.landing-2-services .sppb-addon-feature-top {
	background-color: #ffffff;
	padding: 65px;
	position: absolute;
	top: 0;
	transition: all 0.3s ease-out 0s;
	width: 100%;
}

.landing-2-services:hover .sppb-addon-feature-top {
	top: -200px;
	transition: all 0.3s ease-out 0s;
}

.landing-2-services .sppb-addon-feature-top .sppb-icon i {
	border: 1px solid #f99800;
	box-shadow: 5px 5px 0 0 #f99800;
	color: #333333;
	font-size: 35px;
	height: 70px;
	line-height: 40px;
	padding: 15px;
	width: 70px;
}

.landing-2-services .sppb-addon-feature-top .sppb-addon-title:before {
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin: -2px auto;
  position: absolute;
  right: 0;
  top: -18px;
  width: 40px;
}

.landing-2-services .sppb-addon-feature-top .sppb-addon-title {
	font-size: 18px;
	letter-spacing: 1px;
	margin-top: 25px;
	position: relative;
	color: #333333;
	font-family: "Raleway",sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 1.1;
}

.landing-2-services .sppb-addon-feature-bottom {
	bottom: -300px;
	color: #333333;
	height: 100%;
	padding: 20px 15px;
	position: absolute;
	transition: all 0.3s ease-out 0s;
	width: 100%;
}

.landing-2-services .sppb-addon-feature-bottom .sppb-icon i {
	background: #ffffff none repeat scroll 0 0;
	border: 5px solid #f99800;
	border-radius: 50%;
	color: #333333;
	font-size: 31px;
	height: 80px;
	line-height: 52px;
	padding: 10px;
	width: 80px;
}

.landing-2-services .sppb-addon-feature-bottom .sppb-addon-title {
	margin: 15px 0 17px;
	font-size: 18px;
	position: relative;
	color: #333333;
	font-family: "Raleway",sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.1;
	letter-spacing: 1px;
}

.landing-2-services .sppb-addon-feature-bottom .sppb-addon-text {
	padding: 0 5px;
	color: #333333;
	line-height: 27px;
	margin: 0 0 10px;
	letter-spacing: 0;
}

.landing-2-services:hover .sppb-addon-feature-bottom {
	bottom: 0;
	transition: all 0.3s ease-out 0s;
}


.business-about-parallax {
	margin-bottom: 30px;
}

.business-about-parallax .sppb-icon i {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #f99800;
	border-radius: 0;
	box-shadow: 5px 5px 0 0 #f99800;
	color: #12212f;
	font-size: 30px;
	height: 65px;
	margin: 12px;
	padding: 16px;
	width: 65px;
}

.business-about-parallax .sppb-addon-title {
	padding-left: 0;
	font-family: "Raleway",sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 1.1;	
	color: #333333;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
	margin-top: 10px;
}

.business-about-parallax .sppb-addon-text {
	margin-left: 0;
	margin-top: 10px;
	padding: 1px;
	margin-bottom: 10px;
	color: #333333;
	letter-spacing: 0;
	line-height: 27px;
}

.business-about .sppb-addon-title {
	font-size: 45px;
	font-weight: 100;
	margin-bottom: 35px;
	margin-top: 0;
	padding-top: 45px;
	color: #000000;
	font-family: "Raleway",sans-serif;
	text-transform: uppercase;
	line-height: 1.1;
}

.business-about .sppb-addon-title span {font-weight: 800;}

.business-about .sppb-addon-content p {
	color: #000000;
	font-size: 15px;
	line-height: 32px;
	padding: 1px;
	margin: 0 0 20px;
}

.business-about-btn a {
	background: #000000 none repeat scroll 0 0;
	border: 1px solid #ffa211;
	border-radius: 0;
	color: #ffffff;
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	max-width: 100%;
	padding: 20px 30px;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
	transition: all 0.6s ease 0s;
	width: 210px;
}

.business-about-btn a:hover {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #000000;
	color: #000000;
	display: inline-block;
	text-decoration: none;
}

/* FEATURES */

.digital-features {
	padding-bottom: 35px;
	padding-top: 55px;
}

.digital-features .sppb-media > .pull-right {
  margin-left: 20px;
}
.digital-features .sppb-media > .pull-left {
  margin-right: 20px;
}

.digital-features .sppb-media > .pull-left .sppb-icon i {
	border-radius: 0;
}

.digital-features .sppb-icon i {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #f99800;
	box-shadow: 5px 5px 0 0 #f99800;
	color: #000000;
	float: right;
	font-size: 30px;
	height: 70px;
	margin: 10px 0 0;
	padding: 22px 0 0;
	width: 70px;
}

.digital-features .sppb-addon-title {
	font-family: "Open+Sans",sans-serif;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 9px;
	color: #333333;
	text-transform: uppercase;
	margin-top: 10px;
	line-height: 1.1;
}

.digital-features .sppb-addon-text {
	color: #616161;
	font-size: 15px;
	line-height: 28px;
	margin-top: 15px;
}

.sppb-media {overflow: visible;}
.sppb-media-body {overflow: hidden;}

/* */

/* TESTIMONIAL */

.m-testimonial {
	text-align: center
}

.m-testimonial .thumb {
	display: inline-block;
	margin-bottom: 20px;
}

.m-testimonial .thumb img {
	border: 13px solid #a9a9a9;
	border-radius: 50%;
	height: 90px;
	margin-top: 45px;
	width: 90px;
}

.m-testimonial p {
	color: #333333;
	font-size: 22px;
	font-weight: 300;
	line-height: 35px;
	padding: 1px;
	letter-spacing: 0;
	margin: 0 0 10px;
}

.m-testimonial .testimonial-meta {
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
	font-size: 22px;
}

.m-testimonial .testimonial-meta span {
	color: #333333;
	font-size: 16px;
	opacity: 0.7;
}

.owl-theme .owl-controls .owl-page span {
  backface-visibility: visible;
	background: #999999 none repeat scroll 0 0;
	border-radius: 0;
	display: block;
	height: 25px;
	margin: 5px 7px;
	transition: opacity 0.2s ease 0s;
	width: 5px;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #f99800 none repeat scroll 0 0;
}

.owl-theme .owl-controls {
  margin-top: 50px;
  text-align: center;
}

/* */

/* PORTFOLIO */

.sp-simpleportfolio .sp-simpleportfolio-filter {
  margin-bottom: 35px;
  text-align: center;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
	margin: 0;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #e4e2e2;
	color: #8b8b8b;
	cursor: pointer;
	display: inline-block;
	font: 400 11px/29px "Open Sans",sans-serif;
	margin: 0 0 10px 5px;
	overflow: visible;
	padding: 0 12px;
	position: relative;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:hover {color: #2b3444; background-color: rgba(0, 0, 0, 0);}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
  background-color: transparent;
  border-color: #ffa211;
	color: #ffa211;
	cursor: default;
}

.sp-simpleportfolio .sp-simpleportfolio-item {padding: 15px;}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-img {
  transform: scale3d(1, 1, 1);
}

.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-img {
	transform: scale3d(1.15, 1.15, 1);
	top: inherit;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
  background: #ffa211 none repeat scroll 0 0;
  bottom: 0;
  color: #ffffff;
  left: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: opacity 400ms ease 0s;
  z-index: 2;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a {
  background: #ffffff none repeat scroll 0 0;
  border: none;
  border-radius: 0;
	color: #333333;
  cursor: pointer;
  display: inline-block;
font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
margin-bottom: 5px;
padding: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-transform: none;
  vertical-align: middle;
transition: left 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
outline: 0 none;
text-decoration: none;
min-width: 90px;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a:hover {
	opacity: 0.9;
	background: #ffffff none repeat scroll 0 0;
	border-color: #ffffff;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info, .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  bottom: inherit;
  margin: 0 auto;
  padding: 12px 0;
  position: relative;
  text-align: center;
  transition: all 400ms ease 0s;
  vertical-align: middle;
  width: 100%;
  z-index: 1;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info h3 {
  color: #333333;
  font: 500 15px/22px Roboto,sans-serif;
  margin-bottom: 5px;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info h3 a,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info h3 a:hover {
	color: inherit;
	font-size: inherit;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover h3 > a {
  color: #333333;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info .sp-simpleportfolio-tags {
	color: #b2b2b2;
	font: 400 12px/18px Roboto,sans-serif;
	text-align: center;
}

.featherlight {
  top: 10%;
}

.featherlight .featherlight-content {
  max-height: 95%;
  max-width: 55%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: transparent none repeat scroll 0 0;
}

/* */

/* BENEFIT */

.business-serivices-box {
	border-bottom: 1px solid #efefef;
	border-right: 1px solid #efefef;
	margin: 0;
	padding: 50px 30px;
}

.business-serivices-box-2, .business-serivices-box-4, .business-serivices-box-6 {
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #efefef;
	box-shadow: 0 0 22px 0 #999999;
	margin: 0;
	padding: 50px 30px;
	transition: all 0.6s ease 0s;
	z-index: 999;
}

.business-serivices-box:hover {
	background: #f1f1f1 none repeat fixed 0 0;
	box-shadow: 0 0 22px 0 #999999;
	transition: all 0.6s ease 0s;
	z-index: 999;
}

.business-serivices-box .sppb-addon-title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 35px;
	text-transform: uppercase;
}

.business-serivices-box .sppb-addon-text {
	margin: 0 0 10px;
}

.business-serivices-box a {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #c1c1c1;
	border-radius: 0;
	color: #333333;
	font-size: 13px;
	font-weight: 600;
	margin-top: 25px;
	padding: 10px 20px 10px 18px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
}

.business-serivices-box a:hover {
	background: #ffa211 none repeat scroll 0 0;
	border: 1px solid #ffa211;
	color: #333333;
	text-decoration: none;
}

/* */

/* SUBSCRIBE */

.sppb-addon-optin-forms {
  padding: 0px;
}

.sppb-addon-optin-forms .sppb-addon-title {
	font-size: 40px;
	font-weight: 100;
	line-height: normal;
	margin-bottom: 23px;
	color: #ffffff;
	font-family: "Raleway",sans-serif;
	text-transform: uppercase;
	margin-top: 20px;
}

.sppb-addon-optin-forms .sppb-addon-title span {
	font-weight: bold;
}

.sppb-optin-form.form-inline .email-wrap, .sppb-optin-form.form-inline .name-wrap {
  padding-right: 0;
}

.sppb-optin-form.form-inline input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #ffffff;
	color: #dfdfdf;
	font-size: 14px;
	height: 65px !important;
	padding: 0 19px;
	width: 100%;
	border-radius: 0;
}

.sppb-optin-form.form-inline input:focus {
	box-shadow: none;
	border: 1px solid #ffffff;
}

.sppb-optin-form button {
	background: #ffa211 none repeat scroll 0 0;
	border: 1px solid #ffffff;
	color: #000000;
	font-size: 17px;
	font-weight: 600;
	height: 100%;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	transition: all 0.3s ease 0s;
	width: 26%;
	border-radius: 0;
}

.sppb-optin-form button:hover {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #ffffff;
	color: #ffa211;
}

.sppb-optin-form .sppb-form-group {
  margin-bottom: 0;
}

/* */

/* PRICING */

.data {
  margin: 10px 0;
  text-align: center;
}

.data table {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

.data tr:nth-child(2n+1) {
  background: #ffffff none repeat scroll 0 0;
}

.data tr {
  background: #ffffff none repeat scroll 0 0;
}

.data table th {
  background: #333333 none repeat scroll 0 0;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.data table td, .data table th {
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  padding: 25px;
}

.data tr:nth-child(2n) {
  background: #f5f5f5 none repeat scroll 0 0;
}

.btn-t {
  background: #ffa211 none repeat scroll 0 0;
  color: #000000;
  font-size: 17px;
  padding: 12px 25px;
}

@media (max-width:993px) {
	.btn-t {
		display: block;
		font-size: 10px;
		padding: 0;
	}
	.responsive-padding  {padding-left: 15px !important; padding-right: 15px !important;}
	.responsive-padding .sppb-addon-single-image-container {padding: 40px 0;}
}

.btn-t:hover {
  background: #333333 none repeat scroll 0 0;
  color: #ffffff;
}

.btn-t:before {
	content: "";
	display: inline-block;
	font-family: "Font Awesome 5 Free"; font-weight: 900 !important;
	font-feature-settings: normal;
	font-kerning: auto;
	font-language-override: normal;
	font-size: inherit;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-rendering: auto;
	transform: translate(0px, 0px);
	padding-right: 5px;
}

@media (max-width:800px) {
.data table td, .data table th{ padding:7px;}
.btn-t{ padding:0px;  font-size:10px; display:block;}
.data table th{ font-size:12px;}
}

@media (max-width: 768px) {
.data table th{ font-size:12px;}
}


.text-block .sppb-addon-title {
	color: #333333;
	padding-top: 0;
}

.bottom-features {
	padding: 0;
	margin-bottom: 45px;
}

.bottom-features .sppb-icon i {
  font-weight: 100;
  color: #333333;
}

.text-block-btn a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #f99800;
	border-radius: 0;
	box-shadow: 3px 6px 0 0 #f99800;
	color: #000000;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	max-width: 100%;
	padding: 15px 30px;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
	transition: all 0.6s ease 0s;
	width: 210px;
}

.text-block-btn a:hover {
	background-color: #ffa211;
	border: 1px solid #ffa211;
	box-shadow: 0 6px 0 0 #000000;
	color: #333333;
	display: inline-block;
	text-decoration: none;
}

.text-block-btn a:nth-child(2) {
	background: #ffa211 none repeat scroll 0 0;
	border: 1px solid #ffa211;
	border-radius: 0;
	box-shadow: 3px 6px 0 0 #000000;
	color: #000000;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 5px 10px 0;
	max-width: 100%;
	padding: 15px 30px;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
	transition: all 0.6s ease 0s;
	width: 210px;
}

.text-block-btn a:nth-child(2):hover {
	background-color: #000000;
	border: 1px solid #000000;
	box-shadow: 0 6px 0 0 #ffa211;
	color: #ffa211;
	display: inline-block;
	text-decoration: none;
}

/* */

/* VIDEO BG */

.video-text .sppb-addon-title {
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 20px;
	line-height: 1.1;
	color: #ffffff;
	font-family: "Abril Fatface",cursive;
	font-size: 35px;
	font-weight: 100;
	letter-spacing: 25px;
	margin-bottom: 20px;
}

.video-text .sppb-addon-title span {
	color: #ffa211;
	font-weight: 800;
	text-transform: uppercase;
}

.video-text .sppb-addon-content {
	color: #fefefe;
	font-family: "Raleway",sans-serif;
	font-size: 16px;
	padding: 10px;
	text-transform: uppercase;
}

/* */

/* ACCORDION */

.sppb-panel-group > .sppb-panel:first-child {
  border-top-width: 0;
}

.sppb-panel-default {
  border-color: #d9d9d9;
  border-top: 1px solid;
	margin-top: 0;
}

.sppb-panel {
  background-color: #ffffff;
  border-color: #d9d9d9;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.sppb-panel-group > .sppb-panel:first-child > .sppb-panel-heading {
  background: #333333 none repeat scroll 0 0;
}

.sppb-panel-default > .sppb-panel-heading {
  background: #e6e6e6 none repeat scroll 0 0;
}

.sppb-panel-heading {
  cursor: pointer;
  padding: 20px;
  position: relative;
}

.sppb-panel-group > .sppb-panel:first-child > .sppb-panel-heading .sppb-panel-title {color: #ffffff;}

.sppb-panel-title {
	font-weight: inherit;
	margin-bottom: 0;
	margin-top: 0;
	color: #333333;
	font-size: 16px;
	padding-bottom: 5px;
	line-height: 28px;
}

.sppb-panel-default > .sppb-panel-heading .sppb-toggle-direction {
  color: #cccccc;
}

.sppb-panel-group > .sppb-panel:first-child > .sppb-panel-heading .sppb-toggle-direction {
	background: rgba(0, 0, 0, 0) linear-gradient(to top, #ffa211, #ffa211) repeat scroll 0 0;
}

.sppb-panel-heading .sppb-toggle-direction {
  position: static;
  right: 0;
  top: 0;
  transform: none;
  transition: transform 300ms ease 0s;
  background: #d0d0d0 none repeat scroll 0 0;
border-radius: 0;
font-size: 20px;
line-height: 59px;
margin-right: -15px;
margin-top: -15px !important;
text-align: center;
width: 45px;
margin-left: 0.3em;
color: #333333;
float: right;
}

.sppb-panel-group > .sppb-panel:first-child > .sppb-panel-heading.active .sppb-toggle-direction i {
	color: #ffffff;
}

.sppb-panel-heading .sppb-toggle-direction i {
	color: #333333;
	font-size: 20px;
}

.sppb-panel-heading.active .sppb-toggle-direction {
  transform: none;
}

/*  */

/* BLOG */

.sppb-addon-articles {background: #ffffff none repeat scroll 0 0;}

.sppb-addon-articles  .sppb-col-sm-4 {
	text-align: left;
	border: 5px solid #f1f1f1;
	padding: 20px 20px 55px;
}

.sppb-addon-articles .sppb-addon-article {
  margin-bottom: 0px;
}

.sppb-addon-articles  .sppb-col-sm-4:hover {
	box-shadow: 0 0 22px 0 #999999;
	transition: all 0.6s ease 0s;
}

.sppb-addon-article img {
	border: 5px solid #ffffff;
	margin-top: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.sppb-addon-article img:hover {
	opacity: 0.9;
}

.sppb-addon-article h3:after {
	background: #e0e0e0 none repeat scroll 0 0;
	content: "";
	height: 1px;
	left: 0;
	margin: 25px 0 0;
	top: 40px;
	width: 50px;
	display: block;
}

.sppb-addon-article h3 {
	font-size: 18px;
	margin: 20px 0 15px;
	position: relative;
	font-family: "Raleway",sans-serif;
	text-transform: uppercase;
	line-height: 1.1;
	color: #333333;
	display: block;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.sppb-addon-article h3 a {
	font-size: inherit;
	font-family: inherit;
	text-transform: uppercase;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
}

.sppb-addon-articles .sppb-article-meta {
  margin: 0;
}

.sppb-addon-articles .sppb-article-meta > span {
	margin: 0;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	transition: all 0.6s ease 0s;
	color: #616161;
	font-family: "Open+Sans",sans-serif;
	line-height: 28px;
	text-rendering: optimizelegibility;
}

.sppb-addon-articles .sppb-article-meta > span.sppb-meta-author {
  float: right;
  color: #000000;
}

.sppb-addon-articles .sppb-article-meta > span.sppb-meta-author:before {
  display: none !important;
}

.sppb-addon-articles .sppb-article-introtext p {
	margin: 20px 0;
	color: #333333;
	line-height: 27px;
	padding: 1px;
	font-size: 14px;
	font-family: "Open+Sans",sans-serif;
}

a.sppb-readmore {
	background: #ffa211 none repeat scroll 0 0;
	border-radius: 0;
	color: #000000;
	font-size: 13px;
	font-weight: 600;
	margin-top: 25px;
	padding: 10px 22px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
}

a.sppb-readmore:hover {
	background: #333333 none repeat scroll 0 0;
	color: #ffffff;
	text-decoration: none;
}

a.sppb-readmore:after {
	content: "\f105";
	display: inline-block;
	font-family: "Font Awesome 5 Free"; font-weight: 900 !important;
	font-feature-settings: normal;
	font-kerning: auto;
	font-language-override: normal;
	font-size: inherit;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-synthesis: weight style;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-rendering: auto;
	transform: translate(0px, 0px);
	margin-left: 5px;
}

/*  */

/* CONTACT */

.contact-section-title .sppb-addon-title, .contact-section-title .sppb-addon-content {color: #d9d9d9;}

.contact-section-title .sppb-addon-content hr {
	background: #ffffff none repeat scroll 0 0;
	border: 0 none;
	height: 4px;
	margin: 0 auto 30px;
	position: relative;
	text-align: center;
	width: 90px;
}

.sppb-addon-ajax-contact {
	text-align: center;
}

.sppb-addon-ajax-contact .sppb-addon-title {
	font-size: 30px;
	font-weight: 200;
	margin-top: 40px;
	text-transform: uppercase;
	color: #d9d9d9;
	font-family: "Raleway",sans-serif;
	margin-bottom: 10px;
	line-height: 1.1;
}

.sppb-addon-ajax-contact .sppb-addon-title span {font-weight: bold;}

.sppb-ajaxt-contact-form {
	padding: 30px 0;
}

.sppb-ajaxt-contact-form input,
.sppb-ajaxt-contact-form textarea {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	border-color: currentcolor currentcolor #333333;
	border-image: none;
	border-radius: 2px;
	border-style: none none solid;
	border-width: medium medium 1px;
	box-shadow: none;
	color: #ffffff;
	display: block;
	font-size: 14px;
	line-height: 22px;
	margin-top: 25px;
	padding: 9px 12px;
	transition: none 0s ease 0s ;
	width: 100%;
}

.sppb-ajaxt-contact-form input:focus,
.sppb-ajaxt-contact-form textarea:focus {
	border: 1px solid #ffffff !important;
	outline: 0 none!important;
	box-shadow: none !important;
}

.sppb-ajaxt-contact-form button {
	background-color: #ffa211;
	border: medium none;
	border-radius: 0;
	color: #000000;
	display: inline-block;
	font-size: 18px;
	margin-top: 22px;
	padding: 20px 30px;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
	transition: all 0.6s ease 0s;
	width: 225px;
}

.sppb-ajaxt-contact-form button:hover {
	background-color: #ffffff;
	border: medium none;
	color: #333333;
	display: inline-block;
	text-decoration: none;
}

.sppb-form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.sppb-form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.sppb-form-control::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

select::-moz-placeholder, textarea::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="color"]::-moz-placeholder, .uneditable-input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

select:-webkit-input-placeholder, textarea:-webkit-input-placeholder, input[type="text"]:-webkit-input-placeholder, input[type="password"]:-webkit-input-placeholder, input[type="datetime"]:-webkit-input-placeholder, input[type="datetime-local"]:-webkit-input-placeholder, input[type="date"]:-webkit-input-placeholder, input[type="month"]:-webkit-input-placeholder, input[type="time"]:-webkit-input-placeholder, input[type="week"]:-webkit-input-placeholder, input[type="number"]:-webkit-input-placeholder, input[type="email"]:-webkit-input-placeholder, input[type="url"]:-webkit-input-placeholder, input[type="search"]:-webkit-input-placeholder, input[type="tel"]:-webkit-input-placeholder, input[type="color"]:-webkit-input-placeholder, .uneditable-input:-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

select:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, .uneditable-input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}


.contact-features i {
	background: #333333 none repeat scroll 0 0;
	border: 1px solid #535353;
	color: #ffa211;
	font-size: 16px;
	height: 50px;
	margin: 30px 0;
	padding: 14px 0;
	width: 50px;
	transition: all 0.3s ease 0s;
}

.contact-features:hover i {
	background: #000000 none repeat scroll 0 0;
	color: #999999;
	transition: all 0.3s ease 0s;
}

.contact-features .sppb-addon-text {
	color: #999999;
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 27px;
	padding: 1px;
	margin: 0 0 10px;
}

/*  */

/* FOOTER */

.border-top {
	border: 1px solid #202020;
}

.bottom-img {
	margin-top: 25px;
	vertical-align: middle;
}

.bottom-img img {
	margin-bottom: 35px;
}

.bottom-text .sppb-addon-content {
	color: #999999;
	font-size: 16px;
	line-height: 28px;
	font-family: "Open+Sans",sans-serif;
	margin-bottom: 50px;
}

ul.footer-social {
	text-align: center;
	margin: 0 auto;
}

ul.footer-social li {
  display: inline-block;
  margin-right: 10px;
}

ul.footer-social li a i.fa {
  border: 1px solid #333333;
  color: #ffa211;
  font-size: 18px;
  height: 35px;
  padding: 8px 5px;
  transition: all 0.5s ease 0s;
  width: 120px;
}

ul.footer-social li a i.fa:hover {
	background: #ffa211 none repeat scroll 0 0;
	color: #333333;
}

#sp-footer {
  background: #161616 none repeat scroll 0 0;
	padding: 30px 0;
}

.sp-copyright {
	color: #999999;
	font-family: "Open+Sans",sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
}

/*  */

/* DEMOS */

.demo2-header {
	background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
	border-color: #f1f1f1 #ffa211 #ffa211 #f1f1f1;
	border-image: none;
	border-style: solid;
	border-width: 2px;
	color: #fafafa;
	font-size: 75px;
	font-weight: 100;
	margin: 0 auto;
	padding: 50px 0;
	text-align: center;
	text-transform: uppercase;
	width: 70%;
}

.demo2-header .sppb-addon-title {
	color: #f1f1f1;
	font-family: "Monoton",cursive;
	font-size: 65px;
	font-weight: 100;
	margin: 0 auto;
	text-transform: uppercase;
	line-height: 1.1;
}

.demo2-header .sppb-addon-title span {
	color: #ffa211;
	font-weight: 800;
	text-transform: uppercase;
}

@media (max-width: 993px) {
	.demo2-header .sppb-addon-title  {
		font-size: 50px;
	}
	.demo2-header .sppb-addon-content {
		font-size: 10px;
	}
}

@media (max-width: 481px) {
	.demo2-header .sppb-addon-title  {
		font-size: 25px;
	}
	.demo2-header .sppb-addon-content {
		font-size: 11px;
	}
}

.demo2-header .sppb-addon-content hr {
	border-width: 2px;
	color: #333333;
	width: 16%;	
	border-color: #eeeeee currentcolor currentcolor;
	border-image: none;
	border-style: solid none none;
	margin-bottom: 20px;
	margin-top: 20px;
}

.demo2-header .sppb-addon-content {
	font-size: 14px;
	letter-spacing: 3px;
	line-height: 35px;
	color: #ffa211;
	font-weight: 800;
	text-transform: uppercase;
	padding: 1px;
	margin: 0 0 10px;
}

.demo4-header .sppb-addon-title {
	color: #ffffff;
	display: inline-block;
	font-family: "Lobster",cursive;
	font-size: 45px;
	font-weight: 600;
	letter-spacing: 20px;
	text-transform: uppercase;
	line-height: 1.1;
	margin-bottom: 15px;
}

.demo4-header .sppb-addon-content {
	color: #ffffff;
	letter-spacing: 0;
	line-height: 27px;
	padding: 1px;
	margin: 0 0 10px;
}

@media (max-width: 993px) {
	.demo4-header .sppb-addon-title  {
		font-size: 30px;
	}
}

@media (max-width: 768px) {
	.demo4-header .sppb-addon-title  {
		font-size: 25px;
		letter-spacing: 5px;
	}
}

.demo4-header-btn a:first-child {color: #fff;}
.demo4-header-btn a:first-child:hover {color: #000;}
.demo4-header-btn a:nth-child(2) {margin: 0 15px;}

.demo5-header .sppb-addon-title {
	text-transform: uppercase;
	line-height: 1.1;
	color: #ffffff;
	font-family: "Abril Fatface",cursive;
	font-size: 35px;
	font-weight: 100;
	letter-spacing: 25px;
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	.demo5-header .sppb-addon-title  {
		font-size: 35px;
		letter-spacing: 5px;
	}
}

@media (max-width: 461px) {
	.demo5-header .sppb-addon-title  {
		font-size: 25px;
		letter-spacing: 5px;
	}
}

.demo6-header {
	background: rgba(0, 0, 0, 0) linear-gradient(to left, #ff0035, #ffa211) repeat scroll 0 0;
	height: 100%;
	left: 0;
	opacity: 0.85;
	position: absolute;
	top: 0;
	width: 100%;
}

.demo6-header .sppb-addon-title {
	color: #ffffff;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	border: 0 solid #ffffff;
	font-family: "Bungee Inline",cursive;
	font-size: 55px;
	font-weight: 200;
	letter-spacing: 3px;
	padding: 45px;
	display: inline-block;
	line-height: 1.071;
	margin-bottom: 2rem;
	margin-top: 1rem;
}

.demo6-header .sppb-addon-title span {
	color: #ffa211;
	font-weight: 800;
	text-transform: uppercase;
}

.demo6-header .sppb-addon-content {
	color: #ffffff;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	font-size: 12px;
	letter-spacing: 8px;
	line-height: 28px;
	margin-bottom: 2px;
	text-transform: uppercase;
	padding: 1px;
}

.demo8-header .sppb-addon-title {
	border-color: #ffa211 #ffffff;
	border-image: none;
	border-style: solid;
	border-width: 2px 1px 1px;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	font-family: "Bungee Inline",cursive;
	font-size: 45px;
	letter-spacing: 22px;
	line-height: 65px;
	padding: 45px;
	display: inline-block;
	margin-bottom: 2rem;
	margin-top: 1rem;
	text-transform: uppercase;
	color: #ffa211;
	font-weight: 800;
}

@media (max-width: 768px) {
	.demo8-header .sppb-addon-title  {
		font-size: 20px;
		margin-top: 95px;
		padding: 25px;
	}
}

.ls-bottom-nav-wrapper, .ls-below-thumbnails {
  float: right;
  height: 0;
  margin: -25% 1% 0 0;
  position: relative;
  text-align: center;
}

.ls-v6 .ls-bottom-slidebuttons a,
.ls-v6 .ls-bottom-slidebuttons a:hover  {
background: transparent none repeat scroll 0 0 !important;
border: 2px solid rgba(255, 255, 255) !important;
}

.ls-v6 .ls-bottom-slidebuttons a:hover {border: 2px solid #ffa211 !important;}

.ls-v6 .ls-bottom-nav-wrapper span.ls-bottom-slidebuttons > a.ls-nav-active,
.ls-v6 .ls-bottom-nav-wrapper span.ls-bottom-slidebuttons > a.ls-nav-active:hover {
	background: transparent none repeat scroll 0 0 !important;
	border: 2px solid #ffa211 !important;
}

.ls-v6 .ls-bottom-nav-wrapper span.ls-bottom-slidebuttons > a {
  display: block !important;
}

.ls-v6 .ls-bottom-nav-wrapper span.ls-bottom-slidebuttons > a:hover {
  border: 2px solid #ffa211 !important;
}

.ls-v6 .ls-bottom-nav-wrapper span.ls-bottom-slidebuttons > a, .ls-v6 .ls-nav-sides {
  height: 6px !important;
  margin: 0 3px;
  width: 6px !important;
  margin-bottom: 10px;
}

@media (max-width: 600px) {
	.ls-v6 .ls-bottom-nav-wrapper span.ls-bottom-slidebuttons > a, .ls-v6 .ls-nav-sides {
		  height: 4px !important;
		  width: 4px !important;
	}
}

/*  */

/* BLOG AND PORTFOLIO DEFAULTS */

.com-spsimpleportfolio.view-item .sp-simpleportfolio img {width: 100%;}

.com-spsimpleportfolio.view-item .sp-simpleportfolio .sp-simpleportfolio-description {
  padding-bottom: 20px;
  margin-bottom: 30px !important;
}

.com-spsimpleportfolio.view-item .sp-simpleportfolio .sp-simpleportfolio-meta {
  box-sizing: border-box;
}

.com-spsimpleportfolio.view-item .sp-simpleportfolio .sp-simpleportfolio-meta > div {
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.com-spsimpleportfolio.view-item p {margin-top: 15px;}

.com-spsimpleportfolio.view-item .sp-simpleportfolio .sp-simpleportfolio-description > h2,
.com-spsimpleportfolio.view-item .sp-simpleportfolio .sp-simpleportfolio-meta-title,
.com-spsimpleportfolio.view-item .sp-simpleportfolio-tags-title
 {
  font-size: 25px;
  line-height: 1;
  margin: 0 0 10px;
}

.com-spsimpleportfolio.view-item  .sp-simpleportfolio .sp-simpleportfolio-image {
  margin-bottom: 0;
}

.com-spsimpleportfolio.view-item #sp-main-body {padding: 50px 0;}

.com-spsimpleportfolio.view-item .sp-simpleportfolio-details {padding: 30px 20px;}

/* */

/* BLOG SINGLE */

.com-content.view-article #sp-main-body {
	padding: 100px 0;
}

.com-content.view-article #sp-main-body article.item .entry-image img {
	width: 100%;
}

.com-content.view-article #sp-main-body article.item {
  margin-bottom: 0;
  padding: 0 50px;
}

.com-content.view-article #sp-main-body article.item .btn-group.pull-right, .com-content.view-article #sp-main-body article.item .pager.pagenav {display: none;}

.com-content.view-article #sp-main-body article.item a {
	color: #666;
	pointer-events: none;
}

.com-content.view-article .createdby, .com-content.view-article .category-name {display: none;}

.article-info > dd {
  color: #666666;
  text-transform: uppercase;
  font-size: 12px;
}

.com-content.view-article #sp-main-body article.item .entry-header,
.com-content.view-article #sp-main-body article.item p {
	padding: 0 20px;
}

.com-content.view-article #sp-main-body article.item .article-info > dd a {
  font-family: "Open+Sans",sans-serif;
}

/* */

/* ADDITIONAL CODE */

.fa-twitter:before {
    content: "\e61b" !important;
	font-family: "Font Awesome 6 Brands";
}


