h1, h2, h3, h4, h5, h6{
    color: #E12273 !important;
    font-weight: 600 !important;
}
p {
    margin: 0 0 16px;
    font-size: 16px;
}
.site-header .angledheader{
    height: 200px;
    width: 100%;
    background-image: url(images/header.svg);
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 0;
    position: absolute;
    top: 0;
}
.site-header a.header_logo_link {
    margin: 20px 80px;
    display: inline-block;
    position: relative;
    top: 0;
    z-index: 1;
}
.site-branding{
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}
.site-title{
    font-size: 1px;
    text-indent: -9999999px;
}
.custom-logo-link{
    width: 360px;
    margin: 20px 0 0 30px;
}
.site-header .header_inner{
    width: 100%;
    max-width: 1023px;
    margin: 0 auto;
    height: 0;
}
.site-header {
    width: 100%;
}
.billboard {
    width: 100%;
    height: 700px;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
        overflow: hidden;
}
.billboard-page{
    width: 100%;
    height: 150px;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
}
.site-header .textbox{
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    box-sizing: border-box;

}
.site-header .textbox .inner{
    width: 80%;
    max-width: 400px;
    margin: 0 10%;
    float: right;
        margin-top: 240px;
}
.site-header .textbox h2{
    font-size: 48px;
    color: white;
    text-align: right;
    margin-bottom: 10px;
    text-shadow: 0px 0px 4px rgba(0,0,0,0.8);
}
.site-header .textbox p{
    font-size: 24px;
    color: white;
    text-align: right;
    text-shadow: 0px 0px 4px rgba(0,0,0,0.8);
}
.site-header .navbar.navbar-default{
    margin-top: 0px;
    height: 66px;
    float: right;
}
.site-header #navbar{
    padding-right: 0px;
}
.site-header .navbar-nav{
    margin-top: 10px;
}
.site-header .navbar-nav > li > a{
    padding-left: 6px;
    padding-right: 6px;
}
.site-header .navbar-default .navbar-nav > .active > a,
.site-header .navbar-default .navbar-nav a:focus,
.site-header .navbar-default .navbar-nav a:hover{
    background: transparent;
}
.ngg-navigation a,
.ngg-navigation span{
    width: 7%;
    margin-right: 1%;
    float: left;
}

@media screen and (max-width: 1023px){
    .site-header .header_inner{
        position: relative;
    }
    .site-header .navbar.navbar-default{
        background: #000000;
        width: 100%;
        position: absolute;
        top: 0;
    }
    .site-header .angledheader{
        background-image: url(images/header-mobile.svg);
        position: absolute;
        top: 66px;
    }
    .site-header a.header_logo_link{
        display: block;
        width: 300px;
        position: absolute;
        top: 70px;
        left: 50%;
        margin: 0;
        margin-left: -150px;
        z-index: 1;
    }
    .site-header .textbox{
        padding-left: 30px;
        padding-top: 200px;
        padding-right: 30px;
    }
    #page #content {
        margin-top: 50px;
    }
}

@media screen and (max-width: 700px){
    .site-header .billboard{
        height: 400px;
    }
    .site-header .billboard-page{
        height: 150px;
    }
    .site-header .textbox{
        padding-left: 30px;
        padding-top: 0px;
        padding-right: 30px;
        position: absolute;
    }
    .site-header .textbox .inner{
        margin-top: 80px;
    }
    .site-header .textbox h2{
        font-size: 32px;
    }
    .site-header .textbox p{
        font-size: 18px;
    }
    div.slider{
        top: 130px;
    }
}
@media screen and (max-width: 768px){
    .site-header .navbar-default .navbar-nav a{
        cursor: pointer;
    }
    .site-header .navbar-default .navbar-nav > .active > a,
    .site-header .navbar-default .navbar-nav > .active > a:focus,
    .site-header .navbar-default .navbar-nav > .open > a:hover {
        color: #555;
    }
    .site-header .navbar-default .navbar-nav > .active > a:hover,
    .site-header .navbar-default .navbar-nav > li > a:hover,
    .site-header .navbar-default .navbar-nav > li > a:focus,
    .site-header .navbar-default .navbar-nav > .open > a,
    .site-header .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .site-header .dropdown-menu > li > a:hover,
    .site-header .navbar-default .navbar-nav > .open > a:focus,
    .site-header .dropdown-menu > li > a:focus,
    .site-header .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus{
        color: white;
    }

    /*.site-header .navbar-default .navbar-nav > .active > a,*/
    .site-header .navbar-default .navbar-nav a:focus,
    .site-header .navbar-default .navbar-nav a:hover{
        background: #000000;
    }
}

/**** Homepage ****/

.home-sec-01,
.home-sec-03{
    text-align: center;
    padding: 40px 30px;
}
.home-sec-01 > .module{
    padding: 40px 30px;
}
.home-sec-01 > .module p{
    margin: 0px;
}
.home-sec-01 > .module:nth-child(2){
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}
.home-sec-02 > .module{
    padding: 40px 0px;
    margin: 0 auto;
    float: none;
}
.home-sec-01 .module h4{
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.home-sec-01 .module h3{
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.home-sec-01 .module p{
    font-size: 12px;
    line-height: 1.2;
}
.home-sec-01 .module .ttb-margin{
    margin-top: 30px;
    margin-bottom: 30px;
}
.home-sec-02 > .module .entry-home-title {
    font-size: 24px;
    color: #4A4A4A;
    letter-spacing: 0;
    text-align: center;
}
.home-sec-02 > .module .entry-home-content{
    text-align: justify;
    font-size: 14px;
    color: #4A4A4A;
    letter-spacing: 0;
}
.home-sec-nav .menu-homepage-menu-container {
    width: 100%;
}
.home-sec-nav .menu-homepage-menu-container ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    list-style-image: none;
    text-align: center;
    transform: skewX(-15deg);
    width: 80%;
}
.home-sec-nav .menu-homepage-menu-container ul li {
    display: inline-block;
    position: relative;
    background: #000000;
}
.home-sec-nav .menu-homepage-menu-container ul li:hover {
    background: #E12273;
}
.home-sec-nav .menu-homepage-menu-container ul li a {
    color: #ffffff;
    display: block;
    font-size: 15px;
    line-height: 1;
    padding: 17.5px 44px;
    text-decoration: none;
    transform: skewX(15deg);
}

.home-sec-03 h3 {
    font-size: 24px;
    color: #4A4A4A;
    letter-spacing: 0;
    margin: 0 auto;
}

@media (max-width: 575px) {
    [class*="col-"]{
        margin: 0 20px !important;
    }
    .home-sec-01 > .module:nth-child(2){
        border: none;
    }
    .home-sec-nav .menu-homepage-menu-container ul {
        padding: 0 50px;
    }
    .home-sec-nav .menu-homepage-menu-container ul li {
        margin: 10px 0;
        width: 100%;
    }
}
/**** Footer ****/

.site-footer {
    background: #000000;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.50);
    width: 100%;
    height: 150px;
    position: relative;
}
.site-info {
    width: 100%;
    height: inherit;
    padding: 90px 0 0 0;
    color: #ffffff;
}
.copyright {
    margin-top: 10px;
    float: right;
    color: #ffffff;
}
.footer-designer, .footer-designer-gold {
    float: right;
    height: inherit;
    width: 400px;
    border-bottom: 150px solid #F5F6F5;
    border-left: 40px solid transparent;
    position: absolute;
    right: 0;
}
.footer-designer-gold{
    width: 420px;
    border-bottom: 150px solid #E6177D;
    border-left: 40px solid transparent;
    position: absolute;
    right: 0;
}
.designerlogo {
    background-image: url('https://thetechbit.com.au/client-site-resources/images/logo1.png');
    width: 250px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 40px auto;
}
.footer-designer-respond {
    display: none;
}
@media (max-width: 800px) {
    .site-footer{
        height: auto;
    }
    .footer-designer, .footer-designer-gold {
        display: none;
    }
    .site-info {
        padding: 30px 0 0 0;
        text-align: center;
    }
    .footer-designer-respond {
        background: #F5F6F5;
        display: block;
    }
    .footer-designer-respond .designerlogo {
        margin: 0px auto;
        width: 200px;
        height: 55px;
    }
}
/*#wpadminbar{display: none;}*/

/*** Widget ***/
.widget_nav_menu a {
    background-color: #dddddd;
    text-align: center;
    display: block;
    margin: 10px 0;
    padding: 10px;
    color: #141412;
}
.widget_nav_menu a:hover {
    background-color: #545454;
    color: #ffffff;
}

/**** Calendar ****/

.ai1ec-agenda-widget-view .ai1ec-month, .ai1ec-agenda-view .ai1ec-month {
    background: #000000 !important;
    color: #ffffff !important;
}
.ai1ec-agenda-view .ai1ec-event .ai1ec-event-title {
    color: #000000 !important;
}

/**** Contact ****/

.ccf-form-wrapper {
    margin: 0px !important;
}
.ccf-form-wrapper .form-title {
    padding: 0px !important;
}





/**** Homepage Event ****/
.home .ai1ec-date{
    background: transparent !important;
    border: 0px solid transparent !important;
}
.home .ai1ec-event{
    margin: 13px 0 6.5px 4.8em;
}
.home .ai1ec-event > a{
    border: 0px solid transparent !important;
    text-align: left !important;
    color: #141412 !important;
}
.home .ai1ec-popover.ai1ec-popup{
    display: none !important;
}
.home .ai1ec-date-title{
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.0) !important;
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.0) !important;
    box-shadow: 0 2px 2px rgba(0,0,0,0.0) !important;
    background: transparent !important;
}
table {
	width: 750px;
	border-collapse: collapse;
	margin:50px auto;
	}

/* Zebra striping */
tr:nth-of-type(odd) {
	background: #eee;
	}

th {
	background: #E21572;
	color: white;
	font-weight: bold;
	}

td, th {
	padding: 10px;
	border-bottom: 1px solid #E21572;
	text-align: left;
	font-size: 18px;
	}

/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	table {
	  	width: 100%;
	}

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	tr { border: 1px solid #ccc; }

	td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
	}

	td:before {
		/* Now like a table header */
		/*position: absolute;*/
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		/* Label the data */
		content: attr(data-column);

		color: #E21572;
		font-weight: bold;
	}

}
.results_button{
    padding: 5px 10px;
    background: #E12273;
    color: white;
    border-radius: 10px;
    margin-top: 10px;
}
@media
only screen and (min-width: 1024px) {
    .result{
        width: 33.33333%;
        padding: 20px;
        box-sizing: border-box;
        float: left;
    }
}

@media
only screen and (min-width: 500px) and (max-width: 1023px)  {
    .result{
        width: 50%;
        padding: 20px;
        box-sizing: border-box;
        float: left;
    }
}
.results_button{
  margin-right:10px;
  width:100px;
  background:#101010;
  border-radius:4px;
  text-align:center;
  color:white;
  padding:10px;
  float:left;
  font-size:12px;
  font-weight:800;
}

.results_button:hover{
 opacity:0.8; 
}

.results_button:active{
  margin-right:10px;
  width:100px;
  background:#101010;
  border-radius:4px;
  text-align:center;
  color:white;
  padding:10px;
  float:left;
  font-size:12px;
  font-weight:800;
}

.page-id-26 table a,
.page-id-26 .col-sm-6 a{
    background-color: #E21572;
    display: block;
    text-align: center;
    color: white;
    width: 60%;
    border-radius: 100px;
}