:root {
    --epcl-primary-color: #FF3152;
    --epcl-secondary-color: #FFD012
}

/*! EstudioPatagon Shortcodes */
i.ep-icon {
    font-style: normal !important
}

i.ep-shortcode.ep-icon {
    margin: 0 3px
}

.epcl-shortcode.epcl-button {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background-color: #FF3152;
    padding: 7px 25px;
    text-align: center;
    margin: 0 1.5px 5px;
    border-radius: 30px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    position: relative;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    border: 0
}

.epcl-shortcode.epcl-button:hover {
    color: #fff;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px)
}

.epcl-shortcode.epcl-button.extra-small {
    font-size: 10px;
    padding: 2px 10px
}

.epcl-shortcode.epcl-button.small {
    font-size: 12px;
    padding: 4px 12px
}

.epcl-shortcode.epcl-button.large {
    font-size: 16px;
    padding: 9px 30px
}

.epcl-shortcode.epcl-button.extra-large {
    font-size: 22px;
    padding: 8px 15px
}

.epcl-shortcode.epcl-button.extra-large .epcl-icon {
    margin-right: 10px
}

.epcl-shortcode.epcl-button.fluid {
    display: block;
    width: auto;
    clear: both;
    margin: 20px 0 0;
    padding: 10px 5%
}

.epcl-shortcode.epcl-button.glow {
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5)
}

.epcl-shortcode.epcl-button.outline {
    background: none;
    color: inherit;
    border: 2px solid;
    font-weight: bold;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 7px 20px
}

.epcl-shortcode.epcl-button.red {
    background-color: #FF3152
}

.epcl-shortcode.epcl-button.red.outline {
    background: none;
    border-color: #FF3152;
    color: #FF3152
}

.epcl-shortcode.epcl-button.red.outline:hover {
    background: #FF3152;
    color: #fff
}

.epcl-shortcode.epcl-button.red.gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#FF3152), to(#ff032b));
    background: linear-gradient(to bottom, #FF3152 0%, #ff032b 100%)
}

.epcl-shortcode.epcl-button.yellow {
    background-color: #FFD012
}

.epcl-shortcode.epcl-button.yellow.outline {
    background: none;
    border-color: #FFD012;
    color: #FFD012
}

.epcl-shortcode.epcl-button.yellow.outline:hover {
    background: #FFD012;
    color: #fff
}

.epcl-shortcode.epcl-button.yellow.gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFD012), to(#e3b600));
    background: linear-gradient(to bottom, #FFD012 0%, #e3b600 100%)
}

.epcl-shortcode.epcl-button.orange {
    background-color: #F39C12
}

.epcl-shortcode.epcl-button.orange.outline {
    background: none;
    border-color: #F39C12;
    color: #F39C12
}

.epcl-shortcode.epcl-button.orange.outline:hover {
    background: #F39C12;
    color: #fff
}

.epcl-shortcode.epcl-button.orange.gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#F39C12), to(#cd820a));
    background: linear-gradient(to bottom, #F39C12 0%, #cd820a 100%)
}

.epcl-shortcode.epcl-button.green {
    background-color: #27AE60
}

.epcl-shortcode.epcl-button.green.outline {
    background: none;
    border-color: #27AE60;
    color: #27AE60
}

.epcl-shortcode.epcl-button.green.outline:hover {
    background: #27AE60;
    color: #fff
}

.epcl-shortcode.epcl-button.green.gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#27AE60), to(#1f894b));
    background: linear-gradient(to bottom, #27AE60 0%, #1f894b 100%)
}

.epcl-shortcode.epcl-button.light-blue {
    background-color: #3498DB
}

.epcl-shortcode.epcl-button.light-blue.outline {
    background: none;
    border-color: #3498DB;
    color: #3498DB
}

.epcl-shortcode.epcl-button.light-blue.outline:hover {
    background: #3498DB;
    color: #fff
}

.epcl-shortcode.epcl-button.light-blue.gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#3498DB), to(#2280bf));
    background: linear-gradient(to bottom, #3498DB 0%, #2280bf 100%)
}

.epcl-shortcode.epcl-button.blue {
    background-color: #2980B9
}

.epcl-shortcode.epcl-button.blue.outline {
    background: none;
    border-color: #2980B9;
    color: #2980B9
}

.epcl-shortcode.epcl-button.blue.outline:hover {
    background: #2980B9;
    color: #fff
}

.epcl-shortcode.epcl-button.blue.gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#2980B9), to(#216693));
    background: linear-gradient(to bottom, #2980B9 0%, #216693 100%)
}

.epcl-shortcode.epcl-button.purple {
    background-color: #9B59B6
}

.epcl-shortcode.epcl-button.purple.outline {
    background: none;
    border-color: #9B59B6;
    color: #9B59B6
}

.epcl-shortcode.epcl-button.purple.outline:hover {
    background: #9B59B6;
    color: #fff
}

.epcl-shortcode.epcl-button.purple.gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#9B59B6), to(#83459c));
    background: linear-gradient(to bottom, #9B59B6 0%, #83459c 100%)
}

.epcl-shortcode.epcl-button.dark {
    background-color: #34495E
}

.epcl-shortcode.epcl-button.dark.outline {
    background: none;
    border-color: #34495E;
    color: #34495E
}

.epcl-shortcode.epcl-button.dark.outline:hover {
    background: #34495E;
    color: #fff
}

.epcl-shortcode.epcl-button.dark.gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#34495E), to(#243240));
    background: linear-gradient(to bottom, #34495E 0%, #243240 100%)
}

.epcl-shortcode.epcl-button.gray {
    background-color: #95A5A6
}

.epcl-shortcode.epcl-button.gray.outline {
    background: none;
    border-color: #95A5A6;
    color: #95A5A6
}

.epcl-shortcode.epcl-button.gray.outline:hover {
    background: #95A5A6;
    color: #fff
}

.epcl-shortcode.epcl-button.gray.gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#95A5A6), to(#7c9091));
    background: linear-gradient(to bottom, #95A5A6 0%, #7c9091 100%)
}

.epcl-shortcode.epcl-button.white {
    background-color: #ECF0F1;
    color: #555
}

.epcl-shortcode.epcl-button.white.outline {
    background: none;
    border-color: #ECF0F1;
    color: #555
}

.epcl-shortcode.epcl-button.white.outline:hover {
    background: #ECF0F1;
    color: #555
}

.epcl-shortcode.epcl-button.white.gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#ECF0F1), to(#d2dbde));
    background: linear-gradient(to bottom, #ECF0F1 0%, #d2dbde 100%)
}

.epcl-shortcode.epcl-button i.epcl-icon {
    margin-right: 7px
}

.epcl-shortcode.epcl-columns {
    margin: 0 -10px
}

.epcl-shortcode.epcl-columns .epcl-col {
    margin-bottom: 30px
}

.epcl-shortcode.epcl-box {
    padding: 10px 15px;
    font-size: 13px;
    color: #555;
    margin-bottom: 20px;
    position: relative;
    border-radius: 7px
}

.epcl-shortcode.epcl-box i.epcl-icon {
    color: #fff;
    position: absolute;
    left: -40px;
    top: 50%;
    width: 40px;
    text-align: center;
    margin-top: -8px;
    height: 16px;
    line-height: 16px;
    font-size: 16px
}

.epcl-shortcode.epcl-box.error {
    background: #FE7171;
    border-left: 40px solid #fe5d5d;
    color: #fff
}

.epcl-shortcode.epcl-box.success {
    background: #43C76F;
    border-left: 40px solid #38bd65;
    color: #fff
}

.epcl-shortcode.epcl-box.notice {
    background: #f1c205;
    border-left: 40px solid #e7ba05;
    color: #fff
}

.epcl-shortcode.epcl-box.information {
    background: #7AB8FF;
    border-left: 40px solid #66adff;
    color: #fff
}

.epcl-shortcode.epcl-toggle .toggle-title {
    font-size: 16px;
    padding: 15px 30px;
    border: 1px solid #e5e5e5;
    background: #fffefe;
    border-radius: 7px;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.epcl-shortcode.epcl-toggle .toggle-title .epcl-icon {
    display: block;
    width: 18px;
    height: 18px;
    color: #494949;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 18px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.epcl-shortcode.epcl-toggle.active .toggle-title,
.epcl-shortcode.epcl-toggle.opened .toggle-title {
    background: #f4f4f4
}

.epcl-shortcode.epcl-toggle .toggle-content {
    display: none;
    margin-bottom: 20px;
    padding: 0 15px
}

.epcl-shortcode.epcl-toggle.opened .toggle-content {
    display: block
}

.epcl-shortcode.epcl-tabs ul.tab-links {
    margin-left: 0
}

.epcl-shortcode.epcl-tabs ul.tab-links li {
    display: block;
    float: left;
    padding-bottom: 0px;
    margin-bottom: -1px
}

.epcl-shortcode.epcl-tabs ul.tab-links li a {
    display: block;
    padding: 10px 15px;
    border: 1px solid #e5e5e5 !important;
    border-bottom: #fffefe !important;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    list-style: none;
    margin-right: 3px;
    word-break: break-word;
    color: #111;
    font-weight: bold;
    position: relative;
    z-index: 1;
    background: #f2f2f2
}

.epcl-shortcode.epcl-tabs ul.tab-links li a:hover,
.epcl-shortcode.epcl-tabs ul.tab-links li.active a {
    background: #fffefe;
    border-color: #e5e5e5
}

.epcl-shortcode.epcl-tabs .tab-container {
    clear: both;
    margin-bottom: 25px;
    padding: 30px;
    border: 1px solid #e5e5e5;
    background: #fffefe;
    padding-top: 25px;
    border-radius: 7px;
    border-top-left-radius: 0px
}

.epcl-shortcode.epcl-tabs .tab-container p {
    padding-top: 0;
    margin-bottom: 20px
}

.epcl-shortcode.epcl-tabs .tab-container p:last-of-type {
    margin-bottom: 0
}

.epcl-shortcode.epcl-tabs .tab-container .tab-item {
    display: none;
    padding: 0
}