/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


.mk-follow-banner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

/* LEFT */
.mk-follow-left {
  display: flex;
  flex-direction: column;
}
.mk-follow-text {
    font-family: 'Shadows Into Light', cursive;
    color: #8a6fc9;
    font-size: 20px;
    line-height: 1;
}

/* ARROW */
.mk-follow-arrow {
  margin-top: 10px;
}

/* RIGHT */
.mk-follow-right {
  text-align: center;
}

.mk-follow-username {
    font-weight: 500;
    margin-bottom: 4px;
    font-size: 12.5px;
    letter-spacing: 0.3px;
    text-align: left;
    color: #000;
}

.mk-follow-btn {
    background: #46366f;
    color: #fff;
    padding: 6px 22px;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 1px;
    border-radius: 50px;
}
.mk-follow-text {
    margin-right: 60px;
}
.mk-follow-btn:hover {
    opacity: 0.85;
    background: #896ec7;
    color: #fff;
}
ul#menu-footer-menu {
    display: flex;
    gap: 12px;
    border: 0 !important;
	    justify-content: center;
}
ul#menu-footer-menu li {
    border: 0 !important;
}
.footer-widgets-inner img {
/*     background: #fff; */
    padding: 6px 10px;
    border-radius: 4px;
}
ul.wp-block-social-links.has-normal-icon-size.has-icon-color.is-style-default.is-layout-flex.wp-block-social-links-is-layout-flex {
    display: flex;
    justify-content: center;
}
ul.wp-block-social-links.has-normal-icon-size.has-icon-color.is-style-default.is-layout-flex.wp-block-social-links-is-layout-flex svg {
    color: #000 !important;
    fill: #000 !important;
}
.wpr-grid-item-category a, .wpr-grid-item-author a {
    pointer-events: none !important;
}
.wpr-grid-item-author svg.e-font-icon-svg.e-fas-user-alt {
    fill: #8a6fc9 !important;
    position: relative;
    top: -3px;
}
a.home-abt-btn {
    color: #fff;
    text-decoration: underline !important;
    font-weight: 600;
}
a.home-abt-btn:hover {
    color: #886dc6;
}
.voice-footer-message {
    text-align: center;
    padding: 50px 10px;
	    border-top: 1px solid #f5f5f5 !important;
}
.voice-footer-message a {
    background: #8a6fc9;
    padding: 12px 22px;
    border-radius: 54px;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
}
.voice-footer-message a:hover {
	background: #4b3f72;
	color: #fff !important;
}
.voice-footer-message h2 {
    color: #000;
    font-size: 32px;
}
.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium, .wp-core-ui div.wpforms-container input.wpforms-field-medium, .wp-core-ui div.wpforms-container select.wpforms-field-medium, .wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
	max-width: 100% !important;
}
input#comment-submit {
    border-radius: 50px !important;
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
}
#footer-widgets .footer-box .footer-widget, figure.wp-block-image.size-large.is-resized {
    margin-bottom: 0px !important;
}
#respond .comment-form-email, #respond .comment-form-url, #respond p.comment-form-cookies-consent {
	display: none !important;
}
#respond .comment-form-author {
    width: 100% !important;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram {
    background-color: #f0007500 !important;
}
#site-logo #site-logo-inner a img {
	margin: auto !important;align-content
}

@media only screen and (max-width: 959px) {
    #footer-widgets .col {
        margin-bottom: 0 !important;
    }
}