/*
Theme Name: Lawaid
Theme URI: http://www.sumitcreative.com.au/
Author: Summit Creative
Version: 1.0
*/

body {
	font-family: 'Open Sans';
	font-size: 13px;
	background-color: #2b5c73;
}

body.home {
	background: #fff url('images/bg.jpg') no-repeat 0 0;
	background-size: cover;
	background-size: 250%;
	background-position-x: -380px;
	background-position-y: 90px;
}

.logolink {
	display: block;
	width: 64px;
	height: 89px;
	position: absolute;
	top: -24px;
}

h1, h2, h3, h4, #nav a,
.rokkitt,
.btn {
	font-family: 'Rokkitt';
}
.btn-primary {
	background: #7fbdd4;
	border: 0;
	font-size: 1.3em !important;
	padding-left: 30px;
	padding-right: 30px;
	-moz-transition: background .5s;
    -webkit-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s;
}

.btn-primary:hover {
	background: #427d97;
}

.menu li#menu-item-27 {
	position: relative;
}

.menu li#menu-item-27 span {
  display: none;
}

.menu li#menu-item-27 a {
	display: block;
	width: 100%;
	line-height: 1em;
	position: absolute;
	top: 0;
}

.menu li#menu-item-27:before {
  font-family: FontAwesome;
  content: "\f015";
}

h1.entry-title {
	font-size: 3.5em;
	color: #3e7e9a;
	line-height: 0.8em;
	text-transform: lowercase;
}

.home h1 {
	font-size: 3em;
	line-height: 0.85em;
	margin-bottom: 25px;
	margin-top: 20px;
}

.home.page h2,
.page footer h2 {
	font-family: 'Open Sans';
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 15px;
	font-weight: 300;
}

.home p {
	margin-bottom: 35px;
	font-size: 1.1em;
	font-weight: 300;
}

.home #main .text-center {
	font-size: 0.8em;
	color: #fff;
	padding: 10px 0;
}

.page h2 {
	color: #3E7E96;
	margin-top: 0;
	line-height: 0.8em;
}

blockquote {
	border: 0;
	padding: 0;
	font-weight: 300;
}

p {
	margin-bottom: 15px;
}

ul, ol {
	padding-left: 19px;
	margin-bottom: 20px;
}

.content ul li {
	margin-bottom: 6px;
}

ol {
    counter-reset:li; /* Initiate a counter */
    margin-left:0; /* Remove the default left margin */
    padding-left:0; /* Remove the default left padding */
}
ol > li {
    position:relative; /* Create a positioning context */
    margin:0 0 10px 2em; /* Give each list item a left margin to make room for the numbers */
    list-style:none; /* Disable the normal item numbering */
}
ol > li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    top:-2px;
    left:-1.4em;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:1em;
    /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
    margin-right:8px;
    font-size: 1.7em;
    color:#3E7E96;
    font-weight:bold;
    font-family: 'Rokkitt';
    text-align:center;
}
li ol,
li ul {margin-top:6px;}
ol ol li:last-child {margin-bottom:0;}

.col {
	border-right: 1px solid #ddd;
}

.col:last-child {
	border: 0;
}


body #top.fadeintop {
    background-color: #fff;
    -moz-transition: background-color 1.5s;
    -webkit-transition: background-color 1.5s;
    -o-transition: background-color 1.5s;
    transition: background-color 1.5s;
}

body.loadedpage #top.fadeintop {
    background-color: #7fbdd4;
}

.fadein {
    opacity: 0;
    -moz-transition: opacity 1.5s;
    -webkit-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
    transition: opacity 1.5s;
    transition-delay: 0.3s;
}

body.loadedhome .fadein,
body.loadedpage .fadein {
    opacity: 1;
}

/* fade in down */

.animated { 
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
	-webkit-animation-delay: 1s;
} 

@-webkit-keyframes fadeInDown { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(-20px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes fadeInDown { 
    0% { 
        opacity: 0; 
        transform: translateY(-20px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 

body.loadedhome .fadeInDown { 
    -webkit-animation-name: fadeInDown; 
    animation-name: fadeInDown; 
}

/* */

.content {
	padding-bottom: 50px;
}

.btn {
	border-radius: 0;
	padding-top: 8px;
	padding-bottom: 8px;
}

.btn-outline {
	border: 1px solid rgba(0, 0, 0, .2);
	margin: 10px 0;
	color: #000;
	text-transform: lowercase;
	margin-bottom: 25px;
	-moz-transition: border .5s;
    -webkit-transition: border .5s;
    -o-transition: border .5s;
    transition: border .5s;
}

.content .btn-outline:hover {
	color: #000;
	border: 1px solid rgba(0, 0, 0, 1);
}

.home .btn-outline,
footer .btn-outline  {
	border: 1px solid rgba(255, 255, 255, .5);
	color: #fff;
}

.home .btn-outline:hover,
footer .btn-outline:hover {
	border: 1px solid rgba(255, 255, 255, 1);
	color: #fff;
}

@media screen and (min-width: 767px) {
	
	.home #main .text-center {
		font-size: 1em;
	}

	
	body.home {
		background-color: #0d1d24;
		background-size: 110%;
		background-position-x: 0;
		background-position-y: 0;
	}
	
	h1.entry-title {
		margin: 50px 0;
		font-size: 5em;
	}
		
	.home h1 {
		margin-top: 70px;
		font-size: 4.5em;
	}
	
	.home h2 {
		font-size: 1.3em;;
	}
	
	.home p {
		font-size: 1.2em;
	}
	
	.page .content .row {
	    display: table;
	}
	
	.page .content .row [class*="col-"] {
	    float: none;
	    display: table-cell;
	    vertical-align: top;
	}

}

@media screen and (min-width: 992px) {
	
	.btn {
		font-size: 1.3em;
	}
	
	.home h1 {
		font-size: 6em;
	}
	
	.home p {
		font-size: 1.4em;
	}
	
}

@media screen and (min-width: 1750px) {
	body.home {
		background-position-y: -170px;
	}
}


@charset "UTF-8";
@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/*
 *
 *  Copyright (c) David Bushell | http://dbushell.com/
 *
 */
/* normalize.css v2.0.1 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

body {
  color: #333;
  position: relative;
  width: 100%;
  min-width: 20em;
}

.highlight {
  background: #fff699;
  padding: 0 0.5em;
}

.block {
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.close-btn {
  display: block;
  width: 2.625em;
  height: 2.6em;
  padding: 0;
  border: 0;
  outline: none;
  
  background-size: 1.875em 1.875em;
  overflow: hidden;
  white-space: nowrap;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.close-btn .fa {
	color: #fff;
	font-size: 35px;
}
.no-svg .close-btn {
  background-image: url("../img/close-btn.png");
}
.close-btn:focus, .close-btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.nav-btn {
  display: block;
  width: 2.625em;
  height: 2.25em;
  padding: 0;
  border: 0;
  outline: none;
  background-size: 1.875em 1.5em;
  overflow: hidden;
  white-space: nowrap;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.nav-btn .fa {
	color: #000;
	font-size: 35px;
}
.no-svg .nav-btn {
  background-image: url("../img/nav-icon.png");
}
.nav-btn:hover, .nav-btn:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#outer-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#inner-wrap {
  position: relative;
  width: 100%;
}

#nav {
  z-index: 200;
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #fff;
  text-transform: lowercase;
}
#nav .close-btn {
  display: none;
}
#nav .block-title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#nav .block {
  z-index: 2;
  position: relative;
  padding: 0.75em 1.25em;
}
#nav ul {
  *zoom: 1;
  display: block;
  padding-left: 0;
}
#nav ul:before, #nav ul:after {
  content: "";
  display: table;
}
#nav ul:after {
  clear: both;
}
#nav li {
  display: block;
}
#nav li a {
  display: block;
  color: #fff;
  font-size: 1.3em;
  line-height: 1em;
  font-weight: bold;
  outline: none;
  -moz-transition: color .5s;
  -webkit-transition: color .5s;
  -o-transition: color .5s;
  transition: color .5s;
}
#nav li a:focus, #nav li a:hover {
  text-decoration: none;
}
#nav li.is-active a {
  color: #fff;
}
#nav .callback a {
	border: 1px solid rgba(255, 255, 255, .5);
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#nav .callback a:hover {
	border: 1px solid rgba(255, 255, 255, 1);
	color: #000;
}

.home #nav .callback a {
	border: 1px solid #ccc;
}
.home.over {
	border: 1px solid #000;
	color: #000;
}

.home #top {
	background: #fff;
}
#top {
  z-index: 100;
  position: relative;
  background: #7fbdd4;
  padding: 12px 0;
}
#top .block-title {
  margin: 0;
  font-size: 1.875em;
  line-height: 1.2em;
  text-align: center;
  white-space: nowrap;
}
#top .nav-btn {
  position: absolute;
  top: 2.5em;
  left: 1.875em;
}

#main {
	background: #fff;
}

.home #main {
	background: none;
}

#main .block {
  padding: 2.625em 1.875em;
}

footer[role="contentinfo"] {
  padding: 0;
  background: url('images/footer_bg.png') repeat-x 0 0;
}

.sc {
	clear: both;
	margin-top: -30px;
}

.sc a {
	color: #a8bfcf;
	clear: both;
}

footer .buttons {
	padding-top: 40px;
}

.home footer {
	display: none;
}

.copyright {
	color: #fff;
	font-size: 0.8em;
	padding: 15px 0;
}

@media screen and (min-width: 768px) {
  
  footer[role="contentinfo"] {
	  padding: 0;
	  background: url('images/footer_bg.png') repeat-x 0 0;
	  min-height: 388px;
	}
  
  #nav li a:focus, #nav li a:hover {
    color: #3E7E96;
  }
  #nav li a {
    color: #000;
    font-size: 1.1em;
  }
  header .text-center {
    text-align: left;
  }
  #nav {
	  margin-top: -77px;
  }
  #top .nav-btn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  #nav .close-btn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #nav .block-title {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #nav ul {
    text-align: center;
    white-space: nowrap;
  }
  #nav li {
    display: inline-block;
  }
  #nav li.current_page_item a {
	  color: #fff;
  }
  #nav li:last-child {
    border-right: none;
  }
  #nav li a {
    padding: 0.42857em 0.85714em;
  }
}

@media screen and (min-width: 992px) {
	#nav li a {
	    font-size: 1.3em;
	  }
}

@media screen and (max-width: 767px) {
  .gform_wrapper .top_label input.medium {
	  width: 100% !important;
  }
  #nav .pull-right {
	  float: none !important;
  }
  #nav {
    position: absolute;
    top: 0;
    padding-top: 5.25em;
  }
  #nav:not(:target) {
    z-index: 1;
    height: 0;
  }
  #nav:target .close-btn {
    display: block;
  }
  #nav .close-btn {
    position: absolute;
    top: -3.75em;
    left: 1.875em;
  }
  #nav .block {
    position: relative;
    padding: 0;
  }
  #nav li {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  #nav li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #nav li.is-active:after {
    z-index: 50;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -0.03125em;
    margin-top: -0.625em;
    border-top: 0.625em transparent solid;
    border-bottom: 0.625em transparent solid;
    border-right: 0.625em white solid;
  }
  #nav li a {
    padding: 0.85714em 2.14286em;
  }

  .js-ready #nav {
    height: 100%;
    width: 70%;
    background: #333333;
    -webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
  }
  .js-ready #nav .block {
    background: transparent;
  }
  .js-ready #nav .close-btn {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
  .js-ready #nav .close-btn:focus, .js-ready #nav .close-btn:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  .js-ready #nav {
    left: -70%;
  }
  .js-ready #inner-wrap {
    left: 0;
  }

  .js-nav #inner-wrap {
    left: 70%;
  }

  .csstransforms3d.csstransitions.js-ready #nav {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .csstransforms3d.csstransitions.js-ready #inner-wrap {
    left: 0 !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .csstransforms3d.csstransitions.js-nav #inner-wrap {
    -webkit-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
  }

  .csstransforms3d.csstransitions.js-ready #nav .block {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
    -webkit-transition-delay: ease, 0s;
    -moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
    -o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
    transition: opacity 300ms 100ms ease, transform 500ms ease;
    -webkit-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -moz-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -ms-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -o-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }

  .csstransforms3d.csstransitions.js-nav #nav .block {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.tight .row {
	margin-left: -8px;
	margin-right: -8px
}

.tight .col-sm-2,
.tight .col-xs-2,
.tight .col-xs-3,
.tight .col-sm-4,
.tight .col-xs-4,
.tight .col-sm-5,
.tight .col-xs-5,
.tight .col-sm-6,
.tight .col-md-6,
.tight .col-xs-7,
.tight .col-sm-8,
.tight .col-xs-8,
.tight .col-xs-9,
.tight .col-sm-12 {
	padding-left: 8px;
	padding-right: 8px;
}