body {
height: 100%;
margin:0;
font-family: 'Libre Baskerville', serif;
background: #fff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.zero {
margin: 0;
padding: 0;
}
.img-responsive {
margin: 0 auto;
}
p {
font-size: 1.15em;
line-height: 1.5em;
margin-bottom: 1.6em;
color: #000;
}
.custom-aside p {
font-family: 'Libre Baskerville', serif;
font-size: 1.15em;
font-weight: 500;
line-height: 1.5em;
color: #fff;
padding: 0 1em;
}
.content a:link {
color: inherit;
text-decoration: underline;
}
.content a:visited {
color: inherit;
text-decoration: underline;
}
.content a:hover, 
.content a:focus,
.content a:active {
color: #ed1c24;
}
.custom-aside p a:link {
color: inherit;
text-decoration: underline;
}
.custom-aside p a:visited {
color: inherit;
text-decoration: underline;
}
.custom-aside p a:hover, 
.custom-aside p a:focus,
.content p a:active {
color: #ed1c24;
}
.center {
text-align: center;
}
.strong {
font-family: 'Libre Baskerville', serif;
font-weight: 800;
}
hr {
border-color: #231f20;
border-style: 1px solid none;
border-width: 1px 0;
margin: 18px 0;
}
.dark-grey {
background-color: #231f20;
}
.mid-grey {
background-color: #939598;
}
.pale-grey {
background-color: #efefef;
}
.reddot-red {
background-color: #ed1c24;
}
.reddot-red-80 {
background-color: #db4f3c;
}
.reddot-gradient {
background: rgb(35,31,32);
background: linear-gradient(180deg, rgba(35,31,32,1) 0%, rgba(147,149,152,1) 100%);
}
.myicons {
height: 50%;
width: 50%;
}
.content ul, .content ol {
font-size: 1.15em;
line-height: 1.5em;
margin-bottom: 3em;
}
.content li {	
font-size: inherit;
line-height: 1.5em;
margin: 1.0em 0;
color: #000;
font-family: 'Libre Baskerville', serif;
}
a {#238ece
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
.top-margin {
margin-top: 5em;
}
.bottom-margin {
margin-bottom: 5em;
}
.grecaptcha-badge {
display:none;
} .navbar-custom {
background-color: #ed1c24;
border-color: transparent;
}
.navbar-custom .navbar-brand {
color: #1ab7ea;
font-family: 'Libre Baskerville', serif;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active {
color: #1ab7ea;
}
.navbar-custom .navbar-collapse {
border-color: rgba(255, 255, 255, 0.02);
}
.navbar-custom .navbar-toggle {
background-color: #231f20;
border-color: #fff;
font-family: 'Libre Baskerville', serif;
font-weight: 800;
text-transform: none;
color: #fff;
font-size: 14px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
background-color: #ed1c24;
color: #fff;
border-color: #fff;
}
.navbar-custom .nav li a {
font-family: 'Libre Baskerville', serif;
font-weight: 500;
text-transform: none;
font-size: 18px;
color: #231f20;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
background-color: #231f20;
color: #939598;
outline: none;
}
.navbar-custom .navbar-nav > .active > a {
border-radius: 0;
color: #ed1c24;
background-color: #fff;
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus,
.navbar-custom .navbar-nav > .active > a:active {
color: #ed1c24;
background-color: inherit;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
background-color: #231f20;
color: #fff;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
background-color: #939598;
color: #ed1c24;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
background-color: #ed1c24;
color: #939598;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a, .dropdown:hover .dropdown-menu>li>a {
text-transform: none;
letter-spacing: 0;
padding: 0.25em 1em;
color: #fff;
border-bottom: 1px dotted #231f20;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
color: #fff;
background-color: #231f20;
}
.navbar-nav>li>.dropdown-menu {
background-color: #939598;
}
.dropdown-menu {
min-width: 300px;
max-height: 500px;
overflow-y: auto;
overflow-x: hidden;
background-color: #939598 !important;
}
.navbar .nav li .dropdown-menu li a {white-space: normal;}
@media (min-width: 768px) {
.navbar-custom {
background-color: rgba(255, 255, 255, 0.85);
-webkit-transition: padding 0.3s;
-moz-transition: padding 0.3s;
transition: padding 0.3s;
border: none;
}
.navbar-custom .navbar-brand {
margin-top: -25px;
font-size: 2em;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.navbar-custom .navbar-nav > .active > a {
border-radius: 3px;
background: inherit;
}
}
@media (min-width: 768px) {
.navbar-custom.affix {
background-color: #fff;
padding: 10px 0;
}
.navbar-custom.affix .navbar-brand>img {
margin-top: 10px;
max-height: 50px;
-webkit-transition: opacity 1s ease-in-out;
-moz-transition: opacity 1s ease-in-out;
-o-transition: opacity 1s ease-in-out;
transition: opacity 1s ease-in-out;
}
}
@media (max-width: 767px) {
.navbar-custom {
background-color: #fff;
padding:5px 0;
}
.navbar-custom .navbar-brand>img {
margin-top: -13px;
max-height: 50px;
-webkit-transition: opacity 1s ease-in-out;
-moz-transition: opacity 1s ease-in-out;
-o-transition: opacity 1s ease-in-out;
transition: opacity 1s ease-in-out;
}
}
.navbar-nav .caret {
display:none;
} @media screen and (min-width: 1200px) {
.carousel { height: 600px;}
.carousel.product { height: -webkit-calc(100vh - 0px); height: calc(100vh - 0px);}
.page-title {font-size: 3em;}
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
.carousel { height: 550px;}
.carousel.product { height: 500px; }
.page-title {font-size: 3em;}
}
@media screen and (min-width: 768px) and (max-width: 979px) {
.carousel { height: 500px;}
.carousel.product { height: 450px; }
.page-title {font-size: 2.5em;}
}
@media screen and (min-width: 480px) and (max-width: 767px) {
.carousel { height: 450px;}
.carousel.product { height: 400px; }
.page-title {font-size: 2.25em;}
}
@media screen and (max-width: 479px) {
.carousel { height: 400px; margin-top: 140px; }
.carousel.product { height: 300px; }
.page-title {font-size: 2em;}
}
.carousel .item,
.carousel .item.active,
.carousel .carousel-inner {
height: 100%;
z-index: -10;
}
.carousel .fill {
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
}
.carousel.fade {
opacity: 1;
}
.carousel.fade .item {
-moz-transition: opacity ease-in-out .7s;
-o-transition: opacity ease-in-out .7s;
-webkit-transition: opacity ease-in-out .7s;
transition: opacity ease-in-out .7s;
left: 0 !important;
opacity: 0;
top:0;
position:absolute;
width: 100%;
display:block !important;
z-index:1;
}
.carousel.fade .item:first-child {
top:auto;
position:relative;
}
.carousel.fade .item.active {
opacity: 1;
-moz-transition: opacity ease-in-out .7s;
-o-transition: opacity ease-in-out .7s;
-webkit-transition: opacity ease-in-out .7s;
transition: opacity ease-in-out .7s;
z-index:2;
}
.carousel-caption-custom {
font-family: 'Libre Baskerville', serif;
position: absolute;
right: 0%;
bottom: 30%;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 30px;
margin-top: 100px;
color: #fff;
text-align: left;
text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
.carousel-caption-product {
position: absolute;
top: 45%;
width: 100%;
}
.page-title {
font-family: 'Libre Baskerville', serif;
font-weight: 100;
color: #fff;
text-align: left;
padding: 0.5em 0.75em;
margin: 0;
}
.section-title {
background-color: #ed1c24;
color: #fff;
display: table;
}
.carousel-title {
font-family: 'Libre Baskerville', serif;
line-height: 1.15em;
font-weight: 500;
color: #fff;
text-align: center;
padding: 0em 0.75em 1em 0.75em;
margin: 0 auto;
text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
display: table;
}
.carousel-subtitle {
font-family: 'Libre Baskerville', serif;
font-weight: 100;
color: #231f20;
text-align: center;
padding: 0.5em 0.75em;
margin: 0 auto;
text-transform: none;
background-color: rgba(255, 255, 255, 0.8);
display: table;
}
.section-breadcrumbs p {
font-family: 'Libre Baskerville', serif;
font-weight: 100;
color: #fff;
text-align: left;
margin: 0;
padding: 0.25em 0.75em 0.25em 0.75em;
}
.section-breadcrumbs a{
font-family: 'Libre Baskerville', serif;
font-weight: 100;
color: #fff;
text-decoration: underline;
text-align: left;
}
.section-breadcrumbs {
color: #fff;
display: table;
}
.carousel-indicators {
bottom: 50px;
} p.call-cta-link
{
font-family: 'Libre Baskerville', serif;
font-weight: 100;
color: #fff;
text-align: center;
margin: 20px auto 20px auto;
}
.call-cta-link a {
color: #fff;
margin: 10px auto;
padding: 10px;
text-decoration: none;
}
.call-cta-link a:hover, 
.call-cta-link a:focus,
.call-cta-link a:active {
text-decoration: underline;
color: #fff;
}
p.cta-bucket
{
font-family: 'Libre Baskerville', serif;
font-size: 1.15em;
font-weight: 100;
color: #fff;
text-align: center;
margin: 1em 1em 2em 1em;
}
.glyphicon {
position: relative;
color: #fff;
top: 0.35em;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 100;
font-size: 4.15em;
padding: 0.10em 0 0 0;
}
.fas-icon {
position: relative;
color: #fff;
width: 100%;
display: inline-block;
font-size: 5.0em;
padding: 0.5em 0 0 0;
margin: 0 auto;
text-align:center;
}
.fas-btn {
color: inherit;
font-size: inherit;
padding: 0em;
margin: 0em;
} .home-services {
min-height: 400px;
background: no-repeat center center;
background-size: cover;
}
.news-item {
padding: 2em;
}
.news-background {
min-height: 300px;
background: no-repeat center center;
background-size: cover;
padding-top: 3em;
padding-bottom: 3em;
}
.news-item-background {
background-color: rgba(255, 255, 255, 0.75);
margin-top: 1em;
margin-bottom: 1em;
padding: 1em;
} h1
{
font-family: 'Libre Baskerville', serif;
font-size: 3.0em;
font-weight: 100;
color: #939598;
text-align: left;
margin: 1em 0;
}
h2
{
font-family: 'Libre Baskerville', serif;
font-size: 1.65em;
font-weight: 800;
color: #ed1c24;
text-align: left;
margin-top: 1.5em;
}
h3.sectors
{
font-size: 1.75em;
line-height: 1.25em;
font-weight: 800;
text-align: center;
margin: 0;
padding: 0.5em;
color: #fff;
}
h3
{
font-size: 1.75em;
line-height: 1.25em;
font-weight: 800;
text-align: center;
margin: 0;
padding: 0.5em;
color: #fff;
text-transform: uppercase;
}
h4
{
font-family: 'Libre Baskerville', serif;
font-size: 1.5em;
font-weight: 800;
color: #000;
text-align: left;
margin: 0 0 1em 0;
}
h5
{
font-family: 'Libre Baskerville', serif;
font-size: 1.5em;
font-weight: 800;
color: #ed1c24;
text-align: center;
text-transform: uppercase;
margin-bottom: 1em;
}
h5.battery-types
{
font-family: 'Libre Baskerville', serif;
font-size: 2em;
font-weight: 100;
color: #fff;
text-align: center;
text-transform: uppercase;
margin: 2em 0;
}
.btn-contact {
font-family: 'Libre Baskerville', serif;
text-transform: uppercase;
letter-spacing: .20em;
font-weight: normal;
color: #fff;
margin: 30px auto 50px auto;
padding: 15px 30px;
border-radius: 0;
border: 1px solid #fff;
background-color: #1c3f95;
}
.btn-contact:hover, 
.btn-contact:focus,
.btn-contact:active {
background-color: #1ab7ea;
text-decoration: none;
color: #ffffff;
}
.btn-read {
width:70%;
margin: 1em auto;
padding: 15px 30px;
border: none;
}
.portfolio-box {
position: relative;
display: block;
margin: 0 auto 30px auto;
}
.portfolio-box-news {
margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
color: white;
opacity: 0;
display: block;
position: absolute;
bottom: 0;
text-align: center;
width: 100%;
height: 100%;
-webkit-transition: all 0.35s;
-moz-transition: all 0.35s;
transition: all 0.35s;
}
.portfolio-box-caption-grey {
background: rgba(43, 43, 52, 0.9);
}
.portfolio-box-caption-blue {
background: rgba(35, 142, 206, 0.9);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
width: 100%;
text-align: center;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
font-family: 'Libre Baskerville', serif;
padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
text-transform: uppercase;
font-weight: normal;
font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption, 
.portfolio-box:focus .portfolio-box-caption,
.portfolio-box:active .portfolio-box-caption {
opacity: 1;
}
.portfolio-box:focus {
outline: none;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
font-size: 18px;
font-family: 'myserif-light', serif;
font-weight: normal;
text-transform: none;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
font-family: "mysansserif-bold", serif;
text-transform: uppercase;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name-work {
font-family: "mysansserif-bold", serif;
text-transform: uppercase;
}
.no-gutter > [class*='col-'] {
padding-right: 0;
padding-left: 0;
} @media screen and (min-width: 1200px) {
.navbar-custom .navbar-brand>img {max-height: 70px;}
.navbar-custom {padding: 20px 0;}
.navbar-nav {float: right !important; margin-right: -15px;}
.page-carousel { height: 550px;}
ul.social-buttons li a { height: 50px; width: 50px; font-size: 30px; line-height: 50px;}
h2.carousel-headline { font-size: 4.0em;}
.footer-cta-btn {margin: 0;}
h6 { font-size: 2.5em;}
p.testimonial {	font-size: 1.5em;}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name { font-size: 4em; }
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name-work { font-size: 2.0em; }
.blog-date { font-size: 1.25em; }
.btn-contact { font-size: 20px; }
.btn-next {	font-size: 1.35em; }
.custom-aside-cta h3 {font-size: 3.5em;}
h2.shop { min-height: 150px;}
div.shopping { min-height: 300px;}
.height-fix { min-height: 270px; }
.carousel-title { font-size: 6em; }
.carousel-subtitle { font-size: 2.0em; }
p.call-cta-link {font-size: 1.85em;}
.dropdown:hover .dropdown-menu {display: block;}
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
.navbar-custom .navbar-brand>img {max-height: 60px; display: inline;}
.navbar-custom {padding: 15px 0;}
.navbar-header {float: left; padding: 0; text-align: center; width: 100%;}
.navbar-nav {float: none; margin: 0 auto;}
.navbar .navbar-nav {display: inline-block; float: none; vertical-align: top;}
.navbar .navbar-collapse {text-align: center;}
.navbar-brand {float:none;}
.page-carousel { height: 500px; }
ul.social-buttons li a { height: 50px; width: 50px; font-size: 30px; line-height: 50px;}
.footer-cta-btn {margin: 0;}
h6 { font-size: 2.5em;}
p.testimonial {	font-size: 1.5em;}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name { font-size: 3em; }
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name-work { font-size: 1.75em; }
.blog-date { font-size: 1.25em; }
.btn-contact { font-size: 20px; }
.btn-next {	font-size: 1.30em; }
.custom-aside-cta h3 {font-size: 2.75em;}
h2.shop { min-height: 100px;}
div.shopping { min-height: 240px;}
.height-fix { min-height: 320px; }
.carousel-title { font-size: 3.55em; }
.carousel-subtitle { font-size: 1em; }
p.call-cta-link {font-size: 1.5em;}
.dropdown:hover .dropdown-menu {display: block;}
}
@media screen and (min-width: 768px) and (max-width: 979px) {
.navbar-custom .navbar-brand>img {max-height: 60px; display: inline;}
.navbar-custom {padding: 10px 0;}
.navbar-header {float: left; padding: 0; text-align: center; width: 100%;}
.navbar-nav {float: none; margin: 0 auto;}
.navbar .navbar-nav {display: inline-block; float: none; vertical-align: top;}
.navbar .navbar-collapse {text-align: center;}
.navbar-brand {float:none;}
.page-carousel { height: 450px; }
ul.social-buttons li a { height: 50px; width: 50px; font-size: 30px; line-height: 50px;}
.footer-cta-btn {margin: 2em 0 0 0;}
h6 { font-size: 2.5em;}
p.testimonial {	font-size: 1.5em;}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name { font-size: 2.5em; }
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name-work { font-size: 2.0em; }
.blog-date { font-size: 1.15em; }
.btn-contact { font-size: 20px; }
.btn-next {	font-size: 1.25em; }
.custom-aside-cta h3 {font-size: 2.0em;}
h2.shop { min-height: 125px;}
div.shopping { min-height: 240px;}
.height-fix { min-height: 220px; }
.carousel-title { font-size: 3em; }
p.call-cta-link {font-size: 1.05em;}
.dropdown:hover .dropdown-menu {display: block;}
}
@media screen and (min-width: 480px) and (max-width: 767px) {
.page-carousel { height: 380px; }
ul.social-buttons li a { height: 50px; width: 50px; font-size: 30px; line-height: 50px;}
.footer-cta-btn {margin: 2em 2em 0 2em;}
h6 { font-size: 2.0em;}
p.testimonial {	font-size: 1.25em;}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name { font-size: 2.0em; }
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name-work { font-size: 2.5em; }
.blog-date { font-size: 1.0em; }
.btn-contact { font-size: 20px; }
.btn-next {	font-size: 1.10em; }
.custom-aside-cta h3 {font-size: 4.0em;}
.carousel-title { font-size: 2.5em; }
p.call-cta-link {font-size: 1.75em; margin: 10px auto;}
}
@media screen and (max-width: 479px) {
.navbar-custom .navbar-brand>img {max-height: 30px; margin:0;}
.navbar-nav {float: left !important; margin-right: -15px;}
.page-carousel { height: 250px; }
ul.social-buttons li a { height: 50px; width: 50px; font-size: 30px; line-height: 50px;}
.footer-cta-btn {margin: 2em 0 0 0; padding: 10px 10px;}
h6 { font-size: 1.65em;}
p.testimonial {	font-size: 1.10em;}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name { font-size: 1.5em; }
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name-work { font-size: 1.5em; }
.blog-date { font-size: 1.0em; }
.btn-contact { font-size: 14px; }
.btn-next {	font-size: 1.0em; }
.custom-aside-cta h3 {font-size: 3.0em;}
.carousel-title { font-size: 2em; }
p.call-cta-link {font-size: 1.75em; margin: 10px auto;}
}
.page-carousel .item,
.page-carousel .item.active,
.page-carousel .page-carousel-inner {
height: 100%;
z-index: -10;
}
.page-carousel .fill {
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
background-color: #efefef;
}
.addthis_inline_share_toolbox {
margin: 2em auto 0 auto;
text-align: center;
}
.content {
margin-bottom: 2em;
}
.content p a:link {
color: inherit;
text-decoration: underline;
}
.content p a:visited {
color: inherit;
text-decoration: underline;
}
.content p a:hover, 
.content p a:focus,
.content p a:active {
color: #ed1c24;
}
.underline-break {
border-bottom: 1px solid #ed1c24;
}
h2.page-title-left
{
font-family: 'Libre Baskerville', serif;
font-size: 1.5em;
line-height: 1.5em;
font-weight: normal;
color: #55555d;
text-align: left;
margin-top: 1.5em;
margin-bottom: 2em;
}
h2.post-title
{
font-family: 'Libre Baskerville', serif;
font-size: 1.25em;
font-weight: normal;
color: #55555d;
text-align: center;
margin-top: 1.5em;
margin-bottom: 3em;
}
.page-title a:link {
color: inherit;
text-decoration: underline;
}
.page-title a:visited {
color: inherit;
text-decoration: underline;
}
.page-title a:hover, 
.page-title a:focus,
.page-title a:active {
color: #ed1c24;
}
.blog-date
{
font-family: 'Libre Baskerville', serif;
font-weight: normal;
color: #55555d;
text-align: center;
padding: 1em;
}
.blog-date a:link {
color: inherit;
text-decoration: underline;
}
.blog-date a:visited {
color: inherit;
text-decoration: underline;
}
.blog-date a:hover,
.blog-date a:focus,
.blog-date a:active {
color: #ed1c24;
}
.btn-next {
font-family: 'Libre Baskerville', serif;
text-transform: uppercase;
font-weight: 800;
color: #ed1c24;
padding: 1em;
margin:0;
border-radius: 0;
}
.btn-next:hover,
.btn-next:focus,
.btn-next:active {
background-color: #ed1c24;
text-decoration: none;
color: #939598;
}
.next a:link {
color: inherit;
text-decoration: none;
}
.next a:visited {
color: inherit;
text-decoration: none;
}
.next a:hover,
.next a:focus,
.next a:active {
color: #fff;
text-decoration: none;
}
.excerpt
{
margin-top: 1em;
margin-bottom: 4em;
}
blockquote
{
font-family: 'myserif-light', serif;
font-weight: normal;
font-size: 1.75em;
line-height: 1.5em;
color: #55555d;
text-align: left;
padding: 0 2em;
margin: 1.5em 0;
border-left: 10px solid #55555d;
border-right: 10px solid #55555d;
}
input {
padding: 1em;
width: 100%;
margin: 0 auto;
color: #55555d;
}
.wpcf7-submit {
font-family: 'Libre Baskerville', serif;
text-transform: uppercase;
text-align: center;
font-size: 1.5em;
font-weight: 800;
color: #fff;
margin: 0;
padding: 15px 30px;
border-radius: 0;
border: 1px solid #fff;
background-color: #ed1c24;
display: block;
}
.wpcf7-submit:hover,
.wpcf7-submit:focus,
.wpcf7-submit:active {
background-color: #231f20;
text-decoration: none;
color: #ffffff;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
span.step {
font-family: "mysansserif-bold", serif;
font-size: 0.85em;
background: #ed1c24;
border-radius: 0.9em;
-moz-border-radius: 0.9em;
-webkit-border-radius: 0.9em;
color: #ffffff;
display: inline-block;
line-height: 1.8em;
margin-right: 5px;
margin-left: -2.5em;
text-align: center;
width: 1.8em; 
} .footer {
padding:2em 0;
margin:0;
color: #fff;
text-align: center;
}
.footer p {
font-family: 'Libre Baskerville', serif;
font-weight: 300;
text-align: center;
color: #fff;
margin: 0;
}
.footer a:link {
color: #fff;
text-decoration: underline;
}
.footer a:visited {
color: #fff;
}
.footer a:hover,
.footer a:focus,
.footer a:active {
color: #ed1c24;
}
.h6-footer
{
font-family: 'Libre Baskerville', serif;
font-size: 1.25em;
font-weight: 300;
text-align: left;
color: #939598;
}
ul#menu-footer-left.menu, ul#menu-footer-centre.menu, ul#menu-footer-right.menu {
text-align: left;
list-style: none;
padding: 0;
margin: 0 0 2em 0;
}
ul#menu-footer-left.menu li, ul#menu-footer-centre.menu li, ul#menu-footer-right.menu li {
font-family: 'Libre Baskerville', serif;
font-weight: 500;
margin-bottom: 0.35em;
}
ul#menu-footer-left.menu li:before, ul#menu-footer-centre.menu li:before, ul#menu-footer-right.menu li:before {    
content: '\f138';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
float: left;
margin:0 5px 0 0px;
color: #ed1c24;
}
ul#menu-footer-left.menu li a:link, ul#menu-footer-centre.menu li a:link, ul#menu-footer-right.menu li a:link {
color: #fff;
}
ul#menu-footer-left.menu li a:visited, ul#menu-footer-centre.menu li a:visited, ul#menu-footer-right.menu li a:visited {
color: #fff;
}
ul#menu-footer-left.menu li a:hover, ul#menu-footer-centre.menu li a:hover, ul#menu-footer-right.menu li a:hover {
color: #ed1c24;
}
ul.social-buttons {
margin: 0 auto;
text-align: center;
}
ul.social-buttons li a {
display: block;
text-align: center;
background-color: #ed1c24;
border-radius: 100%;
color: #fff;
outline: none;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
background-color: #fff;
color: #ed1c24;
} .search-bar {
padding: 2em 2em 0 2em;
}
.search-bar img {
display:block;
width: 100%;
margin: 0 auto;
}
.btn-search {
font-weight: 800;
text-transform: uppercase;
height: 50px;
border: none;
background-color: #ed1c24;
color: #fff;
}
.btn-search:hover,
.btn-search:focus,
.btn-search:active {
background-color: #ed1c24;
color: #939598;
}
.btn-search: {
background-color: #939598;
color: #fff;
}
.form-control {
height: 50px;
padding: 5px 10px;
font-size: 16px;
line-height: 1.42857143;
color: #000;
background-color: #fff;
background-image: none;
border: none;
border-radius: 0px;
} #exTab1 .tab-content {
color : white;
background-color: #ed1c24;
padding : 5px 15px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
color : #fff !important;
background-color: #ed1c24;
text-transform: none;
font-weight: 500;
}
.nav>li>a:focus, .nav>li>a:hover {
color : #ed1c24 !important;
background-color: #ed1c24;
text-transform: none;
font-weight: 500;
}
#exTab2 h4.tabs {
color : #000;
text-align: left;
padding : 1em;
} #exTab1 .nav-pills > li > a {
border-radius: 0;
text-transform: none;
font-weight: 800;
color: #ed1c24;
} #exTab3 .nav-pills > li > a {
border-radius: 0 ;
}
#exTab3 .tab-content {
color : white;
background-color: #428bca;
padding : 1em;
}
.tab-content ul, .tab-content ol {
font-size: 1.15em;
line-height: 1.5em;
margin-bottom: 3em;
}
.tab-content li {	
font-size: inherit;
line-height: 1.15em;
margin: 1.0em 0;
color: #000;
font-family: 'Libre Baskerville', serif;
} p.date
{
font-size: 14px;
font-weight: 800;
color: #fff;
padding: 0.35em 0.35em 0.35em 1em;
border: 0;
background-color: #231f20;
display: block;
}
h4.news
{
font-family: 'Libre Baskerville', serif;
font-size: 1.5em;
font-weight: 800;
text-align: left;
margin: 0 0 1em 0;
padding: 1em 0.75em 0 0.75em;
}
h4.news a:link, h4.news a:visited {
color: #fff;
text-decoration: underline;
}
h4.news a:hover,
h4.news a:focus,
h4.news a:active {
color: #ed1c24;
text-decoration: underline;
}
h4.newsmain a:link, h4.newsmain a:visited {
color: #ed1c24;
text-decoration: underline;
}
h4.newsmain a:hover,
h4.newsmain a:focus,
h4.newsmain a:active {
color: #939598;
text-decoration: underline;
}
.custom-aside-news
{
margin-top: 0;
} .panel-transparent {
background: none;
border: 3px solid #fff;
border-radius: 2.5em;
margin-bottom: 2.5em;
}
.panel-body {
margin: 0;
padding: 0;
border: 0;
}
.panel-footer {
margin: 0 0 4em 0;
padding: 0;
text-align: center;
border-top: 0;
border-radius: 0 0 3em 3em;
}
.panel-footer .btn-contact {
margin: 0px;
padding: 15px;
width: 100%;
border: 0;
}
.panel-default {
border: none;
border-color: none;
border-radius: 0;
}
.panel-heading-home {
z-index: -1;
}
.panel-body p {
font-family: 'Libre Baskerville', serif;
font-size: 1.15em;
font-weight: 100;
color: #fff;
text-align: left;
margin: 1em 2em;
}
.panel-margin {
margin: 1em !important;
}
.panel-body p.date {
font-family: 'Libre Baskerville', serif;
font-size: 16px;
font-weight: 800;
color: #fff;
padding: 0.35em 2em;
margin: 0;
display: block;
width: 100%;
border: 0;
}
.monthdate{
background: #ed1c24;
color: #fff;
font-size: 1.15em;
font-style: italic;
font-weight: 300;
line-height: 1em;
margin: -1em 2em 2em 2em;
padding: 0.5em;
display: block;
z-index: 100;
position: absolute;
}
.panel-body h4.news {
font-family: 'Libre Baskerville', serif;
font-size: 1.5em;
line-height: 1.25em;
font-weight: 800;
color: #000;
text-align: left;
margin: 15px;
}
.btn-news {
font-family: 'Libre Baskerville', serif;
font-weight: 800;
font-size: 1.45em;
color: #fff;
margin: 0 15px 30px 15px;
padding: 12px;
border-radius: 0;
width: 90%;
border: 0;
background-color: #ed1c24;
border-radius: 1.25em;
}
.btn-news:hover {
background-color: #231f20;
text-decoration: none;
color: #ffffff;
} .custom-aside{
background-color: #939598;
color: #000;
padding-bottom: 0;
}
.custom-aside-cta{
background-color: #939598;
color: #fff;
padding-bottom: 1em;
margin-bottom: 2em;
}
.custom-aside-cta p{
color: #fff;
}
.custom-aside-news{
background: rgb(35,31,32);
background: linear-gradient(180deg, rgba(35,31,32,1) 0%, rgba(147,149,152,1) 100%);
color: #000;
padding-bottom: 0em;
border-bottom: 5px #231f20 solid;
}
.custom-aside h2
{
font-family: 'Libre Baskerville', serif;
font-size: 1.65em;
font-weight: 800;
color: #fff;
background-color: #939598;
text-align: center;
text-transform: uppercase;
padding: 0.5em;
}
.custom-aside-cta h2
{
font-family: 'Libre Baskerville', serif;
font-size: 1.65em;
font-weight: 800;
color: #fff;
background-color: #ed1c24;
text-align: center;
padding: 0.5em;
}
.custom-aside-cta h3
{
font-family: 'Libre Baskerville', serif;
font-weight: 800;
color: #fff;
text-align: center;
text-transform: uppercase;
}
.custom-aside-news h2
{
font-family: 'Libre Baskerville', serif;
font-size: 1.65em;
font-weight: 800;
color: #fff;
background-color: #231f20;
text-align: center;
padding: 0.5em;
}
h2.news
{
font-family: 'Libre Baskerville', serif;
font-size: 1.65em;
font-weight: 800;
color: #fff;
background-color: #231f20;
text-align: left;
padding: 0.5em;
}
.custom-aside-content ul, .custom-aside-content p {
font-size: 1.15em;
line-height: 1.65em;
margin: 1em;
}
.custom-aside-content .small {
font-size: 0.85em;
line-height: 1.25em;
margin: 1.5em;
}
.custom-aside-content li {
display: block;
background-color: #db4f3c;
margin-bottom: 0.75em;
}
.custom-aside-nav > li {
border-bottom: 1px solid #231f20;
}
.custom-aside-nav li a:before {
content: '\f138';
font-family: 'Font Awesome 5 Free';
float: left;
margin: 0;
color: #ed1c24;
padding: 0 1em 0 0;
}
.custom-aside-nav li a:hover:before {
color: #fff;
}
.custom-aside-nav > li > a {
color: #fff;
font-size: 1.15em;
}
.custom-aside-nav > li > a:last-child {
border-bottom: none;
font-weight: 800;
}
.custom-aside-nav > li > a:hover,
.custom-aside-nav > li > a:focus {
text-decoration: none;
background-color: #ed1c24;
color: #fff !important;
}
.custom-aside-nav .children li {
list-style-type: none;
margin: 0.25em 0 0 0.5em;
}
.custom-aside-nav .children > li > a:last-child {
margin: 0 0 1em 0;
}
.custom-aside-nav ul.children li a:before {
content: none;
float: left;
padding: 0;
}
.custom-aside-nav .children > li > a {
display: block;
color: #fff;
font-size: 1.0em;
}
.custom-aside-nav .children > li > a:hover,
.custom-aside-nav .children > li > a:focus {
text-decoration: none;
background-color: #ed1c24;
color: #fff !important;
} .client-carousel {
margin: 2em 0;
} h2.shop
{
font-family: 'Libre Baskerville', serif;
font-size: 1.65em;
font-weight: 800;
color: #fff;
text-align: center;
text-transform: uppercase;
padding: 1em;
margin:0;
background-color: #ed1c24;
}
div.shopping {
padding: 1em;
border-bottom: 4px solid #ed1c24;
margin-bottom: 2em;
}
.product-pic {
border-left: 1px solid #efefef;
border-right: 1px solid #efefef;
}
.wp-cart-button-form input {
font-family: 'Libre Baskerville', serif;
width: 250px;
text-transform: uppercase;
text-align: center;
font-size: 1.5em;
font-weight: 800;
color: #fff;
margin: 0 auto !important;
padding: 15px 30px;
border-radius: 0;
border: none;
background-color: #ed1c24;
display: block;
}
.wp-cart-button-form input:hover,
.wp-cart-button-form input:focus,
.wp-cart-button-form input:active {
background-color: #939598;
text-decoration: none;
color: #ffffff;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
} .pagenotfound {
background-image: url(//www.reddotaccountants.co.uk/wp-content/themes/reddot2019/img/error404.jpg);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: bottom;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
min-height: 100%;
} .animatable { visibility: hidden; -webkit-animation-play-state: paused;   
-moz-animation-play-state: paused;     
-ms-animation-play-state: paused;
-o-animation-play-state: paused;   
animation-play-state: paused; 
} .animated {
visibility: visible;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-play-state: running;
-moz-animation-play-state: running;
-ms-animation-play-state: running;
-o-animation-play-state: running;
animation-play-state: running;
} @-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
}	100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInDown {
0% {
opacity: 0;
-moz-transform: translateY(-20px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeInDown {
0% {
opacity: 0;
-o-transform: translateY(-20px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
transform: translateY(-20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
20% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes fadeIn {
0% {
opacity: 0;
}
20% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-o-keyframes fadeIn {
0% {
opacity: 0;
}
20% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
60% {
opacity: 0;
}
20% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
60% {
-webkit-transform: translateX(20px);
}
80% {
-webkit-transform: translateX(-5px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes bounceInLeft {
0% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
60% {
-moz-transform: translateX(20px);
}
80% {
-moz-transform: translateX(-5px);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@-o-keyframes bounceInLeft {
0% {
opacity: 0;
-o-transform: translateX(-2000px);
}
60% {
opacity: 1;
-o-transform: translateX(20px);
}
80% {
-o-transform: translateX(-5px);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes bounceInLeft {
0% {
opacity: 0;
transform: translateX(-2000px);
}
60% {
transform: translateX(20px);
}
80% {
transform: translateX(-5px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@-webkit-keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
60% {
-webkit-transform: translateX(-20px);
}
80% {
-webkit-transform: translateX(5px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes bounceInRight {
0% {
opacity: 0;
-moz-transform: translateX(2000px);
}
60% {
-moz-transform: translateX(-20px);
}
80% {
-moz-transform: translateX(5px);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@-o-keyframes bounceInRight {
0% {
opacity: 0;
-o-transform: translateX(2000px);
}
60% {
-o-transform: translateX(-20px);
}
80% {
-o-transform: translateX(5px);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes bounceInRight {
0% {
opacity: 0;
transform: translateX(2000px);
}
60% {
transform: translateX(-20px);
}
80% {
transform: translateX(5px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
}	100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInUp {
0% {
opacity: 0;
-moz-transform: translateY(20px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeInUp {
0% {
opacity: 0;
-o-transform: translateY(20px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@-webkit-keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(.3);
}
50% {
-webkit-transform: scale(1.05);
}
70% {
-webkit-transform: scale(.9);
}
100% {
opacity: 1;
-webkit-transform: scale(1);
}
}
@-moz-keyframes bounceIn {
0% {
opacity: 0;
-moz-transform: scale(.3);
}
50% {
-moz-transform: scale(1.05);
}
70% {
-moz-transform: scale(.9);
}
100% {
opacity: 1;
-moz-transform: scale(1);
}
}
@-o-keyframes bounceIn {
0% {
opacity: 0;
-o-transform: scale(.3);
}
50% {
-o-transform: scale(1.05);
}
70% {
-o-transform: scale(.9);
}
100% {
opacity: 1;
-o-transform: scale(1);
}
}
@keyframes bounceIn {
0% {
opacity: 0;
transform: scale(.3);
}
50% {
transform: scale(1.05);
}
70% {
transform: scale(.9);
}
100% {
opacity: 1;
transform: scale(1);
}
}
@-webkit-keyframes moveUp {
0% {
opacity: 1;
-webkit-transform: translateY(40px);
}	100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes moveUp {
0% {
opacity: 1;
-moz-transform: translateY(40px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes moveUp {
0% {
opacity: 1;
-o-transform: translateY(40px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes moveUp {
0% {
opacity: 1;
transform: translateY(40px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@-webkit-keyframes fadeBgColor {
0%{
background:none;
}
70%{
background:none;
}
100%{
background:#464646;
}
}
@-o-keyframes fadeBgColor {
0%{
background:none;
}
70%{
background:none;
}
100%{
background:#464646;
}
}
@keyframes fadeBgColor {
0%{
background:none;
}
70%{
background:none;
}
100%{
background:#464646;
}
}
.animated.animationDelay{
animation-delay:.4s;
-webkit-animation-delay:.4s;
}
.animated.animationDelayMed{
animation-delay:1.2s;
-webkit-animation-delay:1.2s;
}
.animated.animationDelayLong{
animation-delay:1.6s;
-webkit-animation-delay:1.6s;
}
.animated.fadeBgColor {
-webkit-animation-name: fadeBgColor;
-moz-animation-name: fadeBgColor;
-o-animation-name: fadeBgColor;
animation-name: fadeBgColor;
}
.animated.bounceIn {
-webkit-animation-name: bounceIn;
-moz-animation-name: bounceIn;
-o-animation-name: bounceIn;
animation-name: bounceIn;
}
.animated.bounceInRight {
-webkit-animation-name: bounceInRight;
-moz-animation-name: bounceInRight;
-o-animation-name: bounceInRight;
animation-name: bounceInRight;
}
.animated.bounceInLeft {
-webkit-animation-name: bounceInLeft;
-moz-animation-name: bounceInLeft;
-o-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
.animated.fadeIn {
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
}
.animated.fadeInDown {
-webkit-animation-name: fadeInDown;
-moz-animation-name: fadeInDown;
-o-animation-name: fadeInDown;
animation-name: fadeInDown;
}
.animated.fadeInUp {
-webkit-animation-name: fadeInUp;
-moz-animation-name: fadeInUp;
-o-animation-name: fadeInUp;
animation-name: fadeInUp;
}
.animated.moveUp {
-webkit-animation-name: moveUp;
-moz-animation-name: moveUp;
-o-animation-name: moveUp;
animation-name: moveUp;
}html,
body {
height: 100%;
}
.carousel,
.item,
.active {
height: 100%;
}
.carousel-inner {
height: 100%;
} .fill {
width: 100%;
height: 100%;
background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
footer {
margin: 0;
}