/*.navbar-nav li:hover .dropdown-menu {
    display: block;
}
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}*/

/*.navbar .nav-item:not(:last-child) {
  margin-right: 35px;
}*/
.dropdown-toggle::after {
   transition: transform 0.15s linear;
}
.show.dropdown .dropdown-toggle::after {
  transform: rotate(-90deg);
}
@media(min-width:768px) {
	.show.dropdown .dropdown-toggle::after {
		transform: translateY(3px);
	}
}
.dropdown-menu {
  margin-top: 0;
}
.bg-primary {
    background-color: #484db0 !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.field-hidden1 {
	display: none;
	visibility: hidden;
}
.mauticform-errormsg {
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #dc3545;
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    vertical-align: middle;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.mauticform_wrapper{background-color:#484db1;border-radius:0.3rem;}
.mauticform_wrapper h3{color:#ffffff;font-size:1.5rem;font-weight:bold;padding-bottom:0.5rem}
.mauticform_wrapper h5{color:#ffffff;font-size:1.1rem;font-weight:bold;padding-bottom:0.5rem}
.mauticform_wrapper .mauticform-textarea{max-height:115px;}
.mauticform_wrapper .mauticform-selectbox{color:#7e758d;}
.mauticform_wrapper .btn{padding:0.3rem 1.3rem; box-shadow:none; font-size:1.33rem; width:100%;border:none;background-color: #cc0c1a; font-weight:600; text-transform:uppercase;}
.mauticform_wrapper .btn:hover{background-color:#f60034;}
.mauticform_wrapper .in-touch{color:#ffffff;font-size:0.65rem;font-weight:bold;padding-bottom:0.5rem;padding-top:0.5rem;}
.mauticform_wrapper .in-touch .minutes{color:#ffffff;font-size:1rem;}
#right-sidebar .widget{background: none repeat scroll 0 0 #484db1;color: #fff;padding: 17px 3%;float: left;width: 100%;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px; margin-bottom:2rem;}
#right-sidebar h3{color:#ffffff;font-size:1.5rem;font-weight:bold;padding-bottom:0.5rem}
#right-sidebar .menu{margin:0; padding:0;}
#right-sidebar .menu li{background: url("https://www.bookaplumberonline.com.au/wp-content/themes/bookaplumber/images/list-arrow.png") no-repeat scroll left 0.5rem rgba(0, 0, 0, 0);margin-bottom: 5px;padding: 0 0 0 20px;list-style: none; list-style:none;}
#right-sidebar .menu li a{color:#fff; text-decoration:none;}
#right-sidebar .menu li a:hover{color:#f0afb4}
#right-sidebar .contactNo{color:#fff; font-size:2rem;}

.top-footer{background-color: #515151 !important;}
.top-footer .widget-title{font-size:1.5rem; font-weight:700; padding:0px 0px 15px 0px; margin: 0px 0px 20px 0px; border-bottom:1px solid; color:#ffffff;}
.textwidget p{font-size:1rem; line-height:26px; padding-bottom:1rem;color:#ffffff;}
.textwidget .phone,.email,a{color:#fff;font-size:1rem;}
.textwidget .fa{padding-right:0.5rem}
.footer-bottom{background-color:#2a2a2a;}

.footer-bottom .social-icons a{margin:0 5px;}


/* ===== Navbars/Header Menu ===== */
.contactNo {
  	font-size: 32px;
  	color: #cc0c1a;
	font-weight: 700;
}
@media(min-width:768px) {
	.contactNo {
  		font-size: 46px;
	}
}

.dropdown-menu {
	background-color: #484db0;
	border-radius: 0;
	border: none;
}
.dropdown-menu a {
	color: #efefef;
}
.dropdown-menu .dropdown-item:hover {
	background-color: #484db0;
	color: #fff;
}
#main-menu a:hover {
	text-decoration: 2px solid underline;
	text-underline-position: under;
}

/* ===== Hero Banner ===== */
.hero-banner {
	position: relative;
}
.hero-banner p {
	padding: 0 !important;
}
.hero-image {
	width: 100%;
	height: auto;
	max-width: none;
	margin-bottom: 20%;
}
.hero-slogan {
	position: absolute;
	top: 1rem;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 600;
}
.hero-tel {
	position:absolute;
	bottom: 1rem;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 600;
	z-index: 2;
}
.hero-box {
	background-image: url("https://www.bookaplumberonline.com.au/wp-content/themes/bookaplumber/images/search-box-bg-small.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: top center;
	position: absolute;
	bottom: 0;
	height: 50%;
	width: 100%;
}
.hero-texts {
	color: #fff;
	padding: 2rem 7rem;
	text-align: center;
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	bottom: 0;
}
.hero-description {
	padding-bottom: 0 !important;
	font-size: 1rem !important;	
}
@media(min-width:576px) {
	.hero-tel {
		top: 10rem
	}
}
@media(min-width: 768px) {
	.hero-slogan {
		font-size: 2rem;
	}
	.hero-tel {
		font-size: 1.75rem;
		top: 45%;
	}
}
@media(min-width:992px) {
	.hero-image {
		margin-bottom: 0;
	}
	.hero-tel {
		top: auto;
		bottom: 1rem;
	}
	.hero-box {
		background-image: url("https://www.bookaplumberonline.com.au/wp-content/themes/bookaplumber/images/search-box-bg.png");
		background-size: auto 100%;
		right: 0;
		top: 0;
		bottom: auto;
		height: 100%;
		width: 39%;
	}
	.hero-texts {
		bottom: auto;
		top: 33%;
		right: 2.5%;
		left: auto;
		max-width: 30%;
		padding: 0;
		text-align: left;
	}
}
@media(min-width:1400px) {
	.hero-texts {
		right: 5%;
		max-width: 25%;
	}
}


/* ===== Entry Content ===== */
.entry-content a {
	color: #1e1e1e;
}
.entry-header h1 {
	color: #1e1e1e;
	font-weight:600;
}

.dropdown-toggle::after {
  border: none!important;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f107"!important; /* the desired FontAwesome icon */
  vertical-align: 0; /* to center vertically */
}
#archive-wrapper h1 {
	font-size: 2.3rem;
	font-weight: 700;
	margin-bottom: 2.5rem;
}
#archive-wrapper a {
	color: #484db0;
}
#archive-wrapper h2 a, #archive-wrapper h2 {
	font-size: 2.2rem;
	font-weight: 600;
}
#archive-wrapper .entry-content .btn-secondary {
	background-color: #2a2a2a;
	color: #fff;
	border: 1px solid #2a2a2a;
}
#archive-wrapper .entry-content .btn-secondary:hover, #archive-wrapper .entry-content .btn-secondary:focus {
	background-color: #cc0c1a;
	border: 1px solid #cc0c1a;
	box-shadow: none;
}


















