<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 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 __________ */

.page-id-14 .content .requestContainer {
	padding-bottom: 32px;
	padding-bottom: 2rem;
}
.sidebar h2.entryTitle {
	color: #1E3164;
	padding-bottom: 16px;
	padding-bottom: 1rem;
}
.sidebar .section .custom-html-widget {
	display: block;
}
.sidebar .section .custom-html-widget img {
	max-width: 60%;
	margin: 0 auto;
}
.socialNav ul li.houzz a svg, .socialNav ul li.houzz a img {
	max-width: 50%;
}
.socialNav ul li.local a svg, .socialNav ul li.local a img {
	max-width: 70%;
}
.home .fixedSocialNav .socialNav ul li.houzz a {
	background-color: #2d9b00;
}
.home .fixedSocialNav .socialNav ul li.local a {
	background-color: #2962ff;
}
.single-project .specsContainer ul {
	text-transform: capitalize;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: stretch;
    list-style: none;
    padding: 0;
    margin: -8px; 
    margin: -0.5rem;
    background-color: #f3f3f3;
    border-radius: 8px;
    border-radius: 0.5rem;
}
.single-project .specsContainer ul li {
    flex-basis: 50%;
    padding: 8px 16px;
    padding: 0.5rem 1rem;
    border-bottom: 1px #fff solid;
}
.single-project .featContainer {
	padding-bottom: 16px;
	padding-bottom: 1rem;
}
.single-project .featContainer img {
	max-height: 400px;
	max-height: 25rem;
	object-fit: cover;
}
.header .headerInfo .tagline {
	font-size: 14px; 
	font-size: 0.875rem; 
}
.socialNav .inlineBlocks .inlineBlock img.ausdeck {
	max-width: 80px;
	max-width: 5rem;
}
.home .fixedSocialNav .socialNav ul li img.ausdeck {
	display: none;
}
.fc_container .g-recaptcha {
    transform: scale(0.8);
    margin-left: -11%;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
}
.g-recaptcha iframe {
    padding: 0;
}

/*________ 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) {

}

/* 740px */
@media (max-width: 46.25em) {
	.sidebar .section .custom-html-widget {
		display: none;
	}

}

/* 640px */
@media (max-width: 40em) {

}

/* 540px */
@media (max-width: 33.75em) {

}

/* 440px */
@media (max-width: 27.5em) {
	.single-project .specsContainer ul li {
	    flex-basis: 100%;
	    text-align: left;
	}
}

/* 340px */
@media (max-width: 21.25em) {

}


/* HEIGHT */

/* 640px */
@media (max-height: 40em) {
}

</pre></body></html>