/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/



.sticky-enabled .main-navigation.is_stuck { background-color: #c95170;}
p {margin-bottom: 1.2em;}

.cremers{ float: left; }
.topo-contatos{ float: right;}
.topo-contatos .icone-whats, .topo-contatos .icone-fone {margin-left: 10px;}

.icone-endereco {
	background:url(svg/location.svg) no-repeat;
    display: block;
    padding: 0 0 10px 27px;
    line-height: 21px;
    float:left;
    height: 35px;
    width: 100%;
}


.icone-whats {
	background:url(svg/whats.svg) no-repeat;
    display: inline-block;
    padding: 0 0 10px 27px;
    line-height: 21px;
}
.icone-fone {
	background:url(svg/fone.svg) no-repeat;
    display: inline-block;
    padding: 0 0 10px 27px;
    line-height: 21px;
}
.icone-mail {
	background:url(svg/mail.svg) no-repeat;
    display: inline-block;
    padding: 0 0 10px 27px;
    line-height: 21px;
    
}
.cdi {
	background:url(svg/cdi.svg) no-repeat;
    display:block;
    float: right;
    width: 30px; 
    height: 30px;
}
 .wp-block-button {
     padding: 5px 0px !important;}




/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  /*Ocultar em Mobile*/
  .nomobile{ display:none;}
    
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {...}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {...}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {...}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {...}
}



