/*
 Theme Name:   Author Child
 Template:     author
 Author: 	   Compete Themes
 Version: 	   1.0
 Author URI:   https://www.competethemes.com
 Description:  This is a child theme used to customize the Author WordPress theme.
 License: GNU  General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
 
/* =Theme customization starts here
-------------------------------------------------------------- */

.main-sidebar {
  background: #787d82 !important;
  color: #27292b !important;
}
.main-sidebar a,
.main-sidebar a:link,
.main-sidebar a:visited {
  color: #27292b !important;
}

@media all and (min-width: 950px) {

  .main-sidebar {
    width: 22% !important;
  }
  .main {
    width: 78% !important;
  }
}


.home .post-header,
.home .entry-header { 
  display: none; 
}

@media (min-width: 981px) {
    .lwp-col-portfolio .et_pb_grid_item {
        width: 29.66%!important;
        margin-right: 5.5%!important;  
    }
 
    .lwp-col-portfolio .et_pb_grid_item:nth-child(3n) {
        margin-right: 0!important;
    }
 
    .lwp-col-portfolio .et_pb_grid_item:nth-child(4n) {
        margin-right: 5.5%!important;
    }
 
    .lwp-col-portfolio .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1) {
        clear: none!important;
    }
    .lwp-col-portfolio .et_pb_grid_item.first_in_row {
        clear: unset;
    }
}