/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/*Header */

div.header-widget {
    width: fit-content;
    display: flex;
}

i.fas.fa-envelope {
	margin-right: 10px;
}

button {
	font-weight: 700;
}


/* Header CTA */

aside#text-8, aside#text-9, aside#text-10 {
	padding: 0 25px;
}

.header-widget {
    margin-left: auto;
    width: 100%;
}

div.header-widget {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

li.CTATitle {
	font-size: 0.9rem;
	margin-bottom: -8px!important;
}

li.Tel {
	font-size: 1.3rem;
	margin-bottom: 0!important;
}


@media only screen and (max-width: 1088px) {
 li.CTATitle {
    font-size: 0.8rem;
}
	li.Tel {
	font-size: 1.1rem;
}
	aside#text-8, aside#text-9, aside#text-10 {
    padding: 0 15px;
}
}


@media only screen and (max-width: 920px) {
 aside#text-8, aside#text-9, aside#text-10 {
    display: none;
}
}



/* Hero Banner */

body.page .entry-title {
display: block;
}

body.page span.AncestorTitle, body.page span.AncestorTitleContact, body.page span.AncestorTitleAbout {
display: none;
}


span.ParentTitle, span.PageTitle, span.AncestorTitle, span.AncestorTitleContact, span.AncestorTitleAbout  {
	font-size: 1.9rem;
	margin-left: 10px;
}

body.page-child span.PageTitle, body.page-child span.AncestorTitle  {
	display: none;
}

body.parent-pageid-124 span.ParentTitle, body.parent-pageid-121 span.ParentTitle, body.parent-pageid-111 span.ParentTitle, body.parent-pageid-113 span.ParentTitle, body.parent-pageid-1799 span.ParentTitle, body.parent-pageid-117 span.ParentTitle, body.parent-pageid-282 span.ParentTitle, body.parent-pageid-284 span.ParentTitle, body.parent-pageid-103 span.ParentTitle  {
	display: none;
}

body.parent-pageid-124 span.AncestorTitle, body.parent-pageid-121 span.AncestorTitle, body.parent-pageid-111 span.AncestorTitle, body.parent-pageid-113 span.AncestorTitle, body.parent-pageid-1799 span.AncestorTitle, body.parent-pageid-117 span.AncestorTitle  {
	display: block;
}



body.parent-pageid-282 span.AncestorTitleContact, body.parent-pageid-284 span.AncestorTitleContact, body.parent-pageid-103 span.AncestorTitleAbout  {
	display: block;
}




div.HeaderBannerWrap {
    background: url(/wp-content/uploads/2025/02/default-banner.jpg) center top -40px no-repeat;
    background-size: cover;
    padding-top: 6.2rem;
    max-width: 1300px;
    min-height: 250px;
    margin-left: auto;
    margin-right: auto;
}


div.Banner {
    background: url(/wp-content/uploads/2025/04/home-banner.jpg) top center no-repeat;
    background-size: cover;
    padding-top: 0;
    /* max-width: 1100px; */
    min-height: 530px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -110px;
}


div.HeaderWrap {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

/* Breadcrumbs */

span.breadcrumb_last {
	color: #00a4c1;
	font-size: 0.9rem;
}

div.Crumbtrails {
	margin: 0 0 2rem;
}

div.Crumbtrails a {
	color:#00384d;
	font-size: 0.9rem;
}

div.Crumbtrails a:hover {
	color:#00a4c1;
}

/* Main Menu */

 .main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a {
    border-top: 4px solid #00A4C1;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: #00384d;
    border-top: 4px solid #00a4c1;
}

.main-navigation .main-nav ul li a {
border-top: 4px solid #f2f5f9;	
}

.main-navigation .main-nav ul ul li a {
    padding: 10px 19px 10px 19px;
    border-top: 0;
}

.main-navigation .main-nav ul ul li:not([class*="current-menu-"]):hover > a {
	border-top: 0;
}

.main-navigation .main-nav ul ul li[class*="current-menu-"] > a {
    border-top: 0;
}


@media only screen and (max-width: 1222px) {
 .main-navigation .main-nav ul li a, .menu-toggle, .main-navigation .menu-bar-item > a {
    padding-left: 16px;
    padding-right: 16px;
}
}

@media only screen and (max-width: 1183px) {
 .main-navigation .main-nav ul li a, .menu-toggle, .main-navigation .menu-bar-item > a {
    padding-left: 12px;
    padding-right: 12px;
}
}

@media only screen and (max-width: 1131px) {
 .main-navigation .main-nav ul li a, .menu-toggle, .main-navigation .menu-bar-item > a {
    padding-left: 6px;
    padding-right: 6px;
}
}

@media only screen and (max-width: 1053px) {
 .menu-item-has-children .dropdown-menu-toggle {
    padding-right: 10px;
}
}

@media only screen and (max-width: 991px) {
 .menu-item-has-children .dropdown-menu-toggle {
    padding-right: 5px;
	padding-left: 5px;
}
}


@media only screen and (max-width: 920px) {
 .main-navigation a, .main-navigation .menu-toggle, .main-navigation .menu-bar-items {
  font-size: 0.8rem;
}
}

@media only screen and (max-width: 768px) {
 .main-navigation a, .main-navigation .menu-toggle, .main-navigation .menu-bar-items {
  font-size: 1rem;
}
}

/* Content Page Layout */

div.site-content {
	margin: 60px 0;
}

div.content-area {
	padding-right: 80px;
}

div.site-content {
    display: flex;
    justify-content: space-between;
}

div.Intro {
	font-size: 1.3rem;
	border-bottom: 1px solid #cfdae9;
	margin-bottom: 2rem;
}

ol, ul {
    margin: 0 0 1.5em 0;
}

/* Homepage */

div.PageTitleWrap {
	margin-top: 40px;
	max-width: 656px;
	margin-left: auto;
	margin-right: auto;
}

body.home h1.entry-title {
	display: none;
}

h1.HeroTitle {
	text-align: center;
	font-size: 1.9rem;
	color: #00384d;
}

h2.SubTitle {
	text-align: center;
	font-size: 1.2rem;
}

/* Services Homepage Navigation */

body.home .content-area {
    padding-right: 0;
}


h3.Title {
	font-size: 2.2rem;
	color: #00384D;
	text-align: center;
}

div.GreenServicesButton a {
    display: block;
    position: relative;
    min-height: 150px;
    background: #00A4C1;
	  margin-right: 24px;
	  margin-bottom: 24px;
}

div.content-column.full_width.GreenServicesButton a {
	max-width: 48%;
	margin-left: auto;
	margin-right: auto;
}

div.content-column.one_half.last_column.GreenServicesButton a {
	margin-right: 0;
}

div.GreenServicesButton a:hover {
   background: #78899d;
}


div.GreenServicesButton span {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
	  color: #fff;
	  font-weight: 700;
	  min-width: 220px;
}

div.GreenServicesButton a:hover {
	color: #fff;
}

@media only screen and (max-width: 768px) {
    div.GreenServicesButton {
        float: none;
		width: 100%;
    }
	div.GreenServicesButton a {
    margin-right: 0;
}
}


/* Homepage Get in Touch */

button.Enquiry.Half {
	min-width: 40%;
	min-height: 80px;
}

div.content-column.full_width.GetinTouch {
	background: #f2f5f9;
	padding: 0 10px 0 10px;
	
}

@media only screen and (max-width: 978px) {
        div.content-column.one_half.Left {
        display: block;
        float: none;
        max-width: 100%;
        width: 100%;
        margin-bottom: 3rem;
    }
	div.content-column.one_half.last_column.Right {
    margin-left: 0;
    border-top: 1px solid #e1e8f1;
    border-left: 0;
    color: #fff;
    display: block;
    float: none;
    width: 100%;
}
	div.BlueWrap {
    margin-left: 0!important;
    margin-top: 60px;
    border-top: 1px solid #e1e8f1;
    border-left: 0!important;
    margin-bottom: 0!important;
}
}

/* Homepage Contact */

div.Left {
	padding-right: 10px;
	font-size: 1.1rem;
	max-width: 48%;
}

div.Right {
	margin-left: 1.2rem;
	border-left: 1px solid #e1e8f1;
	color: #fff;
}

div.BlueWrap {
	margin-left: 35px;
	border-left: 1px solid #e1e8f1;
	background: #00a4c1;
	color: #fff;
	padding: 50px 50px 5px 50px;
	margin-bottom: 60px;
}

body.home input[type="text"], body.home input[type="email"], body.home textarea {
	background-color: #fff;
	width: 100%;
}

body.home .FormDisclaimer {
	color: #fff;
	font-size: 0.8rem;
}

div.wpcf7-response-output {
	color: #000;
}

/* Author Avatar */

.author-avatar img {
    width: 50px;
    display: block;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 15px;
}


.entry-meta {
    font-size: 85%;
    margin-top: .5em;
    line-height: 1.5;
    display: flex;
    align-items: flex-end;
}

span.posted-on {
	position: relative;
	bottom: 20px;
	left: 144px;
}

div.entry-meta {
	margin-left: -70px;
}

section#apw-authors {
	border-bottom: 1px solid #cfdae9;
}

/* Conveyancing Quote */



@media only screen and (max-width: 530px) {
    a.hoowla-quote-button.large {
    font-size: 13px!important;
}
}

@media only screen and (max-width: 420px) {
    a.hoowla-quote-button.large {
    font-size: 10px!important;
}
}



/* Quote Form */

h3.QuoteDetails {
	color: #00a4c1;
	font-size: 1.8rem;
	margin: 0 0 1.5rem;
}

/* Our people */

body.page-id-152 div.content-area, body.page-id-1876 div.content-area, body.page-id-1883 div.content-area, body.page-id-1887 div.content-area, body.page-id-1897 div.content-area, body.page-id-1904 div.content-area, body.page-id-1909 div.content-area, body.page-id-1913 div.content-area, body.page-id-1916 div.content-area {
    padding-right: 0;
}

body.page-id-152 figcaption.wp-caption-text.gallery-caption, body.page-id-1876 figcaption.wp-caption-text.gallery-caption, body.page-id-1883 figcaption.wp-caption-text.gallery-caption, body.page-id-1887 figcaption.wp-caption-text.gallery-caption, body.page-id-1897 figcaption.wp-caption-text.gallery-caption, body.page-id-1904 figcaption.wp-caption-text.gallery-caption, body.page-id-1909 figcaption.wp-caption-text.gallery-caption, body.page-id-1913 figcaption.wp-caption-text.gallery-caption, body.page-id-1916 figcaption.wp-caption-text.gallery-caption {
	background: #00415a;
	text-align: left;
	color: #fff;
	max-width: 267px;
	margin: auto;
	padding: 0;
	margin-bottom: 20px;
}

div.ProfileWrapper {
	padding: 20px 15px 10px 15px;
}

div.gallery-icon.landscape, div.gallery-icon.portrait {
	padding-bottom: 0;
}

a.name.h4 {
	color: #fff;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.2;
}

a.name.h4:hover {
	color: #00a4c1;
}

span.jobtitle {
	font-size: 0.9rem;
}

div.FlexContainer {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	background: #00384d;
}


div.EmailButton, div.ProfileButton {
	display: block;
	padding: 10px 20px;
	font-size: 0.8rem;
}

div.EmailButton:hover, div.ProfileButton:hover {
	background: #00a4c1;
}

a.icon-link, a.icon-link:hover  {
	color: #fff;
}


@media only screen and (max-width: 1128px) {
 
	div#gallery-1.gallery.galleryid-152.gallery-columns-4.gallery-size-full .gallery-item, div#gallery-1.gallery.galleryid-1876.gallery-columns-4.gallery-size-full .gallery-item, div#gallery-1.gallery.galleryid-1883.gallery-columns-4.gallery-size-full .gallery-item, div#gallery-1.gallery.galleryid-1887.gallery-columns-4.gallery-size-full .gallery-item, div#gallery-1.gallery.galleryid-1897.gallery-columns-4.gallery-size-full .gallery-item, div#gallery-1.gallery.galleryid-1904.gallery-columns-4.gallery-size-full .gallery-item, div#gallery-1.gallery.galleryid-1909.gallery-columns-4.gallery-size-full .gallery-item, div#gallery-1.gallery.galleryid-1913.gallery-columns-4.gallery-size-full .gallery-item, div#gallery-1.gallery.galleryid-1916.gallery-columns-4.gallery-size-full .gallery-item {
     max-width: 33%;
 }
}

@media only screen and (max-width: 862px) {
 
	div#gallery-1.gallery.galleryid-152.gallery-columns-4.gallery-size-full .gallery-item, div#gallery-1.gallery.galleryid-1876.gallery-columns-4.gallery-size-full .gallery-item, div#gallery-1.gallery.galleryid-1883.gallery-columns-4.gallery-size-full .gallery-item, div#gallery-1.gallery.galleryid-1887.gallery-columns-4.gallery-size-full .gallery-item, div#gallery-1.gallery.galleryid-1897.gallery-columns-4.gallery-size-full .gallery-item, div#gallery-1.gallery.galleryid-1904.gallery-columns-4.gallery-size-full .gallery-item, div#gallery-1.gallery.galleryid-1909.gallery-columns-4.gallery-size-full .gallery-item, div#gallery-1.gallery.galleryid-1913.gallery-columns-4.gallery-size-full .gallery-item, div#gallery-1.gallery.galleryid-1916.gallery-columns-4.gallery-size-full .gallery-item {
     max-width: 50%;
 }
}

@media only screen and (max-width: 574px) {
 
	div#gallery-1.gallery.galleryid-152.gallery-columns-4.gallery-size-full .gallery-item, div#gallery-1.gallery.galleryid-1876.gallery-columns-4.gallery-size-full .gallery-item, div#gallery-1.gallery.galleryid-1883.gallery-columns-4.gallery-size-full .gallery-item, div#gallery-1.gallery.galleryid-1887.gallery-columns-4.gallery-size-full .gallery-item, div#gallery-1.gallery.galleryid-1897.gallery-columns-4.gallery-size-full .gallery-item, div#gallery-1.gallery.galleryid-1904.gallery-columns-4.gallery-size-full .gallery-item, div#gallery-1.gallery.galleryid-1909.gallery-columns-4.gallery-size-full .gallery-item, div#gallery-1.gallery.galleryid-1913.gallery-columns-4.gallery-size-full .gallery-item, div#gallery-1.gallery.galleryid-1916.gallery-columns-4.gallery-size-full .gallery-item {
     max-width: 100%;
 }
}



/* ol li */

ol, ul {
    margin: 0 0 1.5em 1.3em;
}

/* Right Side Bar */

.is-right-sidebar {
    width: 27%;
	margin-right: 0;
}

aside#recent-posts-2 {
	padding: 40px 0;
}

aside#recent-posts-2 a {
	font-size: 1.5rem;
	line-height: 1.3;
}

aside#recent-posts-2 li {
	border-bottom: 1px solid #cfdae9;
	padding: 0 0 3rem;
	margin: 0 0 3rem;
}

p.h3 {
	margin-bottom: 0.5rem;
	font-size: 1.3rem;
	color: #bbb;
}

div.staff-dep {
	background: #00384d;
	color: #fff;
	padding: 3rem;
}

div.staff-dep p{
	line-height: 1.5;
}

div.staff-dep p.h3 {
	color: #fff;
}

div.staff-office {
	padding: 3rem;
	background: #f2f2f9;
	line-height: 1.3;
}

aside#custom_html-2.widget_text {
	margin-bottom: 3rem;
}

div.WidgetWrap {
	padding: 0 3rem;
}

@media only screen and (max-width: 1185px) {
    div.content-area {
    padding-right: 0;
}
}

/* Blog */

body.archive h2.entry-title {
	font-size: 1.7rem;
}

.page-header, .sidebar .widget, .site-main>* {
    margin-bottom: 0;
}

body.blog.separate-containers .inside-article, body.search.separate-containers .inside-article, body.category.separate-containers .inside-article  {
    padding: 40px 10px 40px 10px;
    border-bottom: 1px solid #cfdae9;
}

nav#nav-below {
	text-align: center;
}

.paging-navigation a:hover {
    color: #fff;
    background: #78899d;
    border-radius: 3px;
	  padding: 5px 10px;
}

span.page-numbers.current {
	  color: #fff;
	  background: #78899d;
    border-radius: 5px;
	  padding: 5px 10px;
}

.paging-navigation .nav-links>* {
    padding: 5px 10px;
}


body.single-post .entry-content p:first-child {
	font-size: 1.3rem;
	border-bottom: 1px solid #cfdae9;
	padding: 0 0 2rem;
}

aside#recent-posts-3 {
	font-size: 1rem;
	line-height: 1.3;
}

.widget ul li {
    list-style-type: none;
    position: relative;
    margin-bottom: 1em;
}

/* Get in Touch Button */

div.ContactWrap {
	margin-top: 50px;
}

button.Enquiry.FullWidth {
	width: 100%;
}

i.fas.fa-envelope.Left {
	float: left;
	margin-top: 4px;
}

span.ContactRight {
	float: right;
	margin-right: 15%;
}

/* Forms */

h3.BlockTitle {
	color: #fff;
	font-weight: 700;
	text-align: center;
	margin-bottom: -0.8rem;
}

aside#custom_html-2 p {
	color: #fff;
	margin-bottom: 1rem;
}

aside#custom_html-2 form {
	margin-bottom: -2rem;
}

textarea {
	height: 50px;
}

textarea.Enquiry {
	height: 200px;
}


input.Sidebar {
	width: 100%;
	font-weight: 700;
	background-color: #00384d;
}

aside#custom_html-2 {
	background-color: #00a4c1;
}

aside#custom_html-2 input[type="text"], aside#custom_html-2 input[type="email"], aside#custom_html-2 textarea, select, select:focus, input[type="tel"], aside#custom_html-2 input[type="tel"]:focus {
	background: #fff;
	width: 100%;
}

input.Enquiry {
	width: 100%;
}


input[type=submit], input.wpcf7-quiz {
	width: 100%;
}


div.FormDisclaimer {
	padding: 0 0 2.5rem;
    border-bottom: 1px solid #cfdae9;
    color: #00384D;
    margin-bottom: 2rem;
    font-size: .9rem;
}

input.Enquiry, select.Enquiry {
    width: 100%;
    background-color: rgba(0, 164, 193, 0.15);
    border-color: rgba(240, 240, 240, 0.03);
}

select.Enquiry:focus {
    width: 100%;
    background-color: #fff;
	border-color: #000;
}

@media only screen and (max-width: 1078px) {
    div.WidgetWrap {
    padding: 0 1rem;
}
}


/* Button */

ul.pay-buttons {
	list-style: none;
}

ul.pay-buttons li {
	margin: 0 0.75rem 0.75rem 0;
}


ul.pay-buttons {
    list-style: none;
    display: flex;
}

/* Contact */

div.disclaimer_text {
    border-bottom: 1px solid #cfdae9;
    font-size: .9rem;
	margin-bottom: 2rem;
}


/* Links */

a {
	text-decoration: none;
}

a.White {
	color: #fff;
}

a.White:hover {
	color: #78899D
}


/* Testimonial Slider */

div.TestimonialBanner {
		background: url(/wp-content/uploads/2025/03/testimonial-banner.jpg) bottom center no-repeat 
		#00a4c1;
	border-top: 6px solid #00badb;
	padding: 2rem 0;
}


div.TestSliderWrap {
	max-width: 1300px;
	margin: auto;
	color: #fff;
}

div.wpmtst-testimonial-content blockquote:before {
   content: '';
        background: url(/wp-content/uploads/2025/03/Quote-Mark.jpg) center center;
        background-size: cover;
        display: block;
        width: 100px;
        height: 100px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
	
}

div.wpmtst-testimonial-content blockquote {
    border-left: 0;
    padding-left: 140px;
    font-size: 1.9rem;
    line-height: 1.7;
    font-style: normal;
    margin: 0;
    position: relative;
    text-align: left;
    width: calc(100% - 140px);
}


.strong-view.nav-position-outside:not(.controls-type-sides) .wpmslider-controls {
    position: absolute;
    bottom: 8rem!important;
    right: 0!important;
    width: 8rem!important;
    line-height: 1;
    padding-bottom: 15px;
    text-align: left;
	  z-index: 5;
}


.strong-view.controls-style-buttons3:not(.rtl) .wpmslider-prev:before {
    content: "<"!important;
    -webkit-mask: none!important;
    mask: none!important;
    background: #008ea8!important;
	  color: #fff!important;
    position: relative;
    display: inline-block;
    font-size: 1.7rem;
	  margin-left: 0.75rem;
	 transform: scale(1.2);
	  padding: 8px;
	  width: 45px!important;
	  height: 45px!important;
}

.strong-view.controls-style-buttons3:not(.rtl) .wpmslider-next:before {
    content: ">"!important;
    -webkit-mask: none!important;
    mask: none!important;
    background: #008ea8!important;
	  color: #fff!important;
    font-size: 1.7rem;
	  margin-left: 0.75rem;
	  transform: scale(1.2);
	  padding: 8px;
	  width: 45px!important;
	  height: 45px!important;
}

.strong-view.controls-style-buttons3:not(.rtl) .wpmslider-next:hover:before, .strong-view.controls-style-buttons3:not(.rtl) .wpmslider-prev:hover:before {
	background: #00badb!important;
}


.strong-view.controls-style-buttons3 .wpmslider-prev:hover, .strong-view.controls-style-buttons3 .wpmslider-next:hover {
    color: #fff!important;
}



@media only screen and (max-width: 978px) {
    div.wpmtst-testimonial-content blockquote {
    padding-left: 0;
    font-size: 1.3rem;
    line-height: 1.2;
    width: 100%;
    }
	div.wpmtst-testimonial-content blockquote:before {
    background: none;
}
	.strong-view.nav-position-outside:not(.controls-type-sides) .wpmslider-controls {
    position: relative;
    bottom: 0 !important;
}
}





/* Sitemap */

body.page-id-2076 ul {
margin: 0 0 1.5em 0em;
list-style: none;
}


/*Table */

.table-scroll-container table th {
    padding: 1rem 1.5rem;
    border: 2px solid #008ea8;
    background: #00A4C1;
    color: #fff;
}

.table-scroll-container {
    overflow-x: auto;
}


/* Accreditation Logos */

div.AccreditationWrapper {
	max-width: 1300px;
	margin: auto;
	padding: 1.5rem 0;
}


div.AccreditationWrapper div#gallery-1 .landscape, div.AccreditationWrapper div#gallery-2 .landscape {
	padding: 40px 0!important;
}

div.AccreditationWrapper img.attachment-full.size-full {
    max-width: 60%;
    height: auto;
}


/* For displaying 3 columns on tablet */
@media only screen and (max-width: 977px) {
 .gallery-columns-4 .gallery-item {
     max-width: 33%;
 }
}


/* For displaying 2 columns on tablet */
@media only screen and (max-width: 768px) {
 .gallery-columns-4 .gallery-item {
     max-width: 50%;
 }
}

/* For displaying 2 columns on mobile */
@media only screen and (max-width: 500px) {
 .gallery-columns-4 .gallery-item {
     max-width: 100%;
 }
	
}




/* Footer Widgets */

div.footer-widgets-container {
	font-size: 0.9rem;
}

div.footer-widgets-container p{
	margin-bottom: 1.5rem;
}

div.footer-widget-1 {
	max-width: 370px;
}

aside#text-5, aside#text-6 {
	display: inline-block;
	line-height: 1.2;
}

div.footer-widget-2 {
	border-left: 2px solid #8796a8;
}

.inside-site-info {
    border-top: 2px solid #8796a8;
}


@media only screen and (max-width: 768px) {
 div.footer-widget-1 {
    max-width: 100%;
    border-bottom: 2px solid #8796a8;
    padding-bottom: 3rem;
}
	div.footer-widget-2 {
    border-left: 0;
}
	aside#text-5, aside#text-6 {
    display: block;
    line-height: 1.2;
    margin-bottom: 60px;
}
	    .footer-widgets-container {
        padding-bottom: 0;
    }
}




/* Footer Bar */

div.copyright-bar {
	margin-bottom: 80px!important;
}

.site-info {
    text-align: left;
    font-size: .8rem;
	line-height: 2;
}

ul.footer-links {
	margin: 0;
	font-size: .8rem;
	list-style: none;
	font-weight: 700;
}

.footer .footer-blocks-wrapper .footer-links a {
    font-weight: 700;
}

.footer-links li {
	display: inline;
}


.site-footer:not(.footer-bar-active) .copyright-bar {
    margin: 0;
    width: 100%;
}






