/*
	Theme Name: House Of Travel
	Theme URI: http://houseoftravel.com.au
	Version: 1.0
	Author: Supervillain Media
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* Reset */

html,body,address,blockquote,div,
form,fieldset,caption,
h1,h2,h3,h4,h5,h6,
hr,ul,li,ol,ul,
table,tr,td,th,p,img {
margin:0;
padding:0;
}

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

html {
	font-size: 14px;
	background: #f1f0f0;
}

body {
	color:#000;
	max-width: 1280px;
	margin: 0 auto;
	background: #fff;
}

/* clear */
.clearfix:before,
.clearfix:after {
    content:' ';
    display:table;
}


.clearfix:after {
    clear:both;
}

.clearfix {
    *zoom:1;
}

img {
	max-width:100%;
	vertical-align:bottom;
}

input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

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

@font-face {
    font-family: 'publico_textroman';
    src: url('fonts/publico_text_roman-webfont.woff2') format('woff2'),
         url('fonts/publico_text_roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'publico_text_romanitalic';
    src: url('fonts/publico_text_italic-webfont.woff2') format('woff2'),
         url('fonts/publico_text_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'publico_textsemibold';
    src: url('fonts/publico_text_semibold-webfont.woff2') format('woff2'),
         url('fonts/publico_text_semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'publico_text_romanbold';
    src: url('fonts/publico_text_bold-webfont.woff2') format('woff2'),
         url('fonts/publico_text_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'publico_text_romanbold_italic';
    src: url('fonts/publico_text_bold_italic-webfont.woff2') format('woff2'),
         url('fonts/publico_text_bold_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



/* */

@font-face {
    font-family: 'qanelas_softsemibold';
    src: url('fonts/radomir_tinkov_-_qanelassoft-semibold-webfont.woff2') format('woff2'),
         url('fonts/radomir_tinkov_-_qanelassoft-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'qanelas_softmedium';
    src: url('fonts/radomir_tinkov_-_qanelassoft-medium-webfont.woff2') format('woff2'),
         url('fonts/radomir_tinkov_-_qanelassoft-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'qanelas_softbold';
    src: url('fonts/radomir_tinkov_-_qanelassoft-bold-webfont.woff2') format('woff2'),
         url('fonts/radomir_tinkov_-_qanelassoft-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



body {
	font-family: 'publico_textroman', sans-serif;
	line-height: 1;
}

h1, h2, h3, h4 {
	font-family: 'publico_text_romanbold', sans-serif;
	font-weight: 300;
	letter-spacing: -.015em;
}

h1 {
	font-size: 45px;
	margin: 0 0 20px 0;
}

h3 {
	font-size: 18px;
	color: #152127;
	font-weight: 400;
}

a {
	color: #3f1c69;
	/* text-decoration:none; */
}

a:focus {
	outline:0;
}

a:hover,
a:active {
	outline:0;
}

b, strong {
	font-family: 'publico_textsemibold', sans-serif;
	font-weight: 400;
}

p {
	line-height: 1.6;
}

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

.nav a,
h2 a,
h1 a {
	text-decoration: none;
}


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

/* wrapper */
.wrapper {
}

.flex {
	width: 1100px;
	margin: 0 auto;
	padding: 0;
}

.major-header .flex {
	width: 100%;
}

.hidden {
	display: none;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/

/* header */

.header {
	background: #fff;
	padding: 40px 0;
}

/* logo */

.header .logo {
	float: left;
}

.logo-img {
	height: 40px;
	position: relative;
    top: 7px;
}

/* nav */

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

.header nav ul {
	list-style-type: none;
}

.header nav ul li {
	display: inline-block;
	margin: 0 0 0 27px;
}

.header nav ul a {
	font-size: 12px;
	line-height: 51px;
	color: #000;
}


/*------------------------------------*\
    FOOTER
\*------------------------------------*/

.footer {
	background: #3f1c69;
	color: #fafafa;
	padding: 75px 0;
	font-size: 12px;
}

.footer a {
	color: #fafafa;
}

.footer p {
	line-height: 1.6;
}

.footer .logo {
	float: left;
	margin: 0 0 60px 0;
}

.footer .logo-img {
	height: 46px;
}

.footer .nav {
	float: right;
	margin: 0 0 50px 0;
	font-family: 'qanelas_softsemibold';
	text-transform: uppercase;
}

.footer nav ul {
	list-style-type: none;
}

.footer nav ul li {
	display: inline-block;
	margin: 0 0 0 27px;
}

.footer nav ul a {
	font-size: 12px;
	line-height: 51px;
}


.footer .contact {
	float: left;
	clear: left;
	line-height: 1.2;
	width: 400px;
}

.footer .contact > div{
	display: inline-block;
	width: 45%;
	vertical-align: top;
}


.footer .copyright {
	float: right;
	clear: right;
	line-height: 1.6;
	width: 550px;
    text-align: justify;
	letter-spacing: -.025em;
}

.footer .copyright img {
	margin: 0 0 20px 0;
}


/*------------------------------------*\
    PAGE COMPONENTS
\*------------------------------------*/

/* */

.button {
	width: auto;
    font-size: 15px;
    padding: 5px 20px;
    display: inline-block;
    color: #3f1c69;
    background: #ffcd1c;
    text-transform: uppercase;
    font-family: 'qanelas_softsemibold';
	text-decoration: none;
}

/* */

.dark {
	background-color: #3f1c69;
	color: #fafafa;
}

.mid {
	background-color: #eeeded;
	color: #000;
}

.light {
	background-color: #fff;
	color: #000;
}

/* */

.major-header {
	padding: 160px 0;
	background-position: center center;
	background-size: cover;
}

.major-header .box {
	background: rgba(63, 28, 105, .8);
	color: #fafafa;
	width: calc(50%);
	padding: 60px 90px;
	box-sizing: border-box;
	position: relative;
}

.major-header .box.left {
	float: left;
}

.major-header .box.right {
	float: right;
}

.major-header h1 {
	font-size: 45px;
	line-height: 1;
	margin: 0 0 45px 0;
}

.major-header.secondary h1 {
	font-size: 24px;
}

.major-header p {
	margin: 0;
	font-family: 'publico_textroman', sans-serif;
	font-size: 22px;
	font-weight: 400;
	color: #ffffff;
}

.major-header.secondary p {
	font-family: 'publico_textroman', sans-serif;
	font-size: 14px;
	color: #fafafa;
	margin: 1em 0 0 0;
}

/* */ 

.minor-header {
	padding: 20% 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	position: relative;
}

.minor-header .shade {
	position: absolute;
	background: rgba(0,0,0,.2);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.minor-header h1 {
	font-size: 45px;
	line-height: 1.2;
	margin: 0 0 10px 0;
	z-index: 5;
    position: relative;
}

.minor-header p {
	font-size: 20px;
	line-height: 1.2;
	z-index: 5;
    position: relative;
}

/* */ 

.centered-mid-copy {
	text-align: center;
	background: #fafafa;
	color: #000;
	font-family: 'publico_textsemibold', sans-serif;
	font-size: 21px;
	padding: 70px 0;
}

.centered-mid-copy p {
	line-height: 1.3;
}

.centered-mid-copy .button {
	font-size: inherit;
	margin: 1em 0 0 0;
}

.centered-mid-copy p + p {
	margin: 1em 0;
}

.centered-mid-copy p + p:last-child {
	margin: 1em 0 0 0;
} 

/* */


.one-col-copy {
	padding: 100px 0;
}

.two-col-copy {
	padding: 100px 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;	
}

.two-col-copy > div {
	display: -webkit-flex;		
	display: -ms-flexbox;		
	display: flex;		
}

.two-col-copy > div > div {
	flex: 1;
}

.two-col-copy h2 {
	font-size: 20px;
	line-height: 1.2;
	margin: 0 0 1em 0;
}

.two-col-copy p {
	margin: 1em 0;
	font-weight: 400;
}

.two-col-copy .left {
	margin: 0 30px;
}

.two-col-copy .right {
	margin: 0 30px;
}

.two-col-copy .diagram {
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.two-col-copy.justify {
	text-align: justify;
}

/* */

.three-col-copy {
	padding: 70px 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;	
}

.three-col-copy .cols {
	display: -webkit-flex;		
	display: -ms-flexbox;		
	display: flex;
	justify-content: space-between;
}

.three-col-copy .cols > div {
	width: 30%;
}

.three-col-copy.light {
	background-color: #fafafa;
	color: #3f1c69;
}

/* */

.two-col-squares {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;	
}

.two-col-squares > div {
	flex-basis: 50%;
}

.two-col-squares .square-copy {
	padding: 85px;
	text-align: justify;
}

.two-col-squares .square-copy h2 {
	font-size: 45px;
	margin: .5em 0;
	text-align: center;	
}

.two-col-squares .square-copy h3 {
	font-size: 21px;
	text-align: center;
	margin: 1em 0;
}

.two-col-squares .square-copy p {
	margin: 1em 0 0 0;
}

.two-col-squares .square-copy p a {
	font-family: 'publico_textsemibold';
}


.bg-fill {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 300px;
}

/*------------------------------------*\
    HOME PAGE
\*------------------------------------*/

body.home .major-header {
	background-image: url(img/home-1.jpg);
}

body.home .hot-brands img {
	display: block;
	margin: 20px auto 200px auto;
	zoom: .5;
}


/*------------------------------------*\
	OUR BRANDS
\*------------------------------------*/

body.page-template-page-ourbrands .minor-header {
	background-image: url(img/brands-1.jpg);
}

.square-copy span.logo {
    display: block;
    margin: 0 auto;
    background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	/* image-rendering: -webkit-optimize-contrast; */
}

.square-copy.brands-hoot span.logo {
	background-image: url(img/brands-hoot.png);
    width: 165px;
    height: 105px;
}

.square-copy.brands-travelmanagers span.logo {
	background-image: url(img/brands-travelmanagers.png);
    width: 235px;
    height: 105px;
}

.bg-fill.brands-family {
	background-image: url(img/brands-2.jpg);
}

.bg-fill.brands-rafting {
	background-image: url(img/brands-3.jpg);
}


/*------------------------------------*\
	OUR PARTNERS
\*------------------------------------*/

body.page-template-page-partners .minor-header {
	background-image: url(img/partners-1.jpg);
}

body.page-template-page-partners .two-col-squares .square-copy h2 {
	text-align: left;
}

body.page-template-page-partners .two-col-squares .square-copy p {
	font-family: 'publico_textsemibold';
	font-size: 21px;
	line-height: 1.3;
	text-align: left;
}

body.page-template-page-partners .two-col-squares .square-copy p:last-of-type {
	margin: 1em 0 80px 0;
}

.bg-fill.partners-airlines {
	background-image: url(img/partners-2.jpg);
}

.bg-fill.partners-tourism {
	background-image: url(img/partners-3.jpg);
}

.bg-fill.partners-resorts {
	background-image: url(img/partners-4.jpg);
}

.bg-fill.partners-cruise {
	background-image: url(img/partners-5.jpg);
}

.bg-fill.partners-operators {
	background-image: url(img/partners-6.jpg);
}

.bg-fill.partners-ensemble {
	background-image: url(img/partners-7.jpg);
}

.bg-fill.partners-business {
	background-image: url(img/partners-8.jpg);
}

/*------------------------------------*\
	OUR TEAM
\*------------------------------------*/

body.page-template-page-team .minor-header {
	background-image: url(img/team-1.jpg);
}

.two-col-squares.team-profile {
	padding: 0 85px 85px 85px;
}

.two-col-squares.team-profile h2 {
	font-size: 33px;
	margin: 0;
}

.two-col-squares.team-profile h3 {
	font-family: 'publico_text_romanbold_italic';
	margin: 0;
	margin: .5em 0;
	font-size: 18px;
}

.two-col-squares.team-profile p:last-of-type {
	/* margin: 0; */
}

.team-profile span.department {
	text-align: center;
	font-family: 'qanelas_softmedium';
    font-family: 'qanelas_softsemibold';
    text-transform: uppercase;
	display: block;
	font-size: 12px;
	margin: 12px 0 30px 0;
}

.team-profile .team-photo {
	width: 250px;
	height: auto;
	display: block;
	margin: 30px auto;
	border-radius: 50%;
}

.team-profile .square-copy {
	padding: 85px 85px 0 85px;
}

/*------------------------------------*\
    PRIVACY PAGE
\*------------------------------------*/

body.privacy-policy .minor-header {
	background-image: url(img/banners/terms-main.jpg);
}

body.privacy-policy .minor-header {
	padding: 130px 0;
}

body.privacy-policy .minor-header h1 {
	font-size: 60px;
	line-height: 1;
	margin: 0 0 .5em 0;
}

body.privacy-policy .minor-header p {
	font-size: 23px;
	font-family: 'publico_text_romanbold', sans-serif;
	margin-bottom: 0;
	color: #ffffff;
}

body.privacy-policy h2 {
	margin: .5em 0 2em 0;
}

body.privacy-policy h3 {
	margin: 1.5em 0;
}

body.privacy-policy p {
	margin: 1em 0;
}

body.privacy-policy ol.alpha {
	margin: 2em;
	list-style-type: lower-alpha;
	line-height: 1.6;
}


/*------------------------------------*\
    CONTACT PAGE
\*------------------------------------*/

.grecaptcha-badge {
    opacity:0 !important;
    pointer-events: none;
}

body.page-template-page-contact .minor-header {
	background-image: url(img/contact-1.jpg);
}

.contact-page {
	font-size: 15px;
}

.contact-page .addresses {
	display: flex;
	margin: 30px 0;
}

.contact-page .addresses strong {
	display: flex;
	font-size: 18px;
}

.contact-page .addresses > p {
	flex-basis: 50%;
}

.contact-page .addresses > strong {
	flex-basis: 50%;
}

.contact-page .left {
	margin: 0 45px 0 0;
}

.contact-page .left > p:first-of-type {
	margin: 0;
}

.contact-page .right {
	margin: 0 0 0 45px;
}

.wpcf7-form {
	
}

.wpcf7-form p {
	margin: 25px 0;
}

.wpcf7-form p:first-of-type {
	margin-top: 0;
}

span.wpcf7-list-item {
	margin: 0 20px 0 0;
	font-size: 15px;
}

span.wpcf7-list-item input {
	position: relative;
	top:2px;
	width: auto;
}


.wpcf7-form label {
	font-size: 18px;
	font-family: 'publico_text_romanbold', sans-serif;	
	color: #152127;
	margin: 0 0 3px 0;
	display: block;
}

.wpcf7-form br {
	display: none;
}

.wpcf7-form label span {
	font-size: 11px;
	color: #f1a515;
	position: relative;
	bottom: 7px;
	left: 3px;
}

.wpcf7-form input,
.wpcf7-form textarea {
	border: 0;
	width: 100%;
	padding: 5px;
	background-color: #ededed;
}

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

.wpcf7-form input[type="submit"] {
	width: auto;
	font-size: 15px;
	padding: 5px 20px;
	display: inline-block;
	color: #3f1c69;
	background: #ffcd1c;
	text-transform: uppercase;
	font-family: 'qanelas_softsemibold';
}

.wpcf7-recaptcha {
	margin: 2em 0;
}

div.wpcf7-response-output {
	margin: 2em 0;
	padding: 15px 20px;
	line-height: 1.5;
	border-radius: 3px;
}

/* red - #d04747 */

div.wpcf7-validation-errors {
	border: 0;
	background-color: #e5b739;
	color: #fafafa;
}

div.wpcf7-mail-sent-ok {
	border: 0;
	background-color: #81bc80;
	color: #fafafa;
}

span.wpcf7-not-valid-tip {
	color: #e00;
	font-size: 10px;
	text-transform: uppercase;
}

/*------------------------------------*\
    CAREERS
\*------------------------------------*/

body.page-template-page-careers .minor-header {
	background-image: url(img/careers-1.jpg);
}

div.wpcf7 input[type="file"] {
	background: none;
	display: none;
}

.fileUpload .infile {
width: auto;
    font-size: 15px;
    padding: 5px 20px;
    display: inline-block;
    color: #3f1c69;
    background: #ffcd1c;
    text-transform: uppercase;
    font-family: 'qanelas_softsemibold';
	margin: 5px 0 0 0;
}

/*------------------------------------*\
    BLOG
\*------------------------------------*/

.blog .minor-header {
	background-image: url(img/blog-1.jpg);
}

.blog .minor-header {
	/* padding: 130px 0; */
}

.blog .minor-header h1 {
	/* font-size: 60px;
	line-height: 1;
	margin: 0 0 .5em 0; */
}

.blog .minor-header p {
	/*font-size: 24px;
	font-family: 'publico_text_romanbold', sans-serif;
	margin-bottom: 0;
	color: #ffffff; */
}

.blog .sidebar {
	width: 280px;
	float: left;
}

.blog .sidebar-widget a {
	text-decoration: none;
	color: #000;
}

.blog .sidebar-widget > div {
	margin: 0 0 30px 0;
}

.blog .sidebar-widget ul {
	list-style-type: none;
	font-size: 16px;
}

.blog .sidebar-widget ul li {
	margin: .5em 0;
}

.blog .blog-content {
	width: calc(100% - 280px);
	float: right;
}

.blog .blog-content p {
	margin: 1em 0;
	font-size: 14px;
}

.blog .blog-content blockquote {
	text-align: center;
	padding: 0 3em;
	font-size: 21px;
	font-style: italic;
}

.blog .blog-content blockquote p {
	font-size: 21px;
}

.blog .blog-content blockquote p:before {
	content:"“";
}

.blog .blog-content blockquote p:after {
	content:"”";
}

.blog-container {
	padding: 90px 0;
}

.blog-location {
	color: #fff;
	background: #3f1c69;
	padding: 25px;
	margin: 0 0 25px 0;
}

.blog-location span {
	font-family: 'qanelas_softbold';
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	display: block;
	margin: 0 0 5px 0;
}

.blog-location h1 {
	font-size: 28px;
	line-height: 22px;
	margin: 0;
}

.post-meta {
	color: #626262;
	font-family: 'qanelas_softbold';
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}

.post-meta span {
	color: #3f1c69;
	margin: 0 10px 0 0;
}

.post-meta .posted-in {
	color: #626262;
}

.post-title {
	font-size: 45px;
	margin: .5em 0;
}

.post-title a {
	color: #000;
}

.blog .post-intro p {
	font-size: 21px;
	line-height: 1.4
}

.sidebar-widget h3 {
	font-size: 11px;
	text-transform: uppercase;
	color: #3f1c69;
	font-weight: 600;
	margin: 0 0 13px 0;
	font-family: 'qanelas_softbold';
}

.blog-index article {
	padding: 0 0 45px 0;
	border-bottom: 1px solid #3f1c69;
	margin: 0 0 45px 0;
}

.blog-index article:last-of-type {
	border-bottom: 0;
}

.blog-index .button {
	margin: 1em 0 0 0;
}

.pagination {
	text-align: center;
	font-family: 'publico_text_romanbold', sans-serif;
	font-size: 16px;
	font-weight: 600;
}

.pagination .current {
	color: #bbb;
}

.pagination .page-numbers {
	margin: 0 3px;
}

.pagination .next {
	float: right;
}

.pagination .prev {
	float: left;
}

.return-to-index {
	font-family: 'qanelas_softsemibold';
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 2em 0 0 0;
	display: inline-block;
	text-decoration: none;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1280px) {
	
	/* STRUCTURE */
	
	.flex {
		width: 100%;
		padding: 0 40px;
	}
	
	.blog-container {
		padding: 90px 40px;
	}	
	
	.major-header .flex {
		padding: 0;
	}
	
	.major-header h1,
	.major-header p {
		width: auto;
		float: none;
	}
	
	.major-header .box {
		padding: 50px 40px;
	}	
	
	.centered-mid-copy {
		padding: 50px 0;
		font-size: 20px;
	}
	
	.one-col-copy {
		padding: 50px 0;
	}
	
	.two-col-copy {
		padding: 50px 0;
	}
	
	.two-col-copy .left {
		margin: 0 20px 0 0;
	}
	
	.two-col-copy .right {
		margin: 0 0 0 20px;
	}
	
	/* HEADER */
	
	.header nav ul li {
		margin: 0 0 0 20px;
	}
	
	/* BLOG */
	
	.blog .minor-header {
		/* padding: 70px 0; */
	}	
	
	.blog .sidebar {
		width: 200px;
	}
	
	.blog .blog-content {
		width: calc(100% - 200px);
	}
	
	.testimonials {
		padding: 50px 0;
	}		
	
	.certifications {
		padding: 50px 0;
	}	
	
	/* FOOTER */
	
	.footer nav ul li {
		margin: 0 0 0 27px;
	}
	
	.footer .copyright {
    width: 50%;
	}
	
	.footer .contact {
    width: 50%;
	}
	
}


@media only screen and (max-width:900px) {
	
	.flex {
		width: 100%;
		padding: 0 24px;
	}
	
	.header {
		background: #fafafa;
		padding: 30px 0 20px 0;
	}
	
	.header nav ul {
		margin: 20px 0 0 0;
	}
	
	.header nav ul li {
		margin: 0 20px 0 0;
	}
	
	.header nav ul a {
		line-height: 41px;
	}
	
	.header nav {
		float: left;
		clear: left;
	}
	
	.logo-img {
	height: 41px;
	}
	
	.major-header h1 {
		width: auto;
		float: none;
	}
	
	.major-header h1 br {
		display: none;
	}	
	
	.major-header p {
		width: auto;
		float: none;
		line-height: 1.2;
	}	
	
	.two-col-copy > div {
		display: block;
	}
	
	.two-col-copy h1 {
		font-size: 28px;
	}
	
	.two-col-copy h2 {
		font-size: 16px;
	}	
	
	.two-col-copy.justify {
		text-align: left;
	}

	.two-col-copy .left {
		margin: 0;
	}	
	
	.two-col-copy .right {
		margin: 30px 0 0 0;
	}
	
	.two-col-squares > div {
    	flex-basis: 100%;
	}
	
	.two-col-squares .square-copy {
    padding: 24px;
    text-align: justify;
    box-sizing: border-box;
	}

	.hot-brands {	
		flex-direction: column;
	}
	
	.hot-brands .left {
		/* order: 2; */
		display: none;
	}
	
	.hot-brands .right {
		/* order: 1; */
		margin: 0;
	}
	
	body.page-template-page-partners .two-col-squares .square-copy p {
    font-size: 18px;
	}
	
	body.page-template-page-partners .two-col-squares .square-copy p:last-of-type {
    margin: 1em 0;
	}
	
	.our-partners > div {
		
	}
	
	.our-partners > div:nth-of-type(1) { order: 1; }
	.our-partners > div:nth-of-type(2) { order: 2; }
	.our-partners > div:nth-of-type(3) { order: 4; }
	.our-partners > div:nth-of-type(4) { order: 3; }
	.our-partners > div:nth-of-type(5) { order: 5; }
	.our-partners > div:nth-of-type(6) { order: 6; }
	.our-partners > div:nth-of-type(7) { order: 8; }
	.our-partners > div:nth-of-type(8) { order: 7; }
	.our-partners > div:nth-of-type(9) { order: 9; }
	.our-partners > div:nth-of-type(10) { order: 10; }
	.our-partners > div:nth-of-type(11) { order: 12; }
	.our-partners > div:nth-of-type(12) { order: 11; }
	.our-partners > div:nth-of-type(13) { order: 13; }
	.our-partners > div:nth-of-type(14) { order: 14; }
	
	body.home .hot-brands img {
		margin: 50px auto;
		zoom: 1;
		width: 60%;
	}		
	
	.three-col-copy {
		padding: 50px 0;
	}
	
	.three-col-copy .cols {
		display: block;
	}
	
	.three-col-copy .cols > div {
		width: 100%;
		margin: 0 0 60px 0;
	}
	
	.minor-header {
		padding: 80px 24px;
	}
	
	.minor-header .right {
		display: none;
	}	
	
	.blog .minor-header h1 {
		font-size: 40px;
	}	
	
	.major-header {
		padding: 0;
	}
	
	.major-header .flex {
		padding: 0;
	}
	
	.major-header .box {
		width: 100%;
		padding: 48px 24px;
		position: relative;
	}
	
	.major-header h1 {
		font-size: 36px;
		line-height: 1;
		margin: 0 0 24px 0;
	}	
	
	.major-header .box.left {
		float: none;
		left: 0;
	}
	
	
	body.page-template-page-terms .minor-header {
		padding: 50px 0;
	}

	body.page-template-page-terms .minor-header h1 {
		font-size: 40px;
	}

	body.page-template-page-terms .minor-header p {
		font-size: 20px;
	}	
	
	

	body.page-template-page-contact .minor-header h1 {
		font-size: 40px;
		margin: 0 0 .5em 0;
	}
	
	.blog .minor-header {
		padding: 50px 0;
	}	
	
	.blog .minor-header p {
		font-size: 20px;
	}
	
	.blog .sidebar {
		width: 100%;
		float: none;
		margin: 30px 0;
	}
	
	.blog .blog-content {
		width: 100%;
		float: none;
	}
	
	.blog .blog-content blockquote {
		padding: 0 1em;
	}	
	
	.blog-location {
		margin: 0 0 40px 0;
	}
	
	.post-title {
		font-size: 30px;
		margin: .5em 0;
	}
	
	.return-to-index {
		margin: 2em 0;
	}
	
	body.page-template-page-contact .minor-header {
		padding: 50px 0;
	}
	
	body.page-template-page-contact .minor-header .right {
		display: none;
	}	
	
	body.page-template-page-contact .minor-header p {
		font-size: 20px;
		font-family: 'publico_text_romanbold', sans-serif;
		margin-bottom: 0;
		color: #ffffff;
	}
	
	body.page-template-page-contact .right {
		border-top: 1px solid #eee;
		padding: 30px 0 0 0;
		margin: 40px 0 0 0;		
	}
	
	.certifications {
		padding: 50px 0;
	}
	
	.two-col-squares.team-profile {
		padding: 0;
	}
	
	.team-profile .team-photo {
	    width: 150px;
	}
	
	.two-col-squares .square-copy.chris-paulsen {
		padding: 24px 24px 0 24px;
	}
	
	.chris-paulsen span.department {
		margin: 12px 0 0 0;
	}	
	
	.footer .nav {
		float: left;
	}
	
	.footer nav ul li {
    	margin: 0 27px 0 0;
	}
	
	.footer {
		padding: 30px 0;
	}
	
	.footer nav ul li {
		margin: 0 30px 0 0;
	}
	
	.footer .contact,
	.footer .copyright {
		float: none;
		text-align: left;
		margin: 1em 0;
		width: auto;
	}
	
	.footer .contact {
		margin: 1em 0 2em 0;
	}
	
	.footer .contact > div {
		width: auto;
		display: block;
	}	
	
	.footer .logo {
		float: left;
		margin: 0 0 20px 0;
	}
	
	.footer .nav {
		float: left;
		margin: 0 0 20px 0;
		clear: left;
		font-family: 'qanelas_softbold', sans-serif;
	}
	
	.footer nav ul a {
		line-height: 41px;
	}
	
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#3f1c69;
	color:#fafafa;
	text-shadow:none;
}

::-webkit-selection {
	background:#3f1c69;
	color:#fafafa;
	text-shadow:none;
}

::-moz-selection {
	background:#3f1c69;
	color:#fafafa;
	text-shadow:none;
}


/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:1em 0;
}

.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}

.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

a img.alignnone {
	margin:5px 20px 20px 0;
}

a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

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

.wp-caption {
    background: #f5f5f5;
    color: #000;
	max-width: 100%;
	padding: 0;
	font-size: 10px;
}

.wp-caption.alignnone {
	margin: 30px 0;
}

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

.wp-caption.alignright {
	margin:5px 0 20px 20px;
}

.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width: 100%;
	padding:0;
	width:auto;
}

.featured-image {
	display: table;
}

.ccfic {
    background: #f5f5f5;
    color: #000;
	display:table-caption;
	caption-side:bottom;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.ccfic {
 	font-size: 12px;
    line-height: 17px;
    margin: 0;
    padding: 10px 15px;
}

.sticky {

}

.bypostauthor {

}