/**
 * Theme Name: Colours - Lite
 * Theme URI: https://wordpress.org/themes/
 * Author: inverqz team
 * Author URI: http://www.inverqz.gq/
 * Description: A new responsive WordPress theme to make bloggers feel the beauty of their content.
 * Version: 1.0
 * License: GNU General Public License v2 or Later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: black, white, light, one-column, two-columns, right-sidebar, custom-menu, featured-images, responsive-layout
 * Text Domain: colours

 * 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.
 */
 

@font-face {
    font-family: "Raleway";
    src: url( "fonts/Raleway-Regular.ttf" );
}

* {
    font-family: "Raleway";
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background-color: #E9EAED;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a {
    color: #0997F3;
    text-decoration: none;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
	color: rgba(80, 186, 255, 1);
}

a img {
	border: 0;
}

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Noto Serif", serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 300;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

p {
	margin-bottom: 1.6em;
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "Noto Sans", sans-serif;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
	margin: 0 0 1.6em 1.3333em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}

:-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}

::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	opacity: 1;
}

:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}

button,
input,
select,
textarea {
	background-color: #f7f7f7;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #333;
}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0.7917em 1.5em;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	outline: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.375em;
	width: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

input[type = "search"] {
    width: 100%;
    margin: 15px auto 5px;
    display: block;
    padding: 10px;
}

input[type = "submit"] {
    width: 100%;
    height: 42.5px;
    min-width: 78px;
    margin: 5px 0px 15px;
}

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.bypostauthor,
.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption {
    display: block;
}

.attachment .entry-content {
   padding: 20px 40px;
}
 
.image-meta {
   padding: 20px;
   background-color: #FFF;
   border-bottom: 1px solid #CCC;
}
 
.image-meta span.attachment-meta {
   margin-right: 20px;
}
 
.image-meta span.full-size-link {
   margin-left: 20px;
}
 
.image-meta span.edit-link {
   float: right;
}

.image-navigation span.nav-previous {
   float: left;
}

.image-navigation span.nav-next {
   float: right;
}
 
.image-navigation .image-title {
    text-align: center;
    margin: 0px auto 15px;
}
 
.entry-attachment {
   text-align: center;
}

.entry-attachment a {
   position: relative;
   border: 1px solid #CCC;
}
 
.not-found-title:before {
   font-family: "dashicons";
   content: "404";
   font-size: 400px;
   line-height: 0.6;
   overflow: hidden;
   margin: 0px auto;
}
 
.not-found-title {
   line-height: 0.6;
   margin: 0px auto;
   padding: 100px 5%;
   position: relative;
   text-align: center;
   width: auto;
   border-bottom: 1px solid #CCC;
}

.error404 .page-wrapper {
   padding: 50px;
   background-color: #FFF;
}
 
.error404 .page-content {
   max-width: 80%;
   margin: 0px auto;
   text-align: center;
}
 
.error404 .page-content h2 {
   font-size: 45px;
}
 
.error404 .page-content p {
   font-size: 21px;
}
 
.search-no-results .page-content {
   padding: 40px 20px;
   text-align: center;
}
 
.search-no-results p {
   font-size: 25px;
}
 
.search-no-results .searchform {
   max-width: 80%;
   margin: 0px auto;
}
 
.single .author-info {
   border-top: 1px solid #CCC;
   border-bottom: 1px solid #CCC;
}
 
.single .entry-author-bio .author-info {
   border: 0px;
}
 
.author-info .author-link {
   display: none;
}
 
.site-header {
   width: 100%;
   border-bottom: 1px solid rgba(204, 204, 204, 1);
   border-top: 3.5px solid rgba(81, 81, 81, 1);
   background-color: #FFF;
}

div.header-main:before {
   clear: both;
}

div.header-main {
   width: 100%;
   height: 100%;
   margin: 0px auto;
   display: block;
}

div.header-main:after {
   content: '';
   display: block;
   height: 0;
   clear: both;
}


nav.primary-navigation {
  padding: 0px 25px 0px 65px;
  float: right;
  height: 68px;
  margin-right: 50px;
}

.nav-menu {
  margin: 0;
}

.nav-menu li {
  list-style: none;
  z-index: 99;
}

.nav-menu > li {
  list-style: none;
  float: left;
  padding: 22px 0px;
  border: 1px solid #DDD;
}

.nav-menu > li.current-menu-item {
  border-top: 7px solid;
  color: #1399EF;
  padding: 19px 0px;
}

.nav-menu li > a {
  padding: 15px 20px;
}

.nav-menu ul {
  position: absolute;
  margin: 15px auto 0px -45px;
  border: 1px solid rgba(47, 48, 50, 1);
  border-bottom: 0px;
}

.nav-menu li ul {
  display: none;
}

.nav-menu li:hover > ul {
  display: block;
  transition: all 5s ease-in-out 0s;
}

.nav-menu ul > li {
  width: 190px;
  text-align: center;
  position: relative;
  background-color: #121C27;
  border-bottom: 1px solid rgba(47, 48, 50, 1); 
  padding: 11px;
}

.nav-menu ul > li a {
  padding: 0px;
  color: #F0F0F0;
}

.nav-menu ul > li:hover {
  background-color: rgba(45, 60, 77, 1);
  border-bottom: 1px solid #0997F3;
  transition: all 0.25s linear 0s;
}

.nav-menu li.menu-item-has-children > a {
  padding-right: 35px;
}

.nav-menu li.menu-item-has-children > a:after {
  content: "\f347";
  font-family: "dashicons";
  position: absolute;
  margin-left: 5px;
  color: rgba(135, 133, 133, 1);
}

header.entry-header .header-background-color {
   background-color: rgba(0, 0, 0, 0.4);
   min-height: 250px;
   max-height: 350px;
   position: relative;
}

.entry-title {
   float: left;
   position: absolute;
   left: 0px;
   bottom: 50px;
   padding: 10px 20px 10px 50px;
   background-color: rgba(0, 0, 0, 0.5);
   color: #CAD4D5;
   max-width: 68%;
}

h1.site-title {
   max-width: 300px;
   height: 100%;
   font-size: 32px;
   float: left;
   text-align: center;
   margin: 12px 0px 0px 55px;
}

h1.site-title a {
   color: rgba(81, 81, 81, 1);
   font-weight: 300;
}

h1.site-title a:hover {
   color: rgba(19, 153, 239, 1);
   transition: all 0.25s linear 0s;
}

.header-design-outer-curve {
   float: right;
   min-width: 75%;
   background-color: #0997F3;
   border-radius: 0px 0px 0px 35px;
}

.header-design-inner-curve {
   float: right;
   background: none repeat scroll 0% 0% #FFF;
   min-width: 75%;
   border-radius: 0px 100px 0px 85px;
}

.header-main .menu-button {
   display: none;
}

.header-main .menu-button .dashicons-menu {
   font-size: 55px;
}

.site-main:before {
   clear: both;
}

.site-main {
   position: relative;
}

.site-main:after {
   content: '';
   display: block;
   height: 0;
   clear: both;
}

.page-title {
   width: 100%;
   height: 74px;
   border-bottom: 1px solid #CCC;
   padding: 20px 40px;
   background-color: #FFF;
}

.page {
   width: 100%;
   margin: 0px auto;
}
 
article {
   width: 85%;
   margin: 20px auto 40px;
   border: 1px solid #CCC;
}
 
.single article {
   width: 98%;
   margin: 10px auto 40px;
}
 
.single article .header-background-color {
   min-height: 250px;
   max-height: 400px;
}
 
span.title-block {
   height: 44px;
   width: 50px;
   display: inline-block;
   background-color: #0997F3;
}

.widget-title {
   color: #F1F3F5;
   font-weight: 300;
   height: 45px;
   border: 1px solid #474E5D;
   position: relative;
}

.widget-title span.title-underline {
   position: absolute;
   height: 100%;
   top: 1px;
   padding: 8px 15px 0px 15px;
   border-bottom: 1px solid #0997F3;
}

.archive-header, .author-info {
   border-bottom: 1px solid #CCC;
   background-color: rgba(255, 255, 255, 1);
   padding: 10px 20px;
}

.archive-title, .author-title {
   font-weight: 300;
}
 
.avatar {
   border-radius: 45px;
}
 
.author-info .author-avatar {
   vertical-align: super;
   display: inline-block;
}
 
.author-info .author-description {
   vertical-align: sub;
   display: inline-block;
   padding: 0px 20px;
}

header.entry-header .header-background-color .header-meta-wrap {
  float: right;
  padding: 20px 0px 20px 20px;
}

.entry-meta p {
  margin: 0px;
}

.entry-meta {
  padding: 0px 20px 10px 20px;
  border-bottom: 1px solid #CCC;
  background-color: #FFF;
}

header.entry-header .header-background-color .entry-meta-category  {
  float: right;
}
 
header.entry-header .header-background-color .entry-meta-category a:before {
  content: "\f325";
  font-family: "dashicons";
  font-size: 25px;
  vertical-align: middle;
  margin-right: 5px;
}

header.entry-header .header-background-color .entry-meta-category a {
  float: right;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  margin: 0px 0px 5px 5px;
  border-bottom: 1px solid #0997F3;
}

header.entry-header .header-background-color .entry-comment:before {
  content: "\f125";
  font-family: "dashicons";
  color: rgba(202, 212, 213, 1);
  font-size: 25px;
  vertical-align: middle;
  margin-right: 5px;
}

header.entry-header .header-background-color .entry-comment {
  float: right;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #CAD4D5;
  border-bottom: 1px solid #0997F3;
}

header.entry-header .header-background-color .entry-comment .comments-closed {
  color: rgba(202, 212, 213, 1);
}

.entry-meta span.wrap-author-meta {
  margin: 0px 5px;
}

.entry-meta span.wrap-author-meta img {
  border-radius: 45px;
  margin: 0px 5px;
}

.entry-meta span.entry-date {
  position: relative;
}

.entry-meta span.entry-date:before {
  content: "\f145";
  font-family: "dashicons";
  font-size: 25px;
  position: relative;
  top: 5px;
  margin-left: 10px;
  margin-right: 5px;
}

.entry-summary, .entry-content {
  padding: 10px 20px;
  background-color: #FFF;
}

.entry-summary-read-more {
  text-align: center;
  padding: 10px 20px;
  background-color: #0997F3;
  border-top: 1px solid #CCC;
  font-size: 25px;
}

.entry-summary-read-more:hover {
  background-color: rgba(80, 186, 255, 1);
  transition: all 0.25s linear 0s;
}

.entry-summary-read-more a {
  color: rgba(255, 255, 255, 1);  
  font-family: "Raleway";
}

.content-tags {
    background-color: #FFF;
    padding: 10px 20px;
    border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.content-tags .entry-tags {
    font-size: 18px;
	margin-right: 20px;
}

.comment-meta {
  border-bottom: 1px solid #CCC;
  padding: 0px 0px 10px;
}

.comment .reply {
  text-align: right;
}

.comment-reply-link {
  border: 1px solid #CCC;
  padding: 10px 20px; 
  text-align: right;
}

.comment-reply-link:hover { 
  background-color: #0997F3;
  color: #FFF;
  transition: all 0.25s linear 0s;
}

.comments-area {
  width: 85%;
  margin: 20px auto;
}

.comments-title {
  font-weight: 300;
}

.comment-body {
  width: 98%;
  margin: 10px auto 40px;
  background-color: rgba(255, 255, 255, 1);
  padding: 15px 20px;
  border-color: #0997F3;
}

.comment-body .comment-meta .vcard {
  display: inline-block;
}

.comment-body .comment-meta .vcard img {
  border-radius: 45px;
}

.comment-body .comment-meta span.says {
  display: none;
}

.comment-body .comment-metadata {
  display: inline-block;
}

.comment-body .comment-content {
  padding: 10px 0px;
}

.comment-body .comment-content p {
  margin: 0;
}

.comment-respond {
  background-color: #FFF;
  padding: 40px;
  border: 1px solid #CCC;
}

.comment-respond input, .comment-respond textarea {
  border-color: #0997F3;
}

.sidebar-container div.searchform {
  position: relative;
  width: 85%;
  margin: 0px auto;
}

.sidebar-container #calendar_wrap {
  padding: 10px 15px;
}

 .sidebar-container ul {
  margin: 10px 20px;
  color: rgba(195, 195, 195, 1);
  list-style: none;
}
.sidebar-container li {
  margin: -1px 5px;
  padding: 10px;
  border: 1px solid #474E5D;
}

.sidebar-container li:hover {
  background-color: rgba(71, 78, 93, 0.39);
  transition: all 0.5s linear 0s;
}
  
 .sidebar-container p {
  color: rgba(137, 141, 144, 1);
  padding: 10px 20px;
}
 
.sidebar-container caption,
.sidebar-container  th,
.sidebar-container  td,
.sidebar-container table { 
  color: rgba(204, 195, 195, 1);
  border-color: rgba(255, 255, 255, 0.2);
}

.sidebar-container span {
  color: rgba(240, 240, 240, 1);
}

.tagcloud {
  padding: 20px;
 }
 
.paging-navigation {
  padding: 1em;
  background-color: #fff;
  background: hsl(0, 0%, 100%);
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.paging-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.paging-navigation li {
  display: inline;
}

a.page-numbers,
span.page-numbers {
  padding: .3em .7em;
  color: #333;
  color: hsl(0, 0%, 20%);
}

a:hover.page-numbers {
  color: #000;
  color: hsl(0, 0%, 0%);
}

.paging-navigation .current {
  font-weight: bold;
  color: #FFF;
  background-color: rgba(75, 75, 75, 1);
  border-radius: 20px;
}
  
footer.site-footer:before {
  clear: both;
}

footer.site-footer:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

footer.site-footer {
  background-color: rgba(0, 0, 0, 1);
  padding: 13px 30px;
}

footer.site-footer .site-info {
  float: left;
  font-weight: 300;
}

footer.site-footer .site-info p {
  color: rgba(189, 189, 189, 1);
  margin: 0;
  float: left;
}

footer.site-footer .site-info a {
  color: rgba(9, 151, 243, 1);
  border-bottom: 1px dashed;
}

footer.site-footer .site-info a:hover,
footer.site-footer .site-info a:focus {
  color: rgba(80, 186, 255, 1);
  transition: all 0.25s linear 0s;
}

@media( max-width: 1199px ) {
    
    .header-main .menu-button {
	  display: block;
      position: absolute;
      right: 21px;
      height: 50px;
      width: 65px;
      padding: 0px 5px;
	  cursor: pointer;
	  background: #FFF;
	  z-index: 100;
	}
		
	nav.primary-navigation {
      margin: 0px auto;
      display: table;
      padding: 110px 20px;
      text-align: center;
      position: absolute;
      top: -900px;
      left: 0px;
      right: 0px;
      bottom: 0px;
	  z-index: 99;
	  background-color: #121C27;
	  width: 0px;
	  transition: all 0.25s linear 0s;
	}
	
	nav.primary-navigation-top {
      margin: 0px auto;
      display: inline-table;
      padding: 110px 20px 50px;
      text-align: center;
      position: absolute;
	  top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
	  z-index: 99;
	  background-color: #121C27;
	  width: 98%;
	  transition: all 0.25s linear 0s;
	}
	
	.responsive-menu {
      display: block;
      margin: 0px auto;
      height: 100%;
      z-index: 9999;
	}
	
	.responsive-menu li {
	   list-style: none;
	   padding: 20px;
	   border: 1px solid rgba(221, 221, 221, 0.16);
	   position: relative;
	}
	
	.responsive-menu li:hover {
	   background-color: rgba(45, 60, 77, 1);
	   border-bottom: 1px solid #0997F3;
	   transition: all 0.25s linear 0s;
	}
	
	.responsive-menu li a {
	   padding: 20px 5px;
	}
	.responsive-menu ul {
	   margin: 30px auto;
	}
	
	.responsive-menu li.menu-item-has-children .drop-down {
       font-family: "dashicons";
       border: 1px solid;
       color: #0997F3;
       height: 66px;
       width: 65px;
       position: absolute;
       right: 0px;
       top: -1px;
       padding: 18px;
       font-size: 30px;
	   display: block;
	   cursor: pointer;
    }
	
	.responsive-menu .sub-menu {
	   display: none;
	}
	
	.responsive-menu .sub-menu-display  {
	   display: block;
	}

}

@media( max-width: 999px ) {

    .not-found-title:before {
       font-size: 165px;
       line-height: 0.2;
       margin: 0px auto;
    }
 
    .not-found-title {
       line-height: 1.5;
    }

    .call-sidebar {
       display: block;
       position: fixed;
       top: 223px;
       right: 0px;
       padding: 8px 0px;
       cursor: pointer;
       background-color: #212020;
	   color: #FFF;
       z-index: 35;
    }
		
	.sidebar-right,
    .sidebar-footer	{
	   position: absolute;
       background-color: #121C27;
       right: -9000px;
	}

	.sidebar-display {
	   position: absolute;
       background-color: #121C27;
	   top: 0px;
       right: 0px;
	   width: 75%;
	   z-index: 1;
	   transition: all 0.25s linear 0s;
	}
	
	.sidebar-footer-display {
       position: absolute;
	   top: 32px;
	   right: 0px;
       bottom: 0px;
       width: 75%;
	   background-color: #121C27;
       z-index: 0;
	   transition: all 0.25s linear 0s;
	}
	
}

@media( max-width: 750px ) {
    
	.entry-title {
	   margin: 0px auto;
	   float: none;
	   position: unset;
	   width: 95%;
	   text-align: center;
	   padding: 10px 5px 10px 5px;
	}

	.widget-title span.title-underline {
       padding: 12px 15px 0px;
       font-size: 18px;
   }
	
}