/*
Theme Name: Meth Child Theme
Theme URI: http://codestag.com/themes/meth
Description: Child theme for customizing Meth.
Version: 1.0
Author: Codestag
Author URI: http://codestag.com/
Template: meth
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url('../meth/style.css');
@import url('css/icons.css');


/* We add all the transitions here!
-----------------------------------------------------------*/

a,
button,
.button,
input,
select,
textarea,
img,
.fa,
.stag-icon,
.stag-icon-link {
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

a {
    color: #f57e37;
}


/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/

/* ----- variables ----- */
:root {
    --color-about: #B43F25;
    --color-process: #E8A023;
    --color-highlights: #5C7936;
    --color-portfolio: #E8A023;
    --color-resume: #167E8B;
    --color-contact: #6D4D29;
    --color-body: #413c3c;
    --color-accent: #E8A023;
    --color-blog: #B43F25;
}

/*------ Page Headers ----- */

.site-header {
    margin: 35px 0;
    margin: 2.1875rem 0;
}

blockquote,
.entry-header .entry-title,
.comment-content h4,
.entry-content h4,
.textwidget h4,
.stag-intro-text,
.custom-widgets-section,
.custom-widgets-section .widgettitle,
.page-contact-form .form-title,
.stag-custom-widget-area .widgettitle,
.stag_widget_intro .intro-description,
.stag_widget_team .entry-title,
.stag_widget_testimonials .testimonial-content,
.footer-widget-area .widget_recent_entries a,
.comments-title,
.comment-reply-title {
    font-weight: 300;
    font-family: "Roboto Slab";
}

.about-me header.entry-header {
    background: var(--color-about) !important;
}

.about-me .entry-content a {
    color: var(--color-about);
}

.highlights header.entry-header {
    background: var(--color-highlights) !important;
}

.highlights .entry-content a {
    color: var(--color-highlights);
}

.resume header.entry-header {
    background: var(--color-resume) !important;
}

.resume .entry-content a, #resume a {
    color: var(--color-resume);
}

.portfolio header.entry-header {
    background: var(--color-portfolio) !important;
}

.portfolio .portfolio {
    color: var(--color-portfolio)
}

.portfolio-filter li > a.active,
.portfolio .portfolio-filter a:hover {
    border-bottom-color: var(--color-portfolio) !important;
}

.main-navigation li.about.current-menu-item > a,
.main-navigation li.about > a:hover {
    border-color: var(--color-about);
}

.main-navigation li.process.current-menu-item > a,
.main-navigation li.process > a:hover {
    border-color: var(--color-process);
}

.main-navigation li.highlights.current-menu-item > a,
.main-navigation li.highlights > a:hover {
    border-color: var(--color-highlights);
}

.main-navigation li.resume.current-menu-item > a,
.main-navigation li.resume > a:hover {
    border-color: var(--color-resume);
}

.main-navigation li.contact.current-menu-item > a,
.main-navigation li.contact > a:hover {
    border-color: var(--color-contact);
}

.get-in-touch header.entry-header {
    background: var(--color-contact) !important;
}

.get-in-touch .entry-content a {
    color: var(--color-contact);
}

.comment-content h2,
.entry-content h2,
.textwidget h2,
.comment-content h3,
.entry-content h3,
.textwidget h3,
.comment-content h4,
.entry-content h4,
.textwidget h4 {
    line-height: 1.2;
}

.comment-content h1,
.entry-content h1,
.textwidget h1,
.comment-content h2,
.entry-content h2,
.textwidget h2,
.comment-content h3,
.entry-content h3,
.textwidget h3,
.comment-content h5,
.entry-content h5,
.textwidget h5,
.comment-content h6,
.entry-content h6,
.textwidget h6,
.portfolio-grid .entry-title,
.page-content .widgettitle,
.page-title,
.stag_widget_features .feature-title,
.stag_widget_testimonials .testimonial-author,
.footer-widget-area .widgettitle {
    font-weight: normal;
}

/* ----- About Me Section ----- */

#about-me h3 strong,
.about-me h3 strong {
    color: var(--color-about);
}


@media (max-width: 599px) {
    .about-list + .about-list {
        margin-top: calc(-37.5px + .7rem);
    }

    .process-tools {
        margin-top: 20px;
    }

    .process-tools ul {
        margin-bottom: 0;
    }
}

.process-step + .process-step {
    margin-top: 100px;
}

.entry-content .process-step h4 {
    margin: 0 0 15px;
}

.process-step i {
    margin-bottom: 24px;
    display: block;
    font-size: 50px;
    text-align: center;
    color: var(--color-process);
}

.entry-content .process-step li {
    line-height: 1.1;
}

#my-process .wp-block-uagb-advanced-heading .uagb-separator-wrap {
    font-size: 0;
    text-align: left;
}
.wp-block-uagb-advanced-heading .uagb-separator-wrap {
    font-size: 0;
    text-align: right;
}

.wp-block-uagb-advanced-heading .uagb-separator {
    border-top-style: solid;
    border-top-style: solid;
    border-color: var(--color-process);
    margin-bottom: 15px;
    display: inline-block;
    border-top-width: 2px;
    width: 5%;
    margin: 0px 0px 10px 0px;
}

.wp-block-uagb-advanced-heading p.uagb-desc-text {
    margin: 0;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 1rem;
}

.feature-wrap.has-image figure.feature-image {
    width: 71% !important;
    margin: 0 auto !important;
    float: none !important;
    display: block !important;
    border: 4px solid #157d8b;
    border-radius: 100%;
    padding: 0 !important;
}

.stag_widget_features .feature-title {
    text-align: center;
    font-size: 2.25rem;
    font-weight: 300;
    color: #157D8B;
}

.features-widget .has-image .feature-content {
    padding-left: 0;
    width: 100%;
}

/* ----- Highlights Section ----- */
#sb_instagram .sbi_photo {
    border: none;
}

#highlights {
    background: var(--color-highlights);
    color: #ffffff;
}

#highlights ul.highlights_list i {
    background: #ffffff;
    color: var(--color-highlights);
}

.entry-content ul.highlights_list {
    list-style: none;
    margin: 0;
    font-size: 23px;
    font-weight: 300;
    margin-left: 0;
}

ul.highlights_list li {
    margin-bottom: 16px;
    line-height: 1.3em;
    list-style: none;
}

ul.highlights_list li:after {
    display: block;
    clear: both;
    content: "";
}

.no-heading-style .widgettitle:after {
    display: block !important;
    background-color: rgba(255, 255, 255, 0.5);
}

.no-heading-style #resume .widgettitle:after,
.no-heading-style #about-me .widgettitle:after,
.no-heading-style #highlights .widgettitle:after {
    background-color: #d8d4ca;

}

.stag-custom-widget-area .no-heading-style #about-me .widgettitle span,
.stag-custom-widget-area .no-heading-style #resume .widgettitle span

/*.stag-custom-widget-area .no-heading-style #highlights .widgettitle span  */
    {
    background: #ffffff;
}

.stag-custom-widget-area .no-heading-style #blog .widgettitle span {
    background: rgb(232, 159, 34);
}

.stag-custom-widget-area #intro .widgettitle:after {
    display: none !important;
}

.no-heading-style #contact .widgettitle:after {
    display: none !important;
}

.widgettitle {
    /*
    line-height: 1.2;
    font-size: 45px;
    font-size: 2.8125rem;
    margin-bottom: 95px;
    margin-bottom: 5.9375rem;
    color: #5d5454;
    position: relative;
    font-size: 3.25rem;
    margin-bottom: 5.5rem;
*/
}

.custom-widgets-section .widgettitle {
    color: #5D5454;
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 55px;
    margin-bottom: 3.4375rem;
}

body.home .no-heading-style #highlights .widgettitle span {
    color: #ffffff;
    background: var(--color-highlights);
}

body.home .no-heading-style #highlights .widgettitle:after {
    background-color: rgba(255, 255, 255, .75);
}

body.home #highlights .stag-intro-text {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.25);
}

.stag-intro-text {
    border-bottom-color: #E4E4E4;
}

.stag-intro-text {
    font-size: 165%;
}

.entry-content .stag-intro-text p {
    line-height: 1.3em;
}

.stag-custom-widget-area .widgettitle {
    font-size: 3.25rem;
    margin-bottom: 5.5rem;
}

.stag-intro-text {
    border-bottom: 1px solid #d8d4ca;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
}

#illustrator-series .post-modal .textwidget {
    margin-bottom: 0
}

.comment-content p,
.entry-content p,
.textwidget p {
    /*    line-height:  1.5em;*/
    /*    margin: 0 0 2.5rem 0;*/
}

table {
    table-layout: fixed;
}

table,
.entry-content ol,
.entry-content ul {
    margin-top: 0;
    margin-bottom: 2.5rem;
}

.portolio_section .entry-content ul {
    margin-bottom: 1.75rem;
}

.entry-content li {
    margin-bottom: .7rem;
}

.entry-content li:last-child {
    margin-bottom: 0
}

table tr:nth-child(even) {
    background-color: #FBFBFB;
}

table th {
    line-height: 1;
}

table td {
    padding: 10px 15px;
}

th.ps {
    background-color: #39C5FB;
}

th.ai {
    background-color: #FF741A;
}

th.in {
    background-color: #FF3A92;
}

th.fw {
    background-color: #FFD600;
}

th.fl {
    background-color: #FE3D11;
}

th .normal {
    display: block;
    line-height: 1;
    font-weight: normal;
    font-size: 80%;
}

table.tool-matrix td:nth-child(1) {
    width: 200px;
}

table.tool-matrix td.check {
    color: #71B322;
}

table.tool-matrix td.times {
    color: #D64435;
}

/* ----- Header ----- */
.header--pinned {
    background: rgba(255, 255, 255, 0.9);
}

@media screen and (min-width: 1025px) {
    .header--pinned {
        height: 90px;
        max-height: 90px;
    }
}

.site-description,
.display-intro .site-description,
.has-header-image .site-description,
.header--pinned .site-description {
    display: none;
}

/* ----- Intro ----- */

.display-intro .stag_widget_intro .inner-section {
    padding-top: 10.625rem;
}

#intro h3.widgettitle {
    font-size: 10rem;
    font-weight: 100;
    margin-bottom: 2rem;
}

#intro h3.widgettitle span {
    padding-right: 0
}

#intro .widgettitle span {
    background: none;
}

.stag_widget_intro .intro-description {
    font-size: 2.8rem;
    line-height: 1.1em;
}

.intro-description br {
    display: none;
}

section#intro:before {
    content: "";
    display: block;
    background: url(http://jmillspaysbills.com/admin/wp-content/uploads/2014/10/jmills_jmill_logo.png) no-repeat center center;
    background-size: contain;
}

@media screen and (min-width: 1025px) {
    .header--pinned .light {
        display: inline-block !important;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
}

body.home .site-header:not(.header--pinned) .site-branding {
    display: none;
}

h1.site-title {
    line-height: 60px;
    font-size: 1.8rem;
}

.site-title {
    color: #5d5454;
}

.header--pinned .site-title {
    color: #5d5454;
    margin-top: 0;
}

.main-navigation {
    font-size: 17px;
    font-size: 1.0625rem;
    text-transform: none;
    font-family: inherit;
    font-weight: 500;
    letter-spacing: normal;
}

.main-navigation ul > li > a {
    color: #5d5454;
}

span.overflowContent {
    overflow: hidden;
    display: block;
    padding-top: 3px;
}

ul.highlights_list i {
    background: var(--color-highlights);
    color: #ffffff;
    height: 40px;
    width: 40px;
    display: inline-block;
    margin-right: 12px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    border-radius: 100%;
    float: left;
}

.AlpinePhotoTiles_container_class img {
    max-width: 100% !important;
    width: 100% !important;
}

/* ----- Portfolio Section ----- */

.entry-content ul.pass-form {
    max-width: 400px;
    margin: 0 auto;
    list-style: none;
}

.entry-content ul.pass-form li {
    line-height: 1;
}

.pass-form input[type="submit"] {
    margin-top: 0;
    line-height: 1.8;
    width: 100%;
}

li.pass-helper {
    font-size: 14px;
    color: #545454;
}

.post-password-form p:first-child {
    text-align: center;
    font-size: 24px;
    font-weight: 100;
    line-height: 1.3;
}

.post-password-form p + p {
    max-width: 400px;
    margin: 0 auto;
}

.portfolio-grid .portfolio-overlay:after {
    top: 4%;
    left: 20px;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
}

.portfolio-grid .portfolio-overlay:before {
    bottom: 4%;
    right: 20px;
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
}

.portfolio-grid .portfolio:hover .portfolio-overlay:after,
.portfolio-grid .portfolio:hover .portfolio-overlay:before {
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
}

#portfolio a,
#portfolio .accent-color,
#portfolio .custom-widgets-section li,
#portfolio .portfolio-filter a.active,
#portfolio .custom-widgets-section a:hover {
    color: var(--color-portfolio);
}

#portfolio .portfolio-filter a {
    color: var(--color-portfolio);
}

.portfolio-filter {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: normal;
    font-family: inherit;
    text-transform: none;
}

.portfolio-filter li {
    margin-right: 35px;
}

.tax-skill .entry-header {
    /*background-color: #f57e37;*/
}

a.applink {
    max-width: 156px;
    display: inline-block;
    vertical-align: middle;
}

a.applink + a.applink {
    margin-left: 16px;
}

.portfolio-grid .portfolio-overlay {
    background: rgba(255, 255, 255, 0.67);
    padding: 20px;
    padding: 1.25rem;
}

.portfolio-grid .entry-title {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: inherit;
    font-weight: 300;
}

/*----- Case Studies ----- */
.journey-list .uagb-icon-list__wrapper {
    margin-bottom: .7rem !important;
    line-height: 1.8;
}

i.case-study-icon {
    margin-bottom: 1rem;
    display: block;
    font-size: 40px;
    color: var(--color-portfolio);
    text-align: right;
}

.case-study .entry-content p {
    margin-bottom: 2rem;
}
.case-study .entry-content h4:first-child {
    margin-top: 0;
}
.ub-expand-toggle-button {
    color: var(--color-portfolio);
    font-size: 90%;
}

/* ----- Resume ----- */
.resume_section {
    line-height: 1.4;
}

.resume_section ul.fancy {
    margin-top: .5rem;
    margin-bottom: .85rem;
    margin-left: 0;
}

.resume_section h4 {
    font-weight: 400;
}

.resume_section h4:first-child,
.resume_section h3:first-child {
    margin-top: 0 !important
}

ul.fancy,
#illustrator-series ul {
    margin-left: 0;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

ul.fancy li,
#illustrator-series ul li {
    list-style: none;
    position: relative;
    padding-left: 22px;
    line-height: 1em;
    margin-bottom: 1rem;
    color: #4C4C4C;
}

#illustrator-series ul li {
    padding-left: 16px;
    margin-bottom: 1rem;
}

ul.fancy li:before,
#illustrator-series ul li:before {
    font-family: jmillspaysbills;
    display: inline-block;
    content: "\e609";
    color: var(--color-blog);
    list-style: none;
    font-size: 38px;
    position: absolute;
    top: 3px;
    left: 0;
    line-height: 1em;
    font-weight: normal;
    font-style: normal;
}

#illustrator-series ul li:before {
    top: 0;
    font-size: 22px;
    color: #E89F22;
}

.project-name {
    font-family: "Roboto Slab";
    display: block;
    margin-bottom: .3rem;
}

ul.half + ul.half {
    margin-left: 25px;
}

ul.half {
    list-style: none;
    margin-left: 0;
    width: auto;
    display: inline-block;
}


#resume .stag-two-third h4,
body.resume .entry-content .stag-two-third h4 {
    font-size: 2.4rem;
    color: rgb(77, 77, 78);
    margin-top: 2rem;
}

#resume .stag-two-third h4:first-child,
body.resume .entry-content .stag-two-third h4:first-child {
    margin-top: 0;
}

.awards .project-name {
    margin-bottom: 5px;
    color: var(--color-resume);
}

.job-title,
.org-name {
    font-family: "Roboto Slab";
    font-style: normal;
}

.job-title {
    font-size: 90%;
    padding-left: 5px;
}

br + .job-title {
    padding-left: 0;

}

.org-name {
    color: var(--color-resume);
    font-weight: 300;
}

.org-name strong {
    font-weight: 400;
    font-size: 115%;
    padding-right: 6px;
}

.resume_section.secondary .org-name strong {
    font-size: 100%;
    padding-right: 0;
}

.experience,
.resume_part {
    margin-bottom: 2rem;
}

.resume_section.secondary .experience,
.resume_section.secondary .resume_part {
    margin-bottom: 3rem;
}

.entry-content .experience p {
    margin: 0;
}

.resume_part p {
    margin-bottom: 1rem;
}

.resume_part *:last-child {
    margin-bottom: 0;
}

.resume_part ul.half {
    margin-bottom: 0;
}

.client-list {
    font-style: italic;
    line-height: 1.4em;
}

.experience-info {
    line-height: 1.3em;
    margin-bottom: 0;
    font-size: 110%;
    margin-top: 1.2rem;
    margin-bottom: .5rem;
}

.experience ul,
.resume_part ul {
    margin-bottom: .5rem;
}

ul.awards {
    margin-bottom: 1rem;
}

.experience li,
.resume_part li {
    margin-bottom: .5rem;
}

#resume .entry-content .experience-info + ul.fancy {
    margin-bottom: .85rem;
}


#resume .stag-one-third,
body.resume .entry-content .stag-one-third {
    padding-top: 6px;
}

/* ----- Contact Page ---- */

body.home #contact a.stag-icon-link {
    background: #ffffff;
    color: var(--color-contact) !important;
}

body.get-in-touch a.stag-icon-link {
    border-bottom: none;
    color: #ffffff;
    background-color: var(--color-contact);
}

body.home .footer-widget-area,
body.get-in-touch .footer-widget-area {
    display: none;
}


.footer-contact div.form-item {
    margin: 0 0 15px;
    position: relative;
}

.footer-contact input,
.footer-contact textarea {
    width: 100%;
    padding: 14px 10px;
    color: var(--color-body);
    font-weight: 400;
    background-color: #f7f5ef;
    font: inherit;
    border: none;
    border-radius: 3px;
    letter-spacing: normal;
}

.footer-contact textarea {
    height: 6em;
    overflow: auto;
}

.footer-contact input[type='submit'] {
    background: #f57e37;
    font: inherit;
    font-weight: normal;
    color: #fff;
    opacity: 1;
    outline: 0;
    padding: .5rem 2rem;
    -moz-transition: all 150ms;
    -o-transition: all 150ms;
    -webkit-transition: all 150ms;
    transition: all 150ms;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    border: none !important;
    font-size: 23px;
    background-color: var(--color-accent);
    margin-right: 0;
    margin-top: 0;
    width: 100%;
}

.site-footer {
    color: #6b6a69;
}

.site-footer .site-info {
    background: #1f1f1f;
    padding: 15px 0;
    padding: 0.9375rem 0;
}

.footer-widget-area .widgettitle {
    padding-bottom: 35px;
    padding-bottom: 2.1875rem;
    line-height: 1;
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: normal;
}

body.home .footer-widget-area .widgettitle {
    font-size: 45px;
    font-size: 2.8125rem;
    margin-bottom: 95px;
    margin-bottom: 5.9375rem;
    letter-spacing: normal;
    font-weight: 300;
}

.footer-widget-area .widget {
    padding: 50px 0;
    padding: 3.125rem 0;

}

body.home .footer-widget-area .widget {
    padding-top: 95px;
    padding-top: 5.9375rem;
    padding-bottom: 95px;
    padding-bottom: 5.9375rem;
}

.footer-widget-area .one-of-three {
    width: 47%;
}

@media screen and (max-width: 767px) {
    .footer-widget-area .one-of-three {
        width: 100%;
    }
}

.footer-widget-area {
    padding-bottom: 0;
}

.footer-widget-area a.stag-icon-link {
    height: 40px;
    width: 40px;
    line-height: 1;
    color: #2C2A2A !important;
}

.footer-widget-area textarea,
.footer-widget-area input[type='text'],
.footer-widget-area input[type='email'],
.footer-widget-area input[type='search'],
.footer-widget-area input[type='password'],
.footer-widget-area input[type='url'] {
    letter-spacing: normal;
    text-transform: none;
    font-size: 18px;
    padding: 16px;
}

div.wpcf7 .ajax-loader {
    background-color: #ffffff;
    border-radius: 100%;
    opacity: .7;
    position: absolute;
    z-index: 100;
    top: 20px;
    left: 20px;
    margin: 0;
}

div.wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
    border-radius: 3px;
}

.entry-content a.stag-icon-link,
.footer-widget-area a.stag-icon-link {
    display: inline-block;
    margin-right: 7px;
    border-radius: 100%;
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.47);
    text-align: center;
    border-bottom: none !important;
    box-sizing: border-box;
}

body.home #contact a.stag-icon-link,
body.get-in-touch a.stag-icon-link {
    height: 55px;
    width: 55px;
}

a.stag-icon-link i,
body.get-in-touch .entry-content a.stag-icon-link i {
    font-size: 30px;
    line-height: 55px;
}

.footer-widget-area a.stag-icon-link {
    height: 40px;
    width: 40px;
}

.footer-widget-area a.stag-icon-link i {
    font-size: 20px;
    line-height: 40px;
}

.entry-content a.stag-icon-link:hover,
.footer-widget-area a.stag-icon-link:hover {
    background-color: #ffffff;
    opacity: 1;
}

.stag-icon-link:hover .fa-google-plus,
.stag-social-icons a:hover .fa-google-plus {
    color: #dd4b39 !important;
}

.stag-icon-link:hover .fa-instagram,
.stag-social-icons a:hover .fa-instagram {
    color: #517fa4 !important;
}

.stag-icon-link:hover .fa-facebook,
.stag-social-icons a:hover .fa-facebook {
    color: #3b5998 !important;
}

.stag-icon-link:hover .fa-linkedin,
.stag-social-icons a:hover .fa-linkedin {
    color: #007bb6 !important;
}

.stag-icon-link:hover .fa-twitter,
.stag-social-icons a:hover .fa-twitter {
    color: #00aced !important;
}

.stag-icon-link:hover .fa-pinterest,
.stag-social-icons a:hover .fa-pinterest {
    color: #cb2027 !important;
}

.stag-icon-link:hover .fa-github,
.stag-social-icons a:hover .fa-github {
    color: #810082 !important;
}

.page-contact-form .form-title {
    font-size: 45px;
    font-size: 2.8125rem;
    margin-bottom: 95px;
    margin-bottom: 5.9375rem;
    color: #5d5454;
}

/* ----- Blog Styles ----- */

.comments-area {
    margin-top: 8rem;
}

blockquote.pullquote {
    font-style: italic;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    margin-top: 0;
    width: 30%;
    border: 4px solid #AFAFAF;
    border-width: 4px 0;
}

blockquote.pullquote.left {
    float: left;
    margin-left: 0%;
    margin-right: 30px;
    padding-right: 30px;
    border-width: 0 4px 0 0;
    padding-bottom: 15px;
}

blockquote.pullquote.right {
    float: right;
    margin-right: 0;
    margin-left: 30px;
    padding-left: 30px;
    border-width: 0 0 0 4px;
    padding-bottom: 15px;
}

/* Blog Section */

.stag_widget_blog .entry-title {
    line-height: 1.3em;
}

/* ----- Cforms ----- */

body .cform {
    width: 100%;
    margin: 0 auto;
}

body .cform input,
body .cform textarea,
body .cform select {
    width: 100%;
    padding: 14px 10px;
    color:  var(--color-body);
    font-weight: 400;
    background-color: #f7f5ef;
    font: inherit;
    border: none;
    border-radius: 2px;
}

body .cform textarea,
body .cform input {
    width: 100%
}

body .cform input:hover,
body .cform textarea:hover,
body .cform select:hover {
    background-color: rgba(247, 245, 239, 0.85);
}

body ol.cf-ol li {
    margin: 0 0 15px !important;
}

body .cform label {
    margin-top: 0;
    display: none;
}

body .cform label > span {
    color: #d8d4ca;
    display: block;
    margin-top: 0 !important;
    margin-top: 0.3125rem;
    font-size: 18px;
}

body p.cf-sb {
    margin-top: 20px
}

body .cform input.sendbutton {
    background: #f57e37;
    font: inherit;
    font-weight: normal;
    color: #fff;
    opacity: 1;
    border-radius: 3px;
    outline: 0;
    padding: .5rem 2rem;
    -moz-transition: all 150ms;
    -o-transition: all 150ms;
    -webkit-transition: all 150ms;
    transition: all 150ms;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    border: none !important;
    font-size: 23px;
    width: auto;
    background-color: var(--color-accent);
    margin-right: 0;
    width: 100%;
}

body .linklove {
    display: none !important;
}

body ol.cf-ol li.cf_li_err {
    padding: 0 !important;
    background: none !important;
    border: none !important;
    margin: 0 !important;
}

body .cform .cf_error {
    border: 2px solid #ad2929;
    background: rgb(247, 207, 207);
    color: #ad2929 !important;
}

body div.cf_info {
    width: 100%
}

body span.reqtxt,
body span.emailreqtxt {
    display: none
}

body div.failure {
    border-color: #DF7D7D;
    border: none;
    border-width: 0;
    background: rgb(247, 207, 207) !important;
    border-radius: 2px;
    color: rgb(173, 41, 41);
}

body div.success {
    text-align: left;
    padding: 0 !important;
    font-size: 44px;
    letter-spacing: 0;
    font-weight: 300;
    line-height: 1em;
    color: rgba(255, 255, 255, .8);
}

body div.success > span {
    display: block;
    font-size: 200%;
    font-weight: 200;
}

/* ----- Blog ----- */

ul.footnotes {
    list-style: none;
    padding: 0;
    font-size: 11px;
    color: rgba(0, 0, 0, .6);
    margin: 2.5rem 1rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #dedede;
}

ul.footnotes li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 7px;
    line-height: 1.3;
}

.footnote {
    color: rgba(0, 0, 0, .6);
    font-size: 10px;
}

li .footnote {
    position: absolute;
    left: 0;
    top: 0;
}

.matrixValue {
    position: relative
}

td .footnote {
    font-size: 9px;
    padding-left: 3px;
    position: absolute;
    top: 4px;
    margin: auto;
}

td .footnote.blank {
    display: none;
}

/* ----- Sidebar ----- */

#illustrator-series.stag-custom-widget-area {
    background: #ffffff;
}

#illustrator-series.stag-custom-widget-area .widget:first-child {
    margin-top: 0;
}

#illustrator-series.stag-custom-widget-area .widget {
    margin-bottom: 3rem;
    margin-top: 3rem;
}

#illustrator-series.stag-custom-widget-area .widgettitle {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    margin-top: 0;
    font-weight: 500;
}

.stag-custom-widget-area .widgettitle span {
    padding-right: 1.5rem;
}

#illustrator-series.stag-custom-widget-area ul {
    margin-top: 0;
}

#illustrator-series.stag-custom-widget-area ul:last-child {
    margin-bottom: 0;
}

#illustrator-series.stag-custom-widget-area .widget.widget_nav_menu {
    margin-top: 0
}

#illustrator-series.stag-custom-widget-area .widget_text {
    margin-bottom: 1rem;
}

.widget a {
    color: #9C9C9C
}

.widget .search-form input[type="search"] {
    width: 227px;
}

/* ----- General Parent Theme Overrides ----- */
.site-content {
    margin-bottom: 90px;
    margin-bottom: 5.625rem;
}

.accent-color {
    color: var(--color-accent);
}

.entry-header .entry-title {
    color: #5d5454;
}

.post-modal .portfolio-header,
.single-portfolio .portfolio-header {
    background-color: var(--color-accent);
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    padding-top: 75px;
    padding-top: 4.6875rem;
    padding-bottom: 75px;
    padding-bottom: 4.6875rem;
}

.single .entry-title,
.post-modal .entry-title {
    font-size: 65px;
    font-size: 4.0625rem;
    line-height: 1;
}

.post-thumbnail {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
}

.entry-meta {
    font-family: inherit;
    text-transform: none;
    font-weight: 300;
    margin: 50px 0;
    margin: 3.125rem 0;
}

.comment-content a:not(.wp-block-button__link),
.entry-content a:not(.wp-block-button__link),
.textwidget a:not(.wp-block-button__link) {
    border-bottom: 2px solid;
}
.wp-block-uagb-buttons .uagb-block-1945126f .uagb-buttons-repeater .uagb-button__icon > svg {
	color: currentColor;
}
.is-style-outline a {
	background: transparent none;
    border-color: currentColor;
    border-width: 2px;
    border-style: solid;
    color: currentColor;
    padding-top: 0.667em;
    padding-right: 1.33em;
    padding-bottom: 0.667em;
    padding-left: 1.33em;
}

.is-style-outline a:hover {
    box-shadow: 0 0 0 1px !important;
}

.comment-content p,
.entry-content p,
.textwidget p {
    /*margin: 40px 0;*/
    /*margin:  2.5rem 0;*/
}

.comment-content h1,
.entry-content h1,
.textwidget h1 {
    color: #5d5454;
}

.comment-content h2,
.entry-content h2,
.textwidget h2 {
    font-size: 45px;
    font-size: 2.8125rem;
    margin: 20px 0;
    margin: 1.25rem 0;
    color: #5d5454;
}

.comment-content h3,
.entry-content h3,
.textwidget h3 {
    font-size: 35px;
    font-size: 2.1875rem;
    margin: 18px 0;
    margin: 1.125rem 0;
    color: #5d5454;
    line-height: 1.2;
}

.comment-content h4,
.entry-content h4,
.textwidget h4 {
    font-size: 25px;
    font-size: 1.5625rem;
    margin: 15px 0;
    margin: 0.9375rem 0;
    color: #2c2c2c;
    line-height: 1.2;
}

.comment-content h5,
.entry-content h5,
.textwidget h5 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 10px 0;
    margin: 0.625rem 0;
    font-family: "Roboto Slab";
    font-weight: 300;
    letter-spacing: normal;
    text-transform: none;
}

.comment-content h6,
.entry-content h6,
.textwidget h6 {
    font-size: 17px;
    font-size: 1.0625rem;
    margin: 10px 0;
    margin: 0.625rem 0;
    color: var(--color-body);
    letter-spacing: normal;
    font-family: "Roboto Slab";
    font-weight: 500;
}

.stag-button--orange {
    background: #f57e37;
}

.stag-button {
    font-weight: 500;
    text-transform: none;
    font-family: inherit;
}

.stag-button--large {
    min-width: 270px;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1;
}

.stag-button--normal,
.stag-button--small,
.stag-button--large {
    letter-spacing: normal;
}

.page .entry-header {
    background-color: var(--color-accent);
    line-height: 1;
    padding-top: 90px;
    padding-top: 5.625rem;
    padding-bottom: 90px;
    padding-bottom: 5.625rem;
    margin-bottom: 90px;
    margin-bottom: 5.625rem;
}

.blog .page-header .entry-title,
.blog .page-header .page-title,
.error404 .page-header .entry-title,
.error404 .page-header .page-title,
.search .page-header .entry-title,
.search .page-header .page-title,
.archive .page-header .entry-title,
.archive .page-header .page-title {
    color: white;
    font-size: 55px;
    font-size: 3.4375rem;
    line-height: 55px;
    margin: 0;
}

.page .entry-header .inside {
    position: relative;
    z-index: 3;
}

.page-template-default.page .entry-content,
.page-template-default.page .textwidget,
.page-template-default.page .comments-area,
.page-template-default.page .portfolio-header .entry-title,
.page-template-default.page .entry-content,
.page-template-default.page .textwidget,
.page-template-template-contact-php .entry-content,
.page-template-template-contact-php .textwidget,
.page-template-template-contact-php .page-contact-form,
.blog .page-header .inside,
.error404 .page-header .inside,
.search .page-header .inside,
.archive .page-header .inside,
.attachment .entry-header,
.attachment .entry-content,
.attachment .textwidget,
.stag_widget_static_content .page,
.stag_widget_intro .inner-container,
.stag_widget_testimonials .testimonial-author,
.stag_widget_testimonials .testimonial-content,
.post-modal .post-modal-inner .post .entry-header,
.page .entry-header .inside,
.blog .post,
.error404 .post,
.search .post,
.archive .post,
.post-modal .portfolio-header .entry-title,
.case-study.single-portfolio .portfolio-header .entry-title,
.case-study.single-portfolio .entry-content, 
.case-study.single-portfolio .textwidget, 
.case-study.single-portfolio .comments-area {
    max-width: 1170px;
}

.page-template-template-portfolio .entry-title,
.page-template-default.page .entry-title {
    color: white;
    font-size: 55px;
    font-size: 3.4375rem;
    margin: 0;
}

.blog .page-header,
.error404 .page-header,
.search .page-header,
.archive .page-header {
    background-color: var(--color-accent);
    line-height: 1;
    padding-top: 90px;
    padding-top: 5.625rem;
    padding-bottom: 90px;
    padding-bottom: 5.625rem;
    margin-bottom: 90px;
    margin-bottom: 5.625rem;
}

.page-header h1 {
    font-size: 55px;
    font-size: 3.4375rem;
    font-weight: 300;
}

.paging-navigation {
    padding-top: 60px;
    padding-top: 3.75rem;
}

ul.slick-dots {
	margin-left: 0 !important;
}



/*---------------------------------------------------------
 Jetpack Gallery
-------------------------------------------------------- */

#nprogress .bar {
    background: #f57e37;
}

/*---------------------------------------------------------
 Widgets (_sidebar.scss)
-------------------------------------------------------- */

.stag_widget_features .feature-title {
    font-family: inherit;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: initial;
    text-transform: initial;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
}

.stag_widget_features .feature-description {
    font-size: 18px;
    font-size: 1.125rem;
    color: #898989;
    max-width: none;
}

.features-widget p {
    margin-top: 20px;
    margin-top: 1.25rem;
}

.stag-custom-widget-area .widget {
    /*margin-top: 95px;*/
    /*margin-top: 5.9375rem;*/
    /*margin-bottom: 95px;*/
    /*margin-bottom: 5.9375rem;*/
}

.hide-intro .stag-custom-widget-area .widget:first-child {
    margin-top: 0;
}

.stag-custom-widget-area .widgettitle {
    font-size: 45px;
    font-size: 2.8125rem;
    margin-bottom: 95px;
    margin-bottom: 5.9375rem;
    color: #5d5454;
    letter-spacing: normal;
    font-weight: 300;
}

.stag-custom-widget-area .widgettitle:after {
    content: '';
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 50%;
    background: #d8d4ca;
    height: 1px;
    margin-top: 4px;
}

.custom-widgets-section .widgettitle:after {
    content: '';
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 50%;
    background: #d8d4ca;
    height: 1px;
    margin-top: 4px;
}

@media screen and (max-width: 480px) {

    .stag-custom-widget-area .widgettitle:after,
    .custom-widgets-section .widgettitle:after {
        display: none;
    }
}

.stag-custom-widget-area .widgettitle span,
.stag-custom-widget-area .no-heading-style .widgettitle span {
    background: #fff;
    padding-right: 50px;
    padding-right: 3.125rem;
}


.stag_widget_portfolio {
    background: #ffffff;
}

.stag_widget_intro .inner-container {
    padding: 0;
}

.stag_widget_intro .box-bg,
.stag_widget_intro .sep {
    display: none;
}

.stag_widget_intro .widgettitle {
    font-size: 65px;
    font-size: 4.0625rem;
    font-weight: 300;
    max-width: none;
}

.stag_widget_intro .stag-button {
    box-shadow: none;
    padding: 22px 40px;
    margin: 5px;
}

.stag_widget_team .team {
    position: relative;
    float: left;
    width: 33.33333%;
    max-width: 100%;
    border-left: 1px solid;
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
}

.stag_widget_team .entry-title {
    font-size: 30px;
    font-size: 1.875rem;
    margin: 0 0 20px 0;
    margin: 0 0 1.25rem 0;
    line-height: 1;
    font-family: inherit;
}

.stag_widget_testimonials {
    text-align: left;
}

.stag_widget_testimonials .testimonial-content {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.3;
}

.stag_widget_testimonials .testimonial-author {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    margin-top: 1.875rem;
    padding-bottom: 0;
}

.stag_widget_testimonials .bx-pager {
    text-align: left;
}

.stag_widget_blog .entry-date {
    font-weight: 300;
    letter-spacing: normal;
    font-family: inherit;
    text-transform: none;
}

.stag_widget_contact .entry-content h2,
.stag_widget_contact .textwidget h2,
.stag_widget_contact .entry-content h3,
.stag_widget_contact .textwidget h3,
.stag_widget_contact .entry-content h4,
.stag_widget_contact .textwidget h4 {
    font-family: "Roboto Slab";
    font-weight: 300;
}

/*---------------------------------------------------------
 9. Forms (_forms.scss)
-------------------------------------------------------- */

textarea,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"] {
    background-color: #f7f5ef;
}

.contact-form .form-submit {
    width: 270px;
    font-size: 25px;
    font-size: 1.5625rem;
    letter-spacing: normal;
    text-transform: none;
    font-family: inherit;
    font-weight: 500;
}

/*---------------------------------------------------------
 Buttons (_forms.scss)
-------------------------------------------------------- */
button,
.button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
    background: #f57e37;
    font: inherit;
    font-weight: normal;
    letter-spacing: normal;
    padding: 8px 15px;
    padding: 0.5rem 0.9375rem;
    text-transform: none;
}

.about-me .entry-content a.wp-element-button,
#about-me .entry-content a.wp-element-button {
	border-color: var(--color-about); 
	color: var(--color-about); 
}

.my-process .entry-content a.wp-element-button, 
#my-process .entry-content a.wp-element-button {
	border-color: var(--color-process);
	color: var(--color-process);
}

.highlights .entry-content a.wp-element-button, 
#highlights .entry-content a.wp-element-button {
	border-color: var(--color-highlights); 
	color: var(--color-highlights);
}

.portfolio .entry-content a.wp-element-button,
#portfolio .entry-content a.wp-element-button,
.single-portfolio .is-style-outline a {
	border-color: var(--color-portfolio); 
	color: var(--color-portfolio); 
}
.single-portfolio .is-style-outline a svg {
	fill: var(--color-portfolio) !important;
}

.resume .entry-content a.wp-element-button, 
#resume .entry-content a.wp-element-button {
	border-color: var(--color-resume); 
	color: var(--color-resume);
}

.contect .entry-content a.wp-element-button, 
#contect .entry-content a.wp-element-button {
	border-color: var(--color-contact); 
	color: var(--color-contant);
}


.wp-block-button__link {
	border-radius: 3px;
}
/*---------------------------------------------------------
Helper Classes
-------------------------------------------------------- */
.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-bottom-7 {
    margin-bottom: .7rem !important;
}
.margin-bottom-large {
    margin-bottom: 6.25rem !important;
}
/*---------------------------------------------------------
Testimonials Widget
-------------------------------------------------------- */
.ub_testimonial {
    max-width: 100%;
    padding: 0 30px;
    display: grid;
    grid-template-columns: fit-content(25%) auto;
    grid-template-rows: auto auto;
    margin: 0;
}

.ub_testimonial_img {
    padding: 10px 10px;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: span 2;
}

.ub_testimonial_img img {
    margin: 0 auto;
    padding: 0;
    border-radius: 50%;
}

.ub_testimonial_content {
    grid-row-start: 1;
    grid-column-start: 2;
    padding: 5px 17px !important;
    font-size: 1.5rem;
    line-height: 1.3;
    font-family: "roboto slab";
}

.ub_testimonial_sign {
    grid-column-start: 2;
    grid-row-start: 2;
    padding: 17px 17px 0;
    opacity: .75;
    font-family: "Roboto Slab";
}
.ub_testimonial_sign p {
    margin-bottom: 2px !important;
    white-space: pre-wrap;
    line-height: 1.2;
}

.ub_testimonial_sign .ub_testimonial_author_role {
    margin-top: 0;
    font-size: 13px;
    font-style: italic;
}
