/*
Theme Name: CodePixelz
Theme URI: http://codepix.robothemes.co/codepixelz/
Author: CodePixelz
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: codepixelz
*/

/*!
Theme Name: Blogzilla Elementor
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: blogzilla-elementor
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

Blogzilla Elementor is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
     ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
     ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *      `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
     ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: royalblue;
}

a:visited {
    color: purple;
}

a:hover, a:focus, a:active {
    color: midnightblue;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


.single-content-wrap {
    max-width: 900px;
    margin: 0 auto;
}
ul#menu-main {
    float: none;
    text-align: center;
    width: 100%;
}
ul#menu-main li {
    float: none;
    display: inline-block;
}
.navbar-header {
    float: none;
    text-align: center;
    width: 100%;
}
nav.navbar.navbar-default {
    padding: 9px 0;
    background: #fff;
    border: none;
    border-bottom: 1px solid #e9ecef;
    margin: 0;
}
h3.site-title {
    margin: 0;
    font-size: 23px;
}
.header-logo p {
    margin: 0;
    font-size: 13px;
}


/* recent post */
.widget ul.recent-post {
  padding: 0;
  margin: 0;
  list-style: none; }

.widget ul.recent-post li {
  padding: 20px 0 0 0;
  float: left;
  width: 100%; }

.recent-post .recent-post-thumb img {
  vertical-align: middle;
  max-width: 75px;
  height: auto; }

.recent-post .item-details h3.recent-post-title {
  font-size: 15px;
  margin: 0; }

.recent-post .item-details {
  position: relative;
  margin-left: 90px;
  top: 0px; }

.recent-post .recent-post-thumb {
  width: auto;
  position: relative !important;
  display: block;
  float: left;
  overflow: hidden; }

.recent-post .item-details h3.recent-post-title a {
  text-decoration: none;
  color: #666666; }

.recent-post .item-details span.recent-post-date a {
  font-size: 12px;
  color: #787171; }

/* category */
.widget ul.categories-wrap {
  padding: 0;
  margin: 0;
  list-style: none; }

.widget .categories-wrap li {
  padding: 17px 0 0 0; }

.widget .categories-wrap .cat-item span.cat-name a {
  color: #787171;
  font-size: 16px;
  text-decoration: none;
  text-transform: capitalize; }

.widget .categories-wrap span.cat-count {
  position: relative;
  margin-right: 10px;
  float: right; }

.widget .categories-wrap .cat-count a {
  color: #787171;
  font-size: 16px;
  font-family: 'Ubuntu', sans-serif;
  text-decoration: none; }

/* tags */
.tagcloud {
  position: relative;
  padding: 20px 0 0 0; }

.tagcloud a {
  background: #000;
  border: 1px solid #000;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin: 0 5px 10px 0;
  padding: 8px 12px;
  transition: all .8s ease 0s;
  vertical-align: baseline;
  white-space: nowrap;
  color: #fff;
  text-decoration: none; }
 .comment-respond .comment-reply-title {
  font-size: 24px;
  margin: 0;
  margin-bottom: 10px; }

.comment-respond .comment-form {
  margin-bottom: 20px; }
  .comment-respond .comment-form label {
    display: block;
    font-size: 16px; }
  .comment-respond .comment-form input {
    background: none;
    border: none;
    outline: 0;
    font-size: 16px;
    padding: 0;
    border: 1px solid #eee;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    border-radius: 4px;
    height: 40px;
    width: 100%;
    padding: 0 10px;
    transition: all 0.5s ease-out 0s; }
  .comment-respond .comment-form textarea {
    height: 200px;
    padding: 10px;
    background: none;
    border: none;
    border: 1px solid #eee;
    outline: 0 !important;
    transition: all 0.5s ease-out 0s;
    width: 100%;
    border-radius: 4px; }
  .comment-respond .comment-form input[type="submit"] {
    background: #333d45;
    font-weight: normal;
    text-transform: capitalize;
    width: auto;
    color: #fff;
    margin-top: 20px;
    border-radius: 4px !important;
    padding: 12px 20px !important;
    height: auto; }
  .comment-respond .comment-form .comment-notes {
    margin-bottom: 25px; }

#comments #respond.comment-respond .comment-form input[type="submit"] {
  padding: 15px 32px !important; }
.comments-area {
  margin-top: 30px; }
  .comments-area h2.comments-title {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 10px; }
  .comments-area ol.comment-list {
    list-style: none;
    padding: 0; }
    .comments-area ol.comment-list:last-child {
      margin-bottom: 0; }
    .comments-area ol.comment-list .comment-author b.fn {
      margin-left: 7px;
      color: #333;
      font-weight: 600; }
      .comments-area ol.comment-list .comment-author b.fn a {
        color: #333; }
    .comments-area ol.comment-list .comment-author span.says {
      display: none; }
    .comments-area ol.comment-list .comment-author img {
      width: 40px;
      display: inline-block;
      max-width: 100%;
      height: auto;
      padding: 2px;
      line-height: 1.42857143;
      background-color: #fff;
      border-radius: 4px;
      margin-top: 15px;
      -webkit-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
    .comments-area ol.comment-list .comment-metadata {
      margin-left: 52px;
      margin-bottom: 14px; }
      .comments-area ol.comment-list .comment-metadata time {
        font-size: 14px;
        color: #666; }
    .comments-area ol.comment-list .comment-content {
      margin-bottom: 27px;
      padding: 20px 20px;
      padding-bottom: 10px;
      background: #fafafa;
      border-radius: 4px; }
    .comments-area ol.comment-list .reply {
      text-align: right;
      margin-top: 16px; }
      .comments-area ol.comment-list .reply a {
        box-shadow: none;
        padding: 3px 21px; }
    .comments-area ol.comment-list ol.children {
      padding: 0;
      list-style: none;
      margin-left: 56px; }
  .comments-area .comment-subscription-form input[type="checkbox"] {
    height: auto !important; }

.comments-area ol.comment-list .comment-metadata .edit-link {
  display: none; }

.pingback .comment-body {
  margin-bottom: 27px;
  padding: 20px 20px; }

.pingback {
  margin: 20px 0; }

.pingback .comment-body a {
  color: #666; }
  .pingback .comment-body a:hover, .pingback .comment-body a:focus {
    color: #000; }

.pingback .comment-body a.comment-edit-link {
  color: #000; }

.nav-links {
  width: 100%;
  display: table; }
  .nav-links .nav-previous {
    width: 50%;
    display: inline-block; }
  .nav-links .nav-next {
    width: 50%;
    display: inline-block;
    text-align: right; }

.nav-links .nav-previous, .nav-links .nav-next {
  vertical-align: middle;
  float: none; }

.nav-links a, .nav-links span {
    padding: 1em 0;
    margin-right: 5px;
    display: inline-block;
    font-size: 16px;
    color: #62646c;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
  .nav-links a:hover, .nav-links span:hover {
    color: #000; }

.nav-links a {
  background: #fff; }

.inner-banner-wrap {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  outline: 0;
  height: auto; }
  .inner-banner-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    content: '';
    background: #000; }
  .inner-banner-wrap .inner-banner-content {
    position: relative;
    z-index: 99;
    text-align: center;}
  .inner-banner-wrap ul.breadcrumb {
    background: none;
    background: none;
    margin-bottom: 0;
    margin: 0; }
    .inner-banner-wrap ul.breadcrumb li {
      color: #fff;
      font-size: 16px; }
      .inner-banner-wrap ul.breadcrumb li a {
        color: #fff; }
        .inner-banner-wrap ul.breadcrumb li a:hover, .inner-banner-wrap ul.breadcrumb li a:focus {
          color: #000; }

.not-found .page-header {
  margin-top: 0; }
  .not-found .page-header h1 {
    margin-top: 0; }

.not-found .search-form {
  margin-top: 20px; }
  .not-found .search-form .search-submit {
    width: 29%; }

.not-found .widget {
  display: none; }

.error-404 {
  text-align: center; }

.error-404 header.page-header h2 {
  font-size: 74px; }
header.entry-header h2.entry-title {
    margin-top: 0;
    font-size: 28px;
    line-height: 32px;
}
  header.entry-header h2.entry-title a {
    color: #272e37;
    text-decoration:  none; }
    a{
          text-decoration: none !important;
    }
    header.entry-header h2.entry-title a:hover {
      color: #000; }

header.entry-header h1.entry-title {
    font-size: 35px;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 49px;
}
  header.entry-header h1.entry-title a {
    color: #272e37; }
    header.entry-header h1.entry-title a:hover {
      color: #000; }

.page-header {
  padding-bottom: 5px;
  margin-top: 0;
  margin-bottom: 20px !important;
  border-bottom: none; }
.page-header h1 {
    margin-top: 0;
    font-size: 34px;
}

article .entry-content img {
  margin-bottom: 15px; }

div#calendar_wrap table {
  background-color: transparent;
  width: 100%; }

#wp-calendar caption {
  background-color: #000;
  color: #ffffff;
  padding: 10px; }

#wp-calendar thead tr th {
  text-align: center; }

table th {
  border: 1px solid #dddddd;
  padding: 8px;
  line-height: 20px;
  text-align: center;
  vertical-align: top; }

table td {
  border: 1px solid #dddddd;
  padding: 8px;
  line-height: 20px;
  text-align: center;
  vertical-align: top; }

table td {
  border: 1px solid #dddddd;
  padding: 8px;
  line-height: 20px;
  text-align: center;
  vertical-align: top; }

#wp-calendar tbody tr td {
  text-align: center; }

#wp-calendar tr th {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 0;
  border-bottom: 0; }

#wp-calendar tr th:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.2); }

#wp-calendar tr td {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 0;
  border-bottom: 0; }

#wp-calendar tr td a {
  font-weight: bold; }

#wp-calendar tr td:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.2); }

#wp-calendar tfoot tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

#secondary #wp-calendar tr td {
  border: 1px solid #eee; }

#secondary #wp-calendar tr th {
  border: 1px solid #eee; }

.page-content, .entry-content, .entry-summary {
  margin: 1em 0 0; }

article iframe {
  width: 100%; }

span.edit-link {
  display: block; }

a.post-edit-link {
  background: #000;
  font-weight: normal;
  text-transform: capitalize;
  padding: 6px 21px;
  overflow: hidden !important;
  display: inline-block; }

nav#comment-nav-below {
  margin: 25px 0;
  display: block; }

nav#comment-nav-above {
  margin: 25px 0 40px 0; }

.post-password-form {
  width: 100%; }
  .post-password-form input[type="password"] {
    width: 100%;
    border: 2px solid #eee;
    padding: 7px 23px;
    outline: 0;
    -webkit-appearance: none;
    font-weight: 400;
    background: #fff;
    height: auto;
    border-radius: 4px;
    margin-top: 15px; }
    .post-password-form input[type="password"]:focus {
      border: 2px solid #000 !important; }
  .post-password-form input[type="submit"] {
    box-shadow: none !important;
    font-size: 15px;
    border-radius: 0;
    background: #000;
    transition: all .5s ease-in-out 0s;
    border: none;
    color: #fff;
    padding: 13px 17px;
    margin-left: -6px;
    border: none;
    line-height: 17px;
    width: 17%;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }

/* category */
.widget ul.categories-wrap {
  padding: 0;
  margin: 0;
  list-style: none; }

.widget .categories-wrap li {
  padding: 17px 0 0 0; }

.widget .categories-wrap .cat-item span.cat-name a {
  color: #62646c;
  font-size: 16px;
  text-decoration: none;
  text-transform: capitalize; }

.widget .categories-wrap span.cat-count {
  position: relative;
  margin-right: 10px;
  float: right; }

.widget .categories-wrap .cat-count a {
  color: #62646c;
  font-size: 16px;
  text-decoration: none; }

/* tags */
.tagcloud {
  position: relative;
  padding: 20px 0 0 0; }

.tagcloud a {
  border: 1px solid #f4f4f4;
  color: #fff;
  font-size: 14px !important;
  font-weight: 400;
  padding: 4px 12px 4px;
  border-radius: 5px;
  transition: all 500ms ease 0s;
  display: inline-block;
  margin: 0 3px 10px; }
  .tagcloud a:hover, .tagcloud a:focus {
    background: #000;
    color: #fff !important; }
#comments h3#reply-title {
    font-size: 30px;
    line-height: 37px;
}
#secondary .widget {
  margin-bottom: 20px;
  background: #fff;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin: 0 0 30px;
  word-wrap: break-word;}
  #secondary .widget .widget-title {
    font-size: 28px;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: capitalize;
    color: #000;
    padding-bottom: 15px;}
  #secondary .widget ul {
    padding: 0;
    margin: 0;
    list-style: none; }
#secondary .widget ul li {
    padding-bottom: 8px;
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 0px !important;
}
      #secondary .widget ul li a {
        color: #62646c;
        text-decoration: none; }
        #secondary .widget ul li a:hover {
          color: #000; }

.search-form {
  width: 100%; }
.search-form .search-field {
    width: 100%;
    border: 1px solid #eee !important;
    padding: 9px 23px !important;
    outline: 0;
    -webkit-appearance: none;
    font-weight: 400;
    background: #fff;
    height: auto;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 50px;
    font-size: 16px;
}
    .search-form .search-field:focus {
      border-color: #333d45 !important; }
  .search-form .search-submit {
    position: absolute;
    right: 1px;
    top: 0;
    box-shadow: none !important;
    font-size: 15px;
    border-radius: 0 !important;
    background: #333d45;
    transition: all .5s ease-in-out 0s;
    border: none;
    color: #fff;
    height: 50px;
    display: inline-block;
    padding: 15px 13px;
    margin-left: 0;
    border: none;
    line-height: 21px;
    width: 30%;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important; }
  .search-form label {
    width: 71%;
    margin-bottom: 0; }

.search-form {
  position: relative; }
article.hentry {
    margin-bottom: 55px;
}
article.hentry .post-bg {
    padding: 30px 0;
    padding-top: 0;
    margin-top: 30px;
}
article header.entry-header h2.entry-title {
    margin-top: 0;
}
span.edit-link a {
  box-shadow: none;
  padding: 3px 21px;
  margin-top: 20px;
  border-radius: 4px;
  color: #fff; }

span.cat-links, span.tags-links {
  display: block;
  margin-bottom: 5px; }

article .post-bg .entry-footer {
  margin-top: 20px; }

span.comments-link {
  border: 1px solid #ddd;
  font-size: 13px;
  padding: 3px 10px;
  border-radius: 5px; }
  span.comments-link a {
    color: #000; }

select {
  width: 100%; }

.blog .section-content a.read-more.btn {
  margin-top: 15px; }

footer.entry-footer {
  margin-top: 10px; }

.post-wrap .post-title a {
  line-height: 31px; }

.portfolio-detail-wrap h3 {
  margin-top: 0; }

.portfolios-single a.btn.button, .portfolios-single .comments-area ol.comment-list .reply a.btn, .comments-area ol.comment-list .reply .portfolios-single a.btn, .portfolios-single a.btn.post-edit-link {
  margin-top: 20px; }

article a.btn.button, article .comments-area ol.comment-list .reply a.btn, .comments-area ol.comment-list .reply article a.btn, article a.btn.post-edit-link {
  margin-top: 20px; }

.post-wrap .post-img {
    position: relative;
    overflow: hidden;
    height: 250px;
    text-align: center;
}

.post-format-gallery .slick-next, .post-format-gallery .slick-prev {
  width: 40px;
  height: 40px;
  line-height: 41px; }

.post-format-gallery .slick-next:before, .post-format-gallery .slick-prev:before {
  font-size: 17px; }

.post-format-gallery .slick-next {
  right: 25px; }

.post-format-gallery .slick-prev {
  left: 25px; }

.single .post-format-gallery .slider-item, .archive .single .post-format-gallery .slider-item {
  height: 400px; }

.post-format-gallery .slider-item {
  width: 100%;
  height: 250px;
  min-height: 250px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  outline: 0;
  position: relative; }

.post .post-format-gallery .slider-item {
  height: 350px;
  min-height: 350px; }

.post .post-format-gallery .slick-next, .post .post-format-gallery .slick-prev {
  top: 47%; }

.archive.author header.page-header {
  background: #fff;
  padding: 30px; }

.archive.author-codemin .author-img {
  margin: 15px 0; }

.widget ul li {
    padding: 11px 0 0 !important;
}
.widget ul li:first-child {
  padding-top: 0 !important; }



#secondary .widget .widget-title {
    position: relative;
    /* background: #f5f5f5; */
    padding-bottom: 0;
    /* padding: 10px 10px; */
    margin-bottom: 15px;
    font-size: 27px;
}

#secondary .widget ul li:last-child {
  margin-bottom: 0; }

#secondary .widget ul.recent-post li {
  float: none;
  display: inline-block; }
.post-navigation {
  margin: 0 !important;
  margin: 0 0 1.5em;
  overflow: hidden; }
  .post-navigation .nav-previous .post-nav-content {
    position: relative;
    top: 0px; }
    .post-navigation .nav-previous .post-nav-content a {
      color: #000;
      font-size: 15px; }
      .post-navigation .nav-previous .post-nav-content a:hover {
        color: #000; }
    .post-navigation .nav-previous .post-nav-content h4 {
      margin: 0;
      display: inline-block;
      font-size: 19px;
      line-height: 24px;
      margin-top: 10px; }
  .post-navigation .nav-previous .nav-post-thumb {
    width: auto;
    position: relative !important;
    display: block;
    float: left;
    overflow: hidden; }
    .post-navigation .nav-previous .nav-post-thumb img {
      width: 90px; }
  .post-navigation .nav-next {
    float: right;
    display: inline-block;
    border-left: 1px solid #eee; }
    .post-navigation .nav-next .post-nav-content {
      position: relative;
      top: 0px; }
      .post-navigation .nav-next .post-nav-content a {
        color: #000;
        font-size: 15px; }
        .post-navigation .nav-next .post-nav-content a:hover {
          color: #000; }
      .post-navigation .nav-next .post-nav-content h4 {
        margin: 0;
        display: inline-block;
        font-size: 19px;
        line-height: 24px;
        margin-top: 10px; }
    .post-navigation .nav-next .nav-post-thumb {
      width: auto;
      position: relative !important;
      display: block;
      float: right;
      overflow: hidden; }
      .post-navigation .nav-next .nav-post-thumb img {
        width: 90px; }

.post-navigation .nav-post-thumb {
  display: none !important; }
  .comment-navigation {
  margin: 25px 0; }

.comment-navigation .nav-links {
  width: 100%;
  display: table; }

.comment-navigation .nav-links .nav-previous, .comment-navigation .nav-links .nav-next {
  background: #fff; }

.comment-navigation .nav-links .nav-previous, .comment-navigation .nav-links .nav-next {
  background: #fff;
  vertical-align: middle;
  display: table-cell; }

.comment-navigation .nav-links .nav-previous {
  width: 50%;
  display: inline-block;
  border: 1px solid #eee; }

.comment-navigation .nav-links .nav-next {
  width: 50%;
  display: inline-block;
  border: 1px solid #eee;
  text-align: right; }

.comment-navigation {
  margin: 25px 0;
  display: block; }

.post-navigation .nav-previous .post-nav-content a {
  padding: 1em 1em; }

.post-navigation .nav-next .post-nav-content a {
  padding: 1em 1em; }

.recent-post .item-details h3.recent-post-title a {
  color: #999; }

.prefooter .recent-post .item-details h3.recent-post-title a {
  font-size: 15px;
  line-height: 20px; }

.archive.author header.page-header {
  display: block;
  text-align: center; }

.archive.author header.page-header .page-title {
  font-size: 22px;
  margin-top: 20px; }

.author-img img {
  border-radius: 50%; }

.archive.author header.page-header p {
  margin: 0; }

.navigation.pagination .nav-links a, .navigation.pagination .nav-links span {
  padding: 1em 1.5em;
  margin-right: 10px;
  display: inline-block;
  font-size: 16px;
  color: #62646c;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.navigation.pagination a.next.page-numbers {
  background: #000;
  color: #fff; }

.not-found .page-header {
  display: block; }

.search-no-results .page-content {
  margin-top: 0; }


.pingback .comment-body {
  margin-bottom: 27px;
  padding: 20px 20px;
  background: #fafafa;
  border-radius: 4px; }

.pingback .comment-body a.comment-edit-link {
  display: none; }

.prefooter .widget ul.recent-post li {
  display: inline-block; }

.prefooter .widget {
  margin-bottom: 30px; }
  .prefooter .widget:last-child {
    margin-bottom: 0; }

.recent-post .recent-post-thumb img {
  width: 70px; }

section#blog .post-format-gallery .slick-next, section#blog .post-format-gallery .slick-prev {
  display: none !important; }

.prefooter .tagcloud a {
  border: 1px solid rgba(238, 238, 238, 0.28); }

.logged-in .nav-wrapper.stick-me.sticking {
  top: 32px !important; }

span.cat-links a, span.tags-links a {
  font-size: 15px;
  background: #f5f5f5;
  color: #62646c;
  display: inline-block;
  font-weight: normal;
  line-height: 15px;
  margin-bottom: 10px;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 3px;
  margin-right: 5px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

span.cat-links, span.tags-links {
  font-weight: 500; }

span.cat-links a:hover, span.tags-links a:hover {
  background: #000;
  color: #fff; }

.post-navigation .nav-links a span, .post-navigation .nav-links a span {
  font-size: 15px;
  background: #000;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  line-height: 15px;
  margin-bottom: 10px;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 3px;
  margin-right: 8px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.error404 .not-found .search-form {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto; }

.customize-partial-edit-shortcuts-shown .nav-wrapper.stick-me.sticking {
  top: 0 !important; }

.widget-thumbnail.no-recent-img {
  width: 70px;
  height: 70px;
  background: #fafafa; }
  .footer-widgets {
  padding: 60px 0;
  background: #1c1c1c; }
  .footer-widgets .widget .widget-title {
font-size: 24px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 20px;
    color: #eee; }
  .footer-widgets .widget .gallery-widget img {
    margin-bottom: 10px;
    margin-right: 10px; }
  .footer-widgets .widget .gallery-widget img:nth-child(2), .footer-widgets .widget .gallery-widget img:nth-child(3) {
    width: 167px; }
  .footer-widgets ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .footer-widgets ul li {
      padding: 5px 0; }
      .footer-widgets ul li a {
        color: #bbb; }

footer {
  position: relative;
}
 .slick-next, .slick-prev {
height: 50px;
    width: 50px;
    font-size: 0;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.19);
    color: #fff;
    position: absolute;
    top: 50%;
    border-radius: 4px;
    margin-top: -10px\9;
    border: none;
    outline: 0;
    z-index: 9;
    transition: all 0.5s ease-out 0s;
    line-height: 47px;
}
.slick-next{
  right: 70px;
}
.slick-prev{
  left: 70px;
}
.slick-prev:before{
    content: "\f104" !important;
    font-family: FontAwesome;
    margin-right: 3px !important;
    font-size: 33px;
}
.slick-next:before{
    content: "\f105" !important;
    font-family: FontAwesome;
    margin-left: 3px !important;
    font-size: 33px;
}
span.edit-link, span.comments-link {
    display: none;
}

.search article.hentry {
    padding-bottom: 0;
}

section.error-404.not-found {
    max-width: 700px;
    margin: 0 auto;
    padding: 70px 0;
}
section.sec.section-contact {
    border-top: 1px solid #eee;
}
a:visited {
    color: #000;
}

.section-content.section {
    padding: 60px 0;
}
input[type=checkbox], input[type=radio] {
    width: auto !important;
    height: auto;
    display: inline-block;
}
p.comment-form-cookies-consent label {
    display: inline-block !important;
    margin-left: 10px;
}
input[type=checkbox], input[type=radio] {
    width: auto !important;
    height: auto !important;
    display: inline-block;
}
.post-wrapper-inner {
    background: #f5f5f5;
    padding: 30px;
    margin-bottom: 40px;
}
.post-wrapper-inner h2 {
    margin-top: 0;
}
a.btn.btn-default {
    box-shadow: none !important;
    font-size: 15px;
    border-radius: 4px !important;
    background: #333d45;
    transition: all .5s ease-in-out;
    color: #fff;
    padding: 10px 12px;
}
.post-wrapper-inner .btn-default {
    margin-top: 15px;
}
.post-wrapper-inner p.post-meta {
    font-size: 14px;
}
.post-wrapper-inner p.post-meta a{
    color:  #000;
}
.single-post .post-wrapper-inner {
    background: none !important;
}
.post-author.center-align {
    width: 100%;
}
.post-author .author-img img {
   width: auto !important;
}
.author-img {
    position: relative;
    float: left;
    margin-left: 20px;
}
.author-img {
  position: relative;
}

/* .author-img:before {
  position: absolute;
  background-color: #e2e2e2;
  width: 100%;
  height: 1px;
  content: "";
  left: 0;
  top: 50%;
  z-index: 1;
} */

.author-img img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 4px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  width: 80px;
  height: 80px;
  position: relative;
  z-index: 9;
}

.author-desc {
    width: 75%;
    margin: 0 auto;
    color: #757575;
    text-align: left;
    float: left;
    margin-left: 40px;
}
.author-desc h2 a:hover,
.author-desc h2 a:focus {
  color: #000;
}

.author-links a {
  font-weight: 500;
  color: #757575;
  position: relative;
  margin-right: 5px;
  padding: 0 5px;
}

.author-links a:hover,
.author-links a:focus {
  color: #000;
}
.post-author.center-align {
    width: 100%;
    float: left;
    background: #f5f5f5;
    padding: 20px;
    margin-bottom: 40px;
}
.testimonial-wrap img {
    width: 65px;
    border-radius: 50%;
    float: left;
    margin-right: 25px;
}
.section-testimonial h2.sec-title{
    padding-left: 100px !important;
}

.testimonail-item {
    padding: 0 100px;
    outline:  0 !important;
}
.slick-dots {
    position: relative !important;
    left: 100px !important;
    padding: 0;
    margin-left: 0 !important;
}
.form__section.form__section--right {
    text-align: left !important;
}
button.btn.btn--default.btn--form-open {
 
    margin-bottom: 20px;
}