/*
	This CSS file is only for page specific styles. If you want to theme a number of pages, please edit the Porto_sub theme's custom css file
*/

/*
	Home
*/

body.front #block-system-main {
    margin-top: 40px;
}

/* Quote pages */

iframe.full-width {
	width:100%;
	height:700px;
}


/*
	Toggles
*/
.toggle-content {
	padding: 20px;
}
/*
	Blog
*/


/* List Pages */
article.our-team {
	width: 29%;
	float: left;
	margin: 1%;
	padding: 1%;
	
}

article.our-team .modal-body img {
	margin: 0px 20px 20px 0px;
	max-width: 220px;
}
span.team_member_role {
	font-weight: bold;
}
@media only screen and (max-width: 1200px) {
	article.our-team {
		width: 46%;
	}
}
@media only screen and (max-width: 980px) {
	
}
@media only screen and (max-width: 767px) {
}

/* Toggle Pages - like Payments */
body section.toggle.active > label {
	background-color: #012E58;
	border-color:white;
	color: white;
}

/* Blog pages - like articles or in the media */
article.blog-single-post div.post-meta {
	display:none;
}

/* Post Date */
div.post-date {
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	float: left;
	margin-right: 10px;
	text-align: center;
	
	background: #F4F4F4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:solid 1px #002A4C;
}

div.post-date span.month {
	display: block;
	
	-moz-border-radius: 0 0 2px 2px;
	-moz-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
	-webkit-border-radius: 0 0 2px 2px;
	-webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
	background: #002A4C;
	border-radius: 0 0 2px 2px;
	box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
	color: #FFFFFF;
	font-size: 0.9em;
	padding: 0 10px 2px;
}

div.post-date span.day {
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	color: #002A4C;
	display: block;
	font-size: 16px;
	font-weight: 500;
	font-weight: bold;
	padding: 10px;
}

/* Quote */
blockquote.quote {
    background: none repeat scroll 0 0 #ccc;
    border: 0 none;
    border-radius: 10px;
    color: #666;
    font-family: Georgia,serif;
    font-style: italic;
    margin: 30px 0;
    padding: 10px 50px;
    position: relative;
}
blockquote.quote p {
    color: #666;
    font-family: Georgia,serif;
    font-size: 1.2em;
    font-style: italic;
    line-height: 1.3;
}
blockquote.quote:before {
    left: 10px;
    top: 0;
}
blockquote.quote:before, blockquote.quote:after {
    color: #333;
    content: "“";
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    position: absolute;
}
blockquote.quote:after {
    bottom: -0.5em;
    content: "”";
    right: 10px;
}
blockquote.quote span {
    color: #444;
    display: block;
    font-family: "Roboto",Arial,sans-serif;
    font-style: normal;
    margin-top: 10px;
    text-indent: 20px;
}

/* Testimonials */

body.page-about-testimonials .testimonials .span10 {
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#block-views-testimonials-block {
    margin-top: 50px;
	padding-top: 50px;
	border-top: solid 1px #DDD;
}

div.flexslider-top-title ul.flex-direction-nav {
	width: 100%;
	right: unset;
	bottom: 0%;
}
@media only screen and (max-width: 767px) {
	div.flexslider-top-title ul.flex-direction-nav {
		display:none;
	}
}
.flex-prev {
    right: unset !important;
}

/* Careers page */

.filled {
	background: url("/sites/elliottinsurance.com.au/images/filled.png") no-repeat scroll right bottom;
}

/* Contact page */
#block-smart-contact-form-smart-contact-form-2 {margin-bottom: 40px;}

/* reCAPTCHA */
#recaptcha_widget {
    border: 1px solid #ccc;
    padding: 10px;
	margin-bottom: 10px;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}