/*
Theme Name: Dumblog
Theme URI: http://demo.dgtthemes.com/dgt-dumblog/
Description: A WordPress Blog Theme
Author: Dragon theme
Author URI: http://dgtthemes.com
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, sticky-post, theme-options
Version: 1.0.3
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: dumblog
*/

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}

ol, ul, li {
    list-style: none
}

dt {
    font-weight: bold;
    padding-bottom: 5px;
    text-decoration: underline;
}
dd {
    margin: 0;
    padding: 0 0 15px 30px;
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

q:before, q:after {
    content: ''
}

.bypostauthor > article .fn:after {
    top: 7px;
    left: 6px;
}

/* ================= RESET ================== */
strong {
    font-weight: bold
}

em {
    font-style: italic
}

img{
    height: auto;
    max-width: 100%;
}

a img {
    border: none
}

blockquote{
    margin-bottom: 20px;
}

body {
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    font-size: 14px;
    line-height: 26px;
}

a {
    text-decoration: none;
    color: #000;
}

a, #header,
.owl-theme .owl-controls .owl-buttons div,
.overlay-cat,
.overlay-title,
.overlay-info,
button,
input{
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}

a:focus, a:hover {
    text-decoration: none;
    outline: none;
}

.entry-content, body,
.post-date,
.dgt-post-meta .cat a,
#navigation .menu li a,
.menu-footer .menu li a{
    font-family: 'Lato', sans-serif;
}

.dgt-post-meta h1 a,
.dgt-post-meta h2 a,
.dgt-post-meta h1,
.overlay-thumb .overlay-cat,
.post-box-title,
.post-navigation .post-title,
.author-content h5 a,
h1, h2, h3, h4, h5, h6, .comments-wrap, .dgt-button,
.widget-title{
    font-family: 'Playfair Display', serif;
}

.al-left{ text-align: left !important; }
.al-center{ text-align: center !important; }
.al-right{ text-align: right !important; }
.mt0{ margin-top: 0 !important; }
.mr0{ margin-right: 0 !important; }
.mb0{ margin-bottom: 0 !important; }
.ml0{ margin-left: 0 !important; }
.mr0{ margin: 0 !important; }
.pd0{ padding: 0 !important; }
.pt0{ padding-top: 0 !important; }
.pr0{ padding-right: 0 !important; }
.pb0{ padding-bottom: 0 !important; }
.pl0{ padding-left: 0 !important; }

.container-padding{
    padding: 0 35px;
}

.container.dumblog_sidebar {
    overflow: hidden;
}

.container-wrap{
    position: relative;
}

/* ===================== Typo ======================== */
.dropcap {
    background-color: #000;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    margin: 10px 10px 0 0;
    text-align: center;
    width: 35px;
}
.dropcap.dropcap-orange{
    background-color: orange;
}
.dropcap.dropcap-red{
    background-color: red;
}
.dropcap.dropcap-blue{
    background-color: #2991d6;
}
.dropcap.dropcap-around{
    border-radius: 50%;
}
.dropcap.dropcap-square{
    border-radius: 0;
}
.highlight{
    border-radius: 3px;
    padding: 1px 7px;
    background-color: #178edc;
    color: #fff;
}
.highlight.highlight-yellow{
    background-color: yellow;
    color: #333;
}
.highlight.highlight-red{
    background-color: red;
}
/* ===================== Button ======================== */
.dgt-button{
    display: inline-block;
    height: 45px;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 22px;
    line-height: 41px;
    border: 2px solid #fff;
    background-color: #fff;
    font-weight: bold;
    margin-top: 30px;
}
.dgt-button i{
    padding-left: 16px;
    vertical-align: 1px;
}
.dgt-button:hover{
    background-color: #000;
    color: #fff;
    border-color: #000;
}
/* ===================== Navigation ======================== */
.dgt-loading{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    top: 0;
    left: 0;
    display: block;
}
.dgt-loading .loading-icon{
    background: url("img/loading.gif") no-repeat 0 0;
    width: 176px;
    height: 176px;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
}

/* ===================== Navigation ======================== */
.slicknav_menu {
    display: none;
}

#navigation .menu {
    margin: 0;
}

#navigation .menu li,
.menu-footer .menu li {
    display: inline-block;
    padding: 0 30px 0 0;
    position: relative;
}
#navigation .menu li.menu-item-has-children a,
#navigation .menu li[class*="-item-has-children"] a,
#navigation .menu li[class*="_item_has_children"] a{
    position: relative;
}
#navigation .menu li.menu-item-has-children a:before,
#navigation .menu li[class*="_item_has_children"] a:before,
#navigation .menu li[class*="-item-has-children"] a:before{
    font-family: "FontAwesome";
    position: absolute;
    right: -13px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
#navigation .menu > li.menu-item-has-children > a:before,
#navigation .menu li[class*="_item_has_children"] > a:before,
#navigation .menu > li[class*="-item-has-children"] > a:before{
    content: "\f107";
}
#navigation .menu .sub-menu > li.menu-item-has-children > a::before,
#navigation .menu .sub-menu li[class*="_item_has_children"] > a::before,
#navigation .menu .children li[class*="_item_has_children"] > a::before,
#navigation .menu .sub-menu > li[class*="-item-has-children"] > a::before{
    right: 10px;
    content: "\f105";
}

#navigation .menu li a,
.menu-footer .menu li a {
    font-size: 15px;
    font-weight: bold;
    line-height: 69px;
    text-transform: uppercase;
    display: inline-block;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

/* ===================== Mobile Menu ===================== */
.menu-mobile{
    float: left;
    margin-right: 20px;
}

/* ===================== Dropdown ======================== */

#navigation .menu .sub-menu,
#navigation .menu .children {
    padding: 10px;
    position: absolute;
    margin-top: 0;
    margin-left: 0;
    left: 0;
    top: 70px;
    min-width: 250px;
    z-index: 99999;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

#navigation ul.menu ul a,
#navigation .menu ul ul a {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: #999;
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    min-width: 160px;
    padding: 10px;
    text-transform: capitalize;
    transition: all 0.25s ease 0s;
}

#navigation ul.menu ul li,
#navigation .menu ul ul li {
    padding: 0;
    margin: 0;
    display: block;
}
#navigation ul.menu ul li:first-child a,
#navigation .menu ul ul li:first-child a{
    border-top: none;
}

#navigation ul.menu ul a:hover,
#navigation .menu ul ul a:hover {
    color: #fff;
    background: #333;
}

#navigation ul.menu li:hover > ul,
#navigation .menu ul li:hover > ul {
    top: 50px;
    opacity: 1;
    visibility: visible;
}
#navigation .menu .sub-menu ul,
#navigation .menu .children ul {
    left: calc(100% + 10px);
    top: 0 !important;
}
.slicknav_btn{
    z-index: 99;
}

/* ===================== Search ======================== */
#top-search {
    border-left: 1px solid #e9e9e9;
    margin-left: 13px;
    padding-left: 25px;
}
#top-search a {
    font-size: 14px;
}
#searchform{
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    float: left;
    padding-right: 20px;
}
.show-search #searchform input#s{
    background-color: transparent;
    border: none;
}

/* ===================== Top Social ======================== */
#top-social{
    border-left: 1px solid #ebebeb;
    padding: 0 11px;
    position: relative;
}
#top-social .social li a{
    margin: 0 8px;
    width: auto;
}

/* ===================== Header ======================== */
body.admin-bar #header{
    top: 32px;
}
#header {
    background-color: rgba(255,255,255,0.9);
    z-index: 99;
    padding: 0;
    transition: all 0.5s ease 0s;
}
#header-primary{
    padding-bottom: 50px;
    text-align: center;
}
.is-sticky #header{
    padding: 10px 0;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.is-sticky #header .action-header-wrap{
    display: none;
}

#logo {
    text-align: center;
    padding: 21px 0 0;
}
#logo h1{
    margin: 0;
}
.logo-retina{
    display: none;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .logo-normal{
        display: none;
    }
    .logo-retina{
        display: block;
    }
}

/* ===================== Header Top ======================== */
#header-top{
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    min-height: 50px;
    z-index: 100;
}
#header-top .menu li a{
    font-size: 12px;
    line-height: 50px;
}
#header-top #top-social a i,
#header-top #top-search a{
    line-height: 50px;
}
#header-top .show-search > .close{
    top: 13px;
}
#header-top .show-search > .close{
    color: #fff;
    opacity: 1;
}
#header-top ul.menu ul a,
#header-top .menu ul ul a{
    font-size: 11px;
    line-height: normal;
    text-transform: uppercase;
    color: #959595;
    letter-spacing: 0.5px;
    font-weight: bold;
}

/* ===================== Slider ======================== */

.slider-boxed{
    padding-top: 50px;
}

#owl-slider .item img {
    max-width: 100%;
    height: auto;
    width: 100%;
    max-height: 100%;
}

.overlay-thumb {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: all 0.3s ease 0s;
    max-width: 670px;
    padding: 37px 30px;
}

.overlay-thumb h3,
.overlay-thumb h4{
    transition: transform 0.3s ease 0s;
    margin: 0;
}
.overlay-thumb .dgt-post-info,
.overlay-thumb .dgt-post-info span,
.overlay-thumb .dgt-post-info a{
    color: #fff;
    font-size: 16px;
}
.overlay-thumb .dgt-post-info .post-date{
    border-color: #fff;
}
.overlay-title{
    padding-bottom: 16px;
    padding-top: 7px;
}
.overlay-thumb .overlay-title a {
    display: inline-block;
    font-size: 30px;
    margin-bottom: 4px;
    font-weight: bold;
}
.overlay-thumb .overlay-cat {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 16px;
    text-transform: uppercase;
}
.owl-theme.fade .overlay-cat{
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
}
.owl-theme.fade .overlay-title,
.owl-theme.fade .overlay-info{
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
}
.owl-theme.animation .overlay-cat,
.owl-theme.animation .overlay-title,
.owl-theme.animation .overlay-info{
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
.overlay-date{
    padding-top: 22px;
    display: inline-block;
}

/* ===================== Main Content ======================== */
#main-content{
    margin-top: 56px;
}
.woocommerce #main-content{
  margin-top: 0;
}
body:not(.home) .main-content:not(.post-mode-full) .main-content-inner,
.dgt-pagination,
.dgt-full-mode,
body.home .dgt-list-mode,
body.home .dgt-grid-mode,
body.home .dgt-full-list-mode,
body.home .dgt-full-grid-mode,
body.home .post-mode-masonry .main-content-inner,
.single-post-action,
.dgt-post-comments{
    background-color: #fff;
}

/* ===================== Grid Mode ================== */
.dgt-grid-mode,
.dgt-masonry-mode{
    padding: 15px 15px 40px;
}
.grid-item .dgt-post-meta{
    margin: 29px 0 0;
}
.dgt-grid-mode .grid-item,
.dgt-full-grid-mode .grid-item{
    min-height: 557px;
}
.list-item .dgt-post-meta h2,
.grid-item .dgt-post-meta h2{
    margin-bottom: 14px;
}
.grid-item .dgt-post-meta h1 a,
.grid-item .dgt-post-meta h2 a,
.grid-item .dgt-post-meta h1,
.list-item .dgt-post-meta h1 a,
.list-item .dgt-post-meta h2 a,
.list-item .dgt-post-meta h1{
    font-size: 18px;
    line-height: 1.6;
    padding: 6px 0 0;
}
.grid-item .dgt-post-image{
    margin-bottom: 14px;
}
.grid-item .dgt-post-entry{
    padding: 0;
}
.grid-item .post-action,
.list-item .post-action{
    margin-top: 16px;
    line-height: 40px;
    padding: 0 15px;
}
.grid-item .post-item .social li a,
.list-item.post-item .social li a{
    border-right: none;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    width: 30px;
}
.grid-item .post-item .readmore,
.list-item.post-item .readmore{
    border: medium none;
    font-size: 14px;
    padding: 0;
    text-transform: capitalize;
}

/* ===================== Full Mode ================== */
article.post-full {
    padding: 0;
    margin-bottom: 60px;
}

/* ===================== List Mode ================== */
.list-item.post-item{
    float: left;
    padding-bottom: 60px;
    width: 100%;
}
.list-item.post-item:first-child{
    padding-top: 0;
}
.list-item.post-item:last-child{
    padding-bottom: 0;
}
.list-item .post-thumb-wrap{
    width: 45%;
    float: left;
}
.list-item .list-content{
    width: 55%;
    float: left;
    padding: 0 30px;
}
.list-item .post-date{
    left: 0;
    transform: none;
}
.list-item .dgt-post-meta{
    margin: 0;
    padding-bottom: 0;
}
.list-item .dgt-post-entry{
    padding: 0;
}
.dgt-list-mode,
.dgt-full-list-mode{
    padding-bottom: 60px;
}
.list-item .dgt-post-image{
    margin-bottom: 0;
}

/* ===================== Full Then Grid Mode ================== */
.dgt-full-grid-mode .grid-item:nth-child(odd){
    clear: right;
}
.dgt-full-grid-mode .grid-item:nth-child(even){
    clear: left;
}
/* ===================== Masonry Mode ================== */
[class*="masonry-grid-"]{
    float: left;
}
.masonry-item{
    margin-bottom: 60px;
}
.masonry-grid-6{
    width: 50%;
}
#infscr-loading {
    display: block;
    margin-top: 40px;
    position: absolute;
    text-align: center;
    top: 100%;
    width: 100%;
}
#infscr-loading img, #infscr-loading > div {
    background-clip: padding-box;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
    padding: 10px;
}
#infscr-loading > div {
    border-radius: 22px;
    color: #999;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
}

/* ===================== Post ======================== */

.page article.page,
.single .post,
.padding-bg {
    background-color: #ffffff;
}
.right-sidebar article.page,
.right-sidebar .post,
.right-sidebar .padding-bg,
.right-sidebar .single-post-action,
.right-sidebar #respond-wrap{
  padding-right: 30px;
}
.left-sidebar article.page,
.left-sidebar .post,
.left-sidebar .padding-bg,
.left-sidebar .single-post-action,
.left-sidebar #respond-wrap{
  padding-left: 30px;
}
.single .post{
    margin-bottom: 0;
    padding-bottom: 23px;
}
.entry-content{
    line-height: 1.7;
}

/* ===================== Post Header ======================== */
.dgt-post-meta {
    font-size: 14px;
    font-weight: bold;
    margin: 15px 0 0;
    padding-bottom: 3px;
}
.dgt-post-meta .cat{
    border: 2px solid #333;
    display: inline-block;
    position: relative;
}
.dgt-post-meta .cat a {
    color: #333;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: normal;
    padding: 9px 16px;
    position: relative;
    text-transform: uppercase;
}
.entry-title.single-title{
    margin-top: 13px;
}

.dgt-post-meta h1, .dgt-post-meta h2 {
    margin-bottom: 17px;
    margin-top: 12px;
}

.dgt-post-meta h1 a, .dgt-post-meta h2 a, .dgt-post-meta h1 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    font-style: normal;
    display: block;
    padding-top: 12px;
}
.dgt-post-info span{
    display: inline-block;
    line-height: 15px;
}
.dgt-post-info .post-date{
    border-right: 1px solid #000;
    margin-right: 6px;
    padding-right: 8px;
}
.dgt-post-info a:hover{
    color: #000;
}
.post-action{
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    margin-top: 39px;
    line-height: 60px;
}
.post-thumb-wrap{
    position: relative;
}
.post-date.post-date-small{
    min-width: 60px;
    min-height: 50px;
    font-size: 12px;
    transform: translate(-50%, -26px);
    -webkit-transform: translate(-50%, -26px);
    -ms-transform: translate(-50%, -26px);
    -o-transform: translate(-50%, -26px);
}
.list-item .post-date.post-date-small{
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}
.post-date.post-date-small span{
    font-size: 10px;
}
.post-date.post-date-small span.big-year{
    font-size: 15px;
    padding-top: 0;
}
/* ===================== Comment ======================== */
.comments-area i{
    font-size: 10px;
    padding-right: 5px;
    vertical-align: 3px;
}
.comments-area .text{
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}


/* ===================== Post Image ======================== */
.dgt-post-image {
    margin-bottom: 33px;
    text-align: center;
}

.dgt-post-image img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.dgt-post-image.audio iframe {
    height: 200px;
    max-width: 100%;
    border: none;
}

/* ===================== Post Entry ======================== */
.dgt-post-entry{
    padding: 11px 30px 4px;
}
.dgt-post-entry p {
    margin-bottom: 20px;
}
.single .dgt-post-entry{
    padding: 25px 0 4px;
}
.page .single-entry{
    padding: 0 0 4px;
}

.dgt-post-entry a.more-link {
    font-weight: 700;
}

.dgt-post-entry a:hover {
    text-decoration: underline;
}

.dgt-post-entry p, .dgt-post-entry h1, .dgt-post-entry h2, .dgt-post-entry h3, .dgt-post-entry h4, .dgt-post-entry h5, .dgt-post-entry h6, .dgt-post-entry hr {
    margin-bottom: 20px;
}

.dgt-post-entry h1, .dgt-post-entry h2, .dgt-post-entry h3, .dgt-post-entry h4, .dgt-post-entry h5, .dgt-post-entry h6{
    margin-top: 20px;
}

.dgt-post-entry h1, .dgt-post-entry h2, .dgt-post-entry h3, .dgt-post-entry h4, .dgt-post-entry h5, .dgt-post-entry h6 {
    color: #000;
    font-weight: 700;
}

.dgt-post-entry h1 {
    font-size: 30px;
}

.dgt-post-entry h2 {
    font-size: 27px;
}

.dgt-post-entry h3 {
    font-size: 24px;
}

.dgt-post-entry h4 {
    font-size: 20px;
}

.dgt-post-entry h5 {
    font-size: 18px;
}

.dgt-post-entry h6 {
    font-size: 16px;
}

.dgt-post-entry hr {
    border: 0;
    height: 0;
    border-bottom: 1px solid #e5e5e5;
    clear: both;
}

blockquote{
    border: medium none;
    display: block;
    padding: 5px 0;
    background: url("img/blockquote-bg.png") no-repeat 6px 4px;
}

blockquote p {
    font-style: italic;
    padding: 0 30px;
}

.dgt-post-entry ul, .dgt-post-entry ol {
    padding-left: 45px;
    margin-bottom: 20px;
}

.dgt-post-entry ul li {
    margin-bottom: 12px;
    list-style: square;
}

.dgt-post-entry ol li {
    margin-bottom: 12px;
    list-style: decimal;
}

.dgt-post-entry table {
    width: 100%;
    margin-bottom: 22px;
    border-collapse: collapse
}

.dgt-post-entry td, .dgt-post-entry th {
    padding: 12px;
}

.dgt-post-entry th {
    font-weight: bold;
    font-size: 14px;
}

.dgt-post-entry tr:hover {
    background: #f9f9f9;
}

.dgt-post-entry iframe{
    max-width: 100%;
    border: none;
}
.readmore{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}
.post-item .readmore{
    padding: 0 40px;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}
.post-item .social li,
.post-share .social li{
    display: block;
    float: left;
}
.post-item .social li a,
.post-share .social li a{
    border-radius: 0;
    border-right: 1px solid #f2f2f2;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    margin: 0;
    width: 60px;
}
.post-item .social li:first-child a,
.post-share .social li:first-child a{
    border-left: 1px solid #f2f2f2;
}
.post-item hr{
    border-color: #ebebeb;
    height: 1px;
    margin: 19px auto 16px;
    width: 50px;
}
.post-item.list-item hr{
    margin-left: 0;
}
.single-post-action .post-share .social li:first-child a{
    border-left: 1px solid #f2f2f2;
}
.single-post-action .post-share .social li:last-child a{
    border-right: none;
}
.post-item .social li a i{
    line-height: 40px;
}
.post-full.post-item .social li a i,
.single-post-action .post-share .social li a i{
    line-height: 60px;
}
.post-item .social li a,
.post-share .social li a,
.post-item .readmore{
    position: relative;
}
.post-item .social li a:after,
.post-share .social li a:after,
.post-item .readmore:after{
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 100%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.post-item .social li a:hover:after,
.post-share .social li a:hover:after,
.post-item .readmore:hover:after{
    height: 4px;
}
/* ===================== Social ======================== */
.social li{
    display: block;
    float: left;
}
.social li a{
    display: block;
    font-size: 14px;
    line-height: 50px;
    margin: 0 6px;
    text-align: center;
    overflow: hidden;
}
.social li a i{
    display: block;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.social li a:hover i,
#top-social .social li a:hover i,
#footer-social .social li a:hover i{
    margin-top: 0px;
}

/* ===================== Post Share ======================== */
.single-post-action .post-share {
    margin-right: -30px;
}

/* ===================== Post Author ======================== */
.dgt-post-author {
    color: #363636;
}
.author-img {
    float: left;
    margin-right: 30px;
    min-width: 120px;
}
.author-content{
    width: calc(100% - 190px);
    float: left;
}
.author-img img{
    margin: 0;
    border-radius: 50%;
}
.author-content h5 a {
    border-right: 1px solid #ebebeb;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-right: 23px;
    padding-right: 23px;
    text-transform: uppercase;
    line-height: 20px;
}
.author-content span{
    display: block;
    font-style: italic;
    padding: 5px 0 4px 0;
}
.author-content p {
    margin: 16px 0 0;
}
.author-content .author-social {
    font-size: 12px;
    margin-right: 15px;
}

/* ===================== Post Related ======================== */
.dgt-post-related{
    text-align: center;
    position: relative;
}
.dgt-post-related .widget-title{
    margin-bottom: 40px;
}
.related-date{
    color: #959595;
    font-size: 13px;
}
.item-related img {
    margin-bottom: 15px;
    width: 100%;
    height: auto;
}

.item-related h3 a {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.item-related span.date {
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
}
/* ===================== Single Post Action ======================== */
.single-post-action{
    margin-top: 30px;
    padding: 0 30px;
}
.single-post-action.section-1{
    margin-top: 0;
}
.single-post-action .section{
    border-top: 1px solid #eee;
    padding: 27px 0;
}
.single-post-action .section-1{
    padding: 20px 0;
}
.single-post-action .section-item-1{
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.single-post-action.section-1 .section{
    margin: 0;
    padding: 0 30px;
}
.single-post-action.section-1 .section-item-2{
    padding: 35px 0;
}
.single-post-action.section-2 .section,
.single-post-action.section-3 .section{
    border: none;
    padding: 40px 0;
}

/* ===================== Post Navigation ======================== */
.post-navigation span:not(:last-child) {
    display: block;
    padding: 0 0 4px;
}
.post-navigation .nav-previous{
    float: left;
}
.post-navigation .nav-next{
    float: right;
    text-align: right;
}
.post-navigation .meta-nav{
    color: #7d7d7d;
    text-transform: uppercase;
}
.post-navigation .meta-nav i,
.post-box-title i{
    padding-right: 5px;
}
.post-navigation .nav-next .meta-nav i{
    padding: 0 0 0 5px;
}
.post-navigation .post-title{
    font-weight: bold;
}
/* ===================== Post Tags & Share ======================== */
.dgt-post-tags{
    line-height: 60px;
}
.post-box-title{
    text-transform: uppercase;
    font-weight: bold;
}
.dgt-post-tags a {
    margin-left: 5px;
    display: inline-block;
    color: #7d7d7d;
    text-transform: capitalize;
}

/* ===================== Post Pagination ======================== */
.dgt-pagination,
.woocommerce-pagination{
    padding: 0;
    min-height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #242424;
    font-weight: bold;
    margin-top: 30px;
    border: 1px solid #ebebeb;
}
.dgt-pagination > *,
.woocommerce-pagination > ul > *{
  border-right: 1px solid #f2f2f2;
  display: block;
  width: 60px;
  float: left;
}
.woocommerce nav.woocommerce-pagination ul{
    border: none;
    display: block;
    margin: 0;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
    line-height: 60px;
    padding: 0;
    color: #c2c2c2;
}
.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li{
    border-color: #f2f2f2;
}
.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-color: transparent;
    color: #242424;
}
.dgt-pagination .prev{ float: left }
.dgt-pagination .next{
    float: right;
    border-left: 1px solid #f2f2f2;
    border-right: none;
}
.dgt-pagination i{ font-size: 24px }
.dgt-pagination a{ color: #c2c2c2; }
.dgt-pagination a:hover{ color: #242424; }

/* ===================== Pagination ======================== */

.pagination {
    margin-top: 0;
    display: block;
}

.pagination a {
    color: #999;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid;
    padding: 5px 10px;
    background-color: #fff;
    font-weight: 600;
}

.pagination a:hover {
    text-decoration: none;
    color: #000;
}

.pagination .newer {
    text-align: left;
}

.pagination .older {
    text-align: right;
}

/* ===================== Footer ======================== */

#footer-bottom {
    padding: 51px 0 0;
    text-align: center;
    position: relative;
}
#footer-logo{
    padding-bottom: 45px;
}

#footer-logo p {
    color: #777;
    font-size: 15px;
    margin-bottom: 0;
    font-style: italic;
}

#footer-logo p i {
    color: #525252;
    font-size: 14px;
    margin: 0 5px 0 7px;
}
#footer-social{
    margin-top: 53px;
}
#footer-social .social{
    display: inline-block;
}
#footer-social .social li{
    float: left;
}
#footer-social .social li a{
    background-color: transparent;
    border: 1px solid #363636;
    border-radius: 0;
    color: #fff;
    height: 48px;
    width: 48px;
    margin: 0;
    border-right: none;
}
#footer-social .social li:last-child a{
    border-right: 1px solid #363636;
}
#footer-social .social li a i{
    line-height: 47px;
}
.menu-footer .menu{
    float: none;
}
.menu-footer .menu li{
    border-right: 1px solid #5f5f5f;
    line-height: 13px;
    padding: 0 10px;
}
.menu-footer .menu li:last-child{
    border: none;
}
.menu-footer .menu li a{
    color: #898989;
    font-size: 13px;
    padding: 0 15px;
    line-height: 13px;
}

/* ===================== Footer Coppyright ======================== */

#footer {
    background: #f2f2f2;
    margin-top: 80px;
}

#footer p {
    color: #888;
}
#footer p#copyright{
    line-height: 45px;
    margin-top: 69px;
}

#footer #to-top {
    background-color: #898989;
    border-radius: 4px;
    bottom: 108px;
    color: #fff;
    display: block;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    opacity: 0;
    visibility: visible;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
#footer #to-top:hover{
    background-color: #555555;
}
#footer #to-top.fade-in{
    opacity: 1;
    visibility: visible;
}
#footer #to-top:hover {
    text-decoration: none;
}

/* ===================== Widgets Area ======================== */

#footer-top {
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
    padding: 21px 0 52px;
}

.widget {
    margin-bottom: 25px;
}
#sidebar .widget{
    background-color: #fff;
}
#sidebar .widget.widget-has-title{
    position: relative;
}
.dgt-post-related:before{
    top: 16px;
}
#sidebar .widget.widget_newsletterwidget{
    margin-top: -79px;
    padding-top: 0;
    text-align: left;
}
#sidebar .widget,
#footer .widget{
    margin: 0;
    float: none;
    background-color: #fff;
    position: relative;
    text-align: center;
    padding: 15px 30px 0;
}
.jr-insta-thumb ul.thumbnails li img{
    width: 100%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.jr-insta-thumb ul.thumbnails li:hover img{
    opacity: 0.7;
}
.instagram-footer .jr-insta-thumb ul.thumbnails li{
    float: left;
    margin: 0;
    overflow: hidden;
}
.instagram-footer .jr-insta-thumb ul.thumbnails.jr_col_1 li{
    width: 100% !important;
}
.instagram-footer .jr-insta-thumb ul.thumbnails.jr_col_2 li{
    width: 50% !important;
}
.instagram-footer .jr-insta-thumb ul.thumbnails.jr_col_3 li{
    width: 33.33333% !important;
}
.instagram-footer .jr-insta-thumb ul.thumbnails.jr_col_4 li{
    width: 25% !important;
}
.instagram-footer .jr-insta-thumb ul.thumbnails.jr_col_5 li{
    width: 20% !important;
}
.instagram-footer .jr-insta-thumb ul.thumbnails.jr_col_6 li{
    width: 16.66666% !important;
}
.instagram-footer .jr-insta-thumb ul.thumbnails.jr_col_7 li{
    width: 14.28571% !important;
}
.instagram-footer .jr-insta-thumb ul.thumbnails.jr_col_8 li{
    width: 12.5% !important;
}
.instagram-footer .jr-insta-thumb ul.thumbnails.jr_col_9 li{
    width: 11.11111% !important;
}
#sidebar .widget{
    margin: 0 0 30px;
    padding-bottom: 30px;
    background-color: #f5f5f5;
}
#footer .instagram-footer .widget:before{
    display: none;
}
#footer .instagram-footer .widget{
    padding: 0;
}
#sidebar .widget > div,
#sidebar .widget > ul{
    text-align: left;
}

#sidebar img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

#sidebar iframe {
    max-width: 100%;
    height: auto;

}
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed,
#sidebar iframe{
    border: none;
}

#sidebar #searchform{
    border: medium none;
    float: none;
    padding: 0;
}

.footer-top-item.last {
    margin-right: 0;
}

.widget-title {
    border: 2px solid #333;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 15px;
    padding: 12px 48px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.widget-title:before,
.dgt-post-meta .cat:before{
    background-color: #333;
    content: "";
    height: 40px;
    left: 50%;
    position: absolute;
    top: -32px;
    width: 2px;
}
.dgt-post-meta .cat:before{
    top: -35px;
}
.list-item .dgt-post-meta .cat:before{
    height: 2px;
    left: -32px;
    top: 50%;
    width: 40px;
}
.slider-post{
    overflow: hidden;
}
.slider-post .dgt-post-meta .cat{
    border-color: #fff;
}
.slider-post .dgt-post-meta .cat:before{
    display: none;
}

.jr-insta-slider .widget-title{
    margin-bottom: 3px;
}

#sidebar .widget-title,
#footer .widget-title{
    margin-bottom: 37px;
}

.widget ul li,
.woocommerce .widget_layered_nav ul li{
    margin-bottom: 9px;
    padding-bottom: 9px;
}

.widget ul li.recentcomments{
    padding-bottom: 8px;
    margin-bottom: 9px;
}
.recentcomments .comment-author-link{
    text-transform: capitalize;
}

.widget ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/* ===================== Widget Search ======================== */
#searchform input#s {
    border: 1px solid #e5e5e5;
    background: #fff url(img/searchsubmit.png) no-repeat right center;
    padding: 15px 20px;
    font-size: 14px;
    color: #999;
}

#searchform #s:focus {
    outline: none;
}

#sidebar .widget #searchform input#s {
    width: 100%;
    background: #fff none repeat scroll 0 0;
}

/* ===================== About Widget ======================== */
.about-widget p{
    color: #555555;
    font-size: 13px;
    margin-bottom: 20px;
}
.about-widget img {
    max-width: 100%;
    height: auto;
    margin-bottom: 18px;
    border-radius: 50%;
}

/* ===================== Instag Widget ======================== */
.instag ul.thumbnails > li {
    width: 32% !important;
}

.instag ul.thumbnails > li img:hover {
    opacity: .8;
}

.instag ul li {
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.pllexislider ul li {
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/* ===================== Tags Widget ======================== */

.widget .tagcloud a {
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #f2f2f2;
    color: #666;
    padding: 6px 8px 7px;
    margin-right: 5px;
    margin-bottom: 8px;
    display: inline-block;
    transition: all 0.3s ease 0s;
}

.widget .tagcloud a:hover {
    color: #fff;
    text-decoration: none;
}

/* ===================== Calendar Widget ======================== */
#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    text-align: right;
    color: #777;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 15px;
}

#wp-calendar thead {
    font-size: 12px;
}

#wp-calendar thead th {
    padding-bottom: 10px;
}

#wp-calendar tbody {
    color: #aaa;
}

#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 8px;
}

#wp-calendar tbody td a {
    font-weight: 700;
    color: #222;
}

#wp-calendar tbody td:hover {
    background: #fff;
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}

#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}

#wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center;
}

.sticky .entry-date {
	display: none;
}

/* ===================== Items Widget ======================== */
.widget select{
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 0;
    outline: none;
}
.widget_layered_nav ul li,
.widget_nav_menu ul li,
.widget_product_categories ul li,
.woocommerce .widget_layered_nav ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_archive ul li,
.widget_categories ul li{
    border-bottom: 1px dashed #e1e1e1;
    position: relative;
    padding-left: 14px;
    transition: all 0.3s ease 0s;
}
.widget_layered_nav ul li > a:hover,
.widget_product_categories ul li > a:hover,
.widget_nav_menu ul li > a:hover,
.widget_meta ul li > a:hover,
.widget_pages ul li > a:hover,
.widget_archive ul li > a:hover,
.widget_categories ul li > a:hover{
    margin-left: 10px;
}
.widget_layered_nav ul li:before,
.widget_nav_menu ul li:before,
.widget_product_categories ul li:before,
.widget_meta ul li:before,
.widget_pages ul li:before,
.widget_archive ul li:before,
.widget_categories ul li:before{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #cccccc;
    left: 0;
    top: 7px;
}
.widget_nav_menu ul.children,
.widget_nav_menu ul.sub-menu,
.widget_layered_nav ul.children,
.widget_product_categories ul.children,
.widget_meta ul.children,
.widget_pages ul.children,
.widget_archive ul.children,
.widget_categories ul.children{
    padding-top: 10px;
}
.widget ul.side-newsfeed li {
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 10px;
}
#footer .widget ul.side-newsfeed li:first-child{
    padding-top: 9px;
}
.widget ul.side-newsfeed li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget ul.side-newsfeed li .side-item {
    overflow: hidden;
}

.widget ul.side-newsfeed li .side-item .side-image {
    float: left;
    margin-right: 14px;
}

.widget ul.side-newsfeed li .side-item .side-image img {
    width: 70px;
    height: auto;
}

.widget ul.side-newsfeed li .side-item .side-item-text h4 a {
    margin-bottom: 1px;
    font-weight: 600;
    display: block;
    font-size: 14px;
    line-height: 24px;
}

.widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta {
    color: #7d7d7d;
    padding-top: 5px;
    font-size: 13px;
}
#sidebar .widget.dumblog_latest_news_widget{
    margin-top: 32px;
}
.dumblog_latest_news_widget .side-overlay{
    position: absolute;
    top: 50%;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    color: #fff;
    font-style: italic;
    padding: 25px 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.dumblog_latest_news_widget .side-overlay a{
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    padding-bottom: 10px;
}
.dumblog_latest_news_widget .bx-wrapper{
    margin-bottom: 0;
}
.dumblog_latest_news_widget .bx-wrapper .bx-pager{
    bottom: -17px;
}
.dumblog_latest_news_widget .bx-wrapper .bx-pager.bx-default-pager a:hover,
.dumblog_latest_news_widget .bx-wrapper .bx-pager.bx-default-pager a.active{
    background-color: #959595;
}
.dumblog_latest_news_widget .bx-wrapper .bx-pager.bx-default-pager a{
    background-color: #e1e1e1;
}

/* ===================== Social Widget ======================== */
.widget-social {
    text-align: center;
}
.widget-social .social{
    text-align: center;
}
.widget-social .social li{
    display: inline-block;
    float: none;
}

.widget-social a:first-child {
    margin-left: 0;
}

.widget-social a:last-child {
    margin-right: 0;
}

.widget-social a i {
    height: 28px;
    width: 28px;
    text-align: center;
    line-height: 28px;
    margin: 0 2px;
    font-size: 16px;
    transition: all 0.3s ease 0s;
}

/* ===================== Comments ======================== */

.dgt-post-comments {
    margin-top: 32px;
}

.comments {
    margin-bottom: 31px;
}

.thecomment {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 34px;
    padding-bottom: 34px;
}

.thecomment .author-img {
    float: left;
    margin-right: 20px;
}

.thecomment .comment-text {
    overflow: hidden;
}

.thecomment .comment-text span.author, .thecomment .comment-text span.author a {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
    color: #333;
    font-weight: bold;
}

.thecomment .comment-text span.author a:hover {
    text-decoration: underline;
}

.thecomment .comment-text span.date {
    font-size: 12px;
    color: #d7d7d7;
    display: block;
    margin-bottom: 10px;
    font-style: italic;
    font-weight: bold;
}

.thecomment .comment-text em {
    font-size: 13px;
    margin-bottom: -14px;
    display: block;
    color: orange;
    letter-spacing: 1px;
}

.thecomment .comment-text em i {
    font-size: 14px;
    color: #f3bd00;
}

.dgt-post-comments span.reply a {
    float: right;
    font-size: 11px;
    padding: 3px 1px 5px;
    margin-left: 7px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.dgt-post-comments span.reply a:hover {
    opacity: .8;
}

ul.children {
    margin: 0 0 0 15px;
}

.dgt-post-comments ul.children{
    margin-left: 0;
}

.dgt-post-comments .children .thecomment{
    padding-left: 70px;
}

.dgt-post-comments .children .children .thecomment{
    padding-left: 140px;
}

.dgt-post-comments .children .children .children .thecomment{
    padding-left: 210px;
}

ul.children li.thecomment {
    margin: 0 0 8px 0;
}

/* ===================== Comment Reply ======================== */
#respond {
    margin-bottom: 20px;
    overflow: hidden;
}

#respond h3 {
    font-size: 14px;
    color: #363636;
    font-weight: bold;
    margin-bottom: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#respond .logged-in-as{
    margin-bottom: 30px;
}

#respond h3 a {
    color: #000;
    display: inline-block;
}

#respond h3 small a {
    text-transform: uppercase;
    font-size: 11px;
    background: #333;
    color: #FFF;
    padding: 4px 6px 5px;
    border-radius: 3px;
    margin-left: 7px;
    letter-spacing: 1px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

#respond h3 small a:hover {
    opacity: .8;
}

#respond label {
    color: #888;
    width: 80px;
    font-size: 14px;
    display: inline-block;
    font-weight: 300;
}
.wpcf7 p{
    margin-bottom: 0;
}
#respond input,
.wpcf7 input{
    border: 1px solid #ebebeb;
    color: #898989;
    font-size: 14px;
    height: 42px;
    line-height: 40px;
    margin-bottom: 18px;
    margin-right: 10px;
    padding: 0 11px;
    width: 320px;
}

#respond input:focus {
    outline: none;
}

#respond .comment-notes{
    display: none;
}

#respond textarea,
.wpcf7 textarea{
    padding: 14px;
    border: 1px solid #ebebeb;
    width: 100%;
    height: 192px;
    color: #898989;
    margin-bottom: 14px;
    line-height: 20px;
}

#respond textarea:focus {
    outline: none;
}

#respond #submit,
.wpcf7 .wpcf7-submit {
    text-transform: uppercase;
    background: #363636;
    border-radius: 0;
    font-size: 14px;
    color: #fff;
    padding: 0 23px;
    margin-top: 6px;
    display: inline-block;
    border: 2px solid #363636;
    cursor: pointer;
    height: 45px;
    line-height: 41px;
    width: auto;
    font-weight: bold;
    font-style: normal;
}

#respond #submit:hover,
.wpcf7 .wpcf7-submit:hover {
    background: #fff;
    color: #363636;
}

/* ===================== Archive ======================== */
.nothing {
    margin-bottom: 90px;
    text-align: center;
}

/* ===================== Wordpress Default ======================== */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 0 auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.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. */
}

/*** Custom WordPress gallery style ***/
.gallery .gallery-caption {
    font-size: 12px;
    color: #888;
}

.gallery .gallery-icon img {
    border-radius: 2px;
    border: 1px solid #eee !important;
    padding: 7px;
}

.gallery .gallery-icon img:hover {
    border: 1px solid #ccc !important;
}

/* ===================== Contact Form 7 ======================== */

div.wpcf7 {
    border-top: 1px solid #ebebeb;
    margin-top: 34px;
    overflow: hidden;
    padding-top: 50px;
}

.wpcf7 p.dumblog_input {
    float: left;
    margin-right: 19px;
}

.wpcf7 p.dumblog_message {
    clear: both;
}

.wpcf7 textarea {
    width: 100%;
}

div.wpcf7 img.ajax-loader{
    width: auto;
}

/* ===================== Custom 404 ======================== */
.error-404 {
    margin-bottom: 105px;
    text-align: center;
}

.error-404 h1 {
    font-size: 190px;
    font-weight: 700;
}

.error-404 p {
    color: #999;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 10px;
}
.error-404 .back{
    background-color: #333;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
}
/* ===================== Newsleter Form ==================== */
.newsletter-email{
    height: 45px;
    width: 100%;
    border: 1px solid #f2f2f2;
    padding: 0 15px;
    color: #cccccc;
    margin: 34px 0 12px;
    float: left;
}
.newsletter-submit{
    border: none;
    font-weight: bold;
    height: 43px;
    margin-left: -49px;
    margin-top: 35px;
    text-indent: -999em;
    width: 49px;
    background: url("img/bg-button-search.png") no-repeat 0 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.newsletter-submit:hover{
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}
/* ===================== Slider Fade ==================== */
.owl-carousel.fade .owl-controls .owl-buttons div,
.owl-carousel.fade .overlay-thumb{
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
}
/* ===================== WooCommerce ==================== */
#sidebar input[type="search"]{
    border: 1px solid #f2f2f2;
    height: 45px;
    padding: 10px;
    width: 100%;
}
#sidebar .woocommerce-product-search input[type="submit"],
#sidebar button[class="button"]{
    width: 100%;
    margin-top: 10px;
    height: 40px;
    border: 1px solid #333;
    background-color: #333;
    color: #fff;
}
#sidebar button[class="button"]{
    width: auto;
    height: 30px;
    border-radius: 0;
    line-height: 28px;
    padding: 0 15px;
}
#sidebar .woocommerce-product-search input[type="button"]{
    width: auto;
}
#sidebar .price_label{
    padding-top: 10px;
}
.woocommerce .widget_price_filter .ui-slider{
    margin-right: 0;
}
.woocommerce .widget_price_filter .ui-slider-horizontal{
    height: 4px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    border-radius: 0;
    width: 8px;
    height: 16px;
    top: -6px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
    background-color: #333;
    border-radius: 0;
}
.widget.woocommerce .widget-title{
    font-size: 12px;
    padding: 12px 29px;
}
.dgt-cover-wrap{
    background-size: cover;
    padding: 100px 0;
    background-color: #eee;
}
.woocommerce .woocommerce-breadcrumb{
    border-bottom: 1px solid #eee;
    margin: 0 0 29px;
    padding: 12px 0;
}
.woocommerce .woocommerce-ordering select {
    border: 1px solid #eee;
    height: 30px;
    padding: 0 15px;
}
.woocommerce span.onsale{
    border-radius: 0;
    line-height: 20px;
    min-height: auto;
    min-width: auto;
    padding: 0 10px;
    top: 10px;
    left: -5px;
}
.woocommerce ul.products li.product .onsale{
    margin: 10px -5px 0 0;
}
.woocommerce span.onsale:after{
    bottom: -6px;
    left: -6px;
    border-style: solid;
    border-width: 6px;
    content: "";
    position: absolute;
}
.woocommerce ul.products li.product .onsale:after{
    bottom: -6px;
    right: -6px;
    left: inherit;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    width: 30.8%;
}
.woocommerce ul.products li.product h3{
  font-size: 18px;
  float: left;
}
.woocommerce .star-rating span{
    color: orange;
}
.woocommerce ul.products li.product .price{
    font-size: 16px;
    clear: both;
}
.woocommerce ul.products li.product .price del{
    display: inline-block;
    padding-right: 10px;
}
.woocommerce ul.products li.product .price ins{
    text-decoration: none;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{
    background-color: #333;
    border-radius: 0;
    color: #fff;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover{
    color: #fff;
}
.woocommerce .products .star-rating{
  float: right;
  margin: 13px 0 .5em;
}
.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 10px;
    margin-top: 10px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
  font-size: 25px;
  margin-bottom: 15px;
}
.woocommerce div.product form.cart .variations td.label{
  padding: 0;
  font-size: 14px;
  color: #333;
}
.woocommerce div.product form.cart, .woocommerce div.product p.cart {
    margin-top: 10px;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover{
  background-color: #000;
}
.woocommerce .quantity .qty{
  height: 31px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after{
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
  padding: 0;
    margin: 0;
}
.woocommerce div.product .woocommerce-tabs .panel {
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: #fff;
  border: 1px solid #eee;
  display: block;
  float: left;
  border-right: none;
  margin: 0 0 -1px 0;
  border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child{
  border-right: 1px solid #eee;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
  color: #fff;
}
.woocommerce-tabs .panel h2{
  margin-bottom: 20px
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
  width: 40px;
  border: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
  border-radius: 0;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del{
  padding-right: 10px;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins{
  text-decoration: none;
}
.upsells > h2,
.related > h2{
  padding-bottom: 20px;
}
.woocommerce table.shop_table,
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
  border-radius: 0;
}
.woocommerce table.shop_table td{
  padding: 12px;
}
.woocommerce td.product-name dl.variation dd{
  padding: 0;
  margin: 0;
}
.woocommerce td.product-name dl.variation dd p:last-child {
    margin-bottom: 0;
    line-height: 20px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    min-width: 170px;
    height: 31px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    height: 32px;
    padding: 10px;
}
.woocommerce form .form-row textarea{
  height: 100px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register,
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
  border: 1px solid #eee;
}
#add_payment_method #payment, .woocommerce-checkout #payment {
    background: #eee;
    border-radius: 0;
}
#add_payment_method #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li{
  list-style: none;
}
