/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.18.1.1669145454
Updated: 2022-11-22 21:30:54

*/
.wpls-fix-box {
    background: white;
    height: 75px;
    padding: 9px;
}

div#n2-ss-3 .n2-font-b6e3fdb36280b3eed85b29293a41b1bc-link a   {
    background: linear-gradient(-73deg, var(--primary-color) 50%, var(--promary-color-hover) 50%);
    background-position: 100% 100%;
    background-size: 200% 200%;
    color: #333333;
    border: none;
    width: 150px;
    padding: 15px 20px !important;
    appearance: none;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 100%;
    position: relative;
    transition: 0.3s ease;
    cursor: pointer;
    clip-path: polygon(0 0, 100% 0, calc(100% - 15px) 100%, 0% 100%);
	background: #3463ae;
}
div#n2-ss-3 .n2-font-b6e3fdb36280b3eed85b29293a41b1bc-link a:hover   {
    color: #3463ae;
	background: #ffffff;
}



.et_pb_button {
    background: linear-gradient(-73deg, var(--primary-color) 50%, var(--promary-color-hover) 50%);
    background-position: 100% 100%;
    background-size: 200% 200%;
    color: #333333;
    border: none;
    width: 270px;
    appearance: none;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 100%;
    position: relative;
    transition: 0.3s ease;
    cursor: pointer;
    clip-path: polygon(0 0, 100% 0, calc(100% - 15px) 100%, 0% 100%);
}

.et_pb_button :before, .et_pb_button :after {
  height: 25px;
  width: 25px;
  background: white;
  position: absolute;
  content: '';
}
.et_pb_button:before {
  top: 0;
  left: 0;
  border-right: 1px solid #999999;
  transform: rotate(49deg) translate(-71%);
}
.et_pb_button:after {
  bottom: 0;
  right: 0;
  border-left: 1px solid #999999;
  transform: rotate(49deg) translate(71%);
}