/*
 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
*/

/* Container customize */
.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .one-container .container, .separate-containers .paging-navigation, .inside-page-header {
  background-color: #f2f2f2;
  /*max-width: 1060px;*/
  margin: auto;
  border: inset;
}

.inside-header {
  padding: 10px;
}

@media (min-width: 769px) {
  body:not(.home) .is-left-sidebar {
    width: 25%;
  }

  body:not(.home) .is-right-sidebar {
    width: 25%;
  }

  body:not(.home) .site-content .content-area {
    width: 50%;
  }

  .separate-containers .inside-article {
    padding: 10px;
  }

  body:not(.home) .separate-containers .inside-left-sidebar, .separate-containers .inside-right-sidebar, .separate-containers .site-main {
    margin: 0px;
    padding: 0px;
  }
}

/* Sidebar customize */
.sidebar .widget {
  background-color: #f2f2f2;
  margin: auto;
  border: inset;
  padding:0px;
  width:98%;
}

.widget-title {
  font-weight: bold;
  text-align: center;
  border: solid;
  background-color: #004d00;
}

.sidebar .widget .widget-title {
  color: #ffff;
  margin-top: 0px;
  margin-bottom: 2px;
}

/* Tag Cloud customize */
.sidebar .widget .tagcloud a  {
  font-size: 11px!important;
  letter-spacing: 1px;
  line-height: inherit;
  background: #5AB291;
  padding: 3px 10px;
  color: #000;
  display: inline-block;
  margin: 0 3px 6px 0;
  transition: all .2s linear;
}
.sidebar .widget .tagcloud a:hover {
    background-color: #004d00;
    color: #fff;
}

/* No padding and show top of all other widgets for SendToNews ad*/
/*#text-146, #text-149, #text-26, #text-62, #text-83, #text-86, #text-99, #text-100, #text-114, #text-119, #sendtonews-4, #ezw_tco-3{
  padding:0px;
  z-index:2;
}*/



/* No padding for Subscription, Buy me a coffee, Ads*/
#text-41, #text-35, #text-60, #text-61, #text-62, #text-63, #text-64, #text-65, #text-66, #text-67, #text-68, #text-69, #text-85, #text-87, #text-88{
  padding:0px;
}

/* No padding for Table of content (Non Premium users)*/
#ezw_tco-3{
  padding:0px;
  font-size: 85%;
  max-height: 450px;
    overflow-y: auto;
  background-color: #f2f2f2;
}

/* No padding for Table of content (Premium users)*/
#ezw_tco-2 {
  padding:0px;
  font-size: 85%;
  max-height: 700px;
    overflow-y: auto;
  background-color: #f2f2f2;
}

#ezw_tco-2 a, #ezw_tco-3 a{
  color: #000000;
}

.footer-widgets .widget :last-child, .sidebar .widget :last-child {
    margin-bottom: 0;
    margin-top: 0;
}

/* Menu customize */
.main-navigation.toggled .main-nav > ul {
    background-color: #004d00;
}

.main-navigation .main-nav ul li[class*=“current-menu-“] > a {
    color: #ffffff;
    background-color: #004d00;
}

.main-navigation ul ul {
  background-color: #004d00;
}

.inside-navigation {
  background-color: #004d00;
}

/*
.main-navigation .main-nav ul ul li a {
    border-top: solid;
  border-top-color:white;
}
*/

.main-navigation a {
  background-color:#004d00;
  font-weight: bold;
  max-width: 300px;
}


/* Remove meta data */
.entry-meta .byline, .entry-meta .cat-links { 
  /*display: none; */
}
.entry-meta .posted-on {
  /*display: none;*/
}

/* Heading customize */
.entry-title {
  color:red;
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  color:#FF0040;
  font-weight: bold;
}

/* Code snippet customize */
code {
    /*background-color:#d9d9d9;*/
  font-weight:bold;
  color: #196619;
}

/* Feature Image customize */
.page-header-image-single {
  float: none;
    width: 60%;
  /*border: 20px solid #004d00;
  border-radius: 100%;*/
  padding: 5px;
}

.post-image {
  float: right;
  max-width: 50%;
  /*border: 20px solid #004d00;
  border-radius: 20%;*/
  padding: 5px;
}

/* Breadcrumb customize */
#breadcrumbs{
  background: #5AB291;
  display: inline-block;
  margin: 0 3px 6px 0;
}

#breadcrumbs a:hover {
    background-color: #004d00;
    color: #fff;
}

.home p#breadcrumbs, .page p#breadcrumbs, .archive p#breadcrumbs {
  display: none;
}

#simple-translate {
  display: none;
}

/* to hide small smiley face after footer STARTS */
img#wpstats{
  visibility:hidden
}
img#wpstats{
  position:absolute;
  top:0;
  width:0px;
  height:0px;
  overflow:hidden
}
/* to hide small smiley face after footer ENDS */

/* Back to top customize */
/*
.generate-back-to-top,
.generate-back-to-top:visited {
  bottom: 130px;
  right: 60px;
}
*/

/*
.wp-dark-mode-switcher.floating.right_bottom 
{
  bottom: 100px;
}

@media (max-width: 480px) {
  .wp-dark-mode-switcher.floating.right_bottom {
    bottom: 165px;
    right:0px;
  }
  .generate-back-to-top, .generate-back-to-top:visited {
    bottom: 115px;
    right: 30px;
  }
}
*/

/*
@media (min-width: 769px) {
  .main-navigation {
    position: sticky;
    top: 0px;
    z-index: 99;
  }
}
*/

/* meta tag and category customize START*/
.entry-meta .tags-links a {
  font-size: 11px!important;
  letter-spacing: 1px;
  line-height: inherit;
  background: #5AB291;
  padding: 3px 10px;
  color: #000;
  display: inline-block;
  margin: 0 3px 6px 0;
  transition: all .2s linear;
}

.entry-meta .tags-links a:hover {
    background-color: #004d00;
    color: #fff;
}

.entry-meta .cat-links a {
  font-size: 11px!important;
  letter-spacing: 1px;
  line-height: inherit;
  background: #5AB291;
  padding: 3px 10px;
  color: #000;
  display: inline-block;
  margin: 0 3px 6px 0;
  transition: all .2s linear;
}

.entry-meta .cat-links a:hover {
    background-color: #004d00;
    color: #fff;
}

/* Hide Adblocker Detector for mobile*/
/*
@media (max-width:629px) {
  .chp_ads_blocker-overlay {
    display: none;
  }
  .chp_ads_blocker_detector {
    display: none;
  }
}
*/
/* Hide Adblocker Membership pages and contact us, faq, about us pages*/
/*
.page-id-288 .chp_ads_blocker-overlay, .page-id-5206 .chp_ads_blocker-overlay, .page-id-5207 .chp_ads_blocker-overlay, .page-id-5208 .chp_ads_blocker-overlay, .page-id-5209 .chp_ads_blocker-overlay, .page-id-5210 .chp_ads_blocker-overlay, .page-id-5211 .chp_ads_blocker-overlay, .page-id-5212 .chp_ads_blocker-overlay, .page-id-314 .chp_ads_blocker-overlay, .page-id-291 .chp_ads_blocker-overlay {
  display: none;
}

.page-id-288 .chp_ads_blocker_detector, .page-id-5206 .chp_ads_blocker_detector, .page-id-5207 .chp_ads_blocker_detector, .page-id-5208 .chp_ads_blocker_detector, .page-id-5209 .chp_ads_blocker_detector, .page-id-5210 .chp_ads_blocker_detector, .page-id-5211 .chp_ads_blocker_detector, .page-id-5212 .chp_ads_blocker_detector, .page-id-314 .chp_ads_blocker_detector, .page-id-291 .chp_ads_blocker_detector {
  display: none;
}
*/
/* END */

/* Tabby Plugin customize START*/
/* ------ wordpress.org/plugins/tabby-responsive-tabs/ ------ */

.responsive-tabs .responsive-tabs__heading {
  display: none;
}

.responsive-tabs .responsive-tabs__list__item {
  display: inline;
  cursor: pointer;
}

.responsive-tabs-wrapper {
  clear: both;
  margin-bottom: 20px;
  zoom: 1;
}

.responsive-tabs-wrapper:before,
.responsive-tabs-wrapper:after {
  content: "";
  display: table;
}

.responsive-tabs-wrapper:after {
  clear: both;
}

.responsive-tabs .responsive-tabs__heading:focus,
.responsive-tabs .responsive-tabs__list__item:focus {
  outline: 1px solid transparent;
}

.responsive-tabs .responsive-tabs__heading--active:focus,
.responsive-tabs .responsive-tabs__list__item--active:focus {
  outline: none;
}

.responsive-tabs ul.responsive-tabs__list {
  font-size: 18px;
  line-height: 18px;
  margin: 20px 0 0 12px;
  padding: 0;
}

.responsive-tabs .responsive-tabs__list__item {
  background: transparent;
  border: 1px solid transparent;
  border-bottom: none;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #FF0000;
  font-size: 18px;
  line-height: 19px;
  text-transform: inherit;
  margin: 1px 12px 0 0;
  padding: 10px 12px 10px;
  white-space: nowrap;
  float: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.responsive-tabs .responsive-tabs__list__item .fa {
  margin-right: 8px;
  line-height: 0.8;
}

.responsive-tabs .responsive-tabs__list__item:hover {
  color: #333;
  background: transparent;
}

.responsive-tabs .responsive-tabs__list__item--active,
.responsive-tabs .responsive-tabs__list__item--active:hover {
  background: #DFF8E6;
  border-color: #FF0000;
  color: #FF0000;
  padding-bottom: 11px;
  margin-top: 0;
  position: relative;
  top: 1px;
}

.responsive-tabs .responsive-tabs__panel {
  background: #DFF8E6;
  border: 1px solid #FF0000;
  border-top: 1px solid #FF0000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  clear: left;
  margin-bottom: 0;
  padding: 20px 20px 0;
  word-wrap: break-word;
}

.responsive-tabs .responsive-tabs__panel:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

@media (min-width: 768px) {

  .responsive-tabs .responsive-tabs__panel--closed-accordion-only {
    display: block;
  }
}

@media (max-width: 767px) {

  .responsive-tabs .responsive-tabs__list {
    display: none;
  }

  .responsive-tabs .responsive-tabs__heading {
    display: block;
    cursor: pointer;
  }

  .responsive-tabs-wrapper {
    border-top: 1px solid #ccc;
  }

  .responsive-tabs .responsive-tabs__heading {
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    color: #777;
    font-size: 18px;
    font-weight: normal;
    text-transform: inherit;
    margin: 0;
    padding: 10px 0;
    padding-left: 20px;
    position: relative;
  }

  .responsive-tabs .responsive-tabs__heading .fa {
    margin-right: 8px;
    display:none;
    }

  .responsive-tabs .responsive-tabs__heading:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #777;
    content:"";
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    height: 0;
    width: 0;
  }

  .responsive-tabs .responsive-tabs__heading:hover {
    background: #eee;
    color: #777;
  }

  .responsive-tabs .responsive-tabs__heading:hover:after {
    border-top: 6px solid #777;
  }

  .responsive-tabs .responsive-tabs__heading--active,
  .responsive-tabs .responsive-tabs__heading--active:hover {
    background: #ccc;
    color: #fff;
  }

  .responsive-tabs .responsive-tabs__heading--active:after,
  .responsive-tabs .responsive-tabs__heading--active:hover:after {
    border-bottom: 6px solid #fff;
    border-top: 0;
    top: 18px;
  }

  .responsive-tabs .responsive-tabs__panel {
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-top: none;
    margin: 0;
    padding: 0 20px;
    padding-top: 20px;
  }
}
/* Tabby Plugin customize END*/

/* Disable Ezoic CMP Consent START */
/*
#ez-cookie-dialog-wrapper {
  display: none;
}
*/
/* Disable Ezoic CMP Consent END */

/* Game Button Customize START */
/*
li.GamesMenu a:before {
    content: "New";
    position: relative;
    top: -20px;
    left: 80px;
    background: red;
    font-size: 12px;
    color: #fff;
    padding: 0 3px;
    font-weight: 700;
}
*/
/* Game Button Customize END */

/* ClickIO CMP Customize START */
.sticky-clickIo-Cmp {
    position: fixed;
    bottom: -1.5rem;
    border: none;
    /*border-radius: 30px;
    background-color: #0b4f34;
    color: #fff;
    z-index: 10000;
    box-shadow: 0 0 0px 0 rgba(0,0,0,.4);
    padding: 1rem 2rem;*/
    margin: 1rem 0;
    left: 0rem;
    font-size: 1rem;
}
/* ClickIO CMP Customize END */

/* Course Customize Start */
<style>
  .accordion {
    margin: 20px auto;
    max-width: 900px;
    font-family: Arial, sans-serif;
  }

  .accordion-item {
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 15px;
    overflow: hidden;
  }

  .accordion-header {
    background-color: #2980b9;
    color: white;
    padding: 15px 20px;
    cursor: pointer;
    font-size: 18px;
  }

  .accordion-content {
    display: none;
    padding: 20px;
    background-color: #f9f9f9;
    color: #333;
  }

  .accordion-header.active {
    background-color: #1c5987;
  }

  .course-meta {
    font-weight: bold;
    margin-bottom: 10px;
  }

  .price {
    color: green;
    font-size: 18px;
  }

  .original-price {
    text-decoration: line-through;
    color: red;
    font-size: 16px;
    margin-left: 10px;
  }

</style>
/* Course Customize End */