/*
Theme Name: Digital Abstracts
Theme URI: http://www.digitalabstracts.com/
Author: Digital Abstracts
Description: Design
Version: 1.0.0
License: 
License URI:
*/


body {
	background: #fff !important;
	font-family: "futura-pt",sans-serif !important;
	font-weight: 500 !important;
}

h1, h2, h3, h4, h5 {
    font-family: "futura-pt",sans-serif !important;
	font-weight: 500 !important;
	letter-spacing: 1px;
}
a:hover, a:active {
	text-decoration: none !important;
}
::selection {
  background: #df116c; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #df116c; /* Gecko Browsers */
}
.edit-this {
	position: fixed;
	top: 10px;
	left: 10px;
	padding: 5px 10px;
	background: yellow;
	z-index: 99999;
}

body header {
	height: 92px;
	width: 100%;
	position: fixed;
	background: #fff;
	z-index: 9999;
	top: 0;
	box-shadow: 0 0 1px rgba(0,0,0,.15);
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
body .top:hover header {
	box-shadow: 0 0 1px rgba(0,0,0,.15) !important;
}
body.scrolled header {
	box-shadow: 0 0 100px rgba(0,0,0,0.15);
	height: 75px;
}

body header .logo {
  position: absolute;
  left: 50%;
  width: 80px;
  margin: 28px 0 0 -41px;
  -webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

body.scrolled header .logo {
  margin: 17px 0 0 -41px;
}

#site-body {
	background: #f5f5f5;
	padding-top: 120px;
}

.single-text {
	margin: 0 !important;
}

.remarketing {
	position: absolute !important;
	bottom: 0;
	left: 0;
}

/* =====================================
	MENU
===================================== */


.secondary-menu {
	background: #fff;
	top: 92px;
	width: 100%;
	height: 40px;
	overflow: hidden;
	padding: 7px 0;
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
	z-index: 1;
	position: fixed;
}
.scrolled .secondary-menu {
	top: 30px;
}
.top:hover .secondary-menu {
	top: 92px !important;
}
.scrolled .top:hover .secondary-menu {
	top: 70px !important;
}

.socials {
	text-align: center;
    margin: 0 auto;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: 99;
}
.socials a {
	color: #aaa;
	float: none !important;
	display:inline-block;
	padding: 0 15px;
	font-size: 12px;
	line-height: 35px;
	text-transform: uppercase;
    -moz-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}
.socials a:hover {
	color: #fff;
	text-decoration: none;
}
.secondary-menu .navbar-nav {
	text-align: center;
    margin: 0 auto;
    width: 100%;
}
.navbar-nav>li {
	float: none !important;
	display:inline-block;
    *display:inline; /* ie7 fix */
}
.secondary-menu .navbar-nav > li > a {
	color: #aaa;
	padding: 0 15px;
	display: inline;
	font-size: 12px;
	line-height: 27px;
	text-transform: uppercase;
    -moz-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}
.secondary-menu .navbar-nav > li > a:focus,
.secondary-menu .navbar-nav > li > a:hover {
	color: #000;
	background: transparent;
}
.secondary-menu .navbar-nav > li + li::before {
  color: #8c8c8c;
  padding: 0 5px;
}
.single-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 45px;
	/* padding: 45px 0 25px; */
	color: #E2E2E2;
	letter-spacing: 15px;
}

.banner {
	display:block;
	width:100%;
	background: url("https://s3.amazonaws.com/img.playingarts.com/files/gallery-one/011.jpg") no-repeat center center #f0f0f0;
	background-size: cover;
	-webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}
.banner a {
	display: block;
	width: 100%;
	font-size: 100px;
	line-height: 50px;
	padding: 150px 0;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	-webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}
/*
.banner:hover {
	background-size: 1250px;
}
*/
.banner:hover a {
	opacity: 0;
	color: #fff;
	text-decoration: none;
}
.banner a span {
	font-size: 20px;
}

#site-body.page-id-678040 {
	background: #f1f1f1 !important;
	padding-bottom: 100px;
}
#site-body.page-id-678040 #site-content { 
	max-width: 500px;
	margin: 0 auto;
}
#site-body.page-id-678040 .single-title {
	font-size: 30px;
	letter-spacing: 5px;
}


/* =====================================
	Instagram
===================================== */

#sb_instagram #sbi_images { min-height: 500px !important; }
#sb_instagram .sbi_loader { top: 150px !important; }
#sb_instagram { padding-bottom: 0px !important; }
#sb_instagram #sbi_load .sbi_load_btn { 
    width: 100% !important;
    padding: 50px 0 !important;
    margin: 0 auto !important;
    background: #fff !important;
    color: #aaaaaa !important;
    border-radius: 0px !important;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-transform:uppercase !important;
    font-size: 16px;
    letter-spacing: 1px;
}
#sb_instagram #sbi_load .sbi_load_btn:hover {
    background: transparent !important;
    color: #000 !important;
}
#sb_instagram #sbi_load .sbi_load_btn:active {
	padding: 52px 0 48px !important;
	-webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
}
#sb_instagram .sbi_link .sbi_caption {
    line-height: 140% !important;
    padding-top: 25px !important;
    font-size: 15px !important;
    width:90% !important;
    margin:0 auto !important;
}

#sb_instagram .sbi_username a {
	letter-spacing: 1px;
	text-transform:uppercase !important;
	margin-top: 15px;
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#sb_instagram .sbi_username a:hover {
	text-decoration: none !important;
	color: #fff !important;
}
#sb_instagram .sbi_hover_top, #sb_instagram .sbi_hover_bottom {
	padding: 3% !important;
}
#sb_instagram .sbi_hover_bottom .sbi_meta {
	float: right;
}
#sb_instagram .sbi_date {
	float: left;
	margin-left: 5px;
}
#sb_instagram .sbi_loader {
	background: none !important;
	position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
#sb_instagram .sbi_loader:before {
    content: '';
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    opacity: 0.2;
    background-image: url('inc/loader.png') !important;
    background-size: 60px;
    -webkit-animation: spinner 2s linear infinite;
    -moz-animation: spinner 2s linear infinite;
    -o-animation: spinner 2s linear infinite;
    animation: spinner 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
}
#sb_instagram .sbi_loader:after {
	content: "";
    display: table;
    clear: both;
}
#sb_instagram .sbi_photo_wrap {
	background: #fff;
}
.fa-spinner:before {
	content: '\f021' !important;
}
.fa-pulse {
	animation: fa-spin 1s infinite steps(50) !important;
}


/* =====================================
	POSTS
===================================== */



#site-body #site-content-column {
    width: 100%;
    margin: 0 auto;
}

#site-body #site-content-column .row {
	margin-top: 0px;
}

#site-body #site-content-column .row article {
	margin: 20px auto 0;
	width: 100%;
	max-width: 1030px;
	background: #fff;
	padding: 40px;
	position: relative;
}
#site-body #site-content-column .row article .content-about {
	position: relative;
	width: 520px;
    float: right;
}
#site-body #site-content-column .row article .content-title {
	margin: 0 0 10px 0;
	font-size: 40px;
}
#site-body #site-content-column .row article .content-title a {
	color: #000;
}
#site-body #site-content-column .row article .content-title a:hover {
	text-decoration: none;
}
#site-body #site-content-column .row article .content-meta {
	display: none;
}
#site-body #site-content-column .row article .content-thumbnail {
	position: relative;
	float: left;
	background: #f5f5f5 !important;
}
#site-body #site-content-column .row article a .content-text p {
	font-size: 19px;
	color: #aaa;
	font-weight: 100;
}
#site-body #site-content-column .row article .readmore {
	color: #aaa;
	position: absolute;
	bottom: 35px;
    left: 470px;
    font-weight: 100;
}
#site-body #site-content-column .row article .readmore:hover {
	color: #000;
	text-decoration: none;
}
#site-body #site-content-column .row article .content-footer-share {
	position: absolute;
	bottom: 25px;
	right: 35px;
}
#site-body #site-content-column .row article .content-footer-share .btn {
	padding: 10px 0 !important;
	margin-left: 20px;
	color: #aaa;
}
.pagination {
	margin: 100px 0;
	text-align: center;
	width: 100%;
}
.pagination h2 {
	display: none;
}
.pagination .nav-links .page-numbers {
	padding: 0 10px;
	font-size: 18px;
	color: #aaa;
}
.pagination .nav-links a.page-numbers {
	color: #000;
}

/* =====================================
	ARTICLE
===================================== */
/*
#site-body.single {
	background-color: #fff !important;
}
*/
.single .title-img {
	position: relative;
	width: 100%;
	min-height: 300px;
	background-size: cover;
	background-position: 50% 50%;
	margin-bottom: 50px;
}
.single .title-img h1 {
	width: 100%;
	text-align: center;
	padding: 150px 0;
	color: #fff;
	font-size: 70px;
	background: rgba(0,0,0,0.5);
}
.single .single-title {
	padding: 50px 0 !important;
	margin: 0 !important;
}
.single .single-title a {
	color: #E2E2E2;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.single-title a:hover {
	color: #ccc;
}
.single #site-content-column .post {
    margin: 10px auto 10px !important;
	background: #fff;
	padding: 0 0 50px 0;
	max-width: 1030px !important;
    width: 100% !important;
    margin: 0 auto;
}
.single #site-content-column .post .metameta {
	display: none;
}
.single #site-content-column .post .post-title {
	margin: 30px 0;
	font-size: 50px;
	text-align: center;
}
.single #site-content-column .post .single-text {
	font-size: 22px;
	font-weight: 100;
	width: 86%;
	margin: 0 auto !important;
	padding: 0 7%;
}
.single #site-content-column .post .single-text p {
	padding: 0 0 20px 0;
}
.single #site-content-column .post .single-text p a {
	color: #000;
	border-bottom: 3px solid #000;
}
.single #site-content-column .post img {
	width: 96%;
	margin: 0 2%;
	height: auto;
	padding-bottom: 20px;
}
.single #site-content-column .post .meta-data {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 0 0 10px 0;
}
.single #site-content-column .post .meta-data a {
	color: #fff;
	font-size: 18px;
	display: inline-block;
	padding: 5px 10px;
	background: transparent;
	margin: 0 10px 10px 0;
	border-radius: 3px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.single #site-content-column .post .meta-data a:hover {
	color: #000;
	background: #fff;
}
.single .gallery {
	margin-top: 40px;
}


/* =====================================
	FOOTER
===================================== */
	
#site-footer{
	padding: 0;
	background: #FFF;
	position: relative;
	color: #ccc;
}
#site-footer .footer-text{
	font-size: 0.7em;
	padding: 10px;
	border-top: 1px solid #f5f5f5;
	text-align: center;
	color: #ccc;
}
#site-footer .footer-text p {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#site-footer .footer-text a {
	color: #ccc;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
#site-footer .footer-text a:hover {
	text-decoration: none;
	color: #000;
}
.sbi_lb-nav a.sbi_lb-prev {
	opacity: 1 !important;
	left: -100px !important;
}
.sbi_lb-nav a.sbi_lb-next {
	opacity: 1 !important;
	right: -100px !important;
}




@media (max-width: 1210px) {
#site-content {
    width: 100%;
    margin: 0 auto;
}
#site-body #site-content-column {
    width: 100%;
    margin: 0 auto;
}
}

@media (max-width: 700px) {
#site-content {
    width: 100%;
    margin: 0 auto;
}
#site-body #site-content-column {
    width: 400px;
    margin: 0 auto;
}
}

@media only screen and (min-device-width: 700px) and (max-width: 1200px) {

#sb_instagram.sbi_col_4 #sbi_images .sbi_item {
    width: 33.33% !important;
}

}

@media only screen and (max-device-width:700px){
	
#site-body {
	padding-top: 80px;
}

#site-body {
	padding-top: 60px;
}

body header {
	height: 50px;
}

body header .logo {
  width: 60px;
  margin: 10px 0 0 -40px;
}

#sb_instagram.sbi_col_4 #sbi_images .sbi_item {
    width: 100% !important;
}
.secondary-menu {
	display: none;
}
.banner {
	display: none;
}
#site-footer {
	margin-bottom: 35px;
}
.footer-text span {
	display: none;
}
.single-title {
	padding: 0;
	font-size: 20px;
	letter-spacing: 1px;
	color: #ccc;
}
#sb_instagram #sbi_images { min-height: 400px !important; }

#sb_instagram .sbi_loader {
	background: none !important;
	position: absolute !important;
    top: 250px !important;
    left: 0 !important;
    width: 100% !important;
    height: 60px !important;
}
#sb_instagram .sbi_loader:before {
    content: '';
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    opacity: 0.2;
    background-image: url('inc/loader.png') !important;
    background-size: 60px;
    -webkit-animation: spinner 2s linear infinite;
    -moz-animation: spinner 2s linear infinite;
    -o-animation: spinner 2s linear infinite;
    animation: spinner 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
}

}