/*
Theme Name: IBD Distribution
Theme URI: http://mediafusionuk.com/
Author: Gordon Abbotts
Author URI: http://mediafusionuk.com/
Description: Bespoke WP Theme For IBD Distribution
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive, bootstrap, wordpress

*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	line-height: 1.2;
	color:#626262;
	background: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
}

span.wpcf7-list-item:first-child {
    margin: 0;
}
span.wpcf7-list-item label {
    cursor: pointer;
}

strong { font-weight: 700; }

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

a {
	text-decoration: none;
	color: #fff;
}

a:hover {}

div.wpcf7-response-output {
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0 !important;
    padding: 15px !important;
    width: 100%;
    border: none !important;
    text-align: center;
    z-index: 99999;
    color: white;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
    background: #FF7F27;
}

div.wpcf7-mail-sent-ok {
    background: #B2BB1E;
}

h1,h2,h3,h4,h5,h6 { font-weight: 700;}
img {
	border: none;
}

.clear {
	visibility: hidden;
	clear: both;
}

.shade {
	background: url('https://web.archive.org/web/20180708113624im_/http://www.ibd-distribution.com/wp-content/themes/ibd/img/wht-80.png');
}

.container {
	width: 92%;
	max-width: 1300px;
	margin: 0 auto;
}


.hide-link {
	text-indent: -9999px;
	color: #ffffff;
	position: absolute;
	top: -50px;
}

.title {
	font-size: 1.875em;
	font-weight: 500;
	color: #b1ba44;
	line-height: 1.2em;
	text-transform: uppercase;
	text-align:center;
}
.title a {
    color: #b1ba44;
}
.title a:hover {
    color: #fff;
}

.btn {
	border: 1px solid #828b2c;
	border-top-color: #454e3e;
	border-bottom-color: #b0b91f;
	color: #444d3e;
	border-radius: 8px;
	padding: 13px 28px 14px;
	margin: 0 auto 30px;
	display: block;
	max-width: 66px;
	font-size: 1.125em;
	font-weight: 500;
	transition: all 0.25s;
}

.btn:hover {
	border-color: #444d3e;
	background: #444d3e;
	color: #b0b91f;
}

.home-content .dl-btn,
.page-content .dl-btn {
	display: inline-block;
	position: relative;
	background: #6f740f; /* Old browsers */
	background: -moz-linear-gradient(top,  #6f740f 0%, #b2bb1e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6f740f), color-stop(100%,#b2bb1e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6f740f 0%,#b2bb1e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6f740f 0%,#b2bb1e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6f740f 0%,#b2bb1e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6f740f 0%,#b2bb1e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f740f', endColorstr='#b2bb1e',GradientType=0 ); /* IE6-9 */
	padding: 8px 8px 8px 38px;
	color: #d5dbe1;
	text-shadow: 0 1px 1px #6f7412;
	margin: 12px 12px 12px 0;
	border: 1px solid  #b1ba44;
	font-weight: 400;
	text-transform: uppercase;
	box-shadow: 0 1px 2px #c7c7c7;
	line-height: 0.935em;
	border-radius: 2px;
	transition: all 0.333s;
}

.dl-btn:before {
	content: url('https://web.archive.org/web/20180708113624im_/http://www.ibd-distribution.com/wp-content/themes/ibd/img/dl.png');
	display: block;
	position: absolute;
	width: 22px;
	top: 0; bottom: 0;
	padding-top: 7px;
	left: 8px;
	border-right: 1px solid #666c0e;
	z-index: 4;
}

.dl-btn:after {
	content: '';
	border-top: 1px solid #808716;
	border-bottom: 1px solid #8e931b;
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	z-index: 3;
}

.home-content .dl-btn:hover,
.page-content .dl-btn:hover {
	background: #63763b; /* Old browsers */
	background: -moz-linear-gradient(top,  #63763b 0%, #444d3e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#63763b), color-stop(100%,#444d3e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #63763b 0%,#444d3e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #63763b 0%,#444d3e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #63763b 0%,#444d3e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #63763b 0%,#444d3e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63763b', endColorstr='#444d3e',GradientType=0 ); /* IE6-9 */
	color: #ffffff;
	text-shadow: 0 1px 1px #353d2b;
	border-color: #21251b;
}

.dl-btn:hover:before {
	border-color: #48552c;
}

.dl-btn:hover:after{content:none;}

.alignleft { 
	float: left;
	margin: 0 24px 24px 0;
}
.alignright {
	float: right;
	margin: 0 0 24px 24px;
}

/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| HEADER |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

.header {
	position: relative!important;
	top: 0; left: 0;
	z-index: 999;
	width: 100%;
	border-top: 4px solid #b2bb1e;
	border-bottom: 1px solid #d4d4d4;
}


.header .container { position: relative; }

.site-logo {
	width: 37.5%;
	margin: 18px 0;
	max-width: 180px;
	vertical-align: top;
	display: inline-block;
}

.header-logo {
	max-width: 100%;
	height: auto;
	display: block;
}

.navigation {
	position: absolute;
	right: 0; top:0;
	display: block;
	vertical-align: top;
	float: right;
	width: 85%;
}

.nav-menu {
	display: block;
	text-align:right;
}

.nav-menu .menu-item {
	display: inline-block;
	text-align: center;
	position: relative;	
	margin-right: 20px;
}

.nav-menu  .menu-item a {
	padding: 47px 0 43px;
	display: inline-block;
	color: #444d3e;
	font-weight: 500;
	font-size: 0.935em;
	border-bottom: 2px solid transparent;
}

.nav-menu .menu-item:after {
	content: '\f111';
	font-family: FontAwesome;
	display: block;
	position: absolute;
	vertical-align: top;
	margin: 0;
	right: -14px; top: 53px;
	font-size: 0.33em;
	color: #b2bb1e;
}

.nav-menu .menu-item:last-child { margin-right: 0; }
.nav-menu .menu-item:last-child:after { content: none; }

.nav-menu .menu-item a:hover {
	border-bottom: 2px solid #b2bb1e;
}


.menu-toggle {
	display: none;
	position: absolute;
	top: -43px;
	right: 0;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
}

.menu-toggle h3 {
	display: inline-block;
	vertical-align: top;
	padding: 2px 9px;
	color: #444d3e;
}

.toggle-switch {
	width: 16px;
	height: 2px;
	margin: 10px 0 0;
	background: #444d3e;
	position: relative;
	-webkit-transition: all 0.15s;
	   -moz-transition: all 0.15s;
		 -o-transition: all 0.15s;
			transition: all 0.15s;	
	display: inline-block;
	vertical-align: top;	
}

.toggle-switch:before {
	content: '';
	width: 16px;
	height: 2px;
	top: -5px;
	position: absolute;
	display: block;
	background: #444d3e;	
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;		
}

.toggle-switch:after {
	content: '';
	display: block;
	width: 16px;
	height: 2px;
	background: #444d3e;
	position: absolute;
	bottom: -5px;
	   -moz-transition: all 0.3s;
		 -o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
			transition: all 0.3s;	
}


.active .toggle-switch {
	background: transparent;
}


.active .toggle-switch:before {
	top: 0;
	-webkit-transform: rotate(45deg); 	
	    -ms-transform: rotate(45deg);
			transform: rotate(45deg);
}


.active .toggle-switch:after {
	bottom: 0;
	-webkit-transform: rotate(135deg); 	
	    -ms-transform: rotate(135deg);
			transform: rotate(135deg);
}


.sub-menu {
	position: absolute;
	z-index: 9999;
	display: none;
	min-width: 250px;
	left: -25px;
}

.nav-menu .menu-item:hover .sub-menu {
	display: block;
}

.nav-menu .sub-menu .menu-item {
	display:block;
	text-align:left;
	
}

.nav-menu .sub-menu .menu-item a {
	padding: 8px 16px;
	background: #ffffff; 
}




/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| FRONTPAGE ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/


.subtitle {
	text-align:center;
	font-size: 1.875em;
	color: #333333;
	margin: 30px auto 28px;
	font-weight: 400;
}

.pagination-wrap {
	text-align: center;
}

.page-numbers {
	display: inline-block;
	margin: 32px 5px;
	padding: 6px 11px 9px;
	border-radius: 4px;
	color: #b1ba44;
	font-size: 0.875em;
	line-height: 1em;
	border: 1px solid #b1ba44;
}

.current {
	background: #b1ba44;
	color: #ffffff;
}

a.page-numbers:hover {
	background: #b1ba44;
	color: #ffffff;
}

.products-wrapper {
	text-align: center;
}
.cs-section { clear:both; }

.products-wrapper .title {
	margin: 42px auto 50px;
}


.product {
	width: 33.3%;
	float: left;
	margin-bottom: 60px;
}

.sm-title {
	font-size: 1.75em;
	font-weight: 500;
	line-height: 1.2em;
	color: #333333;
	text-transform: uppercase;
	margin: 24px 0 12px;
}

.sm-title a {
	color: #333333;
}

.product:hover .sm-title a {
	color: #b1ba44;
	font-weight: 700;
}


.product-content p {
	width: 70%;
	margin: 0 auto;
	font-size: 0.875em;
	line-height: 1.5em;
	font-weight: 500;
	color: #626262;
}

.product-img {
	position: relative;
	width: 100px;
	margin: 0 auto;
}

.product-img-wrap {
	position: absolute;
	width: 100%;
	top: 0; bottom: 0;
	box-shadow: inset 2px 2px 4px #a6a6a6;
	overflow: hidden;
	border: 1px solid #939393;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.product-img img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.p-cover {
	position: absolute;
	right: 9px; top: 9px;
	left: 9px; bottom: 9px;
	background: url('https://web.archive.org/web/20180708113624im_/http://www.ibd-distribution.com/wp-content/themes/ibd/img/wht-75.png');
	box-shadow: 0 1px 8px #606060;	
	opacity: 0;
	-webkit-transition: opacity 0.25s;
	-moz-transition: opacity 0.25s;
	-o-transition: opacity 0.25s;
	transition: opacity 0.25s;
}

.product:hover .p-cover {
	opacity: 1;
}

.p-cover .fa {
	color: #b1ba44;
	line-height: 64px;
	font-size: 1.875em;
	padding: 10px 20px;
	text-shadow: inset 1px 1px #000;
}


.home-content {
	background: #444d3e;
	color: #ffffff;
	padding: 68px 0 70px;
	clear: both;text-align: center;
}

.home-content .title {
	color: #ffffff;
	margin-bottom: 60px;
}

.home-content p {
	color: #ffffff;
	line-height: 1.4em;
	width: 78%;
	font-size: 1.125em;
	margin: 0 auto;

}



/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| GALLERY |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

.gallery-strip {
	background: #ffffff;
	padding: 25px 0;
}

.gl-container {
	position: relative;
	max-width: 1440px;
	margin: 0 auto;
	width: 90%;
}

.gl-nav {
	position: absolute;
	width: 100%;
	top: 0; left: 0;
}

.gl-nav-btn {
	position: absolute;
}

.gll { left: -57px; }
.glr { right: -57px; }

.slide-gallery-wrap {
	overflow: hidden;
}

.gl-slider {
	position: relative;	
	left: 0;
	width: 2166px;
}

.gallery-item {
	width: 230px;
	float: left;
	margin-right: 12px;
}

.gallery-item:last-child {
	margin: 0;
}

.gl-img {
	position: relative;
}

.attachment-gallery_thumb {
	display: block;
	max-width: 100%;
	height: auto;
}

.gl-lnk {
	background: transparent url('https://web.archive.org/web/20180708113624im_/http://www.ibd-distribution.com/wp-content/themes/ibd/img/blk50.png') repeat;
	position: absolute;
	top: 0; bottom: 0;
	width: 100%;
	opacity: 0;
}

.gl-lnk:hover {opacity: 1;}

.gl-link {
	position: absolute;
	top: 0; bottom: 0;
	display: block;
	width: 100%;
}

.gl-link span {
	position: relative;
	display: block;
	width: 61px;
	height: 61px;
	border-radius: 50%;
	border: 3px solid #ffffff;
	margin: 82px auto;
}

.gl-link span:before {
	content: '';
	width: 23px;
	height: 3px;
	top: 29px; left: 19px;
	position: absolute;
	background: #ffffff;
}

.gl-link span:after {
	content: '';
	width: 3px;
	height: 23px;
	top: 19px; left: 29px;
	position: absolute;
	background: #ffffff;
}


/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| CLIENT LOGOS |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

.clients-section {
	padding: 72px 0 1px;
}
.lg-container {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
}
.client-logo {
	width: 10%;
	float: left;
}

.attachment-client-logo{
	width: 85%;
	max-width: 190px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.client-content {
	font-size: 0.75em;
	line-height: 1.125em;
	color: #000000;
	max-width: 620px;
	text-align:center;
	margin: 64px auto 32px;
}

.logos-outer { margin-top: 54px;}



/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| PaGE CONTENT |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

.attachment-full-size {
	max-width: 100%;
	width:100%;
	height: auto;
	vertical-align: top;
}


.alt-page-content {
	background: #e1e1e1;
	padding-bottom: 40px;
}

.line-break {
	max-width: 1300px;
	width: 100%;
	height: auto;
	vertical-align: top;
}

.services-frontpage {
	margin: 30px 0;
	text-align: center;
}

.services-frontpage p {
	width: 50%;
	max-width: 210px;
	display: inline-block;
	vertical-align: middle;
	margin: 40px -4px 20px 0;
}

.services-frontpage img {
	max-width: 100%;
	height: auto;
	display: block;

}

.page-content {
	background: #e1e1e1;
	padding: 60px 0 48px;
}

.post-wrap {
	margin: 24px 0 48px;
	border: 1px solid #cacaca;
	background: #ffffff;
}

.ibd-column {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	margin: 76px -2px;
}
.ibd-column.width100 {
    width: 100%;
    margin: 0;
}

.img-list {
    margin: -100px auto 0 auto !important;
}
.img-list::after {
    content: "";
  display: table;
  clear: both;
}
.img-list li {
    display: inline-block;
    float: left;
    width: 18%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    font-weight: bold;
    color: #000;
    margin: 0 1%;
}
.img-list li::before {
    display: none;
}

.window-block {
height: 210px;
width: 82%;
margin: 0 auto;
background-attachment: fixed;
background-size: auto 1100px;
background-repeat: no-repeat;
}

.ibd-column p {
	width: 82%;
	margin: 0 auto 28px;
	font-size: 0.875em;
	line-height: 1.5em;
	font-weight: 500;
	color: #333333;
}

.ibd-column a { color: #333333; font-weight: 700;}
.ibd-column a:hover { color: #b2bb1e;}

.ibd-column ul {
	width: 78%;
	margin: 0 auto 24px;
}

.ibd-column li {
	color: #b2bb1e;
	font-weight: 700;
	font-size: 0.875em;
	line-height: 1.75em;
	position: relative;
    list-style-type: none;
}

.ibd-column li:before {
	content: '\f111';
	font-family: FontAwesome;
	left: -2%;
	color: #333333;
	font-size: 4px;
	top: 0;
	position: absolute;
}
.contact-form  li:before {
    display: none !important;
}

.ibd-column li span {
	font-weight: 500;
	color: #333333;	
}

.ibd-column h4,
.ibd-column h5,
.ibd-column h6 {
	color: #444d3e;
	font-weight: 700;
	width: 82%;
	margin: 0 auto 28px;
	line-height: 1.125em;
	clear: both;
}

.products-section .title {
	margin: 68px 0 44px;
}

.team-title {
	margin: 48px 0 20px;
}

.page-subtitle {
	max-width: 420px;
	width: 60%;
	margin: 0 auto 45px;
	text-align:center;
	font-size: 0.875em;
	line-height: 1.5em;
	font-weight: 500;
	color: #3c4055;	
}

.staff-board {
	margin: 0 auto;
	position: relative;
}


.staff-item {
	width: 50%;
	float: left;
	position: relative;
}

.staff-item:first-child .staff-content {
	position: relative;left: 0;
	float: right;

}


.staff-item:first-child .staff-exc {
	margin-bottom: 8px
}

.staff-item:first-child .staff-email { bottom: 10px;}


.staff-left {
	clear: left;
}

.staff-image {
	width: 50%;
	float: right;
	position: relative;
}
	
.staff-box-alt .staff-image { float:left;}

.attachment-staff-image {
	max-width: 455px;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.sti-cover {
	background: #b2b69a; /*69705d; 8f957d; eaecc9;444d3e*/
	opacity: 0.3;
	position: absolute;
	top: 0; left: 0;
	bottom: 0; width: 100%;
}

.staff-content {
	position: absolute;
	top: 0; bottom: 0;
	left: 0; width: 50%;
}

.staff-box-alt .staff-content {
	left: 50%;
}

.staff-content-inner {
	padding: 8%;

}

.staff-title {
	font-weight: 700;
	margin-bottom: 8px;
}

.staff-content h6 {
	font-size: 0.875em;
	color: #b2bb1e;
	margin-bottom: 20px;
	font-weight: 700;
}

.staff-exc p {
	font-size: 0.875em;
	line-height: 1.2em;
}

.staff-email {
	position: absolute;
	bottom: 8%;
	font-size: 0.875em;
}

.staff-email span {
	color: #b2bb1e;
	font-weight: 700;
	margin-right: 6px;
}

.staff-email a {
	color: #444d3e;
}

.staff-email a:hover {
	color: #b2bb1e;
}

.post-content { 
	float: right;
	width: 73.84615%;
}

.post-sidebar {
	float: right;
	max-width: 250px;
	width: 19.230769%;
	margin-right: 1.84615%;
}

.hentry {
	max-width: 800px;
	width: 100%;
	background: #ffffff;
    background: #f9f9f9;
}

.post-header {
	background: #444d3e;
	border-bottom: 14px solid #b2bb1e;
	padding: 1px;
}

.post-head-inner {
	margin: 55px 10px 45px 60px;
}

.post-title {
	font-size: 2.75em;
	line-height: 1.025em;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 3%;
}

.post-meta { 
	color: #ffffff;
	font-size: 1.125em;
	line-height: 1.3em;
	margin-bottom: 2.8%;
}

.post-meta span {
	font-weight: 700;
	color: #b2bb1e;
}

.post-tags a {
	background: #3b4336;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 3px 7px 4px;
	margin-left: 9px;
	font-size: 0.875em;
	transition: all 0.66s;
}


.post-tags a:hover {
	background: #b2bb1e;
	color:#444d3e;
}


.post-entry {
	padding: 7.5% 7.75%;
	border: 1px solid #dbdbdb;
	border-top:0;
}

.post-entry p {
	font-size: 1em;
	line-height: 1.5625em;
	color: #282828;
	margin-bottom: 22px;
}

.post-entry ul {
	font-size: 1.125em;
	line-height: 1.5625em;
	color: #282828;
	margin-bottom: 22px;
	padding-left:18px;	
}

.post-entry li {position: relative;}

.post-entry ul li:before {
	content: '\f111';
	font-family: FontAwesome;
	left: -2%;
	color: #b2bb1e;
	font-size: 6px;
	top: 0;
	position: absolute;	
}

.post-entry ol {
	font-size: 1.125em;
	line-height: 1.5625em;
	color: #282828;
	margin-bottom: 22px;
	padding-left:18px;
	counter-reset: ibd-count;	
}

.post-entry ol li:before {
	content: counter(ibd-count);
	counter-increment: ibd-count;
	left: -2%;
	color: #b2bb1e;
	font-size: 0.875em;
	font-weight: 700;
	top: 0;
	position: absolute;	
}

.post-entry dl {
	font-size: 1.125em;
	line-height: 1.385em;
	color: #282828;
	margin: 10px 0 22px;
}
.post-entry dt {
	color: #b2bb1e;
	width: 20%;
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
}

.post-entry dd {
	display: inline-block;
	width: 78%;
	padding: 0 1%;
	margin-right: -4px;
	vertical-align: top;
	margin-bottom: 30px;
}

.side-thm {
	max-width: 190px;
	width:100%;
	margin: 0 auto;
	font-size: 1.125em;
	line-height: 1.389em;
}

.attachment-gallery_thumb {
	max-width: 188px;
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 5px;
	border-radius: 50%;
}

.tag-thm { vertical-align:top;}

.side-thm span {
	font-weight: 700;
	color: #b2bb1e;
}

.side-thm p {
	margin-top: 24px;
	margin-bottom: 12px;
}

.widget-holder {
	width: 100%;
	position: relative;
}

.widget-title {
	position: relative;
	background: #ffffff;
	display: block;
	box-shadow: 0 2px 3px #CACACA;
	padding: 23px 28px 18px 32px;
	font-weight: 400;
	color: #63615f;
	font-size: 1.125em;
	line-height: 0.9em;
	cursor: pointer;
}

.widget-title:after {
	content:'\f0c9';
	font-family: FontAwesome;
	display: inline;
	float: right;
}
.open-menu .widget-title:after { content: '\f00d'; }

.widget ul {
	display:none;
	background: #ffffff;
	padding: 13px 0 8px;
}

.widget ul li {
	display: block;
	font-size: 0.875em;
}

.widget ul li a {
	padding: 10px 28px 10px 32px;
	color: #63615f;
	display: block;
	border-bottom: 1px solid #DCDCDC;
}

.widget ul li:last-child a {border: 0;}
.widget ul li a:hover {color: #b2bb1e;}

.share-post {
	text-align: right;
	margin: 48px 0;
} 
.share-post  .wpfai-list li { display: block; margin: 0;}
.share-post .wpfai-list li span {
	opacity: 1;
	color: #535353;
	display: inline-block;
	margin-bottom: 30px;
	border: 1px solid #535353;
	border-radius: 50%;
}

.share-post .wpfai-list li span:hover {
	background: #535353;
	color: #e1e1e1;

}

.post-entry img {
	max-width: 100%;
	width: 100%;
	height: auto;
	vertical-align: top;
	margin: 12px 0 24px;
}

.object-wrap {
	text-align:center;
	background: #f7f7f7;
}

.video-grid-wrap {
	width: 82%;
	margin: 56px auto 0;
	clear: right;
}

.video-grid {
	width: 50%;
	float: left;
	text-align: center;
	margin-bottom: 28px;
}

.p-table {
    width: 82%;
    margin: 44px auto 28px;
    background: #f4f4f4;
    font-size: 14px;
}
.p-table.first {
    margin-bottom: 5px;
    margin-top: 5px !important;
}
.p-table + .p-table {
    margin: 5px auto;
}
.p-table.last {
    margin-bottom: 20px;
}
.p-table thead {
    background: #B2BB1E;
    padding: 4px;
    color: #fff;
}
.p-table tr {
    width: 100%;
    padding: 4px;
}
.p-table td {
    padding: 6px;
}

.page-content .rhi-form {
	width: 82%;
	margin-bottom: 44px;
}

.page-content .rhi-form li:before { content:none;}
.page-content .rhi-form li { margin-bottom: 8px; }

.rhi-form label {
	display: inline-block;
	vertical-align: top;
	width: 28%;
}

.rhi-form .inputs,
.rhi-form .txt-input {
	width: 50%;
	width: calc(100% - 28% - 14px);

}

.rhi-form .sbmt-btn { margin-top: 28px;}

.rhi-form label span { color: red;}

/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| FOOTER |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/


.quick-contact {
	padding: 85px 0 54px;
	text-align: center;
	background: #f0f0f0;
	clear:both;
}

.half-box {
	width: 50%;
	float: left;
}

.fwidget-title { 
	text-align: center; 
	font-size: 1.875em;
	font-weight: 500;
	color: #b1ba44;
	line-height: 1.2em;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.foot-sidebar-wrap {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}

.foot-sidebar-wrap #support_author { display:none;}

.contact-form {
	max-width: 430px;
	width: 92%;
	margin: 0 auto;
	position: relative;
}

.hilite {
	margin: 30px 0 54px;
	color: #333333;
	font-size: 1.0625em;
	font-weight: 500;
}


.half {
	display: block;
	width: 49.2753625%;
	float: left;
	max-width: 340px;
	margin-bottom: 13px;
    list-style-type: none;
}

.inputs,
.txt-input {
	width: calc(100% - 17px);
	margin: 0;
	border: 1px solid #d8d8d8;
	background-color: #ffffff;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
	padding: 12px 0 13px 12px;
	font-family: Raleway;
	color: #000000;	
}

.rght {
	margin-left: 1.449275%;
}

 .inputs::-webkit-input-placeholder { color: #000000; }
 .inputs:-moz-placeholder { color: #000000; }
 .inputs::-moz-placeholder { color: #000000;}
 .inputs:-ms-input-placeholder { color: #000000; }
.quick-contact textarea::-webkit-input-placeholder { color: #000000; }
.quick-contact textarea:-moz-placeholder { color: #ffffff; }
.quick-contact textarea::-moz-placeholder { color: #ffffff; }
.quick-contact textarea:-ms-input-placeholder { color: #ffffff; }

.full {
	clear: both;
}

.sbmt-btn {
	padding: 14px 26px;
	line-height: 0.875em;
	background: none;
	border: 1px solid #444d3e;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	transition: 0.333s;
	outline: none;
}

.sbmt-btn:hover {
	background: #444d3e;
	border-color: #444d3e;
	color: #ffffff;
}

.full-row .message-input {
	font-family: Raleway;
	width: 90%;
	width: calc(100% - 24px);
	border: none;
	background-color: #838383;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	padding: 16px 0 16px 20px;
	color: #ffffff;
}

.sbmt-row {
	text-align: right;
	margin-top: 15px; 
}


.submit-row .alt-button,
.subscribe-submit .alt-button {
	padding: 14px 22px 13px;
	background: none;
	color: #2e2e2e;
	font-weight: 700;
	font-size: 0.875em;
	border: 1px solid #2e2e2e;
	border-bottom-width: 2px;
	border-radius: 2px 2px 4px 4px;	
}

.ajax-loader { position: absolute; }
.site-footer { overflow: hidden; clear:both;}

.subscribe-section{
	padding: 100px 0;
	background: #f6f6f6;
	color: #505050;
	text-align: center;
}

.subscribe-form { width:100%; max-width:540px; margin:0 auto; }

.subscribe-row {
	width: 75.925%;
	display: inline-block;
	vertical-align: top;

	margin-bottom: 18px;
}


.subscribe-submit {
	display: inline-block;
	vertical-align: top;
}

.subscribe-submit .wpcf7-submit {
	padding: 14px 26px;
	line-height: 0.875em;
	background: none;
	border: 1px solid #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.map-section {
	position: relative;
	width: 100%;
	clear: both;
}

.map-box {
	width: 100%;
	height: 350px;
	vertical-align: top;
}

.map-cover {
	background: #000;
	position: absolute;
	width: 100%;
	left:0;
	top:0; bottom:0;
	opacity: 0.4;
}

.map-frame:hover .map-cover {
	opacity: 0;
	left: -100%;
	transition: opacity 1s, left 0.1s linear 1s;
}

.foot-navigation {  
	position: relative;
	z-index: 1;
	background:#f6f6f6;
}


.foot-menu {
	background:#f6f6f6;
	position: relative;
	top:0;
}

.foot-menu .menu-item { display: inline-block; }

.foot-menu .menu-item a {
	display: block;
	color: #262626;
	font-size: 0.875em;
	line-height: 0.9em;
	font-weight: 500;
	padding: 0 11px 28px;
	background:#f6f6f6;
	
}

.foot-menu .current-menu-item a {
	border-bottom: 1px solid #262626;
}

.foot-menu .menu-item:first-child a { padding-left: 0; }
.foot-menu .menu-item:last-child a {
	padding-right: 0;
	border: none;
}


.sub-footer {
	border-top: 1px solid #dcdcdc;
	position: relative;
	z-index: 3;
}

.footer-text {
	margin: 40px 0 30px;
	font-size: 0.875em;
	text-align: center;
	color: black;
}

.footer-text a {
	color: black;
}

.footer-text ul li {
	display: inline-block;
	margin: 0 10px;
}

.footer-text a:hover {
	color: #B1BA44;
}

.small-wrap {
	position: relative;
	max-width: 1200px;
	width:75%;
	margin: 0 auto;
}

.back-to-top {
	position: absolute;
	top: -70px; right: 20px;
	display: block;
	width: 60px;
	padding: 14px 0;
	text-align: center;
	background: #ffffff;
	color: #dcdcdc;
	border: 1px solid#dcdcdc;
	border-radius: 50%;

}

.cs-subtitle {
	margin: 76px auto 38px;
	font-size: 1em;
	width: 82%;
	font-weight: 700;
	color: #333333;
}

.cs-subtitle ~ .ibd-column {
	margin-top: 0;
}

.atom_twitter_feeds {
	width: 100%!important;
	max-width: 300px!important;
}

.page-id-409 .ibd-column ul li { color: #333333; }


/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| LANDING PAGE */

.banner { 
	overflow: hidden;
	position: relative; 
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
}

.centred {
	width: 100%;
	height: 100%;
}

.centred td {vertical-align: middle;}

.banner .title {
	color: #ffffff;
	margin: 0 35px;
}


.landing-page-detail {
	display: block;
	width: 88%;
	margin: 58px auto 0;
	text-align: center;
}

.landing-page-detail li {
	width: 19%;
	width: calc(20% - 4px);
	display: inline-block;
	vertical-align: top;

}

.landing-page-detail li p {
	font-weight: 700;
	font-size: 1.125em;
	width: 80%;
	max-width: 133px;
	margin: 0 auto;
	display:block;
}

.landing-page-detail li img {
	width: 86%;
	display: block;
	margin: 0 auto 30px;
}

/* CUSTOM BACK TO TOP */

/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| RESPONSIVE |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
@media screen and (max-width:1230px) {
	.nav-menu .menu-item a {font-size: 0.875em;}

}

@media screen and (max-width:1065px) {
	.staff-exc { font-size: 0.8215em;}
	.staff-content h6 { margin-bottom: 12px; }
	.site-logo { display: block; margin:18px 0 24px; }
	.navigation { width: 100%; float: none; position: relative; }
	.menu-toggle {
		display: inline-block;
	}
	.nav-menu { display:none; text-align:left;margin: 12px;}
	.nav-menu .menu-item { display: inline-block; min-width: 65%; text-align: left; background: #FFFFFF; border-bottom:2px solid transparent;}
	.nav-menu .menu-item a { padding: 12px 25px 10px;border:none;}
	.nav-menu .menu-item a:hover {border:none;}
	.nav-menu .menu-item:after { top:16px; font-size: 8px; right: 14px; }
	.nav-menu .menu-item:last-child:after { content: '\f111'; }
	.nav-menu .menu-item:hover {background:#b2bb1e; border-color:#b2bb1e;}
	.nav-menu .menu-item:hover:after {color:#444d3e;}
	.sub-menu { text-align:right;background:#b2bb1e; width: 35%; left:100%; top: 0;}
	.nav-menu .sub-menu .menu-item  { background:#b2bb1e;	}
	.nav-menu .sub-menu .menu-item a { padding: 12px 25px 10px;background:transparent; }
	.nav-menu .sub-menu .menu-item:after { color:#444d3e; }
	.nav-menu .sub-menu .menu-item:hover {background: #ffffff;}
	.nav-menu .sub-menu .menu-item:hover:after {color:#b2bb1e;}

}


@media screen and (max-width:969px) {
	.staff-item { width: 100%; float: none; clear:both;}
	.staff-item .staff-image {float:right;}
	.staff-left .staff-image { float: left;}
	.staff-item .staff-content { left: 0;}
	.staff-left .staff-content { left: 50%;}
	.staff-email { bottom:0; }
	.staff-exc p { font-size: 1em; line-height: 1.25em;}
	.staff-content h6 { margin-bottom: 28px; }

	.foot-menu .menu-item a { font-size: 0.75em;}
	.product { width: 50%; }

	.banner .attachment-full-size { position: relative; min-width: 969px; left: 0; left: calc((100% - 969px) / 2);}
	.landing-page-detail li {width:32%; width: calc(33.3% - 4px); margin-bottom: 54px;}
}




@media (max-width: 782px) {
	.foot-menu {display: none;}
}



@media (max-width: 641px){
	.staff-board .staff-image,
	.staff-board .staff-content {position: relative; width: 100%; left: 0; float: none; }
	.staff-email { position: relative; }
	.staff-content-inner {padding: 9.75%;}
	.staff-board {width:100%;}
	.fr-img,
	.fr-content,
	.single-item,
	.product {
		width: 100%;
	}
	.post-content { float: none; width:100%;}
	.post-sidebar { float:none; width:100%; margin-top: 30px;}
	.subtitle { font-size: 1.125em; }
	.client-logo { width: 50%;}
	.nav-menu {
		margin: 12px 0;
		overflow: hidden;
	}
	.nav-menu .menu-item { width: 50%;}
	.nav-menu .menu-item a { display: block; padding: 12px 15px 10px 5px;}
	.nav-menu .sub-menu .menu-item a {font-size: 0.75em; padding-left: 5px; padding-right:5px;}
	.half-box { float: none; width: 100%; margin-bottom: 24px; }
	.fwidget-title { margin: 85px 0 24px;}
	.banner .title {font-size: 1.666em;}
	.landing-page-detail li {width:60%; display: block; margin: 0 auto 48px;}
	.landing-page .ibd-column { width: 100%; margin: 76px 0 0;  }
	.landing-page .ibd-column:last-child {margin: 0 0 76px;}
}






@media (max-width: 413px){
	.home-content p { font-size: 1em;}
	.ibd-column { width: 100%; margin: 76px 0 0;  }
	.ibd-column:last-child {margin: 0 0 76px;}
	.half { width: 100%;}
	.rght {margin-left:0;}
	.alignleft { float: none; margin: 0 auto 24px; display: block;}
	.alignright {float:none; margin: 0 auto 24px; display: block;}
	.services-frontpage img {width: 75%;margin: 0 auto;}
    .post-head-inner {margin: 20px 10px 20px 20px;}
    .post-head-inner .post-title {font-size: 1.8em;}
    .post-meta {font-size:0.9em;}
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}
.clearfix:after {
    clear: both;
}
/*
     FILE ARCHIVED ON 11:36:24 Jul 08, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:50:01 Oct 28, 2025.
     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.508
  exclusion.robots: 0.021
  exclusion.robots.policy: 0.012
  esindex: 0.01
  cdx.remote: 46.814
  LoadShardBlock: 532.795 (3)
  PetaboxLoader3.datanode: 382.967 (4)
  PetaboxLoader3.resolve: 267.374 (2)
  load_resource: 269.024
*/