/* mobile.css */
.desktop {
    display: none;
}

body, button, input, select, optgroup, textarea, .work-sans {
    font-size: 20px;
}

.break {
	flex-basis: 100%;
	height: 0;
	order: 1;
	}

.site-info br {
    display: none;
}

h1, .entry-title {
    font-size: 1.1em;
    margin: 1em 0.5em;
    text-align: center;
    display: block;
    text-transform: unset;
    margin: 1em 0 0;
    font-size: 1.8em;
}

.home .loops h1.entry-title {
    font-size: 1em;
}

.single .entry-meta {
    text-align: center;
}

.single .post-thumbnail img {
    aspect-ratio: 1 / 1;
    padding: 2em;
}

.page .post-thumbnail img {
    aspect-ratio: 1980 / 600;
}

.blog h1.page-title, .single h1.page-title, .archive h1.page-title {
    font-size: 4vw;
}

.entry-content h2 {
    margin: 1.5em 0 0.25em;
    font-size: 1em;
}

.entry-content h2.signature {
    font-size: 3em;
    margin: inherit;
}

.entry-content h2 + p {
    margin-top: 0;
}

.site-copyright {
    font-size: 3vw;
    padding: 1em;
}

.site-copyright .sep {
    display: none;
}

.site-copyright a {
    display: block;
}

a.fancybox.image {
    pointer-events: none;
}

.gallery {
    grid-template-columns: repeat(2, 1fr);
}

/* site logo */
.site-branding {
    order: 2;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin: 0 0 1em;
    font-size: 3vw;
    flex-wrap: wrap;
}

.site-description {
    order: 2;
    /* width: 19em; */
    margin: 0;
}

.site-title {
    order: 2;
    width: 100%;
}

.custom-logo-link {
    order: 1;
    margin: 1em;
}

.custom-logo {
    width: 10em;
}

.site-phone {
    order: 3;
    /* width: 19em; */
    text-align: right;
    margin: 0;
}

.line-1, .line-2 {
    display: block;
}

.line-1 {
    font-size: 1.1em;
    color: #4c4c4c;
}

.line-2, .line-2 a {
    font-size: 1.1em;
    text-transform: uppercase;
    /* color: #1f698e; */
}

.site-description .line-2 {
    /* color: #8fb4c6; */
}

/* about section */
.about-widget {
    padding: 2em 1em;
}

.about-pic {
    margin-bottom: 2em;
}

/* quick links */
.quick-link-widget {
    margin: 2em 0;
}

/* Gallery Section */
.gallery-widget .gallery {
    margin: 0;
}

.gallery-widget .gallery-item:last-child {
    display: none;
}

/* Inset */
.inset-info {
    margin: 2em 0 0;
    font-size: 3.5vw;
}

.inset-message h3 {
    font-size: 4em;
    margin: 0.5em 0 0;
}

.inset-message p {
    font-size: 1.111em;
    font-weight: 300;
}

.inset-message {
    padding: 2em;
}

/* Main services menu */
ul.main-services {
    font-size: 1.6vw;
    align-items: center;
    display: flex;
    /* flex-direction: column; */
}

ul.main-services li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    font-size: 2vw;
}

/* footer widgets */
.footer-widgets {
    display: block;
    /* margin: 2em; */
    padding: 2em;
}

.footer-widgets > div {
    /* width: 20%; */
    /* margin: 3em; */
}

.footer-widgets ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 300;
}

.footer-widgets img {
    /* width: 16.1em; */
    height: 3.25em;
    object-fit: contain;
}

.footer-1 {
    color: #cccccc;
}

.footer-1 p {
    font-size: 0.8em;
}

.footer-1 p a {
    font-size: 1.3em;
}

.footer-2, .footer-4 {
    /* text-align: right; */
}

.footer-widgets .theme-button {
    border: none;
    margin: 0;
    color: #ffffff;
}

.footer-2 .theme-button {
    background-color: #8fb4c6;
}

.footer-3 .theme-button {
    background-color: #1f698e;
}

.footer-4 p a {
    /* font-size: 1.4em; */
    /* text-transform: uppercase; */
    color: #bb16a3;
}

.footer-4 p:first-child {
    margin-top: 0;
}

.footer-widgets .footer-4 h2 {
    margin-bottom: 0;
    text-transform: revert;
    font-weight: 300;
}

.footer-widgets h2 {
    color: #414042;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 1em;
}

.footer-widgets ul li {
    padding: 0.1em;
}

/* inf0-strip */

.info-strip {
    font-size: 2.7vw;
    padding: 2em;
}

/* form inset */

.inset-info.footer-form {
    background-color: #f2f2f2;
    margin: 0;
}

.inset-info.footer-form .entry-title {
    text-align: left;
}

.inset-info.footer-form input, .inset-info.footer-form textarea {
    border: #cccccc 0.056em solid;
    border-radius: 0;
    padding: 0.5em 1em;
    background-color: transparent;
}

.inset-info.footer-form form p {
    margin: 0;
}

.inset-info.footer-form input[type="text"], .inset-info.footer-form input[type="email"] {
    width: 100%;
    margin-bottom: 1em;
}

.inset-info.footer-form {
    color: inherit;
}

.inset-info.footer-form span.wpcf7-list-item label {
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.inset-info.footer-form input[type="radio"] {
    margin: 0 1em 0 0;
}

.inset-info.footer-form .form-fields-2 {
    margin: 1.5em 0 1em;
}

.inset-info.footer-form .form-fields-1 p br {
    display: none;
}

.inset-info.footer-form .inset-message .theme-button {
    margin: 1em 0;
    width: 100%;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.theme-button {
    margin: 1em 0;
}

/* hfeed */

.hfeed .type-post {
    padding: 1em;
    width: 100%;
    margin-bottom: 0;
}

.loop {
    font-size: 4vw;
    display: block;
    margin: 0;
    max-width: 100%;
}

/* Category list */

ul.site-cats {
    /* padding: 1em; */
    margin: 0;
    display: flex;
    justify-content: center;
    /* color: #cccccc; */
    list-style: none;
    text-align: center;
    font-size: 4vw;
    flex-wrap: wrap;
}

ul.site-cats li {
    /* display: flex; */
    align-items: center;
    list-style: none;
}

ul.site-cats li:after {
    content: "|";
    padding: .5em;
}

ul.site-cats li:last-child:after {
    content: "";
    padding: 0;
}

li.categories ul {
    display: flex;
    text-transform: none;
}

li.categories {
    text-transform: uppercase;
}

/* assoc logos */

.assoc {
    display: flex;
    justify-content: space-evenly;
    font-size: 2vw;
}

.assoc img {
    width: 10.6em;
}

/* stripes */

.stripes {
    font-size: 2vw;
}

img.badge {
    right: 2em;
    bottom: -0.75em;
    width: 5.12em;
}

.wrapper .badge {
    width: 3em;
    bottom: 2em;
    right: 1em;
}

/* related */

.hfeed .type-post .entry-title {
    margin: 0;
}

/* process section */

.process {
    text-align: center;
    margin: 1em;
    font-size: 3.5vw;
} 

.process img {
    display: none;
}

.process-buttons {
    display: flex;
    justify-content: center;
}

img.process-button {
    object-fit: contain;
    width: auto;
    height: 4em;
    margin: 1em 1em;
}

/* steps */

.steps {
 text-align: center;
 padding-top: 1em;
}

.steps br {
    display: none;
}

.step {
    padding: 2em;
}

.step > * {
    margin: 0;
}

.step-title {
    font-weight: normal;
    margin: 0;
    font-size: 1em;
}

.step-1 {
    color: #f3bb0e;
}

.step-2 {
    color: #bb16a3;
}

.step-3 {
    color: #ca2567;
}

.step p {
    line-height: 1.8;
    letter-spacing: normal;
    font-weight: 300;
}

/* contact form radio buttons */

span.wpcf7-form-control.wpcf7-radio {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-images {
    display: flex;
    justify-content: space-evenly;
    background-color: #ececed;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 1em;
}

.footer-images img.finalist {
    object-fit: contain;
}

.footer-widgets > div {
        
}

.footer-images .widget {
    max-width: 30%;
}