/* @override 
	https://www.burroughcourt.com/wp-content/themes/tentoten/style.css?* */

/*

Theme Name: Ten to Ten V2
Theme URI: https://www.tentoten.co.uk
Description: A Theme Framework
Author: Dare to Think
Author URI: https://www.daretothink.co.uk
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-X.X.html
Version: 1.2
Tags: one-column, two-columns, grid-layout, featured-images
Text Domain: tentoten

*/

/* Table of Contents
 *
 * 1.0 - Reset
 * X.X - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 4.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 4.0 - Footer 
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 1X.X - Print
 * -----------------------------------------------------------------------------
 */

/* ------------ X.X CSS Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 *
 * -----------------------------------------------------------------------------
 */
 
@font-face {
    font-family: 'Goudy Handtooled Std';
    src: url('fonts/GoudyHandtooledStd.woff2') format('woff2'),
        url('fonts/GoudyHandtooledStd.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'swis721_lt_btlight';
    src: url('fonts/swissl-webfont.woff2') format('woff2'),
         url('fonts/swissl-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.cf:before,
.cf:after {
	content: " ";
    display: table;
}

.cf:after {
	clear: both;
}

* {
	box-sizing: border-box;
}

*:before,
*:after {
	box-sizing: border-box;
}
.fluid-width-video-wrapper {
  margin-bottom: 30px;
}
/* ------------ X.X Basic Structure
 * -----------------------------------------------------------------------------
 */
 
html {
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}

body,html {
	width: 100%;
	height: 100%;
}

html.home,
html.home body {
  height: 100%;
}

html.page body {
	display: flex;
	height: 100vh;
	flex-direction: column;
}

#container {
	padding-top: 100px;
	flex: 1 0 auto;
}

body,
input,
textarea {
	font: 62.5% "swis721_lt_btlight", sans-serif;
	background: #fff;
	font-weight: 400;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.grecaptcha-badge {
	display: none !important;
}

.hidden { 
	display: none; 
}

.alignleft { 
	float: left; 
}

.alignright { 
	float: right; 
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}

.table {
	display: table;
}

.cell {
	display: table-cell;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.default-transition,
header #branding,
#site-nav ul ul,
.page-intro .intro-slider,
footer #companies img,
header #site-nav,
#client-quote .quotes,
header#site-head,
#single-office .contact-wrapper,
.entry-content a,
nav.main .search-button {
	transition: all 0.2s ease-in-out;
}

.btn {
	-webkit-appearance: none;
}

/* ------------ X.X Grid
 * -----------------------------------------------------------------------------
 */

.c_12 {
	max-width: 1460px;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: auto;
	margin-right: auto;
}

.g_1,
.g_2,
.g_3,
.g_4,
.g_5,
.g_6,
.g_7,
.g_8,
.g_9,
.g_10,
.g_11,
.g_12 {
	display: inline;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
}

.negative {
	margin-left: -20px;
	margin-right: -20px;
}

.c_12 .g_1 {width: 8.33333333%;}
.c_12 .g_2 {width: 16.6666667%;}
.c_12 .g_3 {width: 25%;}
.c_12 .g_4 {width: 33.3333333%;}
.c_12 .g_5 {width: 41.6666667%;}
.c_12 .g_6 {width: 50%;}
.c_12 .g_7 {width: 58.3333333%;}
.c_12 .g_8 {width: 66.6666666%;}
.c_12 .g_9 {width: 75%;}
.c_12 .g_10 {width: 83.3333333%;}
.c_12 .g_11 {width: 91.6666666%;}
.c_12 .g_12 {width: 100%;}

.padtb1 {
	padding: 100px 0;
}

.padtb2 {
	padding: 0 0 100px;
}

.padt1 {
	padding: 100px 0 0;
}

.padb1 {
	padding: 0 0 100px;
}

.padtb1.st1 {
	border-top: 2px dashed #ccc;
}

.content-wrapper {
	width: 100%;
	margin: auto;
}

.content-wrapper.st1 {
	max-width: 1200px;
}

.content-wrapper.st2 {
	max-width: 968px;
}

.section-divider.st1 {
	height: 1px;
	width: 100%;
	float: left;
	border-top: 2px dashed #ccc;
}
.stars {
  max-width: 100px;
  margin-bottom: 10px;
}

/* ------------ X.X Fonts
 * -----------------------------------------------------------------------------
 */

@font-face {
  font-family: 'bc';
  src:
    url('fonts/bc.woff2?st7r8w') format('woff2'),
    url('fonts/bc.ttf?st7r8w') format('truetype'),
    url('fonts/bc.woff?st7r8w') format('woff'),
    url('fonts/bc.svg?st7r8w#bc') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ic-"], [class*=" ic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'bc' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-mail:before {
  content: "\e90b";
}
.ic-phone:before {
  content: "\e90c";
}
.ic-compass:before {
  content: "\e90d";
}
.ic-map:before {
  content: "\e90e";
}
.ic-pound:before {
  content: "\e90a";
}
.ic-size:before {
  content: "\e908";
}
.ic-brochure:before {
  content: "\e909";
}
.ic-ic-quote:before {
  content: "\e907";
}
.ic-linkedin:before {
  content: "\e906";
}
.ic-cross:before {
  content: "\e905";
}
.ic-arrow:before {
  content: "\e900";
}
.ic-search:before {
  content: "\e901";
}
.ic-twitter:before {
  content: "\e902";
}
.ic-facebook:before {
  content: "\e903";
}
.ic-instagram:before {
  content: "\e904";
}

a {
	text-decoration: none;
}

p {
	font-size: 1rem;
	line-height: 1.5;
}

a {
	text-decoration: none;
	color: inherit;
}

li {font-size: 1rem}

li p {
	font-size: 1rem
}

li li {font-size: 1rem}

h1 {
	font-size: 2.5rem;
}

h1.page-title {
	font-size: 1.75rem;
	line-height: 1;
	margin-bottom: 20px;
}

h1,
nav {
    font-family: 'Goudy Handtooled Std';
    font-weight: 500;
    text-transform: uppercase;
}
.custom-table h2 {
    font-family: 'Goudy Handtooled Std';
        font-weight: 500;
    text-transform: uppercase;
    font-size: 2.7em;
  margin-bottom: 15px;
}
.intro h3, .intro h2, .custom-table h3, .custom-table h2 {
        font-family: 'Goudy Handtooled Std';
    font-weight: 300;
}

.title.st1 {
	font-family: 'Goudy Handtooled Std';
    font-weight: 400;
    text-transform: uppercase;
}

.title.st2 {
	font-family: 'Goudy Handtooled Std';
    font-weight: 500;
    text-transform: none;
}

.title.st3 {
	font-family: 'swis721_lt_btlight';
    font-weight: 400;
    text-transform: none;
}

.title.st4 {
	font-family: 'Goudy Handtooled Std';
    font-weight: 400;
    text-transform: uppercase;
	border-bottom: 2px solid #a48d71;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.title.sz1 {
	font-size: 1.75rem;
}

.title.sz2 {
	font-size: 1.5rem;
}

.title.sz3 {
	font-size: 1.25rem;
}

/* ------------ X.X Page Navi
 * -----------------------------------------------------------------------------
 */

/* -- ## Page Navi */

#pagenavi {
}

.wp-pagenavi {
	margin: 50px auto 25px;
	display: table;
	position: relative;
}

.wp-pagenavi a,
.wp-pagenavi span.current,
.wp-pagenavi span.extend {
	text-decoration: none;
	width: 32px;
	height: 32px;
	display: inline-block;
	margin: 0 10px 0 0;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
	font-size: 1rem;
	transition: none;
	color: #fff;
	background-color: #ccc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.wp-pagenavi span.extend {
	display: none;
}

.wp-pagenavi span.current {
	color: #fff;
	background-color: #a38d71;
}

/* ------------ X.X Images
 * -----------------------------------------------------------------------------
 */


.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

.entry-content .wp-block-image.size-large,
.entry-content .wp-block-image.size-full {
	margin:0 0 25px
}

.entry-content .wp-block-image figcaption {
	text-align: center;
	font-size: .875rem;
}

/* -------------------- ## General Post styling */

#content-wrapper {
	width: 100%;
	max-width: 968px;
	margin: 0 auto;
}

.entry-content a {
	color: #A48D71;
	text-decoration: none;
	position: relative;
}

.entry-content a:hover {
	border-bottom: 1px solid #A48D71;
}

.entry-content p,
.entry-content li,
.entry-content table {
	font-size: 1rem;
}

.entry-content p {
	margin-bottom: 20px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-family: 'Goudy Handtooled Std';
    font-weight: 500;
    line-height: 1;
	margin-bottom: 10px;
}

.entry-content h2 {
	font-size: 1.75rem;
	line-height: 1.2;
}

.entry-content h2 b {
	font-weight: normal;
}

.entry-content h3 {
	font-size: 1.5rem;
}

.entry-content h3 b {
	font-weight: normal;
}

.entry-content p:last-child {
	margin-bottom: 0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 20px;
	margin-top: 10px;
}

.entry-content ol li {
	list-style-type: decimal;
	margin-left: 20px;
	line-height: 1.5;
}

.entry-content ul li {
	list-style-type: circle;
	margin-left: 20px;
	line-height: 1.5;
	margin-bottom: 5px;
}

.entry-content ul li ul,
.entry-content ol li ol {
	margin-top: 5px;
	margin-bottom: 0;
}

.entry-content img {
	max-width: 100%;
	height: auto;
	border: none !important;
}

.entry-content blockquote {
	margin-bottom: 20px;
	margin-right: auto;
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
}

.entry-content blockquote:before,
.entry-content blockquote:after {
	color: #a38d71;
	font-family: 'bc';
	position: absolute;
	font-size: 32px;
}

.entry-content blockquote:before {
	content: "\e907";
	left: 0;
	top: 0;
}

.entry-content blockquote:after {
	content: "\e907";
	right: 0;
	bottom: 0;
	transform: rotate(180deg);
}

.entry-content blockquote p {
	display: inline;
}

.entry-content blockquote i {
	font-style: normal;
}

.entry-content blockquote cite {
	display: block;
	margin-top: 5px;
	font-size: 0.875rem;
	color: #aa9b62;
}

.entry-content blockquote cite:before {
	content: "- ";
}

.entry-content table {
	border-bottom: 1px solid #ededed;
	font-size: 1rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption {
	font-size: 1rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.entry-content th {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

.entry-content caption,
.entry-content th,
.entry-content td {
	font-weight: normal;
	text-align: left;
}

.entry-content pre {
	font-size: 1rem;
}

.entry-content .wp-block-gallery {
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 20px;
}

.entry-content .wp-block-gallery .wp-block-image {
	padding: 5px;
}

.intro-ctn.st1 {
	text-align: center;
	padding: 50px 0;
	border-bottom: 1px solid #333;
}

.intro-ctn.st2 {
	text-align: center;
	padding: 100px 0;
	position: relative;
	float: left;
	width: 100%;
}

.intro-ctn.st2 .intro {
	width: 100%;
	max-width: 968px;
	margin: 20px auto 0;
}

.intro {
   padding: 55px 0;
    max-width: 1000px;
    margin: auto;
  text-align: center;
}
.intro p {
    font-size:18px;
}
.intro h3 {
    font-size:2.1em;
    margin-bottom: 0.5em;
}
.custom-thumb {
    height:300px;
}

.bordertop {
    border-top: 2px dashed #ccc;
}

.page-template-template-office-spaces .bordertop {
    border-top: 0;
}


/* ------------ X.X Header
 * -----------------------------------------------------------------------------
 */
 
#super-header {
	height: 26px;
	padding: 3px 0;
	background: #444;
}
 
header#site-head {
	height: 100px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	background-color: #fff;
}

body.smaller header#site-head {
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
	background: #fff;
}

header a {
	color: inherit;
}

header #site-nav {
	position: relative;
	height: 100px;
}

.smaller header #site-nav,
html.page header #site-nav {
}

header a#branding {
	position: absolute;
	z-index: 9;
	left: 0;
	top: 20px;
}

header a#branding {
	display: block;
	background: url('images/burrough-court-logo-landscape.svg') no-repeat top left;
	background-size: 100%;
	width: 320px;
	height: 60px;
}

nav.main {
	float: right;
}

nav.main ul.sub-menu {
	display: none;
}

nav.main ul {
	float: right;
}

#site-nav ul > li:hover > a,
#site-nav ul > li.current-menu-item > a,
#site-nav ul > li.current-menu-parent > a {
	z-index: 99999;
	position: relative;
	color: #a48d71;
}

#site-nav ul > li.current-menu-parent li a {
	color: #fff;
}

nav.main li {
	font-weight: 500;
	float: left;
	font-size: .875rem;
	position: relative;
	line-height: 1;
}

nav.main ul > li a {
	display: inline-block;
	padding: 54px 18px 13px;
	line-height: 33px;
	color: #2a2e33;
}

nav.main ul > li a span {
	position: relative;
}

#site-nav ul > li.arrow:hover > a:after {
	content:"";
	position:absolute;
	left:40%;
	bottom: -1px;
	border-width:0 8px 8px;
	border-style:solid;
	border-color:transparent transparent #a48d71;
	display:block;
	width:0;
	z-index:999;
}

#site-nav ul ul {
	display: none;
	position: absolute;
	top: 100px;
	left: 0;
	width: 220px;
	z-index: 99999;
}

#site-nav ul li:hover > ul {
	display: block;
}

#site-nav ul ul a:hover {
	color: #fff;
}

#site-nav ul ul ul {
	left: 100%;
	top: 0;
}

#site-nav ul ul li a {
	background-color: #a48d71;
	color: #fff;
	font-size: .875rem;
	line-height: 1.5;
	padding: 5px 15px;
	width: 220px;
	height: auto;
}

#site-nav ul ul li:first-child a {
	padding-top: 10px;
}

#site-nav ul ul li:last-child a {
	padding-bottom: 10px;
}

#site-nav ul > li.home {
	font-size: 0;
}

#site-nav ul > li.home:before {
	top: 29px;
	right: 0;
	left: 0;
	font-size: 20px;
	font-family: 'goring';
	content: '\e909';
	position: absolute;
	font-weight: 400;
}

#site-nav .ctn {
	height: 90px;
}

nav.main li.search a {
	font-size: 0;
}

nav.main .search-button {
	width: 24px;
	position: relative;	
	float: right;
	margin: 40px 3px 0 10px;
}

nav.main .search-button:hover {
	cursor: pointer;
	color: #a48d71;
}

nav.main .search-button:before {
	top: 15px;
	right: 0;
	font-size: 24px;
	font-family: 'bc';
	content: '\e901';
	position: absolute;
}

body.open-search nav.main .search-button:before {
	content: '\e905';
}

#searchsite {
	display: none;
	margin-top: 46px;
}

.search-form.v1 {
	position: relative;	
}

.search-form.v1 input {
    border: 0;
    color: #333;
    background: #efefef;
    height: 42px;
    width: 100%;
    max-width: 320px;
    position: relative;
    border-radius: 4px;
	padding: 0 32px 0 10px;
	font-size: 1rem;
}

nav.main .search-btn {
	position: absolute;
	top: 3px;
	right: 3px;
}

nav .search-btn:hover {
	cursor: pointer;
}

nav .search-btn:before {
	top: 0;
	right: 0;
	font-size: 24px;
	padding: 6px;
	font-family: 'bc';
	content: '\e901';
	position: absolute;
}

nav.side .search-btn:before {
	top: 4px;
	right: 4px;
}

body.open-search #searchsite {
	display: block;
	float: right;
	width: 320px;
}

body.open-search nav.main ul {
	display: none;
}

.toggle-nav {
	position: absolute;
	top: 52px;
	right: 0px;
	display: none;
	color: #fff;
}

#nav-icon {
  width: 28px;
  height: 28px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span {
	background: #a48d71;
}

body.nav-open #nav-icon span {
	background: #a48d71;
}

#nav-icon span:nth-child(1) {
  top: 5px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 14px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 23px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

body.nav-open #nav-icon span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 3px;
  left: 4px;
}

body.nav-open #nav-icon span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

body.nav-open #nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 23px;
  left: 5px;
}

#sidemenu {
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 998;
	overflow-y: scroll;
	padding: 106px 15px 15px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	box-shadow: 		0 0px 2px rgba(0,0,0,.2);
	padding-top: 120px;
}

#sidemenu form {
	margin: 0 0 20px;
}

#sidemenu nav.side li a {
	color: #333;
	padding: 5px 0;
	display: block;
	font-weight: 400;
}

#sidemenu nav.side li a:hover {
	color: #a48d71;
}

#sidemenu nav.side > ul > li {
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 700;	
	font-size: 1rem;
}

#sidemenu nav.side > ul > li > ul > li {
	text-transform: none;
	font-weight: 300;
	font-size: 0.875rem;
}

.show-nav .toggle-nav {
	display: block;
}

.header-pane {
	height: 200px;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.header-pane .title-ctn {
	color: #fff;
	position: relative;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	z-index: 1;
}

.header-pane .header-title {
	font-size: 2rem;
	text-transform: uppercase;
	font-family: "porterbold";
	font-weight: 400;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
	padding: 0 20px;
}

.header-pane .title {
	vertical-align: middle;
	text-align: center;
}

.header-pane .overlay {
	/*background-color: rgba(0, 0, 0, .4);*/
	background: url(images/texture.png) repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

/* ------------ X.X Footer
 * -----------------------------------------------------------------------------
 */
 
footer#site {
	position: relative;
	width: 100%;
	clear: both;
}

#site-footer {
	background: #d3ceca;
}

footer a {
	color: inherit;
}

footer#site a {
	color: inherit;
}

footer #companies {
	padding-bottom: 50px;
}

footer #companies img {
	width: 200px;
	height: auto;
}

footer #companies a:hover img {
	transform: scale(1.1);
}

footer #companies ul {
	list-style: none;
	text-align: center;
}

footer #companies ul li {
	display: inline-block;
	margin: 0 25px;
	width: 280px;
	font-size: .875rem;
}

footer .site-links {
	float: left;
}

footer .site-name {
	float: right;
	font-size: .875rem;
}

footer .site-links li {
	list-style-type: none;
	display: inline-block;
	font-size: .875rem;
}

footer .site-links li:after {
	content: "|";
	margin-right: 10px;
	margin-left: 10px;
}

footer .site-links li:last-child:after {
	margin-right: 0;
	content: "";
}

footer #site-footer .wrapper {
	padding: 50px 0;
}

#site-generator {
	padding: 10px 0;
}

footer .newsletter-ctn {
	margin-bottom: 15px;
	width: 100%;
	max-width: 320px;
}

footer .newsletter-ctn p {
	font-size: .875rem;
}

footer .newsletter-ctn .form-ctn {
	position: relative;
	margin-top: 10px;
}

footer .newsletter-ctn input.email {
	float: left;
	font-size: .875rem;
	background: #fff;
	width: 100%;
	padding: 0 90px 0 8px;
	height: 32px;
	border: 1px solid #ccc;
	-webkit-appearance: none;
	border-radius: 0;
}

footer .newsletter-ctn input[type="submit"] {
	position: absolute;
	right: 0;
	top: -2px;
	border: none;
	background: transparent;
	height: 30px;
	color: #fff;
	background: #555;
	font-size: .875rem;
	padding: 0 10px;
	margin: 0;
	line-height: 1;
	-webkit-appearance: none;
	border-radius: 0;
}

footer .newsletter-ctn input::placeholder { /* Chrome/Opera/Safari */
  color: #333;
}

footer .button-ctn {
	position: absolute;
	right: 0;
	top: 3px;
}



footer .connect {
	float: left;
  
}

footer .connect .newsletter-ctn {
      max-width: 320px;
}

footer .reviews {
    float: left;
}

.reviews cite {
  margin-top: 10px;
  font-size: 14px;
  display: block;
    color: #82694b;
}
.review-wrapper {
    padding:0 20px;
}

footer .reviews .wrapper {
    padding:0 !important;
}

footer .links-ctn {
	float: right;
    max-width: 320px;
    
}

footer .social-links {
	display: flex;
  align-content: center;
    margin-top: 25px !important;
}

footer .links-ctn {
	float: right;
}

footer .links-ctn img {
	width: 280px;
	height: auto;
}

footer .links {
	float: left;
}

footer .links li {
	font-size: .8375rem;
	line-height: 1.8;
	padding-left: 25px;
	position: relative;
	text-align: left;
}

footer .links li a:before {
	font-family: 'bc';
	font-size: 20px;
	position: absolute;
	left: 0;
	top: -5px;
	font-weight: 400;
	color: #555;
}

footer li.location a:before {
	content: "\e90e";
}

footer li.directions a:before {
	content: "\e90d";
}

footer li.telephone a:before {
	content: "\e90c";
}

footer li.email a:before {
	content: "\e90b";
}

footer li.hours a:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f017";
    font-size: 14px;
    top: -1px;
    margin-left: 2px;
}

footer li.what3words a:before {
content: "///";
  font-weight: 900;
  font-size: 16px;
  top: -4px;
  margin-left: 3px;
}

footer h5 {
	font-size: 1rem;
	margin-bottom: 10px;
}

footer .links h5 {
	padding-left: 25px;
}

footer .links ul {
	margin: 15px 0 0 0;
}

footer .links li {
	font-size: .875rem;
	line-height: 1.5;
	position: relative;
	text-align: left;
	margin-bottom: 10px;
}

footer .social-links li a:before {
	font-family: 'bc';
	font-size: 24px;
	line-height: 32px;
}

#client-quote .quote-carousel {
	padding: 100px 0;
	position: relative;
	border-top: 2px dashed #ccc;
}

#client-quote .quote-ctn {
	text-align: center;
	width: 100%;
	max-width: 968px;
	margin: auto;
	padding: 0 50px;
	border-radius: 12px;
	transition: all 1s ease-in-out;
}

#client-quote .quotes {
	position: relative;
	opacity: .1;
}

#client-quote .quotes:before,
#client-quote .quotes:after {
	font-family: 'bc';
	content: "\e907";
	font-size: 32px;
	color: #a48d71;
	position: absolute;
}

#client-quote .quotes:before {
	left: -40px;
	top: 0;
}

#client-quote .quotes:after {
	right: -40px;
	bottom: 10px;
	transform: rotate(180deg);
}

#client-quote .quotes {
	color: #333;
}

#client-quote .active.center .quotes {
	opacity: 1;
}

#client-quote .title {
	font-size: 1.5rem;
	position: relative;
	line-height: 1.25;
	margin-bottom: 10px;
}

#client-quote cite {
	font-style: normal;
	font-size: .875rem;
	color: #a48d71;
	margin-top: 5px;
	display: block;
}

#client-quote .quote-ctn {
	color: #ccc;
}

#client-quote .quote {
	font-size: 1.125rem;
	font-weight: 400;
}

#client-quote .quote-by {
	font-size: 1rem;
	font-weight: 400;
	margin-top: 10px;
}

#client-quote .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.post-carousel-nav {
	width: 74px !important;
	position: relative;
	margin: -30px auto 30px;
}

.post-carousel-nav a {
	width: 32px;
	height: 32px;
	line-height: 32px;
	position: absolute;
	bottom: 0;
	margin: -16px 0 0 0;
	z-index: 1;
	font-size: 32px;
	color: #968269;
	background: #f5f5f5;
	border-radius: 32px;
	font-size: 20px;
	text-align: center;
}

.post-carousel-nav a:hover {
	cursor: pointer;
	color: #dcc1b9;
}

.post-carousel-nav a:before {
	font-family: 'bc';
	display: inline-block;
}

.post-carousel-nav a.nav-left {
	left: 0;
}

.post-carousel-nav a.nav-left:before {
	content: "\e900";
	transform: rotate(180deg);
}

.post-carousel-nav a.nav-right {
	right: 0;
}

.post-carousel-nav a.nav-right:before {
	content: "\e900";
}

/* ------------ X.X Social Links
 * -----------------------------------------------------------------------------
 */

.social-links li {
	list-style-type: none;
	display: inline-block;
	margin-right: 13px;
	font-size: 0;
	line-height: 0;
}

.social-links li:last-child {
	margin: 0;
}

.social-links li a {
	display: block;
}

.social-links li a:before {
	font-family: 'bc';
	font-size: 20px;
	line-height: 20px;
}

.social-links li span {
	display: none;
}

.social-links li a {
	display: block;
}

.social-links li.fb a:before {
	content: "\e903";	
} 

.social-links li.tw a:before {
	content: "\e902";
}

.social-links li.in a:before {
	content: "\e904";
}

.social-links li.li a:before {
	content: "\e906";
	vertical-align: 2px;
}

video.desktop {
	width: 100%;
}

.bg-video {
	padding-top: 44.25%;
	position: relative;
	overflow: hidden;
}

.bg-video iframe {
   width: 100vw;
   min-height: 100vh;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

/* ------------ X.X Post List styles
 * -----------------------------------------------------------------------------
 */
 

.post-list {
	float: left;
	width: 100%;
	font-size: 0;
}

.post-list.team-list {
	margin-bottom: -75px;
}

.post-list.v3 {
	font-size: 0;
}

.post-list.v2 {
	display: flex !important;
	flex-wrap: wrap;
}

.post-list.v2 .owl-dots {
	margin-top: 25px !important;
}

.post-list.v2 .post {
	width: 33.3333%;
	display: flex;
	padding: 0 20px 40px;
}

.post-list.v2 .owl-stage {
	display: flex;
	flex-wrap: wrap;
}

.post-list.v2 .owl-item {
	display: flex;
}

.post-list.v2.owl-carousel .post,
.post-list.v3.owl-carousel .post {
	margin-bottom: 0;
	width: 100%;
	padding: 0;
}

.post-list.v2 .image-ctn {
	overflow: hidden;
	position: relative;
	display: block;
	margin-bottom: 15px;
}

.post-list.v2 .image {
	padding-top: 66.6666%;
	background-size: cover;
	background-position: center;
	transition: all .75s ease-in-out;
}

.post-list.v2 .image.default {
	background: #f5f5f5 url('images/burrough-court-logo-centred.svg') no-repeat center;
	background-size: 60%;
}

.post-list.v2 a:hover .image {
	transform: scale(1.2);
}

.post-list.v2 a .image-ctn:before {
	content: "";
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	background-color: rgba(255,94,86,.7);
}

.post-list.v2 .block p {
	color: #555;
}

.post-list.v2 .entry-meta {
	margin: 5px 0 10px;
	font-size: .75rem;
}

.post-list.v2 a {
	transition: all .25s ease-in-out;
	background: #efefef;
	color: inherit;
	width: 100%;
	text-decoration: none;
	border: none;
}


.post-list.v2 .title {
	margin-bottom: 10px;
	text-transform: none;
	text-align: center;
}

.post-list.v1 {
	direction: ltr;
	display: table;
	width: 100%;
}

.post-list.v1 .post {
	padding-bottom: 50px;
}

.post-list.v1 .block {
	display: table-cell;
	vertical-align: middle;
}

.post-list.v1 .image-ctn {
	width: 41.6666667%;
}

.post-list.v1 .image {
	padding-top: 80%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.post-list.v1 .post:nth-child(even) {
	direction: rtl;
}

.post-list.v1 .block.details {
	text-align: left;
	direction: ltr;
}

.post-list.v1 .block.details {
	padding-left: 25px;
}

.post-list.v1 .post:nth-child(even) .block.details {
	padding-right: 25px;
	padding-left: 0;
}

.post-list.v3 .post {
	display: inline-block;
	vertical-align: top;
	margin-right: 0;
	float: none;
	margin-bottom: 50px;
}

.post-list.v3 .image-ctn {
	width: 100%;
	overflow: hidden;
}

.post-list.v3 .image {
	padding-top: 60%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all .75s ease-in-out;
}

.post-list.v3 a:hover .image {
	transform: scale(1.2);
}

.post-list.v3 .title {
	margin: 20px 0 10px;
}

.post-list.v4 .post {
	display: inline-block;
	vertical-align: top;
	float: none;
	margin-bottom: 50px;	
}

.post-list.v4 .image-ctn {
	margin-bottom: 20px;
}

.post-list.v4 .image {
	padding-top: 71.621622%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	transition: all 1.5s ease-in-out;
}

.post-list.v4 .image.default {
	background: #f8eeec;
	background-size: 75%;
	background-repeat: no-repeat;
	background-position: center;
}

.post-list.v4 a .image:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.post-list.v4.st2 .image {
	padding-top: 140%;
	transition: all 2s ease-in-out;
}

.post-list.v4 a:hover .image {
	transform: scale(1.1);
}

.post-list.v4 a {
	color: inherit;
}

.post-list.v4 a:hover {
	color: #c08f80;
}

.post-list.v4 .title {
	text-align: center;
}

.post-list.v5 {
	font-size: 0;
}

.post-list.v5 .post {
	display: inline-block;
	vertical-align: top;
	float: none;
	margin-bottom: 50px;
}

.post-list.v5 blockquote {
	font-size: 1rem;
}

.post-list.v5 blockquote {
	line-height: 1.5;
}

.post-list.v5 cite {
	font-style: normal;
	color: #968268;
	font-size: .875rem;
}

.post-list.v5 cite:before {
	content: "- ";
}

/* ------------ X.X Home
 * -----------------------------------------------------------------------------
 */
 
#site-intro {
	text-align: center;
}

#site-intro.with-form {
	text-align: left;
}

.section-title {
	text-align: center;
}

.section-intro.st1 {
	padding: 50px 0;
}

.section-intro.st2 {
	padding-bottom: 50px;
}

#home-features {
	background-color: #edebe9;
}

section#home-feature {
	width: 100%;
	max-width: 100%;
	margin: auto;
}

#home-slider-ctn {
	position: relative;
}

#home-slider .slide {
	position: relative;
}

#home-slider .image {
	background-size: cover;
	background-position: center;
	padding-top: 44%;
}

#home-slider .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

#home-slider .content-ctn {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

#home-slider .copy-ctn {
	display: table;
	width: 100%;
	max-width: 600px;
	height: 100%;
	margin: auto;
	padding: 0 20px;
}

#home-slider .copy-ctn .details {
	background: rgba(0,0,0, .5);
	padding: 25px 0 20px;
}

#home-slider .copy-ctn .copy {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#home-slider .title {
	font-size: 2.5rem;
	line-height: 1.1;
	color: #fff;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
}

/* ------------ X.X Single Post
 * -----------------------------------------------------------------------------
 */

.date-share-ctn {
	border-top: 2px solid #ccc;
	padding-top: 20px;
	margin-top: 20px;
}

.post-date-ctn {
	float: left;
}

.post-date-ctn .post-date {
	float: left;
	font-size: .875rem;
	line-height: 24px;
}

.post-date-ctn .modified-date:before {
	content: "/";
	margin-left: 10px;
	margin-right: 10px;
}


.features {
	font-size: 0;
	margin-bottom: -20px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 1fr;
	grid-column-gap: 20px;

}

.features .feature {
	display: flex;
	width: 100%;
	border-radius: 10px;
	background: #f5f5f5;
	text-align: center;
	margin-bottom: 20px;
	padding: 25px;
}


.features.st3 .feature {
	display: inline-block;
	width: 100%;
	border-radius: 10px;
	background: transparent;
	text-align: center;
	margin-bottom: 20px;
	padding: 25px;
}

.features.st3 .wrapper {
	background: transparent;
}

.features .feature img {
	width: 42px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

.features .wrapper {
	background: #f5f5f5;
	border-radius: 4px;
	width: 100%;
	align-self: center;
	
}

.features .label {
	font-size: .875rem;
}

.features .feature .title {
	margin-bottom: 10px;
	font-size: 1rem;
}
.page-template-template-office-spaces .post-list.v2.cl2 a {
  background: transparent;
}
#single-office .feature-office img {
	width: 100%;
	height: auto;
}
.title-price {
  margin: 5px 0 50px;
}


.page-template-template-office-spaces hr {
  margin: 10px 0;
  border-width: .1px;
}
.title-price .icon {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
	float: left;
}
.single-business-unit .title-price .icon,
.single-office-space .title-price .icon {
    	font-size: 1.125rem;
}
.title-price .icon {
	margin-right: 20px;
}

.title-price .icon:first-of-type {
	margin-left: 0;
}

.title-price .icon:before {
	position: absolute;
	left: 0;
	top: -2px;
	font-family: 'bc';
	content: "\e905";
	font-size: 24px;
	color: #a48d71;
}

.title-price .size:before {
	content: "\e908";
}

.title-price .brochure:before {
	content: "\e909";
}

.title-price .price:before {
	content: "\e90a";
}

#single-office .sections {
	width: 67.4%;
	position: relative;
	float: left;
}

.sticky-area {
	position: relative;
}

#single-office .contact-wrapper {
	position:-webkit-sticky; 
	position:sticky; 
	top: 100px;
	width: calc(33.3333% - 60px);
	margin: 0;
	float: right;
}

.smaller #single-office .contact-wrapper {
	top: 140px;
}

.page-template-template-service .title-price {
    	font-size: 18px;
}
#single-office .title-price .title {
	font-size: 2.5rem;
	line-height: 1;
	margin-bottom: 15px;
}
.col-titles {
flex: 0 0 240px;
}
.col-titles div {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: bold;
    font-size: 15px;
}
.col-details {
  width: calc(100% - 240px);
}
.col-details div {
margin-bottom: 10px;
  width: 100%;
  padding-bottom: 10px;
}
.owl-item h6 {
    font-size: 13px;
}

.owl-item button {
  background: #a48d71;
  border-color: #a48d71;
color: #fff;
  box-shadow: none;
  border: 0;
  padding: 10px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
}

.details {
   border-bottom: 1px solid #a48d71 !important;
	padding: 5px 10px;
}
.details-5, .title-5 {
    min-height:90px;
}
.details-6, .title-6 {
    min-height:75px;
}


/* ------------ X.X Tabs
 * -----------------------------------------------------------------------------
 */
 
#tab-container.office-details {
}

#tab-container ul.etabs {
	margin: 0;
}

#tab-container .title {
	border-bottom: 2px solid #a48d71;
	color: #333;
	padding-bottom: 10px;
	font-size: 1.25rem;
	margin-bottom: 20px;
	text-transform: uppercase;
}

h2.location {
	border-bottom: 2px solid #a48d71;
	color: #333;
	padding-bottom: 10px;
	font-size: 1.25rem;
	margin-bottom: 20px;
	text-transform: uppercase;
    font-family: 'Goudy Handtooled Std';
  font-weight: 500;
}

#tab-container ul li.tab {
	margin-bottom: 100px;
}

.single-office-space #tab-container ul li.tab:last-child {
    margin-bottom: 30px;
}

#floor-plan img {
	width: 100%;
	height: auto;
	display: block;
}

.contact-wrapper {
	width: 100%;
	max-width: 540px;
	float: right;
}

.contact-wrapper .row,
.contact-wrapper input,
.contact-wrapper textarea {
	width: 100%;
	-webkit-appearance: none;
	border-radius: 0;
}

.contact-wrapper .row.half {
	width: 50%;
	float: left;
}

.contact-wrapper .row.half.left {
	padding-right: 5px;
}

.contact-wrapper .row.half.right {
	padding-left: 5px;
}

.contact-wrapper.st2 {
	padding: 25px;
	background: #ebebe9;
}

.contact-wrapper.st2 .title {
	text-align: center;
	line-height: 1.3;
	margin-bottom: 10px;
}

.contact-wrapper.st2 input[type="text"],
.contact-wrapper.st2 input[type="email"],
.contact-wrapper.st2 textarea,
.contact-wrapper.st2 input[type="submit"] {
	padding: 8px;
	font-size: .875rem;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	-webkit-appearance: none;
	border-radius: 0;
}

.contact-wrapper.st2 input[type="submit"] {
	background: #a48d71;
	border-color: #a48d71;
	color: #fff;
	font-weight: 700;
}

.form-style textarea {
	height: 160px;
}

.form-style.st2.v2 textarea {
	height: 80px;
}

.contact-wrapper ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #312f2d;
}
.contact-wrapper ::-moz-placeholder { /* Firefox 19+ */
  color: #312f2d;
}
.contact-wrapper :-ms-input-placeholder { /* IE 10+ */
  color: #312f2d;
}
.contact-wrapper :-moz-placeholder { /* Firefox 18- */
  color: #312f2d;
}

.contact-wrapper .wpcf7-not-valid-tip {
	display: none;
}

.homemappad {
    padding: 0 40px;
    max-width: 1460px;
    margin: auto;
}

a.getdirections {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  background: #fff;
  font-size: 13px;
  padding: 8px 13px;
  text-decoration: underline;
  font-weight: 600;
  transition: 0.3s ease-in-out;
}

a.getdirections:hover {
    color: #a38d70;
}

div.wpcf7-response-output {
	margin: 0 !important;
	padding: 0 !important;
	font-size: .875rem;
	border: none !important;
	color: #f22b1c;
	font-weight: 600;
	text-align: center;
}

.form-style.st1 {
	
}

.form-style.st1 input[type="text"],
.form-style.st1 input[type="email"],
.form-style.st1 textarea,
.form-style.st1 input[type="submit"] {
	padding: 8px;
	font-size: .875rem;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.form-style.st1 input[type="submit"] {
	background: #a48d71;
	border: none;
	color: #fff;
	font-weight: 600;
}

/* ------------ X.X Contact
 * -----------------------------------------------------------------------------
 */

.map-ctn {
	position: relative;
	width: 100%;
	padding-top: 44%;
}

.map {
	position: absolute;
	top: 0;
	left: 0;
}

.map,
#map-canvas {
	height: 100%;
	width: 100%;
}

/* ------------ X.X Timeline / History
 * -----------------------------------------------------------------------------
 */

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #f5f5f5;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* timeline-container around content */
.timeline-container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.timeline-container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: #968268;
  border: 4px solid #968268;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the timeline-container to the left */
.timeline-container:nth-child(odd) {
  left: 0;
  padding-left: 0;
}

/* Place the timeline-container to the right */
.timeline-container:nth-child(even) {
  left: 50%;
  padding-right: 0;
}

.timeline-container:nth-child(odd)::before,
.timeline-container:nth-child(even)::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 20px;
	width: 0;
	z-index: 1;
	border: medium solid #f5f5f5;
}

/* Add arrows to the left timeline-container (pointing right) */
.timeline-container:nth-child(odd)::before {
  right: 30px;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #edebe9;
}

/* Add arrows to the right timeline-container (pointing left) */
.timeline-container:nth-child(even)::before {
  left: 30px;
  border-width: 10px 10px 10px 0;
  border-color: transparent #edebe9 transparent transparent;
}

/* Fix the circle for timeline-containers on the right side */
.timeline-container:nth-child(even)::after {
  left: -13px;
}

/* The actual content */
.timeline-container .content {
  padding: 20px 30px;
  background-color: #edebe9;
  position: relative;
  border-radius: 6px;
}

.timeline-container .content p {
	margin-bottom: 15px;
}

.timeline-container .content p:last-child {
	margin-bottom: 0;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
/* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }
  
.timeline-container:nth-child(even) {
  left: 0%;
}

/* Full-width timeline-containers */
  .timeline-container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
  .timeline-container::before {
    left: 60px;
    border: medium solid #f5f5f5;
    border-width: 10px 10px 10px 0;
    border-color: transparent #f5f5f5 transparent transparent;
  }

/* Make sure all circles are at the same spot */
  .timeline-container:nth-child(odd)::after, 
  .timeline-container:nth-child(even)::after {
    left: 18px;
  }

/* Make all right timeline-containers behave like the left ones */
  .timeline-container:nth-child(even):after {
    left: 18px;
  }
  
/* Place the timeline-container to the left */
.timeline-container:nth-child(odd) {
  padding: 10px 60px;
  padding-right: 0;
}

/* Place the timeline-container to the right */
.timeline-container:nth-child(even) {
  padding: 10px 60px;
  padding-right: 0;
}
  
}

/* ------------ X.X Team
 * -----------------------------------------------------------------------------
 */

.post-list.team-list .image-ctn {
	margin-bottom: 10px;
}

.team-list {
	text-align: center;
}

.team-list .person {
	margin-bottom: 75px;
	display: inline-block;
	vertical-align: top;
	margin-right: -2px;
	float: none;
}

.team-list .details {
	text-align: center;
}

.team-list .position {
	font-size: .875rem;
	line-height: 1.2;
	display: block;
	color: #a48d71;
}

/* ------------ X.X Gallery
 * -----------------------------------------------------------------------------
 */

.justified-gallery {
    width: calc(100% + 10px);
    position: relative;
    overflow: hidden;
	margin-left: -5px;
}

.justified-gallery>a,
.justified-gallery>div {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    filter: "alpha(opacity=10)";
    opacity: .1;
}

.justified-gallery>a>img,
.justified-gallery>div>img,
.justified-gallery>a>a>img,
.justified-gallery>div>a>img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    border: 0;
    filter: "alpha(opacity=0)";
    opacity: 0
}

.justified-gallery>a>.caption,
.justified-gallery>div>.caption {
    display: none;
    position: absolute;
    bottom: 0;
    padding: 5px;
    background-color: #333;
    left: 0;
    right: 0;
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    font-family: sans-serif
}

.justified-gallery>a>.caption.caption-visible,
.justified-gallery>div>.caption.caption-visible {
    display: initial;
    filter: "alpha(opacity=70)";
    opacity: .7;
    transition: opacity 500ms ease-in
}

.justified-gallery>.entry-visible {
    filter: "alpha(opacity=100)";
    opacity: 1;
    background: 0 0
}

.justified-gallery>.entry-visible>img,
.justified-gallery>.entry-visible>a>img {
    filter: "alpha(opacity=100)";
    opacity: 1;
    transition: opacity 500ms ease-in
}

.justified-gallery>.jg-filtered {
    display: none
}

.justified-gallery>.spinner {
    position: absolute;
    bottom: 0;
    margin-left: -24px;
    padding: 10px 0;
    left: 50%;
    filter: "alpha(opacity=100)";
    opacity: 1;
    overflow: initial
}

.justified-gallery>.spinner>span {
    display: inline-block;
    filter: "alpha(opacity=0)";
    opacity: 0;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background-color: #333;
    border-radius: 6px
}

/* Magnific Popup */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #fff;
    opacity: .9 !important;
    filter: alpha(opacity=90);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

body.single-work .mfp-wrap {
    z-index: 9999999;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #cccccc;
}
.mfp-preloader a:hover {
    color: white;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
  width: 60px;
  height: 60px;
  line-height: 62px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 0 0 18px 10px;
  color: #333;
  font-size: 0;
  display: none;
  font-size: 0 !important;
}

.mfp-close:before {
	font-family: 'bc';
	content: "\e905";
	font-size: 32px;
}
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #fff;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}
.mfp-arrow {
    position: absolute;
    opacity: 1;
    filter: alpha(opacity=100);
    margin: 0;
    top: 0;
    margin-top: -0;
    padding: 0;
    width: 70px;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: 'bc';
    font-size: 32px;
	color: #333;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:before {
    right: 0;
    content: "\e900";
	transform: rotate(180deg);
	display: inline-block;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:before {
    right: 0;
    content: "\e900";
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
}
/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    background: #444444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    font-size: 1.3em;
    text-align: left;
    line-height: 18px;
    color: #555;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .95;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 40px;
        padding-right: 40px;
    }
    .mfp-arrow {
        width: 50px;
    }
}
.mfp-ie7 .mfp-img {
    padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
    padding: 0;
}
.mfp-ie7 .mfp-content {
    padding-top: 44px;
}
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

.mini-gallery {
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 50px;
}

.mini-gallery .image {
	padding-top: 60%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.mini-gallery .image-ctn:nth-child(1) .image {
	padding-top: calc(60% + 4px);
}

.mini-gallery .image-ctn {
	display: inline-block;
	padding: 5px;
}

.mini-gallery .image-ctn:nth-child(1) {
	width: 66.6666%;
	float: left;
}

.mini-gallery .image-ctn:nth-child(2) {
	width: 33.3333%;
	float: right;
}

.mini-gallery .image-ctn:nth-child(3) {
	width: 33.3333%;
	float: right;
}


.custom-table {
    width:100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
}
.custom-table:nth-child(even) {
    flex-direction: row-reverse
}
.custom-table:last-child {
    margin-bottom:0;
}
.custom-table h3 {
    font-size: 2.3em;
    margin-bottom: 1em;
}
.col-3 {
    width: 25%
}
.col-4 {
    width:33.3334%;
} 
.col-5 {
    width:41.66666667%;
} 
.col-6 {
    width:50%;
} 
.col-7 {
   width: 58.33333333%;
} 
.col-8 {
    width:66.66666667%;
} 

.background-image {
    background-size:cover;
    background-position: center;
    min-height:300px;
}
.custom-table:nth-child(even) .col-pad {
    float:right;
} 
.col-pad {
  max-width: 650px;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
    padding: 2em;
}


.post-list h3 {
    font-size: 1.2rem;
    padding:15px 0;
    text-align: left !important;
}
.wrap {
    font-size: 15px;
    margin-top: 10px;
}
/* ------------ X.X Tabs
 * -----------------------------------------------------------------------------
 */

#tab-container.st2 ul {
	
}

#tab-container.st2 ul li {
	list-style-type: none;
	margin: 0;
	display: inline-block;
}

#tab-container.st2 .etabs {
	margin: 0 20px;
	margin-bottom: 50px;
	border-bottom: 1px solid #a48d71;
	text-align: center;
}

#tab-container.st2 ul > li.tab a {
	float: left;
	padding: 0 15px 15px;
	color: #555;
	text-decoration: none;
}

#tab-container.st2 ul > li:first-child a {
	padding-left: 0;
}

#tab-container.st2 ul > li:last-child a {
	padding-right: 0;
}

#tab-container.st2 ul > li.tab a.active h2 {
	color: #a48d71;
}

/* ------------ X.X FAQ
 * -----------------------------------------------------------------------------
 */
 
.faq-section .block {
	margin-bottom: 50px;
}

.entry-content .faq {
	position: relative;
	padding-left: 25px;
}

.entry-content .faq_q {
	font-size: 1rem;
	line-height: 1.4;
	margin-bottom: 20px;
}

.entry-content .faq_q:before {
	content: "\002B";
	font-size: 22px;
	position: absolute;
	left: 0;
	top: -5px;
	color: #a48d71;
	display: inline-block;
	transition: all 0.2s ease-in-out;
}

.entry-content .faq_q.active:before {
	transform: rotate(45deg);
}

.entry-content .faq p:last-child {
	margin-bottom: 50px
}

.faq_q:hover {
	color: #333;
	cursor: pointer;
}

.faq_q.active,
.faq_a p {
	color: #333;
}

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

#site-intro .features {
	display: block;
	width: 100%;
	max-width: 640px;
	margin: auto;
}

#site-intro .feature {
	width: 25%;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* ------------ X.X GDPR
 * -----------------------------------------------------------------------------
 */

.cli_pg_page_contaner .cli_user_consent_state {
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 20px;
	font-weight: 600;
	background: #efefef;
	padding: 10px;
}

.cli_pg_page_contaner h3,
.cli_pg_page_contaner h5 {
	margin-top: 15px;
	font-size: 1.5rem;
}

body .cli_pg_page_contaner .cli_settings_button,
body .cli_pg_page_contaner .wt-cli-manage-consent-link {
	background: #a38d71 !important;
	padding: 10px 15px;
	color: #fff !important;
	margin-bottom: 20px !important;
	display: inline-block;
	text-decoration: none;
	font-size: .875rem;
	line-height: 1;
	border-radius: 40px !important;
	font-weight: 600;
	text-transform: uppercase;
}

.cli_pg_page_contaner .cli_settings_button:hover,
.cli_pg_page_contaner .wt-cli-manage-consent-link:hover {
	cursor: pointer;
}

.cli_pg_page_contaner table.cookielawinfo-winter,
.cli_pg_page_contaner table.cookielawinfo-classic,
.cli_pg_page_contaner table.cookielawinfo-classic td, 
.cli_pg_page_contaner table.cookielawinfo-classic th {
	font-size: 1.125rem;
	line-height: 1.5;
	font-family: inherit;
	text-transform: none;
	margin-left: 0;
}

/** style_1 Style */

table.cookielawinfo-style_1 {
    border-collapse: collapse;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #333;
	margin: 0;
	margin-bottom: 20px;
	background: #fff;
}

table.cookielawinfo-style_1 thead tr th {
    background: #e2e2e2;
	font-weight: 600;
}

table.cookielawinfo-style_1 tfoot tr th,
table.cookielawinfo-style_1 tfoot tr td {
    color: #000;
    font-weight: bold;
}

table.cookielawinfo-style_1 tfoot tr th {
    width: 20%;
}

table.cookielawinfo-style_1 tfoot tr td {
    width: 80%;
}

table.cookielawinfo-style_1 td,
table.cookielawinfo-style_1 th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px !important;
    line-height: 1.5;
    font-size: .875rem;
    vertical-align: top;
    width: 20%;
	text-align: left;
}

table.cookielawinfo-style_1 tr.odd th,
table.cookielawinfo-style_1 tr.odd td {
    background: #efefef;
}

body .cli-bar-container {
	font-size: .875rem;
	line-height: 1.4;
}

.wt-cli-cookie-bar-container .cli-bar-message {
	line-height: 1.5;
}

.wt-cli-cookie-bar-container .cli-plugin-button {
	border-radius: 4px !important;
	font-family: 'Poppins', sans-serif;
	font-weight: 600 !important;
	text-transform: uppercase;
	border: none !important;
	font-size: .875rem !important;
}

.quotes p {
   font-size: 15px !important;
  line-height: 1.4 !important;
  margin-bottom: 5px;
}

table {
    display:table;
    width:100%;
    border-collapse: collapse;
       border:1px solid #ddd;
}
td {
       border:1px solid #ddd;
}
tr {
    border:1px solid #ddd;
}

/* ------------ X.X Media Queries
 * -----------------------------------------------------------------------------
 */


@media only screen and (max-width: 1600px) {

}

@media only screen and (max-width: 1023px) {

    .homemappad {
  padding: 0 20px;
}
.c_12 {
	padding-right: 10px;
	padding-left: 10px;
}

.g_1,
.g_2,
.g_3,
.g_4,
.g_5,
.g_6,
.g_7,
.g_8,
.g_9,
.g_10,
.g_11,
.g_12 {
	padding-right: 10px;
	padding-left: 10px;
}

.negative {
	margin-left: -10px;
	margin-right: -10px;
}

.post-list.v2 .post {
	padding: 0 10px 40px;
}

#tab-container.st2 .etabs {
	margin-left: 10px;
	margin-right: 10px;
}

#site-intro.with-form .details,
#site-intro.with-form .contact-form {
	width: 100%;
}

#site-intro.with-form .contact-form {
	margin-top: 25px;
}

#site-intro.with-form .contact-form .contact-wrapper {
	width: 100%;
	max-width: 100%;
	float: left;
}

.contact-wrapper .row.half {
	width: 50%;
	float: left;
}

.contact-wrapper .row.half.left {
	padding-right: 5px;
}

.contact-wrapper .row.half.right {
	padding-left: 5px;
}

}

@media only screen and (max-width: 1280px) {

nav.main {
	display: none;
}

.toggle-nav {
	display: block;
}

body.nav-open #sidemenu {
	width: 320px;
	right: 0;
	-webkit-overflow-scrolling: touch;
}

body.nav-open {
	overflow: hidden;
}

}

@media only screen and (max-width: 960px) {

#single-office .sections {
	width: 100%;
}

#single-office .contact-wrapper {
	position: relative; 
	top: auto;
	width: 100%;
	max-width: 100%;
	margin: 0;
	float: right;
	margin-bottom: 0;
	margin-top: 25px;
}

.smaller #single-office .contact-wrapper {
	top: auto;
}

.post-list.v2 .post {
	width: 50%;
}
}

@media only screen and (max-width: 840px) {
    #single-office .contact-wrapper {
        margin-top: 80px;
    }
.col-4 {
  width: 100%;
}
footer .reviews {
  padding: 30px 0;
}
    
.features {
	grid-template-columns: repeat(3, 1fr);
}

.padtb1,
.intro-ctn.st2,
#client-quote .quote-carousel {
	padding: 50px 0;
}

.padtb2 {
	padding: 0 0 50px;
}

.padt1 {
	padding: 50px 0 0;
}

.padb1 {
	padding: 0 0 50px;
}

.post-carousel-nav {
	margin: -20px auto 20px;
}

.team-list .person {
	width: 33.3333%;
}

.post-list.v5 .post {
	width: 50%;
}

.mini-gallery .image-ctn:nth-child(1) {
	width: 100%;
	float: left;
}

.mini-gallery .image-ctn:nth-child(2),
.mini-gallery .image-ctn:nth-child(3) {
	width: 50%;
	float: left;
}

#home-slider .title {
	font-size: 2rem;
}

}

@media only screen and (max-width: 600px) {
    footer .connect .newsletter-ctn,
    footer .links-ctn {
  max-width: none;
}
    footer .social-links {
  justify-content: center;
    }

.custom-table {
    flex-direction: column;
}
    .custom-table:nth-child(2n) {
  flex-direction: column;
}
    .col-pad {
  max-width: none;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2em;
}
.col-5, .col-6, .col-7 {
        width:100%;
    }
footer {
	text-align: center;
}

footer .connect {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

footer .links-ctn {
	float: left;
	width: 100%;
}

footer .links h5 {
	padding-left: 0;
	float: left;
	width: 100%;
}

footer .links-ctn br {
	display: none;
}

.post-list.v3 .post {
	width: 100%;
}

.team-list .person {
	width: 50%;
	margin-bottom: 25px;
}

.post-list.team-list {
	margin-bottom: -25px;
}

.post-list.v5 .post {
	width: 100%;
}

footer .newsletter-ctn,
footer .social-links,
footer .links-ctn {
	margin-left: auto;
	margin-right: auto;
}

footer .links-ctn,
footer .links {
	float: none;
	width: 100%;
}


footer .links li a:before {
	content: none;
}

footer .site-links {
	float: none;
	margin-bottom: 10px;
}

footer .site-name {
	float: none;
}

section.contact .block.g_6 {
	width: 100%;
}

section.contact .block.contact-copy {
	margin-bottom: 25px;
}

#site-intro .feature {
	width: 50%;
	padding: 20px;
}

#client-quote .title {
	font-size: 1.25rem;
}

.page-template-template-service .title-price,
#single-office .title-price .title {
	font-size: 2rem;
}

.title-price .icon {
	width: 100%;
	margin-right: 0;
}

}

@media only screen and (max-height: 980px) and (max-width: 1920px) {

#home-slider .image,
.map-ctn {
	padding-top: 34%;
}

}


@media (max-width: 480px) {

#container {
	padding-top: 90px;
}

header#site-head {
	height: 90px;
}

.features {
	grid-template-columns: repeat(2, 1fr);
	
}

.mini-gallery .image-ctn:nth-child(1),
.mini-gallery .image-ctn:nth-child(2),
.mini-gallery .image-ctn:nth-child(3) {
	width: 100%;
	float: left;
}

#home-slider .image,
.map-ctn {
	padding-top: 80%;
}

header a#branding {
	width: 260px;
	height: 50px;
}

.toggle-nav {
	top: 42px;
}

.post-list.v2 .post {
	width: 100%;
}

}

/* ------------ X.X Print
 * -----------------------------------------------------------------------------
 */



@media (max-width: 840px) {
    .col-details {
  width: calc(100% - 100px);
}
.col-titles {
  flex: 0 0 100px;
    width:100px;
}
    footer .links-ctn {
        float: none !important;
    }
    footer .links {
  float: none !important;
      margin-top: 30px;
    }
    footer .connect {
        float: none !important;
    }
}

@media (max-width: 410px) {
.details-5, .title-5 {
  min-height: 105px;
}
}