/*
Theme Name: 	Polaris
Author: 		Netzkolchose
Description:	Child Theme for youthy - Polaris
Template:		youthy
Version: 		0.0.1
*/
@import url("../youthy/style.css");
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::-moz-selection {
  color: #fff;
  background-color: #F8B455;
}
*::selection {
  color: #fff;
  background-color: #F8B455;
}

/*body{
background-image: url(images/polaris-background.svg);
  background-size: fill;
}*/
/******************************************************/
/* Background Colours */
/*
html {
  background-color: #ea4256;
}
*/
html {
  background-color: #f1f1f1 !important;
}

.the-content h1 {
  font-size: 2.6rem;
  color: #e67e22;
  font-weight: 600;
}
.the-content h2 {
  font-size: 1.9rem;
  font-weight: 600;
}
.the-content h3 {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 600;
}
.the-content h4 {
  font-size: 1.6rem;
}
.the-content h5 {
  font-size: 1.6rem;
}
.the-content h6 {
  font-size: 1.6rem;
}
.the-content h1, .the-content h2, .the-content h3, .the-content h4, .the-content h5, .the-content h6 {
  margin-bottom: 10px;
}

#main-wrap, .header {
  background-color: #fff;
}

.meta li.cat a,
.meta li.cat.tag a:hover {
  background: whitesmoke;
}

.contact-header,
.main-footer,
.home-widget .slider-loop {
  background-color: whitesmoke;
}

/*********************************/
.loop {
  background-color: white;
  padding-top: 1em;
}

#main-wrap {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
}

p {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  font-family: "Montserrat", sans-serif;
  font-size: 1.7rem;
  line-height: 1.557;
}

.header-wrap .site-logo .site-logo-inner a:hover, .header-wrap .site-logo .site-logo-inner a:hover img {
  opacity: 1 !important;
  transition: none !important;
}

ul li ul li ul {
  margin-left: 5em !important;
}

/*@media only screen and (min-width:760px){

.menu-item-has-children:after {
    content: "\f063";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;

    color: #fff;
    font-size: 14px;
    padding-right: 0.5em;
    position: absolute;
      top: 1.6em;
  right: 0px;
}
}*/
.menup {
  font-size: 70%;
  margin-left: 4px;
}
@media only screen and (max-width: 760px) {
  .menup {
    display: none;
  }
}

.sub-menu {
  min-width: 260px !important;
}

.featured.future {
  background-color: transparent !important;
}
.featured.future i {
  color: #e67e22 !important;
  font-size: 2rem !important;
}

@media only screen and (max-width: 480px) {
.blog-item {
  max-width: 100%; 
}
}

.tribe-bar-disabled {
  z-index: 1;
}

.tribe-events-list-widget ol {
  margin-left: 0px;
}

.blog-item .blog-image a img,
.team-item .team-image img {
  visibility: hidden;
}

@media only screen and (min-width: 700px) {
.team-item .team-image img {
	visibility: visible;
	}	
}

.blog-item .blog-image,
.team-item .team-image {
  background-size: cover;
  background-position: center center;
}

a.btn {
  background-color: #e67e22;
}
a.btn:hover {
  background-color: #e67e22 !important;
  box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
}

.veranstaltung {
  margin-top: 3em;
  background-color: #34495e !important;
}

a.veranstaltung:hover {
  background-color: #34495e !important;
}

.tribe-events-list-widget > .loop > h2 {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 2em;
}

.tribe-events-list-widget > .loop {
  padding-top: 1em;
}

.tribe-events-list-widget .blog-excerpt {
  margin-top: 10px;
  margin-bottom: 10px;
}
.tribe-events-list-widget .blog-excerpt p {
  font-size: 1.55rem;
}

#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
  line-height: 1.25;
  font-size: 1.1em;
  overflow: hidden;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: -1px;
}

@media screen and (min-width: 57.5em) {
  .loop {
    text-align: left;
  }
  .loop .widget-info, .loop .widget-buttons, .loop .textwidget {
    text-align: center;
  }
}

.team-loop {
  text-align: center;
}

.widget_text h2 {
  text-align: center;
}

.widget-info > h2:before, .home-widget > .loop > h2:before {
  content: "";
  width: 280px;
  height: 3px;
  background-color: #e67e22;
  display: block;
  margin: 0 auto;
  margin-bottom: 18px;
}

.team-loop .widget-info .widget-description {
  margin-top: 2em;
}

.team-loop .widget-info {
  margin-bottom: 2em;
}

.team-loop .widget-buttons {
  padding-top: 10px !important;
}

.widget-event .widget-description {
  margin-bottom: 3em;
}

.tribe-events-list-widget .duration {
  font-weight: 400;
}

@media screen and (max-width: 57.5em) {
  .service-item .service-content {
    padding: 10px;
  }
}
.widget-blog {
  box-shadow: black 0px 0px 5px;
}

#text-2 {
  background-color: #2a3437;
  border-top: 5px solid #e67e22;
  color: whitesmoke;
}
#text-2 h2 {
  margin-bottom: 0px;
}

#simple_widget_init-2 {
  background-color: white;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #F5F5F5;
}
#simple_widget_init-2 .widget-info {
  color: #2a3437;
}

#meanthemes_home_services-widget-2 {
  border-bottom: 0px solid #e67e22;
}

.home-widget.widget-services {
  background-color: #34495e !important;
  padding: 1%;
}

.service-loop > div {
  border: 7px solid whitesmoke;
  opacity: 1;
}

.service-item .service-content {
  color: white;
  background-color: rgba(5, 5, 3, 0.8);
  text-shadow: 2px 2px 10px black;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media only screen and (min-width: 1025px) {
  .service-item .service-content {
    background-color: rgba(4, 4, 3, 0.5);
  }
  .service-item .service-content .btn {
    background-color: #999;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
}
.service-item .service-content .service-info a h3 {
  color: white;
  text-shadow: 2px 2px 10px black;
  background-color: none;
  padding: 5px;
}

.service-item:hover .service-content {
  background-color: rgba(4, 4, 3, 0.8);
}
.service-item:hover .service-content .btn {
  background-color: #e67e22;
}

.service-item:before {
  background: none !important;
}

.mt-tabs .tab-inner .nav ~ p {
  display: none;
}

.projekte {
  /* box-shadow: rgb(200, 200, 200) 0px 0px 6px;*/
}
.projekte .blog-image {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(1);
}
.projekte .blog-image:hover {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  -webkit-filter: none;
  opacity: 1;
}

.mt-tabs ul.nav li.tab-active a {
  border-bottom: none !important;
}

.mt-about-you-widget img.mt-about-avatar {
  margin: -65px auto -30px auto;
}

@media screen and (min-width: 57.5em) {
  .widget-team .widget-description p {
    text-align: left;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 1em;
  }
}
.home-widget.widget-team .team-loop {
  max-width: 1440px;
}

@media screen and (min-width: 43.75em) {
  .widget-team .team-item, .widget-team team-item:nth-of-type(n) {
    text-align: center;
    margin: 0 auto 10px auto;
    width: 230px;
    display: inline-table;
    direction: ltr;
  }
  .widget-team .team-item .team-player, .widget-team team-item:nth-of-type(n) .team-player {
    display: block;
    padding-left: 10%;
    padding-right: 10%;
    vertical-align: baseline;
  }
  .widget-team .team-item .team-image, .widget-team team-item:nth-of-type(n) .team-image {
    display: inline;
    background: 0;
    background-image: none !important;
  }
  .widget-team .team-item .team-image img, .widget-team team-item:nth-of-type(n) .team-image img {
    width: 100%;
    border-radius: 50%;
  }
  .widget-team .team-item .team-content, .widget-team team-item:nth-of-type(n) .team-content {
    display: inline;
    background: 0;
    width: 230px;
    word-break: break-word;
  }
  .widget-team .team-item .team-content h3, .widget-team team-item:nth-of-type(n) .team-content h3 {
    font-size: 1.8rem;
  }
  .widget-team .team-item .team-content h4, .widget-team team-item:nth-of-type(n) .team-content h4 {
    font-size: 1.5rem;
    color: #e67e22;
  }
}

.inner .team-item {
  display: block;
}

.home-widget.widget-blog .widget-info {
  color: #fff;
  margin-bottom: 1.1em;
}

.datepicker.dropdown-menu {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 43.75em) {
  .tribe-events-meta-group {
    width: 49% !important;
  }
}
.tribe-events-meta-group dl dt {
  float: none;
  width: 218px;
  overflow: hidden;
  clear: left;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  margin-bottom: 0px;
}

.tribe-events-meta-group-gmap {
  width: 100% !important;
}

.tribe-events-event-meta address.tribe-events-address, .tribe-events-list .tribe-events-venue-details {
  font-weight: 400;
  font-style: normal;
}

.tribe-bar-disabled {
  display: none !important;
}

input[name*="tribe-bar-"]::-webkit-input-placeholder {
  color: #5f5f5f;
  font-weight: normal;
  font-style: normal !important;
  line-height: 1.3;
}

input[name*="tribe-bar-"]:-moz-placeholder {
  color: #5f5f5f;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
}

.error404 .post h1.large {
  padding-top: 80px;
  padding-bottom: 0;
  font-size: 3rem;
}


.main-footer {
  padding: 60px 0 0 0;
  margin-bottom: 0px;
}
@media only screen and (max-width: 760px) {
	.contact-header {
		display: block;
		clear: both;
	}
}


.team-item .team-player  {
	display: block;
}

@media only screen and (max-width: 386px) {
	.team-player .team-image {
		max-width: 280px;
		margin: auto;
	}
	
	.pagination {
		font-size: 0.75em;
	}
}

.team-item.type-team:not(.has-post-thumbnail) {
	direction: ltr;
}

.widget.footer h4 {
	text-align: left;
}
@media screen and (min-width: 640px)  {
	.mean-container .mean-bar ul li a.mean-expand,
	.mean-container .mean-nav ul li a.mean-expand {
		padding: 12px!important;
	}
	.widget.footer form {
		max-width: 50%;
		margin-left: -14px;
	}
}


#tribe-events .tribe-events-content p, .tribe-events-after-html p, .tribe-events {
	line-height: 1.557;
}

.post-content a.pinterest.link-icon.target-blank:after {
	display: none;
}

.post-content a.link-icon.pinterest {
	padding-right: 0;
}

.mt-tabs ul.nav li.tab-active a,
.mt-tabs ul.nav li a:hover {
        color: #e67e22!important;
}

.screen-reader-text {
  display: none;
}
