/*
Theme Name: nine sixty new website - 2016
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nine-sixty-base-theme
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

nine sixty base theme is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@media screen {

div.wpcf7-mail-sent-ok {
    background: #6dc929 none repeat scroll 0 0;
     outline: 8px solid #fff;
    clear: both;
    color: #fff;
    line-height: 19px;
    margin-right: 0;
    margin-top: 10px;
    padding: 15px 15px;
font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}
.metaslider img {
max-width: 100% !important;
}

.metaslider {
margin-top: 50px;
}

div.wpcf7-validation-errors {
    border: 2px solid red;
    clear: both;
     outline: 8px solid #fff;
}

 .ms-image img {
    margin: 0 auto !important;
    max-height: 400px !important;
    width: auto !important;
}

button#responsive-menu-button {
    width: auto !important;
height: auto !important;
}

.sponsor {
   pointer-events: none;
   cursor: default;
}
	
.cat-links, .nav-links {
		display: none;
	}
	
html {
	font-family: averta_stdregular, Arial, Helvetica, Verdana, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-weight: normal;
}

*, *::before, *::after {
color: inherit;	
}

a, a:visited, a:hover {
color: inherit;
font: inherit;
}

body {
	margin: 0;
	padding-bottom: 30px;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: normal;
font-family: averta_stdsemibold,Arial,Helvetica,Verdana,sans-serif;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

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: 0px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

a {
text-decoration: none;
color: inherit;	
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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


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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 18px;
	line-height: 1.5;
	font-family: averta_stdregular, Arial, Helvetica, Verdana, sans-serif;
}
	
	.entry-title {
		font-size: 32px;
line-height: 32px;
font-family: averta_stdsemibold, Arial, Helvetica, Verdana, sans-serif;
margin-bottom: 5px;
text-transform: uppercase;
color: #111;
	}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
}

h1, h1 a {
font-size: 42px;
line-height: 42px;
font-family: averta_stdsemibold, Arial, Helvetica, Verdana, sans-serif;
margin-bottom: 5px;
text-align: center;
color: #111;
}

h2, h2 a {
font-size: 30px;
line-height: 30px;
font-family: averta_stdsemibold, Arial, Helvetica, Verdana, sans-serif;
text-transform: uppercase;
color: #FFF;
}


h3, h3 a {
font-size: 23px;
line-height: 28px;
font-family: averta_stdregular, Arial, Helvetica, Verdana, sans-serif;
}

h4, h4 a {
font-size: 21px;
line-height: 28px;
font-family: averta_stdregular, Arial, Helvetica, Verdana, sans-serif;
}



p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: averta_stdregular, Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #AAA; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/


button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}


#comment-input input, .wpcf7-captchar, .wpcf7-textarea, textarea, .wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-quiz, .wpcf7-form .wpcf7-number, .dd-select, .dd-selected-text {
    background: #eee none repeat scroll 0 0 !important;
    border: 1px solid #eee !important;
    color: #777777 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    outline: medium none !important;
    width: 100%;
padding: 10px;
}


.form-half {width: 48%; margin-right: 2%; float: left; }


.wpcf7-form textarea {
height: 177px;
}

.wpcf7-form-control .wpcf7-submit {
background: #B79646 !important;
border: 1px solid #666 !important;
color: #FFF;
text-transform: uppercase;
float: right;
padding: 20px !important;
}

.wpcf7-submit button, .wpcf7-submit input[type="button"], .wpcf7-submit input[type="reset"], .wpcf7-submit input[type="submit"] {
background: #666 none repeat scroll 0 0 !important;
border: 1px solid #666 !important;
color: #FFF;
text-transform: uppercase;
float: right;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #B79646;
	background: #B79646;
	color: #FFF;
	font-size: 20px !important;
	font-size: 0.75rem;
float: right;
	line-height: 1;
	padding: 10px 20px !important;
text-transform: uppercase;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


ul.nav-menu a {
color: #FFF;
text-decoration: none;
font-weight: 400;
padding: 4px 6px;
position: relative;
margin: 0px 4px;
letter-spacing: 0.75px;
font-family: averta_stdsemibold, Arial, Helvetica, Verdana, sans-serif;
}


ul.nav-menu li:hover a {
color: #FEFEFE;
}

ul.nav-menu a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #B79646;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

ul.nav-menu a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
	color: inherit;
}

a:visited {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	color: inherit;
}
a:hover,
a:focus,
a:active {
	color: inherit;
}

a:focus {
	outline: none;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	font-family: averta_stdbold, Arial, Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 17px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	float: right;
}

.main-navigation li {
	float: left;
	position: relative;
	padding: 10px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.smart-loader-one {
    border-width: 3px !important;
}

.content-box-one, .content-box-two, .content-box-three {
	width: 100%;
	padding: 45px 30px 45px 30px;
}

.content-box-one {
	background:#222;
	color: #FFF;
}

.content-box-two {
	background:#FFF;
	
}

.content-box-three {
	background:#222;
	color: #FFF;
}

.content-box-four {
	width: 100%;
	padding: 35px 30px 20px;
	background: #B79646;
	color: #FFF;
}

.content-box-two h1, h1 a {
	color: #000;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.content-box-three h1 {
	color: #FFF;
	margin-bottom: 35px;
	text-transform: uppercase;
}
.content-box-three h2 {
	margin-bottom: 10px;
}

.content-box-three h3, h3 a {
	text-transform: uppercase;
	font-family: averta_stdbold, Arial, Helvetica, Verdana, sans-serif;
}


.content-box-four h2, .content-box-four h2 a, .content-box-four p {
	color: #FFF !important;
	text-align: center;
}

.tslider blockquote footer, .tslider blockquote footer a {
	color: #FFF !important;
	text-align: center !important;
}

.tslider blockquote footer::before {
    content: none !important;
}

.blog-excerpt {
    float: left;
    min-height: 370px;
}

.readmore {
	margin-top: 10px;
	margin-bottom: 30px;
	font-family: averta_stdsemibold, Arial, Helvetica, Verdana, sans-serif;
}

.readmore a {
    background-image: url("images/arrow.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 15px;
	background-size: 9px 14px;
	color: #B79646;
}

.caption-wrap {
	display: none !important;
}

.clear-bottom {
	  margin-bottom: 0px;
 }

.service-box {
width: 24%;
margin-right: 1%;
float: left;
}
 
 .graphic-design, .logo-design, .web-design, .digital-marketing {
    background-repeat: no-repeat;
	background-size: cover !important;
	background-position: center center !important;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
}

 .graphic-design h3, .logo-design h3, .web-design h3, .digital-marketing h3 {
	padding-top: 43%;
	text-transform:uppercase;
	height: 20%;
	padding-bottom: 47%;
}

 .graphic-design:hover, .logo-design:hover, .web-design:hover, .digital-marketing:hover {
	 opacity: 0.9;
}


 .graphic-design {
    background-image: url("images/graphic-design-services-square.jpg");
}

 .logo-design {
 background-image: url("images/branding-square.jpg"); 
}

 .web-design {
    background-image: url("images/web-development-square.jpg");
}

 .digital-marketing {
    background-image: url("images/design-services-square.jpg");
}

.single-wrapper {
position: relative;
margin-bottom: 26px;
width: 351px;
height: 450px;
background-color: #FFF;
text-align: center;
}

.single-wrapper .img-two {
display: none;
}

.single-wrapper:hover .img-one {
display: none;
}

.single-wrapper:hover .img-two {
display: inline;
}





.directory-overview a {
color: transparent;
opacity: 0;
width: 351px;
height: 350px;
}



.directory-overview h3 {
padding-top: 140px;
font-size: 20px;
}

.directory-overview h4 {
font-size: 14px;
}


.directory-overview h3 {
    margin-top: 15px;
    -webkit-transition: margin 0.3s ease-out;
    -moz-transition: margin 0.3s ease-out;
    -o-transition: margin 0.3s ease-out;
}

.directory-overview h3:hover {
    margin-top: 0px;
}


/*--------------------------------------------------------------
# Single Portfolio
--------------------------------------------------------------*/


.portfolio-text {
padding: 80px 0px 70px 0px;
}

.portfolio-text h3, .portfolio-text p {
max-width: 800px;
margin: 0 auto;
text-align: center;
padding-right: 10px;
padding-left: 10px;
}

.portfolio-text h3 {
font-family: averta_stdsemibold,Arial,Helvetica,Verdana,sans-serif;
color: #222;
font-size: 26px;
padding-bottom: 12px;
}

.portfolio-text p {
color: #666666;
font-size: 16px;
line-height: 25px;
padding-bottom: 12px;
}


.portfolio-half {
width: 50%;
float: left;
}

.portfolio-half-cover {
width: 50%;
float: left;
}
	
}

.portfolio-full-cover {
width: 100%;
float: left;
}

.portfolio-full {
width: 100%;
float: left;
}

.portfolio-half img, .portfolio-full img  {
max-width: 90%;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.bx-wrapper .bx-next {
    background: rgba(0, 0, 0, 0) url("images/controls.png") no-repeat scroll -43px -32px !important;
    right: 10px;
}

.bx-wrapper .bx-prev {
    background: rgba(0, 0, 0, 0) url("images/controls.png") no-repeat scroll 0 -32px !important;
    left: 10px;
}

.tslider blockquote p { 
    padding-left: 80px;
    padding-right: 80px;
	font-size: 18px !important;
}


.logo {
width: 200px;
height: 61px;	
}

.hero {
padding: 12% 0 20% 0;
max-width: 900px;
margin: 0 auto;
}

.hero h1, .hero h2 {
	color: #FFF;
	text-align: center;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.hero h1 {
	text-transform: uppercase;
font-size: 38px; 
margin-bottom: 20px;
	text-align: center;

}

.hero h4 {
	color: #FFF;
	text-align: center;
font-size: 26px;
line-height: 30px;
}

.hero-home h1 {
	text-transform: uppercase;
	font-size: 38px;
margin-bottom: 20px;
}

.hero-home h4 {
	color: #FFF;
font-size: 25px;
line-height: 32px;
}

#masthead {
padding: 15px 0;	
}

.cta h3, h3 a {
font-size: 34px;
line-height: 48px;
font-family: averta_stdsemibold, Arial, Helvetica, Verdana, sans-serif;
text-align: center;
}

.cta h4, h4 a {
text-align: center;
}

.cta  {
padding: 50px 0px 100px 0px;
border-bottom: 2px solid #FFF;
margin-bottom: 25px;
}

.btns {
margin: 30px auto;
width: 380px;
}

.btn {
    background: none;
    border: 2px solid #FFF;
    border-radius: 0;
    box-shadow: none;
    color: #FFF;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: normal;
    padding: 9px 20px 10px 20px;
    position: relative;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
    z-index: 0;
	width: 200px;
	display: block;
	text-align: center;
	 margin-top: 20px !important;
	 font-family: averta_stdsemibold, Arial, Helvetica, Verdana, sans-serif;
}

.btn:link, .btn:visited {
background-color: none;
-webkit-transition: background-color .5s linear, background-color .5s ease-in-out;
-moz-transition: background-color .5s linear, background-color .5s ease-in-out;
-o-transition: background-color .5s linear, background-color .5s ease-in-out;
transition: background-color .5s linear, background-color .5s ease-in-out;
-webkit-transition: border-color .5s linear, border-color .5s ease-in-out;
-moz-transition: border-color .5s linear, border-color .5s ease-in-out;
-o-transition: border-color .5s linear, border-color .5s ease-in-out;
transition: border-color .5s linear, border-color .5s ease-in-out;
color: #FFF;
text-decoration: none;
}

.btn:hover {
background-color: #B79646;
padding: 11px 22px 12px 22px;
border: none;
-webkit-transition: background-color .25s ease-in-out;
-moz-transition: background-color .25s ease-in-out;
-o-transition: background-color .25s ease-in-out;
transition: background-color .25s ease-in-out;
color: #FFF;
text-decoration: none;
}

.sponsor {
    display: block;
    float: left;
    line-height: 16px;
    margin: 10px 35px;
    max-width: 190px;
    min-height: 170px;
    min-width: 200px;
    
}

.sponsor a {
text-align: center;
}

.testimonial-box p, .testimonial-box h3 {
	color: #FFF important;
}

.box-image {
	display: none;
}

.box-companyname span {
display: none;	
}

.box-designation span {
	display: none;	
}

.cycle-slideshow, .cycle-carousel-wrap, .cycle-slide, .testimonial-box, .box-content {
    color: #FFF important;
}

#footer-menu {
	text-align: center;
	margin: 8px 0px 10px 0px;
}
#footer-menu ul {
	margin: 0;	
	float: right;
}
#footer-menu li {
	list-style: none;
	display: inline;
	color: #fff;
	padding: 0 0 0 20px;
	text-align: center;
}
#footer-menu li:last-child {
	border-right: none;	
}
#footer-menu li a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	text-transform: uppercase;
}

#footer-menu li.current_page_item a {
	color: #CCC;
}
#copyright {
	color: #FFF;
	text-align: left;
}


 /*****************************
	Module boxes - https://css-tricks.com/slide-in-as-you-scroll-down-boxes/
*****************************/

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 0.6s; /* So they look staggered */
}

@keyframes come-in {
  to { transform: translateY(0); }
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

#sidebar {
background: #AAA;
margin-top: 30px;	
}

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}



/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.intern-form .wpcf7-textarea, .intern-form textarea, .intern-form .wpcf7-form .wpcf7-text, .intern-form .wpcf7-form .wpcf7-quiz, .intern-form .wpcf7-form .wpcf7-number, .intern-form .dd-select, .intern-form .dd-selected-text {
background: #FFF !important;
}

.intern-form {
background: #DDD;
max-width: 350px;
margin-left: 40px;
float: right;
margin-top: 0px;
color: #FFF;
}

.intern-form input[type="text"], .intern-form input[type="email"] {
background: #FFF !important;
margin-bottom:-10px;
}

.intern-form textarea {
height: 60px;
margin-bottom: -10px;
}

.intern-form h3 {
font-size: 27px;
line-height: 27px;
text-align: center;
font-family:averta_stdbold,Arial,Helvetica,Verdana,sans-serif;
color: #FFF;
padding: 15px 28px;
}


.intern-form input[type="button"], .intern-form input[type="submit"] {
color: #FFF;
background: #222;
border: 1px solid #222;
font-family:averta_stdbold,Arial,Helvetica,Verdana,sans-serif;
font-size: 16px !important;
width: 100%;
margin-bottom: 0px;
margin-top: 10px;
}


select {
  margin: 2px 0px -10px 0px;
  border: 1px solid #eee;
   color: #999 !important;
    font-size: 14px !important;
  background: transparent;
  width: 100%;
  padding: 5px 15px 5px 5px;
  border: 2px solid #ddd;
  height: 38px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(http://ninesixty.co.nz/wp-content/uploads/2017/09/drop-2.png) 100% / 15% no-repeat #FFF;
}

.story-time textarea {
height: 100px;
margin-bottom: 10px;
}

.wpcf7 input[type="file"] {
    cursor: pointer;
    font-size: 13px;
    margin-top: 7px;
}

.file-box {
    background: #fff none repeat scroll 0 0;
    color: #999;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 8px;
}
	
	img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
 
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
 
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
 
.alignright {
    float: right;
}
 
.alignleft {
    float: left;
}
	
.service-left {
float: left;
max-width: 50%;
}
	
.service-right {
float: right;
max-width: 50%;
}

	.img-right {
		float: right;
		max-width: 45%;
		margin-left: 5%;
	}

	.img-left {
		float: left;
		max-width: 45%; 
		margin-right: 5%;
	}

	
#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border: 1px solid #ABB0B2; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both;  border: 0 none; border-radius:4px; transition: all 0.23s ease-in-out 0s; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: normal; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding: 0 22px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {background-color:#777;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}

#mc_embed_signup .mc-field-group {clear:left; position:relative; width:96%; padding-bottom:3%; min-height:50px;}
#mc_embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;}
* html #mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
#mc_embed_signup .mc-field-group label {display:block; margin-bottom:3px;}
#mc_embed_signup .mc-field-group input {display:block; width:100%; padding:8px 0; text-indent:2%;}
#mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us{padding:5px 0;}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{width:30px;}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label{display:none;}

#mc_embed_signup .indicates-required {text-align:right; font-size:11px; margin-right:4%;}
#mc_embed_signup .asterisk {color:#e85c41; font-size:150%; font-weight:normal; position:relative; top:5px;}     
#mc_embed_signup .clear {clear:both;}

#mc_embed_signup .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none;}
#mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
#mc_embed_signup .mc-field-group.input-group label {display:inline;}
#mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%; margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

#mc-embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 5%;}
#mc_embed_signup #num-subscribers {font-size:1.1em;}
#mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {display:inline-block; margin:2px 0 1em 0; padding:5px 10px; background-color:rgba(255,255,255,0.85); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size:14px; font-weight:normal; z-index:1; color:#e85c41;}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {border:2px solid #e85c41;}

.mailchimp-box {
background-color: #000;
padding: 20px 0px;
}

.mailchimp-box h3 {
color: #FFF;
font-size: 18px;
padding-top: 14px;
margin-top: 0px;

}

#mc_embed_signup {
background: none;
margin: 0 auto;
}
#mc_embed_signup form {
padding: 10px 0 0 !important;
}
#mc_embed_signup input {
max-width: 306px;
height: 40px;
padding: 20px;
border: none !important;
border-radius: 0px !important;
font-size: 15px;
font-weight: normal;;
float: left;	
background: #FFF;
background-color: rgba(0, 0, 0, 0.2);
color: #FFF;
}

#mc_embed_signup .mc-field-group {
    clear: none !important;
    float: left;
    min-height: 50px;
    padding-bottom: 3%;
    position: relative;
    width: 96%;
	margin-right: 10px;
}

#mc_embed_signup .mc-field-group input {
padding: 8px 0 7px;
border-radius: 0px !important;
}

#mc_embed_signup .mc-field-group {
max-width: 204px;
float: left;	
border-radius: 0px !important;
}

#mc_embed_signup .button {
max-width: 140px;
right: 0px;	
position: absolute;  /*This and the one after is used to style the position of the button, may be removed*/
top: 10px;
height: 41px !important;
background-color: #000;
border-radius: 0 !important;
color: #FFF !important;
float: left;	
font-family: averta_stdbold, Arial, Helvetica, Verdana, sans-serif;
opacity: 1;
font-size: 15px !important;
line-height: 15px !important;
}
	
#mce-EMAIL {
    max-width: 190px !important;
    margin-right: 15px;
}
	
.single-wrapper h3 {
    text-transform: uppercase;
    margin-top: 5px;
    font-size: 18px;
}
	
	
.directory-overview {
  position: absolute;
  top: 120px;
  right: 10px;
  left: 10px;
  max-width: 306px;
  text-align: center;
  color: #FFF;
  margin: 0 auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.807);
  text-transform: uppercase;
}
	
.small-sponsor .sponsor {
    display: block;
    float: left;
    line-height: 16px;
    margin: 0px 15px;
    max-width: 150px;
    min-height: 130px;
    min-width: 150px;
}

	.monthly-icon {
		text-align: center !important;
		min-height: 200px;
		margin-top: 20px;
	}
	
.monthly-icon .fa {
    font-size: 50px;
    margin-bottom: 5px;
}
	
	.monthly-icon h1 {
		font-size: 20px;
		line-height:22px;
		margin-bottom: 15px;
	}
	
	.pricing {
	text-align: center !important;
	margin-top: 30px;
	}
	
	.pricing h1 {
		margin-bottom: 5px;
	}
	
.pricing ul {
    margin: 0 0 1.5em 0em;
	max-width: 300px;
    margin: 0 auto;
}
	
	.pricing li {
    list-style: none !important;
    width: auto;
    border-bottom: 2px solid #333;
    padding: 5px;

}

.psgal figure {
    max-width: 270px;
}

.number-list p {
	border-top: 2px solid #000;
	margin: 15px 0px;
padding-top: 15px;
	line-height: 22px;
}

.number {
	font-family: averta_stdsemibold,Arial,Helvetica,Verdana,sans-serif;
}

.number-list h4 {
	font-family: averta_stdsemibold,Arial,Helvetica,Verdana,sans-serif;
}


.paypal-button.paypal-button-color-gold {
    background: #FFF !important;
}

} /* END screen media */


@media only screen and (max-width: 996px) {


.graphic-design, .logo-design, .web-design, .digital-marketing {
 outline: 1px solid #666;
}
	
h1, h1 a {
font-size: 37px;
line-height: 37px;
font-family: averta_stdsemibold, Arial, Helvetica, Verdana, sans-serif;
margin-bottom: 5px;
text-align: center;
color: #111;
}

h2, h2 a {
font-size: 25px;
line-height: 25px;
font-family: averta_stdsemibold, Arial, Helvetica, Verdana, sans-serif;
text-transform: uppercase;
color: #FFF;
}


h3, h3 a {
font-size: 18px;
line-height: 22px;
font-family: averta_stdregular, Arial, Helvetica, Verdana, sans-serif;
}

h4, h4 a {
font-size: 16px;
line-height: 20px;
font-family: averta_stdregular, Arial, Helvetica, Verdana, sans-serif;
}

h5, h5 a {
font-size: 24px;
line-height: 24px;
font-family: averta_stdsemibold, Arial, Helvetica, Verdana, sans-serif;
margin-bottom: 5px;
}


}

@media only screen and (max-width: 768px) {


.graphic-design, .logo-design, .web-design, .digital-marketing {
 outline: 1px solid #DDD;
}

h1, h1 a {
font-size: 32px;
line-height: 32px;
font-family: averta_stdsemibold, Arial, Helvetica, Verdana, sans-serif;
margin-bottom: 5px;
text-align: center;
color: #111;
}

.hero h1 {
    font-size: 32px;
    text-transform: uppercase;
}

h2, h2 a {
font-size: 20px;
line-height: 20px;
font-family: averta_stdsemibold, Arial, Helvetica, Verdana, sans-serif;
text-transform: uppercase;
color: #FFF;
}


h3, h3 a {
font-size: 16px;
line-height: 20px;
font-family: averta_stdregular, Arial, Helvetica, Verdana, sans-serif;
}

p {
font-size: 18px;	
}

.service-box {
width: 49%;
margin-right: 1%;
float: left;
}

}

@media only screen and (max-width: 480px) {
	

	
	.form-textbox, .form-textarea {

    padding: 9px 3px 8px 7px;
    background: #F5F5F5;
    border: 1px solid #F5F5F5;
    min-width: 300px !important;

}
	
.service-left {
max-width: 100%;
text-align: center;
}
	
.service-right {
max-width: 100%;
	text-align: center;
}

	.img-right {
max-width: 100%;
		margin-left: 0%;
	}

	.img-left {
max-width: 100%;
		margin-right: 0%;
	}

.graphic-design, .logo-design, .web-design, .digital-marketing {
 outline: 1px solid #CCC;
}
	
h1, h1 a {
font-size: 27px;
line-height: 27px;
font-family: averta_stdsemibold, Arial, Helvetica, Verdana, sans-serif;
margin-bottom: 5px;
text-align: center;
color: #111;
padding-left: 10px;
padding-right: 10px;
}


h2, h2 a {
font-size: 18px;
line-height: 18px;
font-family: averta_stdsemibold, Arial, Helvetica, Verdana, sans-serif;
text-transform: uppercase;
color: #FFF;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}

.hero h1 {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center !important;
}

.hero h4 {
text-align: center;
font-size: 23px;
line-height: 26px;
}
	
.grid_6.module {
    text-align: center;
}

.cta h3, h3 a {
    font-size: 24px;
    line-height: 28px;
}

h4, h4 a {
padding-left: 10px;
padding-right: 10px;
}
	
.hero h4 {
    text-align: center !important;
    font-size: 21px !important;
    line-height: 26px !important;
}

.sponsor {
    margin: 0 auto;
}

p {
font-size: 15px;
}

.tslider blockquote p { 
    padding-left: 10px;
    padding-right: 10px;
	font-size: 15px !important;
	line-height:18px !important; 
}

.bx-wrapper .bx-prev {
    display: none;
}

.bx-wrapper .bx-next {
    display: none;
}

.service-box {
width: 100%
}

.portfolio-half, .portfolio-half-cover {
width: 100%;
}

.form-half {width: 100%; margin-right: 0%; float: left; }

.sponsor {
    max-width: 50%;
    min-height: auto;
    min-width: auto;
    padding: 0 10px;
}

.metaslider {
    margin-top: 0px;
}

#logo img {
max-width: 160px; 
height: auto;
margin-left: 15px;
}

.hero {
    padding: 0 0 20px 0;
    max-width: 100%;;
}
	
		.content-box-one, .content-box-two, .content-box-three {
    width: 100%;
    padding: 42px 10px 45px 10px;
}
	
.single-wrapper {
    max-width: 98%;
}
	
h1, h1 a {
    font-size: 22px;
    line-height: 24px;
}

.blog-excerpt {
    float: left;
    min-height: 240px;
}
	
#mc_embed_signup {
    display: none;
}
	
#footer-menu ul {
    display: none;
}
	
table {
    max-width: 60%;
    margin-left: 20% !important;
}
	
.single-wrapper {
    height: 400px;
}
	
.aligncenter {
    max-width: 100% !important;
}
	
.portfolio-half-cover, .portfolio-full-cover {
    max-height: 300px;
}
	
h4, h4 a {
    font-size: 16px;
    line-height: 20px;
}
	
.service-left h1 {
    padding: 0px !important;
}
	
.service-left {
    padding-left: 0px;
}
	
.service-right h1 {
    padding: 0px !important;
}
	
.service-right {
    padding-left: 0px;
}

}
