/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 02 2022 | 23:50:45 */
/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #2d8b6b !important;
    background-color: #ffffff !important;
    border-color: #f0faf6 !important;
}

.alert-primary hr {
    border-top-color: #ddf3ec !important;
}

.alert-primary .alert-link {
    color: #20644d !important;
}

.badge-primary {
    color: #212529 !important;
    background-color: #66cdaa !important;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #212529 !important;
    background-color: #3fc094 !important;
}

.bg-primary {
    background-color: #66cdaa !important;
}

nav.bg-primary,
.offcanvas-body{
    background-color: #fff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #3fc094 !important;
}

.border-primary {
    border-color: #66cdaa !important;
}

.btn-primary {
    color: #212529 !important;
    background-color: #66cdaa !important;
    border-color: #66cdaa !important;
}

.btn-primary:hover {
    color: #212529 !important;
    background-color: #4bc49b !important;
    border-color: #3fc094 !important;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(102, 205, 170, 0.5) !important;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #212529 !important;
    background-color: #66cdaa !important;
    border-color: #66cdaa !important;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #212529 !important;
    background-color: #3fc094 !important;
    border-color: #3bb58b !important;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(102, 205, 170, 0.5) !important;
}

.btn-outline-primary {
    color: #66cdaa !important;
    background-color: transparent !important;
    border-color: #66cdaa !important;
}

.btn-outline-primary:hover {
    color: #212529 !important;
    background-color: #66cdaa !important;
    border-color: #66cdaa !important;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(102, 205, 170, 0.5) !important;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #66cdaa !important;
    background-color: transparent !important;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #212529 !important;
    background-color: #66cdaa !important;
    border-color: #66cdaa !important;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(102, 205, 170, 0.5) !important;
}

.list-group-item-primary {
    color: #2d8b6b !important;
    background-color: #f0faf6 !important;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #2d8b6b !important;
    background-color: #ddf3ec !important;
}

.list-group-item-primary.list-group-item-action.active {
    color: #212529 !important;
    background-color: #2d8b6b !important;
    border-color: #2d8b6b !important;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #f0faf6 !important;
}

.table-hover .table-primary:hover {
    background-color: #ddf3ec !important;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #ddf3ec !important;
}

.text-primary {
    color: #66cdaa !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #3fc094 !important;
}
.wpcf7 input[type=submit]:hover {
    color: mediumaquamarine;
  background-color: azure;
    border-color: mediumturquoise;
}
.wpcf7 input[type=submit]:focus{
	background-color: azure !important;
}
.wpcf7 input[type=submit]:active{
	border: 0;
}
.wpcf7 input[type=submit]:not(:disabled){
  color: mediumturquoise;
}
.wpcf7 input[type=submit]{
  color: mediumturquoise !important;
  border-color: mediumturquoise;
  background-color: honeydew;
}


/*------------------------------------
- COLOR secondary
------------------------------------*/
.alert-secondary {
    color: #7effbe;
    background-color: #1c5ff161;
    border-color: #1b0ff157;
}

.alert-secondary hr {
    border-top-color: #197ff14b;
}

.alert-secondary .alert-link {
    color: #4bffa5;
}

.badge-secondary {
    color: #212529;
    background-color: #f9fffc;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #212529;
    background-color: #c6ffe2;
}

.bg-secondary {
    background-color: #f9fffc !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #c6ffe2 !important;
}

.border-secondary {
    border-color: #f9fffc !important;
}

.btn-secondary {
    color: #212529;
    background-color: #f9fffc;
    border-color: #f9fffc;
}

.btn-secondary:hover {
    color: #212529;
    background-color: #d5ffea;
    border-color: #c6ffe2;
}

.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(249, 255, 252, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #212529;
    background-color: #f9fffc;
    border-color: #f9fffc;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #c6ffe2;
    border-color: #b6ffda;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(249, 255, 252, 0.5);
}

.btn-outline-secondary {
    color: #f9fffc;
    background-color: transparent;
    border-color: #f9fffc;
}

.btn-outline-secondary:hover {
    color: #212529;
    background-color: #f9fffc;
    border-color: #f9fffc;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(249, 255, 252, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #f9fffc;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #f9fffc;
    border-color: #f9fffc;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(249, 255, 252, 0.5);
}

.list-group-item-secondary {
    color: #7effbe;
    background-color: #1b0ff157;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #7effbe;
    background-color: #197ff14b;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #212529;
    background-color: #7effbe;
    border-color: #7effbe;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #1b0ff157;
}

.table-hover .table-secondary:hover {
    background-color: #197ff14b;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #197ff14b;
}

.text-secondary {
    color: #f9fffc !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #c6ffe2 !important;
}
