/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* line 1, /home3/privatechefs/public_html/templates/rt_salient/custom/scss/custom.scss */
nav.g-main-nav .g-menu-item-101 {
  display: none;
}
/* line 4, /home3/privatechefs/public_html/templates/rt_salient/custom/scss/custom.scss */
#g-header .g-container {
  margin-top: -2rem;
  margin-bottom: -1rem;
}
/* line 8, /home3/privatechefs/public_html/templates/rt_salient/custom/scss/custom.scss */
#g-header .g-main-nav .g-toplevel > li > .g-menu-item-container {
  font-size: 1.7rem;
}
/* line 11, /home3/privatechefs/public_html/templates/rt_salient/custom/scss/custom.scss */
#g-header .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator::after {
  content: none;
}
/* line 14, /home3/privatechefs/public_html/templates/rt_salient/custom/scss/custom.scss */
#g-header .g-main-nav .g-dropdown-column {
  background: #212121;
}
/* line 17, /home3/privatechefs/public_html/templates/rt_salient/custom/scss/custom.scss */
#g-copyright .g-container {
  width: 100%;
}
/* line 20, /home3/privatechefs/public_html/templates/rt_salient/custom/scss/custom.scss */
#g-copyright .g-container .g-grid {
  margin-top: -1rem;
  margin-bottom: -1rem;
}
/* line 24, /home3/privatechefs/public_html/templates/rt_salient/custom/scss/custom.scss */
.g-promoimage .g-promoimage-iconbutton {
  background: none;
  border: none;
}
/*style like Typography value 'button'*/
/* line 31, /home3/privatechefs/public_html/templates/rt_salient/custom/scss/custom.scss */
.readmore a.btn {
  display: inline-block;
  font-family: "sourcesanspro", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 700;
  border-radius: 3px;
  background: #d4ab3c;
  color: #fff !important;
  font-size: 1rem;
  border: 2px solid transparent;
  margin-bottom: 0.2rem;
  padding: 0.5rem 1.5rem;
  vertical-align: top;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 50, /home3/privatechefs/public_html/templates/rt_salient/custom/scss/custom.scss */
.readmore a.btn:hover, .readmore a.btn:active, .readmore a.btn:focus {
  background: #b2b3ad;
  color: #fff !important;
}
/*kill the arrow icon*/
/* line 57, /home3/privatechefs/public_html/templates/rt_salient/custom/scss/custom.scss */
.readmore .icon-chevron-right {
  width: initial;
}
/* line 61, /home3/privatechefs/public_html/templates/rt_salient/custom/scss/custom.scss */
.readmore .icon-chevron-right:before, .readmore .icon-rightarrow:before, .readmore .icon-arrow-right:before {
  content: none;
}
