/* Sidebar nav widget */
/* Buttons styles */
body.evento .cip-submenu-button {
  	border-left: 1px solid #1d1d1d;
  	border-right: 1px solid #1d1d1d;
  	margin: 0 !important;
  	padding: 7px 10px;
}

body.evento #cip-submenu #atividade-btn {
  	line-height: 19px !important;
  	border-bottom: 1px dotted #1d1d1d !important;
  	color: #1d1d1d;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    border-radius: 0px;
    font-size: 17px;
    font-family: 'Dobra Book',Helvetica,Arial,Lucida,sans-serif!important;
}

body.evento #cip-submenu .cip-submenu-button #atividade-btn:after {
	display: none;
}
body.evento #cip-submenu .cip-submenu-button:hover a {
	color: #ad1523!important;
    font-size: 19px!important;
    background-image: initial!important;
    background-color: transparent!important;
}
body.evento #cip-submenu .cip-submenu-buttons {
  	border-top: 4px solid #1d1d1d !important;
}

body.evento #cip-submenu .cip-submenu-button:last-of-type {
  	border-bottom: 1px solid #1d1d1d !important;
}

body.evento #cip-submenu .cip-submenu-button:last-of-type #atividade-btn {
  	border-bottom: none !important;
}

@media only screen and (max-width: 425px) {
	body.evento .et_pb_section_0 .et_pb_column_0 {
	  margin-bottom: 20px !important;
	}

    body.evento .et_pb_text_0 {
      margin-bottom: 10px !important;
      line-height: 30px !important;
	}
	
	body.evento .et_pb_column_2_3 {
	  margin-top: 0px !important;
      padding-top: 0px !important;
	}
	
	body.evento #programa #contact-info {
      padding-left: 0 !important;
    }
	
	body.evento #contactos #event-detail {
      padding: 20px 0px !important;
    }
	
	body.evento #contactos #contact-info {
    padding: 0px !important;
    }
	
	body.evento input {
      padding: 8px 6px !important;
      font-size: 14px !important;
    }

}

