@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans&display=swap');

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
// <uniquifier>: Use a unique and descriptive class name

.open-sans-<uniquifier> {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

body.wrapper-fluid .site-grid {
    grid-gap: 0 .25em;
    grid-template-columns: [full-start] minmax(0, 1fr) [main-start] repeat(4, minmax(0, 25%)) [main-end] minmax(0, 1fr) [full-end];
}
//.site-grid {
  display: block;
}

.container-header .site-description {
    margin-left: 5px;
}

:root {
  --cassiopeia-color-primary: #c90a66;
  --cassiopeia-color-hover: #a84cc4;
  --cassiopeia-color-link: #FB2056;
}

.mybutton {
    border-radius: 28px;
    padding: 10px 40px;
    background-color: #fb2056;
    color: white;
    box-shadow: 5px 6px 10px 0 rgba(0,0,0);
    border: none;
}

.paybutton {
    border-radius: 28px;
    background-color: #fb2056;
    color: white;
    box-shadow: 5px 6px 10px 0 rgba(0,0,0);
    border: none;
}
.container-header .mod-menu {
    color: #fff;
    margin: 0;
    padding: 38px 0px 0px 40px;
    list-style: none;
}

.container-component>:first-child, .container-sidebar-left>:first-child, .container-sidebar-right>:first-child, .container-component>*+*, .container-sidebar-left>*+*, .container-sidebar-right>*+* img {
  margin-top: 0em;
    
}

.grid-child.container-component {
//	grid-column: full-start/full-end !important;
//  background-color: #f1f1f1;
//    display: block;
}

#jem {
    padding: 2em;
}

.page-header {
  padding-top: 10px;
}

.page-header h1 {
    margin-bottom: 6px;
    margin-top: 6px;
    background-color: #BD2288;
    color: white;
    border-radius: 5px;
    padding: 5px;
  font-size: 1.5rem;
}

.moduletable {
  padding: 1em;
  Border-radius: 10px;
  background-color: #ffffff;
  padding-bottom: 5px;
}

.moduletable h1 {

  font-size: 1.5rem;
  margin-bottom: 6px;
    margin-top: 6px;
    background-color: #BD2288;
    color: white;
    border-radius: 5px;
    padding: 5px;
}

div#jem h1.componentheading {
    margin-bottom: 6px;
    margin-top: 6px;
    background-color: #BD2288;
    color: white;
    border-radius: 5px;
    padding: 5px;
    font-size: 1.5rem;
}

#jemmoduleteaser .event-title {
  background-color: #f1f1f1;
}

#jemmoduleteaser {
    flex: 0em;
}

.jem-event-image-teaser {
    flex: 0em;
}

.footer {
  margin-top: 0em;
}

fieldset {
    border: 0;
    min-width: 0;
    margin: 0;
    padding: 20px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Montserrat", sans-serif; -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
  
}

h2, .h2 {
  font-size: 1.5rem;
}

div#jemmodulebanner .eventset {
    margin-bottom: 10px;
    padding: 5px;
    border: 0px dotted silver; 
    text-align: left;
}

a {
    color: #FB2056;
}

  .convertforms .cf-radio-group .cf-label {
    font-size: 13px;
}

.myimage img {
  width: 150px;
  border-radius: 5px;
}

.metismenu.mod-menu .metismenu-item:not(.level-1)>ul, .metismenu.mod-menu .metismenu-item:not(.level-2)>ul{
    border-radius: 5px;
}

  .jem-info {
    width: 90%;
  }

  td.josye_jem_venues___country {
    text-align: center;
  }

  .legend {
    font-family: "Montserrat", sans-serif;
    background: #f2eff0;
    border-bottom: solid 3px #BF2671;
    border-radius: 5px;
    padding-left: 5px;
  }

 .col-form-label {
   font-weight: bold;
   padding-left: 15px;
 } 

#wcg_campsites___camp_name_ro {
  font-weight: bold;
  background-color: #BD2288;
  Border-radius: 5px;
  Padding: 5px;
  color: #fff;
}

  .form-label {
    font-weight: bold;
        width: 25%;

}

.left.item-image img {
    margin-right: 20px;
}

