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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.uk-sticky-placeholder {
    height: 100px !important;
}
.uk-dropdown-navbar .uk-nav-navbar > li.uk-active > a {
    background: rgba(0, 0, 0, 0);
    color: #F58733;
}

.tm-sidebar-a .uk-nav-side ul a {
    color: #1F3861;
    font-size: 14px;
}

.tm-sidebar-a .uk-nav-side > li > a {
    color: #1F3861;
    margin-bottom: 2px;
    border-radius: 2px;
    font-size: 18px
}
.icones .uk-icon-button {
    color: #1F3861 !important;
}
.uk-article .uk-panel-box-primary-hover:hover {
    color: #354C71;
    background: #F58733;
    border-color: transparent;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    -webkit-transition: width 0.5s, height 0.5s, background-color 0.5s, -webkit-transform 0.5s;
    transition: width 0.5s, height 0.5s, background-color 0.5s, transform 0.5s;
}

.tm-sidebar-a .uk-nav-side .uk-nav-sub .uk-active {
    color: red;
    font-size: 14px;
}

.uk-panel-box-secondary {
    background-color: #ECECEF;
    color: #57595e;
    border-color: #ECECEF;
}

.uk-icon-button {
    color: #FFFFFF !important;
}

.uk-breadcrumb a, .uk-link {
    color: #F5F5F7;
    text-decoration: none;
    cursor: pointer;
}
.uk-breadcrumb .uk-active {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

.tm-block-default {
    background-image: url(../images/texture/pattern-organico.png);
}

/* Vitrine background */
.tm-block-top-a  {
	background: url(../images/vitrine/vitrine.jpg) !important;
}

/* Menu */
.tm-navbar-attached {
    background: #F5F5F7;
    border-bottom: 1px solid #1F3861;
}
.tm-navbar {
    background: #F5F5F7 !important;
}

/* margin Grid de ícone vritrine */
.grid-icone-home .tm-top-a {
    max-width: 500px;
    margin-left: 25%;
    margin-right: 25%;
}

.tm-block-bottom-e > div {
    background-image: none !important;
}
.tm-sidebar-a .uk-nav-side ul a {
    color: #1F3861;
}

/* Overlay widgetkit */
.uk-overlay-background {
    background: rgba(0, 0, 0, 0.66);
}

/* Dropdown color */
.uk-nav-navbar > li > a {
    color: rgba(236, 232, 228, 0.94);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Swicther */

.uk-tab > li.uk-active > a {
    border-color: rgb(31, 56, 97);
    border-bottom-color: #1F3861;
    background: #1F3861;
    color: #F58733;
}

/*Acordeão */

.uk-accordion-title {
    background: #1F3861;
}

.uk-accordion-title:active {
    border-color: #354c71;
    background: #cbd0d8;
    box-shadow: inset 0 0 0 2px #354c71, 2px 2px 3px rgba(0, 0, 0, 0.1);
    color: #f58733;
}


/* Internas */

/*revelação */
.interna-azul .tm-block-default{
    background-color: #1F3861;
}

.uk-article {
    background-color: white;
    padding: 40px;
}
/*FIM revelação */

/*otica */
.interna-vermelho .tm-block-default{
    background-color: #C42E33;
}

.uk-article {
    background-color: white;
    padding: 40px;
}
/*FIM otica */

/*eventos */
.interna-verde .tm-block-default{
    background-color: #47877A;
}

.uk-article {
    background-color: white;
    padding: 40px;
}
/*FIM otica */

/*estudio */
.interna-amarelo .tm-block-default{
    background-color: #F58733;
}

.uk-article {
    background-color: white;
    padding: 40px;
}
/*FIM estudio */


/* LOGO de Desenvolvimento */

ul.selo {
    list-style: none;
    position: absolute;
    top: 21px;
    right: 28px;
    margin: 0;
}
.tm-footer {
    position:relative;
}

.selo li a.logo-superix {
    background-image: url(../images/logo-superix-criacao-site.png);
    
}   

ul.selo li a {
    background-position: right top;
    width: 105px;
    height: 37px;
    display: block;
    text-indent: -9999px;
}

/* Bullet de Desenvolvimento */


@media only screen and (min-width : 768px){
.uk-tab-left {
    border-right: 1px solid rgb(31, 56, 97);
}}

@media only screen and (max-width : 700px) {
.selo li a.logo-superix {   
    background:url(../images/logo-b-superix-criacao-site.png) no-repeat;
}   
ul.selo li a {
    background-position: left top;
    width: 30px;
    height: 30px;
    display: block;
    text-indent: -9999px;
}
ul.selo {
    bottom: 3px;
    right: 3px; 
} 
}
@media only screen and (max-width : 480px) {
  ul.selo {
    top: -70px;
    right: 0px;
  }

}

/* Logo color */
[class*='tm-logo'] svg path,
[class*='tm-logo'] path,
[class*='tm-logo'] rect { fill: #c3cce8; }

body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached) [class*='tm-logo'] svg path,
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached)[class*='tm-logo'] path,
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached) [class*='tm-logo'] rect { fill: #fff; }

/* Background image in layout position bottom-e */
.tm-block-bottom-e > div {
    background-image: url(../images/custom/image_default.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

/* SVG fill color for layout position bottom-e */
.tm-block-bottom-e .uk-panel .uk-panel svg path,
.tm-block-bottom-e .uk-panel .uk-panel path {
    fill: #c3cce8;
    opacity: 0.3;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.tm-block-bottom-e .uk-panel .uk-panel:hover svg path,
.tm-block-bottom-e .uk-panel .uk-panel:hover path { opacity: 1; }

/* WordPress Pagination */
.home.tm-article-blog .uk-pagination { display: none; }

