/*
Theme Name: Select AV
Theme URI: 
Description: Wordpress Custom theme
Version: 1.0
Author: Thirteen Digital
Author URI: http://thirteendigital.com.au/
*/

.hide {
  text-indent: -999px;
  overflow: hidden;
  font-size: 0;
}

a {
  text-decoration: none;
  outline: 0 !important;
}

a img, img {
  border: none;
  outline: 0;
}

a, 
.button,
input[type="submit"],
input[type="text"] {
  cursor: pointer;
}

strong {
  font-weight: 600;
}

img.aligncenter, 
.wp-caption.aligncenter {
	margin-bottom: 17px;
}

.outer-down { display: none; }

/*
 ---------------------------------------------------------------------*/

body, input, textarea {
	font-family: "proxima-nova", Helvetica, sans-serif !important;
	font-style: normal;
	font-size: 16px;
	font-weight: 400;
	color: #444444;
	position: relative;
}

body {
	margin: 0;
	padding: 0;
}

.outer-header {
	overflow: visible;
	background: url(images/outer-header.png) 0 0 repeat;
	position: fixed;
	width: 100%;
	z-index: 999;
}

.solid {
	background: #232323;
	opacity: 0.99;
}

.outer-content {
	overflow: hidden;
}


.wrap {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	clear: both;
}

.outer-header .wrap {
	overflow: visible;
}

/*
 ---------------------------------------------------------------------*/

#logo {
	display: inline-block;
	float: left;
	overflow: hidden;
	width: 278px;
	height: 107px;
	background: url(images/logo.png) 0 0 no-repeat;
	margin: 30px 0;
}

.home #logo { 
	float: none;
}

.call {
	line-height: 21px;
	margin: 0 0 9px 0;
	font-size: 21px;
	font-weight: 400;
	color: #ed1c24;
	text-transform: uppercase;
	position: absolute;
	top: 40px;
	right: 18px;
}

.call a { color: #ed1c24; }

/*
 ---------------------------------------------------------------------*/

.mobile {
	display: none;
}

#nav {
	position: relative;
	zoom: 1;
	list-style: none;
	padding: 0;
	margin: 100px 0 0 0;
	float: right;
	display: inline-block;
	z-index: 999;
}

#nav li {
	list-style: none;
	float: left;
	display: inline-block;
	position: relative;
	padding: 0;
	margin: 0;
	zoom: 1;
}

#nav li a {
	color: #fff;
	text-transform: uppercase;
	display: inline;
	width: auto;
	position: relative;
	padding: 5px 18px;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
}

#nav li#first a { background: none; }

#nav li a:hover {
	color: #ed1c24;
}
#nav li.current_page_ancestor a,
#nav li.current_page_item a {
	border: 1px solid #fff;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

/*####flyout#####*/

ul#nav a:hover,
ul#nav li:hover a,
ul#nav li:hover span,
ul#nav li.iehover a {
	z-index: 99;
}

ul#nav li:hover ul, 
ul#nav li.iehover ul {
	display: block;
	color: #fff;
	z-index: 19999;
}

ul#nav ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 10px 0 0 0;
	position: absolute;
	top: 20px;
	left: 0;
	width: 190px;
	z-index: 19999;
}

ul#nav ul li {
	float: none;
	display: block;	
	margin: 0;
	padding: 0px;
	z-index: 19999;
}

ul#nav li.page-item-5.current_page_item {
	display: none;
}

ul#nav ul li a, 
ul#nav li.on ul li a, 
ul#nav li:hover ul li a, 
ul#nav li.iehover ul li a {
	background:none;
	float: none;
	border: none;
	display: block;
	width: auto;
	height: 1%;
	background: #fff;
	font-size: 11px;
	line-height: normal;
	padding: 6px 10px;
	float: none;
	color:#232323;
	z-index: 19999;
	border-bottom: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
}

ul#nav ul li.page-item-81 a {
	padding: 18px 10px 6px 10px !important;
}

ul#nav ul li a:hover, 
ul#nav li.on ul li a:hover,
ul#nav li:hover ul li a:hover, 
ul#nav li.iehover ul li a:hover {
	background: #fff;
	color:#ed1c24;
	z-index: 19999;
}

ul#nav ul li a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
}

ul#nav ul li:first-child a {
	-webkit-border-radius: 6px 6px 0 0 !important;
	-moz-border-radius: 6px 6px 0 0 !important;
	border-radius: 6px 6px 0 0 !important;
}

ul#nav ul li:last-child a {
	-webkit-border-radius: 0 0 6px 6px !important;
	-moz-border-radius: 0 0 6px 6px !important;
	border-radius: 0 0 6px 6px !important;
}

ul#nav ul li:first-child a:after {
    content: '';
    position: absolute;
    left: 15px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #fff;
}

ul#nav ul li:first-child a:hover:after {
    border-bottom-color: #fff; 
}

ul#nav li:last-child ul {
	left: auto;
	right: 0 !important;
}

ul#nav li.page-item-16 ul li:first-child a:after {
	left: 170px;
	/*right: 15px !important;*/
}

/* layouts
 ---------------------------------------------------------------------*/

.fullwidth {
	width: 100%;
	clear: both;
}

.two-cols {
	overflow: hidden;
}

.two-cols .layout-1,
.two-cols .layout-2,
.two-cols .layout-left,
.two-cols .layout-right {
	width: 49%;
	display: inline-block;
	float: left;
}
.two-cols .layout-right {
	float: right;
}

.three-cols {
	overflow: hidden;
	margin: 10px;
}

.three-cols .layout-1,
.three-cols .layout-2,
.three-cols .layout-3,
.three-cols .layout-left,
.three-cols .layout-center,
.three-cols .layout-right {
	width: 31%;
	display: inline-block;
	float: left;
	margin: 15px 0;
	text-align: center;
}
.three-cols .layout-2,
.three-cols .layout-center {
	margin: 15px 25px;
}

a.button {
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	padding: 18px 36px;
	background: #232323 !important;
	color: #fff !important;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 10px 0;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none !important;
}

a.button:hover {
	background: #fff !important;
	color: #232323 !important;
}

a.red {
	background: #ed1c24 !important;
	color: #fff !important;
}
a.red:hover {
	background: #232323 !important;
	color: #fff !important;
}

/* Home
 ---------------------------------------------------------------------*/

.outer-cycle {
	background: #000;
}

.mobile-banner {
	display: none;
}

.slide {
	height: 570px;
	text-align: center;
	width: 100%;
}

.home .slide {
	height: 791px;
}

.slide img {
	display: none;
}

.cycle-prev, 
.cycle-next {
	position: absolute;
	top: 0;
	width: 30%;
	z-index: 800;
	height: 100%;
	cursor: pointer;
	opacity: 0.7;
}

.cycle-prev {
	left: 0;
	background: url(images/left.png) 50% 50% no-repeat;
}
.cycle-next {
	right: 0;
	background: url(images/right.png) 50% 50% no-repeat;
}

.cycle-prev:hover, 
.cycle-next:hover {
	opacity: 1;
}

/* 3-4 cols
 ---------------------------------------------------------------------*/

.four-columns,
.three-columns {
	overflow: hidden;
	background: #444444;
	padding: 52px 0;
	color: #fff;
}

.four-columns .column {
	float: left;
	text-align: center;
	width: 20%;
	display: inline-block;
}
.four-columns .col1,
.four-columns .col2 {
	margin: 0 5%;
}

.three-columns .column {
	float: left;
	text-align: center;
	width: 30%;
	display: inline-block;
}
.three-columns .col1 {
	margin: 0 5%;
}

.column-info {
	color: #fff;
}

.red-breakout h2,
.three-columns .column-info h2 {
	font-size: 21px;
	line-height: 26px;
	font-weight: 200;
	margin: 20px 0;
	color: #fff;
}

.four-columns .column-info h2 {
	font-size: 40px;
	line-height: 40px;
	font-weight: 400;
	margin: 0 0 5px 0;
	color: #fff;
}
.four-columns .column-info p {
	font-size: 20px;
	text-transform: uppercase;
}

.red-breakout p,
.column-info p {
	font-size: 15px;
	line-height: 23px;
	font-weight: 400;
	color: #939598;
}


/* red breakout
 ---------------------------------------------------------------------*/

.red-breakout {
	overflow: hidden;
	background: #dd2129 url(images/red-breakout2.jpg) bottom center no-repeat;
	padding: 80px 0;
	color: #fff;t
}

.red-breakout .two-cols .layout-left p {
	font-size: 21px;
	line-height: 31px;
	color: #fff;
}

.red-breakout .two-cols .layout-left {
	width: 60%;
}

.red-breakout .two-cols .layout-right {
	text-align: center;
	padding: 30px 0 0 0;
	width: 38%;
}

.home .red-breakout {
	background: #dd2129 url(images/red-breakout.png) bottom center no-repeat;
	text-align: center;
}

/* Services
 ---------------------------------------------------------------------*/

.page-template-page-services-php .three-cols .layout-1,
.page-template-page-services-php .three-cols .layout-2,
.page-template-page-services-php .three-cols .layout-3 {
	position: relative;
	height: 97%;
	padding: 0 0 80px 0;
}

.three-cols .layout-1 p,
.three-cols .layout-2 p,
.three-cols .layout-3 p {
	width: 76%;
	margin: 0 auto;
}

.three-cols .layout-1 h2,
.three-cols .layout-2 h2,
.three-cols .layout-3 h2 {
	font-size: 25px;
	line-height: 30px;
	color: #ed1c24;
	margin: 20px 0 0 0;
}

.three-cols a.red {
	position: absolute;
	bottom: 0;
	left: 25%;
}


/* Testimonails
 ---------------------------------------------------------------------*/

.two-cols .layout-1,
.two-cols .layout-2	{
	position: relative;
}

.two-cols .layout-1 p,
.two-cols .layout-2 p {
	width: 76%;
}

.short, .full {
	font-style: italic;
}

.comapny {
	font-weight: 600;
	color: #ed1c24;
}

.testimonials .button {
	font-size: 13px;
	padding: 12px 28px;
}

.testimonials .button:hover {
	background: #e32b2b !important;
	color: #fff !important;
}

/* Team
 ---------------------------------------------------------------------*/

.page-id-20 strong {
  font-size: 18px;

}

/* Single service
 ---------------------------------------------------------------------*/

.subnav {
	width: 27.5%;
	float: right;
	display: inline;
	margin: 29px 0 0 0;
}

.subnav > ul {
	list-style: none;
	margin: 0 30px 50px 30px;
	padding: 0;
}

.subnav ul li > a {
	color: #210021;
	line-height: 18px;
	border-bottom: 1px #cabfd6 solid;
	padding: 12px 0 6px 0;
	font-size: 15px;
	display: block;
	text-transform: uppercase;
	font-weight: 600;
}
.subnav ul li.current_page_item > a,
.subnav ul ul li.current_page_item > a,
.subnav ul li a:hover,
.subnav ul li.current-cat a {
	color: #ed1c24;
	text-decoration: none;
}

.subnav ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
}

.subnav ul li.current_page_item ul,
.subnav ul li.current_page_ancestor ul {
	display: block;
}

.subnav ul ul li a {
	padding: 12px 0 6px 8px;
	color: #210021;
	font-size: 14px;
}

.page-template-page-services-single-php .three-cols .layout-1,
.page-template-page-services-single-php .three-cols .layout-2,
.page-template-page-services-single-php .three-cols .layout-3,
.page-template-page-services-single-php .three-cols .layout-left,
.page-template-page-services-single-php .three-cols .layout-center,
.page-template-page-services-single-php .three-cols .layout-right  {
	text-align: left;
}

.page-template-page-services-single-php .red-breakout .two-cols .layout-right {
	padding: 20px 0 0 0;
}

.page-template-page-services-single-php #text-panel ul {
	float: left;
	width: 40%;
	margin: 0;
	padding: 0 0 0 18px;
}
#text-panel ul.right {
	float: left;
}


/* contact
 ---------------------------------------------------------------------*/

.page-id-21 .two-cols .layout-left {
	width: 60%;
}
.page-id-21 .two-cols .layout-right {
	width: 30%;
}

/*
 ---------------------------------------------------------------------*/

#text-panel {
	padding: 40px 0;
	min-height: 450px;
	text-align: left;
	color: #000;
	overflow: hidden;
}

.page-template-page-services-single-php #text-panel {
	width: 67.5%;
	float: left;
	display: inline;
}

h1 {
	line-height: 31px;
	margin: 0 0 9px 0;
	font-size: 28px;
	font-weight: 400;
	color: #ed1c24;
	text-transform: uppercase;
}

h2 {
	line-height: 28px;
	margin: 0 0 3px 0;
	font-size: 28px;
	font-weight: 400;
	color: #ed1c24;
	text-transform: uppercase;
}

h3 {
	line-height: 26px;
	margin: 0 0 9px 0;
	font-weight: 400;
	font-size: 21px;
	text-transform: uppercase;
}

h4, h5, h6, p {
	line-height: 23px;
	font-size: 16px;
	margin: 0 0 9px 0;
}

hr { 
	border: none;
	background: #b9b9b9;
	margin: 15px 0;
	height: 1px;
	clear: both; 
	text-align: left;
}

#text-panel ul { list-style: disc; }
#text-panel ol { list-style: decimal; }

#text-panel a {
	color: #ed1c24;
	text-decoration: underline;
}

#text-panel a:hover {
	color: #555;
}

/* Footer
 ---------------------------------------------------------------------*/

#text-panel .gform_wrapper .top_label input.large, 
#text-panel .gform_wrapper .top_label select.large, 
#text-panel .gform_wrapper .top_label textarea.textarea {
	width: 97.2%;
}

#text-panel .gform_wrapper .ginput_complex .ginput_left,
#text-panel .gform_wrapper .ginput_complex .ginput_right {
	width: 49%;
}
#text-panel .gform_wrapper .ginput_complex .ginput_right {
	margin: 0 4px 0 0;
}

#text-panel .gform_wrapper form {
  overflow: hidden;
  width: 100%;
}
#text-panel .gform_wrapper li {
  background: none;
}
#text-panel .gform_wrapper .top_label > .gfield_label {
  font-weight: 700;
}

.gf_step_active {
	color: #0058a9;
}

#text-panel .ui-datepicker-trigger {
	border: none;
}

#text-panel .gform_wrapper input[type="text"], 
#text-panel .gform_wrapper input[type="url"], 
#text-panel .gform_wrapper input[type="email"], 
#text-panel .gform_wrapper input[type="tel"], 
#text-panel .gform_wrapper input[type="number"], 
#text-panel .gform_wrapper input[type="password"], 
#text-panel .gform_wrapper textarea {
  -moz-box-sizing: border-box;
  -moz-border-radius: 2px;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 white, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 white, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 white, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #aaa;
  border-bottom-color: #ccc;
  border-radius: 2px;
  margin: 0;
  outline: none;
  padding: 6px 8px !important;
  vertical-align: middle;
  font-weight: 300;
  font-size: 14px !important;
  -webkit-appearance: none;
}
#text-panel .gform_wrapper input[type="text"]:focus, #text-panel .gform_wrapper input[type="url"]:focus, #text-panel .gform_wrapper input[type="email"]:focus, #text-panel .gform_wrapper input[type="tel"]:focus, #text-panel .gform_wrapper input[type="number"]:focus, #text-panel .gform_wrapper input[type="password"]:focus, #text-panel .gform_wrapper textarea:focus {
  border: 1px solid #6cf;
}
#text-panel .gform_wrapper .gform_footer {
  padding: 0 0 10px 0;
  margin: 0;
}
#text-panel .gform_wrapper div.validation_error {
  color: #d65455;
  font-size: 1em;
  font-weight: normal;
}
#text-panel .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  margin-top: 0;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}
#text-panel .gform_wrapper li.gfield.gfield_error, #text-panel .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  margin-bottom: 0 !important;
  padding: 0 !important;
  border-top: none;
  border-bottom: none;
}
#text-panel .gform_wrapper .gfield_error .gfield_label {
  color: #d65455;
}
#text-panel .gform_wrapper li.gfield_error input[type=text], #text-panel .gform_wrapper li.gfield_error input[type=url], #text-panel .gform_wrapper li.gfield_error input[type=email], #text-panel .gform_wrapper li.gfield_error input[type=tel], #text-panel .gform_wrapper li.gfield_error input[type=number], #text-panel .gform_wrapper li.gfield_error input[type=password], #text-panel .gform_wrapper li.gfield_error textarea {
  border: 1px solid #d65455;
}
#text-panel .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0;
  margin: 5px 0 0 0;
  font-weight: bold;
}
#text-panel .gform_wrapper .ginput_container + .gfield_description.validation_message {
  margin-top: 0;
}
#text-panel .gform_wrapper .top_label .gfield_description.validation_message, #text-panel .gform_wrapper .gfield_description.validation_message {
  padding: 0 !important;
}
#text-panel .gform_wrapper div.validation_error {
  margin-bottom: 0;
}
#text-panel .gform_button {
  -webkit-appearance: none;
}
#text-panel .gform_wrapper li, #text-panel .gform_wrapper form li {
  padding: 0;
}
#text-panel .gform_wrapper .top_label .gfield_error {
  width: 100%;
}
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] { margin: 4px; }

.gform_wrapper .button {
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	padding: 18px 66px;
	background: #ed1c24 !important;
	color: #fff !important;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 10px 0;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none !important;
	border: none;
}

.gform_wrapper .button:hover {
	background: #232323 !important;
	color: #fff !important;
}


/* Footer
 ---------------------------------------------------------------------*/

.outer-footer {
	overflow: hidden;
	background: #232323;
	color: #fff;
	padding: 60px 0;
}

.outer-footer p,
.outer-footer a {
	color: #939598;
	font-size: 15px;
}
.outer-footer a:hover {
	color: #fff;
}

.footer h3 {
	font-size: 23px;
}

.footer-nav {
	float: left;
	display: inline-block;
	width: auto;
	margin: 0 42px 42px 0;
	padding: 0 42px 0 0;
	border-right: #939598 1px solid;
}

.footer-nav ul {
	margin: 0;
	padding: 0;
}

.contact {
	float: left;
	display: inline-block;
	width: auto;
}

.phone,
.email {
	padding: 0 0 0 34px;
}

.phone {
	background: url(images/phone.png) 0 0 no-repeat;
}
.email {
	background: url(images/email.png) 0 0 no-repeat;
}

.sign-up {
	float: left;
	display: inline-block;
	width: 250px;
	margin: 0 0 42px 42px;
	padding: 0 0 0 42px;
	border-left: #939598 1px solid;
}

#gform_wrapper_2 {
	max-width: 250px;
	margin: 0 auto;
}

#gform_wrapper_2 .validation_error,
#gform_wrapper_2 .validation_message {
	display: none;
}

#gform_wrapper_2 li.gfield.gfield_error.gfield_contains_required {
  margin-top: 0;
  margin-bottom: 0 !important;
}

#gform_wrapper_2 li.gfield.gfield_error, 
#gform_wrapper_2 li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  margin-bottom: 0 !important;
  padding: 0;
  border-top: none;
  border-bottom: none;
}

#gform_wrapper_2 li.gfield_error input[type=email], 
#gform_wrapper_2 li.gfield_error input[type=number], 
#gform_wrapper_2 li.gfield_error input[type=password], 
#gform_wrapper_2 li.gfield_error input[type=tel], 
#gform_wrapper_2 li.gfield_error input[type=text], 
#gform_wrapper_2 li.gfield_error input[type=url], 
#gform_wrapper_2 li.gfield_error textarea {
  border: 1px solid red;
}

#gform_wrapper_2 .gform_footer {
  padding: 0;
  margin: 4px 0;
  clear: both;
}

#gform_wrapper_2 .button {
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	padding: 8px 0;
	background: #ed1c24 !important;
	color: #fff !important;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 0;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none !important;
	border: none;
	width: 99%;
	text-align: center; 
}

#gform_wrapper_2 .button:hover {
	background: #fff !important;
	color: #232323 !important;
}

.footer-logo {
	float: right;
	max-width: 245px;
	max-height: 140px;
	height: auto;
	width: 100%;
}

.copyright {
	border-top: #939598 1px solid;
	margin: 10px 0;
	padding: 10px 0;
	clear: both;
	font-size: 12px;
}

.copyright p {
	width: 50%;
	float: left;
	display: inline-block;
}

.social {
	float: right;
	display: inline-block;
	width: 140px;
}

.social a {
	display: inline-block;
	float: left;
	margin: 0 0 0 6px;
	width: 22px;
	height: 22px;
	opacity: 0.4;
}

.social a:hover {
	opacity: 1;
}

.facebook {
	background: url(images/facebook.png) 0 0 no-repeat;
}

.linkedin {
	background: url(images/linkedin.png) 0 0 no-repeat;
}

.google {
	background: url(images/google.png) 0 0 no-repeat;
}

.twitter {
	background: url(images/twitter.png) 0 0 no-repeat;
}

.instagram {
	background: url(images/instagram.png) 0 0 no-repeat;
}

