/*
Theme Name: De Jure
Theme URI: http://cmsmasters.net/de-jure/
Author: cmsmasters
Author URI: http://cmsmasters.net/
Description: De Jure WordPress Theme is amazing. Unlimited design solutions can be created due to a great flexibility of settings and shortcode options. Custom Shortcodes are added through the WPBakery WordPress Page Builder Plugin with Frontend and Backend Editor. You can set a completely custom layout that stretches to any width, set your content in many columnns and assign animation many parts of your content. De Jure theme has a Custom Portfolio plugin which creates Project post type to present your content in an optimal way and display it in the Portfolio that can be set to any sort of a grid with variable paddings for elemens, while Blog can have several different layouts too. Valid code and SEO-optimized structure guarantee this content is easily crawled and indexed by search engines. De Jure comes with a Custom Mega Menu plugin and premium Revolution and Layer Slider plugins included for free. Multilanguage, RTL-ready, plugin-compatible and professionally-supported theme.
Version: 1.1.0
License:
License URI:
Text Domain: de-jure
Domain Path: /inc/languages
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/


.wp-caption {
	display:inline-block;
	max-width:100%;
	outline:none;
}

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

.sticky:before {
	content:'';
}

.screen-reader-text {
	width:1px;
	height:1px;
	clip:rect(1px, 1px, 1px, 1px);
}

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

.bypostauthor:before {
	content:'';
}


.sticky-slider {
  position: fixed;
  bottom: 4rem;
  border: none;
  border-radius: 30px;
  background-color: #8a6e4b;
  color: #fff;
  z-index: 10000;
  box-shadow: 0 0 50px 0 rgba(0,0,0,.4);
  padding: 1rem 2rem;
  margin: 1rem 0;
  right: 1rem;
  font-size: 1rem;
	transition: all .2s ease-in-out;
}		

.sticky-slider:hover{
	background-color: #0a0a0a;
}

.sticky-slider2 {
  position: fixed;
  bottom: 8rem;
  border: none;
  border-radius: 30px;
  background-color: #8a6e4b;
  color: #fff;
  z-index: 10000;
  box-shadow: 0 0 50px 0 rgba(0,0,0,.4);
  padding: 1rem 2rem;
  margin: 1rem 0;
  right: 1rem;
  font-size: 1rem;
	transition:all .2s ease-in-out;
}	

.sticky-slider2:hover{
	background-color: #0a0a0a;
}
.sticky-slider > a {
	color:#fff;
}

.sticky-slider2 > a {
	color:#fff;
}




