/*
Theme Name: DevDmBootstrap3
Theme URI: http://devdm.com/DevDmBootstrap3
Author: Danny Machal
Author URI: http://devdm.com/
Description: A versatile and responsive Bootstrap WordPress starter theme FOR DEVELOPERS based on Twitter Bootstrap 3.3.2.
Version: 1.60
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, right-sidebar, fluid-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, rtl-language-support, theme-options, translation-ready
Text Domain: devdmbootstrap3

devdmbootstrap3 WordPress Theme, Copyright 2015 Danny Machal.
devdmbootstrap3 is distributed under the terms of the GNU GPL v3.
*/

/* The bootstrap.css file is auto-enqueued in functions.php */

/* YOU SHOULD BE MAKING A CHILD THEME. Don't let me be a bad guy and erase all your hard work with a theme update. I just want to bring you new amazing features. I don't want to destroy your world. I've made a child theme available for you to use. Download it here http://devdm.com/DevDmBootstrap3/child-themes/ */

/****************** Special Blank CSS classes for child themes to use without disturbing core bootstrap styles ****************/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700);

img.avatar-14 {
  width: 28px;
  height: 28px;
}

div.post-info {
  margin-top:-1em;
  margin-bottom:1em;
  font-style: italic;
  color: grey;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
    line-height: 1.7;
}

@media (max-width: 770px) {
	body {
		font-size: 14px;
		line-height: 1.45;
	}
}

@media (max-width: 992px) {
	.navbar .container {
		width: 100%;	
	}
}

a.navbar-brand {
  padding-left:10px;
  padding-right:10px;
}

@media (min-width: 768px) {
  nav div.container {
    padding-right:0px;
  }
}

/* For fixed nav bar */ 

.navbar li {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .2px;
}

.navbar li a {
	padding-left: 12px;
	padding-right: 12px;
}

body {
  /*min-height: 2000px;*/
  padding-top: 50px;
}

container-full {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

h1, h2, h3, h4, h5 {
	font-family: 'Raleway',sans-serif;	
}

h4 {
	margin-top: 1em;
}

h5 {
	margin-top: 1em;
	text-decoration: underline;
}

table.comparison  td, table.comparison  th {
	text-align: center;
}

table.comparison  tr td:first-child{
	text-align: left;
	font-weight: bold;
}

@media (max-width: 770px) {
	table.comparison  {
		font-size:80%;
	}
}

table.features  td, table.features  th {
  text-align: left;
}

table.features  tr td:first-child{
  text-align: center;
  vertical-align: center;
  white-space: nowrap;
}

table.features tr td:nth-child(2) {
  font-weight: bold;
}

@media (max-width: 770px) {
  table.features  {
    font-size:80%;
  }
}

blockquote.citation {
  background: #f9f9f9;
  border-left: 10px solid #772953;
  margin: 1.5em 10px;
  padding: 2em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote.citation:before {
  color: #772953;
  content: open-quote;
  font-size: 6em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote.citation p {
  display: inline;
}

span.ok {
	color:green;
	font-size:1.7em;
}

span.middle {
	color:gray;
	font-size:1.7em;
}

.homeAssert {
	font-weight: bold; 
	font-size: 1em;
	font-family:courier;
	margin-top:0.5em;	
}

@media (max-width: 770px) {
	font-size: 0.4em;
}

span.ko {
	color:darkred;
	font-size:1.5em;
}

.affix-top {
	position: fixed;
}


.img_example {
	border: solid 1px grey;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.back2menu {
	float: right;
	margin-right: 1em;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ccc;
}

.bg-info {
	background-color: #EEE;
}

.glyphicon {
	vertical-align: baseline;
	top: 3px;
}

.prettyprinted {
	word-wrap: normal;
}

.prettyprint {
	max-height:40em;
	tab-size: 2;
}

pre {
	font-size: 80%;	
  word-wrap: normal;
}

@media (min-width: 770px) {
	pre {
		font-size: 90%;	
	}
}

@media (max-width: 770px) {
	code {
		font-size: 80%;	
	}
}

.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}

.bs-callout-info {
  border-left-color: #772953;
  /*border-left-color: #1b809e;*/
}

.bs-callout-info .bs-callout-header {
  color: #772953;
  /*color: #1b809e;*/
}

.bs-callout .bs-callout-header {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
}

.bs-callout-warning .bs-callout-header {
  color: #aa6708;
}

.bs-callout-warning {
  border-left-color: #aa6708;
}

.dmbs-container {

}

.dmbs-header {

}

.dmbs-header-img {

}

.dmbs-header-text {

}

.dmbs-top-menu {
	margin-left:0px;
	margin-right:0px;
}

.dmbs-content {

}

.dmbs-main {

}

.dmbs-left {

}

.dmbs-right {
	padding: 0px;
}

.dmbs-footer-menu {

}

.dmbs-author-credits {

}

.dmbs-footer {

}

.navbar-brand img {
	height: 40px;
	margin-top: -10px;
}	

.jumbotron {
	padding: 10px;
}

/*
  Bootstrap Carousel Fade Transition
.carousel .item {-webkit-transition: opacity 3s; -moz-transition: opacity 3s; -ms-transition: opacity 3s; -o-transition: opacity 3s; transition: opacity 3s;}
.carousel .active.left {left:0;opacity:0;z-index:2;}
.carousel .next {left:0;opacity:1;z-index:1;}
*/

.carousel img {
  width: auto;
  height: 500px;
  max-height: 500px;
  margin-right: auto;
  margin-left: auto;
}

.vertical .carousel-inner {
  height: 100%;
}

.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
  top: 0;
}

.carousel.vertical .next {
  top: 100%;
}

.carousel.vertical .prev {
  top: -100%;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

.carousel.vertical .active.left {
  top: -100%;
}

.carousel.vertical .active.right {
  top: 100%;
}

.carousel.vertical .item {
    left: 0;
}

/*
 *
 * Bootstrap Doc Sidebar
 *
 */
#sidebar.affix {
    top: 20px;
}

h2 span, h3 span, h4 span, h5 span {
    padding-top: 60px;
    margin-top: -60px;
	pointer-events: none;
}

/* artificial hidden offset to compensate top fixed navbar */
/*h3 *[id]::before { 
  display: block; 
  content: " "; 
  margin-top: -60px; 
  height: 60px; 
  visibility: hidden; 
}
h4 *[id]::before { 
  display: block; 
  content: " "; 
  margin-top: -60px; 
  height: 60px; 
  visibility: hidden; 
}*/

/* sidebar */
.bs-docs-sidebar {
    /*padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;*/
}

.bs-docs-sidebar {
	display: none;
}

@media (min-width: 992px) {
	.bs-docs-sidebar {
		display: block;
	}
}

@media (max-width: 991px) {
	.imglink {
		pointer-events: none;
		cursor: default;
	}
}

/* all links */
.bs-docs-sidebar .nav>li>a {
    color: #999;
    border-left: 2px solid transparent;
    padding: 4px 20px;
    font-size: 15px;
    font-weight: 400;
}

/* nested links */
.bs-docs-sidebar .nav .nav>li>a {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 30px;
    font-size: 12px;
}

/* active & hover links */
.bs-docs-sidebar .nav>.active>a, 
.bs-docs-sidebar .nav>li>a:hover, 
.bs-docs-sidebar .nav>li>a:focus {
    color: #563d7c;                 
    text-decoration: none;          
    background-color: transparent;  
    border-left-color: #563d7c; 
}
/* all active links */
.bs-docs-sidebar .nav>.active>a, 
.bs-docs-sidebar .nav>.active:hover>a,
.bs-docs-sidebar .nav>.active:focus>a {
    font-weight: 700;
}
/* nested active links */
.bs-docs-sidebar .nav .nav>.active>a, 
.bs-docs-sidebar .nav .nav>.active:hover>a,
.bs-docs-sidebar .nav .nav>.active:focus>a {
    font-weight: 500;
}

/* hide inactive nested list */
/*.bs-docs-sidebar .nav ul.nav {
    display: none;           
}*/
/* show active nested list */
.bs-docs-sidebar .nav>.active>ul.nav {
    display: block;           
}

.bs-docs-sidebar > ul {
    overflow-y: auto;
    height: 100%;
    padding-top: 40px;
}

/* Bootstrap customization */

.navbar-inverse {
  background-color: #000000;
  border-color: #4a1f4d;
  /*background-color: #dd4814;
  border-color: #bf3e11;*/
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #4a1f4d;
  /*background-color: #ae3910;*/
}

.btn-primary {
  color: #ffffff;
  background-color: #833788;
  border-color: #4a1f4d;
  /*background-color: #dd4814;
  border-color: #dd4814;*/
}

.btn {
  margin-bottom: 4px;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #B5B;
  border-color: #4a1f4d;
  /*background-color: #dd4814;
  border-color: #dd4814;*/
}

/*a {
  color: #dd4814;
  text-decoration: none;
}*/

.bs-docs-sidebar .nav>.active>a, 
.bs-docs-sidebar .nav>li>a:hover, 
.bs-docs-sidebar .nav>li>a:focus {
    color: #511c39;                 
    border-left-color: #511c39; 
    /*color: #dd4814;                 
    border-left-color: #dd4814; */
}

h2 {
   color: #833788;
}

/*!
 * "Fork me on GitHub" CSS ribbon v0.1.1 | MIT License
 * https://github.com/simonwhitaker/github-fork-ribbon-css
*/

/* Left will inherit from right (so we don't need to duplicate code) */
.github-fork-ribbon {
  /* The right and left classes determine the side we attach our banner to */
  position: absolute;

  /* Add a bit of padding to give some substance outside the "stitching" */
  padding: 2px 0;

  /* Set the base colour */
  background-color: #833788;

  /* Set a gradient: transparent black at the top to almost-transparent black at the bottom */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.15)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));

  /* Add a drop shadow */
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);

  /* Set the font */
  font: 700 13px "Helvetica Neue", Helvetica, Arial, sans-serif;

  z-index: 9999;
  pointer-events: auto;
}

.github-fork-ribbon a,
.github-fork-ribbon a:hover {
  /* Set the text properties */
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
  text-align: center;

  /* Set the geometry. If you fiddle with these you'll also need
     to tweak the top and right values in .github-fork-ribbon. */
  width: 200px;
  line-height: 20px;

  /* Set the layout properties */
  display: inline-block;
  padding: 2px 0;

  /* Add "stitching" effect */
  border-width: 1px 0;
  border-style: dotted;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

.github-fork-ribbon-wrapper {
  width: 150px;
  height: 150px;
  position: absolute;
  overflow: hidden;
  top: 0;
  z-index: 9999;
  pointer-events: none;
  position: fixed;
}

@media (max-width: 767px) {
	.github-fork-ribbon-wrapper {
		display: none;
	}
}

.github-fork-ribbon-wrapper.fixed {
  position: fixed;
}

.github-fork-ribbon-wrapper.left {
  left: 0;
}

.github-fork-ribbon-wrapper.right {
  right: 0;
}

.github-fork-ribbon-wrapper.left-bottom {
  position: fixed;
  top: inherit;
  bottom: 0;
  left: 0;
}

.github-fork-ribbon-wrapper.right-bottom {
  position: fixed;
  top: inherit;
  bottom: 0;
  right: 0;
}

.github-fork-ribbon-wrapper.right .github-fork-ribbon {
  top: 42px;
  right: -43px;

  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.github-fork-ribbon-wrapper.left .github-fork-ribbon {
  top: 42px;
  left: -43px;

  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


.github-fork-ribbon-wrapper.left-bottom .github-fork-ribbon {
  top: 80px;
  left: -43px;

  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.github-fork-ribbon-wrapper.right-bottom .github-fork-ribbon {
  top: 80px;
  right: -43px;

  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.candies-background  {
  /*background-image: url('http://www.jsweet.org/wp-content/uploads/2015/11/mountains2.jpg'); */
  background-image: url('http://www.jsweet.org/wp-content/uploads/2015/09/P1010539-e1450016749182.jpg');
  background-repeat: none; 
  background-position: top left; 
  background-attachment: fixed;  
  background-size: cover;
  /*background: none;*/
  box-shadow: 0px 2px 4px gray;
}

/*.candies-background ::after {
  content: "";
  background-image: url('http://www.jsweet.org/wp-content/uploads/2015/03/mountains2.jpg'); 
  background-repeat: none; 
  background-position: top left; 
  background-attachment: fixed;  
  background-size: cover;
  opacity: 0.05;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}*/

form.sml_subscribe  label {
	margin-right: 1em;
}

input.sml_nameinput, input.sml_emailinput {
	width: 20em;
}

/******* Email substcribers *********/

div.es_msg {
  display: none;
}

div.es_lablebox, div.es_textbox {
  margin: 0px;
  padding: 0px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
