/*
Theme Name: Juniper Website 2022
Author: Elygra
Version: 1.2
*/

/* global layout */
body {
  box-sizing: border-box;
  margin: 0 auto;
  font-family: 'Gilroy-Regular', sans-serif;
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
}

.row {
  margin: 0;
  margin-bottom: 60px;
}

.row:last-child {
  margin-bottom: 0;
}

footer,
section {
  padding: 60px 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.img-center {
  margin: 0 auto;
}

/* typography */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Gilroy-SemiBold', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #2c2e2d;
  margin-bottom: 10px;
}

h1 {
  font-size: 52px;
  line-height: 62px;
}

h2 {
  font-size: 48px;
  line-height: 58px;
}

h3 {
  font-size: 26px;
  line-height: 36px;
}

h4 {
  font-size: 18px;
  line-height: 28px;
}

p {
  font-size: 18px;
  line-height: 28px;
  display: block;
  margin-bottom: 20px;
  color: #2c2e2d;

}

@font-face {
  font-family: 'Omnes';
  src: url('/"webfonts/07dc45de3c2d37fcd503045055b2253b.woff2"') format('woff2');
	src: url('/"webfonts/07dc45de3c2d37fcd503045055b2253b.woff"') format('woff');
}

h5 {
  font-family: omnes-pro, sans-serif;
font-weight: 600;
font-style: normal;
	font-size: 50px;
}

.container ul {margin: 5px 0px 5px 0px;}
.container ul li { font-size: 18px; line-height: 28px; list-style-position: inside; list-style: disc; margin-left: 30px;}
.purple-background ul li {color: #fff;}

small {
  font-size: 60%;
}

hr {
  border-top: 1px solid rgba(255, 255, 255, 0.3); margin-bottom: 30px;
}

strong {
  font-family: 'Gilroy-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
}

.content-light {
}

.content-light h1, .content-light h2,
.content-light h3, .content-light h4 {
  color: #fff;
}

.content-light p {
  color: #fff;
}

.content-light p a {color: #fff; text-decoration: underline;}

.green-background {background: #a5bc56;}
.purple-background {background: #4e4093;}
.purple {color: #4e4093;}
.centred {text-align: center;}
.animated {font-size: 40px; margin: 0px; padding: 0px;}
.animated-image {max-width: 150px !important;}
.green-border {border-top: #a5bc56 solid 2px; border-bottom: #a5bc56 solid 2px; padding: 20px 0px; margin-top: 0px !important;}
.no-bottom-border {margin-bottom: 0px !important; padding-bottom: 0px !important;}
.inset-block {position: absolute; right: 0; margin-left: -60px; margin-top: -25%; padding: 30px; background: #fff;  color: #fff; border: #dedede solid 1px;}
.home-hero {margin-top: -100px; display: block; width: 100% !important; min-height: 100vh; font-size: 0;}
.home-hero-block {display: inline-block; width: 50%; height: 50vh; margin: 0px; justify-content: center; text-align: center; align-items: center; padding: 120px 0; }
.home-hero-block h2, .home-hero-block p {text-shadow: 0px 0px 10px #000000 !important; }

.hero-block-001 { background: url(https://www.juniperventures.co.uk/wp-content/uploads/2022/08/hero-catering-mix.jpg); -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-position: center center; background-repeat: no-repeat;}
.hero-block-002 { background: url(https://www.juniperventures.co.uk/wp-content/uploads/2022/06/hero-cleaning.jpg); -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-position: center center; background-repeat: no-repeat;}
.hero-block-003 { background: url(https://www.juniperventures.co.uk/wp-content/uploads/2022/06/hero-health-and-safety.jpg); -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-position: center center; background-repeat: no-repeat;}
.hero-block-004 { background: url(https://www.juniperventures.co.uk/wp-content/uploads/2022/06/hero-hospitality.jpg); -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-position: center center; background-repeat: no-repeat;}
.strand-logo {display: block; width: 200px; height: auto; margin: 0px auto 30px auto;}

.black-banner {
  background-color: #000;
}

.black-banner h1, .black-banner h2,
.black-banner h3, .black-banner h4 {
  color: #fff;
}

.black-banner p {
  color: #fff;

}

.text-light {

}

a, a:visited {
  cursor: pointer;
  text-decoration: none;
  color: #8ec642;
  transition: color .2s ease;
}

a:hover {
  color: #75A337;
}

::selection {
  background: #8ec642;
  color: #fff;

}

/* components */
.btn {
  padding: 10px 30px;
  border: none;
  transition: all .2s ease;
  display: inline-block;
  font-family: 'Gilroy-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}

.btn-primary {
  background: #8ec642;
  color: #4e4093 !important;
}

.btn-primary:hover {
  background: #75A337;
}

.btn-primary:disabled {
  background: #f5f5f5;
  color: #2c2e2d!important;
}

.btn-secondary {
  color: #fff !important;
  background:#4e4093;
	text-decoration: none !important;
}

.btn-tertiary {
  border: 1px solid #75A337;
  color: #4e4093;
}

.btn-big {
  padding: 15px 40px;
  margin: 10px;
}

.btn-secondary:hover {
  background: #fff;
  color: #2c2e2d!important;
}

.btn-tertiary:hover {
  border: 1px solid #ccc;
  color: #ccc;
}

.btn-nav {
  padding: 10px 30px;
  background: #8ec642;
  color: #fff!important;
}

.btn-nav:hover {
  background: #75A337;
}

.pad {margin-right: 20px !important;}
/* site header */
.site-header {
  padding: 20px 0;
  height: 100px;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  display: flex;
  align-items: center;
  z-index: 999;
  font-family: 'Gilroy-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  background: linear-gradient(180deg, rgba(0,0,0,0.654499299719888) 0%, rgba(0,0,0,0) 100%);
  transition: all .2s ease-in-out;
}

.site-header > .container > .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-header img {
  max-height: 100px;
  width: auto;
  display: block;
  margin-right: 30px;
}

.site-header ul {
  list-style-type: none;
}

.site-header ul li {
  display: inline;
  margin-right: 30px;
}

.site-header ul li:last-child {
  margin: 0;
}

.site-header ul li a {
  color: rgba(255, 255, 255, 0.8);
  transition: color .2s ease;
}

.site-header ul li a:hover {
  color: rgba(255, 255, 255, 1);
}

.header-menu, .header-contact {
  display: flex;
  align-items: center;
  flex-flow: nowrap;
}

.header-contact .nav-tel {
  margin-right: 30px;
  color: #fff;
  fill: #fff;
  font-family: 'Gilroy-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  transition: color .2s ease;
  display: inline-block;
}

.nav-tel svg {
  display: inline-block;
  vertical-align: middle;
}

.header-contact .nav-tel-m {
  margin-right: 20px;
  color: #fff;
  fill: #fff;
  font-family: 'Gilroy-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  transition: color .2s ease;
  display: inline-block;
}

.nav-tel-m svg {
  display: inline-block;
  vertical-align: middle;
}

.header-contact .nav-tel:hover {
  color: #8ec642;
  fill: #8ec642;
}

.nav-bg {
  background: #2c2e2d!important;
}

/* mobile navigation */
.mobile-nav {
  width: 100%;
  min-height: 100vh;
  background: #2c2e2d;
  position: fixed;
  top: 0;
  z-index: 250;
  padding: 140px 0 60px 0;
  transform: translateX(100%);
  transition: transform .2s ease;
}

.mobile-nav .container {
  height: 320px;
  overflow-y: auto;
}

.mobile-nav .menu-header-container {
  margin: 0 auto;
}

.mobile-nav ul {
  list-style-type: none;
  padding: 0;
  text-align: center;
}

.mobile-nav ul li {
  margin-bottom: 60px;
  font-family: 'Gilroy-SemiBold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
}

.mobile-nav ul li a {
  color: #fff;
  transition: all .2s ease;
}

.mobile-nav ul li a:hover {
  color: #8ec642;
}

.nav-visible {
  transform: translateX(0);
}

.m-icon {
  cursor: pointer;
  fill: #fff;
}

.m-icon .a,
.m-icon .b {
  transition: all .15s ease-in-out;
}

.m-icon .a {
  x: 0;
  y: 0;
}

.m-icon .b {
  x: 0;
  y: 12;
}

.close {
  height: 24px;
}

.close .a {
  y: 50%;
  transform: rotate(45deg);
  transform-origin: center;
}

.close .b {
  y: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
}

/* site footer */

footer {}
footer a {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.8)!important;
	line-height: 20px;
}

footer ul {margin-bottom: 30px !important;}

footer .menu-item {list-style: none !important; margin-left: 0px !important;}

footer a:hover {
  color: #4e4093 !important;
}




/* site hero */
#hero-main {
  padding: 120px 0;
  min-height: 100vh;
  margin-top: -100px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center!important;
  background-repeat: no-repeat!important;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
}

#hero-main p,
#hero-full p,
#hero-half p {
  font-family: 'Gilroy-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;

}

#hero-main .container,
#hero-full .container,
#hero-half .container {
  position: relative;
}

#hero-full {
  min-height: 100vh;
  margin-top: -100px;
  padding: 160px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center!important;
  background-repeat: no-repeat!important;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
}

#hero-half {
  min-height: 50vh;
  margin-top: -100px;
  padding: 120px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center!important;
  background-repeat: no-repeat!important;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
}

#hero-half h1, #hero-half p {text-shadow: 0px 0px 30px #000 ;}
.overlay:before{
  position: absolute;
  content: "";
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  background-color: rgba(0,0,0,0.3);
}

.overlay-half:before{
  position: absolute;
  content: " ";
  top: 0;
  left:0;
  width: 100%;
  background-color: rgba(0,0,0,0.3);
}

.error {
  background: url('https://media.giphy.com/media/l1J3qfEz3nmxWL4Vq/giphy-downsized-large.gif');
}


/* video hero */
.full-video {
  margin-top: -100px;
  width: 100%;
  height: 100vh;
  z-index: -100;
  overflow: hidden;
  background-position: center!important;
  background-repeat: no-repeat!important;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
}

.full-video-src {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}

.video-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}

.video-content h1 {
  color: #fff;
}

.video-content p {
  color: #fff;
}

/* slider */
.slider {
  margin-top: -100px;
  min-height: 100vh;
  display: block;
}

.slide {
width: 100%;
	height: auto;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 120px 0;
}

.slick-dots {
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  margin-top: -60px;
  z-index: 300;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  margin: 0 10px;
  border-radius: 50%;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: rgba(255, 255, 255, 0.3);
  transition: all .2s ease-in-out;
  text-align: center;
}

.slick-dots .slick-active button {
  background: #fff;;
}

.r-arrow,
.l-arrow {
  fill: #fff;
  cursor: pointer;
  position: absolute;
  margin: 30px;
  z-index: 300;
  transition: all .2s ease-in-out;
  width: 32px;
  height: 32px;
}

.r-arrow {
  right: 0;
  top: 50%;
}

.r-arrow:hover {
  transform: translateX(10px);
}

.l-arrow:hover {
  transform: translateX(-10px);
}

.l-arrow {
  left: 0;
  top: 50%;
}




/* site intro */


#site-intro .row:last-child h2 {
  font-family: 'Gilroy-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 42px;
}

#site-intro .row:last-child p {
  font-family: 'Gilroy-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
}

#product-card img {
  max-width: 100%;
  height: auto;
  margin: 30px auto;
}




/* examples */
#examples h3 {
  margin: 0;
}

/* latest news */
.blog-grid [class*="col-"] {
  margin-bottom: 30px;
}

#news h3 {
  margin: 0;
}

.postcard {
  background: rgba(44, 46, 45, 0.05);
  padding: 20px;
}

.postcard img {
  padding: -30px;
}

.post-categories a {
  background-color: #8ec642;
  padding: 10px;
  display: block;
  z-index: 200;
  position: absolute;
  margin-top: -56px;
  margin-left: -20px;
  color: #fff;
}

.post-categories li {
  display: block;
}

.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.single-post h1 {
  font-size: 60px;
  line-height: 70px;
}

.single-post .post-categories a {
  margin: 0;
  position: relative;
  display: inline;
  background: none;
  padding: 0;
  color: #8ec642;
}

.post-meta {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.post-meta p {
  margin: 0;
  margin-left: 20px;
}

.post-img img {
  transition: all .2s ease-in-out;
}

.post-img:hover img {
  filter: opacity(.6);
}

.post-img + .postcard h3 {
  transition: all .2s ease-in-out;
}

.post-img:hover + .postcard h3 {
  color: #8ec642;
}

/* testimonial */
.testimonial-green {display: block; width: 100%; height: auto; background: #a5bc56; padding: 20px; margin-bottom: 20px;}
.testimonial-purple {display: block; width: 100%; height: auto; background: #4e4093; padding: 20px; margin-bottom: 20px;}
.testimonial-green h3, .testimonial-purple h3 {color: #fff !important; font-style: italic;}
.testimonial-green p, .testimonial-purple p {color: #fff !important;}


/* vacancies*/
.vacancy-block {display: block; border: solid 1px #fff; padding: 30px; margin-bottom: 30px;}
.vacancy-block strong {font-size: 20px; font-weight: bold;}

/* portals */

.staff-portal-nav-bar {display: block; width: 100%; background: #443b89; padding: 15px 5px 1px 20px; color: #fff; }
.staff-portal-nav-bar p a, .staff-portal-nav-bar p a:hover {color: #fff !important;}
.staff-portal-block {display: block; border: solid 1px #dedede; padding: 30px; margin-bottom: 30px;}
.staff-portal-block img {margin: 0px 0px 0px 0px !important; padding: none !important; display: inline-block; float:left; width: 35%; height: auto;}
.staff-portal-content {margin: none; display: inline-block; width: 60%; height: auto; float: right;}
.portal-form {display: block; border: #dedede solid 1px; padding: 40px; margin: 30px 0px 30px 0px;}
.swpm-username-label, .swpm-password-label {margin-bottom: 10px !important;}
.swpm-username-input, .swpm-password-input, .swpm-remember-me {margin-bottom: 30px !important;}
.swpm-forgot-pass-link {margin-bottom: 10px !important;}
.swpm-login-form-submit {margin-bottom: 30px !important; background: #8ec642;
  color: #4e4093 !important; padding: 10px 30px;border: none;transition: all .2s ease;display: inline-block; font-family: 'Gilroy-Medium', sans-serif; font-weight: normal; font-style: normal; font-size: 18px;text-align: center;  cursor: pointer;}
.swpm-login-form-submit:hover {background: #75A337;}
.swpm-text-field {width: 300px; height: 30px !important;}
.customer-portal-block {display: block; border: solid 1px #dedede; padding: 30px; margin-bottom: 30px;}
.customer-portal-block img {margin-top: 0px !important;}

.generic-row {display: block; width: 100%; height: auto; overflow: hidden; margin: 0 0 20px 0; vertical-align: top;}
.generic-block {display: inline-block; width: 20%; height: auto; margin-right: 5%; vertical-align: top;}
.generic-block:last-child {margin: 0 !important;}

blockquote p {
  font-size: 24px;
  color: #fff;
  margin: 0;
  display: inline;
}

blockquote p::before {
  content: "“";
  color: #8ec642;
  font-size: 32px;
}

blockquote p::after {
  content: "”";
  color: #8ec642;
  font-size: 32px;
}

.testimonial img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.testimonial cite {
  display: inline;
}

.at-share-btn-elements {
  display: flex;
  flex-direction: column;
}

.addthis_inline_share_toolbox_f0bx {
  position: sticky!important;
   position: -webkit-sticky!important;
  top: 140px;
}

/* page layouts */
#page-blank {
  padding: 60px 0;
}

#page-main p {
  font-size: 18px;
  line-height: 28px;
  padding: 0!important;
}

#page-intro {
  text-align: center;
}

#page-intro h2 {
  margin: 0 auto!important;
}

#page-intro strong {
  text-align: center;
  margin: 0 auto;
}

#page-nav {
  background: #F5F5F5;
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
  z-index: 250;
  text-align: center;
  display: flex;
  justify-content: center;
}

#page-nav .col-lg-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#page-nav a {
  display: block;
  font-family: 'Gilroy-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 20px 40px;
  color: #2c2e2d;
  transition: all .2s ease;
}

#page-nav a:hover {
  background: #8ec642;
  color: #fff;
}

#page-main video {
  max-width: 100%;
  height: auto;
  margin: 30px auto;
}

.page-title {
  background: #2c2e2d;
  padding: 140px 0 60px 0;
  margin-top: -100px;
}

.page-title h1 {
  color: #fff;
}

.page-intro {
  text-align: center!important;
}

.page-intro h2 {
  display: inline-block;
  margin: 0 auto;
}

.card img {
  max-width: 100%;
  height: auto;
  margin: 30px auto;
}

.img-md {width: 80%; height: auto; margin: 30px auto;}
.img-sm {width: 50%; height: auto; margin: 30px auto;}
.img-md img, .img-sm img {width: 100%; height: auto;}

#page-main .btn {
  margin: 20px 0;
}

.callout {
  padding: 30px 0;
  background: #8ec642;
}

.callout .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.callout h3 {
  color: #fff;
  margin: 0;
}

/* Featured case study */
.case-study h2 {
  margin: 0 auto;
}

.is-title a {font-size: 1.3em !important;}

/* contact page */
.contact-page {
  padding-bottom: 0!important;
}

.contact-info {background: #a5bc56; color: #fff; padding: 30px;}
.contact-info h4, .contact-info h3, .contact-info p {margin: 0; color: #fff;}

.contact-info h3 {margin-bottom: 30px;}
.contact-info p a:link, .contact-info p a:visited {color: #fff !important;}
a[href^=tel]{ color:#fff !important; text-decoration:none;}
.tel-num {
  font-size: 42px; color: #fff !important; 
}


.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form textarea {
  width: 100%;
  padding: 10px 0;
  margin: 10px 0;
  font-family: 'Gilroy-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  border: none;
  background: #fff;
  outline: none;
  color: rgba(17, 18, 18, 1);
  border-bottom: 2px solid rgba(17, 18, 18, 0.3);
  transition: all .2s ease;
  resize: none;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
  border-bottom: 2px solid #8ec642;
}

.contact-form .wpcf7-textarea {
  height: 140px!important;
}

input::placeholder,
textarea::placeholder {
  color: rgba(17, 18, 18, 0.3);
}

.wpcf7-list-item {
  margin: 10px 0!important;
}

.wpcf7-submit {margin: 10px 0 10px 0; display: block; background: #8ec642;
  color: #4e4093 !important; padding: 10px 30px;border: none;transition: all .2s ease;display: inline-block; font-family: 'Gilroy-Medium', sans-serif; font-weight: normal; font-style: normal; font-size: 18px;text-align: center;  cursor: pointer;}
.wpcf7-submit :hover {background: #75A337;}}

span.wpcf7-not-valid-tip {
  font-size: 12px!important;
  text-align: right;
}

.newsletter {display: block; width: 100%; height: auto; overflow: hidden;}
.newsletter .left {display: inline-block; float: left; width: 48%; height: auto;}
.newsletter .right {display: inline-block; width: 48%; height: auto; border-left: solid 2px #a5bc56; padding-left: 30px; }
.newsletter input[type="email"] {background: #ededed; padding: 10px 20px; width: 90%;}
.newsletter-btn {border: none; background: none; cursor: pointer; color: #969696;}
.newsletter-field {border: solid 1px #dedede; }


.google-maps {
        position: relative;
        padding-bottom: 75%; 
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }


.icon {margin: 0px 10px 0px 0px !important;}
.social {margin: 20px 0px;}
.social a {color: #8ec642; fill: #8ec642; }
.social a:hover {color: #b9f666; fill: #b9f666;transition: color .2s ease;}

/* small screens */
@media (max-width: 1200px) {
  .header-menu .site-nav {
    display: none;
  }

  .header-contact .btn {
    display: none;
  }
}

@media (max-width: 992px) {
  .row-reorder .row {
    flex-direction: column-reverse;
  }

  #news .col-md-6:nth-child(3) {
    display: none;
  }
	
	  .inset-block {
    position: relative;
    max-width: 100%;
    margin-top: 0px;
margin-left: 0px;
  }
	
.home-hero-block {display: inline-block; width: 100%; height: 50vh; margin: 0px; justify-content: center; text-align: center; align-items: center; padding: 120px 0;}
	
	.video-padding {display: block; width: 100%; height: auto; margin-bottom: 30px;}
}

@media (max-width: 425px) {
  .nav-tel-m {
    display: none!important;
  }
}

@media (max-width: 768px) {
  .nav-tel {
    margin-right: 10px;
    font-size: 14px;
  }

.newsletter .left, .newsletter .right {display:block; float: none; width: 100%; border: none; padding: none;}
	.newsletter-btn {border: solid 1px #dedede; margin: 0px 0px 0px -30px !important;}
	
	.slider-feature-image {width: 60%; height: auto; margin: 10px auto 0px auto;}
  .postcard {
    margin-bottom: 30px;
  }

  .postcard:last-child {
    margin: 0;
  }



  #news .col-md-6:nth-child(2),
  #news .col-md-6:nth-child(3) {
    display: none;
  }

  .single-post .col-md-2 {
    display: none;
  }

  #page-nav {
    display: none;
  }

  .r-arrow,
  .l-arrow {
    display: none;
  }

  .full-video video {
    display: none;
  }

  #page-main video source {
    display: none!important;
  }
	
	.social {display: block; width: 100% !important; height: auto;}
	.icon {margin: 0px !important;}
}

@media (max-width: 576px) {
  h1, h2 {
    font-size: 38px;
    line-height: 45px;
  }

 footer {
   text-align: center;
 }

 .card h2 {
   font-size: 38px;
   line-height: 48px;
 }

 .nav-tel {
   display: none!important;
 }
}

@media (max-width: 385px) {
  .header-menu img {
    max-height: 32px;
  }

}

@media (max-width: 350px) {

}

/* large screens */
@media (min-width: 1200px) {
  .m-icon {
    display: none;
  }
}

@media (min-width: 992px) {

}

@media (min-width: 768px) {

}

@media (min-width: 576px) {
  .nav-tel-m {
    display: none!important;
  }
}
