/******************************************************************
Evenemang styles // Consid 2021
******************************************************************/
.pb{
  padding-bottom:20px;
}
.pb-map{
  padding-bottom:120px;
}
.text-center{
  text-align: center;
}
.text-left{
  text-align: left;
}
.text-right{
  text-align: right;
}

/*
single-evenemang
******************************************************************/

.program-row-pb{
  padding-bottom:30px;
}

.program_short{
  background:#ffcd37;
  color:#000;
  padding:40px;
  font-size: 14px;
}

.program_short a {
  color:#000;
}

.program_short_title{
  font-size: 16px;
  padding-bottom: 20px;
}
table.program_short_table td, table.program_short_table th {
  padding: 0px 0px 24px 0px;
  border-bottom:none;
}

.program_short_icon{
  min-width:40px;
}
.icon_calendar,.icon_clock,.icon_agelimit,.icon_internet{
  width:30px;
}
.icon_geopin{
  width:25px;
}

ul.date-list li {
  display:inline;
}

@media only screen and (max-width: 768px) {
  .program_short{
    padding:10px;
  }
  .program_short_title{
    padding-bottom: 0px;
  }
  table.program_short_table td, table.program_short_table th {
    padding: 0px 0px 14px 0px;
    border-bottom:none;
  }

  .icon_calendar,.icon_clock,.icon_agelimit,.icon_internet{
    width:15px;
    margin-left:40px;
  }
  .icon_geopin{
    width:10px;
    margin-left:40px;
  }
}

/*
GOOGLE MAPS
******************************************************************/
#events_type_dd, #events_location_dd, #events_date_dd{
  background:#fff;
  width:100%;
  margin-bottom:20px;
}
/*
/// GOOGLE MAP
*/
.acf-map {
  width: 100%;
  height: 500px;
  margin:0;
  background: #f7f7f7;
}

.acf-map-single {
  width: 100%;
  height: 300px;
  margin:0;
}

.acf-map img {
   max-width: inherit !important;
}

/******************************************************************
GOOGLE MAP STYLES
******************************************************************/

  .gm-style .gm-style-iw-c {
      background-color: #000;
      border-radius: 0px;
      text-align: left;
      max-width: 300px !important;
      padding: 0;
  }
/*
  // BUBBLA PIL
*/
  .gm-style .gm-style-iw-t::after {
      background: #000;
      box-shadow: none;
  }
/*
  //////// BUBBLA INFO
*/
span.address{
  border-top: 1px dashed #fff;
  margin: 10px 0;
  padding-top: 10px;
}

span.g-block{
  display:block;
}    

.view_location:hover{
  background-color: rgb(37, 37, 37);
  cursor: pointer;
}
.table-location td, .table-location th {
  padding: 8px;
}
tr h4{
  margin:0;
  padding: 0;
}

.gm-style .gm-ui-hover-effect{
    background: #fff !important;
    top: 0px !important;
    right: 0px !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 0;
}

.gm-style .gm-ui-hover-effect img{
  margin: 3px !important;
}


.gm-style .gm-style-iw-d {
overflow: hidden !important;
padding:20px;
color:#ffffff !important;
}
.icon-map-bubble{
  height:15px;
  margin-right:6px;
}
/*
.bubble-find-link{
  margin-left:10px;
}
*/
.the_author{
  text-transform: capitalize;
}
h3.marker-title{
  line-height: 1;
  margin-bottom:5px !important;
}

.map-overlay{
  position: absolute;
  padding: 50px;
  top: 100px;
  left: 100px;
  background: white;
}

/******************************************************************
ACF FRONT END FORM 
******************************************************************/
.acf-fields > .acf-field {
  border-top: none !important;
}

.acf-field[data-width] + .acf-field[data-width] {
  border-left: none !important;
}

.acf-field input,.acf-field textarea{
  background: #fff;
}

a.acf-button {
  background-color: #005799;
  color:#fff;
}

.button-wrapper{
  padding: 15px 12px;
}
.button.button-secondary {
  border: none;
  background-color: #fff;
  font-weight: 600;
  color: #676767;
}
.button.button-secondary:hover {
  border: none;
  background-color: #fff;
  font-weight: 600;
  color: #000;
}

.acf-taxonomy-field .acf-checkbox-list li {
  display:inline;
}

.acf-taxonomy-field .categorychecklist-holder {
  border: none !important;
}
/* MINA EVENT */
table tbody tr:hover {
  background-color: transparent;
}

.user-login table{
  background: #3e3e5d;
  border-radius: 20px;
}

.user-login table td, .user-login table th {
  border-bottom: 1px solid #310804;
  padding:20px;
}
/* LOGGA IN */

#loginform-custom{
  text-align: left;
background: #3e3e5d;
width: 250px;
margin: 0 auto;
color: #fff;
padding: 30px 30px 10px 30px;
}

.login-form label{
  display:block;
  font-size: 12px;
  margin-bottom: 2px;
}

.login-form input{
background: #fff;
font-size: 12px;
}

.event-updated{
  background: #3e6a20;
  padding: 20px;
  margin: 15px 12px;
}

a.backlink{
  color:#000;
  margin-left: 20px;
}

/**/
.media-router .media-menu-item {
  color: #000;
}

.media-modal-close:active, .media-modal-close:hover {
  background-color: #fff;
}