File: /var/www/html/triad-infosec/wp-content/themes/Avada/assets/css/no-builder/shortcodes.css
/* stylelint-disable no-descending-specificity */
/* stylelint-disable no-duplicate-selectors */
/*
Needed Styles From Bootstrap
-----------------------------------------------------------------------------*/
.fade {
opacity: 0;
transition: opacity 0.3s linear;
}
.fade.in {
opacity: 1;
}
.collapse {
display: none;
}
.collapse.in {
display: block;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
transition: height 0.35s ease;
}
/* stylelint-disable length-zero-no-unit */
/* stylelint-enable length-zero-no-unit */
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 0px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
float: left;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666667%;
}
.col-xs-pull-10 {
right: 83.33333333%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666667%;
}
.col-xs-pull-7 {
right: 58.33333333%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666667%;
}
.col-xs-pull-4 {
right: 33.33333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.66666667%;
}
.col-xs-pull-1 {
right: 8.33333333%;
}
.col-xs-pull-0 {
right: 0%;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666667%;
}
.col-xs-push-10 {
left: 83.33333333%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666667%;
}
.col-xs-push-7 {
left: 58.33333333%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666667%;
}
.col-xs-push-4 {
left: 33.33333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.66666667%;
}
.col-xs-push-1 {
left: 8.33333333%;
}
.col-xs-push-0 {
left: 0%;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666667%;
}
.col-xs-offset-10 {
margin-left: 83.33333333%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666667%;
}
.col-xs-offset-7 {
margin-left: 58.33333333%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.66666667%;
}
.col-xs-offset-1 {
margin-left: 8.33333333%;
}
.col-xs-offset-0 {
margin-left: 0%;
}
@media (min-width: 0px) {
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-0 {
right: 0%;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-0 {
left: 0%;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 992px) {
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-1 {
width: 8.33333333%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666667%;
}
.col-md-pull-10 {
right: 83.33333333%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666667%;
}
.col-md-pull-7 {
right: 58.33333333%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666667%;
}
.col-md-pull-4 {
right: 33.33333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.66666667%;
}
.col-md-pull-1 {
right: 8.33333333%;
}
.col-md-pull-0 {
right: 0%;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666667%;
}
.col-md-push-10 {
left: 83.33333333%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666667%;
}
.col-md-push-7 {
left: 58.33333333%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666667%;
}
.col-md-push-4 {
left: 33.33333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.66666667%;
}
.col-md-push-1 {
left: 8.33333333%;
}
.col-md-push-0 {
left: 0%;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-11 {
margin-left: 91.66666667%;
}
.col-md-offset-10 {
margin-left: 83.33333333%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-8 {
margin-left: 66.66666667%;
}
.col-md-offset-7 {
margin-left: 58.33333333%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-5 {
margin-left: 41.66666667%;
}
.col-md-offset-4 {
margin-left: 33.33333333%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-2 {
margin-left: 16.66666667%;
}
.col-md-offset-1 {
margin-left: 8.33333333%;
}
.col-md-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1200px) {
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-1 {
width: 8.33333333%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666667%;
}
.col-lg-pull-10 {
right: 83.33333333%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666667%;
}
.col-lg-pull-7 {
right: 58.33333333%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666667%;
}
.col-lg-pull-4 {
right: 33.33333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.66666667%;
}
.col-lg-pull-1 {
right: 8.33333333%;
}
.col-lg-pull-0 {
right: 0%;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666667%;
}
.col-lg-push-10 {
left: 83.33333333%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666667%;
}
.col-lg-push-7 {
left: 58.33333333%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666667%;
}
.col-lg-push-4 {
left: 33.33333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.66666667%;
}
.col-lg-push-1 {
left: 8.33333333%;
}
.col-lg-push-0 {
left: 0%;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-11 {
margin-left: 91.66666667%;
}
.col-lg-offset-10 {
margin-left: 83.33333333%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-8 {
margin-left: 66.66666667%;
}
.col-lg-offset-7 {
margin-left: 58.33333333%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-5 {
margin-left: 41.66666667%;
}
.col-lg-offset-4 {
margin-left: 33.33333333%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.66666667%;
}
.col-lg-offset-1 {
margin-left: 8.33333333%;
}
.col-lg-offset-0 {
margin-left: 0%;
}
}
.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}
.alert h4 {
margin-top: 0;
color: inherit;
}
.alert .alert-link {
font-weight: bold;
}
.alert > p,
.alert > ul {
margin-bottom: 0;
}
.alert > p + p {
margin-top: 5px;
}
.alert-dismissable {
padding-right: 35px;
}
.alert-dismissable .close {
position: relative;
top: -2px;
color: inherit;
}
.alert-success {
color: #468847;
background-color: #dff0d8;
border-color: #468847;
}
.alert-success hr {
border-top-color: #c9e2b3;
}
.alert-success .alert-link {
color: #356635;
}
.alert-info {
color: #3a87ad;
background-color: #d9edf7;
border-color: #3a87ad;
}
.alert-info hr {
border-top-color: #a6e1ec;
}
.alert-info .alert-link {
color: #2d6987;
}
.alert-warning {
color: #c09853;
background-color: #fcf8e3;
border-color: #c09853;
}
.alert-warning hr {
border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
color: #a47e3c;
}
.alert-danger {
color: #b94a48;
background-color: #f2dede;
border-color: #b94a48;
}
.alert-danger hr {
border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
color: #953b39;
}
button.close {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border: 0 none;
cursor: pointer;
padding: 0;
}
.close {
color: #000;
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
opacity: 0.2;
}
.modal-open {
overflow: hidden;
padding-right: 15px;
}
.modal-open .fusion-footer.fusion-footer-parallax {
padding-right: 15px;
}
.modal-open .fusion-is-sticky .fusion-header {
padding-right: 45px;
}
.ua-windows_nt .modal-open {
padding-right: 17px;
}
.ua-windows_nt .modal-open .fusion-footer.fusion-footer-parallax {
padding-right: 17px;
}
.ua-windows_nt .modal-open .fusion-is-sticky .fusion-header {
padding-right: 47px;
}
.modal {
display: none;
overflow: auto;
overflow-y: scroll;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999;
-webkit-overflow-scrolling: touch;
}
.modal.fade .modal-dialog {
transform: translate(0, -25%);
transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
transform: translate(0, 0);
}
.fusion-disable-outline .modal {
outline: 0;
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
.modal-content {
position: relative;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.2);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
border-radius: 5px;
background-clip: padding-box;
outline: none;
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99998;
background-color: #000;
}
.modal-backdrop.fade {
opacity: 0;
}
.modal-backdrop.in {
opacity: 0.5;
}
.modal-header {
padding: 15px 20px;
border-bottom: 1px solid #e5e5e5;
min-height: 16.53846154px;
}
.modal-header .close {
margin-top: -2px;
}
.modal-title {
margin: 0;
line-height: 1.53846154;
}
.modal-body {
position: relative;
padding: 20px;
}
.modal-footer {
margin-top: 15px;
padding: 19px 20px 20px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
margin-left: 5px;
margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
@media (min-width: 900px) {
.modal-dialog {
width: 600px;
margin-right: auto;
margin-left: auto;
}
.modal-content {
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-sm {
width: 300px;
}
.modal-lg {
width: 900px;
}
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 2010;
display: none;
max-width: 276px;
padding: 1px;
text-align: left;
background-color: #fff;
border-radius: 5px;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
white-space: normal;
}
.popover.top {
margin-top: -10px;
}
.popover.right {
margin-left: 10px;
}
.popover.bottom {
margin-top: 10px;
}
.popover.left {
margin-left: -10px;
}
.popover-title {
margin: 0;
padding: 8px 14px;
font-size: 13px;
font-weight: normal;
line-height: 18px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0;
}
.popover-content {
padding: 9px 14px;
border-radius: 0 0 5px 5px;
}
.popover .arrow,
.popover .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover .arrow {
border-width: 11px;
}
.popover .arrow:after {
border-width: 10px;
content: "";
}
.popover.top .arrow {
left: 50%;
margin-left: -11px;
border-bottom-width: 0;
bottom: -11px;
}
.popover.top .arrow:after {
content: " ";
bottom: 1px;
margin-left: -10px;
border-bottom-width: 0;
border-top-color: #fff;
}
.popover.right .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-left-width: 0;
}
.popover.right .arrow:after {
content: " ";
left: 1px;
bottom: -10px;
border-left-width: 0;
border-right-color: #fff;
}
.popover.bottom .arrow {
left: 50%;
margin-left: -11px;
border-top-width: 0;
top: -11px;
}
.popover.bottom .arrow:after {
content: " ";
top: 1px;
margin-left: -10px;
border-top-width: 0;
border-bottom-color: #fff;
}
.popover.left .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
}
.popover.left .arrow:after {
content: " ";
right: 1px;
border-right-width: 0;
border-left-color: #fff;
bottom: -10px;
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
.progress-bar {
overflow: hidden;
height: 20px;
margin-bottom: 20px;
background-color: #f5f5f5;
border-radius: 5px;
background-clip: padding-box;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress {
float: left;
width: 0%;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #fff;
text-align: center;
background-color: #65bc7b;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
transition: width 0.6s ease;
}
.progress-striped .progress {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 40px 40px;
}
.progress-bar.active .progress {
animation: progress-bar-stripes 2s linear infinite;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
table {
max-width: 100%;
background-color: transparent;
}
.table {
width: 100%;
margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.53846154;
vertical-align: top;
border-top: 1px solid #E5E4E3;
}
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #E5E4E3;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.table > tbody + tbody {
border-top: 2px solid #E5E4E3;
}
.table .table {
background-color: #fff;
}
@media (max-width: -1px) {
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
overflow-x: scroll;
border: 1px solid #E5E4E3;
-webkit-overflow-scrolling: touch;
}
.table-responsive > .table {
margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
}
.tooltip {
position: absolute;
z-index: 2030;
display: block;
visibility: visible;
font-size: 12px;
line-height: 1.4;
opacity: 0;
}
.tooltip.in {
opacity: 0.9;
}
.tooltip.top {
margin-top: -3px;
padding: 5px 0;
}
.tooltip.right {
margin-left: 3px;
padding: 0 5px;
}
.tooltip.bottom {
margin-top: 3px;
padding: 5px 0;
}
.tooltip.left {
margin-left: -3px;
padding: 0 5px;
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #D1D1D2;
text-align: center;
text-decoration: none;
background-color: rgba(33, 33, 33, 0.97);
border-radius: 4px;
background-clip: padding-box;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: rgba(33, 33, 33, 0.97);
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
left: 5px;
border-width: 5px 5px 0;
border-top-color: rgba(33, 33, 33, 0.97);
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
right: 5px;
border-width: 5px 5px 0;
border-top-color: rgba(33, 33, 33, 0.97);
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: rgba(33, 33, 33, 0.97);
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: rgba(33, 33, 33, 0.97);
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: rgba(33, 33, 33, 0.97);
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
left: 5px;
border-width: 0 5px 5px;
border-bottom-color: rgba(33, 33, 33, 0.97);
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
right: 5px;
border-width: 0 5px 5px;
border-bottom-color: rgba(33, 33, 33, 0.97);
}
/* stylelint-disable no-descending-specificity */
.fusion-button-wrapper {
display: inline;
}
.fusion-button-wrapper.fusion-aligncenter {
display: block;
text-align: center;
}
.bbp-submit-wrapper .button,
.fusion-button,
.gform_wrapper .button,
.gform_wrapper .gform_button,
.post-password-form input[type="submit"],
.tribe-events-tickets .button,
.tribe-tickets button,
.woocommerce .cart-collaterals .checkout-button,
.woocommerce .checkout #place_order,
.wpcf7-submit,
.tml-submit-wrap input[type="submit"],
.woocommerce.add_to_cart_inline .button,
.page-tribe-attendee-registration button {
display: inline-block;
position: relative;
border: 1px solid rgba(0, 0, 0, 0);
text-align: center;
text-transform: uppercase;
font-weight: bold;
cursor: pointer;
box-sizing: border-box;
transition: all 0.2s;
}
.bbp-submit-wrapper .button:before,
.fusion-button:before,
.gform_wrapper .button:before,
.gform_wrapper .gform_button:before,
.post-password-form input[type="submit"]:before,
.tribe-events-tickets .button:before,
.tribe-tickets button:before,
.woocommerce .cart-collaterals .checkout-button:before,
.woocommerce .checkout #place_order:before,
.wpcf7-submit:before,
.tml-submit-wrap input[type="submit"]:before,
.woocommerce.add_to_cart_inline .button:before,
.page-tribe-attendee-registration button:before,
.bbp-submit-wrapper .button:after,
.fusion-button:after,
.gform_wrapper .button:after,
.gform_wrapper .gform_button:after,
.post-password-form input[type="submit"]:after,
.tribe-events-tickets .button:after,
.tribe-tickets button:after,
.woocommerce .cart-collaterals .checkout-button:after,
.woocommerce .checkout #place_order:after,
.wpcf7-submit:after,
.tml-submit-wrap input[type="submit"]:after,
.woocommerce.add_to_cart_inline .button:after,
.page-tribe-attendee-registration button:after {
content: " ";
display: table;
}
.bbp-submit-wrapper .button:after,
.fusion-button:after,
.gform_wrapper .button:after,
.gform_wrapper .gform_button:after,
.post-password-form input[type="submit"]:after,
.tribe-events-tickets .button:after,
.tribe-tickets button:after,
.woocommerce .cart-collaterals .checkout-button:after,
.woocommerce .checkout #place_order:after,
.wpcf7-submit:after,
.tml-submit-wrap input[type="submit"]:after,
.woocommerce.add_to_cart_inline .button:after,
.page-tribe-attendee-registration button:after {
clear: both;
}
.bbp-submit-wrapper .button:hover,
.fusion-button:hover,
.gform_wrapper .button:hover,
.gform_wrapper .gform_button:hover,
.post-password-form input[type="submit"]:hover,
.tribe-events-tickets .button:hover,
.tribe-tickets button:hover,
.woocommerce .cart-collaterals .checkout-button:hover,
.woocommerce .checkout #place_order:hover,
.wpcf7-submit:hover,
.tml-submit-wrap input[type="submit"]:hover,
.woocommerce.add_to_cart_inline .button:hover,
.page-tribe-attendee-registration button:hover {
transition: all 0.3s;
}
.fusion-disable-outline .bbp-submit-wrapper .button,
.fusion-disable-outline .fusion-button,
.fusion-disable-outline .gform_wrapper .button,
.fusion-disable-outline .gform_wrapper .gform_button,
.fusion-disable-outline .post-password-form input[type="submit"],
.fusion-disable-outline .tribe-events-tickets .button,
.fusion-disable-outline .tribe-tickets button,
.fusion-disable-outline .woocommerce .cart-collaterals .checkout-button,
.fusion-disable-outline .woocommerce .checkout #place_order,
.fusion-disable-outline .wpcf7-submit,
.fusion-disable-outline .tml-submit-wrap input[type="submit"],
.fusion-disable-outline .woocommerce.add_to_cart_inline .button,
.fusion-disable-outline .page-tribe-attendee-registration button,
.fusion-disable-outline .single_add_to_cart_button,
.fusion-disable-outline .button {
outline: 0;
}
.fusion-disable-outline .bbp-submit-wrapper .button:focus,
.fusion-disable-outline .fusion-button:focus,
.fusion-disable-outline .gform_wrapper .button:focus,
.fusion-disable-outline .gform_wrapper .gform_button:focus,
.fusion-disable-outline .post-password-form input[type="submit"]:focus,
.fusion-disable-outline .tribe-events-tickets .button:focus,
.fusion-disable-outline .tribe-tickets button:focus,
.fusion-disable-outline .woocommerce .cart-collaterals .checkout-button:focus,
.fusion-disable-outline .woocommerce .checkout #place_order:focus,
.fusion-disable-outline .wpcf7-submit:focus,
.fusion-disable-outline .tml-submit-wrap input[type="submit"]:focus,
.fusion-disable-outline .woocommerce.add_to_cart_inline .button:focus,
.fusion-disable-outline .page-tribe-attendee-registration button:focus,
.fusion-disable-outline .single_add_to_cart_button:focus,
.fusion-disable-outline .button:focus {
outline: 0;
}
.fusion-button i,
.fusion-button-icon-divider,
.fusion-button-text {
transition: all 0.2s;
}
.fusion-button i:hover,
.fusion-button-icon-divider:hover,
.fusion-button-text:hover {
transition: all 0.2s;
}
.ls-container .button,
.ls-container .fusion-button {
transition: none !important;
}
.ls-container .button:hover,
.ls-container .fusion-button:hover {
transition: none !important;
}
#wrapper .button-square,
#wrapper .fusion-button-square,
.fusion-body .fusion-button-square {
border-radius: 0;
}
#wrapper .button-round,
#wrapper .fusion-button-round,
.fusion-body .fusion-button-round {
border-radius: 2px;
}
#wrapper .button-round.button-3d,
#wrapper .fusion-button-round.button-3d,
.fusion-body .fusion-button-round.button-3d {
border-radius: 4px;
}
#wrapper .button-pill,
#wrapper .fusion-button-pill,
.fusion-body .fusion-button-pill {
border-radius: 25px !important;
}
#bbp_user_edit_submit,
.bbp-submit-wrapper .button,
.button-small,
.button.small,
.fusion-body .fusion-button-small,
.post-password-form input[type="submit"],
.woocommerce .single_add_to_cart_button {
padding: 9px 20px;
line-height: 14px;
font-size: 12px;
}
#bbp_user_edit_submit.button-3d:active,
.bbp-submit-wrapper .button.button-3d:active,
.button-small.button-3d:active,
.button.small.button-3d:active,
.fusion-body .fusion-button-small.button-3d:active,
.post-password-form input[type="submit"].button-3d:active,
.woocommerce .single_add_to_cart_button.button-3d:active {
top: 2px;
}
#bbp_user_edit_submit .fusion-button-text-left,
.bbp-submit-wrapper .button .fusion-button-text-left,
.button-small .fusion-button-text-left,
.button.small .fusion-button-text-left,
.fusion-body .fusion-button-small .fusion-button-text-left,
.post-password-form input[type="submit"] .fusion-button-text-left,
.woocommerce .single_add_to_cart_button .fusion-button-text-left {
display: inline-block;
padding-left: 25px;
}
#bbp_user_edit_submit .fusion-button-text-right,
.bbp-submit-wrapper .button .fusion-button-text-right,
.button-small .fusion-button-text-right,
.button.small .fusion-button-text-right,
.fusion-body .fusion-button-small .fusion-button-text-right,
.post-password-form input[type="submit"] .fusion-button-text-right,
.woocommerce .single_add_to_cart_button .fusion-button-text-right {
display: inline-block;
padding-right: 25px;
}
#bbp_user_edit_submit .button-icon-divider-left,
.bbp-submit-wrapper .button .button-icon-divider-left,
.button-small .button-icon-divider-left,
.button.small .button-icon-divider-left,
.fusion-body .fusion-button-small .button-icon-divider-left,
.post-password-form input[type="submit"] .button-icon-divider-left,
.woocommerce .single_add_to_cart_button .button-icon-divider-left {
padding: 0 10px;
}
#bbp_user_edit_submit .button-icon-divider-left.fusion-megamenu-image,
.bbp-submit-wrapper .button .button-icon-divider-left.fusion-megamenu-image,
.button-small .button-icon-divider-left.fusion-megamenu-image,
.button.small .button-icon-divider-left.fusion-megamenu-image,
.fusion-body .fusion-button-small .button-icon-divider-left.fusion-megamenu-image,
.post-password-form input[type="submit"] .button-icon-divider-left.fusion-megamenu-image,
.woocommerce .single_add_to_cart_button .button-icon-divider-left.fusion-megamenu-image {
padding: 0 5px;
}
#bbp_user_edit_submit .button-icon-divider-right,
.bbp-submit-wrapper .button .button-icon-divider-right,
.button-small .button-icon-divider-right,
.button.small .button-icon-divider-right,
.fusion-body .fusion-button-small .button-icon-divider-right,
.post-password-form input[type="submit"] .button-icon-divider-right,
.woocommerce .single_add_to_cart_button .button-icon-divider-right {
padding: 0 10px;
}
#bbp_user_edit_submit .button-icon-divider-right.fusion-megamenu-image,
.bbp-submit-wrapper .button .button-icon-divider-right.fusion-megamenu-image,
.button-small .button-icon-divider-right.fusion-megamenu-image,
.button.small .button-icon-divider-right.fusion-megamenu-image,
.fusion-body .fusion-button-small .button-icon-divider-right.fusion-megamenu-image,
.post-password-form input[type="submit"] .button-icon-divider-right.fusion-megamenu-image,
.woocommerce .single_add_to_cart_button .button-icon-divider-right.fusion-megamenu-image {
padding: 0 5px;
}
#bbp_user_edit_submit .button-icon-divider-left i,
.bbp-submit-wrapper .button .button-icon-divider-left i,
.button-small .button-icon-divider-left i,
.button.small .button-icon-divider-left i,
.fusion-body .fusion-button-small .button-icon-divider-left i,
.post-password-form input[type="submit"] .button-icon-divider-left i,
.woocommerce .single_add_to_cart_button .button-icon-divider-left i,
#bbp_user_edit_submit .button-icon-divider-left img,
.bbp-submit-wrapper .button .button-icon-divider-left img,
.button-small .button-icon-divider-left img,
.button.small .button-icon-divider-left img,
.fusion-body .fusion-button-small .button-icon-divider-left img,
.post-password-form input[type="submit"] .button-icon-divider-left img,
.woocommerce .single_add_to_cart_button .button-icon-divider-left img,
#bbp_user_edit_submit .button-icon-divider-right i,
.bbp-submit-wrapper .button .button-icon-divider-right i,
.button-small .button-icon-divider-right i,
.button.small .button-icon-divider-right i,
.fusion-body .fusion-button-small .button-icon-divider-right i,
.post-password-form input[type="submit"] .button-icon-divider-right i,
.woocommerce .single_add_to_cart_button .button-icon-divider-right i,
#bbp_user_edit_submit .button-icon-divider-right img,
.bbp-submit-wrapper .button .button-icon-divider-right img,
.button-small .button-icon-divider-right img,
.button.small .button-icon-divider-right img,
.fusion-body .fusion-button-small .button-icon-divider-right img,
.post-password-form input[type="submit"] .button-icon-divider-right img,
.woocommerce .single_add_to_cart_button .button-icon-divider-right img {
display: block;
}
#bbp_user_edit_submit.button-3d:active,
.bbp-submit-wrapper .button.button-3d:active,
.button-small.button-3d:active,
.button.small.button-3d:active,
.fusion-body .fusion-button-small.button-3d:active,
.post-password-form input[type="submit"].button-3d:active,
.woocommerce .single_add_to_cart_button.button-3d:active {
top: 2px;
}
#bbp_user_edit_submit .fusion-button-text-left,
.bbp-submit-wrapper .button .fusion-button-text-left,
.button-small .fusion-button-text-left,
.button.small .fusion-button-text-left,
.fusion-body .fusion-button-small .fusion-button-text-left,
.post-password-form input[type="submit"] .fusion-button-text-left,
.woocommerce .single_add_to_cart_button .fusion-button-text-left {
display: inline-block;
padding-left: 25px;
}
#bbp_user_edit_submit .fusion-button-text-right,
.bbp-submit-wrapper .button .fusion-button-text-right,
.button-small .fusion-button-text-right,
.button.small .fusion-button-text-right,
.fusion-body .fusion-button-small .fusion-button-text-right,
.post-password-form input[type="submit"] .fusion-button-text-right,
.woocommerce .single_add_to_cart_button .fusion-button-text-right {
display: inline-block;
padding-right: 25px;
}
#bbp_user_edit_submit .button-icon-divider-left,
.bbp-submit-wrapper .button .button-icon-divider-left,
.button-small .button-icon-divider-left,
.button.small .button-icon-divider-left,
.fusion-body .fusion-button-small .button-icon-divider-left,
.post-password-form input[type="submit"] .button-icon-divider-left,
.woocommerce .single_add_to_cart_button .button-icon-divider-left {
padding: 0 10px;
}
#bbp_user_edit_submit .button-icon-divider-left.fusion-megamenu-image,
.bbp-submit-wrapper .button .button-icon-divider-left.fusion-megamenu-image,
.button-small .button-icon-divider-left.fusion-megamenu-image,
.button.small .button-icon-divider-left.fusion-megamenu-image,
.fusion-body .fusion-button-small .button-icon-divider-left.fusion-megamenu-image,
.post-password-form input[type="submit"] .button-icon-divider-left.fusion-megamenu-image,
.woocommerce .single_add_to_cart_button .button-icon-divider-left.fusion-megamenu-image {
padding: 0 5px;
}
#bbp_user_edit_submit .button-icon-divider-right,
.bbp-submit-wrapper .button .button-icon-divider-right,
.button-small .button-icon-divider-right,
.button.small .button-icon-divider-right,
.fusion-body .fusion-button-small .button-icon-divider-right,
.post-password-form input[type="submit"] .button-icon-divider-right,
.woocommerce .single_add_to_cart_button .button-icon-divider-right {
padding: 0 10px;
}
#bbp_user_edit_submit .button-icon-divider-right.fusion-megamenu-image,
.bbp-submit-wrapper .button .button-icon-divider-right.fusion-megamenu-image,
.button-small .button-icon-divider-right.fusion-megamenu-image,
.button.small .button-icon-divider-right.fusion-megamenu-image,
.fusion-body .fusion-button-small .button-icon-divider-right.fusion-megamenu-image,
.post-password-form input[type="submit"] .button-icon-divider-right.fusion-megamenu-image,
.woocommerce .single_add_to_cart_button .button-icon-divider-right.fusion-megamenu-image {
padding: 0 5px;
}
#bbp_user_edit_submit .button-icon-divider-left i,
.bbp-submit-wrapper .button .button-icon-divider-left i,
.button-small .button-icon-divider-left i,
.button.small .button-icon-divider-left i,
.fusion-body .fusion-button-small .button-icon-divider-left i,
.post-password-form input[type="submit"] .button-icon-divider-left i,
.woocommerce .single_add_to_cart_button .button-icon-divider-left i,
#bbp_user_edit_submit .button-icon-divider-left img,
.bbp-submit-wrapper .button .button-icon-divider-left img,
.button-small .button-icon-divider-left img,
.button.small .button-icon-divider-left img,
.fusion-body .fusion-button-small .button-icon-divider-left img,
.post-password-form input[type="submit"] .button-icon-divider-left img,
.woocommerce .single_add_to_cart_button .button-icon-divider-left img,
#bbp_user_edit_submit .button-icon-divider-right i,
.bbp-submit-wrapper .button .button-icon-divider-right i,
.button-small .button-icon-divider-right i,
.button.small .button-icon-divider-right i,
.fusion-body .fusion-button-small .button-icon-divider-right i,
.post-password-form input[type="submit"] .button-icon-divider-right i,
.woocommerce .single_add_to_cart_button .button-icon-divider-right i,
#bbp_user_edit_submit .button-icon-divider-right img,
.bbp-submit-wrapper .button .button-icon-divider-right img,
.button-small .button-icon-divider-right img,
.button.small .button-icon-divider-right img,
.fusion-body .fusion-button-small .button-icon-divider-right img,
.post-password-form input[type="submit"] .button-icon-divider-right img,
.woocommerce .single_add_to_cart_button .button-icon-divider-right img {
display: block;
}
.button-medium,
.button.medium,
.fusion-body .fusion-button-medium,
.ticket-selector-submit-btn[type=submit],
.woocommerce .checkout #place_order {
padding: 11px 23px;
line-height: 16px;
font-size: 13px;
}
.button-medium.button-3d:active,
.button.medium.button-3d:active,
.fusion-body .fusion-button-medium.button-3d:active,
.ticket-selector-submit-btn[type=submit].button-3d:active,
.woocommerce .checkout #place_order.button-3d:active {
top: 3px;
}
.button-medium .fusion-button-text-left,
.button.medium .fusion-button-text-left,
.fusion-body .fusion-button-medium .fusion-button-text-left,
.ticket-selector-submit-btn[type=submit] .fusion-button-text-left,
.woocommerce .checkout #place_order .fusion-button-text-left {
display: inline-block;
padding-left: 28px;
}
.button-medium .fusion-button-text-right,
.button.medium .fusion-button-text-right,
.fusion-body .fusion-button-medium .fusion-button-text-right,
.ticket-selector-submit-btn[type=submit] .fusion-button-text-right,
.woocommerce .checkout #place_order .fusion-button-text-right {
display: inline-block;
padding-right: 28px;
}
.button-medium .button-icon-divider-left,
.button.medium .button-icon-divider-left,
.fusion-body .fusion-button-medium .button-icon-divider-left,
.ticket-selector-submit-btn[type=submit] .button-icon-divider-left,
.woocommerce .checkout #place_order .button-icon-divider-left {
padding: 0 12.5px;
}
.button-medium .button-icon-divider-left.fusion-megamenu-image,
.button.medium .button-icon-divider-left.fusion-megamenu-image,
.fusion-body .fusion-button-medium .button-icon-divider-left.fusion-megamenu-image,
.ticket-selector-submit-btn[type=submit] .button-icon-divider-left.fusion-megamenu-image,
.woocommerce .checkout #place_order .button-icon-divider-left.fusion-megamenu-image {
padding: 0 6.25px;
}
.button-medium .button-icon-divider-right,
.button.medium .button-icon-divider-right,
.fusion-body .fusion-button-medium .button-icon-divider-right,
.ticket-selector-submit-btn[type=submit] .button-icon-divider-right,
.woocommerce .checkout #place_order .button-icon-divider-right {
padding: 0 12.5px;
}
.button-medium .button-icon-divider-right.fusion-megamenu-image,
.button.medium .button-icon-divider-right.fusion-megamenu-image,
.fusion-body .fusion-button-medium .button-icon-divider-right.fusion-megamenu-image,
.ticket-selector-submit-btn[type=submit] .button-icon-divider-right.fusion-megamenu-image,
.woocommerce .checkout #place_order .button-icon-divider-right.fusion-megamenu-image {
padding: 0 6.25px;
}
.button-medium .button-icon-divider-left i,
.button.medium .button-icon-divider-left i,
.fusion-body .fusion-button-medium .button-icon-divider-left i,
.ticket-selector-submit-btn[type=submit] .button-icon-divider-left i,
.woocommerce .checkout #place_order .button-icon-divider-left i,
.button-medium .button-icon-divider-left img,
.button.medium .button-icon-divider-left img,
.fusion-body .fusion-button-medium .button-icon-divider-left img,
.ticket-selector-submit-btn[type=submit] .button-icon-divider-left img,
.woocommerce .checkout #place_order .button-icon-divider-left img,
.button-medium .button-icon-divider-right i,
.button.medium .button-icon-divider-right i,
.fusion-body .fusion-button-medium .button-icon-divider-right i,
.ticket-selector-submit-btn[type=submit] .button-icon-divider-right i,
.woocommerce .checkout #place_order .button-icon-divider-right i,
.button-medium .button-icon-divider-right img,
.button.medium .button-icon-divider-right img,
.fusion-body .fusion-button-medium .button-icon-divider-right img,
.ticket-selector-submit-btn[type=submit] .button-icon-divider-right img,
.woocommerce .checkout #place_order .button-icon-divider-right img {
display: block;
}
.button-medium.button-3d:active,
.button.medium.button-3d:active,
.fusion-body .fusion-button-medium.button-3d:active,
.ticket-selector-submit-btn[type=submit].button-3d:active,
.woocommerce .checkout #place_order.button-3d:active {
top: 3px;
}
.button-medium .fusion-button-text-left,
.button.medium .fusion-button-text-left,
.fusion-body .fusion-button-medium .fusion-button-text-left,
.ticket-selector-submit-btn[type=submit] .fusion-button-text-left,
.woocommerce .checkout #place_order .fusion-button-text-left {
display: inline-block;
padding-left: 28px;
}
.button-medium .fusion-button-text-right,
.button.medium .fusion-button-text-right,
.fusion-body .fusion-button-medium .fusion-button-text-right,
.ticket-selector-submit-btn[type=submit] .fusion-button-text-right,
.woocommerce .checkout #place_order .fusion-button-text-right {
display: inline-block;
padding-right: 28px;
}
.button-medium .button-icon-divider-left,
.button.medium .button-icon-divider-left,
.fusion-body .fusion-button-medium .button-icon-divider-left,
.ticket-selector-submit-btn[type=submit] .button-icon-divider-left,
.woocommerce .checkout #place_order .button-icon-divider-left {
padding: 0 12.5px;
}
.button-medium .button-icon-divider-left.fusion-megamenu-image,
.button.medium .button-icon-divider-left.fusion-megamenu-image,
.fusion-body .fusion-button-medium .button-icon-divider-left.fusion-megamenu-image,
.ticket-selector-submit-btn[type=submit] .button-icon-divider-left.fusion-megamenu-image,
.woocommerce .checkout #place_order .button-icon-divider-left.fusion-megamenu-image {
padding: 0 6.25px;
}
.button-medium .button-icon-divider-right,
.button.medium .button-icon-divider-right,
.fusion-body .fusion-button-medium .button-icon-divider-right,
.ticket-selector-submit-btn[type=submit] .button-icon-divider-right,
.woocommerce .checkout #place_order .button-icon-divider-right {
padding: 0 12.5px;
}
.button-medium .button-icon-divider-right.fusion-megamenu-image,
.button.medium .button-icon-divider-right.fusion-megamenu-image,
.fusion-body .fusion-button-medium .button-icon-divider-right.fusion-megamenu-image,
.ticket-selector-submit-btn[type=submit] .button-icon-divider-right.fusion-megamenu-image,
.woocommerce .checkout #place_order .button-icon-divider-right.fusion-megamenu-image {
padding: 0 6.25px;
}
.button-medium .button-icon-divider-left i,
.button.medium .button-icon-divider-left i,
.fusion-body .fusion-button-medium .button-icon-divider-left i,
.ticket-selector-submit-btn[type=submit] .button-icon-divider-left i,
.woocommerce .checkout #place_order .button-icon-divider-left i,
.button-medium .button-icon-divider-left img,
.button.medium .button-icon-divider-left img,
.fusion-body .fusion-button-medium .button-icon-divider-left img,
.ticket-selector-submit-btn[type=submit] .button-icon-divider-left img,
.woocommerce .checkout #place_order .button-icon-divider-left img,
.button-medium .button-icon-divider-right i,
.button.medium .button-icon-divider-right i,
.fusion-body .fusion-button-medium .button-icon-divider-right i,
.ticket-selector-submit-btn[type=submit] .button-icon-divider-right i,
.woocommerce .checkout #place_order .button-icon-divider-right i,
.button-medium .button-icon-divider-right img,
.button.medium .button-icon-divider-right img,
.fusion-body .fusion-button-medium .button-icon-divider-right img,
.ticket-selector-submit-btn[type=submit] .button-icon-divider-right img,
.woocommerce .checkout #place_order .button-icon-divider-right img {
display: block;
}
#tribe-bar-form .tribe-bar-submit input[type=submit],
.tml-submit-wrap input[type="submit"],
.button-large,
.button.large,
.fusion-body .fusion-button-large {
padding: 13px 29px;
line-height: 17px;
font-size: 14px;
}
#tribe-bar-form .tribe-bar-submit input[type=submit].button-3d:active,
.tml-submit-wrap input[type="submit"].button-3d:active,
.button-large.button-3d:active,
.button.large.button-3d:active,
.fusion-body .fusion-button-large.button-3d:active {
top: 4px;
}
#tribe-bar-form .tribe-bar-submit input[type=submit] .fusion-button-text-left,
.tml-submit-wrap input[type="submit"] .fusion-button-text-left,
.button-large .fusion-button-text-left,
.button.large .fusion-button-text-left,
.fusion-body .fusion-button-large .fusion-button-text-left {
display: inline-block;
padding-left: 34px;
}
#tribe-bar-form .tribe-bar-submit input[type=submit] .fusion-button-text-right,
.tml-submit-wrap input[type="submit"] .fusion-button-text-right,
.button-large .fusion-button-text-right,
.button.large .fusion-button-text-right,
.fusion-body .fusion-button-large .fusion-button-text-right {
display: inline-block;
padding-right: 34px;
}
#tribe-bar-form .tribe-bar-submit input[type=submit] .button-icon-divider-left,
.tml-submit-wrap input[type="submit"] .button-icon-divider-left,
.button-large .button-icon-divider-left,
.button.large .button-icon-divider-left,
.fusion-body .fusion-button-large .button-icon-divider-left {
padding: 0 14.5px;
}
#tribe-bar-form .tribe-bar-submit input[type=submit] .button-icon-divider-left.fusion-megamenu-image,
.tml-submit-wrap input[type="submit"] .button-icon-divider-left.fusion-megamenu-image,
.button-large .button-icon-divider-left.fusion-megamenu-image,
.button.large .button-icon-divider-left.fusion-megamenu-image,
.fusion-body .fusion-button-large .button-icon-divider-left.fusion-megamenu-image {
padding: 0 7.25px;
}
#tribe-bar-form .tribe-bar-submit input[type=submit] .button-icon-divider-right,
.tml-submit-wrap input[type="submit"] .button-icon-divider-right,
.button-large .button-icon-divider-right,
.button.large .button-icon-divider-right,
.fusion-body .fusion-button-large .button-icon-divider-right {
padding: 0 14.5px;
}
#tribe-bar-form .tribe-bar-submit input[type=submit] .button-icon-divider-right.fusion-megamenu-image,
.tml-submit-wrap input[type="submit"] .button-icon-divider-right.fusion-megamenu-image,
.button-large .button-icon-divider-right.fusion-megamenu-image,
.button.large .button-icon-divider-right.fusion-megamenu-image,
.fusion-body .fusion-button-large .button-icon-divider-right.fusion-megamenu-image {
padding: 0 7.25px;
}
#tribe-bar-form .tribe-bar-submit input[type=submit] .button-icon-divider-left i,
.tml-submit-wrap input[type="submit"] .button-icon-divider-left i,
.button-large .button-icon-divider-left i,
.button.large .button-icon-divider-left i,
.fusion-body .fusion-button-large .button-icon-divider-left i,
#tribe-bar-form .tribe-bar-submit input[type=submit] .button-icon-divider-left img,
.tml-submit-wrap input[type="submit"] .button-icon-divider-left img,
.button-large .button-icon-divider-left img,
.button.large .button-icon-divider-left img,
.fusion-body .fusion-button-large .button-icon-divider-left img,
#tribe-bar-form .tribe-bar-submit input[type=submit] .button-icon-divider-right i,
.tml-submit-wrap input[type="submit"] .button-icon-divider-right i,
.button-large .button-icon-divider-right i,
.button.large .button-icon-divider-right i,
.fusion-body .fusion-button-large .button-icon-divider-right i,
#tribe-bar-form .tribe-bar-submit input[type=submit] .button-icon-divider-right img,
.tml-submit-wrap input[type="submit"] .button-icon-divider-right img,
.button-large .button-icon-divider-right img,
.button.large .button-icon-divider-right img,
.fusion-body .fusion-button-large .button-icon-divider-right img {
display: block;
}
#tribe-bar-form .tribe-bar-submit input[type=submit].button-3d:active,
.tml-submit-wrap input[type="submit"].button-3d:active,
.button-large.button-3d:active,
.button.large.button-3d:active,
.fusion-body .fusion-button-large.button-3d:active {
top: 4px;
}
#tribe-bar-form .tribe-bar-submit input[type=submit] .fusion-button-text-left,
.tml-submit-wrap input[type="submit"] .fusion-button-text-left,
.button-large .fusion-button-text-left,
.button.large .fusion-button-text-left,
.fusion-body .fusion-button-large .fusion-button-text-left {
display: inline-block;
padding-left: 34px;
}
#tribe-bar-form .tribe-bar-submit input[type=submit] .fusion-button-text-right,
.tml-submit-wrap input[type="submit"] .fusion-button-text-right,
.button-large .fusion-button-text-right,
.button.large .fusion-button-text-right,
.fusion-body .fusion-button-large .fusion-button-text-right {
display: inline-block;
padding-right: 34px;
}
#tribe-bar-form .tribe-bar-submit input[type=submit] .button-icon-divider-left,
.tml-submit-wrap input[type="submit"] .button-icon-divider-left,
.button-large .button-icon-divider-left,
.button.large .button-icon-divider-left,
.fusion-body .fusion-button-large .button-icon-divider-left {
padding: 0 14.5px;
}
#tribe-bar-form .tribe-bar-submit input[type=submit] .button-icon-divider-left.fusion-megamenu-image,
.tml-submit-wrap input[type="submit"] .button-icon-divider-left.fusion-megamenu-image,
.button-large .button-icon-divider-left.fusion-megamenu-image,
.button.large .button-icon-divider-left.fusion-megamenu-image,
.fusion-body .fusion-button-large .button-icon-divider-left.fusion-megamenu-image {
padding: 0 7.25px;
}
#tribe-bar-form .tribe-bar-submit input[type=submit] .button-icon-divider-right,
.tml-submit-wrap input[type="submit"] .button-icon-divider-right,
.button-large .button-icon-divider-right,
.button.large .button-icon-divider-right,
.fusion-body .fusion-button-large .button-icon-divider-right {
padding: 0 14.5px;
}
#tribe-bar-form .tribe-bar-submit input[type=submit] .button-icon-divider-right.fusion-megamenu-image,
.tml-submit-wrap input[type="submit"] .button-icon-divider-right.fusion-megamenu-image,
.button-large .button-icon-divider-right.fusion-megamenu-image,
.button.large .button-icon-divider-right.fusion-megamenu-image,
.fusion-body .fusion-button-large .button-icon-divider-right.fusion-megamenu-image {
padding: 0 7.25px;
}
#tribe-bar-form .tribe-bar-submit input[type=submit] .button-icon-divider-left i,
.tml-submit-wrap input[type="submit"] .button-icon-divider-left i,
.button-large .button-icon-divider-left i,
.button.large .button-icon-divider-left i,
.fusion-body .fusion-button-large .button-icon-divider-left i,
#tribe-bar-form .tribe-bar-submit input[type=submit] .button-icon-divider-left img,
.tml-submit-wrap input[type="submit"] .button-icon-divider-left img,
.button-large .button-icon-divider-left img,
.button.large .button-icon-divider-left img,
.fusion-body .fusion-button-large .button-icon-divider-left img,
#tribe-bar-form .tribe-bar-submit input[type=submit] .button-icon-divider-right i,
.tml-submit-wrap input[type="submit"] .button-icon-divider-right i,
.button-large .button-icon-divider-right i,
.button.large .button-icon-divider-right i,
.fusion-body .fusion-button-large .button-icon-divider-right i,
#tribe-bar-form .tribe-bar-submit input[type=submit] .button-icon-divider-right img,
.tml-submit-wrap input[type="submit"] .button-icon-divider-right img,
.button-large .button-icon-divider-right img,
.button.large .button-icon-divider-right img,
.fusion-body .fusion-button-large .button-icon-divider-right img {
display: block;
}
.button-xlarge,
.button.xlarge,
.fusion-body .fusion-button-xlarge {
padding: 17px 40px;
line-height: 21px;
font-size: 18px;
}
.button-xlarge.button-3d:active,
.button.xlarge.button-3d:active,
.fusion-body .fusion-button-xlarge.button-3d:active {
top: 6px;
}
.button-xlarge .fusion-button-text-left,
.button.xlarge .fusion-button-text-left,
.fusion-body .fusion-button-xlarge .fusion-button-text-left {
display: inline-block;
padding-left: 45px;
}
.button-xlarge .fusion-button-text-right,
.button.xlarge .fusion-button-text-right,
.fusion-body .fusion-button-xlarge .fusion-button-text-right {
display: inline-block;
padding-right: 45px;
}
.button-xlarge .button-icon-divider-left,
.button.xlarge .button-icon-divider-left,
.fusion-body .fusion-button-xlarge .button-icon-divider-left {
padding: 0 18.5px;
}
.button-xlarge .button-icon-divider-left.fusion-megamenu-image,
.button.xlarge .button-icon-divider-left.fusion-megamenu-image,
.fusion-body .fusion-button-xlarge .button-icon-divider-left.fusion-megamenu-image {
padding: 0 9.25px;
}
.button-xlarge .button-icon-divider-right,
.button.xlarge .button-icon-divider-right,
.fusion-body .fusion-button-xlarge .button-icon-divider-right {
padding: 0 18.5px;
}
.button-xlarge .button-icon-divider-right.fusion-megamenu-image,
.button.xlarge .button-icon-divider-right.fusion-megamenu-image,
.fusion-body .fusion-button-xlarge .button-icon-divider-right.fusion-megamenu-image {
padding: 0 9.25px;
}
.button-xlarge .button-icon-divider-left i,
.button.xlarge .button-icon-divider-left i,
.fusion-body .fusion-button-xlarge .button-icon-divider-left i,
.button-xlarge .button-icon-divider-left img,
.button.xlarge .button-icon-divider-left img,
.fusion-body .fusion-button-xlarge .button-icon-divider-left img,
.button-xlarge .button-icon-divider-right i,
.button.xlarge .button-icon-divider-right i,
.fusion-body .fusion-button-xlarge .button-icon-divider-right i,
.button-xlarge .button-icon-divider-right img,
.button.xlarge .button-icon-divider-right img,
.fusion-body .fusion-button-xlarge .button-icon-divider-right img {
display: block;
}
.button-xlarge.button-3d:active,
.button.xlarge.button-3d:active,
.fusion-body .fusion-button-xlarge.button-3d:active {
top: 6px;
}
.button-xlarge .fusion-button-text-left,
.button.xlarge .fusion-button-text-left,
.fusion-body .fusion-button-xlarge .fusion-button-text-left {
display: inline-block;
padding-left: 45px;
}
.button-xlarge .fusion-button-text-right,
.button.xlarge .fusion-button-text-right,
.fusion-body .fusion-button-xlarge .fusion-button-text-right {
display: inline-block;
padding-right: 45px;
}
.button-xlarge .button-icon-divider-left,
.button.xlarge .button-icon-divider-left,
.fusion-body .fusion-button-xlarge .button-icon-divider-left {
padding: 0 18.5px;
}
.button-xlarge .button-icon-divider-left.fusion-megamenu-image,
.button.xlarge .button-icon-divider-left.fusion-megamenu-image,
.fusion-body .fusion-button-xlarge .button-icon-divider-left.fusion-megamenu-image {
padding: 0 9.25px;
}
.button-xlarge .button-icon-divider-right,
.button.xlarge .button-icon-divider-right,
.fusion-body .fusion-button-xlarge .button-icon-divider-right {
padding: 0 18.5px;
}
.button-xlarge .button-icon-divider-right.fusion-megamenu-image,
.button.xlarge .button-icon-divider-right.fusion-megamenu-image,
.fusion-body .fusion-button-xlarge .button-icon-divider-right.fusion-megamenu-image {
padding: 0 9.25px;
}
.button-xlarge .button-icon-divider-left i,
.button.xlarge .button-icon-divider-left i,
.fusion-body .fusion-button-xlarge .button-icon-divider-left i,
.button-xlarge .button-icon-divider-left img,
.button.xlarge .button-icon-divider-left img,
.fusion-body .fusion-button-xlarge .button-icon-divider-left img,
.button-xlarge .button-icon-divider-right i,
.button.xlarge .button-icon-divider-right i,
.fusion-body .fusion-button-xlarge .button-icon-divider-right i,
.button-xlarge .button-icon-divider-right img,
.button.xlarge .button-icon-divider-right img,
.fusion-body .fusion-button-xlarge .button-icon-divider-right img {
display: block;
}
.button span {
line-height: normal;
}
button.fusion-button.button-3d:active {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 1px 2px 3px 2px rgba(0, 0, 0, 0.3), 0 0 0 #000;
}
.button-icon-left {
margin-right: 0.7em;
}
.button-icon-right {
margin-left: 0.7em;
}
.button-icon-divider-left,
.button-icon-divider-right {
display: inline-flex;
align-items: center;
justify-content: center;
position: absolute;
top: 0;
height: 100%;
}
.button-icon-divider-left i,
.button-icon-divider-right i {
position: relative;
}
.button-icon-divider-left img,
.button-icon-divider-right img {
position: relative;
}
.button-small .button-icon-divider-left img,
.button-small .button-icon-divider-right img {
max-width: 22px;
}
.button-medium .button-icon-divider-left img,
.button-medium .button-icon-divider-right img {
max-width: 23px;
}
.button-large .button-icon-divider-left img,
.button-large .button-icon-divider-right img {
max-width: 24px;
}
.button-xlarge .button-icon-divider-left img,
.button-xlarge .button-icon-divider-right img {
max-width: 25px;
}
.button-icon-divider-left {
left: 0;
border-right: 1px solid;
}
.button-icon-divider-right {
right: 0;
border-left: 1px solid;
}
.button.green,
.fusion-button.button-green,
.fusion-button.button-green.wpcf7-submit {
background: #D1E990;
background-image: linear-gradient(to top, #AAD75D, #D1E990);
border: 1px solid #9dba60;
color: #54770f;
}
.button.green .button-icon-divider-left,
.fusion-button.button-green .button-icon-divider-left,
.fusion-button.button-green.wpcf7-submit .button-icon-divider-left,
.button.green .button-icon-divider-right,
.fusion-button.button-green .button-icon-divider-right,
.fusion-button.button-green.wpcf7-submit .button-icon-divider-right {
border-color: #9dba60;
}
.button.green:active,
.fusion-button.button-green:active,
.fusion-button.button-green.wpcf7-submit:active,
.button.green:focus,
.fusion-button.button-green:focus,
.fusion-button.button-green.wpcf7-submit:focus,
.button.green:hover,
.fusion-button.button-green:hover,
.fusion-button.button-green.wpcf7-submit:hover {
background: #AAD75D;
background-image: linear-gradient(to top, #D1E990, #AAD75D);
border: 1px solid #9dba60;
color: #54770f;
}
.button.green:active .button-icon-divider-left,
.fusion-button.button-green:active .button-icon-divider-left,
.fusion-button.button-green.wpcf7-submit:active .button-icon-divider-left,
.button.green:focus .button-icon-divider-left,
.fusion-button.button-green:focus .button-icon-divider-left,
.fusion-button.button-green.wpcf7-submit:focus .button-icon-divider-left,
.button.green:hover .button-icon-divider-left,
.fusion-button.button-green:hover .button-icon-divider-left,
.fusion-button.button-green.wpcf7-submit:hover .button-icon-divider-left,
.button.green:active .button-icon-divider-right,
.fusion-button.button-green:active .button-icon-divider-right,
.fusion-button.button-green.wpcf7-submit:active .button-icon-divider-right,
.button.green:focus .button-icon-divider-right,
.fusion-button.button-green:focus .button-icon-divider-right,
.fusion-button.button-green.wpcf7-submit:focus .button-icon-divider-right,
.button.green:hover .button-icon-divider-right,
.fusion-button.button-green:hover .button-icon-divider-right,
.fusion-button.button-green.wpcf7-submit:hover .button-icon-divider-right {
border-color: #9dba60;
}
.button.green.button-3d.button-small,
.fusion-button.button-green.button-3d.button-small,
.fusion-button.button-green.wpcf7-submit.button-3d.button-small,
.button.green.button-3d.fusion-button-small,
.fusion-button.button-green.button-3d.fusion-button-small,
.fusion-button.button-green.wpcf7-submit.button-3d.fusion-button-small {
box-shadow: inset 0 1px 0 #fff, 0 2px 0 #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.button.green.button-3d.button-small:active,
.fusion-button.button-green.button-3d.button-small:active,
.fusion-button.button-green.wpcf7-submit.button-3d.button-small:active,
.button.green.button-3d.fusion-button-small:active,
.fusion-button.button-green.button-3d.fusion-button-small:active,
.fusion-button.button-green.wpcf7-submit.button-3d.fusion-button-small:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-small .button.green.button-3d.fusion-button-default-size,
.fusion-button_size-small .fusion-button.button-green.button-3d.fusion-button-default-size,
.fusion-button_size-small .fusion-button.button-green.wpcf7-submit.button-3d.fusion-button-default-size {
box-shadow: inset 0 1px 0 #fff, 0 2px 0 #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-small .button.green.button-3d.fusion-button-default-size:active,
.fusion-button_size-small .fusion-button.button-green.button-3d.fusion-button-default-size:active,
.fusion-button_size-small .fusion-button.button-green.wpcf7-submit.button-3d.fusion-button-default-size:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.button.green.button-3d.button-medium,
.fusion-button.button-green.button-3d.button-medium,
.fusion-button.button-green.wpcf7-submit.button-3d.button-medium,
.button.green.button-3d.fusion-button-medium,
.fusion-button.button-green.button-3d.fusion-button-medium,
.fusion-button.button-green.wpcf7-submit.button-3d.fusion-button-medium {
box-shadow: inset 0 1px 0 #fff, 0 3px 0 #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.button.green.button-3d.button-medium:active,
.fusion-button.button-green.button-3d.button-medium:active,
.fusion-button.button-green.wpcf7-submit.button-3d.button-medium:active,
.button.green.button-3d.fusion-button-medium:active,
.fusion-button.button-green.button-3d.fusion-button-medium:active,
.fusion-button.button-green.wpcf7-submit.button-3d.fusion-button-medium:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-medium .button.green.button-3d.fusion-button-default-size,
.fusion-button_size-medium .fusion-button.button-green.button-3d.fusion-button-default-size,
.fusion-button_size-medium .fusion-button.button-green.wpcf7-submit.button-3d.fusion-button-default-size {
box-shadow: inset 0 1px 0 #fff, 0 3px 0 #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-medium .button.green.button-3d.fusion-button-default-size:active,
.fusion-button_size-medium .fusion-button.button-green.button-3d.fusion-button-default-size:active,
.fusion-button_size-medium .fusion-button.button-green.wpcf7-submit.button-3d.fusion-button-default-size:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.button.green.button-3d.button-large,
.fusion-button.button-green.button-3d.button-large,
.fusion-button.button-green.wpcf7-submit.button-3d.button-large,
.button.green.button-3d.fusion-button-large,
.fusion-button.button-green.button-3d.fusion-button-large,
.fusion-button.button-green.wpcf7-submit.button-3d.fusion-button-large {
box-shadow: inset 0 1px 0 #fff, 0 4px 0 #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.button.green.button-3d.button-large:active,
.fusion-button.button-green.button-3d.button-large:active,
.fusion-button.button-green.wpcf7-submit.button-3d.button-large:active,
.button.green.button-3d.fusion-button-large:active,
.fusion-button.button-green.button-3d.fusion-button-large:active,
.fusion-button.button-green.wpcf7-submit.button-3d.fusion-button-large:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-large .button.green.button-3d.fusion-button-default-size,
.fusion-button_size-large .fusion-button.button-green.button-3d.fusion-button-default-size,
.fusion-button_size-large .fusion-button.button-green.wpcf7-submit.button-3d.fusion-button-default-size {
box-shadow: inset 0 1px 0 #fff, 0 4px 0 #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-large .button.green.button-3d.fusion-button-default-size:active,
.fusion-button_size-large .fusion-button.button-green.button-3d.fusion-button-default-size:active,
.fusion-button_size-large .fusion-button.button-green.wpcf7-submit.button-3d.fusion-button-default-size:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.button.green.button-3d.button-xlarge,
.fusion-button.button-green.button-3d.button-xlarge,
.fusion-button.button-green.wpcf7-submit.button-3d.button-xlarge,
.button.green.button-3d.fusion-button-xlarge,
.fusion-button.button-green.button-3d.fusion-button-xlarge,
.fusion-button.button-green.wpcf7-submit.button-3d.fusion-button-xlarge {
box-shadow: inset 0 1px 0 #fff, 0 5px 0 #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.button.green.button-3d.button-xlarge:active,
.fusion-button.button-green.button-3d.button-xlarge:active,
.fusion-button.button-green.wpcf7-submit.button-3d.button-xlarge:active,
.button.green.button-3d.fusion-button-xlarge:active,
.fusion-button.button-green.button-3d.fusion-button-xlarge:active,
.fusion-button.button-green.wpcf7-submit.button-3d.fusion-button-xlarge:active {
box-shadow: inset 0 1px 0 #fff, 0 2px 0 #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-xlarge .button.green.button-3d.fusion-button-default-size,
.fusion-button_size-xlarge .fusion-button.button-green.button-3d.fusion-button-default-size,
.fusion-button_size-xlarge .fusion-button.button-green.wpcf7-submit.button-3d.fusion-button-default-size {
box-shadow: inset 0 1px 0 #fff, 0 5px 0 #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-xlarge .button.green.button-3d.fusion-button-default-size:active,
.fusion-button_size-xlarge .fusion-button.button-green.button-3d.fusion-button-default-size:active,
.fusion-button_size-xlarge .fusion-button.button-green.wpcf7-submit.button-3d.fusion-button-default-size:active {
box-shadow: inset 0 1px 0 #fff, 0 2px 0 #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.button.darkgreen,
.fusion-button.button-darkgreen,
.fusion-button.button-darkgreen.wpcf7-submit {
background: #d0e0a5;
background-image: linear-gradient(to top, #a8c76a, #d0e0a5);
border: 1px solid #9dba60;
color: #54770f;
}
.button.darkgreen .button-icon-divider-left,
.fusion-button.button-darkgreen .button-icon-divider-left,
.fusion-button.button-darkgreen.wpcf7-submit .button-icon-divider-left,
.button.darkgreen .button-icon-divider-right,
.fusion-button.button-darkgreen .button-icon-divider-right,
.fusion-button.button-darkgreen.wpcf7-submit .button-icon-divider-right {
border-color: #9dba60;
}
.button.darkgreen:active,
.fusion-button.button-darkgreen:active,
.fusion-button.button-darkgreen.wpcf7-submit:active,
.button.darkgreen:focus,
.fusion-button.button-darkgreen:focus,
.fusion-button.button-darkgreen.wpcf7-submit:focus,
.button.darkgreen:hover,
.fusion-button.button-darkgreen:hover,
.fusion-button.button-darkgreen.wpcf7-submit:hover {
background: #a8c76a;
background-image: linear-gradient(to top, #d0e0a5, #a8c76a);
border: 1px solid #9dba60;
color: #54770f;
}
.button.darkgreen:active .button-icon-divider-left,
.fusion-button.button-darkgreen:active .button-icon-divider-left,
.fusion-button.button-darkgreen.wpcf7-submit:active .button-icon-divider-left,
.button.darkgreen:focus .button-icon-divider-left,
.fusion-button.button-darkgreen:focus .button-icon-divider-left,
.fusion-button.button-darkgreen.wpcf7-submit:focus .button-icon-divider-left,
.button.darkgreen:hover .button-icon-divider-left,
.fusion-button.button-darkgreen:hover .button-icon-divider-left,
.fusion-button.button-darkgreen.wpcf7-submit:hover .button-icon-divider-left,
.button.darkgreen:active .button-icon-divider-right,
.fusion-button.button-darkgreen:active .button-icon-divider-right,
.fusion-button.button-darkgreen.wpcf7-submit:active .button-icon-divider-right,
.button.darkgreen:focus .button-icon-divider-right,
.fusion-button.button-darkgreen:focus .button-icon-divider-right,
.fusion-button.button-darkgreen.wpcf7-submit:focus .button-icon-divider-right,
.button.darkgreen:hover .button-icon-divider-right,
.fusion-button.button-darkgreen:hover .button-icon-divider-right,
.fusion-button.button-darkgreen.wpcf7-submit:hover .button-icon-divider-right {
border-color: #9dba60;
}
.button.darkgreen.button-3d.button-small,
.fusion-button.button-darkgreen.button-3d.button-small,
.fusion-button.button-darkgreen.wpcf7-submit.button-3d.button-small,
.button.darkgreen.button-3d.fusion-button-small,
.fusion-button.button-darkgreen.button-3d.fusion-button-small,
.fusion-button.button-darkgreen.wpcf7-submit.button-3d.fusion-button-small {
box-shadow: inset 0 1px 0 #fff, 0 2px 0 #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.button.darkgreen.button-3d.button-small:active,
.fusion-button.button-darkgreen.button-3d.button-small:active,
.fusion-button.button-darkgreen.wpcf7-submit.button-3d.button-small:active,
.button.darkgreen.button-3d.fusion-button-small:active,
.fusion-button.button-darkgreen.button-3d.fusion-button-small:active,
.fusion-button.button-darkgreen.wpcf7-submit.button-3d.fusion-button-small:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-small .button.darkgreen.button-3d.fusion-button-default-size,
.fusion-button_size-small .fusion-button.button-darkgreen.button-3d.fusion-button-default-size,
.fusion-button_size-small .fusion-button.button-darkgreen.wpcf7-submit.button-3d.fusion-button-default-size {
box-shadow: inset 0 1px 0 #fff, 0 2px 0 #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-small .button.darkgreen.button-3d.fusion-button-default-size:active,
.fusion-button_size-small .fusion-button.button-darkgreen.button-3d.fusion-button-default-size:active,
.fusion-button_size-small .fusion-button.button-darkgreen.wpcf7-submit.button-3d.fusion-button-default-size:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.button.darkgreen.button-3d.button-medium,
.fusion-button.button-darkgreen.button-3d.button-medium,
.fusion-button.button-darkgreen.wpcf7-submit.button-3d.button-medium,
.button.darkgreen.button-3d.fusion-button-medium,
.fusion-button.button-darkgreen.button-3d.fusion-button-medium,
.fusion-button.button-darkgreen.wpcf7-submit.button-3d.fusion-button-medium {
box-shadow: inset 0 1px 0 #fff, 0 3px 0 #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.button.darkgreen.button-3d.button-medium:active,
.fusion-button.button-darkgreen.button-3d.button-medium:active,
.fusion-button.button-darkgreen.wpcf7-submit.button-3d.button-medium:active,
.button.darkgreen.button-3d.fusion-button-medium:active,
.fusion-button.button-darkgreen.button-3d.fusion-button-medium:active,
.fusion-button.button-darkgreen.wpcf7-submit.button-3d.fusion-button-medium:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-medium .button.darkgreen.button-3d.fusion-button-default-size,
.fusion-button_size-medium .fusion-button.button-darkgreen.button-3d.fusion-button-default-size,
.fusion-button_size-medium .fusion-button.button-darkgreen.wpcf7-submit.button-3d.fusion-button-default-size {
box-shadow: inset 0 1px 0 #fff, 0 3px 0 #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-medium .button.darkgreen.button-3d.fusion-button-default-size:active,
.fusion-button_size-medium .fusion-button.button-darkgreen.button-3d.fusion-button-default-size:active,
.fusion-button_size-medium .fusion-button.button-darkgreen.wpcf7-submit.button-3d.fusion-button-default-size:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.button.darkgreen.button-3d.button-large,
.fusion-button.button-darkgreen.button-3d.button-large,
.fusion-button.button-darkgreen.wpcf7-submit.button-3d.button-large,
.button.darkgreen.button-3d.fusion-button-large,
.fusion-button.button-darkgreen.button-3d.fusion-button-large,
.fusion-button.button-darkgreen.wpcf7-submit.button-3d.fusion-button-large {
box-shadow: inset 0 1px 0 #fff, 0 4px 0 #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.button.darkgreen.button-3d.button-large:active,
.fusion-button.button-darkgreen.button-3d.button-large:active,
.fusion-button.button-darkgreen.wpcf7-submit.button-3d.button-large:active,
.button.darkgreen.button-3d.fusion-button-large:active,
.fusion-button.button-darkgreen.button-3d.fusion-button-large:active,
.fusion-button.button-darkgreen.wpcf7-submit.button-3d.fusion-button-large:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-large .button.darkgreen.button-3d.fusion-button-default-size,
.fusion-button_size-large .fusion-button.button-darkgreen.button-3d.fusion-button-default-size,
.fusion-button_size-large .fusion-button.button-darkgreen.wpcf7-submit.button-3d.fusion-button-default-size {
box-shadow: inset 0 1px 0 #fff, 0 4px 0 #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-large .button.darkgreen.button-3d.fusion-button-default-size:active,
.fusion-button_size-large .fusion-button.button-darkgreen.button-3d.fusion-button-default-size:active,
.fusion-button_size-large .fusion-button.button-darkgreen.wpcf7-submit.button-3d.fusion-button-default-size:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.button.darkgreen.button-3d.button-xlarge,
.fusion-button.button-darkgreen.button-3d.button-xlarge,
.fusion-button.button-darkgreen.wpcf7-submit.button-3d.button-xlarge,
.button.darkgreen.button-3d.fusion-button-xlarge,
.fusion-button.button-darkgreen.button-3d.fusion-button-xlarge,
.fusion-button.button-darkgreen.wpcf7-submit.button-3d.fusion-button-xlarge {
box-shadow: inset 0 1px 0 #fff, 0 5px 0 #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.button.darkgreen.button-3d.button-xlarge:active,
.fusion-button.button-darkgreen.button-3d.button-xlarge:active,
.fusion-button.button-darkgreen.wpcf7-submit.button-3d.button-xlarge:active,
.button.darkgreen.button-3d.fusion-button-xlarge:active,
.fusion-button.button-darkgreen.button-3d.fusion-button-xlarge:active,
.fusion-button.button-darkgreen.wpcf7-submit.button-3d.fusion-button-xlarge:active {
box-shadow: inset 0 1px 0 #fff, 0 2px 0 #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-xlarge .button.darkgreen.button-3d.fusion-button-default-size,
.fusion-button_size-xlarge .fusion-button.button-darkgreen.button-3d.fusion-button-default-size,
.fusion-button_size-xlarge .fusion-button.button-darkgreen.wpcf7-submit.button-3d.fusion-button-default-size {
box-shadow: inset 0 1px 0 #fff, 0 5px 0 #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-xlarge .button.darkgreen.button-3d.fusion-button-default-size:active,
.fusion-button_size-xlarge .fusion-button.button-darkgreen.button-3d.fusion-button-default-size:active,
.fusion-button_size-xlarge .fusion-button.button-darkgreen.wpcf7-submit.button-3d.fusion-button-default-size:active {
box-shadow: inset 0 1px 0 #fff, 0 2px 0 #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.button.orange,
.fusion-button.button-orange,
.fusion-button.button-orange.wpcf7-submit {
background: #fbdc86;
background-image: linear-gradient(to top, #f8bf56, #fbdc86);
border: 1px solid #c0830b;
color: #c0830b;
}
.button.orange .button-icon-divider-left,
.fusion-button.button-orange .button-icon-divider-left,
.fusion-button.button-orange.wpcf7-submit .button-icon-divider-left,
.button.orange .button-icon-divider-right,
.fusion-button.button-orange .button-icon-divider-right,
.fusion-button.button-orange.wpcf7-submit .button-icon-divider-right {
border-color: #c0830b;
}
.button.orange:active,
.fusion-button.button-orange:active,
.fusion-button.button-orange.wpcf7-submit:active,
.button.orange:focus,
.fusion-button.button-orange:focus,
.fusion-button.button-orange.wpcf7-submit:focus,
.button.orange:hover,
.fusion-button.button-orange:hover,
.fusion-button.button-orange.wpcf7-submit:hover {
background: #f8bf56;
background-image: linear-gradient(to top, #fbdc86, #f8bf56);
border: 1px solid #c0830b;
color: #c0830b;
}
.button.orange:active .button-icon-divider-left,
.fusion-button.button-orange:active .button-icon-divider-left,
.fusion-button.button-orange.wpcf7-submit:active .button-icon-divider-left,
.button.orange:focus .button-icon-divider-left,
.fusion-button.button-orange:focus .button-icon-divider-left,
.fusion-button.button-orange.wpcf7-submit:focus .button-icon-divider-left,
.button.orange:hover .button-icon-divider-left,
.fusion-button.button-orange:hover .button-icon-divider-left,
.fusion-button.button-orange.wpcf7-submit:hover .button-icon-divider-left,
.button.orange:active .button-icon-divider-right,
.fusion-button.button-orange:active .button-icon-divider-right,
.fusion-button.button-orange.wpcf7-submit:active .button-icon-divider-right,
.button.orange:focus .button-icon-divider-right,
.fusion-button.button-orange:focus .button-icon-divider-right,
.fusion-button.button-orange.wpcf7-submit:focus .button-icon-divider-right,
.button.orange:hover .button-icon-divider-right,
.fusion-button.button-orange:hover .button-icon-divider-right,
.fusion-button.button-orange.wpcf7-submit:hover .button-icon-divider-right {
border-color: #c0830b;
}
.button.orange.button-3d.button-small,
.fusion-button.button-orange.button-3d.button-small,
.fusion-button.button-orange.wpcf7-submit.button-3d.button-small,
.button.orange.button-3d.fusion-button-small,
.fusion-button.button-orange.button-3d.fusion-button-small,
.fusion-button.button-orange.wpcf7-submit.button-3d.fusion-button-small {
box-shadow: inset 0 1px 0 #fff, 0 2px 0 #c0830b, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.button.orange.button-3d.button-small:active,
.fusion-button.button-orange.button-3d.button-small:active,
.fusion-button.button-orange.wpcf7-submit.button-3d.button-small:active,
.button.orange.button-3d.fusion-button-small:active,
.fusion-button.button-orange.button-3d.fusion-button-small:active,
.fusion-button.button-orange.wpcf7-submit.button-3d.fusion-button-small:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #c0830b, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-small .button.orange.button-3d.fusion-button-default-size,
.fusion-button_size-small .fusion-button.button-orange.button-3d.fusion-button-default-size,
.fusion-button_size-small .fusion-button.button-orange.wpcf7-submit.button-3d.fusion-button-default-size {
box-shadow: inset 0 1px 0 #fff, 0 2px 0 #c0830b, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-small .button.orange.button-3d.fusion-button-default-size:active,
.fusion-button_size-small .fusion-button.button-orange.button-3d.fusion-button-default-size:active,
.fusion-button_size-small .fusion-button.button-orange.wpcf7-submit.button-3d.fusion-button-default-size:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #c0830b, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.button.orange.button-3d.button-medium,
.fusion-button.button-orange.button-3d.button-medium,
.fusion-button.button-orange.wpcf7-submit.button-3d.button-medium,
.button.orange.button-3d.fusion-button-medium,
.fusion-button.button-orange.button-3d.fusion-button-medium,
.fusion-button.button-orange.wpcf7-submit.button-3d.fusion-button-medium {
box-shadow: inset 0 1px 0 #fff, 0 3px 0 #c0830b, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.button.orange.button-3d.button-medium:active,
.fusion-button.button-orange.button-3d.button-medium:active,
.fusion-button.button-orange.wpcf7-submit.button-3d.button-medium:active,
.button.orange.button-3d.fusion-button-medium:active,
.fusion-button.button-orange.button-3d.fusion-button-medium:active,
.fusion-button.button-orange.wpcf7-submit.button-3d.fusion-button-medium:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #c0830b, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-medium .button.orange.button-3d.fusion-button-default-size,
.fusion-button_size-medium .fusion-button.button-orange.button-3d.fusion-button-default-size,
.fusion-button_size-medium .fusion-button.button-orange.wpcf7-submit.button-3d.fusion-button-default-size {
box-shadow: inset 0 1px 0 #fff, 0 3px 0 #c0830b, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-medium .button.orange.button-3d.fusion-button-default-size:active,
.fusion-button_size-medium .fusion-button.button-orange.button-3d.fusion-button-default-size:active,
.fusion-button_size-medium .fusion-button.button-orange.wpcf7-submit.button-3d.fusion-button-default-size:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #c0830b, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.button.orange.button-3d.button-large,
.fusion-button.button-orange.button-3d.button-large,
.fusion-button.button-orange.wpcf7-submit.button-3d.button-large,
.button.orange.button-3d.fusion-button-large,
.fusion-button.button-orange.button-3d.fusion-button-large,
.fusion-button.button-orange.wpcf7-submit.button-3d.fusion-button-large {
box-shadow: inset 0 1px 0 #fff, 0 4px 0 #c0830b, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.button.orange.button-3d.button-large:active,
.fusion-button.button-orange.button-3d.button-large:active,
.fusion-button.button-orange.wpcf7-submit.button-3d.button-large:active,
.button.orange.button-3d.fusion-button-large:active,
.fusion-button.button-orange.button-3d.fusion-button-large:active,
.fusion-button.button-orange.wpcf7-submit.button-3d.fusion-button-large:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #c0830b, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-large .button.orange.button-3d.fusion-button-default-size,
.fusion-button_size-large .fusion-button.button-orange.button-3d.fusion-button-default-size,
.fusion-button_size-large .fusion-button.button-orange.wpcf7-submit.button-3d.fusion-button-default-size {
box-shadow: inset 0 1px 0 #fff, 0 4px 0 #c0830b, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-large .button.orange.button-3d.fusion-button-default-size:active,
.fusion-button_size-large .fusion-button.button-orange.button-3d.fusion-button-default-size:active,
.fusion-button_size-large .fusion-button.button-orange.wpcf7-submit.button-3d.fusion-button-default-size:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #c0830b, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.button.orange.button-3d.button-xlarge,
.fusion-button.button-orange.button-3d.button-xlarge,
.fusion-button.button-orange.wpcf7-submit.button-3d.button-xlarge,
.button.orange.button-3d.fusion-button-xlarge,
.fusion-button.button-orange.button-3d.fusion-button-xlarge,
.fusion-button.button-orange.wpcf7-submit.button-3d.fusion-button-xlarge {
box-shadow: inset 0 1px 0 #fff, 0 5px 0 #c0830b, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.button.orange.button-3d.button-xlarge:active,
.fusion-button.button-orange.button-3d.button-xlarge:active,
.fusion-button.button-orange.wpcf7-submit.button-3d.button-xlarge:active,
.button.orange.button-3d.fusion-button-xlarge:active,
.fusion-button.button-orange.button-3d.fusion-button-xlarge:active,
.fusion-button.button-orange.wpcf7-submit.button-3d.fusion-button-xlarge:active {
box-shadow: inset 0 1px 0 #fff, 0 2px 0 #c0830b, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-xlarge .button.orange.button-3d.fusion-button-default-size,
.fusion-button_size-xlarge .fusion-button.button-orange.button-3d.fusion-button-default-size,
.fusion-button_size-xlarge .fusion-button.button-orange.wpcf7-submit.button-3d.fusion-button-default-size {
box-shadow: inset 0 1px 0 #fff, 0 5px 0 #c0830b, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-xlarge .button.orange.button-3d.fusion-button-default-size:active,
.fusion-button_size-xlarge .fusion-button.button-orange.button-3d.fusion-button-default-size:active,
.fusion-button_size-xlarge .fusion-button.button-orange.wpcf7-submit.button-3d.fusion-button-default-size:active {
box-shadow: inset 0 1px 0 #fff, 0 2px 0 #c0830b, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.button.blue,
.fusion-button.button-blue,
.fusion-button.button-blue.wpcf7-submit {
background: #b5e0f7;
background-image: linear-gradient(to top, #76c7f1, #b5e0f7);
border: 1px solid #1172c1;
color: #1172c1;
}
.button.blue .button-icon-divider-left,
.fusion-button.button-blue .button-icon-divider-left,
.fusion-button.button-blue.wpcf7-submit .button-icon-divider-left,
.button.blue .button-icon-divider-right,
.fusion-button.button-blue .button-icon-divider-right,
.fusion-button.button-blue.wpcf7-submit .button-icon-divider-right {
border-color: #1172c1;
}
.button.blue:active,
.fusion-button.button-blue:active,
.fusion-button.button-blue.wpcf7-submit:active,
.button.blue:focus,
.fusion-button.button-blue:focus,
.fusion-button.button-blue.wpcf7-submit:focus,
.button.blue:hover,
.fusion-button.button-blue:hover,
.fusion-button.button-blue.wpcf7-submit:hover {
background: #76c7f1;
background-image: linear-gradient(to top, #b5e0f7, #76c7f1);
border: 1px solid #1172c1;
color: #1172c1;
}
.button.blue:active .button-icon-divider-left,
.fusion-button.button-blue:active .button-icon-divider-left,
.fusion-button.button-blue.wpcf7-submit:active .button-icon-divider-left,
.button.blue:focus .button-icon-divider-left,
.fusion-button.button-blue:focus .button-icon-divider-left,
.fusion-button.button-blue.wpcf7-submit:focus .button-icon-divider-left,
.button.blue:hover .button-icon-divider-left,
.fusion-button.button-blue:hover .button-icon-divider-left,
.fusion-button.button-blue.wpcf7-submit:hover .button-icon-divider-left,
.button.blue:active .button-icon-divider-right,
.fusion-button.button-blue:active .button-icon-divider-right,
.fusion-button.button-blue.wpcf7-submit:active .button-icon-divider-right,
.button.blue:focus .button-icon-divider-right,
.fusion-button.button-blue:focus .button-icon-divider-right,
.fusion-button.button-blue.wpcf7-submit:focus .button-icon-divider-right,
.button.blue:hover .button-icon-divider-right,
.fusion-button.button-blue:hover .button-icon-divider-right,
.fusion-button.button-blue.wpcf7-submit:hover .button-icon-divider-right {
border-color: #1172c1;
}
.button.blue.button-3d.button-small,
.fusion-button.button-blue.button-3d.button-small,
.fusion-button.button-blue.wpcf7-submit.button-3d.button-small,
.button.blue.button-3d.fusion-button-small,
.fusion-button.button-blue.button-3d.fusion-button-small,
.fusion-button.button-blue.wpcf7-submit.button-3d.fusion-button-small {
box-shadow: inset 0 1px 0 #fff, 0 2px 0 #1172c1, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.button.blue.button-3d.button-small:active,
.fusion-button.button-blue.button-3d.button-small:active,
.fusion-button.button-blue.wpcf7-submit.button-3d.button-small:active,
.button.blue.button-3d.fusion-button-small:active,
.fusion-button.button-blue.button-3d.fusion-button-small:active,
.fusion-button.button-blue.wpcf7-submit.button-3d.fusion-button-small:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #1172c1, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-small .button.blue.button-3d.fusion-button-default-size,
.fusion-button_size-small .fusion-button.button-blue.button-3d.fusion-button-default-size,
.fusion-button_size-small .fusion-button.button-blue.wpcf7-submit.button-3d.fusion-button-default-size {
box-shadow: inset 0 1px 0 #fff, 0 2px 0 #1172c1, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-small .button.blue.button-3d.fusion-button-default-size:active,
.fusion-button_size-small .fusion-button.button-blue.button-3d.fusion-button-default-size:active,
.fusion-button_size-small .fusion-button.button-blue.wpcf7-submit.button-3d.fusion-button-default-size:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #1172c1, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.button.blue.button-3d.button-medium,
.fusion-button.button-blue.button-3d.button-medium,
.fusion-button.button-blue.wpcf7-submit.button-3d.button-medium,
.button.blue.button-3d.fusion-button-medium,
.fusion-button.button-blue.button-3d.fusion-button-medium,
.fusion-button.button-blue.wpcf7-submit.button-3d.fusion-button-medium {
box-shadow: inset 0 1px 0 #fff, 0 3px 0 #1172c1, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.button.blue.button-3d.button-medium:active,
.fusion-button.button-blue.button-3d.button-medium:active,
.fusion-button.button-blue.wpcf7-submit.button-3d.button-medium:active,
.button.blue.button-3d.fusion-button-medium:active,
.fusion-button.button-blue.button-3d.fusion-button-medium:active,
.fusion-button.button-blue.wpcf7-submit.button-3d.fusion-button-medium:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #1172c1, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-medium .button.blue.button-3d.fusion-button-default-size,
.fusion-button_size-medium .fusion-button.button-blue.button-3d.fusion-button-default-size,
.fusion-button_size-medium .fusion-button.button-blue.wpcf7-submit.button-3d.fusion-button-default-size {
box-shadow: inset 0 1px 0 #fff, 0 3px 0 #1172c1, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-medium .button.blue.button-3d.fusion-button-default-size:active,
.fusion-button_size-medium .fusion-button.button-blue.button-3d.fusion-button-default-size:active,
.fusion-button_size-medium .fusion-button.button-blue.wpcf7-submit.button-3d.fusion-button-default-size:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #1172c1, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.button.blue.button-3d.button-large,
.fusion-button.button-blue.button-3d.button-large,
.fusion-button.button-blue.wpcf7-submit.button-3d.button-large,
.button.blue.button-3d.fusion-button-large,
.fusion-button.button-blue.button-3d.fusion-button-large,
.fusion-button.button-blue.wpcf7-submit.button-3d.fusion-button-large {
box-shadow: inset 0 1px 0 #fff, 0 4px 0 #1172c1, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.button.blue.button-3d.button-large:active,
.fusion-button.button-blue.button-3d.button-large:active,
.fusion-button.button-blue.wpcf7-submit.button-3d.button-large:active,
.button.blue.button-3d.fusion-button-large:active,
.fusion-button.button-blue.button-3d.fusion-button-large:active,
.fusion-button.button-blue.wpcf7-submit.button-3d.fusion-button-large:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #1172c1, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-large .button.blue.button-3d.fusion-button-default-size,
.fusion-button_size-large .fusion-button.button-blue.button-3d.fusion-button-default-size,
.fusion-button_size-large .fusion-button.button-blue.wpcf7-submit.button-3d.fusion-button-default-size {
box-shadow: inset 0 1px 0 #fff, 0 4px 0 #1172c1, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-large .button.blue.button-3d.fusion-button-default-size:active,
.fusion-button_size-large .fusion-button.button-blue.button-3d.fusion-button-default-size:active,
.fusion-button_size-large .fusion-button.button-blue.wpcf7-submit.button-3d.fusion-button-default-size:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #1172c1, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.button.blue.button-3d.button-xlarge,
.fusion-button.button-blue.button-3d.button-xlarge,
.fusion-button.button-blue.wpcf7-submit.button-3d.button-xlarge,
.button.blue.button-3d.fusion-button-xlarge,
.fusion-button.button-blue.button-3d.fusion-button-xlarge,
.fusion-button.button-blue.wpcf7-submit.button-3d.fusion-button-xlarge {
box-shadow: inset 0 1px 0 #fff, 0 5px 0 #1172c1, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.button.blue.button-3d.button-xlarge:active,
.fusion-button.button-blue.button-3d.button-xlarge:active,
.fusion-button.button-blue.wpcf7-submit.button-3d.button-xlarge:active,
.button.blue.button-3d.fusion-button-xlarge:active,
.fusion-button.button-blue.button-3d.fusion-button-xlarge:active,
.fusion-button.button-blue.wpcf7-submit.button-3d.fusion-button-xlarge:active {
box-shadow: inset 0 1px 0 #fff, 0 2px 0 #1172c1, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-xlarge .button.blue.button-3d.fusion-button-default-size,
.fusion-button_size-xlarge .fusion-button.button-blue.button-3d.fusion-button-default-size,
.fusion-button_size-xlarge .fusion-button.button-blue.wpcf7-submit.button-3d.fusion-button-default-size {
box-shadow: inset 0 1px 0 #fff, 0 5px 0 #1172c1, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-xlarge .button.blue.button-3d.fusion-button-default-size:active,
.fusion-button_size-xlarge .fusion-button.button-blue.button-3d.fusion-button-default-size:active,
.fusion-button_size-xlarge .fusion-button.button-blue.wpcf7-submit.button-3d.fusion-button-default-size:active {
box-shadow: inset 0 1px 0 #fff, 0 2px 0 #1172c1, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.button.darkblue,
.fusion-button.button.button-darkblue,
.fusion-button.button.button-darkblue.wpcf7-submit {
background: #428BCA;
background-image: linear-gradient(to top, #2A6496, #428BCA);
border: 1px solid #072c5e;
color: #072c5e;
}
.button.darkblue .button-icon-divider-left,
.fusion-button.button.button-darkblue .button-icon-divider-left,
.fusion-button.button.button-darkblue.wpcf7-submit .button-icon-divider-left,
.button.darkblue .button-icon-divider-right,
.fusion-button.button.button-darkblue .button-icon-divider-right,
.fusion-button.button.button-darkblue.wpcf7-submit .button-icon-divider-right {
border-color: #072c5e;
}
.button.darkblue:active,
.fusion-button.button.button-darkblue:active,
.fusion-button.button.button-darkblue.wpcf7-submit:active,
.button.darkblue:focus,
.fusion-button.button.button-darkblue:focus,
.fusion-button.button.button-darkblue.wpcf7-submit:focus,
.button.darkblue:hover,
.fusion-button.button.button-darkblue:hover,
.fusion-button.button.button-darkblue.wpcf7-submit:hover {
background: #2A6496;
background-image: linear-gradient(to top, #428BCA, #2A6496);
border: 1px solid #072c5e;
color: #072c5e;
}
.button.darkblue:active .button-icon-divider-left,
.fusion-button.button.button-darkblue:active .button-icon-divider-left,
.fusion-button.button.button-darkblue.wpcf7-submit:active .button-icon-divider-left,
.button.darkblue:focus .button-icon-divider-left,
.fusion-button.button.button-darkblue:focus .button-icon-divider-left,
.fusion-button.button.button-darkblue.wpcf7-submit:focus .button-icon-divider-left,
.button.darkblue:hover .button-icon-divider-left,
.fusion-button.button.button-darkblue:hover .button-icon-divider-left,
.fusion-button.button.button-darkblue.wpcf7-submit:hover .button-icon-divider-left,
.button.darkblue:active .button-icon-divider-right,
.fusion-button.button.button-darkblue:active .button-icon-divider-right,
.fusion-button.button.button-darkblue.wpcf7-submit:active .button-icon-divider-right,
.button.darkblue:focus .button-icon-divider-right,
.fusion-button.button.button-darkblue:focus .button-icon-divider-right,
.fusion-button.button.button-darkblue.wpcf7-submit:focus .button-icon-divider-right,
.button.darkblue:hover .button-icon-divider-right,
.fusion-button.button.button-darkblue:hover .button-icon-divider-right,
.fusion-button.button.button-darkblue.wpcf7-submit:hover .button-icon-divider-right {
border-color: #072c5e;
}
.button.darkblue.button-3d.button-small,
.fusion-button.button.button-darkblue.button-3d.button-small,
.fusion-button.button.button-darkblue.wpcf7-submit.button-3d.button-small,
.button.darkblue.button-3d.fusion-button-small,
.fusion-button.button.button-darkblue.button-3d.fusion-button-small,
.fusion-button.button.button-darkblue.wpcf7-submit.button-3d.fusion-button-small {
box-shadow: inset 0 1px 0 #fff, 0 2px 0 #072c5e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.button.darkblue.button-3d.button-small:active,
.fusion-button.button.button-darkblue.button-3d.button-small:active,
.fusion-button.button.button-darkblue.wpcf7-submit.button-3d.button-small:active,
.button.darkblue.button-3d.fusion-button-small:active,
.fusion-button.button.button-darkblue.button-3d.fusion-button-small:active,
.fusion-button.button.button-darkblue.wpcf7-submit.button-3d.fusion-button-small:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #072c5e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-small .button.darkblue.button-3d.fusion-button-default-size,
.fusion-button_size-small .fusion-button.button.button-darkblue.button-3d.fusion-button-default-size,
.fusion-button_size-small .fusion-button.button.button-darkblue.wpcf7-submit.button-3d.fusion-button-default-size {
box-shadow: inset 0 1px 0 #fff, 0 2px 0 #072c5e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-small .button.darkblue.button-3d.fusion-button-default-size:active,
.fusion-button_size-small .fusion-button.button.button-darkblue.button-3d.fusion-button-default-size:active,
.fusion-button_size-small .fusion-button.button.button-darkblue.wpcf7-submit.button-3d.fusion-button-default-size:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #072c5e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.button.darkblue.button-3d.button-medium,
.fusion-button.button.button-darkblue.button-3d.button-medium,
.fusion-button.button.button-darkblue.wpcf7-submit.button-3d.button-medium,
.button.darkblue.button-3d.fusion-button-medium,
.fusion-button.button.button-darkblue.button-3d.fusion-button-medium,
.fusion-button.button.button-darkblue.wpcf7-submit.button-3d.fusion-button-medium {
box-shadow: inset 0 1px 0 #fff, 0 3px 0 #072c5e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.button.darkblue.button-3d.button-medium:active,
.fusion-button.button.button-darkblue.button-3d.button-medium:active,
.fusion-button.button.button-darkblue.wpcf7-submit.button-3d.button-medium:active,
.button.darkblue.button-3d.fusion-button-medium:active,
.fusion-button.button.button-darkblue.button-3d.fusion-button-medium:active,
.fusion-button.button.button-darkblue.wpcf7-submit.button-3d.fusion-button-medium:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #072c5e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-medium .button.darkblue.button-3d.fusion-button-default-size,
.fusion-button_size-medium .fusion-button.button.button-darkblue.button-3d.fusion-button-default-size,
.fusion-button_size-medium .fusion-button.button.button-darkblue.wpcf7-submit.button-3d.fusion-button-default-size {
box-shadow: inset 0 1px 0 #fff, 0 3px 0 #072c5e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-medium .button.darkblue.button-3d.fusion-button-default-size:active,
.fusion-button_size-medium .fusion-button.button.button-darkblue.button-3d.fusion-button-default-size:active,
.fusion-button_size-medium .fusion-button.button.button-darkblue.wpcf7-submit.button-3d.fusion-button-default-size:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #072c5e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.button.darkblue.button-3d.button-large,
.fusion-button.button.button-darkblue.button-3d.button-large,
.fusion-button.button.button-darkblue.wpcf7-submit.button-3d.button-large,
.button.darkblue.button-3d.fusion-button-large,
.fusion-button.button.button-darkblue.button-3d.fusion-button-large,
.fusion-button.button.button-darkblue.wpcf7-submit.button-3d.fusion-button-large {
box-shadow: inset 0 1px 0 #fff, 0 4px 0 #072c5e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.button.darkblue.button-3d.button-large:active,
.fusion-button.button.button-darkblue.button-3d.button-large:active,
.fusion-button.button.button-darkblue.wpcf7-submit.button-3d.button-large:active,
.button.darkblue.button-3d.fusion-button-large:active,
.fusion-button.button.button-darkblue.button-3d.fusion-button-large:active,
.fusion-button.button.button-darkblue.wpcf7-submit.button-3d.fusion-button-large:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #072c5e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-large .button.darkblue.button-3d.fusion-button-default-size,
.fusion-button_size-large .fusion-button.button.button-darkblue.button-3d.fusion-button-default-size,
.fusion-button_size-large .fusion-button.button.button-darkblue.wpcf7-submit.button-3d.fusion-button-default-size {
box-shadow: inset 0 1px 0 #fff, 0 4px 0 #072c5e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-large .button.darkblue.button-3d.fusion-button-default-size:active,
.fusion-button_size-large .fusion-button.button.button-darkblue.button-3d.fusion-button-default-size:active,
.fusion-button_size-large .fusion-button.button.button-darkblue.wpcf7-submit.button-3d.fusion-button-default-size:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #072c5e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.button.darkblue.button-3d.button-xlarge,
.fusion-button.button.button-darkblue.button-3d.button-xlarge,
.fusion-button.button.button-darkblue.wpcf7-submit.button-3d.button-xlarge,
.button.darkblue.button-3d.fusion-button-xlarge,
.fusion-button.button.button-darkblue.button-3d.fusion-button-xlarge,
.fusion-button.button.button-darkblue.wpcf7-submit.button-3d.fusion-button-xlarge {
box-shadow: inset 0 1px 0 #fff, 0 5px 0 #072c5e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.button.darkblue.button-3d.button-xlarge:active,
.fusion-button.button.button-darkblue.button-3d.button-xlarge:active,
.fusion-button.button.button-darkblue.wpcf7-submit.button-3d.button-xlarge:active,
.button.darkblue.button-3d.fusion-button-xlarge:active,
.fusion-button.button.button-darkblue.button-3d.fusion-button-xlarge:active,
.fusion-button.button.button-darkblue.wpcf7-submit.button-3d.fusion-button-xlarge:active {
box-shadow: inset 0 1px 0 #fff, 0 2px 0 #072c5e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-xlarge .button.darkblue.button-3d.fusion-button-default-size,
.fusion-button_size-xlarge .fusion-button.button.button-darkblue.button-3d.fusion-button-default-size,
.fusion-button_size-xlarge .fusion-button.button.button-darkblue.wpcf7-submit.button-3d.fusion-button-default-size {
box-shadow: inset 0 1px 0 #fff, 0 5px 0 #072c5e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-xlarge .button.darkblue.button-3d.fusion-button-default-size:active,
.fusion-button_size-xlarge .fusion-button.button.button-darkblue.button-3d.fusion-button-default-size:active,
.fusion-button_size-xlarge .fusion-button.button.button-darkblue.wpcf7-submit.button-3d.fusion-button-default-size:active {
box-shadow: inset 0 1px 0 #fff, 0 2px 0 #072c5e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.button.red,
.fusion-button.button-red,
.fusion-button.button-red.wpcf7-submit {
background: #fd9c9c;
background-image: linear-gradient(to top, #fc7d7d, #fd9c9c);
border: 1px solid #9d1111;
color: #9d1111;
}
.button.red .button-icon-divider-left,
.fusion-button.button-red .button-icon-divider-left,
.fusion-button.button-red.wpcf7-submit .button-icon-divider-left,
.button.red .button-icon-divider-right,
.fusion-button.button-red .button-icon-divider-right,
.fusion-button.button-red.wpcf7-submit .button-icon-divider-right {
border-color: #9d1111;
}
.button.red:active,
.fusion-button.button-red:active,
.fusion-button.button-red.wpcf7-submit:active,
.button.red:focus,
.fusion-button.button-red:focus,
.fusion-button.button-red.wpcf7-submit:focus,
.button.red:hover,
.fusion-button.button-red:hover,
.fusion-button.button-red.wpcf7-submit:hover {
background: #fc7d7d;
background-image: linear-gradient(to top, #fd9c9c, #fc7d7d);
border: 1px solid #9d1111;
color: #9d1111;
}
.button.red:active .button-icon-divider-left,
.fusion-button.button-red:active .button-icon-divider-left,
.fusion-button.button-red.wpcf7-submit:active .button-icon-divider-left,
.button.red:focus .button-icon-divider-left,
.fusion-button.button-red:focus .button-icon-divider-left,
.fusion-button.button-red.wpcf7-submit:focus .button-icon-divider-left,
.button.red:hover .button-icon-divider-left,
.fusion-button.button-red:hover .button-icon-divider-left,
.fusion-button.button-red.wpcf7-submit:hover .button-icon-divider-left,
.button.red:active .button-icon-divider-right,
.fusion-button.button-red:active .button-icon-divider-right,
.fusion-button.button-red.wpcf7-submit:active .button-icon-divider-right,
.button.red:focus .button-icon-divider-right,
.fusion-button.button-red:focus .button-icon-divider-right,
.fusion-button.button-red.wpcf7-submit:focus .button-icon-divider-right,
.button.red:hover .button-icon-divider-right,
.fusion-button.button-red:hover .button-icon-divider-right,
.fusion-button.button-red.wpcf7-submit:hover .button-icon-divider-right {
border-color: #9d1111;
}
.button.red.button-3d.button-small,
.fusion-button.button-red.button-3d.button-small,
.fusion-button.button-red.wpcf7-submit.button-3d.button-small,
.button.red.button-3d.fusion-button-small,
.fusion-button.button-red.button-3d.fusion-button-small,
.fusion-button.button-red.wpcf7-submit.button-3d.fusion-button-small {
box-shadow: inset 0 1px 0 #fff, 0 2px 0 #9d1111, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.button.red.button-3d.button-small:active,
.fusion-button.button-red.button-3d.button-small:active,
.fusion-button.button-red.wpcf7-submit.button-3d.button-small:active,
.button.red.button-3d.fusion-button-small:active,
.fusion-button.button-red.button-3d.fusion-button-small:active,
.fusion-button.button-red.wpcf7-submit.button-3d.fusion-button-small:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #9d1111, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-small .button.red.button-3d.fusion-button-default-size,
.fusion-button_size-small .fusion-button.button-red.button-3d.fusion-button-default-size,
.fusion-button_size-small .fusion-button.button-red.wpcf7-submit.button-3d.fusion-button-default-size {
box-shadow: inset 0 1px 0 #fff, 0 2px 0 #9d1111, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-small .button.red.button-3d.fusion-button-default-size:active,
.fusion-button_size-small .fusion-button.button-red.button-3d.fusion-button-default-size:active,
.fusion-button_size-small .fusion-button.button-red.wpcf7-submit.button-3d.fusion-button-default-size:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #9d1111, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.button.red.button-3d.button-medium,
.fusion-button.button-red.button-3d.button-medium,
.fusion-button.button-red.wpcf7-submit.button-3d.button-medium,
.button.red.button-3d.fusion-button-medium,
.fusion-button.button-red.button-3d.fusion-button-medium,
.fusion-button.button-red.wpcf7-submit.button-3d.fusion-button-medium {
box-shadow: inset 0 1px 0 #fff, 0 3px 0 #9d1111, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.button.red.button-3d.button-medium:active,
.fusion-button.button-red.button-3d.button-medium:active,
.fusion-button.button-red.wpcf7-submit.button-3d.button-medium:active,
.button.red.button-3d.fusion-button-medium:active,
.fusion-button.button-red.button-3d.fusion-button-medium:active,
.fusion-button.button-red.wpcf7-submit.button-3d.fusion-button-medium:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #9d1111, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-medium .button.red.button-3d.fusion-button-default-size,
.fusion-button_size-medium .fusion-button.button-red.button-3d.fusion-button-default-size,
.fusion-button_size-medium .fusion-button.button-red.wpcf7-submit.button-3d.fusion-button-default-size {
box-shadow: inset 0 1px 0 #fff, 0 3px 0 #9d1111, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-medium .button.red.button-3d.fusion-button-default-size:active,
.fusion-button_size-medium .fusion-button.button-red.button-3d.fusion-button-default-size:active,
.fusion-button_size-medium .fusion-button.button-red.wpcf7-submit.button-3d.fusion-button-default-size:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #9d1111, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.button.red.button-3d.button-large,
.fusion-button.button-red.button-3d.button-large,
.fusion-button.button-red.wpcf7-submit.button-3d.button-large,
.button.red.button-3d.fusion-button-large,
.fusion-button.button-red.button-3d.fusion-button-large,
.fusion-button.button-red.wpcf7-submit.button-3d.fusion-button-large {
box-shadow: inset 0 1px 0 #fff, 0 4px 0 #9d1111, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.button.red.button-3d.button-large:active,
.fusion-button.button-red.button-3d.button-large:active,
.fusion-button.button-red.wpcf7-submit.button-3d.button-large:active,
.button.red.button-3d.fusion-button-large:active,
.fusion-button.button-red.button-3d.fusion-button-large:active,
.fusion-button.button-red.wpcf7-submit.button-3d.fusion-button-large:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #9d1111, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-large .button.red.button-3d.fusion-button-default-size,
.fusion-button_size-large .fusion-button.button-red.button-3d.fusion-button-default-size,
.fusion-button_size-large .fusion-button.button-red.wpcf7-submit.button-3d.fusion-button-default-size {
box-shadow: inset 0 1px 0 #fff, 0 4px 0 #9d1111, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-large .button.red.button-3d.fusion-button-default-size:active,
.fusion-button_size-large .fusion-button.button-red.button-3d.fusion-button-default-size:active,
.fusion-button_size-large .fusion-button.button-red.wpcf7-submit.button-3d.fusion-button-default-size:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #9d1111, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.button.red.button-3d.button-xlarge,
.fusion-button.button-red.button-3d.button-xlarge,
.fusion-button.button-red.wpcf7-submit.button-3d.button-xlarge,
.button.red.button-3d.fusion-button-xlarge,
.fusion-button.button-red.button-3d.fusion-button-xlarge,
.fusion-button.button-red.wpcf7-submit.button-3d.fusion-button-xlarge {
box-shadow: inset 0 1px 0 #fff, 0 5px 0 #9d1111, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.button.red.button-3d.button-xlarge:active,
.fusion-button.button-red.button-3d.button-xlarge:active,
.fusion-button.button-red.wpcf7-submit.button-3d.button-xlarge:active,
.button.red.button-3d.fusion-button-xlarge:active,
.fusion-button.button-red.button-3d.fusion-button-xlarge:active,
.fusion-button.button-red.wpcf7-submit.button-3d.fusion-button-xlarge:active {
box-shadow: inset 0 1px 0 #fff, 0 2px 0 #9d1111, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-xlarge .button.red.button-3d.fusion-button-default-size,
.fusion-button_size-xlarge .fusion-button.button-red.button-3d.fusion-button-default-size,
.fusion-button_size-xlarge .fusion-button.button-red.wpcf7-submit.button-3d.fusion-button-default-size {
box-shadow: inset 0 1px 0 #fff, 0 5px 0 #9d1111, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-xlarge .button.red.button-3d.fusion-button-default-size:active,
.fusion-button_size-xlarge .fusion-button.button-red.button-3d.fusion-button-default-size:active,
.fusion-button_size-xlarge .fusion-button.button-red.wpcf7-submit.button-3d.fusion-button-default-size:active {
box-shadow: inset 0 1px 0 #fff, 0 2px 0 #9d1111, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.button.darkred,
.fusion-button.button-darkred,
.fusion-button.button-darkred.wpcf7-submit {
background: #fe2020;
background-image: linear-gradient(to top, #b01818, #fe2020);
border: 1px solid #690e0e;
color: #690e0e;
}
.button.darkred .button-icon-divider-left,
.fusion-button.button-darkred .button-icon-divider-left,
.fusion-button.button-darkred.wpcf7-submit .button-icon-divider-left,
.button.darkred .button-icon-divider-right,
.fusion-button.button-darkred .button-icon-divider-right,
.fusion-button.button-darkred.wpcf7-submit .button-icon-divider-right {
border-color: #690e0e;
}
.button.darkred:active,
.fusion-button.button-darkred:active,
.fusion-button.button-darkred.wpcf7-submit:active,
.button.darkred:focus,
.fusion-button.button-darkred:focus,
.fusion-button.button-darkred.wpcf7-submit:focus,
.button.darkred:hover,
.fusion-button.button-darkred:hover,
.fusion-button.button-darkred.wpcf7-submit:hover {
background: #b01818;
background-image: linear-gradient(to top, #fe2020, #b01818);
border: 1px solid #690e0e;
color: #690e0e;
}
.button.darkred:active .button-icon-divider-left,
.fusion-button.button-darkred:active .button-icon-divider-left,
.fusion-button.button-darkred.wpcf7-submit:active .button-icon-divider-left,
.button.darkred:focus .button-icon-divider-left,
.fusion-button.button-darkred:focus .button-icon-divider-left,
.fusion-button.button-darkred.wpcf7-submit:focus .button-icon-divider-left,
.button.darkred:hover .button-icon-divider-left,
.fusion-button.button-darkred:hover .button-icon-divider-left,
.fusion-button.button-darkred.wpcf7-submit:hover .button-icon-divider-left,
.button.darkred:active .button-icon-divider-right,
.fusion-button.button-darkred:active .button-icon-divider-right,
.fusion-button.button-darkred.wpcf7-submit:active .button-icon-divider-right,
.button.darkred:focus .button-icon-divider-right,
.fusion-button.button-darkred:focus .button-icon-divider-right,
.fusion-button.button-darkred.wpcf7-submit:focus .button-icon-divider-right,
.button.darkred:hover .button-icon-divider-right,
.fusion-button.button-darkred:hover .button-icon-divider-right,
.fusion-button.button-darkred.wpcf7-submit:hover .button-icon-divider-right {
border-color: #690e0e;
}
.button.darkred.button-3d.button-small,
.fusion-button.button-darkred.button-3d.button-small,
.fusion-button.button-darkred.wpcf7-submit.button-3d.button-small,
.button.darkred.button-3d.fusion-button-small,
.fusion-button.button-darkred.button-3d.fusion-button-small,
.fusion-button.button-darkred.wpcf7-submit.button-3d.fusion-button-small {
box-shadow: inset 0 1px 0 #fff, 0 2px 0 #690e0e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.button.darkred.button-3d.button-small:active,
.fusion-button.button-darkred.button-3d.button-small:active,
.fusion-button.button-darkred.wpcf7-submit.button-3d.button-small:active,
.button.darkred.button-3d.fusion-button-small:active,
.fusion-button.button-darkred.button-3d.fusion-button-small:active,
.fusion-button.button-darkred.wpcf7-submit.button-3d.fusion-button-small:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #690e0e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-small .button.darkred.button-3d.fusion-button-default-size,
.fusion-button_size-small .fusion-button.button-darkred.button-3d.fusion-button-default-size,
.fusion-button_size-small .fusion-button.button-darkred.wpcf7-submit.button-3d.fusion-button-default-size {
box-shadow: inset 0 1px 0 #fff, 0 2px 0 #690e0e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-small .button.darkred.button-3d.fusion-button-default-size:active,
.fusion-button_size-small .fusion-button.button-darkred.button-3d.fusion-button-default-size:active,
.fusion-button_size-small .fusion-button.button-darkred.wpcf7-submit.button-3d.fusion-button-default-size:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #690e0e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.button.darkred.button-3d.button-medium,
.fusion-button.button-darkred.button-3d.button-medium,
.fusion-button.button-darkred.wpcf7-submit.button-3d.button-medium,
.button.darkred.button-3d.fusion-button-medium,
.fusion-button.button-darkred.button-3d.fusion-button-medium,
.fusion-button.button-darkred.wpcf7-submit.button-3d.fusion-button-medium {
box-shadow: inset 0 1px 0 #fff, 0 3px 0 #690e0e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.button.darkred.button-3d.button-medium:active,
.fusion-button.button-darkred.button-3d.button-medium:active,
.fusion-button.button-darkred.wpcf7-submit.button-3d.button-medium:active,
.button.darkred.button-3d.fusion-button-medium:active,
.fusion-button.button-darkred.button-3d.fusion-button-medium:active,
.fusion-button.button-darkred.wpcf7-submit.button-3d.fusion-button-medium:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #690e0e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-medium .button.darkred.button-3d.fusion-button-default-size,
.fusion-button_size-medium .fusion-button.button-darkred.button-3d.fusion-button-default-size,
.fusion-button_size-medium .fusion-button.button-darkred.wpcf7-submit.button-3d.fusion-button-default-size {
box-shadow: inset 0 1px 0 #fff, 0 3px 0 #690e0e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-medium .button.darkred.button-3d.fusion-button-default-size:active,
.fusion-button_size-medium .fusion-button.button-darkred.button-3d.fusion-button-default-size:active,
.fusion-button_size-medium .fusion-button.button-darkred.wpcf7-submit.button-3d.fusion-button-default-size:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #690e0e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.button.darkred.button-3d.button-large,
.fusion-button.button-darkred.button-3d.button-large,
.fusion-button.button-darkred.wpcf7-submit.button-3d.button-large,
.button.darkred.button-3d.fusion-button-large,
.fusion-button.button-darkred.button-3d.fusion-button-large,
.fusion-button.button-darkred.wpcf7-submit.button-3d.fusion-button-large {
box-shadow: inset 0 1px 0 #fff, 0 4px 0 #690e0e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.button.darkred.button-3d.button-large:active,
.fusion-button.button-darkred.button-3d.button-large:active,
.fusion-button.button-darkred.wpcf7-submit.button-3d.button-large:active,
.button.darkred.button-3d.fusion-button-large:active,
.fusion-button.button-darkred.button-3d.fusion-button-large:active,
.fusion-button.button-darkred.wpcf7-submit.button-3d.fusion-button-large:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #690e0e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-large .button.darkred.button-3d.fusion-button-default-size,
.fusion-button_size-large .fusion-button.button-darkred.button-3d.fusion-button-default-size,
.fusion-button_size-large .fusion-button.button-darkred.wpcf7-submit.button-3d.fusion-button-default-size {
box-shadow: inset 0 1px 0 #fff, 0 4px 0 #690e0e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-large .button.darkred.button-3d.fusion-button-default-size:active,
.fusion-button_size-large .fusion-button.button-darkred.button-3d.fusion-button-default-size:active,
.fusion-button_size-large .fusion-button.button-darkred.wpcf7-submit.button-3d.fusion-button-default-size:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #690e0e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.button.darkred.button-3d.button-xlarge,
.fusion-button.button-darkred.button-3d.button-xlarge,
.fusion-button.button-darkred.wpcf7-submit.button-3d.button-xlarge,
.button.darkred.button-3d.fusion-button-xlarge,
.fusion-button.button-darkred.button-3d.fusion-button-xlarge,
.fusion-button.button-darkred.wpcf7-submit.button-3d.fusion-button-xlarge {
box-shadow: inset 0 1px 0 #fff, 0 5px 0 #690e0e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.button.darkred.button-3d.button-xlarge:active,
.fusion-button.button-darkred.button-3d.button-xlarge:active,
.fusion-button.button-darkred.wpcf7-submit.button-3d.button-xlarge:active,
.button.darkred.button-3d.fusion-button-xlarge:active,
.fusion-button.button-darkred.button-3d.fusion-button-xlarge:active,
.fusion-button.button-darkred.wpcf7-submit.button-3d.fusion-button-xlarge:active {
box-shadow: inset 0 1px 0 #fff, 0 2px 0 #690e0e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-xlarge .button.darkred.button-3d.fusion-button-default-size,
.fusion-button_size-xlarge .fusion-button.button-darkred.button-3d.fusion-button-default-size,
.fusion-button_size-xlarge .fusion-button.button-darkred.wpcf7-submit.button-3d.fusion-button-default-size {
box-shadow: inset 0 1px 0 #fff, 0 5px 0 #690e0e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-xlarge .button.darkred.button-3d.fusion-button-default-size:active,
.fusion-button_size-xlarge .fusion-button.button-darkred.button-3d.fusion-button-default-size:active,
.fusion-button_size-xlarge .fusion-button.button-darkred.wpcf7-submit.button-3d.fusion-button-default-size:active {
box-shadow: inset 0 1px 0 #fff, 0 2px 0 #690e0e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.button.pink,
.fusion-button.button-pink,
.fusion-button.button-pink.wpcf7-submit {
background: #fda1d5;
background-image: linear-gradient(to top, #fc84c8, #fda1d5);
border: 1px solid #a31366;
color: #a31366;
}
.button.pink .button-icon-divider-left,
.fusion-button.button-pink .button-icon-divider-left,
.fusion-button.button-pink.wpcf7-submit .button-icon-divider-left,
.button.pink .button-icon-divider-right,
.fusion-button.button-pink .button-icon-divider-right,
.fusion-button.button-pink.wpcf7-submit .button-icon-divider-right {
border-color: #a31366;
}
.button.pink:active,
.fusion-button.button-pink:active,
.fusion-button.button-pink.wpcf7-submit:active,
.button.pink:focus,
.fusion-button.button-pink:focus,
.fusion-button.button-pink.wpcf7-submit:focus,
.button.pink:hover,
.fusion-button.button-pink:hover,
.fusion-button.button-pink.wpcf7-submit:hover {
background: #fc84c8;
background-image: linear-gradient(to top, #fda1d5, #fc84c8);
border: 1px solid #a31366;
color: #a31366;
}
.button.pink:active .button-icon-divider-left,
.fusion-button.button-pink:active .button-icon-divider-left,
.fusion-button.button-pink.wpcf7-submit:active .button-icon-divider-left,
.button.pink:focus .button-icon-divider-left,
.fusion-button.button-pink:focus .button-icon-divider-left,
.fusion-button.button-pink.wpcf7-submit:focus .button-icon-divider-left,
.button.pink:hover .button-icon-divider-left,
.fusion-button.button-pink:hover .button-icon-divider-left,
.fusion-button.button-pink.wpcf7-submit:hover .button-icon-divider-left,
.button.pink:active .button-icon-divider-right,
.fusion-button.button-pink:active .button-icon-divider-right,
.fusion-button.button-pink.wpcf7-submit:active .button-icon-divider-right,
.button.pink:focus .button-icon-divider-right,
.fusion-button.button-pink:focus .button-icon-divider-right,
.fusion-button.button-pink.wpcf7-submit:focus .button-icon-divider-right,
.button.pink:hover .button-icon-divider-right,
.fusion-button.button-pink:hover .button-icon-divider-right,
.fusion-button.button-pink.wpcf7-submit:hover .button-icon-divider-right {
border-color: #a31366;
}
.button.pink.button-3d.button-small,
.fusion-button.button-pink.button-3d.button-small,
.fusion-button.button-pink.wpcf7-submit.button-3d.button-small,
.button.pink.button-3d.fusion-button-small,
.fusion-button.button-pink.button-3d.fusion-button-small,
.fusion-button.button-pink.wpcf7-submit.button-3d.fusion-button-small {
box-shadow: inset 0 1px 0 #fff, 0 2px 0 #a31366, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.button.pink.button-3d.button-small:active,
.fusion-button.button-pink.button-3d.button-small:active,
.fusion-button.button-pink.wpcf7-submit.button-3d.button-small:active,
.button.pink.button-3d.fusion-button-small:active,
.fusion-button.button-pink.button-3d.fusion-button-small:active,
.fusion-button.button-pink.wpcf7-submit.button-3d.fusion-button-small:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #a31366, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-small .button.pink.button-3d.fusion-button-default-size,
.fusion-button_size-small .fusion-button.button-pink.button-3d.fusion-button-default-size,
.fusion-button_size-small .fusion-button.button-pink.wpcf7-submit.button-3d.fusion-button-default-size {
box-shadow: inset 0 1px 0 #fff, 0 2px 0 #a31366, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-small .button.pink.button-3d.fusion-button-default-size:active,
.fusion-button_size-small .fusion-button.button-pink.button-3d.fusion-button-default-size:active,
.fusion-button_size-small .fusion-button.button-pink.wpcf7-submit.button-3d.fusion-button-default-size:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #a31366, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.button.pink.button-3d.button-medium,
.fusion-button.button-pink.button-3d.button-medium,
.fusion-button.button-pink.wpcf7-submit.button-3d.button-medium,
.button.pink.button-3d.fusion-button-medium,
.fusion-button.button-pink.button-3d.fusion-button-medium,
.fusion-button.button-pink.wpcf7-submit.button-3d.fusion-button-medium {
box-shadow: inset 0 1px 0 #fff, 0 3px 0 #a31366, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.button.pink.button-3d.button-medium:active,
.fusion-button.button-pink.button-3d.button-medium:active,
.fusion-button.button-pink.wpcf7-submit.button-3d.button-medium:active,
.button.pink.button-3d.fusion-button-medium:active,
.fusion-button.button-pink.button-3d.fusion-button-medium:active,
.fusion-button.button-pink.wpcf7-submit.button-3d.fusion-button-medium:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #a31366, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-medium .button.pink.button-3d.fusion-button-default-size,
.fusion-button_size-medium .fusion-button.button-pink.button-3d.fusion-button-default-size,
.fusion-button_size-medium .fusion-button.button-pink.wpcf7-submit.button-3d.fusion-button-default-size {
box-shadow: inset 0 1px 0 #fff, 0 3px 0 #a31366, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-medium .button.pink.button-3d.fusion-button-default-size:active,
.fusion-button_size-medium .fusion-button.button-pink.button-3d.fusion-button-default-size:active,
.fusion-button_size-medium .fusion-button.button-pink.wpcf7-submit.button-3d.fusion-button-default-size:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #a31366, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.button.pink.button-3d.button-large,
.fusion-button.button-pink.button-3d.button-large,
.fusion-button.button-pink.wpcf7-submit.button-3d.button-large,
.button.pink.button-3d.fusion-button-large,
.fusion-button.button-pink.button-3d.fusion-button-large,
.fusion-button.button-pink.wpcf7-submit.button-3d.fusion-button-large {
box-shadow: inset 0 1px 0 #fff, 0 4px 0 #a31366, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.button.pink.button-3d.button-large:active,
.fusion-button.button-pink.button-3d.button-large:active,
.fusion-button.button-pink.wpcf7-submit.button-3d.button-large:active,
.button.pink.button-3d.fusion-button-large:active,
.fusion-button.button-pink.button-3d.fusion-button-large:active,
.fusion-button.button-pink.wpcf7-submit.button-3d.fusion-button-large:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #a31366, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-large .button.pink.button-3d.fusion-button-default-size,
.fusion-button_size-large .fusion-button.button-pink.button-3d.fusion-button-default-size,
.fusion-button_size-large .fusion-button.button-pink.wpcf7-submit.button-3d.fusion-button-default-size {
box-shadow: inset 0 1px 0 #fff, 0 4px 0 #a31366, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-large .button.pink.button-3d.fusion-button-default-size:active,
.fusion-button_size-large .fusion-button.button-pink.button-3d.fusion-button-default-size:active,
.fusion-button_size-large .fusion-button.button-pink.wpcf7-submit.button-3d.fusion-button-default-size:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #a31366, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.button.pink.button-3d.button-xlarge,
.fusion-button.button-pink.button-3d.button-xlarge,
.fusion-button.button-pink.wpcf7-submit.button-3d.button-xlarge,
.button.pink.button-3d.fusion-button-xlarge,
.fusion-button.button-pink.button-3d.fusion-button-xlarge,
.fusion-button.button-pink.wpcf7-submit.button-3d.fusion-button-xlarge {
box-shadow: inset 0 1px 0 #fff, 0 5px 0 #a31366, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.button.pink.button-3d.button-xlarge:active,
.fusion-button.button-pink.button-3d.button-xlarge:active,
.fusion-button.button-pink.wpcf7-submit.button-3d.button-xlarge:active,
.button.pink.button-3d.fusion-button-xlarge:active,
.fusion-button.button-pink.button-3d.fusion-button-xlarge:active,
.fusion-button.button-pink.wpcf7-submit.button-3d.fusion-button-xlarge:active {
box-shadow: inset 0 1px 0 #fff, 0 2px 0 #a31366, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-xlarge .button.pink.button-3d.fusion-button-default-size,
.fusion-button_size-xlarge .fusion-button.button-pink.button-3d.fusion-button-default-size,
.fusion-button_size-xlarge .fusion-button.button-pink.wpcf7-submit.button-3d.fusion-button-default-size {
box-shadow: inset 0 1px 0 #fff, 0 5px 0 #a31366, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-xlarge .button.pink.button-3d.fusion-button-default-size:active,
.fusion-button_size-xlarge .fusion-button.button-pink.button-3d.fusion-button-default-size:active,
.fusion-button_size-xlarge .fusion-button.button-pink.wpcf7-submit.button-3d.fusion-button-default-size:active {
box-shadow: inset 0 1px 0 #fff, 0 2px 0 #a31366, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.button.lightgray,
.fusion-button.button-lightgray,
.fusion-button.button-lightgray.wpcf7-submit {
background: #fbfbfb;
background-image: linear-gradient(to top, #f0f0f0, #fbfbfb);
border: 1px solid #ababab;
color: #ababab;
}
.button.lightgray .button-icon-divider-left,
.fusion-button.button-lightgray .button-icon-divider-left,
.fusion-button.button-lightgray.wpcf7-submit .button-icon-divider-left,
.button.lightgray .button-icon-divider-right,
.fusion-button.button-lightgray .button-icon-divider-right,
.fusion-button.button-lightgray.wpcf7-submit .button-icon-divider-right {
border-color: #ababab;
}
.button.lightgray:active,
.fusion-button.button-lightgray:active,
.fusion-button.button-lightgray.wpcf7-submit:active,
.button.lightgray:focus,
.fusion-button.button-lightgray:focus,
.fusion-button.button-lightgray.wpcf7-submit:focus,
.button.lightgray:hover,
.fusion-button.button-lightgray:hover,
.fusion-button.button-lightgray.wpcf7-submit:hover {
background: #f0f0f0;
background-image: linear-gradient(to top, #fbfbfb, #f0f0f0);
border: 1px solid #ababab;
color: #ababab;
}
.button.lightgray:active .button-icon-divider-left,
.fusion-button.button-lightgray:active .button-icon-divider-left,
.fusion-button.button-lightgray.wpcf7-submit:active .button-icon-divider-left,
.button.lightgray:focus .button-icon-divider-left,
.fusion-button.button-lightgray:focus .button-icon-divider-left,
.fusion-button.button-lightgray.wpcf7-submit:focus .button-icon-divider-left,
.button.lightgray:hover .button-icon-divider-left,
.fusion-button.button-lightgray:hover .button-icon-divider-left,
.fusion-button.button-lightgray.wpcf7-submit:hover .button-icon-divider-left,
.button.lightgray:active .button-icon-divider-right,
.fusion-button.button-lightgray:active .button-icon-divider-right,
.fusion-button.button-lightgray.wpcf7-submit:active .button-icon-divider-right,
.button.lightgray:focus .button-icon-divider-right,
.fusion-button.button-lightgray:focus .button-icon-divider-right,
.fusion-button.button-lightgray.wpcf7-submit:focus .button-icon-divider-right,
.button.lightgray:hover .button-icon-divider-right,
.fusion-button.button-lightgray:hover .button-icon-divider-right,
.fusion-button.button-lightgray.wpcf7-submit:hover .button-icon-divider-right {
border-color: #ababab;
}
.button.lightgray.button-3d.button-small,
.fusion-button.button-lightgray.button-3d.button-small,
.fusion-button.button-lightgray.wpcf7-submit.button-3d.button-small,
.button.lightgray.button-3d.fusion-button-small,
.fusion-button.button-lightgray.button-3d.fusion-button-small,
.fusion-button.button-lightgray.wpcf7-submit.button-3d.fusion-button-small {
box-shadow: inset 0 1px 0 #fff, 0 2px 0 #ababab, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.button.lightgray.button-3d.button-small:active,
.fusion-button.button-lightgray.button-3d.button-small:active,
.fusion-button.button-lightgray.wpcf7-submit.button-3d.button-small:active,
.button.lightgray.button-3d.fusion-button-small:active,
.fusion-button.button-lightgray.button-3d.fusion-button-small:active,
.fusion-button.button-lightgray.wpcf7-submit.button-3d.fusion-button-small:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #ababab, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-small .button.lightgray.button-3d.fusion-button-default-size,
.fusion-button_size-small .fusion-button.button-lightgray.button-3d.fusion-button-default-size,
.fusion-button_size-small .fusion-button.button-lightgray.wpcf7-submit.button-3d.fusion-button-default-size {
box-shadow: inset 0 1px 0 #fff, 0 2px 0 #ababab, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-small .button.lightgray.button-3d.fusion-button-default-size:active,
.fusion-button_size-small .fusion-button.button-lightgray.button-3d.fusion-button-default-size:active,
.fusion-button_size-small .fusion-button.button-lightgray.wpcf7-submit.button-3d.fusion-button-default-size:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #ababab, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.button.lightgray.button-3d.button-medium,
.fusion-button.button-lightgray.button-3d.button-medium,
.fusion-button.button-lightgray.wpcf7-submit.button-3d.button-medium,
.button.lightgray.button-3d.fusion-button-medium,
.fusion-button.button-lightgray.button-3d.fusion-button-medium,
.fusion-button.button-lightgray.wpcf7-submit.button-3d.fusion-button-medium {
box-shadow: inset 0 1px 0 #fff, 0 3px 0 #ababab, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.button.lightgray.button-3d.button-medium:active,
.fusion-button.button-lightgray.button-3d.button-medium:active,
.fusion-button.button-lightgray.wpcf7-submit.button-3d.button-medium:active,
.button.lightgray.button-3d.fusion-button-medium:active,
.fusion-button.button-lightgray.button-3d.fusion-button-medium:active,
.fusion-button.button-lightgray.wpcf7-submit.button-3d.fusion-button-medium:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #ababab, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-medium .button.lightgray.button-3d.fusion-button-default-size,
.fusion-button_size-medium .fusion-button.button-lightgray.button-3d.fusion-button-default-size,
.fusion-button_size-medium .fusion-button.button-lightgray.wpcf7-submit.button-3d.fusion-button-default-size {
box-shadow: inset 0 1px 0 #fff, 0 3px 0 #ababab, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-medium .button.lightgray.button-3d.fusion-button-default-size:active,
.fusion-button_size-medium .fusion-button.button-lightgray.button-3d.fusion-button-default-size:active,
.fusion-button_size-medium .fusion-button.button-lightgray.wpcf7-submit.button-3d.fusion-button-default-size:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #ababab, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.button.lightgray.button-3d.button-large,
.fusion-button.button-lightgray.button-3d.button-large,
.fusion-button.button-lightgray.wpcf7-submit.button-3d.button-large,
.button.lightgray.button-3d.fusion-button-large,
.fusion-button.button-lightgray.button-3d.fusion-button-large,
.fusion-button.button-lightgray.wpcf7-submit.button-3d.fusion-button-large {
box-shadow: inset 0 1px 0 #fff, 0 4px 0 #ababab, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.button.lightgray.button-3d.button-large:active,
.fusion-button.button-lightgray.button-3d.button-large:active,
.fusion-button.button-lightgray.wpcf7-submit.button-3d.button-large:active,
.button.lightgray.button-3d.fusion-button-large:active,
.fusion-button.button-lightgray.button-3d.fusion-button-large:active,
.fusion-button.button-lightgray.wpcf7-submit.button-3d.fusion-button-large:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #ababab, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-large .button.lightgray.button-3d.fusion-button-default-size,
.fusion-button_size-large .fusion-button.button-lightgray.button-3d.fusion-button-default-size,
.fusion-button_size-large .fusion-button.button-lightgray.wpcf7-submit.button-3d.fusion-button-default-size {
box-shadow: inset 0 1px 0 #fff, 0 4px 0 #ababab, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-large .button.lightgray.button-3d.fusion-button-default-size:active,
.fusion-button_size-large .fusion-button.button-lightgray.button-3d.fusion-button-default-size:active,
.fusion-button_size-large .fusion-button.button-lightgray.wpcf7-submit.button-3d.fusion-button-default-size:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #ababab, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.button.lightgray.button-3d.button-xlarge,
.fusion-button.button-lightgray.button-3d.button-xlarge,
.fusion-button.button-lightgray.wpcf7-submit.button-3d.button-xlarge,
.button.lightgray.button-3d.fusion-button-xlarge,
.fusion-button.button-lightgray.button-3d.fusion-button-xlarge,
.fusion-button.button-lightgray.wpcf7-submit.button-3d.fusion-button-xlarge {
box-shadow: inset 0 1px 0 #fff, 0 5px 0 #ababab, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.button.lightgray.button-3d.button-xlarge:active,
.fusion-button.button-lightgray.button-3d.button-xlarge:active,
.fusion-button.button-lightgray.wpcf7-submit.button-3d.button-xlarge:active,
.button.lightgray.button-3d.fusion-button-xlarge:active,
.fusion-button.button-lightgray.button-3d.fusion-button-xlarge:active,
.fusion-button.button-lightgray.wpcf7-submit.button-3d.fusion-button-xlarge:active {
box-shadow: inset 0 1px 0 #fff, 0 2px 0 #ababab, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-xlarge .button.lightgray.button-3d.fusion-button-default-size,
.fusion-button_size-xlarge .fusion-button.button-lightgray.button-3d.fusion-button-default-size,
.fusion-button_size-xlarge .fusion-button.button-lightgray.wpcf7-submit.button-3d.fusion-button-default-size {
box-shadow: inset 0 1px 0 #fff, 0 5px 0 #ababab, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-xlarge .button.lightgray.button-3d.fusion-button-default-size:active,
.fusion-button_size-xlarge .fusion-button.button-lightgray.button-3d.fusion-button-default-size:active,
.fusion-button_size-xlarge .fusion-button.button-lightgray.wpcf7-submit.button-3d.fusion-button-default-size:active {
box-shadow: inset 0 1px 0 #fff, 0 2px 0 #ababab, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.button.darkgray,
.fusion-button.button-darkgray,
.fusion-button.button-darkgray.wpcf7-submit {
background: #c0c0c0;
background-image: linear-gradient(to top, #9e9e9e, #c0c0c0);
border: 1px solid #434c50;
color: #434c50;
}
.button.darkgray .button-icon-divider-left,
.fusion-button.button-darkgray .button-icon-divider-left,
.fusion-button.button-darkgray.wpcf7-submit .button-icon-divider-left,
.button.darkgray .button-icon-divider-right,
.fusion-button.button-darkgray .button-icon-divider-right,
.fusion-button.button-darkgray.wpcf7-submit .button-icon-divider-right {
border-color: #434c50;
}
.button.darkgray:active,
.fusion-button.button-darkgray:active,
.fusion-button.button-darkgray.wpcf7-submit:active,
.button.darkgray:focus,
.fusion-button.button-darkgray:focus,
.fusion-button.button-darkgray.wpcf7-submit:focus,
.button.darkgray:hover,
.fusion-button.button-darkgray:hover,
.fusion-button.button-darkgray.wpcf7-submit:hover {
background: #9e9e9e;
background-image: linear-gradient(to top, #c0c0c0, #9e9e9e);
border: 1px solid #434c50;
color: #434c50;
}
.button.darkgray:active .button-icon-divider-left,
.fusion-button.button-darkgray:active .button-icon-divider-left,
.fusion-button.button-darkgray.wpcf7-submit:active .button-icon-divider-left,
.button.darkgray:focus .button-icon-divider-left,
.fusion-button.button-darkgray:focus .button-icon-divider-left,
.fusion-button.button-darkgray.wpcf7-submit:focus .button-icon-divider-left,
.button.darkgray:hover .button-icon-divider-left,
.fusion-button.button-darkgray:hover .button-icon-divider-left,
.fusion-button.button-darkgray.wpcf7-submit:hover .button-icon-divider-left,
.button.darkgray:active .button-icon-divider-right,
.fusion-button.button-darkgray:active .button-icon-divider-right,
.fusion-button.button-darkgray.wpcf7-submit:active .button-icon-divider-right,
.button.darkgray:focus .button-icon-divider-right,
.fusion-button.button-darkgray:focus .button-icon-divider-right,
.fusion-button.button-darkgray.wpcf7-submit:focus .button-icon-divider-right,
.button.darkgray:hover .button-icon-divider-right,
.fusion-button.button-darkgray:hover .button-icon-divider-right,
.fusion-button.button-darkgray.wpcf7-submit:hover .button-icon-divider-right {
border-color: #434c50;
}
.button.darkgray.button-3d.button-small,
.fusion-button.button-darkgray.button-3d.button-small,
.fusion-button.button-darkgray.wpcf7-submit.button-3d.button-small,
.button.darkgray.button-3d.fusion-button-small,
.fusion-button.button-darkgray.button-3d.fusion-button-small,
.fusion-button.button-darkgray.wpcf7-submit.button-3d.fusion-button-small {
box-shadow: inset 0 1px 0 #fff, 0 2px 0 #434c50, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.button.darkgray.button-3d.button-small:active,
.fusion-button.button-darkgray.button-3d.button-small:active,
.fusion-button.button-darkgray.wpcf7-submit.button-3d.button-small:active,
.button.darkgray.button-3d.fusion-button-small:active,
.fusion-button.button-darkgray.button-3d.fusion-button-small:active,
.fusion-button.button-darkgray.wpcf7-submit.button-3d.fusion-button-small:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #434c50, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-small .button.darkgray.button-3d.fusion-button-default-size,
.fusion-button_size-small .fusion-button.button-darkgray.button-3d.fusion-button-default-size,
.fusion-button_size-small .fusion-button.button-darkgray.wpcf7-submit.button-3d.fusion-button-default-size {
box-shadow: inset 0 1px 0 #fff, 0 2px 0 #434c50, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-small .button.darkgray.button-3d.fusion-button-default-size:active,
.fusion-button_size-small .fusion-button.button-darkgray.button-3d.fusion-button-default-size:active,
.fusion-button_size-small .fusion-button.button-darkgray.wpcf7-submit.button-3d.fusion-button-default-size:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #434c50, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.button.darkgray.button-3d.button-medium,
.fusion-button.button-darkgray.button-3d.button-medium,
.fusion-button.button-darkgray.wpcf7-submit.button-3d.button-medium,
.button.darkgray.button-3d.fusion-button-medium,
.fusion-button.button-darkgray.button-3d.fusion-button-medium,
.fusion-button.button-darkgray.wpcf7-submit.button-3d.fusion-button-medium {
box-shadow: inset 0 1px 0 #fff, 0 3px 0 #434c50, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.button.darkgray.button-3d.button-medium:active,
.fusion-button.button-darkgray.button-3d.button-medium:active,
.fusion-button.button-darkgray.wpcf7-submit.button-3d.button-medium:active,
.button.darkgray.button-3d.fusion-button-medium:active,
.fusion-button.button-darkgray.button-3d.fusion-button-medium:active,
.fusion-button.button-darkgray.wpcf7-submit.button-3d.fusion-button-medium:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #434c50, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-medium .button.darkgray.button-3d.fusion-button-default-size,
.fusion-button_size-medium .fusion-button.button-darkgray.button-3d.fusion-button-default-size,
.fusion-button_size-medium .fusion-button.button-darkgray.wpcf7-submit.button-3d.fusion-button-default-size {
box-shadow: inset 0 1px 0 #fff, 0 3px 0 #434c50, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-medium .button.darkgray.button-3d.fusion-button-default-size:active,
.fusion-button_size-medium .fusion-button.button-darkgray.button-3d.fusion-button-default-size:active,
.fusion-button_size-medium .fusion-button.button-darkgray.wpcf7-submit.button-3d.fusion-button-default-size:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #434c50, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.button.darkgray.button-3d.button-large,
.fusion-button.button-darkgray.button-3d.button-large,
.fusion-button.button-darkgray.wpcf7-submit.button-3d.button-large,
.button.darkgray.button-3d.fusion-button-large,
.fusion-button.button-darkgray.button-3d.fusion-button-large,
.fusion-button.button-darkgray.wpcf7-submit.button-3d.fusion-button-large {
box-shadow: inset 0 1px 0 #fff, 0 4px 0 #434c50, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.button.darkgray.button-3d.button-large:active,
.fusion-button.button-darkgray.button-3d.button-large:active,
.fusion-button.button-darkgray.wpcf7-submit.button-3d.button-large:active,
.button.darkgray.button-3d.fusion-button-large:active,
.fusion-button.button-darkgray.button-3d.fusion-button-large:active,
.fusion-button.button-darkgray.wpcf7-submit.button-3d.fusion-button-large:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #434c50, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-large .button.darkgray.button-3d.fusion-button-default-size,
.fusion-button_size-large .fusion-button.button-darkgray.button-3d.fusion-button-default-size,
.fusion-button_size-large .fusion-button.button-darkgray.wpcf7-submit.button-3d.fusion-button-default-size {
box-shadow: inset 0 1px 0 #fff, 0 4px 0 #434c50, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-large .button.darkgray.button-3d.fusion-button-default-size:active,
.fusion-button_size-large .fusion-button.button-darkgray.button-3d.fusion-button-default-size:active,
.fusion-button_size-large .fusion-button.button-darkgray.wpcf7-submit.button-3d.fusion-button-default-size:active {
box-shadow: inset 0 1px 0 #fff, 0 1px 0 #434c50, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.button.darkgray.button-3d.button-xlarge,
.fusion-button.button-darkgray.button-3d.button-xlarge,
.fusion-button.button-darkgray.wpcf7-submit.button-3d.button-xlarge,
.button.darkgray.button-3d.fusion-button-xlarge,
.fusion-button.button-darkgray.button-3d.fusion-button-xlarge,
.fusion-button.button-darkgray.wpcf7-submit.button-3d.fusion-button-xlarge {
box-shadow: inset 0 1px 0 #fff, 0 5px 0 #434c50, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.button.darkgray.button-3d.button-xlarge:active,
.fusion-button.button-darkgray.button-3d.button-xlarge:active,
.fusion-button.button-darkgray.wpcf7-submit.button-3d.button-xlarge:active,
.button.darkgray.button-3d.fusion-button-xlarge:active,
.fusion-button.button-darkgray.button-3d.fusion-button-xlarge:active,
.fusion-button.button-darkgray.wpcf7-submit.button-3d.fusion-button-xlarge:active {
box-shadow: inset 0 1px 0 #fff, 0 2px 0 #434c50, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-xlarge .button.darkgray.button-3d.fusion-button-default-size,
.fusion-button_size-xlarge .fusion-button.button-darkgray.button-3d.fusion-button-default-size,
.fusion-button_size-xlarge .fusion-button.button-darkgray.wpcf7-submit.button-3d.fusion-button-default-size {
box-shadow: inset 0 1px 0 #fff, 0 5px 0 #434c50, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.fusion-button_size-xlarge .button.darkgray.button-3d.fusion-button-default-size:active,
.fusion-button_size-xlarge .fusion-button.button-darkgray.button-3d.fusion-button-default-size:active,
.fusion-button_size-xlarge .fusion-button.button-darkgray.wpcf7-submit.button-3d.fusion-button-default-size:active {
box-shadow: inset 0 1px 0 #fff, 0 2px 0 #434c50, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.fusion-layout-column {
position: relative;
float: left;
margin-bottom: 20px;
}
.fusion-layout-column .fusion-column-wrapper {
min-height: 1px;
background-blend-mode: overlay;
}
.fusion-layout-column .fusion-column-inner-bg-image {
background-blend-mode: overlay;
}
.fusion-layout-column.fusion-one-full {
float: none;
clear: both;
}
.fusion-layout-column.fusion-one-sixth {
width: 16.6666%;
}
.fusion-layout-column.fusion-five-sixth {
width: 83.3333%;
}
.fusion-layout-column.fusion-one-fifth {
width: 20%;
}
.fusion-layout-column.fusion-two-fifth {
width: 40%;
}
.fusion-layout-column.fusion-three-fifth {
width: 60%;
}
.fusion-layout-column.fusion-four-fifth {
width: 80%;
}
.fusion-layout-column.fusion-one-fourth {
width: 25%;
}
.fusion-layout-column.fusion-three-fourth {
width: 75%;
}
.fusion-layout-column.fusion-one-third {
width: 33.3333%;
}
.fusion-layout-column.fusion-two-third {
width: 66.6666%;
}
.fusion-layout-column.fusion-one-half {
width: 50%;
}
.fusion-layout-column.fusion-column-last {
margin-left: 0;
margin-right: 0;
}
.fusion-layout-column.fusion-spacing-yes {
margin-right: 4%;
}
.fusion-layout-column.fusion-spacing-yes.fusion-one-sixth {
width: 13.3333%;
}
.fusion-layout-column.fusion-spacing-yes.fusion-five-sixth {
width: 82.6666%;
}
.fusion-layout-column.fusion-spacing-yes.fusion-one-fifth {
width: 16.8%;
}
.fusion-layout-column.fusion-spacing-yes.fusion-two-fifth {
width: 37.6%;
}
.fusion-layout-column.fusion-spacing-yes.fusion-three-fifth {
width: 58.4%;
}
.fusion-layout-column.fusion-spacing-yes.fusion-four-fifth {
width: 79.2%;
}
.fusion-layout-column.fusion-spacing-yes.fusion-one-fourth {
width: 22%;
}
.fusion-layout-column.fusion-spacing-yes.fusion-three-fourth {
width: 74%;
}
.fusion-layout-column.fusion-spacing-yes.fusion-one-third {
width: 30.6666%;
}
.fusion-layout-column.fusion-spacing-yes.fusion-two-third {
width: 65.3333%;
}
.fusion-layout-column.fusion-spacing-yes.fusion-one-half {
width: 48%;
}
.fusion-layout-column.fusion-spacing-yes.fusion-column-last {
margin-left: 0;
margin-right: 0;
}
.fusion-layout-column .fusion-column-content-centered {
display: flex;
justify-content: center;
align-items: center;
}
.fusion-layout-column .fusion-column-content-centered .fusion-column-content {
flex: 1;
}
.fusion-column-inner-bg-wrapper .fusion-column-wrapper {
position: relative;
z-index: 3;
pointer-events: none;
}
.fusion-column-inner-bg {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.fusion-column-inner-bg .fusion-column-anchor {
width: 100%;
height: 100%;
}
.fusion-column-inner-bg .fusion-column-anchor span {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.modal-dialog {
margin-top: 60px;
}
.fusion-modal {
-webkit-overflow-scrolling: auto !important;
}
.fusion-modal .modal-header {
min-height: 54px;
}
.fusion-modal .modal-header .close {
font-size: 30px;
margin-top: -5px;
text-shadow: none;
}
.fusion-modal .modal-dialog {
-webkit-overflow-scrolling: touch;
overflow-y: auto;
height: 100%;
}
.fusion-modal .fusion-separator {
width: 100% !important;
}
.fusion-popover {
display: inline-block;
max-width: 100%;
cursor: pointer;
}
.popover {
padding: 0;
z-index: 99999;
}
.fusion-progressbar {
position: relative;
margin-bottom: 10px;
}
.fusion-progressbar .progress-title {
margin: 0;
height: auto;
width: auto;
}
.fusion-progressbar-text-on-bar .progress-title {
position: absolute;
left: 15px;
top: 50%;
transform: translate(0, -50%);
clip: auto;
color: #fff;
}
.fusion-progressbar-text-above-bar .progress-title {
display: inline-block;
margin-bottom: 5px;
color: #000;
}
.fusion-progressbar-text-below-bar .progress-title {
display: inline-block;
margin-top: 5px;
color: #000;
}
.fusion-progressbar-bar {
margin: 0;
height: 37px;
width: 100%;
background-color: #e6e7e8;
border-radius: 0;
background-clip: padding-box;
box-shadow: none;
}
.fusion-progressbar-bar .progress {
background-color: #65bc7b;
box-shadow: none;
}
/* stylelint-disable no-descending-specificity */
/* stylelint-disable no-duplicate-selectors */
table {
border-collapse: collapse;
border-spacing: 0;
}
.table {
border-color: #E5E4E3;
}
.table > tbody > tr > th,
.table > thead > tr > th {
padding: 20px;
font-weight: bold;
}
.table > tbody > tr > td,
.table > thead > tr > td,
.table > tfoot > tr > td {
padding: 10px 20px;
}
.table > tfoot > tr > td {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.table-1 table,
.tkt-slctr-tbl-wrap-dv table {
border: 1px solid #dcdcdc;
background-color: #fff;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.table-1 table th,
.tkt-slctr-tbl-wrap-dv table th {
border: 1px solid #dcdcdc;
background: #f6f6f6;
padding: 20px;
text-align: left;
}
.table-1 tr:nth-child(even),
.tkt-slctr-tbl-wrap-dv tr:nth-child(even) {
background: #f6f6f6;
}
.table-1 tr td,
.tkt-slctr-tbl-wrap-dv tr td {
border: 1px solid #dcdcdc;
padding: 10px 20px;
}
.table-2 table thead {
border: 1px solid #d3d3d3;
text-align: left;
}
.table-2 table th {
padding: 20px;
color: #fff;
}
.table-2 tr td {
border-bottom: 1px solid #dcdcdc;
padding: 10px 20px;
}
.fusion-tooltip {
cursor: pointer;
}
.fusion-recent-posts {
margin-bottom: 50px;
}
.fusion-recent-posts .columns {
overflow: hidden;
}
.fusion-recent-posts .columns .column {
overflow: hidden;
}
.fusion-recent-posts .columns .column .fusion-flexslider {
margin-bottom: 0;
}
.fusion-recent-posts .columns .column h4 {
margin: 15px 0 3px;
}
.fusion-recent-posts .columns .column .meta {
overflow: hidden;
margin-bottom: 13px;
padding: 0;
}
.fusion-recent-posts .columns .column .meta .date {
font-style: normal;
}
.fusion-recent-posts .columns .column .meta .meta-separator {
padding: 0 5px;
}
.fusion-recent-posts .columns .password {
width: auto;
}
.fusion-recent-posts.layout-thumbnails-on-side .columns .column {
margin-bottom: 20px;
}
.fusion-recent-posts.layout-thumbnails-on-side .columns .column .floated-slideshow {
overflow: hidden;
float: left;
margin: 0 20px 5px 0;
width: 144px;
}
.fusion-recent-posts.layout-thumbnails-on-side .columns .column h4 {
margin-top: 0;
}
.fusion-recent-posts.layout-date-on-side .date-and-formats {
overflow: hidden;
float: left;
margin: 0 20px 5px 0;
width: 82px;
}
.fusion-recent-posts.layout-date-on-side .date-and-formats .date-box {
padding: 8px 0 5px;
color: #fff;
}
.fusion-recent-posts.layout-date-on-side .date-and-formats .date-box .date {
display: block;
font-size: 29px;
font-weight: bold;
line-height: 29px;
}
.fusion-recent-posts.layout-date-on-side .date-and-formats .format-box {
margin-top: 3px;
background-color: #eef0f2;
}
.fusion-recent-posts.layout-date-on-side .columns .column {
margin-bottom: 20px;
}
.fusion-recent-posts.layout-date-on-side .columns .column h4 {
margin-top: 0;
}
.fusion-social-networks {
overflow: hidden;
}
.fusion-social-networks .fusion-social-networks-wrapper {
margin: 0 -10px;
}
.fusion-social-networks .fusion-social-network-icon {
display: inline-block;
margin: 0 10px 10px;
font-size: 16px;
color: #46494A;
text-decoration: none;
box-shadow: none !important;
line-height: 1;
}
.fusion-social-networks .fusion-social-network-icon:before {
color: inherit;
}
.fusion-social-networks.boxed-icons a {
text-align: center;
box-sizing: border-box;
box-shadow: none !important;
}
.fusion-social-networks.boxed-icons .fusion-social-networks-wrapper {
margin: 0 -5px;
}
.fusion-social-networks.boxed-icons .fusion-social-network-icon {
margin: 0 5px 10px;
padding: 8px;
background-color: #46494A;
border-radius: 3px;
background-clip: inherit;
border: 1px solid #46494A;
color: #fff;
text-decoration: none;
}
.fusion-social-links-footer {
display: table-cell;
vertical-align: middle;
width: 40%;
text-align: right;
}
.fusion-social-links-footer .fusion-social-networks {
margin-top: 10px;
}
.widget .fusion-social-networks .fusion-social-networks-wrapper {
margin: 0 -5.5px;
}
.widget .fusion-social-networks .fusion-social-network-icon {
margin: 0 5.5px 14px;
}
.widget .fusion-social-networks.boxed-icons .fusion-social-networks-wrapper {
margin: 0 -3.5px;
}
.widget .fusion-social-networks.boxed-icons .fusion-social-network-icon {
margin: 0 3.5px 10px;
}
/* stylelint-disable no-descending-specificity */
.fusion-image-carousel {
margin-bottom: 40px;
}
.fusion-carousel-title-below-image .fusion-carousel-meta,
.fusion-carousel-title-below-image .fusion-carousel-title {
text-align: left;
}
.fusion-carousel-border .fusion-image-wrapper {
border: 1px solid #E9EAEE;
}
.fusion-carousel-border .hover-type-liftup {
box-sizing: content-box;
}
.fusion-image-carousel-fixed .awb-carousel .fusion-image-wrapper {
vertical-align: middle;
}
.fusion-image-carousel-fixed .awb-carousel .fusion-image-wrapper a {
display: block;
}
.fusion-image-carousel-fixed .awb-carousel .fusion-image-wrapper img {
max-height: 115px;
width: auto;
}
/* stylelint-disable no-descending-specificity */
.fusion-flexslider {
position: relative;
margin-bottom: 0;
padding: 0;
background-color: transparent;
overflow: hidden;
}
.fusion-flexslider .flex-control-nav,
.fusion-flexslider .flex-direction-nav,
.fusion-flexslider .slides {
z-index: 100;
margin: 0;
padding: 0;
list-style: none;
}
.fusion-flexslider .slides {
overflow: hidden;
float: left;
}
.fusion-flexslider .slides li {
display: none;
margin: 0;
}
.fusion-flexslider .slides img {
display: block;
width: 100%;
box-shadow: none;
border-radius: 0;
}
.fusion-flexslider.fusion-flexslider-loading .slides > li:first-child {
display: block;
opacity: 1 !important;
}
.fusion-flexslider.fusion-post-slideshow .slides {
float: none;
}
.woocommerce-container .images .fusion-flexslider.fusion-flexslider-loading .slides > li:first-child {
float: left;
}
.fusion-flexslider .flex-control-nav {
position: absolute;
bottom: 0;
width: 100%;
text-align: center;
}
.fusion-flexslider .flex-direction-nav {
list-style: none;
}
.fusion-flexslider .flex-direction-nav a {
z-index: 100;
position: absolute;
top: 50%;
overflow: hidden;
margin: -20px 0 0;
width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
background-color: rgba(0, 0, 0, 0.5);
background-repeat: no-repeat;
cursor: pointer;
opacity: 0;
font-size: 14px;
font-weight: normal;
font-family: "awb-icons";
-webkit-font-smoothing: none;
color: #fff;
transition: all 0.3s ease;
}
.fusion-flexslider .flex-direction-nav .flex-next {
right: 0;
}
.fusion-flexslider .flex-direction-nav .flex-prev {
left: 0;
}
.fusion-flexslider:hover .flex-direction-nav .flex-next,
.fusion-flexslider:hover .flex-direction-nav .flex-prev {
opacity: 0.8;
}
.fusion-flexslider:hover .flex-direction-nav .flex-next:hover,
.fusion-flexslider:hover .flex-direction-nav .flex-prev:hover {
opacity: 1;
}
.fusion-flexslider:hover .flex-direction-nav .flex-disabled {
display: none;
opacity: 0;
cursor: default;
}
.fusion-flexslider.flexslider-attachments {
overflow: visible;
}
.fusion-flexslider.flexslider-attachments .flex-direction-nav a {
width: 30px;
height: 30px;
margin-top: -55px;
text-align: center;
line-height: 30px;
}
.fusion-flexslider.flexslider-attachments .flex-direction-nav a:before {
color: #fff;
}
.fusion-flexslider.flexslider-attachments .flex-control-thumbs li {
width: 60px;
margin: 5px;
float: none;
}
.fusion-flexslider.flexslider-default .flex-direction-nav a {
width: 60px;
height: 60px;
margin-top: -30px;
text-align: center;
line-height: 60px;
font-size: 30px;
}
.fusion-flexslider.flexslider-posts .flex-direction-nav a {
width: 30px;
height: 30px;
margin-top: -15px;
text-align: center;
line-height: 30px;
}
.fusion-flexslider.flexslider-posts .slide-excerpt {
position: absolute;
bottom: 20%;
}
.fusion-flexslider.flexslider-posts .slide-excerpt h2 {
color: #fff;
background: rgba(0, 0, 0, 0.8);
padding: 10px 15px;
margin: 0;
}
.fusion-flexslider.flexslider-posts .slide-excerpt h2 a {
color: #fff;
}
.fusion-flexslider.flexslider-posts .slide-excerpt p {
color: #fff;
background: rgba(0, 0, 0, 0.8);
padding: 15px;
}
.fusion-flexslider.flexslider-posts-with-excerpt .flex-direction-nav a {
background-color: rgba(0, 0, 0, 0.5);
width: 30px;
height: 30px;
margin-top: -15px;
text-align: center;
line-height: 30px;
}
.fusion-flexslider.flexslider-posts-with-excerpt .slide-excerpt {
position: absolute;
left: 0;
top: 0;
bottom: 0;
padding: 5%;
width: 30%;
box-sizing: content-box;
background: rgba(0, 0, 0, 0.7);
color: #fff;
}
.fusion-flexslider.flexslider-posts-with-excerpt .slide-excerpt .excerpt-container {
overflow: hidden;
height: 100%;
}
.fusion-flexslider.flexslider-posts-with-excerpt .slide-excerpt h2 {
color: #fff;
padding: 10px 15px;
margin: 0;
}
.fusion-flexslider.flexslider-posts-with-excerpt .slide-excerpt h2 a {
color: #fff;
}
.fusion-flexslider.flexslider-posts-with-excerpt .slide-excerpt p {
color: #fff;
padding: 15px;
}
.flexslider-attachments .flex-control-nav {
position: relative;
margin-top: 10px;
}
.page .post-slideshow {
margin-bottom: 30px;
}