/**
 * custom css fil for mobil design
 *
 * Copyright 2023 Finn kyhn
 *
 * Released on: marts 27, 2023
 */

#rsepro-event-sharing{
	 border: 1px solid green;
	 display: none;
}
#rsepro-event-controls{
	border: 1px solid black;
	display: none;
} 
#rsepro-event-details {
/*border: 1px solid blue;*/
  /*display: none;*/
}

.view-featured #g-mainbar .g-grid:first-child {
    /*border: 1px solid red;*/
    /*display: none;*/
}

.view-rseventspro #g-mainbar .g-grid:first-child, .view-article #g-mainbar .g-grid:first-child{
    border: 1px solid yellow;
    display: none;
}

#rsepro-event-description .description > p{
	display:none;
}

#rsepro-event-description .description > div{
	display:none;
}

#rsepro-event-description .description > hr{
	display:none;
}
#rs_event_show hr.g-0{
	display:none;
}


.carousel-caption {
    text-align: left;
}

.moduletable.korstaevner {
    border: 1px solid #404c63;
    padding: 0.5rem;
}

.view-rseventspro .g-block.size-31.nomarginall section .platform-content {
    border: 1px solid black;
    padding: 8px;
}
.platform-content {
    margin-bottom: 15px;
}

ul.rsepro_upcoming.korstaevner.hideDatePlace.row:first-child::before{
  font-weight: bold;
  font-size: 18px; 
  padding-left:13px;
  padding-top:5px;
  padding-bottom:5px;
  content: "Andre aktiviteter";
}

#rsepro-upcoming-module div{
  font-weight: bold;
  font-size: 12px; 
  padding-top:5px;
}



ul.rsepro_upcoming.korstaevner.hideDatePlace.row li{
    font-size: 13px;
    font-weight: bold;
}

ul.rsepro_upcoming.korstaevner.hideDatePlace.row li small{
     font-size: 13px;
    font-weight: bold;
}

.view-rseventspro .g-block.size-31.nomarginall section .platform-content::after {
  
}

/* tilmeldingsform mobil*/
@media only screen and (max-width: 600px) 
{
.form-horizontal .controls {
  margin-left: 1px !important;
}
 
}