12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154 |
- /* Space out content a bit */
- body {
- padding-top: 0;
- padding-bottom: 0;
- font-size: 19px;
- font-family: 'Alegreya', serif;
- /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,e9e4dd+100 */
- background: rgb(255,255,255); /* Old browsers */
- background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(233,228,221,1) 100%); /* FF3.6-15 */
- background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(233,228,221,1) 100%); /* Chrome10-25,Safari5.1-6 */
- background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(233,228,221,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e4dd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
- min-height: 100vh;
- }
- @media (min-width: 768px) {
- body {
- font-size: 22px;
- }
- }
- h1 {
- font-weight: 300;
- font-family: 'Lato', sans-serif;
- position: relative;
- }
- .hero h1 {
- color: white;
- }
- h2 {
- font-weight: 900;
- font-family: 'Lato', sans-serif;
- color: #63210d;
- }
- h3 {
- font-weight: 900;
- font-family: 'Lato', sans-serif;
- color: #63210d;
- }
- h4 {
- font-weight: 600;
- font-family: 'Lato', sans-serif;
- color: #63210d;
- font-size: 22px;
- }
- a, a:focus, a:visited {
- color: #d4566b;
- text-decoration: none;
- }
- a:hover {
- text-decoration: none;
- color: #eb7400;
- }
- a.btn {
- display: inline-block;
- background-color: #d4566b;
- color: white;
- font-family: 'Lato', sans-serif;
- padding: 15px 20px;
- font-size: 16px;
- text-transform: uppercase;
- letter-spacing: 0.15em;
- font-weight: 300;
- }
- a.btn:hover {
- background-color: #eb7400;
- color: white;
- }
- a.btn-sm {
- padding: 6px 8px;
- font-size: 10px;
- line-height: normal;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- }
- .header input {
- border-radius: 3px;
- border: none;
- font-size: 18px;
- padding: 10px;
- width: 100%;
- }
- p {
- margin: 0 0 30px;
- color: #444;
- }
- .intro {
- font-family: 'Lato', sans-serif;
- font-weight: 300;
- margin: 0 0 40px;
- font-size: 22px;
- }
- .stand-first {
- color: rgba(255,255,255,0.8);
- margin: 0;
- }
- /* queries for type */
- @media (min-width: 768px) {
- h1 {
- font-size: 60px;
- }
- .stand-first {
- font-size: 26px;
- }
- .intro {
- font-size: 30px;
- margin: 0 0 60px;
- }
- p {
- margin: 0 0 30px;
- }
- }
- ul {
- margin: 0 0 30px;
- }
- @media (min-width: 768px) {
- ul {
- margin: 0 0 50px;
- }
- }
- figure {
- margin: 0 0 30px;
- position: relative;
- }
- @media (min-width: 768px) {
- figure {
- margin: 0 0 50px;
- }
- }
- figcaption {
- background-color: rgba(99,33,13,0.8);
- position: absolute;
- width: 75%;
- left: 0;
- bottom: 0;
- padding: 10px;
- color: white;
- font-family: 'Lato', sans-serif;
- font-size: 16px;
- font-weight: 300;
- }
- img {
- display: block;
- width: 100%;
- }
- .search {
- margin: 15px 0 0 0;
- display: none;
- position: relative;
- }
- @media (min-width: 768px) {
- .search {
- float: right;
- margin: 0 0 0 30px;
- display: inline-block;
- }
- }
- .search-icon {
- position: absolute;
- display: block;
- width: 20px;
- height: 20px;
- top: 10px;
- right: 10px;
- display: inline-block;
- }
- .search-icon svg {
- fill: #d4566b;
- width: 20px;
- height: 20px;
- }
- nav {
- margin: 15px 0 5px;
- display: none;
- }
- #main-navigation {
- padding-left: 0;
- }
- @media (min-width: 768px) {
- nav {
- margin: 15px 0 0 0;
- border-top: 1px solid rgba(255,255,255,0.1);
- display: block;
- }
- }
- .nav-pills>li+li {
- margin-left: 0;
- }
- .nav-pills>li>a {
- color: white;
- border-top: 1px solid transparent;
- border-radius: 0;
- text-transform: uppercase;
- letter-spacing: 0.15em;
- font-weight: 300;
- padding: 10px 10px;
- font-size: 11px;
- color: white;
- font-family: 'Lato', sans-serif;
- margin-top: -1px;
- }
- @media (min-width: 768px) {
- .nav-pills>li>a {
- padding: 10px 20px;
- font-size: 14px;
- }
- }
- .nav-pills>li>a, .nav-pills>li>a:focus, .nav-pills>li>a:hover,
- .nav-pills>li, .nav-pills>li, .nav>li>a, .nav>li>a {
- border-top: 1px solid transparent;
- }
- /* The following is to stop a pixel shift on hover */
- .nav-pills>li.breads {
- width: 90px;
- }
- .nav-pills>li.locations {
- width: 140px;
- }
- .nav-pills>li.blog {
- width: 86px;
- }
- .nav-pills>li.gallery {
- width: 115px;
- }
- .nav-pills>li.contactus {
- width: 148px;
- }
- .nav-pills>li.about {
- width: 98px;
- }
- .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover,
- .nav-pills>li.active, .nav-pills>li:hover, .nav>li>a:focus, .nav>li>a:hover {
- color: #d4566b;
- background-color: transparent;
- border-top: 1px solid #d4566b;
- font-weight: 400;
- }
- .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
- background-color: transparent;
- border-top: 1px solid #d4566b;
- }
- .dropdown-menu {
- background-color: rgba(25,17,18,1);
- border-radius: 0;
- border: transparent;
- }
- .dropdown-menu > li> a {
- border-bottom: 1px solid #371c19;
- color: #fff;
- font-family: 'Lato', sans-serif;
- padding: 10px 20px;
- }
- .dropdown-menu > li> a:hover {
- background-color: transparent;
- color: #d4566b;
- }
- /* Everything but the jumbotron gets side spacing for mobile first views */
- .footer {
- font-size: 16px;
- font-family: 'Lato', sans-serif;
- padding: 20px 0;
- margin: 40px 0 0;
- font-weight: 300;
- background-color: white;
- }
- .footer p {
- margin: 0;
- }
- /* Custom page header */
- .header {
- padding: 15px 0 15px;
- /* position: absolute;*/
- width: 100%;
- background: rgb(25,17,18); /* Old browsers */
- background: -moz-linear-gradient(-45deg, rgba(25,17,18,1) 0%, rgba(55,28,25,1) 100%); /* FF3.6-15 */
- background: -webkit-linear-gradient(-45deg, rgba(25,17,18,1) 0%,rgba(55,28,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
- background: linear-gradient(135deg, rgba(25,17,18,1) 0%,rgba(55,28,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191112', endColorstr='#371c19',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
- z-index: 10;
- }
- /* Make the masthead heading the same height as the navigation */
- .header h3 {
- margin-top: 0;
- margin-bottom: 0;
- line-height: 40px;
- }
- /* Custom page footer */
- .footer {
- padding-top: 19px;
- color: #777;
- }
- .container {
- width: auto;
- padding-left: 20px;
- padding-right: 20px;
- }
- /* Customize container */
- @media (min-width: 768px) {
- .container {
- max-width: 1400px;
- padding-left: 40px;
- padding-right: 40px;
- }
- }
- .container-narrow > hr {
- margin: 30px 0;
- }
- /* Main marketing message and sign up button */
- .jumbotron {
- text-align: center;
- border-bottom: 1px solid #e5e5e5;
- }
- .jumbotron .btn {
- padding: 14px 24px;
- font-size: 21px;
- }
- /* Supporting marketing content */
- .marketing {
- margin: 40px 0;
- }
- .marketing p + h4 {
- margin-top: 28px;
- }
- /* Article title and hero image */
- .hero {
- background-size: cover;
- background-position: center;
- padding: 200px 0 30px 0;
- position: relative;
- margin: 0 0 30px;
- }
- @media screen and (min-width: 768px) {
- .hero {
- padding: 400px 0 60px 0;
- margin: 0 0 40px;
- }
- }
- .hero-gradient-mask {
- position: absolute;
- width: 100%;
- height: 100%;
- bottom: 0;
- background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.01) 1%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
- background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
- background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
- }
- /* Logo */
- .logo, .logo:visited, .logo:focus {
- display: inline-block;
- padding: 0;
- color: white;
- font-size: 30px;
- font-weight: 300;
- margin: 0 0 0;
- }
- .logo:hover {
- color: #d4566b;
- text-decoration: none;
- }
- blockquote {
- border-left: 5px solid #d4566b;
- margin: 0 0 50px;
- }
- blockquote p {
- font-size: 30px;
- margin: 0 0 10px;
- }
- cite {
- font-family: 'Lato', sans-serif;
- text-transform: uppercase;
- color: #888;
- font-size: 12px;
- font-style: normal;
- letter-spacing: 0.15em;
- }
- /* Responsive: Portrait tablets and up */
- @media screen and (min-width: 768px) {
- /* Remove the padding we set earlier */
- .header,
- .marketing,
- .footer {
- padding-right: 0;
- padding-left: 0;
- }
- /* Remove the bottom border on the jumbotron for visual effect */
- .jumbotron {
- border-bottom: 0;
- }
- }
- /* Responsive: Portrait tablets and up */
- @media screen and (min-width: 1024px) {
- }
- /* Menu dropdown hack */
- li.has-submenu a.allow-toggle {
- float: left;
- padding-right: 0;
- }
- .caret-custom {
- float: right;
- display: inline-block!important;
- padding: 10px 10px 15px 5px!important;
- }
- .caret-custom:after {
- content: "▼"!important;
- }
- /* Edd styling */
- .site-title {
- border-bottom: 1px #eee solid;
- }
- .site-title h1 {
- font-family: 'Alegreya', serif;
- font-size: 1.5em;
- margin-top: 10px;
- }
- .navbar-form {
- border: 1px solid #ddd;
- padding: 0;
- border-radius: 5px;
- margin-right: 0px;
- }
- .navbar-form .form-group .form-control {
- border: none;
- box-shadow: none!important;
- font-family: 'Lato', sans-serif;
- }
- .navbar-right button.btn.btn-default {
- margin-left: -10px;
- border: none;
- border-left: 1px solid #ddd;
- border-radius: 0;
- }
- .navbar-default {
- background-color: transparent;
- border-color: transparent;
- }
- .navbar-nav a {
- font-size: 14px;
- }
- .navbar-nav a span {
- font-size: 10px;
- }
- .navbar.navbar-default.navbar-custom {
- border-bottom: 1px #eee solid;
- }
- .nav-pills> li:first-of-type > a {
- padding-left: 0;
- }
- .breadcrumb-container {
- background: linear-gradient(to right, rgba(21,38,44,0.8) 0%,rgba(0,0,0,0.9) 100%);
- margin-top: -1px;
- position: relative;
- z-index: 3;
- }
- .breadcrumb-container + content > .hero {
- margin-top: -36px;
- }
- .breadcrumb {
- background-color: transparent;
- color: #ccc;
- font-family: 'Lato', sans-serif;
- font-size: 14px;
- margin-bottom: 0px;
- padding-left: 0px;
- }
- .breadcrumb a, .breadcrumb .active {
- color: #ccc;
- }
- .breadcrumb .active {
- font-weight: bold;
- }
- .breadcrumb a:hover {
- color: #fff;
- text-decoration: none;
- }
- .breadcrumb>li+li:before {
- content: "\00BB";
- }
- /* Mobile nav */
- .navbar-toggle .icon-bar {
- background-color: #fff;
- }
- /* Pagination navigation */
- nav[role=pagination] {
- margin-top: 50px;
- text-align: center;
- }
- /* Location list page */
- .location-list-item {
- text-align: center;
- margin-bottom: 30px;
- }
- .location-list-title {
- line-height: 270px;
- height: 270px;
- background-color: #eb7400;
- }
- .location-list-title img {
- background-color: rgba(233,228,221,1);
- height: 270px;
- left: 0;
- position: absolute;
- top: 0;
- width: 100%;
- }
- .location-list-title:hover img {
- opacity: 0.3;
- }
- .location-list-title span.title {
- color: white;
- display: inline-block;
- font-weight: 300;
- position: relative;
- text-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
- }
- .location-list-title:hover span.title {
- text-shadow: none;
- }
- .location-list-item address {
- font-weight: 300;
- font-family: 'Lato', sans-serif;
- font-size: 1.4em;
- padding: 10px 40px;
- }
- /* Location detail page */
- .template-location-page .intro {
- margin-bottom: 0;
- }
- .location-opening h3 {
- margin-top: 0;
- }
- span.day {
- font-weight: bold;
- font-family: 'Lato', sans-serif;
- }
- time.location-time {
- display: block;
- }
- .map-container {
- height: 550px;
- }
- .location-address {
- background-color: rgba(233,228,221,1);
- padding: 10px 30px;
- margin-bottom: -200px;
- position: relative;
- z-index: 1;
- }
- /* Blog styles */
- .blog-meta {
- margin-top: -40px;
- margin-bottom: 20px;
- }
- .blog-avatar {
- border-radius: 100%;
- display: inline;
- width: unset;
- }
- .blog-avatars {
- margin-bottom: 20px;
- }
- .blog-avatars .author {
- display: inline-block;
- margin-right: 30px;
- }
- /* Blog list view */
- .blog-tags>li {
- border-right: 1px solid rgba(0,0,0,0.1);
- font-size: 0.9em;
- margin-left: -6px;
- padding: 4px 18px;
- text-transform: uppercase;
- }
- .blog-tags>li:first-child {
- margin-left: 0;
- border-left: 1px solid rgba(0,0,0,0.1);
- }
- .blog-tags>li:hover {
- background-color: rgba(0,0,0,0.1);
- }
- .blog-list li {
- list-style: none;
- }
- @media (min-width: 1025px) {
- .blog-list li:first-of-type, .blogpage-listing li:first-of-type,
- .blog-list li:nth-child(6), .blogpage-listing li:nth-child(6),
- .blog-list li:nth-child(7), .blogpage-listing li:nth-child(7),
- .blog-list li:nth-child(12), .blogpage-listing li:nth-child(12) {
- width: 50%;
- }
- }
- .blog-list-item {
- display: flex;
- flex-direction: column;
- margin-bottom: 20px;
- }
- .blog-list-item a {
- display: flex;
- flex-grow: 1;
- flex-direction: column;
- }
- .blog-list-item:hover img {
- opacity: 0.3;
- }
- .blog-list-item .image {
- overflow: hidden;
- background-color: #eb7400;
- flex: 1 0 auto;
- }
- .blog-list-item .image img {
- min-height: 510px;
- width: auto;
- min-width: 100%;
- }
- .blog-list-item .text {
- background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 23%,rgba(0,0,0,1) 50%);
- margin-top: -150px;
- padding: 20px;
- position: relative;
- z-index: 1;
- }
- .blog-list-item .text h2 {
- color: #fff;
- font-weight: 200;
- margin-top: 0;
- }
- .blog-list-item .text p {
- color: #e3e3e3;
- font-size: 0.8em;
- margin-bottom: 0;
- }
- .blog-list-item .footer {
- background-color: #333;
- color: #fff;
- margin-top: 0;
- padding: 20px;
- position: relative;
- z-index: 1;
- }
- span.outline {
- border-radius: 3px;
- border: 1px solid rgba(0,0,0,0.1);
- font-size: 0.8em;
- padding: 3px 6px;
- text-transform: uppercase;
- }
- /* Bread styles */
- /* Bread listview */
- .bread-list-item {
- border: 1px solid rgba(0,0,0,0.1);
- border-radius: 3px;
- margin: 12px;
- overflow: hidden;
- }
- .bread-list-item h2 {
- font-weight: 300;
- }
- @media (min-width: 992px) {
- .bread-list-item {
- width: 47%;
- }
- }
- .bread-list-item .image {
- background-color: #eb7400;
- margin: 0;
- max-width: 180px;
- max-height: 180px;
- min-width: 180px;
- min-height: 180px;
- padding: 0;
- }
- .bread-list-item .image:hover img {
- opacity: 0.3;
- }
- .bread-list-item img {
- margin: 0;
- width: auto;
- }
- .bread-list-item ul {
- padding-left: 2px;
- }
- .bread-list-item li {
- list-style: none;
- }
- .bread-list-item li span {
- color: #777;
- display: inline-block;
- font-weight: 600;
- width: 70px;
- }
- /* Bread detail page */
- .bread-detail .introduction {
- color: #777;
- font-size: 1.4em;
- margin-top: 40px;
- }
- .bread-detail figure {
- margin: 35px auto 20px auto;
- overflow: hidden;
- }
- .bread-detail figure img {
- width: auto;
- }
- .bread-detail ul.bread-meta {
- list-style: none;
- padding-left: 0;
- }
- .bread-detail ul.bread-meta li ul {
- padding-left: 0;
- }
- .bread-detail ul.bread-meta li ul li {
- border-bottom: 1px solid #ccc;
- list-style: none;
- max-width: 450px;
- }
- /* Forms */
- /* Form detail page */
- .form-page input, textarea, select {
- display: block;
- min-width: 450px;
- max-width: 450px;
- }
- .form-page li input[type=checkbox], input[type=radio] {
- display: inline-block;
- margin-right: 10px;
- }
- .form-page .fieldWrapper ul,
- .form-page .fieldWrapper li {
- list-style: none;
- padding: 0;
- margin: 0;
- }
- .form-page .required {
- color: red;
- }
- .form-page .fieldWrapper {
- margin-bottom: 30px;
- }
- .form-page .help {
- color: #999;
- font-family: 'Lato', sans-serif;
- font-size: 0.8em;
- margin-top: 10px;
- max-width: 350px;
- }
- /* Form thank you page */
- .form-page-thanks h1 {
- margin-bottom: 30px;
- }
- /* Generic title image header include */
- .base-header img {
- height: auto;
- margin-top: 20px;
- max-width: 100%;
- width: auto;
- }
- @media (max-width: 970px) {
- .base-header img {
- width: 100%;
- }
- }
- /* Homepage */
- .homepage .hero {
- margin: 0;
- padding: 200px 0 30px 0;
- }
- .homepage .hero h1 {
- font-size: 2.2em;
- text-transform: uppercase;
- }
- .homepage .hero h1:after {
- background-color: rgba(255,255,255, 0.7);
- content: "";
- display: block;
- height: 5px;
- margin: 20px auto;
- width: 250px;
- }
- .homepage .home-hero {
- margin-bottom: 0;
- padding-bottom: 60px;
- text-align: center;
- }
- .homepage .home-hero .lead {
- color: #ddd;
- font-size: 1.6em;
- margin: 40px auto;
- }
- .homepage .home-hero .hero-cta-link {
- color: #fff;
- border: 1px solid #aaa;
- border-radius: 4px;
- padding: 10px 34px 10px 10px;
- display: inline-block;
- vertical-align: middle;
- transform: perspective(1px) translateZ(0);
- box-shadow: 0 0 1px transparent;
- position: relative;
- transition-duration: 0.1s;
- }
- .homepage .home-hero .hero-cta-link:before {
- content: "\f18e";
- font-family: FontAwesome;
- font-size: 1.2em;
- font-weight: 200;
- opacity: 0.8;
- padding: 0 1px;
- position: absolute;
- right: 0.2em;
- top: 0.2em;
- transform: translateZ(0);
- transition-duration: 0.1s;
- transition-property: transform;
- transition-timing-function: ease-out;
- }
- .homepage .home-hero .hero-cta-link:hover:before,
- .homepage .home-hero .hero-cta-link:focus:before,
- .homepage .home-hero .hero-cta-link:active:before {
- transform: translateX(4px);
- }
- .homepage .streamfield {
- background: linear-gradient(45deg, rgba(170,170,170,1) 0%,rgba(238,238,238,1) 44%);
- }
- .homepage .streamfield-column {
- padding: 60px;
- margin: 0 auto;
- float: none;
- }
- .homepage .streamfield-column h1,
- .homepage .streamfield-column h2,
- .homepage .streamfield-column h3,
- .homepage .streamfield-column h4,
- .homepage .streamfield-column h5 {
- text-align: center;
- }
- .homepage .promo-row {
- padding: 40px 0 40px 0;
- }
- .homepage .promo {
- background: linear-gradient(190deg, rgba(0,4,8,1) 0%,rgba(55,28,25,1) 100%);
- border-radius: 0px 0px 10px 10px;
- color: #fff;
- height: 100%;
- margin-bottom: 20px;
- margin-top: -40px;
- padding: 40px 60px;
- text-align: center;
- }
- .homepage .promo h1,
- .homepage .promo h2,
- .homepage .promo h3,
- .homepage .promo h4 {
- color: #eb7400;
- font-weight: 200;
- }
- .homepage .promo p,
- .homepage .promo li {
- color: #ccc;
- line-height: 1.6em;
- }
- .homepage .promo a {
- color: #fff;
- }
- @media (max-width: 970px) {
- .homepage .promo {
- padding: 30px 40px;
- }
- .homepage .promo figure img {
- max-width: 120px;
- height: auto;
- }
- .homepage .promo p {
- color: #fff;
- font-size: 1em;
- }
- }
- @media (max-width: 766px) {
- .homepage .promo {
- margin-left: 15px;
- margin-right: 15px;
- }
- }
- .homepage .promo figure img {
- border-radius: 100%;
- margin: auto;
- width: auto;
- }
- .homepage .feature-1 h2 {
- margin-top: 0;
- margin-bottom: 20px;
- }
- .homepage .feature-1 .featured-children li {
- border: 1px solid #ccc;
- border-radius: 3px;
- margin-bottom: 10px;
- }
- .homepage .feature-1 .featured-children li figure {
- width: 100%;
- overflow: hidden;
- margin: 0;
- }
- .homepage .feature-1 .featured-children li img {
- width: auto;
- }
- .homepage .feature-1 .featured-children li h3 {
- margin-top: 40px;
- font-weight: 300;
- font-size: 1.4em;
- }
- .homepage .feature-2 {
- padding: 40px 0 20px;
- }
- .homepage .feature-2 .feature-2-row {
- display: flex;
- flex-wrap: wrap;
- }
- .homepage .feature-2 h2,
- .homepage .feature-3 h2 {
- text-align: center;
- margin: 20px;
- }
- .homepage .feature-2 .feature-2-item {
- display: flex;
- flex-direction: column;
- margin: 0 auto 20px;
- }
- .homepage .feature-2 .feature-2-item figure {
- margin-bottom: 0;
- }
- .homepage .feature-2 .feature-2-item img {
- min-height: 210px;
- }
- .homepage .feature-2 .feature-2-item .feature-2-text {
- background-color: #dfdfdf;
- border-radius: 0 0 10px 10px;
- padding: 0 20px;
- flex: 1;
- }
- .homepage .feature-2 figure,
- .homepage .feature-3 figure {
- background-color: #eb7400;
- margin: 0;
- }
- @media (max-width: 766px) {
- .homepage .feature-2 .feature-2-row {
- display: inline-block;
- }
- }
- .homepage .feature-3 h3 {
- color: #fff;
- font-weight: 300;
- font-size: 1.8em;
- margin-bottom: 135px;
- margin-top: -145px;
- position: relative;
- text-align: center;
- text-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
- z-index: 1;
- }
- .homepage .feature-2 li:hover img,
- .homepage .feature-3 li:hover img {
- opacity: 0.3;
- }
- /* No gutters */
- .row.no-gutters {
- margin-right: 0;
- margin-left: 0;
- }
- .row.no-gutters > [class^="col-"],
- .row.no-gutters > [class*=" col-"] {
- padding-right: 0;
- padding-left: 0;
- }
- /* Bootstrap Equal height rows */
- .row-eq-height {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- flex-wrap: wrap;
- }
- @media (min-width: 970px) {
- .hidden-md-up {
- display: none;
- }
- }
- @media (max-width: 970px) {
- .hidden-md-down {
- display: none;
- }
- }
- /* From Wagtail core */
- /* Responsive image/video classes */
- .rich-text img {
- max-width: 100%;
- height: auto;
- }
- .richtext-image.left{
- float:left;
- }
- .richtext-image.right{
- float:right;
- }
- .responsive-object {
- position: relative;
- }
- .responsive-object iframe,
- .responsive-object object,
- .responsive-object embed {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- }
|