/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 

/* ========================================================================
  Background Images
 ========================================================================== */

/*Homepage only. Using a page class suffix */
.home .tm-headerbar{background-image: url("../images/sample-image.jpg");
background-attachment: fixed;
background-repeat:no-repeat;
background-color:#000;
padding-bottom:40%;
background-size:cover;}

.tm-headerbar{background-image: url("../images/sample-image.jpg");
background-attachment: fixed;
background-repeat:no-repeat;
background-color:#000;
padding-bottom:20%;
background-size:cover;}

.top-image{background-image: url("../images/sample-image.jpg");
background-attachment: fixed;
background-repeat:no-repeat;
background-color:#000;
background-size:cover;
}

.top-image2{background-image: url("../images/sample-image.jpg");
background-attachment: fixed;
background-repeat:no-repeat;
background-color:#000;
background-size:cover;
}

.top-image3{background-image: url("../images/sample-image.jpg");
background-attachment: fixed;
background-repeat:no-repeat;
background-color:#000;
background-size:cover;
}
.top-image4{background-image: url("../images/sample-image.jpg");
background-attachment: fixed;
background-repeat:no-repeat;
background-color:#000;
background-size:cover;
}

/* ========================================================================
  Slick Sorter Edits
 ========================================================================== */
.filter_type, .sort_type{padding-left:0px}
.slick_sorter .splitter > li { padding-left: 10px; width: 100%;}
.slick_sorter .filter_title { font-size: 16px; float: none;  padding: 0px 0px 10px 0px;}
/* ========================================================================
  Navbar Edits
 ========================================================================== */
.uk-navbar-nav .uk-active {transition: background-color 0.5s ease; }
.uk-navbar-nav .uk-active, .uk-navbar-nav>li>a:hover {transition: background-color 0.5s ease;}
.uk-sticky-placeholder .uk-navbar{z-index:11}

/* ========================================================================
  Shape View Edits
 ========================================================================== */
#grid288.grid { max-width: inherit;  justify-content: inherit;}
.shape{margin-top: 5px!important; padding: 10px;}
.tm-sidebar-b .grid {padding: 0px !important;    }
#grid288.grid figure{padding:0px;}
.mod_logo{display:none}
/* ========================================================================
  HTML5 Audio Player - template position is "song"
 ========================================================================== */
audio { width: 200px;}
.song {position: fixed; top: 0px; right: 10%;  z-index: 1000;}

/* ========================================================================
  Image Morph Logo Fix- Do not remove if using image Morph
 ========================================================================== */
.tm-headerbar .tm-logo {float: none;}

