/**
 * 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 Blog.
 * Version: 1.1
 * 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: "Raleway";
	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: "Raleway";
	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: "Raleway";
	-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: "Raleway";
}

:-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Raleway";
}

::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Raleway";
	opacity: 1;
}

:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Raleway";
}

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: #0997F3;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: "Raleway";
	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: #15A3FF;
  outline: 0;
}

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"] {
  -webkit-appearance: textfield;
  width: 83%;
  height: 42px;
  float: left;
  margin: 15px auto;
  display: inline-block;
  padding: 10px 15px 10px 20px;
  border-radius: 20px 0px 0px 20px;
  box-shadow: inset 0px 0px 2px 2px #DDD;
}

button[type="search"]{
  margin: 15px 0px;
  float: left;
  vertical-align: top;
  width: 17%;
  height: 42px;
  padding: 11px 8px 11px 0px;
  border-radius: 0px 20px 20px 0px;
}

input[type = "submit"] {
  width: 100%;
  padding: 15px;
  font-size: 18px;
}

.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 .page-content 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;
  display: block;
  margin-right: 50px;
}

.nav-menu {
  float: right;
}

nav ul {
  margin: 0;
}

nav li {
  list-style: none;
}

div.nav-menu > ul {
  margin: 0;
  display: block;
}

div.nav-menu > ul > li.current_page_item {
  box-shadow: inset 0px 0px 3px 0px #0997F3;
}

div.nav-menu > ul > li {
  display: inline-block;
  vertical-align: top;
  margin: 0px -2px;
  border-left: 1px solid #DDD;
  position: relative;
}

div.nav-menu > ul > li:last-child {
  border-right: 1px solid #DDD;
}

div.nav-menu > ul > li > a {
  display: block;
  padding: 22.245px 35px;
  position: relative;
}

div.nav-menu > ul > li.menu-item-has-children:hover > .sub-menu {
  display: block;
  transition: all 0.25s ease-in-out 0s;
}

ul.nav-menu > ul {
  margin: 0;
  display: block;
}

ul.nav-menu > li.current_page_item {
  box-shadow: inset 0px 0px 3px 0px #0997F3;
}

div.nav-menu  > ul > li.menu-item-has-children > a:after {
  content: "\f502";
  font-family: "dashicons";
  position: absolute;
  top: 15px;
  right: 5px;
  font-size: 25px;  
}

div.nav-menu > ul > li.menu-item-has-children:hover > a:after {
  content: "\f460";
  font-family: "dashicons";
  position: absolute;
  top: 15px;
  right: 5px;
  font-size: 25px; 
  transition: all 0.25s linear 0s;  
}

ul.nav-menu  > li.menu-item-has-children > a:after {
  content: "\f502";
  font-family: "dashicons";
  position: absolute;
  top: 15px;
  right: 5px;
  font-size: 25px;  
}

ul.nav-menu  > li.menu-item-has-children:hover > a:after {
  content: "\f460";
  font-family: "dashicons";
  position: absolute;
  top: 15px;
  right: 5px;
  font-size: 25px; 
  transition: all 0.25s linear 0s;  
}

ul.nav-menu > li {
  display: inline-block;
  vertical-align: top;
  margin: 0px -2px;
  border-left: 1px solid #DDD;
  position: relative;
}

ul.nav-menu > li:last-child {
  border-right: 1px solid #DDD;
}

ul.nav-menu > li > a {
  display: block;
  padding: 22.245px 35px;
  position: relative;
}

ul.nav-menu > li.menu-item-has-children:hover > .sub-menu {
  display: block;
  transition: all 0.25s ease-in-out 0s;
}

nav ul.sub-menu {
  display: none;
  border: 1px solid rgba(221, 221, 221, 0.07);
  position: absolute;
  left: -70px;
  z-index: 85;
  width: 250px;
  background-color: #121C27;
  top: 68px;
}

nav ul.sub-menu li > a {
  display: block;
  padding: 15px 0px;
  text-align: center;
  border-bottom: 1px solid rgba(221, 221, 221, 0.07);
}

nav ul.sub-menu li:last-child > a {
  border-bottom: 1px solid rgba(221, 221, 221, 0.07);
}

nav ul.sub-menu li > a:hover {
  background-color: rgba(44, 64, 86, 1);
  transition: all 0.25s linear 0s;
  border-bottom: 1px solid #0997F3;
}

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: 20%;
   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%;
  max-width: 80%;
  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;
  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";
  display: block;
  width: 100%;
  padding: 10px;
}

.content-tags {
  background-color: #FFF;
  padding: 10px 20px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.content-tags .dashicons-tag {
  font-size: 28px;
  left: 10px;
  margin-right: 10px;
}

.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: #D5D5D5;
}

.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: #D5D5D5;
}

.sidebar-button {
  display: none;
  position: fixed;
  top: 175px;
  right: 0px;
  padding: 20px;
  color: #FFF;
  background-color: #0997F3;
  z-index: 99;
}

.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 ) {
 
	h1.site-title {
      height: 100%;
      font-size: 32px;
      text-align: left;
      display: block;
      width: auto;
      margin: 0px auto 0px 0px;
      padding: 20px;
    }
	
	.outer-curve-class {
      display: block;
      position: relative;
      margin: 0px auto;
    }
	
	.inner-curve-class {
      display: block;
    }
	
    .header-main .menu-button {
      display: block;
      padding: 5px 10px;
      position: absolute;
      right: 25px;
      top: 8px;
      z-index: 9999;
      background: none repeat scroll 0% 0% #FFF;
      border: 1px solid #DDD;
    }
	.header-main .menu-button .dashicons-menu {
      font-size: 55px;
      width: 100%;
      height: 100%;
      color: #444;
    }
	
	nav.primary-navigation {
      margin: 0px;
      padding: 0px;
      display: block;
    }

	.nav-menu {
      display: none; 
	  float: unset;
      background-color: #121C27;
      padding-top: 85px;
      width: 100%;
	  position: absolute;
      z-index: 999;
    }

	.sub-menu-display {
	  display: block;
	}
	
	div.nav-menu > ul > li.menu-item-has-children:hover > .sub-menu {
      display: none;
    }

	ul.nav-menu > li.menu-item-has-children:hover > .sub-menu {
      display: none;
    }
	
	.nav-menu-display {
      display: block; 
	  float: unset;
      background-color: #121C27;
      padding-top: 85px;
      width: 100%;
	  position: absolute;
      z-index: 999;
    }
	
	div.nav-menu > ul > li.current_page_item {
      box-shadow: unset;
    }

	div.nav-menu > ul > li {
      vertical-align: unset;
      text-align: center;
      margin: -1px 0px;
      display: block;
      border: 1px solid rgba(255, 255, 255, 0.05);
      position: unset;
    }
	
	div.nav-menu > ul > li > a {
      padding: 25px 0px;
      display: block;
    }
	
	div.nav-menu > ul > li > a:hover {
      background-color: rgba(44, 64, 86, 1);
      transition: all 0.25s linear 0s;
      border-bottom-color: #0997F3;
    }	
	
	div.nav-menu > ul > li:last-child {
      border-right: 0px;
    }

	div.nav-menu  > ul > li.menu-item-has-children > a:after {
      content: "";
    }

	div.nav-menu  > ul > li.menu-item-has-children:hover > a:after {
      content: "";
    }	
	
    ul.nav-menu  > li.menu-item-has-children > a:after {
      content: ""; 
    }

    ul.nav-menu  > li.menu-item-has-children:hover > a:after {
      content: "";
    }
	
	ul.nav-menu > li.current_page_item {
      box-shadow: unset;
    }

	ul.nav-menu > li {
      vertical-align: unset;
      text-align: center;
      margin: -1px 0px;
      display: block;
      border: 1px solid rgba(255, 255, 255, 0.05);
      position: unset;
    }
	
	ul.nav-menu > li > a {
      padding: 25px 0px;
      display: block;
    }
	
	ul.nav-menu > li > a:hover {
      background-color: rgba(44, 64, 86, 1);
      transition: all 0.25s linear 0s;
      border-bottom: 1px solid #0997F3;
    }	
	
	ul.nav-menu > li:last-child {
      border-right: 0px;
    }
	
	nav ul.sub-menu {
      border: 1px solid rgba(221, 221, 221, 0.07);
	  border-bottom: 0px;
      background-color: #121C27;
      display: none;
      position: unset;
	  left: 0px;
      margin: 0px auto;
      z-index: 999;
      height: auto;
      width: 100%;
    }
	
	nav ul.sub-menu > li > a {
	  padding: 25px 0px;
	}
	
}

@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;
    }
	
	.sidebar-button {
	   display: block;
	   position: fixed;
	}
	
	.sidebar-right, .sidebar-footer {
	   position: absolute;
	   right: -999999px;
	   height: 0px;
	}
	
	.sidebar-right-display {
	   position: absolute;
	   top: 0px;
	   right: 0px;
	   height: auto;
	   width: 75%;
	   display: block;
	   background-color: #121C27;
	   z-index: 9;
	}
	
}

@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;
   }
	
}