/* Widger Simple Image */

/* Settings "image layout" */ 

.blog-content .widget .simple-image img {
    max-width: 100%;
    transition: opacity 1s;
    width: 100%;
    height: auto;
    opacity: 0;
}

.adaptive-desktop .blog-content .widget a .simple-image .image-block:hover {
    opacity: 0.7;
}

.blog-content .widget .simple-image .image-box {
    margin: 0 auto;
}
.blog-content .widget .simple-image .image-box .imageTitle {
    margin-top: 10px;
    word-break: normal;
    word-wrap: break-word;
    line-height: 1.2;
}
.blog-content .widget .simple-image             .image-block {
    background-size: cover !important;
    margin: 0 auto;
    width: 100%;
    position: relative;
    transition: opacity 1s;
}
/*
.blog-content .widget .simple-image             .image-block img,
.blog-content .widget .simple-image.origin      .image-block,
.blog-content .widget .simple-image.custom      .image-block {
    background: none !important;
}*/

.blog-content .widget .simple-image.origin      .image-block img,
.blog-content .widget .simple-image.custom      .image-block img  {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.blog-content .widget .simple-image.imageNoStretch .image-block img {
    width: auto;
    max-width: none;
}
.blog-content .widget .simple-image.imageNoStretch .image-block {
    overflow: hidden;
}
.blog-content .widget .simple-image.imageNoStretch:not(.vertical):not(.circle):not(.square):not(.rectangle) .image-block {
    background: none !important;
}

.blog-content .widget .simple-image:not(.imageNoStretch) .image-block img {
    margin-top: auto !important;
    margin-left: auto !important;
}
.blog-content .widget .simple-image:not(.imageNoStretch) .image-block {
    max-height: none !important;
}
.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: 66.6666666666666%;
}
.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: 0 auto; word-wrap: break-word; }

.blog-content .widget .simple-text a {
    color: inherit;
}
.blog-content .widget .simple-text u a,
.blog-content .widget .simple-text a u {
    color: inherit;
    text-decoration: underline;
}
.blog-content .widget .simple-text u a span,
.blog-content .widget .simple-text a u span { /* цвет для подчеркивания */
    text-decoration: inherit;
}

.blog-content .widget .simple-text .text-box ul {
    list-style: disc;
    padding: 0 40px;
    margin: 0;
    list-style-position:  inside;
}

.blog-content .widget .simple-text .text-box ol {
    padding: 0 40px;
    margin: 0;
    list-style-position:  inside;
}

.blog-content .widget .simple-text .text-box.nocolumns ul,
.blog-content .widget .simple-text .text-box.nocolumns ol {
    margin: 1em 0;
}

.blog-content .widget .simple-text .text-box ul li,
.blog-content .widget .simple-text .text-box ol li{
    line-height: inherit;
    margin-bottom: 0;
}

.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:not(.blog-mobile) .widget .simple-text .text-box.twocolumns {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    overflow: hidden;
}
.blog-content:not(.blog-mobile) .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 Button */
.blog-content .widget .post-button .post-button-content {
    display: inline-block;
    min-width: 50px;
    text-align: center;
    word-wrap: break-word;
    word-break: break-word;
    line-height: 1.42857143; /* like admin - bootstrap style */
    max-width: 100%;
    box-sizing: border-box;
    padding: 5px;
    transition: border .1s,background .3s;
    border: 1px solid;
    position: relative;
    text-transform: none;
    min-height: auto;
    background: rgba(0, 0, 0, 0);
}
.blog-content .widget .post-button .post-button-content span {
    position: relative;
    z-index: 2;
}

.blog-content .widget .post-button .post-button-content[data-horizontal-paddings] {
    border: none;
}

.blog-content .widget .post-button a:not(.button-view) .post-button-content.view-2,
.blog-content .widget .post-button .button-view .view-2:after { border-radius: 30px; }
.blog-content .widget .post-button a:not(.button-view) .post-button-content.view-3,
.blog-content .widget .post-button .button-view .view-3:after { border-radius: 10px; }
.blog-content .widget .post-button a:not(.button-view) .post-button-content.view-4 { background: #000; border: none; }
.blog-content .widget .post-button a:not(.button-view) .post-button-content.view-5,
.blog-content .widget .post-button .button-view .view-5:after { background: #000; border-radius: 30px; border: none; }
.blog-content .widget .post-button a:not(.button-view) .post-button-content.view-6,
.blog-content .widget .post-button .button-view .view-6:after { background: #000; border-radius: 10px; border: none; }

.blog-content .widget .post-button a:not(.button-view) .post-button-content.view-1:hover,
.blog-content .widget .post-button a:not(.button-view) .post-button-content.view-2:hover,
.blog-content .widget .post-button a:not(.button-view) .post-button-content.view-3:hover {
    border-color: transparent !important;
}

.blog-content .widget .post-button .post-button-content.size-small { padding: 15px; }
.blog-content .widget .post-button .post-button-content.size-middle { padding: 15px 20px;  }
.blog-content .widget .post-button .post-button-content.size-large { padding: 20px 25px;  }

.blog-content .widget .post-button .post-button-content.style-bold { font-weight: bold; }
.blog-content .widget .post-button .post-button-content.style-italic { font-style: italic; }
.blog-content .widget .post-button .post-button-content.forcePadding {
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100% !important;
}
.blog-content .widget .post-button .post-button-content.hided {
    opacity: 0;
}
/* End Widget Post Button */


/* Widget Aside Button */
.blog-content .widget .aside-button .aside-button-content:after {
    content: '';
    z-index: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: border .1s, background .3s;
}
.blog-content .widget .post-button .button-view .post-button-content:after {
    content: '';
    z-index: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: border .1s, background .3s;
}
.blog-content .widget .aside-button .aside-button-content {
    display: inline-block;
    min-width: 50px;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
    word-wrap: break-word;
    word-break: break-word;
    line-height: 1.42857143; /* like admin - bootstrap style */
    position: relative;
    text-transform: none;
    min-height: auto;
    background: rgba(0, 0, 0, 0);
}
.blog-content .widget .aside-button .aside-button-content span {
    position: relative;
    z-index: 2;
}

.blog-content .widget .aside-button a:not(.button-view) .aside-button-content.view-2,
.blog-content .widget .aside-button .view-2:after { border-radius: 30px; }
.blog-content .widget .aside-button a:not(.button-view) .aside-button-content.view-3,
.blog-content .widget .aside-button .view-3:after { border-radius: 10px; }
.blog-content .widget .aside-button a:not(.button-view) .aside-button-content.view-4 { background: #000; border: none; }
.blog-content .widget .aside-button a:not(.button-view) .aside-button-content.view-5,
.blog-content .widget .aside-button .view-5:after { background: #000; border-radius: 30px; border: none; }
.blog-content .widget .aside-button a:not(.button-view) .aside-button-content.view-6,
.blog-content .widget .aside-button .view-6:after { background: #000; border-radius: 10px; border: none; }

.blog-content .widget .aside-button a:not(.button-view) .aside-button-content.view-1:hover,
.blog-content .widget .aside-button a:not(.button-view) .aside-button-content.view-2:hover,
.blog-content .widget .aside-button a:not(.button-view) .aside-button-content.view-3:hover {
    border-color: transparent !important;
}

.blog-content .widget .aside-button .aside-button-content.size-small { padding: 15px; }
.blog-content .widget .aside-button .aside-button-content.size-middle { padding: 15px 20px;  }
.blog-content .widget .aside-button .aside-button-content.size-large { padding: 20px 25px;  }

.blog-content .widget .aside-button .aside-button-content.style-bold { font-weight: bold; }
.blog-content .widget .aside-button .aside-button-content.style-italic { font-style: italic; }

/* End Widget Aside Button */


/* Widget Quote */


.blog-content .widget .element.quote { text-align: center; }
.blog-content .widget .element.quote.colorbg .blockQuote { padding: 20px; }
.blog-content .widget .element.quote .text-box p { margin-bottom: 0; margin-top: 0; }
/*.blog-content .widget .element.quote .text-box p:last-of-type { margin-bottom: 0; }*/

.blog-content .widget .element.quote .blockQuote { position: relative; display: inline-block; text-align: left; box-sizing: border-box; }
.blog-content .widget .element.quote .blockQuote,
.blog-content .widget .element.quote .blockQuote > * { display: inline-block; }
.blog-content .widget .element.quote .blockQuote > .quote { height: 100%; position: absolute; vertical-align: top; margin-right: 10px; margin-top: 2px; margin-bottom: -2px; }
.blog-content .widget .element.quote .blockQuote > .quote.standard { width: 21px; background-repeat: no-repeat !important; }
.blog-content .widget .element.quote .blockQuote > .quote.direct { width: 19px; background-repeat: no-repeat !important;  }
.blog-content .widget .element.quote.colorbg .blockQuote > .quote.line { height: calc(100% - 40px); }
.blog-content .widget .element.quote .blockQuote > .quote.standard + .text-box { margin-left: 36px; width: calc(100% - 36px); }
.blog-content .widget .element.quote .blockQuote > .quote.direct + .text-box { margin-left: 34px; width: calc(100% - 34px); }
.blog-content .widget .element.quote .blockQuote > .quote.line { margin: 0; width: 3px; }
.blog-content .widget .element.quote .blockQuote > .quote.line.size1  { width: 1px; }
.blog-content .widget .element.quote .blockQuote > .quote.line + .text-box { margin-left: 16px; width: calc(100% - 16px); }
.blog-content .widget .element.quote .blockQuote > .quote.line.size2  { width: 2px; }
.blog-content .widget .element.quote .blockQuote > .quote.line + .text-box { margin-left: 17px; width: calc(100% - 17px);}
.blog-content .widget .element.quote .blockQuote > .quote.line.size3  { width: 3px; }
.blog-content .widget .element.quote .blockQuote > .quote.line + .text-box { margin-left: 18px; width: calc(100% - 18px); }

.blog-content .widget .element.quote.align-left { text-align: left; }
.blog-content .widget .element.quote.align-right { text-align: right; }
.blog-content .widget .element.quote.align-center { text-align: center; }


.blog-content .widget .scale-small.quote.element .blockQuote > .direct.quote {background-size: contain !important;}

.blog-content .widget .element.quote.scale-small .blockQuote > .quote.standard { width: 16px; }
.blog-content .widget .element.quote.scale-small .blockQuote > .quote.standard + .text-box  { margin-left: 31px; width: calc(100% - 31px); }
.blog-content .widget .element.quote.scale-large .blockQuote > .quote.standard { width: 32px; height: 20px; background-size: cover !important; }
.blog-content .widget .element.quote.scale-large .blockQuote > .quote.standard + .text-box  { margin-left: 47px; width: calc(100% - 47px); }
.blog-content .widget .element.quote.scale-small .blockQuote > .quote.direct { width: 14px; }
.blog-content .widget .element.quote.scale-small .blockQuote > .quote.direct + .text-box  { margin-left: 29px; width: calc(100% - 29px); }
.blog-content .widget .element.quote.scale-large .blockQuote > .quote.direct { width: 29px; height: 20px; }
.blog-content .widget .element.quote.scale-large .blockQuote > .quote.direct + .text-box  { margin-left: 44px; width: calc(100% - 44px); }

.blog-content .widget .element.quote .blockQuote .text-box { word-wrap: break-word; word-break: break-word;}

/* End Widget Quote */

/* Widget Post Link More */
.blog-content .widget .post-link-more > div {
    margin: 40px 0 0;
}
.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;
}
/* widget post-gallery mobile */
.adaptive-mobile .post-gallery .gallery-photo-box {
    width: 100%;
}
.blog-content .widget .post-gallery .gallery-photo-box .gallery-photo-box-title {
    text-align: left;
    line-height: 1em;
}
.blog-content .widget .post-gallery .gallery-photo-box .gallery-photo-box-title:not(:empty) {
    padding-top: 10px;
    padding-bottom: 10px;
    word-break: break-word;
    word-wrap: break-word;
}
.blog-content .widget .post-gallery .gallery-photo-box .gallery-photo-box-title a[href^="tel:"] {
    color: inherit !important;
}

.blog-content .widget .post-gallery .gallery-photo-box img {
    max-width: 100%;
    vertical-align: middle;
    opacity: 0;
    transition: opacity;
    transition-duration: 1s;
    width: 100%;
		height: auto;
}
.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;
    transition: opacity 1s;
}
.blog-content .widget .post-gallery .gallery-photo-box a:hover .gallery-photo-box-image {
    opacity: 0.7;
}
.blog-content .widget .post-gallery .gallery-photo-box .gallery-photo-box-image.fullscreen {
    cursor: pointer;
}
body:not(.adaptive-mobile) .blog-content .widget .post-gallery .gallery-row:last-of-type .gallery-photo-box {
    margin-bottom: 0 !important;
}
.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%;
    position: absolute;
}
#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 > div.active {
    z-index: 101;
}
#fsbox.fsbox-blog .slides img {
    max-width: 100%;
    max-height: 100%;
    z-index: 100;
    /*position: absolute;*/
    position: static !important;
}
#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 {
    margin: 0 auto;
}
.blog-content .widget .post-break-line .break-line .decoration {
    height: 9px;
}

/* End Post Break Line Widget */


/* Widget Post Instagram */
.post-instagram.element .photo-box {
    float: left;
    min-height: 100%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.post-instagram.element .photo-box .image {
    height: 100%;
    width: 100%;
}

.post-instagram.element .photo-box .image.loaded { cursor: pointer; }

.post-instagram.element .photo-box .image img {
    -webkit-transition: opacity .4s ease-out;
    -moz-transition: opacity .4s ease-out;
    -o-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
}
.post-instagram.element .photo-box .image.loading img {
    opacity: 0
}
.post-instagram.element .photo-box .image.loaded img {
    opacity: 1;
}

.post-instagram.element .image.loaded:hover,
.post-instagram.element .static-grid-cell .image:hover { opacity: 0.7 !important; }

.post-instagram.element .photo-box .image img.w,
.post-instagram.element .preview-box .preview img.w{max-width: 100%}
.post-instagram.element .photo-box .image img.h,
.post-instagram.element .preview-box .preview img.h {max-height: 100%}

.post-instagram.element .photo-box .photo-box-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
}

/* Grid */
.post-instagram.element .static-grid {
    position: relative;
    visibility: hidden;
    width: 100%;
}

.post-instagram.element .static-grid:after {
    clear: both;

}

/* Grid cell */
.post-instagram.element .static-grid .static-grid-item {
    float: left;
    overflow: hidden;
    margin: 0;
    padding: 0;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    clear: none;
}

.post-instagram.element .static-grid .static-grid-item .static-grid-cell {
    position: relative;
    height: 100%;
    margin: 0;
}

/* Image */
.post-instagram.element .static-grid .static-grid-item  .static-grid-cell .image {
    width: 100%;
    overflow: hidden;
}

.post-instagram.element .static-grid .static-grid-item  .static-grid-cell .image.h  img.w,
.post-instagram.element .static-grid .static-grid-item  .static-grid-cell .image.w  img.w  {max-width: 100%}
.post-instagram.element .static-grid .static-grid-item  .static-grid-cell .image.h  img.h,
.post-instagram.element .static-grid .static-grid-item  .static-grid-cell .image.w  img.h {max-height: 100%}

.post-instagram.element .static-grid-cell .image img {
    opacity: 0;
}

.post-instagram.element .static-grid-cell .image img.loaded {
    opacity: 1;
    -webkit-transition: opacity .4s ease-out;
    -moz-transition: opacity .4s ease-out;
    -o-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    cursor: pointer;
}

.post-instagram.element .static-grid.c1 .static-grid-item {width: 100% !important}
.post-instagram.element .static-grid.c2 .static-grid-item {width: 50% !important}
.post-instagram.element .static-grid.c3 .static-grid-item {width: 33.3333% !important}
.post-instagram.element .static-grid.c4 .static-grid-item {width: 25% !important}
.post-instagram.element .static-grid.c5 .static-grid-item {width: 20% !important}
.post-instagram.element .static-grid.c6 .static-grid-item {width: 16.6666% !important}
.post-instagram.element .static-grid.c7 .static-grid-item {width: 14.2857% !important}
.post-instagram.element .static-grid.c8 .static-grid-item {width: 12.5% !important}
.post-instagram.element .static-grid.c9 .static-grid-item {width: 11.1111% !important}
.post-instagram.element .static-grid.c10 .static-grid-item {width: 10% !important}

.post-instagram.element .static-grid .static-grid-clearfix {
    clear: both;
}
/* End Post Instagram Widget */



/* Widget Vertical Post Break Line */
.blog-content .widget .post-vertical-break-line .vertical-break-line { height: 100% }
.blog-content .widget .post-vertical-break-line .vertical-break-line .decoration { width: 9px; height: 100%; position: relative; margin: 0 auto; }
/* End Post Vertical 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: 0;
    margin: 0;
    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: 0;
}
.blog-content .widget .post-title .title-shell:before {
    margin-left: -100%;
}
.blog-content .widget .post-title .title-shell:after {
    margin-right: -100%;
}
.blog-content .widget .post-title .title-shell:before,
.blog-content .widget .post-title .title-shell:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1.4em;
    position: absolute;
    vertical-align: middle;
}
.blog-content .widget .post-title  .title {
    display: inline-block;
    max-width: 70%;
    padding: 0 15px;
    margin: 0;
    word-wrap: break-word;
}

/* End Widget Post Title */


/* Widget Social Icons
====================== */

.blog-content .widget .widget-social-icons {flex-wrap: wrap;}
.blog-content .widget .social-icons-content {
    display: flex;
    display: -webkit-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 .social-icons-content.center,
.adaptive-mobile .l-footer .blog-content .widget .social-icons-content.left,
.adaptive-mobile .l-footer .blog-content .widget .social-icons-content.right {
    -webkit-justify-content: center;
    justify-content: center;
}
.blog-content .widget .social-icons-content.left {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.blog-content .widget .social-icons-content.right {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.blog-content .widget .social-icons-content a,
.blog-content .widget .social-icons-content i {
    font-size: 2em;
    line-height: 2em;
    text-decoration: none;
}
.blog-content .widget .social-icons-content .asi-icon-box { flex: 0 1 auto; margin: 10px;  }
.blog-content .widget .social-icons-content .asi-icon-box  .asi-icon {}
.blog-content .widget .social-icons-content.left .asi-icon-box:first-child { margin-left: 0 !important; }
.blog-content .widget .social-icons-content.right .asi-icon-box:last-child { margin-right: 0 !important; }

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

/* 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: 0;
    margin: 0;
    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: 0;
}
.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: 0;
    word-break: break-word;
    word-wrap: 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: 0 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;}
.blog-content .widget .aside-social-icons-content {
    display: flex; 
    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: 0; }
.aside-menu .aside-menu-content.align-right.aside-menu-content-set3 .asm-category { padding-right: 0; }

.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: 0;
}

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

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

/* ------- Start Aside Subscribe ------- */

.element.aside-subscribe .subscribe-button {
    cursor: pointer;
    text-align: center;
    padding: 11px 0;
    text-transform: uppercase;
    border: 1px solid #626262;

    font-size: 9px;
    font-weight: 400;
}
.element.aside-subscribe .subscribe-button.submitting {
    opacity: 0.8;
    background: url('../images/preloader.gif') no-repeat center;
    background-size: 32px;
    text-indent: 999%;
}

.element.aside-subscribe .subscribe-form .text-above {
    margin-bottom: 25px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.element.aside-subscribe .subscribe-form .full-name.show {
    margin-top: 0;
}
.element.aside-subscribe .subscribe-form input {
    width: 100%;
    margin-bottom: 14px;
    text-transform: uppercase;
    background-color: #eee;
    font-weight: 400;
    padding: 11px 15px;

    /* from bootstrap-select.css:244 */
    line-height: 1;
    border: 1px solid #cbcbcb;
    vertical-align: middle;
    resize: none;
}

.element.aside-subscribe .subscribe-form input::-webkit-input-placeholder {
    text-align: center;
}

.element.aside-subscribe .subscribe-form .block-error {
    font-size: 9px;
    font-weight: 400;
    color: red;
    margin-bottom: 4px;
}

.element.aside-subscribe .subscribe-form .successSubscribe {
    padding: 0 15px 15px;
    text-align: center;
}

.element.aside-subscribe .subscribe-button,
.element.aside-subscribe .subscribe-form input,
.element.aside-subscribe #progressButton {
    border: 0;
    text-transform: none;
    padding: 0;
    height: 40px;
    line-height: 18px;
}

.element.aside-subscribe .subscribe-button {
    display: table-cell;
    vertical-align: middle;
    line-height: 0;
}

.element.aside-subscribe .subscribe-form input[type="text"] {
    text-align: center;
    line-height: 40px;
    -webkit-appearance: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.element.aside-subscribe,
.element.post-subscribe
{
    position: relative;
}

#progressButton .content {
    padding: 0;
    overflow: visible;
    display: inline;
    margin: 0 auto;
}

#progressButton {
    display: block;
}

.aside .aside-subscribe input:focus {
    outline:none;
}

.aside .aside-subscribe #progressButton .content {
    letter-spacing: normal;
}
/* ------- End Aside Subscribe ------- */

.blog-content .widget .element.simple-image.circle .image-box {
    image-rendering: pixelated;
}

.blog-content .widget .post-title .title-shell {
    padding: 0;
}

/* Bootstrap widgets grid */

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

body.mobile .post-body .row {
    margin-bottom: 0;
}

.row:after {
    clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    /*
     * Widget indent
     */
/*
    .element.post-indent {display: none}
    .col-md-24 .element.post-indent {display: block}
*/

.widget[data-type="post-indent"] {display: block; }

.col:not(.col-md-24) > .widget:first-child:last-child[data-type="post-indent"] {
    display: none;
}

@media (max-width: 760px) {
    body.tablet .widget[data-type="post-vertical-break-line"],
    body.desktop .widget[data-type="post-vertical-break-line"] {display: none; }
}

@media (min-width: 760px) {

    .widget[data-type="post-indent"] {display: block !important; }

    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
        float: left;
    }

    .col-md-24 {
        width: 100%;
    }

    .col-md-23 {
        width: 95.83333333%;
    }

    .col-md-22 {
        width: 91.66666667%;
    }

    .col-md-21 {
        width: 87.5%;
    }

    .col-md-20 {
        width: 83.33333333%;
    }

    .col-md-19 {
        width: 79.16666667%;
    }

    .col-md-18 {
        width: 75%;
    }

    .col-md-17 {
        width: 70.83333333%;
    }

    .col-md-16 {
        width: 66.66666667%;
    }

    .col-md-15 {
        width: 62.5%;
    }

    .col-md-14 {
        width: 58.33333333%;
    }

    .col-md-13 {
        width: 54.16666667%;
    }

    .col-md-12 {
        width: 50%;
    }

    .col-md-11 {
        width: 45.83333333%;
    }

    .col-md-10 {
        width: 41.66666667%;
    }

    .col-md-9 {
        width: 37.5%;
    }

    .col-md-8 {
        width: 33.33333333%;
    }

    .col-md-7 {
        width: 29.16666667%;
    }

    .col-md-6 {
        width: 25%;
    }

    .col-md-5 {
        width: 20.83333333%;
    }

    .col-md-4 {
        width: 16.66666667%;
    }

    .col-md-3 {
        width: 12.5%;
    }

    .col-md-2 {
        width: 8.33333333%;
    }

    .col-md-1 {
        width: 4.16666667%;
    }
}

/* ------- Start Post Subscribe ------- */

.post-subscribe {
    margin-bottom: -10px;
}

.post-subscribe .subscribe-form,
.subscribe-checkbox{
    margin-bottom: 10px;
}

.post-subscribe .subscribe-form > div {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 10px;
    min-height: 100%;
    position: relative;
    float: none;
    display: table-cell;
    vertical-align: top;
}

.post-subscribe .subscribe-form > div {
    width: 50%;
}

.post-subscribe.moreElements .subscribe-form > div {
    width: 25%;
}

.post-subscribe .subscribe-form > div {
    width: 50%;
}

.blog-content-box .col-md-15 .post-subscribe:not(.moreElements) div.row-email,
.blog-content-box .col-md-16 .post-subscribe:not(.moreElements) div.row-email,
.blog-content-box .col-md-17 .post-subscribe:not(.moreElements) div.row-email,
.blog-content-box .col-md-18 .post-subscribe:not(.moreElements) div.row-email,
.blog-content-box .col-md-19 .post-subscribe:not(.moreElements) div.row-email,
.blog-content-box .col-md-20 .post-subscribe:not(.moreElements) div.row-email,
.blog-content-box .col-md-21 .post-subscribe:not(.moreElements) div.row-email,
.blog-content-box .col-md-22 .post-subscribe:not(.moreElements) div.row-email,
.blog-content-box .col-md-23 .post-subscribe:not(.moreElements) div.row-email,
.blog-content-box .col-md-24 .post-subscribe:not(.moreElements) div.row-email {
    width: 75%;
}

.blog-content-box .col-md-15 .post-subscribe:not(.moreElements) div.row-submit,
.blog-content-box .col-md-16 .post-subscribe:not(.moreElements) div.row-submit,
.blog-content-box .col-md-17 .post-subscribe:not(.moreElements) div.row-submit,
.blog-content-box .col-md-18 .post-subscribe:not(.moreElements) div.row-submit,
.blog-content-box .col-md-19 .post-subscribe:not(.moreElements) div.row-submit,
.blog-content-box .col-md-20 .post-subscribe:not(.moreElements) div.row-submit,
.blog-content-box .col-md-21 .post-subscribe:not(.moreElements) div.row-submit,
.blog-content-box .col-md-22 .post-subscribe:not(.moreElements) div.row-submit,
.blog-content-box .col-md-23 .post-subscribe:not(.moreElements) div.row-submit,
.blog-content-box .col-md-24 .post-subscribe:not(.moreElements) div.row-submit {
    width: 25%;
}

.post-subscribe * {
    box-sizing: border-box;

}

@media (max-width: 760px) {
    .col-sf-6, .col-sf-12 {
        width: 100% !important;
        display: block !important;
        padding-bottom: 10px;
        padding-right: 0 !important;
    }
}

.col-sf-12 {
    width: 50%;
}

.col-sf-6 {
    width: 25%;
}

.subscribe-form input.form-input-error {
    border: red 1px solid !important;
}

.col-md-4 .element.post-subscribe .subscribe-form input[type="text"],
.col-md-5 .element.post-subscribe .subscribe-form input[type="text"],
.col-md-6 .element.post-subscribe .subscribe-form input[type="text"]
{
    text-align: center;
}

.col-md-4 .element.post-subscribe .subscribe-form input::-webkit-input-placeholder,
.col-md-5 .element.post-subscribe .subscribe-form input::-webkit-input-placeholder,
.col-md-6 .element.post-subscribe .subscribe-form input::-webkit-input-placeholder{
    text-align: center;
}


/* ���� ������ �������� �� 6 �������, �� ������ � ������ ������������� ���� ��� ������ */

.col-md-4 .post-subscribe .col-sf-12, .col-md-4 .post-subscribe .col-sf-6,
.col-md-5 .post-subscribe .col-sf-12, .col-md-5 .post-subscribe .col-sf-6,
.col-md-6 .post-subscribe .col-sf-12, .col-md-6 .post-subscribe .col-sf-6,

    /* ���� ������ �������� �� 6 �� 20 �������, �� � ���� ������, ����
     ����� ������ ������ - ������ � ������ ������������� ���� ��� ������ */

.col-md-4 .post-subscribe.moreElements .col-sf-12, .col-md-4 .post-subscribe.moreElements .col-sf-6,
.col-md-5 .post-subscribe.moreElements .col-sf-12, .col-md-5 .post-subscribe.moreElements .col-sf-6,
.col-md-6 .post-subscribe.moreElements .col-sf-12, .col-md-6 .post-subscribe.moreElements .col-sf-6,
.col-md-7 .post-subscribe.moreElements .col-sf-12, .col-md-7 .post-subscribe.moreElements .col-sf-6,
.col-md-8 .post-subscribe.moreElements .col-sf-12, .col-md-8 .post-subscribe.moreElements .col-sf-6,
.col-md-9 .post-subscribe.moreElements .col-sf-12, .col-md-9 .post-subscribe.moreElements .col-sf-6,
.col-md-10 .post-subscribe.moreElements .col-sf-12, .col-md-10 .post-subscribe.moreElements .col-sf-6,
.col-md-11 .post-subscribe.moreElements .col-sf-12, .col-md-11 .post-subscribe.moreElements .col-sf-6,
.col-md-12 .post-subscribe.moreElements .col-sf-12, .col-md-12 .post-subscribe.moreElements .col-sf-6,
.col-md-13 .post-subscribe.moreElements .col-sf-12, .col-md-13 .post-subscribe.moreElements .col-sf-6,
.col-md-14 .post-subscribe.moreElements .col-sf-12, .col-md-14 .post-subscribe.moreElements .col-sf-6,
.col-md-15 .post-subscribe.moreElements .col-sf-12, .col-md-15 .post-subscribe.moreElements .col-sf-6,
.col-md-16 .post-subscribe.moreElements .col-sf-12, .col-md-16 .post-subscribe.moreElements .col-sf-6,
.col-md-17 .post-subscribe.moreElements .col-sf-12, .col-md-17 .post-subscribe.moreElements .col-sf-6,
.col-md-18 .post-subscribe.moreElements .col-sf-12, .col-md-18 .post-subscribe.moreElements .col-sf-6,
.col-md-19 .post-subscribe.moreElements .col-sf-12, .col-md-19 .post-subscribe.moreElements .col-sf-6,
.col-md-20 .post-subscribe.moreElements .col-sf-12, .col-md-20 .post-subscribe.moreElements .col-sf-6
{
    width: 100%;
    display: block;
    padding-bottom: 10px;
    padding-right: 0;
}

.post-subscribe .col-sf-6:last-child, .post-subscribe .col-sf-12:last-child {
    padding-bottom: 0 !important;
    padding-right: 0 !important;
}


.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.element.post-subscribe > .message {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
}

.element.post-subscribe .subscribe-button {
    cursor: pointer;
    text-align: center;
    padding: 11px 0;
    text-transform: uppercase;
    border: 1px solid #626262;

    font-size: 9px;
    font-weight: 400;
}
.element.post-subscribe .subscribe-button.submitting {
    opacity: 0.8;
    background: url('../images/preloader.gif') no-repeat center;
    background-size: 32px;
    text-indent: 999%;
}

.element.post-subscribe .subscribe-form .text-above {
    margin-bottom: 25px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.element.post-subscribe .subscribe-form .full-name.show {
    margin-top: 0;
}
.element.post-subscribe .subscribe-form input {
    width: 100%;
    text-transform: uppercase;
    background-color: #eee;
    font-weight: 400;
    padding: 10px 15px;

    /* from bootstrap-select.css:244 */
    line-height: 1;
    border: 1px solid #cbcbcb;
    vertical-align: middle;
    resize: none;
}

.element.post-subscribe .subscribe-form input::-webkit-input-placeholder {
    text-align: left;
}

.element.post-subscribe .subscribe-form .block-error {
    font-size: 9px;
    font-weight: 400;
    color: red;
    margin-bottom: 4px;
    display: table-row;
}

.element.post-subscribe .subscribe-form .successSubscribe {
    padding: 0 15px 15px;
    text-align: center;
}

.element.post-subscribe .subscribe-button,
.element.post-subscribe .subscribe-form input,
.element.post-subscribe #progressButton {
    border: 0;
    text-transform: none;
    height: 40px;
    width: 100%;
    line-height: 18px;
}

.element.post-subscribe .subscribe-button {
    display: table-cell;
    vertical-align: middle;
    line-height: 0;
}

.element.post-subscribe .subscribe-form input[type="text"] {
    text-align: left;
    line-height: 40px;
    -webkit-appearance: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.element.post-subscribe .subscribe-form {
    display: table;
    width: 100%;
}

#progressButton .content {
    padding: 0;
    overflow: visible;
    display: inline;
}

#progressButton {
    display: block;
}

.post-subscribe input:focus {
    outline:none;
}

.post-subscribe #progressButton .content {
    letter-spacing: normal;
}

.element.post-subscribe {
    width: 100%;
    display: table;
    /* background-color: #ffffff !important; */
}

.element.post-subscribe.active .subscribe-button {
    width: 100%;
    line-height: 40px;
}

/* ------- End Post Subscribe ------- */


/* ------- Post Form ------- */

.element.post-form .form__fields-row {
    clear: both;
 }
.element.post-form .form__fields-row.row-no-column {
    margin-left: 0;
    margin-right: 0;
}

.element.post-form .form__checkbox_label .form__checkbox {
    visibility: hidden;
}

.element.post-form .form__field_file {
    width: 100%;
}

.file_upload input[type=file]{
    position: absolute;
    top: 0;
    visibility: hidden
}

/* form in popup */

.element.post-form .form__btn_popup_open.disable {
    pointer-events: none;
}

#post-content .element.post-form form[data-popup="1"] .form__fields-row:not(.btn_open_popup) {
    display: none;
}

body.dialog-active {
    overflow: hidden;
}

.ui-dialog.dialog-widget-form-popup {
    background: rgb(244, 244,244);
    outline: none;
    padding: 80px;
    z-index: 9999;
    /*overflow: hidden;*/
    /*min-width: 80%;*/
    /*max-width: 80% !important;*/
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
    box-sizing: border-box;
}

.dialog-widget-form-popup.dialogOverflow {
    top: 50px !important;
    margin-bottom: 50px;
}

body.mobile .dialog-widget-form-popup {
    padding: 40px;
    /*min-width: 90%;
    max-width: 90% !important;*/
    top: 0 !important;
    bottom: 0;
    min-height: 100%;
    margin-bottom: 0;
}
body.mobile .dialog-widget-form-popup .close-popup {
    right: 10px;
    top: 6px;
}

.dialog-widget-form-popup .title-form {
    margin: 0 auto 80px;
    word-wrap: break-word;
    word-break: break-word;
    line-height: 1;
}
#post-content .element.post-form .title-form {
    display: none;
}
body.mobile .dialog-widget-form-popup .title-form {
    margin-bottom: 40px;
}

.dialog-widget-form-popup .close-popup {
    position: absolute;
    right: 20px;
    top: 16px;

    cursor: pointer;
    transform: rotate(45deg);
    font-family: Verdana;
    font-size: 24px;
    color: #000000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dialog-widget-form-popup .close-popup:hover {
    opacity: .7;
}


.dialog-widget-form-popup .ui-dialog-titlebar {
    display: none;
}

body.dialog-active #dialog-wrap {
    display: block;
}
#dialog-wrap {
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 1000;

    overflow-y: auto;
    overflow-x: hidden;
    display: none;
}
.form__btn span.progress-inner,
.form__btn span.progress-content,
.form__btn span.progress {
    padding: 0 !important;
}
.form__btn span.progress-inner {
    z-index: 1;
}
.form__btn .progress {
    position: static;
}
.form__btn.progress-button {
    overflow: hidden;
    text-transform: none;
    word-wrap: break-word;
    word-break: normal;
    max-width: 100%;
    padding: 18px 20px;
    text-align: center;
    min-height: auto;
}

.element .post-form-content,
.element.post-form.ui-dialog-content {
    position: relative;
    /*overflow: hidden;*/
}

.post-form-content form {
    margin-bottom: 0;
}

.post-form-content .success-message,
.element.post-form.ui-dialog-content .success-message {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.post-form-content .form__btn.form__btn_popup_open {
    border: none;
    max-width: 100%;
    word-wrap: break-word;
    word-break: normal;
}
.element.post-form .form__field_file {
    height: auto;
}
.form__fields-row .form__field-box .form__field_file .text {
    text-decoration: underline;
}

.form__fields-row .form__field-box .form__field_file {
    border-style: dashed;
    height: auto;
    text-align: left;
    background-color: transparent;
}

.element.post-form .file-preview .file-preview-frame {
    height: auto !important;
}

.form__field-box .file-uploader_cont.file-preview {
    background: transparent;
    margin-bottom: 0;
}
.file-uploader_cont .file-thumbnail-footer {
    padding-bottom: 20px;
}
.file-uploader_cont .file-drop-zone {
    z-index: 9;
}
.element.post-form .form__textarea {
    display: block;
}
.element.post-form .unable-to-connect {
    color: #FF3838 !important;
    word-wrap: break-word;
    word-break: break-all;
    text-align: center;
}
.element.post-form .hided {
    opacity: 0;
}
.element.post-form .file-preview-status {
    display: none;
}

/* fix julia priority selector - fix 70 (#127571457) */
.element.post-form input[type="text"], input[type="email"] {
    border-style: solid;
}

.element.post-form .selectize-dropdown-content .option {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.element.post-form .selectize-input.items {
    min-width: 100%;
}

.element.post-form .form__btn.forcePadding {
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100% !important;
}
.element.post-form .form__checkbox_text span {
    flex: 100%;
}
.element.post-form .mh55 {
    height: 55px;
}
.element.post-form .file-drop-zone-title:before {
    text-decoration: none;
}
.element.post-form .file-drop-zone-title {
    padding-top: 11px;
}

.pl-container.touchActionNone {
    -ms-touch-action: none;
    touch-action: none;
}

/* ------- End Post Form ------- */

.aside-social-icons i,
.aside-social-icons > label,
.widget-social-icons i,
.widget-social-icons > label,
.setting-social-icons i,
.setting-social-icons > label {
    font-family: 'social-icons-v2';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.adaptive-tablet .element.post-indent .indent-inner {
    max-height: 60px;
}

.adaptive-mobile .element.post-indent .indent-inner {
    max-height: 40px;
}

footer.l-footer .adaptive-mobile .blog-content .widget .simple-text .text-box p {
    text-align: center !important;
}