/*

Theme Name: AB Metal Fabrication - Custom Theme by linnflux

Description: Child theme for twentyseventeen

Author: linnflux

Template: twentyseventeen

*/



/* header */

.custom-header-media, .custom-header {

  max-height:700px!important;

}



/* pages */

header.entry-header {

  display:none;

}

.center {

  text-align:center;

}

.panel-image {

  max-height:300px!important;

}

.panel-content {

  background-image: url('/wp-content/uploads/2017/09/bg.jpg');

}

.entry-content {

  background-color:rgba(255,255,255,0.7);

  border-radius:5px;

  box-shadow:0px 5px 5px rgba(0,0,0,0.4);

  padding:1.5em;

}



/* home */

.tel-link {

  margin-top:1.5em;

  margin-bottom:2.5em;

}

.tel-link a {

  border:1px solid #000;

  border-radius: 5px;

  background-color:#265f00;

  color: #fff;

  font-weight:600;

  padding:10px 15px;

}

.tel-link a:hover {

  color:#fff!important;

}

@media screen and (max-width:500px) {

  .tel-link {

    margin-top:1em;

   }

}



/* contact */

input.wpcf7-form-control.wpcf7-submit, input.wpcf7-form-control.wpcf7-submit:hover, input.wpcf7-form-control.wpcf7-submit:focus {

  background-color:#265f00!important;

}



/* footer */

.widget-area, .site-info {

  display:none;

}

#colophon {

  background-color:#265f00;

  color:#fff;

  margin-top:0px;

}

