.executable-fragment-wrapper{
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	background-color: #fff;
}

.executable-fragment-wrapper .fold-button {
    right: 4px;
    top: 28px;
    height: 24px;
    width: 24px;
	left:auto;
	transform:translate(0%,0%);
    -webkit-mask-image: url(https://kotlin.desarrollador-android.com/wp-content/uploads/2019/03/round-add_circle_outline-24px.svg);
    transition: all 0.2s ease-in-out;
    box-shadow: inset 0px 0px 64px 64px #9fa3a6, 0px 0px 4px 4px #9fa3a6;
    background: url();
}

.executable-fragment-wrapper .fold-button:hover {
    box-shadow: inset 0px 0px 64px 64px #e9911e, 0px 0px 4px 4px #e9911e;
	transform:scale(1.1,1.1);
}

.executable-fragment-wrapper .run-button  {
	right: 5px;
    top: 4px;

    height: 24px;
    width: 24px;
	-webkit-mask-image: url(https://kotlin.desarrollador-android.com/wp-content/uploads/2019/03/round-play_circle_outline-24px.svg);
	  transition: all 0.2s ease-in-out;
        box-shadow: inset 0px 0px 64px 64px #9fa3a6, 0px 0px 4px 4px #9fa3a6;
	    background: url();
}

.executable-fragment-wrapper .run-button:hover  {
box-shadow: inset 0px 0px 64px 64px #38B058, 0px 0px 4px 4px #38B058;
	transform:scale(1.1,1.1);
}

.executable-fragment-wrapper .console-close {
	cursor: pointer;
    position: absolute;
    right: 0;
	    margin-top: 3px;
	   margin-right:4px;
    width: 24px !important;
    height: 24px !important;
    -webkit-mask-image: url(https://kotlin.desarrollador-android.com/wp-content/uploads/2019/03/round-close_circle_outline-24px.svg);
	  transition: all 0.2s ease-in-out;
        box-shadow: inset 0px 0px 64px 64px #9fa3a6, 0px 0px 4px 4px #9fa3a6;
	    background: url();
}

.executable-fragment-wrapper .console-close:hover  {
box-shadow: inset 0px 0px 64px 64px #c41010, 0px 0px 4px 4px #c41010;
	transform:scale(1.1,1.1);
}

.executable-fragment-wrapper .CodeMirror-line {
	line-height: 22px !important;
	font-size: 14px;
	font-family: Fira Mono;
		font-weight: 500;
}

.executable-fragment-wrapper .CodeMirror-gutters{
	visibility: hidden;
}

.executable-fragment-wrapper .CodeMirror-linebackground.unmodifiable-line{
	background-color: #fff6e1 !important;
}

/*.executable-fragment-wrapper .CodeMirror {
	border-right: 1px solid #eaeaec;
	margin-right:32px;
}*/

.output-wrapper {
	min-height: 0px !important;
	border-right: 1px solid #eaeaec;
	background:transparent !important;
}

.executable-fragment-wrapper .code-output .standard-output {
	line-height: 22px !important;
	font-size: 14px;
	font-family: Fira Mono;
	font-weight: 500;
	color: #090f6c;
}

.executable-fragment-wrapper .compiler-info {
	visibility: hidden;
}

.far{
	margin-right: 6px	
}

.fix-card-image img {
	display: block;
}

.w-toplink {
	border-radius: 5rem;
}

#wpadminbar {
	    background: #4680DD;
}
#wp-admin-bar-wp-logo {
	display:none;
}
#wp-admin-bar-vc_inline-admin-bar-link {
	display:none;	
}

.l-content .l-section-h {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
}

.w-nav.ush_menu_3 {
	  margin-top: 0px !important;
    padding-bottom: 12px;
}

.w-header-show {
    left: 0;
    border-radius: 4rem;
    background-color: #00000050 !important;
}

.w-header-show:hover {
    background-color: #F28220 !important;
}

@media screen and (min-width: 601px) {
    .w-blogpost-preview {
        border-radius: 1em;
    }
    .w-blogpost:after {
        border-radius: 1em;
    }
}

.layout_81 .w-grid-item-h {
    background-image: linear-gradient(40deg, #0A91D5, #5072CC, #796FE2);
}

@media screen and (min-width: 901px) {
    .layout_87 .w-grid-item-h {
        transition-duration: 0.55s !important;
        transition: all cubic-bezier(0.69, -1.48, 0, 1.38);
    }
    .layout_87 .w-grid-item-h:hover {
        transform: scale(1.04);
    }
    .layout_81 .w-grid-item-h {
        transition-duration: 0.55s !important;
        transition: all cubic-bezier(0.69, -1.48, 0, 1.38);
    }
    .layout_81 .w-grid-item-h:hover {
        transform: scale(1.04);
        box-shadow: 0 1rem 0.8rem rgba(0, 0, 0, 0.1), 0 1rem 3rem rgba(0, 0, 0, 0.15);
    }
}

.style_badge {
    font-weight: 500;
    font-family: "Fira Mono", monospace;
}

.g-filters {
    z-index: 1;
}

.g-filters-item:hover {
    color: #F28220 !important;
}

.g-filters-list {
    font-weight: 500;
    font-family: "Fira Mono", monospace !important;
}

.l-section.preview_trendy .w-blogpost-meta-category a:hover {
    background-color: #f889098a;
}

blockquote {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    border-left: 7px solid;
}

blockquote p {
    padding: 8px;
    margin-bottom: 0px !important;
}

blockquote::before {
    content: none;
}

.gradient-blue-purple {
    background-image: linear-gradient(-175deg, #0A91D5, #507BDD, #796FE2);
}

.gradient-pink-orange {
    background-image: linear-gradient(-175deg, #BE5BBF, #D26882, #F58611);
}

.gradient-gray-white {
    background-image: linear-gradient(120deg, #EDEFF0, #F2f4f5, #ffffff);
}

.page .l-main {
    background-image: linear-gradient(110deg, #EDEFF0, #F2f4f5, #ffffff);
}

.single-post .l-main {
    background-image: linear-gradient(110deg, #EDEFF0, #F2f4f5, #ffffff);
}

.material-card {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

@media screen and (min-width: 901px) {
    .material-card:hover {
        box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.05), 0 4px 8px 0 rgba(0, 0, 0, 0.25);
    }
}

.EnlighterJS {
	 width: auto !important;
   overflow-x: auto !important;
   word-wrap: normal !important;
		font-weight: 500;
}

ul.EnlighterJS{
	display: grid;
}

.EnlighterJS li{
  white-space: pre !important;
	display: table-caption;
}

span.EnlighterJS {
    padding: 7px 6px 3px 6px !important;
}

.EnlighterJSWrapper {
    padding: 4px;
    margin: -4px;
}

.EnlighterJSToolbar {
    padding: 8px;
    animation: show 0.15s linear;
    animation-fill-mode: forwards;
}

.EnlighterJSToolbar>a {
    border: 1px solid #b1b1b1 !important;
    width: 28px !important;
    height: 28px !important;
    padding: 4px !important;
    background-origin: content-box;
    background-repeat: no-repeat;
    border-radius: 2em !important;
    opacity: 0.5;
}

.EnlighterJSToolbar>a:hover {
    border: 1px solid #000 !important;
    filter: sepia(100%) hue-rotate(180deg) saturate(500%);
}

@keyframes hide {
    0% {
        display: block;
        opacity: 1;
    }
    100% {
        display: none;
        opacity: 0;
    }
}

@keyframes show {
    0% {
        display: none;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}

.EnlighterJSRawButton {
    background-image: url(/wp-content/uploads/2018/08/file-raw.svg)
}

.EnlighterJSWindowButton {
    background-image: url(/wp-content/uploads/2018/08/baseline-open_in_new-24px.svg)
}

span.wpcustomEnlighterJS {
    background-color: #fff !important;
}

.wpcustomEnlighterJS {
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

/*@media screen and (min-width: 901px) {
	.EnlighterJSWrapper{
		transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	}
	.EnlighterJSWrapper:hover{
		    transform: scale(1.02);
	}
    .wpcustomEnlighterJS:hover {
        box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.05), 0 2px 8px 0 rgba(0, 0, 0, 0.15);
        transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    }
}*/

@media screen and (min-width: 901px) {
    #ez-toc-container {
        display: none;
    }
}

@media screen and (max-width: 901px) {
    .default_sidebar {
        display: none;
    }
}

#ez-toc-container {
    margin-bottom: 40px;
    min-width: 250px;
    border-radius: 1em;
}

@media screen and (min-width: 901px) {
    #ez-toc-container:hover {
        box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.05), 0 2px 8px 0 rgba(0, 0, 0, 0.25);
        transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    }
}

.ez-toc-widget-container {
    padding: 16px;
    font-size: 13px;
    border-radius: 1em;
    background: #fff;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.05), 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.ez-toc-widget-container:hover {
	transform: scale(1.04);
    box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.05), 0 1rem 3rem rgba(0,0,0,0.15);

}

.ez-toc-title-container {
    font-family: "Fira Mono", monospace;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0em;
}

.ez-toc-widget-container .widgettitle {
    margin-bottom: 8px;
}

.ez-toc-list li {
    line-height: 24px;
    font-family: "Fira Mono", monospace;
    font-weight: 500;
    text-overflow: ellipsis;
}

.ez-toc-widget-container li.active>a {
    color: #f28220;
}

.l-section-h .ez-toc-list li {
		color: #6ca2fb;
    font-family: "Fira Mono", monospace;
    line-height: 24px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ez-toc-btn-default {
    background: #fff;
    box-shadow: none;
    border: none;
}

.dashicons, .dashicons-before:before {
    display: none;
}

th {
    border: #E1E4E5 1px solid;
}

td {
    border: #E1E4E5 1px solid;
}

.quads-ad-label {
    color: #4680DD;
    font-weight: bold;
    font-family: 'Fira Mono', monospace;
    margin-bottom: 16px;
    text-align: center;
}

#menu-item-392.btn.menu-item.level_1>a {
    background-color: #24292E !important;
		margin-bottom: 10px;
}

#menu-item-392.btn.menu-item.level_1>a:hover {
    background-color: #F28220 !important;
}

.w-nav-list .btn.menu-item.level_1 .w-nav-anchor {
    border-radius: 100px;
    width: 232px;
    text-overflow: ellipsis;
}

.w-nav-list .btn.menu-item.level_1 .w-nav-title i {
    height: 24px;
    width: 24px;
}

.w-nav-list .btn.menu-item.level_1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}