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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
@import url('https://fonts.googleapis.com/css?family=Open+Sans:800');
 
.logo-custom {
    position: fixed;
    z-index: 1002;
    left: 50px;
    top: 20px;
    display: none;
}

.tm-navbar {
    padding: 20px 25px;
}

.uk-sticky-placeholder {
    height: 80px !important;
}

.home div#tm-top-b {
    background-image: url('https://fwperformance.com.br/wp-content/uploads/bg-fw-home-2.jpg');
    background-size: cover;
}

.home div#tm-top-c {
    background-image: url('https://fwperformance.com.br/wp-content/uploads/bg-fw-home-3.jpg');
    background-size: cover;
}

.fw-icons h3.uk-h6.uk-margin-top-remove {
    font-size: 100%;
}

@media (max-width: 767px) {
	.logo-custom {
		left: 0;
		position: relative;
		text-align: center;
		top: 0;
	}

}

div.ss-form-entry input, div.ss-form-entry textarea {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border: medium none;
    color: white;
    font-family: "Open Sans" !important;
    margin: 10px 0;
    padding: 10px;
    width: 50%;
}

input.ss-q-other {
    background: transparent none repeat scroll 0 0;
    margin: 0 !important;
    width: 40% !important;
}

.ss-q-radio {
    margin: 0 !important;
    padding: 0 !important;
    width: 30px !important;
}

div.ss-form-entry input.ss-q-checkbox {
    width: 30px;
}

.ss-q-item-label + ul {
    padding: 0;
}

.jfk-button.jfk-button-action {
    background-color: #ec5a2b;
    border: medium none;
    color: white;
    font-family: open sans;
    font-size: 140%;
    padding: 10px 20px;
    text-transform: uppercase;
}

.uk-slidenav-previous::before, .uk-slidenav-next::before {
    background-color: rgba(0, 0, 0, 0.75);
    padding: 10px;
}

.uk-nav-offcanvas > li > a {
    color: #fff;
}

html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
    background: #fff none repeat scroll 0 0;
    color: #ec5a2b;
}


.uk-nav-offcanvas > .uk-open > a, html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover, html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
    color: white;
}


.uk-offcanvas .uk-search::before {
    color: #fff;
}

@media only screen and (min-width: 1500px) {
  .logo-custom {
    display: block;
  }
  .tm-logo.uk-visible-large {
    display: none;
  }
}