/*
Theme Name: Extra Child
Description: Child theme for Extra
Author: Websites.ca
Template: Extra
Version: 0.1.0
*/

@import url("../Extra/style.css");

  
#main-header, #top-header {
    z-index: 2000;
}
.gallery img {
    border: none !important;
}
.gallery-caption {
    font-size: 12px;   
    line-height: 145%;   
    width: 95%; 
}
#caption { color: #444; }

#footer-info .et_pb_widget:first-of-type {
  padding-top: 0;
}
#footer-info .et_pb_widget {
  margin: 0;
}
#footer-info .websitesca-footer-link, #footer-info .websitesca-footer-link a {
   color: rgba(255, 255, 255, 0.3) !important;
    font-size: 11px;
    font-weight: 400 !important;
}

/*===== MOBILE ====*/
  
@media only screen and (max-width: 768px){
    .websitesca-footer-link, #footer-bottom .textwidget { 
      text-align: center !important; 
    }
  }