#page-container .tina_thinking_about_header .et_pb_column {
    margin: 0 auto !important;
}

.tina_thinking_about_header .et_pb_button_module_wrapper .et_pb_button:hover:after{
    background-color: #fff;
}
.tina_thinking_about_header .et_pb_button_module_wrapper{
    transform-origin: left bottom;
    transform: rotateZ(90deg) translate(-100%, 0) !important;
}
.tina_thinking_about_header .et_pb_button_wrapper .et_pb_button {
    position: relative;
}

.tina_thinking_about_header .et_pb_button_wrapper .et_pb_button:before,
.tina_thinking_about_header .et_pb_button_wrapper .et_pb_button:after,
.tina_thinking_about_header .et_pb_button_wrapper .et_pb_button span:before,
.tina_thinking_about_header .et_pb_button_wrapper .et_pb_button span:after {
    content: "";
    display: block;
    border-style: solid;
    border-color: #1e1e26;

    width: 7px;
    height: 7px;
    position: absolute;
    margin: 0 !important;
    opacity: 1 !important;
    transition: 0.6s;
}

.tina_thinking_about_header .et_pb_button_wrapper .et_pb_button:before {
    left: -2px;
    top: -2px;
    border-width: 2px 0 0 2px;
}

.tina_thinking_about_header .et_pb_button_wrapper .et_pb_button:after {
    right: -2px;
    top: -2px;
    border-width: 2px 2px 0 0;
}

.tina_thinking_about_header .et_pb_button_wrapper .et_pb_button span:before {
    left: -2px;
    bottom: -2px;
    border-width: 0 0 2px 2px;
}

.tina_thinking_about_header .et_pb_button_wrapper .et_pb_button span:after {
    right: -2px;
    bottom: -2px;
    border-width: 0 2px 2px 0;
}


.tina_thinking_about_header .et_pb_button_wrapper .et_pb_button:hover:before,
.tina_thinking_about_header .et_pb_button_wrapper .et_pb_button:hover:after,
.tina_thinking_about_header .et_pb_button_wrapper .et_pb_button:hover span:before,
.tina_thinking_about_header .et_pb_button_wrapper .et_pb_button:hover span:after {
    width: 100%;
    height: 100%
}



/*Responsive*/

@media only screen and (max-width: 1500px) {
    .tina_thinking_about_header .et_pb_button_module_wrapper{
        left: 20px !important;
    }
}

@media only screen and (max-width: 1390px) {
    .tina_thinking_about_header .et_pb_button_module_wrapper{
        left: 5px !important;
    }
    }
@media only screen and (max-width: 767px) {
    .tina_thinking_about_header .et_pb_button_module_wrapper{
        position: relative !important;
        transform: none !important;
    }
}
