/*
Theme Name: Positive Vibes
Theme URI: http://cyberchimps.com/store/positive-vibes/
Author: CyberChimps
Author URI: http://www.cyberchimps.com/
Description: Responsive WordPress theme
Version: 1.3
Tags: two-columns, right-sidebar, custom-background, custom-colors, custom-menu, featured-images, post-formats, theme-options, threaded-comments, sticky-post
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: positive-vibes

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,600i,700');
@import url('https://fonts.googleapis.com/css?family=Lora');


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.btn
{
    background: #c25766;
    color: #fff;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}


/*--------------------------------------------------------------
# Typography
----------,
----------------------------------------------------*/
body,
button,
input,

textarea {
	color: #404040;

	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
select
{
    font-size: 16px;
    background: #fff;
   
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
        margin-bottom: 15px;
}


p {
	/* margin-bottom: 1.5em; */
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	width: auto;
	border: none;
	background: #c25766;
	padding: 6px 20px;
	border-radius: 3px;
	color: #ffffff;
	display: inline-block;
	font-size: inherit;
        margin: 2% 45%;
}


button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border: 1px solid #bbbbbb !important;
    margin-bottom: 10px !important;
    padding: 8px !important;
    width: 100% !important;
    font-size: inherit;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #505055;
}



a:hover,
a:focus,
a:active {
	color: #c25766;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

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

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
/*.dropdown:hover .dropdown-menu
{
    display: block;
}*/

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.comment-list #commentform
{
margin: 0 6% 0 1%;
}
#navigation .nav-next a
{
	float:right;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget_positive_vibes_recent_posts{
    margin-top: 0 !important;
}
.widget {
	margin: 0 0 1.5em;
}
/* Recent post widget */
.widget_positive_vibes_recent_posts
{
    border: 1px solid #cfcfcf;
    display: inline-block;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
#single_page #secondary, #page_section_section #secondary, #breadcrumbs_section
{
    margin-top: 30px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}
.page .main_posted_by li
{
    list-style: none;
}
.s_post_details .author_img img{
    width: 50px;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
#magazine .post-container .post
{
   margin: 0; 
}
.blog #magazine
{
padding-top: 1%;
}
#magazine
{
    float: right;
}
#adminbarsearch
{
    display: none;
}
#blog_post_page_section .featured-image
{
    margin: 10px 0;
}
/* Css for new pagination - magazine element */
#magazine_pagination .page-numbers
{
	padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ddd;
	margin-left:-1px;
	float:left;
	color:#c25766;
}
#magazine_pagination .current, #magazine_pagination .pagination-container .page-numbers.current:hover
{
	color:#fff;
	background-color:#c25766;
	border-color:#c25766;
}
#magazine_pagination .pagination-container
{
	display: inline-block;
    padding-left: 0;
	margin: 20px 0;
}
#magazine_pagination .pagination-container .prev
{
	margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
#magazine_pagination .pagination-container .next
{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#magazine_pagination .pagination-container .page-numbers:hover
{
	text-decoration:none;
	background-color: #eee;
    border-color: #ddd;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
.comment-list {
    border: 1px solid #cfcfcf;
    list-style: outside none none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.home #page_slider_section
{
	margin: 0;
}
#header_section{
    padding:0;
    border-bottom: 1px solid #cfcfcf;
    box-shadow: 0 5px 10px 0 rgba(196, 196, 196, 1);
    transition: none;
}
.home #header_section{
    padding:0;
    border-bottom: 1px solid #cfcfcf;
    box-shadow: none;
    
}

#logo
{
    padding: 4% 0;
}
.sticky-header
{
    background-color: #fff;
    opacity: 1;
}
.navbar-default
{
    background-color: inherit;
    border-color: transparent;
    float: right;
    font-size: 16px;
    margin: 0;
    
}
.page-header
{
    margin: 0;
}
#navbar
{
    margin-top: 12px;
}
.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > .active > a:hover
{
    background: inherit;
    
}
.site-title > a{
    float: left;
}
.blog-description {
    display: inline-block;
    text-align: left;
}
.navbar-search label
{
    margin: 0;
}
.navbar-search .search-query
{
    margin: 0 !important;
}
.widget_search .navbar-search
{
    float: left !important;
}

/*--------------------------------------------------------------
## Page , Post
--------------------------------------------------------------*/
.positive_vibes_content
{
	padding: 10px 0;
}
.featured-image
{
    text-align: center;
}
/* Button  */
.btn-primary
{
    
    border-color: #c25766;
    
}

/*  Menu */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover
{
	background-color: #fff !important;
	color: #c25766 !important;
}
.navbar-toggle
{
	background-color: #c25766;
        float: none;
}
.navbar-nav
{
    text-align: center;
}

#callout_section_section, #portfolio_pro_section, #magazine_section, #after_footer,  #single_page, #google_maps_section,#page_section_section, #archive_page, #error_page
{
	 margin-top: 2%;
} 
#search_page
{
     margin-top: 4%;
}
#cyberchimps_product, #blog_post_page_section
{
    margin-top: 3%;
}
#portfolio_pro_section
{
    margin: 3% 0;
}
.portfolio-item a
{
    text-decoration: none;
}
#boxes_section
{
    margin-top: 30px;
}
.box-title
{
    margin-bottom: 0;
}
#portfolio ul.row
{
    margin-top: 3%;
}
#gallery .row
{
    padding-left: 0;
}

#page_slider_section .container, #map_contact_section .container
{
	max-width: 100%;
	padding: 0;
	width: 100%;
}
.carousel-caption > h2 {
    font-weight: 600;
    text-transform: uppercase;
}
.carousel-caption > p {
    font-size: 20px;
}
.carousel-caption
{
    bottom: 20%;
}
.home .navbar-inverse
{
	box-shadow: none !important;
}

.boxes
{
	text-align: center;
        padding: 20px 0;
}
#boxes_container > h2
{
    padding-bottom: 5px;
}
.box_readmore{
	
	background: #c25766;
	color: #ffffff;
	text-align: center;
	padding: 8px 15px;
	margin-bottom:4%;
	margin-top:4%;
	border-radius:3px;
}
.box_readmore:hover
{
    color: #fff;
}
.box-widget-title{
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	color: #c25766;
	font-weight: bold;
}
#gallery
{
	text-align: center;
}

#gallery li{
	list-style: none;
}
.portfolio-item img
{
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 5px 10px 0 #838383;
    height: 150px;
    padding: 5px;
    width: 150px;
	
}
#portfolio_pro_section .container
{
	width: 100%;
	background: url('images/team_section_bg.jpg');
	max-width: 100%;
}
#gallery h2
{
	/* font-size: 35px; */
	margin: 20px 0 8px;
}
#magazine
{
	/* float: right; */
	text-align: center;
}

#magazine .post-title
{
	font-size: 24px !important;
	margin-top: 20px !important;
}

#magazine .post-title a
{
	text-decoration: none;
	
}

.magazine-metadata
{
	margin-bottom: 10px;
}
.magazine-featured-post-excerpt
{
	background: #c25766;
	color: #ffffff; 
	text-align: center;
	padding: 8px 15px;
	margin-bottom:4%;
	margin-top:4%;
	border-radius:3px;
}
.excerpt-more:hover
{
    color: #fff;
    text-decoration: none;
}

/* ============ 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: #c25766;
    border-color:#c25766; 
}
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover
{
    color: #c25766;
}
.next-post
{
    text-align: right;
}
/* Footer */
#after_footer{
	width: 100%;
	max-width: 100%;
	
	margin: 0;
    background: #232122;
    color: #ffffff;
    text-align: center;
    padding: 2% 0;
}
/*footer .container p
{
	margin: 0 0 1.5em 3em;
}*/
.footer-menu li
{
	display: inline-block;
    list-style: outside none none;
    padding: 5px 10px;
}
.footer-menu li a
{
	color: #fff;
}
.footer-menu li a:hover{
	color: #c25766;
}
.footer-menu ul
{
    padding: 0;
}
#portfolio
{
	padding: 3% 0;
}
.portfolio-caption {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
    text-transform: uppercase;
    color: #505055;
}
#callout_section_section .container
{
	width: 100%;
	max-width: 100%;
	padding: 0;
}
#callout_section_section
{
	background: #c25766 none repeat scroll 0 0;
	
	padding:0;
	margin-top: 0;
}
#callout
{
    padding: 4%;
}
.vcard.author_archives::before, .vcard.author_archives::after
{
  border-bottom: none;
}
/* Sidebar */
.widget_newsletterwidget
{
   background: #c25766 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    padding: 20px;
    text-align: center;
    width: 100%;
}

.widget-container.widget_newsletterwidget input[type="email"]
 {
    border:  none !important;
    border-radius: 3px;
    background-color: #fff;
    margin: 10px 0;
    padding: 7px;
    width: 100%;
    color: #cfcfcf;
 }
.widget-container.widget_newsletterwidget input[type="submit"]
 {
     background: #7f2c37 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    font-size: 18px;
    margin: 10px 0;
    padding: 7px;
    text-align: center;
    width: 100%;
 }
 
 .widget_newsletterwidget h3:before
 {
     content: "\f0e0";
     font-family: fontawesome;
 }
 .widget-title {
    padding-left: 0;
    margin-top: 0;
}
  .widget_categories ul li:last-child, .widget_archive ul li:last-child, .widget_positive_vibes_recent_posts ul li:last-child
 {
    border-bottom: none; 
 }

.widget-container{
    border: 1px solid #cfcfcf;
    margin-top: 0;
    margin-bottom: 30px;
    
    padding: 20px;
}
#sidebar aside:first-child
{
    margin-top: 0;
}
.widget_positive_vibes_recent_posts{
    padding: 20px;
}
.widget_newsletterwidget
{
  margin-top:   30px;
}

.widget-container ul li {
    border-bottom: 1px solid #cfcfcf;
    line-height: 35px;
    list-style: outside none none;
    width: 100%;
}

#sidebar ul
{
    padding: 0;
}
#undefined_section{
	display: none;
}
/* recent Post Widget  */

.positive_vibes_recent_posts_li
{
list-style: none;
/* border: 1px solid #cfcfcf */	
}
.positive_recent_posts_ul
{
	padding: 0;
}
#scroll-to-top
{
	background: #c25766;
}
/*========================= Google Maps  ================================================= */
#google_maps_section .container
{
	width: 100%;
	max-width: 100%;
}
#google_maps_section
{
	margin-bottom: 40px;
}
.google-maps-iframe iframe
{
	width: 100%;
}
#google_maps
{
	padding: 0; margin: 0;
}
.google-maps-title{
	margin-bottom: 25px;
}
/*========================= Contact Form  ================================================= */
.positive_vibes_left_map_content .col-lg-12 > iframe
{
    width: 100%;
    padding-bottom: 3%;
}
.map_contact-content
{
    padding: 0 10%;
}
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea
{
    border-radius: 3px;
}
.contact_us_addr
{
    padding-bottom: 2%;
}
#map_contact
{
    padding-bottom: 2%;
}

/*========================= Social Icons  ================================================= */
.footer-menu ul0 
{
	padding: 0;
}
#social
{
	display: inline-flex;
	float: none;
}
.transparent_round-icons a.instagram, .transparent_round-icons a.rss, .transparent_round-icons a.email, .transparent_round-icons a.map, .transparent_round-icons a.youtube, .transparent_round-icons a.linkedin, .transparent_round-icons a.pinterest, .transparent_round-icons a.flickr, .transparent_round-icons a.googleplus, .transparent_round-icons a.facebook, .transparent_round-icons a.twitterbird
{
   color: #fff;
    border: 1px solid #fff;
}
.transparent_round-icons a.instagram:hover
{
    color: #2c3e50;
    border: 1px solid #2c3e50;
}
.transparent_round-icons a.rss:hover
{
 color: #f07013;
 border: 1px solid #f07013;   
}
.transparent_round-icons a.email:hover
{
 color: #2c3e50;
 border: 1px solid #2c3e50;  
}
.transparent_round-icons a.map:hover
{
   color: #2c3e50;
 border: 1px solid #2c3e50;   
}
.transparent_round-icons a.youtube:hover
{
   color: #cc181e;
 border: 1px solid #cc181e;   
}
.transparent_round-icons a.linkedin:hover
{
   color: #0077b5;
 border: 1px solid #0077b5;   
}
.transparent_round-icons a.pinterest:hover
{
   color: #428bca;
 border: 1px solid #428bca;   
}
.transparent_round-icons a.flickr:hover
{
   color: #ff1981;
 border: 1px solid #ff1981;   
}
.transparent_round-icons a.googleplus:hover
{
   color: #db514f;
 border: 1px solid #db514f;   
}
.transparent_round-icons a.facebook:hover
{
   color: #556fa3;
 border: 1px solid #556fa3;   
}
.transparent_round-icons a.twitterbird:hover
{
   color: #018cd1;
 border: 1px solid #018cd1;   
}

/*========================= Social Icons  ================================================= */
/*========================= Single Post  ================================================= */

/*=========================  Single Post ================================================= */
#single_page .type-post
{
    border: 1px solid #cfcfcf;
    padding: 0 2%;
    margin-top: 4%;
}
.sep
{
    display: none;
}


#aspire_content .type-post .sep
{
    display: none;
}
.post_title_single {
    margin: 0 0 20px;
    text-align: left;
}
/*========================= Footer Widgets  ================================================= */
#footer-widgets li
{
    list-style: none;
    padding: 2px;
}
/*=========================  Footer Widgets ================================================= */
/* Accessibility CSS */
.dropdown-menu
{
	display: block;
	left: -999em;
        z-index: 9999;
}
.menu-item-has-children:hover > ul
{
	display:block;
	left: 0;	
}
.menu-item-has-children.focus > ul
{
	display:block;
	left:0;	
}
/* skip Links */
.skip-link.screen-reader-text {
	font-size:1em;
 }
/* Accessibility - search form css
+-------------------------------------------------*/
.search-query
{
   font-weight: normal;
}
/*  Sidebar and main headings */
aside h3{
position:relative;
}

aside h3::after {
    border-bottom:solid 2px #c25766;
    bottom: -7px;
    content: "";
    left: 0;
    position: absolute;
    width: 100px;
}
.entry-header h2 span, .entry-header h1 span, .post_title_single span, .page-header span, .google-maps-title span, #gallery h2 span, #boxes_container h2 span, .video-content h2 span {
position:relative;
display: inline-block;
margin-bottom: 20px;
}
.page-header span
{
    margin-bottom: 0;
}
.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 #c25766;
    top: 115%;
    content: "";
    left: 0;
    position: absolute;
    margin:0 auto;
   
    width: 100px;
}
#archive_page .page-header .author_archive span::after
{
    left: -75%; 
}

.post_title_single span::after
{
    border-bottom:solid 2px #c25766;
   top: 115%;
    content: "";
    left: 0;
    position: absolute;
    margin:0 auto;
    
    width: 100px; 
}
.magazine-metadata a, .s_post_details a
{
    color: #c25766;
}
/* Post Image  */
.wp-caption.alignnone
{
    margin: 0;
}
#footer-widgets .widget-container
{
    border: none;
}
.cyberchimps-product-link
{
    text-align: center;
}
.postformats
{
    margin-top: 10px;
}
#after_footer .container
{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#after_footer .cc-credit-text, #after_footer .cc-credit-logo
{
    float: none;
    
}

/* ======================== Sub Menu ===================================================== */
.dropdown-menu
{
    padding: 0;
    background-color: rgba(255,255,255,0.9);
    
}
.dropdown-menu li {
    border-bottom: 1px solid #cfcfcf;
    padding: 5px;
}
.dropdown-menu li a
{
    font-size: 16px;
}
.navbar-nav > li > .dropdown-menu
{
    border-radius: 0;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover
{
     background: none;
     
}
.dropdown .dropdown-toggle:after
{
    content: "\f0d7";
    font-family: fontawesome;
    color: #c25766;
    padding-left: 3px;
}
.glyphicon-plus
{
    display: none;
}
.dropdown-menu > .active, .dropdown-menu > .active:focus, .dropdown-menu > .active:hover
{
    background-color: #c25766;
   
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover

{
    background-color: #c25766;
}
.dropdown-menu > li > a
{
    color: #777;
}
/*=====================  Breadcrumps ===========================================*/
.breadcrumbs
{
    display: inline-block;
   
    padding: 5px 20px;
    margin: 0 15px;
    background: #f7f7f7 none repeat scroll 0 0;
}
.breadcrumbs a, .breadcrumbs .current
{
    padding: 5px 10px;
}
.breadcrumbs .current
{
   color: #c25766; 
}
.content-sidebar-left
{
    float: right;
}
.content-sidebar-2
{
    float: inherit;
    display: inline-block;
}
.right-sidebar
{
    float: right;
}


/* ========================  Simple Home Page ===============================================  */
.page-template-home-simple #page_slider_section .container
{
   width: 90%;
   max-width: 100%;
}
.page-template-home-simple .carousel-caption > h2{
   background: rgba(0,0,0,0.6);
   
    padding: 5%;
    margin: 0;
}
.page-template-home-simple .carousel-caption > p{
   background: #c25766 none repeat scroll 0 0;
   opacity: 0.7;
   padding: 2%;
    
}
.page-template-home-simple .carousel-caption
{
   left:5%;
   right: 40%;
   
}
#cyberchimps_product_text h2
{
    text-align: left;
}
#archive_page #container
{
    margin-top: 2%;
}
/* ========================  Simple Home Page ===============================================  */
/* ======================== Comment Vaidation ===============================================  */
#commentform .error  { padding: 0 0 5px 0; color: #c25766; }
#commentform input.error, #commentform textarea.error { color:#000000; }

/* ========================  Butons Style ===============================================  */
.button
{
    display: inline-block;
}
a.button:hover{
    color: #fff;
    text-decoration: none;
}
a.button.medium{
    font-size: 18px;
    padding: 0.6em 1.5em;
}
a.button.large{
    font-size: 20px;
    padding: 0.8em 1.8em;
}
a.button.turquoise
{
    background: #39a895;
}
a.button.blue
{
    background: #485b85;
}
a.button.red.three-d
{
    border-bottom:4px solid #A13E4C;
}
a.button.turquoise.three-d
{
    border-bottom:4px solid #2A796b;
}
a.button.blue.three-d
{
    border-bottom:4px solid #1f325c;
}
a.button.red.alt-button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #c25766;
    color: #c25766;
}
a.button.turquoise.alt-button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #39a895;
    color: #39a895;
}
a.button.blue.alt-button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #485b85;
    color: #485b85;
}
a.button.red.alt-button, a.button.turquoise.alt-button, a.button.blue.alt-button
{
    font-weight: bold;
}
a.button.red.alt-button:hover
{
   background: #c25766;
   color:#fff;
}
a.button.turquoise.alt-button:hover
{
    background: #39a895;
    color: #fff;
}
a.button.blue.alt-button:hover
{
   background: #485b85;
   color: #fff;
}
a.button.red:hover{
    background: #af3d4d;
    color: #fff;
}
a.button.red:active{
   
    color: #fff;
}
a.button.turquoise:hover{
    background: #318c7c;
    color: #fff;
}
a.button.blue:hover{
    background: #3a496b;
    color: #fff;
}
a.button:focus
{
    color: #fff;
    text-decoration: none;
}

/* ========================  Buttons Style ===============================================  */
/* ======================== Product Button ===============================================  */
#cyberchimps_product_button{
    float: left;
    margin: 15px 0;
}
/* ======================== Product Button ===============================================  */
/* ======================== Testimonial Element ===============================================  */
#testimonial_section
{
    margin: 0;
}
#testimonial .carousel-control
{
 background-color: none;
 color: #fff;
 height: inherit;width: 0;
}
/* ======================== Testimonial Element ===============================================  */
/* ========================  Media Queries ===============================================  */

@media only screen  and (max-width: 1200px)
{
	.aboutheading{
	border-right: none;
	}
}
@media only screen and (max-width: 991px)
{
	#boxes_container .boxes .box
	{
	padding-bottom: 4%;
	}
}
@media only screen  and (max-width: 980px)
{
	#page_slider_section{margin: 0;}
	.navbar-header
	{
	padding-left: 10%;	
	padding-right: 10%;
	}
	.rightnavbar
	{
		padding-right: 10%;
	}
        #error_page .content-sidebar-left
        {
            float: inherit;
        }
	
}
@media only screen  and (max-width: 769px)
{
	body
	{
	padding-left: 0 !important;
	padding-right: 0 !important;
	}
	#page_slider_section .col-lg-12
	{
	padding-left: 0;
	padding-right: 0;
	}
	.navbar-header .admin_bar
	{
	   display: none;
	}
        #logo
        {
           padding: 15px;
           min-width: 150px;
           float: none;
           text-align: center;
              
        }
       .blog-description {
       
        padding: 0 15px;
    
        }
        .navbar-default
        {
          margin: 10px 0;
          float: inherit;
        }
        .navbar-header
	{
	padding-left: 0;	
	padding-right: 0;
	}
        .navbar-toggle
        {
            padding: 2px 10px;
        }
        .navbar-toggle button, .navbar-default
        {
            margin: 0;
        }
	#register
       {
          background: #fff;
/*          border: 1px solid #cfcfcf;*/
          padding: 0;
       }
       .navbar-collapse.collapse.in
       {
           background: #fff;
           border: 1px solid #cfcfcf;
           text-align: center;
       }
       .recent_post_metadata
        {
            margin-top: 10px;
        }
        #callout_section_section .col-lg-12
        {
            padding: 0;
        }
        .carousel-caption
        {
            bottom: 0;
        }
        .dropdown-menu
        {
            position: unset;
            text-align: center;
            float: none;
            box-shadow: none;
            border: none;
        }
        .dropdown-menu li
        {
          border-bottom: none;  
        }
         #testimonial_section{
            padding: 5% 1% 3% 1%;
        }
        .testimonial_content::before{
            top: -20px;
        }
}
@media only screen  and (max-width: 480px)
{
       .carousel-caption
	{
	background-color: #505055;
	}
        .map_contact-content
        {
           padding: 0; 
        }
        .slider-left, .slider-right
        {
            top: 20%;
        }
        .carousel-caption > p
        {
            padding-bottom: 5%;
        }
        .positive_recent_posts_ul
        {
            text-align: center;
        }
        .recent_post_metadata
        {
            margin-top: 10px;
        }
        .wp-caption.alignright
        {
            margin: 0
        }
}
