/*
Theme Name:     Say Yes
Theme URI:      n/a
Template:       kadence
Author:         Studio Mommy
Author URI:     https://studiomommy.com
Description:    Meet Say Yes, my newest, sophisticated, modern WordPress theme. This WordPress theme is perfect for Virtual Assistants, Coaches, Social Media Managers, and other service-based businesses! Easily customize colors, fonts, content, and more, making it simple to add your branding elements.
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

@font-face {
    font-family: 'Serathine';
    src: url('fonts/Serathine.woff2') format('woff2'),
         url('fonts/Serathine.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.home .post .entry-content-wrap {
  text-align: center;
}

.header-social-wrap {
  background: var(--global-palette5);
  padding: 10px 15px;
  float: right;
  margin-right: -24px;
}

.header-mobile-social-wrap {
  background: var(--global-palette5);
  padding: 29px 10px;
  float: right;
  margin-right: -24px;
}


.header-social-wrap .header-social-inner-wrap .social-button:hover {
  transform: rotate(40deg);
}

/* ConvertKit
--------------------------------------------- */
.formkit-form[data-uid="9295708053"] .formkit-button > span, .formkit-form[data-uid="9295708053"] .formkit-submit > span {
  background-color: var(--global-palette2) !important;
}

.formkit-form[data-uid="9295708053"] .formkit-submit:hover > span {
  background-color: #222222 !important;
  color: #ffffff !important;
}


/* Instagram Feed
--------------------------------------------- */
#sb_instagram .sb_instagram_header, .sb_instagram_header {
	display: none !important;
}

#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
	background-color: var(--global-palette2) !important;
	border-radius: 0px !important;
}

