/* Reset
================================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }
body {
	line-height: 1; }
ol, ul {
	list-style: none; }
blockquote, q {
	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }
table {
	border-collapse: collapse;
	border-spacing: 0; }


/* Basic
================================================== */

body {
	font: 13px/21px Courier, "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
	color: #181818;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	user-select: none;
	
	background-color: #aaaaaa;
}

div { 
  box-sizing: border-box;
}


.page-title {
/* 
		position: relative;
		top: 0;
		bottom: 0;
 */
		
		background-image: url(../img/title.png); 
		background-repeat: repeat; 
		background-size: contain; 
		background-color: none;	
		
		width: 400px;
		height: 400px;
		margin: 150px auto;
}


.verticali {
	height: auto;
	padding: 30px 0 50px 0;
	margin: 30px auto 70px auto;
	border-radius: 5px;
}

.verticali-clean {
	height: auto;
	margin: 80px auto 70px auto;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    border-radius: 4px;
	min-height: 300px;
	width: 90%;
} 
	.verticali-clean .main-action {
    	margin: 0px auto 20px auto;
		width: 90px;
        height: 90px;
		text-align: center;
		line-height: 120%;
		border-radius: 45px;
        padding: 33px 10px 0px 10px;

        border-bottom: 1px solid #fff;
	    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.25) inset;
	    background-color: #d6cfc7;
        background-color: rgba(195,190,185,0.35);
        cursor: pointer;

    	color: #555;
		text-transform: uppercase;
		font-size: 0.76em;
		font-weight: 600;
		text-shadow: 0 1px rgba(255, 255, 255, .75);
	} 
        .verticali-clean .main-action:hover { 
            background: #c2dad5;
        }
        .verticali-clean .main-action:active { 
            background: #91bdb4;
        }
        
    
	.verticali-clean .head-wrapper {
		margin-bottom: 5px;
	}
    
	.verticali-clean .main-message {
		text-align: left;
		color: #222;
		font-size: 4em;
		font-weight: 100;
		line-height: 120%;
		text-shadow: 0 1px rgba(255, 255, 255, .75);
		margin-bottom: 8px;
	}
    .verticali-clean .secondary-message {
		text-align: left;
		color: #222;
		font-size: 1.15em;
		font-weight: 200;
		line-height: 130%;
		text-shadow: 0 1px rgba(255, 255, 255, .75);
		margin-bottom: 8px;
	}
    
    .verticali-clean .page-description {
    	text-align: left;
		text-shadow: 0 1px rgba(255, 255, 255, .75);
		margin-bottom: 10px;
		
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
        .verticali-clean .page-description .bold { 
        	color: #222;
    		font-size: 1.5em;
    		font-weight: 200;
    		line-height: 120%;
        }	
        .verticali-clean .page-description .light { 
        	font-size: 0.7em;
            font-weight: 200;
        	color: #666;
        	line-height: 130%;
        }
        .verticali-clean .page-action .action-item {
			background-color: #d6cfc7;
            background-color: rgba(195,190,185,0.35);

            color: #555;
    		text-transform: uppercase;
    		font-size: 0.76em;
    		font-weight: 700;
    		text-shadow: 0 1px rgba(255, 255, 255, .75);
        
			line-height: 30px;
			text-align: center;
			box-shadow: 0px 1px 2px 0 rgba(0,0,0,0.25) inset;
			border-radius: 3px;
			width: 80px;
			height: 30px;
			float: right;
			margin-left: 5px;
			cursor: pointer;

            border-right: 0px solid #ddd;
            border-bottom: 1px solid #ededed;
            border-top: 0px solid #ddd;
            border-left: 0px solid #ddd;
		}

	.verticali-clean .page-action .edit {
		background-image: url('assets/icons/check.png');
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		width: 30px;
     		height: 30px;
            line-height: 30px;
			float: right;
			margin-left: 5px;
			cursor: pointer;
	}
	.verticali-clean .page-action .edit.close {
		background-image: url('assets/icons/dash.png');
	}
    .verticali-clean .page-action .action-item.invite-more {
		background-color: #c2dad5;
        float: left;
        margin-left: 0px;
        width: auto;
        padding: 0px 20px;
	}


.empty-message {
    text-align: center;
    font-size: 0.8em;
    width: 100%;
    opacity: 0.5;
}
.button-text-wrapper {
    margin: 50px auto 0px auto;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
    .button-text {
        text-align: center;
        font-size: 1em;
        line-height: 100%;
        width: 100%;
        color: rgba(0,0,0,0.5);
        border-top: 1px solid rgba(0,0,0,0.1);
        padding: 20px 0px 20px 0px;
    }



/* Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
        font: 15px/21px "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
        border: none;
        border-radius: 4px;
        display: inline-block;
        cursor: pointer;
        margin: 0;
        line-height: 55px;
        padding: 0 33px;
    
        border-bottom: 1px solid #fff;
	    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.25) inset;
	    background: #d6cfc7;
        background-color: rgba(195,190,185,0.5);

    	color: #555;
		text-transform: uppercase;
		font-size: 0.8em;
		font-weight: 800;
		text-shadow: 0 1px rgba(255, 255, 255, .75);
        
        -webkit-appearance: none;
	}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
        background: #c2dad5;
	}
        	.headrsvp input[type="submit"]:hover,
        	.headrsvp input[type="button"]:hover {
                background: #c7f1e8;
        	}
    
	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
	}

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}
    
    .back-button {
    	width: 80px;
    	height: 44px;
        text-align: center;
        font-size: 0.8em;
        padding-top: 12px;
        color: red;
        cursor: pointer;
        
    	background-image: url('assets/icons/back.png');
		background-size: 80px 44px;
		background-position: center center;
		background-repeat: no-repeat;
        
        float: left;
    }



/* Forms
================================================== */

	.form-item {
		color: #222;
        text-shadow: 0 1px rgba(255, 255, 255, .7);
		position: relative;
	}
    .form-item.message {
    	line-height: 115%;
        font-weight: 400;
        margin-top: 40px;
        margin-bottom: 18px;
	}    
    .form-title {
		text-align: center;
		color: #746d68;
		font-size: 0.80em;
        font-weight: 400;
        line-height: 120%;
		text-shadow: 0 1px rgba(255, 255, 255, .75);
		padding-bottom: 20px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
	}
	.form-action {
		text-align: center;
		padding-top: 15px;
	}   
    .form-flexible { 
        display: box; 
        box-orient: horizontal; 
        box-pack: center; 
        box-align: center; 
    }
    .form-flexible .wrapper-date, .form-flexible .wrapper-time-pair { 
        box-flex: 1; 
    }
    .form-flexible .wrapper-time-pair {
        display: box; 
        box-orient: horizontal; 
        box-pack: center; 
        box-align: center;        
    }
    .form-flexible .wrapper-time-pair .wrapper-time { 
        box-flex: 1; 
    }
    .form-flexible .wrapper-time-pair .wrapper-duration { 
        box-flex: 1; 
    }
	form {
		margin-bottom: 10px;
        cursor: auto !important;
	}
	fieldset {
		margin-bottom: 20px; 
	}
	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="date"],
	input[type="time"],
	input[type="number"],
    input[type="tel"],
    input[type="url"],
	textarea,
	select {
		border: 1px solid #fff;
		padding: 10px 8px;
		outline: none;
		border-radius: 3px;
		font-size: 1.2em;
        font-weight: 400;
		color: #222;
		background: #fff; 
		width: 100%; 
        height: 54px;
        box-sizing: border-box;
        font-family: inherit;

        -webkit-appearance: none;
	}
    input[name="plus-max"] { padding: 5px; width: 60px; height: auto; margin: 0 4px 0 0; background-color: rgba(214,206,196,0); border: 1px solid none; text-align: right; }
            
	select {
		padding: 0; 
	}
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	input[type="date"]:focus,
	input[type="time"]:focus,
	input[type="number"]:focus,
    input[type="tel"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #222;
		box-shadow:  0 0 3px rgba(0,0,0,.2); 
	}
	textarea {
        height: auto;
        margin: 0;
	}
	label,
	legend {
		display: block;
		line-height: 100%;
        color: #746d68;
        margin-bottom: 6px;
        font-size: 0.85em;
        font-weight: 400;
	}
	select {
		width: 220px;
	}
	input[type="checkbox"] {
		display: inline; 
	}
	label span,
	legend span {
		font-weight: 200;
		color: #827b77;
		margin-left: 3px;
        text-shadow: 0 1px rgba(255, 255, 255, .7);
        line-height: 100%;
	}
	label a {
		text-decoration: none;
	}	
	
	.form-item input.title {
		padding-right: 50px;
	}
    .form-item input {
        margin-bottom: 25px;
    }
    .form-item textarea {
        margin-bottom: 19px;
    }
    .form-item-set {
        padding: 30px 30px;
        box-shadow: 0px 1px 3px 0px rgba(50,50,50,0.3) inset;
        border-bottom: 1px solid #eee;
        border-radius: 10px;
        margin-bottom: 10px;
    }  
        .form-item-set .main-label {
            color: #222;
            text-align: center;
            padding: 18px 0 5px 0;
            line-height: 120%;
        } 
        .form-item-set .sub-label {
        	text-align: center;
            font-weight: 400;
    		font-size: .8em;
    		color: #444;
            text-shadow: 0 1px rgba(255, 255, 255, .7);
            line-height: 125%;
        } 
            .form-item-set .sub-label .sub-option {
                text-align: center;
                margin: 10px auto 0px auto;
            }
            .form-item-set .sub-label .sub-option.displayoption { 
                height: 22px; 
            }
            .form-item-set .sub-label a, .form-item-set .sub-label a:visited {
                color: #444;
            }
          
    .form-item-set .username-list {
            text-align: center;
            margin-top: 15px;
    }
        .form-item-set .username-list .username {
        }       
        .form-item-set .username-list .bold { 
            font-weight: 400;
        	color: #222;
        }	
        .form-item-set .username-list .light { 
        	font-size: 0.85em;
            font-weight: 200;
        	color: #666;
        	line-height: 130%;
        }



/* Clearing
================================================== */

    /* Self Clearing Goodness */
    /* .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; } */

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }




/* Media Queries
================================================== */


	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
    	.verticali, .verticali-clean, .headcustom { width: 300px; }
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) /*and (max-width: 767px)*/ {
    	.verticali, .verticali-clean, .headcustom { width: 420px; }
	}


