.ccm-edit-mode #ccm-theme-grid-edit-mode-row-wrapper {
  display: flex;
  width: 100%;
}
.ccm-panel-content ul.nav,
.ccm-panel-content menu {
  display: block;
}
/*  Bonita Stone
Common colours  */
@font-face {
  font-family: ProximaNovaBlack;
  src: url("/packages/soupmedia/themes/soupmedia/fonts/ProximaNovaBlack.otf") format("opentype");
}
@font-face {
  font-family: ProximaNovaLight;
  src: url("/packages/soupmedia/themes/soupmedia/fonts/ProximaNova-Light.otf") format("opentype");
}
@font-face {
  font-family: ProximaNovaRegular;
  src: url("/packages/soupmedia/themes/soupmedia/fonts/ProximaNova-Regular.otf") format("opentype");
}
* {
  font-family: 'ProximaNovaLight', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-family: 'ProximaNovaBlack', sans-serif;
}
h1 {
  color: #000000;
  position: relative;
  text-align: center;
  padding: 40px 20px 7px;
}
h1 {
  font-size: 1.8rem;
}
h2 {
  font-size: 1.2rem;
}
.interview h2 {
  font-family: 'ProximaNovaLight', sans-serif;
  padding: 70px 0px 20px;
  font-size: 3rem;
}
.soup-header {
  background: rgba(0, 0, 0, 0.95);
}
.soup-page {
  background: #fff;
}
.interview p {
  line-height: 110%;
}
table {
  display: block;
}
a:link,
a:visited {
  color: #f47920;
}
.soup-page {
  position: relative;
}
.btn-primary {
  background: #f47920;
  border: #f47920;
}
.banner {
  width: 100%;
}
.banner h1 {
  font-size: 80px;
  color: #fff;
  text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
  max-width: 900px;
  margin: -392px auto 120px;
}
.red-under {
  border-bottom: 40px solid #f47920;
}
.red {
  background: #f47920;
  color: #fff !important;
}
.limestone-under {
  border-bottom: 40px solid #7feaff;
}
.limestone-background {
  background: #7feaff;
}
.limestone-content p {
  font-size: 2rem;
}
.salmon {
  color: #fd9e9e;
}
.salmon-under {
  border-bottom: 40px solid #fd9e9e;
}
.logo {
  margin-top: 5px;
}
.img-responsive {
  width: 100%;
  height: auto;
}
.over-banner {
  margin-top: -100px;
  position: relative;
  z-index: 20;
}
.over-lower-banner {
  margin-top: -300px;
}
.pad-top {
  padding-top: 80px;
}
.pad-bottom {
  padding-bottom: 20px;
}
.padded {
  padding: 20px;
}
.white {
  background: #fff;
}
.sticky {
  position: relative;
  z-index: 21;
}
.news {
  background: #fff;
  margin-top: -500px;
}
.drop-shadow {
  display: block;
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.1);
}
.centred {
  text-align: center;
}
.gap-bottom {
  margin-bottom: 20px;
}
.full-width {
  width: 100%;
}
.dark-bg {
  background: #000;
  color: #fff;
}
.light-bg {
  background: #fafafa;
  color: #131313;
}
.grey-bg {
  background: #edebe8;
}
.call-to-action {
  padding: 80px;
  margin: 0px auto;
  text-align: center;
}
/*.header-logo {
	position: fixed;
	left: 3%;
	padding: 0px;
	background: #fff;
	z-index: 99;
}

.header-nav {
	position: fixed;
	right: 0;
	top: 10px;
	padding: 10px 20px 10px 10px;
	background: #fff;
	z-index: 99;
}
.header-nav li {
	border: 2px #fff solid;
}

.header-nav li:last-child {border: 2px @red solid;}

.header-nav li ul li:last-child {border: 2px #fff solid;}
*/
.navbar-brand img {
  max-width: 300px;
  height: auto;
}
ol.breadcrumb li {
  margin-right: 10px;
}
button {
  margin: 40px 0px;
  padding: 15px;
  background: none;
  border: 2px solid #ff0000;
  font-family: 'ProximaNovaBlack', sans-serif;
}
.footer {
  background: #000000;
  color: #efefef;
  padding: 40px;
  font-size: 13px;
}
.footer p {
  font-size: 1.5rem;
  line-height: 110%;
}
.footer h4 {
  font-size: 1.2rem;
}
.credits a,
.credits a:visited {
  color: #efefef;
}
.footer-icons {
  font-size: 2rem;
  clear: left;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
}
.fa-mobile {
  margin-left: 5px;
}
.footer-icons a:link,
.footer-icons a:visited {
  color: #f47920 !important;
}
button:hover {
  transition: all 0.5s;
  background: #f47920;
  color: #ffffff;
}
/*======== Slider ==========	*/
.ccm-image-slider-title {
  margin-top: 130px;
}
.ccm-image-slider-text {
  width: 100%;
  text-align: center;
}
.ccm-image-slider-text h2 {
  color: rgba(255, 255, 255, 0.9);
  font-size: 4rem;
}
.ccm-image-slider-text p {
  font-family: 'Lustria', serif;
  color: rgba(255, 255, 255, 0.7);
  font-size: 2rem;
}
/*======== News ============*/
.news-header {
  background: #2a4727;
  color: #fff;
  width: 100%;
  padding: 10px 20px;
}
.news-header a:link,
.news-header a:visited {
  color: #fff;
}
.news-title {
  font-weight: 700;
}
h3.news_date {
  padding-top: 20px;
}
.news-item {
  border-bottom: 1px solid #ddd;
}
main {
  width: 100%;
}
.credits {
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  padding: 20px;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 576px) {
  .padded {
    padding: 20px;
  }
  h1 {
    font-size: 1.8rem;
  }
  h2 {
    font-size: 1.2rem;
  }
  table {
    display: block;
  }
}
@media (min-width: 768px) {
  .padded {
    padding: 40px;
  }
  table {
    display: table;
  }
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .padded {
    padding: 80px;
  }
}
