:root {
  --green: #4a9276;
  --blue: #2F569D;
  --black: #222222;
  --hover-blue: #285ebf;
  --hover-green: #237e5b;
}

body, h1, h2, h3, h4, h5, h6, /*Base Font for Site----Add Google Fonts in SETTINGS > HEAD & FOOTER CODE*/
.navigation--main,
.navbar-toggle__text,
.navigation--main .sub-menu,
a.read-more {
	font-family: 'Poppins', sans-serif;
}
body { /* Base Font Size for whole site */
	font-size: 16px;
	background-color: #f7f7f7;
}
h1, h2, h3, h4, h5, h6 {
    color: #434c48;
}
.textwidget h2,
.textwidget h3 {
    text-transform: uppercase;
    margin-bottom: 0.5em;
}
header.header {
    margin-bottom: 0;
}
.master-container {
    margin: 0;
}
.header+.main-title {
    margin-top: 0;
}
h1.main-title__primary {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.master-container h1,
h2.h1 {
    text-transform: uppercase;
    font-size: 2.6em;
    margin: 0 0 30px;
    font-weight: bold;
}
.master-container h1 small,
h2.h1 small {
    display: block;
    color: #444;
    text-transform: lowercase;
    font-size: inherit;
    font-weight: 300;
}
.panel-grid h2.widget-title {
    text-transform: uppercase;
    color: #434c48;
    border: 0;
    margin-bottom: 0.5em;
    font-size: 2.4em;
}
.left-section, .right-section {
    width: 50%;
    font-size: 16px;
    float: left;
    line-height: 1.8;
}
.bigtitle h2 {
    font-size: clamp(32px, 3vw, 50px);
}
.bigtitle h2::after,
.so-widget-sow-editor h2.widget-title::after,
.master-container h1::after {
    width: 30%;
    content: '';
    height: 1px;
    background: #ccc;
    display: block;
    margin: 0.5em auto;
}
.split-row h2.widget-title::after {
    margin: 0.5em 0;
}
.dark-row h2.widget-title::after,
.master-container h1::after{
	background: var(--green);
}
.master-container h1::after {
	height: 3px;
}

p.subtitle {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 300;
}
.header-tel {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1.9rem;
    font-weight: 600;
    text-align: center;
    background: var(--blue);
    color: #fff;
}
.header-tel i {
    margin-right: 6px;
}
#headstuff::before, #headstuff::after, #no-show {
  	display: none;
}

/*-------------------------Special Rows----------------------------*/
.main-row {
    padding-top: 3em;
    padding-bottom: 3em;
}
.centred {
	text-align: center;
}
.pointy,
.top-point {
    position: relative;
}
.pointy {
    margin-bottom: 50px;
}
.top-point {
    margin-top: 50px;
}
.pointy::after,
.top-point::after {
    content: '';
    border: 50px solid;
    display: block;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    position: absolute;
    left: 0;
}
.pointy::after {
    top: 100%;
    border-bottom: 0;
	border-top-color: inherit;
}
.top-point::after {
    bottom: 100%;
    border-top: 0;
	border-bottom-color: inherit;
}
.after-white.top-point::after {
    border-left-color: #fff;
    border-right-color: #fff;
}
.after-grey.top-point::after {
    border-left-color: #ddd;
    border-right-color: #ddd;
}
.pointy.before-grey::after {
    border-left-color: #ddd;
    border-right-color: #ddd;
}
.dark-row {
    background: var(--black);
	border: 0 solid var(--black);
}
.dark-row h2.widget-title,
.dark-row p {
    color: #fff;
}
.mid-grey {
    background: #ddd;
	border: 0 solid #ddd;
}
.toppy {
    padding-bottom: 0;
}
.middly {
    padding-top: 0;
    padding-bottom: 0;
}
.bottomy {
    padding-top: 0;
}
.split-row .so-widget-sow-editor {
    padding: 10% 10% calc(10% - 25px);
}
.white-row {
    background: #fff;
	border: 0 solid #fff;
}
.map-row {
	margin-bottom: -8px;
}
/*--------------------------------------------------------------*/
.sow-image-container a img {
	transition: all 0.2s ease;
}
.sow-image-container a:hover img {
    opacity: 0.8;
}
/*--------------------------------------------------------------*/

div.fade-back {
    position: relative;
}
div.fade-back .panel-grid-cell {
    position: relative;
    z-index: 2;
}
div.fade-back:after {
    content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.7);
	z-index: 1;
}
div.fade-back.dark:after {
	background: rgba(0,0,0,0.7);
}
div.fade-back.blues:after {
    background: rgba(9, 169, 190, 0.6);
}
.fade-back h2.widget-title {
    text-transform: uppercase;
    font-size: 2em;
    border-bottom: 2px solid #0cd8f3;
    display: inline-block;
    padding-bottom: 5px;
	color: #444;
}
.fade-back.dark h2, .fade-back.dark p {
    color: #fff;
}
.fade-back.dark p {
    font-weight: 300;
}

/*-------------------Background for post index---------------------*/

div.empty-post {
    background-image: url(/wp-content/uploads/2017/03/Fire.jpg);
}
/*-------------------------List Styles-----------------------------*/

.widget_sow-editor ul,
.jumbotron .carousel-content ul {
    list-style-type: none;
    margin: 0;
	padding-left: 0;
}
.widget_sow-editor ul li,
.jumbotron .carousel-content ul li {
    margin: 0 0 0.8em 1.5em;
    font-weight: 500;
    line-height: 1.3;
    -moz-column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -mx-column-break-inside: avoid;
    column-break-inside: avoid;
}
.widget_sow-editor ul li:before,
.jumbotron .carousel-content ul li:before { 
    font-family: 'FontAwesome';
    content: '\f054';
    margin: 0 0 0 -1.5em;
    display: inline-block;
    width: 1.5em;
    font-size: 0.9em;
}
ul.three-column,
ul.dh-siblings,
ul.lp-cousins {
    -webkit-columns: 270px 3;
    -moz-columns: 270px 3;
    columns: 270px 3;
    margin-bottom: 12px;
}
ul.two-column { /* 2 column lists */
    -webkit-columns: 270px 2;
    -moz-columns: 270px 2;
    columns: 270px 2;
}
/*-----------------------Siblings & Cousins--------------------------*/

ul.lp-cousins { 
	margin-bottom: 1em;
}
ul.lp-cousins li {
    text-align: center;
}
ul.dh-siblings { 
	margin-bottom: 2em;
}
ul.lp-cousins li:before {
	content: '\f041';
}
ul.dh-siblings li {
	margin: 0 0 0.8em;
}
ul.dh-siblings li:before {
	display: none;
}
ul.dh-siblings li a {
    display: block;
    border: 1px solid transparent;
    background: var(--green);
    border-radius: 3px;
    color: #fff;
    text-align: center;
    padding: 3px;
    transition: all 0.2s ease;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
}
ul.dh-siblings li a:hover {
    background: var(--blue);
}
/*---------------------Header Logo------------------------------*/

.logo {
    padding: 0.5em 0;
    transition: all 0.2s ease;
    width: 200px;
    margin-top: 8px;
}
.logo a img {
	transition: all 0.2s ease;
}
.logo a:hover img { /*Logo Hover Transparency*/
	opacity: 0.7;
}
/*---------------------Accreditations---------------------------*/

.logolist {
    font-size: 0;
    display: flex;
    padding: 15px 0;
    background: #fff;
}
.logolist .container {
    text-align: center;
    display: flex;
    align-items: center;
	justify-content: space-between;
}
.logolist .container::before,
.logolist .container::after {
	display: none;
}
.logolist a {
   /* width: calc(100%/6);*/
    display: inline-block;
    text-align: center;
}
.logolist a img {
    width: 85%;
	padding: 15px 0;
	transition: all 0.2s ease;
	max-height: 100px;
	width: auto;
	max-width: 85%;
}
.logolist a:hover img {
    opacity: 0.8;
}
.accreds {
    margin-top: 20px;
}
.accreds img {
    width: 50px;
}
/*-----------------------Count Up------------------------------*/

.counting {
    text-align: center;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 1px;
}
div.counter, .counting h2 {
    color: var(--green);
    font-size: calc(3vw + 25px);
    font-weight: 900;
    letter-spacing: -1px;
    margin: 0;
}
.counting h2::after {
	content: '+';
}
.counting > div:nth-of-type(2n - 1) .counter,
.counting > div:nth-of-type(2n - 1) h2 {
    color: var(--blue);
}
/*----------------------Jumbotron------------------------------*/

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    height: clamp(350px, 50vw, 750px);
}
.jumbotron__title h2 {
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    line-height: 0.9;
    letter-spacing: 0px;
    font-size: clamp(35px, 6vw, 70px);
    margin: 0;
}
.jumbotron__title h2 b {
	color: var(--green);
}
.carousel-content h3 {
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 5px 0 15px;
}
.jumbotron .carousel-control.left,
.jumbotron .carousel-control.right { /*Corrects Position of Slider Controls*/
    top: calc( 50% - 25px);
	background-color:transparent;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	font-size: 22px;
	width: 30px;
}
.carousel-control.left {
	left: 0;
}
.carousel-control.right {
	right: 0;
}
.jumbotron .container {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.5) 100%);
}
.carousel-content {
    height: 100%;
  	width: 100%;
  	text-align: center;
	background: rgba(0, 0, 0, 0.4);
}

.jumbotron__title,
.jumbotron__content {
	max-width: 900px;
	margin: 0 auto;
}
.jumbotron__content p {
    color: #ccc;
    font-size: clamp(0.8em, 1vw, 1.3em);
    letter-spacing: 1px;
    margin: 0.5em 0;
	line-height: 1.6;
}
.jumbotron__content a.slideleft, .jumbotron__content a.slideright {
    background: var(--blue);
    display: inline-block;
    padding: 0.9em 1.3em;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 600;
    color: #fff;
    transition: all 0.3s ease;
    margin: 0.5em 0;
    margin-right: 9px;
}
.jumbotron__content a.slideleft {
    background: var(--green);
}
.jumbotron__content a.slideleft:hover,
.jumbotron__content a.slideright:hover {
    background: var(--hover-green);
	color: #fff;
}
.jumbotron__content a.slideright:hover {
    background: var(--hover-blue);
	color: #fff;
}
.jumbotron__content img {
	max-width: 50%;
	height: auto;
}
/*------------------------Slider Animation-----------------------*/
  
@-webkit-keyframes slide {
    100% { left: 0; opacity: 1; }
}

@keyframes slide {
    100% { left: 0; opacity: 1; }
}

.carousel-content { 
  	opacity: 0;
  	left: 0;
    animation: slide 1.2s forwards;
    animation-delay: 0.4s;
}
/*----------------------Caldera Forms------------------------------*/

body .caldera-grid .row {
	max-width: calc(100% + 15px);
}
.caldera-grid label {
    color: #666;
    font-size: 18px;
}
.caldera-grid .cf-toggle-switch .btn-default {
    background-color: #eeeeee;
    box-shadow: inset 1px 4px 7px rgba(0,0,0,0.25);
    color: #777;
    border-color: #bbb;
    padding: 9px 12px;
}
.caldera-grid .cf-toggle-switch .btn-success {
    background-color: #334c6a;
    border-color: #888;
    padding: 9px 12px;
    transition: all 0.2s ease;
}
.caldera-grid .btn-block {
    height: 40px;
    background: #334c6a;
    color: #fff;
    font-weight: bold;
}
.textwidget .caldera-grid input.form-control,
.textwidget .caldera-grid select.form-control,
.widget_caldera_forms_widget .caldera-grid input.form-control,
.widget_caldera_forms_widget .caldera-grid select.form-control {
    box-shadow: inset 0 5px 3px rgba(0,0,0,0.05);
    height: 40px;
    background: #fff;
}
.caldera-grid textarea.form-control {
    max-width: 100% !important;
    box-shadow: inset 0 5px 3px rgba(0,0,0,0.05);
}
.caldera-grid .rangeslider, .caldera-grid .rangeslider__fill {
    height: 16px;
}
.caldera-grid .rangeslider {
    box-shadow: inset 0 6px 3px rgba(0,0,0,0.1);
}
.caldera-grid .rangeslider__handle {
    width: 18px;
    height: 33px;
    top: -9px;
    border-radius: 5px;
    background-color: #F5F6F9;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: inset 0 -6px 3px rgba(0,0,0,0.05), 0 7px 6px -3px rgba(0,0,0,0.3);
}
.caldera-grid .cf-toggle-switch .btn-success.active,
.caldera-grid .cf-toggle-switch .btn-success:active,
.caldera-grid .cf-toggle-switch .btn-success:focus,
.caldera-grid .cf-toggle-switch .btn-success:hover,
.caldera-grid .cf-toggle-switch .open .dropdown-toggle.btn-success {
    background-color: #B40000;
    border-color: #B40000;
}
.caldera-grid .ccselect2-container .ccselect2-choice {
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    background-image: none;
}
.caldera-grid .ccselect2-dropdown-open.ccselect2-drop-above .ccselect2-choice,
.caldera-grid .ccselect2-dropdown-open.ccselect2-drop-above .ccselect2-choices {
    background-image: none;
}
.caldera-grid .ccselect2-container .ccselect2-choice .ccselect2-arrow b {
    background-position: 0 7px;
}
.caldera-grid .date-req:after { /* Give date-picker a class of .date-req */
    font-family: 'FontAwesome';
    content: '\f073';
    position: absolute;
    right: 17px;
    top: 53px;
    line-height: 0;
    color: #bbb;
    font-size: 20px;
}
.caldera-grid .total-line { /* Give calculation field a class of .total-line */
    border-radius: 5px;
    padding: 18px;
    background: #e2e2e2;
    box-shadow: inset 3px 6px 15px rgba(0,0,0,0.3), 2px 2px 0px #fff;
    margin-top: 0px;
}
.form-control.cf2-field.cf2-file {
    margin-bottom: 25px;
}
.caldera-grid .cf2-file button::after {
	content: '\f030';
	right: 15px;
	font-family: 'FontAwesome';
	position: absolute;
	color: #fff;
	font-weight: normal;
}
.caldera-grid .cf2-file button:hover::after {
    color: #333;
}
ul.cf2-list-files li {
    margin-left: 0;
    line-height: 2;
}
ul.cf2-list-files li::before {
	display: none;
}
.cfdatepicker.cfdatepicker-dropdown.dropdown-menu {
	z-index: 999999 !important;
}
div.datepick {
	position: relative;
}
div.datepick:after {
	content: '\f073';
	font-family: 'FontAwesome';
	position: absolute;
	right: 8px;
	top: 50%;
	line-height: 0;
	pointer-events: none;
	color: #888;
}
ul.cf-adv-preview-list li:before {
	display: none;
}
.grecaptcha-badge {
    z-index: 99;
}
body .caldera-grid .btn-default[disabled] {
	background: #ccc;
}
.caldera-grid .checkbox-inline.caldera-forms-consent-field input[type=checkbox] {
	margin-top: 0.4em;
}
.caldera-grid .checkbox-inline.caldera-forms-consent-field label {
	font-weight: normal;
}
/*----------------------------------------------------------*/
a.action,
.caldera-grid input[type=submit],
a.header-tel {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #fff;
    text-transform: uppercase;
  	border: 1px solid;
	border-radius: 0;
    line-height: 1.2;
    padding: 20px 30px;
    margin: 25px auto;
	background: var(--blue);
    transition: all 0.2s ease;
}
a.action.green {
	background: var(--green);
}
a.action.green:hover{
	color: var(--green);
    border: 1px solid;  	
}
.caldera-grid input[type=submit] {
    margin: 5px auto;
  	border: 1px solid transparent;
}
a.header-tel {
    padding: 10px;
    display: block;
    margin: 0;
}
a.action:hover,
.caldera-grid input[type=submit]:hover,
.caldera-grid input[type=submit]:focus {
    color: var(--blue);
	background: #fff;
    border: 1px solid;  
}
/*--------------------------------------------------------------*/
.head-1st {
    margin: 0 auto;
}
.header-featured {
    color: #2f569d;
    font-size: 25px;
    margin-right: 20px; 
  	padding: 2px;
    text-align: center;
    line-height: 1;
}
.header-featured span {
    font-weight: 600;
    color: #4a9175;
    display: block;
}
/*-----------------------Blocklinks----------------------------*/

.blocklinks h2.widget-title {
    background: #333;
    color: #fff;
    text-align: center;
    font-weight: 200;
    padding: 8px 0;
    text-transform: uppercase;
    font-size: 25px;
}
.blocklinks div.so-widget-sow-image {
    overflow: hidden;
}
.blocklinks a img.so-widget-image {
    transition: all 0.2s ease;
}
.blocklinks a:hover img.so-widget-image {
    transform: scale(1.1);
}
.servicelinks {
	text-align: left;
}
.servicelinks i {
    width: 1.3em;
    font-size: 3.5em;
    color: var(--green);
    margin: 15px;
}
.servicelinks h3 {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    margin: 0 0 15px 0;
  	text-align: center;  
}
.servicelinks p {
    color: #fff;
    padding: 0 2.6em;
  	text-align: center;
}
.servicelinks a {
    display: inline-block;
    text-align: center;
    color: #fff;
    margin: 15px auto 1px;
    padding: 0.5em 1em;
    border: 1px solid;
    font-weight: 300;
    transition: all 0.2s ease;
}
.servicelinks a:hover {
    color: var(--black);
    background: #fff;
}
.servicelinks ul {
    margin-left: 2.4em;
    color: #eee;
}
.servicelinks ul li::before {
    color: var(--green);
}
.rooflinks {
    padding-top: calc(3em + 15px);
}
.rooflinks .panel-grid-cell > div {
	display: inline-grid;
    grid-template-rows: 220px auto 70px;
    box-shadow: 0 3px 5px rgb(0 0 0 / 10%);
    text-align: center;
    background: #fff;
    margin-bottom: 20px !important;
    justify-content: space-between;
}
.three .panel-grid-cell > div{
    grid-template-rows: 260px auto 70px;
}
.rooflinks .so-widget-sow-image {
    margin: -10px -10px 0;
  	padding: 0px 10px 0px;
}
.rooflinks h2.widget-title {
    font-size: 25px;
    text-align: center;
    padding: 10px 0 20px;
    margin: 0;
  	color: #fff;
    background: #333333;  	
    clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
.rooflinks a.action {
	margin-top: 15px;
    margin-bottom: 0;
    width: 100%;
  	border: none;
}

.rooflinks a.action:hover {
	border: 1px solid;
}
.rooflinks > .panel-grid-cell:nth-of-type(2n -1) a.action:not(:hover) {
    background: var(--green);
}
.rooflinks p{
	margin: 0;
}
.rooflinks-content{
	padding: 10px;
}
/*----------------------Rating Code----------------------------*/

p.ratings {
    text-align: center;
    margin-top: 1em;
    padding: 5px 10px;
    font-size: 16px;
    border: 1px solid #BD9337;
    line-height: 1.2;
    transition: all 0.2s ease;
    width: 100%;
}
p.ratings:hover {
    background: rgba(255,255,255,0.1);
}
p.ratings:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f005 \f005 \f005 \f005 \f005';
    color: #BD9337;
    display: block;
    letter-spacing: 0.2em;
    font-weight: 900;
    font-size: 85%;
    margin-bottom: 0.3em;
}
/*------------------------Video Wrapper------------------------*/

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* Video Ratio 16:9 (for vertical 9:16 use 177.7%) */
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*------------------------Footer-----------------------------*/

.footer h6.footer__headings {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0;
  	font-size: 22px;
}
.footer .widget_nav_menu ul > li > a {
    margin: 0 0 0 1em;
    font-size: 19px;
    padding: 0 0 5px;
}
.footer .widget_nav_menu ul > li > a:before {
    content: '\f105';
    font-family: 'FontAwesome';
    margin: 0 5px 0 -1em;
}
.footer .textwidget p{
	font-size: 19px;
}
ul#menu-footer-menu {
    columns: 240px 2;
}
.mappy .textwidget {
    position: relative;
}
.mappy .textwidget::after {
    content: 'Orchards Roofing Ltd';
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 1px 4px -1px rgba(0,0,0,0.3);
    margin: 10px;
    color: #555;
    font-size: 14px;
    padding: 10px 20px;
    pointer-events: none;
}
a img.footlink {
    display: inline-block;
    margin: 0;
}
/*--------------------------------------------------------------*/

.gallery-columns-4 .gallery-item {
	padding: 0; 
}
/*-----------------------Testimonials----------------------------*/

.testimonial {
    margin: 0;
}
.testimonial-inner {
    background: #fff;
    padding: 5%;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
    margin: 10px 0;
}
.white-row .testimonial-inner {
    background: #f7f7f7;
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}
.testimonial-name {
    font-weight: 700;
}
.date-of-review {
    font-size: 90%;
    color: #bbb;
}
body .strong-rating-wrapper .star svg path {
	stroke-width: 0;
}
/*___________________________________________________DESKTOP STYLES___________________________________________________*/

@media (min-width: 992px) {

/*---------------------Full Width Navigation-------------------------*/
  
div#navi {
    width: 100%;
    padding: 0;
}
.navigation {
    margin-bottom: 0;
    box-shadow: 0px 4px 16px 0px rgba(0,0,0,.1);
}
.is-sticky-navbar .navigation {
    width: 100%;
}
.main-title {
	padding: 30px 0;
}
/*--------------------------------------------------------------*/
.hide-desk {
    display: none;
}
ul#menu-main-menu {
    padding: 0 calc(50% - 575px);
}
.navigation--main > li > a,
.navigation--main .sub-menu > li > a {
    padding: 20px;
    padding: 20px clamp(14px, 1vw, 20px);
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
    font-size: clamp(13px, 1vw, 14px);
    transition: padding 0.3s ease;
}
.navigation--main .sub-menu > li > a {
    padding: 15px;
	transition: all 0.3s ease;
}
.navigation--main ul.sub-menu {
    border-top: 0;
}
.navigation--main .sub-menu > li:first-of-type > a {
    box-shadow: inset 0 5px 10px -5px rgba(0,0,0,0.3);
}
.navigation--main > .menu-item-has-children > a::after {
    bottom: 0;
    content: '\f107';
}
.navigation--top > li > a {
    padding: 5px 0 5px 15px;
    font-size: 16px;
}
.navigation--main > li > a::before {
	display: none;  
}
.navigation--main li.current-menu-item > a,
.navigation--main li.current-menu-item:hover > a,
li.current-menu-parent > a,
li.current-menu-parent:hover > a,
li.menu-item-has-children.current-menu-item > a::after,
li.menu-item-has-children.current-menu-item > a:hover::after,
li.menu-item-has-children.current-menu-parent a::after,
li.menu-item-has-children.current-menu-parent:hover a::after {
    background-color: #3b7860;
    color: #fff;
}
/*--------------------------------------------------------------*/
  
li.menu-logo {
    position: absolute;
    left: calc(50% - 575px);
}
li.menu-logo:hover {
    box-shadow: unset;
}
.navigation--main li.menu-logo a {
    background: transparent url(/wp-content/uploads/2021/09/Orchards-Roofing-Logo-WEB.webp) 0 50%/auto 80% no-repeat;
    color: transparent;
    transition: all 0.2s ease;
    width: 375px;
}
.navigation--main li.menu-logo:hover a {
	color: transparent;
	background-size: auto 70%;
	background-color: transparent;
}
.is-sticky-navbar .navigation .navigation--main .menu-logo a {
    width: 225px;
}
li.menu-tel {
    position: fixed;
    right: 0;
    bottom: calc(50% - 35px);
    box-shadow: none !important;
	transition: all 0.2s ease;
}
.navigation--main li.menu-tel a {
    background: var(--green);
    padding: 8px 15px;
    font-weight: 500;
	box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    transition: all 0.2s ease;
}
.navigation--main .menu-tel:hover a {
	opacity: 0.8;
	color: #fff;
}
li.menu-tel a::after {
	content: '\f095';
	font-family: 'FontAwesome';
	margin-left: 10px;
    transition: all 0.2s ease;
}
.carousel-content{
    padding: 0 4% 0 4%;
  }  
}

/*___________________________________________________MOBILE STYLES___________________________________________________*/

@media (max-width: 1199px) {
  .logo {
      width: 100%;
      text-align: center;
      max-width: 100%;
  }
html.flexbox .header-widgets {
    justify-content: space-between;
}
.head-1st {
    margin: 0;
}
}
/*_____________________________991px________________________________*/

@media (max-width: 991px) {

.logo {
    max-width: calc(100% - 85px);
}
div#headstuff {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logolist .container {
    flex-wrap: wrap;
}
.logolist a img {
    max-height: 65px;
}
.header-widgets.hidden-md.hidden-lg {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.header-widgets.hidden-md.hidden-lg .widget {
	margin: 5px;
}
/*-------------------Mobile Navigation-------------------------*/

.navigation--main .sub-menu {
	display:none;
}
button[aria-expanded="false"] .navbar-toggle__icon-bar { /*Nav button Spin*/
    transition: all 0.2s ease;
    transform: rotate(0deg);
}
button[aria-expanded="true"] .navbar-toggle__icon-bar {
    transform: rotate(90deg);
    /* margin-top: -4px; */
    transition: all 0.2s ease;
}
.navbar-collapse {
	border-top: none;
}
.navbar-toggle {
	background: var(--green) !important;
}
.navbar-toggle__text {
	color: #fff;  
}
span.navbar-toggle__icon-bar {
    height: 28px;
}
.navbar-toggle .icon-bar {
    background: #fff;
    width: 24px;
    height: 4px;
    margin: 4px 0;
}
div#navi {
    padding-left: 0;
    padding-right: 0;
    background: var(--green);
    box-shadow: inset 0 15px 15px -15px rgba(0,0,0,0.5);
    width: 100%;
}
.navigation {
	padding: 0 15px;
}
.navigation--main > li {
    font-size: 22px;
}
.navigation--main .sub-menu {
    font-weight: 300;
    padding: 5px 0 5px 30px;
}
.navigation--main li.menu-logo,
li.menu-tel {
	display: none;  
}
ul#menu-main-menu {
    position: relative;
}
li.menu-item-home {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 2em;
    z-index: 9;
}
/*----------------------Sticky Nav-----------------------------*/
  
.is-sticky-navbar .navbar-toggle {
    position: fixed;
    top: 15px;
    right: 20px;
    z-index: 12;
}
.is-sticky-navbar div#navi {
    position: fixed;
    top: 0;
	width: calc(100% - 155px);
    box-shadow: none;
    z-index: 9;
}
.is-sticky-navbar .navigation {
    padding: 0;
}
.is-sticky-navbar .navbar-collapse {
    box-shadow: 0 0 0 100vh rgba(0,0,0,0);
    transition: all 0.3s ease;
    padding: 15px;
}
.is-sticky-navbar .navbar-collapse.in {
    box-shadow: 0 0 0 100vh rgba(0,0,0,0.7);
}
/*-------------------Mobile Jumbotron Slider--------------------------*/

.jumbotron {
    padding: 0;
}
.jumbotron .container::before{
  	content: "";
  	position: absolute;
	background: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
}
.carousel-content {
    text-align: center;
  	height: unset;
  	background: none;
    width: 100%;
	padding: 20px;  
}
.jumbotron__content a {
    padding: 8px 12px;
}
/*----------------------Mobile Footer------------------------------*/

.widget_search label {
    width: 75%;
}
.widget_search input.search-submit {
	width: 25%;
	margin-left: -4px;
	height: 40px;
	line-height: 0;
}
.footer {
    text-align: center;
}
.footer .push-down-30 {
    margin-bottom: 0px;
}
/*------------------------Gallery-----------------------------*/

.gallery-columns-8 .gallery-item {
    width: calc(25% - 4px);
    max-width: calc(25% - 4px);
	margin-right: 4px;
}
.gallery-columns-8 .gallery-item:nth-of-type(4n) {
	margin-right: 0;
}
/*------------------------Blocklinks-----------------------------*/
  .panel-grid-cell .panel-cell-style{
  	height: auto;
  }
  .rooflinks .panel-grid-cell > div{
    grid-template-rows: auto auto auto;
  
  }
}
/*_____________________________780px________________________________*/

@media (max-width: 779px) {
  
.pointy::after {
    border-top-width: 25px;
}
.top-point::after {
    border-bottom-width: 25px;
}
.pointy {
    margin-bottom: 25px;
}
.top-point {
    margin-top: 25px;
}
/*--------------------------------------------------------------*/
.split-row .piccy {
	min-height: 300px;  
}
.split-row .panel-grid-cell-empty {
    display: block !important;
}
}
/*_____________________________480px________________________________*/

@media (max-width: 479px) {
.navbar-toggle {
    margin: 0;
}
.is-sticky-navbar div#navi {
    width: calc(100% - 85px);
}
}
/*
     FILE ARCHIVED ON 16:53:30 Mar 30, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:58:28 May 14, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.504
  exclusion.robots: 0.067
  exclusion.robots.policy: 0.058
  esindex: 0.006
  cdx.remote: 6.058
  LoadShardBlock: 64.233 (3)
  PetaboxLoader3.datanode: 82.346 (5)
  PetaboxLoader3.resolve: 47.368 (2)
  load_resource: 71.095
  loaddict: 11.743
*/