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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
/* FP gallery */
 
 .tm-gallery-avanti div:nth-child(2n):not(:nth-child(6n+10)):not(:nth-child(4)) .uk-overlay .uk-overlay-panel {
 
 color: rgba(248, 248, 248, 1) !important;
 
 }
 /* FP background colour */
 
 .tm-gallery-avanti div:nth-child(2n):not(:nth-child(6n+10)):not(:nth-child(4)) .uk-overlay .uk-overlay-background {
    background-image: -webkit-linear-gradient(bottom, rgba(0, 175, 222, 0.42), rgba(0, 175, 222, 0.42)) !important;
    background-image: linear-gradient(to-top, #c2ac8d, rgba(194, 172, 141, 0.4));
}

/*FP black */

.tm-gallery-avanti div:nth-child(3n):not(:nth-child(6n)) .uk-overlay .uk-overlay-background, .tm-gallery-avanti div:nth-child(4) .uk-overlay .uk-overlay-background, .tm-gallery-avanti div:nth-child(6n+10) .uk-overlay .uk-overlay-background {
background-image: -webkit-linear-gradient(bottom, rgba(39, 39, 39, 0.70), rgba(39, 39, 39, 0.70)) !important;
}

.tm-gallery-avanti div .uk-overlay .uk-overlay-background {
background-color: rgba(0, 0, 0, 0) !important;
background-image: -webkit-linear-gradient(bottom, rgba(249, 249, 249, 0.4), rgba(249, 249, 249, 0.4)) !important;

}

/* FP other */
.tm-gallery-avanti div:nth-child(2n):not(:nth-child(6n+10)):not(:nth-child(4)) .uk-overlay .uk-overlay-panel .uk-panel-title {
color: #ffffff !important;
}

.btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group {
     
    background-color: black !important;
}


/*
.tm-navbar .tm-more .tm-navbar-dropdown {  
/* Usually 30px per icon should be fine ...  
width: 210px;  
}  

.tm-navbar .tm-more .uk-dropdown-blank {  
animation: 0.2s ease-in-out 0s normal none 1 running uk-slide-bottom;  
display: block;  
transform-origin: 0 0 0;  
top: 37px;   
/* The "width" value of the previous declaration, but with a negative sign: 
left: -180px;  
}  

.tm-navbar .tm-more .tm-navbar-button.tm-more-button {  
display: none;  
}

/* sponsor page */

.sponsorship .uk-article-title {
    font-size: 36px;
    line-height: 44px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    text-align: center !important;
}

.uk-block-secondary {
	background: #141414 !important;
	
}

