/*
 Theme Name:     Seawaves Child
 Description:    Seawaves Child Theme
 Author:         Devon Mather
 Author URI:     http://devoncmather.com
 Template:       seawaves
 Version:        1.0.0
*/

@import url("../seawaves/style.css");

/*__________ Child Theme Customization __________ */

.overlayWrapper .button:hover {
	color: #D0D0D0;
}

.mainNav .menu-item-has-children:hover > a:after {
	border-top-color: #32C4EA;
}
.home .socialFeeds {
    width: 100%;
    overflow: hidden;
    padding: 0 0 40px;
    padding: 0 0 2.5rem;
}
.home .socialFeeds .inlineBlocks {
    width: calc(100% + 40px);
    width: calc(100% + 2.5rem);
}
.home .socialFeeds .inlineBlocks .inlineBlock {
    width: 50%;
    padding: 0 40px 40px 0;
    padding: 0 2.5rem 2.5rem 0;
    overflow: hidden;
}

.home .socialFeeds .inlineBlocks .inlineBlock .fb-page {
    width: 100%;
    overflow: hidden;
}
.fc_container form.elab_form button[type="submit"] {
    color: #ffffff;
    background: #60ceea;
    background: -moz-linear-gradient(top, #60ceea 0%, #32c4ea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#60ceea), color-stop(100%,#32c4ea));
    background: -webkit-linear-gradient(top, #60ceea 0%,#32c4ea 100%);
    background: -o-linear-gradient(top, #60ceea 0%,#32c4ea 100%);
    background: -ms-linear-gradient(top, #60ceea 0%,#32c4ea 100%);
    background: linear-gradient(to bottom, #60ceea 0%,#32c4ea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ceea', endColorstr='#32c4ea',GradientType=0 );
}
.fc_container form.elab_form button[type="submit"]:hover {
    color: #ffffff;
    background: #60ceea;
    background: -moz-linear-gradient(top, #60ceea 0%, #32c4ea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#60ceea), color-stop(100%,#32c4ea));
    background: -webkit-linear-gradient(top, #60ceea 0%,#32c4ea 100%);
    background: -o-linear-gradient(top, #60ceea 0%,#32c4ea 100%);
    background: -ms-linear-gradient(top, #60ceea 0%,#32c4ea 100%);
    background: linear-gradient(to bottom, #60ceea 0%,#32c4ea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ceea', endColorstr='#32c4ea',GradientType=0 );
    padding-top: 9px;
    padding-bottom: 7px;
}

.instagramWidget {
    width: 100%;
    height: 500px;
    overflow: hidden;
    border: 1px solid #e9eaed;
    background-color: #f6f7f8;
}
.instagramWidget .instagramHeader {
    padding: 20px;
    padding: 1.25rem;
}
.instagramWidget .instagramHeader .logo {
    width: 100%;
    margin: 0 auto 8px;
    margin: 0 auto 0.5rem;
    max-width: 200px;
    max-width: 12.5rem;
}
.instagramWidget .instagramHeader .username {
    width: 100%;
    margin: 0 auto;
    max-width: 240px;
    max-width: 15rem;
    height: 32px;
    height: 2rem;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e9eaed;
    border-radius: 32px;
    border-radius: 2rem;
}
.instagramWidget .instagramHeader .username:hover {
    background-color: #005686;
    border-color: #fff;
}
.instagramWidget .instagramHeader .username a {
    text-decoration: none;
    color: #005686;
    display: block;
    line-height: 30px;
    line-height: 1.875rem;
    font-size: 14px;
    font-size: 0.875rem;
}
.instagramWidget .instagramHeader .username a:hover {
    color: #fff;
}
.instagramWidget .instagramFeedContainer {
    width: 100%;
    overflow: hidden;
    overflow-y: scroll;
    height: 370px;
    padding: 0 20px;
    padding: 0 1.25rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.instagramWidget .instagramFeedContainer .instagramFeed {
    width: 100%;
    width: calc(100% + 20px);
    width: calc(100% + 1.25rem);
}
.instagramWidget .instagramFeedContainer .instagramFeed .feedImage {
    width: 50%;
    padding: 0 20px 20px 0;
    padding: 0 1.25rem 1.25rem 0;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.instagramWidget .instagramFeedContainer .instagramFeed .feedImage a {
    display: block;
    padding: 4px;
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #e9eaed;
}
.instagramWidget .instagramFeedContainer .instagramFeed .feedImage img {
    width: 100%;
    height: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.instagramWidget .instagramFeedContainer .instagramFeed .feedImage img:hover {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    opacity: 0.8;
}
.mailingList .fc_container {
    padding-left: 20px;
    padding-left: 1.25rem;
}
.mailingList form.elab_form .footnote {
    clear: both;
    width: 100%;
    padding: 0px;
    font-size: 14px;
    font-size: 0.875rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.mailingList form.elab_form p.error-field.footnote {
    color: red!important;
    padding: 16px 0;
    padding: 1rem 0;
}
.mailingList .g-recaptcha {
    padding-bottom: 7px;
    padding-bottom: 0.4375rem;
}

@media (min-width: 46.3125em) {
    .mainNav ul {
        width: 352px;
        width: 22rem;
    }
    .mainNav ul ul {
        width: 416px;
        width: 26rem;
        left: 352px;
        left: 22rem;
    }
}

/* 640px */
@media (max-width: 40em) {
    .home .socialFeeds .inlineBlocks .inlineBlock {
        width: 100%;
    }
    .mailingList form.elab_form div.double {
        width: 98%;
    }
}