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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
/* Website Background */ 
body {
  background: #000000;
}

.tm-sidebar-wrapper {
  position: relative;
  background-color: #000000;
  text-align: center;
}
 
 
/* Left side menu image and background color */ 
 .tm-sidebar-wrapper {
  background: url(../../../images/CUSTOM/BG3_sidebar.jpg) no-repeat, url(../../../images/background/green_tile.jpg) repeat;
  background-color: #000000;
}

/* Slideshow padding */
.tm-content-wrapper .tm-content-container {
    box-sizing: border-box;
    padding: 15px 15px 15px 15px;
}

/* Panel_box padding */
.uk-panel-box {
    background: #f6f6f3 none repeat scroll 0 0;
    border-radius: 2px;
    color: #6a6a61;
    padding: 20px;
}

/* Announcements Padding */
.tm-block-content-top, .tm-block-content-bottom {
    background: #fafafa none repeat scroll 0 0;
    padding: 20px;
}

/* Announcements Background Color / Padding */
.uk-alert {
    background: #ff9933 none repeat scroll 0 0;
    border-radius: 2px;
    color: #ffffff;
    margin-bottom: 0;
    padding: 10px;
}
.tm-block-content-top, .tm-block-content-bottom {
    background: #fafafa none repeat scroll 0 0;
    padding: 5px 20px;
}

/* Social and Search Padding */
.tm-navbar, .tm-toolbar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 5px 30px;
}

/* Offcanvas menu button padding (mobile menu) */
.tm-wrapper .tm-content-wrapper .tm-content-container, .tm-wrapper .tm-content-wrapper .tm-block-content-top, .tm-wrapper .tm-content-wrapper .tm-block-content-bottom, .tm-wrapper .tm-content-wrapper .tm-navbar, .tm-wrapper .tm-content-wrapper .tm-toolbar, .tm-wrapper .tm-content-wrapper .tm-block-footer {
    padding: 5px 30px;
}

