/*
Theme Name: Raphael Schluesselberg 2018 
Author: MISSION CULTURE, Frank Stahmer

*/

/* -------------------------------- [ General Elements ] */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  }

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

ol, ul {
  list-style: none;
}
  
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
  border-collapse: collapse;
  border-spacing: 0
}

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


/* -------------------------------- [ Global ] */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #000;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}

hr {
 border: solid #797979;
 border-width: 1px 0 0;
 clear: both; 
 margin: 2px 0 21px; 
 height: 0; 
}

/* -------------------------------- [ Headlines ] */

h4, h5, h6 {
  line-height: 1;
  font-weight: 300;
}

h1 {
  line-height: 1;
  font-weight: 400;
  font-size: 48px;
  text-transform: uppercase;
  font-family: 'Lusitana', sans-serif;
}    

h2 {
  color: #ecaa2f;
  line-height: 1;
  font-weight: 200;
  font-size: 38px;
  font-family: 'Lusitana', sans-serif;
  padding-top: 0px;
  padding-bottom: 5px;
  margin-left: 3%;
  text-transform: uppercase;
}


h3 {
  color: white;
  line-height: 1;
  font-weight: 200;
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  padding-top: 0px;
  padding-bottom: 15px;
  margin-left: 3%;
} 


/* -------------------------------- [ Links ] */

p {
 line-height: 1.8;
 margin-bottom: 20px;
 text-align: left;
 padding-left: 2%;
 padding-right: 2%;
}

p a {
  text-decoration: none;
  font-weight: 500;
  color: #c1c1c1;
  padding-bottom: 1px;
  border-bottom: 2px solid #f9ab03;
  transition: all .4s ease .3s;
}

p a:hover { 
  text-decoration: none;
  font-weight: 500;
  color: #fff;
  padding-bottom: 1px;
  border-bottom: 2px solid #797979;
  transition: all .4s ease .3s;   
}


/* -------------------------------- [ Wrapper, Container, etc ] */

#wrapper {
  width: 100%;
  margin: 0 auto;
}

#main {
  background-color: #000;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 3%;
  text-align: left;
}

/* -------------------------------- [ Cookie Bar ] */

#catapult-cookie-bar {
    box-sizing: border-box;
    max-height: 0;
    opacity: 0.85;
    z-index: 99999;
    overflow: hidden;
    color: #ddd;
    font-size: 14px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #464646;
}

/* -------------------------------- [ Page Header ] */

#page-header {
  background-color: #000;
  width: 100%;
  color: #fff;
  padding: 300px 0;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 0px solid #ed772e;
}​

.page-header-titles {
  margin: 0 auto;
  margin-bottom: 20px;
  border-bottom: 0px solid #ed772e;
}​

.titles h1 {
  font-family: sans-serif;
  letter-spacing: 0px;
  font-size: 88px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 10px;
}

.page-header-titles h1 {
  font-family: 'Lusitana', sans-serif;
  letter-spacing: 0px;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}

.page-header-titles h2 {
  font-family: 'Lusitana', sans-serif;
  letter-spacing: 0px;
  font-size: 32px;
  color: white;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0px;
}

/* -------------------------------- [ Home Container ] */

.home-container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 40px;
  margin-top: 40px;
  overflow: hidden;
}

.home-container p {
  text-align: center;
}

.home-container h1 {
  font-family: 'Lusitana', sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 25px;
  text-align: center;
}

.home-container ol, ul {
  list-style: none;
  line-height: 1.2;
}
  
.home-container li::before {  
  content: "•"; color: #ecaa2f;
  font-size: 24px; 
  display: inline-block;
  width: 1em;
  margin-left: -1em}
}



/* -------------------------------- [ Page Container ] */

.page-container {
  width: 90%;
  padding-left: 2%;
  padding-right: 5%;
  margin-top: 100px;
  margin-bottom: 140px;
  text-align: center;
  overflow: hidden;
}

.page-container p {
  text-align: left;
  padding-top: 20px;
  padding-left: 5%;
  padding-right: 5%;
}

.page-container h1 {
  font-family: 'Lusitana', sans-serif;
  font-size: 48px;
  font-weight: 100;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 25px;
  padding-left: 5%;
  padding-right: 5%;
}

.page-container h2 {
  padding-left: 2%;
  padding-right: 5%;
  color: #ecaa2f;
  line-height: 1;
  font-weight: 100;
  font-size: 32px;
  font-family: 'Lusitana', sans-serif;
  padding-top: 0px;
  padding-bottom: 15px;
}

.page-container h3 {
  padding-left: 2%;
  padding-right: 5%;color: white;
  line-height: 1;
  font-weight: 100;
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  padding-top: 0px;
  padding-bottom: 15px;
}


.page-container ol, ul {
  list-style: none;
  line-height: 1.2;
}
  
.page-container li::before {  
  content: "•"; color: #ecaa2f;
  font-size: 24px; 
  display: inline-block;
  width: 1em;
  margin-left: -1em}
}


/* -------------------------------- [ Home Higlights ] */

#highlights {
  background: #000;
  height: 500px;
  width: 90%;
  text-align: center;
  overflow: hidden;
  position: relative;
  padding-top: 80px;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 10px;
  padding-left: 0px;
  margin: 0 auto;
  margin-top: -40px;
  z-index: 10;
}

#highlights p {

    line-height: 1.8;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    padding-left: 2%;
    padding-right: 2%;
}

#highlights h1 {
    margin-top: 40px;
    text-align: center;
    line-height: 1;
    font-weight: 600;
    font-size: 48px;
    font-family: 'Lusitana', sans-serif;
    color: #ecaa2f;
}

#highlights-header {
  width: 20%;
  color: #000;
  background-color: #e5b24c;
  text-align: center;
  overflow: hidden;
  position: relative;
  padding-top: 40px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  margin: 0 auto;
  margin-top: -40px;
  z-index: 10;
  float: left;
}

#highlights-content {
  width: 80%;
  color: #000;
  background-color: #e5b24c;
  text-align: center;
  overflow: hidden;
  position: relative;
  padding-top: 40px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  margin: 0 auto;
  margin-top: -40px;
  z-index: 10;
  float: right
}


/* -------------------------------- [ Home News ] */
#home-news {
  width: 100%;
  color: #fff;
  text-align: center;
  overflow: hidden;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  margin: 0 auto;
}

#home-news h1  {
  color: #ecaa2f;
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 10px;
}

#home-news p {
    margin-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
}


/* -------------------------------- [ GigPress ] */

.gigpress-table {
    font-size: 14px !important;
    width: 80% !important;
    border-top: 0px solid #CCC!important;
    padding-bottom: 10px !important;
    border-top:  1px solid #eee !important;
    border-bottom:  1px solid #eee !important;
    margin: 0.5em 0 1em 0;
    line-height: 1.8;
    text-align: center;
    margin: auto!important;
    margin-top: 30px!important;
    margin-bottom: 20px!important;
    background: none !important;
}

.gigpress-table td {

    padding: 3px 6px !important;
    border-bottom: 0px important;
     vertical-align: middle;
    text-align: left!important;
    background: none !important;
}
    
.gigpress-row td {
	border-bottom: 0px solid #eee !important;
}    

a.gigpress-tickets-link {
	color: #ed772e !important;
    font-weight: bold !important;
    text-transform: uppercase;
    text-decoration: none !important;
}

/* -------------------------------- [ Other items, etc ] */

#home-teaser {
  border-top: 0px solid #e5771e;
  width: 100%;
  height: 400px;
}

.dynamic-container {
  position: relative;
  width: 100%;
  min-height: 400px;
}

.dynamic-container a {
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid;
  border-color: #e5771e;
}

.dynamic-container a:hover {
  color: #000;
  padding-bottom: 3px;
  border-bottom: 1px solid;
  border-color: #e5771e;
  transition: all 0.25s ease-out;
    transition-property: all;
    transition-duration: 0.25s;
    transition-timing-function: ease-out;
    transition-delay: 0s;  
}

#home-text {
 width: 50%;
float: right;
background: white;
height: 400px;
padding-top: 25px;
opacity: 0.95;
}

.dynamic-container h1 {
  font-size: 24px;
  padding-left: 40px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}

.dynamic-container h2 {
  font-size: 40px;
  padding-left: 40px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}

.dynamic-container h2 a {
  font-size: 40px;
  color: #ed772e;
  padding-left: 40px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
  text-decoration: none;
}

.dynamic-container h2 a:hover {
  font-size: 40px;
  color: #4c4d4d;
  padding-left: 40px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
  text-decoration: none;
}

.dynamic-container p {
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
}


section {
  padding: 40px 0;
}

section h1 {
    font-weight: 700;
    margin-bottom: 10px;
}

section p {
    margin-bottom: 30px;
}

section p:last-child {
      margin-bottom: 0;
    }

section.color {
    background: #4c4d4d;
    color: white;
}




/* -------------------------------- [ Main Navigation ] */


#menu-wrapper {
	width: 100vw;
	position: relative;
	height: 50px;
	margin-top: -150px;
	background-color: rgba(100,100, 100, 0.2);
	text-align: center;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}


#menu-wrapper-page {
	width: 100vw;
	position: relative;
	height: 50px;
	margin-top: -70px;
	background-color: rgba(100,100, 100, 0.4);
	text-align: center;
	border-top: 0px solid #333;
	border-bottom: 1px solid #333;
}

#site-navigation,
.header-search-wrapper {
}

.main-navigation {
    display: inline-block;
    margin-top: 2px;
    padding: 10px;
    text-align: center;
}

.main-navigation ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	list-style-image: none; 
}

.main-navigation li {
	font-family: 'Open Sans', sans-serif;
	float: left;
	position: relative;

	z-index: 11;
	font-weight: 400;
	font-size: 20px;
	padding-right: 45px;
}

.main-navigation .menu {
	display: table;
	max-width: 1500px;
	margin: 0 auto;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: white;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.main-navigation a:hover {
	color: white;
	border-bottom: 2px solid #ecaa2f;
	
  
}

.main-navigation li:last-of-type a {
	border-right: 0;
}

.main-navigation a:hover {
	color: #ecaa2f;
}

.main-navigation ul li a:hover, 
.main-navigation ul li.current-menu-item > a, 
.main-navigation ul li.current-menu-parent > a, 
.main-navigation ul li.current-menu-ancestor > a,
.main-navigation ul li.current-page-ancestor > a,
.main-navigation ul li:hover > a,
.main-navigation ul li.current_page_item a{
	color: white;
	border-bottom: 2px solid #ecaa2f;
	-webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}

.main-navigation ul li > a:not(:only-child):after {
       color: #444;
       content: ' ▾';
}

.main-navigation ul ul {
	margin-top: 0px; 
	float: left;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	text-align: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background-color: #fff;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 250px;
	color: #4a4a4a;
	border: none;
	padding: 10px 20px;
}

.main-navigation ul ul a:hover {
	color: #ecaa2f;
	border: none;
}
.main-navigation ul ul li {
	color: #4a4a4a;
	text-transform: none;
	font-weight: 400;
	font-family: 'Lusitana', sans-serif;
	font-size: 14px;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}



/* -------------------------------- [ Header ] */

header {
  width: 100%;
  height: 90px;
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}

header h1#logo {
    display: inline-block;
    height: 120px;
    width: 650px;
    float: left;
    font-size: 100px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


header.smaller {
    height: 75px;
    background-color: rgba(0, 0, 0, 0.85);
}

header.smaller h1#logo {
      width: 450px;
      line-height: 60px;
}

header.smaller .main-navigation {
      margin-top: 15px;
}

/* -------------------------------- [ Language Switch  ] */


#language-switch {
    display: inline-block;
    margin-left: 20px;
    margin-top: -22px;
    float: right;
}

#language-switch ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	list-style-image: none; 
}

#language-switch  li {
	display: inline;
}

#language-switch  ul li a {
	text-decoration:none; 
	color: #fff;
}

#language-switch  ul li a:hover,
#language-switch  ul li.current-menu-item > a, 
#language-switch  ul li.current-menu-parent > a, 
#language-switch  ul li.current-menu-ancestor > a,
#language-switch  ul li.current-page-ancestor > a,
#language-switch  ul li:hover > a,
#language-switch  ul li.current_page_item a {
	color: #000;
	border-bottom: 3px solid;
    border-color: #e5771e;
}


#language-switch  ul li.active a {
	font-weight: 800;
	border-bottom: 3px solid;
    border-color: #e5771e;
}

#language-switch a {
      line-height: 120px;
      margin-left: 5px;
      color: #9fdbfc;
      font-weight: 400;
      font-size: 12px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
}

#language-switch a:hover {
     color: white;
}


      
/* -------------------------------- [ Slider  ] */
      
#slider {
    width: 100%;
    margin: auto;
    background: black;
    z-index: 1;
    border-bottom: 0px solid #ecaa2f;
    overflow: hidden;
    
}


/* -------------------------------- [ Fullwidth-Row  ] */
      
.full-width-row {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; 
}

.full-width-row-content {
  color: white;
  text-align: center;
  padding-top: 10%;
  padding-bottom: 10%;
}

.full-width-row-content p {
  color: white;
  text-align: center;
}

/* -------------------------------- [ Fullwidth-Row  ] */
      
.full-width-row-withoutbg {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  
}

.full-width-row-withoutbg-content {
  text-align: center;
  padding-top: 5%;
  padding-bottom: 5%;
}

.full-width-row-withoutbg-content p {
  text-align: center;
}

/* -------------------------------- [ Gutenberg Classes ] */


.wp-block-media-text .wp-block-media-text__content {

    grid-area: media-text-content;
    padding: 0 6% !important;
    word-break: break-word;
}

.wp-block-embed figcaption {
    color: #fff!important;
    font-size: 13px;
    margin-bottom: 1em;
    margin-top: .5em;
    text-align: left!important;
}

.wp-block-media-text .wp-block-media-text__media {

    grid-area: media-text-media;
    margin: 0;
    padding-left: 10%;
    padding-right: 10%;
}

/* -------------------------------- [ Post-Grid] */


.skin.flat .layer-content {
    padding: 5px 0px!important;
}

#post-grid-156 .element_0 {

    display: block;
    font-size: 24px;
    line-height: normal;
    padding: 0px 0px !important;
     padding-bottom: 5px;
    text-align: left;
    border-bottom: 0px solid #ecaa2f;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

#post-grid-156 .element_1 {
    display: block;
    font-size: 16px;
    padding: 5px 0px!important;
    text-align: left;

}

#post-grid-156 .element_2 {

    display: inline-block;
    margin-left: 0px !important;
    border-radius: 0;
    border: 0;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
    text-decoration: none;
    border-bottom: 2px solid #f9ab03;
    color: #c1c1c1;
    font-size: 11px;
    transition: all .4s ease .3s;
    text-transform: uppercase;
    padding: 5px 0px!important;
    float: left!important;
 
 }
    
.post-grid .pagination.dark .page-numbers {

    background: #666 none repeat scroll 0 0;
    border: 0px solid rgb(153, 153, 153) !important;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 14px;
    line-height: normal;
    padding: 3px 10px;
    text-decoration: none;

}


/* -------------------------------- [ Scroll Up  ] */

#scroll-up {
    position: absolute;
    display: inline;
    position: fixed;
    bottom: 0.4em;
    right: 1em;
    z-index: 100;
}

#scroll-up i {
    display: block;
    width: 37px;
    height: 37px;
    background-repeat: no-repeat;
    background-position: center center;
   background-image: url('images/icon-scroll-up.png');
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#scroll-up i:hover {
    display: block;
    width: 37px;
    height: 37px;
    margin-bottom: -5px;
    background-repeat: no-repeat;
    background-position: center center;
   background-image: url('images/icon-scroll-up.png');
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.7;
}

/* -------------------------------- [ Scroll Down  ] */


#scroll-down {
    position: absolute;
    margin-top: -60px;
    left: 50%;
    display: block;
    margin-left: -42px;
    padding: 10px;
    background: url('images//icon-scroll-down-shadow.png') no-repeat center center;
}

#scroll-down i {
    display: block;
    width: 63px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center center;
   background-image: url('images/icon-scroll-down.png');
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#scroll-down i:hover {
    display: block;
    width: 63px;
    height: 22px;
    margin-bottom: -5px;
    background-repeat: no-repeat;
    background-position: center center;
   background-image: url('images/icon-scroll-down.png');
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.7;
}


#scroll-down-page {
    position: absolute;
    margin-top: 180px;
    left: 50%;
    display: block;
    margin-left: -42px;
    padding: 10px;
    background: url('images//icon-scroll-down-shadow.png') no-repeat center center;
}

#scroll-down-page i {
    display: block;
    width: 63px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center center;
   background-image: url('images/icon-scroll-down.png');
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#scroll-down-page i:hover {
    display: block;
    width: 63px;
    height: 22px;
    margin-bottom: -5px;
    background-repeat: no-repeat;
    background-position: center center;
   background-image: url('images/icon-scroll-down.png');
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.7;
}



/* -------------------------------- [ Block Columns  ] */


.wp-block-columns {
    display: flex;
    flex-wrap: wrap;
    margin-left: 2.7% !important;
 }
   
    
/* -------------------------------- [ Soundcloud Content  ] */
      
#soundcloud-content {
    width: 100%;
    height: 100px:
    margin: auto;
  	background-color: transparent !important;
    z-index: -1;
    overflow: hidden;
}

/* =Extras
-------------------------------------------------------------- */
.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

/* =Media Queries

-------------------------------------------------------------- */
@media all and (max-width: 1070px) {
  /* =Header
  -------------------------------------------------------------- */

header {
    height: 75px;
    background-color: rgba(0, 0, 0, 0.15);
}

header h1#logo {
      width: 350px;
      line-height: 50px;
}

.menu-search-wrapper {
    display: none; 
}
}


/* -------------------------------- [ Search Form  ] */

#searchform {
  background-color: transparent;
  padding: 0px;
  width: 335px;
  color: darkgrey;
}

.search-field {
	font-family: "Open Sans", sans-serif;
	padding: 0;
	width: 30%;
	color: darkgrey;
}

p.search-field {
	padding-top: 2px;
}

input[type="text"], input[type="email"],
input[type="url"], 
input[type="password"], 
input[type="search"],
textarea {
    background: transparent;
    border: 1px solid #a8a8a8;
    border-radius: 6px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    color: white;
    padding: 10px;
	  
}


/* -------------------------------- [ Grid News ] */
    
.post-grid .grid-items {
     background: transparent !important;
}

#post-grid-8 .item {
    width: 280px;
    background: transparent !important;
}


.skin.thumbgoleft .layer-content {
    height: 277px;
    width: 280px;
    overflow: hidden;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 1s ease 0s;
    border: 1px solid #fff !important;
}

.skin.flat .layer-content {

    padding: 5px 10px;
    background: transparent !important;

}

/* -------------------------------- [ Footer ] */

#footer {
    width: 100%; 
    background-color: #797979;
}

#footer-header {
    width: 100%; 
    color: #fff;
    margin-bottom: 20px;    
}


#footer-widgets {
    color: #fff;
    padding-top: 20px;
}

.footer-widget-column {
    width: 33%; 
    color: #fff;
    margin-left: -10px;
    padding: 0 0px;
    text-align: left;
    padding-bottom: 30px; 
    background-color: #transparent;
    float: left;
}

#acurax_si_widget_simple {
    float: left!important;
}


#footer-sidebar-1 {
    width: 33%; 
    color: #fff;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 30px; 
    background-color: #transparent;
    float: left;
}

#footer-sidebar-2 {
    width: 33%; 
    margin: 0 auto;
    padding: 0 20px;
   text-align: center;
    padding-top: 10px;
    padding-bottom: 30px; 
    background-color: #transparent;
    float: left;
}

#footer-sidebar-3 {
    width: 33%; 
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 30px; 
    background-color: #transparent;
    float: left;
}

#footer-section {
    width: 100%; 
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    padding-top: 30px;
    padding-top: 30px;
    background-color: #92aed2;
    overflow: hidden;
}

#footer-section p {
	color: #fff;
}


.menu-footer-container {
	color: #fff;
	margin-top: -10px;
	margin-left: -3px;
}

.menu-footer-container ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	list-style-image: none; 
}

.menu-footer-container li {
	font-size: 16px;
	padding-top: 10px;
	color: #c1c1c1;
}

.menu-footer-container ul li a {
	font-weight: 400;
	text-decoration: none;
	margin: 4px;
	line-height: 1.0;
	font-size: 16px;
}

.menu-footer-container a {
      line-height: 40px;
      margin-left: 20px;
      color: #c1c1c1;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
}

.menu-footer-container li a:hover
.menu-footer-container ul li.current-menu-item > a, 
.menu-footer-container ul li.current-menu-parent > a, 
.menu-footer-container ul li.current-menu-ancestor > a,
.menu-footer-container ul li.current-page-ancestor > a,
.menu-footer-container ul li:hover > a,
.menu-footer-container ul li.current_page_item a {
	color: white;
	font-size: 16px;
	border-bottom: 2px solid #ecaa2f;
}

/* -------------------------------- [ Footer Nav ] */

#footernav {
    font-family: 'Lusitana', sans-serif; 
    display: inline-block;
    float: right;
}

#footernav ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	list-style-image: none; 
}

#footernav li {
	display: inline;
}

#footernav ul li a {
	font-weight: 400;
	text-transform: uppercase; 
	text-decoration: none;
	margin: 4px;
	line-height: 1.0;
}

#footernav a {
      line-height: 40px;
      margin-left: 20px;
      color: #fff;
      font-size: 13px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
}

#footernav ul li a:hover
#footernav ul li.current-menu-item > a, 
#footernav ul li.current-menu-parent > a, 
#footernav ul li.current-menu-ancestor > a,
#footernav ul li.current-page-ancestor > a,
#footernav ul li:hover > a,
#footernav ul li.current_page_item a {
	color: #4c4d4d;
	border-bottom: 0px solid #e5771e;
}


/* -------------------------------- [ Cookie Bar ] */

.has-cookie-bar #catapult-cookie-bar {
    opacity: 0.85 !important;
    max-height: 200px !important;
    min-height: 30px !important;
    font-size: 14px;
    font-family: 'Lusitana', sans-serif;
    line-height: 1.5 !important;
}
    
    
/* -------------------------------- [ Info Bar ] */

#info-bar {
  background-color: #797979 !important;
  padding-top: 25px;
  padding-bottom: 15px;
  width: 100%;
  overflow: hidden;
}

#info-bar p {
  background-color: #797979 !important;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 0px !important;
}


#info-bar p a {
  text-decoration: none;
  font-weight: 500;
  color: #c1c1c1;
  padding-bottom: 1px;
  border-bottom: 0px solid #f9ab03;
  transition: all .4s ease .3s;
}

#info-bar p a:hover { 
  text-decoration: none;
  font-weight: 500;
  color: #fff;
  padding-bottom: 1px;
  border-bottom: 0px solid #797979;
  transition: all .4s ease .3s;   
}

.info-bar-left {
  background-color: #797979 !important;
  width: 75%;
  text-align: left;
  margin-left: 20px;
  margin-right: 10px;
  margin-top: -4px;
  float: left !important;
  overflow: hidden;
}

.info-bar-right {
  background-color: #797979 !important;
  width: 35%;
  text-align: left;
  margin-right: 5%;
  margin-top: -10px;
  float: right !important;
  overflow: hidden;
}



/* -------------------------------------------- [ Quote ] */

blockquote {
    font-family: 'Open Sans', sans-serif;
 	font-size: 22px;
    font-style: italic;
    width: 90%;
	margin-left: 5%;
	margin-right: 5%;
    padding: 0.25em 40px;
    line-height: 1.45;
    position: relative;
    color: lightgrey;
    font-weight: 400;
   }
 
blockquote:before {
    display: block;
    content: "\201C";
    font-size: 120px;
    position: absolute;
    left: -10px;
    top: -10px;
    color: #f9ab03;
}
 
blockquote cite {
    color: #999999;
    display: block;
    margin-top: 5px;
}
  
blockquote cite:before {
    content: "\2014 \2009";
}


/* -------------------------------------------- [ Buttons ] */

#full-screen-search {
	display:none !important;
}

#full-screen-search.open {
	display:block !important;
}

.header-search-wrapper {
    float: left;
}



.header-search-wrapper .search-main {
    border: 1px solid #ecaa2f;
    background: #ecaa2f;
    border-radius: 100%;
    cursor: pointer;
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 27px;
    margin-left: 0px;
    margin-top: 25px;
    text-align: center;
    transition: color 0.5s ease 0s;
    width: 30px;
    cursor: pointer;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

.header-search-wrapper .search-main a:hover {
    border: 1px solid #b3d2e7;
    background: #b3d2e7;
    border-radius: 100%;
    cursor: pointer;
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 27px;
    margin-left: 0px;
    margin-top: 25px;
    text-align: center;
    transition: color 0.5s ease 0s;
    width: 30px;
    cursor: pointer;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

.searchButton {
    display: inline-block;
    border-radius: 0px;
    border: 0;
    text-decoration: none;
    background: none;
    color: #fff;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    transition: all 0.4s ease 0.3s;
}

.fa {
 	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: white !important;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.button {
    display: inline-block;
    padding: 15px 32px;
    text-align: center;
    border: 1px solid #ecaa2f;
    text-decoration: none;
    background: transparent;
    color: #ecaa2f;
    font-family: 'Lusitana', sans-serif;
    font-size: 18px;
    transition: all 0.4s ease 0.3s;
}

/* Add a rollover background colour but keep the text white */,
.button:hover,
.button:focus,
.button:active {
  background: #ecaa2f;
  color: white !important;
}


.button-small {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 0px;
    border: 0;
    font-weight: 400 !important;
    text-decoration: none;
    text-transform: uppercase;
    background: #333;
    color: #fff!important;
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    border-bottom: 0px !important;
    transition: all 0.4s ease 0.3s;
}
/* Add a rollover background colour but keep the text white */
.button-small:hover,
.button-small:focus,
.button-small:active {
   display: inline-block;
    padding: 5px 10px !important;
    border-radius: 0px !important;
    border: 0 !important;
    font-weight: 400 !important;
    text-decoration: none;
    text-transform: uppercase;
    background: #ed772e;
    color: #fff!important;
    font-family: 'PT Sans', sans-serif;
    border-bottom: 0px !important;
}



#myBtn {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    display: none; 
    float: left;
    bottom: 20px;
    right: 30px;
    z-index: 99; 
    border: none; 
    outline: none;
    background-color: #4c4d4d;
    color: white;
    cursor: pointer; 
    padding: 15px; 
    border-radius: 0px;
}

#myBtn:hover {
    background-color: #cb3900; 
}

/* -------------------------------------------- [ Post ] */

.post {
	padding: 5px 0 5px 0;
	overflow: hidden;
	background: transparent url(images/redline.png) no-repeat top;
	clear: both;
}

.page-post {
	padding: 5px 0 5px 0;
	text-align: left; 
	background: transparent;
	clear: both;
	overflow: hidden;
}


.post-content p, .post-content h5, .post-content code {
	width: 35.7em;
}

.post-content h3 {
	line-height: .9;
}

.post-content h5 {
	margin-top: 2.5em;
	margin-bottom: .5em;
	padding-left: 8px;
	padding-right: 8px;
	text-transform: uppercase;
}

.post-content blockquote {
	margin: 0 3.2em 0 3.2em;
}

.post-content blockquote p {
	width: 30em;
	padding: 0;
}

.post-content blockquote ul {
	width: 30em;
}

.post-content dl {
	margin: 0 0 1em 0;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1.2em;
}

.post-content dt {
	margin: 0 0 .5em 0;
	font-weight: bold;
	font-size: 1em;
}

.post-content dd {
	width: 30em;
	margin: 0 0 1em 2em;
	line-height: 1.6;
}

.post-content ul, .post-content ol {
	width: 44.8em;
	margin-left: -12px;
	padding-right: 8px;
	list-style-type: none;
}

.post-content li {
	margin: 0 0 1em 0;
	padding-left: 20px;
	font-size: 1.2em;
	line-height: 1.6;
	background: transparent url(images/bullet.gif) no-repeat left 2px;
}

.post-content ol {
	margin-left: 8px !important;
}

.post-content ol li {
	padding-left: 0;
	list-style-type: decimal;
	background: none;
}

.post-content code {
	font-family: "Monaco", "Courier New", fixed;
	font-size: .9em;
}

.post-content pre {
	margin: 2em 0 2em 0;
	padding: 2em;
	font-size: 1.2em;
	background: #eee;
	overflow: auto;
}

.post-content pre code {
	color: #222;
}

.post-content .quote-author {
	float: right;
}





/* --------------------------------- [ General Classes ] */

.alignnone {
	width: auto
}

.small {
	margin-left: 2px;
	font-size: 10px;
	line-height: 1.6;
}

.postdatecolor {
	margin-left: 3px;
	font-size: 11px;
	line-height: 1.6;
}

/* If you want a text in ALL CAPS */

.ver {
	text-transform: uppercase;
	color: #000;
}

/* For by-lines */

.low {
	font-family: Palatino, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	color: #666;
}

/* A nice ampersand */

.amp {
	font-family: Baskerville, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	color: #666;
}

/* For image captions */


.alignnone {
	border-right: 0px solid #e5771e;
}


.tooltip {
	display: block;
	padding-top: 8px;
	font-size: .9em;
}

.left {
	float: left;
	border-right: 0px solid #e5771e;
}

.right {
	float: right;
}

.align-right {
	display: block;
	text-align: right;
}

.align-center {
	display: block;
	text-align: center;
}

.both {
	clear: both;
}

.image {
	background-color: #f9f9f9;
	border: 1px solid #eee;
	border-bottom: 1px solid #eee;
	display: block;
	padding: 7px;
}

.nudged {
	margin-right: 8px;
}

.nudged-left {
	padding-left: 8px;
}

.nudge-bottom {
	margin-bottom: 1.5em;
}

.last-field, .first-post {
	border: 0;
}

.title-not {
	width: 33px;
	height: 25px;
	margin: 0 6px 0 0;
	display: block;
	text-indent: -1000em;
	background: transparent url(images/not.gif) no-repeat top left;
	float: left;
}


/* Use for full width images (596px) */

.full-image {
	margin-left: -15.2em;
}

/* Centering for older posts */ 

.centered {
	display: block;
	margin: 0 auto;
}


/* ---------------------- [ Wordpress required classes ] */

.widget {
	font-family: 'Open Sans', sans-serif;
	background: #transparent !important;
	border: 0px;
	padding-left: 45px;
	font-size: 12px;
}

.widget h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	margin-left: 0px;
	padding-bottom: 10px;
}

.widget a {
	border-bottom: none;
}

.widget a:hover {
	border-bottom: none;
}



ul.widgetized-sidebar {
	list-style-type: none;
}

.entry-title .widget-title {
	font-size: 11px;
	text-transform: uppercase;
}

.entry-title .widget-title h3 {
	font-size: 13px;
	text-transform: uppercase;
	float: left;
	text-align: left;
}

ul.widgetized-sidebar li {
	margin: 0 0 2em 0;
	clear: both;
	overflow: hidden;
}

ul.widgetized-sidebar li h2 {
	margin-bottom: 0.6em;
	padding-bottom: .6em;
	font-size: 11px;
	line-height: 1.6;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	color: #000;
}

ul.widgetized-sidebar li ul li {
	margin: 0;
	padding: .4em 8px .5em 8px;
	font-size: 1.1em;
	line-height: 1.6;
	border-bottom: 1px dotted #bbb;
	font-size: 1.1em;
}

img.alignnone {margin-right: 15px; margin-bottom: 5px; border-right: 0px;}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin-right: 10px; margin-bottom: 5px;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; margin-top: 5px; margin-right: 10px; margin-bottom: 5px; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}

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

.wp-caption {
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 5px;
}

.wp-caption img {
	margin-left: 0px;
	padding: 0;
}

.wp-caption p.wp-caption-text {
	padding: 0;
	font-size: 12px;
	float:left;
	line-height: 1.2;	
}

.categories { }
.cat-item { }
.current-cat { }
.current-cat-parent { }
.pagenav { }
.page_item { }
.current_page_item { }
.current_page_parent { }
.blogroll { }
.linkcat{ }



-------------------------------------------------------------- */
@media all and (max-width: 800px) {
  /* =Header
------------------------------------------------------------- */

 .footer-widget-column {
    width: 100%; 
    color: #fff;
    margin-left: -10px;
    padding: 0 0px;
    text-align: left;
    padding-bottom: 30px; 
    background-color: #transparent;
    float: left;
}
}

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

header.smaller {
    height: 90px; 
}

header h1#logo {
    display: block;
    float: left;
    margin: 0 auto;
    text-align: left; 
    width: 80%;
}

header nav {
    not(:first-child) {display: none;}
    display: inline-block;
    float: none;
}

#menu-wrapper {
      display: none; 
}

#menu-wrapper-page {
      display: none; 
}  



header.smaller h1#logo {
     width: 150px;
	 line-height: 75px;
}

header.smaller nav {
      height: 35px; 
}
    
header.smaller nav a {
        line-height: 35px; 
    }
 
.footer-widget-column {
    width: 50%; 
    color: #fff;
    margin-left: -10px;
    padding: 0 0px;
    text-align: left;
    padding-bottom: 30px; 
    background-color: #transparent;
    float: left;
}
   
.page-header h1 {
  font-family: 'Lusitana', sans-serif;
  text-transform: uppercase;
  text-shadow: 0 0 3px #9d9d9d;
  letter-spacing: 2px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  
}
}        
        
@media all and (max-width: 600px) {
 
.container {
    width: 100%; 
}

header h1#logo {
    display: block;
    float: left;
    margin: 0 auto;
    text-align: left; 
    width: 80%;
}

header.smaller {
    height: 90px;
}

header.smaller h1#logo {
      width: 300px;
      line-height: 65px;
}

#menu-wrapper {
      display: none; 
}
#menu-wrapper-page {
      display: none; 
}  
 

.footer-widget-column {
    width: 100%; 
    color: #fff;
    margin-left: -30px;
    padding: 0 0px;
    text-align: left;
    padding-bottom: 20px; 
    background-color: #transparent;
    float: left;
}

.info-bar-left {
  background-color: #797979 !important;
  width: 75%;
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: -4px;
  float: left !important;
  overflow: hidden;
}

.page-header {
  width: 100%;
  color: #fff;
  height: 170px;
  padding: 50px 0;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}
}

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

header.smaller {
    height: 75px;
}

h2 {
    font-size: 32px;
}

header.smaller h1#logo {
      width: 220px;
      line-height: 45px;
}

#menu-wrapper {
      display: none; 
}

#menu-wrapper-page {
      display: none; 
}  

header h1#logo {
    display: block;
    float: left;
    margin: 0 auto;
    text-align: left; 
    width: 75%;
}


.footer-widget-column {
    width: 100%; 
    color: #fff;
    margin-left: -10px;
    padding: 0 0px;
    text-align: left;
    padding-bottom: 30px; 
    background-color: #transparent;
    float: left;
}

#footernav {
    font-family: 'Lusitana', sans-serif;
    display: inline-block;
    float: right;
}
}

