footer-info/*

Theme Name: CS-2

Theme URI: https://www.perthwebhosting.net.au/

Author: Perth Web Hosting

Author URI: https://www.perthwebhosting.net.au/

Description: Description

Version: 1.0

*/





/* =Reset

-------------------------------------------------------------- */



html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

	border: 0;

	font-family: inherit;

	font-size: 100%;

	font-style: inherit;

	font-weight: inherit;

	margin: 0;

	outline: 0;

	padding: 0;

	vertical-align: baseline;

}

html {

	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */

	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}

body {

	background: #fff;

}

article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

nav,

section {

	display: block;

}

ol, ul {

	list-style: none;

}

table { /* tables still need 'cellspacing="0"' in the markup */

border-collapse: separate;

border-spacing: 0;

}

caption, th, td {

	font-weight: normal;

	text-align: left;

}

blockquote:before, blockquote:after,

q:before, q:after {

	content: "";

}

blockquote, q {

	quotes: "" "";

	font-size:1.2em;

}

a:focus {

	outline: thin dotted;

}

a:hover,

a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */

	outline: 0;

}

a img {

	border: 0;

}





/* =Global

----------------------------------------------- */



body,

button,

input,

select,

textarea {

	color: #767676;

	font-family: 'Droid Sans', sans-serif;

	font-size: 12px;

	line-height: 20px;

}



/* Headings */

h1,h2,h3,h4,h5,h6 {

	clear: both;

	color:#4ac3ee;

	line-height:1em;

	margin-bottom:20px;

}



h1{ font-size: 28px; }

h2{ font-size: 24px; }

h3{ font-size: 22px; }

h4{ font-size: 20px; }

h5{ font-size: 18px; }

h6{ font-size: 16px; }



hr {

	background-color: #ccc;

	border: 0;

	height: 1px;

	margin-bottom: 1.2em;

}



/* Text elements */

p {

	margin-bottom: 1.2em;

}

ul, ol {

	margin: 0 0 1.2em 2em;

}

ul {

	list-style: disc;

}

ol {

	list-style: decimal;

}

ul ul, ol ol, ul ol, ol ul {

	margin-bottom: 0;

	margin-left: 1.5em;

}

dt {

	font-weight: bold;

}

dd {

	margin: 0 1.5em 1.2em;

}

b, strong {

	font-weight: bold;

}

dfn, cite, em, i {

	font-style: italic;

}

blockquote {

	margin: 0 1.2em;

}

address {

	margin: 0 0 1.2em;

}

pre {

	background: #eee;

	font-family: "Courier 10 Pitch", Courier, monospace;

	font-size: 15px;

	font-size: 1.5em;

	line-height: 1.2;

	margin-bottom: 1.6em;

	padding: 1em;

	overflow: auto;

	max-width: 100%;

}

code, kbd, tt, var {

	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;

}

abbr, acronym {

	border-bottom: 1px dotted #666;

	cursor: help;

}

mark, ins {

	background: #fff9c0;

	text-decoration: none;

}

sup,

sub {

	font-size: 75%;

	height: 0;

	line-height: 0;

	position: relative;

	vertical-align: baseline;

}

sup {

	bottom: 1ex;

}

sub {

	top: .5ex;

}

small {

	font-size: 75%;

}

big {

	font-size: 125%;

}

figure {

	margin: 0;

}

table {

	margin: 0 0 1.2em;

	width: 100%;

}

th {

	font-weight: bold;

}

button,

input,

select,

textarea {

	font-size: 100%; /* Corrects font size not being inherited in all browsers */

	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

	vertical-align: baseline; /* Improves appearance and consistency in all browsers */

	*vertical-align: middle; /* Improves appearance and consistency in all browsers */

}

button,

input {

	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */

}

button,

html input[type="button"],

input[type="reset"],

input[type="submit"] {

	border: 1px solid #ccc;

	border-color: #ccc #ccc #bbb #ccc;



	background: #e6e6e6;

	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);

	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);

	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);

	color: rgba(0,0,0,.8);

	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */

	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */

	font-size: 12px;

	font-size: 1em;

	line-height: 1;

	padding: 0px 15px;

	text-shadow: 0 1px 0 rgba(255,255,255,.8);

	height:36px;

	line-height:35px; 

}

button:hover,

html input[type="button"]:hover,

input[type="reset"]:hover,

input[type="submit"]:hover {

	border-color: #ccc #bbb #aaa #bbb;

	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);

	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);

	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);

}

button:focus,

html input[type="button"]:focus,

input[type="reset"]:focus,

input[type="submit"]:focus,

button:active,

html input[type="button"]:active,

input[type="reset"]:active,

input[type="submit"]:active {

	border-color: #aaa #bbb #bbb #bbb;

	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);

	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);

	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);

}

input[type="checkbox"],

input[type="radio"] {

	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */

	padding: 0; /* Addresses excess padding in IE8/9 */

}

input[type="search"] {

	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */

	-moz-box-sizing: content-box;

	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

	box-sizing: content-box;

}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

	-webkit-appearance: none;

}

button::-moz-focus-inner,

input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

	border: 0;

	padding: 0;

}



input[type=text],

input[type=email],

input[type=password],

textarea {

	color: #666;

	border: 1px solid #ccc;

	width:250px;

}

input[type=text]:focus,

input[type=email]:focus,

input[type=password]:focus,

textarea:focus {

	color: #111;

}

input[type=text],

input[type=email],

input[type=password] {

	height: 34px;

	line-height: 34px;

	padding: 0 10px;

}

textarea {

	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */

	padding: 3px 10px 10px 10px;

	vertical-align: top; /* Improves readability and alignment in all browsers */

	width: 98%;

	height:120px;

}



/* Links */

a,

a:visited {

	color: #518fa9;

	text-decoration:none;

}

a:hover,

a:focus,

a:active {

	text-decoration:none;

}



/* Alignment */

.alignleft {

	display: inline;

	float: left;

	margin-right: 1.2em;

}

.alignright {

	display: inline;

	float: right;

	margin-left: 1.2em;

}

.aligncenter {

	clear: both;

	display: block;

	margin: 0 auto;

}



/* Text meant only for screen readers */

.assistive-text {

	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */

	clip: rect(1px, 1px, 1px, 1px);

	position: absolute !important;

}







/* =Main Layout

----------------------------------------------- */

#page{ display: block; position: relative; }





.site-header{  height:167px;  display: block; position: relative; }

.site-title{ display: block; position:absolute; font-size:60px; float:left; margin:28px 0; z-index: 100;}

.site-title a{ line-height:80px;  }

.site-description{ font-size:1em;}



.site-featured{ 

	margin: auto;

	height: 350px;

	background: url("images/header-bg.png") repeat-x scroll center top rgba(0, 0, 0, 0);

}

.site-header-image-bg{ height:350px!important; background: url("images/header-bg.png") repeat-x top center; }

.site-breadcrumbs{ margin-top: -30px; }

.site-tagline{ padding:20px 0; background:none repeat scroll 0 0 #ccc; border-bottom:#ccc solid 5px; }





.site-container{ width:940px; padding:0 0px; margin:auto; position:relative;  }

.site-main{ 

	width:940px; 

	padding:0 0px; 

	margin:auto; 

	padding:20px 10px 0px 10px; 

	margin-top: -240px; 

	min-height: 611px; 

	background: #f3f3f3;

	border: 1px solid #dfdfdf;

	position: relative;  

	display: block;

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */

	-moz-box-sizing: border-box;    /* Firefox, other Gecko */

	box-sizing: border-box;         /* Opera/IE 8+ */

}



.home .site-main{ width:100%; padding:20px 0 0; margin:auto; border:none; float:left; background: none;  }

.page-template .site-main{ padding: 0;}

.page-template.page-template-page-templatesservices-php .site-main{ 

	width:940px; 

	padding:0 0px; 

	margin:auto; 

	padding:20px 10px 0px 10px; 

	margin-top: -240px; 

	min-height: 611px; 

	background: #f3f3f3;

	border: 1px solid #dfdfdf;

	position: relative;  

	display: block;

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */

	-moz-box-sizing: border-box;    /* Firefox, other Gecko */

	box-sizing: border-box;         /* Opera/IE 8+ */

}

.site-footer {

	display: block;

	position: relative;

	background: none repeat scroll 0 0 #f6f6f6;

	float: left;

	width: 100%;

	height: 232px;

	background: #222222;

	margin-top: -37px;

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */

	-moz-box-sizing: border-box;    /* Firefox, other Gecko */

	box-sizing: border-box;  

	

	z-index: -1;

}

.site-footer .footer-content{

	clear: both;

	float: left;

	margin: auto;

	padding-top: 89px;

	position: relative;

	width: 100%;

}

.site-footer .footer-info {

	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);

	clear: both;

	color: #666666;

	font-size: 11px;

	left: 50%;

	line-height: 22px;

	margin: auto;

	padding: 15px 0;

	position: absolute;

	width: 400px;

	margin-left: -357px;

	bottom: 0;

	margin-bottom: 65px;	

	z-index: -1;

}

.site-footer .footer-info .site-container{

	width: 100% !important;	

}



.site-footer .footer-info .site-info {

	clear: both;

	float: left;

	line-height: 20px;

	margin-top: 10px;

	text-align: right;

}

.site-footer .footer-info .site-info p{ margin:0; }

.site-footer .footer-info .site-info #pwdlogo{ background:url(images/pwdlogo.png) right center no-repeat; width:85px; height:12px; display:inline-block; font-size:0; }

.site-footer .footer-info .site-copyright{ width:50%; text-align:left; float:left; }



.site-footer .widget_simpleimage p.more{

	display: block;

	position: absolute;

	top: 0;

	margin-top: 10px;

	left: 0;

	margin-left: 347px;

	font-size: 11px;

}

.site-footer .widget_simpleimage p.more a{

	color: #767676;

	text-decoration: none;

}

#menu-sitemap li{margin-left: 70px; margin-top: 10px; }

.site-container-cta-bottom{ width: 940px; margin:auto; clear: both; display: block; position: relative; margin-top:30px;}

.page .entry-header{    

    display: block;    

    left: 0;    

    margin-left: 0px;

    margin-top: -118px;

    position: absolute;

    top: 0; 

    margin-left: -10px;

}

.page .entry-header .entry-title, .blog .page-header .entry-title{

	color: #4ac3ee;

	font-size: 48px;

	line-height: 44px;

	font-weight: bold;

}





.box-left .entry-header, .blog .page-header{    

    display: block;    

    left: 0;    

    margin-left: 0px;

    margin-top: -77px;

    position: absolute;

    top: 0; 

}

.box-left .entry-header .entry-title{

	color: #4ac3ee;

	font-size: 48px;

	line-height: 44px;

	font-weight: bold;

}

.home .front-content .entry-header{ margin:0; height:auto;}

.front-left {

	display: box-leftk;

	float: left;

	margin-left: 45px;

	margin-right: 45px;

	margin-top: 46px;

	width: 550px;

	height: 100%;

}

.front-content .site-container {

	background: none repeat scroll 0 0 #f3f3f3;

	margin-top: 18px;

	border: 1px solid #dfdfdf;

}

.front-content .site-container h1 {

	color: #4ac3ee;

	font-size: 30px;

	line-height: 44px;

	text-transform: uppercase;

	margin-bottom: 0px;

}

.front-content .site-container p {

	color: #767676;

	font-size: 12px;

}

.front-content .site-container p strong {

	font-size: 14px;

	line-height: 18px;

	color: #518fa9;

	margin-bottom: 20px;

	display: block;

	position: relative;

}

.front-content .site-container .front-right {

	display: block;

	float: left;

	position: relative;

	width: 300px;

}

.sidebar-banner p {

	display: block;

	position: absolute;
	
	width: 219px;
	
	height: 53px;
	
	bottom: 0px;
	
	color: #FFF !important;
	
	font-size: 14px !important;
	
	margin: 0px 0px 46px 26px;
	
	line-height: 23px;
	
	padding-left: 10px;

	background:url(images/text.png);

}

.sidebar-banner p.simple-image {

	height: 611px;

	width: 300px;

	display: block;

	position: relative;

	margin: 0;

	padding: 0;

}

.sidebar-banner p.more {

	background: none repeat scroll 0 0 #4ac3ee;

	bottom: 0;

	color: #fff;

	display: block;

	font-size: 24px;

	height: 54px;

	left: 0;

	line-height: 44.46px;

	margin-bottom: 116px;

	margin-left: 25px;

	position: absolute;

	width: 218px;

}

.sidebar-banner p.more a {

	color: #fff;

	font-size: 24px;

	line-height: 44px;

	margin-left: 25px;

	text-transform: uppercase;

	padding-top: 3px;

	display: block;

	position: relative;

	text-decoration: none;

}



.box-left {

	display: block;

	float: left;

	margin-left: 40px;

	margin-right: 40px;

	margin-top: 30px;

	width: 556px;

	height: 100%;

}

.box-left h2{

    color: #4ac3ee;

    font-size: 24px;

    margin-bottom: 40px;

    text-align: left;

    text-transform: uppercase;

}



.box-left ul{

	margin: 25px 0px 25px 11px;



}

.box-left ul li ul{

	margin: 0 35px;



}

.box-left .entry-content{

	padding: 0;

}

.box-right {

	display: block;

	float: left;

	position: relative;

	width: 300px;

}

.line-break{

	clear: both;

	border-bottom: 1px solid #c6c6c6;

	height: 3px;

	width: 860px;

	margin:0 auto;

}



.has-breadcrumbs{ position:relative; }

.has-breadcrumbs .breadcrumbs{

	position: absolute;

	right: 0;

	top: 10px;

	width: auto;

}

.single-breadcrumbs{ text-align:right; margin: 0 0 20px;}

.home .site-header-image-bg, .home .site-featured{ height:471px!important; }



.page-template-page-templatescontact-us-php .site-header-image-bg{ height:350px!important; }

.page-template-page-templatescontact-us-php #contact-map{

	height: 611px;

	left: 0;

	right: 0;

	width: 100%;

}

.page-template-page-templatescontact-us-php .entry-header {

	height: auto;

	margin-top: -80px;

}





/* =Layout: Content-Sidebar

----------------------------------------------- */

#primary {

	float: left;

	margin: 0 -320px 0 0;

	width: 100%;

}

#content {

	margin: 0 340px 0 0;

}

#secondary { /* Sidebar 1 */

	float: right;

	overflow: hidden;

	width: 320px;

}

#secondary .widget{ margin-left:20px; }

#tertiary { /* Sidebar 2 */

	clear: right;

}





/* =Menu

----------------------------------------------- */





#menu-primary-container{ text-align:center; }



.main-navigation {

	border: 0 none;

	clear: both;

	display: block;

	height: 59px;

	line-height: 1;

	margin: 52px auto auto 0px;

	position: absolute;

	top: 0;

	width: 100%;

	z-index: 1;

	border-top:1px solid #dfdfdf;

	border-bottom:1px solid #dfdfdf;



}

.main-navigation .menu{

	display: block;

	left: 50%;

	margin-left: -282px;

	margin-top: 9px;

	padding: 0 10px;

	position: absolute;

	top: 0;

	width: 940px;

}

.main-navigation ul {

	display: inline-block !important;

	text-align: left;

	width: 100%;

	list-style:none;

	margin:0;

	position:relative;

	z-index: 999999;

}

.main-navigation li {

	float: left;

	position: relative;

	margin: 0;

	height: 46px;

	display: block;

}

.main-navigation li:first-child {

	margin-left: 0px;

}

.main-navigation a {

	border-bottom: 0 none;

	color: #3e3d3d;

	display: block;

	font-size: 14px;

	line-height: 44.67px;

	padding: 0 15px;

	text-decoration: none;

	text-transform: uppercase;

	font-weight: bold;

}

.main-navigation .menu > ul{ }

.main-navigation .menu > ul > li{

	display: inline-block;

	*display: inline;

	zoom: 1;

	float:none;

}

.main-navigation .menu > ul > li > a{ line-height:40px; }



.main-navigation ul ul {

	display: none;

	float: left;

	position: absolute;

	top: 100%;

	left:  0; 

	z-index: 99999;

	visibility:hidden;

	width:200px;

	border: 1px solid #EDEDED;

	

}

.main-navigation ul ul ul {

	left: 100%;

	top: -1px;

}

.main-navigation ul ul a { width: 180px; padding:0 10px; background:#fff; text-transform:none;  }

.main-navigation ul ul li {}

.main-navigation li:hover { border-bottom: 4px solid #4ac3ee; 	}

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

.main-navigation ul ul a:hover {}

.main-navigation ul li:hover > ul { display: block; visibility:visible;}

.main-navigation ul li:hover > ul ul{ display: none; visibility:hidden;}

.main-navigation ul li:hover > ul li:hover ul{ display: block; visibility:visible }

.main-navigation li.current_page_item ,

.main-navigation li.current-menu-item  { border-bottom: 4px solid #4ac3ee;  }



/* Small menu */

.menu-toggle {

	cursor: pointer;

}

.main-small-navigation .menu {

	display: none;

}



#footer-menu{ padding:0; margin:0; list-style:none; width:100%; }

#footer-menu li{ float:left; }

#footer-menu li a{ display:block; float:left; padding:3px 10px; }

#footer-menu li:first-child a{ padding-left:0; }

#footer-menu li:hover > a {}

#footer-menu li.current_page_item a,

#footer-menu li.current-menu-item a { }



.socials{ list-style:none; }

.socials li{ float:left; }

.socials li a{

	display: block;

	font-size: 0;

	height: 55px;

	margin-right: 10px;

	opacity: 0.8;

	width: 55px;

}



.socials li a:hover{ opacity:1; }

.socials li.facebook a{ background:url(images/footer-facebook.png) left top no-repeat;}

.socials li.twitter a{ background:url(images/footer-twitter.png) left top no-repeat;}





/* =Content

----------------------------------------------- */



.sticky {

}

.hentry {

	margin: 0 0 1.2em;

	padding: 0 0 1.2em;

	border-bottom:#eee solid 1px;

}



.single .hentry .entry-header{    

    display: block;    

    left: 0;    

    margin-left: 0px;

    margin-top: -118px;

    position: absolute;

    top: 0; 

    margin-left: -10px;

}

.single .hentry .entry-header .entry-title{

	color: #4ac3ee;

	font-size: 30px;

	line-height: 36px;

	font-weight: bold;

}







.single .hentry,

.page	.hentry{ border-bottom:none;  }

.entry-meta {

	clear: both;

}

.byline {

	display: none;

}

.single .byline,

.group-blog .byline {

	display: inline;

}

.entry-content,

.entry-summary {

	margin: 1.2em 0 0;

	padding-left: 10px;

	padding-right: 10px;

}

.page-links {

	clear: both;

	margin: 0 0 1.2em;

}



.page-header{ margin-bottom:20px; }



.attachment .entry-meta{ clear:none; float:left; }

#image-navigation{ text-align:right; }





.hentry.service{ margin: 10px 10px 35px 10px; box-shadow: 0 0 1px rgba(0, 0, 0, 0.3); min-height: 100px; padding:10px; }

.hentry.service > a{}

.hentry.service > a img{ display:block; float:left; margin-right:20px;}

.hentry.service .entry-content{ padding-right:20px; }

.hentry.service .entry-header{    

    display: block;    

    left: 0;    

    margin-left: 0px;

    margin-top: 0px;

    position: relative;

    top: 0; 

    margin-left: 0px;

}



.hentry.service .entry-title{

	clear:none; 

	padding-top: 15px; 

	color: #4ac3ee;

	font-size: 24px;

	line-height: 30px;

	font-weight: normal;

}



.clear{ clear:both; }

/* =Asides

----------------------------------------------- */



.blog .format-aside .entry-title,

.archive .format-aside .entry-title {

	display: none;

}





/* =Media

----------------------------------------------- */



.site-header img,

.entry-content img,

.comment-content img,

.widget img {

	max-width: 100%; /* Fluid images for posts, comments, and widgets */

}

.site-header img,

.entry-content img,

.comment-content img[height],

img[class*="align"],

img[class*="wp-image-"] {

	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */

	display:block;

}

.site-header img,

.entry-content img,

img.size-full {

	max-width: 100%;

	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */

	

}

.entry-content img.wp-smiley,

.comment-content img.wp-smiley {

	border: none;

	margin-bottom: 0;

	margin-top: 0;

	padding: 0;

}

.wp-caption {

	border: 1px solid #ccc;

	margin-bottom: 1.2em;

	max-width: 100%;

}

.wp-caption img[class*="wp-image-"] {

	display: block;

	margin: 1.2% auto 0;

	max-width: 98%;

}

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

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

.site-content .gallery { margin-bottom: 1.2em; }

.gallery-caption {}

.site-content .gallery a img {

	border: medium none;

	display: block;

	height: auto;

	max-width: 100%!important;

	border: 2px solid #EEEEEE!important;

}

.site-content { display: block; position: relative;}

.site-content .gallery dd { margin: 0; }

.site-content .gallery .gallery-item{

	float: left;

	margin-top: 6px!important;

	text-align: center;

	width: 33%;

}

.site-content .gallery-columns-4 .gallery-item {}

.site-content .gallery-columns-4 .gallery-item img {}



/* Make sure embeds and iframes fit their containers */

embed,

iframe,

object {

	max-width: 100%;

}





/* =Navigation

----------------------------------------------- */



.site-content .site-navigation {

	float: left;

	margin: 0 0 1.2em;

	overflow: visible;

	width: 100%;

}

.site-content .nav-previous {

	float: left;

	width: 50%;

}

.site-content .nav-next {

	float: right;

	text-align: right;

	width: 50%;

}



/* =Comments

----------------------------------------------- */



.comment-content a { word-wrap: break-word; }

.bypostauthor {}



#comments{ margin:0 0 1.2em; }

#comments h2{

	background: none repeat scroll 0 0 #F6F6F6;

	margin-bottom: 20px;

	padding: 10px;

}



.commentlist{ padding:0; margin:0; list-style:none;}

.commentlist li.comment{ padding: 0; min-height:70px; }

.commentlist li.comment .comment-content {

	padding-bottom: 0px;

	padding-left: 54px;

}

.commentlist li.comment .comment-author{}

.commentlist li.comment .comment-author img{ float:left; margin-right:10px;}

.commentlist li.comment .comment-meta{

	float: right;

	font-size: 11px;

	font-style: oblique;

	margin-top: -30px;

}

.commentlist li.comment .reply{

	background: none repeat scroll 0 0 #CCCCCC;

	color: #FFFFFF;

	font-size: small;

	margin-top: 0;

	padding: 5px;

	position: absolute;

	top: 60px;

}

.commentlist li.comment .reply a{

	color: #FFFFFF;

	display: block;

	float: left;

	font-size: 12px;

	line-height: 10px;

}

.commentlist li.comment .footer{}



.commentlist li.comment .children{

	list-style: none outside none;

	margin: 5px 0 5px 54px;

}

.commentlist li.comment article.comment{ background:#f6f6f6; padding:10px; margin-bottom:5px; position:relative; }

.commentlist li.comment article.comment .comment-content p{ margin:0; }



#respond{}

#respond #reply-title{ padding: 20px 0; }



#commentform{

	background: none repeat scroll 0 0 #F6F6F6;

	margin-bottom: 30px;

	padding: 30px;

}

#commentform p{ margin-bottom:10px;}

#commentform .comment-notes{}

#commentform label{ width:100%; display:block;}

#commentform .comment-form-author{}

#commentform .comment-form-email{}

#commentform .comment-form-url{}

#commentform .comment-form-comment{}

#commentform .form-allowed-tags{}

#commentform textarea{

	height: 100px;

	line-height: 16px;

	overflow: auto;

	padding: 11px 7px 7px;

	vertical-align: top;

	width: 90%

}

#commentform .form-submit{}



.nocomments{ display:none; }



/* =Widgets

----------------------------------------------- */



.widget-title{

	border-bottom: 1px solid #EDEDED;

	color: #636363;

	font-size: 18px;

	line-height: 2em;

	margin-bottom: 10px;

}

.widget {

	margin: 0 0 1.2em;

}

.widget ul{ padding:0; margin:0; list-style:none; }



/* Make sure select elements fit in widgets */

.widget select {

	max-width: 100%;

}



/* Search widget */

#searchform .field{ width:196px; }

#searchsubmit {}



/* Header widget */

.header-widgets{ display:none; float:right; margin-top:20px; }

.header-widgets .widget{ text-align:right;}

.header-widgets .widget p{ margin-bottom:0;}

.header-widgets .widget .widget-title{ border:none; font-size:16px; line-height:1em; margin-bottom:0; font-weight:bold;  }

.header-widgets .widget .phone-number{ font-size:38px;  line-height:1em; font-weight:bold;  padding-left:45px;  }

.header-widgets .widget .email{ font-size:16px; font-weight:bold; line-height:1em;}

.header-widgets .widget .address{ font-size:16px; font-weight:bold; line-height:1em; }





/* PWD Address widget */

.pwd-address{}

.pwd-address .location{ clear: none; }

.pwd-address .address{}

.pwd-address .phone{ margin-bottom:0; }

.pwd-address .fax{ margin-bottom:0; }

.pwd-address .email{ }

.pwd-address .image-map{ float: right;margin-left: 10px;}



#footer-sidebar{}

#footer-sidebar .widget{ width:240px; margin-left:20px; float:left; }

#footer-sidebar .widget:first-child{ margin-left:0;}



#footer-sidebar .widget_pwd_address_widget{

	float: right;

	margin: 0;

	text-align: right;

}







/* =Custom Post type

----------------------------------------------- */



/* Custom Post type Slidshow */

#slidercontainer{ clear: both; margin:0 auto; background:#FFF;  }

#sliderarea{ width:100%; height:471px; display:block; padding:0px;}

#sliderarea .bx-wrapper .bx-pager{ bottom: 0; font-size: 0; margin: 0 auto; padding:0px; right: 0px; width: auto; z-index: 55; }

#sliderarea .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; height:471px; background:none!important; }

#custom-slideshows > .slide{ width:100%!important; height:471px; background-size: cover; }

#custom-slideshows .site-container{

	/*border-radius: 10px;*/

	bottom: 0;

	color: #FFFFFF;

	display: block;

	height: 160px;

	left: 50%;

	margin-bottom: 200px;

	margin-left: -10px;

	text-align: right;

	position: absolute;

	width: 470px;

	z-index: 99999;

	background:url(images/text.png);

}

#custom-slideshows .site-container h1{

	font-size:48px;

	line-height:44.67px;

	color:#030303;

	text-transform:uppercase;

	font-weight: normal;

	margin-bottom: 30px !important;

	width: 100%;

}

#custom-slideshows .site-container .content{

	display: block;

	height: 63px;

	width: 100%;

	overflow: hidden;

}



.bt-readmore a{

	background: #f37021;

	border-radius: 5px;

	cursor: pointer;

	display: block;

	float: left;

	height: 32px;

	min-width: 68px;

	padding-left: 15px;

	padding-right: 15px;

	padding-top: 10px;

	position: relative;

	text-transform: uppercase;

	color: #FFF;

	text-decoration: none;

	margin-left: 26px;

	margin-top: 15px;

}

#custom-slideshows .site-container p{

	font-size:14px;

	color:#030303;

	margin-bottom:0px !important;

	margin-top:0px !important;

	overflow: hidden;

	margin-bottom: 0px !important;

	height: 65px;

	display: block;

	position: relative;

	width: 100%;


}



#featured-aside .bx-wrapper .bx-controls-direction a {

	height: 43px;

	left: 50%;

	margin-top: -16px;

	outline: 0 none;

	position: absolute;

	text-indent: -9999px;

	top: 50%;

	width: 43px;

	z-index: 9999;

}

.bx-wrapper .bx-pager.bx-default-pager a {

	background: none repeat scroll 0 0 #FFF;

	border-radius: 5px;

	display: block;

	height: 10px;

	margin: 0 5px;

	outline: 0 none;

	text-indent: -9999px;

	width: 10px;

}



#featured-aside .bx-wrapper .bx-prev {

	background: url("images/arrow-prev.png") no-repeat center;

	margin-left: -528px;

}

#featured-aside .bx-wrapper .bx-next {

	background: url("images/arrow-next.png") no-repeat center;

	margin-left: 485px;

}







/* Custom Post type CTA */

#cta-container{ height:380px; margin-bottom:20px; }

#custom-cta{

	float: none;

	list-style: none outside none;

	margin: auto;

	padding: 0;

	width: 940px;

}

#custom-cta .cta{

	border: medium none;

	float: left;

	height: 380px;

	margin-left: 20px;

	padding: 0px;

	position: relative;

	width: 300px;

	background:#f4f4f4;

}

#custom-cta .cta.col-0{ margin-left:0;}

#custom-cta .cta img{

	display: block;

	height: auto;

	margin-bottom: 10px;

	max-width: 100%;

}

#custom-cta .cta-title {

	font-size: 20px;

	margin-bottom: 0;

	padding: 0 10px;

}

#custom-cta .cta-summary{ padding: 10px; }

#custom-cta .cta-summary .readmore{

	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);

	box-shadow: 0 0 108px rgba(0, 0, 0, 0.5) inset;

	color: #FFFFFF;

	display: block;

	height: 30px;

	left: 0px;

	line-height: 30px;

	padding: 85px 0;

	position: absolute;

	right: 0px;

	text-align: center;

	top: 0px;

	vertical-align: middle;

	display:none;

}

#custom-cta .cta:hover .readmore{ display:block; }



.slider-small-cta{

	background:none;

	clear: both;

	margin-bottom:0px; 

	padding: 0px; 



}

.home .slider-small-cta{

	margin-top: -33px;

	height: 240px;

}



.slider-small-cta ul{ margin:0px !important;}

.slider-small-cta .bx-wrapper .bx-viewport{

	clear: both;

	border: none;

	box-shadow: none;

	background: none;

	left: 0px !important;

}

.slider-small-cta .bx-wrapper img{

	display: inline;

} 

.slider-small-cta .bx-viewport .slide{

	background: url("images/custom-cta-carousel-bg.png") no-repeat center center;

	background-size: cover;

	width: 300px !important;

	height: 220px !important;

	display: block !important;

	position: relative !important;

	overflow: hidden !important;

	cursor: pointer !important;

	text-align: center;

}

.slider-small-cta .bx-viewport .slide:hover{

	background: url("images/custom-cta-carousel-bg-hover.png") no-repeat center center;

}



.slider-small-cta .bx-viewport .slide .cta-carousel-img {

	width: 100%;

	text-align: center;

	display: none;



}





.slider-small-cta .bx-viewport .slide .cta-carousel-content{

	display: block;

	position: relative;

	height: 222px;

	width: 100%;

	text-align: center;

	overflow: hidden;

}



.slider-small-cta .bx-viewport .slide:hover .cta-carousel-content h1 a{

	color:#6E93BE;

}

.slider-small-cta .bx-viewport .slide .cta-carousel-content p{

	font-size: 12px;

	line-height:18px;

	display: block;

	height: 70px;

	width: 241px;

	overflow: hidden;

	margin-left: 27px;

	text-align: left;

	color: #767676;

}

.slider-small-cta .bx-viewport .slide:hover .cta-carousel-content p{

	color: #FFF;

}



.slider-small-cta .bx-viewport .slide .cta-carousel-content h1 { 

	margin-bottom:40px; 

	line-height: 30px;

	font-size: 19.15px;

	line-height:21.54px;

	text-transform: uppercase;   

	text-align: left;

	margin-left: 25px;

	margin-top: 35px;

	font-weight: bold;

	color: #4ac3ee;

}

.slider-small-cta .bx-viewport .slide .cta-carousel-content h1 a{

	color: #4ac3ee;

	text-decoration: none;

}

.slider-small-cta .bx-viewport .slide:hover .cta-carousel-content h1 a{

	color: #1f7999;

	text-decoration: none;

}



.slider-small-cta .bx-controls-direction {



}

.slider-small-cta .bx-wrapper .bx-controls-direction a {

	color: #D1BC88;

	display: block;

	float: right;

	height: 131px;

	position: absolute;

	left: 50%;

	top: 25%;

	width: 131px;

	z-index: 100 !important;

}



.slider-small-cta  .bx-wrapper .bx-prev{

	background: url("images/custom-cta-carousel-prev.png") no-repeat scroll center center rgba(0, 0, 0, 0);

	margin-left: -558px;

}

.slider-small-cta  .bx-wrapper .bx-next{

	background: url("images/custom-cta-carousel-next.png") no-repeat scroll center center rgba(0, 0, 0, 0);

	margin-left: 427px;

}



.slider-small-cta  .bx-wrapper .bx-next:hover {

	background: url("images/custom-cta-carousel-next-hover.png") no-repeat scroll center center rgba(0, 0, 0, 0);

	margin-left: 427px;

}



.slider-small-cta .bx-wrapper .bx-prev:hover {

	background: url("images/custom-cta-carousel-prev-hover.png") no-repeat scroll center center rgba(0, 0, 0, 0);

	margin-left: -558px;

}



.slider-small-cta .slide:hover .cta-carousel-content { color: #6E93BE !important; }

/* = Custom Plugins

------------------------------------------------*/



/* Plugin WP Pagenavi */

.wp-pagenavi{}

.wp-pagenavi a, .wp-pagenavi span {

	border: 1px solid #BFBFBF;

	margin: 2px;

	padding: 0 8px!important;

	text-decoration: none;

}

.wp-pagenavi a:hover, .wp-pagenavi span.current {

	border-color: #333;

}

.wp-pagenavi .pages{ border:none; }

.wp-pagenavi .nextpostslink,

.wp-pagenavi .previouspostslink{ border:none;}





/* Gravity Forms Section */





.gform_wrapper .gform_title{ display: none;}

.gform_wrapper {

	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);

	height: 287px;

	margin-top: 0px;

	padding-left: 0;

	padding-right: 0;

	padding-top: 0px;

	width: 550px;

}

.gform_wrapper ul {

	margin: 0 !important;

}

.gform_wrapper ul li {

	list-style: none outside none !important;

	margin: 10px 0 !important;

	padding: 0 !important;

}

.gfield_label {

	font-weight: lighter !important;

}

.gfield_required {

	color: #FF0000 !important;

	font-weight: lighter !important;

}

.ginput_container input {

	background: none repeat scroll 0 0 #E2E2E2;

	border: medium none !important;

	color: #303030 !important;

	float: left;

	height: 40px;

	margin-bottom: 15px;

	margin-right: 15px;

	padding: 0 0 0 10px;

	width: 250px;

	font-size: 14px;

}



.ginput_container textarea {

	clear: both;

	background: none repeat scroll 0 0 #E2E2E2;

	border: medium none !important;

	float: left;

	height: 99px !important;

	margin-bottom: 10px !important;

	margin-right: 10px !important;

	padding: 10px;

	width: 518px;

	font-size: 14px;

}

.ginput_container input:focus, .ginput_container textarea:focus {

}

.gform_wrapper .gform_footer {

	clear: both;

	margin: 0 !important;

	padding: 0 !important;

	width: 100%;

}



.gform_button {

	background: none repeat scroll 0 0 #1f7999 !important;

	box-shadow: none !important;

	border: none !important;

	color: #FFF !important;

	font-size: 14px !important;

	font-weight: normal !important;

	height: 40px !important;

	line-height: 21px !important;

	margin-left: 0px !important;

	text-transform: uppercase !important;

	width: 113px;

	margin-left: 425px !important;

	margin-top: 15px !important;

}



.gform_button:focus, .gform_button:hover {

}

.gform_validation_container {

}

.gform_wrapper .top_label .gfield_description.validation_message, .gform_wrapper .gfield_description.validation_message {

	padding: 0 !important;

}

.validation_error {

	color: #FF0000 !important;

	font-size: 14px !important;

	font-weight: bold !important;

	margin: 0 !important;

}

.gfield_error {

	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;

	border: 0 none !important;

	color: #70A7C5 !important;

	padding: 0 !important;

}

.gfield_error .gfield_label {

	color: #2B424B !important;

	font-weight: lighter !important;

}

.validation_message {

	color: #790000 !important;

	display: none !important;

	padding: 2px 0 0 !important;

}

.gfield_error input, .gfield_error textarea {

	border: 1px solid #FF0000 !important;

}

.gfield_error input:focus, .gfield_error textarea:focus {

	color: #FFFFFF !important;

}





/*-- Gravity Error Section ----------------*/



.gform_wrapper .top_label .gfield_description.validation_message,

.gform_wrapper .gfield_description.validation_message { padding: 0 !important; }

.validation_error { color: #790000 !important; font-size: 12px !important; font-weight: lighter !important; margin: 0 !important; }

.gfield_error { background: none !important; border: 0px !important; color: #70a7c5 !important; padding: 0px !important; }

.gfield_error .gfield_label { color: #2b424b !important; font-weight: lighter !important; }

.validation_message { color: #790000 !important; padding: 2px 0px 0px 0px !important; }

.gfield_error input,

.gfield_error textarea {  border: 1px #ff0000 solid !important; }

.gfield_error input:focus,

.gfield_error textarea:focus { color: #fff !important; }





/* Plugin WP PWD Footer */

#pwd_footer_v2 li{ margin-left:5px; }





#custom-box-news-container{ clear: both; display: block; position: relative; height:380px; margin-bottom:20px; padding: 45px; }

#custom-box-news-container .custom-box-news-header {

	color: #767676;

	display: block;

	font-size: 12px;

	position: relative;

	width: 546px;

	margin-bottom: 50px;

}

#custom-box-news-container .custom-box-news-header h1 {

	color: #4ac3ee;

	display: block;

	font-size: 30px;

	line-height: 40px;

	margin-bottom: 25px;

	position: relative;

}



#custom-box-news{

	float: none;

	list-style: none outside none;

	margin: auto;

	padding: 8px 0 0;

	width: 100%;

	height:330px;

}

#custom-box-news .box-news{

	border: medium none;

	float: left;

	height: 213px;

	margin-left: 42px;

	padding: 0px;

	position: relative;

	width: 180px;

}

#custom-box-news .box-news.col-0{ margin-left:0;}

#custom-box-news .box-news img{

	display: block;

	height: auto;

	margin-bottom: 10px;



}



#custom-box-news .box-news:hover .box-news-summary .box-news-title a{

	color: #518fa9;

	font-weight: bold;

}



#custom-box-news .box-news-summary{ padding: 5px; display: block; position: relative; margin-top: 10px; }





#custom-box-news .box-news-summary strong{ color:#1a1a1a;}

#custom-box-news .box-news .box-news-summary a{

	max-width: 170px;

	margin-bottom: 10px;

	color: #518fa9 !important;

	text-decoration: none;

	font-size: 14px;

	display: block;

	position: relative;

}

#custom-box-news .box-news .box-news-summary p{

	height: 65px;

	/*overflow: hidden;*/

	line-height: 20px;

	color: #898989;

}



#custom-box-news .box-news-summary .readmore{

	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);

	box-news-shadow: 0 0 108px rgba(0, 0, 0, 0.5) inset;

	color: #FFFFFF;

	display: block;

	height: 30px;

	left: 0px;

	line-height: 30px;

	padding: 85px 0;

	position: absolute;

	right: 0px;

	text-align: center;

	top: 0px;

	vertical-align: middle;

	display:none;

}

#custom-box-news .box-news:hover .readmore{ display:block; }

