/* DEMO STYLES */

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }
  
  .bi {
    vertical-align: -.125em;
    fill: currentColor;
  }
  
  .feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    color: #fff;
    border-radius: .75rem;
  }
  
  /*
  .icon-link {
    display: inline-flex;
    align-items: center;
  }
  .icon-link > .bi {
    margin-top: .125rem;
    margin-left: .125rem;
    transition: transform .25s ease-in-out;
    fill: currentColor;
  }
  .icon-link:hover > .bi {
    transform: translate(.25rem);
  }
  */

  .icon-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    border-radius: .75rem;
  }

  a .icon-twitter span,
  a .icon-instagram span,
  a .icon-facebook-circled span   {
    display: none;
  }

  a .icon-twitter, 
  a .icon-instagram,
  a .icon-facebook-circled {
    color:white;
  }
  
  .rounded-4 { border-radius: .5rem; }
  .rounded-5 { border-radius: 1rem; }
  
  .text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
  .text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
  .text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }
  
  .card-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }


/* CM STYLES */

body {
  background-color: #272726;
  color:#d4d4d4;
  font-size: 1.25em;
  line-height: 1.25em;
}

body a, body a:visited,
.yellow-text {

  color:white !important;  
  text-decoration: underline;
}

a:hover {    
  text-decoration: underline;
}

body a:hover {  
  color:#d4d4d4;  
}

.dropdown-menu a {
  color:black !important;
}

body a.dropdown-item {
  color:black !important;
}

.pills-wrapper {
    padding-top:20px;
}

.active a, .nav-item .nav-link {
  color:#d4d4d4 !important;
  font-size: 0.85em;
}

.nav-link:hover {
  color:white !important;
  text-decoration: underline !important;
}

.active a, .nav-item, .active .nav-link {
  font-weight: bold;
  color:#22a49c !important;
  text-decoration: none;
  cursor: pointer;
}

.cyan-fill {
  background-color: #22a49c;
}

.mu-dheidhinn-fill {
  background-color: #3cb87a;
}

.taic-fill {
  background-color: #fa4a70;
}

.cuir-fios-fill {
  background-color: #ffcb80;
}

.bathar-fill {
  background-color: #efefef;
}

.footer-links {
  padding:20px;
  color: white !important;
}

.footer-links div a {  
  padding-left:5px;
  padding-right:5px;
  color:white !important;
  text-decoration: none;
}

.footer-links a:hover {  
  text-decoration: underline;
}

.section-1 {
  padding-top:35px;  
  color:#22a49c;
}

.cyan-text {
  color:#22a49c;
}

.social-media-links a {
  color:white;
}

.social-media-links a i:hover {
  color:#d4d4d4 !important;
}

.social-media-links a i:before {
  line-height: 1em;
  width:1.25em;
  font-size:2em;
}

.fill-light-grey {
  background-color: #f2f2f2;
}

.days-of-week-tabs {
  margin-top:25px;
}

.search-bar {
  padding:15px;  
  border-bottom:1px solid #dee2e6;
}

.section-social-media {
  padding-top:40px;
  padding-bottom:40px;
}

.event-info-view-toggle {
  padding:10px;
  padding-right:0px;
}

.section-social-media {
  padding-top:0px;
}

.section-world-map {
  color: #838383;
  padding-bottom: 30px;
}

.section-links-to-pages {
  color: #22a49c; 
  margin-top: 20px; 
}

.event-info-view-toggle {
  margin-top:30px;
  margin-bottom: 10px;
}

.cyan-hr-divider {
  margin:0px;
  opacity: 1.0;
  margin-top:20px;
  background: #22a49c; height: 2px; border: 0px;   

}

.date-caption {    
  padding-right: 10px;  
  display:inline-block;   
}

#date-range-picker {
  margin-top: -10px;
}

.section-1 h2 {
  font-size:1.75rem;  
}

.btn-primary {
  background-color: #22a49c !important;
  border-color: #22a49c !important;
}

.preloader {
  padding-top:120px;
  padding-bottom:100px;
}


#map {
  max-width:600px;
  min-height: 600px;    
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.map-caption {
  margin-top: 10px;
}

.lbj-btn, .category-filter-option button,
.category-filter-option-reset button {  
  border: none; 
  color: white; 
  padding:3px; 
  font-size:15px; 
  cursor: pointer;  
}

.lbj-btn {
  background-color: #22a49c; 
}

.lbj-btn:hover {
  background-color: #1c8b84;
  color:white;
}

.btn-reset {
  background-color: #f8f405;
}

.btn-all {
  background-color: #658c5f;
}

.btn-online {
  background-color: #91a395;
}

.btn-cafe {
  background-color: #ae9e45;
}

.btn-sport {
  background-color: #d55b54;
}

.btn-festival {
  background-color: #648d9c;
}

.btn-music {
  background-color: #8b89a4;
}

.btn-arts {
  background-color: #63abc9;
}

.btn-cyan {
  background-color: #1c8b84; 
}

.border_top_online {
  border-top:10px solid #91a395;
}

.border_top_cafe {
  border-top:10px solid #ae9e45; 
}

.border_top_sport {
  border-top:10px solid #d55b54;  
}

.border_top_festival {
  border-top: 10px solid #648d9c;
}

.border_top_music {
  border-top: 10px solid #8b89a4; 
}

.border_top_arts {
  border-top: 10px solid #63abc9;
}

.border_top_general {
  border-top: 10px solid #658c5f;
}

.category-filter-option,
.category-filter-option-reset {
  display:inline-block;
  padding-right:15px;
}

.category-filter-option button,
.category-filter-option-reset button {
  padding-left:20px;
}

.default-page-wrapper {
  padding:40px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.carousel-caption h5,
.carousel-caption span
{
  background-color: #2d2d2cdb;  
  padding:0px; 
  padding-left:5px;
  padding-right:5px;
  display: inline-block;
}

.carousel-caption h5 {
  font-size: 1.25em;
  
}

.carousel-caption span {
  font-size: 2em;
}

.carousel-caption {
  top: 50px;
  bottom: auto;
  text-align: left;
  padding-right:33%;
}

.padding-40 {
  padding:40px;
}

.padding-30 {
  padding:30px;
}

.padding-20 {
  padding:20px;
}

.padding-15 {
  padding:15px;
}

.padding-40-lhs {
  padding-left:40px;
}

.small-link {
  font-size: 0.85em;  
}

.white {
  color:#d4d4d4;
}

.disclaimer-link {
  text-decoration: none;  
}

.disclaimer-link:hover {
  color:white;
}

.card-event, .daterangepicker, .card-text {
  color:#272726;
}

.card-text {
  font-size: 0.75em !important; 
  line-height: 1.5em;
}
/*
.card-event:hover {
  transform: scale(1.03);
  cursor: pointer;
}

.card-event {
  transition: transform 0.2s ease;
}
*/
.caption-brosnaich {
  font-size: 7em;
  font-weight: bold;
  padding-bottom: 20px;
}

.caption-bathar {  
  padding-top:20px;
  padding-bottom:20px;
}

.modal-event-title {
  color:#393939;
}

.section-grey-captions {
  color:#838383;
}

.section-grey-captions h5,
.section-grey-captions span  {
  display:block;
}

.section-grey-captions span {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.2em;
}

.minus-pad-top,
.minus-padding-top {
  padding-top:0px;
}

.page-bathar-cleachdi h1 {
  color:#22a49c;
}

.lbj-rounded {

  border-radius: 10px;

}

.padding-lhs-80 {
  padding-left:80px;
}

.padding-rhs-80 {
  padding-right:80px;
}

.padding-lhs-20p {
  padding-left:20%;
}

.padding-rhs-20p {
  padding-right:20%;
}

.padding-lhs-15p {
  padding-left:15%;
}

.padding-rhs-15p {
  padding-right:15%;
}

.padding-lhs-10p {
  padding-left:10%;
}

.padding-rhs-10p {
  padding-right:10%;
}

.padding-top-20 {
  padding-top:20px;
}

.fill-black {
  background-color: #000000;
}

.color-black {
  color:#000000;
}

.icon-large {
  font-size: 2.75em;
}

.bg-image-logo-sketch {
  background-image: url(/picocms/themes/cleachdi/img/1920x660-logo-sketch.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  min-height: 660px;  
}

.header {
  border-bottom: 8px solid #22a49c;
}

.category-filter-option:hover,
.category-filter-option-reset:hover {
  cursor:pointer;
}

.show-card {
  display: flex;
}

.hide-card, .hide {
  display: none !important;
}

.default-page-wrapper h3 {
  margin-top:20px;
}

.about-panel-hr {
    border: none !important;
    height: 2px !important;    
    color: white !important; 
    background-color: white !important;
    opacity:1.0;
    
}

.ro-radh-panel {
  background-image: url(ro-radh-panel-mono.jpg);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}

.dark-green-text {
  color:#0c524d;
}

.link-icons i, .link-icons a i, .modal-window-button {
  font-size:1.55em;
  margin-left:8px;
  margin-right:8px;  
}

.link-icons a i, .modal-window-button {
  color:#6d6d6d;
}

.link-icons a:hover i, .modal-window-button:hover {
  color:#22a49c; 
  cursor: pointer;
} 

.map-popup {
  color:black;
}

.map-popup-content-wrapper { 
  margin-bottom:10px;  
  font-size:1.25em;
  line-height:1.25em;
}

.taic-content-wrapper h4 {
  margin-bottom:5px;
  margin-top:30px;
}

.taic-content-wrapper a {
  text-decoration: underline;
}

.margin-top-20 {
  margin-top:20px;
}

.gm-style-iw-d {
  min-width:400px;    
  padding:10px;
  min-height: 450px !important;  
}

.white-text, .white-text a {
  color:white !important;
}

h1.de-tha-dol {
  font-size:2.5em;
}

.navbar-light .navbar-toggler {  
  border-color:#22a49c;
}

.navbar-toggler-icon i {
  color:#22a49c;
  font-size: 30px;
}

.navbar-toggler-icon {
  background-image: none !important; 
}

.mobi-logo {
  display: none;
}



@media (max-width: 576px) { 

  .navbar-brand {
    display: none;
  }

  .de-tha-dol {
    text-align: center;
  }

  .event-info-view-toggle {
    display: none;
  }

  .date-selector-wrapper {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .padding-lhs-80, .padding-rhs-80 {
    padding:0px;
  }

  .padding-40 {
    padding:20px;
  }

  .footer-links {
    padding:5px;
  }

  .footer-links div a {
    padding-top:10px;
    padding-bottom: 10px;
  }

  .section-1 {
    padding-top: 10px;
  }

  .mobi-logo {
    margin-top: 10px;
    display: block;
  }

}





