/*  
Theme Name: M & M Insurance Broking Services Limited 2024
Theme URI: https://mminsure.com
Description: This is a theme for the M & M Insurance Broking Services Limited website.
Author: Dexter Banfield
Author URI: http://www.dexterbanfield.com
Version: 1
*/

@charset "UTF-8";
/* CSS Document */

*,
*:before,
*:after,
*:hover,
*:active,
*:focus {
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input,
button {
	background: transparent;
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	cursor: pointer;
}


input[type=checkbox],
.wp-admin p input[type=checkbox] {
    -webkit-appearance: checkbox !important;
}

input[type=radio],
.wp-admin p input[type=radio] {
    -webkit-appearance: radio !important;
}


html, 
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 1.2;
	-webkit-text-size-adjust: none;
}

img {
	border: 0px;
}

a {
	color: #231f20;
}

a.privacy-policy {
	display: block;
	text-align: center;
}

strong, b {
    font-weight: bold;
}

ul {
	margin: 0 0 0 30px;
	padding: 0;
	list-style: none;
}

#page-content ul li:before,
#page-content ul li ul li:before {
  content: "\25C6";
  color: #f00;
  font-size: 30px;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

#page-content ul li ul li:before {
	 content: "\25C7";
}

.alignleft {
	float: left;
	padding: 0px 10px 10px 0px;	
}

.alignright {
	float: right;
	padding: 0px 0px 10px 10px;	
}

.aligncenter {
	text-align: center;
	margin: 0 auto;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
 
.clearfix:after {
  clear: both;
}
 
.clearfix {
  zoom: 1; /* for IE 6 and 7 */
}

address {
	font-style: normal;
	display: inline;
}

/*****************************************/
/* PAGE HEADER */
/*****************************************/

#page-header {
	padding: 0 80px;
	margin: 0;
	float: left;
	width: 100%;
	height: 80px;
	background-color: #fff;
}

#page-header a {
	color: #000;
}

#logo {
	float: left;
	padding: 10px 0;
	height: 100%;
}

#logo img {
	float: left;
	width: auto;
	height: 100%;
}

#health-portal-login {
	float: right;
}

#health-portal-login a {
	margin: 20px 0 0 0;
	padding: 10px 30px;
	color: #fff;
	background: #000;
	font-weight: bold;
	text-decoration: none;
	border-radius: 10px;
	display: block;
}

/*#page-header-image {
	float: left;
	position: relative;
	box-shadow: 0 5px 8px #afafaf;
}

#page-header-image img {
	width: 100%;
	display: block;
}*/

#page-header-slideshow {
	float: left;
	position: relative;
	box-shadow: 0 5px 8px #afafaf;
}

/*****************************************/
/* DESKTOP MENU */
/*****************************************/

#desktop-menu {
	float: left;
	margin: 0 0 0 80px;
	padding: 0;
	list-style: none;
	text-align: center;
}

#desktop-menu li,
#desktop-menu li a {
	position: relative;
	display: inline-block;
}

#desktop-menu li a {
	padding: 30px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2b2e2e;
	text-decoration: none;
}

#desktop-menu li a:hover {
	color: #000;
}

#desktop-menu li.current-menu-item a {
	color: #fff;
	background-color: #2b2e2e;
}

#desktop-menu li.current-menu-item a:hover {
	color: #fff;
	background-color: #000;
}

/*****************************************/
/* MOBILE MENU BUTTON */
/*****************************************/

#mobile-menu-button {
  	position: absolute;
    top: 20px;
    right: 40px;
    width: 40px;
    height: 40px;
    background: #fff;
    z-index: 1005;
    cursor: pointer;
    display: none;
}

#mobile-menu-button.active {
  	position: fixed;
}

/* sticky header */
body.sticky #mobile-menu-button {
	top: 5px;
	right: 10px;
	height: 30px;
}

#mobile-menu-button span {
    position: relative;
    width: 30px;
    padding: 2px 0;
    background-color: #000;
    border-radius: 50px;
    display: block;
}

#mobile-menu-button span:before {
    position: absolute;
    top: -10px;
    width: 100%;
    padding: 2px 0;
    content: "";
    background-color: #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 50px;
    display: block;
}

#mobile-menu-button span:after {
    position: absolute;
    top: 10px;
    padding: 2px 0;
    width: 30px;
    content: "";
    background-color: #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 50px;
    display: block;
}

#mobile-menu-button.active span {
    background-color: #fff;
}

#mobile-menu-button.active span:before {
    -webkit-transform: translateY(10px) rotate(-45deg);
    -moz-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
    border-radius: 0;
}

#mobile-menu-button.active span:after {
    -webkit-transform: translateY(-10px) rotate(45deg);
    -moz-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
    border-radius: 0;
}

/*****************************************/
/* MOBILE MENU */
/*****************************************/

.mobile-navigation-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	text-align: center;
	z-index: 1000;
	display: none;
}

.mobile-navigation-container img.logo {
	margin-top: 80px;
	width: 200px;
}

#mobile-menu {
	margin-top: 40px;
}

.mobile-menu-container ul,
.secondary-mobile-menu-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow-y: auto;
}

.secondary-mobile-menu-container ul {
	margin: 20px 0 0 0;
}

.secondary-mobile-menu-container ul.sub-menu {
	margin: 0;
}

.mobile-menu-container ul li,
.secondary-mobile-menu-container ul li {
	position: relative;
	text-align: center;
}

.mobile-menu-container ul li:before,
.secondary-mobile-menu-container ul li:before {
	content: " " !important;
}

.mobile-menu-container ul li a,
.secondary-mobile-menu-container ul li a {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.secondary-mobile-menu-container ul li a {
	color: #888;
}

.mobile-menu-container ul.sub-menu li a,
.secondary-mobile-menu-container ul.sub-menu li a {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

/*****************************************/
/* SECONDARY MENU */
/*****************************************/

.secondary-menu-container {
	position: absolute;
	margin: 0 0 0 -430px;
	width: 860px;
	left: 50%;
	bottom: -35px;
}

#secondary-menu {
	float: none;
	margin: 0;
	padding: 10px 0;
	width: auto;
	list-style: none;
	text-align: center;
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 5px 8px #afafaf;
}

#secondary-menu li,
#secondary-menu li a {
	position: relative;
	display: inline-block;
}

#secondary-menu li a {
	padding: 5px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #2b2e2e;
	text-decoration: none;
	border-right: 3px solid #444;
}

#secondary-menu li:last-child a {
	border: none;
}

#secondary-menu li a:hover {
	color: #000;
}

#secondary-menu li.current-menu-item a {
	color: #2b2e2e;
}

#secondary-menu li.current-menu-item a:hover {
	color: #000;
}

ul#secondary-menu li ul {
	position: absolute;
	top: -999em;
	margin-left: -1px;
	width: 220px;
	display: none;
	z-index: 999999;
}

ul#secondary-menu li:hover ul {
	top: 35px;
	left: 0;
	margin: 0;
	padding: 0px;
	display: block;
}

ul#secondary-menu li ul li,
ul#secondary-menu li ul li a {
	clear: both;
	float: left;
	margin: 0;
	width: 220px;
	height: auto;
	font-size: 18px;
	text-align: left;
	color: #000 !important;
	background: #eee;
	border: 0;
}

ul#secondary-menu li ul li a {
	clear: both;
	float: left;
	margin: 0;
	padding: 15px;
	color: #000 !important;
	background: #eee;
	border-bottom: 1px solid #000;

}

ul#secondary-menu li ul li,
ul#secondary-menu li ul li a:hover {
	color: #fff !important;
	background: #000;
}

/*****************************************/
/* TO TOP */
/*****************************************/

#to-top {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    outline: none;
    font-size: 40px;
    width: 42px;
    height: 42px;
    background-color: #f00;
    line-height: 1;
}

/*****************************************/
/* COMMON */
/*****************************************/

#page-content {
	margin-top: 80px;
	float: left;
	width: 100%;
	line-height: 1.5;
}

body.page-template-page-no-page-header #page-content {
	margin-top: 0;
}

.page-content-container-1600px {
	margin: 0 auto !important;
	width 100%;
	max-width: 1600px;
}

.page-content-container-1200px {
	margin: 0 auto !important;
	width 100%;
	max-width: 1200px;
}

article.page-content {
	padding: 20px;
	font-size: 20px;
}

.leaderboard-ad {
	margin: 0 auto 40px auto;
	max-width: 728px;
	width: 90%;
	height: auto;
	display: block;
}

.leaderboard-ad img {
	width: 100%;
}

p.page-not-found {
	padding-bottom: 100px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.rounded-block-with-border {
	padding: 20px;
	margin: 20px;
	border-radius: 40px;
	border: 2px solid #d9d9d9;
}

.rounded-block-with-border h2 {
	text-transform: uppercase;
}

.rounded-block-with-border p {
	margin-top: 0;
	padding-top: 0;
}

.rounded-block-with-border a {
	color: #f00;
}

.grey-text {
	color: #aaa;
}

.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
	color: #000 !important;
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern {
	background-color: #f00 !important;
	border-color: #f00 !important;
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern {
	background-color: #000 !important;
	border-color: #000 !important;
}

.top-bottom-padding-40px {
	padding: 40px 0;
}

.vc_tta-title-text {
	font-size: 24px;
	color: #000;
}

/*****************************************/
/* HOME */
/*****************************************/

.intro-text {
	font-style: italic;
	font-size: 22px;
}

#homepage-separator {
	padding: 40px 0 !important;
}

/*****************************************/
/* GRAVITY FORMS */
/*****************************************/

.gform_legacy_markup_wrapper ul.gform_fields li.gfield:before{
	content: "" !important;
}

li.gfield_html ul {
	margin: 0 0 0 20px !important;
	padding: 0 !important;
}

.gform_button {
	margin: 0;
	padding: 10px;
	border: 0;
	background: #000 !important;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper.gravity-theme .gfield input.large, 
.gform_wrapper.gravity-theme .gfield select.large,
.gform_wrapper textarea {
	border: 1px solid #ccc;
	background: #fff;
}

ul.gfield_radio {
	margin: 0 !important;
	padding: 0 !important;
}

.gform_wrapper .gfield_radio li {
	margin: 0 10px 0 0 !important;
	display: inline-block !important;
}

#field_1_2,
#field_1_3,
#field_1_4,
#field_1_5 {
	clear: none;
	margin: 0;
	padding: 0 16px 0 0;
	width: 50%;
	display: inline-block;
}

.gform_wrapper ul li.field_description_below div.ginput_container_radio {
	margin-top: 0 !important;
}

#field_1_4,
#field_1_5 {
	margin-top: 10px;
}

#field_1_2 input,
#field_1_3 input {
	width: 100%;
}

.gform_confirmation_message {
	padding-bottom: 100px;
	text-align: center;
}

.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
	padding: 10px !important;
	background: #000 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	color: #fff !important;
	font-size: 16px !important;
}

/*****************************************/
/* GOOGLE MAPS */
/*****************************************/

.google-map-container {
  width: 100%; 
  height: 250px; 
  display:inline-block; 
  overflow: hidden;
}

.google-map-iframe {
  position: relative; 
  top: -50px
}

/*****************************************/
/* MEMBER SATISFACTION QUESTIONNAIRE */
/*****************************************/

body.page-template-page-member-satisfaction-questionnaire #wpadminbar {
	display: none;
}

#member-satisfaction-questionnaire {
	margin: 0 auto;
	padding: 0; 
	width: 100%;
	max-width: 960px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	color: #333333;
}

h2.gform_title {
	font-family: Arial, Helvetica, sans-serif;
	color: #224469;
	text-align: center;
}

.gform_wrapper .gform_validation_errors>h2.hide_summary {
	font-family: Arial, Helvetica, sans-serif;
}

#input_2_11 {
    height: 100px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}

#gform_submit_button_2 {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
	background-color: #224469;
}

#gform_submit_button_2:hover {
	background-color: #3a6293;
}

/*****************************************/
/* FOOTER */
/*****************************************/

#footer {
	float: left;
	width: 100%;
	padding: 80px;
	background: #2b2e2e;
	color: #d5d4d4;
	text-align: left;
}

#footer h2 {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 30px;
	color: #fff;
}

#footer h3 {
	font-size: 30px;
	color: #fff;
}

#footer a {
	color: #d5d4d4;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#footer .slogan {
	font-style: italic;
}

.footer-column {
	float: left;
	padding: 0 100px 0 0;
}

#copyright {
	clear: both;
	padding: 0;
	margin: 20px 0 0 0;
	float: left;
	width: 100%;
	text-align: center;
}

/*****************************************/
/* PASSWORD PROTECTED */
/****************************************/

article.post-password-required {
	padding: 60px 0 100px 0;
	text-align: center;
}

article.post-password-required input[type="password"] {
	padding: 5px !important;
	font-size: 16px !important;
	border: 1px solid #dcdcdc !important;
}

article.post-password-required input[type="submit"] {
	padding: 10px;
	background: #000;
	color: #fff;
	font-size: 18px;
}

/*****************************************/
/* MEDIA QUERIES */
/****************************************/

@media all and (max-width: 1024px) {
    
    #page-content {
    	margin-top: 0;
    }

    .top-bottom-padding-40px {
    	padding: 0 !important;
    }
    
}

@media all and (max-width: 1014px) {
    
    #health-portal-login {
    	display: none;
    }
    
}

@media all and (max-width: 860px) {

	.desktop-menu-container {
		display: none;
	}

	#mobile-menu-button {
		display: block;
	}

	#to-top {
		display: block;
	}

}

@media all and (max-width: 790px) {
    
    #secondary-menu li a {
		font-size: 16px;
	}

	ul#secondary-menu li:hover ul {
		top: 30px;
	}

	ul#secondary-menu li ul li,
	ul#secondary-menu li ul li a {
		width: 180px;
		font-size: 14px;
	}
   
}

@media all and (max-width: 650px) {
    
	.secondary-menu-container {
		display: none;
	}

    #secondary-menu li a {
    	padding: 5px;
    	font-size: 12px;
    }
    
}

@media all and (max-width: 500px) {
    
	#page-content {
		line-height: 1.2;
	}

    #secondary-menu li a {
    	font-size: 9px;
    }

    .intro-text {
    	padding-top: 20px;
    	font-size: 14px;
    }

    .vc_empty_space {
    	display: none !important;
    }

    #homepage-separator {
    	padding: 10px 0 !important;
    }

    .rounded-block-with-border h2 {
    	font-size: 18px;
    }

    article.page-content {
    	font-size: 14px;
    }

    .vc_tta-title-text {
    	font-size: 18px;
    }

    #footer {
    	padding: 40px;
    	font-size: 14px;
    }

    #footer h2 {
    	font-size: 20px;
    }

    #footer h3 {
    	margin: 0;
    	padding: 20px 0;
    	font-size: 18px;
    }

    #copyright {
		text-align: left;
	}
    
}