/*
 Theme Name:   DisableMyCable Kadence Child
 Theme URI:    https://www.kadencewp.com/kadence-theme/
 Description:  Kadence Child for DisableMyCable.com
 Author:       Brian Shim
 Author URI:   https://www.brianshim.com
 Template:     kadence
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  kadence-child
*/

/* ==============================
  HEADER 
  =============================== */
.kadence-sticky-header {
  box-shadow: 0px 3px 10px rgba(0, 0, 30, 0.1);
}

/* ==============================
  HEADINGS 
  =============================== */
h2, h3, h4 {
clear: both;
}

/* POST IMAGES */
.wp-block-image:not(.remote-button) img {
  border: 1px solid #aaa;
}

/* GUTENBERG BUTTON COLOR PICKER */
/*
.has-blue-color {
color: #2B6CB0 !important;
border-color: #2B6CB0;
}
a.has-blue-color::after {
content: ' \2197';
}
.has-green-color {
color: #068053 !important;
border-color: #068053;
}
a.has-green-color::after {
content: ' \2197';
}
.has-white-color {
color: #ffffff !important;
border-color: #ffffff;
}
.has-black-color {
color: #000000 !important;
border-color: #000000;
}
.has-gray-color {
color: #333333 !important;
border-color: #333333;
}
.has-blue-background-color {
background-color: #2B6CB0;
}
.has-green-background-color {
background-color: #068053;
}
.has-white-background-color {
background-color: #ffffff;
}
.has-black-background-color {
background-color: #000000;
}
*/

/* ==============================
  INTERNET REMOTE CONTROL
  =============================== */
figure.remote-button {
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
}
figure.remote-button a{
  min-height: 100px;
  text-decoration: none;
  position: relative;
  font-size: 20px;
  color: #000;
  width: 100px;
  background: #ddd;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 10px 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border-width: 0;
  -moz-box-shadow: 2px 2px 2px #666;
  -webkit-box-shadow: 2px 2px 2px #666;
  box-shadow: 2px 2px 2px #666;
}
figure.remote-button a:hover {
  background: #eee; 
}
figure.remote-button img {
  width: 70px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
figure.remote-button figcaption {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  line-height: normal;
}
.centered {
  text-align: center;
}

/* ===============
* REELGOOD SEARCH FORM 
* =============== */
#reelgood-search {
  margin: 0 auto;
  max-width: 700px;
}
#reelgood-search input {
  padding: 10px;
}
#reelgood-search input[type="submit"] {
  cursor: pointer;
  color: white;
  border-color: #0074db;
  box-shadow: none;
}
#reelgood-search p {
  padding-top: 1em;
}

/* MAILCHIMP BUTTON */
#wrapper #mc_embed_signup .button {
background-color: var(--global-palette-highlight-alt);
padding: .4em 1.3em;
line-height: normal;
font-size: 18px;
height: auto;
vertical-align: baseline;
}

#mc_embed_signup form {
padding: 0 !important;
}
#page-container #mc_embed_signup h2 {
margin: 0;
}

/* ADS */
.top-box,
.middle-box,
.bottom-box {
  clear: both;
  text-align: center;
  background-color:#f8f8f8;
}


/* EZOIC PRIVACY BUTTONS */
#ez-CCPA.CCPA-bottom-absolute .button-primary {
background-color: var(--global-palette-highlight-alt) !important;
}

/* =========================
* BBPRESS FORUMS
* ========================= */
/* GET RID OF BULLETS! */
.bbp-forum-content-wrap {
margin-bottom: 30px;
}
#bbpress-forums .bbp-topics,
#bbpress-forums .bbp-topic-freshness,
#bbpress-forums .forum-titles,
#bbpress-forums .bbp-replies, 
#bbpress-forums .bbp-lead-topic,
#bbpress-forums .bbp-forums,
#forums-list-0 ul li {
padding-left: 0;
list-style: none;
}

/* FORUM TOPIC BORDERS */
#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
  border-bottom: 1px solid var(--global-palette7);
  border-top: none !important;
}

.bbpress.topic .single-content {
  margin-top: 0;
}

/* HIDE HEADER ON SINGLE FORUM PAGES */
.single-topic #bbpress-forums li.bbp-header {
display: none;
}
#bbpress-forums .bbp-topic-header {
font-size: 14px;
}

#bbpress-forums .bbp-topic-content .bbp-topic-author {
text-align: center !important;
}
li.bbp-forum-freshness, li.bbp-topic-freshness {
font-size: 14px;
}

/* FORUM CONTENT */
.bbpress-topic-meta,
.bbpress-topic-meta a,
.wp-site-blocks #bbpress-forums .bbp-forum-info .bbp-forum-content {
color: var(--global-palette5);
}
#bbpress-forums li.bbp-forum-info a.bbp-topic-permalink, #bbpress-forums li.bbp-topic-title a.bbp-topic-permalink, #bbpress-forums li.bbp-forum-info a.bbp-forum-title {
font-weight: 600;
}

/* RESPONSE BOX */
#bbpress-forums .forum-topic-bg {
  border: 1px solid #ccc;
  padding: 1px 20px;
  max-width: 900px;
  margin: 100px auto 0 0;
}
#bbpress-forums .bbpress-reply-head {
  text-align: left !important;
}
#bbpress-forums .bbp-submit-wrapper {
  text-align: left !important;
}
#bbpress-forums .bbp-submit-wrapper::before,
#bbpress-forums .bbp-submit-wrapper::after {
  content: "" !important;
  width: 0 !important;
  background: none !important;
}

#bbpress-forums div.bbp-reply-content {
border: none !important;
background-color: transparent;
padding: 0 !important;
}

.single-topic #bbpress-forums li .bbp-reply-content {
  border-bottom: 1px solid #ccc !important;
}

#bbpress-forums .topic .bbp-topic-content {
  margin-left: 100px;
}

#bbpress-forums .bbpress-reply-head .bbpress-reply-head-abovetitle {
  font-weight: bold !important;
  color: inherit !important;
  font-size: 18px !important;
}

/* HIDE LOGIN FORM ON FORUM PAGES */
.bbp-login-form {
  display: none;
}

/* BUTTONS */
#new-post .bbp-form #bbp_reply_submit, #new-post.media-uploading .bbp-form #bbp_reply_submit,
#new-post.has-content .bbp-form #bbp_reply_submit, #new-post.has-gif .bbp-form #bbp_reply_submit, #new-post.has-link-preview .bbp-form #bbp_reply_submit, #new-post.has-media .bbp-form #bbp_reply_submit,
#bbp_topic_submit {
  color: white !important;
}
#bbpress-forums fieldset.bbp-form input#bbp_topic_title,
.medium-editor-element {
border: 1px solid #ccc;
background-color: white;
}
.medium-editor-action b {
color: white;
}

/* CONTENT WINDOW */
.medium-editor-element,
#bbpress-forums .bbp-user-section div.bbp-reply-content, .content-style-unboxed #bbpress-forums div.bbp-reply-content {
padding: 10px;
min-height: 4em;
}

/* USER META */
.bbp-topic-meta {
display: inline;
}
#bbpress-forums .widget_display_replies img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar {
display: inline;
}
#bbpress-forums p.bbp-topic-meta span {
margin-right: 1px;
}
#bbpress-forums .bbp-topic-meta.entry-meta {
display: block;
}
#bbpress-forums p.bbp-topic-meta span,
#bbpress-forums p.bbp-topic-meta a {
vertical-align: middle;
}

/* AMAZON PLUGIN */
.amazon-products-container-list .amazon-product-container {
display: none;
}
.amazon-product-container:nth-of-type(3),
.amazon-product-container:nth-of-type(2),
.amazon-product-container:nth-of-type(1) {
display: block;
}