/* Global */

.no-scroll {
    overflow: hidden;
    position: relative;
}

body {
    font-family: Arial, sans-serif;
    margin: 86px 5px 0 5px;
    position: relative;
}

@font-face {
    font-family: WorkSans;
    src: url('https://www.thomaspucher.com/wp-content/themes/atelier-pucher/fonts/Work_Sans/WorkSans-VariableFont_wght.ttf') format('truetype');
 }

a {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

a::-moz-focus-inner,
button::-moz-focus-inner,
button:focus {
    border: 0 !important;
    outline: 0 !important;
}

.hide {
    display: none !important;
}

#content {
    float: left;
    position: relative;
    width: 100%;
}

.admin-bar #wpadminbar {
    display: none;
}

/* End Global */





/* Header */

#masthead {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 2;
}

#masthead .center {
    padding: 10px;
    height: 50px;
}

#masthead #brand {
    width: 50%;
    float: left;
    height: 100%;
    display: table;
}

#masthead #brand h1 {
    font-size: 1.7em;
    display: table-cell;
    vertical-align: middle;
}

#masthead #brand h1 a {
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
}

#masthead .navigation {
    width: 50%;
    float: left;
    height: 100%;
    display: table;
    text-align: right;
    position: relative;
}

/* New menu */

#masthead .navigation .site-navigation {
    margin-right: 35px;
    float: right;
	margin-top: 13px;
}

#masthead .navigation .social-links-menu {
    float: right;
    width: 200px;
    margin: 5px 0;
}

#masthead .navigation .social-links-menu li {
    display: inline-block;
    text-transform: lowercase;
    padding: 0 5px;
    float: left;
}

#masthead .navigation .social-links-menu .facebook a {
    font-size: 0;
    position: relative;
    background-image: url("../img/spritesheet.png");
    background-repeat: no-repeat;
    display: block;
    width: 40px;
    height: 40px;
    background-position: -1px -1px;
}

#masthead .navigation .social-links-menu .facebook a:after {
    content: "";
    background-image: url("../img/spritesheet.png");
    background-repeat: no-repeat;
    background-position: -43px -1px;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

#masthead .navigation .social-links-menu .facebook a:hover::after {
    width: 40px;
    height: 40px;
    opacity: 1;
}

#masthead .navigation .social-links-menu .twitter a {
    font-size: 0;
    position: relative;
    background-image: url("../img/spritesheet.png");
    background-repeat: no-repeat;
    display: block;
    width: 40px;
    height: 40px;
    background-position: -253px -1px;
}

#masthead .navigation .social-links-menu .twitter a:after {
    content: "";
    background-image: url("../img/spritesheet.png");
    background-repeat: no-repeat;
    background-position: -295px -1px;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

#masthead .navigation .social-links-menu .twitter a:hover::after {
    width: 40px;
    height: 40px;
    opacity: 1;
}

#masthead .navigation .social-links-menu .linkedin a {
    font-size: 0;
    position: relative;
    background-image: url("../img/spritesheet.png");
    background-repeat: no-repeat;
    display: block;
    width: 40px;
    height: 40px;
    background-position: -169px -1px;
}

#masthead .navigation .social-links-menu .linkedin a:after {
    content: "";
    background-image: url("../img/spritesheet.png");
    background-repeat: no-repeat;
    background-position: -211px -1px;

    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

#masthead .navigation .social-links-menu .linkedin a:hover::after {
    width: 40px;
    height: 40px;
    opacity: 1;
}

#masthead .navigation .social-links-menu .instagram a {
    font-size: 0;
    position: relative;
    background-image: url("../img/spritesheet.png");
    background-repeat: no-repeat;
    display: block;
    width: 40px;
    height: 40px;
    background-position: -85px -1px;
}

#masthead .navigation .social-links-menu .instagram a:after {
    content: "";
    background-image: url("../img/spritesheet.png");
    background-repeat: no-repeat;
    background-position: -127px -1px;

    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

#masthead .navigation .social-links-menu .instagram a:hover::after {
    width: 40px;
    height: 40px;
    opacity: 1;
}

#masthead .menu-main-menu-container {
    display: table-cell;
    vertical-align: bottom;
}

#masthead #menu-main-menu {
    text-align: right;
    float: right;
}

#masthead #menu-main-menu > li {
    display: inline-block;
    text-transform: lowercase;
    padding: 0 10px;
    border-right: 2px solid #000000;
    float: left;
}

#masthead #menu-main-menu li.current-menu-item > a {
    color: red;
}

#masthead #menu-main-menu li:last-child {
    border: none;
    padding-right: 0;
}

#masthead #menu-main-menu li a {
    text-decoration: none;
    font-size: 20px;
    color: #000000;
}

#masthead #menu-main-menu li a:hover {
    color: red;
}

#responsive-menu {
    display: none;
}

/* End Header */






/* Work submenu */

#masthead #menu-main-menu .menu-item #submenu-wrap {
    display: none;
}

.category-work #masthead #menu-main-menu .menu-item #submenu-wrap,
.category-culture #masthead #menu-main-menu .menu-item #submenu-wrap,
.category-health #masthead #menu-main-menu .menu-item #submenu-wrap,
.category-commercial #masthead #menu-main-menu .menu-item #submenu-wrap,
.category-living #masthead #menu-main-menu .menu-item #submenu-wrap,
.category-mixed-use #masthead #menu-main-menu .menu-item #submenu-wrap,
.category-urban #masthead #menu-main-menu .menu-item #submenu-wrap {
    position: absolute;
    left: 0;
    top: 30px;
    display: block;
    float: left;
    width: 100%;
    text-align: right;
    margin-left: -235px;
}

.category-work #masthead #menu-main-menu .menu-item #submenu-wrap .sub-menu,
.category-culture #masthead #menu-main-menu .menu-item #submenu-wrap .sub-menu,
.category-health #masthead #menu-main-menu .menu-item #submenu-wrap .sub-menu,
.category-commercial #masthead #menu-main-menu .menu-item #submenu-wrap .sub-menu,
.category-living #masthead #menu-main-menu .menu-item #submenu-wrap .sub-menu,
.category-mixed-use #masthead #menu-main-menu .menu-item #submenu-wrap .sub-menu,
.category-urban #masthead #menu-main-menu .menu-item #submenu-wrap .sub-menu {
    display: block;
	margin-top: 9px;

}

.category-work #masthead #menu-main-menu .menu-item #submenu-wrap .sub-menu li,
.category-culture #masthead #menu-main-menu .menu-item #submenu-wrap .sub-menu li,
.category-health #masthead #menu-main-menu .menu-item #submenu-wrap .sub-menu li,
.category-commercial #masthead #menu-main-menu .menu-item #submenu-wrap .sub-menu li,
.category-living #masthead #menu-main-menu .menu-item #submenu-wrap .sub-menu li,
.category-mixed-use #masthead #menu-main-menu .menu-item #submenu-wrap .sub-menu li,
.category-urban #masthead #menu-main-menu .menu-item #submenu-wrap .sub-menu li {
    display: inline;
    border-bottom: none;
    border-right: 2px solid #717171;
    margin-right: 15px;
    padding-right: 15px;
}

.category-work #masthead #menu-main-menu .menu-item #submenu-wrap .sub-menu li:last-child,
.category-culture #masthead #menu-main-menu .menu-item #submenu-wrap .sub-menu li:last-child,
.category-health #masthead #menu-main-menu .menu-item #submenu-wrap .sub-menu li:last-child,
.category-commercial #masthead #menu-main-menu .menu-item #submenu-wrap .sub-menu li:last-child,
.category-living #masthead #menu-main-menu .menu-item #submenu-wrap .sub-menu li:last-child,
.category-mixed-use #masthead #menu-main-menu .menu-item #submenu-wrap .sub-menu li:last-child,
.category-urban #masthead #menu-main-menu .menu-item #submenu-wrap .sub-menu li:last-child {
    border: none;
    margin-right: 0;
    padding-right: 0;
}

/* End Work submenu */





/* Mobile Social Icons */

#mobile-social-icons {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

#mobile-social-icons ul {
    display: inline-block;
    line-height: 0;
    font-size: 0;
}

#mobile-social-icons li {
    display: inline-block;
    margin: 0 5px;
}

#mobile-social-icons a {
    display: inline-block;
}

#mobile-social-icons .facebook a {
    font-size: 0;
    position: relative;
    background-image: url("../img/spritesheet.png");
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-position: -1px -1px;
}

#mobile-social-icons .facebook a:after {
    content: "";
    background-image: url("../img/spritesheet.png");
    background-repeat: no-repeat;
    background-position: -43px -1px;

    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

#mobile-social-icons .facebook a:hover::after {
    width: 40px;
    height: 40px;
    opacity: 1;
}

#mobile-social-icons .twitter a {
    font-size: 0;
    position: relative;
    background-image: url("../img/spritesheet.png");
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-position: -253px -1px;
}

#mobile-social-icons .twitter a:after {
    content: "";
    background-image: url("../img/spritesheet.png");
    background-repeat: no-repeat;
    background-position: -295px -1px;

    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

#mobile-social-icons .twitter a:hover::after {
    width: 40px;
    height: 40px;
    opacity: 1;
}

#mobile-social-icons .linkedin a {
    font-size: 0;
    position: relative;
    background-image: url("../img/spritesheet.png");
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-position: -169px -1px;
}

#mobile-social-icons .linkedin a:after {
    content: "";
    background-image: url("../img/spritesheet.png");
    background-repeat: no-repeat;
    background-position: -211px -1px;

    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

#mobile-social-icons .linkedin a:hover::after {
    width: 40px;
    height: 40px;
    opacity: 1;
}

#mobile-social-icons .instagram a {
    font-size: 0;
    position: relative;
    background-image: url("../img/spritesheet.png");
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-position: -85px -1px;
}

#mobile-social-icons .instagram a:after {
    content: "";
    background-image: url("../img/spritesheet.png");
    background-repeat: no-repeat;
    background-position: -127px -1px;

    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

#mobile-social-icons .instagram a:hover::after {
    width: 40px;
    height: 40px;
    opacity: 1;
}

/* End Mobile Social Icons */






/* Welcome Screen */

#welcome-screen {
    position: fixed;
    width: calc(100% - 10px);
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: #ffffff;
    z-index: 1;
}

#slide-wrapper {
    width: 100%;
    height: 100%;

    overflow: hidden;
    position:absolute;
}

#slide-wrapper picture {

}

#slide-wrapper img {
    max-width: none;
    height: 100%;
    margin: auto;
    display: block;
    opacity: 0;
    position: absolute;
    left: 50%;
    overflow: hidden;

    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);

    -webkit-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}

#slide-wrapper .fadeIn {
    opacity: 1;
}

/* End Welcome Screen */






/* Loader div */

#loader {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    background-color: #ffffff;
}

@-webkit-keyframes uil-ring-anim {

    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

@-webkit-keyframes uil-ring-anim {

    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

@-moz-keyframes uil-ring-anim {

    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

@-ms-keyframes uil-ring-anim {

    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

@-moz-keyframes uil-ring-anim {

    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

@-webkit-keyframes uil-ring-anim {

    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

@-o-keyframes uil-ring-anim {

    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

@keyframes uil-ring-anim {

    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

.uil-ring-css {
    background: none;
    position: relative;
    width: 50px;
    height: 50px;
    margin: auto;
}

.uil-ring-css > div {
    position: absolute;
    display: block;
    width: 160px;
    height: 160px;
    top: 0;
    left: 0;
    border-radius: 80px;
    box-shadow: 0 6px 0 0 #cec9c9;
    -ms-animation: uil-ring-anim 1s linear infinite;
    -moz-animation: uil-ring-anim 1s linear infinite;
    -webkit-animation: uil-ring-anim 1s linear infinite;
    -o-animation: uil-ring-anim 1s linear infinite;
    animation: uil-ring-anim 1s linear infinite;
}

/* End Loader div */






/* Isotope grid */

/* ---- isotope ---- */

.grid {
    background: white;
    height: 100%;
}

/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .element-item ---- */

.grid-item,
.grid-sizer {
    width: 16.66666666666%;
}

.grid-item {
    float: left;
    color: white;
    overflow: hidden;
}

.grid-item:hover .bubble {
    opacity: 1;
}

.image-holder {
    display: table;
    width: 100%;
    position: relative;
}

.grid-item a {
    display: block;
}

.grid-item img {
    width: 100%;
    outline: 5px solid rgba(255, 255, 255, 1);
    outline-offset: -5px;
    height: auto;
}

.grid-item img.ie-fix {
    width: calc(100% - 10px);
    border: 5px solid rgba(255, 255, 255, 1);
    outline: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    img {
        max-width: 100%;
    }
}

/*.grid-item img.blurred {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="4" /></filter></svg>#filter');
    -webkit-filter: blur(4px);
    filter: blur(4px);
}
*/
.grid-item img.text-left {
    float: left;
    display: block;
    max-width: 100%;
    height: auto;
}

.grid-item img.text-right {
    float: right;
    display: block;
    max-width: 100%;
    height: auto;
}

.grid-item img.text-top {
    display: table-cell;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

.grid-item img.text-bottom {
    display: table-cell;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

.grid-item .number {
    display: none;
}

.height1 {
    width: 33.33333333333%;
}

.width1 {
    width: 33.33333333333%;
}

.height2 {
    width: 16.66666666666%;
}






/* Bubble */

.bubble {
    position: absolute;
    opacity: 0;
    max-width: 80%;
    z-index: 1;

    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

.bubble-holder {
    position: relative;
    background: #ffffff;
    color: #000000;
    border: 1px solid #000000;
    padding: 10px;
    word-wrap: break-word;
}

.bubble-holder h3 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5em;
    text-transform: uppercase;
}

.bubble-holder p {
    font-size: 15px;
    line-height: 1.2em;
}

.bubble.top-left {
    top: 15px;
    left: 15px;
}

.bubble.top-left .bubble-holder:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 40px;
    border-width: 20px 20px 0;
    border-style: solid;
    border-color: #000000 transparent;
    display: block;
    width: 0;
}

.bubble.top-left .bubble-holder:after {
    content: "";
    position: absolute;
    bottom: -19px;
    left: 40px;
    border-width: 20px 20px 0;
    border-style: solid;
    border-color: #ffffff transparent;
    display: block;
    width: 0;
}

.bubble.top-right {
    top: 15px;
    right: 15px;
}

.bubble.top-right .bubble-holder:before {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 40px;
    border-width: 20px 20px 0;
    border-style: solid;
    border-color: #000000 transparent;
    display: block;
    width: 0;
}

.bubble.top-right .bubble-holder:after {
    content: "";
    position: absolute;
    bottom: -19px;
    right: 40px;
    border-width: 20px 20px 0;
    border-style: solid;
    border-color: #ffffff transparent;
    display: block;
    width: 0;
}

.bubble.bottom-left {
    bottom: 15px;
    left: 15px;
}

.bubble.bottom-left .bubble-holder:before {
    content: "";
    position: absolute;
    top: -20px;
    bottom: auto;
    right: 40px;
    border-width: 0 20px 20px;
    border-style: solid;
    border-color: #000000 transparent;
    display: block;
    width: 0;
}

.bubble.bottom-left .bubble-holder:after {
    content: "";
    position: absolute;
    top: -19px;
    right: 40px;
    border-width: 0 20px 20px;
    border-style: solid;
    border-color: #ffffff transparent;
    display: block;
    width: 0;
}

.bubble.bottom-right {
    bottom: 15px;
    right: 15px;
}

.bubble.bottom-right .bubble-holder:before {
    content: "";
    position: absolute;
    top: -20px;
    bottom: auto;
    left: 40px;
    border-width: 0 20px 20px;
    border-style: solid;
    border-color: #000000 transparent;
    display: block;
    width: 0;
}

.bubble.bottom-right .bubble-holder:after {
    content: "";
    position: absolute;
    top: -19px;
    left: 40px;
    border-width: 0 20px 20px;
    border-style: solid;
    border-color: #ffffff transparent;
    display: block;
    width: 0;
}

/* End Bubble */


/* Single text-based career post */

.career-content-container {
    font-family: WorkSans;
    padding: 50px 70px 125px 70px; 
    line-height: normal !important;
}

.career-img {
    padding-left: 100px;
    grid-template-columns: 38% auto !important;
    grid-gap: 10px;
}

.career-img .wp-block-media-text__content {
	margin: auto 0;
	padding: 0 5%;
}

.has-white-background-color {
    background-color: transparent;
    margin-left: 100px !important;
    width: 906px;
  }

.career-title {
	text-transform: uppercase;
}

.career-h2-text {
    font-weight: 700 !important;
    font-synthesis: none;
}

.ul-list-career {
    list-style: disc;
    margin-left: 15px;
    line-height: 24px;
}

.ul-list-career li {
    padding-bottom: 6px;
}  

@media only screen and (max-width: 681px) {
    .career-content-container {
        padding: 40px 15px 100px 15px;  
        line-height: normal !important;
    }
    .wp-block-columns.has-background {
        padding: 1.25em 0;
    }
    .career-img { 
        padding-left: 0px;
        grid-gap: 40px;
    }
    .wp-block-media-text .wp-block-media-text__content {
        padding: 0px 0% !important;
    }
    .career-content-container .career-title {
        font-size: 1.75em;
    }
    .has-white-background-color {
        background-color: transparent;
        margin-left: 0 !important;
        width: auto !important;
      }
}

@media only screen and (min-width: 682px) and (max-width: 1150px){
    .career-img { 
        padding-left: 0px;
        grid-template-columns: 38% auto !important;
        grid-gap: 10px;
    }
    .has-white-background-color {
        background-color: transparent;
        margin-left: 15px !important;
        width: auto !important;
      }
}

@media only screen and (min-width: 682px) and (max-width: 1279px){
    .has-white-background-color {
        background-color: transparent;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
}

/* End Single text-based career post */


/* Post title and subtitle styles */

.post-title-subtitle {
    position: absolute;
    bottom: 15px;
    left: 10px;
    color: #ffffff;
}

.post-title-subtitle h4 {
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: bold;
	max-width: 95%;
}

.post-title-subtitle h5 {
    font-size: 16px;
    font-weight: bold;
}

/* End Post title and subtitle styles */




/* New Grid styles */

.grid-row-1,
.grid-row-2,
.grid-row-3,
.grid-row-4,
.grid-row-5,
.grid-row-6 {
    float: left;
    display: block;
    width: 100%;
    position: relative;
}

.grid-row-1 .counter-1 {
    position: absolute;
    left: 0;
    top: 0;
}

.grid-row-1 .counter-2 {
    margin: auto;
    float: none;
}

.grid-row-1 .counter-3 {
    position: absolute;
    right: 16.66666666666%;
    top: 0;
}

.grid-row-1 .counter-4 {
    position: absolute;
    right: 0;
    top: 0;
}

.grid-row-1 .counter-5 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.grid-row-1 .counter-6 {
    position: absolute;
    bottom: 0;
    right: 0;
}

/*.grid-row-2 .counter-7 {
	
}

.grid-row-2 .counter-8 {
	
}

.grid-row-2 .counter-9 {
	
}

.grid-row-2 .counter-10 {
	
}

.grid-row-2 .counter-11 {
	
}*/

.grid-row-3 .counter-12 {
    position: absolute;
    left: 0;
    top: 0;
}

.grid-row-3 .counter-13 {
    position: absolute;
    left: 16.66666666666%;
    top: 0;
}

.grid-row-3 .counter-14 {
    margin: auto;
    float: none;
}

.grid-row-3 .counter-15 {
    position: absolute;
    top: 0;
    right: 0;
}

.grid-row-3 .counter-16 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.grid-row-3 .counter-17 {
    position: absolute;
    bottom: 0;
    right: 0;
}

/*.grid-row-4 .counter-18 {

}

.grid-row-4 .counter-19 {
	
}

.grid-row-4 .counter-20 {
	
}*/

.grid-row-4 .counter-21 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.grid-row-4 .counter-22 {
    position: absolute;
    bottom: 0;
    left: 33.33333333333%;
}

/*.grid-row-5 .counter-23 {

}

.grid-row-5 .counter-24 {
	
}

.grid-row-5 .counter-25 {
	
}

.grid-row-5 .counter-26 {
	
}

.grid-row-5 .counter-27 {
	
}

.grid-row-5 .counter-28 {
	
}



.grid-row-6 .counter-29 {

}

.grid-row-6 .counter-30 {
	
}

.grid-row-6 .counter-31 {
	
}

.grid-row-6 .counter-32 {
	
}*/

.grid-row-6 .counter-33 {
    position: absolute;
    bottom: 0;
    left: 0;
}

/* End New Grid styles */





/* Featured video element */

.video-embed {
    position: absolute;
    width: 100%;
    height: 100%;
}

.video-embed iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    float: none;
    outline: 5px solid rgba(255, 255, 255, 1);
    outline-offset: -5px;
}

/* End Featured video element */






/* Targeting IE 10 and IE11 */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    .grid-item img {

    }

}

/* End Targeting IE 10 and IE11 */






/* End Isotope grid */






/* Gallery Single page */

.gallery-post {
    height: 95vh;
}

.gallery-post .the-content {
    height: 100%;
    position: relative;
    margin: 0 !important;
}

.gallery-post .project-pdf {
    position: absolute;
    left: 50px;
    bottom: 50px;
    width: 50px;
    height: 50px;
    z-index: 1;
    padding: 10px 5px;
    background: #ffffff;
}

.gallery-post .project-pdf a {
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
}

.gallery-post .project-pdf a i {
    font-size: 50px;
    color: rgba(0, 0, 0, .5);

    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.gallery-post .project-pdf a:hover i {
    color: red;
}

.gallery-post .owl-carousel {
    height: 100%;
    position: relative;
}

.gallery-post .owl-carousel .owl-wrapper-outer {
    height: 100%;
}

.gallery-post .owl-carousel .owl-wrapper-outer .owl-wrapper,
.gallery-post .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item,
.gallery-post .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item {
    height: 100%;
}

.gallery-post .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item {
    text-align: center;
}

.gallery-post .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.gallery-post .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.gallery-post .owl-carousel .owl-controls {
    height: 5%;
    margin: auto;
    width: 100%;
    display: table;
}

.gallery-post .owl-carousel .owl-controls .owl-buttons {

}

.gallery-post .owl-carousel .owl-controls .owl-buttons .owl-prev {
    float: left;
    height: 100%;
    width: 20%;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    opacity: 1;
    margin: 0;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.gallery-post .owl-carousel .owl-controls .owl-buttons .owl-next {
    float: right;
    height: 100%;
    width: 20%;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    opacity: 1;
    margin: 0;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.gallery-post .owl-carousel .owl-controls .owl-buttons div,
.gallery-post .owl-carousel .owl-controls .owl-buttons div img {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}


.gallery-post .owl-carousel .owl-controls .owl-buttons div:hover img {

}

.gallery-post .owl-carousel .owl-controls .owl-buttons .owl-prev img,
.gallery-post .owl-carousel .owl-controls .owl-buttons .owl-next img {
    width: 40px;
    height: 40px;
    padding: 10px;
    display: none;
}

.gallery-post .owl-carousel .owl-controls .owl-buttons .owl-pagination {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin: auto;
}

.gallery-post .owl-carousel .owl-controls .owl-pagination {
    display: table-cell;
    width: 100%;
    margin: auto;
    overflow: hidden;
    clear: both;
    vertical-align: middle;
}

.gallery-post .owl-carousel .owl-controls .owl-pagination span {
    background: rgba(0, 0, 0, .3);
}

.gallery-post .owl-carousel .owl-controls .owl-pagination .owl-page.active span,
.gallery-post .owl-carousel .owl-controls .owl-pagination .owl-page:hover span {
    background: rgba(0, 0, 0, .7);
}

/* End Gallery Single page */





/* Gallery AJAX */

#post-ajax-response {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0;
}

#post-ajax-response .gallery-post {
    height: 100vh;
	overflow: auto;
}

#post-ajax-response #close-ajax-response {
    position: absolute;
    top: 15px;
    right: 15px;
    border: none;
    background: none;
    padding: 0;
    outline: none;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, .7);
    z-index: 5;
}

#post-ajax-response #close-ajax-response:active,
#post-ajax-response #close-ajax-response:focus {
    outline: none;
}

#post-ajax-response #close-ajax-response:hover {
    cursor: pointer;
}

#post-ajax-response #close-ajax-response img {
    width: 50px;
    height: 50px;
}

#post-ajax-response iframe {
    width: 100%;
    height: 100%;
}

#post-ajax-response .wp-block-media-text__content p,
#post-ajax-response .wp-block-column p {
	font-size: 18px;
	line-height: 24px;
}

.video-format-response {
    width: 920px;
    height: 600px;
    top: 50% !important;
    left: 50% !important;
    margin-top: -300px;
    margin-left: -460px;
}

.video-format-response .post {
    height: 100% !important;
    position: relative;
    z-index: 1;
    background: #ffffff;
    padding: 10px;
}

.video-format-response #close-ajax-response {
    width: 300vw !important;
    height: 300vh !important;
    z-index: 0;
    margin-top: -100%;
    margin-right: -100%;
}

.video-format-response #close-ajax-response img {
    display: none;
}

/* End Gallery AJAX */





/* Hamburger SVG + CSS */

.hamburglar {
    -webkit-transform: scale(0.56);
    transform: scale(0.56);
    display: block;
    width: 40px;
    height: 40px;
    background: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    position: absolute;
    right: 8px;
    top: -8px;
}

.path-burger {
    position: absolute;
    top: 0;
    left: 0;
    height: 68px;
    width: 68px;
    -webkit-mask: url('#mask');
    mask: url('#mask');
    -webkit-mask-box-image: url(../img/mask.svg);
}

.animate-path {
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    height: 68px;
}

.path-rotation {
    height: 34px;
    width: 34px;
    margin: 34px 34px 0 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.path-rotation:before {
    display: block;
    width: 30px;
    height: 34px;
    margin: 0 4px 0 0;
    background: #000;
}

@-webkit-keyframes rotate-out {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    40% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-out {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    40% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate-in {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    40% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes rotate-in {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    40% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.hamburglar.is-open .path {
    -webkit-animation: dash-in 0.6s linear normal;
    animation: dash-in 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.hamburglar.is-open .animate-path {
    -webkit-animation: rotate-in 0.6s linear normal;
    animation: rotate-in 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.hamburglar.is-closed .path {
    -webkit-animation: dash-out 0.6s linear normal;
    animation: dash-out 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.hamburglar.is-closed .animate-path {
    -webkit-animation: rotate-out 0.6s linear normal;
    animation: rotate-out 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.path {
    stroke-dasharray: 240;
    stroke-dashoffset: 240;
    stroke-linejoin: round;
}

@-webkit-keyframes dash-in {
    0% {
        stroke-dashoffset: 240;
    }
    40% {
        stroke-dashoffset: 240;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash-in {
    0% {
        stroke-dashoffset: 240;
    }
    40% {
        stroke-dashoffset: 240;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash-out {
    0% {
        stroke-dashoffset: 0;
    }
    40% {
        stroke-dashoffset: 240;
    }
    100% {
        stroke-dashoffset: 240;
    }
}

@keyframes dash-out {
    0% {
        stroke-dashoffset: 0;
    }
    40% {
        stroke-dashoffset: 240;
    }
    100% {
        stroke-dashoffset: 240;
    }
}

.burger-icon {
    position: absolute;
    padding: 20px 16px;
    height: 68px;
    width: 68px;
}

.burger-container {
    position: relative;
    height: 28px;
    width: 36px;
}

.burger-bun-top,
.burger-bun-bot,
.burger-filling {
    position: absolute;
    display: block;
    height: 4px;
    width: 36px;
    border-radius: 2px;
    background: #000;
}

.burger-bun-top {
    top: 0;
    -webkit-transform-origin: 34px 2px;
    transform-origin: 34px 2px;
}

.burger-bun-bot {
    bottom: 0;
    -webkit-transform-origin: 34px 2px;
    transform-origin: 34px 2px;
}

.burger-filling {
    top: 12px;
}

.burger-ring {
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    height: 68px;
}

.svg-ring {
    width: 68px;
    height: 68px;
}

.hamburglar.is-open .burger-bun-top {
    -webkit-animation: bun-top-out 0.6s linear normal;
    animation: bun-top-out 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.hamburglar.is-open .burger-bun-bot {
    -webkit-animation: bun-bot-out 0.6s linear normal;
    animation: bun-bot-out 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.hamburglar.is-closed .burger-bun-top {
    -webkit-animation: bun-top-in 0.6s linear normal;
    animation: bun-top-in 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.hamburglar.is-closed .burger-bun-bot {
    -webkit-animation: bun-bot-in 0.6s linear normal;
    animation: bun-bot-in 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes bun-top-out {
    0% {
        left: 0;
        top: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    20% {
        left: 0;
        top: 0;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    80% {
        left: -5px;
        top: 0;
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg);
    }
    100% {
        left: -5px;
        top: 1px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@keyframes bun-top-out {
    0% {
        left: 0;
        top: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    20% {
        left: 0;
        top: 0;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    80% {
        left: -5px;
        top: 0;
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg);
    }
    100% {
        left: -5px;
        top: 1px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@-webkit-keyframes bun-bot-out {
    0% {
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    20% {
        left: 0;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    80% {
        left: -5px;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }
    100% {
        left: -5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@keyframes bun-bot-out {
    0% {
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    20% {
        left: 0;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    80% {
        left: -5px;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }
    100% {
        left: -5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@-webkit-keyframes bun-top-in {
    0% {
        left: -5px;
        bot: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    20% {
        left: -5px;
        bot: 0;
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg);
    }
    80% {
        left: 0;
        bot: 0;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    100% {
        left: 0;
        bot: 1px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes bun-top-in {
    0% {
        left: -5px;
        bot: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    20% {
        left: -5px;
        bot: 0;
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg);
    }
    80% {
        left: 0;
        bot: 0;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    100% {
        left: 0;
        bot: 1px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes bun-bot-in {
    0% {
        left: -5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    20% {
        left: -5px;
        bot: 0;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }
    80% {
        left: 0;
        bot: 0;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    100% {
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes bun-bot-in {
    0% {
        left: -5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    20% {
        left: -5px;
        bot: 0;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }
    80% {
        left: 0;
        bot: 0;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    100% {
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.hamburglar.is-open .burger-filling {
    -webkit-animation: burger-fill-out 0.6s linear normal;
    animation: burger-fill-out 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.hamburglar.is-closed .burger-filling {
    -webkit-animation: burger-fill-in 0.6s linear normal;
    animation: burger-fill-in 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes burger-fill-in {
    0% {
        width: 0;
        left: 36px;
    }
    40% {
        width: 0;
        left: 40px;
    }
    80% {
        width: 36px;
        left: -6px;
    }
    100% {
        width: 36px;
        left: 0px;
    }
}

@keyframes burger-fill-in {
    0% {
        width: 0;
        left: 36px;
    }
    40% {
        width: 0;
        left: 40px;
    }
    80% {
        width: 36px;
        left: -6px;
    }
    100% {
        width: 36px;
        left: 0px;
    }
}

@-webkit-keyframes burger-fill-out {
    0% {
        width: 36px;
        left: 0px;
    }
    20% {
        width: 42px;
        left: -6px;
    }
    40% {
        width: 0;
        left: 40px;
    }
    100% {
        width: 0;
        left: 36px;
    }
}

@keyframes burger-fill-out {
    0% {
        width: 36px;
        left: 0px;
    }
    20% {
        width: 42px;
        left: -6px;
    }
    40% {
        width: 0;
        left: 40px;
    }
    100% {
        width: 0;
        left: 36px;
    }
}

/* End Hamburger SVG + CSS */





/* Mobile categories filter */

.mobile-categories-filter {
    width: 100%;
    padding: 10px;
    text-align: center;
    background: #ffffff;
    color: #000000;
    border-top: 1px solid #000000;
    display: none;
}

.mobile-categories-filter a {
    text-decoration: none;
    color: #000000;
    margin: 10px auto;
    display: inline-block;
}

/* End Mobile categories filter */





/* Imprint Page */

.page .post .title {
    width: 100%;
    text-align: center;
    font-size: 2.5em;
    text-transform: uppercase;
    margin: 30px 0;
    float: left;
}

.page .post .the-content {
    margin: 30px 0;
    display: block;
    width: 100%;
    float: left;
}

.page .post .the-content .one-third {
    width: 30%;
    float: left;
    display: block;
    margin: 0 1.5%;
}

.page .post .the-content .one-third-middle {
    width: 31%;
}

.page .post .the-content .one-third img {
    max-width: 100%;
    height: auto;
}

.page .post .the-content .one-third p {
    line-height: 1.4em;
    margin-bottom: 10px;
}

.page .post .the-content .one-third h2 {
    font-size: 1.5em;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5em;
    margin: 15px 0;
    float: left;
    width: 100%;
    display: block;
}

.page .post .the-content .one-third h3 {
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 15px 0;
    float: left;
    width: 100%;
    display: block;
}

.page .post .the-content .one-third ul {
    margin-bottom: 15px;
}

.page .post .the-content .one-third li {
    line-height: 1.2em;
    font-size: 1.2em;
}

/* End Imprint Page */





/* Gallery slider fixes */

.slick-slide img {
    max-height: 100% !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: auto !important;
    max-width: 100%;
    height: auto !important;
}

#post-ajax-response .wpsisac-slick-slider button.slick-arrow {
    background: none !important;
    top: 0 !important;
    width: 50%;
    height: 100%;
    z-index: 4;
    border: none;
    opacity: 0;
}

#post-ajax-response .wpsisac-slick-slider button.slick-prev:hover {
    cursor: url("../img/arrow_left.png"), default;
}

#post-ajax-response .wpsisac-slick-slider button.slick-next:hover {
    cursor: url("../img/arrow_right.png"), default;
}

.is-mobile #post-ajax-response .wpsisac-slick-slider button.slick-arrow {
    width: 0;
}

.wpsisac-slick-carousal-wrp {
	display: none;
}

/* End Gallery slider fixes */


/* Rotate screen */

#rotate-screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.75);
    z-index: 4;
    display: none;
}

#rotate-screen.shown {
    display: block;
}

.rotate-screen-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 320px;
    height: 480px;
    margin: auto;
}

.rotate-screen-content img {
    margin: 50px auto;
    display: block;
}

.rotate-screen-content p {
    font-size: 22px;
    color: #ffffff;
    margin: 15px 0;
    text-align: center;
    line-height: 1.3em;
}

/* End Rotate screen */
