/*
Theme Name: Chobighor
Theme URI: https://amberleesings.com
Author: Hastech
Author URI: http://hastech.company/
Description: Creative Photography WordPress Theme
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: chobighor
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post
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.
Chobighor is based on WPHash Starter theme http://wphash.com/.

*/

/*

Of course, indexing must be done

 */


html {
    font-family: 'Ubuntu',sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
a, img, input{
    transition: all 0.3s ease 0s;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
.rssSummary {
  color: hsl(0, 0%, 88%);
  padding: 5px 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
textarea {
    color: #fff;
    font-family: "Ubuntu",sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}
h1 {
  font-size: 36px;
  margin: 28px 0;
}
h2 {
  font-size: 30px;
  margin: 25px 0;
}
h3 {
  font-size: 22px;
  margin: 22px 0;
}
h4 {
  font-size: 20px;
  margin: 20px 0;
}
h5 {
  font-size: 18px;
  margin: 18px 0;
}
h6 {
  font-size: 16px;
  margin: 18px 0;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Ubuntu",sans-serif;
  color:#fff;
}
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;
}
pre h2 {
  color: #353535;
}
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;
    color: hsl(345, 69%, 46%);
}
big {
    font-size: 125%;
}
caption {
  color: #fff;
}
/*--------------------------------------------------------------
# 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 http://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. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
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.3em;
}
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, .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:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    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;
}
select {
  border: 1px solid #ccc;
  height: 36px;
  width: 100%;
}
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: #fff;
}
.op-contact__form input[type="text"]:focus,
.op-contact__form input[type="email"]:focus,
.op-contact__form input[type="url"]:focus,
.op-contact__form input[type="password"]:focus,
.op-contact__form input[type="search"]:focus,
.op-contact__form input[type="number"]:focus,
.op-contact__form input[type="tel"]:focus,
.op-contact__form input[type="range"]:focus,
.op-contact__form input[type="date"]:focus,
.op-contact__form input[type="month"]:focus,
.op-contact__form input[type="week"]:focus,
.op-contact__form input[type="time"]:focus,
.op-contact__form input[type="datetime"]:focus,
.op-contact__form input[type="datetime-local"]:focus,
.op-contact__form input[type="color"]:focus,
.op-contact__form textarea:focus {
    color: hsl(0, 0%, 40%);
}
.blog-search input[type="text"]:focus,
.blog-search input[type="email"]:focus,
.blog-search input[type="url"]:focus,
.blog-search input[type="password"]:focus,
.blog-search input[type="search"]:focus,
.blog-search input[type="number"]:focus,
.blog-search input[type="tel"]:focus,
.blog-search input[type="range"]:focus,
.blog-search input[type="date"]:focus,
.blog-search input[type="month"]:focus,
.blog-search input[type="week"]:focus,
.blog-search input[type="time"]:focus,
.blog-search input[type="datetime"]:focus,
.blog-search input[type="datetime-local"]:focus,
.blog-search input[type="color"]:focus,
.blog-search textarea:focus {
    color: hsl(0, 0%, 40%);
}
textarea {
  padding: 10px;
  width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #fff;
}
a:visited {
    color: #555;
}
a:hover,
a:focus,
a:active {
    color: #e51515;
}
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 li {
    float: left;
    position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul a {
    width: 200px;
}
.main-navigation ul ul li .main-navigation li:hover > a,
.main-navigation li.focus > a .main-navigation ul ul:hover > a,
.main-navigation ul ul .focus > a .main-navigation ul ul a:hover,
.main-navigation ul ul a.focus .main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}
/* 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 {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    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;
    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 {
  height: 36px;
  width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}
.hentry {
    margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 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,
/* Older / Newer Posts Navigation (always hidden) */

.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%;
}
/*--------------------------------------------------------------
## 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 {
  margin-top: 10px;
  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%;
  padding-right: 15px;
}
.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;
}
/*=========== Default CSS =============*/
/*--------------------------------------------------------------
# Transition
--------------------------------------------------------------*/

a,
img,
.img,
.btn,
input,
select,
textarea{
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
/*--------------------------------------------------------------
# Selection
--------------------------------------------------------------*/

*::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
/*--------------------------------------------------------------
# Placeholder
--------------------------------------------------------------*/

*::-moz-placeholder {
    color: #e3e3e3;
}
::-moz-placeholder {
    color: #e3e3e3;
}
::placeholder {
    color: #e3e3e3;
}
/*--------------------------------------------------------------
# Browser Upgrade
--------------------------------------------------------------*/

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/*--------------------------------------------------------------
# Theme Default
--------------------------------------------------------------*/

html,
body {
    height: 100%;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
}
a {
    text-decoration: none;
}
a:hover,
a:active {
    color: #e51515;
    text-decoration: none;
    outline: 0 none;
}
a:focus {
    outline: none !important
}
ul,
ol {
    margin: 0;
    padding: 0
}
p {
    margin: 0 0 15px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}
/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/

.page-header {
    margin: 0 0 20px;
}
/*--------------------------------------------------------------
# Helper css
--------------------------------------------------------------*/
.entry-content a {
  color: #ffffff;
}
.clear {
    clear: both
}
.fix {
    overflow: hidden;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px
}
.aligncenter {
    display: block;
    margin: 0 auto 15px
}
.uppercase {
    text-transform: uppercase
}
.capitalize {
    text-transform: capitalize
}
img,
.img {
    max-width: 100%;
    height: auto;
}
.mark,
mark {
    background: #4fc1f0 none repeat scroll 0 0;
    color: #ffffff;
}
/* ------------------------------------------------------------------------------------

NOTE: This is Header style file. All Header related style included in this file.

--------------------------------------------------------------------------------------*/
/*--------------------------------
# Top bar menu
----------------------------------*/

.header-top-area {
    padding: 15px 0;
    background: #444 none repeat scroll 0 0;
}
.header-info span {
    font-weight: 500;
}
.top-bar-left-content a,
.header-info a {
    color: #fff;
}
.header-info span {
    position: relative;
}
.header-info span + span {
    margin-left: 8px;
    padding-left: 8px;
}
.header-info span + span::before {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    content: "";
    height: 20px;
    left: -2px;
    position: absolute;
    top: 0;
    width: 1px;
}
/*--------------------------------
# Top bar left side menu
----------------------------------*/

.top-bar-left-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.top-bar-left-menu ul li {
    display: inline-block;
}
.top-bar-left-menu ul li a {
    padding: 5px 10px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    color: #fff;
}
.top-bar-left-content a:hover,
.header-info a:hover,
.header-social ul li a:hover,
.top-bar-left-menu ul li a:hover {
    color: #03a9f4;
}
.top-bar-left-content {
    color: #fff;
}
.top-bar-left-content p {
    margin-bottom: 0;
}
.primary-nav-wrap ul li > .sub-menu li.menu-item-has-children > a::before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
/*--------------------------------
# Header Top Social icons
----------------------------------*/

.header-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-social ul li {
    display: inline-block;
}
.header-social ul li a {
    color: #fff;
    font-size: 16px;
}
.header-social.text-white > a {
    color: #fff;
}
.menu-middle-area {
    border-top: 1px solid #ddd;
}
.header-social ul li + li {
    margin-left: 15px;
}
/*--------------------------------
# Header Search
----------------------------------*/

.header-search {
    margin: 29px 0;
}
.header-search form {
    display: block;
    position: relative;
}
.header-search form input {
    border: 1px solid #ddd;
    height: 40px;
    line-height: 24px;
    padding: 7px 40px 7px 15px;
    width: 250px;
}
.header-search form button {
    background-color: transparent;
    border: 0 none;
    color: #999;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 40px;
}
.header-search form button i {
    display: block;
    line-height: 38px;
}
.header-search form button:hover {
    color: #26c7cc;
}
/*================= Header Style One ===============*/

.site-logo a {
  color: #333;
  display: block;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
}
.header-menu-wrap {
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.header-menu-wrap.logo-left {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}
.header-menu-wrap.logo-center {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}
.header-menu-wrap.logo-center > div:nth-child(2) {
    -ms-align-self: flex-start;
    align-self: flex-start;
}
.header-menu-wrap.logo-right {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.header-menu-wrap.logo-left-top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
.header-menu-wrap.logo-center-top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}
.header-menu-wrap.logo-right-top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-end;
    align-items: flex-end;
}
.header-menu-wrap.logo-center,
.header-menu-wrap.logo-left-top,
.header-menu-wrap.logo-center-top,
.header-menu-wrap.logo-right-top {
    padding-top: 25px;
}
.primary-nav-wrap ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
.primary-nav-wrap ul li {
    list-style: outside none none;
}
.primary-nav-wrap ul li + li {
    margin-left: 25px;
}
.primary-nav-wrap ul li a {
    display: block;
    transition: 0.3s;
}
.primary-nav-wrap ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    transition: 0.3s;
}
.primary-nav-wrap.nav-effect-1 > nav > ul > li > a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: auto;
    margin-top: 10px;
    height: 2px;
    width: 20px;
    background: -webkit-linear-gradient(990deg, #e51515 0%, #c60de1 100%);
    background: -moz-linear-gradient(990deg, #e51515 0%, #c60de1 100%);
    background: -ms-linear-gradient(990deg, #e51515 0%, #c60de1 100%);
    background: -o-linear-gradient(990deg, #e51515 0%, #c60de1 100%);
    background: linear-gradient(990deg, #e51515 0%, #c60de1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgb(229, 21, 21), endColorstr=rgb(198,13,225));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=rgb(229, 21, 21), endColorstr=rgb(198,13,225))";
    -webkit-transition: transform 0.3s ease-in-out 0s;
    -moz-transition: transform 0.3s ease-in-out 0s;
    -ms-transition: transform 0.3s ease-in-out 0s;
    -o-transition: transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
}
.primary-nav-wrap.nav-effect-1 > nav > ul > li > a::before {
    bottom: 0;
}
.primary-nav-wrap.nav-effect-1 > nav > ul > li:hover > a::before,
.primary-nav-wrap.nav-effect-1 > nav > ul > li.active > a::before,
.primary-nav-wrap.nav-effect-1 > nav > ul > li.current_page_item > a::before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.primary-nav-wrap > nav > ul > li:hover > a,
.primary-nav-wrap > nav > ul > li.current_page_item > a {
    color: #000;
}
.primary-nav-wrap.head-1 {
  display: block;
  float: right;
}
.header-menu-wrap.head_logo {
  padding-top: 25px;
}
.primary-nav-wrap ul li a{
    height: auto;
    line-height: 28px;
    padding: 33px 0;
}
.primary-nav-wrap ul{
    display: block;
}
.primary-nav-wrap ul li{
    display: inline-block;
}
.primary-nav-wrap ul li + li{
    margin-left: 0;
}
.primary-nav-wrap ul li{
    margin: 0;
    margin-right: 25px;
}
.primary-nav-wrap ul li:last-child{
    margin-right: 0;
}

/*================ Header Style Two ======================*/

.header-style-2 .header-menu-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.header-style-3 .header-menu-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 0;
}
.header-style-4 .header-menu-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 0;
}
.header-style-2 .header-menu-wrap > div {
    width: 100%;
}
.header-style-3 .header-menu-wrap > div {
    width: 100%;
}
.header-style-4 .header-menu-wrap > div {
    width: 100%;
}
.logged-in .header-area.onepage-header-1.header-style-3 {
  top: 32px;
}
.logged-in .header-area.onepage-header-1.header-style-4 {
  top: 32px;
}
.header-area.header-style-4 {
  box-shadow: none;
}
.header-area.onepage-header-1.header-style-3 {
  background: #fff none repeat scroll 0 0;
  padding: 28px 0;
}
.header-style-2 .primary-nav-wrap ul li a {
    display: block;
    height: 60px;
    line-height: 60px;
    transition: 0.3s;
}
.header-style-2 .primary-nav-wrap ul li a {
    display: block;
    height: 60px;
    line-height: 60px;
    transition: 0.3s;
}
.header-style-2 .header-menu-wrap .site-logo {
    padding-top: 20px;
    padding-bottom: 20px;
}
.header-mid-inner.logo-left-search-right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}
.header-menu-wrap .site-description {
  color: #333;
  line-height: 1;
  margin: 0;
  transition: all 0.3s ease 0s;
}
.header-menu-wrap .site-logo h3 {
  line-height: 1;
  margin-bottom: 7px;
  margin-top: 0;
  transition: all 0.3s ease 0s;
}

/* Separetor */

.hr-style-1 {
    border-bottom: transparent;
}
/* Header Transparent */

.header-area.header-transparent {
    background: transparent none repeat scroll 0 0;
    left: 0;
    position: absolute;
    top: 32px;
    width: 100%;
    z-index: 9999;
}
.header-area.header-transparent {
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0);
}
/* stiky */

.header-area {
  box-shadow: transparent;
}
.header-area.sticky {
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.1);
}
.logged-in .header-area.sticky {
    top: 32px;
}
.header-area.header-style-2.header-sticky.sticky {
    left: inherit;
    position: static;
    top: inherit;
    width: auto;
}
.header-area.header-style-2.header-sticky.sticky .header-buttom {
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.1);
}
.logged-in  .header-area.header-style-2.header-sticky.sticky .header-buttom{
    top: 32px;
}
.header-area.header-style-2.header-sticky.sticky .header-buttom .site-logo.hidden {
    display: block !important;
}
.header-area.header-style-2.header-sticky.sticky .header-buttom .sticky_menu_logo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
}
.sticky_menu_logo .site-logo.hidden {
    padding: 0;
    padding-right: 50px;
}
/* Header Menu Style */

.primary-nav-wrap .sub-menu {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  height: auto;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 250px;
  padding: 15px;
  transform: translateY(15px);
  transition:.4s;
  z-index: 99999;
}
.primary-nav-wrap ul > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 550;
    transform: translateY(0px);
}
.primary-nav-wrap ul li {
    position: relative;
}
.primary-nav-wrap .sub-menu > li {
    display: block;
    margin: 0;
    width: 100% !important;
}
.primary-nav-wrap ul.sub-menu {
    display: block;
}
.primary-nav-wrap ul.sub-menu li {
    display: block;
}
.primary-nav-wrap ul.sub-menu li + li {
    border-top: 1px solid #fff;
}
.primary-nav-wrap .sub-menu > li > a {
  height: 35px;
  line-height: 25px;
  text-transform: capitalize;
}
.primary-nav-wrap .sub-menu > li:hover > a {
  background-color: #f1f1f1;
  color: #000;
}
.primary-nav-wrap ul.sub-menu li .sub-menu {
    left: 100%;
    top: 5px !important;
}
.primary-nav-wrap ul > li.last-elements ul.sub-menu li .sub-menu {
    left: auto;
    right: 107%;
    top: 0 !important;
}
.primary-nav-wrap .sub-menu li > a {
  color: #555555;
  font-size: 13px;
  font-weight: 400;
  padding: 5px 15px;
}
/*-- Mobile Menu --*/

.mean-bar {
  background-color: transparent;
  min-height: auto;
  z-index: 9;
}
/*-- Menu Open/Close Button --*/

a.meanmenu-reveal {
  color: #000;
  left: 15px !important;
  padding: 0;
  top: -60px;
  width: 46px;
  height: auto;
}

a.meanmenu-reveal:hover,
a.meanmenu-reveal:focus {
    color: #e51515;
    outline: medium none;
}
a.meanmenu-reveal i {
  border: 1px solid #000;
  border-radius: 5px;
  display: block;
  font-size: 25px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 45px;
}
/*-- Mobile Menu Nav --*/

.mean-nav {
  background-color: #f1f1f1;
  margin: 0;
}
.mean-nav a.mean-expand {
    border: medium none !important;
    color: #464646 !important;
    font-size: 18px !important;
    height: 36px;
    line-height: 36px;
    padding: 0 !important;
    text-align: center;
    width: 30px !important;
}
.mean-nav a.mean-expand:hover {
    color: #e51515 !important;
}
.mean-nav a.mean-clicked {
    font-size: 22px !important;
}
.mean-nav > ul {
  float: left;
  margin-top: 0;
}
.mean-nav .menu {
  height: 250px;
  overflow-y: scroll;
}
.mean-nav > ul > li > a {
  border-color: #eee;
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 12px 20px;
}
.mean-nav > ul > li > a:hover,
.mean-nav > ul > li.current_page_item > a {
    color: #e51515;
}
/*-- Mobile Sub & Mega menu --*/

.mean-nav .sub-menu,
.mean-nav .mega-menu {
    box-shadow: none;
    float: left;
    opacity: 1;
    position: static;
    -webkit-transition: none 0s ease 0s;
    transition: none 0s ease 0s;
    visibility: visible;
    z-index: 1;
}
.mean-nav ul li li {
    margin: 0;
    padding: 0;
}
.mean-nav ul li li a {
    border-color: #eee;
    color: #464646;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    opacity: 1;
    padding: 6px 30px 6px 15px;
    text-transform: uppercase;
    width: 100% !important;
    transition:.4s;
}
.mean-nav .sub-menu li:hover > a {
    color: #464646;
}
.mean-nav .sub-menu li.current_page_item:hover > a {
    color: #e51515;
}
.mean-nav ul li li.current_page_item > a,
.mean-nav ul li li > a:hover,
.mean-nav .sub-menu li > a:hover {
    color: #e51515;
}
.mean-nav ul li li li a {
    padding: 6px 30px 6px 25px;
}
.mean-nav ul li li li li a {
    padding: 6px 30px 6px 35px;
}
.mean-nav ul li li li li li a {
    padding: 6px 30px 6px 45px;
}
.mean-nav ul li li li li li li a {
    padding: 6px 30px 6px 55px;
}
.primary-nav-wrap ul li ul li a {
    transition: 0.4s !important;
    opacity: inherit !important;
    visibility: inherit !important;
}

/*-------------- 10. our-blog-area --------*/

.our-blog-area {
  padding: 120px 0;
}
.bolg-img a {
  display: block;
  position: relative;
}
.single-blog:hover .bolg-img a::before {
    opacity: 1;
}
.blog-text h2 {
  margin-bottom: 15px;
  margin-top: 0;
  line-height: 1.1;
  word-wrap: break-word;
}
.blog-text h2 a {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.8;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.blog-text h4 a:hover {
    color: #03A9F4;
}
.blog-date span {
  font-size: 16px;
  color:#fff;
  margin-right: 10px;
}
.blog-date span i {
    font-size: 14px;
    margin-right: 8px;
}
.blog-text p {
  color: #efefef;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 15px;
  margin-top: 18px;
}
.blog-text a:hover {
    color: #e51515;
}
.blog-text ol,
.blog-text ul{
    padding-left: 15px;
}
.blog-text > .blog-read-more {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1px;
  margin-top: 5px;
  transition: all 0.4s ease 0s;
}
.blog__content__more .blog-read-more {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1px;
  margin-top: 5px;
  transition: all 0.4s ease 0s;
  position:relative;
}
.blog__content__more .blog-read-more::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: calc(100% + 5px);
  position: absolute;
  top: 45%;
  transition: all 0.3s ease-in-out 0s;
  width: 10px;
}
.blog__content__more .blog-read-more:hover::after {
  background: #e51515 none repeat scroll 0 0;
  left: calc(100% + 10px);
}
.pagination {
  display: block;
}
.blog-gallery .owl-nav div {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  left: 0;
  line-height: 40px;
  opacity: 1;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 40px;
}
.blog-gallery .owl-nav div.owl-next {
  left: auto;
  right: 0;
}
.link-blog {
  background-color: hsl(0, 0%, 98%);
  border-left: medium none;
  margin: 0;
  padding: 42px 45px 20px;
  position: relative;
  text-align: center;
}
.link-blog h2 a {
  color: hsl(0, 0%, 36%);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}
.link-blog span {
  background: #25282e;
  border: 2px solid hsl(0, 0%, 98%);
  border-radius: 100%;
  color: hsl(0, 0%, 84%);
  font-size: 18px;
  height: 45px;
  left: 0;
  line-height: 40px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -20px;
  width: 45px;
}
.blog-quote blockquote {
  background: hsl(0, 0%, 98%) none repeat scroll 0 0;
  border: medium none;
  color: hsl(0, 0%, 36%);
  margin: 0 30px 0 0;
  padding: 42px 45px 35px;
  position: relative;
  text-align: center;
  font-style: normal;
}
.blog-quote blockquote span{
  background: #25282e;
  border: 2px solid hsl(0, 0%, 98%);
  border-radius: 100%;
  color: hsl(0, 0%, 84%);
  font-size: 18px;
  height: 45px;
  left: 0;
  line-height: 40px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -20px;
  width: 45px;
}
.blog-quote blockquote h2 {
  line-height: 30px;
  margin: 0;
}
.blog-quote blockquote h2 a{
  color: hsl(0, 0%, 36%);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}
.blog-quote blockquote h2 a:hover {
  color: hsl(0, 83%, 49%);
}
.blog-quote footer cite {
  color: hsl(0, 0%, 0%);
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin-top: 18px;
}
.blog-quote blockquote .small,.blog-quote blockquote footer,.blog-quote blockquote small {
  color: hsl(0, 0%, 0%);
}
/*-----------blog-story-area--------------- */

.post-breadcrumb-banner-area {
    background-image: url('images/breacrumb-bg.jpg');
    padding: 100px 0;
}
.bg-opacity {
    position: relative;
}
.bg-opacity::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.breadcrumb-text {
    position: relative;
    z-index: 1;
    text-align: center;
}
.breadcrumb-text h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 4px;
  margin: 0;
}
.post-breadcrumb-banner-area h3 {
    color: #fefefe;
}
.breadcrumb-menu ul li {
    display: inline-block;
    padding: 0 5px;
    text-transform: capitalize;
}
.breadcrumb-menu ul li::after {
    color: #fff;
    content: "/";
    display: inline-block;
    float: right;
    position: relative;
    right: -6px;
    top: 2px;
}
.breadcrumb-menu ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
/*--------  Breadcrumb style default  -----------*/

.breadcrumbs-area {
    padding: 100px 0;
    background-color: #ededed;
}
.breadcrumbs-area-default .breadcrumbs .page-title,
.breadcrumbs-area-default .breadcrumbs ul,
.breadcrumbs-area-default .breadcrumbs ul li,
.breadcrumbs-area-default .breadcrumbs ul li a {
    color: #fff;
}
.breadcrumbs-area-default .breadcrumbs ul li a:hover {
    color: #26c7cc;
}
.breadcrumbs-area-default .breadcrumbs ul li,
.breadcrumbs ul li {
    padding-left: 5px;
    padding-right: 5px;
}
.breadcrumbs-area-default .breadcrumbs ul li:last-child,
.breadcrumbs ul li:last-child {
    padding-right: 0px;
}
.breadcrumbs-area-default .breadcrumbs ul li:first-child,
.breadcrumbs ul li:first-child {
    padding-left: 0px;
}
.page-title-search-box.search-left {
    float: left;
}
.page-title-bar {
  overflow: hidden;
  text-align: center;
}
.page-title-bar.right-title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}
.page-title-bar.left-title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.breadcrumbs h2.page-title {
  letter-spacing: 2px;
  margin: 0 0 15px;
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  opacity: 1;
  transition: opacity 0.24s ease-in-out 0s;
  visibility: visible;
}
.page-title-bar-center h2.page-title {
    margin-bottom: 20px;
}
.breadcrumbs ul {
    color: #333;
}
.breadcrumbs li {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
}
.breadcrumbs ul li a {
    color: inherit;
}
.breadcrumbs ul li a:hover,
.breadcrumbs ul li {
    color: #fff;
}
.breadcrumbs ul li a.active::after {
    color: #fff;
}
.page-title-bar-center .page-title {
    float: inherit;
}
.page-title-bar-center .page-title-search-box > form {
    margin: auto;
}
.pattern-bread h2.page-title {
    display: inline-block;
    float: left;
    margin-bottom: 0;
    margin-top: 0;
}
.pattern-bread .breadcrumbs > ul {
    display: inline-block;
    float: right;
    margin-top: 5px;
    color: #fff;
}
.border-bread {
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
}
.bg-2.bread-bg {
    background-attachment: fixed;
    background-position: center center;
}
.breadcrumbs-img .breadcrumbs-img h2.page-title {
    color: #000;
}
.breadcrumbs-img .breadcrumbs > ul li a {
    color: #fff;
}
.breadcrumbs-img .breadcrumbs > ul li {
    color: #fff;
}
.breadcrumbs-img .breadcrumbs ul li a::after {
    background-color: #000;
}
.page-title-bar.right-title .page-title-search-box,
.page-title-bar.right-title ul {
    float: left;
}
.page-title-search-box button {
    background-color: #e51515;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    height: 100%;
    line-height: 15px;
    padding: 0;
    position: absolute;
    right: 0;
    width: 40px;
}
.page-title-search-box > form {
    width: 250px;
    position: relative;
}
.page-title-search-box input {
    border: 0 none;
    height: 35px;
    padding: 0 10px;
    width: 100%;
}
/* Overlay */
.breadcrumbs-area {
    position: relative;
    z-index: 1;
}
.breadcrumbs-area {
  background-size: cover;
}
.breadcrumbs-area::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.breadcrumbs {
  align-items: center;
  justify-content: space-between;
}
.breadcrumbs.breadcrumbs-title-left {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}
.breadcrumbs.breadcrumbs-title-right {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.breadcrumbs.breadcrumbs-title-center {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
.breadcrumbs-title-center .page-title,
.breadcrumbs-title-center .page-title-bar {
    padding: 5px 0;
}
.breadcrumbs-title-center .page-title-search-box {
    margin-top: 10px;
}
.page-area {
    padding: 80px 0;
}
.blog-story-area {
    padding: 80px 0;
}
.blog-story .blog-img-2 {
    margin-bottom: 30px;
}
.blog-header .blog-header h1 {
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 20px;
}
.story-hbtitle blockquote {
    background: #eee none repeat scroll 0 0;
    border-left: 2px solid #e51515;
    font-size: 14px;
    margin: 10px 0 10px 55px;
}
.tab-info .tab-info p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 20px;
}
.meta-info {
  background-color: #ededed;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 10px;
  width: 100%;
}
.meta-info span {
  margin-left: 5px;
}
.meta-info span:first-child {
  margin-left: 0;
}
.meta-item i {
    margin-right: 5px;
}
.contact-form p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}
.contact-form label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
}
.contact-form textarea {
    border: 1px solid #e8e8e8;
    font-size: 12px;
    font-weight: 500;
    height: 168px;
    margin-bottom: 20px;
    padding: 8px 15px;
    width: 100%;
}
.btn {
    background: #03a9f4 none repeat scroll 0 0;
}
.contact-form input {
    border: 1px solid #e8e8e8;
    color: #8f8f8f;
    font-size: 12px;
    font-weight: 500;
    height: 36px;
    margin-bottom: 15px;
    padding: 8px 15px;
    width: 100%;
}
.contact-form button {
    background: #e51515 none repeat scroll 0 0;
    border: 1px solid #e51515;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
    text-transform: uppercase;
    transition: all .5s ease 0s;
}
.contact-form button:hover {
    background: #26ccff none repeat scroll 0 0;
    border-color: #26ccff;
}
.post-pagination .pagination {
    margin: 0;
}
.post-pagination ul {
    border-radius: 4px;
    display: inline-block;
}
.post-pagination ul li {
    display: inline;
}
.post-pagination ul li:first-child,.post-pagination a:first-child {
  padding-left: 0!important;
}
.post-pagination ul li {
  background-color: #292d35;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 4px;
  position: relative;
  text-decoration: none;
  width: 40px;
}
.post-pagination ul li:last-child,.post-pagination a:last-child {
  padding-right: 0!important;
}
.post-pagination ul li a, .post-pagination a {
  border-radius: 100px;
  color: hsl(0, 0%, 60%);
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.post-pagination a {
  margin: 0 6px;
}
.post-pagination ul li .current, .post-pagination span.current {
  background: #e51515 none repeat scroll 0 0;
  cursor: no-drop;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  width: 40px;
}
.post-pagination ul li:hover a,
.post-pagination ul li .current,
.post-pagination a:hover,
.post-pagination span.current {
  color: hsl(0, 0%, 100%);
}
.post-pagination ul li:hover
.post-pagination .page-numbers {
  margin: 0 5px;
}
/*---blog commnet---*/
.comment-list {
    list-style: none;
}
.author-top {
  display: block;
  margin-bottom: 15px;
  position: relative;
}
.author-top .author-comment {
  overflow: hidden;
  padding: 5px 0;
}
.author-top .author-comment .author-name {
  display: block;
  font-weight: 700;
}
.comment-list .author-img {
  float: left;
  margin-right: 10px;
  max-width: 64px;
}
.copy.small a:hover {
  color: #404040;
}
.copy.small a {
  color: #e51515;
  text-decoration: underline;
}
.comment-list .author-comment a {
    margin-right: 5px;
    color: #000;
}
.comment-list .children {
    list-style: none;
}
.comment-list .children {
    margin-left: 35px;
    overflow: hidden;
}
.no-comments {
  background: #f5f5f5  none repeat scroll 0 0;
  padding: 5px 10px;
  color: #353535;
}

/*========================================*/
/*  Footer Top area
/*========================================*/

.footer-top-area {
    background: #252830;
    position: relative;
    z-index: 1;
}
.footer-top-area::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.single-footer {
    color: #fff;
    margin: 50px 0;
}
.footer-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #fff;
}
.single-footer .footer-social {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar-social ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.single-footer .footer-social li {
    display: inline-block;
}
.sidebar-social ul li{
	display: inline-block;
	border: medium none!important;
	margin:0!important;
	padding: 0 2px!important;
	margin-bottom: 4px!important;
	}
.single-footer .footer-social li a {
    border: 1px solid;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: 30px;
}
.sidebar-social ul li a {
    color: #fff;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    text-align: center!important;
    width: auto;
    font-size: 16px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.sidebar-social ul li a span:first-child{
    border-right: 1px solid #f5f5f5;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
}
.sidebar-social ul li a span:last-child{
    height: 32px;
    line-height: 32px;
    padding: 0 8px;
}
.sidebar-social ul li.facebook a{
    background: #3B5998;
}
.sidebar-social ul li.twitter a{
    background: #00ACEE;
}
.sidebar-social ul li.google a{
    background: #EA4335;
}
.sidebar-social ul li.twitter a{
    background: #1DA1F2;
}
.sidebar-social ul li.rss a{
    background: #DB5F2A;
}
.sidebar-social ul li.linked a{
    background: #0077B5;
}
.sidebar-social ul li.pinterest a{
    background: #BD081B;
}
.sidebar-social ul li.youtube a{
    background: #C4302B;
}
.sidebar-social ul li.vimeo a{
    background: #86C9EF;
}
.sidebar-social ul li.slack a{
    background: #4D394B;
}
.sidebar-social ul li:hover a{
    color: #ffffff !important;
}
.sidebar-social ul li span {
  font-size: 16px;
  font-weight: 500;
}
.single-footer ul {
    padding: 0;
    list-style: none;
}
.single-footer ul li a {
    color: #e1e1e1;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
.single-footer ul li a:hover {
    color: #e51515;
}
.single-footer .footer-social {
    float: left;
}
.single-footer input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #999999;
    font-size: 13px;
    height: 40px;
    padding-left: 20px;
    width: 100%;
    margin-bottom: 15px;
}
.single-footer textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #999999;
    font-size: 13px;
    padding-left: 20px;
    width: 100%;
    height: 80px;
}
.single-footer .submit-btn-1 {
    font-size: 14px;
    margin-top: 10px;
    padding: 12px 15px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    transition: all 0.5s ease 0s;
    width: inherit;
}
.single-footer .submit-btn-1:hover {
    color: #ff0300;
    border: 1px solid#ff0300;
}
/*=============================
* Footer Bottom area
=========================*/
.footer-bottom {
    background: #222429 none repeat scroll 0 0;
    padding: 52px 0;
}
.footer-bottom.bg-white {
  background: #fff none repeat scroll 0 0;
}
.copyright-text {
    margin-top: 6px;
}
.copyright-text p {
    color: #fff;
    margin-bottom: 0;
}
.copyright-text a {
    color: #fff;
}
.footer-social {
    float: right;
}
.footer-bottom ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-bottom ul li {
    display: inline-block;
}
.footer-copyright-menu ul li {
  display: inline-block;
  padding: 0 12px;
}
.footer-bottom ul li a {
    padding: 5px 10px;
    display: block;
    text-decoration: none;
    color: #fff;
    transition: all .5s ease 0s;
}
.footer-copyright-menu ul li a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}
.footer-bottom ul li a:hover {
    color: #ff0300;
}
.footer-bottom .col-sm-6:first-child .copyright-text,
.footer-bottom .col-sm-6:first-child .footer-social {
    float: left;
}
.footer-bottom .col-sm-6:last-child .copyright-text,
.footer-bottom .col-sm-6:last-child .footer-copyright-menu,
.footer-bottom .col-sm-6:last-child .footer-social {
    float: right;
}
.footer-all .footer-icon {
  margin-bottom: 40px;
}
/*=============== soical share link widget ===================*/

.solical-links {
    display: block;
}
.solical-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.solical-links ul li {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 10px;
}
.solical-links ul li a {
    display: block;
    text-decoration: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid;
    text-align: center;
}
.footer-bottom .footer-social ul li a:hover {
    color: #e51515;
}
/*************************************
 Custom-content all
**************************************/

.site-wrapper.boxed-layout {
    box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
    margin: auto;
    position: relative;
    max-width: 1240px;
    width: 100%;
    background: #fff;
}
.boxed-layout .sticky {
    left: auto;
    margin: auto;
    width: 1240px;
}
.boxed-layout .header-area,
.boxed-layout .header-bottom {
    left: auto;
    max-width: 1240px;
    right: auto;
    width: 100%;
    z-index: 9999999;
}
/*---------scroll button----------*/

a#scrollUp {
  background: #e51515 none repeat scroll 0 0;
  border: 1px solid #e51515;
  bottom: 0;
  color: #fff;
  display: inline-flex;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  right: 30px;
  text-align: center;
  transition: all 0.4s ease 0s;
  width: 45px;
}
a#scrollUp i {
  line-height: 35px;
  margin: 0 auto;
  text-align: center;
}
/* Unit test*/
article.sticky .single-blog, article.tag-sticky-2 .single-blog {
  border: 1px solid #e51515;
  padding: 10px;
}
.story-hbtitle li {
  margin-bottom: 10px;
}
table {
  border: 2px solid #e1e1e1;
  margin-bottom: 20px;
  overflow: hidden;
  vertical-align: top;
  width: 100%;
}
table th {
  border-bottom: 2px solid #e1e1e1;
  border-right: 2px solid #e1e1e1;
  color: #e1e1e1;
  font-weight: 700;
  padding: 10px;
  text-align: left;
  text-transform: uppercase;
  vertical-align: middle;
  text-align:center;
}
table td {
  border-bottom: 2px solid #e1e1e1;
  border-right: 2px solid #e1e1e1;
  padding: 10px;
  vertical-align: top;
  text-align: center;
}
table th a , table th a:hover{
  text-decoration: underline;
}
.blog-info.story-hbtitle .next-prev a {
  text-decoration: none;
}
.story-hbtitle a:not(.button):not(.wp-block-button__link) ,
.entry-content a:not(.button):not(.wp-block-button__link) ,
.copy a:not(.button):not(.wp-block-button__link){
  text-decoration: underline;
}
.entry-content .single-blog.page a {
  text-decoration: none;
}
.blog-info.story-hbtitle .user-info ul li a {
  list-style: outside none none;
  text-decoration: none;
}
.post-password-form input[type="submit"] {
  background: #e51515 none repeat scroll 0 0;
  border: 1px solid #e51515;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  padding: 5px 10px;
}
.wp-block-button__link {
    margin: 0 0 15px 0;
}
.post-password-form input[type="submit"]:hover {
  background: transparent none repeat scroll 0 0;
  color: #e51515;
}
.post-password-form input[type="password"] {
  border-radius: 0;
}
.pagination > a {
  color: hsl(0, 0%, 100%);
}
.page-links > span,.page-links a {
  padding-right: 7px;
}
#wp-calendar tbody tr td {
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
#wp-calendar tbody tr td#today {
  background: #e51515 none repeat scroll 0 0;
  color: #e1e1e1;
}
.sidebar-widget:not(.widget_rss) ul li {
  list-style: outside none none;
  margin-bottom: 6px;
  overflow: hidden;
}
.widget-area .sidebar-widget.widget_rss ul li ,
.single-footer.widget_rss ul li {
    padding-bottom: 15px;
}
.widget-area .sidebar-widget.widget_rss ul li:last-child ,
.single-footer.widget_rss ul li:last-child{
    padding-bottom: 0;
}
.widget-area .sidebar-widget.widget_rss ul li a.rsswidget ,
.single-footer.widget_rss ul li a.rsswidget {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 500;
}
.sidebar-widget.widget_categories ul li {
  text-align: right;
}
select{
  background: transparent none repeat scroll 0 0;
  padding: 0 10px;
}
option{background:#000;}
#wp-calendar tbody tr td#today a {
  color: #fff;
}
.copy ul li {
  list-style: outside none disc;
  margin: 0 0 6px 30px;
}
.copy ul {
  list-style: outside none disc;
  margin: 0 0 26px;
}
.copy ol {
  list-style: outside none decimal;
  margin: 0 0 26px;
}
.copy ol li {
  list-style: outside none decimal;
  margin: 0 0 6px 30px;
}
.copy ul ul, .copy ul ol, .copy ol ol, .copy ol ul {
  margin-bottom: 0;
}
.wp-audio-shortcode {
  margin-bottom: 15px;
}
.story-hbtitle ol li {
  list-style: outside none decimal;
  margin: 0 0 10px;
}
.story-hbtitle ol {
  list-style: outside none decimal;
  margin: 0 0 26px 35px;
}
.story-hbtitle ul {
  list-style: outside none disc;
  margin: 0 0 26px 35px;
}
.story-hbtitle ul li {
  list-style: outside none disc;
  margin: 0 0 6px;
}
.story-hbtitle ul ul,
.story-hbtitle ul ol,
.story-hbtitle ol ol,
.story-hbtitle ol ul,
.entry-content ul ul,
.entry-content ol ol {
  margin-bottom: 0;
}
.entry-content > ul,
.entry-content > ol {
  margin: 0 0 26px 35px;
}
.entry-content ul ul, .entry-content ol ul {
  margin-bottom: 0;
}
.entry-content ol li{
  list-style: outside none decimal;
  margin: 0 0 6px;
}
.footer-area table {
  border: 2px solid #e1e1e1;
}
.footer-area caption {
  color: #e1e1e1;
}
.footer-area table th {
  border-bottom: 2px solid #e1e1e1;
  border-right: 2px solid #e1e1e1;
  color: #e1e1e1;
}
.footer-area table td {
  border-bottom: 2px solid #e1e1e1;
  border-right: 2px solid #e1e1e1;
}
.footer-area table#wp-calendar a {
  color: #e1e1e1;
}
.shopping-button button[type="submit"] {
  background: #e51515 none repeat scroll 0 0;
  border: 1px solid #e51515;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-top: 15px;
  padding: 8px 14px;
  transition: all 0.3s ease 0s;
}
.shopping-button button[type="submit"]:hover {
  background: transparent none repeat scroll 0 0;
  color: #e51515;
}
/* Heading font size */
.contact-form h1 ,
.contact-form h2 ,
.contact-form h3 ,
.contact-form h4 ,
.contact-form h5 ,
.contact-form h6 ,
.story-hbtitle h1 ,
.story-hbtitle h2 ,
.story-hbtitle h3 ,
.story-hbtitle h4 ,
.story-hbtitle h5 ,
.story-hbtitle h6 {
  font-weight: 600;
  margin-bottom: 25px;
}
.page-not-found-wrap{
    height: 750px;
    width: 100%;
    background: #f1f1f1;
}
.page-not-found-wrap .container,
.page-not-found-wrap .container .row,
.page-not-found-wrap .container .pnf-inner-wrap,
.page-not-found-wrap .container [class*="col-"] {
    height: 100%;
}
.page-not-found-wrap .container .pnf-inner-wrap{
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
.pnf-inner img{
    max-height: 350px;
    margin-bottom: 30px;
}
.pnf-inner > h1 {
    color: #333;
    font-size: 150px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.pnf-inner > h2 {
    color: #333;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    text-transform: uppercase;
}
.pnf-inner > p {
    color: #333;
    font-size: 24px;
    line-height: 1.4;
    margin: 0;
}
.pnf-inner a.btn {
  background: #e51515 none repeat scroll 0 0;
  color: #fff;
  height: 50px;
  letter-spacing: 1px;
  line-height: 50px;
  margin-top: 50px;
  padding: 0 30px;
  text-transform: uppercase;
}
.pnf-inner a.btn:hover {background:#353535;}
.blog-title{
    margin-bottom: 28px;
}
.blog-title > h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  word-wrap: break-word;
  margin: 0;
}
.blog-meta > span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.blog-meta > span a {
  color: #fff;
}
.blog-meta > span a:hover {
  color: #e51515;
}
.date {
  padding-right: 10px;
}
.workstation {
  padding-left: 12px;
}
.blog-meta {
  margin-bottom: 15px;
}
.single .blog-meta {
  margin-bottom: 20px;
}
.blog-meta span {
  margin-right: 10px;
}
.blog-meta > span i {
  margin-right: 10px;
}
.blog-info .user-info .single-blog-meta .post-tags > a {
  text-decoration: none;
}
blockquote.blockquote-icon p span {
  display: inline-block;
  font-size: 25px;
  margin-right: 20px;
  margin-top: 2px;
}
.blockquote-icon > p {
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
}
.blog-info blockquote.blockquote p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  font-style: italic;
}
.blockquote-footer {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-align: right;
}
/* Blog details page */
.blog-slider {
  margin: 0 0 40px;
}
.blog-info-dec > p {
  line-height: 30px;
}
.blog-info-dec span {
  display: inline-block;
  float: left;
  font-size: 60px;
  line-height: 1;
  margin: 0 5px 0 0;
}
blockquote {
  border-left: 5px solid #fff;
  color: #fff;
  font-style: italic;
  font-weight: bold;
  line-height: 30px;
  margin: 52px 0 54px 70px;
  padding: 0 70px 0 26px;
}
.copy blockquote {
  background: #292d35 none repeat scroll 0 0;
  border-left: 3px solid #e51515;
  color: #ffffff;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 40px 0 38px 15px;
  padding: 30px;
}
.blog-info blockquote {
  background: #292d35 none repeat scroll 0 0;
  border-left: none;
  color: #ffffff;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin: 40px 0 38px;
  padding: 40px 30px;
}
.copy blockquote p{
    font-size: 14px;
}
.blockquote-footer {
  color: #fff;
}
.blog-info > p {
  color: #fff;
  font-size: 16px;
  line-height: 27px;
}
.user-info .share__content > ul {
  margin: 0;
}
.blog-info > ul > li {
  color: #fff;
  font-size: 16px;
  list-style: initial;
  margin-bottom: 10px;
  position: relative;
}
.blog-info li:last-child {
  margin-bottom: 0px;
}
.blog-info span {
  color: #fff!important;
}
.single-blog-meta > span a {
  color: hsl(0, 0%, 100%);
}
.blog-info > ul {
  margin: 0 0 20px 20px;
}
.blog-img {
  margin: 50px 0;
}
.user-text {
  color: #fff;
  display: inline-block;
  float: left;
  letter-spacing: 2px;
}
.user-name a {
  color: #fff;
}
.user-share {
  display: inline-block;
  float: right;
}
.user-info {
  display: block;
}
.user-info .blog__content__more {
  border-bottom: 2px solid #292d35;
  border-top: 2px solid #292d35;
  margin-bottom: 0;
  padding: 15px 0;
  margin-top: 35px;
}
.user-name {
  padding-right: 47px;
}
.user-share > ul {
  display: inline-block;
  margin: 0;
}
.user-share > span {
  color: #fff;
  display: inline-block;
  float: left;
  letter-spacing: 3px;
  margin-right: 14px;
}
.user-share > ul > li {
  display: inline-block;
  float: left;
  margin-left: 20px;
}
.user-share > ul > li:first-child {
  margin-left: 0px;
}
.user-share a {
  color: #fff;
}
.user-share a:hover {
  color: #222;
}
.next-prev {
  margin-top: 45px;
  overflow: hidden;
  padding: 20px 0;
}
.next-prev > a {
  border-radius: 0;
  color: #e0e0e0;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
  margin-top: 10px;
}
.textarea-prev, .textarea-next {
    display: flex;
    flex-flow: column wrap;
}
.textarea-next {
    text-align: right;
}
a.prev-btn,a.next-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}
.prev-title,.next-title {
  font-weight: 500;
  margin-top: 6px;
}
.textarea-prev {
    padding-right: 55px;
}
.textarea-next {
    padding-left: 55px;
}
.next-prev {
  display: flex;
  flex-wrap: wrap;
}
span.prev-thumb {
  margin-right: 20px;
  max-width: 70px;
}
span.next-thumb {
  margin-left: 20px;
  max-width: 70px;
}
.pre-thumb-area {
  display: flex;
  flex: 0 0 50%;
}
.next-thumb-area {
  display: flex;
  flex: 0 0 50%;
  flex-direction: row-reverse;
}
.next-prev a i {
  color: #d9d9d9;
  transition: all 0.3s ease 0s;
}
.next-prev a.prev-btn i {
  font-size: 14px;
  margin-top: 3px;
  padding-right: 10px;
}
.next-prev a.next-btn i {
  font-size: 14px;
  margin-top: 3px;
  padding-left: 10px;
}
.next-prev a:hover {
  color: hsl(0, 83%, 49%);
}
.next-prev a:hover i{
  color: hsl(0, 83%, 49%);
}
.author-box.author {
  align-items: flex-start;
  display: flex;
  justify-content: initial;
  margin: 60px 0;
  overflow: hidden;
}
.author-img {
  display: inline-block;
  float: left;
}
.author-info {
  float: right;
  padding-left: 30px;
  text-align: left;
  width: calc(100% - 120px);
}
.author-info > h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0;
}
.author-info > h4 a{
  color: #fff;
}
.author-info > h4 a:hover{
  color: #e51515;
}
.author-info > h4 a span {
  color: #fff;
  font-size: 14px;
  margin-left: 7px;
}
.author-info > p {
  line-height: 25px;
  margin-bottom: 0;
}
.related-post {
  display: block;
  margin-top: 40px;
  overflow: hidden;
}
.single-related-post img {
  margin-bottom: 20px;
}
.single-related-post a{
    display: block;
}
.related-post-title > h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 10px;
  margin-top: 0;
  word-wrap: break-word;
}
.related-post-title > h3 a{
  color: #fff;
}
.related-post-title > h3 a:hover{
  color: #e51515;
}
.related-post-title > span {
  color: #fff;
  font-size: 13px;
}
.single-comment {
  position: relative;
}
.comment-img {
  border-radius: 100px;
  display: inline-block;
  float: left;
  height: 100px;
  overflow: hidden;
  width: 100px;
}
.comment-text.pingback-text {
  padding-left: 0;
}
.comment-text {
  padding-left: 130px;
  position: relative;
}
.comment-text.pingback-text > p {
  padding-right: 0;
}
.comment-text .author-name, .comment-text a.url {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.bypostauthor .comment-text a.url::after {
  content: "\f2c0 ";
  font-family: fontawesome;
  font-size: 90%;
  left: 3px;
  opacity: 0.5;
  position: relative;
  top: 0;
}
.comment-text > p {
  padding-right: 25px;
}
.comment-border {
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.single-comment.comment-border:last-child {
  margin-bottom: 0px;
}
.comment-replay-all {
  overflow: hidden;
}
.parent-comment {
  display: block;
  margin-bottom: 25px;
  padding-bottom: 25px;
  overflow: hidden;
}
.comment-text .reply a {
  border-radius: 50px;
  color: hsl(0, 0%, 100%);
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  position: absolute;
  right: 0;
  top: 0;
}
.comment-text .reply a:hover {
  color: hsl(0, 83%, 49%);
}
.replay-comment {
  margin-left: 150px;
}
.leave-comment h3.leave__comment--title {
  color: #222222;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 11px;
  text-transform: uppercase;
}
.leave-comment > p {
  color: #000000;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0;
}
.leave-comment-form {
  margin-top: 40px;
}
.comment-respond h3.comment-reply-title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 15px;
  position:relative;
  padding-left: 15px;
  margin-top: 0;
}
.comment-respond h3.comment-reply-title::before {
  background: #e51515 none repeat scroll 0 0;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 5px;
}
.comment-form > p{
    margin: 0;
}
.comment-form > p.comment-notes{
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
}
.form-submit .submit{
    margin-bottom: 0;
}
.input_half{
    width: 50%;
    float: left;
}
.input_half.left{
    padding-right: 15px;
}

.input_half.right{
    padding-left: 15px;
}
.leave-comment-form form textarea {
  background: #292d35 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #e7e1e1;
  font-style: italic;
  height: 178px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  margin-top: 40px;
  padding: 15px 20px;
}
.leave-comment-form form input {
  background: #292d35 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #e7e1e1;
  font-size: 14px;
  font-style: italic;
  height: 45px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  padding: 15px 20px;
  width: 100%;
}
.leave-comment-form form input::-webkit-input-placeholder ,
.leave-comment-form form textarea::-webkit-input-placeholder {
    /* Chrome */
    color: #fff;
    opacity: 1;
}
.leave-comment-form form input::-moz-placeholder ,
.leave-comment-form form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    opacity: 1;
}
.leave-comment-form .submit {
  background-color: #ffffff;
  border: medium none;
  border-radius: 0;
  color: #292d35;
  display: inline-block;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  margin-top: 10px;
  padding: 11px 38px 12px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: auto;
  position: relative;
}
.leave-comment-form .submit:hover {
  background-color: hsl(0, 83%, 49%);
  color: #fff!important;
}
.comment-respond {
  margin-bottom: 50px;
  margin-top: 50px;
}
.comment-text .comment-meta.commentmetadata a {
  display: inline-block;
  text-decoration: none;
}
.copy .reply a.comment-reply-link {
  text-decoration: none;
}
.edit--btn {
  bottom: -25px;
  position: absolute;
}
.comment-meta.commentmetadata {
    margin-bottom: 10px;
}
.comment--date--time {
    margin-top: 5px;
}
.comment-reply-title small {
    float: right;
}
.comment-reply-title small a#cancel-comment-reply-link {
    height: 25px;
    width: 25px;
    font-size: 0;
}
.comment-reply-title small a#cancel-comment-reply-link::after {
  content: "\f00d";
  font-size: 25px;
  position: relative;
  top: 0px;
  right: 0;
  font-family: FontAwesome;
}
.comment-reply-title small a#cancel-comment-reply-link:focus{
  text-decoration: none;
  outline: none;
}
.no-comments {
  padding: 10px 15px;
}
.related-post .row {
    display: flex;
    flex-flow: wrap;
}
.related-post .sidebar-title {
    margin-bottom: 34px;
}
@media (min-width: 768px) and (max-width: 991px) {

.comment-list .children {
  margin-left: 30px;
}
.comment-author.comment-img {
  width: 100px;
}
.comment-text {
  padding-left: 120px;
}

}

@media ( max-width: 767px ) {

.comment-list .children {
  margin-left: 10px;
}
.comment-author.comment-img {
  float: none;
  width: 60px;
  height: 60px;
}
.comment-text {
  padding-left: 0;
  padding-top: 0px;
}
.comment-respond h3.comment-reply-title {
  font-size: 16px;
  letter-spacing: 0;
}
.input_half {
  float: none;
  width: 100%;
}
.input_half.left {
  padding-right: 0;
}
.input_half.right {
  padding-left: 0;
}
.leave-comment-form form textarea {
  height: 120px;
  letter-spacing: 0px;
  padding: 15px;
  margin-bottom: 20px;
}
.leave-comment-form form input {
  letter-spacing: 0px;
  margin-bottom: 20px;
  padding: 2px 15px;
}
.comment-title.sidebar-title{
    font-size: 18px;
    letter-spacing: 0;
    line-height: 28px;
}

}
@media only screen and (max-width: 575px) {
  .pre-thumb-area {
      flex: 0 0 100%;
    }
    .next-thumb-area {
      flex: 0 0 100%;
      margin-top: 25px;
    }
    .single-related-post {
      margin-bottom: 30px;
    }
    .col-sm-4:last-child .single-related-post {
      margin-bottom: 0;
    }
}
/* Author Informations */

.sidebar-widget .author--info--wrap img {
  width: auto;
}
.video-img > img {
  width: 100%;
}
.self-info {
  background-color: transparent;
  padding: 0;
}
.self-info > h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.self-info > p {
  color: #fff;
  font-size: 16px;
  line-height: 27px;
  margin: 0;
}
.self-info > p span{
  font-weight: bold;
}
.sidebar-widget .blog-social {
  margin-top: 25px;
}
.sidebar-widget .blog-social > h4 {
  color: #363535;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 39px;
  position: relative;
}
.sidebar-widget .blog-social ul li {
  display: inline-block;
  margin: 0 5px;
}
.sidebar-widget .blog-social ul li a {
  border: 1px solid hsl(0, 0%, 100%);
  border-radius: 50px;
  color: hsl(0, 0%, 100%);
  display: inline-block;
  font-size: 16px;
  height: 35px;
  line-height: 32px;
  text-align: center;
  width: 35px;
}
.sidebar-widget .blog-social ul li a:hover {
  color: #fff;
  background-color: hsl(0, 83%, 49%);
  border: 1px solid hsl(0, 83%, 49%);
}
.sidebar-widget .blog-social h4::before {
  background-color: #565252;
  bottom: -13px;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 50px;
}
.sidebar-banner img{
  max-width: 100%;
  width: 100%;
}
.sidebar-banner a{
  display: block;
}

/* Video popup */

.video-img {
  position: relative;
}
.video-img::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}
.sidebar-video {
  margin-top: 60px;
}
.video-img a {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  height: 45px;
  left: 0;
  line-height: 45px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
}
.video-img a:hover {
  border-color: #e51515;
  color: #e51515;
}
.video-title h5 {
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 8px;
}
.video-title h5 a{
  color: #1c1c1c;
  margin-bottom: 8px;
}
.video-title h5 a:hover {
  color: #555;
}
.video-title > span {
  color: #979797;
  font-weight: 600;
}
.video-title {
  margin-top: 23px;
}
.sidebar-title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 30px;
  padding-left: 15px;
  margin-top: 0;
  position: relative;
}
.sidebar-title::before {
  background: #e51515 none repeat scroll 0 0;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 5px;
}
.leave-comment-form .sidebar-title {
  text-align: left;
}
.leave-comment-form .sidebar-title::before {
  margin: initial;
}
.sidebar-widget {
  display: block;
  margin-bottom: 45px;
  overflow: hidden;
}
.sidebar-widget:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar-widget:last-child {
  border: medium none;
}
/* Recent post */
.sidebar-post {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.post-img {
  -moz-box-flex: 0;
  flex: 0 0 120px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.sidebar-post > li {
  display: flex;
  margin-bottom: 0px!important;
  overflow: hidden;
}
.sidebar-post > li:last-child {
  margin-bottom: 0px;
}
.sidebar-post a img {
  width: 100%;
}
.post-text {
  padding-left: 20px;
  padding-top: 6px;
}
.sidebar-widget .post-text > h4 {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  margin-top: 0;
}
.post-text > h4 a {
  color: #2a2a2a;
  font-size: 15px;
}
.post-text > h4 a:hover {
  color: #555;
}
.post-text > span {
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  text-transform: capitalize;
}

/* Search Form */
.blog-search form input {
  background: #292d35 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #989797;
  font-size: 14px;
  font-style: italic;
  height: 50px;
  font-weight: 300;
  margin-bottom: 0;
  padding: 2px 25px;
  width: 100%;
}
.blog-search form input::-webkit-input-placeholder {
    /* Chrome */
    color: #989797;
    opacity: 1;
}
.blog-search form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #989797;
    opacity: 1;
}

.blog-search form {
  position: relative;
  background-color: #f6f6f6;
}
.blog-search form button {
  background-color: #e51515;
  border: medium none;
  border-radius: 0;
  color: #ffffff;
  font-size: 20px;
  height: 50px;
  padding: 0 23px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
}
.blog-search form button:hover {
  color: #353535!important;
}
.type-post.tag-sticky-2 .bolg-img,
.type-post.sticky .bolg-img,
.type-post.sticky.post_format-post-format-link .blog-text{
  position: relative;
}
.type-post.tag-sticky-2 .bolg-img::before,
.type-post.sticky .bolg-img::before {
  background: hsl(0, 0%, 0%) none repeat scroll 0 0;
  border-radius: 100%;
  color: hsl(0, 0%, 100%);
  content: "";
  font-family: "Pe-icon-7-stroke";
  font-size: 20px;
  height: 40px;
  left: 40px;
  line-height: 35px;
  position: absolute;
  text-align: center;
  top: 40px;
  width: 40px;
  z-index: 1;
  border: 2px solid hsl(0, 0%, 100%);
}
.type-post.sticky.post_format-post-format-link .blog-text::before,
.type-post.sticky.post_format-post-format-link .blog-quote blockquote::before {
  background: hsl(0, 0%, 0%) none repeat scroll 0 0;
  border-radius: 100%;
  color: hsl(0, 0%, 84%);
  content: "";
  font-family: "Pe-icon-7-stroke";
  font-size: 18px;
  height: 45px;
  left: 0px;
  right: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: -20px;
  width: 45px;
  z-index: 1;
  border: 2px solid hsl(0, 0%, 98%);
  margin: 0 auto;
}
.blog-video {
  margin-bottom: 40px;
}
.post-pagination.single {
  margin-top: 8px;
}
/* Side bar Menu */
.sidebar-widget.widget_archive ul li a,
.sidebar-widget.widget_meta ul li a,
.sidebar-widget.widget_recent_comments ul li a,
.sidebar-widget.widget_pages ul li a,
.menu-all-pages-container ul li a,
.sidebar-widget.widget_recent_entries ul li a {
  color: #e1e1e1;
}
.sidebar-widget.widget_themename__recent_post ul li{
    border-bottom: 0px solid rgba(0,0,0,0);
}
.sidebar-widget.widget_categories ul li a {
  color: hsl(0, 0%, 100%);
  float: left;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
}
.sidebar-widget ul.sidebar-post li a {
  color: hsl(0, 0%, 100%);
  float: left;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
.logged-in-as > a {
  color: #fff;
}
.sidebar-widget ul li ul li:first-child ,
.single-footer ul li ul li:first-child {
  margin-top: 6px;
}
.sidebar-widget ul li:hover ul li a {
  color: #fff;
}
.sidebar-widget ul li ul li a:hover {
  color: #e51515;
}
.sidebar-widget ul li ul.children li a:hover , .sidebar-widget ul li ul.sub-menu li a:hover {
  color: #e51515;
}
.sidebar-widget ul li ul.children li:first-child ,
.sidebar-widget ul li ul.sub-menu li:first-child {
    list-style: none;
}
.sidebar-widget ul li:hover a {
  color: #e51515;
}
.sidebar-widget ul li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/* Tag cloud */
.tagcloud {
  margin-left: -6px;
  margin-right: -6px;
}
.tagcloud a {
  background: #292d35 none repeat scroll 0 0;
  border-radius: 100px;
  color: #ffffff;
  display: inline-block;
  font-size: 14px!important;
  letter-spacing: 0.3px;
  margin: 0 6px 15px;
  padding: 8px 20px;
}
.tagcloud a:hover {
  background: #e51515 none repeat scroll 0 0;
  border-color: #e51515;
}
.single-footer .tagcloud a:hover {
  background: #ddd none repeat scroll 0 0;
  color: #333;
}
.single-footer .tagcloud a {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ddd;
  color: #fff;
}
.single-footer:not(.widget_rss) ul li {
  padding: 5px 0;
}
.single-footer a.rsswidget {
  color: #fff;
}
.container {
  max-width: 1140px;
}
.section-menu li {
  list-style: outside none none !important;
}
.home-parrallax .header-area.sticky {
  display: none;
}
.onepage-sidebar-area .op-sidebar .op-sidebar__header.icon-center {
    padding-bottom: 50px;
}

.sidebar-widget.null-instagram-feed {
  margin-bottom: 35px;
}
.instagram-pics.instagram-size-thumbnail {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.instagram-pics.instagram-size-thumbnail > li {
  list-style: outside none none;
  width: 33.33%;
}
.instagram-pics.instagram-size-thumbnail a {
  display: inline-block;
  margin: 10px;
  position: relative;
}
.instagram-pics.instagram-size-thumbnail a::after {
  color: #ffffff;
  content: "";
  font-family: "themify";
  font-size: 18px;
  left: 50%;
  margin-top: 10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out 0s;
  visibility: hidden;
}
.instagram-pics.instagram-size-thumbnail a::before {
  background: #e51515 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in-out 0s;
  visibility: hidden;
  width: 100%;
}
.instagram-pics.instagram-size-thumbnail a:hover::before {
  opacity: 0.3;
  visibility: visible;
}
.instagram-pics.instagram-size-thumbnail a:hover::after {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.widget-post-slider .wps-caption {
  align-items: center;
  background-color: rgba(34, 34, 34, 0.77);
  bottom: 0;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  justify-content: center;
  left: 0;
  line-height: 24px;
  padding: 0 40px;
  position: absolute;
  text-align: center;
  transform: translateY(100%);
  transition: all 0.4s ease 0s;
  width: 100%;
}
.widget-post-slider.slick-slide:hover .wps-caption{
  transform: translateY(0%);
}
.sp-widget-post-slider-section .slick-arrow {
  background-color: #e51515;
  font-size: 16px;
  top: 58%;
}
.sp-widget-post-slider-section .slick-arrow:hover{background:#000;}
.mc4wp-alert.mc4wp-error > p {margin-top: 15px;}
.column-sapcing-off .col-md-2{
    padding:0;
}
.portfolios .port-stlye-1{width: 20%;}
.col-md-2.portfolio-width.col-sm-2.portfolio-width.col-xs-3.grid-item {
  width: 20%;
}
.portfolios.layout-2 .grid-item {
  padding: 0;
}
.gallery-portfolios.layout-3 .portfolio-style-4 {
  padding: 0;
}
.pt-50 {
  padding-top: 50px;
}
.single-portfolio__about h4 {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 15px;
}
section[data-kc-fullwidth] {
  z-index: 9!important;
}
.logged-in .lg-toolbar {
  top: 32px;
}


/* Theme Unit Test Css */
.story-hbtitle ul > li > ol ,
.story-hbtitle ul > li > ol > li ,
.story-hbtitle ol > ul > ol > li ,
.story-hbtitle ol > ul > ol {
  list-style: outside none decimal;
}
.sidebar-widget table td a:hover ,
.sidebar-widget ul li ul li a:hover ,
.comment-text.copy a:hover ,
.entry-content table tr td a:hover ,
.sidebar-widget ul li a:hover ,
.edit-link a.post-edit-link:hover ,
.page-pagination a:hover {
  color: #e51515;
}
.sidebar-widget table td a ,
.sidebar-widget ul li ul li a ,
.comment-text.copy a ,
.post_format-post-format-quote .default__quote h2 a ,
.entry-content table tr td a ,
.sidebar-widget ul li a ,
.edit-link a.post-edit-link ,
.page-pagination a{
  color: #fff;
}
body, .site-wrapper.boxed-layout {
  background-color: #25282e;
}
.header-area {
  background-color: #fff;
}
.header-menu-wrap {
  padding-top: 20px;
}
.header-menu-wrap .site-description {
  color: #333;
}
.page-pagination {
  float: left;
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0;
  width: 100%;
}
.page-pagination span.page-links-title ,
.page-pagination span.screen-reader-text{
  font-size: 14px;
  font-weight: normal;
}
.page-links > span:not(.page-links-title) {
    display: inline-block;
    height: 35px;
    padding: 0 15px;
	font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    line-height: 34px;
    margin: 15px 5px 0 5px;
    background: #E51515;
}
.page-links a span:not(.screen-reader-text) {
    color: hsl(0, 0%, 60%);
    font-size: 18px;
    font-weight: 700;
    padding: 0 15px;
	background: #292D35;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    transition: .3s;
    margin: 15px 5px 0 5px;
}
.page-links a:hover span {
    background: #E51515;
    color: #fff;
}
blockquote {
  border-left: 5px solid #fff;
  color: #fff;
}
.page-header .page-title {
  margin: 0;
}
.sidebar-widget:last-child {
  margin-bottom: 0;
}
.breadcrumbs h2.page-title {
  letter-spacing: 2px;
  margin: 0 0 15px;
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  opacity: 1;
  transition: opacity 0.24s ease-in-out 0s;
  visibility: visible;
}
.breadcrumbs-area-default .breadcrumbs .page-title,
.breadcrumbs-area-default .breadcrumbs ul,
.breadcrumbs-area-default .breadcrumbs ul li,
.breadcrumbs-area-default .breadcrumbs ul li a {
    color: #fff;
}
.breadcrumbs-area {
    position: relative;
    z-index: 1;
}
.breadcrumbs-area {
  background-size: cover;
}
.breadcrumbs-area::before {
    background: #000 none repeat scroll 0 0!important;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5!important;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.footer-logo.logo > h3 {
  margin: 0;
}
.footer-logo.logo > h3 a{
  color: #fff;
}
.content-socials a:hover i.fa-twitter {
  color: #00ACEE !important;
}
.promo-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
  height: 130px;
  position: relative;
  width: 100%;
}
.promo-link {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}
.promo-overlay {
  display: table-cell;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.promo-overlay h4 {
  background: hsl(0, 0%, 100%) none repeat scroll 0 0;
  color: #323232;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.5em;
  padding: 9px 16px;
  text-transform: uppercase;
}
.mb-30{margin-bottom: 30px;}
.mb-15{margin-bottom: 15px;}
.mb-60{margin-bottom: 60px;}
.read-more {
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 30px;
}
.read-more a {
  background: #ffffff none repeat scroll 0 0;
  color: #292d35;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 25px;
  position: relative;
  transition: .4s;
}
.read-more a::after {
  border: 1px solid #ffffff;
  content: "";
  height: 100%;
  left: 0;
  margin: -5px;
  position: absolute;
  top: 0;
  width: 100%;
  transition: .2s;
  transform: scale(1);
}
.read-more a:hover::after{margin: 0px;transform: scale(1);}


/* --woocommerce customize-- */
.woocommerce .woocommerce-breadcrumb a {
    color: #404040;
    font-size: 16px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    text-align: center;
}
.woocommerce .products ul,
.woocommerce ul.products {
    padding-top: 30px;
    margin: 0;
}
.woocommerce .products .star-rating {
    display: inline-block;
    float: none;
    text-align: center;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 20px;
    transition: all 0.5s ease 0s;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
    color: #E51515;
}
.woocommerce ul.products li.product a img {
    margin: 0;
}
.woocommerce ul.products li.product .price del {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin-right: 10px;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, 
.woocommerce div.product .woocommerce-tabs ul.tabs li, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #fff;
}
.woocommerce div.product .woocommerce-tabs .panel {
    background: transparent;
    border: 1px solid #fff;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 18px;
    font-weight: 700
}
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price ins {
    font-size: 18px;
    font-weight: 700;
}
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt, 
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
    background-color: #E51515;
    border: 1px solid;
    border-radius: 2px;
    padding: 10px 15px;
    border-color: #E51515;
    color: #fff;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #E51515;
    border-color: #E51515;
    color: #fff;
}
.woocommerce span.onsale {
    background-color: #494949;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    min-height: 25px;
    min-width: 25px;
    padding: 1px 12px;
    left: 0;
    top: 0;
}
.single-product.woocommerce span.onsale {
    left: 5px;
    padding: 5px 25px;
    position: absolute;
    top: 20px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    border-radius: 0;
    height: 40px;
    right: 6px;
    top: 20px;
    width: 40px;
    z-index: 9;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    left: 48%;
    position: absolute;
    top: 47%;
    transform: translateY(-50%) translateX(-50%);
    width: 10px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    left: 26px;
    top: 22px;
}
.woocommerce .site-main {
    padding: 100px 0;
}

/*---pagination---*/

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page .woocommerce-pagination ul.page-numbers li a {
    border: 1px solid #ddd;
    color: #666;
    display: inline-block;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: none;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page .woocommerce-pagination ul.page-numbers li a:hover {
    background: #E51515 none repeat scroll 0 0;
    border: 1px solid #E51515;
    color: #fff;
}

/*-----single-product---- */

h1.product_title {
    font-size: 24px;
}
.woocommerce div.product div.images .flex-control-thumbs {
  margin: 20px -5px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 0 5px
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: transparent;
    color: inherit;
    border-color: #ddd;
}
.single-product .price {
  margin-bottom: 10px;
}
.woocommerce .single-product-area div.product .woocommerce-product-rating {
  margin-bottom: 10px;
}
.woocommerce .quantity .qty {
    margin-right: 10px;
    width: 6.631em;
    border-color: #666;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: inherit;
    border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #E51515;
}
.woocommerce-info::before,
.woocommerce-message::before {
    color: #6f6f6f;
}
.single-product-area .woocommerce-product-details__short-description{
    margin-bottom: 20px;
}
.woocommerce-info,
.woocommerce-message {
    border-top-color: #6f6f6f;
}
.woocommerce-tabs .panel {
  box-shadow: none;
}
.woocommerce .single-product-area .related ul.products li {
  margin-bottom: 0px;
}
/*--cart--*/
.woocommerce table.shop_table td {
    border: 1px solid #ddd;
}
.woocommerce table.shop_table th {
    border-bottom: 1px solid #ddd;
}
.woocommerce-cart .woocommerce table.shop_table,
.woocommerce-cart table th,
.woocommerce-cart .woocommerce-cart table.cart th {
    text-align: center;
}
.woocommerce a.remove {
    color: #555 !important;
    margin: auto;
}
.woocommerce a.remove:hover {
    background: #494949 none repeat scroll 0 0;
}
.woocommerce-page #content table.cart td.actions .input-text {
    width: 55%;
    height: 36px;
}
.woocommerce table.shop_table td.actions {
    padding: 14px 12px;
}
.woocommerce input.button[disabled]:disabled:hover {
    background-color: inherit;
    color: #494949;
}
.coupon input {
    float: left;
    width: auto;
    margin-bottom: 20px;
}
.actions input[name="update_cart"] {
    width: auto;
}
/*--checkout---*/
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
}
.woocommerce form .form-row input.input-text[name="coupon_code"] {
    height: 36px;
}

#customer_details {
    float: left;
    width: 48%;
}
.checkout-order {
    float: right;
    width: 48%;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    width: 100%;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    width: 100%;
}
.checkout-order input {
    width: inherit;
    height: inherit;
}
.checkout-order ul li {
    list-style: none;
}
.woocommerce form .form-row.woocommerce-invalid label {
  color: #a1a1a1;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container, 
.woocommerce form .form-row.woocommerce-invalid input.input-text, 
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #a1a1a1;
}
.woocommerce form .form-row .required {
  border: 0 none;
  color: #a1a1a1;
  font-weight: 700;
}
/* Single Product style */
.woocommerce-form__label-for-checkbox input {
    height: inherit;
    width: inherit;
}
.woocommerce .single-product,
.woocommerce .woocommerce-loop-product__link,
.woocommerce .single-product-image {
    position: relative;
    display: block;
}
.woocommerce ul.products li.product .single-product span.onsale {
    background: #E51515 none repeat scroll 0 0;
    color: #ffffff;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    min-height: 0;
    padding: 5px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.woocommerce ul.products li.product .single-product:hover span.onsale {
    color: #ffffff;
}
.woocommerce ul.products li.product .single-product .star-rating {
    margin-top: 20px;
    margin-bottom: 0;
}
.woocommerce ul.products li.product .star-rating {
    font-size: 0.75em;
    height: 1.1em;
}
.woocommerce ul.products li.product .single-product:hover .star-rating {
    color: #494949;
}
.woocommerce ul.products li.product .single-product .added_to_cart {
    background-color: #E51515;
    border: 1px solid #E51515;
    border-radius: 2px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    margin-top: 0;
    opacity: 1;
    padding: 10px 15px;
    top: 60%;
    transition: all 0.4s ease 0s;
}
.woocommerce ul.products li.product .single-product .added_to_cart:hover {
    border-color: #494949;
    background-color: #494949;
}
.woocommerce ul.products li.product .single-product .single-product-image .woocommerce-LoopProduct-link.woocommerce-loop-product__link:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0;
}
.woocommerce ul.products li.product .single-product:hover .single-product-image .woocommerce-LoopProduct-link.woocommerce-loop-product__link:before {
    opacity: 1;
}
.woocommerce ul.products li.product .single-product .button:hover {
    background: #494949 none repeat scroll 0 0;
    border-color: #494949;
    color: #fff;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
    margin-top: 5px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding-bottom: 5px;
}
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price ins {
    font-size: 16px;
    font-weight: 500;
}
.woocommerce ul.products li.product .price del {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin-right: 5px;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    box-shadow: none;
    width: 100px;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    border-radius: 2px;
    padding: 10px 15px;
}
.woocommerce .quantity .qty {
    border-radius: 2px;
    padding: 6.5px 5px;
    height: 36px;
    border-color: #ddd;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}
.woocommerce p.stars a::before {
    color: #ed552d;
}
.woocommerce .comment-form input,
.woocommerce .comment-form textarea {
    border-radius: 0;
    margin-bottom: 5px;
    padding: 7px 10px;
    width: 100%;
}
.woocommerce .comment-form .form-submit input.submit {
    border-radius: 0;
    margin-bottom: 0px;
    margin-top: 10px;
    padding: 10px 10px;
    width: 180px;
}
.woocommerce ol.commentlist li {
    list-style: outside none none;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    display: inline-block;
    float: none;
}
.woocommerce div.product div.images .flex-control-thumbs {
    text-align: center;
}
.woocommerce div.product form.cart .variations label {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}
.single_variation_wrap .woocommerce-variation {
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
}
.woocommerce div.product form.cart .variations {
    margin-top: 20px;
}

.woocommerce-Tabs-panel.panel.entry-content.wc-tab {
    padding: 20px !important;
}

/*my account*/
.woocommerce nav.woocommerce-MyAccount-navigation ul {
    padding-left: 0;
}
.woocommerce-account div.woocommerce ul li {
    list-style: none;
    border: 1px solid #ddd;
    padding: 8px 15px;
    margin-bottom: 6px;
}
.woocommerce-account div.woocommerce ul li a{
    text-decoration: none;
}
.woocommerce-account div.woocommerce .woocommerce-Button.button {
  margin-top: 20px;
}

/*--shop sidebar--*/

.single-text.widget form {
    position: relative;
}
.single-text.widget input[type="submit"] {
    position: absolute;
    right: 0;
}
.widget.widget_rating_filter ul li i,
.widget.widget_products ul li i,
.widget.widget_recent_reviews ul li i,
.widget.widget_top_rated_products ul li i {
  display: none;
}
.single-text.widget.woocommerce ul li img {
  margin-bottom: 15px;
  width: 80px;
}
.single-text.widget mark, .single-text.widget ins {
  background: none repeat scroll 0 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #a1a1a1;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #a1a1a1;
}

.yith-wcwl-add-to-wishlist,
a.compare.button {
    margin-bottom: 20px;
}
.woocommerce span.woocommerce-input-wrapper {
    width: 100%;
}
/*---end--- */