/*!
Theme Name: SACH Turquoise
Theme URI: http://underscores.me/
Author: Digital Barn
Author URI: http://digitalbarn.com.au
Description: Theme designed for South Australian History Network, April 2018.
Version: 1.0.0
Text Domain: sach
*/

body {
	font-family: "myriad-pro";
	font-size: 16px;
}

img {
	max-width: 100%;
	height: auto;
}

h1:first-child, h2:first-child, h3:first-child {
	margin-top: 0;
}

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
/* 	display: none; */
}

.banner-credit p.updated {
	margin-bottom: 1em;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}





header#masthead {
    min-height: 163px;
    padding: 10px 0 0 0;
}

.site-branding {
	width: 200px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
    z-index: 10;
}

#nav-backdrop {
    background: #f0f0f0;
    padding: 15px 0;
    margin-top: 100px;
}

.main-navigation {
    padding-left: 210px;	
}

.main-navigation ul {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;	
}

.main-navigation ul li {
	display: inline-block;
	padding: 0;
	margin: 0 15px 0 0;
}

.main-navigation ul li a {
    color: #313234;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "myriad-pro-semi-condensed";
    font-size: 1;
}

.main-navigation ul li ul {
	display: none;
}

.main-navigation ul li ul li {
}

.main-navigation ul li ul li a {
}

#topbar {
	background: #575757;
	padding: 10px;
}

#topbar ul {
    list-style: none;
    text-align: right;
    padding: 0;
    margin: 0;	
    float: right;
}

#topbar ul li {
	display: inline-block;
	padding: 0;
	margin: 0 0 0 15px;
}

#topbar ul li a {
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "myriad-pro-semi-condensed";
    font-size: 0.8em;
}

#topbar ul li ul {
	display: none;
}

#topbar ul li a.social-icon {
    color: #575757;
    background: white;
    display: block;
    width: 26px;
    padding: 4px;
    height: 26px;
    font-size: 9px;
    text-align: center;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

#topbar ul.social-links {
	margin-left: 10px;
}

#topbar ul.social-links li {
    display: inline-block;
    padding: 0;
    margin: 0 0 0 4px;
}





.anythingSlider.anythingSlider-default, .anythingSlider-default .anythingWindow {
	margin: 0;
	padding: 0;
	border: none !important;
}

.anythingSlider .panel {
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none !important;
}

.home .slider-holder, body.page-id-8351 .slider-holder, body.single-organisation .slider-holder {
    padding: 30% 0 0;
}

.slider-holder {
    padding: 25% 0 0;
    position: relative;
    height: 0;
	margin-bottom: 3em;
}

.slider-responsive {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.slide-div {
    background-size: cover;
    background-position: center;
    position: relative;
}

.slide-div .slide-holder {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+99 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 99%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.slide-holder .container {
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.banner-credit {
color: white;
    text-align: right;
    position: absolute;
    bottom: 20px;
    right: 17px;
    max-width: 300px;
    font-size: 0.75em;
}

.banner-credit p {
	opacity: 0.75;
}

.home .banner-credit, .page-id-8351 .banner-credit {
	margin-bottom: 50px;
}

.banner-credit p {
	margin: 0;
	white-space: pre-line;
}


h1.page-title {
    color: white;
    font-weight: bold;
    margin-bottom: 0.4em;
    font-size: 2.75em;
    text-shadow: 0 5px 25px rgba(0,0,0,0.5);
}

p.page-tagline {
    color: white;
    font-weight: normal;
    margin-bottom: 3em;
    max-width: 750px;
    font-size: 1.15em;
    text-shadow: 0 5px 25px rgba(0,0,0,0.5);
}

.entry-content p:first-child, #tabs #overview .entry-content p:first-child {
    font-weight: bold;
    font-size: 1.15em;
}

#tabs .entry-content p:first-child {
	font-weight: normal;
	font-size: 1em;
}

a.dkpdf-button {
    background: #c22614;
    color: white;
    display: inline-block;
    font-size: 1.5em;
    text-transform: uppercase;
    padding: 6px 10px;
    text-align: center;
    font-weight: bold;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: "myriad-pro-semi-condensed";
}

a.dkpdf-button:hover, a.dkpdf-button:focus, a.btn:hover, a.btn:focus {
	text-decoration: none;
	background: #2F2F2F;
	color: white;
}

body a.dkpdf-button span.dkpdf-button-icon {
	font-size: 1em;
}







ul.page-map {
    list-style: none;
    margin: 0 0 2em 0;
    padding: 0;
    font-size: 1.25em;
    text-transform: uppercase;
	font-weight: bold;
}

ul.page-map li {
	
}

ul.page-map li a, ul.page-map li.current_page_item li a {
	color: #1f1f1f;
}

ul.page-map li.current_page_item a, ul.page-map li ul li.current_page_item a {
	color: #009f94;
}

ul.page-map li ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.page-map li ul li {
    border-bottom: 1px solid #009f94;
    padding: 5px 0;
    margin: 0;
}

ul.page-map li ul li a {
	color: inherit;
	position: relative;
	padding-left: 20px;
	display: block;
	font-size: 0.8em;
}

ul.page-map li ul li a:before {
	content: '';
    border-left: 5px solid #2F2F2F;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 10px;
}

ul.page-map li ul li a:after {
	content: '';
	width: 8px;
	height: 2px;
	background: #2f2f2f;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 3px;
}


ul.page-map li ul li ul {
    margin: 10px 0 10px 20px;
}

ul.page-map li ul li ul li {
	display: inline-block;
    margin: 0;
    padding: 0;
	border: none;
}

ul.page-map li ul li ul li:last-child {
}

ul.page-map li ul li ul li a {
    background: #dedede;
    margin: 0 0 5px 0;
    padding: 5px 10px;
}

ul.page-map li ul li ul li a:before, ul.page-map li ul li ul li a:after {
	display: none;
}










div#tabs {
    padding: 40px;
    border: 1px solid #dedede;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

div#tabs .tabs {
	list-style: none;
	margin: 0 0 1.5em;
	padding: 0;
}

div#tabs .tabs li {
	display: inline-block;	
	margin: 0;
	padding: 0;
	margin-right: 5px;
}

div#tabs .tabs li a {
	font-weight: bold;
	background: #e5e5e5;
	color: #666666;
	display: block;
	padding: 8px 10px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div#tabs .tabs li.ui-state-active a {
	background: #009f94;
	color: white;
}

#gallery .row {
    margin-bottom: 30px;
}

.single-organisation .widget {
    padding: 40px;
    border: 1px solid #dedede;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.widget h3 {
    margin-top: 0;
	margin-bottom: 1em;
    font-size: 1.5em;
}

.widget h3 small {
	display: block;
	margin-bottom: 0.5em;
}

a.connection {
	background: #313234;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    padding: 18px 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

a.connection.con-twitter {
	background: #55acee;
}

a.connection.con-facebook {
	background: #3b5999;
}

a.connection.con-instagram {
	background: #2f82c0;
}




#acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
#acf-map img {
   max-width: inherit !important;
}





.organisation.teaser a {
    position: relative;
    display: block;
	background: #1f1f1f url('images/default-bg.jpg') center;
    padding-top: 65%;
	background-size: contain;
	overflow: hidden;
}

.organisation.teaser img {
	opacity: 0.85;
	position: absolute;
	top: 0;
	left: 0;
}

.organisation.teaser h3 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 20px;
	color: white;
	margin: 0;
	width: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 99%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	font-size: 1.15em;
    font-family: "myriad-pro-semi-condensed";
}


p#hsa-badge {
    position: absolute;
    right: 15px;
    text-align: right;
    font-size: 0.8em;
    top: 10px;
    font-weight: bold;
	z-index: 100;
}

p#hsa-badge a {
	text-decoration: none;
	color: inherit;
}

p#hsa-badge span {
	font-size: 0.85em;
	color: inherit;
	text-decoration: underline;
	display: block;
	margin-bottom: 10px;
}

p#hsa-badge img {
	width: 70px;
}

.intro-spiel {
	font-size: 1.25em;
	text-align: center;
	font-weight: bold;
	margin-bottom: 2em;
}

.intro-spiel p {
	margin-bottom: 1em;
}

.btn, .gform_wrapper .gform_footer input.button.gform_button, .nav-previous a, .nav-next a  {
    background: #009f94;
    color: white;
    font-weight: bold;
    display: inline-block;
    padding: 8px 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	text-transform: uppercase;
	border: none;
}

.intro-spiel a.btn{
    font-size: 0.9em;
    padding: 8px 15px;
    margin: 0 5px;
}




#footer-bar {
	background: #313234;
	padding: 50px 0;
	color: white;
	margin-top: 3em;
}

#footer-bar h2 {
	margin: 0;
}

#footer-bar h2 small {
	display: block;
	margin-top: 0.5em;
}

.site-footer {
	padding: 30px 0;
}

.site-footer p {
	margin-top: 10px;
	font-size: 0.9em;
	color: #666666;
}

.site-footer .btn {
	background: #666;
	color: white;
}

.site-footer h3 {
	margin-top: 0;
}

.site-footer ul, .site-footer ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer ul li a {
	color: inherit;
	font-size: 0.9em;
}



html, body.page-template-planyourtrip, body.page-template-planyourtrip #content, body.page-template-planyourtrip .acf-map, body.page-template-planyourtrip #page, body.page-template-planyourtrip-user, body.page-template-planyourtrip-user #content, body.page-template-planyourtrip-user .acf-map, body.page-template-planyourtrip-user #page, .plan-map, .plan-map .col-sm-10, .plan-map .col-sm-2 {
	height: 100%;
}

body.page-template-planyourtrip .acf-map, body.page-template-planyourtrip-user .acf-map {
	margin: 0;
	border: none;
}

.map-box {
    width: 250px;
}



.search-backdrop {
/* 	font-size: 30px; */
}

.search-backdrop input, .search-backdrop button {
/*     font-size: 1em;
    height: 60px;
    line-height: 60px;
	padding: 0 12px; */
}

.search-backdrop button {
/* 	font-size: 0.8em; */
    padding-top: 16px;
    padding-bottom: 16px;
}

.search-backdrop {
/* 	margin-bottom: 1.5em; */
}



.slide-div.default-bg {
	background: #1f1f1f url('images/default-bg.jpg') center;
	background-attachment: fixed;
}




.blog-pagination {
	text-align: center;
	margin: 2em 0 3.25em;
	clear: both;
}

.page-numbers {
	color: white;
    background: #1f1f1f;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    text-align: center;
    line-height: 37px;
    margin: 0 2px;
    font-size: 1.25em;
}

.page-numbers.dots {
    background: #cdcdcd;
    color: #333;
}

.page-numbers.current {
    background: #009f94;
}

a.page-numbers:hover, a.page-numbers:focus {
	background: #bcbcbc;
	text-decoration: none;
	color: #1f1f1f;
}

.next.page-numbers, .prev.page-numbers {
    text-indent: -5000px;
    position: relative;
}

.prev.page-numbers:after {
    content: '';
    border-right: 10px solid white;
    position: absolute;
    left: 16px;
    top: 50%;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    margin-top: -8px;
}

.next.page-numbers:after {
    content: '';
    border-left: 10px solid white;
    position: absolute;
    left: 16px;
    top: 50%;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    margin-top: -8px;
}


	.embed-container { 
		position: relative; 
		padding-bottom: 56.25%;
		overflow: hidden;
		max-width: 100%;
		height: auto;
		margin-top: 2em;
	} 

	.embed-container iframe,
	.embed-container object,
	.embed-container embed { 
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}


.site-info {
	background: #efefef;
	padding: 5px;
}

.site-info p {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}

.site-info p a {
	color: #999;
	font-size: 0.85em;
}

.cta {
	text-align: center;
}

.cta h3 {
	font-weight: bold;
}

.cta .entry-content {
    font-size: 0.9em;
}


.cat-teaser {
	position: relative;
	background: #1f1f1f;
    margin-bottom: 2em;
}

.cat-teaser img {
	position: relative;
	opacity: 0.8;
}

.cat-teaser h3 {
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    margin: 0;
}



.slide-holder form .row {
    margin-bottom: 1em;
}


.form-control {
    padding-top: 16px;
    padding-bottom: 15px;
    height: 54px;
    line-height: 1;
}

.search-backdrop form .col-lg-1, .search-backdrop form .col-lg-10, .search-backdrop form .col-lg-11, .search-backdrop form .col-lg-12, .search-backdrop form .col-lg-2, .search-backdrop form .col-lg-3, .search-backdrop form .col-lg-4, .search-backdrop form .col-lg-5, .search-backdrop form .col-lg-6, .search-backdrop form .col-lg-7, .search-backdrop form .col-lg-8, .search-backdrop form .col-lg-9, .search-backdrop form .col-md-1, .search-backdrop form .col-md-10, .search-backdrop form .col-md-11, .search-backdrop form .col-md-12, .search-backdrop form .col-md-2, .search-backdrop form .col-md-3, .search-backdrop form .col-md-4, .search-backdrop form .col-md-5, .search-backdrop form .col-md-6, .search-backdrop form .col-md-7, .search-backdrop form .col-md-8, .search-backdrop form .col-md-9, .search-backdrop form .col-sm-1, .search-backdrop form .col-sm-10, .search-backdrop form .col-sm-11, .search-backdrop form .col-sm-12, .search-backdrop form .col-sm-2, .search-backdrop form .col-sm-3, .search-backdrop form .col-sm-4, .search-backdrop form .col-sm-5, .search-backdrop form .col-sm-6, .search-backdrop form .col-sm-7, .search-backdrop form .col-sm-8, .search-backdrop form .col-sm-9, .search-backdrop form .col-xs-1, .search-backdrop form .col-xs-10, .search-backdrop form .col-xs-11, .search-backdrop form .col-xs-12, .search-backdrop form .col-xs-2, .search-backdrop form .col-xs-3, .search-backdrop form .col-xs-4, .search-backdrop form .col-xs-5, .search-backdrop form .col-xs-6, .search-backdrop form .col-xs-7, .search-backdrop form .col-xs-8, .search-backdrop form .col-xs-9 {
	padding-left: 8px;
	padding-right: 8px;
}

.search-backdrop form .row {
	margin-left: -8px;
	margin-right: -8px;
}

.home-feature {
	margin-bottom: 2em;
	background-size: cover;
	background-position: center;
}

.home-feature form .row {
	margin-bottom: 20px;
}

.home-feature .background {
	background: rgba(0,0,0,0.3);
	padding: 60px 0;
}

.home-feature .jumbotron {
	margin-bottom: 0;
	padding-bottom: 28px;
}

.home-feature h1 {
    color: white;
    font-weight: bold;
    font-size: 2.75em;
    margin: 0.5em 0 1em;
}

.home-feature p.page-tagline {
	margin: 1em 0 0.5em;
}


.sponsors .col-lg-1, .sponsors .col-lg-10, .sponsors .col-lg-11, .sponsors .col-lg-12, .sponsors .col-lg-2, .sponsors .col-lg-3, .sponsors .col-lg-4, .sponsors .col-lg-5, .sponsors .col-lg-6, .sponsors .col-lg-7, .sponsors .col-lg-8, .sponsors .col-lg-9, .sponsors .col-md-1, .sponsors .col-md-10, .sponsors .col-md-11, .sponsors .col-md-12, .sponsors .col-md-2, .sponsors .col-md-3, .sponsors .col-md-4, .sponsors .col-md-5, .sponsors .col-md-6, .sponsors .col-md-7, .sponsors .col-md-8, .sponsors .col-md-9, .sponsors .col-sm-1, .sponsors .col-sm-10, .sponsors .col-sm-11, .sponsors .col-sm-12, .sponsors .col-sm-2, .sponsors .col-sm-3, .sponsors .col-sm-4, .sponsors .col-sm-5, .sponsors .col-sm-6, .sponsors .col-sm-7, .sponsors .col-sm-8, .sponsors .col-sm-9, .sponsors .col-xs-1, .sponsors .col-xs-10, .sponsors .col-xs-11, .sponsors .col-xs-12, .sponsors .col-xs-2, .sponsors .col-xs-3, .sponsors .col-xs-4, .sponsors .col-xs-5, .sponsors .col-xs-6, .sponsors .col-xs-7, .sponsors .col-xs-8, .sponsors .col-xs-9 {
	padding-left: 5px;
	padding-right: 5px;
}

.sponsors .row {
	margin-bottom: 10px;
	margin-left: -5px;
	margin-right: -5px;
}

a.short-logo img {
    margin-top: 6px;
}


.facilities-list {
	margin: 1em 0;
}

.facilities-list:after {
	content: '';
	clear: both;
	display: block;
}

.facilities-list a.btn {
	display: block;
    float: left;
    padding: 6px 15px;
    background: #333;
    color: white;
    margin: 0 10px 10px 0;
}

.btn-grey {
	background: #666;
}

.container.plan-map {
	width: 100%;
	padding: 0;
	margin: 0;
	height: 100%;
}

.container.plan-map .col-sm-3, .container.plan-map .col-sm-9, #map, .container.plan-map .height {
	padding: 0;
	margin: 0;
	height: 100%;
}

.page-template-planyourtrip #footer-bar, .page-template-planyourtrip-user #footer-bar {
	margin-top: 0;
}

.page-template-planyourtrip .search-backdrop, .page-template-planyourtrip-user .search-backdrop {
    background: #f0f0f0 url('images/bg-light.jpg') top;
}

.page-template-planyourtrip .search-backdrop .jumbotron, .page-template-planyourtrip-user .search-backdrop .jumbotron {
	margin-bottom: 0;
	background: transparent;
}

.bookmark-list {
	padding: 30px;
    max-height: 100%;
    overflow: auto;
}

.favorites-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.favorites-list li {
}

.favorites-list li p {
    margin: 0;
}

.favorites-list li a {
}

.popup-info h3 {
	max-width: 250px;
}

#hidden {
	display: none;
}

.post-preview {
    border: 1px solid #dedede;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	margin-bottom: 20px;
}

.post-preview .entry-content {
	padding: 20px;
}

.post-preview h3 {
    font-size: 1.2em;
}

.post-preview h3 a {
	color: inherit;
}

.post-preview p {
    font-size: 0.8em;
}

.post-preview-image {
    padding-top: 50%;
	background-size: cover;
}

.post-preview-image.no-bg {
	background: #1f1f1f url('images/default-bg.jpg') center;
}

a.footer-logo {
    display: block;
    float: left;
    width: 17%;
    margin-right: 2%;
}

a.footer-logo.short-logo {
    width: 24%;
    margin-right: 0;
}

.news-backdrop {
    margin-bottom: 3em;
    background-size: cover;
}

.news-backdrop .background {
	background: rgba(0,0,0,0.3);
	padding: 60px 0 40px;
}

.news-backdrop .background .post-preview {
	background: white;
}

.accredited-star {
    color: white;
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 1;
    z-index: 5;
    border-top: 65px solid gold;
    border-left: 65px solid transparent;
    width: 0;
    height: 0;
}

.accredited-star i {
    position: absolute;
    color: white;
    top: -58px;
    right: 8px;
    font-size: 1.5em;
}

.teaser.organisation a:hover span.accredited-tooltip, .teaser.organisation a:focus span.accredited-tooltip {
	display: block;	
}

span.accredited-tooltip {
	display: none;
    position: absolute;
    top: 0;
    width: 130px;
    padding: 5px 10px;
    background: gold;
    right: 100%;
    color: black;
    font-size: 11px;
    border-radius: 2px;
    text-align: center;
    font-weight: bold;
    margin-right: 12px;
}

span.accredited-tooltip:after {
	content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -6px;
    border-left: gold solid 8px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.widget.accreditation {
    background: gold;
    padding: 10px 40px;
}

.widget.accreditation i {
	color: white;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -16px;
}

.widget.accreditation span.accredited-star {
    position: relative;
    padding: 13px 0 13px 40px;
    display: block;
    top: initial;
    right: initial;
	width: auto;
	border: none;
	height: auto;
}

.widget.accreditation span.accredited-tooltip {
    display: block;
    position: static;
    width: auto;
    padding: 0;
    background: transparent;
    color: black;
    font-size: 0.85em;
    border-radius: 0;
    text-align: left;
    font-weight: bold;
    margin-right: 0;
	top: initial;
	left: initial;
	right: initial;
}

.news-intro {
    color: white;
    font-size: 1.25em;
    text-align: center;
    font-weight: bold;
    margin-bottom: 2em;
}

.news-intro a.btn {
    font-size: 0.9em;
    padding: 8px 25px;
    margin: 1em 0 0;
    background: white;
    color: #1f1f1f;
}

.news-intro * {
    font-weight: bold;
}

span.accredited-badge {
    background: gold;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    color: #1f1f1f;
    font-weight: bold;
    padding: 3px 7px;
    margin-top: 7px;
    text-align: center;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 120px;
}


.slicknav_menu {
    height: 0;
    padding: 0;
    z-index: 10000;
    position: relative;
	top: 0 !important;
	    width: 50%;
}

.slicknav_nav {
    max-width: 300px;
    background: inherit;
}

@media all and (max-width: 768px) {

	.btn-lg, .intro-spiel a.btn {
		margin-bottom: 1em;
	}
	
	.slider-holder {
		padding-top: 50%;
	}
	
	.organisation.teaser img {
		width: 100%;
	}
	
}