/* Skeleton Toggle */
p.trigger {
background-color: #FFF;
border-top: 0px;
}

P.trigger.active {
background: #FFF;
border: none;
}

.toggle_container ul {
margin-left: 30px;
}

/* Typography */
H2 {
line-height: 130%;
margin-bottom: 10px;
font-family: 'Roboto Condensed' Arial Helvetica sans-serif;
color: #FF5200;
}

/*navigation*/

.menu-header {
margin-top: 35px;
margin-bottom: 35px;
position: absolute;

}

/* Twitter */
.juiz_last_tweet_inside .juiz_last_tweet_tweetlist {
position: relative;
padding: 15px;
margin: 0;
background-color: #fff;

}

/*Non-skeleton button */
.btn {
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #005B9A;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #777;
  text-decoration: none;
}

/* Mobile Landscape Only */

@media only screen and (max-width: 767px) {
.menu-header {
margin-top: 70px;
margin-bottom: -150px;
display: inline-block;
position: relative;
margin-left: -60px;
}

#pgc-5-0-1 {

display: none;

}

.image-gallery.thumbnails-6.linked {
margin-left:0px;
}

#gallery-1 {
margin-left: 0px;
}


	}

/* Image gallery */


/* Entry-Title */

.entry-title {
text-align: center;
font-family: 'Roboto Condensed';
text-transform: uppercase;
color: #778;
width: 70%;
margin: auto;

}

/* Forms 
#wpcf7-f56-p22-o1 input{
padding: 20px;
padding: 25px;
border-radius: 5px;
border: 2px solid #FF5200;
margin-top: 10px;
}

.wpcf7-form-control.wpcf7-textarea {
border-radius: 5px;
border: 2px solid #FF5200;
}

.wpcf7-form-control.wpcf7-file {

border: none;

}
*/