
/* CONTACT PAGE */

fieldset { border: none;}
fieldset label { float: left; text-align: right; padding-right: 5px; font-size: 1.2em; }

fieldset#post { width: 600px; margin: 0 auto; }
fieldset#post textarea { width: 400px; height: 200px; }

form#contact {
	height: auto;
	margin: 15px 0 0 0;
}

form input,
form textarea,
form#contact input,
form#contact textarea,
#mailinglistform input,
#mailinglistform textarea {
	background-color: rgba(255,255,255,.8);
	border: 1px solid #999;
	margin: 0 0 20px 0;
	width: 450px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

form input:focus,
form textarea:focus,
form#contact input:focus,
form#contact textarea:focus,
#mailinglistform input:focus,
#mailinglistform textarea:focus {
	background-color: rgba(255,255,255,1);
	border: 1px solid #000;
}

form label,
fieldset#contact label,
fieldset#contact label.referrer-label,
fieldset#contact label.captcha-label {
	display: block; float: none; margin: 0 0 5px 0;
}

form label .form-note,
fieldset#contact label .form-note {
	display: block;
	font-weight: normal;
	font-size: 13px;
	opacity: .7;
	text-transform: none;
}

form#contact .referrer-input,
form#contact input.captcha-entry {
	display: block;
	
}

input {
	-webkit-appearance: none;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	display: block;
	margin-bottom: 20px;
	min-height: 20px;
	background-color: #fff;
	color: #616161;
	padding: 7px 5px;
	/* border-width: 2px;
	border-style: solid;
	border-color: #fff; */
	border: none;
	width: auto;
	-webkit-transition: background-color 450ms ease, border-color 450ms ease;
	-moz-transition: background-color 450ms ease, border-color 450ms ease;
	-ms-transition: background-color 450ms ease, border-color 450ms ease;
	transition: background-color 450ms ease, border-color 450ms ease;
}

input.captcha-entry {
	margin-bottom: 20px;
	width: 250px;
}

input:focus  {
	/* border-color: #ff371c; */
	background-color: #fff;
	color: #616161;
	outline: none;
} 

textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	display: block;
	width: auto;
	height: 100px;
	background-color: #fff;
	color: #616161;
	/* border-width: 2px;
	border-style: solid;
	border-color: #fff; */
	border: none;
	padding: 5px;
	resize:vertical;
	-webkit-transition: background-color 450ms ease, border-color 450ms ease;
	-moz-transition: background-color 450ms ease, border-color 450ms ease;
	-ms-transition: background-color 450ms ease, border-color 450ms ease;
	transition: background-color 450ms ease, border-color 450ms ease;
}

textarea:focus {
	/* border-color: #ff371c; */
	background-color: #fff;
	outline: none;
}

textarea.referrer-input {
	height: 50px;
}

#captcha { margin:15px 0;}

#mailinglistform {
	text-align: left;
	font-size: 14px;
}

#contact input.submit,
#mailinglistform input.submit {
	background-color: transparent;
	border: #000000 1px solid black;
	cursor: pointer;
	display: inline-block;
    font-family: 'Montserrat', sans-serif;
    width: auto;
	text-transform: uppercase;
	color: #666;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	height: 32px;
	line-height: 32px;
	padding: 0 18px 0 18px;
	text-transform: none;
	-webkit-transition: background-color 350ms ease, color 350ms ease;
	-moz-transition: background-color 350ms ease, color 350ms ease;
	-ms-transition: background-color 350ms ease, color 350ms ease;
	-o-transition: background-color 350ms ease, color 350ms ease;
	transition: background-color 350ms ease, color 350ms ease;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

#contact input.submit:hover,
#mailinglistform input.submit:hover {
	color: #333;
}

#contact input.submit:focus,
#mailinglistform input.submit:focus {
	background-color: transparent;
	border: none;
}

#contact label {
	font-weight: bold;
	text-transform: uppercase;
}

.content-wrapper .mailing-list-intro {margin-bottom: 20px;}

legend {
	color: #bc66d9;
	font-size: 44px;
	font-weight: normal;
	letter-spacing: 1px;
}

form label,
fieldset#contact label {
	font-size: 15px;
	text-transform:uppercase;
}

.mailing-list-intro {margin-bottom: 20px;}

fieldset label {
	float: none;
	text-align: left;
	margin-bottom: 12px;
}

.contact-form-wrapper h1 {
	text-align: center;
	text-transform: uppercase;
}

.email-thanks {
	border-top: 1px solid rgba(50,50,50,.2);
	font-weight: 700;
	padding-top: 20px;
	text-transform: uppercase;
}

#formerrors {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 20px;
}


/* GALLERIES PAGE */

.info-wrapper.galleries-wrapper h1 {text-transform: uppercase;}

.info-wrapper.galleries-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.info-wrapper.galleries-wrapper ul li {
	display: block;
    float: left;
    height: 600px;
    margin: 0 10px 10px 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 600px;
}

.info-wrapper.galleries-wrapper ul li:nth-child(4n+4) {margin-right: 0;}

.info-wrapper.galleries-wrapper ul li span {
	background: #fff;
	color: #000;
	display: block;
	opacity: .6;
	padding: 5px;
	position: absolute;
	bottom: 10px; left: 10px;
	-webkit-transition: opacity 450ms ease;
	-moz-transition: opacity 450ms ease;
	-ms-transition: opacity 450ms ease;
	-o-transition: opacity 450ms ease;
	transition: opacity 450ms ease;
}

.info-wrapper.galleries-wrapper ul li a:hover span {
	opacity: 1;
}

.info-wrapper.galleries-wrapper ul li img {
	display: block;
	height: auto;
	max-width: 100%;
}

.our-team {
  text-align: center;
}

.our-team .pic {
  position: relative;
}

.our-team .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.our-team .pic:after {
  content: "";
  width: 90%;
  height: 90%;
  border: 1px solid #e8d87a;
  position: absolute;
  top: 5%;
  left: 5%;
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.our-team:hover .pic:before, .our-team:hover .pic:after {
  opacity: 1;
}

.our-team .pic img {
  width: 100%;
  height: auto;
}

.our-team .social-links {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 40px;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease 0s;
}

.our-team:hover .social-links {
  opacity: 1;
}

.our-team .social-links li {
  display: inline-block;
  margin-right: 10px;
}

.our-team .social-links li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  font-size: 15px;
  color: #f5f5f6;
  border: 1px solid #f5f5f6;
  transition: all 0.3s ease 0s;
}

.our-team .social-links li .fa-twitter:hover {
  background: #00aced;
  border-color: #00aced;
}

.our-team .social-links li .fa-google-plus:hover {
  background: #c03c30;
  border-color: #c03c30;
}

.our-team .social-links li .fa-linkedin:hover {
  background: #0177b5;
  border-color: #0177b5;
}

.our-team .social-links li .fa-facebook:hover {
  background: #4867aa;
  border-color: #4867aa;
}

.our-team .team-content {
  padding: 15px 0;
  background: #323232;
  border-top: 2px solid #d36832;
  overflow: hidden;
  position: relative;
}

.our-team .team-content:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #d36832;
  position: absolute;
  top: -100%;
  left: 0;
  transition: all 0.3s ease-out 0s;
}

.our-team:hover .team-content:before {
  top: 0;
}

.our-team .title {
  font-size: 24px;
  color: #04bea8;
  margin: 0 0 5px;
  text-transform: capitalize;
  z-index: 1;
  position: relative;
  transition: all 0.5s ease 0s;
}

.our-team .post {
  display: block;
  font-size: 14px;
  color: #f5f5f6;
  text-transform: capitalize;
  z-index: 1;
  position: relative;
  transition: all 0.5s ease 0s;
}

.our-team:hover .title, .our-team:hover .post {
  color: #fff;
}

@media screen and (max-width: 990px) {
  .our-team {
    margin-bottom: 20px;
  }
}



