/*
Theme Name: TurnKey Conveyancing
Theme URI: http://www.turnkeyconveyancing.com.au/
Description: "TurnKey Conveyancing" responsive theme for WordPress.
Version: 1.0
Author: Evolution Design Agency
Author URI: http://www.evolutiondesign.com.au/
Tags: TurnKey Conveyancing
*/

@import url('fonts/texgyreadventor_regular_macroman/stylesheet.css');
@import url('fonts/texgyreadventor_bold_macroman/stylesheet.css');
@import url('fonts/texgyreadventor_italic_macroman/stylesheet.css');

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 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;
}

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

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: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 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: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:0.8em;
    margin:5px 0 0 0;
}

/* end WordPress Core */




html {font-size: 1em;}

body {
  background-color: white;
  font-family: 'texgyreadventorregular', sans-serif;
  font-weight: 400;
  line-height: 1.45;
  color: #666666;
  font-size: 16px;
}

p {margin-bottom: 1.3em;}

h1, h2, h3, h4 {
  margin: 1.414em 0 0.5em;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'texgyreadventorbold', sans-serif;
}

h1 {
  margin-top: 0;
  font-size: 3.157em;
}

h2 {font-size: 2.369em;}

h3 {font-size: 1.777em;}

h4 {font-size: 1.333em;}

small, .font_small {font-size: 0.75em;}




ol { list-style: decimal; margin-left: 20px; }
ul { list-style: disc; margin-left: 40px; }

ul, ol { margin: 10px; padding: 0; line-height: 1.6; }

a { 
    color: #000; 
    text-decoration: none; 
}

a:hover,
a.focus { 
    color: #666666; 
    text-decoration: none !important; 
}

strong { 
  font-family: 'texgyreadventorbold', sans-serif;
  font-weight: normal;
}

em {
  font-family: 'texgyreadventoritalic', sans-serif;
  font-style: normal;
}

hr { border-color: #666666; border-width: 1px; margin: 30px 0 20px 0; }

blockquote { padding: 0 50px; }

h1, h1 a, h1 a:hover { color: #656666; }
h2, h2 a, h2 a:hover { color: #656666; }
h3, h3 a, h3 a:hover { color: #656666; }
h4, h4 a, h4 a:hover { color: #656666; }
h5, h5 a, h5 a:hover { color: #656666; }


#header-container {
    background-color: transparent;
    position: relative;
}

#header-logo {
    margin: 40px 0 25px 0;
}



#navbar-wrapper {
    min-height: 50px;
}

.navbar {
    margin-bottom: 0;
}

.navbar.affix {
    width: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#navigation-container {
    padding: 20px 0 0 0;
}

#site-nav-wrapper {
    margin-top: 70px;
}

.page-header-icon {
    margin: 0 0 0 15px;
}

.page-header-icon .fa {
    vertical-align: middle;
}

#header-wrapper {
    position: relative;
}

#licence-no {
    position: absolute;
    top: 10px;
    right: 0px;
    color: #000;
}



.tkc-btn {
    border: 1px solid #fff;
    color: #fff;
    padding: 6px 10px 8px 10px;
    text-transform: uppercase;
    font-family: 'texgyreadventorbold', sans-serif;
    margin: 0 25px 10px 0;
    display: inline-block;
    background-color: transparent;
}

.tkc-btn:hover,
.tkc-btn:focus {
    text-decoration: none;
    color: #fff;
    background-color: rgba(238, 238, 238, 0.5);
    -webkit-transition: background-color 0.2s;
            transition: background-color 0.2s;
}


#hero-unit {
    background-color: #dddcd9;
}

.homepage-feature {
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 200px;
    padding: 30px 0;
    background-size: cover;
}

.homepage-feature h2 {
    margin: 0 0 10px 0;
}

#homepage-feature-selling {
    background-color: #22cd9c;
    color: #ffffff;
    background-image: url('images/homepage-feature-selling.png');
}

#homepage-feature-selling h2 {
    color: #ffffff;
}

#homepage-feature-buying {
    background-color: #f2f4f6;
    color: #494949;
    background-image: url('images/homepage-feature-buying.png');
}

#homepage-feature-buying h2 {
    color: #494949;
}

#homepage-feature-buying .tkc-btn {
    color: #494949;
    border-color: #494949;
}

#homepage-feature-buying .tkc-btn:hover {
    background-color: rgba(49, 49, 49, 0.1);
}

#homepage-feature-cost {
    background-color: #04c7ce;
    color: #ffffff;
    background-image: url('images/homepage-feature-cost.png');
}

#homepage-feature-cost h2 {
    color: #ffffff;
}

#homepage-feature-testimonials {
    background-color: #ffffff;
    color: #494949;
    background-image: url('images/homepage-feature-testimonials.png');
    padding: 30px 0 70px 0;
}

#homepage-feature-testimonials h2 {
    color: #494949;
}

#homepage-feature-finance {
    background-color: #ff6666;
    color: #ffffff;
    background-image: url('images/homepage-feature-finance.png');
}

#homepage-feature-finance h2 {
    color: #ffffff;
}

#homepage-feature-conveyancing {
    background-color: #f2f4f6;
    color: #494949;
    background-image: url('images/homepage-feature-testimonials.png');
}

#homepage-feature-why-choose-us.homepage-feature {
    background-color: #f2f4f6;
    color: #494949;
    background-image: url('images/homepage-feature-testimonials.png');
}

#homepage-feature-conveyancing h2, #homepage-feature-why-choose-us.homepage-feature h2 {
    color: #494949;
}

#homepage-feature-conveyancing .tkc-btn, #homepage-feature-why-choose-us.homepage-feature .tkc-btn {
    color: #494949;
    border-color: #494949;
}

#homepage-feature-conveyancing .tkc-btn:hover, #homepage-feature-why-choose-us.homepage-feature .tkc-btn:hover {
    background-color: rgba(49, 49, 49, 0.1);
}



#content {
    padding-top: 15px;
    padding-bottom: 20px;
}

#content ul,
#content ol {
    list-style-position: inside;
}

#content ul {
    padding: 0 20px;
    margin-bottom: 1em;
}

#content ol {
    padding: 0 40px;
    margin: 10px 0;
}

#content ul ul,
#content ol ol {
    margin: 0;
}

#content ul ul {
    list-style: circle;
}

#content a:hover { text-decoration: underline !important; }

#content .tkc-btn {
    color: #3dcdd3;
    border-color: #3dcdd3;
    margin: 0 12px 10px 12px;
}

#content .tkc-btn:hover {
    text-decoration: none !important;
    background-color: rgba(61, 205, 211, 0.1);
}


.site-nav {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
}

.site-nav>li {
    font-weight: normal;
    float: left;
    text-align: center;
    display: inline;
    border-spacing: 1px;
    margin: 0 10px;
}

.site-nav>li>a {
    text-decoration: none;
    color: #000;
    margin: 0 20px;
    vertical-align: middle;
    display: table-cell;
}

.site-nav>li.current-menu-item>a,
.site-nav>li>a:hover {
    color: #666666;
}

.site-nav>li>a:hover {
    text-decoration: none;
}

.site-nav li:hover ul.sub-menu {
    left: auto;
}

.site-nav li ul.sub-menu {
    position: absolute;
    padding: 0;
    background-color: #fff;
    list-style: none;
    margin: 0;
    left: -9999px;
    min-width: 200px;
    z-index: 9999;
    padding: 0;
    background-image: none;
    border: none;
}

.site-nav ul.sub-menu li {
    float: none;
    border: none;
    margin: 0;
    font-size: 90%;
    text-align: left;
    padding: 0;
    background-image: none;
}

.site-nav ul.sub-menu li a {
    height: auto;
    padding: 3px 10px;
}

.site-nav ul.sub-menu li ul.sub-menu {
    position: relative;
    margin: 0 0 5px 10px;
    padding: 0;
    background-image: none;
}


.post {
    clear: left;
    margin-bottom: 20px;
}

.post-date {
    font-size: 0.9em;
    font-weight: bold;
}


.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}


#footer-container {
    background-color: #494949;
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);     
       -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);     
            box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    color: #ffffff;
    padding-bottom: 74px;
    text-align: justify
}

#footer-container h2 {
    color: #04ce9b;
}

#footer-container h3 {
    color: #04ce9b;
    font-size: inherit;
    margin: 10px 0 0 0;
}

#footer-container .tkc-btn {
    color: #e96161;
    border-color: #e96161;
}

#footer-container .tkc-btn:hover {
    background-color: rgba(233, 61, 61, 0.5);
}

#contact-form .tkc-btn {
    display: block;
    width: 100%;
    color: #42b283;
    border-color: #42b283;
}

#contact-form .tkc-btn:hover {
    background-color: rgba(42, 178, 83, 0.25);
}


.blogroll {
    margin: 0 0 0 10px;
}



.blog-meta {
    font-size: smaller;
}



/* md and lg */
@media (min-width: 992px) {
}


/* xs and sm */
@media (max-width: 991px) {
    #site-nav-wrapper {
        margin-top: 60px;
    }
    
    .site-nav>li {
        margin: 0 5px;
    }
}


/* xs */
@media (max-width: 767px) {
    #site-nav-wrapper {
        margin-top: 0;
    }
    
    #header-logo {
        margin: 20px 0;
    }

    #header-wrapper {
        position: static;
    }

    #licence-no {
        top: 0px;
    }
    
    .tkc-btn {
        width: 100%;
        text-align: center;
    
        margin: 0 0 10px 0 !important;
        display: block;
    }
}

/* md */
@media(min-width:992px) {
}

/* lg */
@media(min-width:1200px) {
}   

.col-md-7 {
  text-align: justify;
  padding-top: 5px
}

#footer-container a {
  color: white
}

.acc-page {
padding-left:8px;
padding-right:5px;
}


/*    Formidable Forms */
.ui-datepicker-month {
	color: #000!important;
}

.ui-datepicker-year {
	color: #000!important;
}

.terms-list {
	list-style-position: outside!important;
}

#frm_field_34_container ol {
		list-style-position: outside!important;
}

#frm_field_35_container .vertical_radio .frm_radio label {
	padding-left: 20px;
	text-indent: -40px;
}

.label-lines {
	padding-left: 20px;
	text-indent: -20px;
}

.label-lines2 {
	padding-left: 40px;
	text-indent: -30px;
}

.label-lines3 {
	padding-left: 60px;
	text-indent: -30px;
}

/* Terms Labels */
/* Clause 1 */
#frm_field_221_container  {
	display: grid;
	grid-template-columns: 14px auto;
	margin-bottom: 5px!important;
	padding-bottom: 1px!important;
}

#field_oj4h2_label {
	margin-top: 5px!important;
}

/* Clause 1a */
#frm_field_182_container  {
	display: grid;
	grid-template-columns: 35px auto;
	margin-bottom: 5px!important;
	padding-bottom: 1px!important;
}

#field_1hex5_label {
	margin-left: 20px!important;
	margin-top: 5px!important;
}

/* Clause 1b */
#frm_field_183_container  {
	display: grid;
	grid-template-columns: 35px auto;
	margin-bottom: 5px!important;
	padding-bottom: 1px!important;
}

#field_3jwwy_label {
	margin-left: 20px!important;
	margin-top: 5px!important;
}

/* Clause 1c */
#frm_field_184_container  {
	display: grid;
	grid-template-columns: 35px auto;
	margin-bottom: 5px!important;
	padding-bottom: 1px!important;
}

#field_lxo4l_label {
	margin-left: 20px!important;
	margin-top: 5px!important;
}

/* Clause 1d */
#frm_field_185_container  {
	display: grid;
	grid-template-columns: 35px auto;
	margin-bottom: 5px!important;
	padding-bottom: 1px!important;
}

#field_tgbb4_label {
	margin-left: 20px!important;
	margin-top: 5px!important;
}

/* Clause 1e */
#frm_field_186_container  {
	display: grid;
	grid-template-columns: 35px auto;
	margin-bottom: 5px!important;
	padding-bottom: 1px!important;
}

#field_icayu_label {
	margin-left: 20px!important;
	margin-top: 5px!important;
}


/* Clause 1f */
#frm_field_194_container  {
	display: grid;
	grid-template-columns: 35px auto;
	margin-bottom: 5px!important;
	padding-bottom: 1px!important;
}

#field_4uagq_label {
	margin-left: 20px!important;
	margin-top: 5px!important;
}

/* Clause 1fi */
#frm_field_195_container  {
	display: grid;
	grid-template-columns: 55px auto;
	margin-bottom: 5px!important;
	padding-bottom: 1px!important;
}

#field_llvnu_label {
	margin-left: 40px!important;
	margin-top: 5px!important;
}

/* Clause 1fii */
#frm_field_196_container  {
	display: grid;
	grid-template-columns: 55px auto;
	margin-bottom: 5px!important;
	padding-bottom: 1px!important;
}

#field_3hhfc_label {
	margin-left: 40px!important;
	margin-top: 5px!important;
}

/* Clause 1fiii */
#frm_field_224_container  {
	display: grid;
	grid-template-columns: 55px auto;
	margin-bottom: 5px!important;
	padding-bottom: 1px!important;
}

#field_jh8kz_label {
	margin-left: 40px!important;
	margin-top: 5px!important;
}

/* Clause 1fiv */
#frm_field_223_container  {
	display: grid;
	grid-template-columns: 55px auto;
	margin-bottom: 5px!important;
	padding-bottom: 1px!important;
}

#field_jkuo7_label {
	margin-left: 40px!important;
	margin-top: 5px!important;
}

/* Clause 2 */
#frm_field_197_container  {
	display: grid;
	grid-template-columns: 14px auto;
	margin-bottom: 5px!important;
	padding-bottom: 1px!important;
}

#field_y7kj9_label {
	margin-top: 5px!important;
}

/* Clause 2a */
#frm_field_198_container  {
	display: grid;
	grid-template-columns: 35px auto;
	margin-bottom: 5px!important;
	padding-bottom: 1px!important;
}

#field_bae08_label {
	margin-left: 20px!important;
	margin-top: 5px!important;
}

/* Clause 2b */
#frm_field_209_container  {
	display: grid;
	grid-template-columns: 35px auto;
	margin-bottom: 5px!important;
	padding-bottom: 1px!important;
}

#field_7h4vx_label {
	margin-left: 20px!important;
	margin-top: 5px!important;
}

/* Clause 2c */
#frm_field_210_container  {
	display: grid;
	grid-template-columns: 35px auto;
	margin-bottom: 5px!important;
	padding-bottom: 1px!important;
}

#field_qj80p_label {
	margin-left: 20px!important;
	margin-top: 5px!important;
}

/* Clause 2d */
#frm_field_211_container  {
	display: grid;
	grid-template-columns: 35px auto;
	margin-bottom: 5px!important;
	padding-bottom: 1px!important;
}

#field_e34j5_label {
	margin-left: 20px!important;
	margin-top: 5px!important;
}

/* Clause 3 */
#frm_field_212_container  {
	display: grid;
	grid-template-columns: 14px auto;
	margin-bottom: 5px!important;
	padding-bottom: 1px!important;
}

#field_6ncs2_label {
	margin-top: 5px!important;
}

/* Clause 4 */
#frm_field_213_container  {
	display: grid;
	grid-template-columns: 14px auto;
	margin-bottom: 5px!important;
	padding-bottom: 1px!important;
}

#field_hfbgs_label {
	margin-top: 5px!important;
}

/* Clause 5 */
#frm_field_214_container  {
	display: grid;
	grid-template-columns: 14px auto;
	margin-bottom: 5px!important;
	padding-bottom: 1px!important;
}

#field_6ezy4_label {
	margin-top: 5px!important;
}

/* Clause 6 */
#frm_field_215_container  {
	display: grid;
	grid-template-columns: 14px auto;
	margin-bottom: 5px!important;
	padding-bottom: 1px!important;
}

#field_1anb9_label {
	margin-top: 5px!important;
}

/* Clause 7 */
#frm_field_216_container  {
	display: grid;
	grid-template-columns: 14px auto;
	margin-bottom: 5px!important;
	padding-bottom: 1px!important;
}

#field_okgfa_label {
	margin-top: 5px!important;
}

/* Clause 8 */
#frm_field_217_container  {
	display: grid;
	grid-template-columns: 14px auto;
	margin-bottom: 5px!important;
	padding-bottom: 1px!important;
}

#field_6rm64_label {
	margin-top: 5px!important;
}

/* Clause 9 */
#frm_field_218_container  {
	display: grid;
	grid-template-columns: 14px auto;
	margin-bottom: 5px!important;
	padding-bottom: 1px!important;
}

#field_ibsy5_label {
	margin-top: 5px!important;
}

/* authority to act Post */
#authority-to-act p {
	font-family: arial;
	font-size: 10px;
	font-weight: 500;
}

#authority-to-act li {
	font-family: arial;
	font-size: 10px;
	font-weight: 500;
}

.main_title {
	font-family: arial;
	font-size: 18px;
	font-weight: 800;
}

.section_heading {
	font-family: arial;
	font-size: 16px;
	font-weight: 800;
}

.terms_heading {
	font-family: arial;
	font-size: 12px;
	font-weight: 800;
}

.sub_heading {
	font-family: arial;
	font-size: 14px;
	font-weight: 800;
}

#terms p {
	font-size: 10px;
}

#terms li {
	font-size: 10px;
}

#terms p {
	font-size: 11px;
}

.copyright {
	font-family: arial;
	font-size: 10px;
	font-weight: 400;
}