/* oficial font */
@font-face {
  font-family: 'Nowadays_Italic';
  src: url('https://bocapio.com.br/wp-content/themes/onepress/assets/fonts/Nowadays_Italic.ttf?v=1.0');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Nowadays';
  src: url('https://bocapio.com.br/wp-content/themes/onepress/assets/fonts/Nowadays_Regular.ttf?v=1.0');
  font-weight: normal;
  font-style: normal;
}


/* Contact form */
.contact-form input[type="email"], .contact-form input[type="tel"], .contact-form input[type="text"], .contact-form textarea, .contact-form input[type="url"] {
    width: 98% !important;
    max-width: 98%;
    margin-bottom: 13px;
}
.screen-reader-response {
    color: green;
    font-size: 150%;
}

.nf-form-wrap.ninja-forms-form-wrap .nf-response-msg {
    color: green;
    font-weight: normal;
    font-size: 160%;
}

/* Custom font */
x.onepress-menu a{
	font-family: 'Nowadays' !important;
	font-weight:normal !important;
	letter-spacing:2px;
	word-spacing: 3px;
}

.section-title-area .section-title{
	font-family: 'Nowadays' !important;
	xfont-weight:normal !important;
  letter-spacing:2px;
	word-spacing: 5px;

}

xa{
	font-family: 'Nowadays' !important;
	font-weight:normal !important;
}

/* Whatsapp icon */
.cresta-whatsapp-chat-box.onBoth{
		width: 45px !important;
		height: 45px !important;
		line-height: 45px !important;
	-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}

.cresta-whatsapp-chat-box svg#whatsapp-msng-icon {
	top: 7px !important;
  left: 8px !important;
	width: 30px !important;
	height: 30px !important;
}

.cresta-whatsapp-chat-box svg#close-icon {
	top: 13px !important;
	left: 13px !important;
}


/* News Sessions (Services) */
.all-news a{
	display:none;
}

/* Header */
@media screen and (min-width: 1140px) {
}
@media screen and (max-width: 940px) {
	.site-logo-div img {
    height: 30px;
    width: auto;
 }

}
@media screen and (max-width: 720px) {
	.site-logo-div img {
    height: 30px;
    width: auto;
 }

}
@media (max-width: 767px) {
	.site-logo-div img {
    height: 30px;
    width: auto;
 }

}
