/*
Theme Name: Carol Adams
Theme URI: 
Author: Media Engine
Author URI: http://www.mediaengine.com.au
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* GLOBAL STYLES */
body {
	font-size: 14px;
	font-family: 'open_sanslight';
}

p {
	margin: 0 0 20px;
}

a {
	text-decoration: none;
	color: #65a4dd;
}

a:hover {
	text-decoration: none;
	color:#1f2a37;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 20px;
	font-family: 'open_sanslight';
}

h1 { 
	font-size: 32px;
    line-height: 40px;
}
h2 { 
	font-size: 24px; 
	line-height: 32px;
}
h3 { 
	font-size: 18px;
	line-height: 26px;
}
h4 { 
	font-size: 16px; 
}
h5 { 
	font-size: 13px; 
}
h6 { 
	font-size: 11px; 
}

.content {
}

.content p {
	margin: 0 0 20px;
}

.content p strong,
.content p b {
	font-family: 'open_sansbold';
}

.content ul {
	margin: 0 0 20px 20px;
}

header {
    position: relative;
    background: #1c192b;
    height: auto;
    padding-top: 50px;
}

header a {
    color: #777;
}

header a:hover {
    color: #fff;
}

.logoCont {
	padding: 60px 0;
}

.logoCont .logo {
	display: block;
	position: relative;
	float: left;
	height:123px;
	width: 480px;
	z-index: 100;
}

.logoCont .logo img {
	width: 100%;
	height:auto;
	display: inline-block;
}

/* NAVIGATION */

.nav-container {
	z-index: 100;
}

@media only screen and (max-width: 767px) {
nav {
	display:none;
}
}

nav {
	position: fixed;
	text-align: center;
	background: #1c192b;
	z-index: 1000;
	top: 0;
	left: 0;
    width: 100%;
}
	
nav #standard-menu {
	display:inline-block;
	position: relative;
}
	
nav #standard-menu ul.menu {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: 'open_sansbold';
}
	
nav #standard-menu ul.menu > li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0;
}
	
nav #standard-menu ul.menu > li > a {
	color:#ffffff;
	text-decoration: none;
	font-size: 12px;
	display: block;
	padding: 15px;
	position: relative;
	transition: .2s color, .2s background-color;
	text-transform: uppercase;
}
	
nav #standard-menu ul.menu > li.current_page_item > a {
	
}
	
nav #standard-menu ul.menu > li:hover > a {
	background: #ca3a89;
}
	
nav #standard-menu ul.menu > li.menu-item-has-children > a {
	padding-right: 20px;
}
	
nav #standard-menu ul.menu > li.menu-item-has-children > a:before {
	content: "\f078";
	font-family: fontAwesome;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	  
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	   
	display: block;
	position: absolute;
	top:5px;
	right: 0;
	font-size: 12px;
	color: #1f2a37;
}
	
nav #standard-menu ul.menu > li > ul {
	background-color: #FFF;
	display: block;
	list-style: none;
	line-height: 1.2em;
	width: 200px;
	margin: 0;
	padding: 0;
	z-index: 1200; 
	position: absolute;
	opacity: 0;
	top: -10000px;
	transition: .2s opacity;
	margin-left: 10px;
	padding-top: 40px;
}
	
nav #standard-menu ul.menu > li:hover > ul {
	opacity: 1;
	top: 100%;
}
	
nav #standard-menu ul.menu > ul li {
	position: relative;
}
	
nav #standard-menu ul.menu > li > ul > li > a {
	color:#65a4dd;
	text-decoration: none;
	font-size: 14px;
	display: block;
	padding: 10px 15px;
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
	
	transition: .2s background-color;
}
	
nav #standard-menu ul.menu > li > ul > li:hover > a {
	background-color: #f9f9f9;
}
	
nav #standard-menu ul.menu > li > ul > li:last-child > a {
	border-bottom: 0 none;
}

nav #standard-menu ul.menu > li > ul > li > ul {
	background-color: #FFF;
	display: block;
	list-style: none;
	line-height: 1.2em;
	width: 200px;
	margin: 0;
	padding: 0;
	z-index: 1200; 
	position: absolute;
	opacity: 0;
	left: 200px;
	top: 0;
	transition: .2s opacity;
}

nav #standard-menu ul.menu > li > ul > li:hover ul {
	opacity: 1;
}

nav #standard-menu ul.menu > li > ul > li {
	position: relative;
}

nav #standard-menu ul.menu > li > ul > li > ul > li > a {
	color:#65a4dd;
	text-decoration: none;
	font-size: 14px;
	display: block;
	padding: 10px 15px;
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
	
	transition: .2s background-color;
}

nav #standard-menu ul.menu > li > ul > li > ul > li:hover > a {
	background-color: #f9f9f9;
}

nav #standard-menu ul.menu > li > ul > li.menu-item-has-children > a {
	
}
	
nav #standard-menu ul.menu > li > ul > li.menu-item-has-children > a:before {
	content: "\f054";
	font-family: fontAwesome;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	  
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	   
	display: block;
	position: absolute;
	top: 12px;
	right: 10px;
	font-size: 12px;
	color: #1f2a37;
}

@media only screen and (min-width : 768px) and (max-width: 1280px) {	
	nav #standard-menu ul.menu > li > ul > li > ul {
    	left: -200px;
	}
}
	
	
@media only screen and (min-width : 768px) and (max-width: 1050px) {
nav #standard-menu ul.menu > li > a {
		font-size: 12px;
		padding: 10px 5px;
	}
}

/* MOBILE MENU STYLES */

@media (max-width: 767px) {
	.hamburglerIconCont {
		display: block;
		position: fixed;
		padding: 10px 80px 10px 10px;
		background: #ca3a89;
		left: 20px;
		top: 10px;
		z-index: 1000;
	}
	
	.hamburglerIconCont:after {
		display: block;
		position: absolute;
		right: 10px;
		top:6px;
		content: 'MENU';
		font-family: 'ridleybold';
		font-size: 22px;
		color: #ffffff;
	}
	
	.hamburgler-icon-wrapper {
		display: block;
		position: relative;
		height: 20px;
		width: 40px;
		top: 1px;
		cursor: pointer;
	}
}

.hamburgler-icon,
.hamburgler-icon:before,
.hamburgler-icon:after {
  content: '';
  position: absolute;
  height: 4px;
  width: 30px;
  background: #ffffff;
  transition: all 0.2s ease
}

.hamburgler-icon {
  top: 6px;
}

.hamburgler-icon:before {
  top: -8px;
}

.hamburgler-icon:after {
  top: 8px;
}

.hamburgler-active .hamburgler-icon {
  background: transparent;
  transform: rotate(-135deg)
}

.hamburgler-active .hamburgler-icon:before,
.hamburgler-active .hamburgler-icon:after {
  top: 0
}

.hamburgler-active .hamburgler-icon:before {
  transform: rotate(90deg)
}

.hamburgler-active .hamburgler-icon,
.hamburgler-active .hamburgler-icon:before,
.hamburgler-active .hamburgler-icon:after {
  background: white
}

.hamburgler-menu {
  transition: all 0.4s ease;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(28, 25, 43, 0.9);
  text-align: center
}

.hamburgler-active .hamburgler-menu {
  opacity: 1;
  pointer-events: initial;
  z-index: 110;
}

.hamburgler-menu-list {
	display: block;
	transition: all 0.4s ease;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.2)
}

.hamburgler-active .hamburgler-menu-list {
  transform: translate(-50%, -50%) scale(1);
  width: 280px;
}

.hamburgler-menu-list li {
	font-family: 'open_sansbold';
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
	display: block;
	padding: 0;
	position: relative;
	margin: 20px;
	margin-bottom: 0px;
	transition: .3s ease;
}

.hamburgler-menu-list li a{
	color: #ca3a89;
	text-decoration: none;
}

/* VOTE CAROL */
.voteCont {
	display: block;
	position: relative;
	background: #ca3a89;
	padding: 60px 0;
}

.innerCont {
	display: block;
	position: relative;
}

.voteCont .voteBox {
	display: inline-block;
	position: relative;
	background: #ffffff;
	padding: 10px 20px;
	font-size: 30px;
	margin-right: 30px;
	vertical-align: top;
	font-family: 'ridleybold';
}

.voteCont .voteDesc {
	display: inline-block;
	position: relative;
	font-size: 16px;
	vertical-align: top;
	color: #ffffff;
}

.voteCont .voteDesc strong {
	font-family: 'open_sansbold';
}

.voteCont .image {
	display: block;
	position: absolute;
	bottom: -60px;
	right: 15px;
	height: 400px;
	width: 211px;
}

.voteCont .image img{
	display: block;
	width: 100%;
	height: auto;
}

/* WHO IS CAROL ADAMS */
.who-am-i {
	background: #f1f1f2;
	padding: 60px 0;
}

.iconCont {
	display: block;
	position: relative;
	font-size: 0;
	padding-top: 50px;
}

.iconCont .carol {
	display: inline-block;
	position: relative;
	width: 16.67%;
	height: auto;
	vertical-align: bottom;
}

.iconCont .carol:after {
	display: block;
	position: absolute;
	font-family: 'open_sansbold';
	content: '=';
	bottom: 48px;
    right: -15px;
    font-size: 15px;
    color: #bbbcbe;
}

.iconCont .carol img{
	width: 100%;
	height: auto;
}

.iconCont .attributes {
	display: inline-block;
	position: relative;
	width: 16.6%;
	height: auto;
	vertical-align: bottom;
	padding-left: 25px;
}

.iconCont .attributes:after {
	display: block;
	position: absolute;
	font-family: 'open_sansbold';
	content: '+';
	bottom: 48px;
    right: -15px;
    font-size: 15px;
    color: #bbbcbe;
}

.iconCont .attributes:last-child:after {
	display: none;
}

.iconCont .attributes h5 {
	font-family: 'open_sansbold';
	text-align: center;
	margin-bottom: 5px;
}

.iconCont .attributes img{
	width: 100%;
	height: auto;
}

/* MY KEY MESSAGES */
.my-key-messages {
	padding: 60px 0;
}

.messagesCont {
	
}

.messagesCont ul {
	list-style: none;
}

.messagesCont ul li{
	display: block;
	position: relative;
	padding: 15px 0 30px 80px;
}

.messagesCont ul li:before{
	display: block;
	position: absolute;
	left: 0;
	top:0;
	width: 50px;
	height: 50px;
	content: '';
	background-size: 50px 50px;
}

.messagesCont ul li.school:before {
	background-image: url('images/schools.png');
}

.messagesCont ul li.port:before {
	background-image: url('images/port.png');
}

.messagesCont ul li.content:before {
	background-image: url('images/content-policies.png');
}

.messagesCont ul li.parent:before {
	background-image: url('images/parent-funding.png');
}

.messagesCont ul li.home:before {
	background-image: url('images/home-buyers.png');
}

.messagesCont ul li.death:before {
	background-image: url('images/lawful-death.png');
}

.messagesCont ul li.gst:before {
	background-image: url('images/gst.png');
}

.messagesCont ul li.police:before {
	background-image: url('images/police.png');
}

.messagesCont ul li.resources:before {
	background-image: url('images/resources.png');
}

.messagesCont ul li.government:before {
	background-image: url('images/government.png');
}

.messagesCont ul li.reducetax:before {
	background-image: url('images/reducetax.png');
}

.messagesCont ul li.family:before {
	background-image: url('images/family.png');
}

.messagesCont ul li.transport:before {
	background-image: url('images/transport.png');
}

.messagesCont ul li.trainee:before {
	background-image: url('images/trainee.png');
}

.messagesCont ul li.local:before {
	background-image: url('images/local.png');
}

.messagesCont ul li.state:before {
	background-image: url('images/state.png');
}

.messagesCont ul li .title{
	font-family: 'open_sansbold';
	font-size: 16px;
	padding-bottom: 10px;
}

.morecontent ul.list {
	list-style: none;
	margin-bottom: 20px;
}

.morecontent ul.list li{
	padding: 18px 0 0 20px;
	position: relative;
}

.morecontent ul.list li:before{
	display: block;
	position: absolute;
	font-family: fontAwesome;
	content: '\f054';
	font-size: 12px;
	top: 23px;
	left: 0;	
}

ul.list {
	list-style: none;
	margin-bottom: 20px;
}

ul.list li{
	padding: 18px 0 0 20px;
	position: relative;
}

ul.list li:before{
	display: block;
	position: absolute;
	font-family: fontAwesome;
	content: '\f054';
	font-size: 12px;
	top: 23px;
	left: 0;	
}

/* MORE INFORMATION */
.more-information {
	background: #f1f1f2;
	padding: 60px 0;
}

/* LEGISLATIVE COUNCIL */
.the-south-metro-legislative-council {
	background-image: url('images/council-map2.png');
	background-size: contain;
	background-color: #1c192b;
	background-repeat: no-repeat;
	background-position:right top;
	padding: 60px 0;
}

.the-south-metro-legislative-council .councilCont {
	width: 40%;
	margin-bottom: 50px;
}

.col-2-Cont {
	display: block;
	position: relative;
	font-size: 0;
	width: 50%;
}

.col-2-Cont .leftCol,
.col-2-Cont .rightCol {
	display: inline-block;
	position: relative;
	width: 50%;
	font-size: 14px;
	padding-right: 70px;
	vertical-align: top;
}

.col-2-Cont .leftCol:after {
	display: block;
	position: absolute;
	content: '';
	background-image: url('images/arrow.png');
	background-size: 22px 52px;
	width: 22px;
	height: 52px;
	top: 45px;
	right: 20px;
}

.col-2-Cont .leftCol img,
.col-2-Cont .rightCol img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.col-2-Cont .leftCol p,
.col-2-Cont .rightCol p {
	color: #ffffff;
}

.col-2-Cont .leftCol h5,
.col-2-Cont .rightCol h5 {
	font-family: 'open_sansbold';
	color: #ca3a89;
	font-size: 14px;
}

.the-south-metro-legislative-council .councilCont p {
	color: #ffffff;
}

.mapMobile {
	display: none;
}

/* CONTACT */
.contact {
	background: #ca3a89;
	padding: 60px 0;
}

.contact p {
	color: #ffffff;
}

.contact span.listTitle {
	font-family: 'open_sansbold';
	color: #ffffff;
	margin-bottom: 10px;
    display: block;
}

.contact ul {
	list-style: none;
}

.contact ul li{
	display: block;
	position: relative;
	padding: 0 0 5px 28px;
	color: #ffffff;
}

.contact ul li a{
	color: #ffffff;
}

.contact ul li:before{
	display: block;
	position: absolute;
	top:0;
	left:0;
	font-family: fontAwesome;
	font-size: 18px;
	color: #ffffff;
}

.contact ul li.phone:before{
	content: '\f095';
}

.contact ul li.website:before{
	content: '\f109';
}

.contact ul li.email:before{
	content: '\f0e0';
}

.contact ul li.facebook:before{
	content: '\f230';
}

.siteInfo {
	display: block;
	position: relative;
	background: #a91573;
	padding: 30px 0;
}

.siteInfo .imageBottom {
	display: block;
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 320px;
	height: 342px;
}

.siteInfo .imageBottom img{
	display: block;
	width: 100%;
	height: auto;
}

.siteInfo .authorised {
	display: inline-block;
	float: right;
	color: #ffffff;
	font-size: 12px;
}


/* NINJA FORM STYLES */

.nf-form-cont input[type="text"],
.nf-form-cont input[type="email"]{
	padding: 15px;
}

.textarea-wrap textarea {
	padding: 15px;
	border: 1px solid #cccccc;
}

.nf-form-cont input[type="button"]{
	display: inline-block;
    position: relative;
    font-family: 'open_sansbold';
    background: #1c192b;
    border: 2px solid #1c192b;
    border-radius: 0;
    padding: 10px 30px;
    cursor: pointer;
    transition: .3s ease;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    float: right;
}

.nf-form-cont input[type="button"]:hover{
	background: transparent;
	color: #1c192b;
	border: 2px solid #1c192b;
}

.nf-form-cont .submit-wrap {
	margin-bottom: 0px;
}

.nf-form-cont .nf-field label {
	font-family: 'open_sansbold';
	color: #ffffff;
}

.nf-form-cont .nf-before-form-content {
	display: none;
}

.nf-form-cont .nf-field-container {
	margin-bottom: 15px;
}

.nf-form-cont .nf-form-title h3{
	display: none;
}

.label-above .nf-field-label {
	margin-bottom: 5px!important;
}

.ninja-forms-req-symbol,
.nf-error-msg {
    color: #1c192b!important;
}

/* VC STYLES */
.vc_row-has-fill>.vc_column_container>.vc_column-inner {
	padding-top: 0px!important;
}

.wpb_content_element {
	margin-bottom: 0px!important;
}

.flip-list-view {
min-width: 290px!important;
}

/* SHOW / HIDE TEXT */

a {
	color: #000000;
}
a:visited {
	color: #000000
}
.btnCont {
	display: block;
	position: relative;
}
a.morelink {
	display: inline-block;
	background:#f1f1f2;
	padding: 10px 15px;
	width: auto;
	text-decoration:none;
	outline: none;
	margin-top: 10px;
}
.morecontent span {
	display: none;
	transition: max-height 0.25s ease-in;
}
.comment {
	width: 100%;
}


@media only screen and (max-width: 1030px) {
	/* LEGISLATIVE COUNCIL */
	.the-south-metro-legislative-council {
		background-image: none;
		background-size: none;
		background-color: none;
		background-repeat: none;
		background-position:none;
	}
	
	.mapMobile {
		display: block;
		margin-top: 30px;
		margin-right: -20px;
		margin-bottom: -60px!important;
	}
	
	.the-south-metro-legislative-council .councilCont {
		width: 100%;
		margin-bottom: 50px;
	}
	
	.col-2-Cont {
		width: 100%;
	}
	
	.col-2-Cont .leftCol {
		display: inline-block;
		position: relative;
		width: 50%;
		font-size: 14px;
		padding-right: 35px;
	}
	
	.col-2-Cont .rightCol {
		padding-right: 0;
		padding-left: 35px;
	}
	
	.col-2-Cont .leftCol:after { 
		right: -10px;
	}
	
}

@media only screen and (max-width: 768px) {
	header {
		padding-top: 80px;
	}
	
	/* LOGO */
	.logoCont {
		padding: 0 0 30px 0;
	}
	
	.logoCont .logo {
		height:79px;
		width: 290px;
	}
	
	/* VOTE CAROL */
	.voteCont {
		display: block;
		position: relative;
		background: #ca3a89;
		padding: 60px 0;
	}
	
	.innerCont {
		display: block;
		position: relative;
	}
	
	.voteCont .voteBox {
		font-size: 18px;
	}
	
	.voteCont .voteDesc {
		display: block;
		font-size: 10px;
		margin-top: 20px;
	}
	
	.voteCont .image {
		display: block;
		position: absolute;
		bottom: -60px;
		right: 15px;
		height: 340px;
		width: 179px;
	}
	
	.voteCont .voteDesc strong {
		font-family: 'open_sansbold';
	}
	
	/* WHO IS CAROL ADAMS */
	.who-am-i .col_2 {
		column-count:1!important;
	}
	
	.iconCont .carol {
		width: 100%;
		margin-bottom: 50px;
	}
	
	.iconCont .carol:after {
		bottom: -35px;
	    right: 50%;
	    margin-right: -5px;
	}
	
	.iconCont .carol img{
		width: 250px;
		height: auto;
		margin: 0 auto;
		display: block;
	}
	
	.iconCont .attributes {
		width: 50%;
		padding-left: 0;
		margin-bottom: 30px;
	}
	
	.iconCont .attributes:after {
		bottom: -25px;
	    right: 50%;
	    margin-right: -5px;
	}
	
	.iconCont .attributes img{
		width: 130px;
		height: auto;
		margin: 0 auto;
		display: block;
	}
	
	.iconCont .attributes:last-child {
		width: 100%;		
	}
	
	.iconCont .attributes:last-child:after {
		display: none;		
	}
	
	/* CONTACT */
	.contact {
		padding-bottom: 380px;
	}
	
	/* SITE INFO */
	.siteInfo {
		background: #ca3a89;
	}
	
	.siteInfo .imageBottom {
		bottom: 62px;
		left: 50%;
		margin-left: -160px;
	}
	
	.siteInfo .authorised {
	    display: block;
	    float: none;
	    font-size: 10px;
	    text-align: center;
    }

}

@media only screen and (max-width: 480px) {
	.voteCont .image {
		display: block;
		position: absolute;
		bottom: -60px;
		right: 15px;
		height: 260px;
		width: 137px;
	}
}

