/*
 * Page Full width
 *
*/
.page-template-cse-fw .el-content,
.page-template-cse-fw .entry-footer,
.page-template-archive .el-content,
.page-template-archive .entry-footer,
.page-template-full .el-content,
.page-template-full-2 .el-content,
.page-template-full .entry-footer,
.page-template-full-2 .entry-footer,
.single-full .el-content,
.single-full .entry-footer {max-width:100%;width:100%;margin:0 auto}
/*
 * ADS : Above Thumbnail
 *
*/
.sad{width:100%;margin-bottom:15px;text-align:center}
.sad a img{display:block;height:auto;max-width:100%;margin:auto auto}
.sad .aligncenter{margin:auto;display:table}
.sad::before,
.sad::after {clear:both;content:"";display:block;}
/*
 * Post : Titles
 *
*/
.content-typography h1.title{margin:5px 0 5px;padding:0 0 5px}
.content-typography h2.title{margin:0 0 5px;padding:0 0 5px}
.dark #infinite .content-typography h1.title a,
.dark .content-typography h1.title{color:#fff!important}
.page .content-typography h1.title{margin:5px 0 20px}
.page .content-typography h2.title{margin:5px 0 10px}
/*
 * Single
 *
 * Post :  Meta info
 *
*/
.meta{float:left;padding:5px 0;width:100%;margin-bottom:10px;color:#555;border-bottom:1px solid #e9edf0;border-top:1px solid #e9edf0}
.meta span{color:#5d6769;display:inline-block;height:25px;line-height:25px}
.meta span:after{color:#5d6769;content:"\2022";font-family:sans-serif;font-size:14px;padding:0 5px}
.meta span:last-child:after{content:"";padding:0 2px}
.meta span a:hover{text-decoration:underline}
.meta span small{font-size:100%}
.meta span cite{font-style:normal}
.meta span.postby{text-transform:capitalize}
.rtl .meta{float:right}
.rtl .meta span:after{padding:0 5px}
.rtl .meta span:last-child:after{content:"";padding:0 2px}
.dark .meta{border-color:#272F34}
.dark .meta,
.dark .meta span{color:#bdc1c6!important}
.dark .meta span:after{color:#bdc1c6!important}
@media only screen and (max-width:560px) {
	.meta span{display:block}
	.meta span:after{content:"";padding:0}
	.rtl .meta span:after{padding:0}
}
/*
 * Post Thumbnail
*/
.post-thumbnail{overflow:hidden;display:block;position:relative;width:100%;margin:0 auto 20px}
.post-thumbnail img{width:100%}
.post-thumbnail .caption{line-height:1.5;text-align:center;bottom:0;color:#656c7a;float:left;padding:10px;position:relative;width:100%;border-bottom:1px solid #e9edf0;}
.post-thumbnail .pinit{background-color:#ca2127;height:46px;left:5px;position:absolute;text-align:center;top:5px;width:46px;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;}
.post-thumbnail .pinit .svg-pinit{display:inline-block;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:32px 32px;width:32px;height:46px}
.rtl .post-thumbnail .pinit{left:auto;right:5px}
.single-full .post-thumbnail{width:100%}
.w986 .single-full .post-thumbnail{max-width:100%}
.dark .post-thumbnail .caption{background-color:#384046;border-bottom:1px solid #2c3338;color:#fff}
/*
 * Content style
*/
.el-content::before,
.el-content::after {clear:both;content:"";display:block}
.el-content img{height:auto;max-width:100%}
.el-content p:not(.skip_css),
.el-content div:not(.skip_css){margin-bottom:15px}
.el-content p:not(.skip_css){word-break:break-word}
.el-content .alert p:last-child{margin-bottom:0 !important}
.el-content ul,
.el-content ol{margin:0 20px 15px}
.el-content ul li,
.el-content ol li{margin:0 0 0 20px;padding:0 0 5px}
.el-content ul.is-style-unstyled,
.el-content ul.unstyled{list-style:none}
.el-content ul.is-style-unstyled li,
.el-content ul.unstyled li{margin:0 0 0 20px}
.el-content ul.is-style-list-inline,
.el-content ul.list-inline{list-style:none}
.el-content ul.is-style-list-inline li,
.el-content ul.list-inline li{display:inline-block;margin:0 10px 0 0;width:auto}
.el-content pre{background-color:#fcfcfc;border:1px solid #ddd;color:#000;direction:ltr;display:block;float:left;font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:90%;margin:0 0 10px;overflow-x:visible;overflow-y:hidden;padding:2%;width:100%}
.dark .el-content pre{background-color:#2c3338;border:1px solid #2c3338;color:#fff}
.page-template-archive .el-content img{width:100%}
.rtl .el-content ul li,
.rtl .el-content ol li{margin:0 20px 0 0}
.rtl .el-content ul.is-style-unstyled li,
.rtl .el-content ul.unstyled li{margin:0 20px 0 0}
.rtl .el-content ul.is-style-list-inline li,
.rtl.el-content ul.list-inline li{margin:0 0 0 10px}
@media only screen and (max-width:430px) {
	.el-content ul li,
	.el-content ol li{width:91%!important}
}
.content-typography h1,
.content-typography h2,
.content-typography h3,
.content-typography h4,
.content-typography h5,
.content-typography h6{margin:0 0 15px;padding:5px 0}
/*
 * Custom Author Avatar
 *
*/
.author-thumb{margin-top:10px!important;margin-right:15px!important;width:100px;height:100px}
.rtl .author-thumb{margin-left:15px!important;margin-right:0!important}
.author-thumb img{width:100px;height:100px}
@media only screen and (max-width:559px){
	.author-thumb{width:111px!important;margin-left:10px!important;float:right!important}
	.rtl .author-thumb{float:left!important;margin-left:0!important;margin-right:10px!important}
}
/*
 * Google Document Viewer
*/
.docview{float:left;width:100%;margin:0 0 15px}
.rtl .docview{float:right}
.w1170 .docview{max-height:700px;min-height:700px}
.w986 .docview{max-height:500px;min-height:500px}
.gdocsviewer {width:100%;display:block}
@media only screen and ( max-width:1219px ){
	.w1170 .docview,
	.w986 .docview{max-height:500px;min-height:500px}
}
/*
 * Blockquote CSS
 *
*/
blockquote{background-color:#f8f8f8;color:#111;border-left:5px solid #6c7781;float:left;margin:0 0 15px;padding:20px 2% 10px;position:relative;quotes:'\201C' '\201D' '\2018' '\2019';width:100%}
blockquote p:before{font-family:arial;color:#6c7781;content:open-quote;font-size:4em;line-height:.1em;margin-right:.1em;vertical-align:-.45em}
blockquote p:after{content:close-quote;font-family:arial;color:#6c7781;font-size:4em;line-height:.1em;margin-left:.1em;vertical-align:-.45em}
blockquote p{display:inline;color:#111;margin:0 0 5px}
blockquote cite,
blockquote footer{color:#6c7781;font-size:13px;margin-top:1em;position:relative;font-style:normal;display:block}
.rtl blockquote{quotes:'\201D' '\201C' '\2018' '\2019';border-left:none;border-right:5px solid #6c7781;position:relative;float:right}
.rtl blockquote p:before{margin-left:.1em;margin-right:0}
.rtl blockquote p:after{margin-left:0;margin-right:.1em}
/*
 * Align and Caption
 *
*/
.alignnone{margin:5px 0 20px}
.aligncenter,
div.aligncenter{display:block;margin:5px auto;text-align:center}
.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 0 20px}
a img.alignleft{float:left;margin:5px 20px 20px 0}
a img.aligncenter{display:block;margin-left:auto;margin-right:auto}
.wp-caption{background-color:#f3f3f3;max-width:100%;padding:0;text-align:center;display:block;margin-bottom:15px}
.dark .wp-caption{background-color:#384046}
.wp-caption img,.wp-caption a{display:block}
.wp-caption.alignnone{margin:5px 0 20px}
.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;padding:0;width:100%}
.wp-caption .wp-caption-text{font-size:12px;line-height:21px;margin:0;padding:5px;display:block}
figcaption.wp-caption-text{line-height:17px;margin:5px 0;padding:5px;display:inline-block}
/*
 * Gutenberg image align and caption
 *
*/
.wp-block-image{max-width:100%;margin-bottom:1em;margin-left:0;margin-right:0}
.wp-block-image img{max-width:100%}
.wp-block-image.aligncenter{text-align:center}
.wp-block-image.alignfull img,
.wp-block-image.alignwide img{width:100%}
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image .aligncenter,
.wp-block-image.is-resized{display:table;margin-left:0;margin-right:0}
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image .aligncenter > figcaption,
.wp-block-image.is-resized > figcaption{display:table-caption;caption-side:bottom}
.wp-block-image .alignleft{float:left;margin-right:1em}
.wp-block-image .alignright{float:right;margin-left:1em}
.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}
.wp-block-image figcaption{background-color:#f3f3f3;margin-top:-9px;margin-bottom:0;text-align:center;padding:5px 10px;line-height:1.9}
.dark .wp-block-image figcaption{background-color:#384046}
.wp-block-image .alignright{margin:0 0 0 20px!important}
.wp-block-image .alignleft{margin:0 20px 0 0!important}
/*
 * Helper for Bootstrap alert
*/
.el-content .content-note{float:left;margin:0!important;width:100%}
.rtl .el-content .content-note{float:right}
/*
 * Posts : Source
*/
.post-source{text-transform:capitalize}
.post-source strong{color:#111!important;margin-right:10px;text-transform:capitalize}
.dark .post-source strong{color:#fff!important}
.rtl .post-source strong{margin-left:10px;margin-right:0}
.post-by,
.post-by span{color:#E60000!important;font-weight:700;text-transform:capitalize}
.post-by a{color:#E60000!important}
/*
 * Post : Tags
 *
*/
.tags{display:table;margin:10px 0;width:100%}
.tags span{display:inline-block;margin-right:10px}
.tags a{display:inline-block;border:1px solid #e9edf0;border-radius:5px;color:#000;padding:8px 10px;margin:5px;text-transform:capitalize}
.rtl .tags span{margin-left:10px;margin-right:0}
.dark .tags a{border-color:#384046;color:#ddd;background-color:#272F34}
@media only screen and (max-width:430px) {
	.tags span{display:table-cell;min-width:90px!important}
}
/*
 * Post : Shortlink
 *
*/
.post-shortlink{margin:10px 0;width:100%}
.post-shortlink input{display:inline-block;background-color:#fff;border:1px solid #e9edf0;border-radius:5px;margin-left:10px;min-width:170px;outline:medium none;padding:5px;position:relative;text-align:left;padding:5px;line-height:1.5}
.dark .post-shortlink input{background-color:#272F34;border: 1px solid #272F34;color:#fff}
.rtl .post-shortlink input{margin-left:0;margin-right:10px;text-align:left}
@media only screen and (max-width:430px) {
	.post-shortlink input{width:160px!important}
}
/*
 * Custom Bullet
*/
ul.wcb-button{position:relative;display:block}
ul.wcb-button li{list-style-type:none!important;}
.cb-common li:before{position:absolute;left:-5px;margin-top:3px;background-size:21px 30px;display:inline-block;height:30px;width:21px;content:' '}
.rtl .cb-common li:before{left:auto;right:-5px}
/*
 * Custom Bullet (Gutenberg Support)
*/
.is-style-check-button,.is-style-check-button-b,.is-style-cross-button,.is-style-plus-button,.is-style-circle-plus-button,.is-style-circle-cross-button,.is-style-star-button,.is-style-warning-button,.is-style-idea-button,.is-style-arrow-button,.is-style-pencil-square-button{position:relative;display:inline-block;width:100%}
.is-style-check-button li,.is-style-check-button-b li,.is-style-cross-button li,.is-style-plus-button li,.is-style-circle-plus-button li,.is-style-circle-cross-button li,.is-style-star-button li,.is-style-warning-button li,.is-style-idea-button li,.is-style-arrow-button li,.is-style-pencil-square-button li{list-style-type:none!important;padding-right:8px!important}
.rtl .is-style-check-button li,.rtl .is-style-check-button-b li,.rtl .is-style-cross-button li,.rtl .is-style-plus-button li,.rtl .is-style-circle-plus-button li,.rtl .is-style-circle-cross-button li,.rtl .is-style-star-button li,.rtl .is-style-warning-button li,.rtl .is-style-idea-button li,.rtl .is-style-arrow-button li,.rtl .is-style-pencil-square-button li{padding-right:8px!important;padding-left:0!important}
.is-style-check-button li:before,.is-style-check-button-b li:before,.is-style-cross-button li:before,.is-style-plus-button li:before,.is-style-circle-plus-button li:before,.is-style-circle-cross-button li:before,.is-style-star-button li:before,.is-style-warning-button li:before,.is-style-idea-button li:before,.is-style-arrow-button li:before,.is-style-pencil-square-button li:before{position:absolute;left:0;margin-top:3px;background-size:21px 30px;display:inline-block;height:30px;width:21px;content:' '}
.rtl .is-style-check-button li:before,.rtl .is-style-check-button-b li:before,.rtl .is-style-cross-button li:before,.rtl .is-style-plus-button li:before,.rtl .is-style-circle-plus-button li:before,.rtl .is-style-circle-cross-button li:before,.rtl .is-style-star-button li:before,.rtl .is-style-warning-button li:before,.rtl .is-style-idea-button li:before,.rtl .is-style-arrow-button li:before,.rtl .is-style-pencil-square-button li:before{left:auto;right:0}
.is-style-check-button li:before,.check-button li:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1792 1792'%3E%3Cpath style='fill:%236db74f;' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/%3E%3C/svg%3E")}
.is-style-check-button-b li:before,.check-button-b li:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1792 1792'%3E%3Cpath style='fill:%234d88dc;' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/%3E%3C/svg%3E")}
.is-style-cross-button li:before,.cross-button li:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1792 1792'%3E%3Cpath style='fill:%23e7413e;' d='M1490 1322q0 40-28 68l-136 136q-28 28-68 28t-68-28l-294-294-294 294q-28 28-68 28t-68-28l-136-136q-28-28-28-68t28-68l294-294-294-294q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 294 294-294q28-28 68-28t68 28l136 136q28 28 28 68t-28 68l-294 294 294 294q28 28 28 68z' /%3E%3C/svg%3E")}
.is-style-plus-button li:before,.plus-button li:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1792 1792'%3E%3Cpath style='fill:%234D88DC;' d='M1600 736v192q0 40-28 68t-68 28h-416v416q0 40-28 68t-68 28h-192q-40 0-68-28t-28-68v-416h-416q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h416v-416q0-40 28-68t68-28h192q40 0 68 28t28 68v416h416q40 0 68 28t28 68z'/%3E%3C/svg%3E")}
.is-style-circle-plus-button li:before,.circle-plus-button li:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1792 1792'%3E%3Cpath style='fill:%234D88DC;' d='M1344 960v-128q0-26-19-45t-45-19h-256v-256q0-26-19-45t-45-19h-128q-26 0-45 19t-19 45v256h-256q-26 0-45 19t-19 45v128q0 26 19 45t45 19h256v256q0 26 19 45t45 19h128q26 0 45-19t19-45v-256h256q26 0 45-19t19-45zm320-64q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z'/%3E%3C/svg%3E")}
.is-style-circle-cross-button li:before,.circle-cross-button li:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1792 1792'%3E%3Cpath style='fill:%23E7413E;' d='M1277 1122q0-26-19-45l-181-181 181-181q19-19 19-45 0-27-19-46l-90-90q-19-19-46-19-26 0-45 19l-181 181-181-181q-19-19-45-19-27 0-46 19l-90 90q-19 19-19 46 0 26 19 45l181 181-181 181q-19 19-19 45 0 27 19 46l90 90q19 19 46 19 26 0 45-19l181-181 181 181q19 19 45 19 27 0 46-19l90-90q19-19 19-46zm387-226q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z'/%3E%3C/svg%3E")}
.is-style-star-button li:before,.star-button li:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1792 1792'%3E%3Cpath style='fill:%23f2b827;' d='M1728 647q0 22-26 48l-363 354 86 500q1 7 1 20 0 21-10.5 35.5t-30.5 14.5q-19 0-40-12l-449-236-449 236q-22 12-40 12-21 0-31.5-14.5t-10.5-35.5q0-6 2-20l86-500-364-354q-25-27-25-48 0-37 56-46l502-73 225-455q19-41 49-41t49 41l225 455 502 73q56 9 56 46z'/%3E%3C/svg%3E");}
.is-style-warning-button li:before,.warning-button li:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1792 1792'%3E%3Cpath style='fill:%23E7413E;' d='M896 128q209 0 385.5 103t279.5 279.5 103 385.5-103 385.5-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103zm128 1247v-190q0-14-9-23.5t-22-9.5h-192q-13 0-23 10t-10 23v190q0 13 10 23t23 10h192q13 0 22-9.5t9-23.5zm-2-344l18-621q0-12-10-18-10-8-24-8h-220q-14 0-24 8-10 6-10 18l17 621q0 10 10 17.5t24 7.5h185q14 0 23.5-7.5t10.5-17.5z'/%3E%3C/svg%3E")}
.is-style-idea-button li:before,.idea-button li:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1792 1792'%3E%3Cpath style='fill:%23ffd129;' d='M1120 576q0 13-9.5 22.5t-22.5 9.5-22.5-9.5-9.5-22.5q0-46-54-71t-106-25q-13 0-22.5-9.5t-9.5-22.5 9.5-22.5 22.5-9.5q50 0 99.5 16t87 54 37.5 90zm160 0q0-72-34.5-134t-90-101.5-123-62-136.5-22.5-136.5 22.5-123 62-90 101.5-34.5 134q0 101 68 180 10 11 30.5 33t30.5 33q128 153 141 298h228q13-145 141-298 10-11 30.5-33t30.5-33q68-79 68-180zm128 0q0 155-103 268-45 49-74.5 87t-59.5 95.5-34 107.5q47 28 47 82 0 37-25 64 25 27 25 64 0 52-45 81 13 23 13 47 0 46-31.5 71t-77.5 25q-20 44-60 70t-87 26-87-26-60-70q-46 0-77.5-25t-31.5-71q0-24 13-47-45-29-45-81 0-37 25-64-25-27-25-64 0-54 47-82-4-50-34-107.5t-59.5-95.5-74.5-87q-103-113-103-268 0-99 44.5-184.5t117-142 164-89 186.5-32.5 186.5 32.5 164 89 117 142 44.5 184.5z'/%3E%3C/svg%3E")}
.is-style-arrow-button li:before,.arrow-button li:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1792 1792'%3E%3Cpath style='fill:%234d88dc;' d='M1280 896q0 14-9 23l-320 320q-9 9-23 9-13 0-22.5-9.5t-9.5-22.5v-192h-352q-13 0-22.5-9.5t-9.5-22.5v-192q0-13 9.5-22.5t22.5-9.5h352v-192q0-14 9-23t23-9q12 0 24 10l319 319q9 9 9 23zm160 0q0-148-73-273t-198-198-273-73-273 73-198 198-73 273 73 273 198 198 273 73 273-73 198-198 73-273zm224 0q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z'/%3E%3C/svg%3E")}
.rtl .is-style-arrow-button li:before,.rtl .arrow-button li:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1792 1792'%3E%3Cpath style='fill:%234d88dc;' d='M1280 800v192q0 13-9.5 22.5t-22.5 9.5h-352v192q0 14-9 23t-23 9q-12 0-24-10l-319-319q-9-9-9-23t9-23l320-320q9-9 23-9 13 0 22.5 9.5t9.5 22.5v192h352q13 0 22.5 9.5t9.5 22.5zm160 96q0-148-73-273t-198-198-273-73-273 73-198 198-73 273 73 273 198 198 273 73 273-73 198-198 73-273zm224 0q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z'/%3E%3C/svg%3E")}
.is-style-pencil-square-button li:before,.pencil-square-button li:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1792 1792'%3E%3Cpath style='fill:%234D88DC;' d='M888 1184l116-116-152-152-116 116v56h96v96h56zm440-720q-16-16-33 1l-350 350q-17 17-1 33t33-1l350-350q17-17 1-33zm80 594v190q0 119-84.5 203.5t-203.5 84.5h-832q-119 0-203.5-84.5t-84.5-203.5v-832q0-119 84.5-203.5t203.5-84.5h832q63 0 117 25 15 7 18 23 3 17-9 29l-49 49q-14 14-32 8-23-6-45-6h-832q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113v-126q0-13 9-22l64-64q15-15 35-7t20 29zm-96-738l288 288-672 672h-288v-288zm444 132l-92 92-288-288 92-92q28-28 68-28t68 28l152 152q28 28 28 68t-28 68z'/%3E%3C/svg%3E")}
/*
 * Social Embeds
*/
blockquote.instagram-media{background-color:#fff!important;border-left:none!important;float:none!important;margin:auto!important;position:relative!important;quotes:unset!important;width:100%!important;display:block}
blockquote.instagram-media:after,
blockquote.instagram-media:before{color:unset!important;content:""!important;font-size:unset!important;line-height:unset!important;margin-right:unset!important;vertical-align:unset!important;display:block}
.fb_iframe_widget,
.instagram-media-rendered,
.twitter-tweet-rendered{margin-left:auto!important;margin-right:auto!important}
@media only screen and (max-width:767px){
	.block-div .fb_iframe_widget,
	.block-div .fb_iframe_widget span,
	.block-div .fb_iframe_widget span iframe[style]{width:100%!important}
}
/*
 * Heading Custom CSS 
*/
.heading-h3-1,
.heading-h3-2,
.heading-h3-3,
.heading-h3-4,
.heading-h2-1,
.heading-h2-2,
.heading-h2-3,
.heading-h2-4,
.heading-h2-5,
.is-style-heading-5,
.is-style-heading-4,
.is-style-heading-3,
.is-style-heading-2,
.is-style-heading-1{padding:5px 10px!important;line-height:2em!important}
/*
 * Heading Custom : Blue
*/
.heading-h2-1,
.heading-h3-1,
.is-style-heading-1{background-color:#d9edf7;border-left:3px solid #abd1d9;color:#31708f}
.rtl .heading-h2-1,
.rtl .heading-h3-1,
.rtl .is-style-heading-1{border-right:3px solid #abd1d9;border-left:0 none}
.dark .heading-h2-1,
.dark .heading-h3-1,
.dark .is-style-heading-1{background-color:#155C8E;border-color:#4794CA;color:#fff}
/*
 * Heading Custom : Red
*/
.heading-h2-2,
.heading-h3-2,
.is-style-heading-2{background-color:#f2dede;border-left:3px solid #d0a7ae;color:#a94442}
.rtl .heading-h2-2,
.rtl .heading-h3-2,
.rtl .is-style-heading-2{border-right:3px solid #d0a7ae;border-left:0 none}
.dark .heading-h2-2,
.dark .heading-h3-2,
.dark .is-style-heading-2{background-color:#A92313;border-color:#CE665B;color:#fff}
/*
 * Heading Custom : Green
*/
.heading-h2-3,
.heading-h3-3,
.is-style-heading-3{background-color:#dff0d8;border-left:3px solid #94b974;color:#3c763d}
.rtl .heading-h2-3,
.rtl .heading-h3-3,
.rtl .is-style-heading-3{border-right:3px solid #94b974;border-left:0 none}
.dark .heading-h2-3,
.dark .heading-h3-3,
.dark .is-style-heading-3{background-color:#006145;border-color:#289B7B;color:#fff}
/*
 * Heading Custom : Yollow
*/
.heading-h2-4,
.heading-h3-4,
.is-style-heading-4{background-color:#fcf8e3;border-left:3px solid #bfb39a;color:#8a6d3b}
.rtl .heading-h2-4,
.rtl .heading-h3-4,
.rtl .is-style-heading-4{border-right:3px solid #bfb39a;border-left:0 none}
.dark .heading-h2-4,
.dark .heading-h3-4,
.dark .is-style-heading-4{background-color:#f39c12;border-color:#ffd189;color:#000}
/*
 * Heading Custom : Gray
*/
.heading-h2-5,
.is-style-heading-5{background-color:#eff2f4;border-left:3px solid #B4BFC6;color:#000}
.rtl .heading-h2-5,
.rtl .is-style-heading-5{border-right:3px solid #B4BFC6;border-left:0 none}
.dark .heading-h2-5,
.dark .is-style-heading-5{background-color:#2c3338;border-color:#B4BFC6;color:#fff}
/*
 * Pros & Cons
*/
.proscons-title{font-size:17px!important;font-weight:700!important}
.proscons-wrapper{display:flex;width:100%;overflow:hidden;position:relative}
.proscons-column{display:inline-block;margin:0 2% 0 0;vertical-align:top;width:49%}
.rtl .proscons-column{margin:0 0 0 2%}
.proscons-column:last-child{margin:0}
.proscons-column-ul{background-color:#fff;border:5px solid #e9edf0;margin:0!important;position:relative;padding:5px 10px;width:100%}
.proscons-title{color:#fff!important;padding:5px 10px;text-indent:5px;margin:0!important}
.proscons-title-bg1{background-color:#6db74f}
.proscons-title-bg2{background-color:#CC3941}
.dark .proscons-column-ul{background-color:#1d2327;border-color:#2c3338}
@media only screen and (max-width:767px){
	.proscons-wrapper{display:block;width:100%}
	.proscons-column{display:block;width:100%}
}
.proscons-wrapper ul.wcb-button{margin:0 10px 15px}
.rtl .proscons-wrapper ul.wcb-button{margin:0 10px 15px}
/*
 * NextPage center
*/
.pagination-text .centered.centered-margin a{margin:5px}
/*
 * Description list
*/
.el-content dl{margin-bottom:20px;margin-top:5px}
.el-content dt,
.el-content dd{margin:0 0 3px}
.el-content dt{color:#111;font-weight:700}
.el-content dd{color:#444;margin-left:0}
.el-content .dl-horizontal{margin:5px 0 10px}
.el-content .dl-horizontal dd:before,
.el-content .dl-horizontal dd:after{display:table;content:" "}
.el-content .dl-horizontal dd:after{clear:both}
.rtl .el-content dd{margin-left:auto;margin-right:0}
@media (min-width:768px){
	.el-content .dl-horizontal dt{clear:left;float:left;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap;width:160px}
	.el-content .dl-horizontal dd{margin-left:180px}
	.rtl .el-content .dl-horizontal dt{float:right;clear:right;text-align:left}
	.rtl .el-content .dl-horizontal dd{margin-left:0;margin-right:180px}
}
/*
 * Custom Gallery
 *
*/
.entry-gallery-show{display:none;}
.entry-gallery{float:left;margin-bottom:15px;overflow:hidden;position:relative;width:100%;z-index:0}
.entry-gallery img{height:100%!important;left:0;position:absolute;top:0;width:100%!important}
.entry-gallery .next,
.entry-gallery .prev{color:#fff;font-size:40px;height:40px;position:absolute;text-align:center;top:52%;width:40px;z-index:1000;-ms-transform: translateY(-50%);transform: translateY(-50%);}
.entry-gallery .next svg,
.entry-gallery .prev svg{fill:#333;height:36px;width:36px;background-color:#fff;border-radius:50%}
.entry-gallery .prev{right:10px}
.entry-gallery .next{left:10px}
.gallery-content{height:100%;margin:0 auto;position:relative;width:100%}
.gallery-content .cgal_item{height:0;overflow:hidden;padding-bottom:56.25%;position:relative;width:100%}
.gallery-content .cgal_item div{bottom:3px;color:#fff;float:left;left:0;list-style:none!important;position:absolute}
.gallery-content .sg-overlay{color:#fff;left:5px;padding:5px 10px;position:absolute;top:5px;width:auto!important;z-index:1000;border-radius:2px}
.rtl .entry-gallery{float:right}
.entry-gallery-loader{padding-bottom:56.25%}
.entry-gallery-loader{margin:10px 0 0;height:0;overflow:hidden;position:relative;width:100%}
.entry-gallery-loader span{left:45%;position:absolute;top:45%;background-color:#333;-webkit-animation:sk-scaleout 1s infinite ease-in-out;-webkit-border-radius:100%;animation:sk-scaleout 1s infinite ease-in-out;border-radius:100%;height:50px;width:50px}
@media only screen and ( max-width:1219px ){
	.entry-gallery{max-height:363px}
	.single-full .entry-gallery{max-height:555px}
}
/*
 * Next Post & Prev Post
*/
.post-nav{display:table;margin:10px 0;width:100%}
.post-nav ul{list-style:none}
.post-nav li{position:relative;width:43%}
.post-nav li span{color:#555;display:block;font-size:12px}
.dark .post-nav li span{color:#ccc}
.post-nav li a:after{color:#ccc;font-size:56px;height:28px;line-height:22px;margin-top:-11px;position:absolute;top:34%;font-family:arial, "sans-serif"}
.post-nav li.post-prev{float:left}
.post-nav li.post-next{float:right;text-align:right}
.post-nav li.post-next a:after{content:"\00bb";right:0}
.post-nav li.post-prev a:after{content:"\00ab";left:0}
.post-prev{padding-left:7%}
.post-next{padding-right:7%}
.rtl .post-nav li.post-prev{float:right}
.rtl .post-nav li.post-next{float:left;text-align:left}
.rtl .post-nav li.post-next a:after{content:"\00bb";left:0;right:auto}
.rtl .post-nav li.post-prev a:after{content:"\00ab";left:auto;right:0}
.rtl .post-prev{padding-left:0;padding-right:7%}
.rtl .post-next{padding-left:7%;padding-right:0}
@media only screen and (max-width:559px){
	.post-nav li{width:100%!important}
	.post-nav li a:after{display:none}
	.post-prev{padding-right:3%;margin-bottom:10px;padding-bottom:10px;border-bottom:1px dashed #e9edf0}
	.dark .post-prev{border-color:#272F34}
	.post-next{padding-left:3%}
	.rtl .post-prev{padding-left:3%}
	.rtl .post-next{padding-right:3%}
}
/*
 * Post Share Buttons
*/
.share{color:#111;display:table;margin:0 0 5px;overflow:hidden;padding:3px 0;width:100%}
.share-left{display:table-cell;float:right;max-height:65px;overflow:hidden;padding:2px 0 0}
.share-left .google,
.share-left .facebook{display:inline-block!important;margin-bottom:0;padding:0 5px;vertical-align:top}
.share-right{display:table-cell;vertical-align:top}
.share-post{list-style:none;display:table;width:100%;margin:0 0 15px;padding:0}
.share-post li{display:table-cell;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;border:2px solid #fff;padding:8px 5px;text-align:center}
.dark .share-post li{border:2px solid #1d2327}
.share-post li .svg-share{display:inline-block;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:24px 24px;width:24px;height:24px}
.share-post a{color:#fff;display:inline-block;width:100%}
.share-post a:hover{color:#fff}
.share-post .facebook{background-color:#3b5998}
.share-post .twitter{background-color:#000}
.share-post .digg{background-color:#356aa0}
.share-post .reddit{background-color:#e74a1e}
.share-post .mail{background-color:#7d7d7d}
.share-post .print{background-color:#3ca353}
.share-post .whatsapp{background-color:#25d366}
.share-post .telegram{background-color:#0088cc}
.share-post .facebook:hover{background-color:#4465AE}
.share-post .twitter:hover{background-color:#111}
.share-post .whatsapp:hover{background-color:#40C950}
.share-post .digg:hover{background-color:#000000}
.share-post .reddit:hover{background-color:#ff4500}
.share-post .mail:hover{background-color:#3d3d3b}
.share-post .print:hover{background-color:#3ca353}
.share-post .telegram:hover{background-color:#0088cc}
.rtl .share-left{float:left}
@media only screen and (max-width:767px) and (min-width:560px){
	.share{padding:3px 0 10px}
	.share-left{display:block;float:left;text-align:center;width:100%!important}
	.rtl .share-left{float:right}
	.share-right{display:block}
	.share-post .print{display:none!important}
	.share-post .whatsapp{display:table-cell}
}
/*
 * Related inline
 *
*/
.related-inside-wrap{display:inline-block;width:100%}
.related-title{display:block;text-indent:30px}
.related-title-2{color:#fff;text-indent:10px;padding:5px 0!important}
.related-inside{border:1px solid #e9edf0;border-radius:5px;clear:both;color:#ddd!important;padding:10px!important;margin:0!important}
.related-inside li:last-child{padding:0!important}
.related-inside li a:hover{text-decoration:underline}
.related-inside-2{border:5px solid #ebedef;border-radius:0;padding:10px!important}
.dark .related-inside-2 {border:5px solid #2c3338;background-color:#2c3338;}
.dark .related-inside li a {color:#fff!important}
.dark .related-inside li a:hover{color:#ccc!important}
/*
 * Related Posts
*/
.related.content-width,
.related.content-width-full{padding:0 15px 10px}
.related{position:relative;width:100%}
.related .related-head{border-bottom:1px solid #e9edf0;margin:5px 0 0;padding:0 0 5px}
.related ul{display:table;list-style:none;padding:10px 0 0;width:100%}
.related li{display:inline-block;margin:0 1% 10px 0;vertical-align:top;width:32.667%}
.related li:nth-of-type(3n){margin:0 0 10px}
.related li h2{width:100%;text-align:center;padding:5px 0;}
.related li .thumbnail{position:relative;width:100%}
.related li .thumbnail img{width:100%}
.dark .related .related-head{border-color:#272F34;color:#fff!important}
.rtl .related li{margin:0 0 10px 1%}
.rtl .related li:nth-of-type(3n){margin:0 0 10px}
/*
 * Related Posts : ebook
*/
.related li.book-item{display:inline-block;margin:0 1% 10px 0;vertical-align:top;width:24.25%}
.related li.book-item:nth-of-type(3n){margin:0 1% 10px 0}
.related li.book-item:nth-of-type(4n){margin:0 0 10px}
.rtl .related li.book-item{float:right;margin:0 0 10px 1%}
.rtl .related li.book-item:nth-of-type(3n){margin:0 0 10px 1%}
.rtl .related li.book-item:nth-of-type(4n){margin:0 0 10px}
.related li .thumbnail-2{width:100%;margin-bottom:5px}
.related li .thumbnail-2 img{width:100%}
@media only screen and (max-width:767px){
	.related li.book-item{width:49%!important}
	.related li.book-item:nth-of-type(3n),
	.related li.book-item:nth-of-type(4n){margin:0 2% 10px 0}
	.related li.book-item:nth-of-type(2n){margin:0 0 10px}
	.rtl .related li.book-item{margin:0 0 10px 2%}
	.rtl .related li.book-item:nth-of-type(3n),
	.rtl .related li.book-item:nth-of-type(4n){margin:0 0 10px 2%}
	.rtl .related li.book-item:nth-of-type(2n){margin:0 0 10px}
}
@media only screen and (max-width:986px){
	.related{margin:16px 0;padding:0 10px 16px;background-color:#f7f8f9;border: 1px solid #f5f8f9}
	.related .related-head{border-bottom:none;color:#000!important;margin:0;padding:10px 0 5px}
	.related ul{padding:5px 0 0}
	.related li{background-color:#fff}
	.dark .related {background-color:#2c3338;border:1px solid #2c3338}
	.dark .related li {background-color:#1d2327}
}

@media only screen and (max-width:720px){
	.related li{display:block;width:100%!important;margin:0 0 10px;padding:10px;}
	.related li .thumbnail{width:100%;display:block}
	.related li h2{width:100%;display:block;padding:5px;text-align:center}
}
/*
 * Related Posts : List
*/
.related-list.content-width,
.related-list.content-width-full{padding:0 15px 10px}
.related-list{position:relative;width:100%}
.related-list .related-head{border-bottom:1px solid #e9edf0;margin:5px 0 0;padding:0 0 5px}
.related-list ul{float:left;margin:10px 0;padding:5px 0 0;width:100%}
.related-list li{color:#ccc;float:left;margin:0 0 5px 3%;padding:0 0 5px;width:97%}
.related-list li span{color:#656c7a;padding:0 5px;display:inline-block}
.rtl .related-list ul{float:right}
.rtl .related-list li{float:right;margin:0 3% 5px 0}
.dark .related-list .related-head{border-color:#272F34;color:#fff!important}
.dark .related-list li span{color:#ccc}
@media only screen and (max-width:986px){
	.related-list{margin:16px 0;padding:0 10px 16px;background-color:#f7f8f9;border: 1px solid #f5f8f9}
	.related-list .related-head{border-bottom:none;color:#000!important;margin:0;padding:10px 0 5px}
	.related-list ul{padding:15px 10px 10px;margin:0;background-color:#fff;}
	.dark .related-list{background-color:#2c3338}
	.dark .related-list ul{background-color:#1d2327}
}
/*
 * Facebook & Disqus commments 
 *
*/
.fb-comments-wrap{float:left;width:100%;margin:10px 0 0}
.fb-comments-wrap,
.fb-comments,
.fb-comments iframe[style],
.fb-comments span,
.fb-comments iframe span[style]{width:100%!important}
.facebook-comments{background-color:#ebedef;float:left;min-height:120px;padding:1%;width:98%}
.rtl .fb-comments-wrap,
.rtl .facebook-comments{float:right}
.disqus-wrap{float:left;margin:0 0 10px;width:100%;padding:10px 0 0;}
.rtl .disqus-wrap{float:right}
/*
 * Comment
*/
.comments.content-width,
.comments.content-width-full {padding:0 15px 10px}
.comments{width:100%}
.comments .comments-head{float:left;width:100%;border-bottom:1px solid #e9edf0;}
.dark .comments .comments-head{border-color:#272F34;color:#fff!important;}
.comment-list .comments-head{margin:5px 0!important;padding:0 0 5px!important}
.comment-list .comments-head span{float:right}
.comment-list .comments-head span.hidden{display:none}
.comment-closed{text-align:center;width:96%;margin:0 auto}
.comment-closed p{padding:2% 2% 1%;display:inline;vertical-align: middle;}
.single-full .comments{width:100%}
.rtl .comments .comments-head{float:right}
.rtl .comment-list .comments-head span{float:left}
.comment-form .form-group label{width:100%;font-weight:400}
.commentlist{display:inline-block;width:100%}
/*
 * Comment style
*/
.comment-wrap{position:relative;border:1px solid #e9edf0;border-radius:3px;display:table;margin-bottom:20px;width:100%}
.dark .comment-wrap{border:1px solid #2c3338}
.gravatar{display:table-cell;vertical-align:top;width:50px;padding:10px}
.gravatar img{border-radius:3px}
.comment-data-wrap{display:table-cell;vertical-align:top;width:100%;padding:10px}
.comment-content{display:inline-block;padding:0 0 5px;width:100%}
.comment-content p{display:inline-block;line-height:1.8}
.comment-meta{display:table;width:100%;margin:0 0 5px}
.comment-meta .comment-author{display:table-cell;vertical-align:top;padding:5px 0;width:auto}
.comment-meta .comment-author span{text-transform:initial;color:#656c7a;padding:0 5px}
.dark .comment-meta .comment-author span{color:#ccc}
.comment-meta .comment-author cite{font-style:normal;display:inline-block}
.comment-metadata{display:table-cell;vertical-align:top;white-space:nowrap;width:1%}
.comment-metadata .svg-reply{background-repeat:no-repeat;background-position:center;background-size:20px 20px;width:20px;height:20px}
.comment-metadata .comment-reply-link,
.comment-metadata .comment-edit-link{line-height:0.5;padding:4px 10px;border:1px solid #e9edf0;border-radius:3px;display:inline-block}
.dark .comment-metadata .comment-reply-link,
.dark .comment-metadata .comment-edit-link{background-color:#2c3338;border:1px solid #384046}
.comment-metadata .comment-edit-link{margin:0 5px}
.comment{display:block;margin:0 0 10px;position:relative}
.comment .children{margin:10px 0 0}
.comment .depth-2{margin:0 0 15px 30px!important}
.comment .depth-3{margin:0 0 15px 30px!important}
.comment .depth-4{margin:0 0 15px 30px!important}
.comment .depth-5{margin:0 0 15px 30px!important}
.comment .depth-6{margin:0 0 15px 30px!important}
.rtl .comment .depth-2,
.rtl .comment .depth-3,
.rtl .comment .depth-4,
.rtl .comment .depth-5,
.rtl .comment .depth-6{margin:0 30px 15px 0!important}
.comment-moderation{color:red}
/*
 * Comments Form 
*/
.comment-form{float:left;margin:10px 0;width:100%}
.comment-form .form-control{border:2px solid #e9edf0}
.required-field-message{margin:0 5px;}
.comment-form-author,
.comment-form-email,
.comment-form-url{width:50%;line-height:1.5}
.comment-form-comment textarea{width:100%;padding:15px!important}
.required-error{border:1px solid #eb8787!important}
span.required{border:none!important;color:#A80000}
.comments-rules,
.comments-note,
.comments-rules strong{float:left;margin:0 0 10px;width:100%}
.comments-note{margin:5px 0 10px!important}
.comments-alerts{margin:10px 0 0;float:left;width:100%}
.comment-closed-note{margin-top:15px}
.rtl .comment-form,
.rtl .comments-alerts,
.rtl .comments-rules,
.rtl .comments-note,
.rtl .comments-rules strong{float:right}
/*
 * Comments Form ------> Reply Title
*/
.comment-reply-title{border-bottom:1px solid #eee;margin:5px 0 0!important;padding:0 0 5px!important;text-transform:none}
.comment-reply-title small{float:right;vertical-align:top}
.comment-list .comment-respond{margin:0 auto;width:90%!important}
.rtl .comment-reply-title small{float:left}
.comment-list .comment-respond {margin-bottom:30px !important}
/*
 * Comments Form ------> Rules
*/
.comments-rules strong{margin:0}
/*
 * Comments Pager
*/
.comments-nav{float:left;width:100%;margin:15px 0;text-align:center}
.comments-nav .page-numbers{border:2px solid #eee;color:#5d6769;margin-bottom:5px;margin-right:5px;padding:8px 16px;width:auto!important;display:inline-block}
.comments-nav .next,
.comments-nav .prev{display:none}
.comments-nav .current{}
.rtl .comments-nav{float:right}
.rtl .comments-nav .page-numbers{margin-right:0;margin-left:5px}
@media only screen and (max-width:559px){
	.comment-form-author,
	.comment-form-email,
	.comment-form-url{width:100%}
}
/*
 * Akismet message privacy
*/
.akismet_comment_form_privacy_notice{display:inline-block;width:100%}
/*
 * Gutenberg : Font Family Classes
 *
*/
.font-default{}
.font-tahoma{font-family:tahoma!important}
.font-arial{font-family:arial!important}
.font-droid-arabic-kufi{font-family:Droid Arabic Kufi!important}
.font-droid-arabic-naskh{font-family:Droid Arabic Naskh!important}
.font-thabit{font-family:Thabit!important}
.font-cairo{font-family:Cairo!important}
.font-amiri{font-family:Amiri!important}
.font-changa{font-family:Changa!important}
.font-lateef{font-family:Lateef!important}
.font-reem-kufi{font-family:Reem Kufi!important}
.font-lalezar{font-family:Lalezar!important}
.font-scheherazade{font-family:Scheherazade!important}
.font-baloo-bhaijaan{font-family:Baloo Bhaijaan!important}
.font-mada{font-family:Mada!important}
.font-lemonada{font-family:Lemonada!important}
.font-el-messiri{font-family:El Messiri!important}
.font-harmattan{font-family:Harmattan!important}
.font-aref-ruqaa{font-family:Aref Ruqaa!important}
.font-mirza{font-family:Mirza!important}
.font-rakkas{font-family:Rakkas!important}
.font-katibeh{font-family:Katibeh!important}
.font-jomhuria{font-family:Jomhuria!important}
.font-lato{font-family:Lato!important}
.font-droid-sans{font-family:Droid Sans!important}
.font-vollkorn{font-family:Vollkorn!important}
.font-ubuntu{font-family:Ubuntu!important}
.font-pt-serif{font-family:PT Serif!important}
.font-old-standard-tt{font-family:Old Standard TT!important}
.font-open-sans{font-family:Open Sans!important}
.font-josefin-slab{font-family:Josefin Slab!important}
.font-roboto{font-family:Roboto!important}
.font-almarai{font-family:Almarai!important}
.font-readex-pro{font-family:Readex Pro!important}
.font-markazi-text{font-family:Markazi Text!important}
.font-tajawal{font-family:Tajawal!important}
/*
 * Gutenberg : Font Weight Classes
*/
.font-weight-100{font-weight:100!important}
.font-weight-200{font-weight:200!important}
.font-weight-300{font-weight:300!important}
.font-weight-400{font-weight:400!important}
.font-weight-500{font-weight:500!important}
.font-weight-600{font-weight:600!important}
.font-weight-700{font-weight:700!important}
.font-weight-800{font-weight:800!important}
.font-weight-900{font-weight:900!important}
/*
 * Table of Contents Plus 
 *
*/
#toc_container li,#toc_container ul{margin:0;padding:0}#toc_container.no_bullets li,#toc_container.no_bullets ul,#toc_container.no_bullets ul li,.toc_widget_list.no_bullets,.toc_widget_list.no_bullets li{background:0 0;list-style-type:none;list-style:none}#toc_container.have_bullets li{padding-left:12px}#toc_container ul ul{margin-left:1.5em}#toc_container{background:#f9f9f9;border:1px solid #aaa;padding:10px;margin-bottom:1em;width:auto;display:table;font-size:95%}#toc_container.toc_light_blue{background:#edf6ff}#toc_container.toc_white{background:#fff}#toc_container.toc_black{background:#000}#toc_container.toc_transparent{background:none transparent}#toc_container p.toc_title{text-align:center;font-weight:700;margin:0;padding:0}#toc_container.toc_black p.toc_title{color:#aaa}#toc_container span.toc_toggle{font-weight:400;font-size:90%}#toc_container p.toc_title+ul.toc_list{margin-top:1em}.toc_wrap_left{float:left;margin-right:10px}.toc_wrap_right{float:right;margin-left:10px}#toc_container a{text-decoration:none;text-shadow:none}#toc_container a:hover{text-decoration:underline}.toc_sitemap_posts_letter{font-size:1.5em;font-style:italic}
div#toc_container {width:100%!important}
#toc_container {background:#f7f8f9!important;border:1px solid #e9edf0 !important}
#toc_container p.toc_title {text-align:initial!important}
.dark #toc_container {background-color:#272F34!important;border-color:#272F34!important}
.dark #toc_container a{color:#ddd!important;}
/*
 * Contact Form 7
 *
*/
.wpcf7-file,.wpcf7-quiz,.wpcf7-select,.wpcf7-number,.wpcf7-date,.wpcf7-textarea,.wpcf7-text{max-width:100%;border:2px solid #eee;border-radius:3px;margin-bottom:10px;min-height:40px;padding:6px 15px;background-color:transparent}
.dark .wpcf7-file,.dark .wpcf7-quiz,.dark .wpcf7-select,.dark .wpcf7-number,.dark .wpcf7-date,.dark .wpcf7-textarea,.dark .wpcf7-text{background:#272F34;border:2px solid #384046;color:#fff}
.wpcf7-textarea{width:100%;padding:10px 15px}
.wpcf7-select{min-width:210px;padding:10px 15px}
.wpcf7-select[multiple="multiple"]{min-height:200px}
.wpcf7-list-item{display:block}
.wpcf7-list-item input{margin:0 10px}
.wpcf7-quiz-label{margin-right:10px}
.rtl .wpcf7-quiz-label{margin-left:10px;margin-right:0}
.wpcf7-quiz{max-width:200px}
.wpcf7-file{margin:20px 0 0}
.wpcf7-submit{font-family:inherit;display:inline-block;font-weight:700;line-height:1.5;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;margin-bottom:10px}
.dark .wpcf7-not-valid,.wpcf7-not-valid{border-color:red}
.dark .wpcf7-not-valid-tip,.wpcf7-not-valid-tip{display:block;color:red}
.wpcf7-response-output:not(:empty){color:#8a6d3b!important;background-color:#fcf8e3;border:1px solid #faebcc;padding:15px;border-radius:3px}
.dark .wpcf7-response-output:not(:empty){background-color:#f39c12;border-color:#f39c12;color:#000!important}
/*
 * Classic Gallery 
 *
*/
.el-content .gallery{display:inline-block;width:100%}
.el-content .gallery figure{clear:none;margin:0}
.el-content .gallery figure .gallery-icon{margin:0}
.el-content .gallery-columns-1 figure.gallery-item{margin:0 0 1%;display:inline-block;vertical-align:top}
.el-content .gallery-columns-2 figure.gallery-item,.el-content .gallery-columns-3 figure.gallery-item,.el-content .gallery-columns-4 figure.gallery-item,.el-content .gallery-columns-5 figure.gallery-item,.el-content .gallery-columns-6 figure.gallery-item,.el-content .gallery-columns-7 figure.gallery-item,.el-content .gallery-columns-8 figure.gallery-item,.el-content .gallery-columns-9 figure.gallery-item{margin:0 1% 1% 0;text-align:center;display:inline-block;vertical-align:top}
.el-content .gallery-columns-2 figure.gallery-item:nth-child(2n),.el-content .gallery-columns-3 figure.gallery-item:nth-child(3n),.el-content .gallery-columns-4 figure.gallery-item:nth-child(4n),.el-content .gallery-columns-5 figure.gallery-item:nth-child(5n),.el-content .gallery-columns-6 figure.gallery-item:nth-child(6n),.el-content .gallery-columns-7 figure.gallery-item:nth-child(6n),.el-content .gallery-columns-8 figure.gallery-item:nth-child(6n),.el-content .gallery-columns-9 figure.gallery-item:nth-child(6n){margin:0 0 1%}
.el-content .gallery-columns-2 figure.gallery-item{width:49.5%}
.el-content .gallery-columns-3 figure.gallery-item{width:32.667%}
.el-content .gallery-columns-4 figure.gallery-item{width:24.25%}
.el-content .gallery-columns-5 figure.gallery-item{width:19.2%}
.el-content .gallery-columns-6 figure.gallery-item,.el-content .gallery-columns-7 figure.gallery-item,.el-content .gallery-columns-8 figure.gallery-item,.el-content .gallery-columns-9 figure.gallery-item{width:15.834%}
.el-content .gallery-item .landscape{float:left;text-align:center;width:100%;margin:0;line-height:0}
.rtl .el-content .gallery-columns-2 figure.gallery-item,.rtl .el-content .gallery-columns-3 figure.gallery-item,.rtl .el-content .gallery-columns-4 figure.gallery-item,.rtl .el-content .gallery-columns-5 figure.gallery-item,.rtl .el-content .gallery-columns-6 figure.gallery-item,.rtl .el-content .gallery-columns-7 figure.gallery-item,.rtl .el-content .gallery-columns-8 figure.gallery-item,.rtl .el-content .gallery-columns-9 figure.gallery-item{margin:0 0 1% 1%}
.rtl .el-content .gallery-columns-2 figure.gallery-item:nth-child(2n),.rtl .el-content .gallery-columns-3 figure.gallery-item:nth-child(3n),.rtl .el-content .gallery-columns-4 figure.gallery-item:nth-child(4n),.rtl .el-content .gallery-columns-5 figure.gallery-item:nth-child(5n),.rtl .el-content .gallery-columns-6 figure.gallery-item:nth-child(6n),.rtl .el-content .gallery-columns-7 figure.gallery-item:nth-child(6n),.rtl .el-content .gallery-columns-8 figure.gallery-item:nth-child(6n),.rtl .el-content .gallery-columns-9 figure.gallery-item:nth-child(6n){margin:0 0 1%}
.rtl .el-content .gallery-item .landscape{float:right}
@media only screen and (max-width:767px) and (min-width:560px) {
.el-content .gallery-columns-2 figure.gallery-item{width:49%!important;margin:0 2% 2% 0}
.rtl .el-content .gallery-columns-2 figure.gallery-item{margin:0 0 2% 2%}
.el-content .gallery-columns-3 figure.gallery-item,.el-content .gallery-columns-4 figure.gallery-item,.el-content .gallery-columns-5 figure.gallery-item,.el-content .gallery-columns-6 figure.gallery-item,.el-content .gallery-columns-7 figure.gallery-item,.el-content .gallery-columns-8 figure.gallery-item,.el-content .gallery-columns-9 figure.gallery-item{margin:0 2% 2% 0}
.rtl .el-content .gallery-columns-3 figure.gallery-item,.rtl .el-content .gallery-columns-4 figure.gallery-item,.rtl .el-content .gallery-columns-5 figure.gallery-item,.rtl .el-content .gallery-columns-6 figure.gallery-item,.rtl .el-content .gallery-columns-7 figure.gallery-item,.rtl .el-content .gallery-columns-8 figure.gallery-item,.rtl .el-content .gallery-columns-9 figure.gallery-item{margin:0 0 2% 2%}
.el-content .gallery-columns-3 figure.gallery-item{width:32%!important}
.el-content .gallery-columns-4 figure.gallery-item,.el-content .gallery-columns-5 figure.gallery-item,.el-content .gallery-columns-6 figure.gallery-item,.el-content .gallery-columns-7 figure.gallery-item,.el-content .gallery-columns-8 figure.gallery-item,.el-content .gallery-columns-9 figure.gallery-item{width:49%!important}
.el-content .gallery-columns-4 figure.gallery-item:nth-child(4n),.el-content .gallery-columns-5 figure.gallery-item:nth-child(5n),.el-content .gallery-columns-6 figure.gallery-item:nth-child(6n),.el-content .gallery-columns-7 figure.gallery-item:nth-child(6n),.el-content .gallery-columns-8 figure.gallery-item:nth-child(6n),.el-content .gallery-columns-9 figure.gallery-item:nth-child(6n){margin:0 2% 2% 0}
.el-content .gallery-columns-4 figure.gallery-item:nth-child(2n),.el-content .gallery-columns-5 figure.gallery-item:nth-child(2n),.el-content .gallery-columns-6 figure.gallery-item:nth-child(2n),.el-content .gallery-columns-7 figure.gallery-item:nth-child(2n),.el-content .gallery-columns-8 figure.gallery-item:nth-child(2n),.el-content .gallery-columns-9 figure.gallery-item:nth-child(2n){margin:0 0 2%}
.rtl .el-content .gallery-columns-4 figure.gallery-item:nth-child(4n),.rtl .el-content .gallery-columns-5 figure.gallery-item:nth-child(5n),.rtl .el-content .gallery-columns-6 figure.gallery-item:nth-child(6n),.rtl .el-content .gallery-columns-7 figure.gallery-item:nth-child(6n),.rtl .el-content .gallery-columns-8 figure.gallery-item:nth-child(6n),.rtl .el-content .gallery-columns-9 figure.gallery-item:nth-child(6n){margin:0 0 2% 2%}
.rtl .el-content .gallery-columns-4 figure.gallery-item:nth-child(2n),.rtl .el-content .gallery-columns-5 figure.gallery-item:nth-child(2n),.rtl .el-content .gallery-columns-6 figure.gallery-item:nth-child(2n),.rtl .el-content .gallery-columns-7 figure.gallery-item:nth-child(2n),.rtl .el-content .gallery-columns-8 figure.gallery-item:nth-child(2n),.rtl .el-content .gallery-columns-9 figure.gallery-item:nth-child(2n){margin:0 0 2%}
}
@media only screen and (max-width:559px) {
.el-content .gallery-columns-2 figure.gallery-item{width:49%!important;margin:0 2% 2% 0}
.rtl .el-content .gallery-columns-2 figure.gallery-item{margin:0 0 2% 2%}
.el-content .gallery-columns-3 figure.gallery-item,.el-content .gallery-columns-4 figure.gallery-item,.el-content .gallery-columns-5 figure.gallery-item,.el-content .gallery-columns-6 figure.gallery-item,.el-content .gallery-columns-7 figure.gallery-item,.el-content .gallery-columns-8 figure.gallery-item,.el-content .gallery-columns-9 figure.gallery-item{margin:0 2% 2% 0}
.rtl .el-content .gallery-columns-3 figure.gallery-item,.rtl .el-content .gallery-columns-4 figure.gallery-item,.rtl .el-content .gallery-columns-5 figure.gallery-item,.rtl .el-content .gallery-columns-6 figure.gallery-item,.rtl .el-content .gallery-columns-7 figure.gallery-item,.rtl .el-content .gallery-columns-8 figure.gallery-item,.rtl .el-content .gallery-columns-9 figure.gallery-item{margin:0 0 2% 2%}
.el-content .gallery-columns-3 figure.gallery-item,.el-content .gallery-columns-4 figure.gallery-item,.el-content .gallery-columns-5 figure.gallery-item,.el-content .gallery-columns-6 figure.gallery-item,.el-content .gallery-columns-7 figure.gallery-item,.el-content .gallery-columns-8 figure.gallery-item,.el-content .gallery-columns-9 figure.gallery-item{width:49%!important}
.el-content .gallery-columns-3 figure.gallery-item:nth-child(3n),.el-content .gallery-columns-4 figure.gallery-item:nth-child(4n),.el-content .gallery-columns-5 figure.gallery-item:nth-child(5n),.el-content .gallery-columns-6 figure.gallery-item:nth-child(6n),.el-content .gallery-columns-7 figure.gallery-item:nth-child(6n),.el-content .gallery-columns-8 figure.gallery-item:nth-child(6n),.el-content .gallery-columns-9 figure.gallery-item:nth-child(6n){margin:0 2% 2% 0}
.el-content .gallery-columns-3 figure.gallery-item:nth-child(2n),.el-content .gallery-columns-4 figure.gallery-item:nth-child(2n),.el-content .gallery-columns-5 figure.gallery-item:nth-child(2n),.el-content .gallery-columns-6 figure.gallery-item:nth-child(2n),.el-content .gallery-columns-7 figure.gallery-item:nth-child(2n),.el-content .gallery-columns-8 figure.gallery-item:nth-child(2n),.el-content .gallery-columns-9 figure.gallery-item:nth-child(2n){margin:0 0 2%}
.rtl .el-content .gallery-columns-3 figure.gallery-item:nth-child(3n),.rtl .el-content .gallery-columns-4 figure.gallery-item:nth-child(4n),.rtl .el-content .gallery-columns-5 figure.gallery-item:nth-child(5n),.rtl .el-content .gallery-columns-6 figure.gallery-item:nth-child(6n),.rtl .el-content .gallery-columns-7 figure.gallery-item:nth-child(6n),.rtl .el-content .gallery-columns-8 figure.gallery-item:nth-child(6n),.rtl .el-content .gallery-columns-9 figure.gallery-item:nth-child(6n){margin:0 0 2% 2%}
.rtl .el-content .gallery-columns-3 figure.gallery-item:nth-child(2n),.rtl .el-content .gallery-columns-4 figure.gallery-item:nth-child(2n),.rtl .el-content .gallery-columns-5 figure.gallery-item:nth-child(2n),.rtl .el-content .gallery-columns-6 figure.gallery-item:nth-child(2n),.rtl .el-content .gallery-columns-7 figure.gallery-item:nth-child(2n),.rtl .el-content .gallery-columns-8 figure.gallery-item:nth-child(2n),.rtl .el-content .gallery-columns-9 figure.gallery-item:nth-child(2n){margin:0 0 2%}
}
/*
 * Gutenberg Gallery 
 *
*/
.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;padding:0;margin:0}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{margin:0 1em 1em 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative;width:calc(50% - 1em)}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{margin:0;height:100%;display:flex;align-items:flex-end;justify-content:flex-start}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:auto}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:3em .77em .7em;color:#fff;text-align:center;font-size:.8em;background:linear-gradient(0deg,rgba(0,0,0,.7) 0,rgba(0,0,0,.3) 70%,transparent);box-sizing:border-box;margin:0;z-index:2}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}
.blocks-gallery-grid:not(.has-nested-images) figcaption,
.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{width:100%;height:100%;flex:1;-o-object-fit:cover;object-fit:cover}
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{width:100%;margin-right:0}
.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,
.wp-block-gallery.has-nested-images.alignleft,
.wp-block-gallery.has-nested-images.alignright,
.wp-block-gallery:not(.has-nested-images).alignleft,
.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}
.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,
.wp-block-gallery.has-nested-images.aligncenter,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}
.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}
figure.wp-block-gallery.has-nested-images{align-items:normal}
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){width:calc(50% - (var(--wp--style--unstable-gallery-gap,16px)/ 2));margin:0}
.wp-block-gallery.has-nested-images figure.wp-block-image{display:flex;flex-grow:1;justify-content:center;position:relative;flex-direction:column;max-width:100%}
.wp-block-gallery.has-nested-images figure.wp-block-image>a,
.wp-block-gallery.has-nested-images figure.wp-block-image>div{margin:0;flex-direction:column;flex-grow:1}
.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,rgba(0,0,0,.7) 0,rgba(0,0,0,.3) 70%,transparent);bottom:0;color:#fff;font-size:13px;left:0;margin-bottom:0;max-height:60%;overflow:auto;padding:0 8px 8px;position:absolute;text-align:center;width:100%;box-sizing:border-box}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{flex:initial;background:0 0;color:inherit;margin:0;padding:10px 10px 9px;position:relative}
.wp-block-gallery.has-nested-images figcaption{flex-grow:1;flex-basis:100%;text-align:center}
.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-top:0;margin-bottom:auto}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{width:100%;flex:1 0 0%;height:100%;-o-object-fit:cover;object-fit:cover}
.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}
@media (min-width:600px){
	.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{width:calc(33.3333333333% - .6666666667em);margin-right:1em}
	.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{width:calc(25% - .75em);margin-right:1em}
	.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{width:calc(20% - .8em);margin-right:1em}
	.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{width:calc(16.6666666667% - .8333333333em);margin-right:1em}
	.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{width:calc(14.2857142857% - .8571428571em);margin-right:1em}
	.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{width:calc(12.5% - .875em);margin-right:1em}
	.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
	.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
	.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
	.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
	.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
	.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
	.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
	.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
	.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
	.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
	.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
	.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
	.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
	.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
	.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
	.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),
	.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
	.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
	.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
	.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
	.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
	.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
	.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
	.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
	.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
	.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
	.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
	.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
	.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
	.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
	.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
	.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}
	.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.3333333333% - (var(--wp--style--unstable-gallery-gap,16px) * .6666666667))}
	.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - (var(--wp--style--unstable-gallery-gap,16px) * .75))}
	.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - (var(--wp--style--unstable-gallery-gap,16px) * .8))}
	.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.6666666667% - (var(--wp--style--unstable-gallery-gap,16px) * .8333333333))}
	.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.2857142857% - (var(--wp--style--unstable-gallery-gap,16px) * .8571428571))}
	.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - (var(--wp--style--unstable-gallery-gap,16px) * .875))}
	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - (var(--wp--style--unstable-gallery-gap,16px) * .6666666667))}
	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - (var(--wp--style--unstable-gallery-gap,16px) * .5))}
	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(1){width:100%}
}
.wp-block-group{box-sizing:border-box}
/*
 * Gutenberg button
 *
*/
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;cursor:pointer;display:inline-block;font-size:1.125em;padding:calc(.667em + 2px) calc(1.333em + 2px);text-align:center;text-decoration:none;word-break:break-word;box-sizing:border-box}
.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited{color:#fff}
.wp-block-button.aligncenter,
.wp-block-button__link.aligncenter,
.wp-block-buttons.aligncenter{text-align:center}
.wp-block-button__link.alignright{text-align:right}
.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}
.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}
.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}
.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}
.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}
.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}
.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}
.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}
.is-style-outline>:where(.wp-block-button__link),
:where(.wp-block-button__link).is-style-outline{border:2px solid currentColor;padding:.667em 1.333em}
.is-style-outline>.wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color){color:currentColor}
.is-style-outline>.wp-block-button__link:not(.has-background),
.wp-block-button__link.is-style-outline:not(.has-background){background-color:transparent}
.wp-block-buttons.is-vertical{flex-direction:column}
.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}
.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}
.wp-block-buttons.is-content-justification-left{justify-content:flex-start}
.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}
.wp-block-buttons.is-content-justification-center{justify-content:center}
.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}
.wp-block-buttons.is-content-justification-right{justify-content:flex-end}
.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}
.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}
.wp-block-buttons:not(.is-content-justification-space-between,
.is-content-justification-right,
.is-content-justification-left,
.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}
/*
 * Audio & Video
*/
.wp-block-audio,
.wp-block-video{margin:0 0 1em}
.wp-block-video video{width:100%}
@supports (position:sticky){
	.wp-block-video [poster]{-o-object-fit:cover;object-fit:cover}
}
.wp-block-video.aligncenter{text-align:center}
.wp-block-audio figcaption,
.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em}
.wp-block-audio audio{width:100%;min-width:300px}
/*
 * Separator
*/
.wp-block-separator.is-style-dots{background:0 0!important;border:none;text-align:center;line-height:1;height:auto}
.wp-block-separator.is-style-dots::before{content:"···";color:currentColor;font-size:1.5em;letter-spacing:2em;padding-left:2em;font-family:serif}
.rtl .wp-block-separator.is-style-dots::before{padding-left:0;padding-right:2em}
/*
 * Embed
*/
.wp-block-embed.alignleft,
.wp-block-embed.alignright{max-width:360px;width:100%}
.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}
.wp-block-embed{margin:0 0 1em;overflow-wrap:break-word}
.wp-block-embed figcaption{margin-top:-.5em;margin-bottom:1em;font-size:13px;text-align:center}
.is-dark-theme .wp-block-embed figcaption{color:rgba(255,255,255,.65)}
.wp-block-embed iframe{max-width:100%}
.wp-block-embed__wrapper{position:relative}
.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper::before{content:"";display:block;padding-top:50%}
.wp-embed-responsive .wp-has-aspect-ratio iframe{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%}
.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper::before{padding-top:42.85%}
.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper::before{padding-top:50%}
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before{padding-top:56.25%}
.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper::before{padding-top:75%}
.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper::before{padding-top:100%}
.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper::before{padding-top:177.77%}
.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper::before{padding-top:200%}

.wp-block-file{margin-bottom:1.5em}
.wp-block-file.aligncenter{text-align:center}
.wp-block-file.alignright{text-align:right}
.wp-block-file .wp-block-file__embed{margin-bottom:1em}
.wp-block-file .wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:.8em;padding:.5em 1em}
.wp-block-file a.wp-block-file__button{text-decoration:none}
.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}
.wp-block-file *+.wp-block-file__button{margin-left:.75em}
.rtl .wp-block-file *+.wp-block-file__button{margin-left:0;margin-right:.75em}

p.has-background {padding:10px;border-radius:3px}
/*
 * Print CSS
*/
.print-source-link{display:none}
@media print and (color){
	body{background-color:transparent}
	#footer,
	#header,
	.sidebar,
	.share,
	.comments,
	.related-inside,
	.related-list,
	.related-title,
	.post-shortlink,
	.author-bio,
	.post-nav,
	.related,
	.sad,.tags,
	.breadcrumbs,
	.post-source{display:none!important}
	.skin1-border-top,
	.skin2-border-top,
	.skin3-border-top,
	.skin4-border-top,
	.skin5-border-top,
	.skin6-border-top,
	.skin7-border-top,
	.skin8-border-top{border:none!important}
	.print-source-link{display:block}
	.container {width:100%!important;padding:0;margin:0;box-shadow:none!important}
	#main,
	#content,
	.rtl #main,
	.rtl #content,
	.content-width-full,
	.content-width,
	.post-elemnts,
	.rtl .content-width-full,
	.rtl .content-width,
	.rtl .post-elemnts{width:100%!important;max-width:inherit!important;margin:0!important;padding:0!important;overflow:hidden!important;display:inline-block!important;position:relative!important;box-shadow:none!important}
	#main,
	#content,
	.content-width-full,
	.content-width,
	.post-elemnts {float:left!important}
	.rtl #main,
	.rtl #content,
	.rtl .content-width-full,
	.rtl .content-width,
	.rtl .post-elemnts{float:right!important}
}