a,i,textarea{
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -ms-transition:all .3s ease;
    -o-transition:all .3s ease
}
iframe,img,table{
    max-width:100%
}
table td,table th{
    vertical-align:top
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,pre,section{
    display:block
}
a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,var{
    background:0 0;
    border:0;
    margin:0;
    padding:0;
    vertical-align:baseline;
    outline:0
}
table,table td,table th,table tr{
    border:1px solid #222
}
blockquote{
    quotes:none
}
blockquote:after,blockquote:before{
    content:'';
    content:none
}
img{
    vertical-align: middle;
    height: auto;
}
del{
    text-decoration: line-through
}
a,i{
    transition: all .3s ease;
    border: none;
}
a{
	text-decoration: none;
}
a:hover{
    text-decoration:none
}
h1,h2,h3,h4,h5,h6{
    font-weight: 500;
    color: var(--title-color);
    margin-bottom: 30px;
	line-height: 1.2;
}
h1{
    font-size:45px
}
h2{
    font-size:36px
}
h3{
    font-size:30px
}
h4{
    font-size:24px
}
h5{
    font-size:20px
}
h6,table th{
    font-size:16px
}
table{
    text-align:left;
    border-collapse:collapse;
    border-spacing:0;
    margin-bottom:15px;
    color:#eee
}
table th{
    color:#eee;
    background:0 0;
    font-weight:500;
    padding:15px 10px
}
table td{
    padding: 10px 5px;
}
code,pre{
    padding:10px 10px 0;
}
pre{
    word-break:break-all;
    word-wrap:break-word;
}
pre code{
    white-space:pre-wrap;
}
textarea{
    border-radius:0;
    font-size:13px;
    color:#333;
    resize:vertical;
    font-family:'Open Sans','Arial','Helvetica',sans-serif;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    line-height:1.4;
    padding:10px 20px;
    border:1px solid #222;
    transition:all .3s ease
}
.uneditable-input,input[type=number],input[type=email],input[type=url],input[type=search],input[type=tel],input[type=color],input[type=text],input[type=password],input[type=datetime],input[type=datetime-local],input[type=date],input[type=month],input[type=time],input[type=week]{
    border-radius:0;
    font-size:13px;
    color:#333;
    letter-spacing:.5px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    font-family:'Open Sans','Arial','Helvetica',sans-serif;
    line-height:1.6;
    padding:10px 20px;
    height:44px;
    vertical-align:middle;
    border:1px solid #222;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -ms-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease
}
.uneditable-input:focus,input[type=number]:focus,input[type=email]:focus,input[type=url]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=color]:focus,input[type=text]:focus,input[type=password]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=date]:focus,input[type=month]:focus,input[type=time]:focus,input[type=week]:focus,textarea:focus{
    border-color:rgba(255,255,255,.042);
    background:rgba(255,255,255,.06)
}
input[type=submit]{
    padding:13px 15px;
    height:44px;
    line-height:1;
    font-size:13px;
    font-weight:600;
    text-decoration:none;
    letter-spacing:.5px;
    border:none;
    cursor:pointer;
    color:#000;
    background:#777;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -ms-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease
}
input[type=submit]:hover{
    background:#444
}
select{
    padding:8px;
    border:2px solid #222
}
input[type=button]{
    cursor:pointer;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -ms-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease
}
.elementor p{
    margin-bottom:0;
}


a i{
	transition: none;
}
ol, ul{
	margin: 30px;
}
ol ol,
ol ul,
ul ol,
ul ul{
	margin: 15px;
}
.commentlist ul,
.commentlist ol{
	margin: 30px;
}
textarea,
input,
button{outline: none;}
:focus{
	outline-color: transparent;
	outline-style: none;
}
dl{
	margin-bottom: 20px;
}
dl dt{margin: 5px 0;}
dl dt:last-child{margin-bottom: 0;}
input[type=button],
input[type=submit],
button{
	font-family: var(--body-font-family);
}
body blockquote:after{
	clear: both;
	display: table;
	content: '';
}
body blockquote{
	border-left: 3px solid var(--pc);
	font-style: italic;
	margin: 10px 0px 23px 0px;
	clear: both;
    max-width: 100%;
	background-color: transparent;
	line-height: 1.7;
	color: var(--title-color);
    box-sizing: border-box;
	font-size: 20px;
	padding: 12px 12px 12px 4%;
}
.pingback a{
	color: var(--pc);
}
.pingback a:hover{
	text-decoration: underline;
}
.edit-link{
	margin-left: 5px;
}
blockquote p{
	margin-bottom: 30px;
}
blockquote p:last-child{
	margin-bottom: 0px;
}
table a,
dd a,
dt a,
blockquote a{
	color: var(--title-color);
}
table{
	width: 100%;
	margin: 0 0 30px 0;
	font-size: 14px;
}
body code, body pre{
    background-color: #222;
	border-left: 3px solid var(--pc);
	font-style: italic;
	margin: 5px 0px 5px 0px;
	line-height: 1.7;
	color: var(--title-color);
    box-sizing: border-box;
	font-size: 20px;
	max-width: 100%;
	display: inline-block;
    overflow-x: visible;
    padding: 4px 4px 4px 10px;
  	white-space: pre-wrap;
  
 	-ms-word-wrap: break-word;
    word-wrap: break-word;
}
.uneditable-input,
textarea,
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week]{
	color: #fff;
	height: 50px;
	font-size: 15px;
	font-family: var(--body-font-family);
	background-color: #333;
    border: 1px solid #444;
	border-radius: 30px;
}
input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 	color: #777;
}
input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  	color: #777;
}
input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  	color: #777;
}
input[type="text"]:-moz-placeholder { /* Firefox 18- */
 	color: #777;
}
input[type=button],
input[type=submit]{
	border: none;
	height: 50px;
	font-weight: 500;
	font-size: 14px;
	padding: 0px 25px;
	letter-spacing: .5px;
	background-color: var(--pc);
	color: #000;
	border-radius: 30px;
}
textarea{height: auto;max-width: 600px;}

h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover{
	color: var(--pc);
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a{
	color: var(--title-color);
	text-decoration: none;
}
body p{margin-bottom: 30px;letter-spacing: 0px;}
