/*
Theme Name:   CLC
Description:  CLC Theme
Author:       Tom Paterson
Template:     hello-elementor
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  hello-elementor
*/



.clipped-corners > .elementor-widget-wrap {
   clip-path: polygon(0% 0%, calc(100% - 30px) 0%, 100% 30px, 100% 100%, 30px 100%, 0% calc(100% - 30px));
}



.elementor-posts-container .elementor-post__card {
  clip-path: polygon(0% 0%, calc(100% - 30px) 0%, 100% 30px, 100% 100%, 30px 100%, 0% calc(100% - 30px));
  transition: all 0.5s ease-in-ease-out;  
}

.elementor-posts-container .elementor-post__card:hover {
  transform: scale(1.015);
}


.elementor-posts-container .article,
.elementor-posts-container article {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15));
}


header.elementor-top-section {
  position: relative;
}

header.elementor-top-section:after {

}

.elementor-location-popup p {
  margin-bottom: 0 !important;
}

/*
.with-background-texture:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url('https://svgsilh.com/svg/1614045.svg'); 
  background-position: center center;
  opacity: 0.05;
}
*/

.with-background-texture .elementor-container {

}


.header-title .elementor-widget-wrap {
  display: inline-block;
  width: auto;
  margin-left: auto;
}

.news-search-form {
  display: flex;
  justify-content: space-between;
  color: var( --e-global-color-text );
}

.news-search-form .field-wrap {
  font-size: 80%;
  flex-grow: 1;
  margin-right: 15px;
}


.news-search-form .field-wrap > label {
  display: none;
}

.news-search-form input[type=text] {
  border: 1px solid var( --e-global-color-text );
}

.news-search-form .button-wrap {
  font-size: 80%;
}

.news-search-form .field-wrap.field-wrap-text .input-wrap input {
  font-size: 90%;
} 

.news-search-form .field-wrap.field-wrap-checkboxes .input-wrap {
  height: 100%;
  display: flex;
}

.news-search-form .field-wrap.field-wrap-checkboxes .input-wrap label {
  margin: auto;
}

.elementor-widget-text-editor p {
  margin-bottom: 15px;
  padding-bottom: 0;
}

.elementor-widget-text-editor ol,
.elementor-widget-text-editor ul {
  margin-bottom: 10px;
  padding-bottom: 0;
}

.elementor-widget-text-editor ol li,
.elementor-widget-text-editor ul li {
  margin-bottom: 5px;
  padding-bottom: 0;
}

.elementor-widget-text-editor h3 {
  font-weight: 400;
  padding-top: 0;
  margin-top: 30px;
}


.timeline {
  max-width: 800px;
  margin: auto;
}

.timeline .month {
  position: relative;
  height: 100px;
  width: calc(100% - 50px);
}

.timeline .month .date-label {

}

.timeline .month:nth-child(odd) {
  margin-right: 25px;
  border-bottom: 10px solid #00657F;
  border-top: 10px solid #00657F;
  border-left: 10px solid #00657F;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.timeline .month:nth-child(even) {
  margin-left: 25px;
  border-bottom: 10px solid #00657F;
  border-top: 10px solid #00657F;
  border-right: 10px solid #00657F;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}


.timeline .month:nth-child(2) { top: -10px; }
.timeline .month:nth-child(3) { top: -19px; }
.timeline .month:nth-child(4) { top: -29px; }
.timeline .month:nth-child(5) { top: -39px; }
.timeline .month:nth-child(6) { top: -48px; }
.timeline .month:nth-child(7) { top: -58px; }
.timeline .month:nth-child(8) { top: -68px; }
.timeline .month:nth-child(9) { top: -77px; }
.timeline .month:nth-child(10) { top: -87px; }
.timeline .month:nth-child(11) { top: -97px; }
.timeline .month:nth-child(12) { top: -106px; }





.priority-link-wrap .priority-link-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #F1f1F1;
}

.priority-link-wrap .priority-link-item .title {
  font-size: 1.4em;
  line-height: `1.2em;
}

