/*
	Theme Name: wilsonhartnell
	Description: WH website template
	Author: perpetual-digital.com
*/
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
/* ---------------------------
    Reset
--------------------------- */
*,
*:before,
*:after {
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}
abbr, address, article, aside, audio, b, blockquote, body, canvas,
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary,
sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; background-color: transparent; }
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }
address, cite, q, dfn { font-style: normal; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height:1.2; }
a, ins, del { text-decoration:none }
q, blockquote { quotes: none; }
th, td {  vertical-align: top; }
th { text-align: left; }
nav li { display:inline-block; list-style:none; position: relative; }
img { display:inline-block; max-width:100%; height:auto; }
button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle;font-family: helvetica, serif;}
button,input{*overflow:visible;line-height:normal;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
textarea{overflow:auto;vertical-align:top;}
label{display:block;margin-bottom:5px;font-size:16px;}
select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{display:inline-block;height:40px;padding:0 10px;font-size:14px;line-height:40px;color:#555555;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;vertical-align:middle;width:100%;}
textarea{height:auto;padding:4px 6px;}
textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{background-color:#ffffff;border:1px solid #cccccc;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition:border linear .2s, box-shadow linear .2s;-moz-transition:border linear .2s, box-shadow linear .2s;-o-transition:border linear .2s, box-shadow linear .2s;transition:border linear .2s, box-shadow linear .2s;}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datef-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:rgba(82, 168, 236, 0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);}
input[type="radio"],input[type="checkbox"]{margin:4px 0 0;*margin-top:0;margin-top:1px \9;line-height:normal;cursor:pointer;}
input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto;}
select{border:1px solid #cccccc;background-color:#ffffff;}
select[multiple],select[size]{height:auto;}
select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}


/* ---------------------------
    General
--------------------------- */
@font-face {
    font-family: 'GothamRoundedMedium';
    src: url('fonts/gothamrnd-medium.eot');
    src: url('fonts/gothamrnd-medium.eot') format('embedded-opentype'),
         url('fonts/gothamrnd-medium.woff') format('woff'),
         url('fonts/gothamrnd-medium.ttf') format('truetype'),
         url('fonts/gothamrnd-medium.svg#GothamRoundedMedium') format('svg');
}
@font-face {
    font-family: 'GothamRoundedLight';
    src: url('fonts/gothamrnd-light.eot');
    src: url('fonts/gothamrnd-light.eot') format('embedded-opentype'),
         url('fonts/gothamrnd-light.woff') format('woff'),
         url('fonts/gothamrnd-light.ttf') format('truetype'),
         url('fonts/gothamrnd-light.svg#GothamRoundedLight') format('svg');
}

html {
    -webkit-text-size-adjust: none;
    transform-style: preserve-3d;
    height: 100%;
    overflow-x: hidden;
}
body {
    background: #fff;
    color: #666;
    font: normal 16px/1.5 'GothamRoundedLight', sans-serif;
}
a {
    text-decoration: none;
    color: #d5291e;
}
a:hover {
    text-decoration: underline;
}
p {
    margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: 'GothamRoundedMedium';
    padding: 0 0 20px;
    color:#d5291e;
}
h1 {
    font-size: 34px;
}
h2 {
    font-size: 30px
}
h3 {
    font-size: 26px
}
h4 {
    font-size: 22px
}
h5 {
    font-size: 18px
}
a {
	color:#d5291e;
}
table {
	border-collapse:collapse;
	margin-bottom:20px;
	width:100%;
}
table caption {
	text-align:left;
	font-size:14px;
	color:#666;
	font-weight:bold;
	padding:5px 0;
}
td {
	padding:5px 10px;
	border:1px solid #eee;
}
th {
	padding:5px 10px;
	background:#fafafa;
	border:1px solid #eee;
}
article ul,
article ol {
	padding:0 0 30px 22px;
}
dl {
	margin-bottom:10px;
}
dt {
	font-size:20px;
	margin-bottom:5px;
}
iframe {
	width:100%;
	height:auto;
}
aside {
    background: #d42a1d;
    color: #fff;
    padding: 30px;
}
aside a,
aside h5 {
    color: #fff;
}
aside h5 {
    font-weight: normal;
    font-size: 24px;
}
aside ul {
    margin-bottom: 50px;
}
aside li {
    padding: 5px 0;
    display: block;
    list-style: none;
}
aside li:before {
    position: relative;
    top: -1px;
    margin-right: 10px;
    content: "\f061";
    display: inline-block;
    font: normal 14px/1 FontAwesome;
}



/* ---------------------------
    Layout
--------------------------- */
#header {
    padding: 45px 0;
    position: relative;
}
#header .links {
    position: absolute;
    top: -30px;
    right: 10px;
    font-size: 0;
}
#header .links a {
    display: inline-block;
    text-indent: -9999px;
    height: 39px;
    width: 56px;
    background: url(images/logo-wpp-black.png) 0 0 no-repeat;
}
#header .links a:last-child {
    background-image: url(images/logo-ogilvy-black.png);
    width: 62px;
}

#nav {
    position: fixed;
    overflow: hidden;
    height: 0;
    transition: 0.2s;
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    background: rgba(212,42,29,.95);
    text-align: center;
    z-index: 9999;
}
#nav .menu {
    padding: 150px 0 50px;
}
#nav .menu li {
    display: block;
}
#nav .menu a {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-family: 'GothamRoundedMedium';
    display: block;
    padding: 20px;
}
#nav .logo {
    display: block;
    position: absolute;
    left: 10px;
    top: 45px;
    padding: 0;
}

.nav-trigger {
    cursor: pointer;
    position: absolute;
    top: 40px;
    right: 10px;
    width: 40px;
    height: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99999999;
}
.nav-trigger span,
.nav-trigger span::before,
.nav-trigger span::after {
    position: absolute;
    width: 100%; height: 5px;
    background: #d42a1d;
}
.nav-trigger span {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.nav-trigger span::before,
.nav-trigger span::after {
    content: '';
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    transition: all .15s;
}
.nav-trigger span::before {
    top: -10px;
}
.nav-trigger span::after {
    bottom: -10px;
}
.nav-visible .nav-trigger span {
    background: rgba(34, 34, 33, 0);
}
.nav-visible .nav-trigger span::before,
.nav-visible .nav-trigger span::after {
    background: #fff;
}
.nav-visible .nav-trigger span::before {
    -webkit-transform: translate(5px, -4px) rotate(45deg);
    -ms-transform: translate(5px, -4px) rotate(45deg);
    -o-transform: translate(5px, -4px) rotate(45deg);
    transform: translate(5px, -4px) rotate(45deg);
}
.nav-visible .nav-trigger span::after {
    -webkit-transform: translate(5px, 4px) rotate(-45deg);
    -ms-transform: translate(5px, 4px) rotate(-45deg);
    -o-transform: translate(5px, 4px) rotate(-45deg);
    transform: translate(5px, 4px) rotate(-45deg);
}
.nav-visible #nav {
    opacity: 1;
    padding-bottom: 100px;
    min-height: 100vh;
    overflow-y: auto;
}
.nav-visible .nav-trigger:after {
    background-image: url(images/wpp-white.png);
}

#main {
    min-height: 500px;
    padding-bottom: 60px;
}

#footer {
    padding: 50px 0;
    background: #d42a1d;
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
}
#footer a {
    color: #fff;
}
#footer h5 {
    color: inherit;
}
#footer .col-xl-2 {
    text-align: right;
}
#footer img {
    max-width: 230px;
}
#footer .vcard {
    margin-bottom: 20px;
}
#footer .copyrights {
    padding-top: 20px;
}


/* ---------------------------
    Specific
--------------------------- */
.btn {
	background: transparent;
    text-transform: uppercase;
    background: #d42a1d;
	color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
	padding: 0 15px;
	line-height: 35px;
	position: relative;
	display: inline-block;
	text-decoration: none;
	transition: 0.1s ease-in;
    cursor: pointer;
}
.btn-block {
    font-size: 18px;
    line-height: 60px;
    display: block;
    padding: 5px 30px 2px;
    width: 100%;
}
.btn-block .fa {
    margin: -4px 15px 0 0;
    vertical-align: middle;
    font-size: 40px;
}
.btn-white {
    background: #fff;
	color: #d42a1d;
}
.btn-transparent {
    border: 1px solid #fff;
}
.btn:hover {
	text-decoration: none;
    background: #444;
    color: #fff;
}

.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}

.aligncenter {
    display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
    float: left;
}
img.alignright {
    float: right;
}
.alignright {
    text-align: right;
}
.alignleft {
    text-align: left;
}
img.alignleft {
    margin: 0 25px 25px 0;
}
img.alignright {
    margin: 0 0 25px 25px;
}

.section-header {
    text-align: center;
    position: relative;
}
.section-header h5 {
    font-weight: 800;
    font-size: 30px;
}
.section-header .btn {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -15px;
}
.page-header {
    background: #d42a1d;
    margin-bottom: 50px;
    position: relative;
}
.page-header h1 {
    text-align: center;
    font-weight: 800;
    font-size: 30px;
    padding: 30px 0;
    text-transform: uppercase;
    color: #fff;
}
.page-header h1 a {
    color: #fff;
}
.page-header .btn {
    font-size: 30px;
    line-height: 40px;
    position: absolute;
    right: 30px;
    top: 50%;
    color: #fff;
    padding: 10px;
    display: block;
    margin-top: -30px;
}

.share {
    border-top: 1px solid #ddd;
    padding: 30px 0;
    margin-top: 40px;
}
.share h5 {
    font-size: 24px;
}
.share span {
    width: 64px !important;
}
.share .stButton .chicklets {
    height: 64px;
    padding: 0;
    text-align: center;
    line-height: 64px;
    background: #d42a1d;
    position: relative;
    color: #fff;
    font-size: 34px;
    font-family: FontAwesome;
}
.share .stButton .chicklets:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    display: block;
}
.st_facebook .chicklets:after {
    background: #3C5A96;
    content: "\f09a";
}
.st_twitter .chicklets:after {
    background: #5AA4D7;
    content: "\f099";
}
.st_email .chicklets:after {
    content: "\f003"
}
.st_linkedin .chicklets:after {
    background: #127CB4;
    content: "\f0e1"
}

.social {
	font-size: 0;
}
.social li {
	display: inline-block;
	list-style: none;
	vertical-align: middle;
}
.social .fa {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
	margin-right: 15px;
	font-size: 26px;
	color: #d42a1d;
}
.social .fa:hover {
    background: #d42a1d;
    color: #fff;
}

.boxes {
    padding-left: 50px;
}
.boxes ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -2%;
}
.boxes li {
    width: 33.3333%;
    padding: 2%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}
.boxes a {
    min-height: 140px;
    transition: 0.4s ease-in-out;
    width: 100%;
    text-align: center;
    font-size: 15px;
    padding: 20px;
    background: #d42a1d;
    color: #fff;
    display: block;
}
.boxes .icon {
    display: block;
    margin: 10px auto;
}
.boxes a:hover {
    text-decoration: none;
    background-color: #444;
}

.pagination {
    text-align: center;
    font-size: 0;
    padding: 50px 0;
}
.pagination h2 {
    font-size: 16px;
    color: #ddd;
    font-weight: 600;
}
.pagination .prev,
.pagination .next {
    width: 100px;
}
.pagination .nav-links a,
.pagination .nav-links span {
    margin: 0 2px 4px;
	display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    padding: 0 15px;
}
.pagination a {
	text-decoration: none;
	background: #efefef;
	color: #aaa;
}
.pagination a:hover,
.pagination .current {
	background: #d42a1d;
	color: #fff;
}

.profiles-grid article {
    position: relative;
    cursor: pointer;
    min-height: 320px;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition:         transform .8s ease-in-out;
}
.profiles-grid header {
    height: 100%;
    background: rgba(220, 0, 0, .6);
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 20% 5%;
    opacity: 0;
    transition: all .15s;
}
.profiles-grid header h4,
.profiles-grid header h5 {
    color: #fff;
}
.profiles-grid header h5 {
    padding-top: 40px;
}
.profiles-grid article:hover header {
    opacity: 1;
}
.profiles-grid article.active:before {
	transition: 0.1s ease-in;
    content: '';
    position: absolute;
    z-index: 100;
    bottom: 0;
	left: 50%;
    margin-left: -40px;
    border-bottom: 40px solid #fff;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
}
.profiles-grid .content {
    display: none;
}
.profiles-grid .profile-content {
    position: relative;
    border-bottom: 1px solid #eee;
    padding: 40px 100px;
}
.profiles-grid .profile-content h5 {
    margin-top: -15px;
}
.profiles-grid .profile-content .close {
    color: #d42a1d;
    font-size: 60px;
    position: absolute;
    right: 40px;
    top: 10px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .8s ease-in-out;
        transition:         transform .8s ease-in-out;
}
.profiles-grid .profile-content .close:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.profiles-grid .profile-wh-culture {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.projects-grid .post-thumb {
    height: 450px;
    transition: all .15s;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}
.projects-grid h2 {
    background: rgba(220, 0, 0, .5);
    padding: 200px 30px 30px 30px;
    width: 100%;
    position: absolute;
    z-index: 100;
    left: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    transition: 0.5s ease-out;
    color: #fff;
    text-align: center;
}
.projects-grid .post-thumb:hover h2 {
    top: 0;
    margin-bottom: -50px;
    opacity: 1;
}
.projects-grid .icon {
    opacity: 0;
    transition: 0.3s ease-in-out .1s;
    color: #fff;
    font-size: 50px;
    z-index: 999;
    display: block;
    text-align: center;
    left: 0;
    width: 100%;
    position: absolute;
    top: -100%;
}
.projects-grid .post-thumb:hover .icon {
    top: 100px;
    opacity: 1;
}

.post-listing {
    padding-bottom: 35px;
    margin-bottom: 50px;
}
.post-listing a {
    display: block;
    color: #333;
    text-decoration: none;
}
.post-listing time {
    display: block;
    font-size: 14px;
    color: #d42a1d;
    margin-bottom: 10px;
}
.post-listing .more {
    position: absolute;
    bottom: 50px;
    background: #d42a1d;
    color: #fff;
    text-align: center;
    width: 40px;
    line-height: 40px;
    font-size: 30px;
}
.post-listing .post-thumb {
    height: 200px;
    border-bottom: 3px solid #d42a1d;
    margin-bottom: 20px;
}
.post-listing:hover .more {
    background: #444;
}

.post-single header {
    text-transform: uppercase;
    color: #d42a1d;
    font-size: 20px;
}
.post-single header time {
    margin-bottom: 20px;
    display: block;
}
.post-single header h1 {
    padding-bottom: 40px;
    font-size: 30px;
}
.post-single ul,
.post-single ol {
    padding-bottom: 30px;
}
.post-single .term {
    font-size: 18px;
    margin-bottom: 10px;
    color: #787878;
}
.post-single .term span {
    vertical-align: middle;
    font-size: 28px;
    display: inline-block;
    margin: -10px 5px 0 0;
}

.post-sticky {
    margin: -50px 0 50px;
}
.post-sticky .inner {
    position: absolute;
    right: 0;
    bottom: 50px;
    background: rgba(255, 255, 255, .9);
    padding: 30px;
    max-width: 500px;
    font-size: 30px;
    line-height: 1.2;
}
.post-sticky .more {
    position: static;
}

.post-thumb {
    width: 100%;
    display: block;
    height: 300px;
    background: #444;
    background-position: center top;
    background-size: cover;
}

.post-profile {
    height: 50vh;
    max-height: 400px;
}

.post-hero {
    margin: -50px 0 50px;
    height: 90vh;
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#our-work {
    margin: -50px 0 -60px;
}
#our-work .section-header {
    background: #d42a1d;
}
#our-work .section-header h5 {
    padding: 30px;
    color: #fff;
}

#related-projects {
    text-align: center;
    padding-top: 100px;
    margin-bottom: -60px;
}
#related-projects h5 {
    font-size: 24px;
}

/* Pages */
.page-home #header {
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
}
.page-home .logo {
    display: none;
}
.page-home #header .links a {
    background-image: url(images/logo-wpp.png);
}
.page-home #header .links a:last-child {
    background-image: url(images/logo-ogilvy.png);
}
.page-home #our-work {
    margin-bottom: 50px;
}


/* ---------------------------
 Grid
--------------------------- */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  padding: 0 1%;
  position: relative;
}

.container {
    max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
}

.row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -1%;
    margin-right: -1%;
}
.row:after, .row:before {
    content: none;
}
.row-nopadding {
    margin-left: 0;
    margin-right: 0;
}
.row-nopadding div[class^=col] {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 544px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 940px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-narrow {
    max-width: 730px;
}

.col-xs-1 {
	width: 8.33333%;
}

.col-xs-2 {
	width: 16.66667%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-4 {
	width: 33.33333%;
}

.col-xs-5 {
	width: 41.66667%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-7 {
	width: 58.33333%;
}

.col-xs-8 {
	width: 66.66667%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-10 {
	width: 83.33333%;
}

.col-xs-11 {
	width: 91.66667%;
}

.col-xs-12 {
	width: 100%;
}

@media (min-width: 544px) {
	.col-sm-1 {
		width: 8.33333%;
	}
	.col-sm-2 {
		width: 16.66667%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-4 {
		width: 33.33333%;
	}
	.col-sm-5 {
		width: 41.66667%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-7 {
		width: 58.33333%;
	}
	.col-sm-8 {
		width: 66.66667%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-10 {
		width: 83.33333%;
	}
	.col-sm-11 {
		width: 91.66667%;
	}
	.col-sm-12 {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.col-md-1 {
		width: 8.33333%;
	}
	.col-md-2 {
		width: 16.66667%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-4 {
		width: 33.33333%;
	}
	.col-md-5 {
		width: 41.66667%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-7 {
		width: 58.33333%;
	}
	.col-md-8 {
		width: 66.66667%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-10 {
		width: 83.33333%;
	}
	.col-md-11 {
		width: 91.66667%;
	}
	.col-md-12 {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.col-lg-1 {
		width: 8.33333%;
	}
	.col-lg-2 {
		width: 16.66667%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-4 {
		width: 33.33333%;
	}
	.col-lg-5 {
		width: 41.66667%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-7 {
		width: 58.33333%;
	}
	.col-lg-8 {
		width: 66.66667%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-10 {
		width: 83.33333%;
	}
	.col-lg-11 {
		width: 91.66667%;
	}
	.col-lg-12 {
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.col-xl-1 {
		width: 8.33333%;
	}
	.col-xl-2 {
		width: 16.66667%;
	}
	.col-xl-3 {
		width: 25%;
	}
	.col-xl-4 {
		width: 33.33333%;
	}
	.col-xl-5 {
		width: 41.66667%;
	}
	.col-xl-6 {
		width: 50%;
	}
	.col-xl-7 {
		width: 58.33333%;
	}
	.col-xl-8 {
		width: 66.66667%;
	}
	.col-xl-9 {
		width: 75%;
	}
	.col-xl-10 {
		width: 83.33333%;
	}
	.col-xl-11 {
		width: 91.66667%;
	}
	.col-xl-12 {
		width: 100%;
	}
}


/* ---------------------------
    Plugins
--------------------------- */
.uranus.tparrows:before {
  color: #d92719;
  font-weight: 800;
  font-size: 50px;
}

/* Contact Form 7 */
.wpcf7 .form-group {
	margin-bottom: 20px;
}
.wpcf7 .form-actions {
    margin-bottom: 20px;
}
.wpcf7 .screen-reader-response {
	display: none;
}
.wpcf7 .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}
.wpcf7 textarea {
	height: 120px;
    padding: 10px;
}
.wpcf7 .wpcf7-submit  {
    background: transparent;
    text-transform: uppercase;
    background: #d42a1d;
	color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
	padding: 0 30px;
	line-height: 40px;
	position: relative;
	display: block;
	text-decoration: none;
	transition: 0.1s ease-in;
    border: 0;
}
.wpcf7 .wpcf7-submit:hover {
	background: #444;
}
.wpcf7-response-output {
	padding: 15px 5%;
	width: 100%;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.wpcf7-mail-sent-ok {
	background: #398f14;
	color: #fff;
}
.wpcf7-display-none {
	display: none;
}
.wpcf7-validation-errors {
	background: #d00;
	color: #fff;
}
.wpcf7-not-valid-tip {
	z-index: 100;
	display: block;
    padding-top: 5px;
	color: #d00;
}
.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	display: block;
}
.ajax-loader {
	border: none;
	vertical-align: middle;
	display: block;
	float: right;
}

/* Icons */
@font-face {
  font-family: 'icomoon';
  src:
    url('fonts/icomoon.ttf?wqhfxp') format('truetype'),
    url('fonts/icomoon.woff?wqhfxp') format('woff'),
    url('fonts/icomoon.svg?wqhfxp#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon {
    font-size: 40px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-consumer:before {
  content: "\e900";
}
.icon-corporate:before {
  content: "\e901";
}
.icon-lifestyle:before {
  content: "\e902";
}
.icon-sport:before {
  content: "\e903";
}
.icon-healthcare:before {
  content: "\e904";
}


/* ---------------------------
	Media query
--------------------------- */
@media (max-width: 1600px) {

    .profiles-grid article {
        min-height: 420px;
    }

    .post-hero {
        height: 60vh;
        min-height: 500px;
    }

}

@media (max-width: 1024px) {

    #nav .menu a {
        font-size: 24px;
        padding: 15px;
    }

}

@media (max-width: 991px) {

    .wpcf7 .form-group.row {
        margin-bottom: 0;
    }

    .nav-trigger:after {
        display: none;
    }

    #nav .menu a {
        font-size: 20px;
        padding: 10px;
    }

    .row div[class^=col] {
        margin-bottom: 20px;
    }

    .vc_custom_1478447155252,
    .vc_custom_1478447165548 {
        padding: 0 !important;
    }

    .boxes {
        padding-left: 0;
    }
    .boxes li {
        width: 50%;
    }

    .section-header .btn {
        position: static;
        margin-bottom: 15px;
    }

    .post-hero,
    .post-listing .post-thumb,
    .projects-grid .post-thumb {
        height: 50vh;
    }

    #footer,
    #footer .col-xl-2 {
        text-align: center;
    }

}

@media (max-width: 767px) {

    #header {
        padding: 20px 0;
    }
    #header .links {
        display: none;
    }
    #header .nav-trigger {
        top: 27px;
    }
    #header .social li {
        margin: 0 5px;
    }
    #header .logo svg {
        width: 250px;
    }

    #nav .logo {
        top: 20px;
    }

    .uranus.tparrows:after,
    .uranus.tparrows:before {
        display: none;
    }

    .profiles-grid .profile-content {
        padding: 70px 5% 5%;
    }
    .profiles-grid .profile-content .close {
        top: -10px;
        right: 20px;
    }
    .projects-grid .post-thumb {
        margin-bottom: 10px;
    }

    .post-sticky .inner {
        position: static;
        padding: 0;
    }

    .page-header .btn {
        position: static;
        margin: -30px auto 0;
        text-align: center;
    }

    .post-hero,
    .post-listing .post-thumb,
    .projects-grid .post-thumb {
        background-attachment: scroll;
        min-height: 300px;
        background-position: center top;
    }

}
