/*********************
* Global Stylesheets *
**********************/

/* --> HTML Tag */
* {
	image-rendering: -webkit-optimize-contrast;
}

body {
	background: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
.responsive-embed {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-size: inherit;
	line-height: 1;
	letter-spacing: 1px;
}

p,
a {
	letter-spacing: 0.5px;
}

p {
	line-height: 1.4;
}

a,
input,
button,
textarea,
select {
    outline: none !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a {
    line-height: inherit;
    color: #fcd3c1;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

figure {
	margin: 0;
}
/* <-- HTML Tag */

/* --> DEV Class */
.__full_center {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.__show_grid {
	margin-bottom: 15px;
}
.__show_grid_2 {
	margin-bottom: 20px;
}
.__show_grid_3 {
	margin-bottom: 30px;
}
.__show_grid_4 {
	margin-bottom: 40px;
}
.__normal_padding {
    padding: 0 15px;
}
.__no_padding {
  	padding: 0;
}
.__no_padding_right {
    padding-right: 0;
}
.__no_padding_left {
    padding-left: 0;
}
.__no_margin {
  	margin: 0;
}
/* <-- DEV Class */

/* --> THIRD PARTY Class */
/*Foundation*/
.row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-flow: row wrap;
}
.column, .columns, .columns {
    position: relative;
}
.column:last-child:not(:first-child), 
.columns:last-child:not(:first-child), 
.columns:last-child:not(:first-child) {
	float: left;
}
.reveal {
	border-radius: 5px;
	position: relative;
	padding: 35px;
}
.reveal .close-button {
	position: absolute;
}

/*Visual Editor*/
.alignright,
.aligncenter {
	display: block;
}
.aligncenter {
	margin-right: auto;
	margin-left: auto;
}
.alignright {
	margin-right: 0;
	margin-left: auto;
}
/* <-- THIRD PARTY Class */