/*
 Theme Name:   Iron Gate Catering
 Theme URI:    http://example.com/wp-bootstrap-starter-child/
 Description:  Iron Gate Catering Theme
 Author:       Markus Young
 Author URI:   https://planet4design.com
 Template:     wp-bootstrap-starter
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         custom
 Text Domain:  wp-bootstrap-starter-child
*/
/* General Adjustments */
#content { padding: 0 !important; }

/* Typography */
h1, h2, h3, h4, h5, h6 { text-shadow: none !important; margin: 0 !important; }
p { color: #000 !important; }
.igc-h4 { font-weight: 300; font-size: 24px; }
.igc-hero { font-size: 75px !important; text-transform: uppercase; color: #fff; text-shadow: none; font-weight: 300; }
.igc-sub { font-size: 18px !important; color: #fff; text-shadow: none;}
.igc-motto { font-size: 40px !important; text-shadow: none; }
.igc-title { font-weight: 700; font-size: 36px; text-transform: uppercase; }
.testimonial-name { font-size: 20px; font-weight: 300; }
.text-black { color: #000 !important; }
.team-name { text-transform: uppercase; }
.team-title { text-transform: uppercase; font-weight: 300; }
.modal-body { color: #000 !important; }

/* Form Adjustments */
.nf-form-title { display: none; }
.nf-form-content label { color: #000 !important; }
.nf-form-fields-required { max-width: 1000px; margin: 0 auto; padding-bottom: 25px; }

/* Image Adjustments */
.team-img { object-fit: cover; object-position: center; width: 100%; }

/* Nav Adjustments */
#masthead { background-color: #000 !important; }

/* Design */
.btn-igc { background-color: #000; padding: 5px 25px; font-size: 24px; color: #fff; transition: 0.35s ease; }
.btn-igc:hover { background-color: #fff; color: #000; text-decoration: none; }
.bg-grey { background-color: #e0e0e0 !important; }
.igc-hr { border: none; width: 5%; height: 5px; background-color: #e0e0e0; margin-top: -5px; }
.igc-hr-darkgrey { border: none; width: 5%; height: 5px; background-color: #999; margin-top: -5px; }
.menu-title { padding-bottom: 0; font-size: 24px; font-weight: bold; margin-bottom: 0; }
.menu-title:hover { color: #000; text-decoration: none; }
.menu-item-title { font-size: 18px; font-weight: bold; }
.igc-collapse-btn { font-size: 18px !important; font-weight: bold !important; margin-bottom: 0; text-shadow: none !important; width: 100%; text-align: left !important; border-radius: 0 !important; }
.igc-collapse-btn:hover { text-decoration: none !important; background-color: #000 !important; color: #fff !important; }
.card-header { border: none !important; border-radius: 0 !important; padding: 0 !important; transition: 0.35s ease; }
.card { border: none !important; border-radius: - !important; }
.border-black { border: 1px solid #000; border-radius: 10px; }


/* Modal Adjustments */
.modal-content { background-color: #fff !important; border: none !important; border-radius: 0 !important; box-shadow: 0 5px 50px rgba(0,0,0,0.75); }
.modal-body p { color: #000 !important; }
.modal-header { background-color: #000; border-top-left-radius: 0 !important; border-top-right-radius: 0 !important;  }

/* Home Page Adjustments */
.header-bg { background-size: cover; background-repeat: none; background-position: center; background-attachment: fixed; }
.menu-hr { border: none; width: 5%; height: 5px; background-color: #e0e0e0; }
.anchor { position: relative; top: -75px; }

/* Sizing */
.vh-full { height: 85vh; }
.vh-small { height: 35vh; }