/*  
Theme Name: Creon
Theme URI: http://demo.qkthemes.net/creon
Version: 1.0
Description: Created by <a href="http://nunforest.com/">Nunforest</a>
Author: <a href="http://nunforest.com/">http://nunforest.com/</a>
Author URI: <a href="http://nunforest.com/">http://nunforest.com/</a>
Tags: custom-background, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
License: GNU General Public License
License URI: license.txt
Text Domain: creon

---------

DO NOT EDIT THIS FILE.
*/
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important;
}
body .wpb_row, body .wpb_content_element{
	margin-bottom: 0px;
}
.fullwidth .vc_col-sm-12{
  padding: 0px;
}

.container .container {
  max-width: 100%;
  padding: 0px !important;
}
.vc_column_container.no-paading>.vc_column-inner{
  padding-left: 0px;
  padding-right: 0px;
}
.vc_row-full .vc_column_container.vc_col-sm-12>.vc_column-inner{
  padding-left: 0px;
  padding-right: 0px;
}
.vc_row {
  margin-left: 0 !important;
  margin-right: 0  !important;
}
iframe{
	border: none;
}
.wp-caption, .wp-caption-text, .gallery-caption{text-align: center; font-style: italic;}
.bypostauthor{}
.wp-caption{
margin: 0 0 20px 0;
padding-top: 4px;
max-width: 100%;
border: 1px solid #eee;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border-image: initial;
background-color: #f8f8f8;
text-align: center;
}
#page-links{
  margin-bottom: 20px;
}

#page-links {
  clear: both;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  margin: 0 0 1.75em;
}

#page-links a,
#page-links > span {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  height: 1.8461538462em;
  line-height: 1.6923076923em;
  margin-right: 0.3076923077em;
  text-align: center;
  width: 1.8461538462em;
}

#page-links a {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}

#page-links a:hover,
#page-links a:focus {
  background-color: #007acc;
  border-color: transparent;
  color: #fff;
}

#page-links > #page-links-title {
  border: 0;
  color: #1a1a1a;
  height: auto;
  margin: 0;
  padding-right: 0.6153846154em;
  width: auto;
}

.padd-top{
  padding-top: 80px;
}
#page-links > span{
  font-weight: bold;
}
.sticky, .tag-sticky-2 {
	background: #EEF9FD;
	border: 3px dotted black !important;
	padding: 10px;
}
select{
	max-width: 100%;
}
.alignright{
	float: right;
	margin-left: 20px;
	margin-bottom: 30px;
}
.alignleft{
	float: left;
	margin-right: 20px;
	margin-right: 30px;
}
.clear{
	clear: both;
}

.aligncenter{
	float: none;
	margin: 30px;
}

img{
	max-width: 100%;
	height: auto;
}
table{
	width: 100%;
  margin-bottom: 30px;
}
table th, table td{
	padding: 5px;
	
	border: 1px solid #dedede;
}
#calendar{
  text-align: center;
}


.align-center{
	text-align: center;
}
.sidebar .widget_recent_entries ul,.sidebar  .widget_recent_comments ul,.sidebar  .widget_archive ul,.sidebar  .widget_categories ul,.sidebar  .widget_meta ul,.sidebar  .widget_pages ul,.sidebar  .widget_rss ul,.sidebar  .widget_nav_menu ul,.sidebar  .product-categories{
	    margin: 0;
		padding: 0;
}
.sidebar .widget_recent_entries ul li,.sidebar  .widget_recent_comments ul li,.sidebar  .widget_archive ul li,.sidebar  .widget_categories ul li,.sidebar  .widget_meta ul li,.sidebar  .widget_pages ul li,.sidebar  .widget_rss ul li,.sidebar  .widget_nav_menu ul li,.sidebar  .product-categories li{
	 list-style: none;
   margin-bottom: 10px;
}

.sidebar .widget_recent_entries ul li a,.sidebar  .widget_recent_comments ul li a,.sidebar  .widget_archive ul li a,.sidebar  .widget_categories ul li a,.sidebar  .widget_meta ul li a,.sidebar  .widget_pages ul li a,.sidebar  .widget_rss ul li a,.sidebar  .widget_nav_menu ul li a,.sidebar  .product-categories li a{
	 display: inline-block;
	  text-decoration: none;
	  transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -webkit-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  color: #999999;
	  font-size: 14px;
	  font-family: 'Poppins', sans-serif;
	  position: relative;
	  padding-left: 14px;
}
.sidebar .widget_recent_entries ul li a:before,.sidebar  .widget_archive ul li a:before, .sidebar .widget_categories ul li a:before,.sidebar  .widget_meta ul li a:before,.sidebar  .widget_pages ul li a:before,.sidebar  .widget_rss ul li a:before,.sidebar  .widget_nav_menu ul li a:before,.sidebar  .product-categories li a:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #999999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.sidebar .widget_recent_entries ul li a:hover,.sidebar  .widget_recent_comments ul li a:hover,.sidebar  .widget_archive ul li a:hover,.sidebar  .widget_categories ul li a:hover,.sidebar  .widget_meta ul li a:hover,.sidebar  .widget_pages ul li a:hover,.sidebar  .widget_rss ul li a:hover,.sidebar  .widget_nav_menu ul li a:hover,.sidebar  .product-categories li a:hover {
  color: #222222;
}
.sidebar .widget_recent_entries ul li a:hover:before,.sidebar  .widget_archive ul li a:hover:before,.sidebar  .widget_categories ul li a:hover:before,.sidebar  .widget_meta ul li a:hover:before,.sidebar  .widget_pages ul li a:hover:before,.sidebar  .widget_rss ul li a:hover:before,.sidebar  .widget_nav_menu ul li a:hover:before,.sidebar  .product-categories li a:hover:before {
  background: #222222;
}
.wpb_revslider_element{
  overflow: hidden;
}
.bottom-right{
  background-position: bottom right;
  
}
.up-footer ul{
  margin: 0;
  padding: 0;
}
.up-footer ul li {
    display: block;
    margin-bottom: 12px;
}
 .up-footer ul li a
   {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #ccc;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 20px;
    margin: 0;
}
 .up-footer ul li a:hover{
  color: #ffc952;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
  background: transparent;
  color: #222222 !important;

}
.navbar-default .navbar-nav > .active > a:after, .navbar-default .navbar-nav > .active > a:hover:after, .navbar-default .navbar-nav > .active > a:focus:after{
      background: #ffc952;
}
@media(max-width: 789px){
  .comment-tree .children{
    padding-left: 0px;
  }
}
@media(min-width: 782px){
  .admin-bar .navbar-fixed-top{
    top: 32px;
  }
}