/*
Theme Name: Susan Greene
Description: Website Template for Susan Greene
*/

/*
Fonts
font-family: "Raleway",Sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: "Raleway",Sans-serif;
*/

/* General Styles */
html,
body {
    overflow-x: hidden;
}

body {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #555;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", Sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    color: #333333;
}

h1 {
    line-height: 55px;
    color: #333;
    letter-spacing: 1px;
}

h3 {
    line-height: 35px;
}

p {
    line-height: 30px;
    margin-bottom: 30px;
}

p.p-auto,
.p-auto p {
    line-height: inherit;
    margin-bottom: inherit;
}

blockquote {
    line-height: 30px;
    font-style: italic;
    color: #7c7c7c
}

ul,
ol {
    margin-bottom: 40px;
}

ul li {
    line-height: 25px;
    margin-bottom: 15px;
}

ol li {
    line-height: 30px;
    margin-bottom: 10px;
}

ul li p,
ol li p {
    margin-top: 25px;
}

a,
a:hover {
    color: #339900;
}

/* Customized Button in Common Areas */
.btn {
    border-radius: 20px;
    white-space: normal !important;
}

.btn-danger {
    background-color: #841C8F
}

.btn-success {
    background-color: #339900;
    border-color: #339900;
}

.btn-success:hover {
    background-color: #2b7c00;
    border-color: #2b7c00
}

.the-post img {
    display: block;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 0 auto;
    max-width: 100%;
}

.the-post img.size-full {
    width: 100%;
    max-width: 100%;
}

.the-post img.size-full.fit-vertical,
.the-post img.fit-vertical {
    max-width: 60%;
}

@media (max-width:480px) {

    .the-post img.size-full.fit-vertical,
    .the-post img.fit-vertical {
        max-width: 85%;
    }
}

/* wp-caption aligncenter */
.wp-caption {
    max-width: 100%;
}

.the-post img.has-border {
    border: 1px solid #dddddd;
    border-radius: 4px;
}

.the-post img.aligncenter {
    display: block !important;
}

img.alignleft {
    margin-right: 30px;
    margin-bottom: 30px;
    float: left;
}

img.alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}

img.aligncenter,
.wp-caption.aligncenter {
    margin: 0 auto !important;
    display: block !important;
}

.blog-post.single img.aligncenter,
.blog-post.single .wp-caption.aligncenter {
    width: 100% !important;
}

p.margin-bottom-30 {
    margin-bottom: 30px;
}

.text-green,
a.text-green {
    color: #298408;
}

.text-red,
a.text-red {
    color: #922c22;
}

/* Navigation */
.navbar-default {
    background-color: #ffffff;
    border: 0;
    margin-bottom: 0;
}

.navbar-brand {
    padding: 0;
    height: auto;
}

.navbar-toggle {
    padding: 15px;
    border: 0;
    text-transform: uppercase;
    font-weight: bold;
}

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #f0f0f0
}

.menu-horizontal li {
    list-style-type: none;
    display: inline;
}

.menu-horizontal li a {
    margin-left: 20px;
}

.main-section {
    padding: 40px 0;
}

.very-small-cta-container {
    padding: 20px;
    margin-left: 10px;
    margin-top: 30px;
    position: relative;
}

.very-small-cta-container .overlay,
.very-small-cta-container .bg-lower {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}

.very-small-cta-container .overlay {
    background: rgba(51, 153, 0, 0.9);
    z-index: -1;
}

.very-small-cta-container .bg-lower {
    background-image: url("https://www.susangreenecopywriter.com/wp-content/uploads/2020/01/pen.jpg");
    background-size: cover;
    background-position: center;
    z-index: -2;
}

.very-small-cta-container .cta-content {
    text-align: center;
    padding: 1.5em 1.25em;
}

.very-small-cta-container h3 {
    color: white;
    font-family: 'Raleway', sans-serif;
    text-transform: capitalize;
    margin-top: 0;
    letter-spacing: 0.05em;
    font-size: 1.5em;
    margin-bottom: 0.875em;
}

.very-small-cta-container h4 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 2em;
    line-height: 1.8em;
    font-family: "Open Sans", Sans-serif;
    font-weight: normal;
    color: #ffffff;
}

.very-small-cta-container a {
    font-size: 0.875em;
    font-weight: 600;
    color: #ffffff;
    font-family: "Open Sans", Sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background-color: #841c8f;
    border-radius: 5px;
    padding: 0.875em 1.25em;
}

.very-small-cta-container a:hover {
    color: white;
    background-color: rgba(132, 28, 143, .8);
}

.btn-cta {
    border: 0;
    padding: 15px 25px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
}

.btn-cta strong {
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 2px;
}

.btn-cta span {
    font-size: 16px;
}

.wp-caption-text,
figcaption {
    font-family: arial;
    font-size: 13px;
    color: gray;
    text-align: center;
    line-height: 20px;
    margin-top: 10px;
}

#topHeader {
    padding: 5px;
    background-color: #339900;
}

#topMenu {
    margin-bottom: 0;
    margin-right: 2px;
    padding-left: 0;
}

#topMenu li a {
    color: #ffffff;
    font-size: 12px;
    margin-left: 30px;
}

#header {
    padding: 10px 0;
    -webkit-box-shadow: 0px 2px 29px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 2px 29px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 2px 29px 0px rgba(50, 50, 50, 0.3);
}

#logoContainer a {
    text-decoration: none;
}

#logoContainer span {
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: .5px;
    display: block;
    margin-top: 4px;
    background-color: none;
    text-align: left;
    color: black;
}

#mainMenu {
    margin-top: 50px;
}

#mainMenu li {
    position: relative;
}

#mainMenu li a {
    font-size: 13px;
    color: #666666;
    margin-left: 25px;
    padding-bottom: 10px;
}

#mainMenu li a:hover {
    text-decoration: none;
    color: #319400
}

#mainMenu li a.btn,
.navbar li a.btn {
    color: white !important;
    padding-bottom: 6px;
}

ul.sub-menu {
    z-index: 9999999;
    display: none;
    position: absolute;
    top: 26px;
    left: 10px;
    width: 210px;
    padding: 15px 0 15px 0;
    margin: 0;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0px 2px #A9A9A9
}

ul.sub-menu li a {
    display: block;
    color: gray !important;
    padding: 0px !important;
    padding-bottom: 10px !important;
    text-align: left;
    font-size: 13px !important;
}

ul.sub-menu li a:hover {
    color: #319400 !important;
}

#mainMenu li:hover ul.sub-menu {
    display: block
}

.my-breadcrumb {
    padding: 12px 0;
    background-color: #f2ffec;
    box-shadow: inset 0px 1px 6px rgba(0, 0, 0, .2);
}

.my-breadcrumb .container {
    max-width: 1150px !important;
}

.my-breadcrumb a,
.my-breadcrumb strong {
    font-size: 14px;
    margin: 0 5px;
}

.my-breadcrumb a.blog-home-link {
    color: #ffffff;
    background-color: #339900;
    border-radius: 2px;
    padding: 5px 10px;
    letter-spacing: 0.5px;
}

.my-breadcrumb strong {
    color: #333;
    font-weight: normal;
}

.my-breadcrumb a {
    color: #318c08;
    font-weight: bold;
}

.my-breadcrumb a.blog-category-link {
    font-weight: normal;
}

.section {
    padding: 60px 0 60px 0;
}

.section p,
.elementor-section-wrap p {
    display: block !important;
}

.elementor-landing-page-text .aligncenter img {
    display: block;
    margin: 0 auto;
}

.elementor-landing-page-text h3 {
    margin-top: 50px;
    color: #841C8F;
}

.elementor-landing-page-text .wp-caption {
    width: 100% !important;
}

.section ul {
    padding-left: 20px;
}

.section ul li {
    list-style-type: none;
    font-size: 16px;
    background: url('images/check.png') no-repeat;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-left: 50px;
}

.section-gray {
    background-color: #f5f5f5;
}

.section-green {
    background-color: #def4d2;
}

.section-pink {
    background-color: #eddaef;
}

.section.with-shadow {
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, .2);
}

.narrow {
    width: 70%;
    margin: 0 auto;
}

.big-paragraph {
    font-size: 18px;
    line-height: 35px;
}

.emphasized {
    padding: 30px;
    background-color: #0E6579;
    color: white;
    border-radius: 30px;
}

.imaged-list {
    padding-left: 0px !important;
}

.imaged-list li {
    list-style-type: none !important;
    font-size: 16px;
    background: url('images/check.png') no-repeat !important;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-left: 60px !important;
}

.question-list li {
    background: url('images/question.png') no-repeat;
    background-position: 10px 6px;
    padding-left: 60px !important;
    font-size: 17px;
    font-family: "Raleway", Sans-serif;
}

.list-triad {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.list-triad br {
    display: block !important;
}

#servicesHome .list-triad .btn {
    display: inline-block;
    margin: 0 auto !important;
    padding: 2px 20px;
    text-align: center
}

.list-triad img {
    margin: 0 auto;
}

#servicesHome .list-triad img {
    width: 130px;
}

.list-triad img.img-rounded {
    box-shadow: 0 0 25px #333;
}

.see-more {
    font-size: 13px;
}

.list-triad p {
    text-align: center;
    margin-bottom: 5px;
    margin-left: 5px;
}

.list-triad ul {
    text-align: left;
    padding-left: 17px !important;
}

.list-triad ul li {
    margin-bottom: 0;
    font-size: 14px !important;
    background-image: none;
    list-style-type: disc;
    padding-left: 5px;
    line-height: 20px;
}

.list-triad h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: "Raleway", Sans-serif;
}

.sub-headline {
    color: #525e6c;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    line-height: 35px;
}

.landing-page h1 {
    margin-top: 0;
}

.landing-page br,
.landing-page p {
    display: none;
}

.landing-page .section h2 {
    margin-bottom: 50px;
    line-height: 45px;
}

/* Page Template */
.page h3,
.the-content h3 {
    color: #841C8F
}

/* Homepage Styles */
#banner {
    background-image: url('images/banners/banner 5.png');
    background-position: 0px -40px;
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, .2);
    padding: 40px 0 40px 0;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#banner p {
    display: block !important;
}

#banner h1 {
    font-size: 80px;
    line-height: 85px;
    margin-bottom: 0;
    color: white;
    font-weight: normal;
    text-shadow: 0 0 2px #000, 0 0 5px #333, 0 0 10px #516F27;
    font-family: 'Open Sans', sans-serif;
}

#banner h2 {
    font-size: 24px;
    letter-spacing: 1px;
    text-shadow: 0 0 1px #000, 0 0 1px #333, 0 0 10px #516F27;
    color: white;
    font-weight: normal;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.banner-sub-cta {
    display: block;
    margin-top: 15px;
    font-size: 18px;
    color: #000000;
    font-family: "Raleway", Sans-serif;
    text-decoration: underline;
    font-weight: bold;
    letter-spacing: .5px;
}

.banner-sub-cta:hover {
    color: #841C8F;
}

#banner .btn-cta {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 21px;
    font-weight: normal;
    padding: 10px 40px;
}

#banner br {
    display: block;
}

#banner p {
    margin-top: 20px;
}

#banner div.opaque {
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    padding: 25px 20px 0px 22px;
    width: 450px;
    margin-top: 15px;
}

#banner h3 {
    line-height: 5px;
    font-size: 20px;
    margin: 0;
    text-align: center;
    color: white;
}

#banner ul {
    color: white;
    margin-top: 15px;
    margin-bottom: 5px;
    padding: 15px 20px 10px 45px;
}

#banner ul li {
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 18px;
    padding-left: 5px;
    text-align: left;
}

#banner ul li img {
    margin-right: 40px;
}

#innerPageBanner {
    padding: 20px 20px 40px 20px;
}

#innerPageBanner h1 {
    margin-bottom: 50px;
}

#innerPageBanner ul {
    padding-top: 10px;
}

#innerPageBanner ul li {
    padding-left: 20px;
}

#myServices {
    background-color: #e5fbff;
}

/* Services */
.a-service {
    height: 210px;
    margin-bottom: 20px;
}

.a-service img {
    margin-top: 35px;
    width: 130px;
}

.a-service h3 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
}

.a-service .btn {
    padding: 2px 20px;
}

.a-service p {
    font-size: 14px;
}

#clientTypes img {
    box-shadow: 0 0 25px #333;
    margin: 0 auto;
}

#clientTypes h2 {
    font-size: 26px;
}

#clientTypes h3 {
    font-weight: normal;
    margin-bottom: 30px;
    font-size: 20px;
}

.service-description ul {
    margin-bottom: 30px;
}

.service-icon {
    margin-top: 120px;
}

.the-service {
    padding: 10px 0 10px 0;
    border-radius: 20px;
}

.service-samples {
    background-color: white;
    border-radius: 10px;
    margin-top: 30px;
    padding: 40px 40px 60px 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.service-samples h4 {
    margin-top: 30px;
    text-transform: uppercase;
}

.service-sample .thumbnail {
    background-color: transparent;
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3)
}

.service-sample:hover .thumbnail {
    box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.3)
}

.service-sample .the-thumbnail {
    height: 110px;
}

.service-sample .the-thumbnail img {
    border-radius: 5px;
    width: 280px;
    margin-top: 10px;
}

.service-sample h3 {
    line-height: 22px;
    font-size: 14px;

    height: 50px;
    margin-bottom: 5px;
    margin-top: 0px;
}

.service-sample p.description {
    font-size: 13px;
    line-height: 24px;
    height: 80px;
}

#clientLogos img {
    margin-bottom: 10px;
    margin-right: 40px;
}

#testimonials br {
    display: block;
}

.testimonial {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 0px 13px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 0px 13px 0px rgba(50, 50, 50, 0.3);
    margin-top: 30px;
}

.testimonial-gray {
    -webkit-box-shadow: 0px 0px 13px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 0px 13px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 0px 13px 0px rgba(50, 50, 50, 0.3);
}

.testimonial-gray h4 {
    line-height: 25px;
    font-style: italic;
}

.testimonial h3 {
    font-style: italic;
    color: #841C8F !important;
}

.testimonial p {
    font-size: 15px;
    font-style: italic !important;
}

.testimonial p.testifier {
    font-style: normal !important;
    line-height: 24px;
}

.testimonial-content {
    background-image: url('images/open-quote-pink.png');
    background-repeat: no-repeat;
    padding-left: 60px;
}

#recommendedPosts p {
    margin-bottom: 5px;
}

#theCTA .btn-cta {
    font-size: 30px;
}

#theCTA h2 {
    line-height: 45px;
}

#theCTA br {
    display: block;
}

.cta-blue {
    background-color: #daebf4;
}

.cta-darkblue {
    background-color: #222;
    color: white;
}

#footer {
    background-color: #131313;
    color: white;
    padding: 30px 0;
}

#footer h3 {
    font-size: 18px;
    color: white;
    font-family: "Raleway", Sans-serif;
}

.tagline {
    color: #e5e5e5;
    font-style: italic;
    line-height: 30px;
    font-weight: normal;
}

a.designed-by {
    text-decoration: underline !important;
    color: #e5e5e5;
}

a.designed-by:hover {
    text-decoration: none !important;
}

#footer p {
    font-size: 13px;
    line-height: 25px;
}

#firstLevel a {
    color: white;
}

#firstLevel a:hover {
    color: white;
}

.footer-list {
    padding-left: 0;
}

.footer-list li {
    list-style-type: none;
    margin-bottom: 10px;
}

.footer-list li a {
    color: white;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

.footer-list li a:hover {
    text-decoration: underline;
}

#secondLevel {
    border-top: 1px solid #4c4c4c;
    padding-top: 30px;
    font-size: 12px;
}

/* Services Page */
#subHeader {
    background-color: #66B340;
    margin-top: 3px;
}

#subHeader h5 {
    margin-bottom: 0 !important;
    text-align: center;
}

#subMenu {
    padding-left: 0;
    padding: 12px 0 2px 0;
    margin-bottom: 10px !important;
}

#subMenu li a {
    margin-left: 0 !important;
    margin-right: 17px;
    color: white;
    font-size: 12px;
}

#subMenu.small li a {
    font-size: 12px;
}

#subMenu li.active a {
    font-weight: bold;
}

/* Portfolio Page */
.single-navigation {
    margin-bottom: 30px;
}

.single-navigation a {
    font-size: 16px;
    font-weight: bold;
}

#portfolioCategories {
    padding: 30px 0 30px 0;
}

.about-client {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 30px;
}

.the-arrow {
    visibility: hidden;
}

h2.single-sub-headline {
    font-size: 20px;
    margin-top: 5px;
}

h1.single-main-headline {
    line-height: 41px;
    color: #333
}

#portfolioCategories li {
    background-image: none;
    padding-left: 0;
}

#portfolioCategories li a {
    font-size: 18px;
    font-family: "Raleway", Sans-serif;
    margin: 0 20px;
    color: #298408;
    font-weight: bold;
}

#portfolioCategories li a:hover,
#portfolioCategories li.active a {
    text-decoration: none;
    color: #333;
}

.project-details h3 {
    color: #841C8F
}

.project-details img {
    box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.3);
    height: auto;
    max-width: 100%;
}

.post-cta {
    margin-top: 50px;
}

/* Services Page */
.section-blue {
    background-color: #d3ff9c;
}

.little-padding {
    padding-top: 10px;
    padding-bottom: 10px;
}

.the-content {
    background-color: white;
    border-radius: 10px;
    margin-top: 30px;
    padding: 40px 20px 60px 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.the-content h2 {
    font-size: 26px;
}

.service-samples h4 {
    margin-top: 30px;
    text-transform: uppercase;
}

.service-samples p {
    margin: 0 auto;
    margin-top: 30px;
}

.signoff h1,
.signoff h2,
.signoff h3,
.signoff h4,
.signoff h5,
.signoff h6 {
    margin-bottom: 5px !important;
    color: #333333 !important;
    margin-top: 0 !important;
}

/* Blog Pages */
#article-page-content #susan-photo {
    width: 310px;
    height: 310px;
    object-fit: cover;
    border-radius: 100%;
}

.article-list h4 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.article-list ul {
    margin-left: 20px;
}

.article-list ul li {
    background-image: none;
    list-style-type: disc;
    padding-left: 10px;
    margin-bottom: 0px;
    margin-top: 4px;
}

.pagination {
    padding: 0 !important;
}

.pagination li {
    background-image: none !important;
    line-height: 0;
    margin-bottom: 0;
    padding-left: 0 !important;
}

#blogList {
    border-top: 1px solid #b9bec2;
    margin-top: 50px;
    padding-top: 30px;
}

#category-page-header {
    text-align: center;
    background-color: #318c08;
}

#category-page-header h1,
#category-page-header h5,
#category-page-header p {
    color: white;
}

#category-page-header h1 {
    font-size: 48px;
}

#category-page-header h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Open Sans"
}

#category-page-header h5:after {
    content: "";
    display: block;
    background-color: white;
    height: 8px;
    width: 75px;
    margin: 10px auto;
}

#category-page-header p {
    font-size: 18px;
    margin-bottom: 10px;
}

.inner-container {
    background-color: #f5fdf1;
    border-radius: 5px;
    margin-bottom: 40px;
    padding: 60px;
}

.inner-container.smaller-padding {
    padding: 40px 60px 20px 60px;
}

.inner-container h3 {
    font-size: 21px;
    margin-top: 0;
}

.inner-container ul {
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
}

.inner-container ul li {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 10px;
}

.blog-post h3 a {
    color: #333;
    font-size: 22px;
}

.blog-post .btn {
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 30px;
    font-size: 16px;
}

.the-post h3 {
    margin-top: 0;
    color: #841C8F
}

.the-post a {
    text-decoration: underline;
    font-weight: bold;
}

.the-post a:hover {
    text-decoration: none;
}

.post-categories {
    font-size: 14px;
}

.post-categories span {
    font-style: italic;
    color: #9b9b9b;
}

.category-title {
    margin-top: 0;
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 40px;
}

.category-title span {
    font-size: 22px;
    line-height: 30px;
}

.category-description {
    color: #333;
    padding: 20px;
    border-radius: 10px;
    line-height: 30px;
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 14px;
    background-color: #dddddd;
}

.post-icon {
    margin-right: 25px;
}

.blog-post.single {
    border-bottom: 0;
}

.blog-post.single ul {
    margin-left: 50px;
    padding-left: 0;
}

.blog-post.single ul li {
    background-image: none;
    list-style-type: disc;
    padding-left: 20px;
}

.blog-post.single ul li a {
    font-weight: bold;
}

.blog-post.single h1 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #333;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
}

.blog-post.single h2,
.subheadline {
    line-height: 27px;
    color: #841C8F;
    font-size: 20px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

#blogCTA {
    background-color: #daebf4 !important;
    color: #333;
    border-radius: 10px;
    padding: 20px 20px 25px 20px;
    margin-bottom: 60px;
}

#blogCTA h3 {
    font-weight: 400;
    margin-top: 0px;
    color: #333;
}

#blogCTA br {
    display: block;
}

.crp_related {
    margin-top: 20px;
}

#relatedPosts {
    padding-left: 25px;
    margin-left: 10px;
}

#relatedPosts li {
    margin-bottom: 10px;
    background-image: none;
    padding-left: 10px;
    list-style-type: disc;
    line-height: 25px;
}

#relatedPosts li a {
    font-size: 18px;
    font-weight: bold;
}

.about-author {
    border-top: 1px solid #dcddde;
    border-bottom: 1px solid #dcddde;
    padding: 20px;
}

.about-author img {
    margin-right: 30px;
    margin-bottom: 5px;
}

#sidebarLeft {
    padding-left: 35px;
}

#sidebarLeft .row {
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 10px;
    box-shadow: none;
}

#sidebarLeft .row.list {
    border: 1px solid #ddd;
}

#sidebarLeft h3 {
    font-family: "Raleway", Sans-serif;
}

#sidebarLeft p {
    font-size: 14px;
    color: #b9bec2
}

#sideOptin {
    background-color: #f64c80 !important;
    color: white;
    text-align: center;
}

#sideOptin .btn-success {
    background-color: #0e2901 !important;
    border-color: #0e2901 !important;
}

#sideOptin .btn-success:hover {
    background-color: #32631b !important;
    border-color: #32631b !important;
}

#sideOptin h3,
#sideOptin strong {
    color: white;
}

#sideOptin .wpcf7-not-valid-tip,
#sideOptin .wpcf7-response-output {
    color: pink !important;
}

#sideContactCta,
#sideContactCta .col-lg-12 {
    padding: 0 !important;
}

#sideContactCta img {
    border-radius: 5px;
    width: 100%;
    height: auto;
}

#sidebarLeft .row.list ul {
    padding-left: 12px;
}

#sidebarLeft .row.list ul li {
    margin-bottom: 10px;
    background-image: none;
    padding-left: 10px;
    list-style-type: disc;
    line-height: 20px;
}

#sidebarLeft .row.list ul li a {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

#sidebarLeft .row.list ul li a:hover {
    text-decoration: underline;
}

#sideTestimonials {
    background-color: #d3fcbd;
}

#sideTestimonials .testimonial {
    background-color: transparent;
    padding: 0px 20px 20px 20px;
}

#sideTestimonials .testimonial p {
    color: #333;
}

#sideTestimonials h3 {
    font-size: 18px;
    color: #5b5a5a;
}

#sideCTA {
    background-color: #daebf4 !important;
    color: #f75216;
}

#sideCTA h3 {
    font-size: 20px;
    color: #0A4463
}

/* Contact Page */
#contact label {
    font-size: 14px
}

.contact-detail {
    margin-top: 20px;
}

.the-detail {
    font-size: 20px;
    font-family: "Raleway", Sans-serif;
    color: #333;
    margin-top: 20px;
}

/* optin alerts */
.wpcf7-not-valid-tip,
.wpcf7-response-output {
    font-size: 14px;
    margin-top: 10px;
    color: #922c22;
    font-style: italic;
}

.wpcf7-validation-errors,
.screen-reader-response {
    display: none;
}

/* APPSUMO OVERRIDE */
.sumome-scrollbox-heading {
    font-size: 16px !important;
    font-weight: bold !important;
    text-align: center !important;
}

.sumome-scrollbox-text {
    font-size: 14px !important;
}

.sumome-smartbar-button {
    text-transform: capitalize !important
}

.sumome-smartbar-close {
    visibility: hidden !important;
}

#mailmunch-optin-form {
    padding-left: 60px !important;
    padding-right: 60px !important;
    padding-bottom: 40px !important;
}

#bottom_contact_cta {
    background-image: url('images/sad-person.png');
    background-repeat: no-repeat;
    background-size: 1000px;
}

/* Smooth Scroll to top */
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(51, 153, 0, 0.8) url(images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.cd-top:hover {
    background-color: #339900;
    opacity: 1;
}

/* New Homepage Elementor */
.home-service-box {
    cursor: pointer;
    height: 100%;
}

.home-service-box .elementor-widget-container {
    height: 100%;
}

.home-service-box:hover [class*="elementor-animation-"] {
    background-color: #fff !important;
    fill: #390;
    color: #390;
}

.home-service-box.elementor-widget-icon-box:hover .elementor-icon-box-content .elementor-icon-box-description,
.home-service-box.elementor-widget-icon-box:hover .elementor-icon-box-content .elementor-icon-box-title {
    color: #ffffff !important;
}

.home-service-box.elementor-widget-icon-box:hover .elementor-icon-box-content .elementor-icon-box-title a {
    text-decoration: none;
}

/* links without underline on hover */
.link-no-underline a {
    text-decoration: none;
}

.btn-link-big a:hover {
    border-bottom-color: transparent;
}

@media (max-width:500px) {
    #hero-paragraph {
        width: 100%;
        max-width: 100%;
    }

    #hero-paragraph .elementor-widget-container {
        margin-left: 0;
        margin-right: 0;
    }

    #hero-paragraph br {
        display: none;
    }
}

.fb_dialog {
    bottom: 17% !important;
    right: 30px !important;
}

/* Contact Us Form */
.contact-form label,
.contact-form em.instruction {
    font-weight: normal;
    color: #ffffff;
}

.contact-form label .note {
    font-size: 0.875em;
}

.contact-form .form-control {
    border-radius: 0;
}

.contact-form input.form-control {
    height: 50px;
}

.contact-form .wpcf7-not-valid-tip,
.contact-form .wpcf7-response-output {
    color: #ffffff;
}

.contact-form .wpcf7-not-valid-tip {
    font-size: 0.875em;
    margin-top: 0;
    color: #F8E701;
}

.callout {
    background-image: url('https://www.susangreenecopywriter.com/wp-content/uploads/2020/01/pen.jpg');
    background-position: center;
    background-size: cover;
    border-radius: 7px;
}

.wp-block-buttons .wp-block-button.callout,
.callout {
    margin-bottom: 4em;
    width: 100%;
}

.callout a {
    line-height: 1.6em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
    padding: 2em 3em;
    background-color: rgba(51, 153, 0, .8) !important;
    transition: background-color 0.7s;
    width: 100%;
}

.callout a strong {
    font-family: 'Raleway', sans-serif;
    font-size: 1.25em;
    letter-spacing: 0.05em;
    text-transform: none;
}

.callout a:hover {
    /*background-color:rgba(50, 55, 60, .65) !important;*/
    background-color: rgba(132, 28, 143, .65) !important;
}

@media(max-width:480px) {
    .callout a {
        padding: 2em;
        font-size: 0.875em;
    }
}

/* Gutenberg Quote Block */
blockquote.wp-block-quote {
    border-left: 7px solid #379211;
    padding: 2em;
    background-color: #f9f9f9;
    color: #333;
}

.the-alert {
    border-top: 4px solid #390;
    padding: 1.75em;
    box-shadow: 0px 1px 4px #33960457;
    background-color: #f1fcf2;
    margin-bottom: 3em;
}

.the-alert.less-top-bottom-padding {
    padding: 0.875em 1.75em;
}

.the-alert.narrow {
    width: 80%;
}

.the-alert h4,
.the-alert p {
    text-align: center;
    color: #13370a;
}

.the-alert h4 {
    font-size: 1.5em;
    font-weight: 300;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    line-height: 1.6em;
    max-width: 670px;
}

.the-alert.smaller h4 {
    font-size: 1.25em;
}

.the-alert.smaller p {
    font-size: 1em;
}

.btn-contact-me {
    text-align: center;
    margin-top: 2.25em;
    margin-bottom: 1.5em;
}

.btn-contact-me a {
    text-decoration: none;
    transition: background-color 0.5s ease;
    border-radius: 4px;
    background-color: #339900;
    color: #ffffff;
    font-size: 1.125em;
    padding: .667em 1.333em;
    text-align: center;
    font-weight: 400;
}

.btn-contact-me a:hover {
    background-color: #841c8f;
}

.btn-contact-me a.wp-block-button__link:hover {
    background-color: #841c8f !important;
}

.col-sample-clients {
    border: 1px solid #dadada;
    border-radius: 5px;
}

.col-sample-clients .wp-block-media-text {
    border-bottom: 1px solid #dadada;
    padding: 1em;
}

.col-sample-clients .wp-block-media-text:last-of-type {
    border: 0;
}

.col-sample-clients .wp-block-media-text img {
    max-width: 220px;
}

.col-sample-clients p {
    margin-bottom: 0;
    font-size: 0.875em;
}

.col-sample-clients p a {
    font-size: 1.25em;
}

.col-sample-clients.modern {
    border: 0;
}

.col-sample-clients.modern .wp-block-media-text {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    border-radius: 5px;
    margin-bottom: 1em;
}

.col-sample-clients.modern .wp-block-media-text:hover {
    background-color: #fafbfc;
}

h4.client-sample-headline {
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 2em;
}

@media(max-width:767px) {
    .the-alert.narrow {
        width: 100%;
    }
}

@media(max-width:480px) {
    .the-alert h4 {
        font-size: 1.15em;
    }

    .the-alert p {
        font-size: 0.875em;
    }

    .btn-contact-me a {
        font-size: 1em;
    }
}