@import url('https://fonts.googleapis.com/css?family=Inconsolata:400,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800');


body { font-size: 15px; font-family:'Inconsolata', Arial, Helvetica, sans-serif; height:100%; width:100%; -webkit-text-size-adjust: 100%; -moz-osx-font-smoothing:grayscale; -webkit-font-smoothing: antialiased; line-height: 1.42857143; color: #888; }
strong { font-weight:700; }
a, a > * { -webkit-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s; }
a, a:hover, a:focus { color:#2b2b2b; text-decoration:none; outline: 0; }
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; text-rendering: optimizeLegibility; outline: 0; }
*:focus, *:after:focus, *:before:focus { outline: 0; }
*:after, *:before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; }

a p { color:#888; }
p { padding:0; line-height:1.6; font-weight:400; }

blockquote { padding:12px 0px 22px 0px; margin:0; border:0; position:relative; }
blockquote p { color:#2b2b2b; font-size:26px; line-height:1.35; font-family: "Raleway", "Open Sans", Arial, Helvetica, sans-serif; font-weight:600; font-style:italic; }

a.link, p a, ul.contact-list li a { position:relative; color:#2b2b2b; }
a.link::after, p a::after, ul.contact-list li a::after { content:""; background:#2b2b2b; bottom:-1px; display:block; left:0%; height:1px; position:absolute; -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; width:0; }
a.link:hover::after, p a:hover::after, ul.contact-list li a:hover::after { left:0; width:100%; color:#2b2b2b;}
.sppb-btn {cursor: pointer;}

h2, h3, h4, h5 { font-family: "Raleway", "Open Sans", Arial, Helvetica, sans-serif; color:#2b2b2b; line-height:1.25; font-weight:600; }
h1 { font-size:60px; line-height:1.2; letter-spacing:-1px; margin-top:0px; }
h2 { font-size:48px; line-height:1.25; letter-spacing:-1px; margin-top:0px; }
h3 { font-size:40px; line-height:1.3; margin:0px; }
h4 { font-size:24px; line-height:1.35 }
h5 { font-size:20px; line-height:1.4 }
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {color:#2b2b2b }

img { width:100%; display: block; max-width: 100%; box-shadow: #fff 0 0 0 }

@-webkit-keyframes moveUpDown {
	0% { bottom:0px; }
	50%{ bottom:20px; }
	100% { bottom: 0px; }
}
@keyframes moveUpDown {
	0% { bottom:0px; }
	50%{ bottom:20px; }
	100% { bottom: 0px; }
}

/* */

/* HEADER */

#sp-header {
	height: inherit;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 99;
	box-shadow: none;
	padding: 16px 35px 14px;
}

#sp-header .logo {
	height: inherit;
}

#sp-header .logo img {
	width: 60px;
	height: 52px;
}

#sp-header .logo a:after {
	content: "creative, agency";
	font-size: 13px;
	font-weight: 400;
	padding: 0 0 0 20px;
	margin: auto;
	position: relative;
	height: 52px;
	margin-top: -1px;
	color: #888;
	line-height: 1.42857143;
}

#sp-logo, #sp-menu {display: table; margin: auto;}

.sp-megamenu-parent > li {
	display: inline-block;
	position: relative;
	padding: 0;
	margin: 0px 0px 0px 30px;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	display: inline-block;
	line-height: 1.42857143;
	margin: 0;
	font-family: "Raleway", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	letter-spacing: 2px;
	padding: 3px 0 5px 0;
	z-index: 100;
}

.sp-megamenu-parent > li > a:after, .sp-megamenu-parent > li > span:after {
	content: "";
	background: #2b2b2b;
	bottom: 5px;
	display: block;
	left: 0%;
	margin-left: -1px;
	height: 1px;
	position: absolute;
	-webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	width: 0;
}

.sp-megamenu-parent > li.active > a:after, .sp-megamenu-parent > li.active:hover > a:after, .sp-megamenu-parent > li > a:hover:after {
	left: 0;
	width: 100%;
	font-weight: 600;
}

.sp-megamenu-parent > li.active > a {
	font-weight: 600;
}

body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
	font-family: "FontAwesome";
	content: "";
	float: unset;
	margin-left: -1px;
}

/* Submenu */

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	box-shadow: none;
	padding: 15px 0px 15px;
	margin-left: -20px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
	margin: 0px 0px;
	padding: 0 20px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:first-child {
	border-top: 1px solid #d8d8d8;
	padding-top: 15px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:first-child:before {
	background: none repeat scroll 0 0 rgba(221, 221, 221, 1);
	top: -7px;
	content: "";
	height: 12px;
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	width: 12px;
	margin-left: 2px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:first-child:after {
	background: #fff;
	top: -5px;
	content: "";
	height: 12px;
	margin-left: 2px;
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	width: 12px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
	cursor: pointer;
	font-size: 10px;
	font-family: "Raleway", Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	letter-spacing: 2px;
	padding: 3px 0 5px 0;
	z-index: 100;
	line-height: 1.42857143;
	position: relative;
}

/* */

/* FOOTER */

#sp-footer .container-inner {
	padding: 39px 0;
	border-top: 0px solid rgba(255, 255, 255, .1);
}

.sp-copyright {font-size: 13px;}

#sp-footer2 span {
	font-size: 13px;
	float: right;
	display: inline-block;
}

#sp-footer2 span .social-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline-block;
}

#sp-footer2 span .social-list li {
	padding: 0 0 0 10px;
	list-style-type: none;
	display: inline-block;
}

#sp-footer2 span .social-list li a i {
	color: #8d8d8d;
	font-size: 16px;
	top: 2px;
	position: relative;
}

/* */

/* PORTFOLIO */

.featherlight {
  top: 11%;
}

.featherlight .featherlight-content {
  max-height: 95%;
  max-width: 55%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: transparent none repeat scroll 0 0;
}

.com-spsimpleportfolio, .com-content {background: #f8f8f7;}

.com-spsimpleportfolio  h2 {
	font-size: 48px;
	line-height: 1.25;
	letter-spacing: -1px;
	margin-top: 0px;
	font-family: "Raleway", "Open Sans", Arial, Helvetica, sans-serif;
	color: #2b2b2b;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: center;
}

.com-spsimpleportfolio .sp-simpleportfolio-tags {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: "Raleway", "Open Sans", Arial, Helvetica, sans-serif;
	color: #2b2b2b;
	padding: 0;
	line-height: 1.6;
	margin: 0 auto 40px;
	text-align: center;
}

.sp-simpleportfolio .sp-simpleportfolio-image {
	margin-bottom: 0px;
}

.sp-simpleportfolio-details {
	padding-top: 60px;
}

.padding-10 {padding-top: 10px;}

.alignright {
	float: right;
}

.borderline {
	background: #d8d8d8;
	width: 100%;
	height: 1px;
	display: block;
	position: relative;
	margin: 30px 0 25px 0;
}

/* */

/* BLOG */

.float-left {
	float: unset !important;
}

.article-list .article {
	margin-bottom: 30px;
	padding: 0;
	border: 0px solid #f5f5f5;
	border-radius: 0;
}

.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
	margin: 0;
	border-radius: 0;
	border-bottom: 0px solid #f5f5f5;
	overflow: hidden;
}

.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
	border-radius: 0;
}


.article-body {
	background: #fff;
}

.article-list .article .article-header h1, .article-list .article .article-header h2 {
	padding: 30px 35px 0;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 1.35;
}

.article-list .article .article-header h2 a,
.article-list .article .article-header h2 a:hover {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.article-introtext {
	padding: 0 35px 18px;	
}

.article-introtext p {margin: 0 0 10px;}

.article-info {
	border-top: 1px solid #f1f1f1;
	background: #fff;
	width: 100%;
	padding: 25px 35px 20px;
	margin-bottom: 30px;
	position: relative;
}

/* Sidebar */

#sp-left .sp-module, #sp-right .sp-module {
	border: 0px solid #f3f3f3;
	padding: 0;
	border-radius: 0;
}

#sp-left .sp-module .form-control,
#sp-right .sp-module .form-control,
#sp-left .sp-module .form-control:focus,
#sp-right .sp-module .form-control:focus {
	padding: 0;
	font-size: inherit;
	line-height: inherit;
	border: 0px solid #ced4da;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	background-color: #fff;
	border: 0;
	margin-right: 0;
	width: 100%;
	padding: 17px 20px 18px 20px;
	background: url(/bushwick/images/icons/bg-search-widget@2x.png) no-repeat 20px 17px #fff;
	background-size: 20px 20px;
	padding-left: 52px !important;
	border-radius: 0;
	color: #888;
	box-shadow: none !important;
}

#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
	padding-bottom: 0;
	border-bottom: 0px solid #f3f3f3;
	font-size: 20px;
	line-height: 1.4;
	font-family: "Raleway", "Open Sans", Arial, Helvetica, sans-serif;
	color: #2b2b2b;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 10px;
}

#sp-left .sp-module ul.latestnews, #sp-right .sp-module ul.latestnews,
#sp-left .sp-module ul.categories-module, #sp-right .sp-module ul.categories-module {
	list-style: circle;
	line-height: 1.6;
	padding: 0px 15px;
	margin-left: 5px;
	text-align: left !important;
}

#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
	display: block;
	border-bottom: 0px solid #f3f3f3;
}

.latestnews li,
.categories-module li {
	padding: 0;
	display: list-item !important;
}

#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
	display: block;
	padding: 0;
	line-height: inherit;
	padding: 0;
	border: 0;
	color: #888;
}

#sp-left .sp-module ul > li > a:hover, #sp-right .sp-module ul > li > a:hover {color: #2b2b2b;}

#sp-left .sp-module .tagspopular ul > li, #sp-right .sp-module .tagspopular ul > li {
	display: inline-block;
	border-bottom: 0px solid #f3f3f3;
}

#sp-left .sp-module .tagspopular ul > li > a:after, #sp-right .sp-module .tagspopular ul > li > a:after {content:",";}
#sp-left .sp-module .tagspopular ul > li:last-child > a:after, #sp-right .sp-module .tagspopular ul > li:last-child > a:after {display: none;}

/* Single Article */

.article-details .article-full-image img {
	display: inline-block;
	border-radius: 0;
}

.article-details .article-header h1, .article-details .article-header h2 {
	font-size: 38px;
	line-height: 1.25;
	letter-spacing: -1px;
	margin-top: 0px;
	font-family: "Raleway", "Open Sans", Arial, Helvetica, sans-serif;
	color: #2b2b2b;
	margin-bottom: 10px;
	font-weight: 600;
}

.article-details p {margin: 0 0 10px;}

blockquote {
	font-size: 17.5px;
	text-align: center;
}

.borderline {
	background: #d8d8d8;
	width: 100%;
	height: 1px;
	display: block;
	position: relative;
	margin: 30px 0 25px 0;
}

blockquote .borderline {
	width: 50px;
	margin: 0 auto;
	margin-top: 32px;
	text-align: center;
}

blockquote .borderline.top {
	margin-top: 0;
	margin-bottom: 20px;
}

blockquote .questionmark {
	text-align: center;
	width: 100%;
	font-family: Georgia, Verdana, sans-serif;
	color: #2b2b2b;
	font-size: 72px;
	line-height: 1;
	font-style: normal;
	height: 52px;
}

blockquote p {
	color: #2b2b2b;
	font-size: 26px;
	line-height: 1.35;
	font-family: "Raleway", "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-style: italic;
}

blockquote p.small {
	border: 0;
	padding-top: 3px;
	margin-top: 10px;
	font-style: normal;
	font-size: 15px;
	font-family: 'Inconsolata', Georgia, "Times New Roman", Times, serif;
	color: #999;
	font-weight: 400;
}

.article-details  .article-info {
	border-top: 0px solid #f1f1f1;
	background: transparent;
	width: 100%;
	padding: 25px 0 20px;
	margin-bottom: 30px;
	position: relative;
	color: #2b2b2b;
}
