@charset "utf-8";

/* CSS Document */

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

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

@font-face {
    font-family: 'Graphik-Medium';
    src: url('../fonts/Graphik-Medium.eot') format('embedded-opentype'), url('../fonts/Graphik-Medium.otf') format('opentype'), url('../fonts/Graphik-Medium.woff') format('woff'), url('../fonts/Graphik-Medium.ttf') format('truetype'), url('../fonts/Graphik-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;  
}


/*home landing page*/

.mc-hide-scrolls {
    overflow: hidden;
}

body .mc-cycle {
    height: 100%; 
    left: 0;
    overflow: hidden;
    position: relative; 
    top: 0;
    width: 100% !important;
    z-index: 999;
}

:focus {
    outline: none;
}

div.mc-image {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.mc-old-browser .mc-image {
    overflow: hidden;
}

.home-banner {
    position: relative;
}

.next-banner {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    cursor: pointer;
}

.home-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9999;
    width: 230px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.header-hide {
    display: none;
}

.limited-edit {
    position: fixed;
    left: 78px;
    top: 22px;
    z-index: 9999;
}

.katie-car {
    position: fixed;
    left: -63px;
    top: 113px;
    z-index: 9999;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.instagram-home {
    position: fixed;
    left: 29px;
    bottom: 28px;
    z-index: 999;
}

.view-project {
    position: absolute;
    bottom: 4px;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 9999;
    width: 250px;
    margin: 0 auto;
}

.view-project a {
    width: 250px;
    height: 112px;
    padding-top: 28px;
    display: block;
}

.view-project a img {
    width: 20px;
    height: 25px;
    object-fit: cover;
}


/*.single-collections .view-project a {
    padding-top: 28px;
}*/

.home-subscribe {
    position: fixed;
    right: 78px;
    bottom: 21px;
    z-index: 9999;
    cursor: pointer;
}

.home-liggtbox {
    position: fixed;
    right: 24px;
    bottom: 26px;
    z-index: 9999;
    cursor: pointer;
    -ms-transform: rotate(-90deg) translate(100%, 0);
    -webkit-transform: rotate(-90deg) translate(100%, 0);
    -moz-transform: rotate(-90deg) translate(100%, 0);
    transform: rotate(-90deg) translate(100%, 0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.home-liggtbox:hover {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lightbox_num {
    display: inline-block;
    text-align: center;
}

.projects {
    padding-left: 17px;
    padding-right: 17px;
}

.home #ww {
    padding-bottom: 78px;
    padding-top: 124px;
}

.view-project a,
.home-liggtbox,
.home-subscribe,
.katie-car,
.limited-edit {
    color: #ffffff;
    font-size: 28px;
    font-family: 'Fugue-Regular';
    line-height: 33.8px;
}

.instagram-katie,
.subscribe-katie {
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(104, 222, 164, 1);
    /*display: none;*/
}

.home .instagram-katie {
    height: auto;
}

.instagram-katie {
    width: 100vw;
    -webkit-transition: opacity .3s linear, visibility .3s linear, background-color .3s linear;
    -moz-transition: opacity .3s linear, visibility .3s linear, background-color .3s linear;
    -ms-transition: opacity .3s linear, visibility .3s linear, background-color .3s linear;
    -o-transition: opacity .3s linear, visibility .3s linear, background-color .3s linear;
    transition: opacity .3s linear, visibility .3s linear, background-color .3s linear;
}

.insta-close {
    position: absolute;
    top: 10px;
    right: 13px;
    cursor: pointer;
    width: 55px;
    height: 55px;
}

.insta-close span {
    position: absolute;
    top: 35px;
    left: 15px;
}

.insta-close span::before {
    content: "";
    display: block;
    width: 25px;
    height: 3px;
    background-color: #fff;
    transform: rotate(-45deg);
    position: absolute;
    bottom: 6px;
}

.insta-close span::after {
    content: "";
    display: block;
    width: 25px;
    height: 3px;
    background-color: #fff;
    transform: rotate(-135deg);
    bottom: 6px;
    position: absolute;
}

.insta-close img {
    display: none;
}

.subscribe-katie {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.insta-close:hover {
    opacity: 0.5;
}

.subscribe-field {
    width: 100%;
    border: 0;
    margin: 0 0px 22px 0;
    height: 91px;
    padding: 0px 0 0 0;
    text-align: center;
    background-color: #8be5b7;
    font-family: 'Fugue-Regular';
    font-size: 28px;
    line-height: 33.6px;
    color: #ffffff;
}

.subscribe-field:focus {
    background-color: #8be5b7 !important;
}

.subscribe-field::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff;
    opacity: 1;
}

.subscribe-field::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
    opacity: 1;
}

.subscribe-field:-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff;
    opacity: 1;
}

.subscribe-field:-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
    opacity: 1;
}

.subscribe-from,
#subscribe-result,
#lightbox-result {
    width: 100%;
    max-width: 658px;
    margin: 0 auto;
    text-align: center;
}

.subscribe-from h1,
.success-message h1 {
    font-size: 124px;
    color: #ffffff;
    line-height: 148.8px;
    font-family: 'Fugue-Regular';
    font-weight: 400;
    margin-bottom: 8px;
}

.subscribe-from p,
.success-message p {
    font-size: 16px;
    font-family: 'Graphik-Regular';
    color: #fff;
    line-height: 19.2px;
    margin-bottom: 44px;
}

.subscriber-btn {
    margin: 0 auto;
    text-align: center;
}

.subscriber-btn input[type="submit"] {
    color: #68dea4 !important;
    border: none !important;
    border-radius: 0;
    font-family: 'Fugue-Regular';
    font-size: 28px;
    line-height: 33.6px;
    padding: 18px 45px 16px 45px;
    background-color: #fff;
}

.subscriber-btn input[type="submit"]:focus {
    outline: none;
    box-shadow: none;
}

.return-home {
    color: #68dea4 !important;
    font-family: 'Fugue-Regular';
    font-size: 28px;
    line-height: 33.6px;
    background-color: #fff;
    padding: 18px 45px;
}

.return-home:hover {
    opacity: 0.5;
    cursor: pointer;
}

.sbi_link {
    background-color: rgba(255, 255, 255, 1) !important;
}

#sb_instagram .sbi_photo_wrap:hover .sbi_photo {
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
    -ms-transform: unset !important;
    -o-transform: unset !important;
    transform: unset !important;
}

#sb_instagram .sbi_hover_bottom {
    top: 10px;
    bottom: auto !important;
    left: 15px;
    text-align: left !important;
    width: 98% !important;
    opacity: 1 !important;
}

.sbi_likes,
.sbi_comments {
    display: block;
}

#sb_instagram .sbi_hover_top {
    width: 90% !important;
    bottom: 3px;
    right: 20px;
    top: unset !important;
    font-family: 'Graphik-Regular';
    font-size: 16px !important;
    line-height: 19.2px;
    text-align: right !important;
}

.sbi_link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 25px;
    right: 25px;
    text-align: center;
    background-image: url('../../../uploads/2018/10/border-insta3.png');
    width: auto;
    height: 95%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.follow-kaite {
    color: #61dda3;
    font-family: 'Graphik-Regular';
    font-size: 16px;
    line-height: 19.2px;
    position: absolute;
    bottom: 42px;
    right: 25px;
}

#sb_instagram .sbi_meta svg {
    margin-right: 7px !important;
    font-size: 27px !important;
}


/*#sb_instagram .sbi_meta .sbi_comments svg {
    margin-right: 7px !important;
}*/

#sb_instagram .sbi_meta span {
    font-size: 28px !important;
    line-height: 33.6px !important;
    font-family: 'Fugue-Regular' !important;
}

#sb_instagram .sbi_meta span {
    margin: 0px 5px 8px !important;
}

#sb_instagram .sbi_link .sbi_username a {
    opacity: 1 !important;
    pointer-events: auto;
    height: 50px;
    padding: 0 !important;
}

#sb_instagram .sbi_type_carousel .fa-clone {
    display: none !important;
}

#sb_instagram .sbi_link .sbi_username a:hover {
    text-decoration: unset;
}

.instagram-home:hover,
.home-subscribe:hover,
.home-liggtbox:hover,
#responsive-menu-pro-button:hover {
    opacity: 0.5;
}

.view-project a:hover {
    color: #fff;
    opacity: 0.5;
}

.view-project a:focus {
    color: #fff;
}

.inst-color,
.text-overlay-0 .inst {
    display: none;
}

.text-overlay-0 .inst-color {
    display: block;
}

.text-overlay-0 {
    color: #61dda3;
}

.responsive-menu-pro-inner.text-overlay-0,
.responsive-menu-pro-inner.text-overlay-0::before,
.responsive-menu-pro-inner.text-overlay-0::after {
    background-color: #61dda3;
}

.responsive-menu-pro-inner {
    position: absolute !important;
}

#sb_instagram .sbi_photo {
    border: 20px solid #ffff !important;
    background-color: #fff;
}

.sbi_meta .sbi_comments .svg-inline--fa.fa-comment.fa-w-18,
.sbi_meta .sbi_likes .svg-inline--fa.fa-heart.fa-w-18 {
    opacity: 0;
}

.sbi_meta .sbi_likes,
.sbi_meta .sbi_comments {
    position: relative;
}

.sbi_likes::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    background-image: url("../../../uploads/2018/11/heart.png");
    width: 27px;
    height: 27px;
    background-size: contain;
    background-repeat: no-repeat;
}

.sbi_comments::before {
    content: "";
    background-image: url('../../../uploads/2018/10/comment-icon2.png');
    width: 27px;
    height: 27px;
    position: absolute;
    left: 0;
    top: 2px;
    background-size: contain;
    background-repeat: no-repeat;
}

.subscribe-katie .widget-wrapper {
    padding-bottom: 0;
    width: 100%;
}

.limited-edit.text-overlay-14,
.limited-edit.text-overlay-13,
.limited-edit.text-overlay-12,
.limited-edit.text-overlay-11,
.limited-edit.text-overlay-10,
.limited-edit.text-overlay-9,
.limited-edit.text-overlay-8,
.limited-edit.text-overlay-7,
.limited-edit.text-overlay-6,
.limited-edit.text-overlay-5,
.limited-edit.text-overlay-4,
.limited-edit.text-overlay-3,
.limited-edit.text-overlay-2,
.limited-edit.text-overlay-1,
.katie-car.text-overlay-0 a {
    color: #61dda3;
}

.katie-car a {
    color: #ffffff;
}

.katie-car a:hover {
    color: #ffffff;
    opacity: 0.5;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0);
}

.katie-car.text-overlay-0 a {
    color: #61dda3;
}

.page-id-57 .katie-car a {
    color: #61dda3;
}

.page-id-57 .katie-car a:hover {
    opacity: 0.5;
    color: #61dda3;
}


/*body, #wrapper, #white {
	visibility: hidden;
}*/

body {
    opacity: 0;
}


/*.home-subscribe, .home-liggtbox, .instagram-home, .katie-car, .prvevious-navigation {
	display: none;
}*/

.home .home-subscribe,
.home .home-liggtbox,
.home .instagram-home,
.home .katie-car {
    display: block !important;
}

.inst,
.inst-color {
    width: 30px;
    height: 30px;
}

.instagram-katie #sb_instagram #sbi_images .sbi_item {
    opacity: 0;
    -webkit-transition: opacity 1000ms linear, transform 600ms linear !important;
    -moz-transition: opacity 1000ms linear, transform 600ms linear !important;
    -ms-transition: opacity 1000ms linear, transform 600ms linear !important;
    -o-transition: opacity 1000ms linear, transform 600ms linear !important;
    transition: opacity 1000ms linear, transform 600ms linear !important;
}

.instagram-katie #sb_instagram #sbi_images .sbi_item.kc-view {
    opacity: 1;
}

.sbi_hover_top,
.sbi_username,
.follow span,
.follow br,
.sbi_hover_bottom,
.sbi_meta,
.sbi_likes,
.sbi_comments {
    opacity: 1 !important;
}

#sb_instagram .sbi_item:not(.sbi_transition) .sbi_photo {
    -webkit-transition: unset !important;
    -moz-transition: unset !important;
    -o-transition: unset !important;
    transition: unset !important;
}

#sb_instagram #sbi_load {
    opacity: 0 !important;
    transition: all 0.5s ease-in;
}

#sb_instagram .sbi_link a {
    pointer-events: none;
}

#sb_instagram #sbi_images .sbi_item {
    max-height: inherit !important;
}


/*.sbi_item.kc-view {
    opacity: 1;
    transition: opacity 400ms ease-out,transform 400ms ease-out;
}*/

#sb_instagram #sbi_images {
    margin-top: 74px;
}


/*end home landing page*/


/*responsive menu*/

.responsive-menu-pro-inner,
.responsive-menu-pro-inner::before,
.responsive-menu-pro-inner::after {
    border-radius: 0 !important;
}

#responsive-menu-pro-wrapper {
    height: 100%;
    display: table;
    width: 100%;
}

#responsive-menu-pro {
    display: table-cell;
    vertical-align: middle;
}

#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item .responsive-menu-pro-item-link {
    font-family: 'Fugue-Regular';
    /*font-size: 19.5vmin !important;
	height: 24vmin !important;
    line-height: 24vmin !important;*/
    /*transition: all 0.6s linear;*/
}

.responsive-menu-pro-item-link:hover {
    opacity: 0.5;
}

button#responsive-menu-pro-button:hover .responsive-menu-pro-inner.text-overlay-0,
button#responsive-menu-pro-button:hover .responsive-menu-pro-inner.text-overlay-0::before,
button#responsive-menu-pro-button:hover .responsive-menu-pro-inner.text-overlay-0::after {
    background-color: #61dda3;
    opacity: 1;
}

button#responsive-menu-pro-button.is-active:hover .responsive-menu-pro-inner.text-overlay-0,
button#responsive-menu-pro-button.is-active:hover .responsive-menu-pro-inner.text-overlay-0::before,
button#responsive-menu-pro-button.is-active:hover .responsive-menu-pro-inner.text-overlay-0::after {
    background-color: #FFFFFF;
    opacity: 1;
}


/*end responsive menu*/


/*home project*/

.project-katie {
    float: left;
    padding-right: 27px;
    padding-left: 27px;
    padding-bottom: 45px;
    position: relative;
    width: 33.333%;
    opacity: 0;
    -webkit-transition: opacity 1200ms ease-out, transform 400ms ease-out;
    -moz-transition: opacity 1200ms ease-out, transform 400ms ease-out;
    -ms-transition: opacity 1200ms ease-out, transform 400ms ease-out;
    -o-transition: opacity 1200ms ease-out, transform 400ms ease-out;
    transition: opacity 1200ms ease-out, transform 400ms ease-out;
}

.project-katie.in-view {
    opacity: 1;
}

.project-katie a {
    display: block;
    background-color: #ffffff;
    padding: 18px 3vw 18px 3vw;
    text-align: center;
}

.project-katie img {
    width: 100%;
    height: 25vw;
    object-fit: cover;
    object-position: center center;
    pointer-events: none;
}

.post-entry .project-katie .attachment-post-thumbnail {
    margin-bottom: 0;
}

.project-title {
    display: none;
}

body {
    position: relative;
}

.titladd h1 {
    font-size: 124px;
    line-height: 124px;
    color: #68dea4;
    font-family: 'Fugue-Regular';
    font-weight: normal;
}

.titladd {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 124px;
    line-height: 148.8px;
    color: #68dea4;
    z-index: 99999;
    font-family: 'Fugue-Regular';
    /*max-width: 650px;*/
    margin: 0 auto;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: opacity 300ms ease-out, transform 400ms cubic-bezier(.77, 0, .175, 1);
    -moz-transition: opacity 300ms ease-out, transform 400ms cubic-bezier(.77, 0, .175, 1);
    -ms-transition: opacity 300ms ease-out, transform 400ms cubic-bezier(.77, 0, .175, 1);
    -o-transition: opacity 300ms ease-out, transform 400ms cubic-bezier(.77, 0, .175, 1);
    transition: opacity 300ms ease-out, transform 400ms cubic-bezier(.77, 0, .175, 1);
}

.titladd.kc-overlay-text {
    opacity: 1;
}

#footer,
#ww {
    background-color: rgb(247, 247, 247) !important;
}


/*.project-katie img {
    border: 20px solid #fff;
}*/

.fade-out-lightbox {
    opacity: 0;
}

.project-katie .wp-post-image,
.mc-cycle,
.light-box-main {
    -webkit-transition: opacity .6s ease-in-out;
    -moz-transition: opacity .6s ease-in-out;
    -ms-transition: opacity .6s ease-in-out;
    -o-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out;
}

.kc-overlay-img {
    opacity: 0.2;
    pointer-events: none;
}

.subscribe-from.subscribe-from-remove,
.lightbox-from-remove {
    display: none;
}


/*end home project*/


/*single project*/

.single-collections #logo,
.single-collections .view-project,
.single-collections .instagram-home {
    display: none !important;
}

.single-project-title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9999;
    display: block;
    margin: 0 auto;
    font-size: 124px;
    font-family: 'Fugue-Regular';
    line-height: 148.8px;
    color: #ffffff;
    transform: translateY(-50%);
}

.project {
    margin: 0 auto;
    width: auto;
    position: relative;
}

.project-image {
    text-align: center;
    margin-bottom: 30px;
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 20px solid #fff;
}

.project-image img {
    object-fit: cover;
    object-position: center center;
    transition: opacity .6s ease-in-out;
    -moz-transition: opacity .6s ease-in-out;
    -webkit-transition: opacity .6s ease-in-out;
}

.project-image.portrait img {
    height: 480px;
    width: 360px;
}

.project-image.landscape img {
    height: 435px;
    width: 692px;
}

.project-description {
    opacity: 0;
    position: absolute;
}

.project:hover .project-image img {
    opacity: 0;
}

.project:hover .project-description {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: auto;
    background-color: #fff;
    max-width: 400px;
    /*display: block;*/
    margin: 0 auto;
    opacity: 1;
    transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
}

.project-desc-top,
.project-desc-bottom,
.project-description::after {
    transition: opacity .6s ease-in-out;
    -moz-transition: opacity .6s ease-in-out;
    -webkit-transition: opacity .6s ease-in-out;
}

.project-desc-bottom {
    bottom: 35px;
    right: 39px;
    position: absolute;
}

.add-cart-desktop {
    margin-top: 10px;
    z-index: 9;
    position: relative;
}

.view-lightbox, .download-btn {
    margin-top: -3px;
}

.view-lightbox a:hover, .download-btn a:hover {
    color: #61dda3;
    opacity: 0.5;
}

#white {
    background-color: rgb(247, 247, 247) !important;
}

.image-caption {
    font-family: 'Fugue-Regular';
    font-size: 28px;
    line-height: 33.6px;
    color: #61dda3;
    padding: 35px 0px 14px 40px;
    text-align: left;
}

.image-desc {
    font-family: 'Graphik-Regular';
    font-size: 16px;
    line-height: 19.2px;
    color: #61dda3;
    padding: 0 0px 0 40px;
    text-align: left;
    max-width: 250px;
}

.image-desc p {
    line-height: 19.2px;
    margin-bottom: 19px;
}

.submitbutton,
.add_cart_submit_btn,
.remove_cart_submit_btn {
    border: none !important;
    color: #61dda3 !important;
    font-family: 'Graphik-Regular';
    font-size: 16px !important;
    line-height: 19.2px !important;
    cursor: pointer;
    background-color: unset;
    outline: none;
}

.submitbutton:hover {
    background-color: #ffffff !important;
}

.add_cart_submit_btn:hover,
.remove_cart_submit_btn:hover {
    opacity: 0.5;
}

.add_cart_submit_btn,
.remove_cart_submit_btn {
    padding: 0 0 1px 34px;
}

.edition-remaining,
.image-eddition,
.view-lightbox a, .download-btn a {
    font-family: 'Graphik-Regular';
    font-size: 16px;
    line-height: 19.2px;
    color: #61dda3;
}

.edition-out,
.edition-available {
    padding-right: 4.4px;
}

.image-eddition div:last-child {
    padding-right: 0;
}

.product-ap {
    padding-left: 4.4px;
    display: flex !important;
}

.image-eddition {
    text-transform: uppercase;
}

.edition-remaining {
    text-align: right;
}

.image-eddition {
    display: inline-block;
    padding-left: 4px;
}

.light-box-content .image-eddition {
    padding-left: 0;
}

.edition-out {
    display: inline-block;
    color: #e7e6ed;
}

.edition-available {
    display: inline-block;
}

.white-bg {
    background-color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.white-bg p,
.next-prvevious .white-bg a,
.view-collection .white-bg a {
    font-family: 'Fugue-Regular';
    font-size: 28px;
    line-height: 33.6px;
    color: #61dda3;
    text-align: center;
}

.collection-content p {
    margin-bottom: 0;
}

.collection-content p br {
    display: none;
}

.next-prvevious .white-bg,
.view-collection .white-bg {
    background-color: transparent;
}

.next-prvevious .white-bg a,
.view-collection .white-bg a {
    position: relative;
    width: 350px;
    padding-top: 60px;
    padding-bottom: 60px;
    vertical-align: middle;
}

.next-prvevious .white-bg a span,
.view-collection .white-bg a span {
    max-width: 216px;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
}

.next-prvevious .white-bg a span::after,
.view-collection .white-bg a span::after {
    content: "";
    /*background-image: url('../../app/uploads/2018/10/next-arrow.png');*/
    background-image: url('../../../uploads/2018/10/next-arrow.png');
    position: absolute;
    right: 0;
    width: 23.6px;
    height: 18.8px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 8px;
}

.view-collection .white-bg a span::after {
    right: -25px;
}

.prvevious-navigation {
    position: fixed;
    bottom: 28px;
    left: 29px;
    z-index: 999;
}

.prvevious-navigation a::before {
    content: "";
    background-image: url("../../../uploads/2018/10/prvevious-arrow-white.png");
    width: 25px;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.prvevious-navigation.text-overlay-0 a::before {
    background-image: url("../../../uploads/2018/10/prvevious-arrow.png");
}

.project-description::after {
    content: "";
    background-image: url("../../../uploads/2018/11/project-border2.png");
    width: auto;
    height: 80%;
    position: absolute;
    left: 40px;
    right: 40px;
    top: 10%;
    background-size: cover;
    /*transform: rotate(-10deg);*/
    background-repeat: no-repeat;
}

.next-prvevious a:hover,
.prvevious-navigation:hover a::before,
.view-collection a:hover {
    opacity: 0.5;
}

.moblie-magazine {
    display: none;
}

.project-image.landscape,
.project:hover .landscape .project-description {
    max-width: 726px;
}

.landscape .project-description::after {
    content: "";
    background-image: url("../../../uploads/2018/11/product-border.png");
    width: 78%;
    height: 398px;
    position: absolute;
    left: 0;
    top: 8%;
    background-size: contain;
    transform: rotate(180deg);
    background-repeat: no-repeat;
    pointer-events: none;
}

.landscape .project-desc-bottom {
    bottom: 35px;
    right: 38px;
}

.project-desc-bottom {
    text-align: right;
}

.collection-content {
    max-width: 730px;
    text-align: center;
    color: #61dda3;
    font-family: 'Fugue-Regular';
    font-size: 28px;
    line-height: 33.6px;
    padding-left: 20px;
    padding-right: 20px;
}

.project-content.bg-scroll,
.katie404 {
    padding-left: 4px;
    padding-right: 3px;
}

.view-project.view-editions {
    display: none !important;
}

.single-collections .view-project.view-editions {
    display: block !important;
}


/*end single project*/


/*contact page*/

.page-id-57 .home-logo,
.page-id-57 .view-project,
.page-id-57 .inst {
    display: none;
}

.page-id-57 .inst-color {
    display: block;
}

.cont-from {
    border: none;
    margin-bottom: 10px;
    font-family: 'Graphik-Regular';
    font-size: 16px;
    line-height: 19.2px;
    color: #68dea4;
    background-color: rgb(247, 247, 247);
    width: 100%;
    height: 34px;
    padding-left: 10px;
    max-width: 440px;
}

.text-msg {
    border: none;
    font-family: 'Graphik-Regular';
    font-size: 16px;
    line-height: 19.2px;
    color: #68dea4;
    background-color: rgb(247, 247, 247);
    width: 100%;
    height: 130px;
    resize: unset;
    max-width: 440px;
}

.contact-row {
    padding: 35px 55px 35px 30px;
    margin: 8px 0px 9px 0px;
}

.contact-details h1 {
    font-family: 'Fugue-Regular';
    font-size: 124px;
    line-height: 148.8px;
    color: #68dea4;
    font-weight: normal;
    margin-top: -22px;
    margin-bottom: 10px;
}

.contact-details p,
.contact-details a {
    font-family: 'Graphik-Regular';
    font-size: 16px;
    line-height: 19.2px;
    color: #68dea4;
}

.contact-details p {
    margin-bottom: 20px;
}

.contact-details a:hover {
    opacity: 0.5;
    color: #68dea4;
}

input[type="submit"].submit-btn {
    font-family: 'Graphik-Medium';
    font-size: 14px;
    line-height: 16.8px;
    border: none;
    color: #ffffff;
    background-color: #68dea4;
    border-radius: 0;
    padding: 12px 39px 14px 40px;
    margin-top: 22px;
}

input:focus,
textarea:focus {
    background-color: rgb(247, 247, 247) !important;
    outline: none;
}

.hf-form label.error {
    color: #ff2027;
    font-family: 'Graphik-Regular';
    display: block;
}

.cont-from:focus {
    outline: none;
}

.cont-from::-webkit-input-placeholder,
.text-msg::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #68dea4;
    opacity: 1;
}

.cont-from::-moz-placeholder,
.text-msg::-moz-placeholder {
    /* Firefox 19+ */
    color: #68dea4;
    opacity: 1;
}

.cont-from:-ms-input-placeholder,
.text-msg:-ms-input-placeholder {
    /* IE 10+ */
    color: #68dea4;
    opacity: 1;
}

.cont-from:-moz-placeholder,
.text-msg:-moz-placeholder {
    /* Firefox 18- */
    color: #68dea4;
    opacity: 1;
}


/*.page-id-57 #ww {
   padding-top: 0;
   padding-bottom: 0;
   display: flex;
   justify-content: center;
   align-items: center;
}*/

.contact-row .sow-image-container .so-widget-image {
    /*width: 100% !important;*/
    object-fit: cover;
    object-position: center center;
    float: right;
}

.page-id-57 .limited-edit,
.page-id-57 .katie-car,
.page-id-57 .home-subscribe,
.page-id-57 .home-liggtbox {
    color: #61dda3;
}

.page-id-57 .responsive-menu-pro-inner,
.page-id-57 .responsive-menu-pro-inner::before,
.page-id-57 .responsive-menu-pro-inner::after {
    background-color: #68dea4;
}

.page-id-57 button#responsive-menu-pro-button:hover .responsive-menu-pro-inner,
.page-id-57 button#responsive-menu-pro-button:hover .responsive-menu-pro-inner::before,
.page-id-57 button#responsive-menu-pro-button:hover .responsive-menu-pro-inner::after {
    background-color: #68dea4;
}

.page-id-57 button#responsive-menu-pro-button.is-active:hover .responsive-menu-pro-inner,
.page-id-57 button#responsive-menu-pro-button.is-active:hover .responsive-menu-pro-inner::before,
.page-id-57 button#responsive-menu-pro-button.is-active:hover .responsive-menu-pro-inner::after {
    background-color: #ffffff;
}

#footer {
    display: none;
}

.container {
    width: 100% !important;
    /*max-width: 1220px;*/
    padding-right: 80px !important;
    padding-left: 80px !important;
    max-width: 100%;
}

.page-id-57 .instagram-katie {
    height: auto;
}

body.page-id-57 {
    background-color: rgb(247, 247, 247);
}

.contact-row {
    padding: 35px 55px 35px 30px;
    margin: 8px 0px 9px 0px;
    background-color: #ffffff;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

#contact-left,
#contact-right {
    width: 50%;
    width: calc(50% - ( 0.5 * 30px));
}

.contact-details {
    padding: 0px 0px 18px 0px;
}


/*end contact page*/


/*about page*/

.page-id-79 .home-logo,
.page-id-79 .view-project {
    display: none;
}

.about-heading-title .sow-headline {
    font-family: 'Fugue-Regular';
    font-weight: normal;
}

.about-content-text p {
    font-family: 'Fugue-Regular';
    font-size: 28px;
    line-height: 33.6px;
    text-align: center;
    color: #68dea4;
    margin-bottom: 34px;
    transition: color 1s, font-size 1s, line-height 1s;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 915px;
}

.about-content-text p br {
    display: none;
}

.bg-scroll {
    display: flex;
    justify-content: center;
    align-items: center !important;
}

.bg-color {
    justify-content: center;
    align-items: center !important;
    display: flex;
}

.katie-about {
    display: none;
}

.return-gallery {
    display: none !important;
}

.page-id-79 .bg-color {
    margin-left: 0px;
    margin-right: 0px;
}

.page-id-79 .home-subscribe {
    bottom: 21px;
}

.page-id-79 .home-liggtbox {
    bottom: 26px;
}

.page-id-79 .instagram-home {
    bottom: 28px;
}

.bg-scroll {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    justify-content: space-between;
    align-items: center !important;
}

.bg-color {
    background-color: #ffffff;
}

.page-id-79 .panel-grid-cell {
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}

.about-heading-title {
    padding: 0px 20px 10px 20px;
}

#about-row-scroll {
    width: 100%;
    width: calc(100% - ( 0 * 30px));
}

.panel-row-style {
    padding: 30px 0px 30px 0px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    justify-content: space-between;
    align-items: center !important;
}

.about-heading-title h1.sow-headline {
    text-align: center;
    color: #68dea4;
    line-height: 148.8px;
    font-size: 124px;
    margin-top: 0;
    margin-bottom: 0;
    transition: color 1s, font-size 1s, line-height 1s;
}


/*end about page*/


/*lightbox*/

.lightbox {
    position: fixed !important;
    top: 0;
    width: 100vw;
    height: 100%;
    left: 0;
    background-color: rgba(104, 222, 164, 1);
    display: none;
    /*opacity: 0;*/
    /* -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;*/
}

.light-title h4 {
    font-family: 'Fugue-Regular';
    font-size: 124px;
    line-height: 148.8px;
    font-weight: normal;
    color: #ffffff;
}

.lightbox .textwidget p {
    font-family: 'Graphik-Regular';
    font-size: 16px;
    line-height: 19.2px;
    color: #ffffff;
}

.lightbox-cont {
    border: none;
    margin-bottom: 10px;
    font-family: 'Graphik-Regular';
    font-size: 16px;
    line-height: 19.2px;
    color: #ffffff;
    background-color: #8be5b7;
    width: 100%;
    height: 34px;
    padding-left: 10px;
    max-width: 440px;
    display: block;
}

.lightbox-msg {
    border: none;
    font-family: 'Graphik-Regular';
    font-size: 16px;
    line-height: 19.2px;
    color: #ffffff;
    background-color: #8be5b7;
    width: 100%;
    height: 130px;
    resize: unset;
    max-width: 440px;
}

label.error {
    color: #ff2027;
    font-family: 'Graphik-Regular';
    display: block;
    max-width: 440px;
}

.lightbox-cont:focus,
.lightbox-msg:focus {
    background-color: #8be5b7 !important;
}

.lightbox-cont::-webkit-input-placeholder,
.lightbox-msg::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff;
    opacity: 1;
}

.lightbox-cont::-moz-placeholder,
.lightbox-msg::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
    opacity: 1;
}

.lightbox-cont:-ms-input-placeholder,
.lightbox-msg:-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff;
    opacity: 1;
}

.lightbox-cont:-moz-placeholder,
.lightbox-msg:-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
    opacity: 1;
}

input[type="submit"].light-submit,
input[type="button"].light-submit {
    font-family: 'Graphik-Medium';
    font-size: 14px;
    line-height: 16.8px;
    border: none !important;
    color: #68dea4;
    background-color: #ffffff;
    border-radius: 0;
    padding: 12px 39px 14px 38px;
    margin-top: 22px;
    display: block;
}

input[type="submit"]:hover,
input[type="button"].light-submit:hover,
input[type="submit"].submit-btn:focus {
    color: #68dea4;
    opacity: 0.8;
    outline: none;
}

.btn:active,
.btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type="submit"].submit-btn:hover {
    color: #fff;
}

input[type="submit"].submit-btn:focus {
    color: #68dea4;
}

.light-box-main {
    padding-top: 25px;
    padding-bottom: 25px;
    /*border-bottom: 4px dotted #fff;*/
    clear: both;
    overflow: hidden;
    position: relative;
}

.light-box-image {
    width: auto;
    height: auto;
    background: #fff;
    text-align: center;
    padding: 10px 38px 10px 38px;
    float: left;
}

.light-box-content {
    float: left;
    padding-left: 53px;
    width: 55%;
}

.add-cart-moblie {
    display: none;
}

.product-title {
    font-family: 'Fugue-Regular';
    font-size: 28px;
    line-height: 33.6px;
    color: #fff;
}

.product-editions,
.product-remaining,
.product-ap {
    font-family: 'Graphik-Regular';
    font-size: 16px;
    line-height: 19.2px;
    margin-bottom: 0;
    color: #fff;
}

.product-remaining,
.product-ap {
    display: inline-block;
}

.removeimage_btn {
    border: none;
    background-color: transparent;
    color: #fff;
    width: auto;
    padding-left: 22px;
    font-size: 16px;
    font-family: 'Graphik-Regular';
    line-height: 19.2px;
    padding-bottom: 1px;
}

.kc-remove-item-from {
    position: relative;
    margin-top: 85px;
    line-height: 0px;
    width: 100%;
    max-width: 190px;
}

.kc-remove-item-from img {
    width: 16px;
    position: absolute;
    left: 0;
    cursor: pointer;
    top: 1px;
}

.light-box-image img {
    object-fit: cover;
    object-position: center center;
    height: auto;
    width: 190px;
}

.lightbox .container>.row {
    margin-top: 73px;
}

.lightbox_internal_div {
    margin-top: 22px;
}

.light-box-col {
    max-width: 49%;
}

.removeimage_btn:focus {
    background-color: transparent !important;
}

.kc-remove-item-from:hover {
    opacity: 0.5;
}

.light-title.title-moblie {
    display: none;
}

.light-box-content .edition-available {
    color: #fff;
}

.light-box-content .product-editions {
    float: left;
}

.product-editions.kc-remaining-text {
    float: none;
}

input[type="button"].add_cart_submit_btn,
input[type="button"].remove_cart_submit_btn {
    background-color: transparent !important;
}

.katie-car a:focus {
    color: #fff;
}

.katie-car.text-overlay-0 a:focus {
    color: #61dda3;
}

.lightbox {
    overflow-y: scroll;
    height: 100%;
    z-index: 999999;
}

.lightbox-flex .container {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.lightbox.lightbox-flex .container>.row,
.lightbox-flex .success-message h1 {
    margin-top: 0;
}

.light-box-col:nth-child(2),
.light-box-col:nth-child(1) {
    margin-bottom: 38px;
}


/*.light-box-col {
   visibility: hidden;
}
.kc-lightbox-fade .light-box-col {
    visibility: visible;
}*/

.light-box-col .edition-out,
.light-box-col .edition-available {
    padding-right: 4.4px;
}

.light-box-col .edition-out {
    color: #9be8be;
}

.product-editions.kc-remaining-text {
    padding-top: 14px;
}

.light-box-main::after {
    content: "";
    background-image: url('../../../uploads/2018/11/dots.png');
    width: 100%;
    height: 2px;
    position: absolute;
    left: -24px;
    bottom: 0;
    background-size: cover;
    background-position: center center;
}


/*end lightbox*/


/*start 404 page*/

.error404 .limited-edit,
.error404 .katie-car,
.error404 .instagram-home,
.error404 .home-subscribe,
.error404 .home-liggtbox,
.error404 .katie-car a {
    color: #61dda3;
}

.error404 .home-logo,
.error404 .next-banner,
.error404 .view-project,
.error404 .inst {
    display: none;
}

#w1 {
    background-color: rgb(247, 247, 247) !important;
}

.content404 h1,
.content404 h4 {
    color: #61dda3;
    font-family: 'Fugue-Regular';
    text-align: center;
    font-weight: normal;
}

.content404 h1 {
    font-size: 175px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.content404 h4 {
    font-size: 30px;
    margin-bottom: 30px;
}

.error404 .white-bg p,
.error404 .white-bg p a {
    font-size: 28px;
    line-height: 33.6px;
    color: #61dda3;
}

.error404 .katie404 {
    display: flex;
    align-content: center;
    align-items: center;
}

.error404 .inst-color {
    display: block;
}

.error404 .white-bg p a {
    text-decoration: underline;
}

.error404 .white-bg p a:hover {
    opacity: 0.5;
}

.content404 h4 span {
    font-family: 'Graphik-Regular';
}


/*end 404 page*/

.subscribe-from {
    position: relative;
}

p.errormsg,
p.errormsg a {
    color: #fff;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
}

.errormsg a {
    font-size: 16px;
    font-family: 'Graphik-Regular';
    color: #fff;
    line-height: 19.2px;
}

p.errormsg {
    margin-bottom: -10px;
}

.errormsg.enter-value {
    margin-bottom: -15px;
}

.errormsg.please-value {
    margin-bottom: -28px;
}

.errormsg a:hover {
    opacity: 0.5;
}

.text-overlay-0.bg-kc,
.text-overlay-0.bg-kc a {
    color: #fff;
}

.responsive-menu-pro-inner.text-overlay-0.bg-kc,
.responsive-menu-pro-inner.text-overlay-0.bg-kc::before,
.responsive-menu-pro-inner.text-overlay-0.bg-kc::after {
    background-color: #FFFFFF;
}

.text-overlay-0.bg-kc .inst {
    display: block;
}

.text-overlay-0.bg-kc .inst-color {
    display: none;
}


/*paginations*/

.paginations {
    position: fixed;
    right: 29px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4em;
    z-index: 10;
}

.paginations a {
    display: block;
    height: 20px;
    margin-bottom: 5px;
    color: #61dda3;
    position: relative;
    padding: 4px;
}

.paginations a .hover-text {
    position: absolute;
    right: 15px;
    top: 7px;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    padding-right: 15px;
}

.paginations a::after {
    -webkit-transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    content: '';
    position: absolute;
    margin: auto;
    top: 0;
    right: 4px;
    bottom: 0;
    background-color: #fff;
}

.paginations a:focus {
    color: #61dda3;
}

.paginations a.active::after {
    box-shadow: inset 0 0 0 10px;
}


/*end paginations*/


/*start responsive 767*/

@media only screen and (max-width: 767px) {
    .paginations {
        right: 23px;
    }
    .subscribe-from h1,
    .success-message h1 {
        font-size: 46px;
        line-height: 72.4px;
    }
    .subscribe-from p {
        max-width: 366px;
        margin: 0 auto 44px;
    }
    .subscribe-field,
    .subscriber-btn input[type="submit"] {
        font-size: 21px;
        line-height: 25.2px;
    }
    .subscriber-btn input[type="submit"] {
        padding: 10px 45px 8.9px 45px;
    }
    .subscribe-field {
        height: 68px;
    }
    .subscribe-from {
        max-width: 80vw;
    }
    #subscribe-result,
    #lightbox-result {
        max-width: 85vw;
    }
    .return-home {
        font-size: 21px;
        line-height: 25.2px;
        padding: 10px 45px;
    }
    /*menu responsive*/
    #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item .responsive-menu-pro-item-link {
        font-size: 60px !important;
        line-height: 80px;
        height: 80px;
    }
    /*end menu responsive*/
    /*home responsive*/
    .container {
        padding-right: 60px !important;
        padding-left: 60px !important;
    }
    .view-project,
    .single-collections .view-project.view-editions {
        display: none !important;
    }
    .home-logo {
        width: 150px;
        /*top: 32%;*/
    }
    button#responsive-menu-pro-button {
        top: 3px !important;
        right: 8px !important;
    }
    .project-katie {
        width: 100%;
    }
    .project-katie a {
        transition: all .3s ease;
    }
    .project-katie a:hover {
        opacity: 0.5;
    }
    .titladd {
        display: none;
    }
    .kc-overlay-img {
        opacity: 1;
    }
    .project-title {
        display: block;
        /*position: absolute;
    right: 0;
    left: 0;
    bottom: 15px;*/
        font-size: 21px;
        line-height: 25.2px;
        color: #68dea4;
        font-family: 'Fugue-Regular';
        text-align: center;
        margin-top: 18px;
    }
    .project-katie a {
        padding: 13px 12px 13px 12px;
        height: 255px;
        width: auto;
        margin: 0 auto;
        display: flex;
        max-width: 253px;
    }
    .project-katie img {
        width: 153px;
        height: 230px;
        margin: 0 auto;
    }
    .project-katie {
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 17px;
    }
    .projects {
        padding-left: 0;
        padding-right: 0;
    }
    .home #ww {
        padding-bottom: 70px;
        padding-top: 70px;
    }
    /*end home responsive*/
    /*about responsive*/
    .single-project-title {
        font-size: 46px;
        font-family: 'Fugue-Regular';
        line-height: 55.2px;
        max-width: 240px;
        /*top: 0;
	height: 100%;*/
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .about-heading-title .sow-headline-container h1.sow-headline {
        line-height: 45.2px !important;
        font-size: 46px !important;
    }
    .about-content-text p {
        font-size: 16px;
        line-height: 18.8px;
        max-width: 315px;
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    .collection-content p,
    .collection-content {
        font-size: 16px;
        line-height: 18.8px;
        max-width: 100%;
        margin: 0 auto;
        transition: color 1s, font-size 1s, line-height 1s;
    }
    .about-content-text p br {
        display: none;
    }
    .about-content-text.about-text-p p {
        padding-bottom: 10px;
    }
    .katie-about,
    .page-id-79 .limited-edit,
    .page-id-79 .katie-car,
    .page-id-79 .home-subscribe,
    .page-id-79 .home-liggtbox {
        display: none !important;
    }
    .page-id-79 .katie-about {
        display: block;
    }
    .katie-about {
        font-family: 'Fugue-Regular';
        font-size: 21px;
        line-height: 25.2px;
        color: #ffffff;
        left: 21px;
        top: 18px;
        position: fixed;
        z-index: 9999;
    }
    .katie-about.text-overlay-0 {
        color: #61dda3;
    }
    .return-gallery {
        position: absolute;
        right: 15px;
        font-family: 'Fugue-Regular';
        font-size: 21px !important;
        line-height: 25.2px !important;
        color: #68dea4 !important;
        text-transform: none !important;
        letter-spacing: unset !important;
        background-color: transparent !important;
        padding: 0 !important;
        bottom: 18px;
        display: block !important;
        -webkit-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
        border: 1px solid transparent;
    }
    .return-gallery::before {
        content: "";
        background-image: url(../../../uploads/2018/10/prvevious-arrow.png);
        width: 25px;
        height: 16px;
        position: absolute;
        left: -28px;
        bottom: 4px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .page-id-79 .container,
    .page-id-57 .container {
        padding-right: 21px !important;
        padding-left: 21px !important;
    }
    .lsow-button.return-gallery:hover {
        opacity: 0.5;
    }
    .page-id-79 .instagram-home {
        bottom: 15px;
    }
    /*end about responsive*/
    /*contact page responsive*/
    
    /*.contact-row .panel-grid-cell:nth-child(2) {
        display: none;
    }*/

    .contact-row {
        flex-wrap: wrap;
        /*padding: 30px;*/
    }
    .contact-row #contact-right.panel-grid-cell {
        order: -1;
        margin-bottom: 30px;
    }
    .contact-row #contact-right.panel-grid-cell .sow-image-container {        
        position: relative;
        width: 100%;
        height: 100px;
        padding-bottom: 66.66%;
        overflow: hidden;
    }
    .contact-row #contact-right.panel-grid-cell .sow-image-container img {
        position: absolute;
        width: 100%;
        height: 100% !important;
        object-fit: cover;
        object-position: center;
    }

    .page-id-57 #ww {
        height: auto !important;
        display: block;
        padding-bottom: 70px;
        padding-top: 70px;
    }
    .contact-details h1 {
        font-family: 'Fugue-Regular';
        font-size: 46px;
        line-height: 72.4px;
        text-align: center;
        margin-top: -28px;
        margin-bottom: -4px;
    }
    .contact-details p,
    .contact-details a {
        font-size: 16px;
        line-height: 18.2px;
        text-align: center;
    }
    .cont-from,
    .text-msg {
        width: 100%;
        font-size: 12px;
        line-height: 14.4px;
        max-width: 100%;
    }
    .hf-form label.error,
    label.error {
        font-size: 12px;
        line-height: 14.4px;
    }
    input[type="submit"].submit-btn {
        font-size: 10.5px;
        line-height: 12.6px;
        width: 100%;
    }
    .page-id-57 .katie-car {
        left: 20px;
        top: 18px;
        transform: unset;
    }
    .page-id-57 .instagram-home,
    .page-id-57 .limited-edit,
    .page-id-57 .home-subscribe,
    .page-id-57 .home-liggtbox {
        display: none !important;
    }
    .contact-details p {
        margin-bottom: 15px;
    }
    .contact-row .panel-grid-cell:nth-child(1) {
        margin-bottom: 0 !important;
    }
    .contact-row {
        padding: 35px 22px 32px 22px;
    }
    body.page-id-57 {
        background-color: rgb(247, 247, 247) !important;
    }
    /*end contact page responsive*/
    #sb_instagram.sbi_col_3 #sbi_images .sbi_item {
        width: 100% !important;
    }
    .sbi_link::after {
        left: 19px;
        right: 19px;
    }
    #sb_instagram .sbi_hover_top {
        width: 90% !important;
        bottom: -9px;
        right: 16px;
    }
    #sb_instagram .sbi_hover_top a {
        font-size: 12px !important;
    }
    .follow-kaite {
        font-size: 12px;
    }
    .instagram-katie #sb_instagram .sbi_meta span {
        font-size: 19px !important;
        line-height: 23.7px !important;
        margin: 0px 0 5px 5px !important;
    }
    #sb_instagram .sbi_meta svg {
        font-size: 22px !important;
    }
    .sbi_comments::before,
    .sbi_likes:before {
        width: 20px;
        height: 20px;
        left: 0;
        top: 2px;
    }
    .follow-kaite {
        bottom: 28px;
        right: 18px;
    }
    #sb_instagram .sbi_hover_bottom {
        left: 11px;
        top: 9px;
    }
    #sb_instagram .sbi_username a {
        padding: 5px 8px 0 0px;
    }
    .insta-close {
        top: 4px;
        right: 8px;
    }
    #sb_instagram #sbi_images {
        margin-top: 38px;
        padding: 11px !important;
    }
    /*single project responsive*/
    /*body.single-collections {
    overflow: auto !important;
}*/
    .project-description {
        display: block;
    }
    .project-description::after,
    .single-collections .home-subscribe,
    .single-collections .home-liggtbox {
        display: none !important;
    }
    .image-caption {
        font-size: 21px;
        line-height: 25.2px;
        text-align: center;
        padding: 0;
        margin-top: 20px;
        margin-bottom: 16px;
    }
    .project:hover .project-description,
    .project-desc-bottom {
        position: unset;
        background-color: transparent;
    }
    .project:hover .project-image img {
        opacity: 1;
    }
    .project-image {
        max-width: 270px;
    }
    .edition-remaining {
        text-align: center;
    }
	.image-desc {
		padding: 0 0px 0 0;
		text-align: center;
		max-width: 100%;
	}
	.image-content {
		display: none;
	}
	.image-desc p {
		margin-bottom: 12px;
	}
    .add-cart-desktop {
        display: none;
    }
    .view-lightbox {
        margin-top: 0;
		display: none
    }
    .add-cart-moblie {
        display: block;
        position: absolute;
        right: -39px;
        bottom: 18px;
    }
    .bg-scroll {
        position: relative;
    }
    .add-cart-moblie .add_cart_submit_btn,
    .add-cart-moblie .remove_cart_submit_btn {
        font-size: 18px !important;
        line-height: 25.2px !important;
    }
    .single-collections .moblie-magazine {
        font-family: 'Graphik-Regular';
        font-size: 21px;
        line-height: 25.2px;
        color: #ffffff;
        position: absolute;
        right: 22px;
        bottom: 18px;
        z-index: 999;
        display: block;
    }
    .project-image.landscape,
    .project:hover .landscape .project-description {
        max-width: 510px;
    }
    .project-content,
    .view-collection {
        /*display: none;*/
    }
    .prvevious-navigation {
        bottom: 22px;
        left: 22px;
    }
    .project-desc-bottom {
        text-align: center;
    }
    .project-image {
        display: block;
        align-items: unset;
        justify-content: unset;
    }
    /*end single project responsive*/
    /**/
    .lightbox .container>.row {
        display: flex;
        flex-direction: column-reverse;
    }
    .light-title {
        display: none;
    }
    .lightbox .textwidget p {
        display: none;
    }
    .light-title.title-moblie {
        display: block;
    }
    .light-box-col {
        width: 100% !important;
        max-width: 100%;
    }
    .light-title h4 {
        font-size: 46px;
        line-height: 72.4px;
        text-align: center;
    }
    .light-box-image {
        width: auto;
        height: auto;
        padding: 10px 64px 10px 64px;
        float: none;
        margin: 0 auto;
    }
    .light-box-image img {
        height: 100%;
        width: auto;
    }
    .lightbox .container {
        padding-left: 21px !important;
        padding-right: 21px !important;
    }
    .light-box-content {
        width: 100%;
        margin-top: 18px;
        padding-left: 0;
    }
    .kc-remove-item-from {
        margin-top: 30px;
        width: 100%;
        max-width: 175px;
    }
    .removeimage_btn {
        text-align: left;
        padding-left: 8px;
        line-height: 18.3px;
        padding-bottom: 1px;
    }
    .product-title {
        font-size: 21px;
        line-height: 25.2px;
        margin-bottom: 11px
    }
    .light-box-main .product-ap {
        float: left;
    }
    .kc-remove-item-from span {
        display: grid;
        align-items: center;
        grid-template-columns: 13px 1fr;
    }
    .kc-remove-item-from img {
        top: 4.5px;
        width: 13px;
        position: unset;
    }
    .light-box-main {
        padding-top: 26px;
        padding-bottom: 24px;
        max-width: 462px;
        margin: 0 auto;
    }
    .kc_enquiries_main {
        margin-top: 23px;
    }
    .lightbox-cont,
    .lightbox-msg {
        font-size: 12px;
        line-height: 14.4px;
        max-width: 100%;
    }
    input[type="submit"].light-submit,
    input[type="button"].light-submit {
        font-size: 10.5px;
        line-height: 12.6px;
        width: 100%;
        padding: 8.6px 0 10.6px 0;
    }
    .light-box-col:nth-child(2) {
        margin-bottom: 0;
    }
    .light-box-col:nth-child(1) {
        margin-bottom: 24px;
    }
    .light-box-col .widget-wrapper {
        padding-bottom: 4px;
    }
    /**/
    #sb_instagram {
        margin-top: 20px;
    }
    .project-image img {
        border: 20px solid #fff;
    }
    .project-image {
        border: none;
    }
    .project-description {
        opacity: 1;
        position: unset;
    }
    .project-image.landscape img,
    .project-image.portrait img {
        height: auto;
        width: auto;
    }
    /*404 page responsive*/
    .content404 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .content404 h1 {
        font-size: 20vw;
    }
    .content404 h4,
    .error404 .white-bg p,
    .error404 .white-bg p a {
        font-size: 6vw;
        line-height: 6vw;
    }
    /*end 404 page responsive*/
    #contact-left,
    #contact-right {
        width: 100%;
    }
    p.errormsg {
        bottom: -60px;
        margin-bottom: 0 !important;
        font-size: 14px;
    }
    p.errormsg a {
        bottom: -16px;
        font-size: 14px;
    }
    .errormsg.enter-value {
        margin-bottom: -15px;
        bottom: -40px;
    }
    p.errormsg.please-value {
        margin-bottom: 0;
        bottom: -80px;
    }
    .next-prvevious .white-bg a {
        width: 180px;
        max-width: 180px;
    }
    .next-prvevious .white-bg a {
        text-align: unset;
    }
    .next-prvevious .white-bg a span::after {
        right: 2px;
    }
}


/*end responsive 767*/


/*start responsive 1024 to 768*/

@media only screen and (min-width:768px) and (max-width:1024px) {
    /*home responsive*/
    .project-katie {
        width: 50%;
    }
    .project-katie img {
        width: 23vw;
        height: 30vw;
    }
    /*end responsive*/
    /*about responsive*/
    .single-project-title {
        font-size: 80px;
        line-height: 98.8px;
        max-width: 512px;
    }
    .about-heading-title .sow-headline-container h1.sow-headline {
        line-height: 75.2px !important;
        font-size: 60px !important;
    }
    .about-content-text p {
        font-size: 20px;
        line-height: 22.8px;
    }
    .collection-content p,
    .collection-content {
        font-size: 20px;
        line-height: 22.8px;
        transition: color 1s, font-size 1s, line-height 1s;
    }
    #sb_instagram {
        width: auto !important;
        max-width: 740px;
    }
    /*end about responsive*/
    #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item .responsive-menu-pro-item-link {
        font-size: 90px !important;
    }
    #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a {
        height: 110px !important;
        line-height: 110px !important;
    }
}


/*end responsive 1024 to 768*/

@media only screen and (min-width:1025px) and (max-width:1250px) {
    .single-project-title {
        top: 50%;
        max-width: 1024px;
    }
}

@media only screen and (max-width: 780px) {
    /*about responsive*/
    .panel-grid.panel-has-style>.bg-scroll.panel-row-style {
        justify-content: center;
    }
    .panel-grid.panel-has-style>.panel-row-style.bg-color {
        justify-content: center;
    }
    /*end about responsive*/
}

@media only screen and (min-width:768px) and (max-width:1150px) {
    .contact-details h1 {
        font-size: 90px;
        line-height: 122.8px;
    }

    /*.contact-row .panel-grid-cell:nth-child(2) {
        display: none;
    }*/

    .contact-row {
        flex-wrap: wrap;
        /*padding: 30px;*/
    }
    .contact-row #contact-right.panel-grid-cell {
        order: -1;
        margin-bottom: 40px;
    }
    .contact-row #contact-right.panel-grid-cell .sow-image-container {        
        position: relative;
        width: 100%;
        height: 100px;
        padding-bottom: 66.66%;
        overflow: hidden;
    }
    .contact-row #contact-right.panel-grid-cell .sow-image-container img {
        position: absolute;
        width: 100%;
        height: 100% !important;
        object-fit: cover;
        object-position: center;
    }

    .contact-row .panel-grid-cell {
        width: 100% !important;
    }
    .cont-from,
    .text-msg {
        width: 100%;
        max-width: 100%;
    }
    input[type="submit"].submit-btn {
        width: 100%;
    }
    .contact-details {
        text-align: center;
    }
}

@media only screen and (max-width: 1150px) {
    /*.contact-row {
    height: auto;
    min-height: 88.8vh;
}
.contact-row .so-widget-image {
    min-height: 83.8vh;
}*/
    #sb_instagram .sbi_photo {
        height: 292px !important;
        width: auto;
        margin: 0 auto;
        max-width: 292px;
    }
    .sbi_link {
        max-width: 292px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #sb_instagram.sbi_col_3 #sbi_images .sbi_item {
        width: 50% !important;
    }
    /*.sbi_link::after {
    top: 5%;
    height: 195px;
    transform: translateY(20px);
	left: 2px;
}*/
    #sb_instagram .sbi_hover_top {
        width: 90% !important;
    }
    .subscribe-from h1,
    .success-message h1 {
        font-size: 90px;
    }
}

@media only screen and (min-width: 1441px) {
    .light-box-image {
        padding: 18px 70px 18px 70px;
    }
    .light-box-image img {
        height: auto;
        width: 213px;
    }
    .light-box-content {
        padding-left: 1.7vw;
        width: 38%;
    }
    .kc-remove-item-from img {
        top: 1px;
    }
    .project-image.portrait,
    .project:hover .portrait .project-description {
        max-width: 502px;
        width: 100%;
    }
    /*.project-image.portrait .project-description::after {
    width: 465px;
    height: 412px;
    left: 20px;
    top: 24.7%;
    transform: rotate(-10deg);
}*/
    .project-image.landscape,
    .project:hover .landscape .project-description {
        max-width: 840px;
        width: 100%;
    }
    .landscape .project-description::after {
        width: 78%;
        height: 442px;
        top: 7%;
        transform: rotate(180deg);
    }
    .project-content.bg-scroll,
    .katie404 {
        padding-left: 24px;
        padding-right: 24px;
    }
    .page-id-79 .bg-color {
        margin-left: 20px;
        margin-right: 20px;
    }
    .project-image.landscape img {
        height: 477px;
        width: 750px;
    }
    .project-image.portrait img {
        height: 632px;
        width: 465px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1090px) {
    .light-title h4 {
        font-size: 90px;
        line-height: 122.8px;
    }
    .light-box-content {
        padding-left: 0;
        margin-top: 20px;
        width: 100%;
    }
    .kc-remove-item-from {
        margin-top: 35px;
    }
    /*.light-box-image img {
    height: auto;
    width: auto;
}*/
    .light-box-image {
        width: auto;
        height: auto;
        max-width: 309px;
    }
    .lightbox_internal_div {
        padding-left: 35px;
    }
}

@media only screen and (max-width: 374px) {
    .light-box-image {
        padding: 10px 10px 10px 10px;
    }
    .next-prvevious .white-bg a {
        font-size: 28px;
    }
    .next-prvevious .white-bg a span::after,
    .view-collection .white-bg a span::after {
        right: -15px;
    }
    .next-prvevious .white-bg a span::after {
        right: 2px;
    }
    .next-prvevious .white-bg a {
        text-align: unset;
    }
}

@media (min-height: 800px) {
    .errormsg.enter-value,
    p.errormsg,
    .errormsg.please-value {
        margin-bottom: -42px;
        bottom: -42px;
        min-height: 60px;
    }
    p.errormsg a {
        bottom: 20px;
    }
    /*p.errormsg {
    margin-bottom: -25px;
}*/
}

@media (min-height: 800px) {
    @media only screen and (min-width: 768px) {
        .right-box-fixed {
            position: fixed;
        }
    }
}

@media (max-height: 500px) {
    @media only screen and (min-width: 768px) {
        .about-heading-title .sow-headline-container h1.sow-headline {
            font-size: 14.8vh !important;
            line-height: 14.8vh !important;
        }
        .about-content-text p {
            font-size: 3.8vh !important;
            line-height: 4.8vh !important;
            margin-bottom: 3vh;
        }
        .collection-content p,
        .collection-content {
            font-size: 3.8vh !important;
            line-height: 4.8vh !important;
            /*margin-bottom: 3vh;*/
        }
    }
}

@media (max-height: 800px) {
    .contact-row .sow-image-container .so-widget-image {
        height: auto !important;
    }
}

@media (max-width: 767px) {
    .view-project a,
    .home-liggtbox,
    .home-subscribe,
    .katie-car,
    .limited-edit {
        font-size: 24px;
        line-height: 25.2px;
    }
    .katie-car {
        left: -57px;
        top: 97px;
    }
    .limited-edit {
        left: 60px;
        top: 18px;
    }
    .home-subscribe {
        right: 60px;
        bottom: 18px;
    }
    .home-liggtbox {
        right: 19px;
        bottom: 22px;
    }
    .instagram-home {
        left: 23px;
        bottom: 22px;
    }

    .project-description .image-caption {
        font-size: 18px;
    }
    .project-description .image-desc {
        font-size: 10px;
    }
    .project-description .image-desc p {
        margin-bottom: 0;
        line-height: 14px;
    }
    .project-description .image-desc p br {content:' ';}
    .project-description .image-desc p br:after {content:' ';}
    .project-description .project-desc-top {
        margin-bottom: 16px;
    }
    .project-description .project-desc-bottom {
        line-height: 0;
    }
    .project-description .edition-remaining, .project-description .image-eddition {
        font-size: 10px;
        line-height: 14px;
    }
}

@media (max-width: 480px) {
    .view-project a,
    .home-liggtbox,
    .home-subscribe,
    .katie-car,
    .limited-edit {
        font-size: 21px;
        line-height: 25.2px;
    }
    .katie-car {
        left: -47px;
        top: 86px;
    }
    .limited-edit {
        left: 60px;
        top: 18px;
    }
    .home-subscribe {
        right: 60px;
        bottom: 18px;
    }
    .home-liggtbox {
        right: 19px;
        bottom: 22px;
    }
    .instagram-home {
        left: 23px;
        bottom: 23px;
    }
}

@media (max-width: 380px) {
    .about-heading-title {
        padding: 0px 0px 10px 0px;
    }
    .collection-content p,
    .collection-content {
        font-size: 14px;
        line-height: 16.8px;
    }
}

@media (max-width: 340px) {
    .contact-details a {
        word-break: break-word;
    }
}

@media (max-width: 1199px) {
    .light-box-image {
        width: 100%;
        max-width: 100%;
    }
    .light-box-image img {
        height: auto;
        width: auto;
    }
    .light-box-content {
        padding-left: 0;
        width: 100%;
        margin-top: 10px;
    }
    .kc-remove-item-from {
        margin-top: 35px;
    }
}

@media (min-width: 1200px) and (max-width: 1397px) {
    .light-box-content {
        padding-left: 30px;
        width: 46%;
    }
}