/*
Theme Name: MercuryIT
Theme URI: http://localhost:8015/wp-content/themes/mercuryit
Description: Mercury IT Theme
Author: Mercury IT
Author URI: https://mercuryit.co.nz
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mercuryit
*/

@import url(fonts/fonts.css);
/*-----------------------------------------------------general and body styles---------------------------------------------------------*/
/*primary colour: #F88800 #F88800*/

html body {
    font-family: 'Open Sans', helvetica !important;
    background: #F5F8F8;
    font-size: 16px;
}

body a {
    font-size:1em;
	color:#1079AB;
	text-decoration:none;
}
body a:hover {
	text-decoration:underline;
}
p {
    color: #000;
    font-size: 1em;
    text-align: left;

}
a {
    color: #696969;
    font-size: 1em;
    text-align: left;

}
li {
    color: #000000;
    font-size: 1em;
    text-align: left;

}

li a {
    padding: 0px;
	color:#1079AB;
}
h1 {
    color: #000000;
	font-size: 36px;
}
h2 {
    color: #000000;
	font-size: 30px;
}
h3 {
	font-size: 24px;
    color: #636363;
    padding: 10px 0 15px;
}
h4 {
    color: #000000;
	font-size: 22px;
}
img {
	max-width:100%;
}
.site-logo img {
	max-width:80%;
}
.site-logo a {
    text-align: center;	
}

.entry-content ul, .entry-content ol {
	padding: 0 0 15px 40px;
}

.entry-content li {
	padding: 5px 0;
}

.containercv {
	background: #fff;
}
.body-min-height {
    min-height: calc( 100vh - 559px );
    margin-top: 20px;
}

.container-inside {
    padding-right: 0px;
    padding-left: 0px;
}
.container-fluid.heading h2 {
    padding-top: 15px;
    margin-bottom: 0px;
}
/*------------alert message--------------*/
section.container.alert-section {
    background: #fff;
    margin-top: 20px;
    padding: 15px 50px;
}
section.container.alert-section p {
    margin-bottom: 0px;
}
/*---------------- nav ------------------*/
.top-orange {
    background-color: #f88800;
    height: 6px;
    width: 100%;
	margin-bottom:30px;
}
.logo-search-row {
border-bottom:1px solid #ccc;
}
.logo-search-row {
	padding-bottom:30px;
}
.site-search a {
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    color: #696969;
    font-size: 13px;
    text-transform: uppercase;
    padding: 3px 0;
    margin: 10px 15px;
    border-bottom: 4px solid #ffffff;
}
.site-search a:hover {
    color: #1079AB;
    border-bottom: 4px solid;
	text-decoration: none;
}
.header-menu {
	background-color: #fff;
}
.menu-row {
	background-color: #fff;
}
nav#main-nav-menu {
    width: 100%;
	margin-bottom: 0px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    font-weight: 600!important;
    border-bottom: 4px solid #1079ab!important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    border-bottom: 4px solid #ffffff!important;
    padding: 0px 5px!important;
    font-weight: 600!important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    color:#1079ab!important;
	border-bottom: 4px solid #1079ab!important;
}
/*---------searchform-------------*/
#searchform {
	display:block;
}
.search-form input#s {
    height: 30px;
	width: calc(100% - 45px);
    border: 2px solid #1079AB;
    padding-left: 3px;
	font-size: 13px;
}
.search-form button#searchsubmit {
    color: #fff;
    background-color: #1079AB;
    border: 2px solid #1079AB;
    -webkit-appearance: none;
    height: 30px;
    line-height: normal;
    width: 30px;
	margin-left: -6px;
	font-size: 13px;
	cursor:pointer;
}
button#searchsubmit:hover {
    color: #1079AB;
    background-color: #ffffff;
    border: 2px solid #1079AB;
}
.search .icon-image {
	padding-top:30px;
}
/*---------------- homepage stuff------------------*/
.home .body-section .container {
    padding-left: 50px;
    padding-right: 50px;
}
.home-banner {
    padding-top: 30px;
	background: #fff;
}

.alert-banner {
	padding-top:30px;
	background: #fff;
}

.home-image img {
	width:100%;
}
.home-text .home-text-inner {
	padding:15px;
	background-color: #fff;
	margin-top:-50px;
	box-shadow: 0px 0px 20px 0px rgba(245, 248, 248, 0.67);
}
.home-text .home-text-inner:hover {
	background-color: #1079AB;
}
.home-text a h2 {
	color: #F88800;
    text-decoration: none;
	font-size:32px;
}
.home-text .home-text-inner:hover a h2,
.home-text a:hover h2,
.home-text a:hover {
	color: #fff;
    text-decoration: none;
}
.home-text a p {
	color: #1079AB;
	margin-bottom: 0px;
	font-size:20px;
}
.home-text .home-text-inner:hover a p,
.home-text a:hover p {
	color: #fff;
}
/*---------------- homepage boxes------------------*/
.hp-boxes {
    padding-top: 30px;
	background-color: #ffffff;
}

.hp-box {
    margin-bottom:30px;
	padding:15px 15px;
}
.alert-banner .hp-box {
    margin-bottom:0px;
	padding:0px 15px;
}
.hp-box h2 a {
	color: #1079AB;
    font-size: 26px;
}
.hp-box p {
	font-weight: 400;
    color: black;
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 15px;
}
.hp-box a {
    color: #1079AB;
    text-decoration: none;
}
.hp-box a:hover {
    text-decoration: underline;
}
/*---------------- page stuff------------------*/
.search .container,
#post-321 .container {
	background:#fff;
}
.content-column {
	background:#fff;
}
.entry-title h1 {
    padding-top: 30px;
	color:#F88800;
	font-size: 32px;
}
.entry-content {
    padding-top: 15px;
	padding-bottom: 15px;
}
.entry-content h2 {
    color: #1079ab;
    font-size: 28px;
	padding-top: 40px;
}
.entry-content a {
    color: #1079AB;
    text-decoration: underline;
    padding: 0;
}
.entry-content a:hover {
    color: #fff;
	background-color:#1079AB;
	text-decoration: none;
}

.entry-content a.wp-block-advgb-button_link {
	padding:10px 20px;	
}

.entry-content h1,.entry-content h2,.entry-content h3 {
	padding-bottom: 15px;
}
.entry-content blockquote.wp-block-quote {
    background-color: #f9f9f7;
    margin: 15px 30px;
    padding: 15px;
}
.entry-content .wp-block-button.is-style-squared {
    width: 100%;
    background-color: #F88800;
	color:#fff;
    text-align: center;
    font-weight: 600;
}
.entry-content .wp-block-button.is-style-squared:hover, .entry-content .wp-block-button.is-style-squared:hover a {
    background-color: #eaf7f2;
	color:#F88800;
}
.entry-content a.wp-block-button__link {
    background-color: #F88800;
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 15px;
}

/*---------aboutus--------*/
#post-341 .wp-block-image .alignleft {
    margin-bottom: 0px!important;
}
/*-----------------------------breadcrumbs-----------------------------------*/
.mercuryit-breadcrumbs {
    background-color: #5a2d82;
    color: #fff;
    font-size: 0.8em;
    padding-top: 10px;
}

.mercuryit-breadcrumbs span {
    color: #fff;
}

.mercuryit-breadcrumbs span a span:hover {
    color: #fff;
    text-decoration:underline;
}


/*--------------------------------Sibling Sidebar--------------------------------------*/
.sidebar-menu {
    background-color: #fff;
    margin-top: 15px;
    padding: 15px;
	position:relative;
}
.sidebar-menu a:hover {
    text-decoration: none;
}
.sidebar-column {
    margin-bottom: 20px;
	background-color: #fff;
}
.sidebar-menu h3 {
    color: #1079ab;
	margin-left: 10px;
	font-size: 20px;
    padding-bottom: 5px;
	border-bottom: 4px solid #fff!important;
	display: block;
}
.sidebar-menu a h3.top-title:hover {
    text-decoration:none;
	color:#1079ab;
}
.sidebar-menu a h3.top-title.active {
    text-decoration:none;
	color:#1079ab;
	border-bottom: 4px solid #1079ab!important;
}
.sidebar-menu h3.top-title.active:before,
.sidebar-menu a h3.top-title:hover:before {
    position: absolute;
    left: 10px;
	/* top: 18px; */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    font-size: 16px;
}

#sibling_widget-2 a {
    text-decoration: none;
    color: #1079ab;
    font-size: 18px;
	font-weight: 500;
	border-bottom: 4px solid #fff!important;
	display: block;
}
#sibling_widget-2 a:hover {
	text-decoration: none;

}
div#sibling_widget-2 a.active {
    font-size: 18px;
	display: block;
}
ul.siblings-widget {
    list-style:none;
    padding-left:0px;
    margin-bottom: 0px;
}
.siblings-widget li {
	display: block;
	border-bottom: 4px solid #fff!important;
	margin-left: 10px;
	margin-bottom: 10px;
}

.siblings-widget li:hover {
	text-decoration: none;
}
ul.siblings-widget li.current_page_item {
	text-decoration: none;
	border-bottom: 4px solid #1079ab!important;
}
ul.siblings-widget li.current_page_item:before,
.siblings-widget li:hover:before {
    position: absolute;
    left: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    font-size: 16px;
	color:#1079ab;
	padding-right:5px;
}


/*--------------------------------Related sidebar--------------------------------------*/
.sidebar-related {
    background-color: #ffffff;
    margin-top: 15px;
    padding: 15px;
}
.sidebar-related h3 {
    color: #bebebe;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0;
    margin-top: 10px;
    border-bottom: 1px solid #e0e0e0;
}
.sidebar-related ul {
	list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.sidebar-related li {

}
.sidebar-related li a {
    color: #1079ab;
    font-size: 18px;
    padding: 5px;
	margin-left:5px;
}
.sidebar-related li a:hover:before {
    position: absolute;
    left: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    font-size: 16px;
    color: #1079ab;
    padding-right: 5px;
}
.sidebar-related li a:hover {
	color: #1079ab;
	text-decoration:none;
}
/*-----------------------------search results page-------------------------*/
.entry-title-search {
    font-weight:600;
    margin: 15px 0px 15px 0px;
}
.search-listing p,.search-listing a, .search-listing li {
	font-size: 1em;
	margin-bottom: 0px;
}
.search-listing h2 a, .search-listing h2  {
	font-size: 1.3em;
	margin-bottom: 0px;
}
/*-----------------------------search register page-------------------------*/
.search-register .register-content {
    padding: 30px 30px;
}
.search-register h1.entry-title {
    padding: 15px 0px;
    color: #F88800;
    font-size: 32px;
}
.search-register h2 {
    color: #1079AB;
    font-size: 26px;
}
td.details-control {
    background: url(https://datatables.net/examples/resources/details_open.png) no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url(https://datatables.net/examples/resources/details_close.png) no-repeat center center;
}
.search-reg-table .dataTables_wrapper .dataTables_filter {
	float:left;
	margin-bottom:15px;
    height: 40px;
}

.search-reg-table .dataTables_wrapper .dataTables_filter input,
.search-reg-table th.searchable input{
	border: none;
	height:40px;
    border: 1px solid #ccc;
	padding:0px 10px;
}
.search-reg-table .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
	text-align:left;
    float: right;
}
.search-reg-table label select {
	height:40px;
}
#post-321 .search-reg-table .dataTables_filter input {
	border: 1px solid #1079ab;
}
#post-321 .search-reg-table #PRTable_length select {
	border: 1px solid #1079ab;
}
#post-321 .dataTables_wrapper .dataTables_paginate .paginate_button.current, 
#post-321 .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #1079ab !important;
    border: 1px solid #1079ab!important;
    background-color: white!important;
    background: none!important;
}
#post-321 .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #1079ab!important;
    background: #1079ab!important;
}
.search-reg-table table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    /* border-bottom: #00A7E1; */
    color: #fff;
    background-color: #f88800;
}
/*-------------------------contact form on get in touch page-------------------------------*/
.contact-form {

}
hr {
    background-color: #767676;
}
.contact-form h3 {
    font-size:2em;
    font-weight:600;
}
.contact-form .nf-field-label label{
    font-weight:300;
    font-family: 'Montserrat', helvetica, sans-serif !important;
    color: #000000;
    font-size: 1.5em;
    padding: 0px 0px 5px 0px;
    line-height: 1.5em;
}
.contact-form input[value=Submit] {
    background: #505050 none repeat scroll 0px 0px;
    color: #FFF;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 20px;
    padding: 10px 20px;
    border: 0px;
}
.contact-form input[value=Submit]:focus {
    outline:none;
}
.contact-form input[value=Submit]:hover {
    background: #0089a1;
}

.contact-form input[type=text], .contact-form input[type=tel],.contact-form input[type=email], .contact-form textarea {
    width: 100%;
    height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgb(169, 169, 169);
}
.contact-form .nf-form-fields-required {
    margin-bottom:10px;
}
.contact-form .label-above .nf-field-label {
    margin-bottom: 0px;
}
.contact-form #ninja_forms_required_items, .nf-field-container {
    margin-bottom: 15px;
}

/*------------------------------------------------------footer---------------------------------------------------------*/
footer {
	background: #f5f8f8;
}
.footer {
    text-align: center;
    background: #fff;
    color: #1079AB;
	padding-bottom:30px;
	margin-bottom: 60px;
}
.footer p, .footer a {
    text-align: center;
    color: #1079AB;
    font-weight:300;
	font-size: 14px;
    margin-bottom:0px;
}
.footer a {
    text-decoration: none;
    color: #1079AB;
}
.footer a:hover {
    text-decoration:underline;
}
.footer-widgets {
    padding-top:15px;
	border-top: 1px solid #ccc;
}
.footer-widgets h3 {
    color: #000;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
}
.footer-widgets p {
    color:#000;
    text-align: left;
	font-size: 14px;
    font-weight: 400;
	margin-bottom: 15px;
}
.footer-widgets p strong {
    font-size: 14px;
    font-weight: 600;
}
.footer-widgets a {
    color:#1079AB;
    text-align: left;
	font-size: 14px;
}
.footer-col-1, .footer-col-2, .footer-col-3, .footer-col-4 {
    margin-top: 20px;
}
.footer-col-3 a {
	text-decoration:underline;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
/*---------Extra small devices (portrait phones, less than 576px) No media query since this is the default in Bootstrap-------*/
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	.sidebar-column {
		padding-left: 0px;
		padding-right: 0px;
	}

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	#searchform {
		display:inline-block;
	}

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .site-menu {
        margin-bottom: 0px;
		border-bottom: none;
    }
	.site-search {
		padding-left: 15px;
		padding-right: 15px;
	}
	.mobile-title {
		display: none;
	}
	.sidebar-column {
		padding-right: 15px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
		margin:0px 7px!important;
	}
	.sidebar-column {
		margin-bottom: 0px;
	}
	nav#main-nav-menu {
		margin-bottom: 10px;
	}

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
		margin:0px 18px!important;
	}
}
