/*
Theme Name: Mashshare Theme
Theme URI: https://mashshare.net
Author: Steffen Arnold, René Hermenau
Author URI: https://mashshare.net

Description: Mashshare is a flat and minimal design theme powered by TwitterBootstrap 3.0. It has unique designed for SEO optimization with faster page loading. It can be  used as a started theme for development of any website. It has lots of theme hook to help developer for further development.  The flat look starter theme having a lot of theme functionality to manage logo fav icon and social media profile etc. The theme can be used for any kind of blog or news websites. This is fully responsive theme, works perfectly with any mobile devices or tablet.   
* Global
* Content
* Post styling
* Singe Post/Page Pagination
* Media
* Widgets
* Buttons
* Infinite Scroll 
* Custom Styles
* Navigation 
* Comments
* Attachment styling
* Footer
* Mobile Styling
* Social icons
* Call For Action

Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: white, light, green,  two-columns, right-sidebar, left-sidebar, responsive-layout, custom-menu, featured-images
Text Domain: mashshare

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

mashshare is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

*/

/* Table of content
----------------------------------------------- 
1. Global
2. Content
3. Post styling
4. Singe Post/Page Pagination
5. Media
6. Widgets
7. Buttons
8. Infinite Scroll
8. Custom Styles
9. Navigation
10. Comments
11. Attachment styling
12. Footer
13. Mobile Styling
14. Social icons
15. Call For Action
*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);


@font-face{
           font-family:"mashshare";
           src:url("fonts/mashshare.eot");
           src:url("fonts/mashshare.eot?#iefix") format("embedded-opentype"),
               url("fonts/mashshare.woff") format("woff"),
               url("fonts/mashshare.ttf") format("truetype"),
               url("fonts/mashshare.svg#mashshare") format("svg");
           font-weight:normal;font-style:normal
}

/* =Global
----------------------------------------------- */
body {
  /*color: #555;*/
  color:#313131;
  word-wrap: break-word;
  line-height: 28px;
  background: #f6f6f6;
  overflow-x: hidden; 
  font-size:18px;
  /*font-family: 'Montserrat', sans-serif;*/
}

a {
  color: #00adef;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover,
a:focus {
  color: #008EC3;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #1FA67A;
}

h1,
.h1 {
  font-size: 32px;
}

h2,
.h2 {
  font-size: 28px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 20px;
}

h6,
.h6 {
  font-size: 14px;
}

p {
    margin: 0 0 30px;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
  font-size: 100%; /* Corrects font size not being inherited in all browsers */
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline; /* Improves appearance and consistency in all browsers */
  *vertical-align: middle; /* Improves appearance and consistency in all browsers */
  padding:5px; /* Improves appearance and consistency in all browsers */
  border-radius:3px; /* Improves appearance and consistency in all browsers */
  border: 1px solid #E8E8E8; /* Improves appearance and consistency in all browsers */
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing:    content-box;
  box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #555;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}
textarea {
  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top; /* Improves readability and alignment in all browsers */
  width: 100%;
}


/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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-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 */
}

/* Clearing */
.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;
}

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

/* =Content
----------------------------------------------- */

.sticky {
	
}
.sticky-icon {
	font-size: 40px;
}
.hentry {
  margin: 0 0 0;
  padding: 0px;
  background: #f6f6f6;
}
.home-widget-area {
	background: #fff;
	margin-bottom: 50px;
}

.byline,
.updated {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
  margin-right: 0;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
#content {
  margin-top: 40px;
  margin-bottom: 40px;
}
/* =Post styling
----------------------------------------------- */
.entry-meta a {
  font-size: 13px;
}
footer.entry-meta {
	clear: both;
}
#main .page-header {
  margin-top: 0;
}

.entry-meta a {
  color: #6B6B6B;
}
.entry-meta .fa {
  font-size: 14px;
  margin-right: 3px;
  color: #1FA67A;
}
.entry-meta span {
  margin-right: 10px;
}
.entry-title {
  font-size: 32px;
  color: #444;
}
.entry-title a {
  color: #444;
}
.entry-title a:hover {
  color: #555;
}
.btn.btn-default.read-more {
  float: right;
  border: 1px solid #E8E8E8;
  color: #1FA67A;
  background-color: #fff;
  margin-top: 10px;
}
.btn.btn-default.read-more:hover {
  color: #FFF;
  background-color: #1FA67A;
}
.search .btn.btn-default.read-more {
  float: none;
}
hr.section-divider {
  border-color: #E8E8E8;
  margin-top: 20px;
  margin-bottom: 0px; 
}

/* =Singe Post/Page Pagination
----------------------------------------------- */
.page-links span {
  display: inline-block;
  color: #fff;
  background-color: #1FA67A;
  border-radius: 4px;
  padding: 2px 10px;
  margin-left: 2px;
}
.page-links a span {
  background-color: inherit;
  border: 1px solid #E8E8E8;
  color: #1FA67A;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.page-links a:hover span {
  background-color: #1FA67A;
  border: 1px solid #1FA67A;
  color: #fff;
}
/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}
.comments-area {
	padding: 20px;
	background: rgba(255,255,255,0.8);
}
.home-widget {
	padding: 20px 10px;
}
.content-404, .searchresult {
	background: #fff;
	padding-bottom: 30px;
}
/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.site-main .gallery {
  margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}
.site-main .gallery dd {
  margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

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

/* =Widgets
----------------------------------------------- */

#secondary  .widget {
  margin: 0 0 30px;
  padding: 30px;
  background: #fff;
}
.widget .nav>li>a {
	padding: 10px 10px;
}
/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}
#headerimage img {
	max-width: 100%;
	height: auto;
}
/* Search widget */
.widget_search .search-submit {
  display: none;
}

.widget > ul > li, 
li.recentcomments {
  border-bottom: 1px solid #EEE;
  position: relative;
  display: block;
  padding: 10px 0;
}
.widget ul li {
    list-style: none;
}
.widget ul {
    padding: 10px 10px;
}
.widget-title {
  font-family: helvetica, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: normal;
  color: #444;
  margin: 0;
  font-weight: normal;
  margin-bottom: 15px;
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #AAA;
  padding: 10px 0;
}
.widget ul.nav.nav-tabs {
  padding: 0;
}
.tab-content ul li {
  list-style: none;
}
#secondary .widget_archive ul li:before,
#secondary .widget_categories ul li:before,
#secondary .widget_recent_comments ul li:before {
  font-family: fontawesome;
  margin-right: 10px;
}
#secondary .widget_archive ul li:before {
  content: '\f073';
}
#secondary .widget_categories ul li:before {
  content: '\f115';
}
#secondary .widget_recent_comments ul li:before {
  content: '\f0e5';
}

.tab-content .tab-thumb {
  float: left;
  margin-right: 8px;
  padding-top: 5px;
  float: left;
  line-height: 0px;
  width: 60px;
  height: 60px;
}
.tab-content li {
  overflow: hidden;
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
  margin: 0 0 8px;
  padding: 0 0 6px;
}
.tab-content .tab-entry {
  display: block;
}
.tab-content > .active {
  background-color: #ededed;
  border-radius: 3px;
}
.tab-content ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tab-content .tab-entry {
  font-size: 14px
}

.tab-content {
  overflow: auto;
  border-radius: 4px;
  padding: 20px;
  position: relative;
  z-index: 1;
  background: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(29,58,82,.1);
  box-shadow: 0 2px 6px rgba(29,58,82,.1);
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.tab-comment {
  font-size: 18px;
  padding: 0 2px;
}
.nav-tabs > li > a {
  border-bottom-color: transparent;
  text-transform: uppercase;
}
.tab-content i {
  font-size: 12px;
}
.tab-thumb.thumbnail {
  margin-bottom: 5px;
}
.tab-content #messages li:before {
  content: '\f0e5';
  font-family: fontawesome;
  float: left;
  padding-right: 10px;
  font-size: 20px;
  color: #1FA67A;
}

/* =Buttons
----------------------------------------------- */
.btn-default, .label-default {
  background-color: #1FA67A;
  border-color: #1FA67A;
}
.btn-default:hover, .label-default[href]:hover, .label-default[href]:focus, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, #image-navigation .nav-previous a:hover, #image-navigation .nav-next a:hover {
  background-color: #1b926c;
  border-color: #1b926c;
}
.btn.btn-default {
    color: #FFF;
}
/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-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;
}
#infinite-handle span {
  display: block;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  border-radius: 4px;
  padding: 12px;
  background: transparent;
  border: 1px solid #E8E8E8;
  color: #1FA67A;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#infinite-handle span:hover {
  background-color: #1FA67A;
  color: #fff;
}
/* =Custom Styles
----------------------------------------------- */
.site-branding {
  margin-top: 20px;
  margin-bottom: 20px;
}
.site-description {
  color: #777;
  font-weight: 200;
  font-size: 16px;
}
.page-template-page-homepage-php .carousel {
  margin-top: -20px;
  margin-bottom: 20px;
}

/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] a,
.more-link {
  border: 1px solid #E8E8E8;
  padding: 6px 12px;
  border-radius: 4px;
  display: block;
  background: #fff;
}
.site-main [class*="navigation"] a:hover,
.more-link:hover {
  color: #fff;
  background: #1C1C1C;
  text-decoration: none;
}
.more-link {
  float: right;
  margin: 10px 0;
}
.site-main [class*="navigation"] {
  margin: 0 0 1.5em;
  overflow: hidden;
}
[class*="navigation"] .nav-previous {
  float: left;
}
[class*="navigation"] .nav-next {
  float: right;
  text-align: right;
}
.navbar.navbar-default {
  background-color: #fff;
  font-weight: 200;
  margin-bottom: 0;
  /*margin-top: -2px;*/
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 999;
  width: 100%;
}

.navbar-default .navbar-nav > li > a {
  color: #999;
  line-height: 30px;
}
.navbar > .container .navbar-brand {
  color: #1FA67A; 
  height: auto !important;
}
.navbar > .container .navbar-brand span {
 font-size: 14px;
 padding-left: 10px;
 margin-top: -5px;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover,
 .navbar-default .navbar-nav > .open > a:focus {
  border-right: none;
  border-left: none;
}
.navbar {
  border-radius: 0;
}
.navbar-default {
  border: none;
}
.navbar > .container .navbar-brand {
  font-size: 24px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #1FA67A;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #999;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a {
  padding: 5px 13px;
  color: #fff;
}
.dropdown-menu {
	z-index: 9999999;
}
.dropdown-menu,
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
  border: none;
}
.dropdown-menu > .active > a, 
.navbar-default .navbar-nav .open .dropdown-menu > .active > a {
  background-color: #282828;
  color: #fff;
}
  
.dropdown-menu .divider {
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-nav > li > .dropdown-menu {
  padding: 0;
}
.navbar-nav > li > a {
  padding-top: 18px;
  padding-bottom: 18px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar > .container .navbar-brand {
  line-height: 66px;
  padding: 0px 0px;
}
.nav.navbar-nav {
  float: right;
}
.top-link {
	background: #000;
}
.top-link ul {
	margin: 0px;
	padding: 5px 0px;
	list-style-type: none;
}
.top-link ul li {
	display: inline-block;
	padding: 3px 10px;
}
.top-link ul li ul {
	position: absolute;
	display: none;
}
.top-link ul li a  {
	color: #555;
}
.top-link ul li a:hover  {
	color: #fff;
}

.footer-nav {
	margin: 0px;
	padding: 5px 0px;
	list-style-type: none;
}
.footer-nav li {
	display: inline-block;
	padding: 3px 10px;
}
.footer-nav li ul {
	position: absolute;
	display: none;
}
.footer-nav li:hover ul {
	position: absolute;
	display: none !important;
}
.footer-nav li a  {
	color: #555;
}
.footer-nav li a:hover  {
	color: #fff;
}

#menu-secondarymenu {
	margin: 0px;
	padding: 5px 0px;
	list-style-type: none;
}
#menu-secondarymenu li {
	display: inline-block;
	padding: 3px 10px;
}
#menu-secondarymenu li a  {
	color: #555;
}
#menu-secondarymenu li a:hover  {
	color: #fff;
}
.header-social ul {
	text-align: right;
}
@media (max-width: 767px) {
  .nav.navbar-nav {
    float: none;
  }
}  
/* =Comments
----------------------------------------------- */

.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
}

#respond {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0px !important;
}
  
#respond > p, #respond p.comment-notes, p.logged-in-as {
  margin-bottom: 10px;
}

p.logged-in-as {
  padding-bottom: 0px;  
}

.comment-list {
  margin-bottom: 40px !important;
  margin-left: 0px !important;
  padding-left: 0;  
}

.comment .comment-body {
  background-color: #ffffff;
  margin: 0;
  overflow: hidden;
  padding: 25px;
  margin-top: 2em;
  padding-left: 116px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0);
  border-color: #E8E8E8;
  border-radius: 4px;
}

.comment-list .children {
  margin-left: 0px!important;
  padding-left: 40px;
  border-left: 1px solid #E8E8E8;
  background-repeat: no-repeat;
  background-position: left 20px;
}

.comment-list li.comment > div img.avatar {
  position: absolute;
  left: 29px;
  top: 29px;
}

#comment-form-title {
  font-size: 24px;
  padding-bottom: 10px;
}
.vcard .avatar {
  position: absolute;  
  left: 29px;  
  top: 29px;
}
.comment-metadata {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px;
}
.comment-reply-link {
  float: right;
}
.form-allowed-tags code {
  word-wrap: break-word;
  white-space: inherit;
}
.comment-respond label {
  display: block;
  font-weight: normal;
}
.comment-respond .required {
  color: #C7254E;
}


/* =Attachment styling
----------------------------------------------- */
#image-navigation .nav-previous a,
#image-navigation .nav-next a{
  padding: 5px 20px;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  display: block;
}
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover{
  background-color: #1FA67A;
  color: #fff;
}
#image-navigation .nav-previous,
#image-navigation .nav-next {
  margin: 10px 0;
}

/* =Footer
----------------------------------------------- */

#footer-area {
  background-color: #282828;
  color: #CCC;
  font-size: 12px;
  border-top: 5px solid #ffffff;
}

#footer-area h4 {
  color: #ccc;
  border-bottom: 1px solid #4d4d4d;
  line-height: 23px;
}

#footer-area .container {
    margin-top:10px;
}

#footer-area a {
  color: #cccccc;
  text-decoration: underline;
  font-weight: bold;
}
#footer-area .footer-widget-area {
  padding: 40px 0 20px 0;
  overflow: hidden;
}

#footer-area .site-info nav ul li {
    border-bottom: none;
}
#footer-area .tab-content > .active {
  border: none;
}
#footer-area .nav-tabs > li.active > a, #footer-area .nav-tabs > li.active > a:hover, #footer-area .nav-tabs > li.active > a:focus {
  background-color: transparent;
}
#footer-area .tab-content .tab-entry {
  font-size: inherit;
}
#footer-area .widgettitle {
  font-size: 18px;
  color: inherit;
  margin-top: 0px;
}

#footer-area ul{
    padding-left:15px;
}

#footer-area #social ul li {
  border-bottom: none;
}
#footer-area .widget ul li {
    padding: 10px 0;
    list-style: none;
}
.footer-nav.nav > li {
  position: relative;
  display: inline-block;
}
.footer-nav.nav {
  float: left;
  margin-bottom: 2px;
}
.copyright {
  margin-top: 10px;
  text-align: center;
}
#colophon {
  background-color: #1F1F1F;
  padding: 10px 0;
  border-top: 1px solid #3A3A3A;
}
.site-info a {
  color: #777;
}
.site-info a:hover {
  color: #999;
}
#footer-area a:hover {
  color: #fff;
}
.site-info {
  color: #999;
  font-size: 12px;
}
.footer-nav.nav > li > a:hover {
    background-color: transparent;
}
.scroll-to-top {
  background: #3B3B3B;
  background: rgba(0, 0, 0, 0.4);
  color: #FFF;
  bottom: 4%;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  font-size: 16px;
  padding: 2px 10px;
  border-radius: 4px;
  transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
}
.scroll-to-top:hover {
  background: #ccc;
  opacity: .8;  
}

.pluginConnectTextDark {
  color: #ccc !important;
}

span#u_0_2{
        color: #ccc !important;
}

/* =Mobile Styling
----------------------------------------------- */

@media (max-width: 768px) {
  .pull-right {
    float: none !important;
  }
  .pull-left {
    float: none !important;
  }
  .site-info, .copyright {
      text-align: center;
  }
  .footer-nav.nav, .copyright {
    float: none;
  }
  .flex-caption {
    display: none;
  }
}

/* =Social icons
----------------------------------------------- */

.top-bar {
    border-bottom-color: #E8E8E8;
}
.social-profile {
    font-size: 20px;
    margin: 6px;
    color: #E8E8E8;
}
#social {
    top: 0;
    position: relative;
    text-align: center;
}
#social ul li {
  list-style: none;
  display: inline-block;
  padding: 0 5px;
}
#social ul {
  margin-bottom: 0;
  padding: 0;
}
.fa-googleplus:before {
  content: "\f0d5";
}
@media (max-width: 992px) {
  .site-branding {
    text-align: center;
  }
  #social {
    top: 0;
    float: none;
    text-align: center;
  }
}

/* =Call For Action
----------------------------------------------- */

.callforaction{
  padding: 15px 0px 30px 0px;
  background: #1FA67A;
}
.callforaction-text{
  font-size: 20px;
  color: #fff;
  display: block;
  padding: 10px 0px;
  text-align: center;
}
.callforaction-button {
  background-color: transparent;
  color: #fff;
  padding: 8px 30px;
  border-color: #fff;
  display: block;
  margin: auto;
}
.cfabtn {
	float: none;
	margin: auto;
}
.callforaction-button a,
.callforaction-button a {
  color: #fff;
}
.callforaction-button:hover {
    background-color: #fff;
    color: #1FA67A;
}
.callforaction-button:hover a {
    color: #1FA67A;
}

.nav>li:hover ul {
	display: block;
}
.nav>li ul li a {
	color: #555;
}

/* =own style
----------------------------------------------- */


.navbar.navbar-default {
    background-color: #00ABED;
    font-size: 12px;
    font-weight: 400;
    height: 30px;
    text-transform: uppercase;
    color: #fff;
	border:none;
	/*display:inline-block;*/
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar > .container .navbar-brand {
    line-height: 40px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    line-height: 0px;
}

.nav > li > a {
    padding: 13px 10px;
    /*color: #fff;*/
}

/*.navbar-nav > li > a {
    padding-top: 20px;
}

.nav.navbar-nav.main-nav {
    padding-top: 23px;
}*/

.nav.navbar-nav {
    margin-top: 5px;
	margin-right:10px;
}

.container-fluid {
	padding-left:0px!important;
	padding-right:0px!important;
	}
.content-area.col-sm-12.col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

#content {
  margin: 0px;
}

#header-image {
background-color: #00ABED;
}
/*.hentry {
  padding: 0px!important;
}*/

.page-content, .entry-content, .entry-summary {
    margin: 0 0 0!important;
}

#header_image {
  margin-top: 35px;
  margin-bottom: 35px;
  background-color: #00ABED;
}

body.blog .entry-date{
    margin-top: -10px;
	font-style:italic;
	color: #2A2A2A;
}

body.blog h1{
    margin-top: 0px;
    margin-bottom: 0px;
}

body.blog .entry-title > a{
    color:#2A2A2A;
}



body.blog .section-divider{
       border: none;
}

body.blog .page-header{
	border-bottom:0px;
	padding-bottom:3px;
}

body.single-post .entry-date {
    font-size: 1.6em;
    color: #ffffff;
    font-style: italic;
}

body.single-post .entry-title {
    font-size: 3em;
    color: #ffffff;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    line-height: 1.2em;
    margin-bottom: 0.2em;
    font-weight: 600;
}

body.single-post h2 {
font-size:1.6em;
color:#252525;
}

h1 {
	font-size:3em;
	line-height:1.2em;
  font-weight: 600;
  color: #ffffff;
  /*text-transform: uppercase;*/
}

h2 {
  margin-top: 20px;
  font-weight: 200;
  color: #ffffff;
  font-size:25px;
}

.col-md-6 > ul {
  color: #b3b3b3;
  font-size: 20px;
  font-weight: lighter;
  text-transform: uppercase;
  list-style-type: square;
}

.sticky-wrapper.is-sticky {
    background-color: #00abed;
}

.decor-top {
  /*height:60px; */
}

.decor-top img {
	vertical-align:top;
}

.decor-bottom img {
	vertical-align:top;
}

.panel.price h3 {
    color: #00ABED;
    font-size: 25px;
    text-align: center;
}

h3 {
    /*color: #00ABED;
    font-size: 25px;
    text-align: center;*/
	    color: #000;
    font-size: 22px;
    text-align: left;
    font-weight: 600;
}



.teaser.col-md-8 > p {
    color: #3e3e3e;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}

.addons_container {
  background-color:#00ABED; 
}

.addon_box {
  background-color: #fff;
}
.addon_box img {
  padding-top: 15px;
}

.addon_box.col-md-3 > p {
    color: #3e3e3e;
    text-align: center;
}
.details {
  background-color: #00ABED;
  color: #fff!important;
  margin-left:-15px;
  margin-right:-15px;
  font-size: 20px;
  font-weight: 200;
}
.addons_container h3 {
      color: #fff;
    font-size: 60px;
    font-weight: 200;
    text-align: center;
}

.home-widget-area.row {
    background-color: #fff;
    color: #3e3e3e;
    margin-bottom: 0px;
}

.home-widget-area.row a{
    color: #3e3e3e;
	text-decoration:underline;
}

h4 {
  color:#3e3e3e;
}

h5 {
  color:#fff; 
  
}

.frontpage_addons .thumbnail {
    border-radius: 0px;
    position:relative;
    overflow:hidden;
    background-color:transparent;
    margin-bottom: 15px;
    margin-top: 15px;
    padding:0px;
}

.thumbnail p {
font-size: 15px;
text-align:center;
line-height:1.5em;
} 
 
.caption {
    position:absolute;
    top:-100%;
    right:0;
    background:rgba(0, 171, 237, 0.90);
    width:100%;
    height:100%;
    padding:2%;
    text-align:center;
    color:#fff !important;
    z-index:2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.thumbnail:hover .caption {
    top:0%;
	padding:15px;
}

.btn-default, .label-default[href], .btn-default, #image-navigation .nav-previous, #image-navigation .nav-next {
    background-color: #fff;
    border-color: #1b926c;
}

.label[href] {
    color: #00acee!important;
}


.btn-default:hover, .label-default[href]:hover, .label-default[href]:focus, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, #image-navigation .nav-previous a:hover, #image-navigation .nav-next a:hover {
    background-color: #00acee;
    border-color: #007DAD;
}

.label[href]:hover, .label[href]:focus {
    color: #fff;
}

.navbar-brand > img {
    height: 25px;
}

.btn-primary {
color: #428bca;
background-color: #fff;
border-color: #357ebd;
}

.frontpage_addons .col-xs-12.col-sm-4.col-md-4 {
padding:0px;
}

.frontpage_addons  img {
padding:0px;
}

.navbar-collapse.navbar-ex1-collapse.collapse.in {
	background-color: #00abed;
	padding-left:25px;
}
/*
.testimonial_border {
  border:1px solid #00ABED;
}*/

.thumbnail_ratings h6 a {
  color:#fff; 
}

.thumbnail_ratings a {
  color:#fff; 
}

.thumbnail_ratings {
  border-radius: 4px;
  border:1px solid #00ABED;
    margin:34px;
  padding:0px;
  margin-right: 0px;
}
.thumbnail_ratings h5 {
color: #00ABED;
}

.thumbnail_ratings p {
font-size: 14px;
}
.thumbnail_ratings img {
  padding-left: 0px;

}

.thumbnail_ratings .col-xs-6.col-md-6.col-lg-6 {
    padding-left: 0;
}

.thumbnail_ratings .col-xs-12.col-md-12.col-lg-12  {
    padding-left: 0;
    color: #fff;
}

.thumbnail_ratings .col-xs-12.col-md-12.col-lg-12 a {
    padding-left: 0;
    color: #fff;
}

.row.first_line {
    padding-left: 15px;
    padding-top: 15px;
}

.thumbnail_ratings > p {
    color: #fff;
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: justify;
} 

.testimonials {
  background-color: #f6f6f6;
}   

.navbar-brand {
  margin-left: 15px;
}

@media screen and (max-width: 1024px) {
     .no_small {
      visibility: hidden;
    }
}

@media screen and (max-width: 1024px) {
     .no_small {
      line-height: 13px;
      font-size: 8px;
    }
    .thumbnail h5 {
      font-size: 15px;
    }
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #00B1F6;
    opacity: 1;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
}

.nav > li ul li a {
    color: #555;
    font-size: 12px;
}

.nav.navbar-nav.main-nav {
    padding-top: 8px;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.thumbnail a {
  color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.title_addon {
  font-size: 20px;
  color: #fff;
  line-height:1.5em;

}

.thumbnail {
  line-height: 1.2em
}

@media screen and (max-width: 767px) { 
    .dropdown-menu {
    display: block;
    background-color: #00ABED;
    box-shadow: none;
    color: #fff
}

.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-55329 {
    padding-top: 60px;
} 
.dropdown-menu > li > a {
    padding: 7px 20px;
}

.nav > li ul li a {
    color: #fff;
    font-size: 12px;
}

    .nav.navbar-nav.main-nav {
        height: 270px;
    }
    .menu-item-25288 {
        margin-top:100px;
    }
    .fans-mobile {
        color: #373737;
        padding-left: 40px;
        padding-right: 40px;
    }
    .col-lg-10.col-lg-offset-1  {
        font-size: 16px;
        text-align: center;
    }

    .fans-mobile img {
        border: 2px solid #373737;
        border-radius: 64px;
        margin-bottom:20px;
        margin-top: 20px;
		max-width:104px;
    } 
}

@media screen and (max-width:769px){
.mashsb-count{
font-size:30px !important;
}	
.mashpv.mashsb-count{
display:none !important;
}
}

/*Beginn Download*/
.fluid-page-header {
  background-color: #fff;
}

#content {
  margin-left: auto;
  margin-right: auto;
}
/*#primary {
  padding-left: 0px;
}*/

.site-main.container {
  padding-left: 0px;
}

#content {
    background-color: #00abed;
}


#content-sidebar {
    margin: 0px;
}

#header-image a {
    color: #fff;
    text-decoration: underline;
}

h4 {
    color: #00ABED;
}

.container > pre {
    background-color: #66c7ed;
}

hr {
border: none;
border-top: 1px solid #00ABED;
color: #00ABED;
height: 1px;
}

#page-wrap {
    background-color: #f6f6f6;
}

.sidebar-on-right {
    background-color: #00ABED;
}

.sidebar-on-right h4 {
    color: #fff;
    padding-left: 15px;
    padding-top: 10px;
    font-size: 18px;
}

.sidebar-on-right p {
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 1em;
    font-weight: 300;
}

.sidebar-on-right ul  {
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 1em;
    font-weight: 300;
    padding-top: 0px;
}

.btn-default, .label-default {
    background-color: #00abed;
    border-color: #00abed;
}

.home-widget  {
    padding: 0px;
}

.footer-container {
    padding: 0px;
}

.navbar-header {
    padding-left: 15px;
}

.addon-offer {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 12px;
    text-align: center;
}

.title {
    color: #00abed;
    font-size: 16px;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
}

.addons-row {
    margin-right: 15px;
}

.row-content-addons {
    margin-right: -45px;
}

.attachment-product-image.wp-post-image {
    width: 100%;
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
}

#header-image .attachment-product-image.wp-post-image {
    border: 1px solid #fff;
    margin-bottom: 40px;
    margin-left: 45px;
    margin-top: 20px;
    max-width: 350px;
}

.product {
    margin-bottom: 30px;
    background-color: #fff;
    min-height: 450px;
}

.product-price {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
}

/*.product-buttons {
    padding-bottom: 25px;
}*/

.button.alternative-1.small {
    background-color: #00abed;
    border-radius: 4px;
    color: #fff;
    padding: 10px;
    margin-left: 15px;
}

.button.alternative-1.small {
    text-decoration: none;
}

#content {
    background-color: #F6F6F6;
}

.bbp-username, .bbp-password, .bbp-remember-me {
    color: #555;
    padding-left: 0px;
}

.bbp_login_widget-3 > span {
    color: #fff;
}

#bbp_login_widget-3 h3 {
    padding-top: 15px;
    text-align: left;
}

/*.title > span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}*/

div.bbp-submit-wrapper {
    float: left;
    padding-bottom: 15px;
    padding-left: 15px;
}

.button.submit.user-submit {
    background-color: #00abed;
    border: medium none;
    border-radius: 2px;
    color: #fff;
}

.site-main {
    background-color: #fff;
}

.doc_wrapper {
    background-color: #fff;
}

.type-post {
    background-color: #fff;
}

.entry-title > a {
    color: #00abed;
    font-size: 25px;
}

.entry-title > a:hover {
    color: #00abed;
}

.entry-title {
    /*margin-bottom: 20px;*/
}

.fa.fa-calendar, .fa.fa-comment-o, .fa.fa-folder-open-o, .fa.fa-pencil-square-o, .fa.fa-user, .fa.fa-link {
    color: #00abed;
}

.fa.fa-tags {
    display: none;
}
    
.btn.btn-default.read-more {
    background-color: #00abed;
    border-radius: 4px;
    color: #fff;
    float: left;
}

.btn.btn-default.read-more:hover {
    background-color: #fff;
    color: #00abed;
}

#content-sidebar, #bbp_login_widget-3 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.entry-title {
    color: #00abed;
    font-size: 25px;
}

/*.type-post {
    padding-left: 15px !important;
    padding-right: 15px !important;
    /*margin-top: 15px;
    padding-top: 1px !important;*/
/*}*/

.entry{
  padding: 30px;
  background-color: white;
  margin-top: 30px;
  margin-bottom: 30px;
}

.entry h4 {
  color: #00ABED;
  border-bottom: 1px solid #f3f3f3;
  line-height: 25px;  
}

.entry-content a {
    color: #00abed;
}

.comment-reply-title {
    font-size: 25px;
    text-align: left;
}

#header-image h2 {
    margin-top: -14px;
}

.entry-content {
    background-color: #f6f6f6;
}
        
.entry-content {
    background-color: #f6f6f6;
}    

#header-image svg {
    max-height: 100px;
    max-width: 550px;
}

.toc_toggle > a {
    color: #00adef;
}

.toc_list a {
    color: #00adef;
}

#page-wrap-download .entry-single{
    background-color: #fff;
}

#page-wrap-download .entry-single .hentry{
    background-color: #fff;
	padding:30px;
}


/*.widget.widget_edd_product_details {
    background-color: #fff;
}*/

.sidebar.col-lg-4.col-md-4.col-xs-12 {
    padding-right: 0;
}

/*.widget.widget_edd_product_details h3 {
    border-bottom: 1px solid #aaa;
    margin-left: 25px;
    margin-right: 25px;
    padding-bottom: 10px;
    padding-top: 25px;
}
.title > span { 
    color: #00adef;
    font-size: 26px;
}*/

/*.widget.widget_edd_product_details form {
    padding-left: 50px;
    padding-top: 25px;
.}*/

.mash-add-on-detail-label {
    float: left;
    text-transform: uppercase;
    color: #999;
    font-size: 12px;
    width: 39%;
}
.mash-add-on-detail {
    float: right;
    text-align: right;
    width: 58%;
}

.widget_text{
margin-bottom:40px;
}

.license-box-small{
    background-color: #f1f1f1;
    color: #777;
    font-size: 13px;
    line-height: 1.6;
    padding: 10px !important;
    border-radius: 4px;
}

.widget_text h3 {
  margin: 0 0 5px;
  font-weight: 400;
  font-size: 18px;
  text-align: left;
  /*border-top: 1px solid #aaa;*/
  border-bottom: 2px solid #eaeaea;
  padding: 5px 0;
}

.widget_edd_product_details h3 {
  margin: 0 0 5px;
  font-weight: 400;
  font-size: 18px;
  text-align: left;
  /*border-top: 1px solid #aaa;*/
  border-bottom: 2px solid #eaeaea;
  padding: 5px 0;
}

.widget_edd_product_details h3 span, .widget_text h3 span{
    color:#555;
}

.edd_price_options.edd_single_mode > ul {
    font-size: 14px;
}

.edd_price_options.edd_single_mode > ul li label {
    font-weight: 400;
}

.edd_purchase_submit_wrapper {
    padding-bottom: 25px;
}
    
        .panel.price,
        .panel.price>.panel-heading{
            border-radius:0px;
             -moz-transition: all .3s ease;
            -o-transition:  all .3s ease;
            -webkit-transition:  all .3s ease;
        }
        .panel.price:hover{
            box-shadow: 0px 0px 30px rgba(0,0,0, .2);
        }
        .panel.price:hover>.panel-heading{
            box-shadow: 0px 0px 30px rgba(0,0,0, .2) inset;
        }
        
                
        .panel.price>.panel-heading{
            box-shadow: 0px 5px 0px rgba(50,50,50, .2) inset;
            text-shadow:0px 3px 0px rgba(50,50,50, .6);
        }
        
.panel.price > h3 {
    /*background-color: #474747;*/
    color: #555;
    font-size: 25px;
    margin-bottom: 0;
    padding-bottom: 25px;
    padding-top: 25px;
    font-weight: 700;
}

.mash_license {
    font-size: 40px;
    font-weight:700;
}
.mash_etc {
    padding-top: 15px;
    padding-bottom: 15px;
}

.mash_btn {
    border: 0px;
}

.fist_box, .third_box {
    margin-top: 30px;
}

.second_box {
    /*border: 10px solid #00ABED;*/ 
	border: 10px solid #83c11f;
}

.mash_bundle h6 {
    color: #2C2C2C;
    font-size: 17px;
    font-weight: 600;
}

.mash_bundle a {
    color: #00ABED;
}
.mash_police {
    background-color: #fff;
    padding:40px; 
    font-size: 16px;
    margin-bottom: 40px;
}

#toc_container {
  background: #f6f6f6;
  border: 1px solid #EEE;
  padding: 10px;
  margin-bottom: 1em;
  width: auto;
  display: table;
  font-size: 95%;
}

.toc_list a {
  color: #00adef;
  font-size: 14px;
  line-height: 2.1rem;
}

#toc_container a:hover {
  font-weight: bold;
  text-decoration: none;
}

.mash_star {
    margin-top: 25px;
    margin-bottom: 40px;
}

#menu-main_manue li a{
    text-decoration: none;
}

.textwidget h4 {
    margin-top: 0px;
}
.textwidget p {
    margin-bottom: 0px;
}

#secondary .widget h3 span {
  font-family: arial, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #555555;
}
#secondary .widget h3 {
text-align: left;
border-bottom: 1px solid #F1F1F1;
padding-left:0px;
}

.bbp-tickets {
    padding: 10px;
}

.bbp-tickets li a{
    text-decoration: none;
}

.bbp-tickets form .btn-default{
    margin-left:10px;
}

#support-tabs li a {
    text-decoration: none;
}

#bbpress-forums{
    margin-bottom:0px;
}
.well {
    box-shadow: none;
    border-radius: 0px;
    background: none;
    border: none;
}
.nav-tabs > li > a  {
    text-decoration: none;
}

tbody a {
    text-decoration: none;
}

#edd_user_history > thead {
    height: 50px;
    margin-left: 10px;
}

.btn-default a {
    color:white;
    text-decoration: none;
}



#edd_user_history > tbody >tr:nth-child(even) {
       background-color: #e6e6e6;
}

#edd_user_history th {
    background: none repeat scroll 0 0 #dbdada;
    font-weight: 600;
    color: #474747;
}

tbody {
    background-color: #fff;
}

.edd_profile_billing_address_label legend{
    color: #555;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu> li a:hover, .dropdown-menu>.active>a:focus{
      background-color: #00adef;
}

.dropdown-menu> li a:hover {
    background-color:#f6f6f6;
    opacity: 1;
    color:#555;
}

.navbar-nav>li>.dropdown-menu {
  border-radius: 0px;
}


#bbpress-forums .status-closed, #bbpress-forums .status-closed a {
    color:#00adef;
}

.bbp-topic-title .resolved{
    color:green;
}

.carousel-caption {
    font-size: 16px;
    color: #555;
    font-weight: 300;
    text-shadow: none;
}

.carousel-caption img {
    border-radius: 50%;
    margin-bottom:10px;
    max-width: 20%;
}

.carousel-inner>.item {
    min-height: 400px;
}

.subnav {
    display: none;
}

.carousel-indicators li {
   
    border: 1px solid #00adef;
}

.carousel-indicators .active {
    background-color: #00adef;
}

.site-main .mashpv .mashsb-sharetext, 
.site-main .mashpv .count,
.site-main .counts, 
.site-main .mashsb-sharetext
{
    color:white;
}



.mashsb-count {
    font-size: 40px;
    line-height: 11px;
}

/*.edd-submit.button.blue{
    background-color: #00adef;
    border-color: #0099D3;
}*/

.edd-submit.button.blue{
    background-color: #83c11f;
    border-color: #83c11f;
}
.edd-submit.button.blue:hover{
    background-color: #8DCE23;
    border-color: #8DCE23;
}



.mash-jumbotron {
  background: #f8f8f8;
  padding: 30px 30px;
  border-radius: 4px;
  margin: 0 0 20px 0;
}

.sidebar .widget-container{
    background-color: white;
    margin-left: 50px;
    padding: 40px;
}

.single-download .edd_download_purchase_form {
  margin-bottom: 0px;
}

.page-template-page-checkout h1{
    margin-top:0px;
}

#edd_checkout_form_wrap #edd_final_total_wrap {
  text-align: center;
  padding: 25px;
}

#edd_final_total_wrap .edd_cart_amount, #edd_final_total_wrap strong {
  font-weight: 300;
  font-size: 26px;
  font-size: 2.6rem;
}

#edd_final_total_wrap .edd_cart_amount {
  font-weight: bold;
}

#edd-purchase-button, .edd-submit, input[type=submit].edd-submit {
  display: block;
  /*font-size: 18px;
  font-size: 1.8rem;*/
  font-weight: 300;
}

#edd_checkout_cart a.edd-cart-saving-button{
    display: none;
}

#edd_final_total_wrap {
  font-size: 17px;
  padding: 20px;
  background: #f7f9fa;
  border-top: 2px solid #e9ecef;
  border-bottom: 2px solid #e9ecef;
}

.close {
    opacity: 1.0;
}

.close > span {
    color: #fff;
    font-size: 75px;
    font-weight: 300;
    margin-right: 25px;
    
}

.wall_testimonial {
    padding: 25px;
}

.wall {
    background-color: #090908;
    color: #a1a1a1;
    margin-top: 45px;
}

.header-color {
    height: 150px;
    color: #000;      
}

.modal-header h4 {
    color: #fff;
    padding-top: 20px;
    padding-left: 50px;
    font-size: 36px;
    font-weight: 300;
    padding-bottom: 20px;
    background-color: #00ABED;
}

.modal-header {
    border-bottom: none;
    height: 55px;
    padding:0px;
}

.modal-content {
    box-shadow: none;
    border: none;
    border-radius: 0px;
}

.modal-dialog {
    margin-top: 0px;
    width: 100%;
    height: 200px;
}

.modal.fade.in {
    z-index: 999999;
}

@media (min-width: 768px) and (max-width: 992px) {  
    .carousel { margin-top: 20px;
    }
    .item {
        margin-top: 7px;
    }
}


.btn.btn-primary.btn-lg {
    background-color: #00adef;
    border: 1px solid #0099d3;
    color: #fff;
    font-weight: 300;
}

.btn.btn-primary.btn-lg:hover {
    background: #3276b1 none repeat scroll 0 0;
    border: 1px solid #285e8e;
    color: #fff;
}

.col-md-3.col-sm-3.col-xs-12 > img {
    border-radius: 50px;
}

#mashbar-header {
  z-index: 99999;
}


#bbpress-forums .moderator-tools {
    clear: both;
}

#edd_user_history .edd_purchase_id, #edd_user_history .edd_download_download_name {
    padding-left:10px;
}

#myTabContent {
margin-bottom:10px;
}

#myTabContent #profile{
    background-color: #fff;
}

#myTabContent legend {
    background-color: #f1f1f1;
    padding-left:20px;
    color: #555;
    border-bottom:0px;
    font-size: 17px;
}


#myTabContent #tab3 p {
    padding-left: 20px;
    margin:0px;
}

#myTabContent #tab3 label {
    min-width: 130px;
    margin-bottom:20px; 
}

.download-button {
  line-height: 38px;
  font-size: 17px;
  padding: 2px 18px 3px;
  font-weight: 300;
  color: #fff;
  margin-top: 15px;
  display: inline-block;
  text-align: center;
  position: relative;
  border-radius: 3px;
  -webkit-transition: background .2s linear;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3),inset 0 2px rgba(255,255,255,.2);
  box-shadow: 0 1px 3px rgba(0,0,0,.3),inset 0 2px rgba(255,255,255,.2);
  background: -webkit-linear-gradient(top,#00abed 0,#1a7fcc 100%);
  background: -moz-linear-gradient(top,#00abed 0,#1a7fcc 100%);
  background: -o-linear-gradient(top,#00abed 0,#1a7fcc 100%);
  background: -ms-linear-gradient(top,#00abed 0,#1a7fcc 100%);
  background: linear-gradient(top,#00abed 0,#1a7fcc 100%);
  text-decoration: none;
}

.teaser .download-button {
  font-size: 19px;
  padding: 2px 25px 3px;
  color:#ffffff;
}

.teaser .download-button:hover {
  text-decoration: none;
  background: -webkit-linear-gradient(top,#00B3F8 0,#1a7fcc 100%);
  background: -moz-linear-gradient(top,#00B3F8 0,#1a7fcc 100%);
  background: -o-linear-gradient(top,#00B3F8 0,#1a7fcc 100%);
  background: -ms-linear-gradient(top,#00B3F8 0,#1a7fcc 100%);
  background: linear-gradient(top,#00B3F8 0,#1a7fcc 100%);
}

.download-button:hover{
opacity:0.9;
color:white;
}

.bbp-body .bbp-topic-title {
    font-size: 13px;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
  font-size: inherit;
}

.edd-submit.button {
    background-color: #00abed;
    border-color: #00abed;
}

.addon-offer img {
	border: 1px solid #E9E9E9;
}

.front_h {
    color: #00ABED;
    font-size: 60px;
    font-weight: 200;
    text-align: center;
    margin-top:0px;
}

.kbe_breadcrum {
  margin-left: 30px;
}

#page-wrap-download.container{
  margin-top: 40px;
  margin-bottom: 40px;
}

.addons-row.last.product {
margin-bottom:0px;
}

.post-type-archive-kbe_knowledgebase #kbe_container {
margin-top:40px;
margin-bottom:40px;
}

.email-subscription .btn-default {
background-color: #faee40;
color:#555;
}

.email-subscription .wysija-paragraph {
display:block;
float:left;
max-width:310px;
width:183px;
}

.email-subscription .wysija-input {
margin-top:1px;
width:180px;
}

.mashsb-toggle-container {
  background-color: #00adef;
}



@media screen and (min-width:700px) { 
  li.purchase>a:before {
  font-family: 'mashshare';
  content: "\e008";
}

li.menu-item>a:before {
  font-size: 26px;
  font-family: "mashshare" !important;
  speak: none;
  line-height: 1;
  display: block;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  bottom: 1rem;
  opacity: 1;
  color: #fff;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  margin-bottom: 5px;
}

#menu-main_manue .purchase{
   background-color: #009CD7;
}
#menu-main_manue .purchase a{
   position: absolute;
   /*background-color: #009CD7;*/
   background-color: #83c11f
}
#menu-main_manue .purchase a:hover {
    background-color: #00B1F6;
    transition: all 0.25s ease-in-out 0s;
}
}

.edd-manage-license-back{
    max-width: 100px;
}

.mash-single-featured img{
border:3px solid white;
}

#gallery-2 img {
    border: none !important;
    padding: 5px;
}

@media screen and (max-width:768px) { 
#header-image .attachment-product-image.wp-post-image {
    margin-left: 0px !important;
}
}

#edd_sl_license_upgrades{
width:100%;
}


.single-kbe_knowledgebase #kbe_container{
padding:30px;
}

/*mobile */

@media screen and (max-width:560px){
h1 {
	font-size:2em;
}
.kbe_breadcrum {
    margin-left: 0px;
}
}

.edd_sl_license_row td {
padding-right:10px;
}

.edd_sl_license_key{
display:none;
}

.single-download #content h2{
    color:black;
    font-weight: 600;
}
.single-download #content h3{
line-height: 30px;
}
