/*
Theme Name: Egan Taylor Theme
Theme URI:http://www.totalmarketingaustralia.com.au
Description: Custom WordPress Theme By TMA
Version: 1.01
Author: Team TMA

*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: 'Lato', sans-serif;
	line-height: 1.5;
	font-size: 14px;
	color: #696969;
}
ol, ul {
	list-style: bullet; list-style-position:inside; list-style-type:initial;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	color: #004890;
}

a:hover, a:focus, a:active {
	text-decoration: none;
	color: #4dd147;
}

img {
	vertical-align: middle;
}

.img_rite
{
	position:relative;
	width:auto;
	height:auto;
	float:right;
	padding:0 0 0 10px;
}

.img_left
{
	position:relative;
	width:auto;
	height:auto;
	float:right;
	padding:0 10px 0 0;
}

.clear
{
	position:relative; width:0; height:0; clear:both;
}

h1, 
h2, 
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
}

h1 {
	/*font-size: 54px;*/ font-size:30px;
	color: #2c3f50;
	margin-bottom: 10px;
}

h2 {
	color: #2c3e50;
	/*font-size: 30px;*/ font-size:25px;
}

h3 {
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 10px;
}

h4 {
	font-size: 15px;
	margin-bottom: 10px;
}

h5 {
	color: #2c3e50;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

section {
	/*padding: 60px 0 0;*/ padding:20px 0 0;
}

.site-header {
	background: rgba(255,255,255,0.85);
	position: relative;
	z-index: 1;
}

.logo {
	display: block;
	margin: 0 auto;
}

.header-top {
	/*padding: 23px 0 20px;*/
	padding: 23px 0 13px;
}

.header-right {
	text-align: right;
	color:#004890;
}

.header-right * {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
}

.header-right ul li {
	/*margin-top: 10px;*/ margin-top:5px;
	/*padding: 3px 38px;*/padding: 3px 0;
	/*display: inline-block;
	border-right: 1px solid #004890;*/
	list-style:none;
}

.header-right ul li:last-child {
	border: none;
	padding-right: 0;
}

.header-bottom {
	background: #004890;
}

.site-nav>ul>li {
	display: inline-block;
	margin: 0 31px;
}

.site-nav>ul>li:first-child {
	margin-left: 0;
}

.site-nav>ul>li:last-child {
	margin-right: 0;
}

#menu-main-menu>li {
	display: table-cell;
	margin: 0 31px; width:1%;
}

#menu-main-menu>li:first-child {
	margin-left: 0;
}

#menu-main-menu>li:last-child {
	margin-right: 0;
}


.site-nav a {
	text-transform: uppercase;
	/*padding: 17px 11px;*/ /*padding:17px 35px;*/ padding:17px 0;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	display: inline-block;
	transition-duration: .1s;
	display:block; text-align:center;
}

.site-nav a:hover {
	/*background: #4dd147;*/
	transition-duration: .1s;
	border-bottom:1px solid #4dd147;
}

.current-menu-item a {
	/*background: #4dd147;*/
	border-bottom:1px solid #4dd147;
}

.menu-item-has-children:hover .sub-menu {
	display: block;
}

.sub-menu {
	display: none;
	position: absolute;
	min-width: 260px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
	list-style:none;
}

.sub-menu a {
	text-transform: uppercase;
	background: #013467;
	width: 100%;
	display: block;
}

.slide {
	/*padding: 306px 0 63px 0;*/ padding: 91px 0 63px 0;
	text-align: center;
}

.slide * {
	color: #fff;
}

.slide h1 {
	text-transform: uppercase;
	font-size: 45px;
	line-height: 1;
	margin-bottom: 10px;
}

.slide h1 span {
	font-size: 54px;
}


#slider {
	/*background: url('http://www.egantaylor.com.au/wp-content/uploads/2015/03/banner11.jpg') center top no-repeat;*/
	background:url('http://www.egantaylor.com.au/wp-content/uploads/2015/03/banner112.jpg') center top no-repeat;
	background-size: cover;
	/*margin-top: -215px;*/
}

.slide p {
	font-size: 26px; padding:14px 0 10px;
}

.egan-btn {
	font-family: 'Montserrat', sans-serif;
	background: #4dd147;
	border-radius: 3px;
	font-weight: bold;
	color: #fff;
	border-bottom: 2px solid #266423;
	display: inline-block;
	margin: 10px 0;
	transition-duration: .1s;
}

.egan-btn:hover {
	color: #fff;
	border-color: #004890;
	background: #004890;
	transition-duration: .1s;
}

.large-btn {
	font-size: 18px;
	border-width: 4px;
	padding: 15px 50px;
}

.medium-btn {
	font-size: 14px;
	border: none;
	vertical-align: middle;
	padding: 4px 20px;
}

.small-btn {
	font-size: 14px;
	border-width: 0;
	padding: 6px 20px;
	text-transform:uppercase;
}

.each-service {
	background: #4dd147;
	padding: 15px 7px;
	margin: 15px 0;
	text-align: center;
}

.each-service img {
	display: block;
	margin: 0 auto;
}

.each-service h4 {
	font-size: 14px;
}

.each-service * {
	color: #fff;
}

.read-more {
	display: inline-block;
	border-bottom: 1px solid #fff;
}

.each-service .read-more {
	margin: 15px 0;
}

.each-service .read-more:hover {
	color: #004890;
}

.vertical-gap {
	margin: 20px 0;
}

.testimonials {
	text-align: center;
	padding: 30px 0;
	background: url('images/testimonials_bg.jpg') center top no-repeat;
	background-size: cover; margin: 75px 0 0;
}

.testimonials * {
	color: #fff;
}

.each-testimonial {
	margin-top: 30px;
}

.testimonial {
font-style: italic;
font-size: 20px;
font-weight: 300;
position: relative;
max-width: 991px;
margin: 0 auto;
padding: 0 45px;
}

.testimonial:before {
	content: url('images/testimonials_quote_left.png');
	position: absolute;
	left: 0;
	top: 0;
}

.testimonial:after {
	content: url('images/testimonials_quote_right.png');
	position: absolute;
	right: 0;
	bottom: 0;
}

.client {
	padding-top: 20px;
	font-style: italic;
	font-size: 20px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	margin: 0 auto;
}

#testimonials-slider .owl-controls .owl-page span {
	opacity: 1 !important;
}

#testimonials-slider .owl-controls .owl-page.active span, .owl-controls.clickable .owl-page:hover span {
	background: #2c833e;
}

.newsletter-box {
	padding: 70px 0;
}

.newsletter-box h2 {
	font-size: 25px;
}

.newsletter-box input {
	margin-left: 5px;
	max-width: 180px;
}

.site-footer h4 {
	font-weight: bold;
	/*color: #4ed248;*/ color:#fff;
	text-decoration:underline;
}

.footer-top {
	padding: 35px 0;
	background: url('images/footer_links_bg.jpg') center top no-repeat;
	background-size: cover;
}

.site-footer a, .site-footer p {
	color: #e1e1e1;
}

.site-footer ul li {
	line-height: 1.7;
}

.site-footer a:hover {
	color: #48c347;
}

.footer-top .col-md-3:first-child {
	border-left: none;
}

.footer-top .col-md-3 {
	min-height: 220px;
	border-left: 2px solid #40505f;
}

.get-in-touch img {
	vertical-align: text-top;
	margin-bottom: 12px;
	margin-right: 8px;
}

.footer-bottom {
	background: #48c346;
}

.footer-bottom-right {
	text-align: right;
}

.footer-bottom-right img
{
	margin:0 3px;
}

.footer-bottom p {
	margin-top: 20px;
}

.footer-bottom {
	padding: 17px 0;
}

.mobile-menu {
	display: none;
}

.site-footer h4 span {
	display: none;
}

.inner-banner {
	text-align: center;
	background: url('images/services_banner.jpg') center top no-repeat;
	background-size: cover;
	padding: 79px 0 155px; height:350px; height:300px;
}

.banner_service {
	text-align: center;
	background: url('http://www.egantaylor.com.au/wp-content/uploads/2015/03/contact_banner.jpg') center top no-repeat;
	background-size: cover;
	padding: 79px 0 155px;
}

.banner_news {
	text-align: center;
	background: url('http://www.egantaylor.com.au/wp-content/uploads/2015/03/news_banner11.jpg') center top no-repeat;
	background-size: cover;
	padding: 79px 0 155px; height:300px;
}

.inner-banner h1 {
	margin: 0;
	line-height: 1;
}

.inner-banner * {
	color: #fff;
}

.inner-banner h3 {
	font-size: 26px;
	font-weight: 500;
}

.uppercase {
	text-transform: uppercase;
}

.accent-text {
	color: #004890;
}

.inner-page h3 {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
}

.each-service-inner {
	background: #c3c8c4;
	padding: 15px 10px;
	margin: 15px 0;
	text-align: center;
	transition-duration: .1s; 
	min-height:340px;
}

.each-service-inner:hover {
	background: #004890;
	transition-duration: .1s;
}

.each-service-inner img {
	display: block;
	margin: 0 auto;
}

.each-service-inner * {
	color: #fff;
}

.read-more {
	display: inline-block;
	border-bottom: 1px solid #fff;
}

.each-service-inner .read-more {
	margin: 15px 0;
}

.each-service-inner .read-more:hover {
	color: #4dad4b;
}

.check-list {
	margin-left: 20px;
	list-style-image: url('images/services_tick.png');
	border-right: 1px solid #e6e6e6;
}

.check-list li {
	line-height: 2.2;
}

.secondary-text {
	color: #4dd147;
}

.no_border
{
	border:none;
}

.appoint_txt
{
	padding:50px 0;
}

.news_img_box
{
	position:relative;
	width:145px;
	height:145px;
	float:left;
	margin:0 20px 0 0;
}
@media (min-width:1199px)
{
.slide h1 {
	text-transform: uppercase;
	font-size: 45px;
	line-height: 26px;
	margin-bottom: 10px;
}

.slide h1 span {
	font-size: 54px; display:block;
}
.slide p
{
    font-size: 26px;
    line-height: 32px;
    margin: 0 auto;
    padding: 20px 0 14px;
    width: 912px;
}

.large-btn {
    border-width: 4px;
    font-size: 18px;
    padding: 16px 51px;
}
}

@media (max-width: 1199px) {
	#slider {
		margin-top: 0;
	}

	.slide {
		padding: 30px 0;
	}

	.site-nav>ul>li {
		margin: 0 13px;
	}
#menu-main-menu>li
{
	/*margin:0 13px;*/ margin:0 11px; display:table-cell; width:1%;
}
	.each-service {
		min-height: 310px;
	}

	.header-right ul li {
		border: none;
	}
}

@media (max-width: 991px) {
	.mobile-menu {
		display: block;
	}

	.site-nav {
		display: none;
	}

	.header-right {
		text-align: center;
	}

	.logo {
		margin-bottom: 15px;
	}

	.logo img {
		display: block;
		margin: 0 auto;
	}

	.footer-top .col-md-3 {
		min-height: 260px;
	}

	.newsletter-box {
		text-align: center;
	}

	.newsletter-box input {
		margin: 5px auto;
		display: block;
		width: 100%;
		max-width: 100%;
	}

	.each-service-inner {
		min-height: 310px;
	}

}

@media (max-width: 767px) {
	.header-right * {
		font-size: 18px;
	}

	.slide h1, .slide h1 span {
		font-size: 25px;
	}

	.slide p {
		font-size: 16px;
	}

	.large-btn {
		padding: 10px 30px;
	}

	.header-top {
		padding: 10px 0;
	}

	section {
		padding: 20px 0;
	}

	.each-service {
		min-height: initial;
	}

	.footer-top h4 {
		border-bottom: 2px solid #40505f;
	}

	.footer-bottom, .footer-bottom-right {
		text-align: center;
	}

	.footer-bottom {
		padding: 5px 0;
	}

	.footer-bottom p {
		margin-top: 0px;
		margin-bottom: 5px;
	}

}

@media (max-width: 600px) {
	.site-footer h4 span {
		display: inline-block;
	}

	.footer-top .col-xs-6 {
		width: 100%;
	}

	.footer-top .col-md-3 {
		min-height: initial;
	}

	#js-site-information, #js-services {
		display: none;
	}

	#toggle-site-information, #toggle-services {
		cursor: pointer;
		width: 100%;
		display: block;
	}

.sub_menu
{
	position: relative;
min-width: 260px;
box-shadow: 0 5px 15px rgba(0,0,0,0.3);
background: #45b94a;
}


}
/* Copy it*/

#sidebar-wrap2 ul {
	list-style: none;
	font-size: 12px;
	margin:0;
	padding:0;
}

#sidebar-wrap2 ul li
{
	padding:10px;
	border:1px solid #ccc;
	border-radius:10px;
	margin:10px 0;
}

#sidebar-wrap2 ul li li
{
	border:none;
	margin:0;
	padding:0;
}

.coment_tracback{
	list-style:none; padding:0; margin:0;}
.coment_tracback li{float:left; padding-right:10px;}
.coment_tracback li a{ font-size:18px;color:#a4c10b;}

#tab-1 ol{list-style:none;}
.details {font-size:12px;}
.details span{font-size:12px;}

#submitbox a{font-size:16px;color:#a4c10b; padding:5px 0px;}
.small{font-size:12px;}
.coment_unknown{font-size:12px;}

/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title, .comment-list, .comment-reply-title, .must-log-in, .comment-respond .comment-form, .comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 604px;
	width: 100%;
}
.comment-list {
	max-width: 100%;
}
.sidebar .comments-title, .sidebar .comment-list, .sidebar .must-log-in, .sidebar .comment-reply-title, .sidebar .comment-navigation, .sidebar .comment-respond .comment-form {
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 376px;
}
.comments-title {
	font-size: 20px;
	color: #333333;
	padding-bottom: 10px;
	font-weight: normal;
	display: block;
}
.comment-list, .comment-list .children {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}
.comment-list .children {
	margin-left: 20px;
}
.comment-list > li:after, .comment-list .children > li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}
.comment-list > li:last-child:after {
	display: none;
}
.comment-body {
	padding: 24px 0;
	position: relative;
	clear: both;
}
.comment-author {
	float: left;
	width: 90px;
	padding-right: 10px;
}
.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}
.comment-author .fn {
	word-wrap: break-word;
}
.comment-author .fn, .comment-author .url, .comment-reply-link, .comment-reply-login {
	color: #bc360a;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
.says {
	display: none;
}
.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}
.no-avatars .comment-metadata, .no-avatars .comment-content, .no-avatars .comment-list .reply {
	width: 100%;
}
.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}
.comment-list .edit-link {
	margin-left: 20px;
}
.comment-list .comment {
	float: none;
}
.comment-metadata, .comment-awaiting-moderation, .comment-content, .comment-list .reply {
	float: right;
	width: 79% !important;
	width: -webkit-calc(100% - 124px);
	width: calc(100% - 124px);
	background-color: #F6F6F6;
	border: 1px solid #dddddd;
	border-top: none;
	padding: 0 10px 10px;
}
.comment-meta {
	float: right;
	width: 79%;
	background-color: #F6F6F6;
	border: 1px solid #DDDDDD;
	padding: 10px 10px 0px;
	border-bottom: none;
}
.comment p {
	padding: 10px;
	padding-left: 10px;
	background-color: #F6F6F6;
	width: 79%;
	float: right;
	border: 1px solid #dddddd;
	border-top: none;
	border-bottom: none;
}
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}
.comment-meta a:hover {
	color: #ea9629;
}
.comment-metadata {
	margin-bottom: 20px;
	float: right;
	width: 79%;
	background-color: #F6F6F6;
	border: 1px solid #DDDDDD;
	padding: 0px 10PX;
	border-bottom: none;
}
.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}
.comment-awaiting-moderation {
	color: #a2a2a2;
}
.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}
.comment-reply-link:before, .comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}
/* Comment form */
.comment-respond {
	background-color: #F6F6F6;
	padding: 30px 0;
}
.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}
.comment-reply-title {
	font-size: 20px;
	color: #333333;
	padding-bottom: 10px;
	font-weight: normal;
	display: block;
}
.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}
.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}
.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}
.sidebar .comment-list .comment-reply-title, .sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}
.comment-form .comment-notes {
	margin-bottom: 15px;
}
.comment-form .comment-form-author, .comment-form .comment-form-email, .comment-form .comment-form-url {
	margin-bottom: 8px;
}
.comment-form [for="author"], .comment-form [for="email"], .comment-form [for="url"], .comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}
.comment-form .required {
	color: #ed331c;
}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
	background-color: white;
	border: #ccc 1px solid;
	border-radius: 3px;
}
.comment-form textarea {
	
	background-color: white;
	border: #ccc 1px solid;
	border-radius: 3px;
background-color: #F7F7F7;
border: 1px solid #D8D8D8;
border-radius: 3px 3px 0 0;
box-shadow: 0 0 10px #D8D8D8 inset;
}
.form-allowed-tags, .form-allowed-tags code {
	color: #686758;
	font-size: 12px;
	display:none;
}
.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}
.comment-list .pingback, .comment-list .trackback {
	padding-top: 24px;
}
.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}
.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}
.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}
.form-submit {
	width: 143px;
	height: 40px;
	background: none;
	background: #ff5001;
	border: none;
	cursor: pointer;
	margin-top: 7px;
	margin-right: 10px;
	text-align:center;
}
#comments {
	padding: 20px 15px;
	background: #F6F6F6;
	border: 1px solid #E0E4CC;
	margin-bottom: 10px;
}
#commentform label {
	float: left;
	width: 100px;
}
#commentform input {
	background-color: #F7F7F7;
	border: 1px solid #D8D8D8;
	border-radius: 3px 3px 0 0;
	box-shadow: 0 0 10px #D8D8D8 inset;
	width: auto;
	outline: medium none;
	position: relative;
	height: 26px;
	color:#fff;
}
#recaptcha_widget_div {
	margin-top: -70px;
}
.form-submit input {
	border: none !IMPORTANT;
	background: none !IMPORTANT;
	color: transparent;
	box-shadow: none !important;
	background: url(http://www.wentworthpeople.com.au/wp-content/uploads/2013/08/btn_post.png) no-repeat;
	cursor: pointer;
}
#recaptcha-submit-btn-area input {
	border: none !IMPORTANT;
	background: none !IMPORTANT;
	color: transparent;
	background-color: none !IMPORTANT;
	box-shadow: none !important;
	background: url(http://www.wentworthpeople.com.au/wp-content/uploads/2013/08/btn_post.png) no-repeat !important;
	cursor: pointer;
	margin-top: 10px;
}
.recaptchatable #recaptcha_response_field {
	height: 15px !important;
}
.recaptcha-error {
	font-size: 1.0em !important;
	position: absolute !important;
	margin-left: 330px;
	bottom: 150px;
	color: red;
}
.comment-awaiting-moderation {
	color: #a2a2a2;
	margin-bottom: 10px;
	padding: 10px;
	border-top: 1px solid #ccc;
}


 .login {

position: relative;

width: 360px;

background: #258e32;

border-radius: 10px;

color: #fff;

padding: 20px !important;

margin:0 auto;

}



.login p

{

	padding:10px 0;

}

.login a {

	color: #fff;

}

.login .insider {

	position: relative;

	padding: 24px;

}

.login_bot {

	position: relative;

	width: 393px;

	height: 15px;

	background: url(images/login_bg_bottom.png) no-repeat;

}

.login label {

	margin:3px 0;

}



#loginform input[type="text"], #loginform input[type="password"], #loginform input[type="submit"]

{

	width:100%;

}



.tml-action-links, .tml-action-links li { padding:0; list-style:none; }

.tml-user-avatar
{
	float:left;
	margin:0 30px 0 0;
}

.tml-user-links
{
	margin:0 30px 0 0;
}


.content_area p
{
	margin-bottom:10px;
}

.content_area ul
{
	margin-bottom:10px;
}

.content_area_inner h3
{
	margin:20px 0 5px;
}

.newsletter-box input,.newsletter-box select,.newsletter-box textarea
{
	min-height:60px;
}

.contact td

{
	border:1px solid #696969;
	padding:5px;
}


.flexnav .sub-menu { position:relative; background:#4fb94a; }

hr
{
	border-top-color:#2c3f50;
}

.breadcrumbs
{
	margin:0 0 10px;
}

.contact_l
{
	border-right:1px solid #696969;
}

#sidebar h2
{
	font-size:20px;
}

.searchfield { width:71%; }