/*
Theme Name: LMG Imaging Center
Description: This is the homepage styles for the LMG Imaging Center theme.
Author: MarketSpark
Author URI: https://www.mrktsprk.com/


/* Defaults
---------------------------------------------------------------------------- */

.section {
    clear: both;
}

div.section.alignfull .wp-block-group__inner-container > p:not(.has-background-color) {
    padding: 0;
}

.entry {
    margin: 0;
}

/* Feature
--------------------------------------------- */

.feature {
    font-size: 20px;
    line-height: 1.33;
    padding: 12vh 0;
    text-align: center;
}

.feature h1 {
    color: #336699;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.1;
    text-shadow: 0 0 10px #FDEACF;
}

/* CTA
--------------------------------------------- */

.cta {
    border-top: 5px solid #fff;
    font-size: 20px;
    line-height: 1.33;
    min-height: 0;
    padding: 50px 0;
}

.cta p:last-child {
    margin: 0;
}

.cta h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px;
}

/* Welcome
--------------------------------------------- */

.welcome {
    font-size: 20px;
    padding-bottom: 40px;
    padding-top: 10vh;
}

.welcome h2 {
    font-size: 36px;
}

/* Services
--------------------------------------------- */

.services {
    padding-bottom: calc(10vh - 50px);
}

.services .gb-block-layout-column-inner {
    margin-bottom: 50px;
}

.services .wp-block-image > figure {
    align-items: center;
    background-color: #33cccc;
    border: 1px solid #fff;
    border-radius: 100%;
    box-shadow: 0 1px 4px rgba(0,0,0,0.15);
    display: flex;
    height: 150px;
    justify-content: center;
    margin-bottom: 0;
    opacity: 1;
    padding: 25px;
    transition: opacity .2s ease-in-out;
    width: 150px;
}

.services .wp-block-image > figure:focus,
.services .wp-block-image > figure:hover {
    opacity: .8;
}

.services img {
    border-radius: 0 !important;
    flex: 0 0 auto;
}

.services h4 {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 15px;
}

.site-container .services .wp-block-button .wp-block-button__link {
    padding: 10px 30px;
}

/* Forms
--------------------------------------------- */

.forms {
    font-size: 20px;
    line-height: 1.33;
    padding: 12vh 0;
    text-align: center;
}

.forms h1 {
    color: #336699;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.1;
}


/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 550px) {
    
    .feature,
    .forms {
        text-align: left;
    }

	.feature .wp-block-group__inner-container {
        width: 450px;
    }
    
    .feature h1,
    .forms h1 {
        font-size: 48px;
    }

}

@media only screen and (min-width: 769px) {
    
    .forms .wp-block-group__inner-container {
        width: 50%;
    }
    
}

@media only screen and (max-width: 549px) {
    
    .feature .wp-block-buttons>.wp-block-button,
    .forms .wp-block-buttons>.wp-block-button {
        margin: 0 auto;
    }
    
    .cta {
        text-align: center;
    }
    
}