/*
Theme Name: Child Theme
Description: Filho do bedentist
Author: Trimes
Template: bedentist
*/
@import url(../bedentist/style.css);

.site-info.footer h6
{
    color: white;
}
.site-info.footer p
{
    color: #b3b5b7;
}

.site-header.container, .site-footer.container
{
    margin-top: 0;
}

.site-main
{
    margin-bottom: -37px
}

.site-info .phone__info::before
{
    content: '\f095';
    height: 36px;
    width: 36px;
    font-family: FontAwesome;
    line-height: 36px;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    position: absolute;
    left: -25px;
    top: 75px;
    border-color: #0095e5;
    color: #0095e5;
}

.mail::before
{
    content: '\f199' !important;
    top: 125px !important;
}

.loc::before
{
    content: '\f041' !important;
    top: 175px !important;
    
}

.tim::before
{
    content: '\f017' !important;
}

.tim em
{
    color: #b3b5b7;
}

.footer-copyright div
{
    color: #b3b5b7;
}

.footer-copyright div img
{
    margin-bottom: -4px;
}

.header__search
{
    display: none;
}
.site-header.default .site-menu
{
    display: none;
}

.crem
{
    position: absolute;
    right: 230px;
    margin-top: -21px;
}

#toTop
{
    display: none !important;
}
/*-----------------------mapa---------------------*/

.mapa
{
    height: 300px;
    background-image: url("https://marcelorasche.com.br/wp-content/uploads/2016/08/mapa-v-final.jpg");
    background-position-x: center;
}

.mapa a
{
    background-color: #5394e2;
    color: white !important;
    padding: 15px 40px;
    position: relative;
    float: right;
    margin-right: 200px;
    margin-top: 125px;
}
/*-----------------------mapa---------------------*/

/*====================================medias=====================================*/

@media screen and (max-width: 1200px){
    .header-container .site-info .phone__info, .header-container .site-info .time__info
    {
        display: block;
    }
    /*-----------------------mapa---------------------*/
    .mapa a
    {
        margin-right: 80px;
    }
    /*-----------------------mapa---------------------*/
}

@media screen and (max-width: 767px){
    .crem
{
    position: relative;
    right: auto;
    margin-top: auto;
    padding-top: 10px;
}
    
    .home .tm_pb_slide
{
    background-position: -35px !important;
}
    
    .tm_pb_slide_content
    {
        margin-top: 130px;
    }
    /*-----------------------mapa---------------------*/
    
    .mapa a
    {
        float: left;
        margin-top: 178px;
        left: 50%;
        margin-left: -96px;
    }
    
    /*----------------mapa-----------------------*/
}

/* whatsapp */
.icon_whats_desktop{
    position: fixed;
    right: 0;
    bottom: 100px;
    z-index: 10;
}
.icon_whats_desktop:hover {
    filter: brightness(0.9);
}
.icon_whats_mobile {
    position: fixed;
    bottom: 80px;
    right: 5px;
    z-index: 10
}

@media screen and (max-width: 768px){
	.icon_whats_desktop{
		display: none;
	}
}
@media screen and (min-width: 769px){
	.icon_whats_mobile {
		display: none;
	}
}
/* end whatsapp */