/**
Theme Name: Swamp-Side Studio
Author: Swamp-Side Studio
Author URI: https://swampsidestudio.com/
Description: Child theme of GeneratePress theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: swamp-side-studio
Template: generatepress
*/


/*
 * Layout
 */
.inside-header {
    padding-top: 10px;
    padding-bottom: 10px;
}
.container.grid-container {
    max-width: none;
}
.separate-containers .site-main {
    margin: 0;
}
.separate-containers .inside-article {
    padding: 0;
}
.entry-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding: 0 40px 80px 40px;
}
@media (max-width: 768px) {
    .entry-content {
        padding: 0 20px 60px 20px;
    }
}
.entry-header {
    padding: 50px;
    background-color: #121212;
}
@media (max-width: 768px) { /* change column mobile breakpoint (default is 600px) */
    .wp-block-columns .wp-block-column {
        flex-basis: 100% !important;
    }
    .wp-block-column:nth-child(2n) {
        margin-left: 0;
    }
    .wp-block-column:nth-child(1n) {
        margin-bottom: 3.6em;
    }
}
@media (max-width: 1230px) {
    .entry-content .alignwide {
        padding-right: 15px;
        padding-left: 15px;
    }
}


/*
 * Typography
 */
.entry-title {
    text-align: center;
}
blockquote {
    border-left: none;
    padding: 0;
    font-size: 16px;
}
blockquote:before,
blockquote p:last-of-type:after{
    display: block;
    font-size: 100px;
    color: #eee;
    line-height: 1;
    position: relative;
    left: -10px;
}
blockquote:before {
    content: "“";
    bottom: -50px;
}
blockquote p:last-of-type {
    margin-bottom: 0;
}
blockquote p:last-of-type:after {
    content: "”";
}
cite {
    font-style: normal;
    font-size: 14px;
    line-height: 1;
    position: relative;
    top: -60px;
}
.entry-content ul {
    margin-left: 2em;
}
.entry-content li {
    padding-bottom: .4em;
}


/*
 * Images
 */
.parent-pageid-147 .wp-block-image:not(:last-child), /* images on child pages of Portfolio page */
.parent-pageid-132 .wp-block-image:not(:last-child) /* images on child pages of Home page */
{
    margin-bottom: 4em;
}
.parent-pageid-147 .wp-block-image:last-child,
.parent-pageid-132 .wp-block-image:last-child {
    margin-bottom: 0;
}
.img-1px-border img {
    border: 1px solid #ddd;
}


/*
 * Header
 */
@media (max-width: 768px) {
    .site-logo {
        max-width: 70%;
    }
}


/*
 * Navigation
 */
.parent-pageid-147 .main-navigation .menu-item-1089 > a, /* on child pages of Portfolio page */
.parent-pageid-132 .main-navigation .menu-item-1721 > a /* on child pages of Home page */
{
    /*color: var(--accent);*/
    color: #bb4a3a;
}


/*
 * Footer
 */
.footer-widgets-container {
    padding-top: 60px;
    padding-bottom: 80px;
}
.footer-widgets .widget-title {
    margin-bottom: 10px;
    font-size: 26px;
}
.footer-widgets p {
    font-size: 16px;
}
.footer-widgets a {
    text-decoration: none;
}
.footer-widget-2 div {
    border-radius: 50%;
    width: 135px;
    height: 135px;
    padding-top: 28px;
    background-color: #c3b074;
    position: relative;
    transition: background-color .2s;
}
.footer-widget-2 a:hover div {
    background-color: #d3c18a;
}
.footer-widget-2 h6 {
    color: #000;
    line-height: 1.3;
    font-weight: 700;
    text-align:center;
}


/*
 * WP Forms
 */
div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 16px;
    background-color: #000;
    color: #fff;
}
div.wpforms-container-full .wpforms-form input[type=submit]:hover,
div.wpforms-container-full .wpforms-form input[type=submit]:focus,
div.wpforms-container-full .wpforms-form input[type=submit]:active,
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:focus,
div.wpforms-container-full .wpforms-form button[type=submit]:active,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:active,
div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
    border: none;
    background-color: #666;
}
.wpforms-confirmation-container-full,
div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #d7e2d1;
    border: none;
}