.flex-container a:hover,
.flex-slider a:hover {
outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}
.flex-pauseplay span {
text-transform: capitalize;
} .flexslider {
margin: 0;
padding: 0;
}
.flexslider .slides > li {
display: none;
-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
width: 100%;
display: block;
}
.flexslider .slides:after {
content: "\0020";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
html[xmlns] .flexslider .slides {
display: block;
}
* html .flexslider .slides {
height: 1%;
}
.no-js .flexslider .slides > li:first-child {
display: block;
} .flexslider {
margin: 0 0 60px;
background: #ffffff;
border: 4px solid #ffffff;
position: relative;
zoom: 1;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
-o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
zoom: 1;
}
.flexslider .slides img {
height: auto;
-moz-user-select: none;
}
.flex-viewport {
max-height: 2000px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.loading .flex-viewport {
max-height: 300px;
}
.carousel li {
margin-right: 5px;
}
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
text-decoration: none;
display: block;
width: 40px;
height: 40px;
margin: -20px 0 0;
position: absolute;
top: 50%;
z-index: 10;
overflow: hidden;
opacity: 0;
cursor: pointer;
color: rgba(0, 0, 0, 0.8);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
font-family: "flexslider-icon";
font-size: 40px;
display: inline-block;
content: '\f001';
color: rgba(0, 0, 0, 0.8);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
content: '\f002';
}
.flex-direction-nav .flex-prev {
left: -50px;
}
.flex-direction-nav .flex-next {
right: -50px;
text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
opacity: 0.7;
left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
opacity: 0.7;
right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
opacity: 1;
}
.flex-direction-nav .flex-disabled {
opacity: 0!important;
filter: alpha(opacity=0);
cursor: default;
z-index: -1;
}
.flex-pauseplay a {
display: block;
width: 20px;
height: 20px;
position: absolute;
bottom: 5px;
left: 10px;
opacity: 0.8;
z-index: 10;
overflow: hidden;
cursor: pointer;
color: #000;
}
.flex-pauseplay a:before {
font-family: "flexslider-icon";
font-size: 20px;
display: inline-block;
content: '\f004';
}
.flex-pauseplay a:hover {
opacity: 1;
}
.flex-pauseplay a.flex-play:before {
content: '\f003';
}
.flex-control-nav {
width: 100%;
position: absolute;
bottom: -40px;
text-align: center;
}
.flex-control-nav li {
margin: 0 6px;
display: inline-block;
zoom: 1;
*display: inline;
}
.flex-control-paging li a {
width: 11px;
height: 11px;
display: block;
background: #666;
background: rgba(0, 0, 0, 0.5);
cursor: pointer;
text-indent: -9999px;
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.flex-control-paging li a:hover {
background: #333;
background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
background: #000;
background: rgba(0, 0, 0, 0.9);
cursor: default;
}
.flex-control-thumbs {
margin: 5px 0 0;
position: static;
overflow: hidden;
}
.flex-control-thumbs li {
width: 25%;
float: left;
margin: 0;
}
.flex-control-thumbs img {
width: 100%;
height: auto;
display: block;
opacity: .7;
cursor: pointer;
-moz-user-select: none;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.flex-control-thumbs img:hover {
opacity: 1;
}
.flex-control-thumbs .flex-active {
opacity: 1;
cursor: default;
} @media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
opacity: 1;
left: 10px;
}
.flex-direction-nav .flex-next {
opacity: 1;
right: 10px;
}
}.table>tbody>tr>td {
vertical-align: top!important;
}
th, td {
line-height: 16px !important;
}
td ul li {
margin-bottom: 10px!Important;
}  .contact-form-container {
padding: 0px!Important;
}
.contact-form-container .nf-field-container {
margin-bottom: 15px;
}
.contact-form-container input, .contact-form-container textarea {
border: 1px solid #000;
padding: 10px!important;
}
.contact-form-container input:hover, .contact-form-container textarea:hover {
border: 1px solid #000!Important;
}
.contact-form-container input[type=button] {
background-color: black!Important;
color: white!important;
padding-left: 40px!important;
padding-right: 40px!Important;
}
.contact-form-container input[type=button]:hover {
background-color: #555!Important;
}  .site-title-container {
margin-bottom: 10px;
}
#site-navigation .module.left {
padding-left: 0px;
}
.navbar-collapse {
padding-right: 0px;
padding-left: 0px;
}
body {
background-image: url(https://www.brabinsendowed.co.uk/wp-content/uploads/2019/02/brabins-header-1.png);
background-color: #95C100;
background-repeat: repeat-x;
background-position: top center;
}
.nav-container nav {
background-color: transparent!important;
background: none!important;
}
.main-navigation .menu > li {
margin-right: 10px;
}
.main-navigation .menu li a {
background-color: red;
color: white!important;
padding: 10px;
border-radius: 5px;
border: 1px solid white;
letter-spacing:1px!important;
font-size: 16px!important;
}
.main-navigation .menu li a:hover {
text-decoration: none;
color: black!important;
border: 1px solid black;
}
.main-navigation .menu li:nth-child(2) a {
background-color: cornflowerblue;
}
#menu-item-615 li a {
background-color: cornflowerblue!Important;
}
.main-navigation .menu li:nth-child(3) a {
background-color: orange;
}
#menu-item-589 li a {
background-color: orange!Important;
}
.main-navigation .menu li:nth-child(4) a {
background-color: green;
}
.main-navigation .menu li:nth-child(5) a {
background-color: purple;
}
#menu-item-2163 a {
background-color: purple!Important;
}
#menu-item-5532 a {
background-color: purple!Important;
}
#menu-item-5963 a {
background-color: purple!Important;
}
.main-navigation .menu li:nth-child(6) a {
background-color: deeppink;
}
.main-navigation .menu li:nth-child(7) a {
background-color: maroon;
}
.main-navigation .menu li:nth-child(8) a {
background-color: violet;
}
.main-navigation .menu li:nth-child(9) a {
background-color: yellowgreen;
}
.main-navigation .menu li:nth-child(10) a {
background-color: dodgerblue;
}
.main-navigation .menu {
width: 100%;
height: 50px;
}
.nav-bar {
line-height: 32px;
}
header nav {
border: none!important;
}
.menu > li.dropdown {
padding-right: 0px;
}
.dropdown:after {
display: none;
}
.main-navigation .menu > li > ul li a:hover {
background: inherit!Important;
} section {
padding-top: 0px;
padding-bottom:20px;
}
.hentry {
background: white!important;
padding: 20px;
border-radius: 5px;
}
.home-links .so-panel, .classes-homepage .so-panel, .school-info-main .so-panel {
border: 1px solid #000;
border-radius: 5px;
}
.school-info-main h3 {
margin-top: 10px;
}
.school-info-main h3 a {
color: black;
}
.school-info-main h3 a:hover {
color: white;
}
.home-links a, .classes-homepage a {
letter-spacing:1px!important;
font-weight: 300!important;
} .blog article.hentry {
padding: 10px!important;
}
article.post{
background: none!important;
background-color: transparent!important;
padding: 0px;
}
article.post .entry-header {
background: white!important;
border-radius: 0px;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
padding: 20px;
}
.single-post article.post .entry-header {
background: white!important;
border-radius: 0px;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
padding: 0px;
}
article.post .entry-content {
background: white!important;
border-radius: 5px;
border-top-right-radius: 0px;
border-top-left-radius: 0px;
padding: 20px;
}
.single-post article.post .entry-content {
border-radius: 5px;
}
.single-post article {
background: white;
padding: 0px;
}
.single-post article header.entry-header {
display: none;
}
.single-post .post-content .entry-content .post-title {
margin-top: 0px;
margin-bottom: 10px;
}
time {
color: #95C100;
font-weight: bold;
}
.post-content .entry-header img {
border: 1px solid #CCC;
}  a.wp-show-posts-read-more {
font-weight: bold;
}
.wp-show-posts-inner {
border: 1px solid #ddd;
border-radius: 5px;
padding: 10px;
}  .newsletters-page .rpwe-block li {
border-bottom: 1px solid #eee;
margin-bottom: 10px;
padding-bottom: 10px;
width: 50%;
float: left;
} .shapely-next-prev {
margin-top: 30px;
}
.shapely-next-prev .text-left a {
background-color: deeppink;
padding: 10px;
color: white;
border-radius: 5px;
border: 1px solid white;
font-weight: bold;
}
.shapely-next-prev .text-left a:hover {
background-color: deeppink;
padding: 10px;
color: black;
border-radius: 5px;
border: 1px solid black;
}
.fa-angle-left:before {
content: "\f104";
color: deeppink;
font-size: 20px;
}
.shapely-next-prev .text-right a {
background-color: dodgerblue;
padding: 10px;
color: white;
border-radius: 5px;
border: 1px solid white;
font-weight: bold;
}
.shapely-next-prev .text-right a:hover {
background-color: dodgerblue;
padding: 10px;
color: black;
border-radius: 5px;
border: 1px solid black;
}
.fa-angle-right:before {
content: "\f105";
color: dodgerblue;
font-size: 20px;
}
a {
font-weight: 300;
}
a:hover {
text-decoration: none!important;
}
.shapely-content .widget .panel-widget-style {
padding: 20px;
}
.header-callout {
display: none;
}
.header-info, .header-info a {
font-weight: bold;
color: white!important;
font-size: 40px!important;
line-height: 40px;
height: 40px;
-webkit-text-stroke: 0.1px black;
text-align: right!important;
}
.header-info a:hover {
text-decoration: none;
}
.header-info p {
color: black!important;
font-size: 14px!important;
line-height: 14px;
text-align: right;
font-weight: bold!Important;
-webkit-text-stroke: 0px!important;
}
.clear {
clear: both!Important;
margin: 0px;
}
#main #secondary .widget {
background: white;
border-radius: 5px;
padding: 20px;
}
#secondary .widget h2.widget-title {
text-align: center!important;
font-size: 24px!important;
display: block!important;
padding: 0px!Important;
margin-top: 0px;
}
#secondary .widget {
margin-bottom: 30px;
}
.rpwe-img img {
width: 50px!Important;
height: 50px!important;
}
.content-area {
background-image: url(https://www.brabinsendowed.co.uk/wp-content/uploads/2019/02/footer.png);
background-repeat: repeat-x;
background-position: center bottom;
}
.site-footer {
background: #3f2a14!important;
}
.footer-widget img {
margin-top: -15px;
}
.site-footer h2.widget-title {
margin-top: 0px!Important;
margin-bottom: 10px!important;
}
.site-footer .widget.widget_nav_menu > div ul li, .site-footer .widget.widget_nav_menu ul li {
border-bottom: none!important;
padding-bottom: 5px!important;
margin-bottom: 5px!important;
}
.site-footer .widget.widget_nav_menu .menu > li a {
font-size: 14px;
color: #aaa!important;
}
.site-footer .widget.widget_nav_menu .menu > li a:hover {
font-size: 14px;
color: white!important;
text-decoration: none!important;
}
.footer-credits a {
color:#95C100!important;
}
@media (min-width: 1200px)
{
.main-container {
margin-top: 40px;
}
.post-content .entry-header img {
width: 100%!important;
height: 250px!important;
object-fit: cover!important;
}
.footer-nav {
list-style: none!important;
margin: 0px!important;
padding: 0px!important;
}
.footer-nav li a {
float: left;
margin-right: 5px;
padding-right: 5px;
border-right: 1px solid #FFF;
line-height: 10px;
color: white!important;
}
.footer-nav li:last-child a {
border-right: none;
}
.footer-nav li a:hover {
text-decoration: none!Important;
}
}
@media (min-width: 992px) and (max-width: 1199px)
{
.post-content .entry-header img {
width: 100%!important;
height: 250px!important;
object-fit: cover!important;
}
.footer-nav {
list-style: none!important;
margin: 0px!important;
padding: 0px!important;
}
.footer-nav li a {
float: left;
margin-right: 5px;
padding-right: 5px;
border-right: 1px solid #FFF;
line-height: 10px;
color: white!important;
}
.footer-nav li:last-child a {
border-right: none;
}
.footer-nav li a:hover {
color: white;
text-decoration: none!Important;
}
}
@media (min-width: 781px) and (max-width: 991px)
{
.post-content .entry-header img {
width: 100%!important;
height: 250px!important;
object-fit: cover!important;
}
.header-info {
display: none;
}
.top-bar {
display: none;
}
.footer-nav {
list-style: none!important;
margin: 0px!important;
padding: 0px!important;
}
.footer-nav li a {
float: left;
margin-right: 4px;
padding-right: 4px;
border-right: 1px solid #FFF;
line-height: 10px;
color: white!important;
}
.footer-nav li:last-child a {
border-right: none;
margin-right: 0px;
padding-right: 0px;
}
.footer-nav li a:hover {
color: white;
text-decoration: none!Important;
}
}
@media (min-width: 600px) and (max-width: 780px)
{
.post-content .entry-header img {
width: 100%!important;
height: 250px!important;
object-fit: cover!important;
}
.header-info {
display: none;
}
.top-bar {
display: none;
}
footer .text-right {
text-align: center;
}
footer .text-right img {
margin-top: 20px;
}
.footer-credits {
text-align: center;
}
.footer-nav {
list-style: none!important;
margin: 0px auto!important;
padding: 0px!important;
width: 335px;
height: 30px;
}
.footer-nav li a {
float: left;
margin-right: 4px;
padding-right: 4px;
border-right: 1px solid #FFF;
line-height: 10px;
color: white!important;
}
.footer-nav li:last-child a {
border-right: none;
margin-right: 0px;
padding-right: 0px;
}
.footer-nav li a:hover {
color: white;
text-decoration: none!Important;
}
}
@media (max-width: 599px)
{
.post-content .entry-header img {
width: 100%!important;
height: 250px!important;
object-fit: cover!important;
}
.header-info {
display: none;
}
.top-bar {
display: none;
}
footer .text-right {
text-align: center;
}
footer .text-right img {
margin-top: 20px;
}
.footer-credits {
text-align: center;
}
.footer-nav {
list-style: none!important;
margin: 0px auto!important;
padding: 0px!important;
width: 335px;
height: 30px;
}
.footer-nav li a {
float: left;
margin-right: 4px;
padding-right: 4px;
border-right: 1px solid #FFF;
line-height: 10px;
color: white!important;
}
.footer-nav li:last-child a {
border-right: none;
margin-right: 0px;
padding-right: 0px;
}
.footer-nav li a:hover {
color: white;
text-decoration: none!Important;
}
}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//www.brabinsendowed.co.uk/wp-content/themes/shapely/assets/js/owl-carousel/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-theme .owl-nav {
margin-top: 10px;
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
color: #FFF;
font-size: 14px;
margin: 5px;
padding: 4px 7px;
background: #D6D6D6;
display: inline-block;
cursor: pointer;
border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
background: #869791;
color: #FFF;
text-decoration: none; }
.owl-theme .owl-nav .disabled {
opacity: 0.5;
cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 10px; }
.owl-theme .owl-dots {
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
*display: inline; }
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #869791; }html.slb_overlay object,html.slb_overlay embed,html.slb_overlay iframe{visibility:hidden}html.slb_overlay #slb_viewer_wrap object,html.slb_overlay #slb_viewer_wrap embed,html.slb_overlay #slb_viewer_wrap iframe{visibility:visible}