/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
/* Image with 'data' attribute is hidden */

@media screen and (max-width: 500px) { .youtube_iframe {
display:none !important;
}}

/* Desktop */
.main-navigation {
    padding-top: 35px;
}

/* Mobile */
#mobile-header {
    padding-top: 10px;
}

.sidebar .widget .widget-title {
    color: #fff;
    background-color: #202020;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.site-header {
    background-color: #202020;
    color: #3a3a3a;
}
th, td {
    padding: 1px;
}
table, th, td {
    border: 1px solid rgba(0,0,0,.1);
}
button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.button:visited, a.wp-block-button__link:not(.has-background) {
    color: #ffffff;
    background-color: #6fb452;
}
.button, .wp-block-button .wp-block-button__link {
    padding: 1px 2px;
    display: inline-block;
}
.page-numbers {
    display: none;
}
.post-image img {
    border-radius: none !important;
}
button, 
html input[type="button"], 
input[type="reset"], 
input[type="submit"], 
a.button, 
a.button:visited, 
a.wp-block-button__link:not(.has-background) {
    border-radius: 5px;
}
.nocomments {
    display: none;
}
div.wpappbox {
    background-color: #ffffff;
}
div.wpappbox div.applinks, div.wpappbox.compact a.applinks {
    background-color: #000000 !important;
}
.tml .message {
    display: none;
}

.favorites-list li img {
    float: left;
    margin-right: 1em;
	width: 200px;
	height: 200px;
}

.google-auto-placed {
    display: none;
}

#responsive-form{
	max-width:100% /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

#wpdcom .wpd-thread-head .wpd-thread-info {
    color: #555555;
    padding: 5px 15px 3px 5px;
    font-weight: 600;
    margin-bottom: -2px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: none !important;
    text-align: left;
    line-height: 24px;
}

#wpdcom .wpd-auth .wpd-login a {
    color: #6FB452 !important;
    text-decoration: none;
}

#wpdcom .wpd-auth .wpd-login a:hover {
    color: #202020 !important;
}

#wpdcom .wpd-comment .wpd-reply-to a {
    text-decoration: none;
    opacity: 0.8;
    color: #6FB452 !important;
}

#wpdcom .wpd-comment .wpd-reply-to a:hover {
    opacity: 1;
    color: #202020 !important;
}

#wpdcom .wpd-auth .wpd-login a {
    color: #6FB452 !important;
    text-decoration: none;
}

#wpdcom .wpd-auth .wpd-login a:hover {
    color: #202020 !important;
}

#wpdcom .wpd-comment-header .wpd-comment-author {
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0px !important;
    margin-right: 5px;
}

#wpdcom .wpd-hidden {
    visibility: visible;
    opacity: 1;
    transition: none;
}

.bsui .btn-primary {
    color: #fff;
    background-color: #6FB452 !important;
    border-color: #6FB452 !important;
}

.bsui .alert-info {
    color: #000000 !important;
    background-color: #FFFFFF !important;
    border-color: #FFFFFF !important;
}

.bsui .btn-circle.btn-sm, .bsui .btn-group-sm > .btn-circle.btn {
     display: none !important;
}