/* TEXT STYLES
-------------------------------------------------------------------------------------------*/
/* CSS
-------------------------------------------------------------------------------------------*/
/* FLEX
------------------------------------------------------------------------------------------*/
/* KEYFRAMES
-------------------------------------------------------------------------------------------*/
/* KEYFRAMES
-------------------------------------------------------------------------------------------*/
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes off-left-to-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@-moz-keyframes off-left-to-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@-o-keyframes off-left-to-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes off-left-to-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@-webkit-keyframes right-to-left {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-moz-keyframes right-to-left {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-o-keyframes right-to-left {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes right-to-left {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes left-to-right {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-moz-keyframes left-to-right {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-o-keyframes left-to-right {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes left-to-right {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fade-left-to-right {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-moz-keyframes fade-left-to-right {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-o-keyframes fade-left-to-right {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-left-to-right {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes menu-list {
  0% {
    opacity: 0;
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-moz-keyframes menu-list {
  0% {
    opacity: 0;
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-o-keyframes menu-list {
  0% {
    opacity: 0;
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes menu-list {
  0% {
    opacity: 0;
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes creatives-list {
  0% {
    opacity: 0;
    transform: translateX(-20%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-moz-keyframes creatives-list {
  0% {
    opacity: 0;
    transform: translateX(-20%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-o-keyframes creatives-list {
  0% {
    opacity: 0;
    transform: translateX(-20%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes creatives-list {
  0% {
    opacity: 0;
    transform: translateX(-20%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes bottom-to-top {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes bottom-to-top {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes bottom-to-top {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bottom-to-top {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes slight-bottom-to-top {
  0% {
    opacity: 0;
    transform: translateY(1%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes slight-bottom-to-top {
  0% {
    opacity: 0;
    transform: translateY(1%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes slight-bottom-to-top {
  0% {
    opacity: 0;
    transform: translateY(1%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slight-bottom-to-top {
  0% {
    opacity: 0;
    transform: translateY(1%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes top-to-bottom {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes top-to-bottom {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes top-to-bottom {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes top-to-bottom {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(3%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-moz-keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(3%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-o-keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(3%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(3%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(12px);
  }
}
@-webkit-keyframes anime-null {}
@-moz-keyframes anime-null {}
@-o-keyframes anime-null {}
@keyframes anime-null {}
/* SVG
------------------------------------------------------------------------------------------*/
/* COTW
------------------------------------------------------------------------------------------*/
/* ARROW
------------------------------------------------------------------------------------------*/
/* MENU
------------------------------------------------------------------------------------------*/
/* CLOSE
------------------------------------------------------------------------------------------*/
/* SEARCH
------------------------------------------------------------------------------------------*/
/* SOCIAL
------------------------------------------------------------------------------------------*/
/* GENERAL
-------------------------------------------------------------------------------------------*/
.wrap {
  max-width: 600px;
  margin: 0 auto;
}

@media only screen and (min-width: 1000px) {
  .wrap {
    max-width: 700px;
  }
}
.header-creative .multiline-up .l1,
.header-creative .multiline-up .l2,
.header-creative .multiline-up .l3,
.header-creative .multiline-right .l1,
.header-creative .multiline-right .l2,
.header-creative .multiline-right .l3,
.header-creative .multiline-left .l1,
.header-creative .multiline-left .l2,
.header-creative .multiline-left .l3 {
  height: 82px;
}
.header-creative .multiline-up .l2,
.header-creative .multiline-up .l3,
.header-creative .multiline-right .l2,
.header-creative .multiline-right .l3,
.header-creative .multiline-left .l2,
.header-creative .multiline-left .l3 {
  margin-top: -12px;
}

/* BUTTON
-------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1000px) {
  .button {
    padding-right: 40px;
  }
}
/* IMAGE ZOOM
-------------------------------------------------------------------------------------------*/
.cp-parent {
  width: 100%;
}

/* HOME
-------------------------------------------------------------------------------------------*/
.header-home {
  padding: 60px 0;
  background: none;
}
.header-home .home-h1-desktop {
  display: inherit;
}
.header-home .home-h1-mobile {
  display: none;
}

.bg-home {
  min-height: 800px;
  background-image: url(../images/bg-isobar-opt.png);
  background-size: 812px 794px;
}

.creative .creative-profile .cp-parent,
.creative .creative-profile .gif-container {
  height: 600px;
  margin-left: 0;
}

@media only screen and (min-width: 1000px) {
  .header-home {
    padding: 80px 0;
  }

  .creative .creative-bg {
    background-image: url(../images/bg-isobar-opt.png);
    background-size: 812px 794px;
  }
  .creative .wrap {
    max-width: 900px;
  }
  .creative h2 {
    max-width: 320px;
    margin-top: 80px;
    margin-bottom: 0;
    float: left;
  }
  .creative p.location {
    display: inherit;
    max-width: 500px;
    padding-top: 28px;
  }
  .creative p.featured {
    margin-top: 30px;
  }
  .creative .creative-profile {
    min-height: 540px;
  }
  .creative .creative-profile p, .creative .creative-profile a {
    clear: both;
  }
  .creative .creative-profile .button {
    margin-top: 40px;
  }
  .creative .creative-profile .cp-parent,
.creative .creative-profile .gif-container {
    width: 540px;
    height: 540px;
    margin: 0 0 30px 0;
    float: none;
    position: absolute;
    top: 0;
    right: 0;
  }
  .creative .content-col {
    float: right;
    width: 64%;
    max-width: 540px;
  }
  .creative.photo {
    margin: 80px 0;
    padding-bottom: 0;
    background-image: none;
  }
  .creative.film {
    padding-bottom: 60px;
  }
  .creative.photo .creative-profile h2, .creative.photo .creative-profile p, .creative.photo .creative-profile a {
    float: right;
    text-align: right;
  }
  .creative.photo .creative-profile .cp-parent {
    right: auto;
    left: 0;
  }
  .creative.photo .content-col {
    float: left;
    width: auto;
    max-width: none;
  }
}
/* CREATIVE PROFILE
-------------------------------------------------------------------------------------------*/
.header-creative {
  padding: 60px 0 0 0;
}
.header-creative.four {
  margin-bottom: 100px;
}
.header-creative .a-wrap.creative-img {
  width: 100%;
  margin-left: 0;
}
.header-creative .location {
  margin: 28px 0 0 0;
}
.header-creative img {
  width: 100%;
  margin-left: 0;
}
.header-creative figure {
  margin-top: 40px;
}

.creative-bio {
  padding: 50px 0;
}

figure figcaption {
  font-size: 1.4em;
  line-height: 28px;
  margin-left: -10%;
}

.creative-portfolio .wrap img {
  width: 120%;
  float: none;
  margin-left: -10%;
}
.creative-portfolio .wrap figure {
  margin-bottom: 25px;
}
.creative-portfolio .wrap .video-wrap {
  margin-top: 5px;
}

@media only screen and (min-width: 1000px) {
  .header-creative {
    padding: 80px 0 0 0;
  }

  .creative-portfolio .wrap figure,
.creative-portfolio .wrap .video-wrap {
    margin-bottom: 40px;
    margin-top: 0;
  }
}
/* REGION
-------------------------------------------------------------------------------------------*/
#region-cross {
  margin: 30px 0 40px 0;
}

/* THERE'S MORE
-------------------------------------------------------------------------------------------*/
.more {
  margin: 30px 0 70px 0;
}

/* ALL CREATIVES
-------------------------------------------------------------------------------------------*/
.creatives {
  padding: 10px 0 80px 0;
}
.creatives .cp-thumb {
  padding-top: 30px;
}
.creatives .cp-thumb h3 {
  font-size: 4em;
  line-height: 40px;
  margin-bottom: 12px;
}
.creatives .cp-thumb:hover h3.photo {
  color: #62A5D7;
}
.creatives .cp-thumb:hover h3.art {
  color: #B85C35;
}
.creatives .cp-thumb p {
  display: inherit;
  font-size: 1em;
  line-height: 20px;
  color: #333;
}
@media only screen and (min-width: 700px) {
  .creatives .cp-thumb p {
    font-size: 1.2em;
    line-height: 22px;
  }
}
.creatives .cp-thumb p strong {
  text-transform: capitalize;
}
.creatives .cp-thumb p strong.art {
  color: #B85C35;
}
.creatives .cp-thumb p strong.photo {
  color: #62A5D7;
}
.creatives .cp-parent {
  max-width: 130px;
  height: 130px;
  margin-right: 30px;
}

#sitemap .creatives .cp-thumb h3.photo, #sitemap .creatives .cp-thumb h3.art,
#region .creatives .cp-thumb h3.photo,
#region .creatives .cp-thumb h3.art {
  color: #333;
}

@media only screen and (min-width: 1000px) {
  .creatives {
    padding: 30px 0 80px 0;
  }
}
/* FEATURES
-------------------------------------------------------------------------------------------*/
.header-creative.feature h1 {
  margin: 60px 0 30px 0;
}

#feature .content-col p {
  margin-bottom: 25px;
}
#feature .content-col figure {
  margin: 15px 0 35px 0;
}
#feature .content-col figure figcaption {
  text-align: center;
  width: 100%;
  height: auto;
  opacity: 1;
  background: none;
  position: inherit;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  padding: 0;
  margin: 16px 0 0 0;
  display: inline-block;
}
#feature .content-col h2 {
  padding-top: 25px;
}
#feature .content-col ul {
  margin-bottom: 30px;
}
#feature .content-col .wp-block-preformatted {
  margin-bottom: 30px;
}

#related,
#filters {
  padding: 0 0 30px 0;
}
#related .content-col,
#filters .content-col {
  margin-bottom: 65px;
}
#related .content-col ul li,
#filters .content-col ul li {
  width: 50%;
  float: left;
  margin-bottom: 15px;
}

#related {
  padding-top: 60px;
}

.posts .related {
  display: inline-block;
  width: 47%;
  max-width: 525px;
  margin-bottom: 50px;
}
.posts .related div {
  margin-top: 20px;
}
.posts .related p {
  margin: 20px 0 5px 0;
}

@media only screen and (min-width: 1000px) {
  #feature .content-col p {
    margin-bottom: 30px;
  }
  #feature .content-col p.copyright {
    padding-top: 40px;
  }
  #feature .content-col figure {
    margin: 20px 0 40px 0;
  }
  #feature .content-col figure img {
    min-width: 700px;
  }
  #feature .content-col .wp-block-columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
  #feature .content-col .wp-block-columns .wp-block-column {
    width: 49%;
  }
  #feature .content-col .wp-block-columns figure img {
    min-width: inherit;
  }
  #feature .content-col h2 {
    padding-top: 25px;
  }
  #feature .content-col .wp-block-media-text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin: 10px 0 40px 0;
  }
  #feature .content-col .wp-block-media-text .wp-block-media-text__media,
#feature .content-col .wp-block-media-text .wp-block-media-text__content {
    width: 50%;
  }
  #feature .content-col .wp-block-media-text .wp-block-media-text__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #feature .content-col .wp-block-media-text .wp-block-media-text__content h2, #feature .content-col .wp-block-media-text .wp-block-media-text__content h3, #feature .content-col .wp-block-media-text .wp-block-media-text__content p {
    margin-left: 10%;
    width: 90%;
    padding-top: 0;
  }
  #feature .content-col .wp-block-media-text .wp-block-media-text__content p {
    font-size: 1.4em;
    line-height: 26px;
    margin-bottom: 0;
  }
  #feature .content-col .wp-block-media-text .wp-block-media-text__media {
    margin: 0;
  }
  #feature .content-col .wp-block-media-text .wp-block-media-text__media img {
    min-width: inherit;
  }

  #related {
    margin-top: 100px;
  }
}
/* BOOKS
-------------------------------------------------------------------------------------------*/
#books {
  padding: 70px 0;
}
#books .slider {
  margin: 30px 0 0 0;
}
#books .slider a img {
  max-width: 400px;
}
#books .slider .slick-arrow {
  margin: inherit;
  position: absolute;
  top: -96px;
  right: 8%;
}
#books .slider .slick-arrow:hover {
  margin-right: -10px;
}
#books .slider .slick-arrow:hover::after {
  margin-left: 5px;
}

/* FOOTER
-------------------------------------------------------------------------------------------*/
.footer {
  padding: 70px 0 50px 0;
  background-image: url(../images/bg-isobar-opt.png);
  background-size: 812px 794px;
}

.newsletter {
  padding: 40px 0;
}

/* SECTION COLORS
-------------------------------------------------------------------------------------------*/
#photo .creatives .cp-thumb:hover h3 {
  color: #62A5D7;
}

#artist .creatives .cp-thumb:hover h3 {
  color: #B85C35;
}

/*# sourceMappingURL=bp2.css.map */
