
/**
 * Made I.T.: Color Patterns
 *
 * Colors are ordered from dark to light.
 */
 
 body {
  color: #212529;
  background-color: #ffffff;
}
a {
  color: #648491;
}

a:hover {
  color: #0376A5;
}

.page-link {
    color: #648491;
}
.page-item.active .page-link {
    color: #000;
    background-color: #648491;
    border-color: #648491;
}

a.list-group-item-primary:focus, a.list-group-item-primary:hover, button.list-group-item-primary:focus, button.list-group-item-primary:hover {
    background-color: #96DFFD;
}

.list-group-item-secondary {
    background-color: #E7E3D8;
}

a.list-group-item-secondary:focus, a.list-group-item-secondary:hover, button.list-group-item-secondary:focus, button.list-group-item-secondary:hover {
    background-color: #FFFFFF;
}

.list-group-item-success {
    background-color: #E3DBC6;
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
    background-color: #FFFFFF;
}

.list-group-item-info {
    background-color: #E3DBC6;
}

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
    background-color: #FFFFFF;
}

.list-group-item-warning {
    background-color: #E6E1D3;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
    background-color: #FFFFFF;
}

.list-group-item-danger {
    background-color: #E6E2D5;
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
    background-color: #FBEBE5;
}

.badge-primary {
    background-color: #648491;
}

.btn-outline-primary:not([disabled]):not(.disabled):active, .btn-outline-primary:not([disabled]):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    border-color: #648491;
}

.btn-primary:hover {
    background-color: #0493CD;
}

.btn-primary:hover {
    border-color: #0488BE;
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
    background-color: #0488BE;
}

.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    border-color: #0376A5;
}

.badge-secondary {
    background-color: #FFF9E8;
}

.btn-outline-secondary:not([disabled]):not(.disabled):active, .btn-outline-secondary:not([disabled]):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    border-color: #FFF9E8;
}

.btn-secondary:hover {
    background-color: #E4E3DF;
}

.btn-secondary:hover {
    border-color: #DDDCD7;
}

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
    background-color: #DDDCD7;
}

.btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    border-color: #D2CFC9;
}

.badge-success {
    background-color: #C6DED3;
}

.btn-outline-success:not([disabled]):not(.disabled):active, .btn-outline-success:not([disabled]):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    border-color: #C6DED3;
}

.btn-success:hover, .woocommerce button.button.alt:hover {
    background-color: #AAD6C2;
}

.btn-success:hover, .woocommerce button.button.alt:hover {
    border-color: #A0D1BB;
}

.badge-success[href]:focus, .badge-success[href]:hover {
    background-color: #A0D1BB;
}

.btn-success:not([disabled]):not(.disabled):active, .btn-success:not([disabled]):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    border-color: #8EC9AE;
}

.badge-info {
    background-color: #EAF3EE;
}

.btn-outline-info:not([disabled]):not(.disabled):active, .btn-outline-info:not([disabled]):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    border-color: #EAF3EE;
}

.btn-info:hover {
    background-color: #D8E1DC;
}

.btn-info:hover {
    border-color: #D0DAD4;
}

.badge-info[href]:focus, .badge-info[href]:hover {
    background-color: #D0DAD4;
}

.btn-info:not([disabled]):not(.disabled):active, .btn-info:not([disabled]):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    border-color: #C1CFC7;
}

.badge-warning {
    background-color: #F7DA85;
}

.btn-outline-warning:not([disabled]):not(.disabled):active, .btn-outline-warning:not([disabled]):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    border-color: #F7DA85;
}

.btn-warning:hover {
    background-color: #D6C182;
}

.btn-warning:hover {
    border-color: #D3BB76;
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
    background-color: #D3BB76;
}

.btn-warning:not([disabled]):not(.disabled):active, .btn-warning:not([disabled]):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    border-color: #CCB263;
}

.badge-danger {
    background-color: #C4917E;
}

.btn-outline-danger:not([disabled]):not(.disabled):active, .btn-outline-danger:not([disabled]):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    border-color: #C4917E;
}

.btn-danger:hover {
    background-color: #E2693D;
}

.btn-danger:hover {
    border-color: #E05F2F;
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
    background-color: #E05F2F;
}

.btn-danger:not([disabled]):not(.disabled):active, .btn-danger:not([disabled]):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    border-color: #D55120;
}

.btn-link {
    color: #648491;
}

.btn-link:disabled, .btn-link.disabled {
    color: #FFF9E8;
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #C6DED3;
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #EAF3EE;
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #F7DA85;
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #C4917E;
}

.btn-link:hover {
    color: #0376A5;
}

a.list-group-item-primary:focus, a.list-group-item-primary:hover, button.list-group-item-primary:focus, button.list-group-item-primary:hover {
    color: #025373;
}

.alert-primary {
    background-color: #EBE8E0;
}

.alert-primary {
    border-color: #E5E0D2;
}

.alert-primary hr {
    border-top-color: #96DFFD;
}

.alert-primary .alert-link {
    color: #012F41;
}

a.list-group-item-secondary:focus, a.list-group-item-secondary:hover, button.list-group-item-secondary:focus, button.list-group-item-secondary:hover {
    color: #BBB7AD;
}

.alert-secondary {
    background-color: #ECEAE5;
}

.alert-secondary {
    border-color: #E7E3D8;
}

.alert-secondary hr {
    border-top-color: #FFFFFF;
}

.alert-secondary .alert-link {
    color: #43391E;
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
    color: #6CB995;
}

.alert-success {
    background-color: #D9E8E1;
}

.alert-success {
    border-color: #C6E3D6;
}

.alert-success hr {
    border-top-color: #FFFFFF;
}

.alert-success .alert-link {
    color: #16231D;
}

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
    color: #A4B9AE;
}

.alert-info {
    background-color: #DAE8E0;
}

.alert-info {
    border-color: #C6E3D3;
}

.alert-info hr {
    border-top-color: #FFFFFF;
}

.alert-info .alert-link {
    color: #16231C;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
    color: #BF9E3E;
}

.alert-warning {
    background-color: #EBE8E1;
}

.alert-warning {
    border-color: #E6E1D3;
}

.alert-warning hr {
    border-top-color: #FFFFFF;
}

.alert-warning .alert-link {
    color: #3A321C;
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
    color: #A9401A;
}

.alert-danger {
    background-color: #ECE6E3;
}

.alert-danger {
    border-color: #E6D9D5;
}

.alert-danger hr {
    border-top-color: #FBEBE5;
}

.alert-danger .alert-link {
    color: #3E351D;
}

.list-group-item-primary {
    background-color: #AFE7FD;
}

a.list-group-item-primary.active, button.list-group-item-primary.active {
    background-color: #205165;
}

a.list-group-item-primary.active, button.list-group-item-primary.active {
    border-color: #205165;
}

a.list-group-item-secondary.active, button.list-group-item-secondary.active {
    background-color: #755F1F;
}

a.list-group-item-secondary.active, button.list-group-item-secondary.active {
    border-color: #755F1F;
}

a.list-group-item-success.active, button.list-group-item-success.active {
    background-color: #1F4D38;
}

a.list-group-item-success.active, button.list-group-item-success.active {
    border-color: #1F4D38;
}

a.list-group-item-info.active, button.list-group-item-info.active {
    background-color: #1F4D33;
}

a.list-group-item-info.active, button.list-group-item-info.active {
    border-color: #1F4D33;
}

a.list-group-item-warning.active, button.list-group-item-warning.active {
    background-color: #695720;
}

a.list-group-item-warning.active, button.list-group-item-warning.active {
    border-color: #695720;
}

a.list-group-item-danger.active, button.list-group-item-danger.active {
    background-color: #6F351F;
}

a.list-group-item-danger.active, button.list-group-item-danger.active {
    border-color: #6F351F;
}

.bg-primary {
    background-color: #648491 !important;
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #0488BE !important;
}

.bg-secondary {
    background-color: #FFF9E8 !important;
}

a.bg-secondary:focus, a.bg-secondary:hover {
    background-color: #DDDCD7 !important;
}

.bg-success {
    background-color: #C6DED3 !important;
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #A0D1BB !important;
}

.bg-info {
    background-color: #EAF3EE !important;
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #D0DAD4 !important;
}

.bg-warning {
    background-color: #F7DA85 !important;
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #D3BB76 !important;
}

.bg-danger {
    background-color: #C4917E !important;
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #E05F2F !important;
}

.border {
    border: 1px solid #EFEDE9 !important;
}

.border-primary {
    border-color: #648491 !important;
}

.border-secondary {
    border-color: #FFF9E8 !important;
}

.border-success {
    border-color: #FFF9E8 !important;
}

.border-info {
    border-color: #EAF3EE !important;
}

.border-warning {
    border-color: #F7DA85 !important;
}

.border-danger {
    border-color: #C4917E !important;
}

.border-light {
    border-color: #F9F9F9 !important;
}

.border-dark {
    border-color: #544720 !important;
}

.text-primary {
    color: #648491 !important;
}

a.text-primary:focus, a.text-primary:hover {
    color: #0488BE !important;
}

.text-muted {
    color: #FFF9E8 !important;
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #DDDCD7 !important;
}

.text-success {
    color: #C6DED3 !important;
}

a.text-success:focus, a.text-success:hover {
    color: #A0D1BB !important;
}

.text-info {
    color: #EAF3EE !important;
}

a.text-info:focus, a.text-info:hover {
    color: #D0DAD4 !important;
}

.text-warning {
    color: #F7DA85 !important;
}

a.text-warning:focus, a.text-warning:hover {
    color: #D3BB76 !important;
}

.text-danger {
    color: #C4917E !important;
}

a.text-danger:focus, a.text-danger:hover {
    color: #E05F2F !important;
}

.text-light {
    color: #F9F9F9 !important;
}

a.text-light:focus, a.text-light:hover {
    color: #D8E3E7 !important;
}

.text-dark {
    color: #204554 !important;
}

a.text-dark:focus, a.text-dark:hover {
    color: #182429 !important;
}













.btn-primary {
  color: #000;
  background-color: #648491;
  border-color: #648491;
}

.btn-primary:hover {
  color: #000;
  background-color: #0493CD;
  border-color: #0488BE;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #648491;
  border-color: #648491;
}

.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #000;
  background-color: #0488BE;
  border-color: #047EAF;
}

.btn-secondary {
  color: #000;
  background-color: #FFF9E8;
  border-color: #FFF9E8;
}

.btn-secondary:hover {
  color: #000;
  background-color: #E4E3DF;
  border-color: #DDDCD7;
}

.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #FFF9E8;
  border-color: #FFF9E8;
}

.btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #000;
  background-color: #DDDCD7;
  border-color: #D6D4CE;
}

.btn-success, .woocommerce button.button.alt {
  color: #000;
  background-color: #C6DED3;
  border-color: #C6DED3;
}

.btn-success:hover {
  color: #000;
  background-color: #AAD6C2;
  border-color: #A0D1BB;
}

.btn-success.disabled, .btn-success:disabled {
  background-color: #C6DED3;
  border-color: #C6DED3;
}

.btn-success:not([disabled]):not(.disabled):active, .btn-success:not([disabled]):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #000;
  background-color: #A0D1BB;
  border-color: #95CCB3;
}

.btn-info {
  color: #000;
  background-color: #EAF3EE;
  border-color: #EAF3EE;
}

.btn-info:hover {
  color: #000;
  background-color: #D8E1DC;
  border-color: #D0DAD4;
}

.btn-info.disabled, .btn-info:disabled {
  background-color: #EAF3EE;
  border-color: #EAF3EE;
}

.btn-info:not([disabled]):not(.disabled):active, .btn-info:not([disabled]):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #D0DAD4;
  border-color: #C7D4CD;
}

.btn-warning {
  color: #000;
  background-color: #F7DA85;
  border-color: #F7DA85;
}

.btn-warning:hover {
  color: #000;
  background-color: #D6C182;
  border-color: #D3BB76;
}

.btn-warning.disabled, .btn-warning:disabled {
  background-color: #F7DA85;
  border-color: #F7DA85;
}

.btn-warning:not([disabled]):not(.disabled):active, .btn-warning:not([disabled]):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #D3BB76;
  border-color: #CFB56B;
}

.btn-danger {
  color: #000;
  background-color: #C4917E;
  border-color: #C4917E;
}

.btn-danger:hover {
  color: #000;
  background-color: #E2693D;
  border-color: #E05F2F;
}

.btn-danger.disabled, .btn-danger:disabled {
  background-color: #C4917E;
  border-color: #C4917E;
}

.btn-danger:not([disabled]):not(.disabled):active, .btn-danger:not([disabled]):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #000;
  background-color: #E05F2F;
  border-color: #DE5522;
}

.btn-outline-primary {
  color: #648491;
  border-color: #648491;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #648491;
  border-color: #648491;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #648491;
}

.btn-outline-primary:not([disabled]):not(.disabled):active, .btn-outline-primary:not([disabled]):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #000;
  background-color: #648491;
  border-color: #648491;
}

.btn-outline-secondary {
  color: #FFF9E8;
  border-color: #FFF9E8;
}

.btn-outline-secondary:hover {
  color: #000;
  background-color: #FFF9E8;
  border-color: #FFF9E8;
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #FFF9E8;
}

.btn-outline-secondary:not([disabled]):not(.disabled):active, .btn-outline-secondary:not([disabled]):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #000;
  background-color: #FFF9E8;
  border-color: #FFF9E8;
}

.btn-outline-success {
  color: #C6DED3;
  border-color: #C6DED3;
}

.btn-outline-success:hover {
  color: #000;
  background-color: #C6DED3;
  border-color: #C6DED3;
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #C6DED3;
}

.btn-outline-success:not([disabled]):not(.disabled):active, .btn-outline-success:not([disabled]):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #000;
  background-color: #C6DED3;
  border-color: #C6DED3;
}

.btn-outline-info {
  color: #EAF3EE;
  border-color: #EAF3EE;
}

.btn-outline-info:hover {
  color: #000;
  background-color: #EAF3EE;
  border-color: #EAF3EE;
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #EAF3EE;
}

.btn-outline-info:not([disabled]):not(.disabled):active, .btn-outline-info:not([disabled]):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #000;
  background-color: #EAF3EE;
  border-color: #EAF3EE;
}

.btn-outline-warning {
  color: #F7DA85;
  border-color: #F7DA85;
}

.btn-outline-warning:hover {
  color: #000;
  background-color: #F7DA85;
  border-color: #F7DA85;
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #F7DA85;
}

.btn-outline-warning:not([disabled]):not(.disabled):active, .btn-outline-warning:not([disabled]):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #000;
  background-color: #F7DA85;
  border-color: #F7DA85;
}

.btn-outline-danger {
  color: #C4917E;
  border-color: #C4917E;
}

.btn-outline-danger:hover {
  color: #000;
  background-color: #C4917E;
  border-color: #C4917E;
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #C4917E;
}

.btn-outline-danger:not([disabled]):not(.disabled):active, .btn-outline-danger:not([disabled]):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #000;
  background-color: #C4917E;
  border-color: #C4917E;
}

.btn-link {
  color: #648491;
}

.btn-link:hover {
  color: #0376A5;
}

.has-default-text-background-color {
	background-color: #212529 !important;
}

.has-default-text-color {
	color: #212529 !important;
}

.has-default-background-background-color {
	background-color: #ffffff !important;
}

.has-default-background-color {
	color: #ffffff !important;
}

.has-primary-background-color {
	background-color: #648491 !important;
}

.has-primary-color {
	color: #648491 !important;
}

.has-secondary-background-color {
	background-color: #FFF9E8 !important;
}

.has-secondary-color {
	color: #FFF9E8 !important;
}

.has-success-background-color {
	background-color: #C6DED3 !important;
}

.has-success-color {
	color: #C6DED3 !important;
}

.has-info-background-color {
	background-color: #EAF3EE !important;
}

.has-info-color {
	color: #EAF3EE !important;
}

.has-warning-background-color {
	background-color: #F7DA85 !important;
}

.has-warning-color {
	color: #F7DA85 !important;
}

.has-danger-background-color {
	background-color: #C4917E !important;
}

.has-danger-color {
	color: #C4917E !important;
}

.has-black-background-color {
	background-color: #000000 !important;
}

.has-black-color {
	color: #000000 !important;
}

.has-white-background-color {
	background-color: #FFFFFF !important;
}

.has-white-color {
	color: #FFFFFF !important;
}
