/**
 * Positive Vibes Skins
 *
 * Skins for  Positive Vibes
 *
 * Please do not edit this file. This file is part of the Cyber Chimps Framework and all modifications
 * should be made in a child theme.
 *
 * @category CyberChimps Framework
 * @package  Framework
 * @since    1.0
 * @author   CyberChimps
 * @license  http://www.opensource.org/licenses/gpl-license.php GPL v3.0 (or later)
 * @link     http://www.cyberchimps.com/
 */
/********************************************* BUTTONS ************************************/
.btn
{
    background: #39a895;
   
}
.btn-primary
{
    
    border-color: #39a895;
    
}
.button, .excerpt-more{
	background: #39a895;
}
.readmorebtn{
	color: #39a895;
}
/********************************************* FORMS ************************************/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #39a895;
	
}

/********************************************* MENU ************************************/
.navbar-toggle
{
	background-color: #39a895;
}
.footer-menu li a:hover{
	color: #39a895;
}
a:hover,
a:focus,
a:active {
	color: #39a895;
}
/********************************************* SUB MENU ************************************/
.dropdown .dropdown-toggle:after
{
    
    color: #39a895;
  
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover
{
    background-color: #39a895;
   
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover

{
    background-color: #39a895;
}

/********************************************* ELEMENTS ************************************/
.boxes.row a:last-child{
    background: #39a895;
}
.box-widget-title{
    color: #39a895;
}
.magazine-featured-post-excerpt
{
    background: #39a895;
}
#callout_section_section
{
	background: #39a895 none repeat scroll 0 0;
}  
#scroll-to-top
{
	background: #39a895;
}
.magazine-metadata a, .s_post_details a
{
    color: #39a895;
}
.about_section{
	background: #39a895;
}
.breadcrumbs .current
{
   color: #39a895;
}
/********************************************* PAGINATION ************************************/
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover
{
    background-color: #39a895;
    border-color:#39a895;
}
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover
{
    color: #39a895;
}
/********************************************* SIDEBAR ************************************/
.widget_newsletterwidget
{
   background: #39a895 none repeat scroll 0 0;
}
aside h3::after {
    border-bottom:solid 2px #39a895;
   }
.entry-header h2 span::after, .entry-header h1 span::after, .page-header span::after, .google-maps-title span::after, #gallery h2 span::after, #boxes_container h2 span::after, .video-content h2 span::after
{
    border-bottom:solid 2px #39a895;
}
.post_title_single span::after
{
    border-bottom:solid 2px #39a895;
   top: 115%;
    content: "";
    left: 0;
    position: absolute;
    margin:0 auto;
    
    width: 100px; 
}
.widget-container.widget_newsletterwidget input[type="submit"]
 {
     background: #087764 none repeat scroll 0 0;
 }
 .news_subcribe{
	background: #39a895;
}
/* ======================== Comment Vaidation ===============================================  */
#commentform .error  { padding: 0 0 5px 0; color: #39a895; }
