a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

body {
    line-height: 1
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

textarea {
    resize: none
}

img {
    vertical-align: middle
}

code[class*=language-],pre[class*=language-] {
    color: #000;
    background: 0 0;
    text-shadow: 0 1px #fff;
    font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace;
    font-size: 1em;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

code[class*=language-] ::-moz-selection,code[class*=language-]::-moz-selection,pre[class*=language-] ::-moz-selection,pre[class*=language-]::-moz-selection {
    text-shadow: none;
    background: #b3d4fc
}

code[class*=language-] ::selection,code[class*=language-]::selection,pre[class*=language-] ::selection,pre[class*=language-]::selection {
    text-shadow: none;
    background: #b3d4fc
}

@media print {
    code[class*=language-],pre[class*=language-] {
        text-shadow: none
    }
}

pre[class*=language-] {
    overflow: auto
}

:not(pre)>code[class*=language-],pre[class*=language-] {
    background: #f5f2f0
}

:not(pre)>code[class*=language-] {
    padding: .1em;
    border-radius: .3em;
    white-space: normal
}

.token.cdata,.token.comment,.token.doctype,.token.prolog {
    color: #708090
}

.token.punctuation {
    color: #999
}

.namespace {
    opacity: .7
}

.token.boolean,.token.constant,.token.deleted,.token.number,.token.property,.token.symbol,.token.tag {
    color: #905
}

.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string {
    color: #690
}

.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url {
    color: #9a6e3a;
    background: hsla(0,0%,100%,.5)
}

.token.atrule,.token.attr-value,.token.keyword {
    color: #07a
}

.token.class-name,.token.function {
    color: #dd4a68
}

.token.important,.token.regex,.token.variable {
    color: #e90
}

.token.bold,.token.important {
    font-weight: 700
}

.token.italic {
    font-style: italic
}

.token.entity {
    cursor: help
}

body {
    font-family: arial;
    background-color: #f5f5f5;
    color: #1e1c21;
    font-size: 13px;
    overflow: hidden
}

.clearfix {
    *zoom:1}

.clearfix::after,.clearfix::before {
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    content: "";
    line-height: 0
}

.clearfix::after {
    clear: both
}

a {
    color: #2971a7;
    text-decoration: none
}

a:hover {
    color: #0551ce;
    text-decoration: underline
}

a:focus,input:focus {
    -moz-outline-style: none;
    outline: 0
}

.logo {
    color: #568eea;
    font-size: 26px;
    font-style: italic;
    padding: 25px 0 10px
}

.description {
    color: #b7b7b7;
    font-size: 16px;
    padding-bottom: 25px
}

#show-settings-button {
    margin-left: -25px;
    border-radius: 0;
    border-bottom-right-radius: 3px
}

#hide-settings-button,#show-settings-button {
    display: none
}

#hide-settings-button {
    position: absolute;
    right: 5px;
    top: 4px
}

h2,h3 {
    font-weight: 400
}

#fb-share-button,#tweet-button {
    border-radius: 3px;
    color: #fff;
    padding: 4px 8px;
    margin-right: 5px;
    font-size: 12px;
    display: inline-block;
    text-decoration: none;
    border-width: 1px;
    border-style: solid
}

#tweet-button {
    background-color: #55acee;
    border-color: #55acee
}

#tweet-button:hover {
    background-color: #74bbf0
}

#fb-share-button {
    background-color: #43609c;
    border-color: #43609c
}

#fb-share-button:hover {
    background-color: #5370ad
}

.editor {
    background-color: #fff;
    border-right: 1px solid #e1e1e1;
    min-width: 190px;
    width: 250px;
    overflow: auto
}

.editor-title {
    color: #5f5f5f;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    background: #f5f5f5
}

.editor-item {
    border-bottom: 1px solid #e1e1e1;
    padding: 24px 24px 0
}

.editor-item-title {
    margin-bottom: 14px;
    color: #568eea
}

.editor-item-title span {
    font-weight: 700;
    color: #f6931f
}

input[type=range] {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 24px
}

.preview {
    box-sizing: border-box;
    padding: 0 25px;
    width: 740px;
    overflow: auto
}

.code-container {
    flex: 1;
    overflow: auto;
    background: #f5f2f0;
    border-left: 1px solid #e1e1e1
}

.code-container .editor-item {
    padding-top: 12px;
    padding-bottom: 12px
}

.code {
    padding: 10px 24px 24px;
    position: relative
}

pre {
    background-color: transparent!important;
    position: relative;
    margin-top: 4px
}

#horizontal-button,#vertical-button {
    font-size: 13px;
    background-color: #b5b5b5;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline;
    padding: 2px 9px;
    margin-right: 5px
}

#horizontal-button span,#vertical-button span {
    display: none
}

#horizontal-button:hover,#vertical-button:hover {
    background-color: #568eea
}

#horizontal-button.selected,#vertical-button.selected {
    background-color: #f6931f;
    color: #fff;
    padding: 4px 12px
}

#horizontal-button.selected:hover,#vertical-button.selected:hover {
    background-color: #f6931f
}

#class-name-input {
    box-sizing: border-box;
    color: #f6931f;
    border: 1px solid #e1e1e1;
    padding: 5px;
    width: 100%;
    max-width: 200px
}

#themes {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #f7f7f7;
    border: none;
    overflow: auto;
    padding: 0;
    width: 196px
}

.theme {
    border-bottom: 1px solid #d8dfea;
    background-color: #ebecef;
    cursor: pointer;
    margin-bottom: 1px;
    padding: 7px 0 5px 10px
}

.theme .color {
    width: 17px;
    height: 17px;
    margin-right: 5px;
    margin-left: 0!important
}

.colors {
    display: flex;
    position: relative
}

.color {
    box-shadow: inset 0 0 0 1px #fff;
    border: 1px solid #bfc4ce;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 30px
}

.color:not(:first-child) {
    margin-left: 8px
}

.color.selected {
    border-color: #568eea
}

#colorpicker {
    box-shadow: 0 15px 20px -5px rgba(10,30,65,.6);
    border: 4px solid #d0d0d0;
    float: left;
    display: none;
    background-color: #fff;
    cursor: default;
    position: absolute;
    top: 32px;
    right: 0;
    padding: 10px 15px 15px;
    width: 386px;
    z-index: 999
}

#title-bg-color .picker-arrow {
    right: 246px
}

#title-bg-hover-color .picker-arrow {
    right: 206px
}

#title-font-color .picker-arrow {
    right: 166px
}

#title-border-color .picker-arrow {
    right: 126px
}

#content-bg-color .picker-arrow {
    right: 86px
}

#content-font-color .picker-arrow {
    right: 46px
}

#border-color .picker-arrow {
    right: 0
}

.picker {
    float: left;
    width: 150px;
    height: 150px;
    border: 1px solid #e1e1e1;
    background: linear-gradient(rgba(0,0,0,0),#000),linear-gradient(to right,#fff,rgba(255,255,255,0))
}

.slide {
    width: 30px;
    height: 150px;
    background: linear-gradient(red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%)
}

.picker-arrow {
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 6px 5px 6px;
    border-color: transparent transparent #d0d0d0 transparent;
    border-style: inset;
    position: absolute;
    top: -9px;
    right: 22px;
    height: 0;
    width: 0
}

.picker-title {
    display: inline-block;
    color: #568eea;
    margin-bottom: 10px;
    margin-right: 5px
}

.picker-input {
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    color: #f6931f;
    margin-bottom: 10px;
    border: 1px solid #e1e1e1;
    padding: 0 3px;
    width: 54px
}

.picker-wrapper,.slide-wrapper {
    position: relative;
    float: left
}

.slide-wrapper {
    margin-left: 10px
}

.picker-indicator,.slide-indicator {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.picker-indicator {
    width: 4px;
    height: 4px;
    border: 2px solid #000;
    border-radius: 4px;
    background-color: #fff
}

.slide-indicator {
    width: 100%;
    height: 4px;
    left: -1px;
    border: 1px solid #000
}

.accordion {
    margin-bottom: 20px
}

.accordion-content {
    font-size: 15px;
    line-height: 2
}

ul.content {
    list-style-type: disc;
    padding-left: 30px
}

#select-css,#select-html {
    position: absolute;
    right: 0
}

.dialog {
    background-color: #f5f2f0;
    padding: 30px;
    position: absolute;
    top: 100px;
    width: 500px;
    left: 50%;
    bottom: 100px;
    margin-left: -25em;
    overflow: auto;
    border: 15px solid #fff;
    border-radius: 10px;
    color: #1d1d1d;
    line-height: 1.4;
    z-index: 0
}

.dialog h2 {
    font-weight: 700;
    margin-top: 24px
}

.dialog h1,.dialog h2,.dialog ol,.dialog p,.dialog ul {
    margin-bottom: 12px
}

.dialog ol,.dialog ul {
    padding-left: 32px
}

.dialog ul {
    list-style: circle
}

.dialog ol {
    list-style: decimal
}

.dialog a {
    color: #4d7bd6
}

.dialog input {
    width: 290px;
    padding: 3px 5px
}

#overlay {
    -webkit-transform: translate3d(0,0,0);
    background: -moz-radial-gradient(center,ellipse cover,#fff 0,rgba(99,99,99,.4) 100%);
    background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0,#fff),color-stop(100%,rgba(99,99,99,.4)));
    background: -webkit-radial-gradient(center,ellipse cover,#fff 0,rgba(99,99,99,.4) 100%);
    background: -o-radial-gradient(center,ellipse cover,#fff 0,rgba(99,99,99,.4) 100%);
    background: -ms-radial-gradient(center,ellipse cover,#fff 0,rgba(99,99,99,.4) 100%);
    background: radial-gradient(ellipse at center,#fff 0,rgba(99,99,99,.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#636363', GradientType=1);
    background-color: rgba(99,99,99,.4);
    display: block;
    position: fixed;
    z-index: 11;
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    zoom:1}

#about-button {
    color: #4d7bd6;
    cursor: pointer;
    margin-bottom: 6px;
    margin-top: 16px;
    text-align: center
}

.copyright {
    font-size: 11px;
    color: #aaa;
    margin-bottom: 18px;
    text-shadow: 1px 1px 0 #fff;
    text-align: center
}

.wrapper {
    background-color: #f5f5f5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    overflow: auto;
    display: flex
}

.actions-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

.action-button {
    background-color: #5cbf2a;
    border: 1px solid #52ad24;
    font-size: 12px;
    font-weight: 400;
    border-radius: 3px;
    display: inline-block;
    padding: 4px 8px;
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.action-button:hover {
    background-color: #67d032
}

.action-button:active {
    position: relative;
    top: 1px
}

.wp-list-container {
    color: #5f5f5f;
    font-family: Arial;
    font-size: 14px;
    position: relative;
    max-width: 400px;
    margin: 0 auto;
    z-index: 1
}

.wp-list-container a:focus,.wp-list-container input:focus {
    outline: 0
}

.wp-list-container a {
    text-decoration: none;
    color: #79ade0
}

.wp-list-container a:hover {
    text-decoration: underline
}

.wp-list {
    position: relative
}

.wp-list-item {
    border-bottom: 1px solid #e1e1e1;
    padding: 10px
}

.wp-item-icon {
    float: left;
    margin-right: 15px;
    margin-top: 5px
}

.wp-item-description {
    margin-bottom: 10px
}

.wp-item-title {
    margin: 10px 0
}

.wp-item-title a {
    color: #4f4f4f
}

.wp-item-title a:hover {
    text-decoration: none;
    color: #79ade0
}

.wp-item-author {
    font-size: 12px
}

.wp-footer {
    border: 0;
    font-size: 12px;
    margin-top: 5px
}

.wp-izmir {
    float: left
}

.wp-izmir img {
    position: relative;
    left: 2px;
    top: -3px
}

.wp-twitter-link {
    float: right;
    margin-top: 5px
}

@media screen and (max-width: 1260px) {
    .code-container {
        /* display:none */
    }

    .preview {
        flex: 1
    }

    .editor {
        transition: left .3s ease .1s
    }
}

@media screen and (max-width: 730px) {
    .description {
        padding-bottom:0
    }

    .actions-container {
        flex-direction: column;
        align-items: flex-end
    }

    .colors {
        margin-top: 20px
    }

    .social-buttons {
        margin-bottom: 8px
    }

    #horizontal-button,#vertical-button {
        display: none
    }
}

@media screen and (max-width: 530px) {
    .description,.logo {
        text-align:center
    }

    .actions-container {
        align-items: center
    }

    .dialog {
        width: auto;
        left: auto;
        margin-left: 0
    }

    #hide-settings-button,#show-settings-button {
        display: inline-block
    }

    .editor {
        position: absolute;
        left: -317px;
        z-index: 5;
        top: 0;
        bottom: 0
    }

    .colors {
        display: none
    }
}
