/*
Theme Name: Ascent
Theme URI: http://testbase.info/c/theme/wp/ascent/
Author: Pitabas Behera
Author URI: http://nettantra.com/
Description: Ascent Theme is a fully responsive WordPress theme that looks elegant on any devices. It is simple, clean and lightweight WordPress theme based on the most modern technologies like HTML5 and CSS3.
Version: 2.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-menu, featured-images, post-formats, theme-options, translation-ready
Text Domain: ascent

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

# scroll-top {
    border: 1px solid gray;
}

.sessao_dois a {
    text-decoration: none;
    color: #333;
}

.sessao_dois a:hover {
    text-decoration: none;
    text-shadow: 3px 3px 5px gray;
    color: #3f78b6;
}

.entry-title {
    font-size: 20px;
    font-weight: normal;
    color: #2b2b2a;
    line-height: 22px;
    font-weight: bold;
    padding: 8px;
    border-bottom: 1px solid #2a65a2;
    padding-bottom: 5px;
}

.entry-title a {
    color: #2a65a2;
}

.entry-title a:hover {
    color: rgb(0, 87, 18);
}

.site-header {
    border-bottom: 2px solid #2a65a2
}

.entry-time {
    background-color: rgb(240, 240, 240);
}

#header-main.sticky {
    background-color: rgba(255, 255, 255);
}

.site-title img {
    height: 50px;
}

.header-bottom {
    color: white;
}

.site-header {
    box-shadow: 0px 0px 0px;
}

.page-header h1.entry-title,
.page-header {
    padding-bottom: 8px;
}

.main-content {
    padding: 18px, 0;
    */
}

.no-video .video-container video,
.touch .video-container video {
    display: none;
}

.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}

.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: static;
}

.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}

.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}

.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}

.video-container video {
    position: fixed;
    z-index: 0;
    bottom: 0;
}

.video-container video.fillWidth {
    width: 100%;
    top: 40px;
}

.portfolio-items,
.portfolio-filter {
    list-style: none;
    padding: 0;
    margin: 0 20px 20px 0;
}

.portfolio-filter>li {
    display: inline-block;
}

.portfolio-items>li {
    float: left;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.portfolio-items.col-2>li {
    width: 50%;
}

.portfolio-items.col-3>li {
    width: 33%;
}

.portfolio-items.col-4>li {
    width: 25%;
}

.portfolio-items.col-5>li {
    width: 20%;
}

.portfolio-items.col-6>li {
    width: 16%;
}

.portfolio-item {
    padding: 0;
    margin: 0;
}

.portfolio-item .item-inner {
    background: #4e5156;
    border: 1px solid #eee;
    padding: 10px 10px 0;
    margin: 0 20px 20px 0;
    position: relative;
    color: white;
}

.portfolio-item .item-inner:hover {
    background: #eb4432;
    border: 1px solid #eee;
    padding: 10px 10px 0;
    margin: 0 20px 20px 0;
    position: relative;
    color: white;
}

.portfolio-item img {
    width: 100%;
}

.portfolio-item h5 {
    margin: 0;
    padding: 10px 0;
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.portfolio-item2 .item-inner {
    background: #858b94;
    border: 1px solid #eee;
    padding: 10px 10px 0;
    margin: 0 20px 20px 0;
    position: relative;
    color: white;
}

.portfolio-item2 .item-inner:hover {
    background: #eb4432;
    border: 1px solid #eee;
    padding: 10px 10px 0;
    margin: 0 20px 20px 0;
    position: relative;
    color: white;
}

.portfolio-item2 img {
    width: 100%;
}

.portfolio-item2 h5 {
    margin: 0;
    padding: 10px 0;
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.portfolio-item .overlay {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

.portfolio-item .overlay .preview {
    position: relative;
    top: 50%;
    display: inline-block;
    margin-top: 0px;
}

.portfolio-item:hover .overlay {
    opacity: 1;
}


/* Start: Recommended Isotope styles */


/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}


/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}


/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}


/* End: Recommended Isotope styles */


/* disable CSS transitions for containers with infinite scrolling*/

.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.entry-content {
    margin-left: 0px;
    margin-right: 0px;
}


/*Personalizando o Botão de Login Azure*/

/* form#loginform h4 {
    display: none;
}

.fa-windowslive::before {
    visibility: hidden;
}

.mo_oauth_login_button {
    display: none !important;
    background-color: #646970 !important;
    border: 1px solid #646970 !important;
}

.mo_oauth_login_button.apresentacao {
    display: flex !important;
}

.mo_oauth_login_button_text {
    /* display: none !important; 
    padding-left: 10px;
    padding-top: 3px;
    border-left-color: #fff!important;
}

.img_icone {
    width: 33px !important;
    border-right-color: #fff !important;
    padding-left: 5px;
} */


/*Códigos para personalizar o panel da home*/


/*Panel da home*/

.panel-home {
    margin: -20px 0px;
}

.headingpanel>.panel-heading {
    background-color: #2a65a2 !important;
    border-bottom: 1px solid #fff;
}

.homepanel {
    border: 1px solid #fff !important;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.57);
}

.headingpanel {
    background-color: #2a65a2 !important;
    color: #fff;
    margin-top: -10px;
    border-radius: 3px;
    color: #fff;
}

.headingpanel>h4 a {
    color: #fff;
}


/* Códigos para colocar link no título do panel da home*/

.linkhome>a {
    color: #fff;
    padding-bottom: 3px;
    display: block;
}

.linkhome:hover>a:hover {
    color: #d2f5b3;
}


/* Código para formatar borda no título do panel*/

.borda-titulo {
    margin-bottom: -1px !important;
    margin-top: 5px !important;
    width: 20%;
    border-bottom: 1px solid #befc87;
}


/*------------------------------------------*/


/*Código para formatar a toggle personalizada com ícone*/

.icon-opah {
    float: right;
    margin-top: 1.3%;
    color: rgb(65, 150, 0);
}

.icon-opah:hover {
    color: #81b94f;
}

.titulo-panel {
    margin-top: -30px;
    font-weight: 700;
    color: #333;
}

.titulo-panel>a {
    display: block;
}


/*-----------------------------------------------------------*/


/* Código que formata borda à esquerda, para títulos e paragrafos*/

.border-home {
    border-left: 4px solid #2a65a2;
    padding: 0px 10px;
}


/*-----------------------------------------------------------*/


/* Código que formata a aparência das imagens colocados na home. Aplica borde e sombra*/

.foto-home {
    border: 2px solid #fff;
    border-radius: 3px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.699);
}


/* Códigos para formatar o efeito hover da imagem dentro do panel*/

a:hover .foto-hover:hover {
    opacity: 0.8;
}


/* Código que formata a aparencia das imagens colocados nos textos dos portais. Aplica borde e sombra*/

.foto-img {
    border: 3px solid #fff;
    border-radius: 3px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.61);
}


/*--------------------------------------------------------------------------------*/


/* ============================================================================================================ */


/*Código para Fazer efeito de hover no FLUXO svg DRAW.IO, ele está fazendo o eveito somente quando o objeto tem link "a"*/

foreignObject {
    pointer-events: none;
}

a rect {
    transition: ease-out 0.5s;
}

a rect:hover {
    fill: #F1F1F1;
    cursor: hand;
    cursor: pointer;
    transition: ease-in 0.4s;
}


/*Código está personalizando o fluxo do ciclo de vida (código para selecionar fluxo específico)*/

.ciclo-vida a rect:hover {
    fill: #85A090;
}


/* Altera a transição da letra no retangulo */

.ciclo-vida a {
    transition: ease-out 0.5s;
}


/* Altera a cor da letra no retangulo */

.ciclo-vida a:hover font {
    color: #fff;
    transition: ease-in 0.4s;
}


/*--------------------------------------------------------------*/


/* ============================================================================================================ */