/*
Theme Name: Peryton
Author: URBAN PROPAGANDA Communications GmbH
Author URI: http://www.urban-propaganda.de/
Description: Custom responsive theme.
Version: 1.2.1
Tags: php8, wp6
Text Domain: peryton
Domain Path: /languages
*/

html, body {
	width: 100%;
    height: 100%;
}
body, input, textarea {
	font-family: 'freight-sans-pro', sans-serif;
	font-size: 24px;
	line-height: 38px;
	font-weight: 400;
}
.text-book {
	font-family: 'freight-text-pro', sans-serif !important;
}
body {
	background-color: #fff;
	overflow-x: hidden;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 500;
	color: #000;
}
.textwhite h1, .textwhite h2, .textwhite h3, .textwhite h4, .textwhite h5, .textwhite h6 {
	color: #fff !important;
}
strong,b {
    font-weight: bold;
}
h1 {
	font-size: 120px;
	line-height: 140px;
}
h2 {
	font-size: 40px;
	line-height: 56px;
}
h3 {
	font-size: 32px;
	line-height: 40px;
}
h4 {
	font-size: 24px;
	line-height: 32px;
}


/* Text Color */
body, input, textarea, a {
	color: #000;
}
a:hover {
	color: #ca9e67;
}
/* /Text Color */


.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;                            
}


/* Header */
#header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 990;
	background-color: rgba(255,255,255,1);
	transform: translateY(0);
	transition: background 1s, transform 0.5s;
}
#header.retracted {
	transform: translateY(-100%);
}
#headerbar {
	position: relative;
	height: 120px;
	padding: 0 160px;
}

#buttonheader {
	position: fixed;
	top: 0;
	right: 0;
	width: 120px;
	z-index: 999;
	transform: translateY(0);
	transition: transform 0.5s;
}
#buttonheader.retracted {
	transform: translateY(-100%);
}
.mainmenu-active #buttonheader {
	transform: translateY(0);
}
#buttonheaderbar {
	height: 120px;
	position: relative;
}

#headerlogo {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	margin-top: 30px;
	opacity: 1;
	transition: opacity 1s;
}
.animatedlogo a {
	display: inline-block;
}
.animatedlogo a svg {
	width: 80px;
	height: 60px;
}
.animatedlogo a svg .st0 {
	fill: #000;
	transition: fill 1s;
}
.animatedlogo a:hover svg .st0 {
	fill: #ca9e67;
}
.animatedlogo a:hover svg .winga {
	-webkit-animation: movea 2s forwards;
	animation: movea 2s forwards;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.animatedlogo a:hover svg .wingb {
	-webkit-animation: moveb 2s forwards;
	animation: moveb 2s forwards;
	-webkit-animation-delay: 0.04s;
	animation-delay: 0.04s;
}
.animatedlogo a:hover svg .wingc {
	-webkit-animation: movec 2s forwards;
	animation: movec 2s forwards;
	-webkit-animation-delay: 0.08s;
	animation-delay: 0.08s;
}
.animatedlogo a:hover svg .wingd {
	-webkit-animation: moved 2s forwards;
	animation: moved 2s forwards;
	-webkit-animation-delay: 0;
	animation-delay: 0;
}
@keyframes movea {
	0% { transform: translate(0,0) rotate(0deg); }
	20% { transform: translate(9%,-20%) rotate(12deg); }
	40% { transform: translate(0,0) rotate(0deg); }
	65% { transform: translate(9%,-20%) rotate(12deg); }
	80% { transform: translate(0,0) rotate(0deg); }
	100% { transform: translate(0,0) rotate(0deg); }
}
@keyframes moveb {
	0% { transform: translate(0,0) rotate(0deg); }
	20% { transform: translate(9%,-21%) rotate(12deg); }
	40% { transform: translate(0,0) rotate(0deg); }
	60% { transform: translate(9%,-21%) rotate(12deg); }
	80% { transform: translate(0,0) rotate(0deg); }
	100% { transform: translate(0,0) rotate(0deg); }
}
@keyframes movec {
	0% { transform: translate(0,0) rotate(0deg); }
	20% { transform: translate(9%,-22%) rotate(12deg); }
	40% { transform: translate(0,0) translate(0); }
	60% { transform: translate(9%,-22%) rotate(12deg); }
	80% { transform: translate(0,0) rotate(0deg); }
	100% { transform: translate(0,0) rotate(0deg); }
}
@keyframes moved {
	0% { transform: translate(0,0) rotate(0); }
	40% { transform: translate(11%,-18%) rotate(10deg); }
	60% { transform: translate(11%,-18%) rotate(10deg); }
	100% { transform: translate(0,0) rotate(0); }
}
#headermenu {
	text-align: center;
	opacity: 1;
	transition: opacity 1s;
}
.menu-header-menu-container {
	height: 120px;
}
#headermenu ul.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
	display: inline-block;
}
#headermenu ul li {
    float: left;
}
#headermenu ul li a {
	display: block;
	height: 120px;
	line-height: 120px;
	text-decoration: none;
	padding: 0 30px;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 600;
}
#headeraccount {
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
}
#headeraccount .menu-icon {
	position: relative;
	width: 42px;
	height: 26px;
	margin: 47px 0 0 auto;
	cursor: pointer;
}
#headeraccount .menu-icon span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
	opacity: 1;
	transition: all 1s;
}
#headeraccount .menu-icon:hover span {
	background-color: #ca9e67;
}
#headeraccount .menu-icon span.a1 {
	top: 0;
}
#headeraccount .menu-icon span.a2 {
	top: calc(50% - 1px);
}
#headeraccount .menu-icon span.a3 {
	bottom: 0;
}
#headerlanguage {
	position: absolute;
	top: 0;
	right: 80px;
	width: 80px;
	text-align: right;
}
#languageswitch ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	display: inline-block;
	height: 120px;
}
#languageswitch ul li {
	display: inline-block;
    margin: 0;
    padding: 0;
	height: 120px;
	line-height: 120px;
	font-size: 16px;
	font-weight: 600;
}
#languageswitch ul li a {
	text-decoration: none;
	height: 120px;
	line-height: 120px;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 600;
	cursor: pointer;
}
#languageswitch ul li a:hover {
	color: #ca9e67;
}
body.mainmenu-active #headeraccount .menu-icon span.a1 {
	top: 12px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
body.mainmenu-active #headeraccount .menu-icon span.a2 {
	opacity: 0;
	left: 50%;
	width: 0;
}
body.mainmenu-active #headeraccount .menu-icon span.a3 {
	bottom: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
body.mainmenu-active #headeraccount .menu-icon span {
	background-color: #fff;
}
/* /Header */


/* Repsonsive Header Menu */
#headermenu ul {
	position: relative;
}
.pditem {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -9;
}
#menumore {
	cursor: pointer;
	width: 64px;
	height: 120px;
	display: none;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px 24px;
	background-image: url('/wp-content/themes/peryton/images/plus-icon.svg');
}
#menumore:hover {
	background-image: url('/wp-content/themes/peryton/images/plus-icon-hover.svg');
}
#headermenumorewrapper {
	position: relative;
	width: 64px;
	height: 120px;
	visibility: hidden;
	transform: translateY(-40px);
	opacity: 0;
	transition: all 0.5s;
}
#headermenumore {
	position: absolute !important;
	top: 96px;
	right: 0;
	width: 320px !important;
	background-color: #fff;
	height: auto;
	-webkit-box-shadow: 0px 10px 20px 5px rgba(0,0,0,0.25); 
	box-shadow: 0px 10px 20px 5px rgba(0,0,0,0.25);
}
#headermenumore li {
	float: none !important;
	width: 100%;
	display: block;
}
#headermenumore li a {
	height: 48px !important;
	line-height: 48px !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
#headermenu.menu-more-active #menumore {
	display: inline-block;
}
#headermenu.menu-more-pulldown-active #headermenumorewrapper {
	visibility: visible;
	transform: translateY(0);
	opacity: 1;
}
/* Repsonsive Header Menu */


/* Main Menu */
body #mainmenuoverlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 998;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #ca9e67;
	background-size: auto 357px;
    background-repeat: repeat-x;
    background-position: center bottom;
	padding-bottom: 357px;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s, visibility 1s;
}
body.mainmenu-active #mainmenuoverlay {
	opacity: 1;
	visibility: visible;
}
#mainmenu .menu-header-menu-container {
	height: auto !important;
}
#mainmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	column-count: 4;
	column-gap: 40px;
	width: 100%;
	opacity: 0;
	transform: translateY(200px);
	transition: transform 1s, opacity 1s;
	transition-delay: 1s;
}
#mainmenu ul li {
	display: block;
    margin: 0;
    padding: 0;
	width: 100%;
	page-break-inside: avoid; 
	break-inside: avoid-column;
	display: table;
}
#mainmenu ul li a {
	display: block;
    margin: 0;
    padding: 0;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: bold;
	opacity: 1;
	height: 20px;
	line-height: 20px;
	margin-top: 40px;
}
#mainmenu ul li ul {
	column-count: 1;
	column-gap: 0;
	page-break-inside: avoid; 
	break-inside: avoid-column;
	display: table;
	transform: translateY(0);
}
#mainmenu ul li ul li a {
	margin-top: 40px;
	font-weight: normal;
}
#mainmenu ul li a:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.5;
}
#mainmenulogo a {
	margin-top: 40px;
	display: inline-block;
	border: none;
}
#mainmenulogo svg {
	width: 80px;
	height: auto;
	display: inline-block;
}
#mainmenulogo svg .st0 {
	fill: #fff;
}
body.mainmenu-active #mainmenu ul {
	opacity: 1;
	transform: translateY(0);
	transition: transform 1s, opacity 1s;
	transition-delay: 0.5s;
}
/* /Main Menu */


.c-content-center {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
.c-content-center-small {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.c-content-center-smaller {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
.c-content-inner {
	margin: 0 40px;
}


.c-spacer {
	height: 40px;
}
.c-spacer-half {
	height: 20px;
}
.c-spacer-double {
	height: 80px;
}
.c-spacer-section {
	height: 120px;
}
.c-spacer-header {
	height: 120px;
}


.c-section-title {
	font-size: 64px;
	line-height: 80px;
	font-weight: 500;
	color: #000;
}


.page-intro-text {
	font-size: 40px;
	line-height: 56px;
	font-weight: 500;
}
.page-side-text {
	position: relative;
	padding-right: 12%;
	padding-left: 12%;
}
.page-side-link {
	position: absolute;
	top: calc(50% - 14px);
	left: 14px;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	text-transform: uppercase;
	transform: translateX(-50%) rotate(-90deg);
	letter-spacing: 1px;
	text-decoration: none;
	padding-right: 20px;
}


/* Latest News */
.latest-news {
	background-color: #ebebeb;
	color: #000;
}
.latest-news .news-item-container {
	margin-top: 0;
}

/* /Latest News */


/* Button */
.zw-button-wrapper {
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
}
.zw-button-wrapper a {
	text-decoration: none;
	letter-spacing: 1px;
	position: relative;
}
.zw-button-wrapper .zw-button {
	border: 2px solid #000;
	height: 38px;
	line-height: 33px;
	font-size: 20px;
	font-weight: 500;
	padding: 0 40px;
	color: #000;
	text-transform: uppercase;
	white-space: nowrap;
	background-color: rgba(0,0,0,0);
	z-index: 9;
	transition: 0.5s all;
}
.zw-button-wrapper.white .zw-button {
	border: 2px solid #fff;
	color: #fff;
}
.zw-button-wrapper a:hover .zw-button,
.zw-button-wrapper a:active .zw-button {
	background-color: rgba(0,0,0,0.1);
}
.zw-button-wrapper.white a:hover .zw-button,
.zw-button-wrapper.white a:active .zw-button {
	background-color: rgba(255,255,255,0.2);
}
.zw-button-wrapper.zw-button-spacing {
	margin-left: 20px;
	margin-right: 20px;
}
/* /Button */


/* Tile Button */
.tb-button-wrapper {
	position: relative;
	padding-bottom: 100%;
	background-color: rgba(202,196,184,1);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.tb-button-wrapper .tb-button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(202,196,184,1);
	color: #000;
	padding-top: 50%;
	padding-left: 25%;
	padding-right: 10px;
}
.tb-button-wrapper .tb-button-container {
	transform: translateY(-50%);
}
.tb-button-wrapper .tb-button-container .tb-button-title {
	font-size: 64px;
	line-height: 80px;
	font-weight: 500;
}
.tb-button-wrapper:hover .tb-button {
	color: #fff;
	background-color: rgba(202,196,184,0);
}
.tb-button-wrapper .zw-button {
	transition: background 1s;
}
.tb-button-wrapper:hover .zw-button {
	border-color: #fff;
	color: #fff;
	background-color: rgba(255,255,255,0);
}
.tb-button-wrapper:hover .zw-button:hover {
	background-color: rgba(255,255,255,0.2);
}
/* /Tile Button */


.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none; 
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; 
  user-select: none;
}


.imgresponsive {
	display: block;
	width: 100%;
	height: auto;
}


.desktoponly {
	display: block;
}
.mobileonly {
	display: none;
}


.textbold {
	font-weight: bold;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
.textupper {
	text-transform: uppercase;
}
.textlower {
	text-transform: lowercase;
}
.textnowrap {
	white-space: nowrap;
}
.textwhite {
	color: #fff;
}
.textblack {
	color: #fff;
}
.textsmall {
	font-size: 12px !important;
	line-height: 16px;
}
.textbig {
	font-size: 22px !important;
	line-height: 30px;
}
.textcolor {
	color: #053e75 !important;
}
.textnodecoration,
.textnodecoration:active,
.textnodecoration:hover {
	text-decoration: none;
}



/* Team */
#memberslider {
	margin: 0 40px;
}
.memberslider-item-inner {
	margin: 0 20px;
	text-align: center;
}
.memberslider-item-headshot {
	padding-bottom: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-color: #eee;
}
.memberslider-item-title {
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
}
.memberslider-item-description {
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
}
.memberslider-item-social {
	margin: 0 -10px;
}
.memberslider-item-social ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	width: 100%;
}
.memberslider-item-social ul li {
	display: inline-block;
}
.memberslider-item-social ul li a {
	display: inline-block;
	margin: 0 10px;
}
.memberslider-item-social ul li a img,
.memberslider-item-social ul li a svg {
	display: inline-block;
	width: 24px;
	height: 24px;
}
.memberslider-item-social ul li a img.icon-vita,
.memberslider-item-social ul li a svg.icon-vita {
	width: 52px;
	height: 24px;
}

#memberslider .slick-arrow {
	position: absolute;
	top: 50%;
	width: 24px;
	height: 24px;
	border: none;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	background-color: transparent;
	text-indent: -9999em;
	overflow: hidden;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}
#memberslider .slick-arrow:hover {
	border-color: #ca9e67;
}
#memberslider .slick-prev.slick-arrow {
	left: -34px;
	transform: translateY(-50%) rotate(135deg);
}
#memberslider .slick-next.slick-arrow {
	right: -34px;
	transform: translateY(-50%) rotate(-45deg);
}

#memberslider .slick-dots {
	margin-top: 20px;
	width: 100%;
	text-align: center;
}
#memberslider .slick-dots li {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 2px solid #e4e1dc;
	background-color: transparent;
	border-radius: 8px;
	margin: 0 8px;
	cursor: pointer;
}
#memberslider .slick-dots li button {
	display: none;
}
#memberslider .slick-dots li.slick-active {
	background-color: #e4e1dc;
}

/* /Team */


/* News */
.news-item-placeholder {
	width: 100%;
	padding-bottom: 75%;
	background-color: #ddd;
}
.news-item-container {
	position: relative;
	padding-left: 60px;
	margin-top: 30px;
}
.news-item-date {
    position: absolute;
    top: 0;
    left: -6px;
    font-weight: 500;
    color: #000;
    font-size: 20px;
    line-height: 28px;
    transform-origin: top right;
    transform: translateX(-100%) rotate(-90deg);
    padding-right: 10px;
}
.news-item-title a {
	font-size: 32px;
	line-height: 40px;
	font-weight: 500;
	color: #000;
	text-decoration: none;
	margin-bottom: 10px;
}
.news-item-title a:hover {
	color: #000;
	text-decoration: none;
}
.news-item-author {
	font-size: 12px;
	line-height: 16px;
	color: #000;
}
.news-item-excerpt {
	font-size: 18px;
	line-height: 26px;
	color: #000;
}
.news-item-more-link a {
	font-size: 16px;
	line-height: 24px;
	color: #ca9e67;
}
.news-backlink,
.news-backlink:hover {
	text-decoration: none;
	color: #ca9e67;
	font-weight: 500;
	font-size: 16px;
}
.news-details-line {
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
}
.news-details-line span {
	font-weight: 600;
	margin-right: 40px;
}

.news-downloadlink,
.news-downloadlink:hover,
.news-downloadlink:active {
	background-image: url('/wp-content/themes/peryton/images/download-icon.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	padding-left: 50px;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	text-decoration: none;
	color: #ca9e67;
	font-weight: 500;
	font-size: 16px;
	display: inline-block;
}
/* /News */


/* Navigation */
.navigation.pagination .screen-reader-text {
	display: none;
}
.nav-links a,
.nav-links a:hover,
.nav-links span {
	color: #ca9e67;
	text-decoration: none;
	display: inline-block;
	margin: 0 10px;
	font-size: 16px;
	line-height: 20px;
}
/* /Navigation */


/* Facts Grid */
.facts-grid {
	margin-left: -40px;
	margin-bottom: -40px;
}
.facts-grid-item {
	float: left;
	width: 25%;
	padding-left: 40px;
	padding-bottom: 40px;
}
.facts-grid-icon {
	margin-bottom: 30px;
}
.facts-grid-icon img {
	height: 48px;
	width: auto;
	display: inline-block;
}
.facts-grid-title {
	font-size: 46px;
	line-height: 54px;
	margin-bottom: 40px;
}
.facts-grid-desc {
	font-size: 20px;
	line-height: 28px;
	color: #888;
}
@media all and (max-width:1199px) {
	.facts-grid {
		margin-left: -20px;
		margin-bottom: -60px;
	}
	.facts-grid-item {
		width: 50%;
		padding-left: 20px;
		padding-bottom: 60px;
	}
	.facts-grid-icon {
		margin-bottom: 0;
	}
	.facts-grid-title {
		margin-bottom: 10px;
	}
}
@media all and (max-width:779px) {
	.facts-grid-item {
		width: 100%;
	}
	.facts-grid-title {
		font-size: 32px;
		line-height: 40px;
	}
}
/* /Facts Grid */


/* Default Columns with Gutter */
.c-row { margin: 0 0 -40px -40px; }
.nogutter .c-row { margin: 0; }
.c-row:after { content: ''; display: block; clear: both; }
.c-clear { clear: both; }
.c-center { text-align: center; }
.c-col-1,.c-col-2,.c-col-3,.c-col-4,.c-col-5,.c-col-6,
.c-col-7,.c-col-8,.c-col-9,.c-col-10,.c-col-11,.c-col-12 {
	float: left; padding: 0 0 40px 40px;
}
.nogutter .c-row .c-col-1, .nogutter .c-row .c-col-2, .nogutter .c-row .c-col-3,
.nogutter .c-row .c-col-4, .nogutter .c-row .c-col-5, .nogutter .c-row .c-col-6,
.nogutter .c-row .c-col-7, .nogutter .c-row .c-col-8, .nogutter .c-row .c-col-9,
.nogutter .c-row .c-col-10, .nogutter .c-row .c-col-11, .nogutter .c-row .c-col-12 {
	padding: 0;
}
.c-col-1 { width: 8.33%; }
.c-col-2 { width: 16.66%; }
.c-col-3 { width: 25%; }
.c-col-4 { width: 33.33%; }
.c-col-5 { width: 41.66%; }
.c-col-6 { width: 50%; }
.c-col-7 { width: 58.33%; }
.c-col-8 { width: 66.66%; }
.c-col-9 { width: 75%; }
.c-col-10 { width: 83.33%; }
.c-col-11 { width: 91.66%; }
.c-col-12 { width: 100%; }
/* /Default Columns with Gutter */


/* Pre-Footer */
#prefooter {
	padding: 92px 0;
}
#prefootertitle {
	font-size: 112px;
	line-height: 152px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 40px;
}
#prefooterlinks a {
	font-size: 32px;
	line-height: 72px;
	font-weight: 400;
	position: relative;
	color: #fff;
	text-decoration: none;
	opacity: 1;
	padding-right: 40px;
}
#prefooterlinks a:active,
#prefooterlinks a:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.5;
}
#prefooterlinks a:after {
	content: '';
	width: 24px;
	height: 24px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	position: absolute;
	top: 10px;
	right: 0;
	transform: rotate(-45deg);
}
.prefooterlink {
	float: left;
	width: 50%;
}
/* /Pre-Footer */


/* Footer */
#footermenu,
#footermenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#footermenu ul li.menu-item-has-children,
#footermenu ul li.current-menu-ancestor {
	width: 50%;
	float: left;
}
#footermenu ul li a {
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: 1px;
	display: inline-block;
	margin-bottom: 24px;
}
/* /Footer */


/* Social Footer */
#footersocial ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	margin: 0 auto;
}
#footersocial ul li {
	float: left;
}
#footersocial .sociallink {
	text-decoration: none;
	display: inline-block;
	height: 26px;
	margin-right: 26px;
	margin-bottom: 26px;
}
#footersocial .sociallink img,
#footersocial .sociallink svg {
	width: 26px;
	height: 26px;
	display: inline-block;
	border: 0;
}
/* /Social Footer */


/* Social Links */
.social-links ul {
	list-style-type: none;
	display: inline-block;
	padding: 0;
	margin: 26px auto 0 auto;
}
.social-links ul li {
	float: left;
}
.social-links .social-text {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	font-size: 24px;
	font-weight: 400px;
	margin-right: 26px;
	margin-bottom: 26px;
}
.social-links .social-link {
	text-decoration: none;
	display: inline-block;
	height: 26px;
	margin-right: 26px;
	margin-bottom: 26px;
}
.social-links .social-link img,
.social-links .social-link svg {
	width: 26px;
	height: 26px;
	display: inline-block;
	border: 0;
}
/* /Social Links */


/* Social Icon Hover */
a .social-icon path {
	transition: fill 0.3s;
}
a .social-icon circle {
	transition: fill 0.3s;
}
a:hover .social-icon path {
	fill: #ca9e67;
}
a:hover .social-icon circle {
	fill: #ca9e67;
}
#mainmenuoverlay a {
	opacity: 1;
	transition: opacity 0.3s;
}
#mainmenuoverlay a:hover {
	opacity: 0.5;
	transition: opacity 0.3s;
}
#mainmenuoverlay a .social-icon path {
	fill: #fff;
}
#mainmenuoverlay a .social-icon circle {
	fill: #fff;
}
@media all and (max-width:779px) {
	#mainmenuoverlay .social-text {
		width: 100%;
		margin-right: 0;
	}
	#mainmenuoverlay .social-links ul li {
	    float: none;
	    display: inline-block;
	}
	#mainmenuoverlay .social-link {
		margin-left: 13px;
		margin-right: 13px;
	}
}
/* /Social Icon Hover */


/* Home Hero */
.home-hero {
	position: relative;
}
.home-hero-video {
	width: 71.5%;
}
.home-hero-video-wrapper {
	position: relative;
	padding-bottom: 75%;
}
.home-hero-video-block {
	display: block;
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding-left: 50%;
}
.home-hero-video-block video {
	min-width: 100%;
	min-height: 100%;
	height: 100%;
	z-index:-100;
	background-position: center;
	background-size: cover;
	transform: translateX(-50%);
	overflow: hidden;
}
.home-hero-image {
	position: absolute;
	left: 30%;
	right: 0;
	top: 60%;
	transform: translateY(-50%);
}
/* /Home Hero */


/* Block */
.sc-block {
	display: block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #000;
	position: relative;
	overflow: hidden;
}
.sc-block video {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	width: 100%;
	height: auto;
	transform: translateY(-50%);
	z-index: -200;
}
/* /Block */

/* CTA */
.sc-cta {
	background-color: #e4e1dc;
}
.sc-cta-headshot-wrapper {
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
}
.sc-cta-headshot {
	padding-bottom: 100%;
	background-color: rgba(0,0,0,0.1);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position: relative;
	width: 100%;
	/*
	-webkit-box-shadow: inset 0px 0px 9px 5px #e4e1dc;
	box-shadow: inset 0px 0px 9px 5px #e4e1dc;
	*/
}
.sc-cta-left {
	text-align: center;
	font-size: 32px;
	line-height: 40px;
	font-weight: 400;
}
.sc-cta-right {
	text-align: left;
}
.sc-cta-push {
	position: relative;
}
.sc-cta-va {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	transform: translateY(-50%);
}
/* /CTA */

/*
#footer-sliding-container {
	overflow: hidden;
    height: 324px;
}
#footer-sliding-background {
  background-image: url('/wp-content/themes/peryton/images/footer-bg-002.png');
  background-size: 3106px 324px;
  background-repeat: repeat-x;
  background-position: left bottom;
  height: 324px;
  width: 6212px;
  animation: slide 120s linear infinite;
}
@keyframes slide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-3106px, 0, 0);
  }
}
*/

#footer-static-container {
	background-size: auto 357px;
    background-repeat: repeat-x;
    background-position: center bottom;
    height: 357px;
    width: 100%;
}
#footerslogan {
	position: absolute;
	width: 286px;
	height: auto;
	top: 24px;
	left: calc(50% - 143px);
	display: inline-block;
	z-index: 9;
}


#animatedlogowalking {
	position: absolute;
	bottom: -70px;
	left: 0;
	width: 80px;
	height: 60px;
	z-index: 9;
    animation: deerwalking 10s linear infinite;
}
#animatedlogowalking a svg .st0 {
	fill: #ca9e67;
}
@keyframes deerwalking {
  0% { opacity: 0; bottom: -200px; }
  60% { opacity: 0; bottom: -200px; }
  70% { opacity: 1; bottom: -100px; }
  80% { opacity: 1; bottom: -120px; }
  90% { opacity: 1; bottom: -100px; }
  80% { opacity: 1; bottom: -120px; }
  90% { opacity: 1; bottom: -100px; }
  100% { opacity: 0; bottom: -200px; }
}


/* BTP */
#backtotop {
	position: absolute;
	bottom: -100px;
	right: 6px;
	width: 24px;
	height: 24px;
	text-decoration: none;
	z-index: 9;
	cursor: pointer;
	display: inline-block;
}
#backtotop:after {
	content: '';
	width: 24px;
	height: 24px;
	display: inline-block;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(-45deg);
	transition: all 1s;
}
#backtotop:hover:after {
	border-top: 2px solid #ca9e67;
	border-right: 2px solid #ca9e67;
}
/* /BTP */


/* Custom Animation */
.customAnim.animFadeUp {
	opacity:0;
	-webkit-transition: opacity 2s;
	-moz-transition: opacity 2s;
	-o-transition: opacity 2s ;
	transition: opacity 2s;
}
.customAnim.animFadeUp.come-in {
	opacity:1;
	animation: afu-come-in 2s ease forwards;
	-webkit-transform: -webkit-translateY(200px);
	-moz-transform: -moz-translateY(200px);
	-ms-transform: -ms-translateY(200px);
	-o-transform: -o-translateY(200px);
	transform: translateY(200px);
}
.customAnim.animFadeDown {
	opacity:0;
	-webkit-transition: opacity 2s;
	-moz-transition: opacity 2s;
	-o-transition: opacity 2s ;
	transition: opacity 2s;
}
.customAnim.animFadeDown.come-in {
	opacity:1;
	animation: afu-come-in 2s ease forwards;
	-webkit-transform: -webkit-translateY(-200px);
	-moz-transform: -moz-translateY(-200px);
	-ms-transform: -ms-translateY(-200px);
	-o-transform: -o-translateY(-200px);
	transform: translateY(-200px);
}
.customAnim.animFadeRight {
	opacity:0;
	-webkit-transition: opacity 2s;
	-moz-transition: opacity 2s;
	-o-transition: opacity 2s ;
	transition: opacity 2s;
}
.customAnim.animFadeRight.come-in {
	opacity:1;
	animation: afr-come-in 2s ease forwards;
	-webkit-transform: -webkit-translateX(-200px);
	-moz-transform: -moz-translateX(-200px);
	-ms-transform: -ms-translateX(-200px);
	-o-transform: -o-translateX(-200px);
	transform: translateX(-200px);
}
.customAnim.animFadeLeft {
	opacity:0;
	-webkit-transition: opacity 2s;
	-moz-transition: opacity 2s;
	-o-transition: opacity 2s ;
	transition: opacity 2s;
}
.customAnim.animFadeLeft.come-in {
	opacity:1;
	animation: afr-come-in 2s ease forwards;
	-webkit-transform: -webkit-translateX(200px);
	-moz-transform: -moz-translateX(200px);
	-ms-transform: -ms-translateX(200px);
	-o-transform: -o-translateX(200px);
	transform: translateX(200px);
}
.customAnim.animSpeeded {
 	-webkit-animation-duration: 1s !important;
 	-moz-animation-duration: 1s !important;
 	-o-animation-duration: 1s !important;
	animation-duration: 1s !important;
}
.customAnim.animFadeIn {
	opacity:0;
	-webkit-transition: opacity 2s;
	-moz-transition: opacity 2s;
	-o-transition: opacity 2s ;
	transition: opacity 2s;
}
.customAnim.animFadeIn.come-in {
	opacity: 1;
}
@keyframes afu-come-in {
	to {
		-webkit-transform: -webkit-translateY(0);
		-moz-transform: -moz-translateY(0);
		-ms-transform: -ms-translateY(0);
		-o-transform: -o-translateY(0);
		transform: translateY(0);
	}
}
@keyframes afr-come-in {
	to {
		-webkit-transform: -webkit-translateX(0);
		-moz-transform: -moz-translateX(0);
		-ms-transform: -ms-translateX(0);
		-o-transform: -o-translateX(0);
		transform: translateX(0);
	}
}
/* Custom Animation */


/* Contact Form */
.contact-form-form label {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
}
.contact-form-form .wpcf7-text,
.contact-form-form select,
.contact-form-form textarea {
	border: 2px solid #000;
	width: 100%;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 10px;
}
.contact-form-form .wpcf7-text,
.contact-form-form select {
	height: 60px;
	line-height: 56px;
}
.contact-form-form select {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
}
.contact-form-form textarea {
	resize: vertical;
}
.contact-form-form .wpcf7-submit {
	margin-top: 20px;
	height: 40px;
	line-height: 38px;
	padding: 0 40px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	border: 2px solid #000;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	background-color: #fff;
	transition: background 0.5s;
}
.contact-form-form .wpcf7-submit:hover {
	background-color: rgba(0,0,0,0.1);
}
.contact-form-form .contact-form-select-select {
	position: relative;
}
.contact-form-form .contact-form-select-select:after {
	content: ' ';
	width: 24px;
	height: 24px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	position: absolute;
	top: 9px;
	right: 30px;
	transform: rotate(45deg);
}
/* /Contact Form */


.portfolio-box {
	width: 100%;
	display: block;
	padding-bottom: 100%;
	position: relative;
	background-color: #e4e1dc;
}
.portfolio-box-inner {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	transform: translateY(-50%);
	padding: 0 20px;
	text-align: center;
	font-size: 32px;
	font-weight: 400;
	line-height: 40px;
}


.page-id-163 .page-side-text:nth-of-type(1) {
	padding-right: 0;
}


.fabel-link {
	cursor: pointer;
}


/* Responsive */
@media all and (max-width:1279px) {
}

@media all and (max-width:1003px) {
	.c-content-inner {
		margin:0 20px;
	}
	.c-content-padding {
		padding: 0;
	}
	.custom-slide-content {
		padding-left: 60px;
	}
	.custom-slide-title {
		font-size: 40px;
		line-height: 48px;
	}
	.slick-prev,
	.slick-next {
		width: 86px;
	}
	#mainmenu ul {
		column-count: 3;
		column-gap: 20px;
	}
	#mainmenu ul li ul {
		column-count: 1;
		column-gap: 0;
	}
	
	.memberslider-item-inner {
		margin: 0 10px;
	}
}

@media all and (max-width:779px) {
	h1 {
		font-size: 60px;
		line-height: 76px;
	}
	h2 {
		font-size: 28px;
		line-height: 40px;
	}

	.page-intro-text {
		font-size: 28px;
		line-height: 40px;
	}
	
	.c-row { margin: 0 0 -20px -20px; }
	.nogutter .c-row { margin:0; }
	.c-col-1,.c-col-2,.c-col-3,.c-col-4,.c-col-5,.c-col-6,
	.c-col-7,.c-col-8,.c-col-9,.c-col-10,.c-col-11,.c-col-12 {
		padding: 0 0 20px 20px; width:100%;
	}
	.nogutter .c-row .c-col-1, .nogutter .c-row .c-col-2, .nogutter .c-row .c-col-3,
	.nogutter .c-row .c-col-4, .nogutter .c-row .c-col-5, .nogutter .c-row .c-col-6,
	.nogutter .c-row .c-col-7, .nogutter .c-row .c-col-8, .nogutter .c-row .c-col-9,
	.nogutter .c-row .c-col-10, .nogutter .c-row .c-col-11, .nogutter .c-row .c-col-12 {
		padding: 0;
	}

	.c-spacer {
		height: 40px;
	}
	.c-spacer-half {
		height: 20px;
	}
	.c-spacer-double {
		height: 80px;
	}
	.c-spacer-section {
		height: 80px;
	}
	.c-spacer-header {
		height: 80px;
	}

	.c-content-wide {
		margin-right: -20px;
		margin-left: -20px;
	}

	.desktoponly {
		display: none;
	}
	.mobileonly {
		display: block;
	}

	#headerbar {
		height: 80px;
	}
	#headerlogo {
		margin-top: 10px;
	}
	#headeraccount .menu-icon {
		margin: 26px 0 0 auto;
	}

	#languageswitch ul {
		height: 80px;
	}
	#languageswitch ul li {
		height: 80px;
		line-height: 80px;
	}
	#languageswitch ul li a {
		height: 80px;
		line-height: 80px;
	}

	#menu-footer-menu li.menu-item-has-children,
	#menu-footer-menu li.current-menu-ancestor {
		width: 50%;
	}

	#mainmenu ul {
		column-count: 2;
		column-gap: 20px;
	}
	#mainmenu ul li ul {
		column-count: 1;
		column-gap: 0;
	}

	#prefootertitle {
		font-size: 56px;
		line-height: 76px;
	}
	
	#headermenu {
		display: none;
	}
	.sc-cta-left,
	.sc-cta-right {
		text-align: center;
	}
	.sc-cta-push {
		height: auto !important;
	}
	.sc-cta-va {
		position: static;
		top: 0;
		transform: translateY(0);
	}
}
/* /Responsive */


/* Shortcuts */
.mt0 {
	margin-top: 0;
}
.mb0 {
	margin-bottom: 0;
}
.pt0 {
	padding-top: 0;
}
.pb0 {
	padding-bottom: 0;
}
.mw320 {
	width: 100%;
	max-width: 320px;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.absolute-left {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
}
.absolute-right {
	position: absolute;
	display: inline-block;
	top: 0;
	right: 0;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
/* /Shortcuts */
