/**
 * Theme Name:  Papirus Child
 * Theme URI:   http://yourdomain.com
 * Description: A blank child theme of the Papirus parent theme.
 * Version:     1.0
 * Author:      Your Name
 * Author URI:  http://yourdomain.com
 * Tags:        Book
 *
 * License:     GNU General Public License v2.0
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Template:    papirus
 */

/* Importing the parent theme stylesheet. */
@import url( '../papirus/style.css' );

/* Place your custom style here. */
/*.branding .site-description{display:none;}*/

.primary_menu .menu .sub-menu {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    padding: 20px 0;
    background: rgba(193,76,82,0.9);
    border-radius: 3px;
    border-top-left-radius: 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.row.catalogos {
    padding-bottom: 50px;
}

img.image_catalogo{
    width: 100%;
    height: 250px;
}
.imagem_cat_div{
    padding-bottom: 0px;
    margin-bottom: 0px;
}
div.col-md-6.right-side-cat, div.col-md-6.left-side-cat{
    margin: 0px;
    padding: 0px;
    max-height: 250px;

}
.text_catalogo{
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.author_catalogo{
    padding: 5px;
    margin: 0px;
}
.author_catalogo p{
    font-size: 10px;
    margin:0px;
    padding:0px;
}
.author_catalogo a{
    font-size: 10px;
    margin:0px;
    padding:0px;
}

.left-side-cat{

}
.catalogo_por_categoria{
    margin:0 auto;
    width: 80%;
  	padding-bottom:50px;
}
div.dataTopCatImg img{
 	width:150px;
  padding-top:50px;
}
.catalogo_por_categoria_top .hero.page_title .container{
  padding: 180px 0 70px;
}
.catalogo_por_categoria_top .hero.page_title .container .data_topo_categoria{
  padding-left:12%;
  padding-right:4%;
}
.data_topo_categoria div h1{
  font-family: "Raleway";
  text-transform: uppercase;
}
h1.first_title_catalogo{
  font-weight: 200;
}
h1.second_title_catalogo{

}

p {
    font-size: 17px;
}

#cbb_home, #cib_home
{
    display: none;
    position: absolute;
    top: 0px;
}

.cbb_small_home img, .cib_small_home img
{
    -webkit-box-shadow: 0 15px 10px rgba(0,0,0,.6);
    box-shadow: 0 15px 10px rgba(0,0,0,.6);
}


.cbb_small_home:hover, .cib_small_home:hover
{
    margin-top: -5px;
    /*border-color: #C75D62;
    border-style: solid;
    border-width: 2px;*/
    cursor: pointer;
    -webkit-box-shadow: 0 15px 10px rgba(0,0,0,.6);
    box-shadow: 0 15px 10px rgba(0,0,0,.6);
}

.bbd_event_list
{
    border-color: #ededed;
    border-style: solid;
    border-width: 2px;
}

.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-3-4::before
{
    padding-top: 60%;
}

.tbk-calendar-date .tbk-month {
    font-size: 10px;
    margin-bottom: 5px;
}

.tbk-calendar-date .tbk-day {
    font-size: 15px;
    line-height: 7px;
}

.tbk-calendar-date .tbk-weekday {
    font-size: 9px;
}

.tbk-upcoming-slot {
    min-height: 56px;
}

.tbk-upcoming ul {
    list-style: none;
}

.tbk-upcoming-slot .tbk-service-name {
    font-size: 13px;
}

.tbk-upcoming .tbk-button.tbk-show-more {
    width: calc(50% - 10px);
}

.bbd_event_list.wpb_column.vc_column_container.vc_col-sm-6 {
    position: absolute;
    right: 0;
    background-color: white;
    z-index: 1;
}

.content_inner {
    padding: 50px 50px 0px 0px;
}

.visiteADOL img:hover {
    box-shadow: 0 15px 10px rgba(0,0,0,.6) !important;
}

.tbk-schedule-slot {
    margin: 5px 5px !important;
}

.aigpl-gallery-album-wrp .aigpl-img {
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.aigpl-gallery-album-wrp .aigpl-img:hover {
    -webkit-transform: scale(1.1) rotate(-4deg);
    transform: scale(1.1) rotate(-4deg);
    opacity: 0.9;
    filter: alpha(opacity=90);
    
}

.page_header {
    position: initial;
}
