/*
 Theme Name:   Verge Blog Child Theme
Theme URI:      http://themeforest.net/user/dtbaker
Description:    Verge Blog Child WordPress Theme by dtbaker
Author:         dtbaker
Author URI:     http://dtbaker.net
 Template:     verge-blog
 Version:      1.0.0
*/


/* = Theme customization starts here
-------------------------------------------------------------- */
figcaption {
    font-size: 12px;
    text-align: left;
}

#menu-club-pages-sidebar li.menu-item a,
#menu-sales-links-sidebar li.menu-item a,
.widget ul li a,
.widget div a,
.widget ul li a:link,
body.site_color_white aside.widget-area .widget ul li a,
body.site_color_white .tagcloud a,
body article.blog .entry-header .blog-title a  {
    color: #6ea56a;
    text-decoration: underline;
}

#menu-club-pages-sidebar li.menu-item a:hover,
#menu-sales-links-sidebar li.menu-item a:hover,
.widget ul li a:hover,
.widget div a:hover,
body.site_color_white aside.widget-area .widget ul li a:hover,
article.blog .entry-header .blog-title a:hover  {
    color: #585858;
    text-decoration: underline;
}

#menu-club-pages-sidebar li.current_page_item a:hover {
    text-decoration: none;
    color: #585858;
    cursor: default;
}

/******* Custom Editor Formatting Styles***/

footer #footer_widgets ul.menu li a {
    display: block;
    padding: 6px 0 0 10px !important;
    margin-bottom: 1em;
}

.quote {
    color: #6ea56a;
    font-size: 25px;
    font-family: open sans;
    border-top: 1px solid #f0f0f0;
    padding: .5em;
    text-align: center;
}

.quote-author {
    color: #6ea56a;
    font-size: 15px;
    font-family: open sans;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 1em;
    text-align: center;
    font-style: italic;
}

/*.quote::before {
    content: '"';
    font-family: arial;
    font-size: 40px;
}*/

/*************************************/


.entry-content h2,
.blog-title h2.entry-title,
h2.elementor-heading-title {
    color: #6ea56a;
    font-size: 25px;
    font-style: normal;
    font-weight: 100;
    padding-top: 1em;
}

.page > header > .entry-title {
    text-align: center;
    font-size: 40px !important;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 1em;
}

.blog-image img.alignright,
.blog-image img.alignleft {
    padding-top: 25px;
}

.widget-title,
.entry-content h2 {
    color: #6ea56a;
}

.button-group {
    text-align: center;
    margin: 4em 0;
    overflow: hidden;
}

footer #footer_widgets ul.menu li a::before {
    content: '';
    left: 0;
    padding-right: 0;
    top: 0;
    font-size: 0;
}

article.blog-single .blog-title h1 {
    margin-bottom: 0.5em !important;
}

body.site_color_white article.blog-single .blog-widget {
    position: relative;
    margin-bottom: -6em;
}

article.blog .entry-footer {
    margin-bottom: 1em;
}

article.blog header.entry-header .blog-image .dtbaker_photo_border {
    text-align: left;
}

article.blog-summary {
    margin-bottom: 100px;
}

.site-name-sub {
    display: block;
    font-size: 40px;
    padding-top: .5em;
}

.site_color_white .entry-content a {
    color: #6ea56a;
    text-decoration: underline;
}

body.site_color_white a:hover {
    color: #585858;
}

a.green-button,
input[type="button"],
footer #footer_widgets ul.menu li a {
    color: #fff !important;
    background: #6ea56a !important;
    padding: 10px;
    border-radius: 6px;
    text-decoration: none !important;
    transition: none;
}
.green-button.equal-width a {
    width: 100%;
    margin-left: 3%;
    display: inline-block;
}
.green-button.equal-width a:first-child {
    margin-left: 0;
}

a.green-button:hover,
input[type="button"]:hover,
footer #footer_widgets ul.menu li a:hover {
    color: #fff !important;
    background: #585858 !important;
    text-decoration: none;
    transition: none;
}
.elementor-34 .elementor-element.elementor-element-ajwx8g5 a.elementor-button {
    color: #ffffff;
    background-color: #6ea56a;
}

.elementor-34 .elementor-element.elementor-element-ajwx8g5 a.elementor-button:hover {
    background-color: #585858;
}

.elementor-widget-sidebar .widget .widget-title-wrap .widget-title, aside.widget-area .widget .widget-title-wrap .widget-title {
    display: inline-block;
    color: #6ea56a;
    font-family: 'Open Sans';
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
}

.entry-content td.bpt_widget_box_tab {
    background: #6ea56a;
    border: none;
}

.entry-content button.bpt_orangebutton {
    color: #fff !important;
    background: #6ea56a !important;
    padding: 10px;
    border-radius: 6px;
    text-decoration: none !important;
    transition: none;
    border: none;
}

.entry-content button.bpt_orangebutton:hover {
    color: #fff !important;
    background: #585858 !important;
    padding: 10px;
    text-decoration: none;
    transition: none;
    border: none;
}

.entry-content .bpt_ticket_widget {
    margin: 0 auto;
}


/******** Media Queries ******/
@media screen and (max-width: 890px) {
    img {
        width: 100%;
    }

    p.main-text {
        margin-bottom: -7em;
    }

    .entry-content img {
        margin-bottom: 1em;
    }

    .entry-content hr {
        margin-top: -5em;
    }
}
@media screen and (max-width: 480px) {
    .content-column ul,
    .entry-content ul {
        margin: 0;
    }

    .content-column {
        margin-top: 2em;
    }

    .entry-content h1 {
        text-align: center;
    }

    .quote {
        font-size: 18px;
    }

    .green-button.equal-width a {
/*        width: 30%;
*/        margin-left: 3%;
    }
}
