/* aplica somente a partir de 320px */
@media screen and (max-width: 767px) {
   span.img_cropper {
  display: contents !important;
	}
  .wplp_widget_default .wplp_listposts li .img_cropper:after {
   position: relative !important; 
  }
}
 
/* aplica somente a partir de 480px em landscape */
@media screen and (max-width: 767px) and (orientation: landscape) {
   span.img_cropper {
  display: contents !important;
	}
  .wplp_widget_default .wplp_listposts li .img_cropper:after {
   position: relative !important;
  }
}


#hidePleiade .wplp_listposts {
  min-height: 500px !important;
  overflow: auto !important;
  max-height: 5000px !important;
}

#hideMemorial .wplp_listposts {
  min-height: 500px !important;
  overflow: auto !important;
  max-height: 5000px !important;
}

#hideInConsultores .wplp_listposts {
  min-height: 600px !important;
  overflow: auto !important;
  max-height: 5000px !important;
}

#hideInfoColab .wplp_listposts {
  min-height: 500px !important;
  overflow: auto !important;
  max-height: 5000px !important;
}

#slider-wrap {
 margin-bottom: 25px;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
}

.mailster-form .mailster-wrapper input[type='email'] {
  border-radius: 3px;
    border: 1px solid #ccc;
    height: 30px;
  padding-left: 10px;
}

.mailster-form .submit-button {
    cursor: pointer;
    width: 100%;
    background: #009688;
    border: 0;
    height: 28px;
    color: #fff;
  border-radius: 3px;
}

.hr, hr {
    border: 0;
    background: #eee;
    border-bottom: 2px solid #eee;
    height: 1px; 
     margin: 0; 
}

.wpcu_block_title {
    display: none !important;
}

.colaboradoresImg {
  border-radius: 5px;
  height: 150px;
  width: 150px;
border: 5px solid #fff;
box-shadow: 4px 4px 7px #ccc;
}

#hoverColaboradores img:hover {
 border: 5px solid #202b3c;
}

.post-thumbnail img {
    max-width: 100% !important;
}

@media only screen and (min-width: 720px)
{
.nav ul.sub-menu {
    opacity: 1 !important;
    display: none;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
}

@media only screen and (min-width: 720px)
{
#nav-header .nav li a {
    color: #fff;
    color: rgba(255,255,255,1) !important; 
}
}

#flexslider-featured .flex-direction-nav {
    position: absolute !important;
    top: 150px !important;
    left: 49px !important;
    right: 53px !important;
}

#flexslider-featured .flex-direction-nav a {
 background: transparent !important;
color: #fff;
opacity:0.5;
}

#flexslider-featured .post-meta{
 display: none;
}

#flexslider-featured h2{
 display: none;
}

#flexslider-featured .post-thumbnail{
 pointer-events: none;
}

svg.hu-svg-placeholder {
 display: none;
}

.su-tabs-pane {
 font-size: 18px !important;
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background: #1e73be !important;
}

.mejs-controls .mejs-play button {
    background-position: 5px 0 !important;
}

.su-tabs-pane p a {
color: #1e73be !important;
}

.su-tabs-pane p a:hover {
text-decoration: underline !important;
}

#hideInfoColab .wplp_widget_masonry .date {
 display: none !important;
}

#hideInfoColab .wplp_widget_masonry .text  {
 display: none !important;
}

#hideInfoColab .wpcu-front-box .custom_fields  {
 display: none !important;
}

#hideMemorial .wplp_widget_masonry .date {
 display: none !important;
}

.video-container embed, .video-container iframe, .video-container object, .video-container video {
 height: auto !important;
}

.video-container {
padding-bottom: 10% !important; 
}

.newsletters label {
    display: none !important;
}

.newsletters .btn {
width: 100% !important;
font-size: 17px !important;
}

.newsletters .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.field-wrap button, .field-wrap input[type=button], .field-wrap input[type=submit] {
    width: auto;
    padding: 5px 10px 5px 10px;
    background-color: #337ab7;
    border: #1f3446;
    color: #fff;
    border-radius: 4px;
    box-shadow: none !important;
    cursor: pointer;
}