/************************************************

Stylesheet: Global Stylesheet

*************************************************/
/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
/**.sidebar li {
  list-style: none; }**/

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
	background-color: #f9f9f9;
	padding-top: 100px;
	padding-bottom: 25px;
	font-size: 14px;
	font-family: Poppins ;
	color: #393f49;
}

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*# sourceMappingURL=style.css.map */

/*********************
ACCESSIBILITY
*********************/

a.skip-main {
  left:-999px;
  position:absolute;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
  z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
  color: #fff;
  background-color:#000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow:auto;
  margin: 10px 35%;
  padding:5px;
  border-radius: 15px;
  border:4px solid yellow;
  text-align:center;
  font-size:1.2em;
  z-index:999;
}


/*********************
TECPDS HUB SPECIFIC STYLES
*********************/

.compresourcetitle {
	font-size: 20px;
}

.compresourceage {
	font-size: 14px;
	padding-top: 5px;
}

.compresourcedesc {
	font-size: 14px;
	padding-top: 10px;
	height: 150px;
}

.compresourcevideo {
	
	}


/*********************
CLI CUSTOM STYLES
*********************/

.zoom {
  padding: 50px;
  transition: transform .2s; /* Animation */
  width: 250px;
  height: 200px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.zoom:hover {
  transform: scale(1.2); /* (120% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


.zoomtile {
  padding: 10px;
  transition: transform .2s; /* Animation */
  margin: 0 auto;
 width: 170px;
	margin-bottom: 30px;
}

.zoomtile:hover {
  transform: scale(1.2); /* (120% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


a {
    line-height: inherit;
    color: #1779ba;
    text-decoration: none;
    cursor: pointer;
}


a:hover {
	
    text-decoration: underline;	
}


body {
  font-family: Poppins, Roboto, sans-serif !important;

}


.teaser {
    color: #724e9f;
	font-family: Poppins, Roboto, sans-serif !important;
    font-size: 1.5em;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 120%;
}

.sidemenu {
    border-radius: 20px;
    background-color: #f4eefd;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    margin-bottom: 25px;
	margin-top: 30px;
	background-image: url("https://circledecodables.org/wp-content/uploads/sites/35/2025/07/color-bar.png");
}


.fontcolorblack {
		color: black;
}

.fontcolorwhite {
		color: white;
}

.fontcolorblue {
color: #1d64a6;
}

.fontcolorlightblue {
color: #bee0ff;
}




.titlebiggest {
	font-family: canada-type-gibson, sans-serif !important;
	font-weight: 600;
	font-size: 3.5em;
	line-height: 95%;
	
}

.titlebigger {
	
}


.titlebig {
	font-family: canada-type-gibson, sans-serif !important;
	font-weight: 400;
	font-size: 1.3em;
	
}


.titlesmallest {
	
}


.titlesmaller {
	
}


.titlesmallest {
	
}


h1 {
    color: #3d3d3d !important;
    font-weight: 100 !important;
    letter-spacing: -1.0px;
    font-size: 4em;
    line-height: 95%;
    padding-bottom: 15px;
		margin-top: 50px;
}

h2 {
    font-weight: 500 !important;
	    font-size: 2em;
}

h3 {
    font-weight: 500 !important;
}


h1, h2, h3, h4, h5 {
    color: #3d3d3d;
    font-family: canada-type-gibson, sans-serif !important;
    font-weight: 300;

}

.row {
  max-width: 1200px;
}

.clicustom_row {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 1.625rem;
	padding-right: 1.625rem;
}

.relatedlinks {
	
    font-weight: 700 !important;
	font-size: 1.5em;
	padding: 25px;
}


.titledivider {
	
	padding-bottom: 20px; 
}

/*********************
CLI CUSTOM BENJAMIN BUTTONS
*********************/

.bluebar {
    border-radius: 0px;
    background-color: #1d64a6;
    padding: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    letter-spacing: .05em;
}

.greenbar {
    border-radius: 10px;
    background-color: #56b96d;
    padding: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    letter-spacing: .05em;
}

.redbar {
    border-radius: 10px;
    background-color: #f73777;
    padding: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    letter-spacing: .05em;
}

.purplebar {
    border-radius: 10px;
    background-color: #775acb;
    padding: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    letter-spacing: .05em;
}

.orangebar {
    border-radius: 10px;
    background-color: #f57e23;
    padding: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    letter-spacing: .05em;
}


.bluebutton {

    border-radius: 30px;
    background-color: #1d64a6;
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 200px;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    overflow: auto;
	color: white;

}

.bluebutton:hover {
    color: #ffffff;
    text-decoration: underline;
}

.bluebutton:active {
    color: #ffffff;
  }


.bluebutton:link {
    color: #ffffff;
}

.bluebutton:visited {
    color: #ffffff;
}


.redbutton {

    border-radius: 30px;
    background-color: #e2211c;
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 200px;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    overflow: auto;
	color: white;

}

.redbutton:hover {
    color: #ffffff;
    text-decoration: underline;
}

.redbutton:active {
    color: #ffffff;
  }


.redbutton:link {
    color: #ffffff;
}

.redbutton:visited {
    color: #ffffff;
}

.purplebutton {

    border-radius: 30px;
    background-color: #724e9f;
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 200px;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    overflow: auto;
	color: white;

}

.purplebutton:hover {
    color: #ffffff;
    text-decoration: underline;
}

.purplebutton:active {
    color: #ffffff;
  }


.purplebutton:link {
    color: #ffffff;
}

.purplebutton:visited {
    color: #ffffff;
}



.footer-navilinks ul {
	margin-left:0px;
}

.footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer li {
  padding: 5px 0 5px 0;
}

.footer li a {
	text-decoration: none;
}

.footer li a:hover {
	text-decoration: underline;
}

.footer .copyright p {
  color: #353536;
  text-align: center;
  font-size: 12px;
  margin: 0 0 1rem 0;
}

.footer a {
  color: #353536;
  text-decoration: underline;
}

.footer-title {
  color: #1d64a6;
  text-align: left;
  font-size: 18px;
  padding: 100px 0 50px 0;
}


.row {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.socialmediaicon {
    padding-right: .3rem;
    cursor: pointer;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
}


#socialmedia {
  text-align: center;
}


/*********************
BANGS HAMBURGERS AND SLIDERS
*********************/

.set-title {
	font-size: 20px;
	border-radius: 15px;
    background-color: #f4eefd;
	background-image: url("https://circledecodables.org/wp-content/uploads/sites/35/2025/07/color-bar.png");
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    color:#3d3d3d;
     margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    letter-spacing: .05em;
}

@media (pointer: coarse) {
  .arrow {
    display: none;
  }
}


.slider img {
  pointer-events: none;
  user-drag: none;
  -webkit-user-drag: none;
}

.slider a {
  user-drag: none;
  -webkit-user-drag: none;
}


.slider {
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.slider.dragging {
  cursor: grabbing;
}


     .slider-wrapper {
      position: relative;
      overflow: hidden;
      width: 100%;
      max-width: 1200px;
      margin: 20px auto;

		 background-image: url("https://cli-wpms.org/circledecodables/wp-content/uploads/sites/35/2025/07/bookshelf2222222.png");
		 background-repeat: no-repeat;
    }



.slider {
    padding-bottom: 10px;
	padding-top: 10px;
	background-color: transparent;
	height: 290px;
  display: flex;
  gap: 0px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: auto;
  -webkit-overflow-scrolling: touch; /* momentum scroll on iOS */
  padding-bottom: 10px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  touch-action: pan-x; /* ensures horizontal swipe registers */
	user-select: none;
	
}

    .slider::-webkit-scrollbar {
      display: none; /* Chrome/Safari */
    }
    .slider {
      -ms-overflow-style: none;  /* IE 10+ */
      scrollbar-width: none;     /* Firefox */
    }

    .slide {
      flex: 0 0 auto;
      width: 260px;
      height: 260px;
      background-color: white;
      border-radius: 0px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      text-align: center;
      overflow: hidden;
	  margin-left: 20px;
	 margin-right: 20px;
    }

    .slide a {
      color: inherit;
      text-decoration: none;
      display: block;
      height: 100%;
    }

    .slide img {
      width: 100%;
      height: 270px;
      object-fit: cover;
    }

    .slide-title {
      font-weight: bold;
      padding: 5px;
    }

    .arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: white;
      border: none;
      font-size: 4rem;
      cursor: pointer;
      z-index: 10;
      padding: 0 10px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.2);
      border-radius: 5px;
      padding-top: 10px;
      opacity: 60%;

    }

    .arrow-left {
      left: 0;
    }

    .arrow-right {
      right: 0;
    }