/*======================================
Theme Name: East Face Finance
Theme URI: https://www.pixelfire.com.au/
Description: East Face Finance
Version: 1.0
Author: Pixelfire
Author URI: https://pixelfire.com/
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */


/* BACK TO TOP STYLE */
.et_pb_scroll_top.et-pb-icon {
    background: #f6f6ea;
    color: #052d4b;
}

/* CONTACT FORM 7 */

.wpcf7-form-control-wrap{
	display:block;
	margin-bottom:-20px;
}

.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
background-color: #ffffff !important;
border: none !important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 14px;
color: #000000 !important;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-bottom:2px !important;
}

.wpcf7-submit {
    color: #f6f6ea !important;
    margin: 8px auto 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	border-color:#f6f6ea;
    padding: 6px 20px;
    line-height: 1.7em;
    background: #052d4b;
    border: 2px solid;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: uppercase;
    font-weight: bold;
	font-family: 'Tofino',Helvetica,Arial,Lucida,sans-serif;
}
.wpcf7-submit:hover {
background-color: #055778;
border-color:#008ba0;
padding: 6px 20px !important;
}

span.acceptance-231{
	width: 25px;
    float: none;
	display: inline;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #000;
    background: #fff;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #055778;
    background: #052d4b;
    color: #f6f6ea;
    text-align: center;
    font-weight: bold;
}
div.wpcf7-mail-sent-ok, .wpcf7 form.sent .wpcf7-response-output {
    border: 2px solid #055778;
    background: #052d4b;
    color: #f6f6ea;
    text-align: center;
    font-weight: bold;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
    font-weight: bold;
    display: block;
}

/* CONTACT FORM 7 END */

/* OVERLAY CLOSE BUTTON */
.overlay-customclose-btn-271 {
    color: #ffffff !important;
    background-color: #131d24 !important;
    font-size: 29px !important;
    padding: 0px !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -khtml-border-radius: 50% !important;
    border-radius: 50% !important;
    border: 2px solid #fff !important;
    font-weight: bold !important;
}
.overlay-container .overlay-close{
	top:40px !important;
	right: 40px !important;
}

/* POST AREA */
.postarea{
	margin-bottom:0;
}
.mypostnav{
	padding:6px;
	background:#efefef;
}
.mypostnav span.nav-previous, .mypostnav span.nav-next{
	background:#efefef;
}
.mypostnav span a, .mypostnav span a{
    color: #055778!important;
    background-color: transparent;
    font-weight: bold !important;
    text-transform: uppercase;
    font-size: 12px;
}

.mypostnav a {
    background-color: #efefef !important;
}