/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.tm-toolbar, .tm-footer {
    padding-top: 5px;
    padding-bottom: 0;
    margin-bottom: -25px;
}

.uk-dropdown {font-size: 16px;}

/* Welcome Box */
.uk-panel-box {padding: 20px;}

/* Only large screens */
@media (min-width: 1220px) {
  .tm-navbar {
    padding-top: 0;
  }
}

/*FP G-Claendar */
.view-cap, .view-container-border {background-color: #f2f2f2 !important;}

/* event detail page */
.summary,
.cal-date {
    font-size: 1em;
    font-weight: 700;
}

.event-description {
    border-bottom: 1px solid #d1cfcd;
    padding-bottom: 10px;
    margin-bottom:25px;
}
/* Calendar iFrame page */
@media (min-width: 768px){
  .col-md-8 {width: 100%;}
.col-sm-6 {width: auto;}
  .col-md-4 {width: auto;}
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}