/*
Theme Name: Provida Theme
Description: Provida enfold child theme
Version: 1.0
Author: InfoOptima
Author URI: http://info-optima.net
Template: enfold
*/
@import url("../enfold/style.css");
/*Add your own styles here:*/

.sitename {
   display: none;
   position: absolute;
   left: 6rem;
   font-size: 1.5rem;
   max-width: 22rem;
   line-height: 1;
   margin-top: 2rem;
   font-weight: bold;
}

.stretch_full .container {
   display: none;
}

.template-page .entry-content-wrapper h1 {
   border-bottom: 1px solid;
}

#top .avia-logo-element-container img {
   padding: 1rem 2rem;
}

.recentcomments, .widget_recent_entries li {
   border-color: #184422;
   border-width: 1px;
}

@media screen and ( max-width: 800px ) {
   .sitename {
      font-size: 1rem;
      line-height: 1;
      max-width: 5rem;
      left: 5rem;
      top: 1rem;
   }

   #footer .widget {
      margin: 0;
   }
}
