/*
	Theme Name: Salonathon 0.2
	Theme URI: http://salonathon.org
	Description: Salonathon
	Version: 1.0.2
	Author: Sayri Suarez & MB Stanton
	Author URI:
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	*/
	@font-face {
	  font-family: 'salon5';
	  src: url('fonts/salon_5-webfont.woff2') format('woff2'),
	  url('fonts/salon_5-webfont.woff') format('woff');
	  font-weight: normal;
	  font-style: normal;
	}

	@font-face {
	  font-family: 'salon6';
	  src: url('fonts/salon_6-webfont.woff2') format('woff2'),
	  url('fonts/salon_6-webfont.woff') format('woff');
	  font-weight: normal;
	  font-style: normal;
	}

	body {
		font-family: 'museo-sans', serif;
		font-weight: 300;
	}

	* {
		overflow-x: hidden;
	}

	:target {
		padding-top: 80px !important;
	}

	#contact:target {
		padding-top: 0 !important;
	}

	#top:target {
		padding-top: 0 !important;
	}

	/* loop */

	h4 {
		text-align: center;
	}

	ul {
		list-style: none;
	}


	/* header */
	#header {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 10;
		width: 100%;
		height: 100px;
		line-height: 112px;
		background: rgba(255, 255, 255, .5);
		box-shadow: 0 0 0.15em 0 rgba(0,0,0,0.1);
		overflow: hidden;
	}

	/* end of nav bar */
	.logo {
		display: inline-block;
	}

	.no-effect {
		display: inline-block;
	}
	.no-effect img:first-child {
		display: inline-block;
	}
	.no-effect img:nth-child(2) {
		display: none;
	}

	.logo:hover img:first-child{
		display:none;
	}

	.logo img:first-child{
		display:inline-block;
	}

	.logo:hover img:nth-child(2){
		display:inline-block;
	}

	.logo img:nth-child(2){
		display: none;
	}

	.salon_logo{
		float: left;
		margin: -5px 35px 0px 15px;
		padding: 5px;
	}

	.umm {
		float: right;
		margin: 26px 26px;
		/*display: inline-block;*/
	}

	/*.logo-disabled img:nth-child(2){
		display: none;
	}

	.logo-disabled img:first-child{
		display: inline-block;
	}*/

	#intro-pic {
		background-color: blue;
		overflow-x: hidden;
		width: 100%;
	}

	.about-spiel{
		z-index: 4;
		position: absolute;
		padding: 5px;
		width: 90%;
		text-align: center;
		font-family: 'salon5', sans-serif;
		font-size: 40px;
		font-weight: 500;
		margin-top: 420px;
		margin-left: auto;
		margin-right: auto;
		right: 0;
		left: 0;
		color: white;
}

	#down_button{
		z-index: 2;
		position: absolute;
		display: block;
		background-position: -50px -46px;
		background-size: 250px;
		width: 50px;
		height: 50px;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		margin-top: 504px;
	}

	.more{
		font-family: 'salon6';
		font-size: 44px;
		color: #fff;
		margin-left: 44%;
		margin-top: 510px;
		position: absolute;
		display: block;
	}

	#about-statement{
		font-family: 'museo-sans', sans-serif;
		margin: 25px auto;
		padding: 20px;
		width: 60%;
		/*border: 3px solid white;*/
		text-align: center;
		line-height: 40px;
		font-size: 18px;
	}

	.more_button{
		display: block;
		width: 150px;
		height: 70px;
		float: right;
		margin-bottom: 40px;
	}

/* Footer Section */

	.footer-wrapper{
	  background-color: #282d49;
	  padding: 0;
	  margin: 0;
	  list-style: none;

	  justify-content: space-between;
	  -webkit-justify-content: space-between;

	  flex-wrap: wrap !important;
	  -webkit-flex-wrap: wrap !important;
	}

	.footer-flex-item {
	  padding: 0;
	  height: auto;
	  margin-top: 10px;
	  color: white;
	}

	.footer-flex-item a{
		color: #9DD4CE;
	}

	.left, .right{
		width: 25%;
	}

	.center {
		width: 48%;
	}

	.word-list{
	  text-transform: lowercase;
	  font-size: 14px;
	  padding-left: 20px;
	  line-height: 30px;
	}

	.icon-list{
		display: table;
		margin: 0 auto;
	}

	.icon-list li{
		display: inline-block;
	}

	.credits {
		padding-top: 25px;
	}


	input[type='text']{
	  background-color: #778feb;
	  color: #fff;
	  padding: 4px;
	  font-family: 'salon6';
	  font-size: 25px;
	  width: 150px;
	  height: 30px;
	  border: none;
	  vertical-align: middle;
	}

	input[type='submit']{
	  width: 50px;
	  height: 38px;
	  border: none;
	  background-color: #fff;
	  vertical-align: middle;
	  margin-left: -10px;
	  cursor: pointer;
	}

	.order-first{
		order: 2;
		-webkit-order: 2;
	}

	.order-second{
		order: 3;
		-webkit-order:3;
	}

	.order-third{
		order: 1;
		-webkit-order: 1;
	}

	.icon {
	  width: 55px;
	  height: 55px;
	  background-image: url("http://www.salonathon.org/wp-content/uploads/2015/10/salonathon_icons.png");
	  background-repeat: no-repeat;
	}

	.fa-twitter{
		float: right;
		background-position: -169px -10px;
	}

	.fa-facebook{
		float: right;
		background-position: 0px -12px;
	}
	.fa-vimeo{
		float: right;
		background-position: -107px -13px;
	}

	.fa-instagram{
		float: right;
		background-position: -52px -15px;
	}

	#up_button{
	    margin-top: 15px;
	    display: block;
	    background-position: 0px -46px;
	    background-size: 250px;
	    width: 50px;
	    height: 50px;
	    vertical-align: middle;
	    margin: 0 auto;
	}

	#widget-footer {
		text-align: center;
	}

	h4{
	  letter-spacing: 2px;
	  font-family: 'salon6';
	  font-size: 24px;
	  margin: 15px;
	  text-align: center;
	}

	h2{
	  font-family: salon5;
	  font-size: 54px;
	  margin: 0px;
	  padding-top: 25px;
	  letter-spacing: 4px;
	  text-align: center;
	}


	/* curatorial statement */

	.blue-cross{
	  width: 100%;
	  /*background-image: url("images/background/blue_x_background.png");*/
	  background-size: cover;
	  background-position: bottom center;
	  background-repeat: no-repeat;
	  overflow-x: hidden;
	  background-color: #ffffff;
	  padding: 10px;
	}

	#about-statement{
	  font-family: 'museo-sans', sans-serif;
	  margin: 25px auto;
	  padding: 20px;
	  width: 60%;
	  text-align: center;
	  line-height: 40px;
	  font-size: 18px;
	}


	/* gallery */

	#media{
	  width: 100%;
	  background-color: #ffffff;
	}

	.main{
	    overflow-x: hidden;
	  }

	 .wp-image-81, .wp-image-86{
	  float: right;
	  margin-bottom: 40px;
	  margin-right: 90px;
	  width: 150px;
	}

	.clear-gallery{
		clear: both;
	}

	.video-credit{
		font-family: 'salon6', sans-serif;
		font-size: 30px;
		margin-left: 20px;
	}

	.small_gallery{
		display: none;
		width: 100%;
	}

	/* Flex Box Things */

	.flex-wrapper {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;

		-webkit-flex-flow: row;
	}

	.flex-center-top{
		justify-content: center;
		-webkit-justify-content: center;

		align-items: flex-start;
		-webkit-align-items: flex-start;

		align-content: center;
		-webkit-align-content: center;

		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;

	}

	.contact-us-flex{
		justify-content: center;
		-webkit-justify-content: center;

		align-items: center;
		-webkit-align-items: center;

		height: 170px;
		background-color: #9DD4CE;
		overflow: hidden;


	}

	.contact-us-flex-item{
		padding: 0;
		height: auto;
		line-height: 45px;
		font-size: 30px;
		text-align: center;
	}

	.contact-us-flex-item > a {
		color: #279dff;
	}

	.flex-item-wrapper > img {
		padding-top: 15px;
	}

	/* Calendar */

	.calendar-background {
		background-image: url(http://www.salonathon.org/wp-content/uploads/2015/09/clock-background.png);
		background-size: cover;
		background-repeat: no-repeat;
		/*height: 550px;*/
		width: 100%;
	}

	.calendar-content{
		margin: 125px 0;
		background-color: rgba(157, 212, 206, 0.8);
	    padding: 50px 120px;
		text-align: justify;
		/*width: 66%;*/
	}

	.calendar-text{
		width: 50%;
		margin-right:20px;

	}

	.salon_font {
		font-family: 'salon6';
		font-size: 35px;
	}
	/* Beyond Beauty Bar*/

	#beyond-beauty-bar{
	  margin-top: 30px;
	  background-color: #279dff;
	}

	#beyond-beauty-bar > h2{
		text-align: center;
		margin-bottom: 20px;
		color: white;
	}

	.beyond-wrapper{
		margin: auto;
		width: 100%;
		line-height: 0px;
		-webkit-column-count: 3;
		-moz-column-count:    3;
		column-count:         3;
		-webkit-column-gap:   20px;
		-moz-column-gap:      20px;
		column-gap:           20px;
	}

	.beyond-wrapper img{
	  width: 100%;
	  height: auto;
	}

	.beyond-item{
	  display: inline-block;
	  margin: 0px auto;
	  padding: 0px;
	  /*float: left;*/
	}

	.beyond-item img{
	  padding: 10px;
	}

	/*
	 * Staff Section
	 */

	 .meet-staff {
			font-size: 90px;
			font-family: 'salon6';
			text-transform: capitalize;
			text-align: center;
	 }
	 #about{
	 	background-color: #9dd4ce;
	 }

	 .hands {
			background-color: transparent;
			width: 100%;
	 }

	 .large-wrapper{
	 	width: 95%;
	 	margin: 0 auto;
	 }

	 .large-wrapper > hr {
	 	width: 80%;
 	    border-style: solid;
 	    border-width: 1.5px;
 	    color: white;
	 }

	 .large-wrapper > h2 {
	 	color: white;
	 	text-align: center;
	 }

	ul.smaller,
	ul.categories{
		list-style:none;
		font-size: 0px;
		text-align: center;
	}

	ul.smaller li,
	ul.categories li{
		display:inline-block;
		padding: 10px;
		font-size: 16px;
		font-size: 1rem;
		vertical-align: top;
	}

	ul.categories li a img{
		border-radius:100%;
		max-width: 200px;
		height: 200px;
		margin:0 0 10px;
	}

	ul.smaller li a img{
		border-radius:100%;
		max-width: 170px;
		height: 170px;
		margin:0 0 10px;
	}

	ul.categories li p{
		text-align: center;
	}

	ul.smaller li p {
		width: 170px;
		margin: 0 0 5px;
	}

/* beyond beauty bar */

ul.beyond li{
	width: 30%;
}

ul.beyond li a img{
	border-radius: 0%;
	max-width: 100%;
	height: auto;
}

#beyond{
	background-color: #ffffff;
}

/* Contact Form Formatting */

.wpcf7 {
    background-color: #f7f7f7;
    width: 100% !important;
    margin: 2px auto !important;
    /*padding-left: 20px;*/
	overflow: hidden;
}

.wpcf7[role="form"]{
	padding-left: 4%;
	/*margin: 0px !important;*/
}

.wpcf7-submit[type="submit"]{
	margin: 15px auto;
	width: 35%;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    background-color: white;
    color: black;
    border: none;
    background-image: none;
	width: 90%;
}

.wpcf7 input[type="text"], 
.wpcf7 input[type="email"]{
	height: 35px !important;
}

.wpcf7 h1{
	font-family: 'salon6';
	text-align: center;
	font-size: 50px;
	padding-right: 4% !important;
}

.grey-border{
	background-image: url('http://www.salonathon.org/wp-content/uploads/2015/12/grey-border.png');
	width: 100%;
    background-repeat: repeat-x;
    height: 50px;
    background-size: contain;
    background-position: -5px -6px;
    /*margin: 0 auto;*/
    margin-bottom: -10px;
}