/*
Theme Name: exterra
Theme URI: h#
Author: Quikclicks
Author URI: https://www.quikclicks.com.au
Description: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: https://www.quikclicks.com.au
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');
/* font-family: 'Open Sans', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900&display=swap');
/* font-family: 'Raleway', sans-serif; */


/* lazyload css for litespeed cache plugin - added by ren 29-03-19
PART 1 - Before Lazy Load */
img[data-lazyloaded]{
opacity: 0;
}

/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
-webkit-transition: opacity .5s linear 0.2s;
-moz-transition: opacity .5s linear 0.2s;
transition: opacity .5s linear 0.2s;
opacity: 1;
}

body {
  color: #363636;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  overflow-x:hidden;
}
p {
  color: #363636;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  margin: 0 0 15px;
}
a {
   color: #113168;
   text-decoration: none;
}
a:focus, a:hover {
    color: #fed403;
    text-decoration: none;
}
img {
   max-width: 100%;
   height: auto;
   border: none;
   border-radius: 0;
}
.featured-image {
  background-size: cover !important;
  min-height: 376px;
  position: relative;
}
.page-title {
	font-size: 50px;
	line-height: 50px;
	text-align: center;
	margin: 0;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	padding: 160px 0 30px;
}
/* slider */
#topslider {
    position: relative;
    z-index: 9;
}
#topslider .slick-list {
    overflow: inherit;
}
#topslider .slide-item {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 670px;
  padding-bottom: 50px;
}
.slide-content {
  padding-top: 170px;
  text-align: center;
}
.slide-content img {
	display: inline-block;
	margin-bottom: 10px;
}
.slide-content p {
  color: #fff;
  font-size: 50px;
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  margin: 0;
  line-height: 50px;
}
.slide-content strong {
  color: #fed005;
  font-size: 80px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  line-height: 90px;
  display: block;
}
.slide-content p > a {
  display: inline-block;
  vertical-align: top;
  min-width: 225px;
  background: #fed403;
  height: 53px;
  line-height: 53px;
  color: #00235d;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  margin-top: 33px;
  text-shadow: none;
  border-radius: 50px;
  text-transform: uppercase;
}
.slide-content p > a:hover {
  background: #113168;
  color: #ffffff;
}
/* header */
.header {
	padding: 32px 0 14px;
	background: #000c21;
}
.navbar-default {
    background: none;
    border: medium none;
    border-radius: 0;
    min-height: 1px;
    margin: 0;
}
.menu-area {
	padding-top: 29px;
	text-align: center;
}
.navbar-collapse {
  padding: 0;
}
.navbar-default ul {
  list-style: none;
  padding: 0;
  float: left;
  text-align: center;
  margin: 0;
  width: 100%;
}
.navbar-default .navbar-nav > li {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 9px 11px;
    position: relative;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li:first-child > a {
  padding-left: 0;
}
.navbar-default .navbar-nav > li:last-child > a {
  padding-right: 0;
}
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li.current-menu-item > a, 
.navbar-default .navbar-nav > li.menu-item-has-children:hover > a, 
.navbar-default .navbar-nav > li.current-menu-parent > a {
    color: #fed403;
}
.navbar-default ul.sub-menu {
	border: medium none;
	border-radius: 0;
	display: none;
	padding: 0 0 11px;
	position: absolute;
	min-width: 280px;
	z-index: 999;
	left: 0;
	margin: 0;
	background: #113168;
}
.navbar-nav > li:hover > .sub-menu {
  display: block;
}
.navbar-nav .sub-menu li {
  position: relative;
}
.navbar-nav .sub-menu li:first-child {
  padding-top: 8px;
}
.navbar-nav .sub-menu li > .sub-menu {
  left: 280px;
  top: 0;
  border-top-left-radius: 0;
}
.navbar-nav .sub-menu li:hover > .sub-menu {
  display: block;
}
.sub-menu li > a {
	border: medium none;
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 18px;
	padding: 3px 11px 4px;
	text-decoration: none;
	text-align: left;
	display: block;
}
.sub-menu li > a:hover, .sub-menu li > a:focus, 
.sub-menu li.current-menu-item > a {
  color: #fed403;
}
.header-top {
	text-align: right;
	padding-top: 20px;
}
.header-top a {
	display: inline-block;
	padding: 0 15px;
	height: 53px;
	line-height: 53px;
	background: #113168;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	width: 100%;
	max-width: 262px;
	border-radius: 50px;
	text-align: center;
}
.header-top a:hover {
  background: #fed403;
}
/* footer */
footer {
	background: #00102b;
	padding: 68px 0 50px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
footer p, footer a {
	color: #fff;
	font-size: 14px;
}
.footer-sidebar:nth-child(2) {
	padding-top: 29px;
	padding-bottom: 19px;
}
.footer-sidebar:nth-child(2) strong {
	color: #fed403;
	font-weight: 600;
	display: block;
	text-transform: uppercase;
}
footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
footer ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
}
.footer-sidebar {
	max-width: 945px;
	margin: 0 auto;
}
.copyright {
	color: #585e6a;
	font-size: 13px;
	border-top: 1px solid #334055;
	padding-top: 34px;
	margin-top: 71px;
}
.copyright a {
	color: #585e6a;
	display: inline-block;
}
.copyright a:hover {
	color: #fed403;
}
/* general page */
.vc_row.wpb_row.vc_row-fluid.general-top-section {
	padding-top: 92px;
	padding-bottom: 107px;
}
.vc_custom_heading.section-title {
	text-transform: uppercase;
	margin: 0 0 67px;
	padding-bottom: 27px;
	position: relative;
}
.vc_custom_heading.section-title::after {
	content: "";
	width: 165px;
	height: 3px;
	background: #fed403;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.general-left strong {
	font-size: 20px;
	font-weight: 600;
}
.vc_custom_heading.section-subtitle {
	margin: 59px 0 20px;
}
.vc_custom_heading.section-subtitle.first {
	margin-top: 8px;
}
.center {
	text-align: center;
}
.hew-cta-section .vc_custom_heading.section-subtitle {
	margin-top: 20px;
}
.usefull-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.usefull-links ul li {
	padding-left: 30px;
	background: url(images/tick-icon.png) no-repeat scroll 0 2px;
	background-size: 20px auto;
	margin-bottom: 15px;
}
/* blog */
.main-content.blog.general {
	padding-top: 92px;
	padding-bottom: 107px;
}
.post-listing {
  margin-bottom: 30px;
}
.post-listing:nth-child(3n+4) {
  clear: left;
}
.list-img img {
	width: 100%;
}
.blog-content {
	background: #f6f6f6;
	padding: 21px 30px 25px;
	min-height: 295px;
}
.blog-content h3 {
	margin: 0 0 20px;
	font-family: 'Raleway', sans-serif;
	font-size: 25px;
	font-weight: 600;
	line-height: 25px;
}
.blog-content h3 a {
  color: #113168;
  display: block;
}
.blog-content h3 a:hover {
  color: #fed403;
}
.meta-post {
  color: #fed403;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
/* pagination */
.blog-pagination {
  float: left;
  width: 100%;
  margin-top: 50px;
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #113168;
  padding: 0;
  margin: 2px 5px;
  width: 62px;
  height: 62px;
  display: inline-block;
  vertical-align: middle;
  line-height: 60px;
  color: #fed403;
  text-align: center;
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  border-radius: 50px;
}
.wp-pagenavi span.current {
    border-color: #113168;
    border-width: 8px;
    color: #fed403;
    width: 62px;
    height: 62px;
    line-height: 44px;
    text-align: center;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    border-radius: 50px;
}
.wp-pagenavi a:hover {
  border-color: #113168;
  color: #fed403;
}
/* post details */
.main-content.blog.post-details {
	padding-top: 75px;
	padding-bottom: 85px;
}
.post-title {
	color: #113168;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	margin: 0 0 30px;
}
.meta-post.date {
	position: relative;
	padding-top: 30px;
	padding-bottom: 20px;
}
.meta-post.date::before {
	content: "";
	width: 165px;
	height: 3px;
	background: #fed403;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
/* contact */
.wpb_text_column.wpb_content_element.con-info.top-con {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 27px;
	margin-bottom: 27px;
}
.con-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.con-info ul li {
	margin-bottom: 15px;
}
.con-info ul li a {
	color: #363636;
}
.con-info strong {
	color: #113168;
	font-weight: 700;
	font-size: 16px;
}
.wpcf7 label {
	margin-bottom: 9px;
	font-weight: 700;
	width: 100%;
}
.wpcf7-form-control.wpcf7-text {
	font-size: 13px;
	color: #828282;
	border: 1px solid #e1e1e1;
	padding: 0 20px;
	height: 38px;
	border-radius: 3px;
	background: #f6f6f6;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.wpcf7-form-control.wpcf7-textarea {
	font-size: 13px;
	color: #828282;
	border: 1px solid #e1e1e1;
	padding: 0 20px;
	height: 177px;
	border-radius: 3px;
	background: #f6f6f6;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.wpcf7-form-control.wpcf7-submit {
	float: right;
	width: 96px;
	height: 40px;
	margin: 1px 0 0;
	padding: 0;
	border: none;
	background: #113168;
	color: #fff;
	font-size: 11px;
	border-radius: 50px;
	font-family: 'Raleway', sans-serif;
	box-shadow: inherit;
	font-weight: 700;
	text-transform: uppercase;
}
div.wpcf7-response-output {
	float: left;
}
div.wpcf7-mail-sent-ok {
	display: none !important;
}
.vc_row.wpb_row.vc_row-fluid.general-top-section.contact-top-section {
	padding-bottom: 68px;
}
/* home */
.vc_row.wpb_row.vc_row-fluid.welcome-section {
	padding-top: 49px;
	padding-bottom: 45px;
}
.welcome-section p {
	color: #fff;
}
.welcome-con a {
	display: inline-block;
	width: 115px;
	text-align: center;
	height: 53px;
	line-height: 49px;
	border: 2px solid #486ea6;
	border-radius: 50px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	margin-top: 11px;
	color: #486ea6;
}
.vc_row.wpb_row.vc_row-fluid.home-cta-section {
	padding-top: 73px;
	padding-bottom: 5px;
}
.wpb_text_column.wpb_content_element.cta-top {
	position: relative;
	margin: 0;
}
.cta-top strong {
	display: block;
	position: absolute;
	top: 46%;
	width: 228px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.wpb_text_column.wpb_content_element.cta-bottom {
	padding: 16px 30px;
}
.cta-bottom a {
	color: #fed403;
	font-weight: 700;
}
.vc_row.wpb_row.vc_row-fluid.why-section {
	padding-top: 60px;
	padding-bottom: 59px;
}
.home-why-con p {
	font-weight: 600;
	color: #000b1d;
}
.why-section .vc_custom_heading.why-title.section-title {
	margin-bottom: 100px;
}
.wpb_text_column.wpb_content_element.home-why-con {
	padding-top: 52px;
	background: url(images/tick-icon.png) no-repeat scroll left top;
}
.vc_custom_heading.section-title.tys-title::after {
	content: none;
}
.vc_custom_heading.section-title.tys-title {
	padding: 0;
}
.post-password-form {
	padding: 50px 0;
	text-align: center;
}
.post-password-form p {
	color: #113168;
	font-weight: 700;
	font-size: 16px;
}
.post-password-form label input {
	font-size: 13px;
	color: #828282;
	border: 2px solid #486ea6;
	padding: 0 20px;
	height: 38px;
	border-radius: 50px;
	background: #f6f6f6;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.post-password-form input[type="submit"] {
	width: 115px;
	text-align: center;
	height: 38px;
	line-height: 34px;
	border: 2px solid #486ea6;
	border-radius: 50px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	margin-top: 11px;
	color: #486ea6;
	background: #f6f6f6;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.aw-first-box {
	margin-top: 52px;
}
.vc_custom_heading.aw-box-title {
	margin: 0 0 18px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f1ebe7;
}
.wpb_text_column.wpb_content_element.aw-con {
	margin-bottom: 75px;
}
.aw-con strong {
	color: #113168;
	font-size: 16px;
}
.aw-con a {
	color: #363636;
}
/* Responsive site css */
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
.header-top a {
	padding: 0 10px;
	font-size: 13px;
}
.navbar-default .navbar-nav > li > a {
	padding: 9px 4px;
}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
.logo-area {
	text-align: center;
}
.navbar-default ul {
	text-align: left;
}
.navbar-default .navbar-nav > li {
	float: left;
	display: block;
}
.navbar-default .navbar-nav > li > a {
	padding: 9px 8px;
}
#topslider .slide-item {
	min-height: 515px;
}
.slide-content {
	padding-top: 110px;
}
.slide-content strong {
	font-size: 50px;
	line-height: 60px;
}
.slide-content p {
	font-size: 35px;
	line-height: 35px;
}
.slide-content p > a {
	min-width: 185px;
	height: 45px;
	line-height: 45px;
	margin-top: 15px;
}
.cta-top strong {
	width: 200px;
	font-size: 18px;
}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
.menu-area {
	padding-top: 5px;
}
.navbar-default .navbar-toggle {
	border-color: #fff;
	background: none !important;
	float: left;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-nav > li {
	width: 100%;
}
.navbar-default .navbar-nav > li > a {
	padding: 5px 0;
	margin: 2px 0;
}
.navbar-default ul.sub-menu {
	display: block;
	position: relative;
	background: none;
	min-width: 1px;
	width: 100%;
}
.navbar-nav .sub-menu li > .sub-menu {
	left: 15px;
	width: auto;
}
.header-top-con.col-xs-12.col-sm-4.col-md-3 {
	position: absolute;
	right: 0;
	width: auto;
	top: 148px;
}
.header-top {
	padding-top: 0;
}
.header-top p {
	margin: 0
}
.header-top a {
	padding: 0 20px;
	font-size: 12px;
	height: 34px;
	line-height: 34px;
}
#topslider .slide-item {
	min-height: 345px;
}
.slide-content {
	padding-top: 50px;
}
.slide-content strong {
	font-size: 30px;
	line-height: 40px;
}
.slide-content p {
	font-size: 16px;
	line-height: 22px;
}
.slide-content p > a {
	min-width: 130px;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	font-size: 13px;
}
.vc_custom_heading.section-title {
	margin: 0 0 45px;
	font-size: 30px !important;
	line-height: 30px !important;
}
.vc_row.wpb_row.vc_row-fluid.welcome-section {
	padding-top: 25px;
	padding-bottom: 35px;
}
.cta-top img {
	width: 100%;
}
.cta-top strong {
	width: 220px;
	font-size: 20px;
}
.vc_row.wpb_row.vc_row-fluid.home-cta-section {
	padding-top: 25px;
}
.wpb_text_column.wpb_content_element.cta-bottom {
	padding: 16px 30px 0;
	margin-bottom: 10px;
}
.vc_row.wpb_row.vc_row-fluid.why-section {
	padding-top: 25px;
	padding-bottom: 20px;
}
footer {
	padding: 50px 0;
}
.page-title {
	font-size: 30px;
	line-height: 30px;
	padding: 60px 0;
}
.featured-image {
	min-height: 150px;
}
.vc_row.wpb_row.vc_row-fluid.general-top-section {
	padding-top: 54px;
	padding-bottom: 50px;
}

}