/* 
Theme Name: Site Clicks
Theme URI: https://siteclicks.com.au
Description: Site Clicks theme is a minimal ultralight weight theme created by the Development Team at Site Clicks.
Author: Site Clicks
Author URI: https://siteclicks.com.au
Template: hello-elementor
Version: 2.0.0
Text Domain: siteclicks-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


html{
    font-size:clamp(0.8125rem, 0.7656rem + 0.25vw, 1rem) !important;
}
:root {
     --primary-green: #1BBC97;
    --primary-white: #fff;
    --primary-blue:#003E72;
    --secondary-blue: #001F39;
    --bg-blue: #F2F5F6;
    --secondary-green:#0D8E73;
    --grey-200: #DFDFDF;
    --grey-500: #6d6d6d;    
}
h1, h2, h3, h4, h5, h6 {
    line-height:1.2em !important;
}
p {
    line-height:1.3em !important;
    margin-block-end: 0rem;
}

h1 {
	font-size: clamp(2.25rem, 2.0625rem + 1vw, 3rem) !important;
}
h2 {
	font-size: clamp(2rem, 1.875rem + 0.6667vw, 2.5rem) !important;
}
h3 {
	font-size: clamp(1.75rem, 1.6875rem + 0.3333vw, 2rem) !important;
}
h4 {
	font-size: clamp(1.5rem, 1.4688rem + 0.1667vw, 1.625rem) !important;
}
h5 {
	font-size: clamp(1.25rem, 1.2188rem + 0.1667vw, 1.375rem) !important;
}
h6 {
	font-size: 1.125rem !important;
}
    
/********************************************************* GLOBAL VARIABLES **************************************************/
/**COLOR**/

/** FONTS **/

/** BUTTONS **/
.elementor-button-content-wrapper {
    justify-content: center;
    align-items: center;
}
.blue-btn-alt .elementor-button {
    background-color: transparent !important;
    color:#003E72 !important;
}
.blue-btn-alt:hover .elementor-button{
    background-color: var(--secondary-blue) !important;
    color: var(--primary-white) !important;
}
.white-btn .elementor-button {
    background-color: #fff;
    border: 1px solid #fff;
    color:#003E72;
}
.white-btn .elementor-button-icon svg {
    fill: var(--primary-blue);
    width: 0.6rem;
}
.white-btn:hover .elementor-button-icon svg {
    fill: #fff
}
.white-btn .elementor-button:hover {
    background-color: none;
    border-color: transparent;
}
.green-btn .elementor-button {
    background-color: var(--primary-green) !important;
    border-color: var(--primary-green) !important;
}
.green-btn .elementor-button:hover {
    background-color: var(--secondary-green)!important;
    border-color: var(--secondary-green) !important;
}
.link a {
    text-decoration: underline;
}

.page-content a:not(button, .elementor-button) {
  text-decoration: underline !important;
}

.page-content .post-term a {
  text-decoration: none !important;
}



/** OPACITY **/
.opacity-half {
    opacity: 0.5;
}


/** ANIMATION CLASSES **/
.img-anim-zoom-out{}
.title-anim{}
.img-anim{}


/** BORDER RADIUS **/
.border-radius-6 {
    border-radius: 6px;
    overflow: hidden;
}
.border-radius-30{
    border-radius: 30px;
    overflow: hidden;
}

/** PADDINGS **/
.container-p-8 {
    padding: 8rem 4rem;
}
@media (max-width:752px){
    .container-p-8 {
        padding: 4rem 1.5rem;
    }
}





/****************************************** GLOBAL SECTIONS **********************************************************/





/******************************************* INDIVIDUAL PAGES *******************************************/



/** News & Archive Page **/

/** INDIVIDUAL NEWS ARTICLE PAGE **/

/** PRIVACY PAGE **/

/** SERVICES PARENT PAGES **/

/** SERVICES PAGE **/

/**OUR STORY PAGE **/

/** HOME PAGE **/


/******************************************* MISC *******************************************/




/******************************************* FIXES *******************************************/
