/*
 Theme Name:     Seawaves Landing Child
 Description:    Seawaves Landing Child Theme
 Author:         Devon Mather
 Author URI:     http://devoncmather.com
 Template:       seawaves
 Version:        1.0.0
*/

/*@import url("../seawaves/style.css");*/

/*__________ Child Theme Customization __________ */

.navContainer.stuck {
	top: 0;
	position: fixed;
}

.admin-bar .navContainer.stuck {
	top: 32px;
}

.galleryid-5 {
	margin-bottom: -2%;
}

/* Shrink visible recaptcha on seawaves */
.wpforms-recaptcha-container .g-recaptcha {
    transform: scale(0.8);
    margin-left: -11%;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
}
.g-recaptcha iframe {
    padding: 0;
}

body div.wpforms-container-full .wpforms-form input[type=submit],
body div.wpforms-container-full .wpforms-form button[type=submit],
body div.wpforms-container-full .wpforms-form .wpforms-page-button {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	font-size: 14px;
	font-size: 0.875rem;
	border-radius: 4px;
	border-radius: 0.25rem;
	padding: 8px 16px;
	padding: 0.5rem 1rem;
	border: none;
	background-color: #32B1C9;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
    margin: 0;
    float: none;
    display: inline-block;
}

body div.wpforms-container-full .wpforms-form input[type=submit]:hover,
body div.wpforms-container-full .wpforms-form button[type=submit]:hover,
body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
body div.wpforms-container-full .wpforms-form input[type=submit]:focus,
body div.wpforms-container-full .wpforms-form button[type=submit]:focus,
body div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
	background-color: #84D7E6;
	border: none;
}


/*________ RESPONSIVE ________*/

/* 1440px */
@media (max-width: 90em) {

}

/* 1340px */
@media (max-width: 83.75em) {

}

/* 1240px */
@media (max-width: 77.5em) {

}

/* 1140px */
@media (max-width: 71.25em) {

}

/* 1040px */
@media (max-width: 65em) {

}

/* 940px */
@media (max-width: 58.75em) {

}

/* 840px */
@media (max-width: 52.5em) {

}


/* 782px */
@media (max-width: 48.875em) {
	.admin-bar .navContainer.stuck {
		top: 46px;
	}
}



/* 740px */
@media (max-width: 46.25em) {

}

/* 640px */
@media (max-width: 40em) {

}

/* 600px */
@media (max-width: 37.5em) {
	.admin-bar .navContainer.stuck {
		top: 0;
	}
}

/* 540px */
@media (max-width: 33.75em) {

}

/* 440px */
@media (max-width: 27.5em) {

}

/* 340px */
@media (max-width: 21.25em) {

}


/* HEIGHT */

/* 640px */
@media (max-height: 40em) {
}

