/*
Theme Name: tpt
Version: 1.0
Description: A custom theme for Tech PC Tricks
Template: beginner
Text Domain: tpt
*/

.magpi_btn {
display: inline-block;
background-color: #ff4422;
padding: 5px 25px;
border: 1px solid #ff4422;
color: #fff !important;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
-o-transition: all 300ms;
transition: all 300ms;
margin-top: 15px;
margin-bottom: 15px;
    text-decoration: none !important;
}

.magpi_btn:hover {
background-color: transparent;
color: #ff4422 !important;
}