/*
Theme Name:     Child Divi Theme 
Description:    Child Divi Theme
Author:         WNT
Template:       Divi
*/

@import url("../Divi/style.css");


.box{
   
    padding: 4px 12px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    transition: all 0.3s ease 0s;
     padding: 5px;
    border: 2px solid #0f75bd;
    border-top: 2px dashed #0f75bd;
    border-right: 2px dashed #0f75bd;
}
.box:before,
.box:after{
    content: "";
        width: 26px;
    height: 26px;
    border-style: solid;
    border-width: 5px 0 0 5px;
    border-color: #283890;
    position: absolute;
    top: -4px;
    left: -4px;
    transition: all 0.3s ease-in-out;
}
.box:after{
    border-width: 0 5px 5px 0;
    top: auto;
    bottom: -4px;
    left: auto;
    right: -4px;
}

@media only screen and (max-width: 767px){
    .box{ margin-bottom: 20px; }
}

.et_fixed_nav #main-header {
    position: absolute;
}