/*
Theme Name: 	Bondi Conveyancing
Theme URI: 		http://thespotteddog.com.au
Author: 		The Spotted Dog
Author URI: 	http://thespotteddog.com.au
Description:	Child Theme for Bondi Conveyancing
Template:		bondiconveyancing
Version: 		1.6
*/

/* Theme customization starts here
-------------------------------------------------------------- */

.large-title {
	color: #aeaeae;
	font-size: 65px;
	line-height: 55px;
	margin-top: 0;
}

.large-title strong {
	font-size: 50px;
}

.menu_wrapper #menu ul li {
	position: relative;
}

/*ul.sub-menu {
    position: absolute;
    left: 0;
    top: 0;
	padding: 60px 10px 10px;
    z-index: 1;
}*/

strong {
	color: #BD031B;
	font-weight: 400;
}

a {
	color: #BD031B;
}

a:hover {
	color: #BD031B;
}

p {
	line-height: 1.4;
}

.menu_bar {
	padding-top: 10px;
	padding-bottom: 10px;
}

.menu_wrapper {
	float: right;
	text-align: right;
	margin-top: 30px;
}

.menu_wrapper li {
	text-transform: uppercase;
}

.menu_wrapper #menu ul li a {
	color: #696969;
}

.menu_wrapper #menu li.current_page_item a,
.menu_wrapper #menu li:hover a {
	color: #BD031B;
	text-decoration: none;
}

.menu_wrapper #menu ul li {
	border: 2px solid transparent;
	border-top-left-radius:2em;
	border-top-right-radius:2em;
	border-bottom-right-radius:2em;
	border-bottom-left-radius:2em;
	padding: 0 10px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu_wrapper #menu li.current_page_item,
.menu_wrapper #menu ul li:hover {
	border: 2px solid #BD031B;
}

#header #menu .sub-menu {
	display: none;
    position: absolute;
    top: 25px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    right: 0;
    background-color: #fff;
    padding: 25px;
	white-space: nowrap;
	z-index: 1;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

#Nav_bar_spotted.is-sticky #menu .sub-menu {
	top: 25px;
	padding-top: 25px;
}

#Nav_bar_spotted.is-sticky #menu #menu-main-menu {
	margin-bottom: 0;
	margin-top: 3px;
}

#header #menu .sub-menu li {
	display: block;
    padding: 0;
    min-width: auto;
    text-align: right;
	margin-bottom: 5px;
	border: 0;
}

#header #menu .sub-menu li:last-child {
	margin-bottom: 0;
}

#header #menu li:hover .sub-menu li a,
#header #menu li.current_page_item .sub-menu li a,
#header #menu .sub-menu li a {
	color: #696969;
}

#header #menu li:hover .sub-menu li:hover a,
#header #menu li:hover .sub-menu li.current_page_item a,
#header #menu li.current_page_item .sub-menu li.current_page_item a,
#header #menu li.current_page_item .sub-menu li a:hover,
#header #menu .sub-menu li:hover a {
	color: #BD031B;
    text-decoration: none;
}

.logo_wrapper {
	float: left;
}

.logo_wrapper img {
	max-height: 92px;
}

#Subheader {
	background-position: center bottom;
	padding: 60px 0;
	text-transform: uppercase;
        background-size: cover;
}

#Subheader .subheader_wrapper .title {
	width: auto;
	line-height: 40px;
	margin-top: 0;
}

#Footer .footer_copy {
	padding: 10px 0;
	border-top: 0;
}

.footer_contact {
	background-position: center top;
	background-repeat: repeat-y;
	padding-bottom: 145px;
	overflow: hidden;
}

.footer_contact .social {
	margin-top: 15px;
	padding-left: 15px;
}

.footer_contact .social li {
	display: inline-block;
    padding: 10px 0;
    border-radius: 8px;
    font-size: 45px;
    color: #fff;
    background-color: #BD031B;
    width: 65px;
    text-align: center;
	margin-right: 30px;
	margin-bottom: 15px;
}

.footer_contact .social li:last-child {
	margin-right: 0;
  }

#Footer .footer_contact .social li a{
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#Footer .footer_contact .social li a:hover {
	color: #393f51;
}

.footer_contact .social li [class^="icon-"]:before,
.footer_contact .social li [class*=" icon-"]:before {
	width: auto;
	margin-left: 0;
	margin-right: 0;
}

.box-title {
	background-color: #ffffff;
	text-align: center;
	border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
	margin-top: -100px;
	margin-bottom: 80px;
	padding: 115px 10px 60px 10px;
	max-width: 220px;
}

.box-title .title {
	color: #BD031B !important;
	margin: 0;
}

.header-widget-footer {
	text-transform: uppercase;
	padding: 10px 0;
}

.contact_info {
	font-size: 23px;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.contact_info p {
	margin-bottom: 0;
}

.contact_info_address {
	padding-top: 15px;
	padding-bottom: 15px;
}

.contact_social {
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer_team {
	margin-bottom: 15px;
}

.team_email {
	color: #fff;
	font-size: 13px;
}

#Footer .team_email a {
	color: #BD031B;
	word-wrap: break-word;
}

#Footer .team_email a:hover {
	color: #BD031B;
	text-decoration: none;
}

hr.hr_contact {
	margin: 0;
	border-color: rgba(255,255,255,0.2);
}

hr.hr_team {
	margin: 0;
	border-color: #BD031B;
}

.section-services {
	overflow: hidden;
}
.section-services .tab-content {
	padding-bottom: 60px;
}

.section-subheader-homepage {
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 140px 0;
        background-size: cover;
}

.section-subheader-homepage .title{
	color: #fff;
	font-size: 48px;
	text-transform: uppercase;
	line-height: 55px;
}

.sub_homepage_wrapper {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 25px;
	margin-top: 5px;
    line-height: 25px;
}

.link_more {
	margin-top: 35px;
}

.link_more a {
	color: #BD031B; 
	font-size: 26px;
	padding: 0 10px 5px;
	border-top-left-radius:0.8em;
	border-top-right-radius:0.8em;
	border-bottom-right-radius:0.8em;
	border-bottom-left-radius:0.8em;
	border: 2px solid #BD031B;
}

.link_more:hover a {
	color: #BD031B;
	text-decoration: none;
}

.img_left_content {
	vertical-align: bottom;
	display: table-cell;
}

.img_left_content img {
	max-width: 100%;
	margin-top: 25px;
}

.section-team {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
}

.the_content_wrapper {
	margin: 0;
	padding-bottom: 35px;
	font-size: 18px;
}

.the_content_wrapper p {
	margin-bottom: 35px;
}

.the_content_wrapper .img_left_content img {
	margin-top: 0;
}

.team_item_wrapper {
	padding: 50px 0;
}

.team_item_wrapper .title {
	color: #767982;
}

.team_item_wrapper p {
	font-size: 16px;
}

.team_item_wrapper img {
	max-width: 100%;
	height: auto;
	border-radius: 50%;
}

.team_item_wrapper .team_email {
	margin-top: 35px;
	color: #BD031B;
}

.team_item_wrapper .team_email a {
	color: #BD031B; 
	padding: 0 10px 5px;
	border-top-left-radius:0.8em;
	border-top-right-radius:0.8em;
	border-bottom-right-radius:0.8em;
	border-bottom-left-radius:0.8em;
	border: 2px solid rgba(46,46,45,0.17);
	/*word-wrap: break-word;
    line-height: 50px;*/
}

.team_item_wrapper .team_email:hover a {
	color: #BD031B;
	text-decoration: none;
}

.team_content {
	padding: 35px 0;
}

#Content {
	padding: 0;
}

#Content .box-title {
	margin-bottom: 30px;
}

.content_wrapper {
	padding-bottom: 80px;
	overflow: hidden;
}

.img_media {
	position: relative;
	overflow: hidden;
}

.img_media:before {
	background-image: url(images/image-layer.png);
	width: 273px;
	height: 270px;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
}

.sub_content {
	font-size: 31px;
	padding-top: 70px;
}

.sub_content_wrapper {
	padding: 25px 0;
}

.sub_content_wrapper h3 {
	color: #BD031B;
	margin-bottom: 25px;
}

.team_item_wrapper .title .word1 {
	color: #BD031B;
	font-size: 43px;
}

.team_item_wrapper .title .word2 {
	display: block;
}

#Nav_bar_spotted #logo img.logo-sticky,
#Nav_bar_spotted #logo img.logo-mobile { 
	display:none; 
}

.section-services {
	background: rgba(206,206,206,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(206,206,206,1) 0%, rgba(246,246,246,1) 0%, rgba(206,206,206,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(206,206,206,1)), color-stop(0%, rgba(246,246,246,1)), color-stop(100%, rgba(206,206,206,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(206,206,206,1) 0%, rgba(246,246,246,1) 0%, rgba(206,206,206,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(206,206,206,1) 0%, rgba(246,246,246,1) 0%, rgba(206,206,206,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(206,206,206,1) 0%, rgba(246,246,246,1) 0%, rgba(206,206,206,1) 100%);
	background: radial-gradient(ellipse at center, rgba(206,206,206,1) 0%, rgba(246,246,246,1) 0%, rgba(206,206,206,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#cecece', GradientType=1 );
}

.section-services h3 {
	margin-top: 0;
}

.section-services .sub_content {
	padding-top: 25px;
}

.section-services .services_wrapper {
	font-size: 18px;
	padding: 110px 0 70px;
}

.section-services .nav-tabs {
	border-bottom: 0;
}

.section-services .nav-tabs > li {
	float: none;
	margin-bottom: 7px;
}

.section-services .nav-tabs > li.active a:hover,
.section-services .nav-tabs > li.active a:focus,
.section-services .nav-tabs > li.active a ,
.section-services .nav-tabs > li a:hover,
.section-services .nav-tabs > li a:focus,
.section-services .nav-tabs > li a {
	padding: 0;
	margin: 0;
	background-color: transparent;
	border: 0;
}

.section-services .nav-tabs > li.active > a span, 
.section-services .nav-tabs > li.active > a span:hover, 
.section-services .nav-tabs > li.active > a span:focus {
    color: #ffffff;
    background-color: #BD031B;
    border: 0;
}

.section-services .nav-tabs > li > a span{
	text-transform: uppercase;
	font-size: 17px;
    color: #6b6b6b;
    margin-right: 0;
    border: 0;
    border-top-left-radius:2em;
	border-top-right-radius:2em;
	border-bottom-right-radius:2em;
	border-bottom-left-radius:2em;
}

.section-services .nav-tabs > li > a span:hover {
	background-color: #fff;
}

.section-services .nav > li > a span {
    padding: 2px 10px 2px 22px;
}

.section-services .nav > li > a span:before {
	font-family: 'FontAwesome';
	content: '\f111';
	font-size: 8px;
	color: #BD031B;
	position: absolute;
	top: 8px;
	left: 10px;
}

.section-services .nav-tabs > li.active > a span:before, 
.section-services .nav-tabs > li.active > a span:hover:before, 
.section-services .nav-tabs > li.active > a span:focus:before {
	color: #fff;
}

.img_content {
	margin-top: 20px;
}

@media only screen and (min-width: 1600px) {
  .container {
		width: 1443px;
  }
}

@media only screen and (min-width: 1240px) 
{
	/* #Header.is-sticky */
	#Nav_bar_spotted.is-sticky { position:fixed; width:100%; left:0; top:-60px; z-index:701; background:#fff; opacity:.97; filter: alpha(opacity = 97);
		-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
		   -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
		        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	}
	
	.layout-boxed.header-boxed #Nav_bar_spotted.is-sticky { max-width:1240px; left:50%; -webkit-transform: translateX(-50%); transform: translateX(-50%);}
	.layout-boxed.header-boxed.nice-scroll #Nav_bar_spotted.is-sticky { margin-left:-5px;}
	
	#Nav_bar_spotted.is-sticky .top_bar_left,
	#Nav_bar_spotted.is-sticky .top_bar_right,
	#Nav_bar_spotted.is-sticky .top_bar_right:before { background:none;}
	#Nav_bar_spotted.is-sticky .top_bar_right { top:-4px;}
	
	#Nav_bar_spotted.is-sticky .logo { width:auto; margin: 0; padding:0;}
	#Nav_bar_spotted.is-sticky #logo img { max-height:35px; width: auto !important;}
	
	#Nav_bar_spotted.is-sticky #logo img.logo-main 		{ display:none;}
	#Nav_bar_spotted.is-sticky #logo img.logo-sticky 	{ display:inline;}
	
	#Nav_bar_spotted.is-sticky .menu_wrapper { clear:none;}
	#Nav_bar_spotted.is-sticky .menu > li > a:after { top:auto; bottom:-4px;}
	
	#Nav_bar_spotted.is-sticky .menu > li > a span.description { display:none;}

	#Nav_bar_spotted.is-sticky #header_cart { top:27px;}
	#Nav_bar_spotted.is-sticky #search_button { top:25px;}
	#Nav_bar_spotted.is-sticky a.button.action_button { top:13px;}
	#Nav_bar_spotted.is-sticky .wpml-languages { top:15px;}
	
	#Nav_bar_spotted.is-sticky .secondary_menu_wrapper,
	#Nav_bar_spotted.is-sticky .banner_wrapper { display:none;}
	
	#Nav_bar_spotted.is-sticky .menu_wrapper { margin-top: 0; }
}

@media only screen and (min-width: 1024px) {
	.img_left_content img.img_plus {
		display: none;
	}
}

@media only screen and (max-width: 1599px) {
	.section-services .services_wrapper {
		padding-top: 60px;
	}
	
	.large-title {
		font-size: 55px;
	}
	
	.footer_contact .social li {
		margin-right: 15px;
	}
}

@media only screen and (max-width: 1359px) {
	.large-title {
		font-size: 50px;
	}
}

@media only screen and (max-width: 1023px) {
	.img_left_content {
		display: none;
	}
	
	.nav > li {
		display: inline-block;
	}
	
	.section-services .nav-tabs {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	#Nav_bar_spotted #logo img.logo-main { 
		display:none; 
	}
	
	#Nav_bar_spotted #logo img.logo-mobile { 
		display:inline; 
	}
	
	.box-title {
		margin-bottom: 40px;
	}
	
	.footer_contact {
		padding-bottom: 40px;
	}
	
	.section-subheader-homepage .title {
		font-size: 40px;
	}
	
	.link_more a {
		font-size: 20px;
	}
	
	h1.title,
	#Subheader .title,
	.sub_content {
		font-size: 28px;
	}
	
	.box-title {
		max-width: 200px;
	}
	
	.footer_contact .social li {
		font-size: 40px;
		width: 60px;
	}
	
	.img_content img {
		max-height: 170px;
	}
}

@media only screen and (max-width: 479px) {
	.section-subheader-homepage {
		padding: 70px 0px;
	}
	
	#Subheader {
		padding: 30px 0px;
	}
	
	.team_email {
		font-size: 13px;
	}
	
	.large-title {
		font-size: 35px;
	}
	.team_item_wrapper .title .word1 {
		font-size: 40px;
	}
}

@media (max-width: 1359px) and (min-width: 1024px) {
	.team_item_wrapper .team_email {
		font-size: 13px;
	}
}


/* Remove Padding Top Team Page */
.team_content {
    padding: 0px 0;
}

#Footer a {
    color: #fff !important;
}
#Footer a:hover {
    color: #fff;
}