/*
Theme Name: ANEA
Theme URI: http://www.rhp.pt
Description: ANEA
Author: Rui Cruz
Author URI: http://www.rhp.pt
Template: Avada
Version: 1.0
*/

/* Generated by Orbisius Child Theme Creator (http://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Fri, 30 Jun 2017 10:00:23 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/


/* hide social network icons for people (órgãos sociais) */
.fusion-social-networks-wrapper {
display: none !important;
}


/* increase font size of checklist items */
.fusion-checklist .fusion-li-item p:last-of-type, ul.fusion-checklist .fusion-li-item p:last-of-type {
    margin-bottom: 0;
    font-size: initial !important;
}


/* mobile yes or no */
.mobileyes {
  display: none; /* This is how it looks on mobile */
}

@media (min-width: 600px) {
  .mobnileyes {
    display: block; /* This is how it looks on desktop */
  }
}

.mobileno {
  display: block; /* This is how it looks on mobile */
}

@media (min-width: 600px) {
  .mobnileno {
    display: none; /* This is how it looks on desktop */
  }
}

