/*
Theme Name:     Oymyakon
Theme URI:      http://mypreview.net/oymyakon
Author:         Mahdi Yazdani
Author URI:     http://mypreview.net
Description:    Oymyakon is a WordPress Blog Theme for Blogger and Creative. A Highly customizable theme with powerful theme options.
Version:        1.3
License:        GNU General Public License version 3.0
License URI:    http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:    oymyakon
Tags:           black, white, dark, light, one-column, two-columns, right-sidebar, left-sidebar, post-formats, responsive-layout, custom-header, featured-images, translation-ready

This theme, like WordPress, is licensed under the GPL.
*/
/* ==========================================================
Table of Index
=============================================================

1. GLOBAL
2. HEADER
3. SLIDER POST
4. CONTENT
5. SINGLE PAGE
6. WIDGET
7. FOOTER WIDGET
8. PAGE: 404 Error
9. PAGE: GALLERY POST
10. PAGE: ARCHIVE
11. FOOTER
12. CONTACT FORM
*/
/* ================================
        1. GLOBAL
   ================================ */

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-size: 12px;
    font-weight: normal;
    overflow-x: hidden;
    background-color: #f7f7f7;
}
ul,
li {
    margin: 0;
    padding: 0;
    line-height: 2;
    letter-spacing: 1px;
}
span {
    line-height: 1.5;
    color: #7c7c7c;
    letter-spacing: 0.5px;
}
a,
button {
    color: #000000;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
a:hover,
a:focus {
    color: #000;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}
p {
    font-size: 13px;
    line-height: 29px;
    letter-spacing: 0.4px;
    color: #4e4e4e;
    margin: 0.5em 0 1.5em 0;
}
h1 {
    margin-top: 0;
    letter-spacing: 0.5px;
    line-height: 1.6;
}
h2 {
    font-size: 23px;
    letter-spacing: 0.5px;
    line-height: 1.5;
}
h3 {
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 1.4;
}
h4 {
    font-size: 15px;
    letter-spacing: 0.4px;
    line-height: 1.4;
}
h5 {
    font-size: 13px;
    letter-spacing: 0.4px;
    line-height: 1.3;
}
h6 {
    font-size: 12px;
    letter-spacing: 0.3px;
    line-height: 1.3;
}
hr {
    background: url("images/hr.png") no-repeat scroll 50% 0 transparent;
    border: medium none;
    height: 19px;
    margin: 10px 0;
}
pre {
    border-radius: 0px;
}
label {
    display: inherit;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
input:active,
input:focus,
textarea:active,
textarea:focus {
    color: #252525;
}
iframe {
    width: 100%;
    overflow: hidden;
    border: none;
}
input[type=submit] {
    text-transform: uppercase;
}
.uppercase {
    text-transform: uppercase;
}
article,
.widget-box {
    background-color: #FFFFFF;
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid #ddd;
}
article:before,
.widget-box:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 40;
    border-width: 0 16px 16px 0;
    border-style: solid;
    border-top-color: #fff;
    border-left-color: #fff;
    border-right-color: #f7f7f7;
    border-bottom-color: #fff;
    background: #f7f7f7;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), -1px 1px 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), -1px 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), -1px 1px 1px rgba(0, 0, 0, 0.08);
    display: block;
    width: 0;
}
.single-page {
    background-color: #FFFFFF;
}
.form-control,
.search-form input[type="search"],
.wpcf7 input,
.wpcf7 input[type=email],
.wpcf7 textarea {
    border: 2px solid #eee;
    height: 32px;
    letter-spacing: 1px;
    font-size: 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.form-control:focus,
.search-form input[type="search"]:focus,
.wpcf7 input:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 textarea:focus {
    border-color: #111;
    box-shadow: none;
}
.notfound-search-input label {
    display: inline;
}
.line {
    height: 1px;
    width: 100%;
    margin: 10px 0;
    background: #e5e5e5;
}
.container-full {
    margin: 0 auto;
    width: 100%;
}
.btn-black {
    font-size: 16px;
    background: #000000;
    display: inline-block;
    padding: 12px 20px;
    color: #ffffff;
    letter-spacing: 1px;
    border: 1px solid #000000;
    text-transform: uppercase;
    border-radius: 0px;
}
.btn-black-sm {
    font-size: 11px;
    background: #000000;
    display: inline-block;
    padding: 5px 10px;
    margin-right: 10px;
    color: #ffffff;
    letter-spacing: 1px;
    border: 1px solid #000000;
    border-radius: 0px;
}
.btn-black:hover,
.btn-black:focus,
.btn-black-sm:focus,
.btn-black-sm:hover {
    border: 1px solid #000000;
    background: transparent;
    color: #000000;
    border-radius: 0px;
}
.btn-white {
    font-size: 16px;
    display: inline-block;
    padding: 12px 20px;
    color: #000000;
    letter-spacing: 1px;
    border: 1px solid #000000;
    text-transform: uppercase;
    border-radius: 0px;
}
.btn-white:hover,
.btn-white:focus {
    border: 1px solid #000000;
    background: #000000;
    color: #ffffff;
    border-radius: 0px;
}
.btn-white-sm {
    font-size: 11px;
    display: inline-block;
    padding: 5px 10px;
    margin-right: 10px;
    color: #000000;
    letter-spacing: 1px;
    border: 1px solid #000000;
    border-radius: 0px;
}
.btn-white-sm:hover {
    border: 1px solid #000000;
    background: #000000;
    color: #ffffff;
    border-radius: 0px;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-40 {
    margin-top: 30px;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-bottom-50 {
    margin-bottom: 50px;
}
.highlight {
    padding: 2px 4px;
    background-color: #ffff99;
    color: #222;
}
.smooth-hover {
    -o-transition: color .2s ease-out, background 0.5s ease-in;
    -ms-transition: color .2s ease-out, background 0.5s ease-in;
    -moz-transition: color .2s ease-out, background 0.5s ease-in;
    -webkit-transition: color .2s ease-out, background 0.5s ease-in;
    transition: color .2s ease-out, background 0.5s ease-in;
}
/* ==========================================================================
   WordPress Generated Classes
   See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */

.admin-bar .navbar-fixed-top {
    margin-top: 30px;
}
.alignleft {
    text-align: left;
}
.aligncenter {
    text-align: center;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.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. */
}
.aligncenter-img {
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    text-align: right;
}
.bypostauthor {
    text-align: left;
}
.gallery-caption {
    font-weight: bold;
}
.sticky {
    text-decoration: none;
}
.wp-caption-text {
    font-weight: normal;
}
.wp-caption {
    font-weight: normal;
}
.panel {
    border-radius: 0px;
}
.wp-caption-text.gallery-caption {
    text-align: center;
    padding: 5px;
    text-transform: Capitalize;
}
/* Oymyakon Gallery Style */

.gallery {
    margin: 0 auto 18px;
    height: 0px;
}
.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%;
}
.gallery .gallery-item a {
    outline: none !important;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery img {
    box-shadow: 0px 0px 4px #999;
    border: 1px solid white;
    padding: 8px;
    background: #f2f2f2;
}
.gallery img:hover {
    background: white;
}
.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
}
.gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0px;
}
.gallery dl,
.gallery dt {
    margin: 0;
}
.gallery dl {
    margin-bottom: 5px;
}
.gallery br+br {
    display: none;
}
/* ================================
        2. HEADER
   ================================ */

#header .container {
    position: relative;
}
.slicknav_menu {
    text-align: left;
    display: none;
    padding: 0;
}
.slicknav_btn {
    height: 57px;
    line-height: 57px;
    padding: 0;
    margin: 0 5px;
}
.navbar-fixed-top {
    position: fixed;
    top: 0;
    z-index: 10;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
}
.navbar-custom {
    background: #fff;
    border: 0;
    border-color: #f5f5f5 !important;
    border-bottom: 1px solid #f5f5f5 !important;
    box-shadow: 0px 1px 5px rgba(214, 214, 214, 0.7);
    border-radius: 0;
    letter-spacing: 0.15em;
    z-index: 1000;
    margin-bottom: 0px;
}
.navbar-custom li a {
    font-size: 16px;
}
.navbar-custom .dropdown-menu {
    background: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 0;
    padding: 0;
    min-width: 200px;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.navbar-custom .dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
    right: auto;
    margin-top: -1px;
}
.navbar-custom .nav li > a {
    position: relative;
}
.navbar-custom .navbar-nav li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 72px;
}
.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
    background: transparent;
    color: #e87a55;
}
.navbar-custom .dropdown-menu > li > a:hover {
    background: rgba(245, 245, 245, 0.4) !important;
}
.navbar-custom .dropdown-menu > li > a {
    padding: 11px 15px;
    line-height: 1.42857143;
    letter-spacing: 0.15em;
    font-size: 12px;
}
.navbar-custom .dropdown-menu > li:last-child > a {
    border: none !important;
}
.navbar-custom .dropdown-toggle:after {
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    margin-top: -5px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 11px;
    content: "\f107";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.navbar-custom .navbar-nav > .dropdown > .dropdown-toggle {
    padding-right: 28px;
}
.navbar-custom .navbar-nav > .dropdown > .dropdown-toggle:after {
    position: absolute;
    display: block;
    right: 15px;
    top: 50%;
    margin-top: -5px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 11px;
    content: "\f107";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.navbar-custom .dropdown-menu .dropdown-toggle:after {
    position: absolute;
    display: block;
    right: 9px;
    top: 50%;
    margin-top: -6px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 11px;
    content: "\f105";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.nav>li.current-menu-item>a,
.nav>li.current-menu-ancestor>a {
    background: transparent;
    color: #e87a55;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background: rgba(245, 245, 245, 0.4);
    color: #e87a55;
}
/* Top Social */

.top-social {
    float: left;
    line-height: 72px;
}
.top-social a {
    margin: 5px;
    font-size: 17px;
}
.top-social a:hover {
    color: #e87a55;
}
.top-social-search {
    position: absolute;
    top: 0;
    right: 30px;
}
/* Top Search Form */

.top-search {
    float: right;
    line-height: 72px;
    margin-left: 30px;
}
.top-search a {
    color: #333333;
    font-size: 17px;
}
.top-search a:hover {
    color: #e87a55;
}
.show-search {
    position: absolute;
    top: 72px;
    right: 14px;
    display: none;
    z-index: 10000;
}
.show-search #searchform input#s {
    min-width: 200px;
    padding: 10px 13px !important;
    -webkit-box-shadow: 0 5px 4px -4px rgba(190, 190, 190, .1);
    -moz-box-shadow: 0 5px 4px -4px rgba(190, 190, 190, .1);
    box-shadow: 0 5px 4px -4px rgba(190, 190, 190, .1);
}
/* Category Menu */

.col-no-p {
    padding-right: 0;
    padding-left: 0;
}
.col-no-m {
    margin: 0;
}
.top-categories {
    margin-top: 30px;
}
.top-categories figure.category-item {
    width: 100%;
    height: 320px;
    float: left;
    position: relative;
}
.top-categories figcaption.category-caption {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}
.top-categories figcaption.category-caption:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    opacity: .5;
}
.top-categories .category-description {
    padding: 20px;
    position: relative;
    height: 100%;
}
.top-categories .category-description .category-name {
    margin: 0px;
}
.top-categories .category-description p a {
    color: #ffffff;
    display: inline-block;
    padding: 4px 10px;
    border: 2px solid #FFFFFF;
    line-height: 1;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.top-categories .category-description p a:hover {
    color: #e87a55;
}
.top-categories .category-description .category-desc {
    margin: 30px 5px;
    font-size: 16px;
    line-height: 1.6;
    text-transform: capitalize;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0px 10px;
}
.top-categories .category-description .category-desc {
    color: #fff;
}
.top-categories .category-img {
    height: 100%;
    background-size: cover;
    background-position: center center;
}
/* ================================
        3. SLIDER POST
   ================================ */
/* Top Header */

.logo {
    position: relative;
    font-size: 30px;
}
.logo-carousel {
    padding: 0px;
    position: relative;
}
.hand-grab {
    cursor: url("images/hand.png"), default;
}
.hand-grabbed {
    cursor: url("images/hand-grabbed.png"), default;
}
.carousel-aside {
    margin-left: 0px;
    margin-right: 0px;
}
.thum-item .left-arrow .fa-angle-left {
    position: absolute;
    top: 45%;
    left: -50px;
    color: #FFFFFF;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.post-title-aside > a {
    color: #FFFFFF;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.1em;
    text-transform: none;
}
.post-title-aside > a:hover {
    color: #dedede !important;
}
.thum-item .right-arrow {
    right: 0;
    left: auto;
}
.thum-item .right-arrow .fa-angle-right {
    position: absolute;
    top: 45%;
    right: -50px;
    display: inline-block;
    color: #FFFFFF;
    font-size: 70px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.oymyakon-posts-carousel-widget .slider .right-arrow .fa-angle-right,
.oymyakon-posts-carousel-widget .thum-item .right-arrow .fa-angle-right,
.oymyakon-posts-carousel-widget .slider .left-arrow .fa-angle-left,
.oymyakon-posts-carousel-widget .thum-item .left-arrow .fa-angle-left {
    top: 35% !important;
}
.oymyakon-posts-carousel-widget .thum-item .right-arrow .fa-angle-right,
.oymyakon-posts-carousel-widget .thum-item .left-arrow .fa-angle-left {
    font-size: 50px;
}
.oymyakon-posts-carousel-widget {
    margin-bottom: 30px !important;
}
.carousel-indicators .active {
    width: 30px;
    height: 8px;
}
.carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 8px;
    margin: 0px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #777;
    border-radius: 0px;
}
/* ================================
        4. CONTENT
   ================================ */

#content {
    margin-top: 60px;
}
.post-head {
    margin-top: 20px;
}
.post-head:before,
.post-head:after {
    content: " ";
    display: table;
}
.post-head:after {
    clear: both;
}
.post .post-title {
    font-size: 36px;
    margin-top: 0;
}
.post .post-title a {
    font-family: inherit;
}
.post .post-title a:hover {
    color: #e87a55;
}
.post .post-head {
    padding: 30px;
    margin-top: 0;
}
.post-head .post-head-left {
    width: 36%;
    border-right: 1px solid #eee;
    float: left;
    position: relative;
    min-height: 53px;
}
.post-head-right {
    float: left;
    width: 64%;
    padding-left: 50px;
    border-left: 1px solid #eee;
    margin-left: -1px;
}
.post .post-head-left {
    width: 25%;
}
.post .post-head-right {
    width: 75%;
}
.post-date {
    font-size: 35px;
    font-weight: 700;
    line-height: 53px;
    display: inline-block;
    position: relative;
}
.post-date .post-date-year {
    font-size: 12px;
    display: block;
    text-align: center;
    position: absolute;
    bottom: -5px;
    right: 0;
    line-height: normal;
    color: #fff;
    background: #999;
}
.post-head .post-format-icon,
.post-head .sticky-post-format-icon {
    position: absolute;
    top: 11px;
    right: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 14px;
    background-color: #e87a55;
}
.post-head .sticky-post-format-icon {
    top: 50px;
}
.post .post-meta a {
    display: inline-block;
    border: 1px solid #eee;
    padding: 2px 12px;
    color: #999;
    font-size: 11px;
    line-height: 20px;
    margin-right: 10px;
    letter-spacing: 1px;
}
.post .post-meta a i {
    line-height: 16px;
}
.post-head-right .post-meta a {
    margin-top: 12px;
}
.post .post-date {
    margin-bottom: 5px;
}
.post .post-meta a {
    text-align: center;
    margin-top: 10px;
    width: auto;
}
.post .post-meta a:hover {
    background-color: #e87a55;
    color: #fff;
}
.post h2.post-title em {
    border-bottom: 1px solid #e87a55;
}
/* Blockquote */

.quote-bg {
    background-color: #f5f5f5;
    background-size: cover;
    background-position: center center;
}
.content blockquote,
.content-page blockquote {
    overflow: hidden;
    background: #f5f5f5;
    padding: 40px 50px 40px 60px;
    margin: 0;
}
.blog-post article .thum-item blockquote {
    background: transparent;
}
.blog-post article .thum-item.quote-bg .entry-overlay {
    background: rgba(0, 0, 0, 0.8);
    padding: 80px;
    transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
.blog-post article .quote-bg:hover .entry-overlay {
    background: rgba(232, 122, 85, 0.8);
}
.blog-post article .thum-item .entry-overlay blockquote {
    border: 0;
    color: #f7f7f7;
    font-weight: 700;
    padding: 0;
    margin: 0;
    text-align: center;
}
.blog-post article .thum-item .entry-overlay blockquote footer {
    color: #f7f7f7;
    margin-top: 40px;
    background: transparent;
}
.blog-post article .thum-item .entry-overlay blockquote footer:before {
    font-family: 'FontAwesome';
    content: "\f10e";
    display: block;
    color: #e87a55;
    font-size: 48px;
    transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
.blog-post article .thum-item .entry-overlay:hover blockquote footer:before {
    color: rgba(34, 34, 34, 0.8);
}
.blog-post article .thum-item .entry-overlay blockquote footer cite {
    font-size: 22px;
    font-weight: normal;
}
.blog-post article .thum-item .entry-overlay .post-blockquote p {
    font-size: 24px;
    line-height: 1.7;
    color: #FFFFFF;
}
.content-page a:hover {
    color: #e87a55;
}
.content blockquote p,
.content-page blockquote p {
    position: relative;
    font-size: 15px;
}
.content blockquote p:before,
.content-page blockquote p:before {
    position: absolute;
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 20px;
    top: -2px;
    left: -40px;
}
.content blockquote p:after,
.content-page blockquote p:after {
    position: absolute;
    content: "\f10e";
    font-family: FontAwesome;
    font-size: 20px;
    bottom: -7px;
    right: -23px;
}
/* List Styles */

.content ul,
.content-page ul {
    padding-left: 40px;
}
.content blockquote,
.content-page blockquote {
    margin: 15px 0px;
}
.content ul,
.content ol,
.content dl,
.content-page ul,
.content-page ol,
.content-page dl {
    font-size: 14px;
    line-height: 2.3;
    letter-spacing: 1.5px;
    color: #7c7c7c;
    font-family: inherit;
}
.content dl dt,
.content-page dl dt {
    line-height: 2;
}
.content dl dd,
.content-page dl dd {
    margin-bottom: 10px;
    line-height: 1.7;
}
.content p,
.content-page p {
    font-size: 15px;
}
.content-page p:last-child{
    margin-bottom: 10px;
}
.content span,
.content-page span {
    text-transform: none;
}
.content-page .not-found-sep {
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
}
/* DropCaps */

.has-dropcaps p:first-child:first-letter,
.firstcharacter {
    float: left;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    text-transform: uppercase;
    color: #e87a55;
    font-size: 98px !important;
    margin: 12px 10px 0px 0px;
    font-weight: 700;
    line-height: 55px;
    width: auto!important;
    height: auto!important;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    /* Safari only override */
    ::i-block-chrome,.has-dropcaps p:first-child:first-letter,
    .firstcharacter {
        margin: 0px 10px 0 0!important;
        line-height: 85px !important;
    }
}
.content-page .firstcharacter {
    line-height: 65px !important;
}
.has-dropcaps blockquote p:first-child:first-letter {
    float: none !important;
    display: inherit !important;
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    margin: inherit !important;
    text-transform: inherit !important;
    font-weight: inherit !important;
}
/* Address Tag */

.content address,
.content-page address {
    display: block;
    font-style: italic;
    line-height: 2.3;
    letter-spacing: 1px;
    font-size: 13px;
}
/* Table */

.content table,
.content-page table {
    max-width: 100%;
}
.content th,
.content-page th {
    text-align: left;
}
.content table,
.content-page table {
    width: 100%;
    margin-bottom: 20px;
}
.content table > thead > tr > th,
.content-page table > thead > tr > th,
.content table > tbody > tr > th,
.content-page table > tbody > tr > th,
.content table > tfoot > tr > th,
.content-page table > tfoot > tr > th,
.content table > thead > tr > td,
.content-page table > thead > tr > td,
.content table > tbody > tr > td,
.content-page table > tbody > tr > td,
.content table > tfoot > tr > td,
.content-page table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 13px;
}
.content table > thead > tr > th,
.content-page table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.content table > caption + thead > tr:first-child > th,
.content-page table > caption + thead > tr:first-child > th,
.content table > colgroup + thead > tr:first-child > th,
.content-page table > colgroup + thead > tr:first-child > th,
.content table > thead:first-child > tr:first-child > th,
.content-page table > thead:first-child > tr:first-child > th,
.content table > caption + thead > tr:first-child > td,
.content-page table > caption + thead > tr:first-child > td,
.content table > colgroup + thead > tr:first-child > td,
.content-page table > colgroup + thead > tr:first-child > td,
.content table > thead:first-child > tr:first-child > td,
.content-page table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.content table > tbody + tbody,
.content-page table > tbody + tbody {
    border-top: 2px solid #dddddd;
}
.content table .table,
.content-page table .table {
    background-color: #ffffff;
}
/* Feature Image */

.thum-item {
    overflow: hidden;
}
.thum-item img {
    max-width: 100%;
}
/* Link Post */

.link-bg {
    background-size: cover;
    background-position: center center;
}
.blog-post article .link-bg .entry-overlay {
    padding: 160px 0;
    transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
.blog-post article .link-bg .entry-overlay p {
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.blog-post article .link-bg .entry-overlay p a {
    color: #343434;
    font-weight: 700;
    font-size: 24px;
    line-height: 80px;
}
.blog-post article .link-bg .entry-overlay p a:hover {
    color: #e87a55;
}
.link-format {
    position: relative !important;
}
.format-meta-aside {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 30px;
    background: rgba(51, 51, 51, 0.5);
}
.link-title > a {
    color: #FFFFFF;
    font-size: 1em;
    font-weight: normal;
    line-height: 1em;
    text-transform: none;
}
.link-title > a:hover {
    color: #dedede;
}
aside .thum-item img {
    transition: all 0s ease 0s;
    max-width: 100%;
}
aside .thum-item:hover img {
    transform: none;
}
.container:hover .image {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.image {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.single-page .content {
    margin: 0;
}
.blog-post,
.single-page {
    margin-bottom: 50px;
}
.blog-post .post-entry {
    padding: 10px 30px;
    margin: 0;
    clear: both;
}
/* Left & Right Post Align */

.blog-post .left-post-entry,
.blog-post .right-post-entry {
    padding: 0;
    margin: 0;
}
.blog-post .left-post-entry .caption,
.blog-post .right-post-entry .caption {
    padding: 20px 24px;
}
.blog-post .left-post-entry .post-tag a,
.blog-post .right-post-entry .post-tag a {
    color: #e87a55;
    display: inline-block;
    font-size: 15px;
    margin: 5px 0px 10px;
}
.blog-post .left-post-entry .post-title,
.blog-post .right-post-entry .post-title {
    color: #000;
    font-size: 23px;
}
.blog-post .left-post-entry .post-title a,
.blog-post .right-post-entry .post-title a {
    font-family: inherit;
}
.blog-post .left-post-entry .post-title:hover,
.blog-post .right-post-entry .post-title:hover,
.blog-post .left-post-entry .post-title:focus,
.blog-post .right-post-entry .post-title:focus {
    color: #e87a55;
}
.blog-post .left-post-entry .post-date,
.blog-post .right-post-entry .post-date {
    color: #727272;
    display: inline-block;
    font-size: 12px;
    clear: both;
    width: 100%;
}
.blog-post .left-post-entry .post-description,
.blog-post .right-post-entry .post-description {
    margin: 10px auto;
}
.blog-post .left-post-entry .post-description,
.blog-post .right-post-entry .post-description,
.blog-post .left-post-entry .post-description p,
.blog-post .right-post-entry .post-description p {
    font-size: 15px;
}
.blog-post .left-post-entry .aligned-post-media,
.blog-post .right-post-entry .aligned-post-media {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 100%;
}
.blog-post .left-post-entry .continue,
.blog-post .right-post-entry .continue {
    margin-bottom: 15px;
}
.single-page .post-entry {
    padding: 30px;
    margin: 0;
}
.blog-post-header .meta-entry {
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    margin: 0 0 15px;
}
.blog-post-header .meta-entry span[class^="fa fa-"] {
    margin-right: 4px;
}
.blog-post-header .meta-entry .meta,
.blog-post-header .meta-entry .meta > a {
    color: #BDBDBD;
    display: inline-block;
    margin-right: 5px;
    text-transform: capitalize;
}
.blog-post-header .meta-entry .meta a:hover {
    color: #222222;
}
.blog-post .content {
    margin: 20px 0;
}
.blog-post .top-content {
    margin: 0px 0px 20px 0px;
}
.blog-post .top-content p {
    margin-top: 0px;
}
.single-post .full-content {
    margin: 15px 0;
}
.blog-post .post-bottom {
    overflow: hidden;
    margin-bottom: 20px;
}
.single-post .post-bottom {
    overflow: hidden;
    margin: 0px;
}
/* Continue Reading */

.blog-post .continue {
    letter-spacing: 0;
    margin-top: 30px;
    position: relative;
    text-align: center;
}
.blog-post .continue a {
    text-transform: none;
    letter-spacing: 0px;
    font-size: 18px;
    padding: 5px 20px;
    text-transform: lowercase;
    position: relative;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: none;
    border-right: none;
    text-align: center;
}
.blog-post .continue a:hover {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: none;
    border-right: none;
}
/* Social Share Icon */

.blog-post .share-icon {
    margin-top: 40px;
    text-align: center;
    background: url(images/line.gif) repeat-x center center;
}
.blog-post .share-box {
    width: 55px;
    height: 42px;
    background: #fff;
    font-weight: bold;
    border: 1px solid #e5e5e5;
    display: inline-block;
    line-height: 42px;
    margin: 0 10px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    text-align: center;
}
.blog-post .share-box i {
    font-size: 14px;
    color: #000;
}
.blog-post .share-box:hover {
    background: #e87a55;
    border: 1px solid #e87a55;
}
.blog-post .share-box:hover > i {
    color: #FFF;
}
/* Single Post Share Icon */

.single-post .post-bottom-single .share-icon {
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
}
/* Pagination */

.primary nav {
    margin: 0px;
    display: table;
    margin-bottom: 30px;
    width: 100%;
    text-align: left;
}
.primary .older-newer {
    margin: 0 auto;
    display: table;
    margin-bottom: 50px;
}
.primary nav .pagination-next,
.primary nav .pagination-prev {
    padding: 0px;
}
.primary .pagination {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.primary .pagination li a,
.primary .pagination li span {
    color: #000;
    margin: 2px;
    border: none;
    border-radius: 0px;
    font-size: 13px;
    padding: 11px 16px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
    border-bottom: 2px solid #ddd;
}
.primary .pagination span.current {
    background: #000;
    color: #FFFFFF;
    font-family: inherit;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
    border-bottom: 2px solid #ddd;
}
.primary .pagination li a:hover,
.primary .pagination li a:focus,
.primary .pagination li span:hover,
.primary .pagination li span:focus {
    background: #000;
    color: #FFFFFF;
}
.primary .pagination li .next i:before {
    content: "\f101";
}
.primary .pagination li .prev i:before {
    content: "\f100";
}
/* Like Post */

a.cw-post-like {
    font-weight: normal;
    display: inline-block;
    width: auto;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    -moz-transition: all 0.3s ease-out 0.2s;
    -webkit-transition: all 0.3s ease-out 0.2s;
    -o-transition: all 0.3s ease-out 0.2s;
}
a.cw-post-like.liked {
    color: #000;
}
a.cw-post-like.liked:hover {
    color: #FFF;
}
a.cw-post-like:hover > i,
a.cw-post-like.liked:hover > i,
a.liked:hover > i,
a.cw-post-like:hover > span,
a.cw-post-like.liked:hover > span,
a.liked:hover > span {
    color: #FFF;
}
/* ================================
        5. SINGLE PAGE
   ================================ */

.right-align {
    float: right;
    margin: 5px 0px 10px 20px;
}
.left-align {
    float: left;
    margin: 5px 20px 10px 0;
}
.image-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
/* Post Tags */

.blog-tags {
    list-style: none;
    margin: 20px 0px;
    overflow: hidden;
    padding: 0;
}
.blog-tags li {
    float: left;
}
.blog-tag {
    background: #F4F4F4;
    border-radius: 3px 0 0 3px;
    color: #333333;
    display: inline-block;
    font-size: 9px;
    height: 22px;
    line-height: 22px;
    padding: 0 25px 0 10px;
    position: relative;
    margin: 0 7px 7px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    box-shadow: 1px -1px 0px rgba(0, 0, 0, 0.15) inset;
    text-transform: uppercase;
}
.blog-tag::before {
    background: #000000;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    right: 10px;
    position: absolute;
    width: 6px;
    top: 8px;
}
.blog-tag::after {
    background: #FFF;
    border-bottom: 11px solid transparent;
    border-left: 10px solid #F4F4F4;
    border-top: 11px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}
.blog-tag:hover {
    background-color: #e87a55;
    color: white;
}
.blog-tag:hover::after {
    border-left-color: #e87a55;
}
/* Author Box */

.author-info {
    background: #fff;
}
.author-info .media {
    padding: 15px;
}
.author-info .author-avatar img {
    border-radius: 0px;
}
.author-info h4.author-title {
    font-size: 16px;
    font-weight: 700;
    color: #e87a55;
}
.author-info .author-bio {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0px;
}
.author-info .author-bio a {
    color: inherit;
    text-decoration: none;
    font-weight: 700;
}
.author-info .author-bio a:hover{
    color: #e87a55;
}
.author-info .author-social {
    border-top: 1px solid #D5D5D5;
    margin-top: 15px;
    margin-bottom: 0px;
    display: inline-flex;
    list-style: none;
    width: 100%;
}
.author-info .author-social li {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
}
.author-info .author-social li span {
    font-size: 16px;
    padding: 0 5px;
}
/* Next Prev Post */

.post-navigation .pager {
    margin: 0px;
}
.post-navigation .pager li > a {
    padding: 0px 15px;
    font-size: 16px;
    line-height: 40px;
    color: #222;
    border: 1px solid #222;
    font-weight: 300;
    transition: all 0.4s ease;
    text-decoration: none;
}
.post-navigation .pager li {
    margin-top: 10px;
    margin-bottom: 10px;
}
.post-navigation .pager li > a {
    line-height: 24px;
    padding: 10px 15px;
    display: inline-table;
    vertical-align: middle;
    height: 80px;
    overflow: hidden;
    background: #dbdbdb;
    border-color: #dbdbdb;
    border-radius: 0px;
    width: 100%;
}
.post-navigation .pager li > a > span {
    display: table-cell;
    vertical-align: middle;
    color: #4e4e4e;
    text-transform: none;
}
.post-navigation .pager li > a:hover > span {
    color: #e87a55;
}
.post-navigation .pager li > a > .meta-nav {
    width: 10%;
}
.post-navigation .pager li > a > .meta-nav-text {
    width: 85%;
}
.post-navigation .pager li.previous {
    text-align: left;
}
.post-navigation .pager li.next {
    text-align: right;
}
.post-navigation .pager li > a > span {
    display: table-cell;
    vertical-align: middle;
    color: #4e4e4e;
}
.post-navigation .pager li > a:hover,
.post-navigation .pager li > a:active,
.post-navigation .pager li > a:focus {
    color: #e87a55;
    border-color: #e87a55;
    background: #fff;
}
/* Related Post */

.related-post {
    text-align: center;
    margin-bottom: 40px;
    background-color: #FFFFFF;
    padding: 20px;
}
.notresult-content .related-post {
    margin-top: 30px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.related-post .title {
    font-size: 17px;
    letter-spacing: 3px;
    color: #000;
    display: block;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    text-transform: uppercase;
    padding: 10px;
    margin-top: 0;
}
.related-post .notfound-title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 4px;
    color: #000;
    display: block;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.related-post .item {
    text-align: left;
}
.related-post .item h4 {
    margin-top: 15px;
    color: #000;
}
.related-post .item h4:hover,
.related-post .row .col-md-4 a img:hover {
    opacity: 0.8;
}
/* Comment Form */

.comments-area,
.comments-reply-form {
    background-color: #FFFFFF;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.comments-area .pager {
    margin-bottom: 5px;
}
#comments {
    margin-top: 0px;
    padding: 20px 0px;
}
#comments .btn {
    margin-right: 0px;
}
.respond h4 {
    padding: 15px 0px 0px 0px;
    font-size: 18px;
}
.comment-meta {
    padding-right: 2em;
    max-width: 100px;
}
.comment-meta img {
    margin-bottom: 5px;
    border-radius: 0px;
}
.comment-date {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    margin-left: 2em;
    color: #000000;
    margin-bottom: 10px;
}
#commentform {
    padding-bottom: 20px;
}
#comment {
    resize: none;
}
.comment-text p {
    font-size: 14px;
}
.comment-author {
    line-height: 1.6;
    color: #e87a55;
}
.comment-author a {
    text-transform: none;
    text-align: center;
    color: inherit;
}
#reply-title small a {
    color: #c9302c;
    font-size: 13px;
    text-transform: capitalize;
}
#respond .comment-reply-title {
    font-size: 15px;
    padding-top: 20px;
    margin-top: 0px;
}
.comment-list .children {
    list-style: none;
}
.comment-list.media-list .media,
.comment-list .children .media {
    padding: 20px 0 0;
}
.comment-form .form-submit {
    margin-bottom: 0px;
}
.children {
    padding-left: 40px;
}
.children li {
    padding-right: 0px !important;
}
/* ================================
        6. WIDGET
   ================================ */

.widget-box {
    margin-bottom: 30px;
    padding: 20px;
    background: #FFFFFF;
}
.widget-box .children li a:before,
.widget-box-footer .children li a:before {
    content: '- ';
}
.widget-title {
    border-bottom: 1px solid #ddd;
    margin-top: 0;
    margin-bottom: 15px;
}
.widget-box .widget-title span {
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #000000;
    text-transform: none;
    font-weight: 700;
}
.widget-title span {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}
.widget-title span:after {
    width: 100%;
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 2px;
    background-color: #e87a55;
}
.widget-box .widget-item img {
    margin: 10px 0;
}
.widget-box .posts-pictures img:hover,
.widget-box-footer .posts-pictures img:hover {
    opacity: 0.5;
}
.widget-box-footer a {
    color: #FFFFFF;
}
.widget-box a:hover,
.widget-box-footer a:hover {
    color: #e87a55;
}
.widget-recent-post-img {
    width: 50px;
    height: 50px;
}
/* RSS Feed Widget */

.widget_rss ul li a {
    font-size: 16px;
    font-weight: bold;
}
.widget_rss ul li .rssSummary {
    padding-top: 15px;
}
.widget_rss .rsswidget img {
    display: none;
}
/* Unordered list Style -> Widget */

.widget_recent_entries ul li,
.widget-popular-posts ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_nav_menu ul li,
.widget_rss ul li {
    padding: 10px 5px 10px 5px;
    border-bottom: 1px dotted #D5D5D5;
    list-style-type: none;
    letter-spacing: 1px;
    line-height: 2;
}
.widget_recent_entries ul li:last-child,
.widget-popular-posts ul li:last-child,
.widget_categories ul li:last-child,
.widget_archive ul li:last-child,
.widget_meta ul li:last-child,
.widget_pages ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_rss ul li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}
/* Login Widget */

.widget-login .author-avatar img {
    float: left;
    margin: 0 20px 0 0;
    border-radius: 0px;
}
.widget-login .welcome-text {
    margin-bottom: 0;
    padding-bottom: 7px;
}
.widget-login ul li {
    list-style: none;
}
.widget-login ul.login-links {
    margin-top: 15px;
}
/* Search Widget */

.search-form input[type="search"] {
    width: 100%;
    outline: none;
    display: inline-block;
    padding: 15px;
}
#custom-search-input {
    padding: 3px;
    border: solid 1px #000000;
    border-radius: 0px;
    background-color: #fff;
    outline-color: #888888;
}
#custom-search-input input {
    border: 0;
    box-shadow: none;
}
#custom-search-input button {
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #000000;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
    outline: none;
}
#custom-search-input button:hover {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}
/* Category Widget */

.widget_categories_counts {
    text-align: left;
    float: left;
    text-transform: uppercase;
    font-size: 14px;
}
.blog-sidebar ul,
.page-sidebar ul {
    list-style-type: none;
    padding: 0;
}
.author-vcard img {
    display: inline !important;
}
/* Smart Recent Comments Widget */

.comments-date-sidebar {
    padding-left: 5px;
    font-style: italic;
}
.widget-box .recentcomments,
.widget-box-footer .recentcomments {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #D5D5D5;
    list-style: none;
}
.widget-box .recentcomments img,
.widget-box-footer .recentcomments img {
    border-radius: 0px;
}
.widget-box .recentcomments:last-child,
.widget-box-footer .recentcomments:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.widget-box .recentcomments .alignleft,
.widget-box-footer .recentcomments .alignleft {
    float: left;
}
.widget-box .recentcomments .comment-right,
.widget-box-footer .recentcomments .comment-right {
    padding-left: 75px;
    font-size: 13px;
    line-height: 19px;
}
.widget-box .recentcomments .comment-author {
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 1px;
    opacity: 0.8;
}
.widget-box-footer .recentcomments .comment-author {
    color: #FFFFFF;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 1px;
}
.widget-box .recentcomments .comment-author a,
.widget-box-footer .recentcomments .comment-author a {
    color: #888;
}
.widget-box .recentcomments .comment-c,
.widget-box-footer .recentcomments .comment-c {
    display: inline;
    line-height: 2;
    letter-spacing: 0.5px;
}
/* Google Plus Widget */

.widget-box .google-box,
.widget-box-footer .google-box {
    text-align: center;
    position: relative;
    overflow: hidden;
}
/* Facebook Widget */

.widget-box .facebook-box,
.widget-box-footer .facebook-box {
    text-align: center;
}
/* Oymyakon Twitter Widget */

.widget-box .fetched_tweets,
.widget-box-footer .fetched_tweets {
    padding-top: 5px;
}
.widget-box .fetched_tweets li,
.widget-box-footer .fetched_tweets li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #D5D5D5;
    list-style: none;
}
.widget-box .fetched_tweets li,
.widget-box-footer .fetched_tweets li,
.widget .fetched_tweets li a {
    color: #e87a55;
}
.widget-box .fetched_tweets li a:hover,
.widget-box-footer .fetched_tweets li a:hover {
    color: #bbb;
}
.widget-box .fetched_tweets li:last-child,
.widget-box-footer .fetched_tweets li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.widget-box .fetched_tweets li .wdtf-user-card,
.widget-box-footer .fetched_tweets li .wdtf-user-card {
    float: left;
    text-align: center;
}
.widget-box .fetched_tweets li .wdtf-user-card img,
.widget-box-footer .fetched_tweets li .wdtf-user-card img {
    border-radius: 2px;
}
.widget-box .fetched_tweets li .tweet_data {
    padding-left: 62px;
    font-size: 13px;
    line-height: 20px;
    color: #000000;
}
.widget-box-footer .fetched_tweets li .tweet_data {
    padding-left: 62px;
    font-size: 13px;
    line-height: 20px;
    color: #FFFFFF;
}
.widget-box-footer .fetched_tweets li .tweet_data {
    padding-left: 62px;
    font-size: 13px;
    line-height: 20px;
    color: #FFFFFF;
}
.widget-box .fetched_tweets li .tweet-bottom,
.widget-box-footer .fetched_tweets li .tweet-bottom {
    padding-top: 6px;
}
.widget-box .fetched_tweets li .wdtf-screen-name,
.widget-box-footer .fetched_tweets li .wdtf-screen-name {
    float: left;
}
.widget-box .fetched_tweets li .wdtf-screen-name a,
.widget-box-footer .fetched_tweets li .wdtf-screen-name a {
    color: #888;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 1px;
}
.widget-box .fetched_tweets li .times,
.widget-box-footer .fetched_tweets li .times {
    float: right;
}
.widget-box .fetched_tweets li .times a {
    font-size: 12px;
    color: #000000;
    font-weight: 400;
    font-style: normal;
}
.widget-box-footer .fetched_tweets li .times a {
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 400;
    font-style: italic;
}
.widget-box .fetched_tweets li .times a:hover {
    color: #e87a55;
}
.widget-box-footer .fetched_tweets li .times a:hover {
    color: #e87a55;
}
/* Youtube Subscribe Widget */

#youtube-frame {
    height: 72px;
    overflow: hidden;
}
/* Pinterest Widget */
.pinterest-widget span {
    overflow: hidden !important;
    width: 100%;
}
/* Weather Widgets */

@font-face {
    font-family: 'MeteoconsRegular';
    src: url('fonts/meteocons-webfont.eot');
    src: url('fonts/meteocons-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/meteocons-webfont.svg#MeteoconsRegular') format('svg'), url('fonts/meteocons-webfont.ttf') format('truetype'), url('fonts/meteocons-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
[data-icon]:before {
    font-family: 'MeteoconsRegular';
    content: attr(data-icon);
}
.widget-box-footer .icon_weather {
    font-size: 100px;
    color: #FFFFFF;
}
.widget-box .icon_weather {
    font-size: 100px;
    color: #000000;
}
.widget-box .icon_weather.smallest,
.widget-box-footer .icon_weather.smallest {
    font-size: 30px;
    margin: 0;
}
.widget-box-footer .weather_widget {
    position: relative;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    margin: 0px;
}
.widget-box .weather_widget {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #FFFFFF;
    margin: 0px;
}
.widget-box .details_w p,
.widget-box-footer .details_w p,
.widget-box .big_icon .temp,
.widget-box-footer .big_icon .temp {
    line-height: 2;
    margin: 0px;
}
.widget-box-footer .big_icon .temp {
    color: #FFFFFF;
    text-align: right;
    padding-right: 2em;
    font-size: 14px;
}
.widget-box .big_icon .temp {
    color: #000000;
    text-align: center;
    padding-left: 4em;
    font-weight: bold;
}
.widget-box .big_icon .icon_weather,
.widget-box-footer .big_icon .icon_weather {
    line-height: 1;
    margin: 0px;
    text-align: right;
}
.widget-box .big_icon .icon_weather p,
.widget-box-footer .big_icon .icon_weather p {
    font-size: 15px;
}
.widget-box .nextdayhigh .fa-caret-up,
.widget-box-footer .nextdayhigh .fa-caret-up,
.widget-box .dayafterhigh .fa-caret-up,
.widget-box-footer .dayafterhigh .fa-caret-up {
    color: #FF0000;
}
.widget-box .nextdaylow .fa-caret-down,
.widget-box-footer .nextdaylow .fa-caret-down,
.widget-box .dayafterlow .fa-caret-down,
.widget-box-footer .dayafterlow .fa-caret-down {
    color: #00FF00;
}
.widget-box .nextdaylow,
.widget-box-footer .nextdaylow,
.widget-box .dayafterlow,
.widget-box-footer .dayafterlow {
    font-size: 13px;
}
.widget-box .today_weather,
.widget-box-footer .today_weather {
    border-bottom: 1px dotted #D5D5D5;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}
.widget-box .today_weather .big_icon,
.widget-box-footer .today_weather .big_icon {
    text-align: center;
    float: right;
    margin: 0px;
    width: 50%;
}
.widget-box .details_w,
.widget-box-footer .details_w {
    float: left;
    color: #7C7C7C;
    padding: 0;
    width: 50%;
}
.widget-box .details_w h3 {
    margin-top: 5px;
    color: #000000;
    font-size: 18px;
}
.widget-box-footer .details_w h3 {
    margin-top: 5px;
    color: #FFFFFF;
    font-size: 18px;
}
.widget-box .next_days,
.widget-box-footer .next_days {
    text-align: center;
    color: #7C7C7C;
}
.widget-box .next_days .date,
.widget-box-footer .next_days .date {
    font-size: 11px;
    margin: 0px;
    font-weight: bold;
}
.widget-box .detailes i,
.widget-box-footer .detailes i {
    font-size: 12px;
}
.widget-box .next_days .icon_weather {
    color: #7C7C7C;
}
.widget-box-footer .next_days .icon_weather {
    color: #DDDDDD;
}
/* SMART TABS Widgets */

.widget-box .widget-tabs,
.widget-box-footer .widget-tabs {
    padding-bottom: 15px;
}
.widget-box .widget-tabs .widget-title,
.widget-box-footer .widget-tabs .widget-title {
    padding-bottom: 0;
}
.widget-box .widget-tabs .tabs,
.widget-box-footer .widget-tabs .tabs {
    overflow: hidden;
    height: 100%;
}
.widget-box .widget-tabs .tabs li,
.widget-box-footer .widget-tabs .tabs li {
    float: left;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
    padding-right: 0px;
    padding-left: 0px;
}
.widget-box .widget-tabs .tabs li .tab-link {
    font-size: 11px;
    display: inline-block;
    padding: 5px 10px;
    margin-right: 10px;
    color: #000000;
    letter-spacing: 1px;
    border: 1px solid #000000;
    text-transform: uppercase;
}
.widget-box-footer .widget-tabs .tabs li .tab-link {
    font-size: 11px;
    display: inline-block;
    padding: 5px 10px;
    margin-right: 10px;
    color: #FFFFFF;
    letter-spacing: 1px;
    border: 1px solid #FFFFFF;
}
.widget-box .widget-tabs .tabs li .tab-link:hover {
    border: 1px solid #000000;
    background: #000000;
    color: #ffffff;
}
.widget-box-footer .widget-tabs .tabs li .tab-link:hover {
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    color: #000000;
}
.widget-box .widget-tabs .tabs li a.current {
    font-size: 11px;
    background: #000000;
    display: inline-block;
    padding: 5px 10px;
    margin-right: 10px;
    color: #ffffff;
    letter-spacing: 1px;
    border: 1px solid #000000;
}
.widget-box-footer .widget-tabs .tabs li a.current {
    font-size: 11px;
    background: #FFFFFF;
    display: inline-block;
    padding: 5px 10px;
    margin-right: 10px;
    color: #000000;
    letter-spacing: 1px;
    border: 1px solid #FFFFFF;
}
.widget-box .widget-tabs .tabs li a.current:hover {
    border: 1px solid #000000;
    background: transparent;
    color: #000000;
}
.widget-box-footer .widget-tabs .tabs li a.current:hover {
    border: 1px solid #FFFFFF;
    background: transparent;
    color: #FFFFFF;
}
.widget-box .widget-tabs .tabs li,
.widget-box-footer .widget-tabs .tabs li {
    display: inline-block;
    text-align: center;
}
.widget-box .widget-tabs .tabs li:first-child,
.widget-box-footer .widget-tabs .tabs li:first-child {
    padding-left: 0px;
}
/* ADS Widgets */

.widget-box .advertising,
.widget-box-footer .advertising {
    text-align: center;
}
.oymyakon-cell {
    width: 50%;
    display: block;
    padding: 5px;
    float: left;
    text-align: center;
    line-height: 0;
}
.oymyakon-widget-content {
    overflow: hidden;
    margin-bottom: 25px;
    clear: both;
}
.widget-container .oymyakon-widget-content {
    margin-bottom: 0;
}
.oymyakon-one .oymyakon-cell,
.oymyakon160-600 .oymyakon-cell,
.oymyakon300-100 .oymyakon-cell {
    width: 100%;
    padding: 0;
    float: none;
}
.oymyakon-cell img {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    max-width: 100%;
}
.widget-container .oymyakon300-100 {
    margin: 0 -10px;
}
.oymyakon300-100 .oymyakon-cell {
    padding: 5px 0;
}
/* Search Widget */

.search-form div {
    text-align: center !important;
    padding-left: 30px;
    padding-right: 30px;
}
.search-submit {
    width: 100%;
    margin-top: 5px;
}
/* Category Widget */

.post-categories {
    list-style: none;
}
/* Instagram Widget */

.widget-box #widgetInsta,
.widget-box-footer #widgetInsta {
    overflow: hidden;
}
.widget-box #widgetInsta a,
.widget-box-footer #widgetInsta a {
    display: block;
    float: left;
    width: 25%;
    padding: 3px;
    line-height: 0;
    max-width: 90px;
}
.widget-box #widgetInsta a img,
.widget-box-footer #widgetInsta a img {
    margin: 0;
}
.widget-box #widgetInsta a img:hover,
.widget-box-footer #widgetInsta a img:hover {
    opacity: 0.8;
}
/* Flickr Widget */

.flickr-widget .flickr_badge_image {
    width: 48%;
    display: inline-block;
    padding: 2px;
    line-height: 0;
}
.flickr-widget .flickr_badge_image a {
    display: block;
}
.flickr-widget .flickr_badge_image img {
    opacity: 1;
    width: 100%;
    height: auto;
}
.flickr-widget .flickr_badge_image a:hover img {
    opacity: 0.8;
}
.widget-box .widget-item .thum-img img,
.widget-box .sidebar-post .thum-img img,
.widget-box .widget-item .instagram-pics img,
.widget-box-footer .widget-item .thum-img img,
.widget-box-footer .sidebar-post .thum-img img,
.widget-box-footer .widget-item .instagram-pics img {
    max-width: 100px;
    height: auto;
}
.widget-box .widget-item .social a {
    font-size: 20px;
    color: #7c7c7c;
    padding: 10px;
}
.widget-box .widget-item .social a:hover {
    color: #000000;
}
.widget-box .sidebar-post {
    list-style: none;
}
.widget-box .sidebar-post .item {
    overflow: hidden;
    border-bottom: 1px dotted #D5D5D5;
    padding: 15px 0px;
}
.widget-box .sidebar-post .item:first-child {
    padding-top: 0px;
}
.widget-box .sidebar-post .item:last-child {
    border: none;
    padding-bottom: 0px;
}
.widget-box .sidebar-post .thum-img,
.widget-box-footer .sidebar-post .thum-img {
    float: left;
}
.widget-box .sidebar-post .post-meta h4,
.widget-box-footer .sidebar-post .post-meta h4 {
    margin-left: 120px;
}
.widget-box .sidebar-post .post-meta p,
.widget-box-footer .sidebar-post .post-meta p {
    margin-left: 120px;
    font-size: 11px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.widget-box .tagcloud a,
.widget-box-footer .tagcloud a {
    overflow: hidden;
    margin-bottom: 8px;
}
.widget-box .tagcloud a {
    font-size: 11px !important;
    display: inline-block;
    padding: 5px 10px;
    margin-right: 10px;
    color: #000000;
    letter-spacing: 1px;
    border: 1px solid #000000;
    text-transform: capitalize;
    font-style: italic;
}
.widget-box-footer .tagcloud a {
    font-size: 11px !important;
    display: inline-block;
    padding: 5px 10px;
    margin-right: 5px;
    color: #FFFFFF;
    letter-spacing: 1px;
    border: 1px solid #FFFFFF;
    text-transform: capitalize;
    font-style: italic;
}
.widget-box .tagcloud a:hover {
    border: 1px solid #000000;
    background: #000000;
    color: #ffffff;
}
.widget-box-footer .tagcloud a:hover {
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    color: #000000;
}
.widget-box .widget-item .category-list {
    list-style: none;
}
.widget-box .widget-item .category-list {
    list-style: none;
}
.widget-box .widget-item .category-list .cat-item {
    border-bottom: 1px dotted #D5D5D5;
    line-height: 40px;
}
.widget-box .widget-item .category-list .cat-item:last-child {
    border-bottom: 1px dotted transparent;
}
.widget-box .widget-item .category-list .cat-item a {
    letter-spacing: 4px;
}
.widget-box .widget-item .category-list .cat-item a span {
    margin-left: 10px;
}
.widget_categories ul li a,
.widget_archive ul li a {
    text-transform: uppercase;
    font-size: 12px;
}
.widget.widget_categories ul li a:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f07c';
    margin-right: 10px;
}
.widget-box .widget-item .search-btn,
.widget-box .widget-item .newsletter-btn,
.widget-box-footer .widget-item .newsletter-btn {
    margin-top: 10px;
}
.widget-box .widget-item .newsletter-btn input[type=submit],
.widget-box-footer .widget-item .newsletter-btn input[type=submit] {
    width: 100%;
}
.widget-box .widget-item .search-btn button,
.widget-box .widget-item .newsletter-btn button {
    padding: 10px 25px;
    font-size: 13px;
}
.widget-box .widget-item .newsletter-btn button:hover {
    background: #ffffff;
    color: #000000;
}
.widget-box .widget-item .newsletter-btn button:focus {
    outline: 0;
}
/* About Widget */

.widget.widget-about {
    padding: 0px;
}
.widget.widget-about .head-bg {
    position: relative;
    background-color: #000000;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.widget.widget-about .head-bg .my-pic {
    position: absolute;
    bottom: -20px;
    left: 30px;
    border-radius: 0px;
    overflow: hidden;
    background-color: #fff;
    border: 2px solid #fff;
}
.widget.widget-about .head-bg .my-pic img {
    height: 80px;
    width: 80px;
    border-radius: 0px;
}
.widget.widget-about .head-bg .my-data {
    padding-left: 130px;
    padding-top: 46px;
    color: #fff;
}
.widget.widget-about .head-bg .my-data span {
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.widget.widget-about .head-bg .my-data .my-name {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
}
.widget.widget-about .head-bg .my-data .my-job {
    color: #FFFFFF;
    font-size: 10px;
}
.widget.widget-about .my-words {
    padding: 22px 25px 8px 25px;
    font-size: 13px;
    line-height: 21px;
}
.widget.widget-about .my-words p {
    margin-bottom: 5px;
}
.widget.widget-about .social-icon {
    margin-top: 6px;
    text-align: center;
    border-top: 1px solid #eee;
    padding: 15px 30px;
}
.widget.widget-about .social-icon a,
.author-info .author-social li a {
    display: inline-block;
    margin-right: 6px;
    height: 24px;
    width: 24px;
    color: #fff;
    border-radius: 0px;
    text-align: center;
    font-size: 14px;
    background-color: #000;
    transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color ease-in-out;
}
.widget.widget-about .social-icon a:hover,
.author-info .author-social li a:hover {
    background-color: #e87a55;
}
.widget.widget-about .social-icon a i,
.author-info .author-social li a i {
    font-size: 14px;
    display: inline;
    line-height: 25px;
}
/* Calendar Widget */

.widget-box #wp-calendar,
.widget-box-footer #wp-calendar {
    margin-bottom: 0px;
}
.widget-box #wp-calendar thead tr th {
    font-weight: Bold;
    color: inherit;
}
.widget-box-footer #wp-calendar thead tr th {
    font-weight: Bold;
    color: #dedede;
}
.widget-box #wp-calendar caption {
    color: inherit;
    opacity: 0.8;
    margin-bottom: 10px;
    font-size: 1.3em;
    font-weight: 700;
}
.widget-box-footer #wp-calendar caption {
    color: inherit;
    opacity: 0.8;
    margin-bottom: 10px;
    font-size: 1.3em;
    color: #FFFFFF;
}
.widget-box tr #today,
.widget-box-footer tr #today {
    text-decoration: underline;
}
.widget-box tr td a,
.widget-box-footer tr td a {
    text-decoration: underline;
    color: inherit;
}
.widget-box tfoot tr #prev a {
    text-decoration: none;
    color: #000000;
}
.widget-box-footer tfoot tr #prev a {
    text-decoration: none;
    color: #FFFFFF;
}
.widget-box tr:nth-child(even) td {
    color: #000000;
    font-weight: bold;
}
.widget-box-footer tr:nth-child(even) td {
    color: #FFFFFF;
    font-weight: bold;
}
.widget-box tr:nth-child(odd) td {
    color: #FFFFFF;
    font-weight: bold;
}
.widget-box-footer tr:nth-child(odd) td {
    color: #000000;
    font-weight: bold;
}
.widget-box .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #0E0E0E;
}
.widget-box-footer .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #FFFFFF;
}
/* ================================
        7. FOOTER WIDGET
   ================================ */

.widget-footer-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.widget-footer-title span {
    color: rgba(255, 255, 255, 0.9);
    opacity: 0.8;
    font-size: 20px;
    text-transform: capitalize;
}
.widget-footer-title span {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}
.widget-footer-title span:after {
    width: 100%;
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 2px;
    background-color: #e87a55;
}
#footer-widget {
    margin-top: 100px;
    padding-top: 100px;
    border-top: 1px solid #f5f5f5;
}
.widget-box-footer .newsletter-btn .feedburner-subscribe:hover,
.widget-box-footer .search-form .search-submit:hover {
    border: 1px solid #FFFFFF !important;
}
#footer p {
    color: #A9A9A9;
}
/* ================================
        8. PAGE: 404 Error
   ================================ */

.error-404 {
    text-align: center;
}
/* ================================
        9. PAGE: GALLERY POST
   ================================ */

.thum-item .left-arrow .fa-angle-left,
.thum-item .right-arrow .fa-angle-right {
    font-size: 60px;
    padding: 0px 10px;
}
.thum-item:hover .left-arrow .fa-angle-left {
    left: 20px;
}
.thum-item:hover .right-arrow .fa-angle-right {
    right: 20px;
}
/* ================================
        10. PAGE: ARCHIVE
   ================================ */

.archive-title-area {
    position: relative;
    padding: 50px 0 55px;
    text-align: center;
    margin: 50px auto 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: inset 0px 0 25px rgba(0, 0, 0, .05);
    -webkit-box-shadow: inset 0px 0 25px rgba(0, 0, 0, .05);
}
.archive-title-area h1 {
    margin-bottom: 0;
}
.archive-title-area h1 strong {
    color: #e87a55;
}
.page-introduce-title {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
}
.page-introduce-title .search-query {
    color: #E87A55;
    font-weight: bold;
}
/* ================================
        11. FOOTER
   ================================ */
/* Instagram Widget Footer */

.instafeed-footer {
    margin-top: 20px;
}
.instafeed-footer .instagram-footer {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.instafeed-footer .instagram_scroller {
    width: 100%;
    height: 210px;
    position: relative;
}
.instafeed-footer .instagram_scroller .simply-scroll-clip {
    width: 100%;
    height: 210px;
    position: relative;
    background: #000;
    overflow: hidden;
    border-top: 2px solid #dedede;
    border-bottom: 2px solid #dedede;
}
.instafeed-footer #instagram_list {
    height: 280px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    position: relative;
}
.instafeed-footer #instagram_list a {
    margin-right: 10px;
    vertical-align: top;
    display: block;
    width: 170px;
    height: 210px;
    float: left;
}
.instafeed-footer #instagram_list img {
    width: 170px;
    height: 170px;
    display: block;
    margin-top: 20px;
    -webkit-transition: all 220ms ease-in-out;
    -moz-transition: all 220ms ease-in-out;
    -o-transition: all 220ms ease-in-out;
    transition: all 220ms ease-in-out;
}
.instafeed-footer #instagram_list a:hover img {
    box-shadow: 0 0 20px rgba(0, 0, 0, .4);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.instafeed-footer .insta {
    position: relative;
}
.instafeed-footer h5.lbl-insta {
    font-size: 60px;
    color: #e87a55;
    background: rgba(0, 0, 0, 0.83);
    width: 43.4%;
    position: absolute;
    z-index: 999;
    margin-top: -210px;
    line-height: 4.3;
    height: 210px;
    padding: 0px 82px;
}
.instafeed-footer h5 em {
    font-style: normal;
    height: 100%;
    margin: 0px 0;
    display: table;
    right: 2.2em;
    position: absolute;
    line-height: 4;
    font-weight: 500;
}
.instafeed-footer em i.fa.fa-instagram {
    font-size: 60px;
    letter-spacing: 10px;
}
.instafeed-footer .lbl-insta span {
    font-size: 82px;
    color: #e87a55;
}
/* Newsletter Widget Footer */

.subscribe-box:before,
.subscribe-box .block:after {
    display: table;
    content: '';
    clear: both;
}
.subscribe-box > div {
    margin: 0;
    padding: 20px;
    width: auto;
    height: auto;
}
.subscribe-box .block {
    padding: 20px 30px;
    border: 1px dashed #111;
    margin: 0 auto;
    width: 1080px;
}
.subscribe-box .caption {
    display: block;
    float: left;
    text-align: center;
}
.subscribe-box .form {
    display: block;
    float: right;
    padding: 40px 0 0 0;
}
.subscribe-box .form .email {
    padding: 18px;
    width: 350px;
    font-size: 14px;
    font-style: italic;
    float: left;
    border-color: #111;
    border-radius: 0px;
}
.subscribe-box .form .email:focus {
    border-color: transparent;
}
.subscribe-box .form .subscribe-btn {
    border: 1px solid #0d0d0d;
    cursor: pointer;
    padding: 9px;
    font-size: 15px;
    font-style: italic;
    background-color: #0d0d0d;
    color: #fff;
    outline: none;
    line-height: 20px;
}
.subscribe-box .form .subscribe-btn:hover {
    background-color: transparent;
    color: #0d0d0d;
}
/* Footer Area */

.footer {
    background: #000000;
    padding: 0px;
    margin: 0px;
}
.footer-pushup {
    margin-top: 30px;
}
/* Footer Quote */

.footer .footer-text p {
    float: left;
    text-align: center;
    font-size: 26px;
    line-height: 40px;
    font-style: italic;
    margin-bottom: 15px;
}
.footer .footer-text p span {
    color: #e87a55;
}
/* Footer Navigation */

.footer .footer-nav {
    margin: 40px 0 15px 0;
    overflow: hidden;
}
.footer .footer-nav .nav li a:hover,
.footer .footer-nav .nav li.active a {
    color: #BDBDBD;
    border: none;
}
.footer .footer-nav li {
    border-right: 1px solid #ffffff;
}
.footer .footer-nav li:first-child {
    padding-left: 0;
}
.footer .footer-nav li:last-child {
    border-right: 1px solid transparent;
}
.footer .footer-nav li a {
    color: #ffffff;
    padding: 0;
    line-height: 12px;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    font-size: 11px;
}
.footer .footer-nav li a:hover {
    color: #e87a55;
}
/* Copytight */

.copyright {
    margin: 40px 0 15px 0;
    text-align: right;
}
.copyright span {
    font-size: 12px;
    color: #ffffff;
}
.copyright span i {
    color: #e87a55;
}
.copyright span a {
    color: #ffffff;
    padding: 1px;
}
.copyright span a:hover {
    color: #e87a55;
}
footer .left-widget-area {
    padding-right: 0px;
}
footer .right-widget-area {
    padding-left: 0px;
}
/* Back to up Button */

.topbutton {
    height: 30px;
    width: 30px;
    position: fixed;
    right: 5px;
    bottom: 5px;
    z-index: 1;
    background-repeat: no-repeat;
    display: none;
}
/* ================================
        12. CONTACT FORM
   ================================ */

.wpcf7 input {
    width: 100%;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
    outline: none;
    display: inline-block;
    padding: 15px;
}
.wpcf7 input[type=submit] {
    width: auto;
    height: auto;
    border: 1px solid #000;
    border-radius: 0px;
}
div.wpcf7 {
    overflow: hidden;
}
.wpcf7 p.wi_input {
    float: left;
    width: 33.3333%;
    padding-left: 30px;
    font-size: 13px;
}
.wpcf7 p.wi_input.wi_input_first {
    padding-left: 0px;
}
.wpcf7 p.wi_message {
    clear: both;
}
.wpcf7 textarea {
    width: 100%;
    resize: none;
    height: 9em;
}
.wpcf7-captchac {
    float: left;
    text-align: left;
}