/* @override 
	http://www.nerry.co.uk/wp-content/themes/tentoten/style.css */

/*---------------------------------------------------------------------------------

Theme Name: Ten to Ten
Theme URI: http://www.tentoten.co.uk
Description: A Theme Framework
Author: Ten to Ten
Author URI: http://www.tentoten.co.uk
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0
Tags: light, dark

-----------------------------------------------------------------------------------

0.	CSS Reset
0.	CSS Clearfix
1.	Document Setup (body, common classes, vertical rhythm, structure etc)
2.	Header Styles

---------------------------------------------------------------------------------*/

/* -------------------- ## CSS Reset */

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

/* -------------------- ## CSS Clearfix - http://nicolasgallagher.com/micro-clearfix-hack/ */

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

.cf:after {
    clear: both;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* -------------------- ## Doc Setup */

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

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

.hidden { 
	display: none !important;
}

.alignleft,
.aleft { 
	float: left; 
}

.alignright,
.aright { 
	float: right; 
}

.aligncenter,
.acenter {
	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%;
}

/* -------------------- ## Grid */

.wrapper {
	width: 100%;
	display: block;
}

.c_12 {
	max-width: 1200px;
	padding-right: 15px;
	padding-left: 15px;
	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: 15px;
	padding-left: 15px;
	position: relative;
}

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

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

.c_12 .px_1 {padding-left: 8.3333333%;}
.c_12 .px_2 {padding-left: 16.666667%;}
.c_12 .px_3 {padding-left: 25%;}
.c_12 .px_4 {padding-left: 33.333333%;}
.c_12 .px_5 {padding-left: 41.666667%;}
.c_12 .px_6 {padding-left: 50%;}
.c_12 .px_7 {padding-left: 58.333333%;}
.c_12 .px_8 {padding-left: 66.666667%;}
.c_12 .px_9 {padding-left: 75%;}
.c_12 .px_10 {padding-left: 83.333333%;}
.c_12 .px_11 {padding-left: 91.666667%;}

.c_12 .sx_1 {padding-right: 8.3333333%;}
.c_12 .sx_2 {padding-right: 16.666667%;}
.c_12 .sx_3 {padding-right: 25%;}
.c_12 .sx_4 {padding-right: 33.333333%;}
.c_12 .sx_5 {padding-right: 41.666667%;}
.c_12 .sx_6 {padding-right: 50%;}
.c_12 .sx_7 {padding-right: 58.333333%;}
.c_12 .sx_8 {padding-right: 66.666667%;}
.c_12 .sx_9 {padding-right: 75%;}
.c_12 .sx_10 {padding-right: 83.333333%;}
.c_12 .sx_11 {padding-right: 91.666667%;}

/* -------------------- ## Fonts */

/* -- ## Icon Font */

@font-face {
	font-family: 'wealthcare';
	src:url('fonts/wealthcare.eot?-oa46h0');
	src:url('fonts/wealthcare.eot?#iefix-oa46h0') format('embedded-opentype'),
		url('fonts/wealthcare.woff2?-oa46h0') format('woff2'),
		url('fonts/wealthcare.ttf?-oa46h0') format('truetype'),
		url('fonts/wealthcare.woff?-oa46h0') format('woff'),
		url('fonts/wealthcare.svg?-oa46h0#wealthcare') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="ic-"], [class*=" ic-"] {
	font-family: 'wealthcare';
	speak: none;
	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-pdf:before {
	content: "\e60e";
}
.ic-email:before {
	content: "\e609";
}
.ic-share:before {
	content: "\e60a";
}
.ic-googleplus:before {
	content: "\e60b";
}
.ic-twitter:before {
	content: "\e60c";
}
.ic-facebook:before {
	content: "\e60d";
}
.ic-time:before {
	content: "\e608";
}
.ic-icon-qt-closed:before {
	content: "\e606";
}
.ic-icon-qt-open:before {
	content: "\e607";
}
.ic-arrow-right:before {
	content: "\e604";
}
.ic-arrow-left:before {
	content: "\e605";
}
.ic-smiley:before {
	content: "\e603";
}
.ic-tick:before {
	content: "\e601";
}
.ic-cross:before {
	content: "\e602";
}
.ic-menu:before {
	content: "\e600";
}

p {
	font-size: 1.5em;
	line-height: 1.6;
}

li {font-size:1.2em}

li p {
	font-size:1em
}

li li {font-size:1em}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 10px;
}

h1 {
	font-size: 2.8em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 2.0em;
}

h4 {
	font-size: 1.6em;
}

/* -------------------- ## Content Styles */

a {
	text-decoration: none;
	color: #94719b;
}

a.pdf-download {
	display: inline-block;
	line-height: 28px;
	padding-left: 30px;
	position: relative;
	color: #c01d04;
}

a.pdf-download:before {
	font-family: 'wealthcare';
	content: "\e60e";
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	font-size: 24px;
	color: #c01d04;
}

.wp-caption {
	
}

.wp-caption-text {
	
}

.gallery-caption {
	
}

.bypostauthor {
	
}

.sticky {
	
}

.table {
	display: table;
	width: 100%;
	height: 100%;
}

.cell {
	display: table-cell;
	vertical-align: middle;
}

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

.header-img {
	margin-bottom: 30px;
}

/* -------------------- ## Navigation */

nav {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	float: right;
}

nav div {
	float: left !important;
}

nav li {
	float: left;
	font-size: 1.3em;
	line-height: 56px;
}

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

nav li a {
	padding: 0 10px;
	color: #fff;
}

nav li a:hover {
	color: #fbc62a;
}

.smaller nav li a {
	color: #000;
}

nav .btn {
	float: right;
	background: #9cd3d4;
	color: #000;
	margin-left: 20px;
	margin-top: 10px;
}

.toggle-nav {
	left: auto;
	right: 10px;
	top: 27px;
	position: absolute;
	display: none;
	z-index: 99999999;
	color: #fff;
}

.smaller .toggle-nav {
	color: #555;
}

.toggle-nav:hover {
	cursor: pointer;
	color: #efefef;
}

.smaller .toggle-nav:hover {
	color: #000;
}

.toggle-nav .option {
	left: auto;
	right: 125%;
}

.toggle-nav:before {
	font-family: 'wealthcare';
	content: "\e600";
	font-size: 32px;
}

.toggle-nav.open:before {
	content: "\e602";
}

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

.btn {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-shadow: none;
}

.btn.sz1 {
	font-size: 16px;
	height: 36px;
	line-height: 1.4;
	padding: 7px 15px;
}

.btn.sz3 {
	height: 32px;
	line-height: 1;
	padding: 5px 10px;
}

.btn.cl3 {
	background: #94729C;
	color: #fff;
	border: 1px solid #94729C;
}

.btn.cl3.st2 {
	color: #94729C;
}

.btn.st2 {
	background: none;
}

/* -------------------- ## Header */

header {
	padding: 15px;
	z-index: 1;
	position: relative;
}

header#site-head {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
}

header#site-head,
nav li,
#branding {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#branding {
	display: inline-block;
	float: left;
}

#branding img {
	width: 232px;
}

#branding img.dark {
	display: none;
}

.smaller #branding img.dark {
	display: block;
}

.smaller #branding img.light {
	display: none;
}

.smaller header#site-head {
    background-color: rgba(255,255,255,1);
    box-shadow: 		0 0 4px rgba(0,0,0,.4);
    -moz-box-shadow: 	0 0 4px rgba(0,0,0,.4);
    -webkit-box-shadow:	0 0 4px rgba(0,0,0,.4);
}

#cookie-policy {
	background: red;
	z-index: 999999;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 300px;
	padding: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: rgba(0,0,0,0.8);
}

#cookie-policy p,
#cookie-policy a {
	color: #fff;
}

#cookie-policy a  {
	text-decoration: underline;
}

#cookie-policy .btn {
	margin-top: 10px;
}

#cookie-policy .btn:hover {
	cursor: pointer;
}

/* -------------------- ## Footer */

#site-ft {
	padding: 25px 0;
	background-color: #3C687E;
	color: #fff;
}

ul#menu-footer li {
	font-size: 13px;
	float: left;
}

#site-ft a {
	color: #fff;
	display: block;
	padding: 0 5px;
}

#site-ft a:before {
	content: "|";
	margin-right: 10px;
}

#site-ft li:first-child a:before {
	content: none;
	margin-right: 0;
}

.reviews-footer {
	background: #e0d7e3;
	padding: 30px 0 50px;
}

.reviews-footer h5 {
	font-size: 3em;
	text-align: center;
	margin-bottom: 20px;
}

.reviews-footer .quote-ctn {
	background: #fff;
	padding: 15px 15px 40px;
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.reviews-footer .quote-ctn .by {
	position: absolute;
	bottom: 7px;
	line-height: 24px;
	font-size: 1.1em;
}

.reviews-footer .quote-ctn .by:before {
	font-family: 'wealthcare';
	content: "\e603";
	font-size: 24px;
	float: left;
	margin-right: 5px;
	color: #e0d7e3;
}

#site-legal h5 {
	font-size: 2em;
	font-weight: 400;
}

#site-legal a {
	text-decoration: underline;
}

#site-legal p {
	font-size: 1.3em;
	margin-bottom: 10px;
}

#site-legal p:last-child {
	margin-bottom: 0;
}

#site-generator {
	border-top: 1px solid #fff;
	padding-top: 20px;
	margin-top: 25px;
	font-size: 1.2em;
}

#site-generator .site-info {
	text-align: right;
}

/* -------------------- ## Sidebar */

#sidebar .widget {
	margin-bottom: 30px;
	background: #f5f5f5;
	padding: 15px;
}

#sidebar h5.widget-title {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.3em;
	color: #94729c;
}

.widget.widget_recent_entries li,
.widget.widget_children_pages li {
	position: relative;
	padding: 5px 0 5px 15px;
}

.widget.widget_recent_entries li:before,
.widget.widget_children_pages li:before {
    font-family: 'wealthcare';
    content: "\e604";
    position: absolute;
    top: 1px;
    left: -5px;
    font-size: 20px;
}

.widget_twitter li {
	margin-bottom: 10px;
	padding-bottom: 10px!important;
	border-bottom: 1px dotted #ddd;
	font-size: 1.3em;
	line-height: 1.3em;
}

.widget_twitter span.intent-meta {
	margin-top: 5px;
	display: block;
	font-size: 11px;
}

.widget_twitter a.in-reply-to,
.widget_twitter a.retweet {
	margin-right: 10px;
}

.widget.cta {
	padding: 40px !important;
	position: relative;
}

.widget.cta a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.widget.cta h5 {
	margin-bottom: 0;
	font-size: 1.6em;
	line-height: 1.5;
	text-align: center;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

.widget.cta.bgimage {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.newsletter-signup {
	border: 2px dashed #baa3be;
}

.newsletter-signup .row {
	width: 100%;
	position: relative;
	padding: 5px 0;
}

.newsletter-signup .button {
	margin: 5px 0 0;
	font-size: 13px;
}

.newsletter-signup input.text {
	padding: 5px;
	margin: 0;
	border: 0;
	font-size: 13px;
	width: 100%;
}

.newsletter-signup li {
	list-style: circle;
	margin-left: 15px;
	padding: 3px 0;
}

.newsletter-signup p.small {
	font-size: 11px;
	line-height: 1;
	margin-top: 10px;
}

/* -------------------- ## Home */

/* -------------------- ## Sliders */

.touch .home-slider {
	position: relative;
}

.home-slider .main-rotator {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: auto;
}

.home-slider,
.home-slider .main-rotator {
	height: 700px;
}

.home-slider .btn {
	margin-top: 20px;
	height: auto;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	background-color:rgba(0,0,0,0.3);
}

.home-slider .table {
	display: table;
	height: 100%;
	width: 70%;
	margin: auto;
}

.touch .home-slider .table {
	width: 90%;
}

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

.smaller .home-slider .cell {
	padding-top: 86px;
}

.main-rotator > li {
	visibility: hidden;
}

.home-slider li {
	height: 100%;
	font-size: 1em;
}

.home-slider img {
	z-index: -3;
}

.home-slider h2 {
	font-size: 4.4em;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
	color: #fff;
	font-weight: 400;
}

.home-slider p {
	font-size: 2.3em;
	line-height: 1.3;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}

.home-slider .btn {
	text-shadow: none;
}

.home-slider img {
	position: absolute;
	top: 0;
	left: 0;
}

.home-slider .button:hover {
	border-color: #BBBAC6;
	color: #BBBAC6;
}

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

.p-content h1,
.p-content h2,
.p-content h3,
.p-content h4,
.p-content h5,
.p-content h6 {
	margin-bottom: 10px;
}

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

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

.p-content ol li,
.p-content ul li {
	font-size: 1.5em;
	line-height: 1.5em;
}

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

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

.p-content ul li li,
.p-content ol li li {
	font-size: 1em;
}

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

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

.p-content blockquote {
  border-left: 10px solid #e0d7e3;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}

.p-content blockquote:before {
  color: #e0d7e3;
  content: open-quote;
  font-size: 6em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.43em;
}

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

/* -- ## Page Navi */

#pagenavi {
}

.wp-pagenavi {
	margin: 30px auto 0;
	display: table;
	position: relative;
}

.wp-pagenavi a,
.wp-pagenavi span.current,
.wp-pagenavi span.extend {
	text-decoration: none;
	width: 32px;
	height: 32px;
	display: inline-block;
	margin: 0 4px 0 0;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	color: #8d8ba0;
	font-size: 1.3em;
	transition: none;
	background-color: #f4f5f4;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

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

.wp-pagenavi a:hover, 
.wp-pagenavi span.current {
	color: #fff;
	background-color: #8d8ba0;
}


/* -------------------- ## Images */

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

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

img.alignleft {
	display:inline;
	float:left;
	margin-right: 20px;
}

.wp-caption.alignright,
img.alignright {
	margin-left:20px;
}

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

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 5px;
}

.wp-caption {
	margin-bottom: 10px;
	text-align:center;
	background: #f5f5f5;
}

.wp-caption img {
	width: 100%;
	height: auto;
}

div.wp-caption {
	max-width: 100% !important;
}

.wp-caption .wp-caption-text {
	font-size: 1.3em;
	margin: 5px !important;
}

.wp-caption.alignleft {
	margin-right: 20px;
}

/* -------------------- ## Images */

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

/* -------------------- ## Home */

.col2_area {
	padding: 25px 0;
	position: relative;
	text-align: left;
}

.col2_area h2 {
	font-size: 4em;
}

.col2_area.ltr {
	direction: rtl;
}

.col2_area.Right {
	direction: rtl;
}

.col2_area img {
	width: 100%;
	height: auto;
}

.col2_area .block {
	display: table-cell;
	height: 100%;
	width: 50%;
	vertical-align: middle;
	direction: ltr;
}

.col2_area .block a.link {
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 10px;
	font-size: 0.9em;
}

.col2_area .block.copy {
	padding: 25px;
}

.col2_area .block.image {
	padding: 25px;
}

.col2_area p {
	margin-bottom: 20px;
	font-size: 1.5em;
}

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

.parallax {
	height: 260px;
	padding: 25px 0;
}

.parallax {
	background-attachment: fixed;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.parallax.image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.parallax.pattern {
	background-repeat: repeat;
}

.parallax .overlay {
	background-color:rgba(0,0,0,0.4);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.touch .parallax {
	background-attachment: scroll !important;
}

.parallax h2 {
	font-size: 4em;
}

.parallax p {
	font-size: 1.8em;
}

.parallax .cell {
	text-align: center;
	padding: 0 100px;
	z-index: 2;
	position: relative;
}

.features-wrapper {
	padding: 50px 0;
}

.features-carousel img {
	width: 100%;
	height: auto;
	display: block;
}

.features-carousel h2 {
	margin-top: 10px;
}

.features-carousel li p {
	font-size: 15px;
}

.features-carousel .btn {
	margin-top: 20px;
}

.features-carousel .icon {
	font-size: 130px;
	text-align: center;
}

.features-carousel.left .block {
	text-align: left;
}

.features-carousel.center .block {
	text-align: center;
}

.text_section {
	padding: 50px 0;
	text-align: center;
}


.text_section p.increase {
	font-size: 1.6em;
	margin-bottom: 10px;
}

.text_section p.increase:last-child {
	margin-bottom: 0;
}

.text_section h2 {
	font-size: 4em;
}

/* -------------------- ## Content Layout */

.entry-content {
	padding: 50px 0;
}

.title-ctn {
	padding-top: 100px;
	background: #3C687E;
	padding-bottom: 15px;
}

.title-ctn h1,
.title-ctn .page-title {
	font-size: 1.8em;
	line-height: 1;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	margin: 0;
	color: #fff;
}

article p {
	margin-bottom: 15px;
}

article p:first-child:first-letter { float: left; font-size: 54px; line-height: 43px; padding-top: 4px; padding-right: 8px; padding-left: 3px; font-family: Georgia; }

article p.increase {
	font-size: 1.6em;
	border-bottom: 1px solid #94729c;
	padding-bottom: 15px;
	color: #94729c;
}

/* -------------------- ## Category */

/* -- ## Isotope */

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: .8s;
     -moz-transition-duration: .8s;
      -ms-transition-duration: .8s;
       -o-transition-duration: .8s;
          transition-duration: .8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.p-list.grid .item {
	width: 24.969%;
}

.p-list .item {
	padding-bottom: 30px;
}

.p-list h2 {
	margin-bottom: 5px;
}

.p-list a {
	color: #333;
}

.meta-data {
	margin-bottom: 10px;
	line-height: 16px;
	font-size: 1.1em;
}

.meta-data .date:before {
	font-family: 'wealthcare';
	content: "\e608";
	padding-right: 5px;
	font-size: 16px;
	float: left;
}

.social {
	border-top: 1px solid #e0d7e3;
	padding-top: 5px;
	margin-top: 20px;
	float: left;
	width: 100%;
}

.social .label {
	float: left;
	line-height: 32px;
	font-size: 1.3em;
	margin-right: 10px;
	text-transform: uppercase;
	font-weight: 700;
	display: none;
}

ul.social-buttons {
	margin-left: -5px;
	list-style: none;
}

.social-buttons li {
	float: left;
	margin: 0 5px !important;
	list-style: none !important;
}

.social-buttons .icon {
	font-size: 32px;
	width: 32px;
	height: 32px;
}

.social-buttons .ic-facebook {
	color: #3b5998;	
}

.social-buttons .ic-twitter {
	color: #00aced;	
}

.social-buttons .ic-email {
	color: #ABC8E2;	
}

.social-buttons .ic-googleplus {
	color: #dd4b39;	
}

.social-buttons .ic-share {
	color: #f8694c;	
}

.p-list img {
	width: 100%;
	height: auto;
	display: block;
}

.p-list .block {
	background: #f5f5f5;
}

.p-list .block:hover {
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
}

.p-list.grid .details {
	padding: 15px;
}

/* -------------------- ## FAQs */

.p-content ul.faqs {
	margin: 0;
}

.p-content ul.faqs li {
	list-style-type: none;
	margin-left:0;
	margin-bottom: 20px;
}

.p-content ul.faqs li:last-child {
	margin-bottom: 0;
}

.p-content ul.faqs li h2 {
	font-size: 1.6em;
	margin-bottom: 5px;
}

/* -------------------- ## Reviews */

.quote-mn-ctn {
	margin-bottom: 30px;
	font-size: 1.4em;
	line-height: 1.5em;
	margin-left: 0 !important;
}

.quote-mn-ctn:last-child {
	margin-bottom: 0;
}

.quote-mn-ctn .quote-lf,
.quote-mn-ctn .quote-rt {
	display: inline-block;
	font-family: 'wealthcare';
	position: absolute;
	font-size: 32px;
	color: #e0d7e3;
}

.quote-mn-ctn .quote-lf {
	top: 0;
	left: 0;
}

.quote-mn-ctn .quote-lf:before {
	content: "\e607";
}

.quote-mn-ctn .quote-rt:before {
	content: "\e606";
}

.quote-mn-ctn .quote-rt {
	bottom: 0;
	right: 0;
}

.quote-mn-ctn .quote {
	padding: 4px 45px;
	position: relative;
}

.quote-mn-ctn p {
	margin-bottom: 15px;
}

.quote-mn-ctn p:last-of-type {
	margin-bottom: 0;
}

.quote-mn-ctn .by {
	padding: 0 45px;
	color: #555;
	font-style: italic;
	font-size: 0.9em;
	line-height: 1.2em;
}

/* -------------------- ## Contact */

#page-intro,
.feature-image {
	margin-bottom: 25px;
	background: #fff;
}

.contact-form {
	margin-left: -10px;
	margin-right: -10px;
}

.contact-form label {
	font-size: 1.4em;
	margin-bottom: 5px;
	display: inline-block;
}

.contact-form input,
.contact-form textarea {
	background: #f5f5f5;
	border: none;
	padding: 10px;
	cursor: pointer;
	font-size: 1.4em;
	width: 100%;
}

.contact-form span.wpcf7-not-valid-tip {
	color: red;
	margin-top: 2px;
	font-size: 1.3em;
}

.contact-form .odd,
.contact-form .even {
	float: left;
	width: 50%;
	height: 90px;
	padding: 0 10px;
}

.contact-form .full {
	padding: 0 10px;
}

input.wpcf7-submit {
	display: block;
	width: 140px;
	margin-top: 20px!important;
}

div.wpcf7-response-output {
	display: block!important;
	font-size: 1.4em;
	border: none!important;
	padding: 0!important;
	margin: 0px 0 20px !important;
	color: red;
}

.contact-form img.ajax-loader {
	width: auto;
	float: left;
}

.wpcf7 .screen-reader-response {
	display: none !important;
}

table.simcal-calendar-grid {
	font-size: 150% !important;
}

.simcal-tooltip-content {
	font-size: 8px !important;
}

/* -------------------- ## Responsive */

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

}

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

.p-list.grid .item {
	width: 33.31%;
}

}

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

.toggle-nav {
	display: block;
}

nav {
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	padding-top: 75px;
	margin-top: -15px;
	z-index: -1;	
	float: none;
	text-align: center;
	background-color: rgba(0,0,0,0.8);
	box-shadow: 		0 0 4px rgba(0,0,0,.4);
	-moz-box-shadow: 	0 0 4px rgba(0,0,0,.4);
	-webkit-box-shadow:	0 0 4px rgba(0,0,0,.4);
	padding-bottom: 20px;
}

.smaller nav {
	background: #fff;
}

nav.open div {
	width: 100%;
}

nav.open {
	display: block;
}

nav ul {
	margin: 10px 10px 0;
}

nav li {
	font-size: 1.4em;
	line-height: 1.8em;
	padding: 0;
	width: 100%;
}

nav li a {
	color: #fff;
	display: block;
	padding: 10px;
}

.smaller nav li a {
	color: #000;
}

nav li a:hover {
	background: #f5f5f5;
}

nav .btn {
	float: none;
	margin-left: 0;
}

nav li:last-child a {
	padding-right: 10px;
}

}

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

.home-slider,
.home-slider .main-rotator {
	height: 100% !important;
}

}

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

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

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

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

.p-list.grid .item {
	width: 49.9%;
}

.p-list .item {
	padding-bottom: 20px;
}

.col2_area .block {
	display: block;
	width: 100%;
}

.entry-content .p-content,
.entry-content #sidebar {
	width: 100%;
}

.entry-content #sidebar {
	margin-top: 50px;
}

}

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

#branding img {
	height: 40px;
	width: auto;
}

header {
	padding: 10px;
}

.smaller .home-slider .cell {
	padding-top: 60px;
}

nav {
	padding-top: 50px;
}

.toggle-nav {
	top: 14px;
	right: 5px;
}

.title-ctn {
	padding-top: 75px;
}

.parallax .cell {
	padding: 0 10px;
}

.home-slider .table {
	width: 100%;
}

.text_section .g_12 {
	padding: 0 10px;
}

#site-legal .g_6 {
	width: 100%;
}

.contact-form {
	margin-left: 0;
	margin-right: 0;
}

.contact-form .row {
	width: 100%;
}

.contact-form input {
	width: 100%;
}

.contact .px_2 {
	padding-left: 0;
}

.contact .sx_2 {
	padding-right: 0;
}

.parallax {
	height: auto;
}

.signature {
	width: 150px;
	height: auto;
}

.p-content .sx_1,
.p-content .sx_2,
.p-content .sx_3 {
	padding-right: 15px;
}

.p-content .px_1,
.p-content .px_2,
.p-content .px_3 {
	padding-left: 15px;
}


}

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

.p-list.grid .item {
	width: 100%;
}

}

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

.simcal-tooltip-content {
	font-size: 12px !important;
}

}