html {
-webkit-font-smoothing: antialiased;
}
body {
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
word-wrap: break-word;
color: #000;
text-align: left;
background: #464646;
height: auto;
}
.whitebg {
background-color: #fff;
}
.content.page {
min-height: 400px;
}
.clearfix {
clear: both;
}
.hide {
display: none;
}
.menu-dim {
transition: opacity ease-out 0.3s;
}
.menu-open .menu-dim {
filter: opacity(0.5); }
#breadcrumb {
font-size: 0.9em;
background: none;
margin: 0 0 1em;
padding: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
#breadcrumb .sep {
margin: 0 0.3em;
}
iframe {
max-width: 100%;
border: 0 none;
}
#main {
padding: 1em 0;
} .row.small-gutter {
margin-left: 0;
margin-right: 0;
}
.small-gutter [class*='col-'] {
padding-right: 7px;
padding-left: 7px;
padding-bottom: 14px;
} .row.no-gutter {
padding-left: 15px;
padding-right: 15px;
}
.no-gutter > [class*='col-'] {
padding-right: 0px;
padding-left: 0px;
} header.top {
position: relative;
}
.navbg {
background: #78866b;
z-index: 999;
top: 1em;
position: fixed;
width: 100%;
transition: all 0.3s;
}
.navbg.notfixed {
position: sticky;
top: 0;
}
.logo a, .logo a:hover , .logo a:active, .logo a:focus {
display: block;
color: #fff;
text-decoration: none;
}
.logo .h1 {
font-size: 2.8em;
line-height: 1.3em;
font-weight: 400;
}
.heroimage {
position: absolute;
background-size: cover;
width: 100%;
height: 100%;
top: 0;
z-index: -1;
}
.darkblock {
background: rgba(0,0,0,0.3);
width: 100%;
height: 100%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}  .navbar-collapse {
padding: 0;
}
.navbar {
z-index: 9999;
background: none;
-webkit-border-radius: 0;
border-radius: 0;
border: 0 none;
min-height: 0;
margin: 0;
padding: 0;
}
.navbar-collapse .navbar-inner {
padding: 0;
}
.navbar-collapse .nav {
float: none;
list-style: none;
clear: both;
text-align: right;
margin: 0;
font-size: 0.9em;
line-height: 1em;
font-weight: 400;
color: #161616;
}
.navbar .nav > li {
float: none;
display: inline-block;
padding: 0;
margin: 0 0 0 1em;
position: relative;
}
.navbar .nav > li:first-of-type {
margin-left: 0;
}
.navbar .navbar-nav li a.nav-link {
color: #fff;
padding-top: 0.6em;
padding-bottom: 0.6em;
padding-left: 0.1em;
padding-right: 0.1em;
text-transform: uppercase;
border-bottom: 5px solid transparent;
}
.navbar .navbar-nav li.current-menu-item a, .navbar .navbar-nav li.current-menu-parent a, .navbar .navbar-nav li.current-menu-ancestor a {
color: #fff;
background: transparent;
border-bottom: 5px solid #78866b;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav .open > a, .navbar-default .navbar-nav .open > a:hover, .navbar-default .navbar-nav .open > a:focus {
color: #fff;
background: transparent;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
color: #fff;
background: transparent;
}
.navbar .navbar-nav .dropdown-menu {
font-size: 1em;
line-height: 1.2em;
padding: 0.3em 0.9em;
font-weight: 400;
background: #fff;			
border: 0 none;
right: auto;
left: auto;
}
.navbar .navbar-nav .dropdown-menu li {
display: block;
margin: 0.6em 0 0.6em;
text-align: left;
}
.navbar .navbar-nav .dropdown-menu li a {
padding: 0.1em 0;
text-align: left;
display: block;
background: none;
border-bottom: 3px solid transparent;
}
.navbar .navbar-nav .dropdown-menu a:hover, .navbar .navbar-nav .dropdown-menu .active a {
background-color: unset;
border-bottom: 3px solid #8fc6de;
}
.navbar-toggler {
position: absolute;
right: 0;
bottom: 1em;
}
.navbar-toggler-icon {
color: #fff;
font-size: 32px;
width: 1em;
height: 1em;
}
.navbar-toggler-icon:before {
font-family: 'shrewsabbey-icons';
speak: none;
font-style: normal;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
text-rendering: optimizeLegibility;
text-transform: none;
content: "z";
} footer {
font-size: 0.9em;
line-height: 1.3em;
background: #e3dfd3;
border-top: 2px solid #818376;
}
footer a, footer a:hover, footer a:active, footer a:focus {
color: #000;
font-weight: 700
} footer .footer-nav ul.menu {
display: block;
list-style: none;
clear: both;
margin: 0.5em 0;
padding-left: 0;
}
footer .footer-nav ul.menu li {
display: inline-block;
background-image: none;
margin: 0 0.3em 0.6em 0;
padding: 0 0.6em 0 0;
border-right: 1px solid;
}
footer .footer-nav ul.menu li:last-of-type {
margin-bottom: 0;
margin-right: 0;
padding: 0;
border: 0 none;
}
footer .h5, footer h5 {
text-transform: none;
font-weight: 400;
}
footer .copyright {
display: block;
text-align: center;
}
footer img {
margin: 0px;
}
footer .line {
margin: 0.6em 0;
}
footer .widget {
margin: 0 0 1em;
}
.widget.widget_nav_menu ul {
list-style: none;
padding-left: 0;
}
.social-icons {
display: block;
clear: left;
text-align: left;
margin: 0;
}
.social-icons a {
font-size: 22px;
line-height: 22px;
background: #fff;
display: inline-block;
color: #464646;
text-align: center;
border: 0px none;
padding: 9px 9px 6px;
margin: 0 10px 10px 0;
border: 0 none;
}
.social-icons a:last-of-type {
margin-right: 0;
}
.social-icons a:hover, .social-icons a:focus, .social-icons a:active {
color: #464646;
opacity: 0.9;
} hr {
border-top: 4px solid #000;
clear: both;
height: 1px;
opacity: 1;
background: none;
margin-bottom: 1em;
} @font-face {
font-family: 'shrewsabbey-icons';
src: url(//www.shrewsburyabbey.com/wp-content/themes/shrewsabbey/fonts/shrewsabbey-icons.eot);
src: url(//www.shrewsburyabbey.com/wp-content/themes/shrewsabbey/fonts/shrewsabbey-icons.eot?#iefix) 
format('embedded-opentype'),
url(//www.shrewsburyabbey.com/wp-content/themes/shrewsabbey/fonts/shrewsabbey-icons.woff) format('woff'),
url(//www.shrewsburyabbey.com/wp-content/themes/shrewsabbey/fonts/shrewsabbey-icons.ttf) format('truetype'),
url(//www.shrewsburyabbey.com/wp-content/themes/shrewsabbey/fonts/shrewsabbey-icons.svg#shrewsabbey-icons) format('svg');
}
.icon:before {
font-family: 'shrewsabbey-icons';
speak: none;
font-style: normal;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
text-rendering: optimizeLegibility;
text-transform: none;
} .icon.facebook:before {
content: "a";
}
.icon.twitter:before {
content: "b";
}
.icon.linkedin:before {
content: "c";
}
.icon.youtube:before {
content: "d";
}
.icon.pinterest:before {
content: "e";
}
.icon.instagram:before {
content: "f";
}
.icon.rss:before {
content: "g";
} .icon.pencil:before {
content: "h";
}
.icon.search:before {
content: "i";
}
.icon.digger:before {
content: "j";
}
.icon.hardhat:before {
content: "k";
}
.icon.checklist:before {
content: "l";
}
.icon.truck:before {
content: "m";
}
.icon.left:before {
content: "n";
}
.icon.right:before {
content: "o";
}
.icon.phone:before {
content: "p";
}
.icon.document:before {
content: "q";
}
.icon.clock:before {
content: "r";
}
.icon.user:before {
content: "s";
}
.icon.pin:before {
content: "t";
}
.icon.email:before {
content: "u";
}
.icon.print:before {
content: "v";
}
.icon.news:before {
content: "w";
}
.icon.calendar:before {
content: "x";
}
.icon.pound:before {
content: "y";
}
.icon.menu:before {
content: "z";
}
.icon {
display: inline-block;
padding: 0;
margin: 0;
position: relative;
}
.btn .icon {
margin-right: 2px;
}
.editlink, .post-edit-link {
margin-bottom: 1em;
}
header .editlink {
margin-bottom: 0;
}
.editlink .icon, .post-edit-link .icon {
position: relative;
margin-right: 4px;
font-size: 1em;
} input, select, textarea {
font-family: 'Roboto', sans-serif;
}
input[type="date"] {
width: 30%;
line-height: inherit;
}
input[type="text"]:focus, select:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="tel"]:focus, textarea:focus {
border-color: #121629;
}
.readonly input {
border: 1px solid #a3a3a3;
}
.widget input[type="text"], .widget select, .widget input[type="email"], .widget input[type="search"], .widget input[type="password"], .widget textarea {
width: 100%;
}
.wcpf-input {
width: auto;
padding: 0.1em 0.3em;
border-radius: 3px;
border: 1px solid #464646;
}
.page-search button {
background: #78866b;
color: #fff;
}
span.black {
color: #3c3c3c;
}
header .search-button {
text-align: right;
}
label {
font-weight: 400;
}
.label {
color: inherit;
font-size: 1.2em;
line-height: 1em;
}
textarea {
min-height: 80px;
}
input[type="checkbox"] {
margin: 0 3px 0 0;
}
input[type="submit"], a.btn, .btn, span.btn, button {
font-size: 1em;
line-height: 1em;
font-weight: 400;
border-top: 3px solid #78866b;
border-bottom: 3px solid #444e3a;
padding: 0.9em 1.4em;
-webkit-border-radius: 0;
border-radius: 0;
color: #fff;
background: #78866b;
display: inline-block;
}
input[type="submit"]:hover, a.btn:hover, a.btn:focus, a.btn:active, .btn:hover, .btn:focus, .btn:active, span.btn:hover, button:hover {
cursor: pointer;
text-decoration: none;
color: #fff;
border-top: 3px solid #2b3621;
border-bottom: 3px solid #444e3a;
background: #444e3a;
}
input[readonly] {
background-color: #eee;
} body .gform_wrapper {
margin-top: 0;
margin-bottom: 0;
}
body ul.gform_fields {
list-style: none;
}
body .gform_wrapper ul.gform_fields li.gfield {
padding-left: 0;
padding-right: 0;
margin-bottom: 0;
margin-top: 6px;
list-style: none;
}
body .gform_wrapper .top_label .gfield_label {
margin-bottom: 4px;
font-weight: 400;
}
body .gform_footer {
margin-top: 0.5em!important;
padding-top: 0!important;
padding-bottom: 0!important;
}
body .gform_wrapper div.validation_error {
font-size: 1em;
padding: 0.5em 0;
border: 0 none;
margin-bottom: 0;
}
body .gform_wrapper .gform_body .top_label div.ginput_container {
margin-top: 2px;
}
body .gform_wrapper .description_above .gfield_description {
padding-bottom: 4px;
}
body .gform_wrapper .gform_footer p, body .gform_wrapper .gform_footer br {
margin: 0;
padding: 0;
height: 0;
}
.gform_wrapper input[type="text"], .gform_wrapper select, .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper textarea {
width: 100%;
margin-bottom: 0.4em;
} h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
font-family: 'Noto Serif', serif;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 0.6em;
}
h1, .h1 {
font-size: 2.2em;
line-height: 1.1em;
}
.page-title, .post-title {
margin: 0 0 0.6em;
}
h2, .h2 {
font-size: 1.8em;
line-height: 1.1em;
}
h3, .h3 {
font-size: 1.4em;
line-height: 1.1em;
}
h4, .h4 {
font-size: 1.3em;
line-height: 1.1em;
}
h5, .h5 {
font-size: 1.1em;
line-height: 1.2em;
}
h6, .h6 {
font-size: 1em;
line-height: 1em;
}
p {
margin: 0 0 1em;
}
strong {
font-weight: 700;
}
a {
text-decoration: none;
color: #78866b;
}
a:hover, a:focus, a:active {
text-decoration: underline;
color: #78866b;
}
ul.listing {
list-style: none;
margin: 0;
padding-left: 0;
}
blockquote {
margin: 1em 0;
padding: 1em;
border: 0 none;
background: #e9e9e9;
-webkit-border-radius: 4px;
border-radius: 4px;
}
blockquote *:last-child {
margin-bottom: 0;
}
p.wp-caption-text {
text-align: left;
padding: 1em;
font-style: italic;
border-bottom: 2px solid #e7e7e7;
}
p.author-info, p.tags {
margin-top: 1em;
}
.alignleft {
float: left;
text-align: left;
}
.alignright {
float: right;
text-align: right;
}
.aligncenter {
text-align: center;
margin: 0 auto;
display: block;
clear: both;
}
ul {
margin: 1em 0;
padding-left: 1.2em;
list-style: square outside;
}
ul li, ol li {
margin-bottom: 0.6em;
}
ul.children {
margin-left: 2em;
margin-bottom: 1em;
}
ol {
list-style: outside decimal;
margin: 1em 0;
padding-left: 1em;
}
ol li {
font-weight: 400;
}
.navigation {
font-size: 1.1em;
clear: both;
display: block;
color: #2e2e2e;
margin: 1em 0;
padding: 1em 0;
border-top: 2px solid #e9e9f3;
width: 100%;
text-align: center;
}
.navigation:empty {
margin: 0;
padding: 0;
border: 0 none;
}
.navigation .wp-pagenavi a, .navigation .wp-pagenavi span {
border: none;
}
.navigation .wp-pagenavi a:hover {
text-decoration: underline;
}
.navigation .wp-pagenavi span.pages {
padding-left: 0;
padding-right: 0;
margin-right: 1em;
} table {
width: 100%;
margin-bottom: 1em;;
}
table tr th {
padding: 0.5em;
}
table tr td {
padding: 0.4em 0.3em;
}
table th {
font-size: 1.1em;
line-height: 1em;
}
table ul {
margin: 0.5em 0;
}
table ul li {
margin-bottom: 0.4em;
} .owl-carousel {
padding: 0;
}
.brands .owl-carousel {
padding: 0;
}
.owl-nav {
width: 100%;
}
.owl-nav .disabled {
visibility: hidden;
}
.owl-nav .owl-prev {
position: absolute;
left: 0;
bottom: 50%;
font-size: 26px;
line-height: 0;
text-align: center;
color: #464646;
background: #121629;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.owl-nav .owl-next {
position: absolute;
right: 0;
bottom: 50%;
text-align: center;
color: #464646;
background: #121629;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.owl-nav .icon {
font-size: 40px;
line-height: 0;
padding: 0;
color: #464646;
}
.home .owl-nav .icon {
color: #fff;
}
.owl-dots {
text-align: center;
bottom: 2em;
width: 100%;
position: absolute;
}
.owl-dots .owl-dot {
display: inline-block;
}
.owl-dots .owl-dot span {
background: #fff;
-webkit-border-radius: 50%;
border-radius: 50%;
display: block;
height: 24px;
margin: 5px 7px;
opacity: 1;
width: 24px;
}
.owl-dots .owl-dot.active span {
background: #78866b;
}
.hero-container {
position: relative;
padding: 0;
margin: 0;
}
.owl-carousel .outer {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: 0 auto;
max-width: 1140px;
}
.owl-carousel .item.dim:after {
position: absolute;
content: '';
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.2);
background: linear-gradient(rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2));
}
.owl-fullwidth a:hover, .owl-fullwidth a:active, .owl-fullwidth a:focus {
text-decoration: none;
}
.owl-carousel .slide-caption {
display: table;
position: relative;
top: 0;
bottom: 0;
height: 100%;
width: 100%;
color: #fff;
font-weight: 700;
padding: 0 1em;
z-index: 99;
}
.owl-carousel .slide-caption.alignleft {
max-width: 50%;
left: 0;
float: left;
}
.owl-carousel .slide-caption.alignright {
max-width: 50%;
right: 0;
float: right;
}
.owl-carousel .slide-caption .inner {
display: table-cell;
vertical-align: middle;
text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.8);
}
.owl-carousel .slide-caption .btn {
color: #212121;
text-shadow: none;
background: #78866b;
padding: 0.7em 1em;
margin: 0 0.3em 0.3em 0;
-webkit-border-radius: 0;
border-radius: 0;
border-color: #78866b;
}
.owl-carousel .slide-caption.alignleft .btn {
margin: 0 0.3em 0.3em 0;
}
.owl-carousel .slide-caption.alignright .btn {
margin: 0 0 0.3em 0.3em;
}
.owl-carousel .slide-caption .btn::last-of-type {
margin-right: 0;
}
.owl-carousel .slide-caption .btn:nth-of-type(2n) {
background-color: #cf9210;
}
.caption-heading {
font-size: 3.2em;
line-height: 1.2em;
font-weight: 900;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 0.3em;
}
.caption-text {
font-size: 1.4em;
line-height: 1.3em;
font-weight: 900;
}
.owl-carousel img {
margin: 0;
position: relative;
}
.owl-carousel .caption :first-child {
margin-top: 0;
}
.owl-carousel .caption :last-child {
margin-bottom: 0;
}
.hero-container {
text-align: center;
background: #fff;
}
img.hero {
width: 100%;
height: auto;
} .whatson .left {
width: 100%;
}
.whatson .left .inner {
background: rgba(255,255,255,0.8);
margin: 0 auto;
}
.whatson .right {
background: #f6f6f6;
width: 100%;
}
span.date {
width: auto;
display: inline-block;
font-size: 0.7em;
font-weight: 700;
background: #78866b;
color: #fff;
padding: 0.3em 0.4em;
}
.box {
color: #fff;
background: #fff;
position: relative;
overflow: hidden;
}
.box {
background: #fff;
}
.box a {
color: #fff;
}
.box img {
width: 100%;
height: auto;
}
.box .box-text-wrap {
position: absolute;
width: 100%;
height: 100%;
z-index: 9;
padding: 1em;
}
.box-text {
display: table;
position: relative;
height: 100%;
width: 100%;
font-size: 1em;
line-height: 1.1em;
font-weight: 700;
text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.2);
}
.box-text .aligner {
display: table-cell;
vertical-align: middle;
text-align: center;
height: 100%;
}
.box-text .aligner .inner {
display: table;
width: 100%;
}
.box-name {
background: #fff;
z-index: 99;
margin-top: 0.5em;
font-size: 1.1em;
}
.box-name a {
display: block;
text-align: center;
color: #121629;
}				
.box img {
-webkit-filter: brightness(60%);
filter: brightness(60%);
-webkit-transition: all 0.4s linear;
transition: all 0.4s;
opacity: 1;
}
.box:hover img {
-webkit-filter: blur(3px) grayscale(100%) brightness(60%);
filter: blur(3px) grayscale(100%) brightness(60%);
opacity: 1;
}
.box .image {
max-height: 260px;
}
.donate .inner {
background: #e3dfd3;
}
.donate .left *:last-child {
margin-bottom: 0;
}
.donate .right {
width: 100%;
} .nav-tabs {
border: 0 none;
}
.nav-tabs .nav-item {
flex-wrap: wrap;
max-width: 190px;
text-align: center;
padding: 0 1px;
}
.nav-tabs .nav-link {
font-size: 0.85em;
line-height: 1.2em;
background: #ebebeb;
border-left: none;
border-right: none;
border-bottom: 4px solid #fff;
color: #464646;
border-radius: 0;
padding: 1em 1.2em;
height: 100%;
cursor: pointer;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
color: #fff;
background-color: #464646;
border-bottom: 4px solid #78866b;
}
.tab-pane {
color: #464646;
min-height: 400px;
}
.tab-pane .col-md-6 iframe {
width: 100%; } .leaflet-container {
width: 100%;
height: 400px;
position: relative;
margin-bottom: 1em;
}
.bubble-text a {
color: #121629;
}
.bubble-text .read-more {
display: block;
margin-top: 1em;
}
.bubble-text *:last-child {
margin-bottom: 0;
}
.bubble-text .address p:last-of-type {
margin-bottom: 0;
} .headline {
border-top: 4px solid #78866b;
padding-top: 1em;
}
.post-type-archive-project .headline {
border: none;
}
.headline a {
color: #fff;
}
.headline .btn {
border: solid 3px #ffffff;
background: transparent;
color: #fff;
padding: 0.6em 1.2em;
} .share {
clear: both;
margin: 2em 0 0;
}
.share .btn .icon {
margin-right: 0;
}
.share a.btn {
padding: 0.2em 0.2em 0.1em;
background: none;
border: 0 none;
color: #78866b;
margin-right: 0.1em;
}
.share .icon {
font-size: 26px;
}
.share h4 {
display: inline-block;
border-top: 4px solid #78866b;
padding-top: 0.6rem;
margin-top: 0.6rem;
}
.post-tags a {
float: left;
border: 2px solid #2e2e2e;
color: #2e2e2e;
margin-bottom: 24px;
margin-right: 24px;
padding: 18px 34px;
text-decoration: none;
}
.post-tags a:hover {
border-color: #121629;
color: #121629;
}
h5.related {
font-weight: 900;
color: #464646;
}
.modal {
z-index: 99999;
}
.modal-header {
border-bottom: 4px solid #78866b;
}
.modal-body {
padding: 1.5rem;
}
.modal-header .close {
position: absolute;
right: 0.9em;
top: 0;
margin-top: 0;
}  body .content .tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
font-size: 0.8em;
background: #78866b;
color: #fff;
padding: 0.3em 0.4em;
height: auto;
font-weight: 700;
} body .content .tribe-common .tribe-common-form-control-text__input {
padding: 6px 8px;
border: 0 none;
background: #eee;
} body .content .tribe-common button {
padding: 8px;
}
body .content .tribe-events .tribe-events-c-top-bar__nav-link {
font-size: 1em;
line-height: 1em;
font-weight: 400;
border-bottom: 2px solid #444e3a;
padding: 0.9em 1.4em;
color: #fff;
background: #78866b;
padding: 8px;
}
body .content .tribe-events .tribe-events-c-nav__next, body .content .tribe-events .tribe-events-c-nav__prev {
font-size: 1em;
line-height: 1em;
font-weight: 400;
border-bottom: 2px solid #444e3a;
padding: 0.9em 1.4em;
color: #fff;
background: #78866b;
padding: 8px;
}
body .content .tribe-events-cal-links a {
margin-right: 0.5em;
}
body .content #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous, body .content #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous {
text-align: left;
}
body .content #tribe-events-content ul.tribe-events-sub-nav li.tribe-events-nav-next {
text-align: right;
}
body .content #tribe-events-content ul.tribe-events-sub-nav {
padding: 0;
} body .content .tribe-events-calendar-list__month-separator {
font-family: 'Noto Serif', serif;
font-size: 1.4em;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
border-top: 2px solid #818376;
padding-top: 2em;
}
body .content .tribe-events-calendar-list__month-separator:first-of-type {
border: 0 none;
}
body.single-tribe_events .tribe-events-schedule .tribe-events-cost {
font-size: 1.2em;
display: block;
font-weight: 700;
}
body.single-tribe_events #tribe-events-footer li, body.single-tribe_events #tribe-events-header li {
width: 49%;
}
body.single-tribe_events .tribe-events-event-meta {
border-top: 1px solid;
padding-top: 30px;
}
body .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
padding-bottom: 80px;
padding-top: 30px;
} ol.commentlist {
list-style: none;
padding: 0;
margin: 0;
}
ol.commentlist li {
background: #e7e7e7;
padding: 20px;
margin-bottom: 20px;
}
ol.commentlist li ul.children {
margin: 0 0 0 20px;
list-style: none;
}
ol.commentlist li ul.children li {
background: #fff;
padding: 20px;
}
ol.commentlist li ul.children li:last-of-type {
margin-bottom: 0;
}
h3#comments {
margin: 0 0 32px;
}
#respond form#commentform {
margin: 12px 0 0 0;
}
.comment .comment-meta, .comment .reply, .comment .comment-author {
padding: 0 24px 8px 0;
font-size: 14px;
}
.comment cite {
font-style: normal;
}
.comments .navigation {
float: none;
border: 0 none;
margin: 0;
padding: 0;
} .mobile {
display: none;
}
.desktop {
display: block;
} aside {
position: relative;
margin-bottom: 2em;
}
aside .inner {
background: #f6f6f6;
padding: 1em 1.2em;
}
aside .inner:empty {
padding: 0;
background: none;
}
.widget {
margin: 0.3em 0;
height: auto;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
position: relative;
}
.widget:empty {
margin: 0;
}
.widget_recent_entries ul {
list-style: none;
}
.widget_recent_entries ul li {
border-bottom: 1px solid #dcdcdc;
padding-bottom: 0.4em;
margin-bottom: 0.4em;
}
.widget_recent_entries ul li:last-of-type {
border-bottom: none;
}
.widget .textwidget {
font-size: 0.9em;
line-height: 1.2em;
}
.widget ul {
margin: 0.5em 0;
}
h3.widget-title {
display: block;
padding: 0;
margin-top: 0;
margin-bottom: 1em;
clear: both;
} img {
max-width: 100%;
height: auto;
}
img.wp-post-image {
margin-bottom: 0.8em;
}
.wp-caption {
max-width: 100%;
}
.wp-caption.alignnone {
margin: 0.2em 0.8em 0.8em 0;
}
.wp-caption.alignleft {
clear: left;
float: left;
display: block;
margin: 0.2em 0.8em 0.8em 0;
}
.wp-caption.aligncenter {
clear: both;
float: none;
display: block;
margin: 0.8em auto;
}
.wp-caption.alignright {
clear: right;
float: right;
display: block;
margin: 0.2em 0 0.8em 0.8em;
}
img.alignnone {
margin: 0.2em 0.8em 0.8em 0;
}
img.alignleft {
clear: left;
float: left;
display: block;
margin: 0.2em 0.8em 0.8em 0;
}
img.aligncenter {
margin: 0.8em auto;
display: block;
clear: both;
}
img.alignright {
clear: right;
float: right;
display: block;
margin: 0.2em 0 0.8em 0.8em;
}
img.full-width {
width: 100%;
height: auto;
}
img.wp-post-image.post-large {
margin: 0.5em auto 1em;
clear: both;
}
.gallery {
display: block;
}
.gallery .wp-caption-text {
padding: 0.5em;
font-weight: 700;
}
.gallery .gallery-item img {
border: 0 none!important;
}
p.wp-caption-text {
text-align: left;
padding: 0.5em;
font-style: italic;
border-bottom: 2px solid #c8c8c8;
} dl.accordion {
background: #f0f0f0;
box-sizing: border-box;
margin-bottom: 1em;
padding: 0.3em;
clear: both;
}
dl.accordion dt a {
font-size: 1.4em;
line-height: 1.2em;
font-weight: 700;
padding: 0.3em 0.5em;
display: block;
background: none;
}
dl.accordion dt .icon {
position: absolute;
right: 1em;
}
dl.accordion dd {
padding: 0.5em 1em 0 1em;
} @media handheld, only screen and (max-width: 1200px) { body {
font-size: 14px;
line-height: 20px;
}
.owl-carousel .outer {
max-width: 960px;
}
} @media handheld, only screen and (max-width: 992px) {
.owl-carousel .outer {
max-width: 720px;
}
.navbar-collapse {
position: absolute;
top: 0;
width: 100%;
background: #333;
}
.navbar-collapse .nav {
text-align: left;
}
.navbar .nav > li {
margin-left: 0;
}
.navbar .navbar-nav li a.nav-link {
padding: 1em 0.6em;
}
.social-icons a {
font-size: 16px;
line-height: 16px;
}
.navbar .navbar-nav li.current-menu-item a, .navbar .navbar-nav li.current-menu-parent a, .navbar .navbar-nav li.current-menu-ancestor a {
border-color: transparent;
color: #78866b;
}
} @media handheld, only screen and (max-width: 767px) {
.owl-carousel .outer {
max-width: 767px;
}
.content.page {
min-height: 0;
}
header.top {
text-align: center;
}
.header-phone {
font-size: 1.1em;
}
header .input-group {
padding: 1px;
}
footer {
margin-top: 0;
font-size: 1em;
}
footer .footer-legal ul.menu li {
font-size: 14px;
line-height: 18px;
}
footer ul.menu li:last-of-type {
border: 0 none;
margin-left: 0;
}
.footer-areas .footer-area {
border: 0 none!important;
padding-right: 0;
margin: 0.5em 0;
height: auto!important;
}
.social-icons {
float: none;
clear: both;
text-align: left;
}
.social-icons a {
padding: 6px 7px 4px;
margin-left: 0;
margin-right: 8px;
} .owl-carousel .outer {
position: relative;
}
.owl-carousel .slide-caption {
display: block;
font-size: 1em;
color: #121629;
background: #f1f1f1;
width: 100%!important;
max-width: 100%!important;
float: none!important;
padding: 1em;
margin: 0;
}
.owl-carousel .slide-caption .inner {
display: block;
text-shadow: none;
}
.owl-dots {
position: relative;
bottom: 0;
margin-top: 0.3em;
}
.owl-dots .owl-dot span {
background: #e6e6ea;
}
.home .owl-nav .icon {
color: #464646;
} .alignleft, .alignright, .aligncenter, .alignnone, img.alignleft, img.alignright, img.aligncenter, img.alignnone, .wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter, .wp-caption.alignnone {
margin: 1em auto;
float: none;
clear: both;
}
body .gallery .gallery-item {
width: 100%!important;
float: none!important;
clear: both;
margin: 1em auto
} .navigation .wp-pagenavi span.pages {
display: block;
font-size: 12px;
}
}   @media only screen and (-webkit-min-device-pixel-ratio: 2) { }