/*
Theme Name: Climax
Author: URBAN PROPAGANDA Communications GmbH
Author URI: https://urban-propaganda.de/
Description: Custom theme for the Climax Institutes brand. Responsive design with sidebar.
Version: 1.0.3
License: Commercial Only
License URI: http://urban-propaganda.de/
Tags: php8, wp6
Text Domain: climax
*/


/* asap-regular - latin */
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/asap-v24-latin-regular.eot');
  src: local(''),
       url('fonts/asap-v24-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/asap-v24-latin-regular.woff2') format('woff2'),
       url('fonts/asap-v24-latin-regular.woff') format('woff'),
       url('fonts/asap-v24-latin-regular.ttf') format('truetype'),
       url('fonts/asap-v24-latin-regular.svg#Asap') format('svg');
}

/* asap-700 - latin */
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/asap-v24-latin-700.eot');
  src: local(''),
       url('fonts/asap-v24-latin-700.eot?#iefix') format('embedded-opentype'),
       url('fonts/asap-v24-latin-700.woff2') format('woff2'),
       url('fonts/asap-v24-latin-700.woff') format('woff'),
       url('fonts/asap-v24-latin-700.ttf') format('truetype'),
       url('fonts/asap-v24-latin-700.svg#Asap') format('svg');
}


html {
    height:100%;
}

body {
    height:100%;
	margin:0;
	padding:0;
	color:#1d1d1d;
}
.custom-color { color:#1d1d1d; }
.custom-background { background-color:#eee; }

#climaxbackground {
	background-repeat:repeat;
 	position: fixed;
 	top: 0;
 	left: 0;
 	right: 0;
 	bottom: -69px;
 	z-index: -102;
}

* {
	font-family: 'Asap', 'Helvetica Neue', 'Helvetica', sans-serif;
}

a { color:#555555; text-decoration:none; }
a:hover { color:#1d1d1d; text-decoration:underline; }


#container { min-width:320px; }


.subcontainer-centered {
	margin:0 auto;
}
.subcontainer-inner {
	margin:0 32px;
}
.subcontainer-image-height {
	position:relative;
	zoom: 1;
	filter: alpha(opacity=40);
	opacity:.4;
}
.subcontainer-image-title {
	position:absolute;
	left:0;
	bottom:0;
}

.img_responsive {
	width:100%;
	height:auto;
	border:0;
	display:block;
}


h2.widgettitle,
.article-title {
	font-weight:bold;
	position:relative;
	text-transform:uppercase;
	margin-top:0;
	margin-bottom:32px;

	white-space:-moz-pre-wrap; /* Mozilla, since 1999 */
	white-space:-o-pre-wrap; /* Opera 7+ */
	word-wrap:break-word; /* Internet Explorer 5.5+ */
	white-space:pre-wrap; /* css3 */
}
.article-title a:hover {
	opacity:.75;
}
.article-title a:hover,
.article-title a {
	text-decoration:none;
}
.article-title-smallest {
	line-height:100%;
	font-size:100%;
}
.article-title-smallest:after {
	content:'';
	left:0;
	width:5px;
	height:2px; 
	background:#1d1d1d;
	position:absolute; 
	bottom:-12px;
}
.article-title-smaller {
	line-height:125%;
	font-size:125%;
}
.article-title-smaller:after {
	content:'';
	left:0;
	width:6px;
	height:2px; 
	background:#1d1d1d;
	position:absolute; 
	bottom:-12px;
}
h2.widgettitle,
.article-title-small {
	line-height:225%;
	font-size:150%;
}
h2.widgettitle:after,
.article-title-small:after {
	content:'';
	left:0;
	width:8px;
	height:3px; 
	background:#1d1d1d;
	position:absolute; 
	bottom:-3px;
}

.article-title-large {
	line-height:100%;
	font-size:250%;
	margin-bottom:80px;
}
.article-title-large:after {
	content:'';
	left:0;
	width:15px;
	height:6px; 
	background:#1d1d1d;
	position:absolute; 
	bottom:-32px;
}

/* Non-responsive browsers */
.article-title-big {
	line-height:84%;
	font-size:500%;
	margin-bottom:80px;
}
.article-title-big:after {
	content:'';
	left:0;
	width:24px;
	height:9px; 
	background:#1d1d1d;
	position:absolute; 
	bottom:-48px;
}
/* /Non-responsive browsers */

@media all and (min-width:1000px) {
	.article-title-big {
		line-height:84%;
		font-size:500%;
		margin-bottom:80px;
	}
	.article-title-big:after {
		content:'';
		left:0;
		width:15px;
		height:6px; 
		background:#1d1d1d;
		position:absolute; 
		bottom:-32px;
	}
}
@media all and (max-width:999px) {
	.article-title-big {
		line-height:100%;
		font-size:250%;
		margin-bottom:80px;
	}
	.article-title-big:after {
		content:''; 
		left:0;
		width:8px;
		height:3px; 
		background:#1d1d1d;
		position:absolute; 
		bottom:-16px;
	}
}
h2.widgettitle {
	margin-bottom:80px;
}
.article-title-white:after {
	background:#fff;
}


#header { }

	
#footer { }


.clearspace { clear:both; height:40px; display:block; }
.makespace { height:40px; display:block; }
.makespace-half { height:20px; display:block; }
.makespace-double { height:80px; display:block; }

.home-3-boxed { float:left; }
.home-2-boxed { float:left; }
.home-boxed { float:left; width:100%; }
.home-boxed-margin { margin-left:40px; margin-bottom:40px; }
.news-boxed { float:left; }

.menulogo {
	width:200px;
	float:left;
}
.menuicon:hover,
.menulogo:hover { opacity:.75; }
.menulogoimg { width:auto;border:0;display:block; }
.menuicon {
	width:32px; height:24px; float:right; cursor:pointer;
}
.menusocial {
	margin-left:4px;
	width:44px; height:34px; float:right;
}
.menusocial.first {
	margin-left:10px;
}
.menusocial.last {
	margin-right:-10px;
}
.menusocial a {
	padding:5px 10px; display:inline-block;
	cursor:pointer;
	box-sizing:border-box;
}
.menusocial a:hover {
	background-color:#fff;
}
.menusocial img {
	width:24px; height:24px; border:0; display:block;
}
.menunav {
	width:400px;
	float:right;
}


/* Primary Menu Styling */
#primary_nav_wrap {
	margin-right:-8px;
}
#primary_nav_wrap ul {
	z-index:9;
	list-style:none;
	position:relative;
	margin:0;
	padding:0;
	text-align:right;
}
#primary_nav_wrap ul a {
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	line-height:36px;
	font-weight:bold;
	color:#1d1d1d;
	background-color:transparent;
	padding:0 10px;
}
#primary_nav_wrap ul li {
	position:relative;
	/* float:left; */
	display:inline-block;
	text-align:left;
	margin:0;
	padding:0;
}
#primary_nav_wrap ul li:hover a {
	color:#fff;
	background-color:#1d1d1d;
}
#primary_nav_wrap ul li a:hover {
	color:#ccc;
	background-color:transparent;
}
#primary_nav_wrap ul ul {
	display:none;
	position:absolute;
	top:100%;
	right:0;
	padding:0;
}
#primary_nav_wrap ul ul li {
	width:228px;
	margin-top:4px;
}
#primary_nav_wrap ul ul a {
	line-height:120%;
	padding:10px;
	white-space:-moz-pre-wrap; /* Mozilla, since 1999 */
	white-space:-o-pre-wrap; /* Opera 7+ */
	word-wrap:break-word; /* Internet Explorer 5.5+ */
	white-space:pre-wrap; /* css3 */
}
#primary_nav_wrap ul ul ul {
	top:0;
	left:100%;
}
#primary_nav_wrap ul li:hover > ul {
	display:block;
}


/* Contact Form 7 */
.wpcf7-form {
	margin:0;
	padding:0;
}
.wpcf7-textarea,
.wpcf7-text {
	height:40px;
	color:#1d1d1d;
	background-color:transparent;
	width:100%;
	border:3px solid #1d1d1d;
	padding:0 10px 0 10px;
	margin:0;
	font-size:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.wpcf7-textarea {
	padding:10px;
	height:120px;
	resize:vertical;
}
.wpcf7-submit {
	display:inline-block;
	vertical-align:baseline;
	outline:none;
	border:0;
	font-weight:bold;
	text-transform:uppercase;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
	font-size:100%;
	padding:.5em 2em .55em;
	background-color:#1d1d1d;
	color:#fff;
	-webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease; -ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}
.wpcf7-submit:hover {
	text-decoration:none;
	background-color:#f7f7f7;
	color:#1d1d1d;
}
.wpcf7-submit:active {
	position:relative;
	top:1px;
}


/* Overwrite aligncenter class with full-width-responsive image styles */
.aligncenter {
	width:100%;
	height:auto;
	border:0;
	display:block;
}


/* Partner Links Styling */
.footer-links-area-banners h2.widgettitle {
	display:none;
}
.footer-links-area-banners ul {
	list-style:none;
	margin:0 0 0 -20px;
	padding:0;
}
.footer-links-area-banners ul li {
	box-sizing:border-box;
	float:left;
	height:80px;
	padding:0 0 0 20px;
	margin:0 0 20px 0;
	display:inline-block;
}
.footer-links-area-banners ul li a {
	display:block;
	width:100%;
	height:80px;
	line-height:80px;
	position: relative;
	text-decoration:none;
	/* background-color:rgba(250,250,250,.10); */
}
.footer-links-area-banners ul li a:hover {
	opacity:.75;
	text-decoration:none;
}
.footer-links-area-banners ul li a img {
	max-height: 100%;  
	max-width: 100%; 
	width: auto;
	height: auto;
	position: absolute;  
	top: 0;  
	bottom: 0;  
	left: 0;  
	right: 0;  
	margin: auto;
}

/* Social Links Styling */
#footer-social-links-area-banners h2 {
	display:none;
}
#footer-social-links-area-banners {
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
}
#footer-social-links-area-banners ul {
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
}
#footer-social-links-area-banners ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
}
#footer-social-links-area-banners ul li a {
	display:block;
	margin:0 0 0 1px;
	padding:0 16px;
	background:transparent;
	color:#1d1d1d;
	line-height:1.3em;
	text-decoration:none;
}
#footer-social-links-area-banners ul li a:hover {
	opacity:.75;
	text-decoration:none;
}
#footer-social-links-area-banners ul li a img {
	height:24px;  
	width:24px;
	border:0;
}


/* Footer Menu Styles */
.footernav {
	text-align:center;
}
.footernav ul {
	list-style:none;
	margin:0; padding:0;
}
.footernav ul li {
	display:inline-block;
	margin-bottom:20px;
}
.footernav a {
	font-size:90%;
	text-transform:uppercase;
	text-decoration:none;
	color:#1d1d1d;
	font-weight:bold;
	margin-left:24px;
	margin-right:24px;
	white-space:-moz-pre-wrap; /* Mozilla, since 1999 */
	white-space:-o-pre-wrap; /* Opera 7+ */
	word-wrap:break-word; /* Internet Explorer 5.5+ */
	white-space:pre-wrap; /* css3 */
}
.footernav a:hover {
	opacity:.75;
	text-decoration:none;
}


/* Slide Menu */
.menuslide {
	z-index:99;
	box-sizing:border-box;
    width:260px;
    padding:40px 40px 0 40px;
    background-color:#eee;
    position: fixed;
    top:0;
	right:0;
    height:100%;
    margin:0 -260px 0 0;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    transition: .3s ease-in;
}
.menuslideshow {
    margin: 0;
	-webkit-box-shadow: 0px 0px 50px 20px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 50px 20px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 50px 20px rgba(0,0,0,0.25);
}
.menuslide ul {
	list-style:none;
	margin:0; padding:0;
}
.menuslide li {
	display:block;
	margin:0; padding:0;
}
.menuslide ul li a {
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	line-height:100%;
	font-weight:bold;
	color:#1d1d1d;
	margin-bottom:20px;
	white-space:-moz-pre-wrap; /* Mozilla, since 1999 */
	white-space:-o-pre-wrap; /* Opera 7+ */
	word-wrap:break-word; /* Internet Explorer 5.5+ */
	white-space:pre-wrap; /* css3 */
}
.menuslide ul li a:hover {
	opacity:.75;
	text-decoration:none;
}
.menuslide ul.sub-menu li a {
	margin-left:20px;
	font-weight:normal;
	white-space:-moz-pre-wrap; /* Mozilla, since 1999 */
	white-space:-o-pre-wrap; /* Opera 7+ */
	word-wrap:break-word; /* Internet Explorer 5.5+ */
	white-space:pre-wrap; /* css3 */
}
.menuslidecloseicon { width:24px; height:24px; cursor:pointer; }


#maincolumn {
}


#sidecolumn {
}


/* Events Listing */
.boxeventitem {
	display:block;
	text-decoration:none;
	color:#fff;
	background-color:#1d1d1d;
	box-sizing:border-box;
	padding:18px 40px;
	-webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease; -ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
	cursor:pointer;
}
.boxeventtitle {
	font-size:125%;
	text-transform:uppercase;
	margin-bottom:16px;
	letter-spacing: 1px;
}
.boxeventdescription {
	font-size:75%;
	text-transform:uppercase;
	letter-spacing: 1px;
}
.boxeventitem:hover {
	color:#1d1d1d;
	background-color:#f7f7f7;
	text-decoration:none;
}
.boxeventitem span {
	font-size:75%;
}
.boxeventmonth { float:left; }
.boxeventmonth:nth-child(2n){
    clear:left;
}

/* Search Form Styles */
.searchform {
	max-width:300px;
	margin:0 auto; padding:0;
	border:3px solid #1d1d1d;
	background:transparent url('/wp-content/themes/climax/images/search-button-001.png') no-repeat center right;
	background-size:contain;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.searchform input[type="text"] {
	height:40px;
	width:82%;
	background-color:transparent;
	padding:0; margin:0;
	border:none;
	padding-left:10px;
	font-size:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.searchform input[type="submit"] {
	zoom:1;
	filter:alpha(opacity=50);
	opacity:0;
	height:40px;
	color:white;
	background:black;
	width:16%;
	padding:0; margin:0;
	border:none;
	cursor:pointer;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.screen-reader-text {
	display:none;
}


/* Pagination Styles */
.page-numbers {
	display: inline-block;
	padding: 10px 16px;
	margin: 0 2px 5px 0;
	color:#1d1d1d;
	border: 3px solid #1d1d1d;
	line-height: 1;
	text-decoration: none;
	font-weight:bold;
	text-transform:uppercase;
	-webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease; -ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}
.page-numbers.current,
a.page-numbers:hover {
	background: #1d1d1d;
	color:#eee;
	border: 3px solid #1d1d1d;
	text-decoration: none;
}


/* Parallax Styles */
.parallax-mirror {
	zoom: 1;
	filter: alpha(opacity=40);
	opacity:.4;
}


.more-link {
	white-space:nowrap;
}


.prewraplongwords {
	white-space:-moz-pre-wrap; /* Mozilla, since 1999 */
	white-space:-o-pre-wrap; /* Opera 7+ */
	word-wrap:break-word; /* Internet Explorer 5.5+ */
	white-space:pre-wrap; /* CSS3 */
}

.dont-break-out {
	-ms-word-break: break-all;  /* IE */
	word-break: break-word;
	overflow-wrap: break-word; /* CSS3 */
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}


/* Responsive Styles for non-supporting browsers */
#header { padding-top:64px; }
.subcontainer-centered { max-width:984px; }
.menulogoimg { height:28px; }
.menuicon { display:none; }
.menusocial { display:block; }
.menunav { display:block; }
.home-3-boxed { width:33.33%; }
.home-2-boxed { width:50%; }
.news-boxed { width:33.33%; }
.boxeventitem { padding:18px 40px; }
.boxeventdate { width:80px; }
.boxeventmonth { width:50%; }
#maincolumn {
	width:540px;
	float:left;
	}
#sidecolumn {
	width:300px;
	float:right;
}
.footer-links-area-banners ul li {
	width:16.66%;
}
.subcontainer-image-height {
	height:400px;
}
.menuslide {
	display:none;
}


/* Responsive Styles */
@media all and (min-width:1000px) {
	#header { padding-top:64px; }
	.subcontainer-centered { max-width:984px; }
	.menulogoimg { height:28px; }
	.menuicon { display:none; }
	.menusocial { display:block; }
	.menunav { display:block; }
	.home-3-boxed { width:33.33%; }
	.home-2-boxed { width:50%; }
	.news-boxed { width:33.33%; }
	.boxeventitem { padding:18px 40px; }
	.boxeventdate { width:80px; }
	.boxeventmonth { width:50%; }
	#maincolumn {
		width:540px;
		float:left;
	}
	#sidecolumn {
		width:300px;
		float:right;
	}
	.footer-links-area-banners ul li {
		width:16.66%;
	}
	.subcontainer-image-height {
		height:400px;
	}
	.menuslide {
		display:none;
	}
	.footernav ul li {
		display:inline-block;
	}
}

@media all and (max-width:999px) {
	#header { padding-top:40px; }
	.subcontainer-centered { max-width:604px; }
	.menulogoimg { height:24px; }
	.menuicon { display:block; }
	.menusocial { display:none; }
	.menunav { display:none; }
	.home-3-boxed { width:100%; }
	.home-2-boxed { width:100%; }
	.news-boxed { width:100%; }
	.boxeventitem { padding:16px 16px; }
	.boxeventdate { width:64px; }
	.boxeventmonth { width:100%; }
	#maincolumn {
		width:100%;
		margin-bottom:80px;
	}
	#sidecolumn {
		width:100%;
	}
	.footer-links-area-banners ul li {
		width:50%;
	}
	.subcontainer-image-height {
		height:200px;
	}
	.menuslide {
		display:block;
	}
	.footernav ul li {
		display:block;
	}
}
