@font-face {
    font-family: 'AbrilFatface-Regular';
    src: url('../fonts/abrilfatface.eot');
    src: url('../fonts/abrilfatface.eot?#iefix') format('embedded-opentype'), url('../fonts/abrilfatface.woff') format('woff'), url('../fonts/abrilfatface.ttf') format('truetype'), url('../fonts/abrilfatface.svg#abrilfatface') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AlexandriaFlf';
    src: url('../fonts/alexandriaflf.eot');
    src: url('../fonts/alexandriaflf.eot?#iefix') format('embedded-opentype'), url('../fonts/alexandriaflf.svg#AlexandriaFlf') format('svg'), url('../fonts/alexandriaflf.woff') format('woff'), url('../fonts/alexandriaflf.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




/******************************************************************************
* COMMON
******************************************************************************/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #FFF;
    color: #000;
    /*font-family: proxima-nova, Arial, Helvetica, sans-serif;*/
    font-weight: 300;
    font-family: futura-pt, sans-serif;
    font-size: 13px;
    line-height: 22px;
    position: relative;
    padding-bottom: 20px;
}

a {
    color: #4d4d4d;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #f6f6f6;
}

a:hover,
a:active,
a:focus {
    outline: 0;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

p {
    margin-bottom: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat-Regular', Arial, Helvetica, sans-serif;
    margin-bottom: 0;
}

h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px;
}

h2 {
    font-size: 26px;
    margin-bottom: 15px;
}

h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

.content-inner ul,
ol {
    margin-left: 20px;
}

ol li {
    list-style: inherit;
}

sub {
    vertical-align: sub;
}

sup {
    vertical-align: super;
}

q:before,
q:after {
    content: '"';
}

table {
    border-collapse: collapse;
}

table th {
    font-weight: bold;
}

table tr {}

table td,
table th {
    border: 1px solid #d4d4d4;
    padding: 3px 5px;
}

dl {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

dt {
    display: block;
}

dd {
    display: block;
    -webkit-margin-start: 40px;
}

.clr {
    clear: both;
}

input[type="submit"] {
    cursor: pointer;
}

.content ol,
.content ul {
    /*margin-bottom:0px;*/
}

.cleared {
    clear: both !important;
    float: none !important;
    height: 0 !important;
    line-height: 0 !important;
}

.last-column {
    padding-right: 0px !important;
}

.wrapper {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}




/* full width homepage */

body.home .wrapper {
    max-width: 100%;
}

body.home .header .header-inner {
    max-width: 100%;
}







/* end full width homepage */

.wrapper .item {
    width: 20%;
    float: left;
    max-width: 100%;
}

.wrapper .item.item-w2 {
    width: 40%;
}

.wrapper .item.item-w3 {
    width: 60%;
}

.wrapper .item.item-w4 {
    width: 80%;
}

.wrapper .item.item-w5 {
    width: 100%;
}

.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.overlay {
    background: url(../images/global/background-opacity.png) repeat 0px 0px transparent !important;
}

.menu {
    margin-left: 0px;
}

.menu li {
    list-style: none;
}

.menu li a,
.menu li a:hover,
.menu .text {
    float: left;
    border-right: 1px solid #000;
    text-transform: uppercase;
    padding: 0 14px;
}

@media screen and (min-width: 992px) {

    .menu li a,
    .menu li a:hover,
    .menu .text {
        padding: 0 20px;
    }
}

.menu .text.last {
    border-right: none;
}

.menu li a:hover,
.menu li.current-menu-item a,
.menu li.current-menu-parent a {
    color: #757575;
}

.menu li.first-item a,
.menu li.first-item a:hover {
    padding-left: 0px !important;
}

.menu li.last-item a,
.menu li.last-item a:hover,
.menu li:last-child a,
.menu li:last-child a:hover {
    border-right: none;
}

.dropdown {
    border: 1px solid #000;
    float: left;
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    height: 38px;
    /*margin-right: 17px;*/
    margin-right: 0px;
    position: relative;
    width: 269px;
    cursor: pointer;
}

.dropdown>p {
    color: #666;
    cursor: pointer;
    left: 16px;
    margin: 0;
    position: absolute;
    top: 7px;
}

.dropdown a.dropdown-toggle {
    background: url("../images/project/dropdown-arrow.png") no-repeat scroll center center #000;
    float: right;
    height: 38px;
    margin-top: -1px;
    width: 37px;
}

.dropdown ul.dropdown-menu {
    left: 0;
    top: 35px;
    width: 100%;
}

.submenu {
    float: left;
    margin-top: 25px;
    padding-left: 165px;
    width: 100%;
}

.submenu .menu li a,
.submenu .menu li a:hover {
    padding: 0 22px;
}

.submenu ul li:last-child a,
.submenu ul li:last-child a:hover {
    border-right: none;
}

.search-box {
    float: left;
    /*margin-left: 15px;*/
    margin-left: 4px;
    /*margin-top: -18px;*/
}

.search-box input[type=text] {
    border: 1px solid #000;
    display: block;
    float: left;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    /*width: 174px;*/
    width: 231px;
}

.search-box input[type=submit] {
    background: url("../images/blog-filter/search-icon.png") no-repeat scroll center center #000;
    border: medium none;
    display: block;
    float: left;
    height: 38px;
    width: 37px;
}

.content-inner {
    margin-top: 37px;
    border-bottom: 1px solid #000;
    padding-bottom: 38px;
    position: relative;
}

.playgrounds .content-inner {
    margin-top: 23px;
}

.error404 .content-inner,
.single .content-inner {
    margin-top: 70px;
}

.blog-filter .content-inner,
.category .content-inner {
    border: medium none;
    margin-top: 26px;
    padding-bottom: 34px;
}

.blog-post .content-inner,
.content-inner.blog-post {
    border: medium none;
    margin-top: 17px;
    padding-bottom: 58px;
}

.standard .content-inner,
.page .content-inner {
    border: medium none;
    margin-top: 25px;
    padding-bottom: 58px;
}

.contact .content-inner {
    margin-top: 0px;
    padding-bottom: 60px;
}

.cookie .content-inner {
    margin-top: 34px;
}

.press-award .content-inner {
    margin-top: 35px;
    padding-bottom: 45px;
    padding-left: 28px;
    padding-right: 28px
}

.press-post .content-inner,
.content-inner.press-post {
    margin-top: 36px;
    padding-bottom: 25px;
}

.standard .content-inner,
.page .content-inner {
    border-bottom: 1px solid #000;
}

.services .content-inner,
.page-template-template-services .content-inner {
    margin-top: 90px;
    padding-bottom: 22px;
}

.tax-project-taxonomies .content-inner {
    margin-top: 25px;
}

.search .content-inner {
    margin-top: 25px;
    border: medium none;
}

.page-template-template-awards .content-inner {
    padding-left: 28px;
    padding-right: 28px;
    display: flex;
    flex-wrap: wrap;
}

.pagination {
    background: none repeat scroll 0 0 #dbfe2e;
    border: 1px solid #000;
    border-radius: 0;
    font-size: 15px;
    height: 47px;
    line-height: 47px;
    padding: 0 18px 0 21px;
    text-transform: uppercase;
    width: 100%;
    margin: 0;
}

.press-post .pagination {
    width: 100%;
    margin-top: 6px;
    padding-right: 17px;
}

.pagination a,
.pagination a:hover {
    color: #000;
    text-decoration: none;
}

.pagination .pagination-prev {
    float: left;
}

.pagination .pagination-next {
    float: right
}

.comment-wrap,
#disqus_thread {
    margin-top: 14px;
    /*margin-right: 52px;*/
}

.comment-wrap img {
    /*width:100%;*/
    height: auto;
}

.ajax-loading {
    display: none;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/ajax-loading.gif) no-repeat center center transparent
}

.ie9 .ajax-loading {
    /*margin: 0 auto;*/
}

.content-inner ul li {
    list-style: disc;
}

.welcome-logo-wrap {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: url("../images/global/logo-overlay.png") no-repeat center center #fff;
    display: none;
}

.welcome-logo-wrap img {
    visibility: hidden;
    width: 1px;
    height: 1px;
}




/* HEADER */

.header {
    position: relative;
    margin: 0px;
    padding-top: 6px;
    width: 100%;
    visibility: hidden;
}

.header.fixed {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    background: #fff;
    min-height: 69px;
}

.header .header-inner {
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
}

.header.fixed .header-inner {
    min-height: 63px;
    border-bottom: 1px solid #000;
}

.header .logo {
    position: absolute;
    height: 125px;
    width: 125px;
    left: 35px;
    top: 0px;
    z-index: 9999;
}

.header .logo img {
    display: block;
    width: 100%;
    height: auto;
}

.header .menu-text {
    display: none;
}

.header a,
.header a:hover,
.header .text {
    color: #000;
}

.header .header-menu {
    min-height: 46px;
}

.header-menu__kld-global-logo {
    max-width: 313px !important;
}

.header .menu-left {
    margin-top: 17px;
    /*width:72%;
    padding-right:23%;*/
    padding-left: 166px;
}

.header .menu-right {
    /*width:28%;*/
    display: none;
    padding-right: 40px !important;
}

.home .header .menu-right {
    display: block;
    padding-top: 12px;
    text-align: right;
}

.header .menu-right a,
.header .menu-right a:hover,
.header .menu-right .text {
    font-size: 11px;
    line-height: 12px;
    padding: 0px 9px;
}

.header .menu-right .first-item a,
.header .menu-right .first-item a:hover {
    padding-left: 0px;
}

.header .menu-right img {
    max-width: 100%;
}

.header .right-top {
    margin-bottom: 8px;
}

.header .right-bottom li a,
.header .right-bottom li a:hover,
.header .right-bottom .text {
    text-transform: lowercase;
    font-size: 11px;
    line-height: 8px;
    padding: 0 12px;
}

.header .right-top a,
.header .right-top li,
.header .right-top a:hover {
    font-size: 20px;
    line-height: 14px;
}

.header .right-bottom li a:hover {
    line-height: 8px;
}

.header .right-top .menu li {
    float: left;
    border-right: 1px solid #000;
    text-transform: uppercase;
    padding: 0 10px;
}

.header .right-top .menu li.first-item {
    padding-left: 0px !important;
}

.header .right-top .menu li.last-item,
.header .right-top .menu li:last-child {
    border-right: none;
}




/* CONTENT */

.content {
    position: relative;
    border-top: 1px solid #000;
    margin-top: 16px;
    visibility: hidden;
}


.content.fixed {
    margin-top: 67px;
    border-top: none;
}

.content .right-social {
    position: fixed;
    right: 45px;
    top: 110px;
    z-index: 9999;
    /*may 2018*/
    display: none;
}

.home .content .right-social {
    top: 186px;
}

.content .right-social a {
    background: url(../images/sprite.png) no-repeat 0px 0px transparent;
    height: 33px;
    width: 33px;
    margin-bottom: 4px;
    display: block;
}

.content .right-social .facebook {
    margin-bottom: 5px;
}

.content .right-social .facebook:hover {
    background-position: 0px -33px;
}

.content .right-social .twitter {
    background-position: -33px -1px
}

.content .right-social .twitter:hover {
    background-position: -33px -34px;
    -webkit-transition: width 2s;
    transition: width 2s;
}

.content .right-social .linkedin {
    background-position: -66px -1px
}

.content .right-social .linkedin:hover {
    background-position: -66px -34px;
    -webkit-transition: width 2s;
    transition: width 2s;
}

.content .right-social .google {
    background-position: -99px -1px
}

.content .right-social .google:hover {
    background-position: -99px -34px;
    -webkit-transition: width 2s;
    transition: width 2s;
}

.content .right-social .social1 {
    background-position: -132px -1px
}

.content .right-social .social1:hover {
    background-position: -132px -34px;
    -webkit-transition: width 2s;
    transition: width 2s;
}

.content .right-social .social2 {
    background-position: -165px -1px
}

.content .right-social .social2:hover {
    background-position: -165px -34px;
    -webkit-transition: width 2s;
    transition: width 2s;
}

.content .home-slide-wrap {
    position: relative;
    /*height:552px;*/
    overflow: hidden;
    background: #ccc;
}

.home-slide-wrap .home-slide {
    margin-bottom: 0px;
}

.content .home-slide-wrap img {
    width: 100%;
    height: 45vw;
    object-fit: cover;
    display: block;
}

.content .home-slide-wrap li {
    max-height: 100%;
    list-style: none;
}

.content .bx-ctrl a,
.content .bx-ctrl a:hover {
    position: absolute;
    z-index: 999;
    height: 100%;
    top: 0px;
    width: 109px;
}

.content .home-post-image .bx-ctrl a,
.content .home-post-image .bx-ctrl a:hover {
    height: 100%;
    width: 75px;
}

.content .bx-ctrl-next a,
.content .bx-ctrl-next a:hover {
    background: url(../images/global/large-arrow-next.png) no-repeat left center transparent;
    right: 0px;
}

.content .bx-ctrl-prev {}

.content .bx-ctrl-prev a,
.content .bx-ctrl-prev a:hover {
    background: url(../images/global/large-arrow-prev.png) no-repeat 84px center transparent;
    left: 0px;
}

.content .home-post-image .bx-ctrl-prev a,
.content .home-post-image .bx-ctrl-prev a:hover {
    background: url(../images/global/large-arrow-prev.png) no-repeat 50px center transparent;
}

.content .bx-controls {
    position: absolute;
    bottom: 24px;
    visibility: hidden;
}

.content .bx-controls .bx-pager-item {
    display: inline-block;
}

.content .bx-controls .bx-pager-item a,
.content .bx-controls .bx-pager-item a:hover {
    display: block;
    height: 14px;
    width: 14px;
    margin: 0 5px;
    outline: 0 none;
    text-indent: -9999px;
    text-decoration: none;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.6);
}

.content .bx-controls .bx-pager-item a.active {
    background-color: rgba(0, 0, 0, 0.9);
}

.content .home-intro {
    margin-top: 44px;
}

.content .home-intro .home-intro-image {
    padding-left: 8px !important;
}

.content .home-intro .home-intro-image img {
    width: 95%;
    height: auto;
    display: block;
}

.content .home-intro .home-intro-text {
    position: relative;
    margin-top: 48px;
}

.content .home-intro h3 {
    color: #000;
    font-family: 'AbrilFatface-Regular', AbrilFatface-Regular, Arial, Helvetica, sans-serif;
    font-size: 72px;
    line-height: 74px;
    margin-bottom: 0;
    text-align: left;
    text-transform: uppercase;
    margin-top: 0px;
    margin-left: 5%;
    width: auto !important;
    background: url("../images/home/small-double-quote.png") no-repeat scroll 330px 65px transparent;
    min-width: 400px !important;
    height: 105px;
}

.content .home-intro h4 {
    color: #000000;
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 30px;
    margin-top: 1px;
    padding-left: 5%;
    text-transform: uppercase;
}

.content .home-intro .devide {
    background: url("../images/home/devide.png") no-repeat scroll left top transparent;
    height: 47px;
    margin-left: 19%;
    position: absolute;
    width: 47px;
    background-size: 100%;
}

.content .home-intro .large-double-quote {
    background: url("../images/home/large-double-quote.png") no-repeat scroll left top transparent;
    height: 72px;
    margin-left: 29.7%;
    position: absolute;
    top: -30px;
    width: 94px;
    background-size: 100%;
}

.content .home-intro .small-double-quote {
    background: url("../images/home/small-double-quote.png") no-repeat scroll left top transparent;
    height: 36px;
    margin-left: 63%;
    position: absolute;
    top: 127px;
    width: 47px;
    background-size: 100%;
}

.content .home-post-wrap {
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #000;
    margin-top: 32px;
}

.content .wrap-3 {
    margin-top: 16px;
}

.content .home-post-wrap .home-post-text.last-column {}

.home-post-wrap .home-post-text .order {
    color: #000;
    font-family: 'AbrilFatface-Regular', AbrilFatface-Regular, Arial, Helvetica, sans-serif;
    font-size: 59px;
    line-height: 61px;
    margin-left: 7.6%;
    margin-top: -3px;
}

.home-post-wrap .home-post-text .devide {
    background: url("../images/home/devide.png") no-repeat scroll left top transparent;
    background-size: 100%;
    height: 47px;
    margin-left: 10%;
    position: absolute;
    top: 25px;
    width: 47px;
}

.home-post-wrap .home-post-text .post-title {
    color: #000;
    font-family: 'proxima-nova', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 19px;
    margin-left: 16%;
    text-transform: uppercase;
}

.home-post-wrap .home-post-text .post-content {
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 27px;
    margin-left: 16%;
    padding-right: 36px;
    line-height: 24px;
}

.home-post-wrap .read-more {
    margin-left: 16%;
    text-align: center;
    width: 156px;
}

.home-post-wrap .read-more a,
.home-post-wrap .read-more a:hover {
    border: 1px solid #55567f;
    color: #55567f;
    display: block;
    font-size: 13px;
    /*height: 49px;*/
    /*line-height: 49px;*/
    padding: 13px 0;
    text-transform: uppercase;
    text-decoration: none;
}

.news-content .news-readmore:hover,
.home-post-wrap .read-more a:hover {
    color: #fff;
    border: 1px solid #fff;
    background: #000;
}

.news-content .news-readmore:hover {
    color: #FFF !important;
}

.content .home-post-wrap .home-post-image {
    position: relative;
    width: 63.7%;
}

.content .home-post-wrap .home-post-image.first-column {
    padding-right: 0;
}

.content .home-post-wrap .home-post-text {
    width: 36.2%;
}

.content .home-post-wrap .home-post-text.first-column {
    width: 37.3%;
}

.content .home-post-wrap .home-post-image.last-column {
    padding-left: 0;
    width: 62.7%;
}

.content .home-post-wrap .home-post-image img {
    width: 100%;
    height: auto;
    display: block;
}

.content .home-post-wrap .home-post-image.home-slide-small-content-3 {
    width: 63.8%;
}

.home-post-wrap .home-post-image .overlay {
    bottom: 0;
    color: #ffffff;
    height: 90px;
    padding-left: 32px;
    position: absolute;
    width: 100%;
}

.home-post-wrap .home-post-image .overlay a {
    color: #ffffff;
}

.home-post-wrap .home-post-image .overlay a:hover {
    color: #757575;
}

.home-post-wrap .home-post-image .overlay-title {
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 34px;
    margin-top: 19px;
    text-transform: uppercase;
}

.home-post-wrap .home-post-image .overlay-content {
    font-size: 15px;
    margin-top: 1px;
    padding-left: 3px;
}

.content .home-playground {
    padding: 18px 11px 4px 12px;
    background: #dbfe2e;
    margin-top: 19px;
}

.home-playground h3,
.home-playground-title-a {
    color: #000;
    font-family: AbrilFatface-Regular, Arial, Helvetica, sans-serif;
    font-size: 43px;
    line-height: 45px;
    margin-bottom: 4px;
    padding-left: 8px;
    text-transform: uppercase;
    margin-top: -1px;
}

.home-playground h3 a {
    color: #000;
}

.home-playground .playground-wrap {
    padding: 1px 1px 2px 1px;
}

.playground-wrap .playground-item {
    margin: 0px 5px 16px 5px;
    overflow: hidden;
    font-size: 14px;
    color: #000;
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-align: center;
    position: relative;
    font-style: italic;
    float: left;
    /*width: 55%;*/
}

.playground-wrap .playground-item.border {
    border: 1px solid #000;
}

.playground-wrap .playground-item.w1 {
    /*width:235px;*/
    width: 18%;
}

.playground-wrap .playground-item.w2 {
    width: 486px;
}

.playground-wrap .playground-item.h1 {
    height: 235px;
}

.playground-wrap .playground-item.h2 {
    height: 486px;
}

.playground-wrap .playground-item.h5 {
    height: 1239px;
}

.playground-wrap .playground-item.scroll {
    overflow: scroll;
}

.playground-wrap .playground-item.onlytext {
    font-size: 27px;
    font-family: AbrilFatface-Regular, Arial, Helvetica, sans-serif;
    /*background:url(../images/home/home-footer-triangle.png) no-repeat left bottom transparent;*/
    padding-top: 17px;
    line-height: 34px;
}

.pl_slide_tweet {
    font-style: normal;
}

#twitter-feed {
    top: 0 !important;
    font-size: 14px;
}

.playground-item .playground-text {
    background: #000;
    color: #dbfe2e;
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-size: 13px;
    min-height: 80px;
    height: auto;
    /*padding-left: 26px;*/
    /*padding-right:20px;*/
    padding-top: 11px;
    position: relative;
    text-align: left;
    font-weight: 700;
    font-style: normal;
}

.playground-item.pl_lastest .playground-text {
    background: #dbfe2e;
    padding-top: 14px !important;
    padding-left: 40px !important;
    min-height: 69px;
}

.playground-item .playground-text.super-garden,
.playground-item .playground-text.colour {
    padding-top: 0px;
    height: 100%;
    background: none;
}

.playground-text .cate-link:hover h3 {
    color: #757575;
}

.playground-item.border .playground-text {
    padding-left: 25px;
    padding-top: 10px;
    padding-right: 25px;
}

.playground-item .playground-text.capital {
    text-transform: capitalize;
}

.playground-item .playground-bg {
    height: 90%;
    background-size: cover;
    background-position: top center;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}

.projects-playground-items .playground-item:hover .playground-bg {
    opacity: 0.7;
}

.projects-playground-wrap .playground-item .playground-title {
    text-align: center;
    padding: 8px 0 0 0;
    letter-spacing: 1px;
    font-size: 12px;
    ;
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    ;
    font-weight: 400;
}

.pl_behind_scenes {
    bottom: 0 !important;
    top: 0 !important;
}

.behind_meta {
    bottom: -84px;
    position: absolute;
    color: #dbfe2e !important;
    font-weight: 700;
}

.playground-text h3 {
    color: #fff;
    font-family: futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 44px;
    margin: 0 0 -3px;
    text-transform: uppercase;
    padding-left: 26px;
    padding-right: 20px;
}

.home .playground-text h3 {
    font-size: 31px;
}

.playground-wrap .playground-item.pl_lastest {
    border-left: none;
    margin-left: 0px;
    border-top: none;
    margin-top: -17px;
}

.pl_lastest .playground-text h3 {
    padding-left: 0;
    color: #000;
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 32px !important;
}

.playground-text .video-thumbnail {
    position: relative;
    display: block;
}

.playground-text .yt-icon {
    background: url("../images/playground/yt.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: -21px;
}

.playground-text span {
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #fff;
    /*padding-left: 26px;*/
    padding-right: 5px;
}

.playground-item .el-icon-pinterest {
    background: url(../images/playground/printest-icon.png) no-repeat;
    position: absolute;
    display: block;
    width: 70px;
    height: 70px;
    z-index: 100;
    bottom: -2px;
    left: 0;
}

.playground-text span.grey,
.playground-text span.grey span {
    color: #ccc;
}

.playground-text span.grey span {
    padding-left: 5px;
}

.playground-text span span {
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.pl_slide_tweet .playground-text-next,
.playground-text .playground-text-next {
    width: 25px;
    height: 80px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background: url(../images/home/grey-next-svg.svg) no-repeat 10px 26px / 7px auto transparent;
    z-index: 9200;
}

.pl_slide_tweet .playground-text-next,
.colour .playground-text-next {
    background: url(../images/home/next-svg.svg) no-repeat 10px 0 / 7px auto transparent;
}

.pl_slide_tweet .playground-text-prev,
.playground-text .playground-text-prev {
    width: 25px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    background: url(../images/home/grey-prev-svg.svg) no-repeat 10px 26px / 7px auto transparent;
    z-index: 9200;
}

.pl_slide_tweet .playground-text-prev,
.colour .playground-text-prev {
    background: url(../images/home/prev-svg.svg) no-repeat 10px 0 / 7px auto transparent;
}

.pl_slide_tweet .playground-text-next,
.pl_slide_tweet .playground-text-prev {
    top: 0;
}

.padding-line {
    height: 15px;
}

.pinterest_wrap .playground-text-prev {
    width: 33px;
    height: 33px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    background: url(../images/playground/pin-prev.svg) no-repeat left top transparent;
    z-index: 101;
}

.pinterest_wrap .playground-text-next {
    width: 33px;
    height: 33px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background: url(../images/playground/pin-next.svg) no-repeat left top transparent;
    z-index: 101;
}

.pl_behind_scenes {
    margin-top: -11px;
}

.pl_behind_scenes .bx-wrapper .how-to-wrap {
    height: 100%;
    z-index: 999;
}

.pl_behind_scenes h3 {
    padding-top: 12px;
}

.pl_behind_scenes .bx-viewport {
    overflow: visible !important;
}

.pl_behind_scenes .text-wrap {
    display: block;
    position: relative;
    background: #000;
    top: 0px;
}

.pl_behind_scenes .text-wrap.two-lines {
    top: -48px;
}

.pl_behind_scenes .playground-text-next,
.pl_behind_scenes .playground-text-prev {
    /*top: 27px;*/
    height: 100%;
}

div.text-wrap .playground-text-next,
div.text-wrap .playground-text-prev {
    height: 85px;
    position: absolute;
    top: -54px;
}

.pl_behind_scenes ul li {
    list-style-type: none;
}

.pl_behind_scenes ul li a {
    color: #fff;
}

.pl_behind_scenes ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.pl_behind_scenes .playground-items {
    position: static !important;
}

.pl_behind_scenes .behind_meta {
    z-index: 999;
    margin-bottom: 5px;
    bottom: 0px;
}

.pl_behind_scenes .bx-wrapper .behind_meta {
    margin-bottom: 0px;
}

.playground-item img {
    width: 100%;
    height: auto;
    display: block;
}

.playground-item img.thumb-normal {
    display: none;
}

.playground-item img.thumb-one-column {
    display: block;
}

.playground-item .howto-mobile {
    display: none;
}

#instafeed_1,
#instafeed_2 {
    margin-left: 0;
}

#instafeed_1 img,
#instafeed_2 img {
    border-radius: 50%;
    /*float: left;*/
    display: block;
    /*width: 46.5%;*/
}

.instagram_image ul#instafeed_1 li {
    /*width: 235px;*/
    list-style: none;
}

.instagram_image ul#instafeed_1 li img,
.instagram_image_2 ul#instafeed_2 li img {
    position: relative;
    z-index: 999;
}

.instagram_image ul#instafeed_1 li .instagram-icon {
    background-image: url(../images/playground/instagram.png);
    background-repeat: no-repeat;
    background-position: 4% 96%;
    background-size: 24px 25px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
}

.instagram_image ul#instafeed_1 li .instagram-background {
    background-image: url(../images/playground/instagram-background-1.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 50% 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
}

.instagram_image_2 ul#instafeed_2 li {
    list-style: none;
}

.instagram_image_2 ul#instafeed_2 li .instagram-icon {
    background-image: url(../images/playground/instagram.png);
    background-repeat: no-repeat;
    background-position: 96% 4%;
    background-size: 24px 25px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
}

.instagram_image_2 ul#instafeed_2 li .instagram-background {
    background-image: url(../images/playground/instagram-background-2.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 50% 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
}

.instagram_image .playground-text-prev {
    background: url(../images/playground/prev-svg.svg) no-repeat 12px top / 7px auto transparent;
    width: 25px;
    height: 80px;
    z-index: 9988;
    float: left;
    position: absolute;
    cursor: pointer;
}

.instagram_image_2 .playground-text-prev {
    background: url(../images/playground/prev-svg.svg) no-repeat 14px bottom / 7px auto transparent;
    width: 25px;
    height: 80px;
    z-index: 9988;
    float: left;
    position: absolute;
    cursor: pointer;
    bottom: 0;
}

.instagram_image .playground-text-next {
    background: url(../images/playground/next-svg.svg) no-repeat 4px top / 7px auto transparent;
    width: 25px;
    height: 80px;
    z-index: 9988;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.instagram_image_2 .playground-text-next {
    background: url(../images/playground/next-svg.svg) no-repeat 3px bottom / 7px auto transparent;
    width: 25px;
    height: 80px;
    z-index: 9988;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.playground-item .playground-title {
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding-left: 35px;
    padding-top: 6px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    /*position: absolute;*/
}

.toptip-wrap .playground-title {
    padding-top: 0;
    margin-bottom: 10px;
}

.toptip-wrap a,
.toptip-wrap a:hover {
    color: #000;
}

.playground-item .playground-before-date {
    float: left;
    font-family: AbrilFatface-Regular, Arial, Helvetica, sans-serif;
    font-size: 84px;
    margin-left: 21px;
    margin-right: -2px;
    margin-top: 1px;
}

.playground-item .playground-date {
    float: left;
    font-family: AbrilFatface-Regular, Arial, Helvetica, sans-serif;
    font-size: 126px;
    margin-bottom: -23px;
    margin-top: 2px;
}

.playground-item .text-inner {
    line-height: 17px;
    padding: 0 3px;
}

.playground-item .text-inner a,
.playground-item .text-inner a:hover {
    color: #000;
}

.text-inner a,
.text-inner a:hover {
    color: #757575;
    font-size: 14px;
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: italic;
}

.playground-item .playground-text.colour .bx-viewport {
    overflow: visible !important;
}

.circle-colour {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative;
    display: block;
}

.circle-colour .circle-text {
    text-align: center;
    font-family: futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 49px;
    text-transform: uppercase;
    position: relative;
}

.circle-text .circle-title {}

.circle-text .circle-title a,
.circle-text .circle-title a:hover {
    color: inherit;
    font-family: inherit;
}

.circle-text .circle-desc {
    font-size: 14px;
    padding: 0 10px;
}

.playgrounds-playground-wrap .playground-wrap {
    padding: 19px 9px 2px 9px;
}

.playgrounds-playground-wrap .playground-wrap.nopaddingleft {
    padding: 17px 9px 2px 0px;
}

.playground-item .playground-text.introduce,
.playground-item .playground-text.introduce-image {
    color: #000;
    background: none;
    padding: 0px;
}

.introduce .introduce-title {
    font-size: 30px;
    font-family: futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 300;
}

.introduce .introduce-desc {
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 20px;
    padding-left: 4px;
    padding-top: 9px;
    font-size: 14px;
    font-weight: normal;
}

.introduce .introduce-icons {
    margin-top: 19px;
    margin-left: 2px;
}

.introduce .introduce-icons a,
.introduce .introduce-icons a:hover {
    width: 43px;
    height: 43px;
    display: block;
    float: left;
    margin-right: 18px;
    background-color: transparent;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
}

.introduce .introduce-icons a.facebook {
    background-image: url(../images/playground/facebook-icon.png);
}

.introduce .introduce-icons a.facebook:hover {
    background-image: url(../images/playground/facebook-icon-hover.png);
}

.introduce .introduce-icons a.twitter {
    background-image: url(../images/playground/twitter-icon.png);
}

.introduce .introduce-icons a.twitter:hover {
    background-image: url(../images/playground/twitter-icon-hover.png);
}

.introduce .introduce-icons a.instagram {
    background-image: url(../images/playground/instagram-icon.png);
}

.introduce .introduce-icons a.instagram:hover {
    background-image: url(../images/playground/instagram-icon-hover.png);
}

.introduce .introduce-icons a.pinterest {
    background-image: url(../images/playground/pinterest-icon.png);
}

.introduce .introduce-icons a.pinterest:hover {
    background-image: url(../images/playground/pinterest-icon-hover.png);
}

.introduce .introduce-icons a.adding {
    background-image: url(../images/playground/adding-icon.png);
    margin-right: 0px;
}

.introduce .introduce-icons a.adding:hover {
    background-image: url(../images/playground/adding-icon-hover.png);
    margin-right: 0px;
}

.introduce-image img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.pinterest_wrap>a {
    display: block;
}

.pinterest_wrap>a img {
    float: left;
}




/* PROJECT PAGE */

.project .content-inner,
.single-project .content-inner {
    margin-top: 35px;
}

.project-left,
.project-more-information {
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 15px;
    margin-top: 2px;
}

.project-left {
    /*width: 35.5%;*/
}

.project-left h3,
.project-more-information h3 {
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.project-left .project-introduce {
    background: #fff;
    padding-bottom: 40px !important;
    padding-left: 44px;
    padding-top: 34px;
}

.project-introduce .project-title {
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 11px;
    text-transform: uppercase;
    padding-right: 70px;
}

.project-introduce h3.project-sub-title {
    font-family: AlexandriaFlf, Arial, Helvetica, sans-serif;
    margin-bottom: 24px;
    text-transform: none;
}

.project-introduce h3.project-sub-title a,
.project-introduce h3.project-sub-title a:hover {
    color: #000;
}

.project-introduce p {
    margin-bottom: 25px;
    padding-right: 25px;
}

.project-introduce .project-role-list {
    margin: 7px 0 0;
}

.project-introduce .project-role-list li {
    list-style: none;
}

.project-full-content {
    display: none;
}

.project-left .project-more-information {
    margin-top: 48px;
    padding-left: 44px;
}

.project-more-information .project-award {}

.project-award h3 {
    margin-bottom: 5px;
}

.project-award .project-award-list {
    margin: 0;
}

.project-award .project-award-list li {
    text-transform: uppercase;
    list-style: none;
}

.project-award .project-award-list li a,
.project-award .project-award-list li a:hover {
    color: #000;
}

.project-more-information .project-press {
    margin-top: 30px;
}

.project-press h3 {
    margin-bottom: 8px;
    margin-left: -2px;
}

.project-press .project-press-list {
    margin: 0 0 0 -3px;
}

.project-press .project-press-list li {
    text-transform: uppercase;
    list-style: none;
}

.project-press .project-press-list li a,
.project-press .project-press-list li a:hover {
    color: #000;
}

.project-more-information .project-description {
    margin-top: 31px;
}

.project-description .project-quote {
    width: 39px;
    height: 30px;
    background-size: 100% !important;
}

.project-description .project-quote.left {
    float: left;
    background: url(../images/home/small-double-quote-2.png) no-repeat left top transparent;
    margin-bottom: 13px;
}

.project-description .project-quote.right {
    float: right;
    background: url(../images/home/small-double-quote.png) no-repeat left top transparent;
    margin-right: 1px;
    margin-top: -19px;
}

.project-description .project-author {
    color: #808080;
    margin-top: 11px;
    text-transform: uppercase;
}

.project-more-information .project-share {
    margin-top: 60px;
}

.project-share h3 {
    margin-bottom: 10px;
}

.content-inner .project-share a,
.content-inner .project-share a:hover,
.content-inner .blog-post-share a,
.content-inner .blog-post-share a:hover,
.content-inner .cookie-share a,
.content-inner .cookie-share a:hover,
.content-inner .press-award-share a,
.content-inner .press-award-share a:hover {
    display: block;
    float: left;
    background: url(../images/sprite.png) no-repeat left top transparent !important;
    height: 21px !important;
    text-decoration: none;
    margin-right: 22px;
}

.content-inner .project-share a.facebook,
.content-inner .blog-post-share a.facebook,
.content-inner .cookie-share a.facebook,
.content-inner .press-award-share a.facebook {
    width: 12px;
    background-position: 0 -196px !important;
}

.content-inner .project-share a.facebook:hover,
.content-inner .blog-post-share a.facebook:hover,
.content-inner .cookie-share a.facebook:hover,
.content-inner .press-award-share a.facebook:hover {
    background-position: 0 -220px !important;
}

.content-inner .project-share a.twitter,
.content-inner .blog-post-share a.twitter,
.content-inner .cookie-share a.twitter,
.content-inner .press-award-share a.twitter {
    width: 21px;
    background-position: -34px -196px !important;
    margin-top: 3px;
}

.content-inner .project-share a.twitter:hover,
.content-inner .blog-post-share a.twitter:hover,
.content-inner .cookie-share a.twitter:hover,
.content-inner .press-award-share a.twitter:hover {
    background-position: -34px -220px !important;
}

.content-inner .project-share a.pinterest,
.content-inner .blog-post-share a.pinterest,
.content-inner .cookie-share a.pinterest,
.content-inner .press-award-share a.pinterest {
    width: 19px !important;
    background-position: -15px -197px !important;
}

.content-inner .project-share a.pinterest:hover,
.content-inner .blog-post-share a.pinterest:hover,
.content-inner .cookie-share a.pinterest:hover,
.content-inner .press-award-share a.pinterest:hover {
    background-position: -15px -221px !important;
}

.project-right {
    /*width: 63.5%;
    margin-left: 1%;*/
}

.project-right .project-images {}

.project-images .project-image {
    margin-bottom: 15px;
    position: relative;
}

.project-image .project-image-order {
    font-size: 59px;
    font-family: AbrilFatface-Regular, Arial, Helvetica, sans-serif;
    line-height: 61px;
    color: #000;
    padding-left: 10px;
    position: relative;
    float: left;
}

.project-image .project-image-order span {
    float: left;
}

.project-image .project-devide {
    background: url("../images/home/devide.png") no-repeat scroll left top / 100% auto transparent;
    float: right;
    height: 47px;
    margin-left: -12px;
    margin-top: 10px;
    position: relative;
    width: 47px;
}

.project-image img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 19px;
}




/* BLOG FILTER PAGE */

.custom_badge_amara {
    position: absolute;
    right: 20px;
    top: 0px;
    z-index: 1;
}

.custom_badge_amara img {
    width: 130px;
    height: auto;
}

@media only screen and (max-width: 950px) {
    .custom_badge_amara img {
        width: 100px;
        height: auto;
    }
}

@media only screen and (max-width: 870px) {
    .custom_badge_amara img {
        display: none;
    }
}

.blog-item {
    position: relative;
    color: #000;
    margin-bottom: 25px;
}

.blog-item:nth-child(3n+1) {
    clear: both;
}

.blog-item .blog-item-order {
    font-family: AbrilFatface-Regular, Arial, Helvetica, sans-serif;
    font-size: 59px;
    line-height: 61px;
    margin-left: 3%;
    float: left;
    position: relative;
    margin-bottom: 23px;
}

.blog-item .blog-item-devide {
    background: url("../images/home/devide.png") no-repeat scroll left top / 100% auto transparent;
    height: 47px;
    position: absolute;
    width: 47px;
    right: -35px;
    top: 20px;
}

.blog-item .blog-item-thumbnail {
    margin-top: 23px;
    clear: both;
}

.blog-item-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
}

.blog-item .blog-item-description {
    padding: 27px 22px 27px 27px;
    background: #000;
    min-height: 342px;
    position: relative;
}

.blog-item-description .blog-item-title {
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-weight: 400;
    /*font-family: futura-pt, sans-serif;*/
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 10px;
    min-height: 76px;
    height: auto;
    color: #FFF;
}

.blog-item-description .blog-item-title a,
.blog-item-description .blog-item-title a:hover {
    color: #FFF;
    text-transform: uppercase;
}

.blog-item-description .blog-item-date {
    color: #FFF;
    font-size: 13px;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.blog-item-description .blog-item-content {
    font-size: 15px;
    margin-bottom: 20px;
    color: #FFF;
}

.blog-item-description .blog-item-readmore {
    position: absolute;
    bottom: 30px;
}

.blog-item-readmore a {
    color: #FFF;
}

.blog-item-readmore a,
.blog-item-readmore a:hover {
    border: 1px solid #FFF;
    display: block;
    font-size: 13px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 156px;
}

.blog-item-readmore a:hover {
    background: #FFF;
    color: #000;
}

.blog-filter-loadmore {
    margin-top: 6px;
    padding: 0 49px;
}

.blog-filter-loadmore a,
.blog-filter-loadmore a:hover {
    border: 1px solid #000;
    display: block;
    font-size: 15px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: -3px;
    color: #000;
}

.category .ajax-loading,
.page-template-template-toptip .ajax-loading {
    display: none;
    margin: 0 auto;
}




/* BLOG POST PAGE */

.blog-post-feature-image {
    margin-bottom: 34px;
}

.blog-post-feature-image img {
    display: block;
    margin-top: 6px;
    width: 100%;
	height: 20vw;
    object-fit: cover;
}

.blog-post-left {
    color: #000;
    padding-left: 57px;
    text-transform: uppercase;
    width: 28.2%;
}

.standard .blog-post-left,
.page .blog-post-left {
    /*width: 28.2%;*/
}

.standard .blog-post-feature-image,
.page .blog-post-feature-image {
    margin-bottom: 43px;
}

.blog-post-left .blog-post-title {
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 8px;
    padding-right: 20px;
}

.blog-post-left .blog-post-meta {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 28px;
}

.blog-post-meta a,
.blog-post-meta a:hover {
    color: #333;
    text-decoration: none;
}

.blog-post-left .post-circle {
    background: #c7b299;
    border-radius: 100px;
    height: 191px;
    margin-bottom: 30px;
    width: 191px;
}

.blog-post-share h3 {
    font-size: 12px;
    margin: 24px 0 12px -1px;
}

.blog-post-right {
    color: #000;
    font-size: 15px;
    padding-top: 2px;
    width: 71.8%;
}

.standard .blog-post-right,
.page .blog-post-right {
    /*width: 71.8%;*/
}

.blog-post-content h1 {
    margin-top: 0px;
}

.blog-post-content p {
    line-height: 24px;
    margin-bottom: 23px;
    /*padding-right: 25px;*/
}

.blog-post-content img {
    height: auto;
    max-width: 100%;
}

.blog-post-content img.alignleft {
    float: left;
    margin-right: 10px;
}

.blog-post-content img.alignright {
    float: right;
    margin-left: 10px;
}

.blog-post-content img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}




/* CONTACT PAGE */

.contact-wrap {
    font-size: 15px;
    color: #000;
}

.contact-wrap .fullmap {
    width: 100%;
    height: auto;
    display: block;
}

.contact-wrap h3 {
    color: #000;
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.contact-wrap .contact-left {
    margin-top: 44px;
    padding-left: 30px;
}

.contact-wrap .contact-right {
    margin-top: 44px;
    padding-right: 30px;
}

.contact-right h2 {
    margin-top: 0px;
}

@media only screen and (max-width: 990px) {

    .contact-wrap .contact-right,
    .contact-wrap .contact-left {
        margin-top: 44px;
        padding: 0px 30px;
    }
}

.contact-wrap .contact-label {
    margin-right: 33px;
}

.contact-wrap .line {
    line-height: 24px;
}

.contact-wrap .contact-info .line {
    float: left;
}

.contact-wrap .contact-info {
    float: left;
}

.contact-wrap .icon {
    background: url("../images/contact/icons.png") no-repeat scroll 0 0 transparent;
    clear: both;
    float: left;
    margin-right: 8px;
}

.contact-wrap .icon.address {
    background: url("../images/contact/map-icon.png");
    width: 15px;
    height: 15px;
    margin-top: 3px;
    background-size: contain;
}

.contact-wrap .icon.phone {
    height: 13px;
    margin-top: 5px;
    width: 14px;
}

.contact-wrap .icon.email {
    background-position: -17px 0;
    height: 10px;
    margin-right: 9px;
    margin-top: 7px;
    width: 13px;
}

.contact-wrap .icon.twitter {
    background-position: -33px 0;
    height: 10px;
    margin-left: 1px;
    margin-right: 9px;
    margin-top: 6px;
    width: 12px;
}

.contact-wrap .icon.facebook {
    background-position: -46px 0;
    height: 15px;
    margin-left: 2px;
    margin-right: 12px;
    margin-top: 2px;
    width: 8px;
}

.contact-wrap a,
.contact-wrap a:hover {
    text-decoration: underline;
    color: #000;
}

.map_left {
    /*float: left;
    margin-right: 3px;*/
    padding-right: 1px;
}

.map_right {
    padding-left: 1px;
}

.page-template-template-contact .content-inner {
    margin-top: 0;
}




/* COOKIE PAGE */

.cookie-term {
    background: #757575;
    bottom: 0;
    color: #fff;
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    height: 39px;
    left: 0;
    line-height: 39px;
    padding-left: 41px;
    padding-right: 46px;
    position: fixed;
    width: 100%;
    z-index: 999;
    font-weight: 700;
}

.cookie-term .cookie-term-text {
    float: left;
}

.cookie-term-text a,
.cookie-term-text a:hover {
    color: #DBFE2E;
}

.cookie-term .cookie-term-close {
    color: #dbfe2e;
    cursor: pointer;
    float: right;
    text-transform: uppercase;
}

.cookie-feature-image {
    margin-bottom: 41px;
}

.cookie-feature-image img {
    display: block;
    width: 100%;
    height: auto;
}

.cookie-left {
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-weight: 400;
    padding-left: 57px;
}

.cookie-left .cookie-title {
    font-size: 36px;
    line-height: 38px;
    text-transform: uppercase;
}

.cookie-share h3 {
    font-size: 12px;
    margin-bottom: 13px;
    margin-left: -1px;
    margin-top: 27px;
}

.cookie-right {
    font-size: 15px;
}

.cookie-right p {
    line-height: 23px;
    margin-bottom: 26px;
}




/* PROJECTS PAGE */

.projects-playground-wrap .projects-playground-items {
    padding: 0px 9px 0 10px;
}

.projects-playground-items .playground-item {
    margin: 0px 8px 16px 8px;
    float: left;
    overflow: hidden;
    position: relative;
}


.projects-playground-items .playground-item.w1 {
    width: 235px;
}

.projects-playground-items .playground-item.w2 {
    width: 486px;
}

.projects-playground-items .playground-item.h1 {
    height: 235px;
}

.projects-playground-items .playground-item.h2 {
    height: 486px;
}

.projects-playground-items .playground-item .playground-text {
    bottom: 0;
    color: #fff;
    min-height: 70px;
    height: auto;
    left: 0;
    padding-left: 0px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 10px;
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    max-height: 75px;
}

.projects-playground-items .playground-text .playground-title {
    padding-left: 18px;
    padding-right: 10px;
}

.projects-playground-items .playground-text .playground-title a,
.projects-playground-items .playground-text .playground-title a:hover {
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

.projects-playground-items .playground-text .playground-content {
    font-family: AlexandriaFlf, Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin-top: 15px;
    padding-left: 18px;
}

.projects-playground-items .playground-text .playground-content a,
.projects-playground-items .playground-text .playground-content a:hover {
    color: #fff;
}

.projects-playground-wrap .projects-loadmore {
    padding: 0 18px 0 22px;
    margin-top: 9px;
}

.projects-loadmore a,
.projects-loadmore a:hover {
    display: block;
    border: 1px solid #000;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    text-decoration: none;
    height: 47px;
    line-height: 47px;
}

.projects-playground-wrap .ajax-loading {
    margin: 0 auto;
    display: none;
}

@media only screen and (max-device-width: 895px) {
    .projects-playground-items .playground-item{
        overflow: visible;
    }
}



/* PRESS AWARDS PAGE */

.press-award-item {
    float: left;
    margin-bottom: 0px;
    /*max-height: 270px;*/
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;

    /*border-collapse: collapse;*/
    flex: 25%;
}



.press-award-item:hover {
    opacity: 0.6;
}

.press-award-item:nth-child(4n+1) {
    clear: both;
}

.press-award-item img {
    display: block;
    width: 100%;
    max-width: 243px;
    height: auto;
    margin: 0 auto;
}

.press-award-item .press_thumb {
    max-height: 243px;
    overflow: hidden;
}

.press-award-item .press_title {
    /*background-color: #757575;*/
    /* background: url(../images/global/background-opacity.png) repeat 0px 0px transparent !important;*/
    color: #000;
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    border-bottom: 1px solid #000;
    text-transform: uppercase;
    padding: 8px;
    line-height: 15px;
    letter-spacing: 0.5px;
    /*max-width: 90%;*/
    margin: 0 auto;
}

.press-award-item .press_title a {
    color: #000;
}

.press-award-share {
    padding-left: 10px;
}

.press-award-share h3 {
    color: #000;
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 11px;
    margin-left: 1px;
    margin-top: 13px;
}




/* PRESS POST PAGE */

.press-post-item {
    float: left;
    margin-bottom: 22px;
}

.press-post-item:nth-child(2n+1) {
    padding-left: 0px;
}

.press-post-item:nth-child(2n) {
    padding-left: 11px;
}

.press-post-item:nth-child(2n+1) {
    clear: both;
    padding-right: 11px;
}

.press-post-item:nth-child(2n+1) .press-post-item-wrap {
    padding-left: 11px;
}

.press-post-item:nth-child(2n) .press-post-item-wrap {
    padding-right: 0px;
}

.press-post-item-wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.press-post-pagination-wrap {
    padding-left: 44px;
    padding-right: 38px;
}


.press-post-left,
.press-post-right {
    padding-top: 34px;
}




/* STANDARD PAGE */

.standard .blog-post-content img,
.page .blog-post-content img {
    margin-bottom: 0px;
}




/* SERVICES PAGE */

.service-top .service-item:nth-child(2n+2) .service-circle,
.service-item .service-circle.circle1 {
    background: url(../images/services/Interior_Architecture.png) no-repeat center center;
}

.service-top .service-item:nth-child(2n+1) .service-circle,
.service-item .service-circle.circle2 {
    background: url(../images/services/Interior_Design.png) no-repeat center center;
}

.service-middle .service-item:nth-child(3n+1) .service-circle,
.service-item .service-circle.circle3 {
    background: url(../images/services/Design_Build.png) no-repeat center center;
}

.service-middle .service-item:nth-child(2n+2) .service-circle,
.service-item .service-circle.circle4 {
    background: url(../images/services/Furniture.png) no-repeat center center;
}

.service-middle .service-item:nth-child(3n+3) .service-circle,
.service-item .service-circle.circle5 {
    background: url(../images/services/Exhibition_Design.png) no-repeat center center;
}

.service-bottom .service-item:nth-child(3n+1) .service-circle,
.service-item .service-circle.circle6 {
    background: url(../images/services/Graphic_Design.png) no-repeat center center;
}

.service-bottom .service-item:nth-child(2n+2) .service-circle,
.service-item .service-circle.circle7 {
    background: url(../images/services/Project_Mangement.png) no-repeat center center;
}




/*.service-bottom .service-item:nth-child(3n+3) .service-circle,
.service-item .service-circle.circle8{
    background: url(../images/services/Project_Mangement.png) no-repeat center center;
}*/

.service-middle {
    margin-top: 38px;
}

.service-bottom {
    margin-top: 66px;
}

.service-item {
    min-height: 10px;
    color: #000;
    font-size: 15px;
}

.service-item .service-item-wrap {
    padding: 0 12%;
}

.service-item .service-order {
    float: left;
    font-family: AbrilFatface-Regular, Arial, Helvetica, sans-serif;
    font-size: 50px;
    line-height: 52px;
}

.service-middle .service-item .service-order {}

.service-item .service-circle {
    background: #000;
    border-radius: 100px;
    height: 100px;
    margin-bottom: 30px;
    /*margin-left: 90px;*/
    width: 100%;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
}

.service-item .service-title {
    margin-bottom: 23px;
    margin-top: -2px;
    padding-left: 75px;
}

.service-item .service-title a,
.service-item .service-title a:hover {
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 31px;
    line-height: 36px;
    text-transform: uppercase;
    color: #000;
}

.service-item .service-devide {
    background: url("../images/home/devide.png") no-repeat scroll left top transparent;
    float: left;
    height: 47px;
    margin-left: -10px;
    margin-right: 0px;
    margin-top: 14px;
    width: 47px;
    background-size: 100%;
}

.service-item .service-content {
    margin-left: -5px;
}

.service-content p {
    text-align: justify;
    line-height: 24px;
}

.service-content .service-full-content {
    display: none;
}




/* PLAYGROUND PAGE */

.playground-wrap {
    background: none repeat scroll 0 0 #dbfe2e;
    padding: 19px 13px 2px 11px;
    position: relative;
}

.playgrounds-playground-items {
    /*display: inline-block;
    width: 45%;*/
    float: left;
    position: relative;
}

.playgrounds-playground-items.fixed {
    position: fixed !important;
}

.playgrounds-playground-items .playground-item {}

.playgrounds-playground-wrap .playground-text h3 {
    font-size: 33px;
}

.playground-latest-news-wrap .load-more {
    padding: 0 26px 30px 35px;
}

.load-more .latest-feeds-loadmore {
    float: left;
    border: 1px solid #000;
    color: #000;
    background: #fff;
    width: 156px;
    height: 49px;
    line-height: 49px;
    text-transform: uppercase;
}

.load-more .latest-feeds-loadmore:hover {
    background: #000;
    color: #fff;
}

.load-more .kld-feeds-ajax-loading {
    background: url("../images/latest-loading.gif") no-repeat scroll center center transparent;
    display: none;
    height: 49px;
    margin-left: 10px;
    position: relative;
    text-indent: -9999em;
    width: 80px;
    float: left;
}

.playground-latest-news-wrap .playground-latest-news {
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: 0px 15px 30px 35px;
    text-align: left;
}

.playground-latest-news .news-title {
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 5px;
    font-family: futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

.playground-latest-news .news-meta a,
.playground-latest-news .news-meta {
    color: #757575;
    font-size: 13px;
    margin-bottom: 10px;
}

.news-meta .news-date {
    color: #666666;
}

.playground-latest-news .news-line {
    background: #000;
    height: 2px;
    margin-bottom: 10px;
}

.playground-latest-news .news-content {
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.news-content p {
    line-height: 17px;
    margin-bottom: 13px;
}

.news-content img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 13px;
    margin-bottom: 30px;
}

.news-content .news-readmore,
.news-content .news-readmore:hover {
    border: 1px solid #000;
    color: #000;
    display: block;
    font-size: 13px;
    height: 49px;
    line-height: 49px;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 156px;
}

.playgrounds-playground-wrap ul {
    margin-left: 0px;
}

.behind_meta,
.playground-items .post-meta {
    display: block;
    text-align: left;
    padding-left: 26px;
    margin-bottom: 15px;
    padding-right: 10px;
}

.behind_meta a,
.post-meta a {
    color: #dbfe2e;
}

.behind_meta a:hover,
.post-meta a:hover {
    color: #fff;
}




/* SEARCH PAGE */

.search .page-header {
    border: none;
    margin: 0;
    padding: 0;
}

.search .page-header h1 {
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin: 0;
    padding-left: 176px;
    text-transform: uppercase;
}

.search .page-header h3 {
    color: #7f7f7f;
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 17px;
    margin-top: 4px;
    padding-left: 178px;
}

.search .ajax-loading {
    display: none;
    margin: 0 auto;
}

.search-loadmore {
    margin-top: 6px;
    padding: 0 49px;
}

.search-loadmore a,
.search-loadmore a:hover {
    border: 1px solid #000;
    display: block;
    font-size: 15px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: -3px;
    color: #000;
}




/* TOPTIP LANDING PAGE */

.page-template-template-toptip .toptip-wrap {
    font-family: AbrilFatface-Regular, Arial, Helvetica, sans-serif;
    color: #000;
    text-align: center;
}

.page-template-template-toptip .toptip-wrap.blog-item {
    margin-bottom: 60px;
}

.page-template-template-toptip .toptip-wrap .toptip-inner {
    padding: 0 55px;
}

.page-template-template-toptip .toptip-inner>a {
    display: block;
}

.page-template-template-toptip .toptip-wrap .playground-before-date {
    font-size: 60px;
    display: inline-block;
    line-height: 62px;
    vertical-align: top;
}

.page-template-template-toptip .toptip-wrap .playground-date {
    font-size: 100px;
    display: inline-block;
    line-height: 102px;
}

.page-template-template-toptip .toptip-wrap .text-inner {
    font-size: 15px;
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin-top: 12px;
    font-style: italic;
}

.page-template-template-toptip .toptip-wrap .text-inner a,
.page-template-template-toptip .toptip-wrap .text-inner a:hover {
    color: #000;
}




/* FOOTER */

.footer {
    padding: 18px 21px 24px 23px;
    visibility: hidden;
}

.blog-filter .footer,
.blog-post .footer,
.category .footer,
.single-post .footer,
.search .footer {
    /*background:#DBFE2E;*/
}


.standard .footer,
.page .footer {
    background: none;
}

.footer .copyright {
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #000;
    margin-bottom: 10px;
}

.footer .copyright span,
.footer .copyright strong {
    color: #666666;
    font-weight: normal;
}

.footer .footer-bottom {}

.footer .footer-social {
    float: left;
    margin-right: 13px;
}

.footer .footer-social a {
    background: url(../images/sprite.png) no-repeat left top transparent;
    width: 25px;
    height: 24px;
}

.footer .footer-social a,
.footer .footer-social a:hover {
    float: left;
    display: block;
    width: 26px;
    height: 26px;
    margin-right: 3px;
}

.footer .footer-social .facebook {
    background-position: 0 -144px;
}

.footer .footer-social .facebook:hover {
    background-position: 0 -170px;
}

.footer .footer-social .twitter {
    background-position: -27px -144px;
}

.footer .footer-social .twitter:hover {
    background-position: -28px -170px;
}

.footer .footer-social .linkedin {
    background-position: -53px -144px;
}

.footer .footer-social .linkedin:hover {
    background-position: -54px -170px;
}

.footer .footer-social .google {
    background-position: -79px -144px;
}

.footer .footer-social .google:hover {
    background-position: -80px -170px;
}

.footer .footer-social .social1 {
    background-position: -105px -144px;
}

.footer .footer-social .social1:hover {
    background-position: -106px -170px;
}

.footer .footer-social .social2 {
    background-position: -131px -144px;
}

.footer .footer-social .social2:hover {
    background-position: -132px -170px;
}

.footer .footer-contact {
    float: left;
    margin-top: 2px;
}

.footer .footer-contact,
.footer .footer-contact a,
.footer .footer-contact a:hover {
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
}

.footer .footer-contact a:hover {
    color: #757575;
}

.footer .footer-contact span,
.footer .footer-contact strong {
    color: #666666;
    font-weight: normal;
}

.footer .footer-newsletter {
    float: right;
    margin-top: -9px;
}

.footer .footer-newsletter input.fieldEmail {
    background: #F2F2F2;
    border: none;
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    padding: 0 17px;
    line-height: 37px;
    height: 37px;
    display: block;
    float: left;
    width: 242px;
}

.footer .footer-newsletter input[type=submit] {
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    width: 100px;
    height: 37px;
    line-height: 37px;
    background: #000;
    text-align: center;
    border: none;
    display: block;
    float: left;
    font-weight: 700;
}

.footer .footer-newsletter input[type=submit]:hover {
    background: #757575;
}

.footer-newsletter .ajax-loading {
    height: 37px;
    display: none;
    float: left;
}




/* Burger Menus Mobile */

.burger-menu {
    display: none;
}




/* Custom scroll bar */

.playground-latest-news-wrap {
    overflow: visible;
    width: 100.2% !important;
    padding: 20px 5px 0px;
    border: 1px solid #b7b7b7;
    border-top: none;
    border-left: none;
    background: none repeat scroll 0 0 #fff;
    height: auto;
    position: relative;
    font-style: normal;
}

.scroll-up1,
.scroll-down1 {
    width: 17px;
    height: 17px;
}

.scroll-up1 {
    background: #FFF url(../images/playground/up-scroll.png) no-repeat scroll 2px 4px !important;
    border-left: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;
}

.scroll-down1 {
    background: #FFF url(../images/playground/down-scroll.png) no-repeat scroll 2px 4px !important;
    border-left: 1px solid #000 !important;
    border-top: 1px solid #000 !important;
}

.track1 {
    width: 16px;
    background-color: #f7f7f3;
    border-left: 1px solid #000;
}

.handle1 {
    width: 17px;
    margin-left: -8px;
    background: #000 !important;
    border: 1px solid #000 !important;
}

.handle1 .top,
.handle1 .bottom {
    position: absolute;
    left: 0;
    width: 16px;
    height: 10px;
    background: #000 !important;
    border-right: 1px solid #000 !important;
}

.handle1 .top {
    top: 0;
}

.handle1 .bottom {
    bottom: 0;
    width: 16px;
    height: 10px;
    background-position: 0 bottom;
}

@media only screen and (min-width: 1060px) and (max-width: 1280px) {
    .header .menu-left {
        width: 75%;
    }

    .home .header .menu-right {
        width: 25%;
    }
}

@media only screen and (min-width: 1035px) and (max-width: 1102px) {
    .header .menu-left {
        width: 80%;
    }

    .home .header .menu-right {
        width: 20%;
        padding-left: 0px;
        padding-top: 16px;
        padding-right: 16px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1034px) {
    .header .menu-left {
        width: 100%;
    }

    .home .header .menu-right {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1370px) {

    .category .submenu,
    .search .submenu,
    .single .submenu,
    .page-template-template-playground .submenu,
    .page-template-template-toptip .submenu {
        margin-top: 22px;
        padding-left: 179px;
    }

    .category .submenu .menu,
    .search .submenu .menu,
    .single .submenu .menu,
    .page-template-template-playground .submenu .menu,
    .page-template-template-toptip .submenu .menu {
        display: none;
    }

    .category .submenu .dropdown,
    .search .submenu .dropdown,
    .single .submenu .dropdown,
    .page-template-template-playground .submenu .dropdown,
    .page-template-template-toptip .submenu .dropdown {
        display: block !important;
        margin-right: 0px;
    }

    .category .search-box,
    .search .search-box,
    .single .search-box,
    .page-template-template-playground .search-box,
    .page-template-template-toptip .search-box {
        margin-left: 4px;
        margin-top: 0;
        float: left;
        clear: none;
    }

    .category .search-box input[type="text"],
    .search .search-box input[type="text"],
    .single .search-box input[type="text"],
    .page-template-template-playground .search-box input[type="text"],
    .page-template-template-toptip .search-box input[type="text"] {
        width: 231px;
    }
}

@media only screen and (min-width: 1161px) and (max-width: 1279px) {
    .footer .footer-newsletter {
        margin-top: -6px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1124px) {
    .search-box {
        clear: both;
        float: none;
        margin-left: 0;
    }

    .content .home-intro h4 {
        margin-left: -3%;
    }

    .content .home-intro h3 {
        margin-left: 2.2%;
        font-size: 60px;
    }

    .contact-wrap .contact-left {
        padding-left: 3%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1279px) {
    .content .home-intro h3 {
        font-size: 60px;
    }
}

@media only screen and (min-width: 1024px) {
    .home-post-wrap .home-post-text.last-column .order {
        margin-left: 1%;
    }

    .home-post-wrap .home-post-text.last-column .devide {
        margin-left: 3%;
    }

    .home-post-wrap .last-column .read-more,
    .home-post-wrap .home-post-text.last-column .post-content,
    .home-post-wrap .home-post-text.last-column .post-title {
        margin-left: 10%;
    }

    .content .home-post-wrap.wrap-3 .home-post-text .devide {
        margin-left: 1%;
    }

    .content .home-post-wrap.wrap-3 .home-post-text .order {
        margin-left: -2%;
    }

    .content .home-post-wrap.wrap-3 .home-post-text .post-content,
    .content .home-post-wrap.wrap-3 .home-post-text .post-title {
        margin-left: 6.8%;
    }

    .content .home-post-wrap.wrap-3 .home-post-text .read-more {
        margin-left: 7%;
    }

    .content .home-post-wrap.wrap-4 .home-post-text .devide {
        margin-left: 10%;
    }

    .content .home-post-wrap.wrap-4 .home-post-text .order {
        margin-left: 7.6%;
    }

    .content .home-post-wrap.wrap-4 .home-post-text .read-more,
    .content .home-post-wrap.wrap-4 .home-post-text .post-content,
    .content .home-post-wrap.wrap-4 .home-post-text .post-title {
        margin-left: 16%;
    }
}

@media only screen and (min-width: 990px) and (max-width: 1160px) {
    .project-description .project-quote.right {
        margin-right: -27px;
    }
}





/* This file contains all the css for cookie banner - copied over to this main style*/

body #cookie-banner {
    background-color: #000;
    border: medium none;
    bottom: 0;
    position: fixed;
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-weight: 700;
}

body #cookie-banner-container .right input[type="submit"] {
    display: inline-block;
    width: 50px;
    margin-right: 0;
    padding: 0;
    background-color: #fff;
    background-image: none;
    border: none !important;
    border-radius: 0;
    box-shadow: none !important;
    color: #000;
    float: none;
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
}

body #cookie-banner {
    border: medium none;
    bottom: 0;
    position: fixed;
}

body #cookie-banner #cookie-banner-container {
    height: 43px;
    margin: 0 auto;
    max-width: 1180px;
    width: 100%;
    padding: 0 15px;
}

body #cookie-banner #cookie-banner-container p {
    margin: 0;
    padding-top: 13px;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    padding-bottom: 10px;
}

body #cookie-banner #cookie-banner-container p a {
    color: #fff;
    text-decoration: underline;
}

body #cookie-banner #cookie-banner-container p a:hover {
    color: #DBFE2E;
    text-decoration: underline;
}

body #cookie-banner #cookie-banner-container .more-info {
    display: none;
}

body #cookie-banner #cookie-banner-container .right {
    clear: none !important;
    float: right !important;
}

body #cookie-banner #cookie-banner-container .right p a {
    font-weight: normal;
    font-size: 13px;
}




/******************* FONTS *******************/

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(fonts/open-sans-semi-bold.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(fonts/open-sans-bold.woff) format('woff');
}




/******************* MAIN *******************/

#cookie-banner {
    width: 100%;
    background-color: #D22A82;
    position: relative;
    z-index: 999999;
    display: none;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 15px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
    -mox-border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}

#cookie-banner-container {
    width: 1000px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

#cookie-banner-container p {
    color: #fff;
    margin-bottom: 7px;
    margin-top: 7px;
}

#cookie-banner-container .left p {
    float: left;
    margin-top: 15px;
}

#cookie-banner-container .right {
    float: right;
}

#cookie-banner-container .right input[type="submit"] {
    border: 0;
    font-size: 14px;
    margin-right: 12px;
    font-family: 'Open Sans';
    font-weight: 700;
    padding: 6px 10px 6px 10px;
    background-color: #4D90FE;
    color: #fff;
    border: 1px solid #3D81EF;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    display: inline-block;
    -mox-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    float: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: none;
}

#cookie-banner-container .right input[type="submit"]:hover {
    background-color: #DBFE2E;
    cursor: pointer;
}

#cookie-banner-container .right input[type="submit"]:active {
    -mox-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

#cookie-banner-container .right p a {
    text-decoration: none;
    color: #DBFE2E;
    font-weight: 700;
    display: inline-block;
    font-size: 14px;
}

#cookie-banner-container .right p a:hover {
    text-decoration: underline;
}

#cookie-banner-container .left {
    float: left;
    width: 80%;
}

h2.hashtag_insta {
    color: #fff;
    position: absolute;
    z-index: 8888;
    text-transform: uppercase;
    font-size: 49px;
    font-family: futura-pt, Arial, Helvetica, sans-serif;
    font-weight: 300;
    top: 35%;
    font-style: normal;
}

h2.hashtag_insta a,
h2.hashtag_insta a:hover {
    color: #fff;
}

.instagram_image h2.hashtag_insta {
    margin: 0;
    top: 0;
    width: 100%;
}

.instagram_image_2 h2.hashtag_insta {
    margin: 0;
    top: 0;
    width: 100%;
}

.error-404 .search-field {
    border: 1px solid #c0c0c0;
    color: #333333;
    background: #f2f2f2;
    font-size: 14px;
    height: 37px;
    line-height: 37px;
    padding: 0 17px;
}

.error-404 .search-submit {
    border: none;
    background: #000;
    font-size: 15px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
    color: #FFF;
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.error-404 .screen-reader-text {
    display: none;
}

section.error-404 {
    padding: 0 10px;
    text-align: center;
}

.wrapper figure {
    max-width: 100%;
    padding: 0 20px 0 15px;
}

.home-slide-wrap video {
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    display: block;
}

@media only screen and (max-width: 1200px) {
    .home-slide-wrap video {
        position: unset;
        transform: none;
        display: block;
    }
}



/******************* RESPONSIVE *******************/

@media only screen and (max-width: 1346px) {

    #cookie-banner,
    #cookie-banner-container .right input[type="submit"],
    #cookie-banner-container .right p a {
        font-size: 13px;
    }

    #cookie-banner-container .left p {
        margin-top: 17px;
    }
}

@media only screen and (max-width: 1005px) {
    #cookie-banner-container {
        width: 90%;
    }
}

@media only screen and (max-width: 950px) {
    #cookie-banner-container .right {
        float: left;
        clear: both;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1041px) {
    .projects-playground-wrap .projects-playground-items {
        padding: 0px 9px 0 11px;
    }
}




/*fix tweet box on home page*/

@media only screen and (max-width: 1236px) {
    .home-playground-items .playground-item .playground-date {
        font-size: 80px;
    }

    .home-playground-items .playground-item .playground-before-date {
        font-size: 53px;
    }

    .home-playground-items .playground-item .text-inner {
        margin-top: 13px;
    }
}

@media only screen and (max-width: 1127px) {
    .home-playground-items .playground-item .playground-date {
        font-size: 70px;
    }

    .home-playground-items .playground-item .playground-before-date {
        font-size: 47px;
    }
}

@media only screen and (max-width: 1069px) {
    .home-playground-items .playground-item .playground-date {
        font-size: 60px;
    }

    .home-playground-items .playground-item .playground-before-date {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1040px) {
    .home-playground-items .playground-item .playground-date {
        font-size: 126px;
    }

    .home-playground-items .playground-item .playground-before-date {
        font-size: 84px;
    }

    .home-playground-items .playground-item .text-inner {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 994px) {
    .home-playground-items .playground-item .playground-date {
        font-size: 80px;
    }

    .home-playground-items .playground-item .playground-before-date {
        font-size: 53px;
    }

    .home-playground-items .playground-item .text-inner {
        margin-top: 13px;
    }
}

@media only screen and (max-width: 912px) {
    .home-playground-items .playground-item .playground-date {
        font-size: 126px;
    }

    .home-playground-items .playground-item .playground-before-date {
        font-size: 84px;
    }

    .home-playground-items .playground-item .text-inner {
        margin-top: 0px;
    }
}

@media only screen and (max-device-width: 1219px) {
    .home-playground-items .playground-item .playground-date {
        font-size: 80px;
    }

    .home-playground-items .playground-item .playground-before-date {
        font-size: 53px;
    }

    .home-playground-items .playground-item .text-inner {
        margin-top: 13px;
    }
}

@media only screen and (max-device-width: 1110px) {
    .home-playground-items .playground-item .playground-date {
        font-size: 70px;
    }

    .home-playground-items .playground-item .playground-before-date {
        font-size: 47px;
    }
}

@media only screen and (max-device-width: 1052px) {
    .home-playground-items .playground-item .playground-date {
        font-size: 60px;
    }

    .home-playground-items .playground-item .playground-before-date {
        font-size: 40px;
    }
}

@media only screen and (max-device-width: 1023px) {
    .home-playground-items .playground-item .playground-date {
        font-size: 126px;
    }

    .home-playground-items .playground-item .playground-before-date {
        font-size: 84px;
    }

    .home-playground-items .playground-item .text-inner {
        margin-top: 0px;
    }
}

@media only screen and (max-device-width: 977px) {
    .home-playground-items .playground-item .playground-date {
        font-size: 80px;
    }

    .home-playground-items .playground-item .playground-before-date {
        font-size: 53px;
    }

    .home-playground-items .playground-item .text-inner {
        margin-top: 13px;
    }
}

@media only screen and (max-device-width: 895px) {
    .home-playground-items .playground-item .playground-date {
        font-size: 126px;
    }

    .home-playground-items .playground-item .playground-before-date {
        font-size: 84px;
    }

    .home-playground-items .playground-item .text-inner {
        margin-top: 0px;
    }
}




/*fix box on playground page*/

@media only screen and (max-width: 1040px) {
    .introduce .introduce-icons {
        margin-top: 10px;
    }

    .introduce .introduce-desc {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1008px) {
    .introduce .introduce-icons {
        margin-top: 5px;
    }

    .introduce .introduce-desc {
        font-size: 12px;
    }
}

@media only screen and (max-width: 982px) {
    .introduce .introduce-desc {
        font-size: 11px;
    }

    .playground-wrap .playground-item.onlytext {
        font-size: 20px;
    }

    .playgrounds-playground-wrap .playground-item .playground-date {
        font-size: 80px;
    }

    .playgrounds-playground-wrap .playground-item .playground-before-date {
        font-size: 53px;
    }

    .playgrounds-playground-wrap .playground-item .text-inner {
        margin-top: 13px;
    }
}

@media only screen and (max-width: 958px) {
    .introduce .introduce-desc {
        font-size: 10px;
    }
}

@media only screen and (max-width: 912px) {
    .playgrounds-playground-wrap .playground-item .playground-date {
        font-size: 126px;
    }

    .playgrounds-playground-wrap .playground-item .playground-before-date {
        font-size: 84px;
    }

    .playgrounds-playground-wrap .playground-item .text-inner {
        margin-top: 0px;
    }

    .playground-wrap .playground-item.onlytext {
        font-size: 27px;
    }

    .playgrounds-playground-wrap .circle-colour .circle-text {
        font-size: 49px;
    }

    .playgrounds-playground-wrap .circle-text .circle-desc {
        font-size: 14px;
    }

    .playgrounds-playground-wrap h2.hashtag_insta {
        font-size: 49px;
    }

    .introduce .introduce-icons {
        margin-top: 19px;
    }

    .introduce .introduce-desc {
        font-size: 14px;
    }
}

@media only screen and (max-width: 806px) {
    .introduce .introduce-icons {
        margin-top: 10px;
    }

    .introduce .introduce-desc {
        font-size: 13px;
    }
}

@media only screen and (max-width: 784px) {
    .introduce .introduce-icons {
        margin-top: 19px;
    }

    .introduce .introduce-desc {
        font-size: 14px;
    }
}

@media only screen and (max-device-width: 1023px) {
    .introduce .introduce-icons {
        margin-top: 10px;
    }

    .introduce .introduce-desc {
        font-size: 13px;
    }
}

@media only screen and (max-device-width: 991px) {
    .introduce .introduce-icons {
        margin-top: 5px;
    }

    .introduce .introduce-desc {
        font-size: 12px;
    }
}

@media only screen and (max-device-width: 965px) {
    .introduce .introduce-desc {
        font-size: 11px;
    }

    .playground-wrap .playground-item.onlytext {
        font-size: 20px;
    }

    .playgrounds-playground-wrap .playground-item .playground-date {
        font-size: 80px;
    }

    .playgrounds-playground-wrap .playground-item .playground-before-date {
        font-size: 53px;
    }

    .playgrounds-playground-wrap .playground-item .text-inner {
        margin-top: 13px;
    }
}

@media only screen and (max-device-width: 941px) {
    .introduce .introduce-desc {
        font-size: 10px;
    }
}

@media only screen and (max-device-width: 895px) {
    .playgrounds-playground-wrap .playground-item .playground-date {
        font-size: 126px;
    }

    .playgrounds-playground-wrap .playground-item .playground-before-date {
        font-size: 84px;
    }

    .playgrounds-playground-wrap .playground-item .text-inner {
        margin-top: 0px;
    }

    .playground-wrap .playground-item.onlytext {
        font-size: 27px;
    }

    .playgrounds-playground-wrap .circle-colour .circle-text {
        font-size: 49px;
    }

    .playgrounds-playground-wrap .circle-text .circle-desc {
        font-size: 14px;
    }

    .playgrounds-playground-wrap h2.hashtag_insta {
        font-size: 49px;
    }

    .introduce .introduce-icons {
        margin-top: 19px;
    }

    .introduce .introduce-desc {
        font-size: 14px;
    }
}

@media only screen and (max-device-width: 789px) {
    .introduce .introduce-icons {
        margin-top: 10px;
    }

    .introduce .introduce-desc {
        font-size: 13px;
    }
}

@media only screen and (max-device-width: 767px) {
    .introduce .introduce-icons {
        margin-top: 19px;
    }

    .introduce .introduce-desc {
        font-size: 14px;
    }
}




/* IE */

.ie9 .handle1 {
    margin-left: 0;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .handle1 {
        margin-left: 0;
    }
}

.wrap-img-full-height {
    position: relative;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 13px;
}

.wrap-img-full-height img {
    width: 100%;
    display: block;
    position: absolute;
    margin: 0px;
    top: 0px;
    left: 0px;
}

.blog-post-content {
    max-width: 95%;
}

.blog-post-content {
    max-width: 95%;
}





/* Team Members page */

.team-member {
    margin: 40px auto 20px;
    height: 332px;
    width: 100%;
    position: relative;
    background-position: center !important;
    background-repeat: no-repeat !important;
    overflow: hidden;
}

.team-member-container {
    padding: 0;
}

.team-member-container .team-members-info {
    position: absolute;
    bottom: 0;
    max-width: 420px;
    padding: 200px 20px 0 20px;
    background: #333;
}

.team-member-container:nth-child(even) .team-members-info {
    right: 0;
    left: auto;
    text-align: right;
    background: -webkit-linear-gradient(left, rgba(255, 0, 0, 0), #000);
    background: -o-linear-gradient(right, rgba(255, 0, 0, 0), #000);
    background: -moz-linear-gradient(right, rgba(255, 0, 0, 0), #000);
    background: linear-gradient(to right, rgba(255, 0, 0, 0), #000);
}

.team-member-container:nth-child(odd) .team-members-info {
    right: auto;
    left: 0;
    text-align: left;
    background: -webkit-linear-gradient(left, #000, rgba(255, 0, 0, 0));
    background: -o-linear-gradient(right, #000, rgba(255, 0, 0, 0));
    background: -moz-linear-gradient(right, #000, rgba(255, 0, 0, 0));
    background: linear-gradient(to right, #000, rgba(255, 0, 0, 0));
}

.team-members-info h1.name {
    font-size: 48px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.9);
}

.team-members-info p {
    font-size: 17px;
    color: #fff;
    text-shadow: 1px 1px 25px rgb(0, 0, 0);
}

.team-members-info-mobile {
    margin-top: 25px;
}

.team-members-info-mobile h1.name {
    color: #000;
    font-size: 34px;
    text-transform: uppercase;
}

.team-members-info-mobile p {
    font-size: 14px;
    color: #000;
}

@media screen and (max-width: 992px) {
    .team-member-container {
        padding: 0 !important;
    }
}


img.quotes {
    width: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.align-left {}

.align-right {
    float: right;
}

.page-template-template-testimonials .service-item {
    margin-top: 40px;
}

.page-template-template-testimonials .service-item .service-title {
    padding-left: 0;
    color: grey;
}

.houzzicon {
    background-image: url(../images/houzz.svg) !important;
    background-size: 100% !important;
}

.houzzicon:hover {
    background-image: url(../images/houzz-hover.svg) !important;
}

.colour .playground-items a {
    margin: 0 2px;
}

.page-id-178 .blog-post-content img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.playground-home-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.playground-home {
    background: #dbfe2e;
    margin-top: 50px;
    padding: 19px 13px 2px 11px;
}

.playground-home .playground-wrap {
    background: none;
    padding: 0;
}

.home-playground-title {
    margin: 0;
}

.home-playground-title-a {
    padding: 19px 13px 2px 11px;
}

.playground-image-bg {
    height: 65%;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center;
}

.pinterest_wrap .playground-image-bg {
    height: 100%;
}

.pinterest_wrap .bx-wrapper,
.pinterest_wrap .bx-wrapper .bx-viewport,
.pinterest_wrap .bx-wrapper .bx-viewport .how-to-wrap,
.pinterest-wrap-custom,
.playground-text,
.playground-text .bx-wrapper,
.playground-text .bx-wrapper .bx-viewport,
.playground-text .bx-wrapper .bx-viewport .how-to-wrap,
.playground-wrap-custom {
    height: 100% !important;
}

@media only screen and (max-width: 1200px) {
    .playground-wrap .playground-item.w1 {
        width: 23%;
    }
}

@media only screen and (max-width: 992px) {
    .home-playground-title {
        text-align: center;
        margin: 20px 0 15px;
    }

    .playground-wrap .playground-item.w1 {
        width: 47%;
    }

    .remove-twitter-url {
        font-size: 18px;
        margin-top: 20px !important;
    }
}

.playground-mobile-blog {
    display: none;
}

.biography_video {
    display: inline-block;
    width: 49%;
    margin-bottom: 10px;
}

.biography_video:nth-child(odd) {
    margin-right: 1%;
}

@media only screen and (max-width: 560px) {
    .playground-wrap.home-playground-items.playground-home-flex {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .playground-wrap .playground-item.w1 {
        width: 100%;
        min-height: auto;
        max-width: 400px;
    }

    .playground-item.special1.w1.h1.height-auto {
        min-height: 220px;
        height: 220px !important;
    }

    .page-template-template-playground .playground-item,
    .page-template-template-playground .introduce-icons,
    .page-template-template-playground .content .submenu {
        display: none;
    }

    .page-template-template-playground .introduction {
        display: block;
        height: auto !important;
        min-height: auto !important;
    }

    .page-template-template-playground .playground-wrap {
        min-height: auto !important;
    }

    .page-template-template-playground .introduce .introduce-desc,
    .page-template-template-playground .blog-item-content {
        font-size: 16px !important;
    }

    .page-template-template-playground .playgrounds-playground-wrap {
        margin-top: 30px;
    }

    .footer-contact {
        display: none;
    }

    .playground-mobile-blog {
        display: block;
        padding: 20px;
    }

    .playground-mobile-blog .blog-item {
        margin-bottom: 0px;
    }

    .biography_video {
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
    }

    .biography_video:nth-child(even) {
        margin-right: 0;
    }
}

.page-template-template-playground .blog-item-content img {
    display: none;
}

.blog-post-content img {
    margin: 0 !important;
    padding: 0 !important;
}

.single-post figure,
.news-content figure {
    padding: 0 !important;
}

.page-template-template-playground .pinterest_wrap img {
    width: 100% !important;
    height: auto !important;
}

.pinterest-playground-image-bg img {
    display: none;
}

.category .blog-posts-wrap .blog-item-thumbnail>a {
    max-height: 200px;
    overflow: hidden;
    display: block;
}

.pagination-wrapper {
    text-align: center;
}

.pagination__nav {
    border: 1px solid #000;
    color: #000;
    background: #fff;
    line-height: 49px;
    text-transform: uppercase;
    padding: 0px 30px;
    margin: 16px auto;
    display: inline-block;
}

.pagination__nav:hover {
    background: #000;
    color: #fff;
}

.story__logo {
    display: inline-block;
    width: 99%;
    max-width: 200px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin: 10px 0;
}

@media (max-width: 767px) {

    .page-template-template-about .blog-post-left,
    .page-template-template-biography .blog-post-left {
        width: 100%;
    }

    .story__logo {
        padding-right: 10px;
        max-width: 49%;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-weight: 400;
}

strong {
    font-family: 'proxima-nova';
    font-weight: 500;
}

.biography_video--grey {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}




/* Home page boxes */

.home-box-item {
    overflow: hidden;
    margin: 7.5px 0;
    padding-right: 7.5px;
    padding-left: 7.5px;
    position: relative;
}

.home-box-item a img {
    width: 100%;
}

.home-box-item a:hover {
    cursor: pointer;
}

.footer {
    clear: both;
}

#home-box-grid-arrow {
    background: url(../images/global/large-arrow-down.png) no-repeat center center transparent;
    height: 28px;
    margin-top: 15px;
    margin-bottom: 10px;
}


#home-box-grid .col-lg-5ths {
    position: relative;
    min-height: 1px;
}

@media (min-width: 1500px) {
    #home-box-grid .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

@media screen and (min-width:768px) {
    .project-image.double-image {
        width: 50%;
        float: left;
    }

    .project-image.double-image.even {
        padding-left: 7.5px;
    }

    .project-image.double-image.odd {
        padding-right: 7.5px;
    }
}


@media screen and (max-width:767px) {
    .bx-viewport {
        min-height: 300px;
        max-height: 300px;
    }

    .content .home-slide-wrap img {
        min-height: 300px;
        width: auto;
    }

    .home-slide>li>a {
        height: 300px;
        display: block;
        background-size: cover;
        background-position: center center;
    }
}





/********************/


/* Create by KLD */


/********************/

.page .content-inner.create-page-inner {
    padding-bottom: 0;
}

.blog-post-feature-image .desktop-banner {
    display: none;
}

.blog-post-feature-image .ipad-banner {
    display: none;
}

@media screen and (min-width: 768px) {
    .blog-post-feature-image .mobile-banner {
        display: none;
    }

    .blog-post-feature-image .ipad-banner {
        display: block;
    }
}

@media screen and (min-width: 992px) {
    .blog-post-feature-image .mobile-banner {
        display: none;
    }

    .blog-post-feature-image .ipad-banner {
        display: none;
    }

    .blog-post-feature-image .desktop-banner {
        display: block;
    }
}

.blog-post-left.create-left {
    text-transform: none;
    padding-left: 30px;
    padding-right: 15px;
    width: 28%;
}




/*.blog-post-left.create-left.show-mobile {

}*/

.blog-post-left.create-left.show-desktop {
    display: none;
}

.blog-post-right.create-right .blog-post-content {
    max-width: 100%;
}

.blog-post-right.create-right .blog-post-content p {
    padding: 0 15px;
}


@media screen and (max-width: 991px) {
    .blog-post-left.create-left {
        width: 100%;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .blog-post-right.create-right {
        width: 100%;
        padding: 0 15px;
    }

    /*.blog-post-right.create-right .blog-post-content {
        max-width: 100%;
    }*/
}


@media screen and (min-width: 991px) {
    .blog-post-left.create-left.show-mobile {
        display: none;
    }

    .blog-post-left.create-left.show-desktop {
        display: block;
    }
}

.blog-post-content.create-right {
    max-width: none;
}

@media only screen and (max-width: 991px) {
    .blog-post-content.create-right p {
        padding-right: 15px;
    }
}






/* Form Stuff */

h3.mobile-title,
.create-left h3,
.request-form-wrapper .gform_wrapper h3.gform_title {
    font-family: AbrilFatface-Regular, Arial, Helvetica, sans-serif;
    font-size: 25px;
}

h3.mobile-title {
    margin: 0 15px 15px 15px;
}

.create-left h3 {
    display: none;
    margin-top: 0;
}

.request-form-wrapper {
    padding: 0 15px;
}

.request-form-wrapper .gform_wrapper {
    margin-top: 0;
}

.request-form-wrapper .gform_wrapper h3.gform_title {
    margin-bottom: 25px;
    margin-top: 0;
    font-size: 25px;
}

@media screen and (min-width:768px) {

    .request-form-wrapper .gform_wrapper h3.gform_title,
    h3.mobile-title {
        font-size: 42px;
    }

    h3.mobile-title {
        line-height: 55px;
    }

    .request-form-wrapper .gform_wrapper h3.gform_title {
        margin-top: 42px;
    }
}

@media screen and (min-width:992px) {
    .create-left h3 {
        /*font-size: 48px;
        line-height: 58px;*/
        font-size: 42px;
        line-height: 55px;
        margin-bottom: 30px;
    }

    h3.mobile-title {
        display: none;
    }

    .create-left h3 {
        display: block;
    }
}

.request-form-wrapper .gform_wrapper span.gform_description {
    font-size: 15px;
}

.request-form-wrapper .gform_wrapper .top_label li.request-more-info-input {
    padding: 0;
    font-size: 15px;
}

@media screen and (min-width:768px) {
    .request-form-wrapper .gform_wrapper .top_label li.request-more-info-input {
        width: 33.33333%;
        display: inline-block;
        border-right: 15px solid white;
    }

    .request-form-wrapper .gform_wrapper .top_label li.request-more-info-input:last-child {
        border-right: none;
    }
}

@media screen and (min-width:992px) {
    /*.request-form-wrapper .gform_wrapper .top_label li.request-more-info-input{
        width: 31.6%;
    }*/
}

.request-form-wrapper .gform_wrapper .top_label li.request-more-info-input input {
    width: 100%;
    outline: none;
    box-shadow: none;
    border: 1px solid #efefef;
    background: #efefef;
}

.request-form-wrapper .gform_wrapper .gform_footer input[type=submit] {
    background: #fd0bb0;
    border: 1px solid #fd0bb0;
    color: white;
    padding: 7px 40px 5px 40px !important;
    margin: 10px 0 0 0;
    font-size: 15px;
    width: initial;
    float: right;
    text-transform: uppercase;
}


@media screen and (min-width:768px) {
    .request-form-wrapper .gform_wrapper .gform_footer input[type=submit] {
        margin: 0;
    }
}

.request-form-wrapper .gform_confirmation_wrapper {
    border: 4px solid #fd0bb0;
    border-style: dashed;
    margin-bottom: 25px;
    padding: 20px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.request-form-wrapper .gform_wrapper .gform_footer {
    margin: 0;
}

@media only screen and (max-width: 1024px) {
    .footer-contact {
        display: none;
    }
}


/* Testimonials Stuff */

.testimonial_item {
    margin: 40px 0;
    vertical-align: top;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .testimonial_item {
        display: inline-block;
        width: 49%;
    }
}

.testimonial_item p {
    font-size: 15px;
    line-height: 25px;
    position: relative;
}

.testimonial_item p:not(.author) {
    padding: 0 20px;
}

.testimonial_item p:not(.author):after,
.testimonial_item p:not(.author):before {
    content: '';
    background: url('https://www.kingstonlaffertydesign.com/wp-content/themes/kld/images/create/quotes_2.svg') no-repeat right bottom;
    background-size: 45px;
    height: 40px;
    width: 45px;
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    opacity: 0.5;
}


.testimonial_item p:not(.author):before {
    background: url('https://www.kingstonlaffertydesign.com/wp-content/themes/kld/images/create/quotes_1.svg') no-repeat right bottom;
    background-size: 45px;
    left: 0;
    top: -20px;
}


.testimonial_item p.author {
    text-align: right;
}

.testimonial_item p.author:before {
    /*content: '- ';*/
}




/*.testimonial_image {
    display: inline-block;
    margin-top: 18px;
    width: 100%;
}*/

.testimonial_image img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}




/*@media only screen and (max-width: 991px) and (min-width: 768px){
    .testimonial_image {
        width: 49%;
        display: inline-block;
    }
}*/

.page .blog-post-feature-image.create-banner {
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .page .blog-post-feature-image.create-banner {
        margin-bottom: 35px;
    }
}

.google-map {
    height: 500px;
    width: 100%;
    margin: 40px 0px 0px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

@media only screen and (max-width: 768px) {
    .google-map {
        height: 500px;
    }
}

@media only screen and (max-width: 480px) {
    .google-map {
        height: 350px;
    }
}

.owl-controls {
    position: absolute;
    top: 0;
    width: 100%;
}

.owl-prev,
.owl-next {
    display: inline-block;
}

.owl-prev {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 80px;
    cursor: pointer;
    z-index: 9200;
    background: url(../images/home/prev-svg.svg) no-repeat 10px 0 / 7px auto transparent;
}

.owl-next {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 80px;
    cursor: pointer;
    z-index: 9200;
    background: url(../images/home/next-svg.svg) no-repeat 10px 0 / 7px auto transparent;
}

.temp_create_landing_page {
    text-align: center;
    color: #e1b7b8;
    padding: 170px 30px;
}

.temp_create_landing_page img {
    max-width: 100%;
}

.temp_create_landing_page p {
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 480px) {
    .temp_create_landing_page {
        padding: 80px 30px;
    }
}

/* Homepage alert banner */
.alert-banner {
    padding: 20px 5% 40px;
}

.alert-banner__wrapper {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}

.alert-banner__wrapper h2 {
    margin-top: 0px;
}

.alert-banner__wrapper p {
    font-size: 16px;
    margin-bottom: 0px;
}


.project-share {
    display: none!important;
}
