/*
 Theme Name:   TCC: GeneratePress Child Theme
 Theme URI:    https://generatepress.com
 Description:  Designed & Built by The Creative Collective
 Designer:     Arvind Sardar
 Designer URI: https://www.thecreativecollective.com.au
 Template:     generatepress
 Version:      0.1
*/

/* @: EXPERIMENTAL
--------------------------------------------*/

/* @: COLOUR
--------------------------------------------*/
    :root {
        --brand1: #0E1759;  /* colour1 */
        --brand2: #E85115;  /* colour2 */
        --brand3: #008993;  /* colour3 */
        --light: #F2F0F3;
        --mid: #7F7F7F;
        --dark: #282525;
    }
    .bg-brand1 {background-color: var(--brand1);}
    .bg-brand2 {background-color: var(--brand2);}
    .bg-dark {background-color: var(--dark);}
    .bg-mid {background-color: var(--mid);}
    .bg-light {background-color: var(--light);}
    .txt-brand1 {color: var(--brand1);}
    .txt-brand2 {color: var(--brand2);}
    .txt-dark {color: var(--dark);}
    .txt-mid {color: var(--mid);}
    .txt-light {color: var(--light);}



/* @: UTILTIES
--------------------------------------------*/
    body {
        overflow-x: hidden;
    }
    .nobottommargin * {
        margin-bottom: 0 !important;
    }
    .site-content,
    .entry-header {
        word-wrap: normal !important;
    }
    .site-content .alignwide {
        margin-left: -80px;
        margin-right: -80px;
    }
    .site-content .alignfull {
        margin-left: calc( -100vw / 2 + 100% / 2);
        margin-right: calc( -100vw / 2 + 100% / 2);
        max-width: 100vw;
    }
    .alignfull img {
        width: 100vw;
    }
    .flexi-center{ /*main-axis centered*/
    	-webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
	.flexi-middle{ /*secondary-axis centered*/
	    -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
	.flexi-spaced{
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}




/*	@: TYPOGRAPHY
--------------------------------------------*/
    h1,
    h3,
    h4 {
        color: var(--dark);
    }
    h1.seo-h1{
        font-size: 38px;
    }
    body.home h2{color: var(--brand1);}
    h2{ color: var(--brand1);}
    a {color: var(--brand1);}
    a:hover {color: var(--brand2);}
    body.home .tcc-slick-slide h2 {
        color: var(--light);
        font-weight: 400;
    }

/* @: BUTTONS
--------------------------------------------*/
    .button,
    .elementor-button,
    .gform_button,
    input[type="submit"] {
        background-color: var(--brand2);
        text-transform: uppercase;
        font-size: 18px;
        display: inline-block;
        line-height: 1;
        padding: 12px 20px;
        border-radius: 5px;
        color: #fff;
        margin-bottom: 5px;
    }
    .button-small {
        font-size: 75%;
        padding: 6px 10px;
    }
    .button:hover,
    .elementor-button:hover,
    .gform_button:hover {
        background-color: white !important;
        color: var(--brand1);
    }

    /*brand2 button*/
    .button.button-brand2{
        background-color: var(--brand2) !important;
        border: 1px solid var(--brand2) !important;
        color: var(--brand1);
    }
    .button.button-brand2:hover{
        background-color: var(--light) !important;
        color: var(--brand2);
    }

    /*light button*/
    .button.button-light{
        background-color: var(--light) !important;
        border: 1px solid var(--light) !important;
        color: var(--brand1);
    }
    .button.button-light:hover{
        background-color: var(--brand1) !important;
        color: var(--light);
    }

    /*outline wire button*/
    .button.button-wire{
        background-color: transparent;
        border: 1px solid var(--light) !important;
        color: var(--light);
    }
    .button.button-wire:hover{
        background-color: var(--light) !important;
        color: var(--dark);
    }


    .inline-buttons .button{
        display: inline-block;
        margin: 5px;
    }

    .inline-buttons p{
        margin-bottom: 0;
    }


/* ICONS
--------------------------------------------*/
    a.social-icon{
        height: 26px;
        width: 26px;
        background: white;
        display: inline-block;
        margin-left: 5px;
        line-height:1;
    }
    a.social-icon svg{
        padding: 2px;
        height: 26px;
        width: 26px;
        fill: var(--brand2);
    }
    a.social-icon:hover{
        background: var(--brand1);
    }



/*	@: CONTENT: ABOVE PAGE ZONE
--------------------------------------------*/
    #above-page-widgets.widget-area {
        background: var(--brand1);
        color: white;
        line-height: 1;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    #above-page-widgets.widget-area .inner {
        padding: 0 40px;
        text-align: right;
        position:relative;
        -ms-flex-align: center;
        align-items: center;
    }
    #above-page-widgets.widget-area .widget {
        padding: 0;
        margin: 0 10px 0 0;
    }
    #above-page-widgets.widget-area #custom_html-4{
        margin-right: 20px;
    }
    #above-page-widgets.widget-area #gtranslate-2{
        min-width: 200px;
    }
    #above-page-widgets.widget-area input[type="search"] {
        border: 0;
        padding: 3px 8px;
        font-size: 13px;
        background: rgba(255, 255, 255,0.7)
    }
    #custom_html-6 {
        -ms-flex-preferred-size: 0 !important;
        flex-basis: 0 !important;
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
        max-width: 100% !important;
    }

    /* SMALL SCREENS
    ======================================= */
    @media only screen and (max-width: 768px){
        #above-page-widgets.widget-area .inner {
            flex-direction: column;
            align-items: flex-start;
            padding: 0 25px;
        }
        #above-page-widgets.widget-area .widget {
            margin: 2px 0;
        }
        #above-page-widgets.widget-area #gtranslate-2 .switcher{
            position: static;
        }
		#above-page-widgets.widget-area #gtranslate-2 .switcher {
            margin-left: 0;
            float: none;
            position: static;
		}
        a.social-icon {
            margin-left: 0;
        }
		.tcc-slide .slick-slide, .tcc-slide .slick-slide .slick-current .slick-active{
			max-height:500px;
		}
		.tcc-slide-body h1 {
			font-size:30px;
		}
		.tcc-slide-body h2 {
			font-size:20px;
		}
		.tcc-slick-slide .tcc-slide {
            height: 65vh;
        }
    }

/*SEO slider alterations*/
    .slider_title{
        font-size: 55px;
        font-weight:900;
        line-height:1.2em;
        margin-bottom:20px;
    }



/*	CONTENT: HEADER ZONE
--------------------------------------------*/
    #masthead {
        position: absolute;
        z-index: 99;
        width: 100%;;
    }

    /* SMALL SCREENS
    ======================================= */
    @media only screen and (max-width: 768px){
        #masthead {
            position: static;
        }
    }
    #masthead .header-widget {
        padding-right: 10px;
    }
    #masthead .header-widget a {
        color: var(--dark);
    }
    .site-logo {
        max-width: 200px;
        float: left;
    }
    .nav-float-right .header-widget {
        position: relative;
        top: 0;
    }

/*	@: CONTENT: NAVIGATION ZONE
--------------------------------------------*/
    #site-navigation.main-navigation{
        padding-top: 0;
    }
    #site-navigation.main-navigation a {
        color: white;
    }
    #site-navigation.main-navigation li:hover a{
        background: var(--brand2);
    }
    #site-navigation.main-navigation li .sub-menu a {
        background: var(--brand1);
        color: white;
    }
    #site-navigation.main-navigation li .sub-menu a:hover {
        background: var(--brand2);
        color: white;
    }

    /* STICKY MENU
    ======================================= */
    #sticky-navigation.main-navigation {
        background-color: var(--dark);
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #sticky-navigation.main-navigation a{
        color: white;
    }
    #sticky-navigation.main-navigation li:hover a{
        color:var(--brand1);
    }
    #sticky-navigation.main-navigation li .sub-menu a {
        background: var(--brand1);
        color: white;
    }
    #sticky-navigation.main-navigation li .sub-menu a:hover {
        background: var(--brand2);
        color: white;
    }


    /* TOGGLE BUTTON
    ======================================= */
    .main-navigation .menu-toggle {
        color: var(--dark);
    }
    .main-navigation .menu-toggle:hover {
        color: var(--mid);
    }

    /* MOBILE MENU DROPDOWN
    ======================================= */
    @media only screen and (max-width: 768px) {
        .both-sticky-menu .main-navigation:not(#mobile-header).toggled .main-nav>ul {
            -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.5);
        }
        .main-navigation .main-nav ul.sf-menu>li>a {
            background: #fff;
            line-height: 1.1;
            padding: 15px 20px;
        }
        .main-navigation .main-nav ul.sf-menu>li>a:hover {
            background: var(--light);
        }

    }

    /* SIDEBAR MENU
    ======================================= */
    .sidebar-menu ul.menu{
        margin:0;
        list-style: none;
    }
    .sidebar-menu li.current-menu-item a{
        color: var(--brand2);
        font-weight: 600;
    }


/*	@: SNIPPET: BANNER ZONE
--------------------------------------------*/
    .page-banner {
        height: 510px;
        background-size: cover;
        background-position: top left;
        /*margin-bottom: 50px;*/
		    padding-top: 100px;
    }
    body.page-id-357 .page-banner{
        margin-bottom: 0;
    }
    .page-banner .grid-container{
        width: 100%;
        padding-left: 40px;
    }
    .page-banner .banner-message{
        max-width: 50%;
    }
    .page-banner h1.banner-title {
        color: white;
        text-transform: none;
		font-weight: 600;
    /* text-transform: uppercase; */
    font-size: 45px;
    }
    .page-banner .banner-subhead {
        color: white;
		    color: white;
    font-weight: 400;
    font-size: 17px;

}

   .page-banner .blogbanner-subhead {
        color: white;
	   width:50%;
  font-weight: 400;
    font-size: 17px;
    }
    body.banner-active.one-container .site-content {
        padding-top: 20px;
    }

    /* SMALL SCREENS
    ======================================= */
    @media only screen and (max-width: 768px){
        .page-banner .banner-message{
            max-width: 90%;
        }
	    .page-banner {
            height: 310px;
            background-size: cover;
            background-position: top left;
            padding-top: 0px;
        }
    }

/*	@: CONTENT: PAGE
--------------------------------------------*/
    /*slider*/

	/* MEDIA QUERY: Small Screens
	======================================= */
	@media only screen and (min-width: 1025px){
        .tcc-slider:after{
            background-repeat: no-repeat;
            background-position: left top;
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            background-size: cover;
            width: 20%;
        }
	}


    /* FRONT PAGE
    ======================================= */
    body.page-id-1706 .gform_wrapper ul li.gfield {
        margin-top: 0;
        font-size: 13px;
    }
    body.page-id-1706 .gform_wrapper li.hidden_label input {
        margin-top: 0;
    }
    body.page-id-1706 .page-banner{
        display: none;
    }
    body.page-id-1706 .quick-enquiry h5{
        color:white;
    }
    body.page-id-1706 #gform_wrapper_5.gform_wrapper {
        margin-bottom: 0;
    }
    body.page-id-1706 #gform_wrapper_5.gform_wrapper .gform_footer {
        padding: 0;
        margin: 16px 0 0 0;
    }
    .tcc-slide h2{
        color: white;
    }

    /* practice areas v3 */
    body.home .our-practice-areas .elementor-absolute{
        color:white;
        top: 0;
        left:0;
        bottom:0;
        right:0;
        padding: 30px 20px 0;
        text-align: center;
    }
    body.home .our-practice-areas .elementor-absolute a{
        color: white;
    }

    /* INNER PAGES
    ======================================= */
    .elementor-widget.anchor-navs{
        position: sticky;
        top: 70px;
    }
    body.elementor-page .elementor-widget-menu-anchor {
        position: relative;
        top: -50px;
    }
    .anchor-navs p{
        margin-bottom: 10px;
        line-height: 1.1;
        font-size: 85%;
    }

    /* team */
    .elementor .team-member img{
        border-radius: 50%;
    }

    /* RECENT POSTS GRID
    ======================================= */
    .posts-grid .post-content {
        text-align: center;
        background-clip: content-box !important;
    }
    .posts-grid .post-content:before,
    .posts-grid .post-content:after {
        content: "";
        display: block;
        padding-top: 20%;
    }
    .posts-grid h4 {
        color: white;
        font-weight: bold;
        font-size: 32px;
    }

.post-image-aligned-left .inside-article .featured-image, .post-image-aligned-left .inside-article .post-image {
    margin-bottom: 50px!important;
}
/* @: FOOTER ZONE
--------------------------------------------*/
    #footer-widgets {
        border-top:1px solid #404040;
        background-color: black;
    }
    .site-footer .site-info{
        background-color: black;
        color: var(--light);
    }
    .site-footer .site-info a{
        color: white;
    }
    .site-footer .widget-title {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .site-footer p {
        font-size: 13px;
    }
    .site-footer #media_image-2 img{
        /* width: 80px; */
    }
    .site-footer #nav_menu-2{
        margin-bottom: 0;
    }
    .site-footer .widget_nav_menu ul{
        text-align: center;
    }
    .site-footer .widget_nav_menu li{
        display: inline-block;
    }
    .site-footer .widget_nav_menu li a{
        display: inline-block;
        font-size: 90%;
        padding: 0 10px;
        color: var(--mid);
    }
    .site-footer .widget_nav_menu li a:hover{
        color:white;
    }
    .site-footer .widget_nav_menu li#menu-item-529 a{
        font-weight: bold;
    }


/* @: SNIPPET: SITEWIDE CTA
--------------------------------------------*/
    .sitewide-cta {
        padding: 30px 0;
        background-color: var(--brand2);
        text-align: center;
        color: white;
    }
    .sitewide-cta h2 {
        color: white;
    }
    .sitewide-cta #gform_2 {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }
    .sitewide-cta .gform_body {
        width: 700px !important;
    }
    .sitewide-cta #gform_2 input {
        font-size: 12px;
        text-transform: uppercase;
    }
    .sitewide-cta #gform_2 .gform_heading {
        display: none;
    }
    .sitewide-cta .gf_simple_horizontal li.hidden_label input {
        padding: 8px !important;
        border: none;
        border-radius: 5px;
    }
    .sitewide-cta .gform_wrapper .gform_footer input.button,
    .sitewide-cta .gform_wrapper .gform_footer input[type="submit"] {
        margin: 0 0 0 0;
    }
    .sitewide-cta .button {
        background-color: var(--brand1) !important;
        border: 1px solid var(--brand2) !important;
        text-transform: uppercase;
        font-size: 18px;
        display: inline-block;
        line-height: 1;
        padding: 12px 20px;
        border-radius: 5px;
        color: #fff;
    }
    .sitewide-cta .button:hover {
        background-color: var(--dark) !important;
        border: 1px solid #fff !important;
        color: #fff;
    }
    /* SMALL SCREENS
    ======================================= */
    @media only screen and (max-width: 768px) {
        .sitewide-cta #gform_2 {
            display: block;
        }
		.page-banner .blogbanner-subhead {
            color: white;
            width: 100%;
        }
    }
	a.contact-menu{
        text-transform: uppercase;
        font-size: 18px;
        display: inline-block;
        line-height: 1;
        color: #fff !important;
		padding: 10px 15px;
	}
    a.menu_button{
		background-color: var(--brand2) !important;
		border: 1px solid var(--brand2) !important;
        border: none;
        border-radius: 5px;
    }
    a.menu_button:hover {
		background-color: transparent !important;
		border: 1px solid #fff !important;
		color: white;
    }



/* @: PLUGIN: GRAVITY FORMS
--------------------------------------------*/
    .gform_wrapper .gf_simple_horizontal li.hidden_label input {
        margin-top: 0;
    }
    .gform_wrapper .assessment-form label.gfield_label,
    .gform_wrapper .assessment-form input,
    .gform_wrapper .assessment-form textarea{
        font-weight: 400;
        color: var(--dark);
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
    }
    .gform_wrapper .assessment-form select{
        padding: 8px 5px !important;
        border-radius: 4px;
		font-weight: 400;

        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
    }
    body .gform_wrapper .assessment-form ul li.field_description_below div.ginput_container_radio{
        margin-top:0;
    }
    body .gform_wrapper .assessment-form ul li.gfield{
        margin-top: 0;
        margin-bottom: 24px;
    }
    body .gform_wrapper .assessment-form ul li.gfield.gsection{
        margin-top: 0;
        margin-bottom: 5px;
    }
    .gform_wrapper .assessment-form li.gf_list_inline ul.gfield_radio li{
        margin-bottom: 0;
    }


/* @: SNIPPET: TESTIMONIALS
--------------------------------------------*/
    .tcc-testimonials{
        max-width: 750px;
        margin: 0 auto;
        text-align: center;
        padding: 25px 0;
    }
    .tcc-testimonials .item{
        padding:0 40px;
		margin-bottom:40px;
    }
    .tcc-testimonials .title{
        font-weight:600;
    }
    .tcc-testimonials .body{
        font-size:14px;
    }
    .tcc-testimonials .author{
        font-size:20px;
        font-weight:600;
    }
	.tcc-testimonials{
		background-color:rgba(0,0,0,0.05);
	}

/* @: SNIPPET: TESTIMONIALS SLIDER
--------------------------------------------*/
    .tcc-testimonials-slider{
        max-width: 750px;
        margin: 0 auto;
        text-align: center;
        padding: 25px 0;
    }
    .tcc-testimonials-slider .item{
        padding:0 40px;
		margin-bottom:40px;
    }
    .tcc-testimonials-slider .title{
        font-weight:600;
    }
    .tcc-testimonials-slider .body{
        font-size:14px;
    }
    .tcc-testimonials-slider .author{
        font-size:20px;
        font-weight:600;
    }
    .tcc-testimonials-slider.slick-slider .slick-prev,
    .tcc-testimonials-slider.slick-slider .slick-next {
        width: 50px;
        height: 50px;
        bottom: -10px;
        top: unset;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
	.tcc-testimonials-slider.slick-slider .slick-prev::before,
	.tcc-testimonials-slider.slick-slider .slick-next::before {
		color: #999;
	}
    .tcc-testimonials-slider.slick-slider .slick-prev{
        left: -35px;
    }
    .tcc-testimonials-slider.slick-slider .slick-next{
        left: 35px;
    }
	.tcc-testimonials-slider{
		background-color:rgba(0,0,0,0.05);
	}
	.tcc-testimonials-slider .slick-track.slick-track {
		display: flex;
		align-items: center;
	}


#phone .button {
  display: none;
}

@media only screen and (max-width: 768px) {
  #phone .button {
    display: inline-block;
	  margin: 5px;
  }

	.inline-buttons p{
		margin-bottom:0em!important;
	}
}

/* !! popup form
--------------------------------------------*/
#pum-1934 .gform_wrapper input[type="button"].button{
	background-color: var(--brand2);
}
#pum-1934 .gform_wrapper input[type="button"].button:hover{
	background-color: white;
	border: solid 1px var(--brand2);
	color: var(--brand2);
}
#pum-1934 .gform_wrapper input[type="button"].button.gform_previous_button{
	background-color:transparent;
	color: var(--gray30);
}
#pum-1934 .gform_wrapper input[type="button"].button.gform_previous_button{
	color: var(--gray80);
}

/* !! Testimonials Bubbles Sitewide
--------------------------------------------*/
    .testimonials-bubble{
        position: fixed;
        bottom: 10px;
        left: 10px;
        background-color: white;
        padding: 15px;
        width: 300px;
        box-shadow: 0px 3px 10px rgba(0,0,0,0.5);
        font-size: 13px;
        border-radius: 5px;
    }
    .testimonials-bubble .message{
    }
    .testimonials-bubble .author{
        font-weight: bold;
    }