/*
Theme Name: Squad
Theme URI: http://www.joinsquad.com
Author: Günther Feldbaumer
Author URI: http://www.rotzbua.net
Description: The custom theme for Squad.
Version: 0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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.
*/

@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i,900,900i");
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.dad-youtube-responsive {
  max-width: 700px !important;
  margin: 0 auto; }

.tooltip {
	margin-top: -36px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #000;
    text-align: center;
    background-color: #FFC40B;
    border-radius: 0;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
    margin-top: 15px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #FFC40B;
	opacity: 0;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
    right: 0;
    margin-top: 15px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #FFC40B;
	opacity: 0;
}

body {
  background: #18191b;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #fff; }
  body a {
    color: #FFC40B; }
    body a:hover {
      text-decoration: none;
      color: #FFC40B; }
    body a:focus {
      outline: none; }
  body strong {
    font-weight: 700 !important; }
  body .cta-link {
    background-color: #FFC40B;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #000 !important;
    display: inline-block;
    transition: all 0.2s cubic-bezier(0.25, 0.25, 0.525, 1.45); }
    body .cta-link a {
      color: #000;
      display: block;
      text-decoration: none !important; }
      body .cta-link a:hover {
        color: #000 !important; }
    body .cta-link:hover {
      padding: 10px 25px;
      background-color: #d7a300;
      color: #000 !important; }
      body .cta-link:hover a {
        color: #000 !important;
        text-decoration: none !important; }
        body .cta-link:hover a:hover {
          color: #000 !important; }
  body .button {
    background-color: #FFC40B;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #000;
    display: inline-block;
    transition: all 0.2s cubic-bezier(0.25, 0.25, 0.525, 1.45); }
    body .button:hover {
      padding: 10px 25px;
      background-color: #d7a300;
      color: #000; }
  body .row.morelink {
    padding-top: 15px;
    text-align: center; }
  body h1 {
    text-transform: uppercase;
    color: #FFC40B;
    font-size: 48px;
    letter-spacing: 3px;
    font-weight: 700; }
  body h2 {
    text-transform: uppercase;
    color: #FFC40B;
    font-size: 34px;
    letter-spacing: 3px;
    font-weight: 700; }
  body h3 {
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase; }
    body h3.section {
      font-weight: bold;
      color: #FFC40B;
      margin-bottom: 15px; }
    body h3.signoff {
      text-align: center;
      margin-top: 35px;
      font-size: 22px; }
  body h4 {
    font-size: 12px;
    font-weight: normal;
    color: #A3A6AD;
    text-transform: uppercase;
    letter-spacing: 1.5px; }
  body p.intro {
    font-weight: 700; }
  body p.news-category {
    text-transform: uppercase;
    color: #000;
    display: inline-block;
    background-color: #FFC40B;
    padding: 2px 25px 2px 15px;
    -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%); }
  body p.wrench-disclaimer {
    font-size: 12px !important;
    line-height: 18px !important;
    color: #A3A6AD;
    text-align: center; }
  body p.forumlink {
    margin-top: 35px;
    text-align: center; }
    body p.forumlink a {
      opacity: 0.8;
      transition: all 0.2s ease; }
      body p.forumlink a:hover {
        opacity: 1; }
  body .feather {
    vertical-align: text-bottom;
    width: 20px;
    height: 20px;
    transition: transform 0.2s cubic-bezier(0.25, 0.25, 0.525, 1.45); }
  body a.more {
    text-transform: uppercase;
    color: #FFC40B !important;
    transition: all 0.5s;
    margin-right: 35px; }
    body a.more:hover {
      color: #d7a300 !important; }
      body a.more:hover .feather {
        transform: translateX(5px); }
  body .col-lg-12 {
    padding: 0 75px; }
  body .post-navigation {
    position: fixed;
    top: 50%;
    display: inline-block;
    background-color: #000;
    width: 64px;
    height: 64px;
    border-radius: 32px;
    z-index: 1000;
    opacity: 0.8;
    transition: all 0.2s ease; }
    body .post-navigation .feather {
      width: 64px;
      height: auto; }
    body .post-navigation:hover {
      opacity: 1; }
  body #next-post {
    right: 2vw; }
    body #next-post:hover {
      transform: translateX(5px); }
  body #previous-post {
    left: 2vw; }
    body #previous-post:hover {
      transform: translateX(-5px); }
  body #main-nav {
    position: fixed;
    z-index: 100;
    background-color: rgba(20, 20, 20, 0.6);
	backdrop-filter: blur(20px);
    padding: 10px 0;
    border-bottom: solid 3px #908F8E;
    transition: all 0.4s ease-in-out;
    overflow: visible; }
    body #main-nav img#header-logo {
      float: left;
      transition: all 0.4s ease-in-out;
      width: 170px;
      height: auto; }
    body #main-nav #small-nav {
      padding: 0;
      float: right;
      margin-bottom: 28px;
      margin-right: 0px;
      margin-top: -10px;
      width: 50%;
      transition: margin-bottom 0.4s ease-in-out; }
      body #main-nav #small-nav li {
        float: right;
        list-style-type: none;
        background: #FFC40B;
        margin-right: 5px;
        transition: all 0.2s ease; }
        body #main-nav #small-nav li:first-of-type {
          margin-right: 0px; }
        body #main-nav #small-nav li a {
          color: #000;
          text-transform: uppercase;
          padding: 5px 10px;
          display: inline-block; }
        body #main-nav #small-nav li.steam {
          -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 12% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 12% 100%);
          opacity: 0.9; }
          body #main-nav #small-nav li.steam:hover {
            opacity: 1; }
          body #main-nav #small-nav li.steam a {
            padding-left: 35px;
            padding-right: 25px; }
        body #main-nav #small-nav li.merch {
          -webkit-clip-path: polygon(0 0, 88% 0, 100% 100%, 12% 100%);
          clip-path: polygon(0 0, 86% 0, 100% 100%, 12% 100%);
          margin-right: -15px;
          opacity: 0.7; }
          body #main-nav #small-nav li.merch:hover {
            opacity: 1; }
          body #main-nav #small-nav li.merch a {
            padding-right: 35px;
            padding-left: 35px; }
        body #main-nav #small-nav li.merch_new {
          -webkit-clip-path: polygon(0 0, 88% 0, 100% 100%, 12% 100%);
          clip-path: polygon(0 0, 86% 0, 100% 100%, 12% 100%);
          margin-right: -15px;
          opacity: 0.7; }
          body #main-nav #small-nav li.merch_new:hover {
            opacity: 1; }
          body #main-nav #small-nav li.merch_new a {
            padding-right: 35px;
            padding-left: 35px; }
    body #main-nav #big-nav {
      padding: 0;
      float: right;
      margin-bottom: 0px; }
      body #main-nav #big-nav li {
        float: right;
        list-style-type: none;
        margin-right: 15px;
        position: relative; }
        body #main-nav #big-nav li:first-of-type {
          margin-right: 0px !important; }
        body #main-nav #big-nav li:hover {
          color: #FFC40B; }
        body #main-nav #big-nav li a {
          color: #fff;
          text-transform: uppercase;
          letter-spacing: 1.1px;
          transition: all 0.2s ease; }
          body #main-nav #big-nav li a:hover {
            color: #FFC40B; }
        body #main-nav #big-nav li ul {
          visibility: hidden;
          position: absolute;
          opacity: 0;
          top: 100%;
          left: 0;
          width: 100%;
          transform: translateY(-2em);
          z-index: -1;
          transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
          padding: 15px;
          background-color: rgba(20, 20, 20, 0.8);
          margin-top: 13px; }
          body #main-nav #big-nav li ul li {
            float: none;
            margin-bottom: 10px; }
            body #main-nav #big-nav li ul li:last-of-type {
              margin-bottom: 0; }
            body #main-nav #big-nav li ul li a {
              line-height: 20px; }
        body #main-nav #big-nav li:hover ul {
          visibility: visible;
          opacity: 1;
          z-index: 1;
          transform: translateY(0%);
          transition-delay: 0s, 0s, 0.3s; }
    body #main-nav.scrolling {
      background-color: #000;
      transition: all 0.2s ease; }
      body #main-nav.scrolling img#header-logo {
        width: 120px;
        height: auto; }
      body #main-nav.scrolling #small-nav {
        margin-bottom: 5px; }
  body #mobile-header {
    position: fixed;
    z-index: 100;
    background-color: rgba(20, 20, 20, 0.6);
    padding: 10px 0;
    border-bottom: solid 3px #908F8E;
    transition: all 0.4s ease-in-out;
    overflow: visible;
    color: #FFC40B;
    text-align: center; }
    body #mobile-header a {
      color: #FFC40B; }
      body #mobile-header a:hover {
        color: #FFC40B; }
    body #mobile-header.open {
      background-color: #141414; }
    body #mobile-header #mobile-header-logo {
      height: 50px;
      width: auto;
      transition: all 0.4s ease-in-out; }
    body #mobile-header #mobile-menu-link {
      float: left;
      display: inline-block;
      margin-top: 11px;
      transition: all 0.4s ease-in-out; }
      body #mobile-header #mobile-menu-link.hidden {
        display: none; }
      body #mobile-header #mobile-menu-link.feather {
        width: 28px;
        height: 28px; }
    body #mobile-header #close-link {
      float: left;
      display: inline-block;
      margin-top: 11px;
      transition: all 0.4s ease-in-out; }
      body #mobile-header #close-link.hidden {
        display: none; }
      body #mobile-header #close-link.feather {
        width: 28px;
        height: 28px; }
    body #mobile-header.scrolling {
      background-color: #141414; }
  body #mobile-nav {
    z-index: 999;
    position: fixed;
    top: 0;
    background-color: #141414;
    padding: 15px 0 10px 0;
    margin-top: -100vh;
    transition: margin-top 0.4s ease;
    border-bottom: solid 3px #908F8E; }
    body #mobile-nav ul {
      padding: 0px; }
      body #mobile-nav ul li {
        list-style-type: none;
        border-bottom: solid 1px #555; }
        body #mobile-nav ul li a {
          color: #fff;
          text-transform: uppercase;
          line-height: 36px; }
          body #mobile-nav ul li a:hover {
            color: #fff; }
        body #mobile-nav ul li ul {
          padding-left: 20px; }
          body #mobile-nav ul li ul li {
            border-bottom: 0px; }
            body #mobile-nav ul li ul li a {
              color: #999; }
    body #mobile-nav.open {
      margin-top: 70px; }
    body #mobile-nav.scrolling {
      margin-top: 55px; }
  body #imageslider {
    height: 80vh;
    border-radius: 0;
    padding: 0; }
    body #imageslider .slide {
      position: relative;
      height: 100%;
      background-size: cover;
      background-position: bottom left; }
      body #imageslider .slide.blur {
        filter: blur(5px); }
      body #imageslider .slide .row {
        position: absolute;
        bottom: 75px;
        filter: blur(0px); }
  body #hero-header {
    height: 40vh;
    border-radius: 0;
    padding: 0; }
    body #hero-header .header-image {
      position: relative;
      height: 100%;
      background-size: cover;
      background-position: center left; }
      body #hero-header .header-image .row {
        position: absolute;
        bottom: 35px;
        filter: blur(0px); }
    body #hero-header.news-header h1 {
      margin: 0px; }
    body #hero-header.news-header .news-category {
      margin-bottom: 5px; }
    body #hero-header.news-header .date {
      margin-bottom: 0px; }
  body #body-content {
    color: #ccc; }
    body #body-content a {
      text-decoration: underline;
      transition: all 0.2 ease; }
      body #body-content a:hover {
        color: #be9000; }
      body #body-content a.more {
        text-decoration: none; }
    body #body-content h2 {
      margin-top: 55px;
      margin-bottom: 20px;
      text-align: center; }
    body #body-content h3 {
      margin-top: 25px;
      margin-bottom: 10px;
      color: #fff; }
    body #body-content p {
      font-size: 17px;
      line-height: 27px; }
    body #body-content.news h2 {
      font-size: 28px; }
    body #body-content.news h3 {
      font-size: 24px;
      text-align: center;
      margin-bottom: 15px; }
    body #body-content.news ul li {
      font-size: 17px;
      line-height: 27px; }
    body #body-content .content-section {
      margin-top: 60px; }
    body #body-content .imagesection {
      padding: 130px 0 100px 0;
      background-size: cover;
      background-position: right bottom; }
  body #news h2 {
    margin-bottom: 30px; }
  body #news h3 {
    margin-top: 13px; }
  body #news p {
    color: #A3A6AD;
    font-size: 14px;
    line-height: 20px; }
  body #news .news-category {
    color: #000;
    text-align: right;
    float: right;
    margin-top: -130px;
    padding: 2px 15px 2px 25px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 8px 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 8px 100%); }
  body #events {
    padding-top: 30px; }
    body #events ul {
      padding: 0; }
      body #events ul li {
        list-style-type: none;
        background-color: #32363F;
        border-left: solid 5px #FFC40B;
        padding: 10px 0;
        margin-bottom: 5px; }
        body #events ul li.twitch {
          background-color: #6441A4; }
        body #events ul li a {
          color: #fff; }
          body #events ul li a:hover {
            color: #bfbfbf; }
        body #events ul li .event-date {
          text-transform: uppercase;
          color: #FFC40B;
          text-align: center; }
          body #events ul li .event-date .day {
            font-size: 40px;
            font-weight: 700;
            line-height: 34px; }
        body #events ul li .event-details {
          text-transform: uppercase;
          padding-left: 5px;
          padding-top: 5px; }
          body #events ul li .event-details .event-title {
            font-size: 18px;
            letter-spacing: 2px;
            line-height: 18px; }
          body #events ul li .event-details .event-time {
            font-size: 14px;
            line-height: 12px; }
            body #events ul li .event-details .event-time .feather {
              width: 16px;
              height: 16px; }
        body #events ul li .event-alert .feather {
          width: 16px;
          height: 16px; }
  body #what-is-squad {
    padding: 130px 0 100px 0;
    margin-top: 60px;
    background-image: url(img/background.jpg);
    background-size: cover;
    background-position: right bottom; }
    body #what-is-squad.background-02 {
      background-image: url(img/background_02.jpg); }
    body #what-is-squad #carouselIcons .carousel-indicators li {
      top: 75px !important; }
      body #what-is-squad #carouselIcons .carousel-indicators li.active {
        color: #FFC40B;
        background-color: #FFC40B; }
    body #what-is-squad #carouselIcons .carousel-item {
      text-align: center; }
      body #what-is-squad #carouselIcons .carousel-item img {
        width: 50% !important;
        margin: 0 auto !important; }
  body #trifecta {
    margin-top: 60px; }
    body #trifecta #wikilinks {
      padding: 0; }
      body #trifecta #wikilinks li {
        list-style-type: none;
        margin-bottom: 20px; }
        body #trifecta #wikilinks li h4 {
          color: #fff;
          font-size: 20px; }
        body #trifecta #wikilinks li p {
          font-size: 16px;
          color: #A3A6AD;
          margin-bottom: 5px; }
  body footer {
    margin-top: 0px;
    padding-top: 200px;
    padding-bottom: 40px;
    background-image: url(img/footer.png);
    background-size: cover; }
    body footer a {
      transition: all 0.2s ease; }
      body footer a img {
        transition: all 0.2s ease;
        opacity: 0.8; }
      body footer a:hover img {
        opacity: 1; }
    body footer #footerleft {
      color: #A3A6AD;
      font-size: 14px;
      padding-top: 25px; }
      body footer #footerleft a img {
        width: 361px;
        height: auto;
        margin-bottom: 15px; }
    body footer #footerright {
      text-align: right; }

@media (max-width: 991.98px) {
  body .post-navigation {
    position: fixed;
    top: 75%;
    display: inline-block;
    background-color: #000;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    z-index: 1000;
    opacity: 0.8;
    transition: all 0.2s ease; }
    body .post-navigation .feather {
      width: 48px;
      height: auto; }
    body .post-navigation:hover {
      opacity: 1; }
  body .col-lg-12 {
    padding: 0 15px; }
  body #imageslider .slide h2 {
    max-width: 90vw; }
  body #imageslider .slide p {
    max-width: 90vw; }
  body #hero-header {
    height: 55vh; }
    body #hero-header h1 {
      width: 90vw;
      font-size: 38px; }
    body #hero-header .header-image .row {
      bottom: 20px; }
  body #body-content h2 {
    margin-bottom: 20px;
    font-size: 28px; }
  body #body-content h3 {
    margin-bottom: 10px;
    font-size: 18px; }
  body #body-content .content-section {
    margin-top: 45px; }
  body #body-content .imagesection {
    padding: 60px 0 60px 0; }
    body #body-content .imagesection a.more {
      line-height: 28px; }
  body #main-content #news .news-category {
    margin-top: -170px; }
  body #main-content #news .newspost {
    margin-bottom: 25px; }
  body #what-is-squad {
    padding: 60px 0 100px 0; }
    body #what-is-squad a.more {
      line-height: 32px; }
  body footer {
    padding-top: 100px; }
    body footer #footerleft {
      text-align: center; }
      body footer #footerleft a img {
        width: 100%; }
    body footer #footerright {
      text-align: center;
      margin-top: 25px; } }

.twitchWrapper {
	position: relative;
	padding-top: 100px;
}

.twitchStream {
	position: relative;
	width:75%;
}

.twitchStream:before{
	content: "";
	display: block;
	padding-top: 56.25%; /* 16:9 */
}

.twitchChat{
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
	width: 25%;
}

.twitchStream iframe, .twitchChat iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 1024px) {
	.twitchStream{
		width:100%;
	}
	.twitchChat{
		display:none;
	}
}

/*# sourceMappingURL=main.css.map */

