/*
Theme Name: Virtue Consulting
Author: Big Fish Creative
Version: 9999999
*/

/* ----------------------------------------------------------------
    RESET
-----------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; background: #000; }
body { line-height: 1; }
ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
:focus { outline: 0;}
[hidden] { display: none; }
html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
button::-moz-focus-inner,
input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }
input[type="text"],
input[type="email"],
input[type="password"],
textarea { -webkit-appearance: none; -webkit-border-radius: 0; border-radius: 0; }
input[type="submit"],
input[type="reset"] { -webkit-appearance: none; }
.input-block-level { display: block; width: 100% !important; min-height: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix { display: inline-block; *zoom:1;}
* html .clearfix { height: 1%;} /* Hides from IE-mac \*/
.clearfix { display: block;}

/* ----------------------------------------------------------------
    REPEATABLE PATTERNS
-----------------------------------------------------------------*/

::selection { background: #9f055c; color: #fff; }
::-moz-selection { background: #9f055c; /* Firefox */ color: #fff; }
::-webkit-selection { background: #9f055c; /* Safari */ color: #fff; }
::-webkit-input-placeholder { color: #414042; }
:-moz-placeholder { /* Firefox 18- */ color: #414042; }
::-moz-placeholder {  /* Firefox 19+ */ color: #414042; }
:-ms-input-placeholder { color: #414042; }

html, body { background: #7b013c; height:100%; }

/* FORMS */

fieldset { border: 1px solid #aaa; padding: 30px; }
label { display: inline-block; padding-bottom: 5px; font-size: 16px; font-weight: 700; cursor: pointer; }
label .required { color: #c20871; }
form p { clear: both; }
.input-wrapper { float: left;  margin-bottom: 25px; }
.input-half { width: 49%; margin-right: 2%; }
.input-full { width: 100%; }
.input-last { margin-right: 0; }
input, select, textarea { font-family: 'Lato', sans-serif; font-size: 16px; line-height: 22px; color: #4d5055; }
input[type="text"], input[type="email"], input[type="password"], select, textarea {  display: block; background: #FFF; padding: 10px 14px; border: 1px solid #aaa; outline: 0; }
input[type="text"], input[type="email"], input[type="password"], textarea { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
input[type="file"] { color: #c20871; }
input[type="text"].input-mid, input[type="email"].input-mid, input[type="password"].input-mid { width: 60%; }
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, select:focus, textarea:focus { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; background-color: #fafafa; border-color: #000; color: #000; }
input[type="submit"] { outline: none; border: none; cursor: pointer; font-size: 18px; line-height: 16px; background: #9f055c url(gfx/sprite-btn-submit.png) no-repeat right 8px; color: #fff; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; padding: 8px 32px 10px 15px; text-transform: lowercase; }
#form-recaptcha { margin-bottom: 20px; clear: both; }
input[type="submit"]:hover, input[type="submit"]:active { background-color: #c20871; background-position: right -46px; }
.wpcf7-display-none { display: none; }
div.wpcf7-response-output { margin: 2em 0 1em 0; padding: 10px 15px; border-width: 1px; font-size: 16px; line-height: 22px; color: #656565; }
div.wpcf7-validation-errors { border: 1px solid #ff0000; background: #ffe7e7; color: red; text-shadow: none; }
span.wpcf7-not-valid-tip { font-size: 14px; font-style: italic; width: auto; padding: 3px 8px; color: red; text-shadow: none; font-weight: 400; }
div.wpcf7-mail-sent-ok { background: #f1ffeb; color: #398F14; }
.screen-reader-response { clip: rect(1px, 1px, 1px, 1px); width: 1px; height: 1px; overflow: hidden; position: absolute !important; }

/* LISTS */

ul, ol, dl { margin-left: 20px; }
ul { list-style: disc; }
ol { list-style: decimal; }
ul li, ol li { margin-bottom: 8px; }
.list-reset { margin: 0; padding: 0; list-style: none; }
.social li { display: inline-block; margin-right: 10px; }
.social li:last-child { margin-right: 0; }
.social span { vertical-align: top !important; }

/* IMAGES */

img { max-width: 100%; height: auto; }
.cover { position: relative; background-repeat: no-repeat; background-position: 50% 100%; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; -webkit-backface-visibility: hidden; overflow: hidden; }
.rounded { -webkit-border-radius: 500px; -moz-border-radius: 500px; border-radius: 500px; }
.alignleft,
.alignright,
.aligncenter,
.alignnone { margin-bottom: 15px; }
.alignleft,
.alignright { display: inline; }
.alignleft { margin-right: 25px; float: left; }
.alignright { margin-left: 25px; float: right; }
p img,
.wp-caption { margin-top: 5px; }
.wp-caption { margin-bottom: 15px; }
.alignleft,
.alignright,
.aligncenter,
.alignnone,
.wp-caption { border: none; background: transparent; padding: 0; width: auto !important; }
.wp-caption img { display: block; line-height: 0; width: 100%; }
.wp-caption-text { background: #eaeaea; font-size: 14px; line-height: 18px; font-style: italic; padding: 10px; margin: 6px 0 0 0; }
.wp-caption.alignleft .wp-caption-text, .wp-caption.alignright .wp-caption-text { max-width: 450px; }
.wp-caption.alignleft, .wp-caption.alignright { max-width: 380px; }

/* BUTTONS */

.button { -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; background: #9f055c; display: inline-block; padding: 7px 10px 8px 15px; font-size: 20px; line-height: 20px; font-weight: 400; color: #fff; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; outline: none; border: none; cursor: pointer; }
.button:hover, .button:active { background: #c20871; color: #fff; }

/* SECTIONS */

.page-section { padding: 70px 0 80px 0; clear: both; }
.coloured-bg { background: #680130; color: #fff; }
.coloured-bg h1, .coloured-bg h2, .coloured-bg h3, .coloured-bg h4, .coloured-bg h5, .coloured-bg h6 { color: #fff; }
.inline-title h2 { display: inline-block; padding-right: 15px; }
.inline-title a { position: relative; top: -6px; }

/* TEASERS */

.teaser-list { padding-top: 30px; }
.teaser-list, .teaser-list li { overflow: hidden; }
.teaser-image img { -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.teaser-image:hover img { filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */ filter: gray; /* IE6-9 */ -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */ }
.teaser .button { font-size: 17px; }
 
/* EMBEDS */

.embed-wrapper { position: relative; padding-bottom: 57%; height: 0; overflow: hidden; margin-bottom: 30px; }
.embed-wrapper iframe { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; }

/* TESTIMONIALS */

.testimonial { position: relative; overflow: hidden; height: 100%; padding: 60px 0 30px 0; margin-right: 0px; margin-left: 0px; background-position: 50% 50%; background-repeat: no-repeat; -webkit-background-attachment: fixed; -moz-background-attachment: fixed; background-attachment: fixed; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; }
.testimonial blockquote { max-width: 1050px; width: 100%; margin: 0 auto; }
.testimonial blockquote .quote-marks { font-family: 'Montserrat', sans-serif; font-size: 100px; line-height: 80px; display: block; color: #680130; }
.testimonial blockquote p { text-shadow: 1px 1px 0 rgba(255,255,255,0.3); color: #000; font-weight: 700; font-size: 20px; line-height: 28px; }
.testimonial blockquote p.cite { font-family: 'Montserrat', sans-serif; font-weight: 700; font-style: normal; color: #680130; margin-bottom: 40px; display: block; }

/* ICONS */

.icon { background-color: #fff; padding: 0; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; display: inline-block; height: 40px; width: 40px; text-align: center; line-height: 40px; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; }
a:hover .icon { background-color: #c20871; color: #fff; }
.social-links li { display: inline-block; margin: 0 4px; text-align: center; }

/* ----------------------------------------------------------------
    TYPOGRAPHY
-----------------------------------------------------------------*/

body { font-family: 'Lato', sans-serif; font-weight: 400; font-size: 18px; line-height: 28px; color: #414042; }

p, ul, ol, blockquote, table, fieldset, form { margin-bottom: 20px; }

strong { font-weight: bold; }
em, cite { font-style: italic; }
small { font-size: 13px; font-style: italic; display: block; margin-bottom: 10px; }
small span { font-size: 16px; font-style: normal; }
caption { text-align: left; }

.kicker { font-size: 22px; line-height: 30px; font-weight: 700; }
.centered { text-align: center;}
.upper { text-transform: uppercase; }
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); width: 1px; height: 1px; overflow: hidden; position: absolute !important; }

/* HEADINGS */

h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif; font-weight: 600; color: #680130; text-transform: uppercase; margin-bottom: 15px; letter-spacing: 1px; }
h1 { font-size: 44px; line-height: 46px; margin-bottom: 30px; }
h2 { font-size: 36px; line-height: 40px; margin-bottom: 30px; }
h3 { font-size: 30px; line-height: 34px; }
h4 { font-size: 22px; line-height: 26px; }
h5 { font-size: 18px; line-height: 20px; }
h6 { font-size: 14px; line-height: 18px; }

/* LINKS */

a { text-decoration: none; color: #9f055c; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
a:hover, a:active { color: #c20871; }
.tel { cursor: default; }

/* ----------------------------------------------------------------
    STRUCTURE
-----------------------------------------------------------------*/

.wrapper { margin: 0 auto; width: 96%; padding: 0 2%; overflow: hidden; }
.wrapper-1230 { max-width: 1230px; }
.wrapper-1110 { max-width: 1110px; }
.wrapper-1050 { max-width: 1050px; }
.wrapper-860 { max-width: 860px; }
.inset { padding: 20px; }
.align-left { float: left; }
.align-right { float: right; }

.col-full { width: 100%; }
.col-half { width: 48%; }
.col-one-third { width: 30.63%; }
.col-two-third { width: 65.33%; }
.col-one-fourth { width: 22%; }
.col-three-fourth { width: 74%; }
.col-one-fifth { width: 16.8%; }
.col-two-fifth { width: 37.6%; }
.col-three-fifth { width: 58.4%; }
.col-four-fifth { width: 79.2%; }
.col-one-sixth { width: 13.33%; }
.col-five-sixth { width: 82.67%; }

.col-full, .col-half, .col-one-third, .col-two-third, .col-three-fourth, .col-one-fourth, .col-one-fifth, .col-two-fifth, .col-three-fifth, .col-four-fifth, .col-one-sixth, .col-five-sixth { display: block; position: relative; margin-right: 4%; margin-bottom: 50px; float: left; }

.col-full { clear: both; float: none; margin-right: 0; }
.col-last { margin-right: 0 !important; clear: right; }

/* ----------------------------------------------------------------
    MASTHEAD
-----------------------------------------------------------------*/

#masthead { position: fixed; top: 0; background: #7b013c; width: 100%; z-index: 1000; line-height: 0; border-bottom: 1px solid #4f0225; -webkit-box-shadow: 0 5px 8px rgba(0,0,0,0.1); -moz-box-shadow: 0 5px 8px rgba(0,0,0,0.1); box-shadow: 0 5px 8px rgba(0,0,0,0.1); min-height: 110px; }
#masthead .wrapper { overflow: visible; }
	
	/* LOGO */
	
	#logo { padding: 32px 0; }
	#logo a { display: block; }
	#logo a.retina-logo { display: none; }
	
	/* MAIN MENU */
	
	#responsive-nav { display: none; }
	#top-nav { margin-top: 27px; }
	#menu-main-navigation { list-style: none; zoom: 1; padding: 0; margin-top: 30px; }
	#menu-main-navigation > li { font-size: 18px; line-height: 22px; float: left; margin: 0 8px; position: relative; }
	#menu-main-navigation > li > a { display: block; padding: 10px 25px; color: #fff; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; background: #7b013c; font-size: 16px; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; }
	#menu-main-navigation > li#menu-item-1563 > a { background-color: #c20871; }
	#menu-main-navigation > li:hover > a,
	#menu-main-navigation > li.current-menu-item > a,
	#menu-main-navigation > li.current-menu-parent > a,
	#menu-main-navigation > li.current-page-ancestor > a,
	.single-post #menu-main-navigation > li#menu-item-1561 > a,
	.single-vacancy #menu-main-navigation > li#menu-item-1556 > a { background: #680130; }
	#menu-main-navigation .sub-menu { display: none; margin: 0; list-style: none; padding: 12px 0 0 0; position: absolute; top: 42px; left: 50%; margin-left: -80px; width: 160px; z-index: 99999; text-align: center; }
	#menu-main-navigation .sub-menu:before { position: absolute; top: 0; left: 50%; margin-left: -14px; display: block; border-right: 14px solid transparent; border-bottom: 12px solid #9f055c; border-left: 14px solid transparent; content: ""; }
	#menu-main-navigation .sub-menu li { margin: 0; }
	#menu-main-navigation .sub-menu li:first-child { border-top: 8px solid #9f055c; }
	#menu-main-navigation .sub-menu li:last-child { border-bottom: 10px solid #9f055c; }
	#menu-main-navigation .sub-menu a { display: block; background: #9f055c; color: #fff; font-size: 17px; line-height: 21px; height: auto; padding: 10px 15px; width: 130px; }
	#menu-main-navigation .sub-menu a:hover,
	#menu-main-navigation .sub-menu li.current-menu-item a { text-decoration: underline; }
	#menu-main-navigation li:hover > ul { display: block; }
	
	/* SOCIAL ICONS */
	
	#header-social { position: absolute; top: 12px; right: 2.5%; }
	#header-social .icon { height: 30px; width: 30px; line-height: 32px; font-size: 16px; }

/* ----------------------------------------------------------------
    MAIN CONTENT
-----------------------------------------------------------------*/

#main-content-wrapper { background-color: #fff; padding-top: 110px; }
#main-content-wrapper.has-header-image,
.home #main-content-wrapper { padding-top: 0; }

	#main-content .col-two-third { margin-bottom: 0; }
	
/* ----------------------------------------------------------------
    HEADER IMAGE
-----------------------------------------------------------------*/
	
	#header-image { line-height: 0; position: relative; overflow: hidden; margin-top: 90px; }
	#header-image img { width: 100%; }

	.overlay-text { display: block; position: absolute; width: 50%; max-width: 800px; bottom: 15%; left: 0; }
	.overlay-text div { background-color: rgba(0,0,0,0.4); padding: 20px 30px; margin-bottom: 30px; }
	.overlay-text h2 { color: #fff; text-shadow: 2px 2px 8px rgba(0,0,0,0.8); }
	.overlay-text span { font-size: 24px; line-height: 28px; display: block; color: #fff; }
	.overlay-text a { display: inline-block; color: #fff; margin-left: 20px; }
	
	#overlay-referral { background: #680130; background: rgba(104,1,48,0.7); position: absolute; bottom: -115px; right: 2%; width: 325px; height: 325px; z-index: 100; }
	#referral-content { padding: 60px 30px 0 30px; }
	#referral-content h4 { font-family: 'Lato', sans-serif; color: #fff; text-transform: none; font-size: 19px; line-height: 24px; font-weight: 300; }
	#referral-content h4 span { font-family: 'Montserrat', sans-serif; }
	#referral-content img { display: none; }
	
	#scroll-down { position: absolute; bottom: -45px; left: 50%; background: #fff; z-index: 100; width: 90px; height: 90px; margin-left: -45px; }
	.fa-chevron-down { font-size: 30px; padding: 12px 30px 0 30px; }

/* ----------------------------------------------------------------
    HOME
-----------------------------------------------------------------*/
	
	#introduction { padding-bottom: 20px; }
	
	.promo { background-color: #efefef; }
	.promo img { width: 100%; }
	.promo div { padding: 30px; }
	.promo h4 { text-transform: none; letter-spacing: 0; }
	
/* ----------------------------------------------------------------
    VACANCIES
-----------------------------------------------------------------*/
	
	#vacancies { margin-bottom: 60px; }
	#vacancies .wrapper-1230 { overflow: visible; }
	#vacancy-list { width: 100%; clear: both; padding-top: 20px; }
	#vacancy-list .clear { width: 100%; clear: both; height: 1px; background: transparent; }
	.vacancy-wrapper a { background: #fff; border: 1px solid #680130; display: block; font-size: 16px; line-height: 20px; color: #414042; position: relative; }
	.vacancy-wrapper a:hover { border-color: #9f055c; box-shadow: rgb(145, 32, 90, 0.4) 0px 0px 15px; }
	.vacancy { padding: 20px 30px 10px 30px; }
	.vacancy h3 { text-transform: none; font-weight: 400; margin-bottom: 12px; color: #9f055c; }
	.vacancy ul { margin-bottom: 12px; }
	.vacancy li { margin-bottom: 2px; }
	
	.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
	.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
	.slick-list:focus { outline: none; }
	.slick-list.dragging { cursor: pointer; cursor: hand; }
	.slick-slider .slick-track,
	.slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
	.slick-track { position: relative; top: 0; left: 0; display: block; z-index: 1; padding-top: 25px; }
	.slick-track:before,
	.slick-track:after { display: table; content: ''; }
	.slick-track:after { clear: both; }
	.slick-loading .slick-track { visibility: hidden; }
	.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
	[dir='rtl'] .slick-slide { float: right; }
	.slick-slide .col-one-third { width: 30.63% !important; }
	.slick-slide img { display: block; }
	.slick-slide.slick-loading img { display: none; }
	.slick-slide.dragging img { pointer-events: none; }
	.slick-initialized .slick-slide { display: block; }
	.slick-loading .slick-slide { visibility: hidden; }
	.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
	.slick-arrow.slick-hidden, .slick-arrow.slick-disabled { display: none !important; }
	
	.slick-arrow { position: absolute; bottom: -30px; cursor: pointer; font-weight: 300; z-index: 1000; }
	.slick-arrow i { position: relative; top: 1px; }
	.slick-prev { left: 0; padding: 7px 17px 9px 10px; }
	.slick-prev i { margin-right: 5px; }
	.slick-next { right: 0; padding: 7px 10px 9px 17px; }
	.slick-next i { margin-left: 5px; }
	
	.vacancy-link-icon { background: transparent url(gfx/bg-vacancy-corner.png) no-repeat bottom right; width: 62px; height: 67px; position: absolute; bottom: 0; right: 0; z-index: 10; }
	.vacancy-link-icon .fa-arrow-circle-right { font-size: 22px; color: #fff; position: absolute; bottom: 8px; right: 8px; z-index: 10000; }
	.vacancy-wrapper a:hover .vacancy-link-icon,
	.vacancy-wrapper a:hover .fa-arrow-circle-right {  }

/* ----------------------------------------------------------------
    OUR SPECIALISTS
-----------------------------------------------------------------*/

#our-principals { background: #e2e9ea; }
	
	.profile { width: 100%; overflow: hidden; margin-bottom: 50px; }
	.profile div { margin-bottom: 0; }
	
	.profile-contacts { color: #680130; }
	.profile-contacts strong { font-family: 'Montserrat', sans-serif; font-size: 15px; margin-right: 5px; }
	
	.profile-phone, .profile-mobile { font-size: 20px; font-weight: 300; margin-bottom: 0; }
	.profile-phone a:hover, .profile-mobile a:hover { color: #9f055c; }
	.profile-email { display: inline-block; margin-right: 4px; padding-top: 15px; }
	.profile-email a { -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; background: #9f055c; display: inline-block; padding: 7px 10px 8px 15px; font-size: 16px; line-height: 18px; font-weight: 300; color: #fff; -webkit-transition: background 0.15s ease-in-out; -moz-transition: background 0.15s ease-in-out; -o-transition: background 0.15s ease-in-out; transition: background 0.15s ease-in-out; }
	.profile-email a:hover, .profile-email a:active { background: #c20871; color: #fff; }
	.profile-linkedin, .profile-twitter { display: inline; }
	.profile-linkedin a, .profile-twitter a { margin: 0 2px; }
	.profile-linkedin .icon, .profile-twitter .icon { padding: 0; border-radius: 50%; color: #fff; background: #680130; display: inline-block; height: 34px; width: 34px; text-align: center; line-height: 34px; -webkit-transition: background 0.15s ease-in-out; -moz-transition: background 0.15s ease-in-out; -o-transition: background 0.15s ease-in-out; transition: background 0.15s ease-in-out; font-size: 16px;  }
	.profile-linkedin a:hover .icon, .profile-twitter a:hover .icon { background: #c20871; }
	
/* ----------------------------------------------------------------
    WHAT WE DO
-----------------------------------------------------------------*/
	
	#expertise-list { padding-top: 30px; }
	.expertise-area { margin-bottom: 40px; padding-left: 165px; }
	.expertise-area h4 { margin-bottom: 8px; }

/* ----------------------------------------------------------------
    BLOG
-----------------------------------------------------------------*/
	
	.blog-teaser { background-color: #efefef; }
	.blog-teaser header { margin-bottom: 10px; }
	.blog-teaser h4 { margin-bottom: 0; font-family: 'Lato', sans-serif; text-transform: none; }
	.blog-teaser .entry-date { font-size: 15px; }
	.blog-teaser div { padding: 12px 30px 30px 30px; }
	.blog-teaser p { font-size: 16px; line-height: 26px; }
	.blog-teaser .button { font-size: 17px; }
	
	.teaser h3 { margin-bottom: 2px; font-size: 26px; line-height: 32px; font-family: 'Lato', sans-serif; text-transform: none; }
	.teaser header { margin-bottom: 10px; }
	.teaser .entry-date { font-size: 15px; font-weight: 700; }
	.teaser p { font-weight: 300; }
	
	.entry-date { font-style: italic; }
	
	.wp-pagenavi { padding-top: 15px; margin-bottom: 50px; }
	.wp-pagenavi .pages { border: none; padding-left: 0; margin-left: 0; background: none; color: #414042; display: inline; font-weight: 700; margin-right: 10px; }
	.wp-pagenavi a, .wp-pagenavi span { padding: 12px 0; display: inline-block; width: 40px; max-height: 20px; margin: 0 4px 10px 4px; background: #7b013c; border: 1px solid #7b013c; color: #fff; text-align: center; -webkit-border-radius: 50%; font-size: 16px; line-height: 16px; }
	.wp-pagenavi a:hover, .wp-pagenavi a:active, .wp-pagenavi span.current { background: #c20871; border: 1px solid #c20871; }
	
	.entry-content .twitter-tweet-rendered { max-width: 100% !important; }
	.entry-content footer { overflow: hidden; }
	
	#post-title { margin-bottom: 20px; }
	#post-title h1 { margin-bottom: 5px; font-family: 'Lato', sans-serif; text-transform: none; }
	
	.post footer { padding-top: 20px; clear: both; }
	
	#nav-single { padding-top: 25px; clear: both; width: 100%; }
	#nav-single li { width: 33.33%; float: left; text-transform: uppercase; font-family: 'Montserrat', sans-serif; font-weight: 700; }
	#nav-single li#tab-prev { text-align: left; }
	#nav-single li#tab-all { text-align: center; }
	#nav-single li#tab-next { text-align: right; }
	#nav-single a { display: inline-block; outline: none; }
	#nav-single li#tab-prev a { padding: 15px 20px 15px 0; }
	#nav-single li#tab-all a { padding: 15px 20px; }
	#nav-single li#tab-next a { padding: 15px 0 15px 20px; }

/* ----------------------------------------------------------------
    NEWSLETTER
-----------------------------------------------------------------*/
	
	.single-newsletter #post-title h1 { margin-bottom: 50px; }

/* ----------------------------------------------------------------
	CONTACT  
-----------------------------------------------------------------*/

#contact { padding-bottom: 0; }
	
	#contact-details { margin-bottom: 20px; }
	#contact-details i { margin-right: 5px; }
	#contacts .social-links { margin-bottom: 40px; }
	#contacts .icon { color: #fff; background-color: #680130; }
	
	.form-intro { width: 70%; margin: 0 auto 30px auto; }
	
	.google-map { height: 500px; width: 100%; z-index: 10; }
	.google-map img { max-width: none; }

/* ----------------------------------------------------------------
	SIDEBAR RIGHT  
-----------------------------------------------------------------*/

#sidebar-right { padding-top: 80px; }
	
	.sidebar-item { margin-bottom: 40px; background-color: #eaeaea; }
	.sidebar-item .inset { padding: 30px 30px 20px 30px; }
	
	#sidebar-author img { max-width: 200px; margin-bottom: 5px; }
	#sidebar-author h5 { font-family: 'Lato', sans-serif; text-transform: none; color: #414042; }
	
	#sidebar-signup h4 { margin-bottom: 10px; }
	#sidebar-signup div.mce_inline_error { background-color: transparent; color: red; margin: 6px 0 0 0; font-size: 15px; font-style: italic; text-align: left; }
	
/* ----------------------------------------------------------------
    FOOTER
-----------------------------------------------------------------*/

#global-footer { color: #fff; padding: 35px 0; background: #7b013c; }
#global-footer .wrapper { display: table; }
#global-footer .col-one-third { margin-bottom: 0; display: table-cell; float: none; }
#global-footer h5 { color: #fff; }
	
	#footer-contact li { line-height: 26px; }
	#footer-contact span { font-family: 'Montserrat', sans-serif; font-weight: 700; text-transform: uppercase; font-size: 14px; line-height: 18px; }
	#footer-contact-details { margin-bottom: 40px; }
	#footer-contact-details a { font-size: 22px; line-height: 26px; font-weight: 300; color: #fff; }
	#footer-contact-details a:hover { color: #fff !important; }
	
	#footer-social img { margin-bottom: 30px; }
	#footer-social .icon { color: #fff; background-color: #680130; }
	#footer-social a:hover .icon { background-color: #c20871; }
	
	#footer-signup form { max-width: 400px; margin: 0 auto; }
	
	#footer-meta { text-align: right; font-size: 14px; padding-right: 50px; }
	#footer-meta p { font-size: 18px; font-weight: 300; }
	#footer-meta a { margin-bottom: 100px; font-size: 18px; line-height: 18px; }
	#footer-meta span { display: block; }

/* ----------------------------------------------------------------
    BACK TO TOP
-----------------------------------------------------------------*/

#back-to-top { display: none; z-index: 999; position: fixed; top: auto; left: auto; right: 30px; bottom: 30px; cursor: pointer; }
#back-to-top span { position: absolute; left: -5000px; }
#back-to-top .icon { color: #fff; background-color: #c20871; }
#back-to-top:hover .icon, #back-to-top:active .icon { background-color: #e30884; }

/* ----------------------------------------------------------------
    Retina Specific CSS
-----------------------------------------------------------------*/

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	.standard-logo { display: none; }
    .retina-logo { display: block; }
    
    .profile-phone, .profile-mobile { margin-bottom: 5px; }
    .profile-phone a, .profile-mobile a { border-bottom: 1px solid #9f055c; }
	
}
