/*
Theme Name: Carriers Insurance Brokers
Theme URI: http://www.wolffdesign.com.au
Author: Wolff Graphic Design
Author URI: http://www.wolffdesign.com.au
Description: This is a responsive theme created for carriers insurance brokers website
Version: 1.0
*/

/*------------------------ SITE GENERAL ------------------------*/
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;

	font-family: 'Open Sans', sans-serif;
}

div#body {
	margin-top:210px;
	color:#808184;
}
@media only screen and (max-width:767px) {
	
	div#body {
		margin-top:0px;
	}
	#topBarSection {
		display:none;
	}
	#homeSliderSection,
	#titleBarSection {
		margin-top:119px;
	}
}


.text-light-blue {
	color:#1d9cd7;
}
.text-dark-blue {
	color:#273762;
}

.display-inline-block {
	display: inline-block !important;
}

h2,h3 {
	color:#1d9cd7;
	font-weight: 600;
}

.mc4wp-form .mailchimp-form-row {
	margin-bottom:10px;
}
.mc4wp-form .mailchimp-form-row input[type=text],
.mc4wp-form .mailchimp-form-row input[type=email] {
	padding:5px 5px;
}
.mc4wp-form .mailchimp-form-row input[type=submit] {
	background-color: #273762;
	color:#ffffff;
	font-size: 13px;
} 

/* form submit button */
input[type=submit].submit-btn {
	background-color: #273762;
	border:2px solid #273762;
	color:#ffffff;
	padding:8px 20px;

	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
input[type=submit].submit-btn:hover {
	background-color: #ffffff;
	color:#273762;
}


.todo {
	color:red;
	font-weight: bold;
}

div#body table {
	border-collapse: collapse;
}
div#body table, th, td {
    border: 1px solid black;
}
div#body table td {
	padding:5px 5px;
}

#pageMain ul li {
	margin-bottom: 8px;
}
#pageMain h2 {
	margin-top:50px;
}
#pageMain h2:first-child {
	margin-top: 0;
}

@media only screen and (max-width: 767px) {

	ul li.menu-item-sep {
		display: none !important;
	}

}

/*------------------------ BOOTSTRAP CUSTOMISATION ------------------------*/
@media only screen and (max-width: 767px) {

	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
		padding-bottom:15px;
	}

}

/*------------------------ HEADER ------------------------*/
header {
	position: fixed;
	left:0;
	top:0;
	width:100%;
	background: #ffffff;
	z-index: 99;
}

/* top bar section */
#topBarSection {
	background-color: #1d9cd7;
	color:#ffffff;
	height:40px;
	font-size: 13px;
}
#topBarSection a {
	color:#ffffff;
}
ul#topUtilityLinks {
	list-style-type: none;
	float:right;
	margin:0;
}
ul#topUtilityLinks li {
	display: inline;
	line-height: 40px;
	margin: 0 5px;
}
a#topPayOnlineLink {
	display: inline-block;
	float: right;
	line-height: 40px;
	padding:0 20px 0 40px;
	margin-left:30px;
	background:#273762 url(images/pay_arrow.png) no-repeat 15px center;
}

/* top logo section */
#topLogoSection {
	padding:20px 0;
	height: 129px;

	-webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}
#topLogoSection.smaller {
	height:90px;
}
#topLogoSection #headerLogo img {
	width:auto;
	height:89px;

	-webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}
#topLogoSection.smaller #headerLogo img {
	height:62px;
}

#headerLogo a {
	display: block;
	text-align: center;
}
#headerContact {
	font-size: 20px;
	text-align: center;
	padding-top:10px;

	-webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    -ms-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    transition: padding 0.3s;	
}

a#mobilePayOnlineLink {
	display: block;
	width:200px;
	color: #ffffff;
	padding:10px 10px 10px 20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
	background:#273762 url(images/pay_arrow.png) no-repeat 15px center;
}
a#mobilePayOnlineLink:hover {
	text-decoration: none;
}

div#headerLogo.col-xs-12.col-sm-6,
div#headerContact.col-xs-12.col-sm-6 {
	background:#ffffff;
}


/* shiftnav */
ul#topMobileUtilityLinks {
	list-style-type: none;
	margin:0;
	padding:0;
}
ul#topMobileUtilityLinks li {
	display: inline-block;
}
ul#topMobileUtilityLinks li a {
	font-size: 13px;
	color: #ffffff;
}

.shiftnav-menu-image img {
	display: block;
	width:100%;
	display: block;
}

@media only screen and (max-width: 767px) {

	#topPayOnlineLink {
		display: none !important;
	}

	#topLogoSection #headerLogo img {
		height: 62px;
	}

	nav#topNavSection {
		display: none;
	}

}

@media only screen and (min-width: 768px) {

	#headerContact {
		text-align: right;
		padding-top:30px;
	}
	#topLogoSection.smaller #headerContact {
		padding-top:0px;
	}

	#headerLogo a {
		text-align: left;
	}

	a#mobilePayOnlineLink {
		display: none;
	}

}


@media only screen and (max-width:767px) {
	
	header {
		position:relative;
	}
	
}


/*------------------------ TOP NAV ------------------------*/
#topNavSection {
	background:#273762;
	height:40px;
	overflow: visible;
}
#topNavSection ul {
	list-style-type: none;
	background-color: #273762;
	z-index: 9;
}
#topNavSection ul#topNav {
	list-style-type: none;
	margin:0;
	width:749px;
	float: right;
}
#topNavSection ul#topNav > li {
	float:left;
}
#topNavSection ul#topNav li,
#topNavSection ul#topNav li a {
	display: block;
}
#topNavSection ul#topNav li {
	position: relative;
}
#topNavSection ul#topNav li a {
	padding:0 15px;
	line-height: 40px;
	color:#ffffff;
	font-weight: 100;
	white-space: nowrap;
}
#topNavSection ul#topNav li a:hover,
#topNavSection ul#topNav li.current-menu-item > a,
#topNavSection ul#topNav li.sfHover > a {
	background-color: #1d9cd7;
	text-decoration: none;
}
#topNavSection ul#topNav li:hover > ul {
	display: block;
}

/* second level */
#topNavSection ul#topNav > li ul {
	padding-left:0;
	position: absolute;
	background: rgba(39,55,98,0.8);
	display: none;
}
#topNavSection ul#topNav > li > ul {
	left:0px;
	top:41px;
} 
#topNavSection ul#topNav > li > ul li {
	display: block;
}
#topNavSection ul#topNav > li > ul li a {
	line-height: 1.2;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* third level */
#topNavSection ul#topNav > li > ul ul {
	left:100%;
	top:0;
}

@media only screen and (max-width: 920px) {

	#topNavSection ul#topNav {
		width:700px;
	}

	#topNavSection ul#topNav li a {
		font-size: 13px;
		padding:0 10px;
	}

}

/* shiftnav */
.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target, .shiftnav.shiftnav-skin-light ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-light ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item ul.sub-menu .current-menu-item .shiftnav-target,
.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target, .shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target {
	background-color: #1D9CD7 !important;
	color:#ffffff !important;
}

.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item > .shiftnav-target {
	color:#273762 !important;
}

/*------------------------ FOOTER ------------------------*/
/* footer bar section */
#footerBarSection {
	background:#1d9cd7;
	color:#ffffff;
	font-size: 25px;
	text-align: center;
	font-weight: 600;
	padding:15px 0;
}
#footerBarSection a {
	display: block;
	font-size: 14px;
	border:1px solid #ffffff;
	padding:5px 30px 5px 10px;
	margin-left:20px;
	color:#ffffff;
	font-weight: 100;
	vertical-align: middle;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	background:url(images/white-arrow.png) no-repeat right center;
	max-width: 140px;
}
#footerBarSection a:hover {
	text-decoration: none;
}
@media only screen and (min-width: 768px) {

	#footerBarSection {
		background: #1d9cd7 url(images/carriers_ctp-bg.png) no-repeat left center;
	}
	body.page-id-2 #footerBarSection {
		background-image:none;
	}

	#footerBarSection a {
		display: inline-block;
		margin-left:20px;
		margin-top:0;
	}

}

/* footer member section */
#footerMemberSection {
	text-align: center;
	padding:30px 0;
}

/* footer logo section */
#footerInfoSection {
	background-color: #9a9a9a;
	color:#ffffff;
	padding:20px 0 40px 0;
}
#footerLogo {
	display: block;
	margin-bottom: 15px;
}
#footerInfoSection h4 {
	font-weight: bold;
	margin:0;
}

/* footer menu */
#footerMenuSection {
	background-color: #383838;
	padding:20px 0;
}
#footerMenuSection ul {
	list-style-type: none;
	color:#ffffff;
	text-align: center;
	padding-left:0;
}
#footerMenuSection ul li {
	display: block;
	margin:20px 0;
}
#footerMenuSection ul li a {
	color:#ffffff;
}

/* copyright section */
#copyrightSection {
	background-color: #222222;
	color:#ffffff;
	font-size: 12px;
	padding:20px 0;
}

#copyrightSection a {
	color: #ffffff;
}

#copyright {
	text-align: center;
}

#bottomLinksContainer ul {
	list-style-type: none;
	text-align: center;
	margin:0;
	padding-left:0;
}
#bottomLinksContainer ul li {
	display: block;
	margin:20px 0;
}

@media only screen and (min-width: 768px) {

	#footerMenuSection ul li,
	#bottomLinksContainer ul li {
		display: inline-block;
	}

	#footerMenuSection ul li {
		margin:0 5px;
	}

}

@media only screen and (min-width:1200px) {

	#bottomLinksContainer ul li {
		margin:0 5px;
	}

}

/*------------------------ CONTACT FORM 7 ------------------------*/
.form-field-requried {
	color:red;
}
.form-group > label {
	font-weight: 400;
}
span.wpcf7-quiz-label {
	font-weight: 400;
	margin-bottom: 5px;
}
input[type=text].wpcf7-form-control.wpcf7-quiz {
	display: block;
    width: 100px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/*------------------------ PAGE GENERAL ------------------------*/
#pageWrap {
	padding:50px 0 50px 0;
}

/*------------------------ RIGHTSIDEBAR ------------------------*/
.right-sidebar-widget {
	background: #f1f1f2;
	margin-bottom: 30px;
	padding:20px 0;
}
.right-sidebar-widget .inner {
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

.widget_recent_entries ul,
.widget_categories ul,
.widget_archive ul {
	list-style-type: none;
	padding-left: 0;
}
.widget_recent_entries ul li,
.widget_categories ul li,
.widget_archive ul li {
	margin-bottom:8px;
}

@media only screen and (min-width: 768px) {

	#pageSidebar {
		margin-top: 47px;
	}

}

/*------------------------ HOME PAGE ------------------------*/
#homeIntroHeading {
	font-size: 25px;
	color:#1d9cd7;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
}
#homeIntroBody {
	font-size: 18px;
	text-align: center;
	color:#808184;
}

/* CTP Teaser */
#homeCTPTeaser {
	color:#ffffff;
	padding:30px 30px;
	background:#1d9cd7 url(images/carriers_ctp-bg.png) no-repeat left center;
}
#homeCTPTeaser #homeCTPTeaserHeading {
	font-size:30px;
	font-weight: 600;
	margin-bottom:20px;
}
#homeCTPTeaser #homeCTPTeaserBody a {
	color:#ffffff;
	border:1px solid #ffffff;
	padding:8px 60px 8px 12px;
	display: inline-block;
	background:url(images/white-arrow.png) no-repeat right center;
}
#homeCTPTeaser #homeCTPTeaserBody a:hover {
	text-decoration: none;
}

.slide-heading,
.slide-body {
	color:#fff !important; 
	line-height:1.2 !important;

	-webkit-text-shadow: 2px 2px #273762;
    -moz-text-shadow: 2px 2px #273762;
    -o-text-shadow: 2px 2px #273762;
    text-shadow: 2px 2px #273762;
}
.slide-heading br,
.slide-body br {
	line-height: 0 !important;
}

@media only screen and (min-width: 768px) {

	#homeNews {
		border:1px solid #bbbdbf;
		border-top:none;
		border-bottom:none;
	}

	body.page-id-2 .testimonial-carousel-container {
		width:90%;
	}

	#homeCTPTeaser {
		padding-left:350px;
	}

	#homeCTPTeaser #homeCTPTeaserHeading {
		font-size: 40px;
	}
	#homeCTPTeaser #homeCTPTeaserBody a {
		padding:8px 60px;
	}

}
@media only screen and (min-width: 992px) {

	#homeCTPTeaser {
		padding-left:500px;
	}

}

/*------------------------ TITLEBAR SECTION ------------------------*/
#titleBarSection {
	background-color: #1d9cd7;
}
#titleBarSection .container {
	height:260px;
	background-repeat: no-repeat;;
	background-position: center;
}
#titleBarSection h1#pageTitle {
	line-height: 1.2;
	color:#ffffff;
	margin:110px 0 0 0;

	-webkit-text-shadow: 2px 2px #273762;
	-moz-text-shadow: 2px 2px #273762;
	-o-text-shadow: 2px 2px #273762;
	text-shadow: 2px 2px #273762;
}

/*------------------------ TEAM PAGE ------------------------*/
#memberList {
	color:#808184;
}
#memberList > .row {
	border-bottom:1px solid #bbbdbf;
	padding: 25px 20px 15px 0;
}
#memberList > .row:last-child {
	border-bottom: none;
}
img.member-image {
	display: block;
	width:100%;
	height:auto;
	max-width: 300px;
	margin-bottom: 20px;
}
h3.member-name-and-role {
	margin-top: 0;
	margin-bottom:0;
	color:#808184;
}
@media only screen and (min-width: 992px) {

	img.member-image {
		margin-bottom: 0;
	}

}

/*------------------------ LINKS PAGE ------------------------*/
.row.links-row {
	border-bottom:1px solid #bbbdbf;
	padding:20px 0 40px 0;
}
.row.links-row .col-sm-3 img {
	width:100%;
	max-width: 100%;
	height: auto;
}
#pageMain .row.links-row h2 {
	margin-top: 0;
}

/*------------------------ CONTACT PAGE ------------------------*/
.google-maps {
    position: relative;
    padding-bottom: 33.33333%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

div#body table.contactPageAddressTable {
	border:none;
	color:#808184;
}
table.contactPageAddressTable td {
	vertical-align: top;
	border:none;
}

/*------------------------ CTP Greenslip Quote Form PAGE ------------------------*/
div#businessSection,
div#privateSection,
div#numberOfAccidentsRow,
div#numberOfIncidentsRow  {
	display: none;
}

span.form-label-question-symbol {
	display: inline-block;
	height:22px;
	line-height: 22px;
	background: #273762;
	color:#ffffff;
	padding:0 9px;
	font-size: 12px;
	cursor: pointer;

	-webkit-border-radius:11px;
	-moz-border-radius:11px;
	-o-border-radius:11px;
	border-radius:11px;
}
div.rms-billing-number-image-container {
	width:310px;
	height: 164px;
	background:url(images/rms-billing-number.png);
}

/*------------------------ Travel Insurance Quote PAGE ------------------------*/
div#wpcf7-f552-p551-o1 span.wpcf7-form-control-wrap.radio-destination span.wpcf7-form-control.form-control,
div#wpcf7-f552-p551-o1 span.wpcf7-form-control-wrap.radio-had-insurance-before span.wpcf7-form-control.form-control {
	height:auto !important;
}
div#wpcf7-f552-p551-o1 span.wpcf7-form-control-wrap.radio-destination span.wpcf7-form-control.form-control span.wpcf7-list-item,
div#wpcf7-f552-p551-o1 span.wpcf7-form-control-wrap.radio-had-insurance-before span.wpcf7-form-control.form-control span.wpcf7-list-item {
	display: block;
}

div#wpcf7-f552-p551-o1 input.travel-person-name {
	display: inline-block;
	width:90%;
	margin-left: 5px;
}

div#tripForBusinessContainer,
div#tripForLeisureContainer {
	display: none;
}


/*------------------------ Send An Email PAGE ------------------------*/
#quoteTypeContainer {
	display: none;
}

/*------------------------ POST LISTING PAGE ------------------------*/
#pageMain.posts .row.entry {
	padding:40px 0 40px 0;
	border-bottom:1px solid #bbbdbf;
}
#pageMain.posts .row.entry .post-title {
	margin-top:-5px;
	margin-bottom:0px;
}
#pageMain.posts .row.entry .post-title a {
	color:#1d9cd7;
}
#pageMain.posts .row.entry .post-title a:hover {
	text-decoration: none;
}
#pageMain.posts .row.entry .post-date {
	font-size: 12px;
}
#pageMain.posts .row.entry .post-read-more a {
	display: inline-block;
	border:1px solid #bbbdbf;
	color:#273762;
	font-weight: 600;
	padding:5px 30px 5px 10px;
	background: url(images/blue_arrow.png) no-repeat right center;
}
#pageMain.posts .row.entry .post-read-more a:hover {
	text-decoration: none;
}
#postsPagination {
	margin-top:40px;
}
#postsPagination div.wp-pagenavi {
	text-align: center;
}

/*------------------------ SINGLE POST PAGE ------------------------*/
#pageWrap.single .post-title {
	margin-bottom: 0;
}
#pageWrap.single .post-date {
	font-size: 12px;
}
/* share buttons */
.ssba.ssba-wrap {
	font-size: 16px;
}

/*------------------------ TESTIMONIALs PAGE ------------------------*/
.testimonial-entry {
	padding: 40px 0 40px 0;
    border-bottom: 1px solid #bbbdbf;
}
.testimonial-entry:nth-child(2) {
	padding-top: 0;
}
.testimonial-entry:nth-last-child(2) {
	border-bottom: none;
}
#testimonial-entry-name-role {
	font-size: 18px;
    font-weight: 600;
    color: #1d9cd7;
    margin-top: 50px;
    margin-bottom: 5px;
}
#testimonial-entry-company {
	font-size: 16px;
    color: #273762;
}

/*------------------------ SINGLE TESTIMONIAL PAGE ------------------------*/
#testimonial-single-name-role {
	font-size: 18px;
    font-weight: 600;
    color: #1d9cd7;
    margin-top: 50px;
    margin-bottom: 5px;
}
#testimonial-single-company {
	font-size: 16px;
    color: #273762;
}

/*------------------------ EMERGENCY CONTACT PAGE ------------------------*/
#emergencyContactTeaser {
	color:#ffffff;
	padding:30px 30px;
	background:#1d9cd7 url(images/carriers_ctp-bg.png) no-repeat left center;
	font-size: 20px;
    font-weight: bold;
}

/*------------------------ PAY YOUR CLAIM EXCESS PAGE ------------------------*/
#payClaimExcessNoticeTeaser {
	color:#ffffff;
	padding:10px 30px;
	background:#1d9cd7 url(images/carriers_ctp-bg.png) no-repeat left center;
	font-size: 20px;
    font-weight: bold;
}

/*------------------------ Credit Card Payment Page ------------------------*/
div.creditCardPaymentWrapper {
	height:1560px;
}

/*------------------------ Life Insurance Button ------------------------*/
a#btn-life-insurance {
	display: inline-block;
        background-color: #273762;
        color: #ffffff;
        text-align: center;
        padding: 8px 80px;
        font-size: 13px;
	border: 1px solid #273762;
	transition: all 0.3s linear;
}
a#btn-life-insurance:hover {
	text-decoration: none;
	background-color: #ffffff;
	color: #273762;
}