/*
Theme Name:   Template de Cristian
Theme URI:    https://cristianleal.com.ar
Description:  Child theme de Cristian Leal
Author:       Cristian Leal
Author URI:   https://cristianleal.com.ar
Template:     wp-bootstrap-starter
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         
Text Domain:  wp-bootstrap-starter
*/


body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #f7f7f7;
}
.navbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px;
}
header#masthead{
	/*top: 30px;*/
	background-color: #ffffff
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a{
	color: #666666;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a{
	font-weight: 400;
	color: #000000
}
/*
headeer top
*/
.topbar{
  background-color: #212529;
  padding: 0;
}

.topbar .container .row {
  margin:-7px;
  padding:0;
}
ul.social-network {
  border:none;
  margin:0;
  padding:0;
}

ul.social-network li {
  border:none;  
  margin:0;
}

ul.social-network li i {
  margin:0;
}

ul.social-network li {
    display:inline;
    margin: 0 5px;
    border: 0px solid #2D2D2D;
    padding: 5px 0 0;
    width: 32px;
    display: inline-block;
    text-align: center;
    height: 32px;
    vertical-align: baseline;
    color: #000;
}

ul.social-network {
  list-style: none;
  margin: 5px 0 10px -25px;
  float: right;
}
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    transition: .3s ease-out;
    color: #fff;
}
.pagina-completa .entry-header{
  background-size: cover;
  padding: 70px 0;
}
.pagina-completa h1.entry-title{
  border-bottom: none;
  text-align: center;
  padding: 15px;
  background-color: rgba(0,0,0,0.5);
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
}
/*====================
Scrolling fixed bar
==================*/
.section-home-page-fixed-bar{
    padding-top: 28px;
    padding-bottom: 28px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
    display: none;
    left: 0
}
.section-home-page-fixed-bar h3{
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: 24.50px;
    padding-right: 23px;
    padding-left: 23px;
    padding-top: 5px;
  text-transform:uppercase;
}
.section-home-page-fixed-bar a{
    display: inline-block;
    vertical-align: top;
    transition: background-color 0.5s ease 0s;
    text-transform: uppercase;  
}
.section-footer {
    padding-bottom: 96px;
}
span.close-btn-scroll-fix-bar {
    position: absolute;
    right: 3%;
    border:0px !important;
    top: 40%;
    transform: translateY(-40%);
    height: 15px !important;
}
span.close-btn-scroll-fix-bar i{
  color: #ffffff;
  font-size: 22px;
}
span.close-btn-scroll-fix-bar:hover{
    cursor: pointer;
}