/*logo width and height*/
.logo a {
	width: 904px;
	padding-top: 283px;
	margin-top:30px;
}

/* LOGO ON TOP OF TOP BAR - UNCOMMENT TO MOVE */
/*
.logo a {
	position: absolute;
	top: -28px;
}

.logo-nav-container {
	height: 180px;
}
*/

/*link color*/
a {
	color: #fb7000;
}

a:hover {
	color:#000;
	text-decoration:none;
}

hr {
	background: #cbcbca;
	border-top: 1px solid #cbcbca;
}

/*custom font*/
.content h3, .post-title, h3, .content h5, .sidebar h5, .widgettitle, h5, .visual-text h3, .nav a, .top-border p, a.visual-button, a.visual-button-2, a.sidebar-button, a.content-button, #newsletter .btn-submit, a.facebook-button, .footer h5, a.footer-button, .number, .wpcf7-submit, .content #searchsubmit, .form-btn, .content #submit, .content h6 {
	font-family: 'Signika', sans-serif;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

/*HEADER*/

.top-border {
	background-color: #000;
	color: #fff;
	font-size: 22px;
}

.header {
/*	background-image: url('images/top-line.png'),url("https://2u4g6ehp4wu1qh3me4dxxeak-wpengine.netdna-ssl.com/wp-content/themes/pawzz/images/background.jpg");
	background-repeat: repeat-x, repeat;
	background-position: bottom, top;
	background-color: #fff;
	background: #fff url("https://2u4g6ehp4wu1qh3me4dxxeak-wpengine.netdna-ssl.com/wp-content/themes/pawzz/images/background.jpg") repeat center top\9;*/
	background-image: url('images/background.gif');
	background-repeat: repeat;
	background-color: #fff;
/*	box-shadow: inset 0px 20px 10px -20px #000;*/
}


#search-box {
	background-color: #6ec5b8;
	border-color: #448279;
	display:none;
}

#search-box .text {
	color: #448279;
}

#search-box .btn-submit {
	background-color: #448279;
}

/*NAVIGATION*/

/*position*/
.top-menu {
	top: 48%;
	right: 45px;
}

.nav a {
	color: #000;
	font-size:17px;
}

/*hover*/
.nav li.current_page_item a, .nav li.current_page_parent a, .nav li.current_page_ancestor a, .nav li:hover a, .nav li.hover a {
	color: #fff;
	text-decoration:none;
}

.nav li.current_page_item a span, .nav li.current_page_parent a span, .nav li.current_page_ancestor a span, .nav .sub-menu a, .nav li:hover a span, .nav li.hover a span {
	background-color: #fb7000;
	text-decoration:none;
}

.nav .sub-menu a:hover {
	text-decoration:none;
	background-color:#000;
}

/*uncomment for drop shadows on nav menu*/
 .nav li.current_page_item a span, .nav li.current_page_parent a span, .nav li.current_page_ancestor a span, .nav .sub-menu a, .nav li:hover a span, .nav li.hover a span {
	box-shadow: 1px 1px 5px #000;
}

.nav li:hover .sub-menu a span, .nav li.current_page_ancestor .sub-menu a span, .nav .sub-menu li.hover a span {
	box-shadow: none;
}

/*dropdown widths*/
.nav .sub-menu {
	width: 225px;
	top: 44px;
}
/*left should be two pixels less than the sub-menu width above*/
.nav .sub-menu .sub-menu {
	left: 198px;
	width: 200px;
}

/*NAV BELOW LOGO - UNCOMMENT BELOW*/
 .top-menu {
	position: relative;
	clear: both;
	padding: 20px 0 0 10px;	
}
.nav {
	float: left;
}

/*VISUAL*/

.visual-text {
	color: #757575;
}

.visual-text-2 p,
.visual-text h3 {
	color: #000;
	font-size: 22px;
	margin-bottom:10px;
	margin-top:0px;
	font-family: 'Signika', sans-serif;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

a.visual-button {
	background-color: #000;
	border-color: #000;
	color: #fff;
	font-size: 22px;
	margin-bottom:10px;
	margin-top:0px;
}

a.visual-button-2 {
	background-color: #000;
	border-color: #000;
	color: #fff;
	font-size: 22px;
}

a.visual-button-2:hover,
a.visual-button:hover {
	background-color:#fff;
	border-color:#000;
	color:#000;
	text-decoration:none;
}

#switcher li a {
	background-color: #000;
}

#switcher li.activeSlide a, #switcher a:hover {
	background-color: #fb7000;
}

/*CONTENT*/

.content {
	color: #4d4d4d;
}

.content h3, .post-title {
	color: #000;
	font-size: 26px;
}

.content h5 {
	color: #000;
	font-size: 22px;
}

.content h6 {
	color: #ff0000;
	font-size: 22px;
}

h5.post-date {
	font-size: 18px;
}

a.content-button, a.sidebar-button, .wpcf7-submit, .content #searchsubmit, .form-btn, .content #submit {
	background-color: #fb7000;
	border-color: #fb7000;
	color: #fff;
	font-size: 22px;
}

a.content-button:hover, a.sidebar-button:hover, .wpcf7-submit:hover, .content #searchsubmit:hover, .form-btn:hover, .content #submit:hover {
	background-color:#000;
	border-color:#000;
	text-decoration:none;
}	

/*SIDEBAR*/

.sidebar {
	color: #4d4d4d;
}

.sidebar h5, .widgettitle {
	color: #000;
	font-size: 24px;
}

#newsletter .text {
	background-color: #fff;
	border-color: #5f5f5f;
	color: #8c8c8c;
}

#newsletter .btn-submit {
	background-color: #fb7000;
	border-color: #fb7000;
	color: #fff;
	font-size: 15px;
}

#newsletter .btn-submit:hover {
	background-color:#000;
	border-color:#000;
	text-decoration:none;
}

/*SOCIAL*/

.twitter-link {
	color: #fb7000;
}

/*text in bubble*/
.twitter-bubble {
	color: #545454;
}

/*@username and links in bubble*/
.twitter-bubble a {
	color: #545454;
}

.flickr-link {
	color: #fb7000;
}

a.facebook-button {
	background-color: #fb7000;
	border-color: #fb7000;
	color: #fff;
	font-size: 24px;
}

a.facebook-button:hover {
	background-color:#000;
	border-color:#000;
	text-decoration:none;
}

.facebook-logo {
	color: #fff;
}

/*FOOTER*/

.footer {
/*	background-image: url('images/bottom-line.png'),url("https://2u4g6ehp4wu1qh3me4dxxeak-wpengine.netdna-ssl.com/wp-content/themes/pawzz/images/background.jpg");
	background-repeat: repeat-x, repeat;
	background-position: top, top;
	background: #6ec5b8 url("https://2u4g6ehp4wu1qh3me4dxxeak-wpengine.netdna-ssl.com/wp-content/themes/pawzz/images/background.jpg") repeat center top\9;*/
	background-color: #000;
}

.footer, .footer a {
	color: #fff;
}

.footer h5 {
	color: #fff;
	font-size: 22px;
}

.map {
	border-color: #fb7000;
}

.number {
	font-size: 22px;
}

a.footer-button {
	background-color: #fff;
	border-color: #fff;
	color: #fb7000;
	font-size: 22px;
}

a.footer-button:hover {
	background-color:#fb7000;
	border-color:#fb7000;
	color:#fff;
	text-decoration:none;
}

.wp-caption {
	border: none;
	background-color: transparent;
	text-align: center;
	padding-top: 4px;
	margin-bottom: 20px;
}
.wp-caption img {
	float: none;
	margin: 0;
	padding: 0;
	border: 5px solid #e5e5e5;
}
.wp-caption p.wp-caption-text {
	font-size: 14px;
	line-height: 17px;
	padding: 5px;
	padding-top: 10px;
	margin: 0px;
}

/* Gravity Forms Lists Reset */
.gform_body ul li {
	list-style: none;
	float: none;
	list-style-position: inside;
	padding-left: 0px;
	text-indent: 0px;
}
.gform_body ul li:before {
	content: "";
	padding-right: 0px;
}
.gform_wrapper ul.gfield_radio li,
.gform_wrapper ul.gfield_radio {
	overflow: visible !important;
}

/* Columns */

.content .col-container {
	display: inline-block;
	clear: both;
	padding-bottom: 20px;
	width: 100%;
}

.content .col-half-1 {
	padding-right: 4.5%;
	width: 45%;
	float: left;
}
.content .col-half-2 {
	padding-left: 4.5%;
	border-left: 0px solid #DADADA;
	width: 45%;
	float: right;
}
.content .col-third {
	float: left;
}
.content .col-third-1 {
	padding-right: 2.2%;
	width: 30%;
}
.content .col-third-2 {
	padding-left: 2.3%;
	padding-right: 2.3%;
	border-left: 0px solid #DADADA;
	border-right: 0px solid #DADADA;
	width: 30%;
}
.content .col-third-3 {
	padding-left: 2.3%;
	width: 30%;
}

.content .col-fourth {
	float: left;
}
.content .col-fourth-1 {
	padding-right: 1.8%;
	border-right: 1px solid #DADADA;
	width: 22%;
}
.content .col-fourth-2 {
	padding-left: 1.8%;
	padding-right: 1.8%;
	border-right: 1px solid #DADADA;
	width: 22%;
}
.content .col-fourth-3 {
	padding-left: 1.8%;
	padding-right: 1.8%;
	width: 22%;
}

.content .col-fourth-4 {
	padding-left: 1.8%;
	border-left: 1px solid #DADADA;
	width: 22%;
}

.content .col-half,
.content .col-third,
.content .col-fourth {
	border-color: #DADADA;
}


.starburst-image {
	position: absolute;
    	z-index: 50;
    	bottom: -115px;
    	right: 20px;

}

.slide .screens {
	float: left;
	padding-left: 300px;
}

textarea {
	width:100%;
}

.offer {
	height: 9px;
	clear: both;
	float: left;
	margin: 14px 0 0 0;
	color:#ff0000;
	font-family: 'Signika', sans-serif;
	font-size:24px;
}

.switcher-bar {
	margin:-10px 0 0 0;
}