﻿/*
Theme Name: IPX Child
Description: A child theme of IPX Theme
Theme URI:   https://www.ipexchange.com.au/
Author: DesignQ
Author URI:  https://www.designQ.com.au/
Template: ipx
Version: 1.0
*/



/* General */

body[data-button-style^="rounded"] #top nav > ul > li[class*="button_solid_color"] > a:before {
	border-radius: 3px!important;
}

.nectar-button[data-color-override="false"].regular-button {
	border-radius: 3px!important;
}


/* Homepage */

img.home-intro-icon {
    width: 70px;
    height: auto;
}

@media only screen and (min-height: 1000px) {
	.home-first-section {
		margin-top: -70px;
	}
}

.home-first-section img {
	max-width: 70px;
}

.home-first-section h3 {

}

.home-first-section h3 strong {

}

.home-section-about h3 {
	font-size: 40px!important;
    line-height: 46px!important;
    font-family: 'Poppins', sans-serif!important;
}

.home-section-about h3 strong {
	font-weight: 900!important;
}

.home-section-about p {
	font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}

.services-boxes .nectar-flip-box .flip-box-front .inner {
	font-size: 20px;
    line-height: 22px;
}

.services-boxes .nectar-flip-box .flip-box-back .inner {
    font-size: 16px;
    line-height: 24px;
}

.services-boxes .nectar-flip-box .flip-box-back .inner a {
	display: block;
    margin-top: 25px;
}

@media only screen and (min-width: 680px) {
	.home-cta .nectar-cta h4 {
	    font-size: 48px!important;
	    line-height: 58px!important;
	    font-weight: 300!important;
	}

	.home-cta .nectar-cta h4 span.link_wrap {
		display: block;
    	margin-top: 20px;
	}

	.home-cta .nectar-cta h4 span.link_wrap a {
		font-size: 28px;
	    line-height: 38px;
	}

	h3.request-quote-cta {
    	font-size: 48px!important;
	}

}


/* Footer */

#footer-outer {
	font-size: 16px;
    line-height: 28px;
}

#footer-outer[data-custom-color="true"] #footer-widgets a:not(.nectar-button):hover, 
#footer-outer[data-custom-color="true"] #footer-widgets a:not(.nectar-button):focus {
    opacity: 1!important;
    color: #f47f20!important;
}

#footer-outer #footer-widgets .widget h4 {
	font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
}

#footer-widgets[data-cols="5"] .container .row >div:first-child {
    padding-right: 20px;
}

#footer-outer #footer-widgets .col ul li a {
    font-weight: 400!important;
    color: #000!important;
}

#footer-outer[data-custom-color="true"] #footer-widgets a:not(.nectar-button) {
    font-weight: 500;
}