/*
Theme Name: Berliner Liste
Theme URI: http://themekraft.com/store/_tk-free-wordpress-starter-theme-based-on-twitter-bootstrap/
Author: ThemeKraft
Author URI: http://themekraft.com/
Description: Hi, I am the ultra minimal starter theme _tk, ready for your next awesome WordPress project! I am the most seamless and minimalistic integration of Twitter Bootstrap Framework into the _s starter theme from Automattic, the guys behind WordPress. You can find me on GitHub. Fork me! I'm waiting for you ;)
Version: 1.1.10
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap

Credits:

1. Bootstrap

 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/

*/

/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}



/* DEFAULTS */

*{
	-webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}
body{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
h1.main, h1.page-title, h2.main{
	margin-top: 90px;
    font-weight: 700;
    color: #434649;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 30px;
}
body.page h1.main.entry-title, 
body.archive h1.page-title, 
body.blog h1.main.entry-title,
body.blog h2.main.entry-title,
body.single-exhibitors h2.main.entry-title,
body.single h2.main.entry-title{
	margin-top: 0;
}
body.home h1.main.entry-title{
	margin-top: 40px;
	margin-bottom: 40px;
}
h2.secondary{
    font-weight: 700;
    font-size: 24px;
    color: #434649;
    margin-bottom: 25px;
    margin-top: 50px;
}
h2.sub{
    font-size: 18px;
    margin-bottom: 45px;
    margin-top: -15px;
}
a{
	color:#E53389;
}
a:hover{
	color:#E53389;
	text-decoration: none;
	padding-bottom: 3px;
	border-bottom: 1px solid #E53389;
}
a.soliloquy-prev:hover,
a.soliloquy-next:hover{
	padding-bottom: 0;
	border-bottom: 0;
}



/*  HEADER TOP  */

.social-top{
	border-bottom: 1px solid #e3e6e9;
	border-right: 1px solid #e3e6e9;
	margin-bottom: 30px;
	text-align: right;
}
.social-top a.news,
.social-top a.news:hover{
    max-width: 80px;
    font-size: 10px;
    display: inline-block;
    height: 39px;
    padding: 12px 5px 0px 8px;
    text-transform: uppercase;
    color: #999;
}
.social-top a.news:hover,
.social-top a.news:focus,
.social-top a.news:active{
    color: #E53389;
    text-decoration: none;
    outline: none;
}
.social-top a {
    border-left: 1px solid #e3e6e9;
    display: inline-block;
    max-width: 40px;
    padding: 5px;
}
.social-top a img {
    opacity:0.5;
}
.social-top a:hover{
    border-bottom:0;
    padding: 5px;
}
.social-top a:hover img {
    opacity:1;
}


/* NEWSLETTER */

#mc_embed_signup{
	margin-top: 30px;
}
#mc_embed_signup .form-control{
	border:0;
	border-radius: 0;
}
#mc_embed_signup .mc-field-group {
    padding-bottom: 0!important;
    min-height:0!important;
}    
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    margin: 2px 0 0 0!important;
}    
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border: 1px solid #e85c41!important;
}
#mc_embed_signup div.response {
    margin:0!important;
    padding: 1em .5em 1em 0!important;
    font-weight:400!important;
	top:0!important;
    z-index: 1;
    width: 100%!important;
}

/* MAIN MENU */
.navbar-nav {
    margin: 7.5px 0px;
    padding-bottom: 30px;
}
.navbar-nav .open .dropdown-menu{
	padding:15px 0 30px; 
}
.navbar-nav .open .dropdown-menu>li>a {
    padding: 10px 15px;
}
.navbar-default, .navbar-collapse{
	border:0;
	border-radius: 0;
	background-color: transparent;
	padding: 0;
    margin-bottom: 0;
}
.navbar-default .navbar-nav>li>a{
    padding: 15px 0 5px;
    margin-right: 30px;
    text-transform: uppercase;
    font-size: 14px;
   	border-bottom: 3px solid transparent;
}    
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:active,
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:hover, 
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>li.current-menu-parent>a,
.navbar-default .navbar-nav>li.current_page_parent>a,
body.single-exhibitors .navbar-default .navbar-nav>li.menu-item-4254>a,
body.single-exhibitors .navbar-default .navbar-nav>li.menu-item-4520>a,
body.post-type-archive-exhibitors .navbar-default .navbar-nav>li.current-menu-ancestor.current-menu-parent.menu-item-4254>a,
body.post-type-archive-exhibitors .navbar-default .navbar-nav>li.menu-item-4520>a,
body.post-type-archive-exhibitors .navbar-default .navbar-nav>li.current-menu-parent.menu-item-4520>a,
body.pressreleases .navbar-default .navbar-nav>li.menu-item-4057>a{
	background: transparent;
	border-bottom: 3px solid #E53389;
	color: #131619;
	display: inline-block;
}
body.post-type-archive-exhibitors .navbar-default .navbar-nav>li.current-menu-parent>a,
body.post-type-archive-exhibitors .navbar-default .navbar-nav>li.current_page_parent>a,
body.single-exhibitors .navbar-default .navbar-nav>li.current-menu-parent>a,
body.single-exhibitors .navbar-default .navbar-nav>li.current_page_parent>a,
body.category-pressreleases .navbar-default .navbar-nav>li.current_page_parent>a,
body.category-pressemitteilungen .navbar-default .navbar-nav>li.current_page_parent>a,
body.pressreleases .navbar-default .navbar-nav>li.current_page_parent>a
{
	background: transparent;
	border-bottom:0;
	color: #777;
}
.navbar-default .navbar-nav>li.menu-item-language>a:hover,
.navbar-default .navbar-nav>li.menu-item-language>a{
	border:0;
}
.navbar-default .navbar-nav>li.menu-item-language-current{
	display: none;
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a, 
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, 
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    padding-left: 30px;
}
.navbar-nav>li>ul.dropdown-menu{
	margin-left: -15px;
    padding:0;
    margin-top: 15px;
    border:0;
    border-radius: 0;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.navbar-nav>li>ul.dropdown-menu li a{
	padding: 15px 10px 15px 15px;
    text-transform: uppercase;
    font-size: 12px;
    text-align: left;
}
.navbar-nav>li>ul.dropdown-menu li.active a,
.navbar-nav>li>ul.dropdown-menu li a:hover,
.navbar-nav>li>ul.dropdown-menu li a:focus,
.navbar-nav>li>ul.dropdown-menu li a:active{
	background: #E53389;
	border: 0;
	color: #fff;
	outline: none;
}
a.logoimg:hover{
	padding-bottom: 0;
	border-bottom: 0;
}
.menu-item-language img.iclflag {
    height: 12px !important;
    width: auto!important;
    margin-bottom: 3px !important;
    margin-right: 4px;
}
/* HOME */

.soliloquy-slides, 
.soliloquy-item{ 
	margin: 0 !important; 
	padding: 0 !important; 
}
.soliloquy-caption{
	display: none;
}


.navbar-toggle {
    position: relative;
    float: right;
    margin-right:0;
    padding: 9px 10px;
    margin: 10px 0 0;
    background-color: transparent;
    background-image: none;
    border: 0;
    border-radius: 4px;
    width: 100%;
}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
    border: 0;
    margin: 10px 0 0;
}
.navbar-default .navbar-toggle .icon-bar {
    display: block;
    width: 24px;
    height: 3px;
    background: #E53389;
    border-radius: 1px;
    margin: 0 auto;
    margin-bottom: 4px;
}


/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/


.bx-wrapper .bx-viewport{
	height:339px!important;
}
.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/


.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
    margin-top: 15px;
    position: relative;
    bottom: 0;
    text-align: center;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* TEXT CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
.bx-wrapper{
	margin: 30px 0 45px;
}
.bx-wrapper .bx-viewport{
	border:0;
	padding: 0;
	box-shadow: 0 0 0;
	left: 0;
}
.bx-wrapper .text, .text{
	padding-left: 30px;
    font-size: 15px;
    line-height: 21px;
    color: #333639;
}
.bx-wrapper .source, .source{
	margin-top: 25px;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 0;
}
.bx-wrapper .text:before, .text:before{
	content: '“';
    font-size: 4em;
    line-height: .1em;
    margin-right: .25em;
    vertical-align: -0.5em;
    display: block;
    position: absolute;
    top: 20px;
    left: -1px;
    width: 50px;
    font-family: 'Playfair Display';
    color: #E53389;
}




/* CONTENT */

.entry-content p {
    margin: 0 0 28px;
    line-height: 28px;
    font-size: 14px;
}
.entry-summary p {
    line-height: 28px;
    font-size: 14px;
}
.container article .separator{
	height: 3px;
	width: 75px;
	background-color: #E53389;
    margin: 45px 0 90px;
}
.container .separator{
	height: 3px;
	width: 75px;
	background-color: #E53389;
    margin: 0px 0 90px;
}
.entry-content ul{
	margin-bottom: 28px;
	padding:0 12px;
}
.entry-content ul li{
  list-style-type: none;
  margin-bottom: 10px;

}
.entry-content ul li:before {
 	content: '\f111';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -11px;
    color: #131619;
    margin-top: 7px;
    font-size: 5px;
}
.entry-content .soliloquy-wrapper ul{
	margin: 0;
	padding: 0
}
.entry-content .soliloquy-wrapper ul li{
	margin: 0;
}
.entry-content .soliloquy-wrapper ul li:before{
	content:'';
}
.entry-content a.apply-btn.btn.btn-primary{
	background: #E53389;
    border: 0;
    border-radius: 0;
    padding: 15px 30px;
    text-transform: uppercase;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.entry-content a.apply-btn.btn.btn-primary:hover{
	border-bottom: 0;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}



/* ARCHIVE PRESS & OTHERS */

body.archive time.updated,
body.blog time.updated,
body.single time.updated {
	font-size: 15px;
    font-weight: 300;
    width: 100%;
    text-align: center;
    display: block;
    color: #a3a6a9;
    font-style: italic;
    margin-bottom: 60px;
}
body.archive article,
body.blog article,
body.single article {
    margin-bottom: 70px!important;
    margin-top: 10px!important;
    display: inline-block;
}
body.archive article header h1.page-title.entry-title,
body.blog article header h1.page-title.entry-title,
body.single article header h1.page-title.entry-title {
	font-family: 'Playfair display';
    font-size: 26px;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 32px;
    text-transform: none;
    font-weight: 900;
    margin-bottom: 20px;
}
body.archive.post-type-archive-exhibitors h1.page-title.entry-title{
	font-family: 'Open Sans';
}
body.archive article header h1.page-title.entry-title a,
body.blog article header h1.page-title.entry-title a,
body.single article header h1.page-title.entry-title a {
    color: #131619;
}
body.archive article header h1.page-title.entry-title a:hover,
body.blog article header h1.page-title.entry-title a:hover{
    border:0;
    padding: 0; 
    color:#E53389;
}
body.archive .btn-read-more,
body.blog .btn-read-more {
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 15px;
    margin-top: 15px;
    background: #E53389;
}
body.blog .btn-read-more {
    margin-top: 0;
}
body.archive .btn-read-more:hover,
body.blog .btn-read-more:hover{
    padding: 10px 15px 10px 25px;
}
body.blog img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image,
body.single img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image{
	margin-bottom: 30px;
}
/* QUOTES IN PAGE */

body.page .quote {
    margin-bottom: 0;
    margin-top: 60px;
    display: inline-block;
}  
body.page-id-4177 .quote{
	margin-top: 0;
}  
body.home .quote {
    margin-bottom:0;
    margin-top: 0;
    display: inline-block;
}    


/* POST IMG CAPTIONS */

.wp-caption{
	border:0;
	border-radius: 	0;
	padding:0;
	margin-bottom: 	120px; 	
}
.wp-caption .wp-caption-text {
    text-align: center;
    margin-top: 15px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

/* PAGINATION */

.pager{
    padding: 30px 0 30px;
}
.pager li>a, .pager li>span{
	border-radius: 0;
    padding: 20px;
    border: 0;
    margin: 0 5px;
    background: #939699;
    color: white;
    font-size: 11px;
    text-transform: uppercase;
}
.pager li.previous>a, .pager li.next>a{
	margin: 0;
}
.pager li>a:hover, .pager li>a:active, .pager li>a:focus{
	background: #E53389;
}
.pager li>span{
	background: #c3c6c9;
}



/* FOOTER */

#colophon{
	margin-bottom:60px; 
}
#colophon .widget-title{
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
}
#colophon .partners{
    text-align: center;
}
#colophon .partners h2{
    font-size:30px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    margin-bottom: 30px;
    color: #333639;
}
#colophon .partners a:hover {
    border: 1px solid #E53389;
    padding-bottom: 10px;
}
#colophon .partners a {
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px;
}
#colophon .partners a img {
    max-width: 100px;
    margin: 5px;
}
#colophon ul{
	padding: 0;
	margin:0;
	margin-top: 25px;
}
#colophon ul li{
	padding: 0;
	list-style-type: none;
}
#colophon ul li ul{
    margin-top: 0;
    margin-left: 10px;
}
#colophon ul li a{
	font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 4px 0;
    display: inline-block;
    color: #131619;
    border-bottom: 1px solid #ccc;
    width: 100%;
}
#colophon ul li a:hover,
#colophon ul li a:active,
#colophon ul li a:focus{
	color: #E53389;
}
.v-map {
  height:514px;
  border: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.v-map iframe,
.v-map object,
.v-map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer-separator{
    border-top: 5px solid #e3e6e9;
    padding-bottom: 20px;
    margin-top: 60px;
}

/* MODAL */

.modal-body{
	padding: 0 15px 15px 15px;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000;
    opacity: 0.8!important;
}
.modal-content{
	border:0;
	border-radius: 0;
}
.modal-content .form-group label,
.entry-content .form-group label{
	text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 3px;
    margin-top: 0;
}
.modal-content .form-group input.form-control,
.modal-content .form-group select.form-control,
.modal-content .form-group textarea.form-control,
.modal-content span.wpcf7-form-control.wpcf7-checkbox.form-control,
.entry-content .form-group input.form-control,
.entry-content .form-group select.form-control,
.entry-content .form-group textarea.form-control{
	border: 0;
    box-shadow: 0 0 0;
    background: #eee;
    border-radius: 0;
    height: 50px;
    color: #131619;
    border-bottom: 0;
}
.modal-content .form-group input.form-control:focus,
.modal-content .form-group select.form-control:focus,
.modal-content .form-group textarea.form-control:focus,
.modal-content span.wpcf7-form-control.wpcf7-checkbox.form-control:focus,
.entry-content .form-group input.form-control:focus,
.entry-content .form-group select.form-control:focus,
.entry-content .form-group textarea.form-control:focus{
	background: #ddd;
}
.wpcf7 .wpcf7-response-output{
	margin: 0;
	border: 0;
	padding: 7px 15px;
}
.wpcf7 form.invalid .wpcf7-response-output.wpcf7-validation-errors,
.wpcf7 form.failed .wpcf7-response-output.wpcf7-mail-sent-ng{
	background-color: #DD2C00;
	color:#fff;
}
.wpcf7 form.sent .wpcf7-response-output.wpcf7-mail-sent-ok{
	background-color: #A0CB36;
	color:#fff;
}
.form-group .file{
	padding: 15px 10px;
	background: #eee; 
}
.wpcf7-form-control-wrap .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha.form-control{
    display: block;
    background: transparent;
    padding: 0;
    border: 0;
    width: 304px;
    height: 78px;
}
.modal-content span.wpcf7-list-item {
    margin-left: 0.5em;
    display: inline-block;
    padding-top: 8px;
}
.modal-content .form-header.col-sm-12 h2{
    text-align: center;
    font-size: 14px;
    margin: 30px 0 15px;
    padding: 15px;
    background: #E53389;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.modal-content .form-header.col-sm-12 small{
    display: block;
    margin: 15px 0 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}
.modal-content .form-group textarea.form-control,
.entry-content .form-group textarea.form-control{
	height: 120px;
	padding: 15px;
}
.modal-title {
    font-size: 24px;
    letter-spacing: 3px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}    
.modal-content p.expla{
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 26px;
    padding: 10px 20px;
    text-align: center;
}
.modal-content p{
    padding:0;
}
.modal-content .wpcf7 .btn.btn-primary,
.entry-content .wpcf7 .btn.btn-primary,
.modal-content .btn.btn-primary{
    border: 0!important;
    border-radius: 0!important;
    width: 100%!important;
    height: 50px!important;
    padding-top: 10px!important;
    background: #A0CB36!important;
}


/* EXHIBITORS */


body.single-exhibitors h2.location{
	margin-top: -30px;
    font-weight: 300;
    margin-bottom: 45px;
}
body.single-exhibitors ul.artists li{
	padding: 0;
	list-style-type: none;
}
body.archive.post-type-archive-exhibitors a article header,
body.home a article header{
	display: table;
    width: 100%;
    height: 60px;
    margin-bottom: 15px;
}
body.archive.post-type-archive-exhibitors a article header h1.page-title.entry-title,
body.home a article header h1.page-title.entry-title{
	text-align: center;
    line-height: 20px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: table-cell;
    vertical-align: bottom;
}
body.archive.post-type-archive-exhibitors .imagecont,
body.home .imagecont{
    min-height: 175px;
    width: 100%;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
body.archive.post-type-archive-exhibitors .imagecont:hover,
body.home .imagecont:hover{
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
body.archive.post-type-archive-exhibitors a article,
body.home a article{
    text-align: center;
    margin-bottom: 25px!important;
    margin-top: 30px!important;
    min-height: 305px;
}
body.home a article{
    min-height: 270px;
    margin-bottom: 40px!important;
    margin-top: 0px!important;
}
body.home .row.neat{
    margin-top: 90px;
}
body.home .row.neat p {
    display: none;
}
body.archive.post-type-archive-exhibitors a article h2.location,
body.home a article h2.location{
    color: #333639;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 15px;
}
body.archive.post-type-archive-exhibitors a:hover article h1.page-title.entry-title,
body.home a:hover article h1.page-title.entry-title{
	color: #E53389;
}
.exhibcaption{
    font-size: 12px;
    text-transform: uppercase;
    margin-top: -15px;
    font-weight: 700;
}
span.contact{
	display: block;
	margin-bottom: 10px;
}


h3.didyouknow{
	font-family: 'Playfair display';
    font-size: 36px;
    text-align: center;
    font-weight: 400;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 15px;
    line-height: 48px;
}
h3.didyouknow strong{
	font-weight: 900;
}
.entry-content .embedform p{
	margin-bottom: 0!important;
    margin-top: 15px;
    line-height: inherit;
}

@media only screen and (min-width : 768px) {
	.navbar-default .navbar-nav>li>a {
	    padding: 15px 0 5px;
	    margin-right: 20px;
	    text-transform: uppercase;
	    font-size: 12px;
	    border-bottom: 3px solid transparent;
	}
	.navbar-default, .navbar-collapse{
	   margin-bottom: 0;
	}
	.navbar-nav {
	    margin: 7.5px 0;
	    padding-bottom: 0;
	}
	.navbar-nav .open .dropdown-menu{
		padding:0; 
	}
	.navbar-nav .open .dropdown-menu>li>a {
	    padding:15px;
	}
	#colophon .partners a img {
	    max-width: 158px!important;
	}
	h1.main, h1.page-title, h2.main{
	   margin-bottom: 45px;
	   font-size: 36px;
	}
	body.blog h2.main{
		margin-top: 30px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a, 
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, 
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
	    padding-left: 15px;
	}
	.social-top{
		margin-bottom: 45px;
	}
	body.page h1.main.entry-title, 
	body.archive h1.page-title, 
	body.blog h1.main.entry-title,
	body.single-exhibitors h2.main.entry-title,
	body.single h2.main.entry-title{
		margin-top: 35px;
	}
	#colophon .partners h2{
    	font-size:36px;
	}
	body.home h1.main.entry-title{
		margin-top: 90px;
		margin-bottom: 30px;
	}
	.bx-wrapper .bx-viewport{
		height:234px!important;
	}
	.bx-wrapper .text:before, .text:before{
		content: '“';
	    font-size: 7em;
	    line-height: .1em;
	    margin-right: .25em;
	    vertical-align: -0.5em;
	    display: block;
	    position: absolute;
	    top: 41px;
	    left: -6px;
	    width: 50px;
	    font-family: 'Playfair Display';
	    color: #E53389;
	}
	.bx-wrapper .text, .text{
		padding-left: 60px;
		font-size: 20px;
		line-height: 27px;
		color: #333639;
	}
	h3.didyouknow{
	    max-width: 75%;
	    margin-top: 30px;
	}
	body.archive article header h1.page-title.entry-title,
	body.blog article header h1.page-title.entry-title,
	body.single article header h1.page-title.entry-title {
	    font-size: 36px;
	    line-height: 48px;
	}

}  		

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.navbar-default .navbar-nav>li>a{
	    padding: 15px 0 5px;
	    margin-right: 30px;
	    text-transform: uppercase;
	    font-size: 14px;
	   	border-bottom: 3px solid transparent;
	}  
	.navbar-default, .navbar-collapse{
	   margin-bottom: 10px;
	}
	.bx-wrapper .bx-viewport{
		height: 153px!important;
	}
	h3.didyouknow{
	    max-width: 50%;
	    margin-top: 60px;
	}

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) and (max-width: 1264px){

}