/*
Theme Name: beingatticusfinch 
Theme URI: http://www.beingatticusfinch.com.au/
Author: beingatticusfinch
Author URI: http://www.beingatticusfinch.com.au/
Description: WordPress Custom theme
Version: 1.0
Text Domain: beingatticusfinch
*/

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;600;700&display=swap');

/* ROOT CSS*/
:root {
	--main-color: #159ba4;
	--dark-color: #464646;
	--light-color: #bde3e6;
	--main-font :'Barlow', sans-serif;
}

/* Body Css */
body {
	font-family: var(--main-font);
	background-color: #fff;
	color: #444444;
	font-size: 18px;
	line-height: 30px;
	overflow-x: hidden;
	line-height: 1.5;
	font-weight: 400;
}

/* Common Css */
html {
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset, p, hr, iframe {
	margin: 0;
	padding: 0;
	border: none;
	font-family: var(--main-font);
}

a, input, select, textarea {
	outline: none;
	margin: 0;
	padding: 0;
}

a {
	outline: none;
	text-decoration: none;
	color: #5b9aa8;
}

a:hover {
	color: var(--main-color);
}

a, input, button, textarea, select {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

a:focus, :focus, input:focus {
	outline: none;
}

img {
	max-width: 100%;
	vertical-align: middle;
	border: none;
	outline: none;
	max-height: 100%;
	border-radius: 0;
}

strong {
	font-weight: 700;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 10px;
}

ul {
	padding-left: 15px;
}

caption, th, td {
	font-weight: normal;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
}

/* form css */
::-webkit-input-placeholder {
	color: #ccc;
}

:-moz-placeholder {
	color: #ccc;
	opacity: 1;
}

::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #ccc;
}

select.placeholder, select option.placeholder {
	color: #999999;
	text-transform: capitalize;
}

select option {
	color: #000;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
	border: 1px solid #ccc;
	line-height: 26px;
	padding: 8px 15px;
	width: 100%;
	font-weight: 400;
	display: block;
	-webkit-appearance: none;
	background-color: #eee;
	color: #000000;
	font-family: var(--main-font);
}

textarea {
	height: 120px;
	resize: none;
	padding-top: 20px;
	font-family: var(--main-font);
}

select {
	background-image: url(images/select-arrow.png) !important;
	background-repeat: no-repeat !important;
	background-position: center right 30px !important;
}

input.wpcf7-form-control:focus, textarea:focus, select:focus {
	border-color: #d5a353;
}

input[type="button"], input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* Button CSS */
a.kc_button, .wpcf7-submit, .btn {
	border: 1px solid var(--main-color);
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	border-radius: 6px;
	background: #F1AE93;
	line-height: 1;
	padding: 15px 25px;
	min-width: 200px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	font-weight: 700;
}

a.kc_button:hover, .wpcf7-submit:hover {
	background: #95c393;
	color: #fff;
}

a.kc_button i {
	margin-left: 5px;
}

/* Heading CSS */
h1, .kc_title.title-1 {
	font-size: 75px;
	line-height: 1;
}

h2 {
	font-size: 60px;
	line-height: 1;
}

h3 {
	font-size: 50px;
	line-height: 1;
}

h4 {
	font-size: 40px;
	line-height: 1;
}

/* Contact Form CSS */
.wpcf7 form .wpcf7-response-output, .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors, .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
	clear: both;
	margin: 20px auto 0;
	width: 100%;
	color: red;
	border: none;
	padding: 0;
	border-radius: 0;
	font-weight: 400;
	text-align: center;
	font-size: 16px;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
	color: #0a57a4
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #d5a353;
}

div.wpcf7 .ajax-loader {
	display: none !important
}

.wpcf7-form-control-wrap {
	display: block;
}

.wpcf7-not-valid-tip {
	font-size: 11px;
}

.wpcf7-not-valid-tip {
	position: absolute;
	left: 0px;
	top: -12px;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	line-height: normal;
	background: rgba(255, 0, 0, 0.7);
	padding: 3px 5px;
	border-radius: 3px;
	color: #ffffff;
	white-space: nowrap;
}

.wpcf7-not-valid-tip:after {
	border-color: rgba(255, 0, 0, 0.7) transparent transparent;
	border-image: none;
	border-right: 6px solid transparent;
	border-style: solid;
	border-width: 5px;
	content: " ";
	height: 0;
	left: 20px;
	margin-left: -10px;
	position: absolute;
	top: 100%;
	width: 0;
}

/* Extra CSS */
.trans {
	transition: all 0.3s ease-out 0s;
}

.clear {
	clear: both;
}

.img-circle {
	border-radius: 50%;
	-webkit-border-radius: 50%;
}


.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

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

.scrollup {
	position: fixed;
	bottom: 0;
	right: 20px;
	background: #000;
	color: #fff;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	transition: all 0.3s;
	opacity: 0;
	border-radius: 50%;
}

.scrollup.active {
	opacity: 1;
	bottom: 20px;
}

.errorPage {
	padding: 100px 0 100px;
}

.errorPage img {
	max-width: 450px;
	width: 100%;
}

/* Container CSS */
.container {
	max-width: 1145px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.kc-elm .kc-container {
	padding-left: 0;
	padding-right: 0;
}

.kc-elm .kc-container:after {
	display: table;
	clear: both;
	content: '';
}

/* =========================== SITE CSS START ================================= */

/* Header CSS */
.site-header {
	background: #fff;
	position: relative;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 111;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

header.sticky {
	background: #fff;
	box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 91;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	animation: slide-down 0.7s;
}

@keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(-100%);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}

}
.header-top{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo-div img{
	width: auto;
	height: auto;
}

.logo-div a {
	display: block;
}


.main-navigation{
	width: 70%;
	text-align: right;
}


.bannerpaddcontent > .elementor-widget-wrap{
	padding:200px 50px 200px 80px !important;
}


/* About and experiance CSS */


.leftsidepad {
	padding-bottom: 300px !important;
	padding-right: 185px !important;
	padding-top: 300px !important;
	padding-left: calc((1920px - 1210px)/2) !important;
}

.leftsidepad > .elementor-widget-wrap{
	max-width:545px;
}


.rightsidepad {
	padding-bottom: 300px !important;
	padding-left: 165px !important;
	padding-top: 300px !important;
	padding-right: calc((1920px - 1350px)/2) !important;
}

.rightsidepad > .elementor-widget-wrap{
	max-width:545px;
}

.rightsidepad .elementor-button-text{
	  font-family: "Playfair Display", Sans-serif;
}


/* Leave message css */

.leveformleft > .elementor-widget-wrap{
	padding-left: calc((1920px - 1200px)/2) !important;
	padding-right: calc((1920px - 1610px)/2) !important;
}

.levemshimg > .elementor-widget-wrap{
	padding-right: calc((1920px - 1620px)/2) !important;
}


/* Cf7 Form CSS */


.cf7inputcustom {
	border-bottom: 1px solid #494949 !important;
	background-color: #fff !important;
	border-top: 0 !important;
	border-right: 0 !important;
	border-left: 0 !important;
	height: 60px;
	color: #494949 !important;
	font-family: "Lato", Sans-serif !important;
	font-size: 18px;
	font-weight: 300 !important;
	padding: 10px 0px !important;
	border-radius:0px !important
}

.cf7inputcustom::placeholder {
  color: #494949;
  opacity: 1;
}




.cf7textareacustom {
	border-bottom: 1px solid #494949 !important;
	background-color: #fff !important;
	border-top: 0 !important;
	border-right: 0 !important;
	border-left: 0 !important;
	color: #494949 !important;
	font-family: "Lato", Sans-serif !important;
	font-size: 18px;
	font-weight: 300 !important;
	padding: 10px 0px !important;
}


.cf7textareacustom::placeholder{ 
  color: #494949 ;
  opacity: 1 ;
}


.cf7btncustom {
	background-color: #f1ae93 !important;
	border: none;
	color: #494949 !important;
	font-family: "Playfair Display", Sans-serif;
	font-size: 20px;
	font-weight: 500;
	padding: 14px 45px;
	line-height: 20px;
	margin-top:8px;
	text-transform: capitalize;
	min-width: auto;
	border-radius: 50px;
	cursor:pointer;
}

.cf7btncustom:hover{
	background-color: #89b29a !important;
	color:#fff !important;
}



/* Footer CSS */


.footermenu .hfe-menu-item {
	border-bottom: 1px solid #fff;
	width: fit-content;
	padding: 0 !important;
	margin: 0 15px;
}

.footermenu .hfe-menu-item:hover{
	border-bottom-color: #494949 !important;
}


.errorpage{
	width:100% !important;
}


@media only screen and (min-width:1920px) {

.fixsec{
	margin:0 auto;
	max-width:1920px;
}

}

@media screen and (max-width: 1800px) and (min-width: 1441px) { 
	.leftsidepad {
	padding-left: calc((1920px - 1540px)/2) !important;
}
	
	.rightsidepad {
	padding-right: calc((1920px - 1540px)/2) !important;
}
	
}

@media only screen and (max-width:1440px) {
	
	.bannerpaddcontent > .elementor-widget-wrap{
	padding:200px 50px 200px 30px !important;
	}

	.leftsidepad {
		padding-bottom: 200px !important;
		padding-right: 185px !important;
		padding-top: 200px !important;
		padding-left: 125px !important;
	}

	.rightsidepad {
		padding-bottom: 200px !important;
		padding-left: 135px !important;
		padding-top: 200px !important;
		padding-right: calc((1440px - 1160px)/2) !important;
	}

	.leveformleft > .elementor-widget-wrap {
		padding-left: 125px !important;
		padding-right: 125px !important;
	}
	
	.levemshimg > .elementor-widget-wrap {
	padding-right: 65px !important;
	}

}

@media only screen and (max-width:1366px) {
	

	.leftsidepad > .elementor-widget-wrap {
	min-width: 475px;
	}
	
	.rightsidepad > .elementor-widget-wrap {
	min-width: 475px;
	}
	
	.rightsidepad {
	padding-bottom: 150px !important;
	padding-left: 110px !important;
	padding-top: 150px !important;
	padding-right: 130px !important;
	}
	
	.leftsidepad {
	padding-bottom: 150px !important;
	padding-right: 130px !important;
	padding-top: 150px !important;
	padding-left: 90px !important;
	}
}

@media only screen and (max-width:1280px) {
	
	.bannerpaddcontent > .elementor-widget-wrap{
	padding:150px 50px 150px 50px !important;
	}
	
	.leftsidepad {
	padding-bottom: 150px !important;
	padding-right: 130px !important;
	padding-top: 150px !important;
	padding-left: 50px !important;
	}
}

@media only screen and (max-width:1080px) {
	
	.leftsidepad {
	padding-bottom: 100px !important;
	padding-top: 100px !important;
	padding-left: 30px !important;
	}
	
	.rightsidepad {
	padding-bottom: 100px !important;
	padding-top: 100px !important;
	padding-left: 90px !important;
	padding-right: 80px !important;
	}

	.leftsidepad > .elementor-widget-wrap {
	min-width: auto;
	}
	
	.rightsidepad > .elementor-widget-wrap {
	min-width: auto;
	}
	
	.leveformleft > .elementor-widget-wrap {
	padding-left: 30px !important;
	padding-right: 30px !important;
	}
	
	.levemshimg > .elementor-widget-wrap {
	padding-right: 20px !important;
	}
}

@media only screen and (max-width:1024px) {
	
	.bannerpaddcontent > .elementor-widget-wrap{
	padding:110px 50px 110px 30px !important;
	}
	
	.rightsidepad {
	padding-bottom: 100px !important;
	padding-left: 30px !important;
	padding-top: 100px !important;
	padding-right: 30px !important;
	}
	
	.leftsidepad {
	padding-bottom: 100px !important;
	padding-right: 30px !important;
	padding-top: 100px !important;
	padding-left: 30px !important;
	}
	
	
}


@media only screen and (max-width:991px) {
	.header-top {
		padding: 10px 0;
	}

	body.menu-open {
		overflow: hidden;
	}

	.header-main {
		position: static;
		padding: 0;
	}


}

.content-section{
	padding: 35px 0;
}

.has-sidebar .content-section{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.has-sidebar #primary{width: calc(70% - 30px);margin: 0 15px;}
.has-sidebar #secondary{width: calc(30% - 30px);margin: 0 15px;}
.type-post{padding: 15px 30px;margin-bottom: 30px;background: #f2f2f2;}
.type-post .entry-header h2{font-size: 30px;margin-bottom: 5px;}
.widget-area .widget {background: #f2f2f2;margin-bottom: 30px;}
.widget-area .widget .widget-title{background: var(--main-color);color: #fff;font-size: 24px;font-weight: 400;
padding: 10px 15px;}


@media only screen and (max-width:767px) {
	
	.leftsidepad {
	padding-bottom: 60px !important;
	padding-right: 20px !important;
	padding-top: 60px !important;
	padding-left: 20px !important;
	}
	
	.rightsidepad {
	padding-bottom: 60px !important;
	padding-right: 20px !important;
	padding-top: 60px !important;
	padding-left: 20px !important;
	}
	
	.leveformleft > .elementor-widget-wrap {
	padding-left: 15px !important;
	padding-right: 15px !important;
	}
	
	.levemshimg > .elementor-widget-wrap {
	padding-right: 10px !important;
	}
	
	.cf7inputcustom {
	height: 50px;
	}
	
	.footermenu ul{
		display:block !important;
	}
	.footermenu ul li{
		padding:10px 0px;
	}
	
	.footermenu .hfe-menu-item {
		margin: 0px 0px;
	}
}

@media only screen and (max-width:480px) {


}

@media only screen and (max-width:360px) {


}