/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
body{
	margin: 0;
    padding: 0;
}

a.btn0{
	position: absolute;    
    color: black;    
    font-size: 14px;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 50px;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    letter-spacing: 2px;
}

a.btn0::before, 
a.btn0::after, 
p::before, 
p::after{
	content: '';
    position: absolute;    
    width: 10px;
    height: 10px;
    transition: 1s;
}

a.btn0::before{
	top: -0.5px;
    left: -0.5px;
    border-top: 2px #7A1729 solid;
    border-left: 2px #7A1729 solid;
}

a.btn0::after{
	top: -0.5px;
    right: -0.5px;
    border-top: 2px #7A1729 solid;
    border-right: 2px #7A1729 solid;
} 

p::before{
	bottom: -0.5px;
    left: -0.5px;
    border-bottom: 2px #7A1729 solid;
    border-left: 2px #7A1729 solid;
} 

p::after{
	bottom: -0.5px;
    right: -0.5px;
    border-bottom: 2px #7A1729 solid;
    border-right: 2px #7A1729 solid;
}

a.btn0:hover{
    color: #7A1729;
}

a.btn0:hover::before,
a.btn0:hover::after,
a.btn0:hover p::before,
a.btn0:hover p::after{
    width: calc( 190px / 2 );
    height: calc( 40px / 2 );
}
