/*
 Theme Name:   Orion 
 Theme URI:    http://orionthemes.com/recycle
 Description:  Orion WP theme
 Author:       Andrej Arh, Tima Varga
 Author URI:   http://orionthemes.com
 Template:     recycle
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  recycle-child
*/

/* header */
.single-documentation .site-content {
	position: relative;
}

.site-title.logo .h1 {
	font-family: "Source Sans Pro";
	color: #12404B;
	font-size: 40px;
	font-weight: 300;
	line-height: 48px;
	text-transform: capitalize;
}
.site-title.logo .h1 .impact {
	font-family: "montserrat";
	font-weight: bold;
	color: #31AAC8;
}

@media (min-width: 992px) {
	.site-navigation .nav-menu li.tertiary a {
		background-color: #404951;
	}
	.site-navigation .nav-menu li.blue a {
		background-color: #31AAC8;
	}
	.site-navigation .nav-menu li.green a {
		background-color: #AAC831;
	}
	.site-navigation .nav-menu li.red a {
		background-color: #f44336;
	}

	.current-menu-item a:not(.text-light):not(.btn) {
		color: #212121!important;
	}
}

/* home page */
.megasearch input.search-submit[type="submit"] {
	font-family: "Roboto";
	font-size: 14px;
	color:rgba(255,255,255, .87);
	line-height: 14px;
	width: 171px;
	background-color: #31AAC8!important;
}

.megasearch input.search-submit[type="submit"]:hover {
	color:rgba(255,255,255, 1);
}

.megasearch .awesomplete {
	display: block;
}
.megasearch .awesomplete > ul {
	width: 100%;
}
.megasearch .awesomplete mark {
	color: #31AAC8;
	padding-right: 0;
	text-transform: none;
}

/* FAQs*/
.recent-faq .wrapper {
	background-color: #fff;
	margin-bottom: 12px;
	padding: 24PX 20px;
}

.recent-faq .wrapper .meta {
	font-size: 12px;
	line-height: 12px;
	font-family: "Source Sans Pro";
	margin-top: 12px;
}

.recent-faq .wrapper .btn-tag {
	height: 24px;
	margin-bottom: 12px;
	border-radius: 0;
	font-size: 14px;
	line-height: 24px;
	padding: 0 10px!important;
	color: #fff;
	box-shadow: none;
}


/* FAQ tags*/
.recent-faq .wrapper .btn-tag.tag-recycle:not(:hover) {
	background-color: #22aa86;
} 
.recent-faq .wrapper.tag-recycle {
 	border-left: 4px solid #22aa86;
}

.recent-faq .wrapper .btn-tag.tag-general:not(:hover) {
	background-color: #C0C0C0;
} 
.recent-faq .wrapper.tag-general {
 	border-left: 4px solid #C0C0C0;
}

.recent-faq .wrapper .btn-tag.tag-dentalia:not(:hover) {
	background-color: #00BCD4;
} 
.recent-faq .wrapper.tag-dentalia {
 	border-left: 4px solid #00BCD4;
}

.recent-faq .wrapper .btn-tag.tag-revolution-slider:not(:hover) {
	background-color: #d50000;
} 
.recent-faq .wrapper.tag-revolution-slider {
 	border-left: 4px solid #d50000;
}

.recent-faq .wrapper .btn-tag:hover {
	background-color: #C0C0C0;
}
.recent-faq .wrapper .btn-tag.tag-advanced:not(:hover) {
	background-color: #404951;
} 
.recent-faq .wrapper.tag-advanced {
 	border-left: 4px solid #404951;
}
.recent-faq .wrapper .btn-tag.tag-page-builder:not(:hover) {
	background-color: #4ca3ff;
} 
.recent-faq .wrapper.tag-page-builder {
 	border-left: 4px solid #4ca3ff;
}



/* single FAQ */
.dot-irecommendthis {
	margin-bottom: 0;
	margin-top: 9px;
}

/* Documentation */

.affix {
	top: 60px;
	width: 270px;	
	position: fixed!important;
}

.affix-top {
  min-width: 200px;
  position: absolute!important;
}
.affix-bottom {
  min-width: 200px;
  position: absolute!important;
}

.doc-menu.nav > li {
	position: static;
}

.sub-menu:not(.is_hidden) {
  /*position: absolute;*/
/*  left: 200px;
  top: 0;
  bottom:0;*/
  background: #fff;
}

.doc-sidebar .nav.doc-menu > li > a {
	/*width: 180px;*/
	display: block;
	width: 270px;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
	border-bottom: 2px solid #fff;
}
.doc-sidebar .nav > li > a:focus {
	background-color: transparent;
}
.doc-sidebar .nav.doc-menu > li.active > a {
    background-color: #eee;
}
.doc-sidebar .nav.doc-menu .sub-menu > li.active > a {
	color: #31aac8;
}
.doc-sidebar .sub-menu {
  padding-left: 0;
  top: 0;
  margin-left: 0;
  padding-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.doc-sidebar .sub-menu li a {
  min-width: 170px;
  line-height: 12px;
 font-size: 12px;
  padding: 5px 10px;
  display: block;
  
}
.doc-sidebar .sub-menu li:not(.active) > a {
  color: #616670;
}
.doc-sidebar .sub-menu li {
  float: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
.doc-sidebar ul.is_hidden {
  display: none;
}
.doc-menu li.active > ul.is_hidden{
  display: block;
}

.megasearch {
	visibility: hidden;
	opacity: 0;
	transform: translateY(100px);
	transition: all 0.4s ease;
}

.megasearch.visible {
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}

.copyright-footer {
	display: none;
}

.awesomplete mark {
	color: #31aac8;
}


.prev-post a:hover h4, .next-post a:hover h4  {
	color: #fff;
}

.author-info {
	padding-top: 30px!important;
}

.wpcf7-form div.wpcf7-response-output {
	clear: both;
}

.wpcf7-form textarea {
	margin-bottom: 0!important;
}


.crayon-pre, .crayon-nums-content {
	padding-top: 20px!important;
    padding-bottom: 20px!important;
}