/*
Theme Name: Ascent Advisory
Version: 1.0
Author: Seriosuly Good Design
Author URI: http://sgd.com.au
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');



body {
	margin:0;
	font-size:0.938em;
	line-height:1.73;
	color:#56565b;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
	letter-spacing: .4px;
	background: #f7f7f7;
	}


ol,ul {
	padding:0;
	list-style:none;
	}

* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}

*:focus,
*:active,
*:visited {
	outline:none;
	}

img {
	vertical-align:middle;
	max-width:100%;
	}

.img-full-width {
	max-width:none;
	width:100%;
	}

strong {
	font-weight:700;
	}

.uppercase {
	text-transform:uppercase;
	}

.pull-right {float:right;}
.pull-left {float:left;}

.text-center {text-align:center;}
.text-right {text-align:right;}
.text-left {text-align:left;}

.container {
	max-width:1200px;
	padding-left:50px;
	padding-right:50px;
	margin:0 auto;
	}

.container.full {
	max-width: 2500px;
	padding-left:100px;
	padding-right:100px;
}

.container.medium {
	max-width: 900px;
}

.container.large {
	max-width: 1500px;
}

.gap-top {
	padding-top: 100px;
}

.gap-bottom {
	padding-bottom: 100px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:700;
	line-height:1.8;
	}

h1 span,
h2 span,
h3 span,
h4 span,
h6 span {
	padding:5px 0;
	border-bottom: 2px solid rgba(243, 107, 33, .3);
	transition: border-color .3s ease;
}

a:hover h1 span,
a:hover h2 span,
a:hover h3 span,
a:hover h4 span,
a:hover h5 span,
a:hover h6 span {
	border-color:rgba(243, 107, 33, 1);
}

h1 {font-size:3.2em;}
h2 {font-size:2.7em;}
h3 {font-size:2.2em;}
h4 {font-size:1.7em;}
h5 {font-size:1.2em;}
h6 {font-size:.8em;}

@media (max-width:1030px){
	h1 {font-size:2.7em;}
	h2 {font-size:2.3em;}
	h3 {font-size:1.9em;}
	h4 {font-size:1.5em;}
	h5 {font-size:1.1em;}
	h6 {font-size:.8em;}
	}

@media (max-width:767px){
	h1 {font-size:2.3em;}
	h2 {font-size:2em;}
	h3 {font-size:1.7em;}
	h4 {font-size:1.4em;}
	h5 {font-size:1.1em;}
	h6 {font-size:.8em;}
	}

small {
	font-size:85%;
	}

a {
	color:inherit;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}

.underline-link {
	text-decoration:underline;
	}

.underline-link:hover {
	text-decoration:none;
	}

.inherit-link {
	color:inherit;
	}

.muted {
	opacity:.5;
	}

.margin-b,
.margin-b-group .item,
.group, p, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin:0 0 20px;
	}

.margin-b-s,
.margin-b-s-group .item {
	margin-bottom:15px;
	}

.margin-b-l,
.margin-b-l-group .item {
	margin-bottom:100px;
	}

.margin-b-n,
.margin-b-n-group .item {
	margin:0;
	}

.group * {
	margin:0;
	}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	}

.row {
	margin-left:-25px;
	margin-right:-25px;
	}

.row:before,
.row:after {
	display: table;
	content: " ";
	clear:both;
	}

.row.gutter-none {
	margin-left:0;
	margin-right:0;
	}

.row.gutter-none .col1,
.row.gutter-none .col2,
.row.gutter-none .col3,
.row.gutter-none .col4,
.row.gutter-none .col5,
.row.gutter-none .col6,
.row.gutter-none .col7,
.row.gutter-none .col8,
.row.gutter-none .col9,
.row.gutter-none .col10,
.row.gutter-none .col11,
.row.gutter-none .col12 {
	padding:0;
	}


.col1,
.col2,
.col3,
.col4,
.col5,
.col6,
.col7,
.col8,
.col9,
.col10,
.col11,
.col12 {
	float:left;
	padding:0 25px;
	}

.col1 {width:8.333%;}
.col2 {width:16.666%;}
.col3 {width:25%;}
.col4 {width:33.333%;}
.col5 {width:41.666%;}
.col6 {width:50%;}
.col7 {width:58.333%;}
.col8 {width:66.666%;}
.col9 {width:75%;}
.col10 {width:83.333%;}
.col11 {width:91.666%;}
.col12 {width:100%;}


.nav-btn {
	cursor:pointer;
	z-index:1000;
	position:fixed;
	top:30px;
	right:30px;
	border:none;
	background: #fff;
	border-radius: 100px;
	height:40px;
	width:40px;
	padding:0;
	line-height:1;
	}

.nav-btn span {
	background:#f36b21;
	height:2px;
	margin-top:-1px;
	width:20px;
	position:absolute;
	top:50%;
	left:10px;
	-webkit-transition:all ease .3s;
	-moz-transition:all ease .3s;
	transition:all ease .3s;
	}

.nav-btn span:first-child {
	top:13px;
	margin-top:0;
	}

.nav-btn span:last-child {
	top:25px;
	margin-top:0;
	}

.nav-btn.active span {
	opacity:0;
	}
	
.nav-btn.active span:first-child,
.nav-btn.active span:last-child {
	opacity:1;
	top:20px;
	}
	
.nav-btn.active span:last-child {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	}

.nav-btn.active span:first-child {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}
	
.btn,
.contact-form .button {
	display:inline-block;
	line-height:1;
	padding:22px 50px;
	background:#f36b21;
	text-align:center;
	cursor:pointer;
	border:none;
	font-family:inherit;
	font-size:inherit;
	font-weight: 700;
	color:#fff;
	box-shadow: none;
	transition: color .3s ease, background .3s ease, box-shadow .3s ease;
	}

.btn:hover,
.contact-form .button:hover {
	text-decoration:none;
	background: #fff;
	color:#f36b21;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	}
	
.btn-block {
	width:100%;
	}

.header {
	position: relative;
	z-index: 999;
}

.main-logo {
	position: absolute;
	top: 0;
	left: 0;
}

.main-logo .front {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.menu {
	position: absolute;
	top: 0;
	right: 0;
}

.menu li {
	display: inline-block;
	margin-left: 25px;
}

.menu li a {
	color: #fff;
	font-weight: 700;
	font-size: 1.13em;
	display: inline-block;
	border-bottom: 2px solid transparent;
	transition: border-color .3s ease;
}

.menu li a:hover {
	text-decoration: none;
}

.menu .current_page_item a,
.menu .current-page-ancestor a,
.menu .current_page_parent a,
.menu li a:hover {
	border-bottom: 2px solid rgba(243, 107, 33,1);
}

.hero {
	height: 90vh;
	min-height: 700px;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
}

.hero.inner {
	height: 600px;
	min-height: inherit;
}

.hero:before {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #292d37;
	opacity: .5;
}

.hero .wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color:#fff;
	max-width: 700px;
	z-index: 1;
	padding: 100px;
}

.main-logo,
.menu {
	margin:100px;
}

.hero .title {
	font-size: 3.667em;
	line-height: 1.3;
}

.hero.inner .title {
	font-size: 3em;
}

.hero p {
	font-size: 1.13em;
	font-weight: 700;
}

.hero .duplicate {
	position: absolute;
	bottom: -2vw;
	opacity: .15;
	left: 0;
	font-size: 13vw;
	margin:0;
	line-height: 1;
	color: #fff;
	white-space: nowrap;
	z-index: -1;
}

.columns-wrap {
    position: relative;
}

.columns-wrap .bg-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: .1;
	margin: -166px 0 0 -173px;
}

.columns {
    counter-reset: counter;
    overflow: hidden;
    margin: 0 -50px;
}

.columns .item {
	width: 50%;
	float: left;
	margin-bottom: 100px;
	padding: 0 50px;
	position: relative;
	z-index: 1;
}

.columns .item:nth-child(even) {
	margin-top: 100px;
	margin-bottom: 0;
}

.columns .item:last-child {
	margin-bottom: 100px;
}

.columns .item:nth-child(odd) {
	clear: left;
}

.columns .item a {
	padding: 130px 70px 70px 270px;
	position: relative;
	display: block;
}

.columns .item a p {
	margin:0;
}

.columns .item a:hover {
	text-decoration:none;
}

.columns .item a .wrap:before {
    counter-increment: counter;
    content: "." counter(counter, decimal-leading-zero) " ";
    font-weight: 700;
    display: inline-block;
    margin-bottom: 20px;
    opacity: .4;
}

.columns .item a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 200px;
	height: 100%;
	width: 0;
	background: #f36b21;
	transition: width .3s ease;
}


.columns .item a:hover:after {
	width: calc(100% - 200px);
}
.columns .item .bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 200px;
	background-size: cover;
	background-position: center;
}

.columns .item a .wrap {
	position: relative;
	z-index: 1;
	max-width: 450px;
	transition: color .3s ease;
}


.columns .item a:hover .wrap {
	color:#fff;
}

.columns .item a:hover .title span {
	border-color:rgba(255,255,255,.3);
}

.btn-wrap {
	text-align: center;
	position: relative;
}

.full-bg-img {
	height: 550px;
	background-repeat:no-repeat;
	background-attachment:fixed;
    	background-size: cover;
    	background-position: center center;
    	position: relative;
    	overflow: hidden;
}

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}


.owl-carousel {
    counter-reset: counter;
    padding-left: 80px;
    position: relative;
}

.owl-carousel .item {
	padding-right: 85px;
}

.owl-carousel .owl-dots {
	position: absolute;
	top: 0;
	left: 0;
}

.owl-carousel .owl-dot span {
	font-weight: 700;
	color:#babac0;
	border-bottom: 2px solid transparent;
	margin-bottom: 5px;
	display: inline-block;
}

.owl-carousel .owl-dot span:before {
    counter-increment: counter;
    content: "." counter(counter, decimal-leading-zero) " ";
}

.owl-carousel .owl-dot.active span {
	border-bottom-color: rgba(243, 107, 33, .3);
	color: inherit;
}

.owl-carousel .text {
	font-size: 1.15em;
	max-width: 700px;
	position: relative;
	padding-left: 15px;
	margin-bottom: 30px;
}

.owl-carousel .text:before {
	content: '"';
	position: absolute;
	top: 0;
	left: 0;
}

.owl-carousel .title {
	margin-bottom: 10px;
	text-align: right;
}

.owl-carousel .sub-title {
	font-size: .85em;
	margin-bottom: 0;
	text-align: right;
}

.container.carousel-wrap {
	padding-right: 25px !important;
}

.cta {
	height: 350px;
	position: relative;
	background: #c6f1ff;
	display: block;
}

.cta img {
	position: absolute;
	top: -30px;
	left: 0;
}

.cta:hover {
	text-decoration:none;
}

.cta .title {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 100px 100px 0;
}

.cta .title span:after {
	content: '';
	display: inline-block;
	height: 32px;
	width: 32px;
	margin: 0 10px 4px;
	vertical-align: middle;
	background: url(img/svg/arrow.svg) no-repeat center center;
	background-size: 15px auto;
	opacity: .3;
	transition: opacity .3s ease, margin .3s ease;
}

.cta:hover .title span:after {
	opacity: 1;
	margin: 0 7px 4px 13px;
}

.footer {
	position: relative;
	z-index: 1;
	background: inherit;
}

.footer-logo {
	opacity: .2;
	height: 60px;
	margin-bottom: 100px;
}

.contact-details {
	margin-bottom: 20px;
}

.contact-details p {
	margin-bottom: 10px;
	position: relative;
	padding-left: 30px;
	color: #babac0;
}

.contact-details p strong {
	position: absolute;
	top: 0;
	left: 0;
	color: #56565b;
}

.social li {
	display: inline-block;
	margin-right: 10px;
}

.social img {
	height: 20px;
}

.social li a {
	display: inline-block;
	opacity: .3;
	transition: opacity .3s ease;
	line-height: 1;
}

.social li a:hover {
	opacity: 1;
}

.copyright {
	margin-top: 100px;
	font-size: .85em;
	text-align: right;
}

a[href^="mailto:"] {  white-space: pre-wrap; /* css-3 */    
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */    
    white-space: -o-pre-wrap; /* Opera 7 */    
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.field input,
.field textarea {
	border: none;
	width: 100%;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
	background: none;
	padding:0;
	line-height: 50px;
	height: 50px;
	font-size: inherit;
	font-family: inherit;
	letter-spacing: inherit;
	transition: border-color .3s ease;
}

.field textarea  {
	height: 100px;
	line-height: 1.5;
	padding: 15px 0;
	max-width: 100%;
}

.field input:focus,
.field textarea:focus {
	border-color:rgba(0, 0, 0, .2);
}

.validation_error {
	padding:20px;
	text-align: center;
	font-size: .85em;
	font-weight: 700;
	color:#fff;
	background: #c40000;
	margin-bottom: 20px;
}

.validation_message {
	color: #c40000;
	font-size: .85em;
	font-weight: 700;
	margin: 10px 0;
}

.gfield_error input,
.gfield_error textarea {
	border-color: #c40000;;
}

.newsletter-form {
	overflow: hidden;
	display: block;
}

.newsletter-form .button {
	display: block;
	height: 50px;
	width: 50px;
	overflow: hidden;
	background: none;
	border: none;
	text-indent: -999px;
	cursor: pointer;
	background: url(img/svg/arrow.svg) no-repeat center center;
	background-size: 15px;
	opacity: .3;
	transition: opacity .3s ease;
}

.newsletter-form .button:hover {
	opacity: 1;
}

.newsletter-form .field input {
	width: calc(100% + 50px);
	padding-right: 50px;
}

.newsletter-form .gform_body {
	float: left;
	width: calc(100% - 50px);
}

.newsletter-form .gform_footer {
	float: left;
	width: 50px;
	text-align: center;
}

time {
	font-size: .85em;
	color:#babac0;
}

.latest {
	text-align: right;
}

.latest a:hover {
	text-decoration:none;
}

.latest .wrap {
	max-width: 350px;
	display: inline-block;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h6 {
	max-width: 500px;
}

.content p {
	padding-left: 50px;
	line-height: 1.95;
}

.content h5 {
padding-left:50px;
font-size:1em;
font-weight:400;
}

.content ul{
	padding-left: 50px;
}

.content ul li,
.content ol li {
	padding-left: 50px;
	position: relative;
	margin-bottom: 5px;	
}

.content ul li{
	list-style-position: inside;
}

.content ul li:before {
	content: '';
	height:4px;
	width:4px;
	background: #babac0;
	position: absolute;
	top: 11px;
	left: 5px;
}

.content a:not(.btn){
	border-bottom: 2px solid rgba(243, 107, 33, .3);
	transition: border .3s ease;
}

.content a:hover {
	text-decoration:none;
	border-color: rgba(243, 107, 33, 1);
}

.content ol {
	counter-reset: counter;
}

.content ol li:before {
	counter-increment: counter;
    content: "." counter(counter, decimal-leading-zero) " ";
    font-weight: 700;
    font-size: .75em;
    color: #babac0;
    position: absolute;
    top: 0;
    left: 0;
}

blockquote {
	margin: 0 0 20px;
	border-left: 2px solid rgba(243, 107, 33, .3);
}

.content blockquote p {
	padding-top:25px;
	padding-bottom: 25px;
	column-count: 1;
    column-gap: 0;
    margin: 0;
}

.content p img {
	column-count: 1;
    column-gap: 0;
}

.content img {
	height: auto !important
}

.content .img-wrap {
	column-count: 1;
    column-gap: 0;
    margin:0 -50px 30px;
    padding-left: 0;
}

.team {
	color:#fff;
	max-width:900px;
	margin:0 auto;
}

.team .item {
	background: #f36b21;
	position: relative;
	padding-left: 300px;
	margin-bottom: 50px;
}

.team .wrap {
	padding: 50px !important;
}

.team .photo {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 300px;
	background-size: cover;
	background-position: center;
}

.team .title span {
	border-color:rgba(255,255,255,.3);
}

.team p {
	margin-bottom: 10px;
}

.news-feed {
	margin: 0 !important;
}

.news-feed .item,
.news-feed .item:nth-child(even) {
	width: 100%;
	padding-left: 0;
	margin:0 0 50px;
}

span.date {
    font-weight: 700;
    color: #babac0;
    display: inline-block;
    margin-bottom: 20px;
}

.news-feed .item a .wrap:before {
	display: none;
}

.news-feed .item a {
	padding-top: 70px;
}

.sidebar-widget > div {
	margin-top: 70px;
}

.sidebar-widget h3 {
	font-size: 1.25em;
}

.sidebar-widget ul li {
	margin-bottom: 15px;
}

.sidebar-widget .post-date {
	display: block;
    color: #babac0;
    font-size: .85em;
}

.pagination {
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 1.2em;
}

.pagination .page-numbers {
    color: #babac0;
    display: inline-block;
    margin-right: 15px;
}

.pagination .page-numbers:hover {
	text-decoration: none;
	color: inherit;
}

.pagination .page-numbers:not(.next):not(.prev):before {
	content:'.';
}

.pagination .current {
	border-bottom: 2px solid #f36b21;
	color: inherit;
}

.hero .date {
	color:#fff;
	font-size: .85em;
}

.padding-box {
	padding: 100px;
}

.white-bg {
	background-color: #fff;
}

.contact-section {
	background:#fdfdfd;
}

@media (max-width:1300px){

	.container.full {
		padding-right: 70px;
		padding-left: 70px;
	}

	.margin-b-l, .margin-b-l-group .item {
		margin-bottom: 70px;
	}

	.hero .wrap {
		padding: 70px;
	}

	.main-logo, .menu {
		margin: 70px;
	}

	.gap-top {
		padding-top: 70px;
	}

	.gap-bottom {
		padding-bottom: 70px;
	}

	.columns {
		margin: 0 -35px;
	}

	.columns .item:nth-child(even) {
		margin-top: 70px;
	}

	.columns .item {
		padding: 0 35px;
		margin-bottom: 70px;
	}

	.news-feed .item,
	.news-feed .item:last-child {
		padding: 0 !important;
		margin: 0 0 50px !important;
	}

	.columns .item:last-child {
		margin-bottom: 70px;
	}

	.columns .item a {
		padding:100px 50px 50px 200px;
	}

	.news-feed .item a {
		padding-top: 50px;
	}

	.columns .item .bg {
		width: 150px;
	}

	.columns .item a:after {
		left: 150px;
	}

	.columns .item a:hover:after {
		width: calc(100% - 150px);
	}

	.menu li a {
		font-size: 1em;
	}

	.cta .title {
		font-size: 1.7em;
	}

	.owl-carousel {
		padding-left: 50px;
	}

	.owl-carousel .item {
		padding-right: 55px;
	}

	.cta .title {
		margin: 0 70px 70px 0;
	}

	.team {		
	    -webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	}

	.padding-box {
		padding: 70px;
	}
}

@media (max-width:1100px){
	.columns .item .bg {
		position: relative;
		z-index: 1;
		height: 250px;
		width: 100%;
	}

	.columns .item a {
		padding: 0;
	}

	.columns .item a .wrap {
		padding: 50px;
	}

	.columns .item a:after {
		left: 0;
	}

	.columns .item a:hover:after {
		width: 100%;
	}

	.columns .item:nth-child(even) {
		margin-top: 0;
	}

	.columns .item .title {
		font-size: 1.4em;
	}

	.cta img {
		height: 280px;
		top: -20px;
	}

	.sidebar-widget > div {
		margin: 0 0 50px;
	}

	.full-bg-img {
		background-attachment:scroll;
	}
}

@media (max-width:950px){

	.hero .wrap {
		padding: 50px;
	}

	.main-logo, .menu {
		margin: 50px;
	}

	.container.full {
		padding-left: 50px;
		padding-right: 50px;
	}

	.gap-top {
		padding-top: 50px;
	}

	.gap-bottom {
		padding-bottom: 50px;
	}

	.margin-b-l, .margin-b-l-group .item {
		margin-bottom: 50px;
	}

	.columns {
		margin: 0 -25px;
	}

	.columns .item, 
	.columns .item:last-child {
		padding: 0 25px;
		margin-bottom: 50px;
	}

	.full-bg-img {
		height: 400px;
	}

	.menu li {
		margin-left: 15px;
	}

	.main-logo img {
		height: 75px;
	}

	.padding-box {
		padding: 50px;
	}
}

@media(min-width:768px){	
	.nav-btn {
		display:none;
		}
	}

@media (max-width:767px){
	
	.container {
		padding-left:30px;
		padding-right:30px;
		}
	
	.row {
		margin-left:0;
		margin-right:0;
		}
	
	.col1,
	.col2,
	.col3,
	.col4,
	.col5,
	.col6,
	.col7,
	.col8,
	.col9,
	.col10,
	.col11,
	.col12 {
		width:auto;
		float:none;
		padding:0;
		}

	.hero .wrap {
		padding: 30px;
	}

	.main-logo, .menu {
		margin: 30px;
	}

	.main-logo {
		position: absolute;
	}

	.main-logo img {
		height: 50px;
	}

	.menu {
		position: fixed;
		top: 0;
		right: 0;
		height: 100%;
		width: 250px;
		background: #f7f7f7;
		margin: 0;
		padding: 100px 30px 50px;
		overflow: auto;
		text-align: right;
		transform: translateX(100%);
		transition: transform .3s ease;
		z-index: 999;

	}

	.menu.visible {
		transform: translateX(0);
	}

	.blackout {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		height: 120%;
		width: 100%;
		background: #000;
		opacity: .4;
		z-index: 100;
	}

	.menu li {
		display: block;
		margin: 0 0 15px
	}

	.menu li a {
		color: inherit;
	}

	.hero {
		min-height: 400px;
	}

	.hero .title {
		font-size: 2em;
		line-height: 1.5;
	}

	.hero.inner .title {
		font-size: 1.3em;
	}
	
	.hero p {
		font-size: 1em;
	}

	.btn,
	.contact-form .button {
		padding: 15px 30px;
	}

	.container.full {
		padding-right: 30px;
		padding-left: 30px;
	}

	.gap-top {
		padding-top: 40px;
	}

	.gap-bottom {
		padding-bottom: 40px;
	}

	.columns {
		margin: 0 -30px;
	}

	.columns .item {
		width: 100%;
		float: none;
		padding:0 30px;
		margin: 0 0 30px !important;
	}

	.columns .item:last-child {
		margin-bottom: 0 !important;
		padding:0 30px;
	}

	.columns .item a .wrap {
		padding: 30px;
	}

	.columns .item a p {
		font-size: .85em;
	}

	.columns .item .title {
		font-size: 1.2em;
	}


	.columns-wrap .bg-logo {
		height: 240px;
		margin: -120px 0 0 -125px;
	}

	.btn-wrap .btn {
		width: 100%;
		margin-top: 40px;
	}

	.full-bg-img {
		height: 250px;
	}

	.owl-carousel .text {
		font-size: 1em;
	}

	.owl-carousel .item {
		padding-right: 30px;
	}

	.container.carousel-wrap {
		padding-right: 0 !important;
	}

	.cta {
		height: 220px;
	}

	.cta .title {
		margin: 0 30px 30px 0;
		font-size: 1em;
	}

	.cta .title span:after {
		width: 15px;
		height: 25px;
		background-size: 10px;
	}

	.cta img {
		height: 160px;
		top: -12px;
	}

	.footer-logo {
		margin-bottom: 40px;
	}

	.footer .social {
		margin-bottom: 80px;
	}

	.newsletter-form {
		margin-bottom: 80px;
	}

	.latest,
	.copyright {
		text-align: left;
	}

	.hero.inner {
		height: 350px;
	}

	.content p {
	    padding-left: 0;
	    column-count: 1;
	    column-gap: 0;
	}

	.content h5 {padding-left:0;}

	.content .img-wrap {
		margin: 0 -30px;
	}

	.content blockquote p {
		padding-left: 30px;
	}

	.content ul li, .content ol li {
		padding-left: 30px;
	}

	.team .item {
		padding-left: 0;
		margin-bottom: 0;
	}

	.team .photo {
		position: static;
		height: 400px;
		width: 100%;
	}

	.team .wrap {
		padding:30px !important;
	}

	.news-feed .item:last-child {
		margin-bottom: 50px !important;
	}

	.pagination {
		font-size: 1em;
		margin-bottom: 50px;
	}

	.pagination .page-numbers {
		margin-right: 10px;
	}


	.padding-box {
		padding: 30px;
	}

}
