/*
Theme Name: Crimson Fox
Author: Crimson Fox
Author URI: http://crimsonfox.com.au/
Description: Crimson Fox Custom Theme
*/


/**********************************/
/*--------------FONTS-------------*/
/**********************************/
@font-face {
  font-family: 'paralucenet-heavy';
  src: url('../includes/fonts/paralucent-heavy-webfont.eot'); /* IE9 Compat Modes */
  src: url('../includes/fonts/paralucent-heavy-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../includes/fonts/paralucent-heavy-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../includes/fonts/paralucent-heavy-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'helvetica-neue-lt';
  src: url('../includes/fonts/HelveticaNeueLT-webfont.eot'); /* IE9 Compat Modes */
  src: url('../includes/fonts/HelveticaNeueLT-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../includes/fonts/HelveticaNeueLT-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('../includes/fonts/HelveticaNeueLT-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../includes/fonts/HelveticaNeueLT-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../includes/fonts/HelveticaNeueLT-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}


 /* For mobile phones: */
[class*="col-"] {
    width: 95%;
    margin: 0 auto;
    float: none;
    clear: both;
}
    .col-12{width:100%}
    input.col-12{ position: relative;}
    h1, h2{font-size: 40px !important;
}

@media screen and (min-device-width: 300px) and (max-width: 599px){
	.alpha{
    float:left;
}

    .omega{
    float: right;
}
    h1, h2{
    font-size: 40px !important;
}
    #nav{
        height: 100px !important;
    }
    #nav .phonetop{
        margin: 20px auto 15px;
        float:none;
        text-align: center;
    }
    #nav ul{
        float:none;
        margin: 0px;
    }
    #slide-1{
        padding-top: 100px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1023px){
    /* For tablets: */
    .col-m-1 {width: 7.83%;}
    .col-m-2 {width: 16.16%;}
    .col-m-3 {width: 24.5%;}
    .col-m-4 {width: 32.83%;}
    .col-m-5 {width: 41.16%;}
    .col-m-6 {width: 49.5%;}
    .col-m-7 {width: 52.83%;}
    .col-m-8 {width: 66.16%;}
    .col-m-9 {width: 74.5%;}
    .col-m-10 {width: 82.83%;}
    .col-m-11 {width: 91.16%;}
    .col-m-12 {width: 100%;}
    .alpha{
    float:left;
}

.omega{
    float: right;
}
}

@media only screen and (min-width: 1024px) {
    /* For desktop: */
    .col-1 {width: 7.83%;}
    .col-2 {width: 16.16%;}
    .col-2b {width: 13%;}
    .col-3 {width: 24.5%;}
    .col-4 {width: 32.83%;}
    .col-5 {width: 41.16%;}
    .col-6 {width: 49.5%;}
    .col-6b {width: 45%;}
    .col-7 {width: 52.83%;}
    .col-8 {width: 66.16%;}
    .col-9 {width: 74.5%;}
    .col-10 {width: 82.83%;}
    .col-11 {width: 91.16%;}
    .col-12 {width: 100%;}
    .alpha{
    float:left;
}

.omega{
    float: right;
}
}

#logo{
    padding:10px;
    border-radius: 50%;
    background-color: #ffffff;
    width: 150px;
    height: 150px;
}

h1, h2{
    font-family: paralucenet-heavy, helvetica, sans-serif;
    font-size: 60px;
    line-height: .7;
    color: #ffffff;
}

h3{
    font-family: helvetica-neue-lt, helvetica, arial, sans-serif;
    font-weight: 600;
    color: #383637;
}


p, li {
    font-family: helvetica-neue-lt, helvetica, arial, sans-serif;
    color: #383637;
}

a{
    font-family: helvetica-neue-lt, helvetica, arial, sans-serif;
    color: #ad1d4e;
}

.wlink{
    color: #ffffff;   
}
.pquote{
    margin: 15px 0;
    font-size: 1.15em;
    color: #ad1d4e;
}

#nav{
    position: fixed;
    background: #383637;
    height: 50px;
    z-index: 100;
}

#nav ul{
    list-style: none;
    float:right;
    margin-right: 30px;
}

#nav ul li{
    display: inline-block;
    text-align: right;
    margin: 0 10px;
}

#nav ul li a{
 color: #ffffff !important;   
}

.phonetop{
    margin-left: 30px;
}

/**********************************/
/*------------PARALLAX------------*/
/**********************************/

.hsContainer {
    display: table;
   /** table-layout: fixed; **/
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.hsContent {
    /*max-width: 450px;
    margin: -150px auto 0 auto;*/
    display: table-cell;
    vertical-align: middle;
    color: #ebebeb;

    text-align: center
}

.hsContent-contact {
    max-width: 450px;
    margin: -150px auto 0 auto;
    display: table-cell;
    vertical-align: middle;
    color: #ebebeb;
    padding: 0 8%;
    text-align: center
}
.hsContent-contact p {
    font-family: helvetica-neue-lt, helvetica, arial, sans-serif;
    color: #ffffff;
}

.hsContent p {
    font-family: helvetica-neue-lt, helvetica, arial, sans-serif;
    color: #ffffff;
}

.bcg {
    background-position: fixed;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
    overflow:hidden;
}

.ibtc{
    margin-top: 40px;
    margin-bottom: 40px;
}

.triangle-m{
    width: 100%;
    position: relative;
    display: block;
    background-image: url('../img/triangle.jpg');
    background-repeat: no-repeat;
    height: 50px;
    background-position: center;
}

.triangle-m .inner {
    height: 10px;
    position: relative;
    vertical-align: top;
    background-color: #ad1d4e;
}

.triangle-g{
    width: 100%;
    position: relative;
    display: block;
    background-image: url('../img/triangle3.jpg');
    background-repeat: no-repeat;
    height: 50px;
    background-position: center;
}

.triangle-g .inner {
    height: 10px;
    position: relative;
    vertical-align: top;
    background-color: rgb(141, 198, 63);
}
input.submit{
    margin-bottom: 20px;
    position: relative;
    margin: 0 auto;
    display: block;
}
    


/*.req{
    border-left: 1px solid #383637;
}


/**********************************/
/*----------END PARALLAX----------*/
/**********************************/

#slide-1 .bcg {
    background-image:url('../img/cwslide1.jpg')
        
}

#slide-3 .bcg {
    background-image:url('../img/cwslide2.jpg')
}
#slide-3 .bcg .hsContainer{
    background-color: rgba(141, 198, 63, .8);
}
    
#contact .bcg{
    background-color: #ad1d4e;
}

/************************** FOOTER **************************/


.footer{
	padding: 10px 0;
}

.copy{
	font-size: .75em;
}
}