/*
Color Instructions
---------------------

Key Color: #34c1d1;
Faded: #88cad1;
Darker: #2da5b3;
Darkest: #207680;

*/

/* General */
a {
	color: #2da5b3;
}
h1, h2, h3, h4, h5, h6 {
	color: #2da5b3;
}

/* Header */
#header,
#header #fixed-header.fixed {
	background: #fff;
}
#header .nav-toggle:after {
	background: #2da5b3;
}

/* Navigation */
#navigation ul.nav > li a,
#navigation ul.nav > li.current_page_item a,
#navigation ul.nav > li.current_page_parent a,
#navigation ul.nav > li.current-menu-ancestor a,
#navigation ul.nav > li.current-cat a,
#navigation ul.nav > li.li.current-menu-item a,
#navigation ul.nav > li a:hover {
	color: #939598;
}
#navigation ul.nav ul li a,
#navigation ul.nav ul li a:hover {
	color: #fff;
}
#navigation ul.nav ul {
	background: #2da5b3;
}
#navigation ul.nav > li.parent a:after {
	color: #2da5b3;
}
#header .col-full {
	position: relative;
}
.call-us {
	position: absolute;
	right: 0;
	top: 4px;
	padding: 5px 10px;
/*	background: #e5fcff;*/
	color: #34c1d1;
	font-size: 18px;
	font-weight: bold;
/*	border: 2px solid #34c1d1;*/
	border-radius: 3px;
/*	transition: 0.4s;*/
}
/*.call-us:hover {
	background: #34c1d1;
	color: #fff;
}*/

.fixed .call-us {
	top: 16px;
}
.call-us a {
	color: #34c1d1;
}
header .simple-social-icons {
	position: absolute;
	right: 0;
	top: 50px;
}

header .fixed .simple-social-icons {
	top: 66px;
}


/* Slider */
.flex-direction-nav a {
	background: url('images/bg_direction_nav.png') no-repeat 0 0;
}
.slide-content h1 {
	display: none;
}
.slide-content h2 {
	padding-top: 10px;
	color: #fff;
	font-size: 25px;
	text-shadow: 0 1px 1px #2da5b3;
}
.slide-content p {
	color: #fff;
	text-shadow: 0 1px 1px #2da5b3;
}
.slide-content img {
	margin: 10px 20px;
}

@media only screen and (max-width: 1279px) {
	.slide-content .slide-1 p {
		padding-left: 70px;
	}
	.slide-content .slide-1 h2 {
		padding-left: 70px;
	}
}

.widget h3 {
	color: #2da5b3;
}
.div.pp_overlay {
	z-index: 9999 !important;
}

/* Home */
#intro-message {
	background: #2da5b3;
}
#intro-message .right-section .button,
#intro-message .right-section .button:hover {
	background: #34c1d1;
}

.post .date-badge,
.type-page .date-badge,
.type-feature .date-badge,
.type-testimonial .date-badge,
.search-results .page .date-badge,
.search-results .type-product .date-badge,
.search-results .type-feature .date-badge,
.search-results .type-testimonial .date-badge {
	background-color: #34c1d1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#34c1d1), to(#2da5b3));
	background-image: -webkit-linear-gradient(top, #34c1d1, #2da5b3);
	background-image: -moz-linear-gradient(top, #34c1d1, #2da5b3);
	background-image: -ms-linear-gradient(top, #34c1d1, #2da5b3);
	background-image: -o-linear-gradient(top, #34c1d1, #2da5b3);
	background-image: linear-gradient(to bottom, #34c1d1, #2da5b3);
}

.post .post-more .read-more a,
.type-page .post-more .read-more a,
.type-feature .post-more .read-more a,
.type-testimonial .post-more .read-more a,
.search-results .page .post-more .read-more a,
.search-results .type-product .post-more .read-more a,
.search-results .type-feature .post-more .read-more a,
.search-results .type-testimonial .post-more .read-more a,
.post .post-more .read-more a:hover,
.type-page .post-more .read-more a:hover,
.type-feature .post-more .read-more a:hover,
.type-testimonial .post-more .read-more a:hover,
.search-results .page .post-more .read-more a:hover,
.search-results .type-product .post-more .read-more a:hover,
.search-results .type-feature .post-more .read-more a:hover,
.search-results .type-testimonial .post-more .read-more a:hover {
	background: #34c1d1;
}

a.button,
a.comment-reply-link,
#commentform #submit,
.submit,
input[type=submit],
input.button,
button.button,
#wrapper .woo-sc-button {
	background: #34c1d1;
}

a.button:hover,
a.comment-reply-link:hover,
#commentform #submit:hover,
.submit:hover,
input[type=submit]:hover,
input.button:hover,
button.button:hover,
#wrapper .woo-sc-button:hover {
	background: #2da5b3;
}


/* Footer */
#footer-wrapper {
	background: #88cad1;
}
#footer {
	color: #207680;
}
#footer a {
	color: #fff;
}
#bottom-social-connect {
	background: #88cad1;
	border: none;
}
#bottom-social-connect ul li a,
#bottom-social-connect ul li a:before {
	color: #fff;
}

@media only screen and (max-width: 1024px) {
	.slide-content img {
		float: none !important;
	}
	.slide-content .slide-1 p {
		padding-left: 0;
	}
	.slide-content .slide-1 h2 {
		padding-left: 0;
	}
}
@media only screen and (max-width: 1110px) {
	#header {
		padding-bottom: 60px;
	}
	.call-us {
		top: auto;
		bottom: 0;
	}
	.fixed .call-us {
		top: auto;
		bottom: 40px;
	}
	header .simple-social-icons {
		top: auto;
		bottom: -50px;
	}
	header .fixed .simple-social-icons {
		top: auto;
		bottom: -10px;
	}
}
@media only screen and (max-width: 767px) {
	#navigation ul.nav ul {
		background: none;
	}
	#navigation ul.nav ul li a,
	#navigation ul.nav ul li a:hover {
		color: #939598;
	}
	#header .col-full {
		padding-bottom: 50px;
	}
}
.button.view-all {
  display: none;
}

/* Prev & Next Post Button */

#post-entries a {
    background: none repeat scroll 0% 0% #2DA5B3 !important;
}

ul.nav.cart a.cart-contents { color:#6792ab !important; }
