/*
Theme Name: Mckinnon
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

/* Prevent FOUC on Owl Carousels (e.g. homepage brand logo strip below
   "View all testimonials"). Porto's default un-loaded rule lays children
   out as a flex row at natural size, which on a cold load briefly shows
   overlapping/cropped items until Owl adds .owl-loaded. Keep the parent
   visible so Porto's :after loading spinner still renders; hide children
   until init. .porto-standable-carousel is excluded because Porto already
   handles it by showing only the first child as a placeholder. */
.owl-carousel:not(.owl-loaded):not(.porto-standable-carousel) {
	overflow: hidden;
}
.owl-carousel:not(.owl-loaded):not(.porto-standable-carousel) > * {
	visibility: hidden;
}

h2 {
	font-weight: 600;
}
h2 small,
h2 .small {
	font-size: 0.75em;
	line-height: 1;
	display: block;
}

h1,
h2,
h3 {
	margin-bottom: 12px;
}
h4,
h5,
h6 {
	margin-bottom: 10px;
}

body #header.sticky-header .header-main,
.fixed-header #header.sticky-header .header-main {
	background-color: #343434;
}
body .page-top .page-title {
	color: #343434;
}

body .footer-top {
	background-color: transparent;
}

.gridlist-toggle,
.porto-html-block.porto-block-html-bottom {
	display: none;
}

body .btn-borders.btn-primary.slider-btn1:hover,
body rs-module-wrap a.slider-btn1:hover {
	background-color: #ffffff !important;
	color: #e76720 !important;
}
.slider-btn2:hover {
	background-color: #e76720 !important;
	color: #ffffff !important;
}

#header .header-right .nav-top > .nav-item-anim-icon > a:hover i {
	animation: none;
}
#header .header-right .nav-top i {
	margin-right: 1px;
}
#header .main-menu > li.menu-item.big-font > a {
	font-size: 17px;
}

/*.............Contact Form CSS.............*/
abr {
	color: #ff0000;
}
.wpcf7-form p {
	margin: 0;
}
.wpcf7-form .form-group {
	margin-bottom: 0.8rem;
}
.wpcf7-form .form-control {
	padding: 0.8rem 1rem;
	border-radius: 5px;
}
.wpcf7-form input.wpcf7-submit {
	border-radius: 5px;
}

/*.............Contact Form CSS End.............*/

.tab-content .custom_tab_content img {
	margin-right: 20px;
	width: 200px;
}

ul.products .product-category .thumb-info h3 {
	font-size: 19px;
}
ul.products .thumb-info-title .thumb-info-type {
	display: none;
}
.porto-toggles .toggle > .toggle-content {
	padding: 10px 15px;
}

body .testimonial.testimonial-style-4 blockquote {
	padding: 0.75rem 1rem 5px;
}
body .testimonial .testimonial-author {
	margin-top: 0;
}
body .testimonial .testimonial-author p {
	margin-left: 0;
}

.wpb_single_image .vc_figure-caption {
	font-size: 1em;
	font-weight: 600;
}

body .woocommerce-tabs .resp-tabs-list li {
	font-size: 21px;
	font-weight: 600;
}
.woocommerce-tabs .tab-content p {
	line-height: 1.5;
}
.video_content .video_content_inner {
	margin-top: 5px;
}

.vc_masonry_media_grid .vc_gitem-zone-c .vc_row .vc_gitem-col {
	padding: 0;
}
.vc_masonry_media_grid .vc_gitem-zone-c .vc_row .vc_gitem-col .vc_gitem-post-data-source-post_excerpt p:empty,
.vc_masonry_media_grid .vc_gitem-zone-c .vc_row .vc_gitem-col .vc_gitem-post-data-source-post_title {
	display: none;
}
.vc_masonry_media_grid .vc_gitem-zone-c .vc_row .vc_gitem-col .vc_gitem-post-data-source-post_excerpt {
	margin-bottom: 0;
}
.vc_masonry_media_grid .vc_gitem-zone-c .vc_row .vc_gitem-col .vc_gitem-post-data-source-post_excerpt p {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 1em;
	text-align: center;
}

.video_content .mejs-video iframe {
	height: 350px !important;
}
.video_content .mejs-video {
	height: 350px !important;
	overflow: hidden;
}
.show_on_mobile {
	display: none;
}

@media (min-width: 1361px) and (max-width: 1460px) {
	#header .main-menu > li.menu-item > a {
		padding-left: 13px;
		padding-right: 13px;
	}
}

@media (min-width: 1181px) and (max-width: 1360px) {
	#header .main-menu > li.menu-item > a {
		padding-left: 10px;
		padding-right: 10px;
	}
	#header .logo {
		padding: 0.8rem;
		max-width: 180px;
		margin-right: 1rem;
	}
	#header .header-col.header-right .porto-sicon-header p {
		font-size: 1rem !important;
	}
}

@media (min-width: 992px) {
	body.home .section-angled-layer-bottom {
		padding-bottom: 6rem;
	}
}

@media (min-width: 1161px) and (max-width: 1180px) {
	#header .header-main .header-row .header-col.header-right {
		display: none;
	}
}

@media (min-width: 992px) and (max-width: 1160px) {
	#header .main-menu > li.menu-item > a {
		padding-left: 8px;
		padding-right: 8px;
	}
	body #header .logo {
		padding: 0.8rem;
		max-width: 170px;
		min-width: 170px;
		margin-right: 1rem;
	}
	#header .header-main .header-row .header-col.header-right {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 1040px) {
	#header .logo {
		min-width: 190px;
		padding: 0.8rem 1.55rem;
	}
}

@media (max-width: 568px) {
	.show_on_mobile {
		display: block;
	}
	.hide_on_mobile {
		display: none;
	}
	#header .logo {
		padding-top: 12px;
		padding-bottom: 10px;
		min-width: 190px;
	}

	#header .header-top .header-col.header-left {
		width: 70%;
	}
	#header .header-top .header-col.header-right {
		width: 30%;
	}

	#header .header-top {
		padding-bottom: 4px;
	}

	#header .header-top .nav-top li:first-child > a,
	#header .nav-top li:first-child > span {
		padding: 6px 10px 0px 0px;
	}
	#header .header-col.header-left .nav.nav-top li > span {
		display: inline-block !important;
		padding: 0;
	}

	.mb-pt-20 {
		padding-top: 20px !important;
	}
	.mb-pb-20 {
		padding-bottom: 20px !important;
	}

	body .section {
		padding: 20px 0;
	}
	body .section-angled {
		padding-top: 6rem !important;
	}
	body .section-angled-custom-mb .section-angled {
		padding-top: 3rem !important;
	}
	body .section-angled:before {
		height: 5rem !important;
	}
	.my-5 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important;
	}
	.m-b-lg {
		margin-bottom: 20px !important;
	}
	.m-t-lg {
		margin-top: 20px !important;
	}

	.mobile-heading {
		font-size: 1.75em;
		line-height: 1.5em;
		text-align: center;
	}

	#header .searchform-popup .search-toggle {
		padding-right: 2px;
		padding-top: 4px;
		font-size: 22px;
	}
	.footer .widget-title {
		margin-bottom: 0.5rem;
	}
	body #footer .footer-bottom .container > div {
		padding: 0;
	}
	.wpb_button,
	.wpb_content_element,
	ul.wpb_thumbnails-fluid > li {
		margin-bottom: 25px;
	}
	.page-top > .container {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.page-top .page-title {
		font-size: 2em !important;
		line-height: 1.2em !important;
	}
	#main ul,
	#main ol {
		padding-left: 16px;
	}

	.mobile-padding-15 .porto-ultimate-content-box {
		padding: 1.5rem !important;
	}
	.porto-ultimate-content-box h3.vc_custom_heading {
		font-size: 20px;
	}
	.porto-ultimate-content-box .porto-sicon-header .porto-sicon-title {
		font-size: 1.2em !important;
	}

	h2 {
		line-height: 1.5em;
		font-size: 24px;
	}
	.toggle > label {
		padding: 12px 25px 12px 15px;
	}

	#main ul.products {
		padding-left: 0;
	}
	ul.products .product-category .thumb-info h3 {
		font-size: 17px;
		line-height: 1.5em;
		text-align: center;
	}
	ul.products li.product h3 {
		font-size: 17px;
	}
	ul.products li.product .add-links .add_to_cart_read_more {
		padding: 2px 0.625rem;
		font-size: 0.85rem;
		height: 38px;
	}
	ul.products.pcols-ls-2 li.product-col {
		width: 100%;
	}
	ul.products li.product .product-image {
		border: 1px solid #e4e3e0;
	}

	body.single-product .page-top .breadcrumbs-wrap {
		padding-right: 15px;
	}
	.operating_manuals_downloads a.pdf_file,
	.brochure_archive_downloads a.pdf_file,
	.brochures_downloads a.pdf_file {
		padding: 15px;
		width: 50%;
		display: inline-block;
	}

	.video_content .mejs-video iframe,
	.video_content .mejs-video {
		height: 240px !important;
	}
}

/*....For Silder...........*/
@media (min-width: 1023px) and (max-width: 1439px) {
	rs-slides .slider-btn2,
	rs-slides .slider-btn1,
	rs-slides .layer1,
	rs-slides .layer2 {
		margin-left: 45px !important;
	}
}

/* Sticky click-to-call button — phones only (<768px).
   Header is hidden on phones so the Contact Info Widget phone is unreachable.
   Z-index 9990 sits above page content but below the WP admin bar (99999). */
.mckinnon-mobile-call {
	display: none;
}
@media (max-width: 767px) {
	.mckinnon-mobile-call {
		display: flex;
		align-items: center;
		justify-content: center;
		position: fixed;
		left: 50%;
		bottom: 16px;
		transform: translateX(-50%);
		width: 56px;
		height: 56px;
		border-radius: 50%;
		background: #e8403f; /* TODO: replace with actual Porto skin colour */
		color: #fff;
		font-size: 22px;
		line-height: 1;
		text-decoration: none;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
		z-index: 9990;
	}
	.mckinnon-mobile-call:hover,
	.mckinnon-mobile-call:focus {
		color: #fff;
		background: #c8332f;
	}
	.mckinnon-mobile-call .screen-reader-text {
		position: absolute;
		width: 1px; height: 1px;
		padding: 0; margin: -1px;
		overflow: hidden; clip: rect(0,0,0,0);
		white-space: nowrap; border: 0;
	}
}
@charset "utf-8";
/* CSS Document */

.faqcontainer {max-width: 900px;margin: 0 auto;border-top: 1px solid #ccc;}
.faq-page .inrbanner {min-height: 613px;}
.inrbanner img.bgimg {top: 326px;}

.smk_accordion .accordion_in.acc_active .acc_head {color: #00194a;border: 0px solid transparent;font-size: 19px;text-transform: none;font-weight: 400;}

.smk_accordion .accordion_in .acc_head {position: relative;}
.smk_accordion .accordion_in .acc_head:after {content:''; position:absolute; width: 20px; height: 20px; background: url('https://www.mckinnonheating.com.au/wp-content/uploads/2026/05/ft-plus-icon.png')no-repeat 0 0; top: 0;right: 0;}
.smk_accordion .accordion_in.acc_active .acc_head:after {background: url('https://www.mckinnonheating.com.au/wp-content/uploads/2026/05/ft-minus-icon.png')no-repeat 0 0;}






/*----- MEDIA QUERIES  -----*/
@media(max-width:1900px){
}
@media(max-width:1440px){ 
	
}
@media(max-width:1200px){	
	
}
@media(max-width:992px){ 

    .faq-page .inrbanner {
        min-height: 300px;
    }
	
}
@media(max-width:768px){ 
	
}
@media(max-width:575px){ 
    
}
@media(max-width:360px){
	
}
.smk_accordion {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 0px;
    z-index: 0;
}

/**
 * --------------------------------------------------------------
 * Section
 * --------------------------------------------------------------
 */
 .smk_accordion .accordion_in {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #ccc;
    margin-bottom: 0px;
    border-radius: 2px;
    background: #ffffff;
    box-shadow: none;
    padding: 20px 0;
    border-top: 0px solid #ccc;
    border-left: 0px solid #ccc;
    border-right: 0px solid #ccc;
}
/*.smk_accordion .accordion_in.acc_active .acc_head{border:1px solid transparent;background-color:#FFEC10;}
.smk_accordion .accordion_in .acc_content{border:1px solid #DCDCDC;border-top:0;}
.smk_accordion .accordion_in .acc_head{border:1px solid #DCDCDC;}*/
.faq_accordion .acc_head {
    background-color: #FFFFFF;
    font-size: 19px;
    font-weight: 400;
    color: #363636;
    letter-spacing: 0.36px;
    line-height: 24px;
    padding: 0 50px 0 0;
    cursor: pointer;
}
.faq_accordion .acc_content{border: 0px solid #DCDCDC;border-top:0;background-color:#FFFFFF;padding: 20px 50px 20px 0;display:none;}
.faq_accordion .acc_content p{font-size: 14px; line-height: 28px;}
.faq_accordion .accordion_in:not(:last-of-type){margin-bottom: 0px;}
/**
 * --------------------------------------------------------------
 * Head
 * --------------------------------------------------------------
 */

.smk_accordion .accordion_in .acc_head .acc_icon_expand {
    position: relative;
}

.smk_accordion .accordion_in .acc_head .acc_icon_expand::after {
    display: block;
    position: absolute;
    right: -40px;
    left: auto;
    top: 5px;
    bottom: 0;
    margin: auto;
    content: "";
    width: 18px;
    height: 10px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    /*background-image: url(../images/green-faq-arrow.svg);*/
    margin-top: 0px;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    filter: brightness(0);
    opacity: 0.5;
}

.smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand::after {
        transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    opacity: 1;
    filter:none;

}

/**
 * --------------------------------------------------------------
 * Content
 * --------------------------------------------------------------
 */


.smk_accordion .accordion_in .acc_content p {
    line-height: 30px;
    font-weight:normal;
    color:#161213;
    font-size: 16px;
    margin-bottom:30px;
}
.smk_accordion .accordion_in .acc_content p:last-of-type{margin-bottom:0;}

.smk_accordion .accordion_in .acc_content h1:first-of-type,
.smk_accordion .accordion_in .acc_content h2:first-of-type,
.smk_accordion .accordion_in .acc_content h3:first-of-type,
.smk_accordion .accordion_in .acc_content h4:first-of-type,
.smk_accordion .accordion_in .acc_content h5:first-of-type,
.smk_accordion .accordion_in .acc_content h6:first-of-type {
    margin-top: 5px;
}

/**
 * --------------------------------------------------------------
 * General
 * --------------------------------------------------------------
 */



.smk_accordion .accordion_in.acc_active > .acc_content {
    display: block;
}



.smk_accordion .accordion_in.acc_active .acc_head {
   color: #161213;
   border: 0px solid transparent;
}

@media(max-width:1200px){
}

@media(max-width:992px){
    
}
@media(max-width:567px) {

}