/**
 * Inclusion of this file is commented in all files, if you want use, uncomment line 35 of page where you want include custom.css
 */
 

	
/**
 	 * FontAwesome lists
 	 *
	 * 1. Check list
	 * 2. Plus list
	 * 3. Pin list
	 * 4. Fill Circle list
	 *
	 */
	 
	ul.check,								/* 1 */
	ul.plus,								/* 2 */
	ul.pin,									/* 3 */
	ul.fill-circle {  padding-top:25px; }	/* 4 */
	
	ul.check li:before,
	ul.plus li:before,
	ul.pin li:before,
	ul.fill-circle li:before { 
		position: absolute;
		top: 0;
		left: 0;
		width: auto;
		height: auto;
		margin-right: 8px;
		color: #b11f23;
		font-family: 'FontAwesome';
		font-size: 0.875em;
		font-style: normal;
	}
	
	ul.fill-circle li:before { font-size: 0.5em; }
	
	ul.check li:before { content: ""; }
	ul.plus li:before { content: ""; }
	ul.pin li:before { content: ""; }	
	ul.fill-circle li:before { content: ""; }	
	
	ul.check li,
	ul.plus li,
	ul.pin li,
	ul.fill-circle li {
		position: relative;
		padding-left: 20px;
		margin-bottom: 10px; 
	}
	
	ul.check li:last-child,
	ul.plus li:last-child,
	ul.pin li:last-child,
	ul.fill-circle li:last-child { margin-bottom: 0; }
	
	.button-success,
        .button-error,
        .button-warning,
        .button-secondary {
            color: white;
            border-radius: 4px;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        }

        .button-success {
            background: rgb(28, 184, 65); /* this is a green */
        }

        .button-error {
            background: rgb(202, 60, 60); /* this is a maroon */
        }

        .button-warning {
            background: rgb(223, 117, 20); /* this is an orange */
        }

        .button-secondary {
            background: rgb(13, 19, 103); /* this is a light blue */
        }



      .remodal-overlay.without-animation.remodal-is-opening,
      .remodal-overlay.without-animation.remodal-is-closing,
      .remodal.without-animation.remodal-is-opening,
      .remodal.without-animation.remodal-is-closing,
      .remodal-bg.without-animation.remodal-is-opening,
      .remodal-bg.without-animation.remodal-is-closing {
        animation: none;
      }
.remodal-bg.with-red-theme.remodal-is-opening,
    .remodal-bg.with-red-theme.remodal-is-opened {
      filter: none;
    }

    .remodal-overlay.with-red-theme {
      background-color: #f44336;
		font-weight: normal;
    }

    .remodal.with-red-theme {
      background: #fff;
    }