/* @override 
	https://www.crimtan.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.
 *
 * -----------------------------------------------------------------------------
 */

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;
}

/* ------------ 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;
}

html.page #container {
	flex: 1 0 auto;
	height: auto;
}

#container {
	padding-top: 100px;
	height: 100%;
}

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

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

.c_12 {
	max-width: 1540px;
	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: 50px 0;
}

.padtb1.bd1 {
	margin-top: 40px;
}

.padb1 {
	padding: 0 0 100px;
}

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

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

.content-wrapper.st2{
	max-width: 1100px;
	text-align: center;
}

.content-wrapper.st3{
	max-width: 880px;
}

/* ------------ X.X Fonts
 * -----------------------------------------------------------------------------
 */
 
@font-face {
  font-family: 'crimtan';
  src:
    url('fonts/crimtan.woff2?vu9jyx') format('woff2'),
    url('fonts/crimtan.ttf?vu9jyx') format('truetype'),
    url('fonts/crimtan.woff?vu9jyx') format('woff'),
    url('fonts/crimtan.svg?vu9jyx#crimtan') 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: 'crimtan' !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-search:before {
  content: "\e910";
}
.ic-icon-dash:before {
  content: "\e90f";
}
.ic-instagram:before {
  content: "\e90e";
}
.ic-crimtan-arrow:before {
  content: "\e90d";
}
.ic-arrow-right:before {
  content: "\e90b";
}
.ic-arrow-left:before {
  content: "\e90c";
}
.ic-email:before {
  content: "\e909";
}
.ic-facebook:before {
  content: "\e90a";
}
.ic-quote:before {
  content: "\e904";
}
.ic-icon:before {
  content: "\e905";
  color: #f22b1c;
}
.ic-money:before {
  content: "\e906";
  color: #f22b1c;
}
.ic-chart:before {
  content: "\e907";
  color: #f22b1c;
}
.ic-users:before {
  content: "\e908";
  color: #f22b1c;
}
.ic-quote-closed:before {
  content: "\e902";
}
.ic-quote-open:before {
  content: "\e903";
}
.ic-linkedin:before {
  content: "\e900";
}
.ic-twitter:before {
  content: "\e901";
}

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

.entry-content .button-margin,
.button-margin {
	margin: 25px 0;
}

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

p.sz2 {
	font-size: 1.125rem;
}

li {font-size: 1rem}

li p {
	font-size: 1rem
}

li li {font-size: 1rem}

h1 {
	font-size: 2.8rem;
}

h2 {
	font-size: 2.4rem;
}

h3 {
	font-size: 2rem;
}

h4 {
	font-size: 1.6rem;
}

.title.st1 {
	font-weight: 900;
}

.title.st2 {
	font-weight: 900;
}

.search-title.st2 {
	margin: 25px 0 50px;
}

.title.st3 {
	font-weight: 900;
	text-align: center;
	margin-bottom: 100px;
}

.title.st4 {
	font-weight: 900;
}

.title.st5 {
	font-weight: 900;
	margin-bottom: 100px;
}

.title.cl2 {
	color: #f22b1c;
}

.title.cl3 {
	color: #000;
}

.title.cl4 {
	color: #0abdc8;
}

.title.cl5 {
	color: #045e64;
}

.title.sz1 {
	font-size: 2.5rem;
	line-height: 1.1;
}

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

.title.sz3 {
	font-size: 2.25rem;
	line-height: 1.2;
}

.title.sz4 {
	font-size: 2.625rem;
}

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

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

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

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

.title-style  h2 {
	text-align: center;
	margin-bottom: 25px;
}

.more-posts {
	background-image: url('images/gradient-bg-1.jpg');
	background-size: cover;
}

.more-posts .owl-dots {
	display: none;
}

.more-posts .section-title {
	margin-bottom: 50px;
	color: #fff;
}

/* ------------ X.X Content Styles
 * -----------------------------------------------------------------------------
 */

.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%;
}

.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. */
}

.table {
	display: table;
}

.cell {
	display: table-cell;
}

.default-transition,
header #branding,
#site-nav ul ul,
nav.main .cta span,
.btn,
.post-list .title,
header,
.is-style-crimtan-button .wp-block-button__link,
.features a.block,
.features .feature,
section.panel-st1 .link {
	transition: all 0.2s ease-in-out;
}

.btn {
	-webkit-appearance: none !important;
}

.btn.st1 {
	font-weight: 700;
	display: inline-block;
	font-family: "Mulish", sans-serif;
	position: relative;
}

.btn.sz1 {
	font-size: .875rem;
	padding: 8px 30px;
	border-radius: 32px;
	border-width: 2px;
	border-style: solid;
	min-width: 190px;
	text-align: center;
	line-height: 1;
}

.btn.sz2 {
	font-size: 1rem;
	padding: 8px 50px;
	border-radius: 100px;
	border-width: 2px;
	border-style: solid;
	min-width: 190px;
	text-align: center;
	line-height: 1;
	font-size: 1.25rem;
}


.btn.cl1 {
	background-color: #f22b1c;
	border-color: #f22b1c;
	color: #fff;
}

.btn.cl1:hover {
	background-color: #b52015;
	border-color: #b52015;
	cursor: pointer;
}

.btn.cl2 {
	background-color: #0abdc9;
	border-color: #0abdc9;
	color: #fff;
}

.btn.cl2:hover {
	background-color: #088e97;
	border-color: #088e97;
	cursor: pointer;
}

.btn.cl3 {
	background: transparent;
	border-color: #fff;
	color: #fff;
}

.btn.cl3:hover {
	background-color: #088e97;
	border-color: #088e97;
	cursor: pointer;
}

.is-style-crimtan .wp-block-button__link {
    background-color: #fff;
    border: 2px solid #00ccc9;
    border-radius: 28px;
    box-shadow: none;
    color: #312f2d !important;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
	font-weight: 600;
    margin: 0;
    padding: 6px 30px;
    text-decoration: none;
    overflow-wrap: break-word;
	min-width: 190px;
	text-align: center;
}

.is-style-crimtan .wp-block-button__link:hover {
	background-color: #00ccc9;
	color: #fff !important;
}

/* ------------ X.X OWL Carousel
 * -----------------------------------------------------------------------------
 */

.owl-theme .owl-dots {
	position: relative;
	margin-top: 50px !important;
}

#home-slider.owl-theme .owl-dots {
	margin-top: -50px !important;
	padding-bottom: 50px;
	width: 100%;
	max-width: 1500px;
	margin: auto;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

#home-slider.owl-theme .owl-dots .owl-dot span {
	width: 14px !important;
	height: 14px !important;
	margin: 5px;
}

#home-slider.owl-theme .owl-dots .owl-dot span {
	background: transparent !important;
	border: 1px solid #333;
}

#home-slider.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #333 !important;
}

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

.post-carousel-nav a {
	width: 32px;
	height: 32px;
	line-height: 32px;
	position: absolute;
	top: 20px;
	z-index: 1;
	font-size: 16px;
	color: #f22b1c;
	background: #ebebeb;
	border-radius: 32px;
	font-weight: 700;
	text-align: center;
}

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

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

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

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

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

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

/* ----- X.X Styled Select
 */

select {
	border: none !important;
}

.styled-select {
	overflow: hidden;
	background: url(images/arrow-down.svg) 98% center no-repeat !important;
	background-size: 12px !important;
	text-align: left;
	display: inline-block;
	position: relative;
	border-radius: 3px;
}

.comment-form-rating .styled-select {
	overflow: hidden;
	background: transparent;
}

.styled-select select {
	border: 0;
	-webkit-appearance: none;
	line-height: 1;
	width: 100%;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}

.styled-select select::-ms-expand {
	display:none;
}

.styled-select.st1 {
	border: none;
	background: transparent;
	width: 100%;
}

.styled-select.sz1 {
	height: 32px;
}

.styled-select.st1:hover {
	border-color: #b9bcc2;
	cursor: pointer;
}

.styled-select.st1 select {
	color: inherit;
	background: transparent;
	padding-left: 10px;
	font-size: 1rem;
	height: 32px;
	line-height: 32px;
	padding-right: 28px;
	font-family: inherit;
	border: 1px solid #ccc !important;
}

.jvFloat {
	position: relative;
	display: inline-block;
	width: 100%;
}

.jvFloat .placeHolder.required {
	color: red;
}

.jvFloat .placeHolder {
	position: absolute;
	top: 2px;
	left: 0;
	width: auto;
	color: #999;
	font-size: 0.75rem;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition:0.2s ease all;
	-moz-transition:0.2s ease all;
	-webkit-transition:0.2s ease all;
	opacity: 0;
	visibility: hidden;
	white-space: nowrap;
}

.jvFloat .placeHolder.textarea {
}

.jvFloat .placeHolder.active {
	display: block;
	visibility: visible;
	-webkit-transform: translate(0, -1em);
	-moz-transform: translate(0, -1em);
	-o-transform: translate(0, -1em);
	-ms-transform: translate(0, -1em);
	transform: translate(0, -1em);
	-webkit-transition: -webkit-transform 100ms, opacity 120ms, visibility 120ms;
	transition: transform 100ms, opacity 120ms, visibility 120ms;
	opacity: 1;
}

/* ------------ X.X General Post styling
 * -----------------------------------------------------------------------------
 */

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	text-transform: none;
	margin-bottom: 20px;
	font-weight: 900;
}

.entry-content h1 {
	font-size: 1.25rem;
}

.entry-content h2 {
	font-size: 2rem;
}

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

.entry-content h4 {
	font-size: 1.125rem;
}

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

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

.entry-content p.has-large-font-size {
	line-height: 1;
}

.entry-content p.has-large-font-size strong {
	font-size: 1.5rem;
	font-weight: 900;
}

.entry-content a {
	color: #f22b1c;
	font-weight: 600;
}

.entry-content h2 a,
.entry-content h3 a,
.entry-content h4 a,
.entry-content h5 a,
.entry-content h6 a {
	font-weight: inherit;
}

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

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

.entry-content p.highlight {
	font-weight: 700;
	font-size: 1.125rem;
}

.entry-content strong {
	font-weight: 700;
}

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

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	line-height: 1;
	margin-bottom: 20px;
}

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

.entry-content hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ccc;
}

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

.entry-content ol li {
	list-style-type: decimal;
	margin-left: 30px;
	margin-bottom: 20px;
}

.entry-content ul li {
	list-style-type: circle;
	margin-left: 20px;
}

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

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

.entry-content blockquote {
	margin: 50px auto;
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
	width: 100%;
	max-width: 90%;
}

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

.is-style-crimtan-button .wp-block-button__link {
    font-weight: 700;
	text-transform: uppercase;
	box-shadow: 5px 5px 0 0 #000;
	background-color: #f12a1b;
	color: #fff;
	font-size: 1rem;
	padding: 10px 30px;
	border-radius: 4px;
	border: 2px solid #f12a1b;
	min-width: 190px;
	text-align: center;
	line-height: 1;
	margin-bottom: 25px;
}

.is-style-crimtan-button .wp-block-button__link:hover {
	transform: translate(5px, 5px);
	box-shadow: none;
}

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

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

.entry-content blockquote p {
  font-weight: 400;
  font-size: 1rem;
}

.entry-content blockquote cite {
	display: block;
	margin-top: 5px;
	font-size: 1rem;
	color: #01cac9;
	font-weight: 400;
	font-style: normal;
}

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

.entry-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table {
	border-bottom: 1px solid #ededed;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption {
	font-size: 1.125rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td {
	border-top: 1px solid #ededed;
	padding: 10px 10px 10px 0;
}

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

.wp-block-embed.is-type-video {
	margin-left: 0;
	margin-right: 0;
}

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

.form-style.st1 {
	background-color: #f1f2f1;
	padding: 25px 50px;
}

.form-style .btn {
	margin: auto;
	display: inherit;
}

.form-style .btn:hover {
	cursor: pointer;
}

.form-style .row.half {
	float: left;
	padding: 15px 0 0;
}

.form-style.st1 .row.half {
	width: calc(40% - 20px);
	margin-right: 20px;
}

.form-style.st2 .row.half {
	width: calc(50% - 20px);
	margin-right: 20px;
}

.form-style .row.full:first-child {
	padding: 0;
}

.form-style .row.full {
	float: left;
	width: 100% !important;
	padding: 20px 0 0px;
}

.form-style .wpcf7-spinner {
	display: none !important;
}

.form-style label {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 5px;
	display: inline-block;
}

.form-style label .required {
	color: #f22b1c;
}

.form-style label br {
	display: none;
}

.form-style .row.message {
	float: left;
	width: calc(100% - 20px);
	margin-right: 0;
	padding: 15px 0 0;
}

.form-style input[type="text"],
.form-style input[type="email"],
.form-style textarea {
    border: none;
	background: #e1f6f9;
	font-size: 1rem;
	width: 100%;
	padding: 0;
	line-height: 32px;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
}

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

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

.form-style .wpcf7-not-valid-tip {
	display: none;
}

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

.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;
}

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

form.contact-form {
	background: #fff;
	padding: 25px;
	border-radius: 20px;
	position: relative;
	padding-top: 70px;
	float: left;
	width: 100%!important;
	font-family: "Mulish", sans-serif !important; 
}

form.contact-form:before {
	content: "";
	display: block;
	height: 50px;
	background-image: url('images/gradient-bg-1.jpg');
	background-size: 100% auto;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

section.contact .contact-copy {
	padding-right: 100px;
	padding-top: 25px;
}

section.contact .contact-copy h2 {
	font-size: 2.5rem;
	line-height: 1.1;
}

section.contact .contact-copy p {
	font-size: 1.125rem;
	line-height: 1.5;
}

form.contact-form input[type="text"],
form.contact-form input[type="email"],
form.contact-form input[type="tel"],
form.contact-form select,
form.contact-form textarea {
    border: none;
	background: #e1f6f9;
	font-size: 1rem;
	width: 100% !important;
	padding: 0;
	line-height: 32px;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
}

form.contact-form label {
	margin-bottom: 5px;
}

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

form.contact-form .mktoFormCol,
form.contact-form .mktoFieldWrap,
form.contact-form .mktoHasWidth {
	width: 100% !important;
}

.mktoForm {
	padding-bottom: 60px !important;
}

form.contact-form .mktoButtonRow {
	float: left;
}

body form.contact-form .mktoButton {
	-webkit-appearance: none !important;
	font-weight: 700;
	display: inline-block;
	font-family: "Mulish", sans-serif;
	position: relative;
	font-size: .875rem;
	padding: 8px 30px;
	border-width: 2px;
	border-style: solid;
	min-width: 190px;
	text-align: center;
	line-height: 1;
	background-color: #f22b1c !important;
	border-color: #f22b1c !important;
	color: #fff;
	border-radius: 32px !important;
}

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


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

.wp-block-image.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

/* ------------ X.X Header
 * -----------------------------------------------------------------------------
 */
 
#super-header {
	background-color: #00cbc9;
	padding: 5px 0;
	color: #fff;
	font-size: 0.75rem;
}

#super-header a {
	color: inherit;
}

#super-header .site-notice {
	float: left;
	font-weight: 600;
	width: 50%;
}

#super-header .site-notice .notice {
	background-color: #ab024e;
}

#super-header .site-notice:hover {
	cursor: pointer;
}

#super-header .header-links {
	float: right;
}

#super-header .header-links li {
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 600;
}

#super-header .header-links li:after {
	content: "|";
	padding-right: 5px;
	margin-left: 5px;
}

#super-header .header-links li:last-child:after {
	content: "";
	padding-right: 0;
}

header#site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99;
	background: #fff;
}

.smaller header#site-header {
	background: #fff;
}

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

a.branding {
	float: left;
	background-image: url('images/crimtan-logo.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 70px;
	width: 240px;
	display: block;
	transition: all 100ms ease-in;
	margin: 15px 0;
}

a.branding:hover {
	transform: scale(1.1);
}

.wpml-ls {
	display: inline-block;
	width: 160px !important;
	margin-top: 36px;
	font-size: 1rem;
	font-weight: 600;
	margin-left: 20px;
}

.wpml-ls img {
	display: none !important;
	margin-top: 3px;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	font-size: 12px;
	transform: rotate(90deg);
	font-family: 'crimtan' !important;
	content: "\e90b" !important;
	vertical-align: middle;
    display: inline-block;
    border: none !important;
    position: absolute;
    right: 10px;
    top: calc(50% - 2px) !important;
}

.wpml-ls ul {
}

.wpml-ls a,
.wpml-ls ul {
	border: none !important;
	padding-bottom: 0 !important;
}

.wpml-ls li {
	display: inline-block;
}

.wpml-ls-legacy-dropdown-click a:hover,
.wpml-ls-legacy-dropdown-click a:focus,
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a {
    color: #000;
    background: #eee
}

nav.main {
	float: right;
}

nav.main li {
	display: inline-block;
	font-size: 1rem;
	font-weight: 600;
	line-height: 100px;
	position: relative;
}

nav.main li:last-child a {
	padding-right: 0;
}

nav.main a {
	padding: 0 15px;
	display: block;
	color: inherit;
}

nav.main li:hover > a {
	color: #f55d3e;
}

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

nav.main li.arrow span:after {
	font-family: "crimtan";
	content: "\e90b";
	transform: rotate(90deg);
	display: inline-block;
	font-size: .75rem;
	margin-left: 5px;
}

nav.main li.arrow li span:after {
	content: "";
	margin: 0;
}

nav.main a:hover span:after {
	opacity: 1;
}

nav.main .cta span,
#sidemenu .cta span {
	padding: 5px 15px;
	border-radius: 32px;
	background-color: #0abdc9;
	border: 2px solid #0abdc9;
	color: #fff;
	font-size: .875rem;
	font-weight: 700;
}

nav.main .cta a:hover span {
	background-color: #088e97;
	border-color: #088e97;
}

#site-nav ul.sub-menu {
	margin: 0;
	position: absolute;
	top: 80px;
	left: 0;
	width: auto;
	min-width: calc( 100% + 10px);
	background: #555;
	list-style: none;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
	white-space: nowrap;
}

#site-nav ul.sub-menu:before {
    display: block;
    position: absolute;
    top: -7px;
    left: 40px;
    border-bottom: 8px solid #555;
    border-left: 8px dashed transparent;
    border-right: 8px dashed transparent;
    content: ''
}

#site-nav li.arrow:hover ul.sub-menu {
	opacity: 1;
}

#site-nav .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

#site-nav .menu-item-has-children:hover .sub-menu .menu-item {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

#site-nav li.arrow:hover ul.sub-menu li a,
#sidemenu li.arrow:hover ul.sub-menu li a {
	transition: transform .3s ease
}

#site-nav li.arrow:hover ul.sub-menu li a:hover,
#sidemenu li.arrow:hover ul.sub-menu li a:hover {
	transform: translateX(5px)
}

#site-nav li ul.sub-menu li {
	float: left;
	text-align: left;
	margin: 0;
	width: 100%;
	font-size: .875rem;
}

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

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

#site-nav ul ul li a {
	color: #fff;
	line-height: 1;
	padding: 8px 15px;
	height: auto;
}

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

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

nav.side .cta span {
	color: #f22b1c;
}

.toggle-nav {
	position: fixed;
	top: 0;
	right: 0;
	right: 40px;
	display: none;
	z-index: 1002;
	width: 28px;
	height: 100px;
}

#nav-icon {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  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);
  transition: .25s ease-in-out;
}

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

#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: 5px;
}

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 {
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	max-width: 360px;
	z-index: 1001;
	overflow-y: scroll;
	padding: 40px 60px 40px 40px;
	box-shadow: 0 2px 3px rgba(0,0,0,.3);
	transition: all .5s ease-in-out;
}

#sidemenu nav {
	padding-top: 80px;
}

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

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

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

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

/* ------------ X.X Footer
 * -----------------------------------------------------------------------------
 */

footer {
	position: relative;
	width: 100%;
	clear: both;
}

.footer-links {
	padding: 40px 0;
}

footer a {
	color: inherit;
}

footer a:hover {
	color: #f22b1c;
}

footer .links {
	float: left;
}

footer .logo-copyright {
	text-align: center;
	position: absolute;
	width: 460px;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto;
}

footer a.branding {
	height: 50px;
	width: 180px;
	margin: auto;
	width: 100%;
}

footer#site .level-1 {
	padding: 25px 0;
	position: relative;
}

footer#site .level-2 {
	padding: 0 0 25px;
}

footer#site .site-name {
	font-size: 1rem;
	float: left;
	line-height: 24px;
	display: block;
	width: 100%;
	margin-top: 10px;
}

footer#site .social-links {
	width: 140px;
	margin-top: 20px;
}

footer#site .social-links li {
	display: inline-block;
	margin-left: 8px;
}

footer#site .social-links li:first-child {
	margin: 0;
}

footer#site .social-links li a.tw {
	color: #1da1f2;
}

footer#site .social-links li a.li {
	color: #0077b5;
}

.social-links li {
	list-style-type: none;
	display: inline-block;
	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: 'crimtan';
	font-size: 32px;
	line-height: 32px;
}

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

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

.social-links li.tw a:before {
	content: "\e901";
	color: #1da1f2;
}

.social-links li.li a:before {
	content: "\e900";
	color: #0077b5;
}

.social-links li.in a:before {
	content: "\e90e";
	color: #405de6;
}

.clients-social a.btn {
	display: block;
	min-width: 120px;
}

nav.footer li {
	font-size: 1rem;
	font-weight: 400;
	line-height: 30px;
	display: inline-block;
}

nav.footer li:after {
	content: "|";
	padding-right: 5px;
	margin-left: 5px;
}

nav.footer li:last-child:after {
	content: "";
	margin: 0;
	padding: 0;
}

nav.footer li:last-child {
	margin-right: 0;
}

footer .newsletter-signup {
	text-align: center;
	float: right;
}

footer .newsletter-signup .title {
	font-size: 1rem;
}

footer .newsletter-signup .btn {
	margin-top: 25px;
}

section#work-with-us {
	padding: 100px 0;
	background: #48c1c1;
	color: #fff;
	text-align: center;
}

section#work-with-us .intro p {
	font-size: 1.125rem;
	margin: 15px 0 25px;
	font-weight: 600;
}

/* ------------ X.X Home
 * -----------------------------------------------------------------------------
 */
 
section.slider {
	position: relative;
	width: 100%;
	background: #f5f5f5;	
}

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

#home-slider .slide {
	padding: 100px 0;
}

#container {
	height: auto;
}

#home-slider .content-ctn {
	width: 100%;
	max-width: 1500px;
	margin: auto;
	padding: 0 25px;
}

#home-slider .table {
	height: 100%;
	width: 100%;
	direction: rtl;
}

#home-slider .cell {
	vertical-align: middle;
}

.section.st1 {
	padding: 100px 0;
	float: left;
	width: 100%;
	font-size: 1.5rem;
}

.section.st1.bd1,
section.st1.bd1 {
	margin-top: 40px;
}

.bd1:before {
	content: "";
	height: 40px;
	width: 100%;
	background: url('images/bg-1.svg') repeat left top;
	position: absolute;
	top: -40px;
}

#home-slider .block {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}

#home-slider .block .label,
section .section-label {
	font-size: .875rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #01cac9;
}

#home-slider .block .label.logo {
	position: relative;
}

#home-slider .block .label.logo img {
	width: 240px;
}

#home-slider .block .label.logo:after {
	font-family: "crimtan";
	display: block;
	content: "\e90f";
	margin-top: 20px;
	margin-bottom: 20px;
	color: #000;
	font-size: 24px;
}

#home-slider .block.copy-ctn {
	padding-right: 100px;
	text-align: left;
	direction: ltr;
}

section#lifecycle {
	background: url('images/bg.jpg') no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	padding: 10% 0;
}

#home-slider .block .title,
#home-slider .block p {
	margin-bottom: 15px;
}

#home-slider .block p {
	font-size: 1.125rem;
	line-height: 1.5;
}

#home-slider .block .btn {
	margin-top: 25px;
}

section#lifecycle .title,
section#lifecycle p {
	margin-bottom: 15px;
}

section#lifecycle p {
	font-size: 1.25rem;
}

section#lifecycle {
	text-align: center;
}

.section-intro {
	margin-bottom: 50px;
}

.section-intro {
	
}

.section-intro .title {
	margin-bottom: 20px;
}

section.st1 .btn-ctn {
	text-align: center;
	margin-top: 50px;
}

section#cookieless {
	background: #fff;
	overflow: hidden;
	padding: 0;
	padding: 150px 0;
}

section#cookieless .block,
section#deliver .block {
	display: table-cell;
	width: 40%;
	position: relative;
}

section#cookieless .block p,
section#deliver .block p {
	margin-bottom: 15px;
}

section#cookieless .block .title,
section#deliver .block .title {
	margin-bottom: 15px;
}

section#cookieless .content-ctn,
section#deliver .content-ctn {
	padding-right: 50px;
	width: 35%;
	vertical-align: middle;
}

section#cookieless .image {
	text-align: left;
}

section#cookieless .image img {
	width: 90%;
	display: inline-block;
	border-radius: 12px;
	box-shadow: 0 50px 50px rgba(0,0,0,.5);	
}

section#deliver .image {
	text-align: right;
}

section#deliver .image img {
	width: 75%;
	display: inline-block;
	margin: auto;
}

section#cookieless .block.content-ctn {
	text-align: left;
	direction: ltr;
	padding: 0 0 0 100px;
}

section#cookieless .content-wrapper {
	direction: rtl;
}

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

.pad1 {
	padding: 100px 0;
}

.pad1a {
	padding: 100px 0;
}

.pad2 {
	padding: 0 0 100px;
}

section {
	position: relative;
}

section.light {
	color: #fff;
}

section.dark {
	color: #000;
}

section.grey,
section.contact {
	background: #f5f5f5;	
}

section.bg1 {
	background-image: url('images/gradient-bg-1.jpg');
	background-size: cover;
	color: #fff;
}

section.brands {
	float: left;
	width: 100%;
}

section.page-intro.st1 {
	text-align: center;
	background-position: center;
	color: #fff;
	background-size: 100%;
	position: relative;
}

section.page-intro.st1 .job-location {
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 5px;
}

section.page-intro.st2 {
	position: relative;
	margin-bottom: 100px;
}

section.page-intro.st2:before {
	content: "";
	background-color: #f5f5f5;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: -1;
}

section.page-intro.st2 .title span {
	color: #f22b1c;
}

section.page-intro.st2 .logo {
	width: 100%;
	max-width: 180px;
	margin-top: 30px;
}

section.page-intro.st2 .block {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

section.page-intro.st2 .block.copy {
	width: 60%;
	padding-right: 50px;
}

section.page-intro.st2 .title {
	max-width: 90%;
}

section.page-intro.st2 .label {
	font-size: .875rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #01cac9;
}

section.page-intro.st3 {
	background-position: center;
	background-size: cover !important;
	color: #fff;
	background-size: 100%;
	position: relative;
	padding-top: 35%;
	background: #efefef;
}

section.page-intro.st3 .title {
	font-size: 2.5rem;
	color: #333;
}

section.page-intro.st3 .label {
	color: #0abdc8;
	text-transform: uppercase;
	font-size: 1.125rem;
	font-weight: 900;
	display: inherit;
	margin-bottom: 5px;
}

section.page-intro.st3 .wrapper {
	position: absolute;
	bottom: 50px;
	left: 20px;
	width: calc(100% - 40px);
	text-align: left;
}

section.page-intro.st3.button-yes .wrapper {
	padding-right: 240px;
}

section.page-intro.st3 .wrapper .title {
	float: left;
}

section.page-intro.st3 .wrapper .btn {
	position: absolute;
	right: 0;
	bottom: 0;
}

/* ------------ X.X List Styles
 * -----------------------------------------------------------------------------
 */

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

.post-list.jobs {
	margin-bottom: -40px;
}

.post-list.v2,
.alm-seo,
.post-list.v3 {
	display: flex;
	flex-wrap: wrap;
}

.post-list.v2 .post,
.post-list.v3 .post,
.post-list.v4 .post {
	width: 33.3333%;
	display: flex;
	padding: 0 20px 40px;
	position: relative;
}

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

.post-list.v2 .job-location {
	color: #f22b1c;
	margin-bottom: 10px;
	font-weight: 600;
}

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

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

.post-list.jobs a:hover .title {
	color: #f22b1c;
}

.post-list.v2 a:hover .title {
	color: #f12a1b;
}

.post-list.v2 .image-ctn,
 .post-list.v4 .image-ctn {
	overflow: hidden;
	position: relative;
	display: block;
}

.post-list.v2 .excerpt {
	margin-top: 10px;
}

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

.post-list.v4 .details {
	padding: 20px 60px 20px 20px;
	text-align: left;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

.post-list.v2 .colour_1 .details,
.post-list.v4 .colour_1 .details {
	background-color: #f12a1b;
	color: #fff;
}

.post-list.v2 .colour_2 .details,
.post-list.v4 .colour_2 .details {
	background-color: #e2e0de;
	color: #333;
}

.post-list.v2 .colour_3 .details,
.post-list.v4 .colour_3 .details {
	background-color: #0abcc7;
	color: #fff;
}

.post-list.v4 .excerpt {
	margin-top: 20px;
}

.post-list.v4 .excerpt p {
	font-size: .875rem;
}

.post-list.v4 a {
	display: block;
}

.post-list.v4 .link:after {
	font-family: "crimtan";
	content: "\e90d";
	font-size: 14px;
	border: 2px solid;
	border-radius: 100px;
	padding: 8px;
	position: absolute;
	right: 20px;
	bottom: 15px;
	display: inline-block;
	transform: rotate(270deg);
}

.post-list.v4 .link.active:after {
	transform: rotate(90deg);
}

.post-list.v4 .link:hover {
	cursor: pointer;
}

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

.post-list.v2 .image.default,
.post-list.v4 .image.default {
	background: #f5f5f5 url('images/crimtan-logo.svg') no-repeat center;
	background-size: 50%;
}

.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 .entry-meta {
	margin: 5px 0 10px;
	font-size: .75rem;
}

.post-list.v2 a {
	transition: all .25s ease-in-out;
	color: inherit;
	width: 100%;
}

.post-list .block {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.post-list.v2.cl2 a {
	background: #fff;
}

.post-list.v3 .image-ctn {
	overflow: hidden;
	position: relative;
	display: block;
}

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

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

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

.post-list.v3 a .image-ctn:before {
	content: "";
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
}

.post-list.v3 .block .details {
	position: absolute;
	bottom: 0;
	color: #fff;
	padding: 20px;
	z-index: 2;
}

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

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

.post-list.v3 a {
	transition: all .25s ease-in-out;
	color: inherit;
	width: 100%;
}

.post-list.v3.cl2 a {
	background: #fff;
}

.post-list.v3 .title span {
	color: #f22b1c;
}

.post-list.v3 .block .image-ctn:after {
	content: "";
	height: 50%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,000000+100&0+25,0.9+85 */
	background: -moz-linear-gradient(top, rgba(69,72,77,0) 0%, rgba(52,54,58,0) 25%, rgba(10,11,12,0.9) 85%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(69,72,77,0) 0%,rgba(52,54,58,0) 25%,rgba(10,11,12,0.9) 85%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(69,72,77,0) 0%,rgba(52,54,58,0) 25%,rgba(10,11,12,0.9) 85%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0045484d', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */
}

.post-list.v3 .business {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 5px;
}

.post-list.team-list .image-ctn {
	overflow: hidden;
}

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

.post-list.team-list .image {
	padding-top: 125%;
}

.post-list.team-list .image-ctn {
	padding-bottom: 75px;
}

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

section.team {
	float: left;
	width: 100%;
}

.team-list {
	margin-bottom: -75px;
	text-align: center;
	margin-top: 0 !important;
}

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

.team-list .person .block {
	overflow: hidden;
}

.team-list .person .title {
	text-transform: uppercase;
	font-size: 1.25rem;
}

.post-list.team-list.v2 .details {
	padding: 20px 60px 20px 20px;
	background: #333;
	text-align: left;
	color: #fff;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

.post-list.team-list.v2 .bio {
	margin-top: 20px;
}

.post-list.team-list.v2 .details p {
	font-size: .875rem;
	line-height: 1.4;
}

.post-list.team-list.v2 .details .bio {
	display: none;
}

.post-list.team-list.v2 .details .link:after {
	font-family: "crimtan";
	content: "\e90d";
	font-size: 14px;
	border: 2px solid;
	border-radius: 100px;
	padding: 8px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	display: inline-block;
	transform: rotate(270deg);
}

.post-list.team-list.v2 .details .link.active:after {
	transform: rotate(90deg);
}

.post-list.team-list.v2 .details .link:hover {
	cursor: pointer;
}

.team-list .position {
	font-size: 1rem;
}

.profile-popup {
	position: relative;
	background: #fff;
	width: auto;
	max-width: 968px;
	margin: 20px auto;
	box-shadow: 0 0 7px rgba(0,0,0,.5);
}

.profile-popup .position {
	font-size: 1rem;
	color: #00ccc9;
	margin-bottom: 20px;
	display: block;
}

.profile-popup .mfp-close {
	color: #dcc1b9 !important;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
}

.profile-popup .image-ctn {
	width: 45%;
	padding-top: 60%;
	position: relative;
	display: table-cell;
}

.profile-popup .image {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
}

.profile-popup .details {
	display: table-cell;
	padding: 25px;
	vertical-align: top;
}

.profile-popup .details p {
	font-size: 1rem;
}

.profile-popup h2 {
	font-size: 2rem;
}

.brands .intro-wrapper {
	text-align: center;
	margin-bottom: 25px;
}

.brands .intro-wrapper p {
	margin-top: 10px;
}

.logos {
	font-size: 0;
	text-align: center;
}

.logos img {
	display: block;
	margin: auto;
	width: auto;
	height: 100%;
}

.logos li {
	display: inline-block;
	vertical-align: top;
	padding: 20px;
}

.logo-carousel li {
	width: 100%;
}

/* ------------ X.X Case studies
 * -----------------------------------------------------------------------------
 */

.numbers.st3 {
	font-size: 0;
	text-align: center;
	margin: 25px 0;
}

.numbers.st3 .number {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 25px 0;
}

.numbers.st3 .number .title1 {
	font-size: 2.75rem;
	font-weight: 900;
}

.numbers.st3 .number .title2 {
	font-size: .875rem;
	text-transform: uppercase;
	color: #01cac9;
	font-weight: 900;
}

.featured-image {
	position: relative;
	max-width: 740px;
/*	padding: 25px; */
}

/*
.featured-image:before,
.featured-image:after {
	content: "";
	position: absolute;
	background-color: #00ccc9;
	z-index: -1;
}

.featured-image:before {
	bottom: 0;
	left: 0;
	width: 20%;
	height: 80%;
	background-color: #312f2d;
}

.featured-image:after {
	top: 0;
	right: 0;
	width: 20%;
	height: 80%;
}
*/


/* ------------ X.X Quote Style
 * -----------------------------------------------------------------------------
 */
 
.client-quote .block {
	display: table-cell;
	vertical-align: middle;
}

.client-quote .quote-title {
	margin-bottom: 10px;
}

.client-quote .title {
	line-height: 1.3;
}

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

.client-quote .wrapper {
	min-height: 420px;
	display: table;
	direction: rtl;
}

.client-quote .block.quote-ctn {
	width: 70%;
	color: #fff;
	background-image: url('images/gradient-bg-1.jpg');
	background-size: cover;
	padding: 50px;
	line-height: 1;
}

.client-quote .block {
	text-align: left;
	direction: ltr;
}

.client-quote .block.image-ctn {
	width: 30%;
}

.client-quote cite {
	float: right;
	font-weight: normal;
	font-style: normal;
	color: #333;
	font-weight: 700;
	font-size: 1rem;
	margin-top: 50px;
}

.client-quote .owl-dots {
	position: absolute;
	bottom: 45px;
	left: 47px;
	margin: 0 !important;
}

.client-quote .image-ctn {
	background-size: cover;
	background-position: center;
}

.client-quote .owl-theme .owl-dots .owl-dot span {
	width: 14px !important;
	height: 14px !important;
	margin: 3px;
}

.client-quote .owl-theme .owl-dots .owl-dot span {
	background: transparent !important;
	border: 1px solid #fff;
}

.client-quote .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #fff !important;
}

.features {
	font-size: 0;
}

.features.st1 {
	margin-bottom: -50px;
}

.features .feature {
	display: inline-block;
	vertical-align: top;
	float: none;
	margin-bottom: 50px;
	text-align: center;
}

.features .feature p:last-child {
	margin-bottom: 0;
}

.features .feature img {
	margin-bottom: 10px;
}

.features .feature .title {
	margin-bottom: 10px;
}

.features .feature p {
	margin-bottom: 15px;
}

.flexi-features .features,
.features.st2 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 1fr;
	grid-column-gap: 40px;
}

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

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

.flexi-features.st2 .features {
	margin-bottom: -50px;
}

.flexi-features.st1 .feature,
.features.st2 .feature {
	display: flex;
	width: 100%;
	border-radius: 10px;
	background: #f5f5f5;
	border: 2px solid #00ccc9;
	margin-bottom: 0;
}

.flexi-features.st2 .feature {
	display: inline;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
}

.flexi-features.st1 .block,
.features.st2 .block {
	padding: 10%;
}

.flexi-features.st1 a.block img,
.features.st2 a.block img {
	margin-bottom: 10px;
}

.flexi-features img.logo,
.features a.block img.logo {
	height: 28px;
	margin-bottom: 20px;
}

/*
.flexi-features.st1 .feature:hover,
.features.st2 .feature:hover {
	border-color: #000;
}
*/

.diagram-1 .larger p,
.diagram-1 .larger li {
	font-size: 1.125rem;
}

.diagram-1 .wp-container-1 {
	padding-right: 50px;
}

.diagram-1 h2 {
	color: inherit;
	font-size: 2.5rem;
}

.diagram-1 .wp-block-image {
	margin-bottom: 0;
}

/* ------------ X.X Offices
 * -----------------------------------------------------------------------------
 */
 
.locations img.locations-map {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 50px;
}

.offices {
	font-size: 0;
	width: 100%;
	max-width: 800px;
	margin: 75px auto -75px;
}

.offices .office {
	display: inline-block;
	width: 33.3333%;
	padding: 0 5px 0 59px;
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 75px;
}

.offices .office a:hover {
	color: #f22b1c;
}

.offices .office h3 {
	font-size: 1.25rem;
	line-height: 1.2;
	font-weight: 900;
	color: #f22b1c;
	margin-bottom: 10px;
}

.steps.st1 {
	margin-top: 100px;
	margin-bottom: 100px;
	text-align: center;
}

.steps.st1 img {
	margin: auto;
}

.steps.st1 h2 {
	color: #000;
	font-size: 1.5rem;
}

.steps.st1 .wp-block-column {
	padding: 0 20px;
}

#experts {
	text-align: center;
}

#experts .title {
	margin-bottom: 15px;
}

#experts .ilm-1 {
	margin-top: 25px;
}

#experts .ilm-1 .wrapper {
	display: inline-block;
	padding: 10px;
}

#experts .ilm-1 span {
	font-weight: 900;
	font-size: 1.25rem;
	background: #f5f5f5;
	padding: 10px 25px;
	border-radius: 100px;
	border: 2px dashed #01cac9;
	display: block;
}

.dividing-line {
	height: 40px;
	width: 100%;
	background: url('images/bg-1.svg') repeat left top;
	float: left;
}

.sidebyside div.block {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}

.sidebyside .content-ctn {
	text-align: left;
	direction: ltr;
}

.sidebyside p {
	margin-bottom: 15px;
}

.sidebyside li {
	list-style: circle;
	margin-left: 15px;
	line-height: 1.5;
}

.sidebyside .content-wrapper.rtl .content-ctn {
	padding-left: 100px;
}

.sidebyside .content-wrapper.ltr .content-ctn {
	padding-right: 100px;
}

.sidebyside .content-wrapper.rtl {
	direction: rtl;
}

.sidebyside .image img {
	width: 100%;
	max-width: 740px;
}

.sidebyside .image {
	text-align: left;
}

.sidebyside .content-wrapper.ltr .image {
	text-align: right;
}

.sidebyside .content-wrapper.ltr .image.feature-post {
	padding-top: 100%;
	background-position: center;
	background-size: cover;
}

.sidebyside .title {
	margin-bottom: 15px;
}

.sidebyside .btn {
	margin-top: 15px;
}

.sidebyside,
.text-nbg {
	padding: 100px 0;
	float: left;
	width: 100%;
}

.text-nbg {
	float: none;
}

.text-bg {
	padding: 100px 0;
	float: left;
	width: 100%;
	background-size: cover;
	text-align: center;
}

.text-nbg {
	text-align: center;
}

.text-nbg img.tech-logo {
	margin-bottom: 100px;
	width: 100%;
	max-height: 42px;
}

.text-nbg.text-left {
	text-align: left;
}

.text-nbg.text-center {
	text-align: center;
}

.text-bg.light {
	color: #fff;
}

.text-bg.dark {
	color: #000;
}

.text-bg .title,
.text-nbg .title {
	margin-bottom: 15px;
}

.text-bg p {
	font-size: 1.125rem;
	margin-bottom: 15px;
}

.text-bg .btn {
	margin-top: 15px;
}

.flexi-quotes .bd1:before {
	display: none;
	margin: 0;
}

.flexi-quotes .st1.bd1 {
	margin: 0;
}

.flexi-features,
.flexi-keywords {
	float: left;
	width: 100%;
}

.flexi-keywords {
	margin-top: -75px;
	padding-bottom: 100px;
}

.flexi-keywords .ilm-1 {
	text-align: center;
}

.flexi-keywords .ilm-1 .wrapper {
	display: inline-block;
	padding: 10px;
}

.flexi-keywords .ilm-1 span {
	font-weight: 900;
	font-size: 1.25rem;
	background: #f5f5f5;
	padding: 10px 25px;
	border-radius: 100px;
	border: 2px dashed #01cac9;
	display: block;
}

section.panel-st1 {
	width: 100%;
}

section.panel-st1.width_full {
	float: left;
}

section.panel-st1.width_full .c_12,
section.panel-st1.width_full .g_12 {
	padding: 0;
	max-width: 100%;
} 

section.panel-st1 .wrapper {
	display: table;
	text-align: left;
	direction: ltr;
	min-height: 480px;
}

section.panel-st1 .wrapper.rtl {
	direction: rtl;
}

section.panel-st1 .block {
	display: table-cell;
}

section.panel-st1 .copy-ctn {
	width: 60%;
	background-image: url('images/gradient-bg-1.jpg');
	background-size: cover;
	vertical-align: top;
	padding-bottom: 80px;
	position: relative;
}

section.panel-st1 .copy-ctn .copy-ctn {
	background: none;
}

section.panel-st1 .copy {
	padding: 60px;
	color: #fff;
	direction: ltr;
}

section.panel-st1 .title {
	margin-bottom: 15px;
}

section.panel-st1 .image-ctn {
	width: 40%;
	position: relative;
}

section.panel-st1 .image {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	top: 0;
	left: 0;
}

section.panel-st1 .link {
	background: #f22b1c;
	display: block;
	padding: 30px 60px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.125rem;
	line-height: 1;
	font-weight: 900;
	position: absolute;
	width: 100%;
	bottom: 0;
}

section.panel-st1 .link:hover {
	background: #b52015;
}

section.panel-st1 .link:after {
	font-family: "crimtan";
	content: "\e90d";
	font-size: 20px;
	border: 2px solid #fff;
	border-radius: 100px;
	padding: 8px;
	position: absolute;
	right: 20px;
	top: 20px;
	display: inline-block;
}

.jobs-list .location {
	text-transform: uppercase;
	font-size: 1rem;
	display: block;
	width: 100%;
	float: left;
}

.jobs-list .job.title {
	margin-bottom: 10px;
	float: left;
}

.jobs-list .job {
	margin-bottom: 50px;
}

.jobs-list .job:last-child {
	margin-bottom: 0;
}

.jobs-list .btn {
	float: right;
}

.post-summary {
	color: #fff;
	background-color: #302e2d;
	padding: 100px 0;
}

.post-summary .summary p {
	font-weight: 900;
	font-size: 1.5rem;
}

.post-summary .btn {
	margin-top: 25px;
}

section.get-download {
	background-color: #f4f4f4;
	padding: 100px 0;
}

section.get-download form {
	width: 100%;
	max-width: 1024px;
	float: none;
	margin: auto;
}

section.get-download input.btn {
	width: 100%;
	max-width: 500px;
}

section.cats-search .title.cats {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.5rem;
	text-transform: uppercase;
	margin-right: 20px;
	line-height: 34px;
}

.cats-wrapper ul {
	white-space:nowrap;
    overflow-x: scroll;
    overflow-y: hide;
	-webkit-overflow-scrolling:touch;
	height: 74px;
}

section.cats-search ul li {
	display: inline-block;
	margin-right: 20px;
	white-space: nowrap;
}

section.cats-search ul li:last-child {
	margin-right: 0;
}

section.cats-search ul a {
	border-width: 1px !important;
	font-weight: 700;
	display: inline-block;
	font-family: "Mulish", sans-serif;
	position: relative;
	font-size: .875rem;
	padding: 8px 30px;
	border-radius: 32px;
	border-width: 2px;
	border-style: solid;
	min-width: 190px;
	text-align: center;
	line-height: 1;
	background: transparent;
	border-color: #fff;
	color: #fff;
}

section.cats-search li.current-cat a {
	background-color: #cbe6e8;
	color: #333 !important;
	border-color: #cbe6e8;
}

.cats-search-wrapper {
	position: relative;
}

.cats-wrapper {
	width: 100%;
	padding-right: 320px;
	padding-left: 180px;
	position: relative;
	overflow: hidden;
	height: 34px;
}

.cats-search-wrapper form {
	position: absolute;
	top: 0;
	right: 0;
}

.search-form.v1 input {
    border: 0;
    color: #fff;
    background: transparent;
    height: 34px;
    position: relative;
    border-radius: 34px;
	padding: 0 0 0 36px;
	font-size: 1rem;
	border: 1px solid #fff;
	float: right;
	width: 100%;
	max-width: 420px;
	min-width: 300px;
}

.search-form.v1 .search-btn {
	position: absolute;
	top: 0px;
	right: 5px;
}

.search-form.v1 .search-btn:hover {
	cursor: pointer;
}

.search-form.v1:before {
	top: 0;
	left: 0;
	font-size: 24px;
	padding: 6px;
	font-family: "crimtan";
	content: "\e910";
	position: absolute;
}

.search-form.v1 input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.search-form.v1 input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.search-form.v1 input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.search-form.v1 input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

#more-cats {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #dff0f1;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 100%;
	height: 32px;
	width: 32px;
	color: #0abdc8;
	text-align: center;
	line-height: 30px;
}

#more-cats span {
	font-size: 0;
}

#more-cats:after {
	font-family: "crimtan";
	content: "\e90d";
	font-size: 16px;
}

section#col_content .section-title {
	margin-bottom: 75px;
}

section#col_content .column {
	float: left;
	display: inline-block;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
}

section#col_content .col_2 .column {
	width: 50%;
}

section#col_content .col_3 .column {
	width: 33.3333%;
}

section#col_content .col_4 .column {
	width: 25%;
}

section#col_content img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

section#col_content .col_2 .title {
	font-size: 2rem;
	line-height: 1.1;
}

section#col_content .title {
	margin-bottom: 10px;
}

section#col_content .block p {
	margin-bottom: 15px;
}

section#col_content .block p:last-child {
	margin-bottom: 0;
}

#timeline .image-ctn {
	padding-top: 125%;
	position: relative;
}

#timeline .image {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	top: 0;
	left: 0;
}

#timeline .content {
	color: #fff;
}

#timeline {
	background: url('https://www.crimtan.com/wp-content/uploads/gradient-bg-1.jpg');
	background-size: cover;
}
/*
#timeline .timeline-container {
	background-color: #0abdc8;
}
*/
#timeline .content-wrapper {
	padding: 25px 0;
}

#timeline .content {
	padding: 0 25px;
}

.page-intro.st3 h1.page-title.title_light,
.page-intro.st3 h1.page-title {
	color: #fff;
}

.page-intro.st3 h1.page-title.title_dark {
	color: #333;
}

body.single-post .entry-content {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

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


@media only screen and (max-height: 968px) {

.featured-image {
	max-width: 460px;
}

section#cookieless .image img {
	width: 80%;
}

section#deliver .image img {
	width: 60%;
}

section#cookieless .content-ctn,
section#deliver .content-ctn {
	padding-right: 0;
}

section#cookieless .block.content-ctn {
	padding: 0;
}

#home-slider .block.copy-ctn {
	padding-right: 0;
}

}

@media only screen and (max-height: 768px) {

.featured-image {
	max-width: 380px;
	padding: 15px;
}

}


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

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

}

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

nav.main {
	display: none;
}

.toggle-nav {
	display: block;
}

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

body.nav-open #container:after {
    content: "";
    background: rgba(0, 0, 0, .4);
    opacity: 1;
}

#container:before {
    display: block;
    content: "";
    width: 100%;
    height: 0;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    z-index: 100;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity 300ms ease, height 1ms 300ms ease
}

.nav-open #container:before {
    transition: opacity 300ms ease;
    height: 100%;
    opacity: 1
}

#home-slider .block.copy-ctn, {
	padding-right: 50px;
}

.sidebyside .content-wrapper.rtl .content-ctn {
	padding-left: 50px;
}

.sidebyside .content-wrapper.ltr .content-ctn {
	padding-right: 50px;
}

}

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

.logos li {
	padding: 10px;
}

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

footer .links {
	float: none;
	text-align: center;
	border-bottom: 1px solid #48c0c0;
	margin-bottom: 25px;
}

footer#site .social-links {
	width: 140px;
	margin: 20px auto 25px;
}

footer .newsletter-signup {
	text-align: center;
	float: none;
	margin-bottom: 25px;
	border-bottom: 1px solid #48c0c0;
	padding-bottom: 25px;
	
}

footer .logo-copyright {
	text-align: center;
	position: relative;
	width: 100%;
	bottom: auto;
	left: auto; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto;
}

}

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

section#cookieless {
	padding: 100px 0;
}

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

#home-slider .block p {
	font-size: 1rem;
	line-height: 1.2;
}

#home-slider .table {
	display: block;
	width: 100%;
	direction: rtl;
	height: auto;
}

#home-slider .block {
	width: 100%;
	display: block;
}

#home-slider .block.image,
.sidebyside div.block.image-ctn {
	width: 100%;
	max-width: 520px;
	margin: 50px auto;
}

.sidebyside div.block.image-ctn {
	margin: 0 auto;
}

#home-slider .block.copy-ctn {
	padding-right: 0;
	text-align: center;
}

#home-slider.owl-theme .owl-dots {
	margin-top: -25px !important;
	padding-bottom: 50px;
	width: 100%;
	max-width: 1500px;
	margin: auto;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

section#cookieless .block,
section#deliver .block {
	display: block;
	width: 100%;
	padding: 0 !important;
	text-align: center;
}

section#cookieless .block.content-ctn {
	text-align: center;
}

section#cookieless .block.content-ctn {
	margin-bottom: 50px;
}

section#cookieless .image,
section#deliver .image {
	text-align: center;
}

section#cookieless .image img {
	max-width: 640px;
}

section#deliver .image img {
	max-width: 540px;
	margin-left: 5%;
}

.flexi-features.st1 .features,
.features.st2 {
	display: block;
}

.flexi-features.st1 .feature,
.features.st2 .feature {
	margin-bottom: 20px;
}

.flexi-features.st1 .feature:last-child,
.features.st2 .feature:last-child {
	margin-bottom: 0;
}

.flexi-features.st1 .block,
.features.st2 .block {
	padding: 25px;
}

.padtb1,
.pad1,
.section.st1,
section#work-with-us,
section#cookieless,
.sidebyside {
	padding: 50px 0;
}

.flexi-keywords {
	padding-bottom: 50px;
}

.padb1,
#home-slider .slide {
	padding: 0 0 50px;
}

.title.st3 {
	margin-bottom: 50px;
}

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

.panel-st2 img {
	margin: 0 !important;
	margin-top: 50px !important;
}

#home-slider .cell {
	display: block;
}

.sidebyside div.block {
	width: 100%;
	display: block;
	padding: 0 !important;
	text-align: center;
}

.sidebyside .content-ctn {
	margin-bottom: 50px;
}

.sidebyside .image img {
	max-width: 520px;
}

.team-list .person.g_3 {
	width: 50%;
}

section.page-intro.st3 {
	padding-top: 50%;
}

section.page-intro.st3 .wrapper {
	bottom: 20px;
}

}

@media only screen and (max-width: 1023px) and (min-width: 481px) {
	
#insights .post-list.v2 .post,
#case-studies .post-list.v3 .post {
	width: 100%;
	display: block;
	padding: 0 20px 40px;
	position: relative;
}

#insights .post-list.v2 .post .image-ctn,
#insights .post-list.v2 .post .details,
#case-studies .post-list.v2 .post .details {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

#insights .post-list.v2 .post .details {
	padding: 20px;
	background: #efefef;
}

#insights .post-list.v2 .image {
	padding-top: 100%;
}

#insights .post-list.v2 .title.sz5 {
	font-size: 1.25rem;
}

#case-studies .post-list.v3 .image {
	padding-top: 50%;

}

#home-slider .block .label.logo img {
	margin: auto;
}

}

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


footer#site .site-name {
	float: none;
	text-align: center;
}

nav.footer {
	float: none;
	width: 100%;
	display: block;
	margin-top: 20px;
}

nav.footer ul > li a span:before {
	display: none;
}

footer#site .level-1 {
	width: 100%;
}

.flexi-features.st1 .feature,
.flexi-features.st2 .feature {
	width: 100%;
}

section.contact .g_6,
section.contact .contact-wrapper {
	width: 100%;
	max-width: 100%;
}

section.contact .contact-wrapper {
	margin-top: 50px;
}

.offices .office {
	width: 50%;
	padding-left: 5px;
}

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

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

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

section.contact .contact-copy {
	padding-right: 20px;
	padding-top: 0;
}

.client-quote .wrapper {
	width: 100%;
	direction: ltr;
}

.client-quote .block {
	display: block;
	vertical-align: middle;
	width: 100% !important;
	height: auto !important;
}

.client-quote .image-ctn {
	padding-top: 400px;
}

.client-quote cite {
	margin-top: 20px;
}

.client-quote blockquote {
	margin-bottom: 40px;
}

.jobs-list .job.title {
	width: 100%;
}

.jobs-list .btn {
	display: block;
	float: left;
}

.w-columns .block {
	width: 100%;
}

section.panel-st1 .block,
section.panel-st1 .wrapper {
	display: block;
}

section.panel-st1 .wrapper {
	min-height: 0;
}

section.panel-st1 .copy-ctn {
	width: 100%;
}

section.panel-st1 .image-ctn {
	width: 100%;
	padding-top: 62.5%;
}

section.panel-st1 .wrapper {

}

section.page-intro.st3.button-yes .wrapper {
	padding-right: 0;
}

section.page-intro.st3 .wrapper .btn {
	position: relative;
	right: auto;
	bottom: auto;
	margin-top: 20px;
}

section.page-intro.st3 .title {
	font-size: 1.75rem;
}

footer .logo-copyright {
	width: 100%;
}

.clients-social {
	float: none;
	margin: 25px 0;
}

.cats-wrapper {
	padding-right: 0;
}

.cats-wrapper {
	margin-top: 50px;
	padding: 0;
}

.cats-search-wrapper form {
	top: -50px;
}

.cats-search-wrapper form input {
	max-width: 100% !important;
	min-width: 100% !important;
}

section.cats-search .title.cats {
	top: -50px;
}

section#col_content .col_2 .column,
section#col_content .col_3 .column,
section#col_content .col_4 .column {
	width: 100%;
}

}

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

.c_12 {
	padding-left: 0;
	padding-right: 0;
}

.wpml-ls {
	margin-top: 20px;
	margin-left: 10px;
}

.profile-popup {
	max-width: 368px;
}

.profile-popup .image-ctn {
	width: 100%;
	padding-top: 100%;
	display: block;
}

.profile-popup .mfp-close {
	color: #dcc1b9 !important;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	background: rgba(0,0,0,.7);
}

.profile-popup .details {
	display: block;
}

.profile-popup .image {
	background-position: top center;
}

.logos li {
	padding: 10px;
}

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

#super-header .header-links {
	float: none;
	text-align: center;
}

#super-header .header-links li:after {
	padding-right: 3px;
	margin-left: 3px;
}

.features.st2 {
}

a.branding {
	height: 50px;
	width: 160px;
	margin: 11px 0;
}

#container {
	padding-top: 68px;
}

.toggle-nav {
	top: 0;
	right: 0;
	right: 20px;
	z-index: 1002;
	width: 28px;
	height: 70px;
}

#sidemenu nav {
	padding-top: 10px;
}

section.st1 .btn-ctn {
	margin-top: 0;
}

.entry-content blockquote {
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
	max-width: 100%;
}

.entry-content blockquote:before,
.entry-content blockquote:after {
	font-size: 20px;
}

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

section.panel-st1 .copy {
	padding: 30px;
}

section.panel-st1 .link {
	padding: 30px 30px;
}

section.cats-search .title.cats {
	font-size: 1rem;
}

}

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

.logos li {
	padding: 0;
}

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

.features .feature {
	width: 100%;
}

.team-list .person.g_3 {
	width: 100%;
}

section#deliver .image img {
	width: 100%;
}

section#cookieless .image img {
	width: 100%;
}

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

.cats-search-wrapper form {
	width: 200px;
}

}

.wpml-ls-legacy-dropdown{width:15.5em;max-width:100%}.wpml-ls-legacy-dropdown>ul{position:relative;padding:0;margin:0!important;list-style-type:none}.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu,.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu{visibility:visible}.wpml-ls-legacy-dropdown .wpml-ls-item{padding:0;margin:0;list-style-type:none}.wpml-ls-legacy-dropdown a{display:block;text-decoration:none;color:#444;border:1px solid #cdcdcd;background-color:#fff;padding:5px 10px;line-height:1}.wpml-ls-legacy-dropdown a span{vertical-align:middle}.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{position:relative;padding-right:calc(10px + 1.4em)}.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{padding-right:10px;padding-left:calc(10px + 1.4em)}.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{content:"";vertical-align:middle;display:inline-block;border:.35em solid transparent;border-top:.5em solid;position:absolute;right:10px;top:calc(50% - .175em)}.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{right:auto;left:10px}.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a,.wpml-ls-legacy-dropdown a:focus,.wpml-ls-legacy-dropdown a:hover{color:#000;background:transparent}.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{visibility:hidden;position:absolute;top:100%;right:0;left:0;border-top:1px solid #cdcdcd;padding:0;margin:0;list-style-type:none;z-index:101}.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a{border-width:0 1px 1px}.wpml-ls-legacy-dropdown .wpml-ls-flag{display:inline;vertical-align:middle}.wpml-ls-legacy-dropdown .wpml-ls-flag+span{margin-left:.4em}.rtl .wpml-ls-legacy-dropdown .wpml-ls-flag+span{margin-left:0;margin-right:.4em}

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


@media print {
	
}