	
			ul#nav li a:hover{color: #67c2d1;}
			ul#nav ul.sub-menu li a:hover, ul#nav .children li a:hover{color: #67c2d1;}
			.post-title a:hover, .service-title a:hover, .products .product h3:hover, .content-widget .post-title a:hover, .page-title a:hover, .copy h2 a:hover, .copy h3 a:hover, .copy h4 a:hover, .related.products h2:hover, .post-title-block .post-title:hover, .team .post-title:hover{color: #67c2d1;}
			.archives a, .copy a, .post-date a, .content a, .entry-content a, .product_meta a, .portfolio-meta a, .tags a{color: #67c2d1;}
			#comments a{color: #67c2d1;}
			#searchform input[type=submit], .content-widget .read-more, .post-content .read-more, .portfolio-categories a, .slider .action-link, .button, #back-top a{background-color: #a5bc47;}
			#searchform input[type=submit], .content-widget .read-more, .post-content .read-more, .portfolio-categories a, .slider .action-link, .button, a.read-more{color: #ffffff;}
			#searchform input[type=submit]:hover, .content-widget .read-more:hover, .post-content .read-more:hover, .portfolio-categories a:hover, .slider .action-link:hover, .button:hover, #back-top a:hover{background-color: #333333;}
			#searchform input[type=submit]:hover, .content-widget .read-more:hover, .post-content .read-more:hover, .portfolio-categories a:hover, .slider .action-link:hover, .button:hover, a.read-more{color: #ffffff;}
			#respond #submit{background-color: #67c2d1;}
			#respond #submit:hover{background-color: #67c2d1;}
			.pagination .next a, .pagination .previous a{background-color: #67c2d1;}
			.add_to_cart_button, .added_to_cart, .single_add_to_cart_button, .button.product_type_variable, .widget_shopping_cart .button, .woocommerce-message .button, .products .product .added_to_cart, .widget_shopping_cart .button.checkout, .shop_table .checkout-button, .price_slider_wrapper .button, #payment .place-order input[type=submit], input[name=update_cart], .widget_shopping_cart .button.checkout, .shop_table .checkout-button, #payment .place-order input[type="submit"], .header-cart-button, .details-link, .header-cart, .products .product .img-wrap .details-link, .hero-content-widget .middle-col .add_to_cart_button, .hero-content-widget .middle-col .product_type_variable, .product-content-widget .add_to_cart_button, .product-content-widget .product_type_variable{background-color: #000000;}
			.sidebar a:hover, #home_page_three_column a:hover, .hero-content-widget .left-col a:hover, .hero-content-widget .right-col a:hover{color: #67c2d1;}
			.features-content .related-features-container .active{background-color: #67c2d1;}
			.footer-widgets a:hover{color: #67c2d1;}
				function wp_get_attachment( $attachment_id ) {

	$attachment = get_post( $attachment_id );
	return array(
		'alt' => get_post_meta( $attachment->ID, '_wp_attachment_image_alt', true ),
		'caption' => $attachment->post_excerpt,
		'description' => $attachment->post_content,
		'href' => get_permalink( $attachment->ID ),
		'src' => $attachment->guid,
		'title' => $attachment->post_title
	);
}  
	#title-container{background: url(https://dpstudiousa.com/wordpress/wp-content/uploads/2015/08/cropped-DPA-NewHope81.png) no-repeat top center;}
