
/* Temp */

/* default list type: dash */

.sd-content ul li:before { content: unset; }

.tm-article-content .uk-pagination li:before {
	content: unset;
	 
}
.tm-article-content li:before {
    content: "– ";
		position: absolute;
		margin-left: -15px;
}

.tm-article-content ul {
    list-style-type: none;
}


html {
    height: 100%;
}

body {
    min-height: 100%;
background: url(https://significato.online/wp-content/themes/tbr-jenkins/assets/i/bg/2overlay.jpg) no-repeat center center fixed;
background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

body.home {
    background: transparent;	
}

.tm-content {
background-color: #fff;	
}

div#comments {
padding: 25px;
}

.tm-header {
background-color: transparent!important;
    border: none;
}

.tm-header a,
nav.tm-primary-menu.uk-float-left.uk-navbar a {
    color: #fff;	
}

body:not(.single) .uk-article, .single .tm-content {
border:unset;
background-color: transparent;
}

img.slick-slide {
padding: 0.7rem;
height: 450px;
}

.tm-article-content {
padding: 40px;
}

.post .uk-article-title {
    text-align: center;
    padding: 20px;
}

.post ul.uk-article-meta {
justify-content: center;
}

.single article {
background-color: white;
margin: -30px;
padding: 2rem;
}

.uk-dropdown-navbar {
    background: #525252;	
}

.uk-nav-dropdown > li > a:hover, .uk-nav-dropdown > li > a:focus {
    background: #9E9E9E;	
}

ul#menu-navigation .uk-dropdown-navbar {
   height: 300px;
overflow-y: scroll;
}

.uk-navbar-nav > li > a[href='#'] {
cursor: pointer!important;
}

.search .tm-content,
.category .tm-content {
    min-height: 500px;
padding: 25px 25px;
border: 1px solid #EDEDED;
background-color: #fff;
}

.random-container {
    margin: 0% 15%;	
}

.random-btn {
margin-top: 10px;
margin-bottom: 15%;
    float: right;
}

.uk-navbar-nav > li > a {
    padding: 10px 15px 0 15px;
    font-size: 15px
}

.uk-navbar-nav > li[data-uk-dropdown] > a i {
top: 35px;
}

#your-banner-here {
background-color: #1e88e5;
padding: 0.5rem;
color: white;
margin: 2rem 4rem 0 4rem;
border-radius: 3px;
}

.tm-footer {
    background-color: rgba(255, 255, 255, 0.88)!important;
position: fixed;
width: 100%;
bottom: 0;
}

header.tm-header.uk-block {
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(60, 58, 58, 0.78)), to(rgba(116, 105, 242, 0)));
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(60, 58, 58, 0.78) 50%, rgba(116, 105, 242, 0) 100%);
background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(60, 58, 58, 0.78) 50%, rgba(116, 105, 242, 0) 100%);
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(60, 58, 58, 0.78) 50%, rgba(116, 105, 242, 0) 100%);
}

/* Background */
.tm-main {
background: transparent;
}

.bgfade > figure {
animation: imgfade 24s linear infinite 0s;
background-size: cover;
background-position: center center;
color: transparent;
height: 100%;
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: -9999;
margin: 0;
}

.bgfade > figure:nth-child(1) {
background-image: url('https://significato.online/wp-content/themes/tbr-jenkins/assets/i/bg/1.jpg'); 
}

.bgfade > figure:nth-child(2) {
background-image: url('https://significato.online/wp-content/themes/tbr-jenkins/assets/i/bg/2.jpg');
}

.bgfade > figure:nth-child(3) {
background-image: url('https://significato.online/wp-content/themes/tbr-jenkins/assets/i/bg/3.jpg');
}

.bgfade > figure:nth-child(4) {
background-image: url('https://significato.online/wp-content/themes/tbr-jenkins/assets/i/bg/4.jpg');
}

@keyframes imgfade {
0% {
opacity:1;
}
17% {
opacity:1;
}
25% {
opacity:0;
}
92% {
opacity:0;
}
100% {
opacity:1;
}
}

.bgfade figure:nth-of-type(1) {
animation-delay: 18s;
}
.bgfade figure:nth-of-type(2) {
animation-delay: 12s;
}
.bgfade figure:nth-of-type(3) {
animation-delay: 6s;
}
.bgfade figure:nth-of-type(4) {
animation-delay: 0;
}


/* Typography */
em {
color: #5e7d60!important;
}

/* Header */

.tm-header {
  background-color: #fff;
    padding: 0;
}

/* Search box */
.home .tm-widget.uk-panel.widget_search.search-5 {
margin: 15% 15% 0 15%;
}

.home input.uk-width-1-1 {
height: 70px!important;
text-align: center;
font-size: 2.5em;
padding: 0 21px!important;
}

/* Alm reveal */
.alm-listing li {
display: inline-grid;
}

.alm-listing li.no-img {
padding: 15px;
}

.alm-listing p {
    font-size: 15px;
}

.alm-listing li h3 {
        font-size: 20px
}

.alm-listing li p {
margin-right: 30px;
}

/* Single */
#content div.sharedaddy, #main div.sharedaddy, div.sharedaddy {
    text-align: center;	
}


/* Comment form wrap */
.tm-comment-form-wrap {
    background-color: #81C784;
}

.uk-form.tm-comment-form-wrap * {
color: #000;
}

.uk-form.tm-comment-form-wrap.tm-cover-article {
margin-right: -30px;
margin-left: -30px;
    margin-bottom: -30px;
}

.tm-comments h2 {
color: #fff;	
}

/* Footer */
.tm-footer {
background-color: #fff;
padding: 5px;
}

/* Buttons (Core elements) */
.uk-button-primary {
    background-color: #389dec;
}

.uk-button-primary:hover, .uk-button-primary:focus {
    background-color: #1467a9;
}

/* Offcanvas Menu */

.uk-offcanvas-bar {
    background: #464646;
}

html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
    background: #808080;
font-size: 1.5em; 	
}

.uk-nav-offcanvas > li > a {
    background: #808080;
    font-size: 1.5em; 
    color: #fff;
}

/* Smartphone */
@media (max-width: 800px) {
    
    
    body,
    body.home {
    background: transparent;	
}
    body:before {
content: "";
-webkit-overflow-scrolling: touch;
display: block;
position: fixed;
left: 0;
top: 0;
min-width: 100%;
min-height: 100%;
width: 100%;
height: 100%;
z-index: -9999;
background: url(https://significato.online/wp-content/themes/tbr-jenkins/assets/i/bg/1.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}


    .bgfade {
        display: none;
    }

    /* Header */

    .tm-header {
        padding-top: 20px!important;
        padding-bottom: 20px!important;
    }

    /* Search box */
    .home .tm-widget.uk-panel.widget_search.search-5 {
        margin: 10% 5%;
}

    .home input.uk-width-1-1 {
        font-size: 1.2em;
    }

    .alm-listing li.no-img {
padding: 0px;
    }

    .alm-listing li p {
        margin: 0!important;
    }

    /* Beta 2 */

    .random-btn {
        float: none;
    }

    .tm-article-content {
 padding: 0;
}

    a.offcanvas-btn {
    color: #3a3a3a!important;
}
}

@media only screen and (min-width: 961px) {
  img.slick-slide {
  height: 300px;
  width: 470px!important;
}

.slick-list.draggable {
    margin-left: -3rem;
    }

    .autoplay-banner {
        width: 100vw;
    margin-left: -10%;
    
    }
    
}



.slick-next, .slick-prev {

display: none!important;
}


#your-banner-here {
margin-top: 6rem;

}

#your-banner-here a {
color: yellow;
}

@media only screen and (max-width: 768px)  {
  #your-banner-here {
	  margin: 6rem 0.5rem 0 0.5rem;
	}

}

.tm-article-content li:before {
    content: ""!important;
}

#ajax-load-more li.no-img.uk-width-medium-1-3 {
    padding: 7px!important;
}


.alm-listing li p {
    word-break: break-all !important;
}


.alm-listing h3 {
	
	width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	
}

.post-template-default {
	overflow-x: hidden;
}