/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 17 2025 | 19:28:42 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.single-post .entry-content img {
    max-width: 550px;
    display: block;
    margin: 0 auto;
}
.single-post .entry-content .wp-block-gallery.has-nested-images figure.wp-block-image img {
    max-width: 550px !important;
    margin-bottom: 12px;
}
.item-related.swiper-slide .item-related-inner a {
    background-position: top;
}



ul#gform_fields_1 li {
    margin: 0;
    padding: 0;
}

ul#gform_fields_1 li input {
    border-radius: 5px;
    padding: 10px;
}

form#gform_1 {
    padding: 0px 20px;
}
input#gform_submit_button_1 {
    display: block;
    margin: 0 auto;
    color: #fff;
    border: 1px solid;
    transition: .3s;
}

input#gform_submit_button_1:hover {
    background: #fff;
    color: #000;
}
div#gform_confirmation_message_1 h3 {
    color: #fff;
    text-align: center;
    padding: 85px;
    padding-top: 10px;
    text-transform: capitalize;
}


div#subsscription-form-wrapper form {
    text-align: center;
}

div#subsscription-form-wrapper form p {
    margin: 0;
}

div#subsscription-form-wrapper form input {
    width: 80%;
		border-radius: 7px;
}

div#subsscription-form-wrapper form input[type="submit"] {
    border: 1px solid #ddd;
		width: 30%;
    border-radius: 0;
}

div#subsscription-form-wrapper form span {
    display: none;
}

div#subsscription-form-wrapper form input{background-color:#fff; }
    div#subsscription-form-wrapper form input[type="submit"]{background-color:#000; padding:12px 32px 12px; letter-spacing:1px;}