/*
Theme Name: MBConnect
Author: Predikkta Pty Ltd
Author URI: https://www.predikkta.com/
Description: This is a custom theme built for MB Connect (Discount15) using bootstrap 3.1.1
*/

@import url('https://fonts.googleapis.com/css?family=Patua+One|Roboto:300,300i,400,400i,500,500i,700,700i,900');

/*Wordpress editor styles start*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}

/*Wordpress editor styles end*/



/* CUSTOM STYLES */
html {
    position: relative;
    min-height: 100%;
}
body{
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	margin-bottom: 60px;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Patua One",Helvetica,Arial,sans-serif;
	color: #243780;
	letter-spacing: 0.5px;
}
p {
	line-height: 1.7em;
	letter-spacing: 0.2px;
	margin: 0;
	margin-bottom: 10px;
}
a {
	font-weight: 900;
}
.whiteText, .whiteText h1, .whiteText h2, .whiteText h3, .whiteText h4, .whiteText h5, .whiteText h6, .whiteText p, .whiteText span, .whiteText i, .whiteText a, .whiteText a:hover{
	color: #fff !important;
}.greenText, .greenText h1, .greenText h2, .greenText h3, .greenText h4, .greenText h5, .greenText h6, .greenText p, .greenText span, .greenText i, .greenText a, .greenText a:hover{
	color: #008000 !important;
}
.text-muted {
    color: #777;
}
.padding15{
	padding: 0 15px;
}

/* NAVIGATION */
.navbar{
	min-height: 100px;
	text-transform: uppercase;
	border-radius: 0;
	font-weight: 900;
}
.navbar-default {
    background-color: #fff;
    border: 0;
    margin-bottom: 0;
}
.navbar-default .container{
	background-color: #fff;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
	min-height: 100px;
}
.navbar-default .navbar-nav>li>a{
	color: #243780;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #243780;
}
@media (min-width: 768px){
	.navbar-right {
    	float: right!important;
    	margin-right: -15px;
    	padding: 22px 0;
	}	
}
.navbar-default .navbar-toggle{
	border: 0;
	border-radius: 0;
	margin: 33px 15px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background-color: #fafafa;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: #f9991d;
}
.navbar-brand>img {
    max-height: 70px;
    width: auto;
}
.telstraLogo {
    max-height: 50px;
    margin: 25px 0;
}
.navbar-header {
    float: left;
}
/* END NAVIGATION */

/* BUTTONS */
button.button{
	background: #f9991d;
	color: #fff;
	font-weight: 700;
}
button.button:hover{
	background: #d48228;
	color: #fff;
}
/* END BUTTONS */

/* ACCORDIAN */
.vc_tta-panel-body{
	background-color: #fff !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a,.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a{
	color: #243780 !important;	
}
/* END ACCORDIAN */

/* FORMS */
.hideAsterix label.gfield_label{
	display: none !important;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0px;
}
.gform_wrapper .field_description_below .gfield_description{
	padding-top:0 !important;
}
/* END FORMS */

/* VISUAL COMPOSER COLUMNS */
@media (max-width: 768px){
	.vc_row.vc_column-gap-30{
		margin-left: -15px !important;
    	margin-right: -15px !important;
	}
}
/* END VISUAL COMPOSER COLUMNS */

/* FOOTER */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 60px;
    background-color: #f5f5f5;
}
.container .text-muted {
    margin: 23px 0;
}
.footerLogo{
	max-height: 50px;
	margin: 10px 0 0 10px;	
}
/* END FOOTER */

/* END CUSTOM STYLES 