/* Widger Simple Image */

/* Settings "image layout" */ 

.blog-content .widget .simple-image {
}
.blog-content .widget .simple-image img {
    max-width: 100%;
}
.blog-content .widget .simple-image .image-box {
    margin: 0 auto;
}
.blog-content .widget .simple-image .image-box .imageTitle {
    margin-top: 10px;
}
.blog-content .widget .simple-image             .image-block {
    background-size: cover !important;
    margin: 0 auto;
    width: 100%;
    position: relative;
}
.blog-content .widget .simple-image             .image-block img,
.blog-content .widget .simple-image.origin      .image-block {
    background: none !important;
}
.blog-content .widget .simple-image.origin      .image-block img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.blog-content .widget .simple-image.circle      .image-block img,
.blog-content .widget .simple-image.square      .image-block img,
.blog-content .widget .simple-image.rectangle   .image-block img,
.blog-content .widget .simple-image.vertical    .image-block img {
    display: none;
}
.blog-content .widget .simple-image.circle      .image-block:before,
.blog-content .widget .simple-image.square      .image-block:before,
.blog-content .widget .simple-image.rectangle   .image-block:before,
.blog-content .widget .simple-image.vertical    .image-block:before {
    content: "";
    display: block;
    overflow: hidden;
    width: 100%;
}
.blog-content .widget .simple-image.circle      .image-block:before {
    padding-top: 100%;
}
.blog-content .widget .simple-image.square      .image-block:before {
    padding-top: 100%;
}
.blog-content .widget .simple-image.rectangle   .image-block:before {
    padding-top: 50%;
}
.blog-content .widget .simple-image.vertical    .image-block:before {
    padding-top: 150%;
}
.blog-content .widget .simple-image.circle      .image-block {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/* End Widger Simple Image */

/* Widger Simple Text */ 

.blog-content .widget .simple-text {}
.blog-content .widget .simple-text img { max-width: 100%; }

.blog-content .widget .simple-text.colorbg { padding: 10px; }

.blog-content .widget .simple-text .text-box { margin: 0px auto; word-wrap: break-word; }
.blog-content .widget .simple-text .text-box ul {
    list-style: disc;
    margin: 0;
    padding: 0;
    list-style-position: inside;
}
.blog-content .widget .simple-text .text-box.padding-20px {
    padding-top: 20px;
    padding-bottom: 20px;
}
.blog-content .widget .simple-text .text-box p {
    margin: 0;
}
.blog-content .widget .simple-text .text-box.nocolumns {
}
.blog-content .widget .simple-text .text-box.twocolumns {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    overflow: hidden;
}
.blog-content .widget .simple-text .text-box.threecolumns {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    overflow: hidden;
}

/* End Widger Simple Text */

/* Widget Post Link More */
.blog-content .widget .post-link-more > div {
    margin: 40px 0px 0px;
}
.blog-content .widget .post-link-more > div a:hover,
.blog-content .widget .post-link-more > div a:hover * {
    opacity: 0.7
}

/* End Widget Post Link More */

/* Widget Post Gallery */

.blog-content .widget .post-gallery {
    margin: 0 auto;
}
.blog-content .widget .post-gallery ul.gallery-row {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.blog-content .widget .post-gallery .gallery-photo-box {
    float: left;
    overflow: hidden;
    text-align: center;
}
.blog-content .widget .post-gallery .gallery-photo-box .gallery-photo-box-title {
    text-align: left;
}
.blog-content .widget .post-gallery .gallery-photo-box img {
    max-width: 100%;
    vertical-align: middle;
}
.blog-content .widget .post-gallery .gallery-photo-box .fullscreen img {
    cursor: pointer;
}
.blog-content .widget .post-gallery .gallery-photo-box .gallery-photo-box-image {
    position: relative;
}
.fsbox-data {
    display: none
}
#fsbox.fsbox-blog .slides {
    position: absolute;
    top: 10px;
    right: 76px;
    left: 76px;
    bottom: 10px;
    text-align: center;
    overflow: hidden;
}
#fsbox.fsbox-blog .slides > div {
    position: absolute;
    width: 100%;
    height: 100%;
}
#fsbox.fsbox-blog .slides table,
#fsbox.fsbox-blog .slides td {
    height: 100%;
    width: 100%;
}
#fsbox.fsbox-blog .slides td {
    /*position: relative;*/
}

/* Fsbox */
#fsbox.fsbox-blog {
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    z-index: 1000;
    overflow: hidden;
    position: fixed;
}
#fsbox.fsbox-blog .control a {
    text-decoration: none;
}
#fsbox.fsbox-blog .control.close {
    text-align: right;
    position: absolute;
    right: 30px;
    top: 10px;
    z-index: 100;
}
#fsbox.fsbox-blog #fsbox-prev {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: 30px;
}
#fsbox.fsbox-blog #fsbox-next {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: 30px;
}
#fsbox.fsbox-blog .controls {
    height: 26px;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 30px;
}
#fsbox.fsbox-blog .slides-container {
    height: 100%;
}
#fsbox.fsbox-blog .slides > div {
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 100;
    position: absolute;
}
#fsbox.fsbox-blog .slides img {
    max-width: 100%;
    max-height: 100%;
    z-index: 100;
    position: absolute;
}
#fsbox.fsbox-blog .slides > img {
    cursor: pointer;
    opacity: 0;
}
#fsbox.fsbox-blog .spinner {
    z-index: 100;
}
#fsbox.fsbox-blog .social-box {
    width: 100%;
    position: absolute;
    bottom: 20px;
    z-index: 100;
}

/* End Widget Post Gallery */
.blog-content .widget .simple-video .video-content {
    margin: 0 auto;
}
.blog-content .widget .simple-video .floating-height-box {
    position: relative;
    width: 100%;
}
.blog-content .widget .simple-video .floating-height-inner {
    padding-bottom: 56%;
    position: relative;
}
.blog-content .widget .simple-video .floating-height-element {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* End Widget Simple Video */

/* Widget Post Break Line */

.blog-content .widget .post-break-line .break-line {
    height: 15px;
    margin: 0 auto;
}
.blog-content .widget .post-break-line .break-line .decoration {
    height: 100%;
}

/* End Post Break Line Widget */

/* Widget Aside Break Line */

.blog-content .widget .aside-break-line .break-line {
    height: 15px;
    margin: 0 auto;
}
.blog-content .widget .aside-break-line .break-line .decoration {
    height: 100%;
}

/* End Post Aside Line Widget */

/* Widget Post Title */

.post-title h1,
.post-title h2,
.post-title h3,
.post-title h4,
.post-title h5,
.post-title h6,
.post-title h7 {
    padding: 0px;
    margin: 0px;
    border: none;
}
.blog-content .widget .post-title .title-wrapper {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.blog-content .widget .post-title .title-shell {
    font-size: 20px;
    line-height: 1.4em;
    padding: 15px 0px;
}
.blog-content .widget .post-title .title-shell:before {
    margin-left: -1000px;
}
.blog-content .widget .post-title .title-shell:after {
    margin-right: -1000px;
}
.blog-content .widget .post-title .title-shell:before,
.blog-content .widget .post-title .title-shell:after {
    content: '';
    display: inline-block;
    width: 1000px;
    height: 1.4em;
    position: absolute;
    vertical-align: middle;
}
.blog-content .widget .post-title  .title {
    display: inline-block;
    max-width: 70%;
    padding: 0 15px;
    margin: 0px;
}

/* End Widget Post Title */



/* Widget Aside Title */

.aside-title h1,
.aside-title h2,
.aside-title h3,
.aside-title h4,
.aside-title h5,
.aside-title h6,
.aside-title h7 {
    padding: 0px;
    margin: 0px;
    border: none;
}
.blog-content .widget .aside-title .title-wrapper {
    overflow: hidden;
    position: relative;
    text-align: center;
    word-break: break-word;
}
.blog-content .widget .aside-title .title-shell {
    font-size: 20px;
    line-height: 1.4em;
    padding: 0gpx;
}
.blog-content .widget .aside-title .title-shell:before {
    margin-left: -1000px;
}
.blog-content .widget .aside-title .title-shell:after {
    margin-right: -1000px;
}
.blog-content .widget .aside-title .title-shell:before,
.blog-content .widget .aside-title .title-shell:after {
    content: '';
    display: inline-block;
    width: 1000px;
    height: 1.4em;
    position: absolute;
    vertical-align: middle;
}
.blog-content .widget .aside-title  .title {
    display: inline-block;
    max-width: 70%;
    padding: 0 15px;
    margin: 0px;
    word-break: break-word;
}

/* End Widget Aside Title */

/* Aside text 
====================== */

.blog-content .widget .aside-text.transparent-background { background: rgba(0,0,0,0) !important; }
.blog-content .widget .aside-text .text-box { margin: 0px auto; padding-top: 10px; padding-bottom: 10px; }
.blog-content .widget .aside-text .text-box.colorbg { padding-left: 10px; padding-right: 10px; }
.blog-content .widget .aside-text .text-box ul {
    list-style: disc; 
    margin: 0; 
    padding: 0; 
    list-style-position: inside;
}

/* ====================== */

/* Aside social icons 
====================== */

.blog-content .widget .aside-social-icons {flex-wrap: wrap; overflow: hidden;}
.blog-content .widget .aside-social-icons-content {
    display: flex; 
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-flow: row wrap; 
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center; 
}
.blog-content .widget .aside-social-icons-content a,
.blog-content .widget .aside-social-icons-content i { 
    font-size: 2em;
    line-height: 2em;
    text-decoration: none;
}
.blog-content .widget .aside-social-icons-content .asi-icon-box { flex: 0 1 auto; margin: 10px;  }
.blog-content .widget .aside-social-icons-content .asi-icon-box  .asi-icon {}

/* ====================== */

/* Aside menu 
====================== */

.aside-menu-content.asm {
    overflow: hidden;
    position: relative;
}

.aside-menu .aside-menu-content {
    overflow: hidden;
    position: relative;
}

.aside-menu .aside-menu-content.align-left.aside-menu-content-set3 .asm-category { padding-left: 0px; }
.aside-menu .aside-menu-content.align-right.aside-menu-content-set3 .asm-category { padding-right: 0px; }

.aside-menu .aside-menu-content .asm-item-box { border-bottom: 1px solid rgba(0,0,0,0); }

.aside-menu .asm-category-shell:before { margin-left: -1000px; }
.aside-menu .asm-category-shell:after { margin-right: -1000px; }

.aside-menu .asm-category-shell:before,
.aside-menu .asm-category-shell:after {
    content: '';
    display: inline-block;
    width: 1000px;
    height: 1em;
    position: absolute;
    vertical-align: middle;
}
.aside-menu .asm-category-shell { 
    font-size: 20px;
    line-height: 1em;
    padding:0px;
    overflow: hidden;
}

.aside-menu .asm-category-shell .asm-category { 
    border: 1px solid rgba(0, 0, 0, 0);
    display: inline-block;
    max-width: 70%;
    padding: 0 25px;
    margin: 0px;
}

.aside-menu .asm-category-shell .asm-categor > *{ margin: 0px; }

/* ====================== */