/*
Theme Name: nadzhq minimal
Theme URI: 
Author: nadzHQ
Author URI: http://nadzhq.tk/
Description: WordPress theme made by nadzHQ.
Version: 3.8.3
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: translation-ready
Text Domain:nadzhq-minimal

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.
*/



/* Reset
------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-size: 112.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: 'PT Serif', Georgia, Times, "Times New Roman", serif;
}

body {
    background:url('img/pattern.png');
    color: #fff;
    line-height: 1.6666667;
    margin: 0;
}

a {
    color: #0093A3;
    // text-decoration: underline;
    -webkit-transition: all 0.3s;
    -moz-transition:    all 0.3s;
    transition:         all 0.3s;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

a:hover {
    color: #aeb0b1; 
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    line-height: 1.166667;
    margin: 0 0 24px;
}

h1 {
    font-size: 38px;
    letter-spacing: 0px;
}

h2 {
    font-size: 34px;
    letter-spacing: 0px;
}

h3 {
    font-size: 30px;
    letter-spacing: 0px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 18px;
}

address {
    font-style: italic;
    margin: 0 0 24px;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #dbdedf;
    color: #606669;
    padding: 0 3px;
}

ins {
    background: #dbdedf;
    padding: 0 3px;
    text-decoration: none;
}

p {
    margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 16px;
}

pre {
    background: #f2f5f7;
    font-family: monospace;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 24px;
    padding: 24px;
    overflow: auto;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
    border-bottom: 3px solid #f2f5f7;
    border-top: 3px solid #f2f5f7;
    color: #fff;
    font-size: 22px;
    font-style: italic;
    line-height: 1.4;
    // margin: 0 -30px 24px;
    border-left:none;
    padding: 24px;
    text-align: center;
}

blockquote cite,
blockquote small {
    color: #aeb0b1;
}

blockquote p:last-child {
    margin-bottom: 0;
}
    
small {
    font-size: smaller;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 24px;
}

ul,
ol {
    margin: 0 0 24px;
    padding: 0 0 0 30px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

button,
input,
select,
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    border-radius: 2px;
    font-size: 16px;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

input[type="search"]::-ms-clear {
    display: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-bottom: 1px solid #dbdedf;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 24px;
    text-align: left;
    width: 100%;
}

caption {
    color: #aeb0b1;
    font-style: italic;
    margin-bottom: 12px;
    text-align: left;
}

th,
td {
    border-top: 1px solid #dbdedf;
    padding: 8px 10px;
}

th {
    background: #f2f5f7;
    color: #30373d;
    font-weight: bold;
}

hr {
    background: #f2f5f7;
    border: 0;
    height: 3px;
    margin: 24px 0;
}

/* Repeatable Patterns
------------------------*/
/* Clearing floats */
.grid:after,
.inner:after,
.nav-menu:after,
.entry-content:after,
.gallery:after { 
    clear: both; 
}

.grid:before,.grid:after,
.inner:before,.inner:after,
.nav-menu:before,.nav-menu:after,
.entry-content:before,.entry-content:after,
.gallery:before,.gallery:after { 
    content: ""; 
    display: table; 
}

/* Assistive text */
.screen-reader-text {
    border: 0 none;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
}

/* Form fields */
button,
input,
select,
textarea {
    background: #dbdedf;
    border: 0;
    color: #606669;
    padding: 6px 10px;
}

button,
input,
textarea {
    -webkit-transition: all 0.3s;
    -moz-transition:    all 0.3s;
    transition:         all 0.3s;
}

input:focus,
select:focus,
textarea:focus {
    background: #f2f5f7;
    outline: 0;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    background: #202426;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    height: 34px;
    padding-left: 30px;
    padding-right: 30px;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    background: #606669;
}

/* Search Form */
.search-form {
    padding-right: 135px;
    position: relative;
}

.search-field {
    height: 40px;
    width: 100%;
}

.search-form .search-submit {
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
}



/* Alignment */
.alignleft {
    float: left;
    margin-right: 30px;
}

.alignright {
    float: right;
    margin-left: 30px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Images */
img {
    height: auto;
    max-width: 100%;
}

a img {
    -webkit-transition: all 0.3s;
    -moz-transition:    all 0.3s;
    transition:         all 0.3s;
}

a:hover img {
    opacity: 0.8;
}

.wp-caption {
    margin-bottom: 24px;
    max-width: 100%;
}

.wp-post-image {
    display: block;
    margin: 0 auto;
}

img.alignleft,
img.alignright,
img.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
    margin-bottom: 6px;
    margin-top: 6px;
}

.wp-caption .wp-caption-text,
.entry-caption {
    color: #aeb0b1;
    font-size: 16px;
    font-style: italic;
    line-height: 1.5;
    padding-top: 6px;
    text-align: center;
}

/* Embeds and iframes */
embed,
iframe,
object,
video {
    max-width: 100%;
}

.embed-container {
    height: 0;
    margin: 0 0 24px;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative; 
}

.embed-container iframe,
.embed-container object,
.embed-container embed {    
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.featured-video .embed-container {
    margin: 0;
}

/* Gallery */
.gallery {
    margin: 0 -15px;
}

.gallery-item {
    float: left;
    margin: 0 0 24px;
    text-align: center;
}

.gallery-caption {
    color: #aeb0b1;
    font-size: 16px;
    font-style: italic;
    line-height: 1.5;
    margin: 0;
    padding: 6px 15px 0;
    text-align: center;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%; 
}

.gallery-columns-3 .gallery-item {
    width: 33.333%;
}
 
.gallery-columns-4 .gallery-item {
    width: 25%;
}
 
.gallery-columns-5 .gallery-item {
    width: 20%;
}
 
.gallery-columns-6 .gallery-item {
    width: 16.66%;
}
 
.gallery-columns-7 .gallery-item {
    width: 14.28%;
}
 
.gallery-columns-8 .gallery-item {
    width: 12.5%;
}
 
.gallery-columns-9 .gallery-item {
    width: 11.11%;
}

.gallery-icon {
    display: block;
    padding: 0 12px;
}
 
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/* Basic Structure
------------------------*/
.site-nav,
.search-box,
.site-header,
.site-content,
.site-footer {
    padding-left: 15px;
    padding-right: 15px;
}

.inner {
    margin: 0 auto;
    max-width: 960px;
}



/* Site Navigation
------------------------*/
.site-nav {
    background: #262b2f;
}

.site-nav .inner {
    position: relative;
}

.nav-menu {
    padding-right: 60px;
}

.nav-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu li {  
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    padding: 15px 0;
    position: relative;
}

.nav-menu a {
    border-left: 2px solid #30373d;
    color: #aeb0b1;
    display: block;
    padding: 0 15px;
    text-transform: uppercase;
    text-decoration: none;
}

.nav-menu li:first-child > a {
    border-left: 0;
    padding-left: 0;
}

.nav-menu .sub-menu,
.nav-menu .children {
    background: #262b2f;
    border-top: 2px solid #202426;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    width: 180px;
    z-index: 999;
}

.nav-menu .sub-menu li,
.nav-menu .children li {
    border-bottom: 2px solid #30373d;
    display: block;
    float: none;
    padding: 0;
}

.nav-menu .sub-menu li:last-child,
.nav-menu .children li:last-child {
    border-bottom: 0;
}

.nav-menu .sub-menu a,
.nav-menu .children a {
    border-left: 0;
    padding-bottom: 15px;
    padding-top: 15px;
}

.nav-menu .sub-menu li:first-child a,
.nav-menu .children li:first-child a {
    padding-left: 15px;
}

.nav-menu li:hover > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a {
    color: #202426;
}

#menu-toggle {
    color: #aeb0b1;
    cursor: pointer;
    display: none;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.5;
    margin: 0;
    padding: 15px 0 15px 20px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition:    all 0.3s;
    transition:         all 0.3s;
}

#menu-toggle:before {
    font-family: 'fontawesome';
    font-size: 14px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    left: 0;
    line-height: 1.2857143;
    position: absolute;
    top: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#search-toggle {
    color: #aeb0b1;
    font-size: 14px;
    line-height: 1.2857143;
    padding: 15px 0;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    text-decoration: none;
    width: 30px;
}

#menu-toggle.icon-cross,
#search-toggle.icon-cross,
#menu-toggle:hover,
#search-toggle:hover {
    color: #202426;
}

.search-box {
    background: #394148;
    display: none;
    padding-bottom: 30px;
    padding-top: 30px;
}

.search-box .search-field {
    background: #30373d;
    color: #aeb0b1;
    font-size: 18px;
    font-style: italic;
}



/*** DEMO SKIN ***/
.sf-menu {
    
    margin-bottom: 35px;
}
.sf-menu ul {
    
    min-width: 12em; /* allow long menu items to determine submenu width */
    *width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
    
    
    padding: 0.8em 1em;
    text-decoration: none;
    zoom: 1; /* IE7 */
}

ul.sub-menu a{border-top:0px;}

ul.sub-menu a:hover i{display:none;}
.sf-menu a i{display:none;}
.sf-menu a:hover i{display:inline;font-size:20px;color:#0093a3;}
.sf-menu a,.sf-menu a:hover,.sf-menu a:focus,.sf-menu a:active {

    font-size: 16px;
    font-weight: 100;
    text-decoration: none;
}

.sf-menu li {
    white-space: nowrap; /* no need for Supersubs plugin */
    *white-space: normal; /* ...unless you support IE7 (let it wrap) */

}


.sf-menu li:hover,
.sf-menu li.sfHover {
    
    /* only transition out, not in */
    -webkit-transition: none;
    transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
    padding-right: 2.5em;
    *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    /* order of following 3 rules important for fallbacks to work */
    
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    
    
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {

}


/* Fixed navigation menu */
.fixed-nav .site-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
}

.fixed-nav .site-header {
    padding-top: 108px;
}

/* Header
------------------------*/
.site-header {
    padding-bottom: 72px;
    padding-top: 60px;
}

.site-title {
    font-size: 34px;
    margin-bottom: 12px;
    text-align: center;
}

.site-title .logo-text {
    background: #202426;
    color: #fff;
    display: inline-block;
    padding: 16px 30px;
    text-decoration: none;
}

.site-title a.logo-text:hover {
    background: #606669;
}

.site-description {
    color: #aeb0b1;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: -4px;
    text-align: center;   
}

/* Content
------------------------*/
.bypostauthor {}

.hentry,
.page-box {
    background: #262a2c;
    margin-bottom: 35px;
    // padding:3em;
}

.inner-content{
    padding:35px;
}

.entry-box,
.page-box {
    padding: 48px 30px;
}

.entry-header,
.entry-content,
.entry-footer,
.author-info,
.page-title,
.page-content {
    margin-left: auto;
    margin-right: auto;
    // max-width: 720px;
}

.entry-header,
.page-header {
    margin-bottom: 0px;    
    margin-top:0px;
}

.page-header {
    background: #262b2f;
    padding: 24px 30px;
}

.page-box .page-header {
    background: 0;
    padding: 0;
}

.entry-title {
    font-size: 38px;
    margin-bottom: 0;
    text-align: center;
}

.entry-title a {
    color: #30373d;
    text-decoration: none;
}

.entry-title a:hover {
    color: #202426;
}

.page-title {
    color: #aeb0b1;
    font-size: 38px;
    font-weight: 100;
    margin-bottom: 0;
    text-align: left;
}

.page-title .highlight {
    color: #202426;
}

.page-box .page-title {
    color: #30373d;
    font-size: 38px;
    font-weight: bold;
}

.entry-meta {
    color: #aeb0b1;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
    margin-bottom: 24px;
    margin-top: 12px;
    text-align: left;
}

.entry-meta a {
    text-decoration: none;
}

.single-author .byline {
    display: none;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin-top: 36px;
}

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child {
    margin-top: 0;
}

.entry-content .entry-attachment {
    margin-bottom: 24px;
    text-align: center;
}

.read-more {
    display: block;
    margin-top: 48px;
    text-align: center;
}

.read-more .more-link {
    background-color: #aeafb1;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    padding: 8px 30px;
    text-decoration: none;
}

.read-more .more-link:hover {
    background: #202426;
}

.sticky{}

/* Author box */
.author-box {
    background: #f2f5f7;
    padding: 30px;
}

.author-info {
    margin-bottom: 24px;
    min-height: 90px;
    position: relative;
}

.author-info .avatar {
    border-radius: 2px;
    height: 90px;
    left: 0;
    position: absolute;
    top: 0;
    width: 90px;
}

.author-info .author-title {
    font-size: 18px;
    margin-bottom: 6px;
    padding-left: 120px;
}

.author-info .author-bio {
    font-size: 16px;
    font-style: italic;
    line-height: 1.5;
    padding-left: 120px;
}

.page-header .author-box {
    background: 0;
    margin-top: 24px;
    padding: 0;
}

.page-header .author-title {
    color: #aeb0b1;
}

/* 404 page, no results page, archives template */
.page-content {
    font-size: 18px;
    font-weight:100;
    line-height: 1.5;
    text-align: left;
}


.page-content .search-form {
    margin-bottom: 24px;
    margin-top: 36px;
}

.archives-list h2 {
    font-size: 30px;
    font-style: normal;
    margin-top: 0;
    text-align: left;
}

.archives-list ul {
    color: #aeb0b1;
    font-style: normal;
    list-style: none;
    padding-left: 0;
    text-align: left;
}

.archives-list li {
    margin-bottom: 12px;
}

.archives-list a {
    text-decoration: none;
}

/* Link post format */
.format-link {
    background: #202426;
}

.format-link .entry-box,
.format-link .entry-box a {
    color: #fff;
}

.format-link .entry-box a:hover {
    color: #dbdedf;
}

.format-link .entry-meta {
    color: #dbdedf;
}

/* Quote post format */
.format-quote {
    background: #1e2126;
    background: rgba(30,33,38,0.92);
}

.format-quote .entry-box {
    position: relative;
}

.format-quote .entry-content {
    color: #f2f5f7;
}

.format-quote blockquote {
    border: 0;
    color: #f2f5f7;
    font-size: 36px;
    font-style: italic; 
    line-height: 1.3333333;
    margin: 0 0 24px;
    padding: 0;
    text-align: center;
}

.format-quote blockquote cite,
.format-quote blockquote small {
    color: #aeb0b1;
    font-size: 24px;
}

.format-quote .featured-image-bg {
    background-position: center center;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

/* Comments
------------------------*/
.comments-area {
    background: #262b2f;
    margin-bottom: 60px;
    padding: 30px 30px 48px;
}

.nadzhq-content-inner .page-header h1{
    margin-bottom:0px;
}


#comments-title,
#reply-title {
    background: #262b2f;
    margin-left: -30px;
    margin-right: -30px;
    padding: 24px 30px;
    text-align: center;
}

.comment-list,
.no-comments,
.comment-form {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
}

.comment-list {
    list-style: none;
    margin-bottom: 60px;
    margin-top: 60px;
    padding-left: 0;
}

.comment-list .children {
    list-style: none;
    margin: 0;
    padding-left: 45px;
}

.depth-3 .children {
    padding-left: 0;
}

.comment-body {
    border-top: 2px solid #f2f5f7;
    padding-top: 24px;
}

.comment-list > li:first-child .comment-body {
    border-top: 0;
    padding-top: 0;
}

.comment-meta {
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 24px;
    padding-left: 90px;
    position: relative;
}

.comment-meta a {
    text-decoration: none;
}

.comment-meta .avatar {
    border-radius: 2px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
}

.comment-meta .fn {
    color: #30373d;
    font-size: 16px;
    line-height: 1.2;
}

.comment-meta .post-author {
    background: #aeb0b1;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    line-height: 1.5;
    margin-left: 5px;
    padding: 3px 5px;
    text-transform: uppercase;
    vertical-align: middle;
}

.comment-metadata {
    color: #aeb0b1;
    font-size: 14px;
    line-height: 1.5;
}

.comment-date {
    color: #aeb0b1;
}

.comment-content {
    line-height: 1.5;
}

.reply {
    margin-bottom: 24px;
}

.comment-reply-link {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
}

.comment-awaiting-moderation,
.no-comments {
    font-style: italic;
    text-align: center;
}

.comment-awaiting-moderation {
    color: #aeb0b1;
}

/* Comment Form */
.comment-list #reply-title {
    background: 0;
    margin: 0 0 24px;
    padding: 0;
}

.comment-list #respond {
    border-top: 2px solid #f2f5f7;
    padding: 24px 0;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    margin-bottom: 12px;
}

.comment-form label {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
    height: 40px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
}

.form-allowed-tags {
    font-size: 16px;
    line-height: 1.5;
}

#cancel-comment-reply-link {
    background-color: #aeafb1;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.5;
    margin-left: 10px;
    padding: 6px 10px;
    text-decoration: none;
    vertical-align: middle;
}

#cancel-comment-reply-link:hover {
    background: #202426;
    color: #fff;
}

.comment-notes,
.logged-in-as {
    font-style: italic;
    text-align: center;
}

.required {
    color: #202426;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
}

/* Page Links, Posts Navigation, Comments Navigation */
.paging-nav,
.post-nav,
.comment-nav,
.page-links {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 auto 48px;
    max-width: 720px;
    text-align: center;
}

.page-links {
    font-weight: bold;
    margin-bottom: 12px;
    margin-top: 48px;
}

.paging-nav .page-numbers,
.comment-nav .page-numbers,
.post-nav a {
    background-color: #606669;
    border-radius: 2px;
    color: #f2f5f7;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
}

.comment-nav .page-numbers {
    background-color: #aeafb1;
}

.paging-nav .page-numbers,
.comment-nav .page-numbers {
    margin: 0 3px 12px;
    min-width: 30px;
    padding: 8px 4px;
}

.post-nav a {
    margin: 0 15px 12px;
    padding: 8px 30px;
}

.page-links .page-link {
    border-radius: 2px;
    display: inline-block;
    font-weight: bold;
    margin: 0 3px 12px;
    min-width: 30px;
    padding: 8px 4px;
    -webkit-transition: all 0.3s;
    -moz-transition:    all 0.3s;
    transition:         all 0.3s;
}

.page-links a .page-link {
    background-color: #aeafb1;
    color: #fff;
}

.paging-nav .page-numbers:hover,
.paging-nav .current,
.comment-nav .page-numbers:hover,
.comment-nav .current,
.post-nav a:hover,
.page-link,
.page-links a:hover .page-link {
    background: #202426;
    color: #fff;
}

/* Footer
------------------------*/
.site-footer .inner {
    border-top: 3px solid #394148;
}

.supplementary {
    border-bottom: 3px solid #394148;
    color: #aeb0b1;
    font-size: 16px;
    line-height: 1.5;
    padding-top: 30px;
    padding-bottom: 30px;
}

.social-links {
    padding-top: 30px;
    text-align: center;
}

.social-links a {
    color: #606669;
    display: inline-block;
    font-size: 28px;
    line-height: 1;
    margin: 6px 10px;
    text-decoration: none;
}

.copyright {
    color: #606669;
    font-size: 14px;
    line-height: 1.5;
    padding: 30px 0;
    text-align: center;
}

.copyright a {
    color: #aeb0b1;
}

.social-links a:hover,
.copyright a:hover {
    color: #202426;
}

/* Widgets */
.widget {
    margin: 0 0 30px;
}

.widget-title {
    color: #dbdedf;
    font-size: 18px;
    letter-spacing: normal; 
}

.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_nav_menu ul {
    list-style: none;
    padding: 0;
}



.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_recent_entries li,
.widget_recent_comments li,
.widget_rss li,
.widget_nav_menu li {
    margin-bottom: 5px;
}

.widget_archive li a,
.widget_categories li a,
.widget_pages li a,
.widget_meta li a,
.widget_recent_entries li a,
.widget_recent_comments li a,
.widget_rss li a,
.widget_nav_menu li a {
    text-decoration: none;
}

.widget a:hover {
    color: #606669;
}

.widget select {
    width: 100%;
}

.widget_recent_entries .post-date,
.widget_rss .rss-date {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.widget_tag_cloud a {
    background-color: #262b2f;
    border-radius: 2px;
    color: #aeb0b1;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    margin: 0 4px 8px 0;
    padding: 6px 10px;
    text-decoration: none;
}

.widget_tag_cloud a:hover {
    background: #202426;
    color: #fff;
}

#wp-calendar {
    border: 0;
    line-height: 30px;
    table-layout: fixed;
}

#wp-calendar a {
    text-decoration: none;
}

#wp-calendar th {
    background: 0;
    border: 0;
    color: #aeb0b1;
    padding: 0 0 6px;
    text-align: center;
}

#wp-calendar tbody td {
    border: 2px solid transparent;
    height: 30px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

#wp-calendar tfoot {
    font-family: 'Open Sans', sans-serif;
}

#wp-calendar tfoot td {
    padding: 6px 0;
}

#wp-calendar #next {
    text-align: right;
}

#wp-calendar #prev {
    text-align: left;
}

#wp-calendar tbody a {
    background: #262b2f;
    border-radius: 2px;
    color: #aeb0b1;
    display: block;
}

#wp-calendar tbody a:hover {
    background: #202426;
    color: #fff;
}

.widget_search .search-form {
    padding: 0;
}

.widget_search .search-field,
.widget_search .search-submit {
    height: 34px;
}

.widget_search .search-field {
    margin-bottom: 12px;
}

.widget_search .search-submit {
    position: static;
    width: auto;
}





/* Contact form */
.entry-content .contact-form label {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
}

.entry-content .contact-form input[type="text"],
.entry-content .contact-form input[type="email"],
.entry-content .contact-form input[type="url"],
.entry-content .contact-form textarea {
    width: 100%;
}

.entry-content .contact-form .contact-submit {
    margin-top: 12px;
}



/* Contact Form 7
------------------------*/
.wpcf7-form p {
    margin-bottom: 12px;
}

.wpcf7-form-control-wrap {
    display: block;
    margin-top: 3px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form textarea {
    width: 100%;
}

.wpcf7-form input[type="submit"] {
    margin-top: 12px;
}

/* Media Queries
------------------------*/
@media only screen and (max-width: 1020px) {
    .site-content {
        padding-bottom: 30px;
    }

    .hentry,
    .page-box,
    .comments-area {
        margin-bottom: 15px;
    }

    .paging-nav,
    .post-nav {
        margin-bottom: 3px;
        margin-top: 45px;
    }

    .post-nav + .comments-area {
        margin-top: 33px;
    }

    #infinite-handle,
    .infinite-loader {
        margin-bottom: 15px;
        margin-top: 45px;
    }
}

@media only screen and (max-width: 870px) {
    blockquote {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 800px) {
    .one-third {
        width: 50%;
    }
}

@media only screen and (max-width: 768px) {
    #menu-toggle {
        display: block;
    }
    .nav-menu {
        background: #394148;
        clear: left;
        display: none;
        margin-left: -15px;
        margin-right: -15px;
        padding-right: 0;
    }
    .nav-menu li {
        border-bottom: 2px solid #30373d;
        display: block;
        float: none;
        padding: 0;
    }   
    .nav-menu li:last-child {
        border-bottom: 0;   
    }
    .nav-menu a {
        border-left: 0;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .nav-menu li:first-child > a {
        padding-left: 15px;
    }
    .nav-menu .sub-menu a,
    .nav-menu .children a,
    .nav-menu .sub-menu li:first-child a,
    .nav-menu .children li:first-child a {
        padding-left: 30px;
    }
    .nav-menu .sub-menu,
    .nav-menu .children {
        background: #394148;
        border-top-color: #30373d !important;
        -webkit-box-shadow: none;
        -moz-box-shadow:    none;
        box-shadow:         none;
        display: block;
        position: static;
        width: auto;
    }
    .fixed-nav .site-top {
        position: static;
    }
    .fixed-nav .site-header {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 600px) {
    html {
        font-size: 100%;
    }
    
    h1,
    .entry-title {
        font-size: 30px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 16px;
        letter-spacing: normal;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 14px;
    }

    blockquote {
        font-size: 16px;
    }

    .one-third {
        width: 100%;
    }

    .search-box .search-field {
        font-size: 16px;
    }

    .page-title,
    .archives-list h2 {
        font-size: 24px;
        letter-spacing: normal;
    }

    .page-box .page-title {
        font-size: 34px;
        letter-spacing: -1px;
    }

    .page-content {
        font-size: 18px;
    }

    .site-title,
    .format-quote blockquote {
        font-size: 30px;
    }

    .format-quote blockquote cite,
    .format-quote blockquote small {
        font-size: 16px;
    }

    .site-header,
    .fixed-nav .site-header {
        padding-bottom: 60px;
        padding-top: 48px;
    }

    .entry-box,
    .page-box {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .comments-area {
        padding-bottom: 30px;
    }

    .comment-list {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .comment-nav {
        margin-bottom: 30px;
    }

    .comment-list .children {
        padding-left: 0;
    }

    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
        width: 25%;
    }

    .gallery .gallery-caption {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    h1,
    .entry-title {
        font-size: 30px;
    }

    h2 {
        font-size: 24px;
        letter-spacing: normal;
    }

    h3 {
        font-size: 16px;
    }

    h4 {
        font-size: 18px;
    }

    h5,
    h6 {
        font-size: 16px;
    }

    .page-title {
        font-size: 16px;
    }

    .page-box .page-title {
        font-size: 30px;
    }

    .format-quote blockquote {
        font-size: 24px;
    }

    .format-quote blockquote cite,
    .format-quote blockquote small {
        font-size: 18px;
    }

    .site-header,
    .fixed-nav .site-header {
        padding-bottom: 48px;
        padding-top: 36px;
    }

    .site-title {
        font-size: 24px;
        letter-spacing: normal;
    }

    .entry-box,
    .page-box,
    .page-header,
    .author-box,
    .comments-area,
    #comments-title,
    #reply-title {
        padding-left: 15px;
        padding-right: 15px;
    }

    .author-info {
        min-height: 60px;
    }

    .author-info .avatar {
        height: 60px;
        width: 60px;
    }

    .author-info .author-title,
    .author-info .author-bio {
        padding-left: 75px;
    }

    .comment-meta {
        padding-left: 60px;
    }

    .comment-meta .avatar {
        height: 45px;
        width: 45px;
    }

    #comments-title,
    #reply-title {
        margin-left: -15px;
        margin-right: -15px;
    }

    .rslides .caption {
        left: 15px;
        top: 15px;
    }

    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
        width: 33.333%;
    }
}

@media only screen and (max-width: 400px) {
    .author-info .avatar {
        height: 90px;
        margin-bottom: 24px;
        position: static;
        width: 90px;
    }

    .author-info .author-title,
    .author-info .author-bio {
        padding-left: 0;
    }
}




h1,h2,h3,h4,h5{color:#fff; }

/* Links */

input, button, select, textarea{color:#78848b!important;}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
   
}
a {
    color: #0093a3;
}
#content a{ color: #0093a3!important;}

#sidebar-wrapper {
   background-color:#0093a3;

    }

#sidebar-wrapper ul.sf-menu{/*padding-top:8px;padding-bottom:8px;*/}

    h1.page-title{color:#0093a3;}


    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #0093a3!important;
    
}


.sf-menu ul {
    box-shadow: 2px 2px 6px rgba(0,0,0,.2);

}




ul.sub-menu a:hover{color:#0093a3;}

.sf-menu a:hover i{color:#0093a3;}


.sf-menu a,.sf-menu a:hover,.sf-menu a:focus,.sf-menu a:active {
    color: #fff;

}

.sf-menu ul li {
    background: #202426;
  border-bottom:0px;
}

.sf-menu ul ul li {
    background: #202426;
}


.sf-arrows .sf-with-ul:after {

    /* order of following 3 rules important for fallbacks to work */
    border: 5px solid transparent;
    border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
    border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {

    border-color: transparent;
    
}


.sidebar-nav li a:hover {
  color: #fff;
 
 
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
 
}


/*nadzhq Toggle Menu*/
.nadzhq-toggle-menu{background-color:#0093a3!important;border:1px solid #008492!important;}
.nadzhq-toggle-menu i{color:#fff;}




/*Modal*/

.modal-content{border-radius: 0px!important;background-color: #1f2325!important;}
.modal-content .modal-header{color:#0093a3;border-bottom: 1px solid #151819;}
.modal-content .modal-body{color:#fff;}


/*Footer Para*/

p.footer-para{color:#fff;border-left:1px solid #2c2c2c;}

/*Button Primary*/
.btn-primary{color:#fff!important;}



.slideshow-text-container h3{

    color:#fff;

}


.slideshow-text-container p{

color:#78848b;


}


.page-header {
    border-bottom: 1px solid #151819!important;
  
  
}




/*Styling Scrollbar*/
.mCSB_scrollTools .mCSB_draggerRail{
background-color:#202426!important;


}


a.mCSB_buttonUp:before{
 

    color:#0093a3;


}


.mCSB_buttonDown:before{ content: "\f107";
    

    color:#0093a3;
}


/* ---------------------------------------------------------------------------------------
    01. CURRENT MENU ITEM
--------------------------------------------------------------------------------------- */

li.current-menu-item{background-color:#202426;}
li.current-menu-item a i{color:#004850;}



#sidebar .delta_widget_flickr a .image-overlay {
    background-color: #202426;
   
}

#footer .popular-posts:hover img,
#footer .recent-comments:hover img,
#footer .recent-posts:hover img {
    border: 2px solid #EC4C4C;
   
}

#footer .popular-posts img,
#footer .recent-comments img,
#footer .recent-posts img {
  
    border: 2px solid #1C1C1C;
   
}

#sidebar .delta_widget_tagscloud a {
    border: 1px solid #DDD;
}

#sidebar-core a:hover{color:#fff!important;}
#sidebar-core a {
    color: #0093a3;
 
}

#sidebar-core h3 {
    font-size: 12px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
}

#sidebar{background-color:#262a2c;padding:35px;}
#sidebar ul li{
    font-size:14px;
}

.pagination .current{

background: #0093a3;
color:#fff;
}

.pagination a:hover{
color:#fff;
background: #0093a3;
}

.pagination span, .pagination a {

color:#fff;
background: #555;
}


/* ---------------------------------------------------------------------------------------
    01. Theming Comments.php
--------------------------------------------------------------------------------------- */
#commentform p{color:#78848b;}

.comments-thread li i{color:#0093a3;}


/*Alternate Colors For Posts*/
.default-post.even,.comments-thread li.odd{background-color:rgba(30, 34, 36,0.9);border-top: 1px dotted #202426;border-bottom: 1px dotted #202426;}


/*Default Entry Meta*/
.default-post .entry-meta{

}

.sf-menu li:hover,
.sf-menu li.sfHover {
    background: #202426;
    
}

/*Default Post Title*/
.default-post{}
.default-post a,.default-post a:hover{color:#0093a3;}


/*Default Post Title*/
.default-post h2 a{color:#fff;}
.default-post h2 a i{color:#0093a3;}
.default-post h2 a:hover{color:#0093a3;}






/* adding sf-vertical class in addition to sf-menu creates a vertical menu */
/* eg. <ul class="sf-menu sf-vertical"> ... */
.sf-vertical {
  width: 100%;
  /* If you want the width of the closed menu to expand to its
  widest top-level menu item (like its "Supersubs" submenus do),
  replace the width rule above with the following two rules. */

  /*
  min-width: 12em;
  *width: 12em;
  */
}
.sf-vertical ul {
    left:   100%;
    top: 0;
}
.sf-vertical > li {
  float: none;
}
.sf-vertical li {
    width: 100%;
}

/*** alter arrow directions ***/
.sf-vertical.sf-arrows > li > .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255,255,255,.5);
}
.sf-vertical.sf-arrows li > .sf-with-ul:focus:after,
.sf-vertical.sf-arrows li:hover > .sf-with-ul:after,
.sf-vertical.sf-arrows .sfHover > .sf-with-ul:after {
  border-left-color: white;
}





#wrapper {
  transition: all 0.4s ease 0s;
}

/*#sidebar-wrapper {
  margin-left: -250px;
  left: 250px;
  width: 238px;
z-index: 9;
  position: absolute;
  height: 100%;
  transition: all 0.4s ease 0s;
}
*/
#sidebar-wrapper .alert-success{height:100%;border-radius: 0px;}

.topbar{
  padding:35px;
}


.topbar h1 a{ 
  color:#fff;
}

.topbar p{
  margin-bottom:0px;
}


#page-content-wrapper {
    display: inline-block;
    width: 100%;
    padding:35px 15px 35px 15px;
}

.sidebar-nav {

  width: 222px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  font-size:18px;
  font-family: 'Droid Sans', sans-serif;

}

.sidebar-nav li a:hover {
 
 
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  line-height: 60px;
  font-size: 18px;
}



.sidebar-nav > .sidebar-brand a:hover {
 
  background: none;
}

.content-header {
  height: 10px;
  line-height: 65px;
}

.content-header h1 {
  margin: 0;
  margin-left: 20px;
  line-height: 65px;
  display: inline-block;
}

#menu-toggle {
  display: none;
}

.inset {
  padding: 0px;
}

@media (max-width:767px) {

body{padding-left:0px!important;}

#wrapper {
  padding-left: 0;
}

#sidebar-wrapper {
  left: 0;
}


.content-header {
  height: 65px;
  line-height: 65px;
}

#wrapper.active {
  position: relative;
  left: 250px;
}

#wrapper.active #sidebar-wrapper {
 
  width: 222px;
  transition: all 0.4s ease 0s;
}

#menu-toggle {
  display: inline-block;
}

.inset {
  padding: 15px;
}

}



/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu li {
    position: relative;
}
.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}
.sf-menu > li {
    float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
    display: block;
}

.sf-menu a {
    display: block;
    background: #262a2c;
    position: relative;
}
.sf-menu ul ul {
    top: 0;
    left: 100%;
}


