@charset "UTF-8";

/*Main greenish color is: #028482*/
/*Script font used: font-family: 'Homemade Apple', cursive;*/
/*Sans-serif font used in body: font-family: 'Julius Sans One', sans-serif*/

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'Julius Sans One', sans-serif;
}
a {
	text-decoration: none;
}
* {
	box-sizing: border-box;
}

.wp_contact {
	width: 70%;
	height: auto;
	background: #028482;
	margin: 0 auto;
}

iframe {
	display: block;
	box-shadow: 0px 0px 3px #000; 
	margin: 0 auto;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.video {
  position: absolute;
  top: 0;
  left: 50%;
  width: 60%;
  height: 60%;
  border: 0;
	transform: translateX(-50%);
}
.intro {
		font-family: 'Homemade Apple', cursive;
		color: #028482;
		position: relative;
		width: 100%;
		max-width: 900px;
		height: auto;
		margin: 100px auto 100px auto;
		padding: 10px 0 500px;
	clear: left;
	}
	.slideshow-img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		object-fit: cover;
		z-index: -1;
		/*display: none;*/ /* This will hide the images and javascript will do the work */
		opacity: 0;
		transition: opacity 1s ease-in-out;
	}
	/*.slideshow-img:first-child {
		display: block;
	}*/ /* This will show the first image if you don't want javascript to find find the initially diplayed image */
	
	.intro h1 {
		position: relative;
		width: 100%;
		text-align: right;
		padding-right: 20px;
		top: -50px;
		font-size: 2em;
		line-height: 40px;
	}
	#text {
		width: 100%;
		position: relative;
		left: 100%;
		transform: translateX(-100%);
	}

#studio_blurb {
	font-family: 'Homemade Apple', cursive;
	font-size: 1.3em;
	color: #028482;
	margin: 0px;
}
.slide-wrap {
	width: 100%;
	height: auto;
}

#recognition_slider_parent {
	width: 100%;
	height: auto;
	max-width: 900px;
	margin: 0 auto;
}
.special-event-button {
	background: #028482;
	color: #fff;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 1px;
}



/* ___________________________________________This is max-width 760px________________________________________ */

@media (max-width: 760px){
	
	iframe {
	display: block;
	box-shadow: 0px 0px 3px #000; 
	margin: 0 auto;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.video {
  position: absolute;
  top: 0;
  left: 50%;
  width: 95%;
  height: 95%;
  border: 0;
	transform: translateX(-50%);
}
	
.intro h1 {
		position: relative;
		width: 100%;
		text-align: right;
		padding-right: 20px;
		top: -50px;
		font-size: 1em;
		line-height: 40px;
	}
.intro {
		font-family: 'Homemade Apple', cursive;
		color: #028482;
		position: relative;
		height: auto;
		margin: 50px auto 200px auto;
		padding: 10px 0 10px;
		clear: left;
	}
	.slide-wrap {
		display: block;
		width: 100%;
		height: 300px;
}
.blogs_page_banner {
		width: 100%;
		height: 300px;
		padding: 0;
	}
#blog_banner_background {
		background: url(../images/blog/blog_banner.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
#blog_columns_2 {
		display: flex;
		flex-direction: column;
		width: 80%;
		max-width: 960px;
		min-width: 300px;
		height: auto;
		margin: -50px auto 0;
		position: relative;
		background: #fff;
		padding: 15px 0;
	}
#left_blog_column {
		display: block;
		width: 100%;
		height: auto;
		padding: 0;
		box-sizing: border-box;
	}
#left_blog_column h1 {
	font-size: 1.5em;
	color: hsla(0,0%,12%,1.00);
	font-weight: 800;
	text-align:left;
	margin-top: 0;
	margin-bottom: 0;
	padding: 20px 0 0;
	}
	#left_blog_column p {
	font-size: 1em;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: hsla(0,0%,12%,1.00);
	font-weight: 300;
		letter-spacing: 1px;
	text-align: left;
		text-transform: none;
	}
	.left_blog_column_date {
		font-size: .6em;
		text-align: left;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-weight: 300;
		letter-spacing: 1px;
		margin: 10px 0 20px;
		display: block;
	}
.blogs_image_container {
		width: 100%;
		height: 400px;
		overflow: hidden;
	}
.blogs_image_container img {
		width: 100%;
		height: auto;
	}
.blog_article {
		display: block;
		width: 90%;
		margin: 0 10px;
		padding: 10px 20px 50px;
		vertical-align: top;
		border: hsla(0,0%,54%,1.00) 1px solid;
	}
.read_more_btn {
		float: right;
		border: none;
		border: #028482 1px solid;
	}
	.read_more_btn:hover .read_more_pointer {
		margin-left: 5px;
		opacity: 1;
	}
	.read_more_btn a {
		display: inline-block;
		color: #028482;
		font-size: 1.5em;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-weight: 400;
		text-align: left;
	}
#juliette {
		background: url(../images/blog/images/banner.jpg);
		background-attachment: scroll;
		background-size: cover;
		background-repeat: no-repeat;
	}
.secondary_banner {
		width: 100%;
		height: auto;
		margin: 0 auto 10px auto;
	}
	.secondary_banner img {
		width: 100%;
		height: auto;
	}
.image_gallery_blog_one {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 100%;
		height: auto;
	}
.image_gallery_blog_one>div {
		width: 100%;
	}
.image_gallery_blog_one img {
		width: 100%;
		height: auto;
	}
.date {
		text-align: center;
		font-size: .3em;
		color: #028482;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		margin: -20px auto 0 auto;
		letter-spacing: 2px;
	}
.gallery_image_lg {
	width: 93%;
	height: auto;
	margin: 0 auto;
	display: block;
	position: relative;
	border: #028482 2px solid;
	vertical-align: top;
}
.gallery_image_lg img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.back_to_gallery_btn {
	width: 200px;
	margin: 20px auto;
	display: block;
	padding: 5px 0;
	background: #028482;
	text-align: center;
	color: hsla(0,0%,100%,1.00);
	border-radius: 3px;
}
.back_to_gallery_btn a {
	color: hsla(0,0%,100%,1.00);
	font-size: 1em;
}
		.shop_item {
		font-family: 'Homemade Apple', cursive;
	}
	h1.shop_item {
		font-size: 3em;
		color: #028482;
		line-height: 1.2em;
		padding: 10px 0 20px 0;
	}
	.shop_item_container {
		display: block;
		width: 100%;
		height: auto;
	}
	.shop_item_left {
		width: 80%;
		height: auto;
		margin: 0 auto;
	}
	.shop_item_left img {
		border: medium solid #028482;
		width: 100%;
		height: auto;
	}
		.shop_item_right {
		width: 80%;
		height: auto;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
			margin: 0 auto;
	}
	.shop_item_container img {
		width: 100%;
		height: auto;
	}
	.shop_item_right p {
		padding:0 0 10px 0;
		margin:0;
		color: #028482;
		font-size: 1em;
	}
	.shop_item_right a {
		text-decoration: none;
	}
	#description {
		text-transform: uppercase;
		font-weight: 700;
	}
	#price {
		font-size: 3em;
		color: hsla(0,0%,15%,1.00);
	}
		sup {
		line-height: 1em;
		font-size: .5em;
	}
	#back_btn {
		transition: all .2s ease-in-out;
		width: 80%;
		border: thin solid #028482;
		text-align: center;
		color:  #028482;
		margin: 0 auto 20px auto;
		padding: 5px 0;
		border-radius: 20px;
	}
	#back_btn:hover {
		background: #028482;
		color: hsla(0,0%,82%,1.00);
	}

	.shop {

	}
	h1.shop {
		padding: 0;
		margin: 50px 0 30px 0;
		color: #028482;
		font-size: 1.8em;
	}
	.shop_container h2 {
		padding:0;
		margin:0;
		color: #028482;
	}
	.shop_container h3 {
		padding:0;
		margin:0;
		color: #028482;
	}
	.shop_container {
		display: block;
		text-align: center;
	}
	.shop_container>div {
		position: relative;
		width: 90%;
		height: auto;
		margin: 10px auto;
	}
	.shop_container img {
		width: 100%;
		height: auto;
		vertical-align: top;
		border: medium solid #028482;
	}
	.shop_container p {
		padding: 10px 0 20px 0;
		margin: 0;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-weight: 200;
		font-size: 1.2em;
	}
nav.desktop_menu {
    width: 100%;
    height: auto;
    background-color: #028482;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}
/* menu appearance*/
#menu {
    position: relative;
    color: #999;
    width: 200px;
    padding: 10px;
    margin: auto;
    font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
    text-align: center;
    border-radius: 4px;
    background: white;
    box-shadow: 0 1px 8px rgba(0,0,0,0.05);
    /* just for this demo */
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s;
}
#collections_quote {
    text-align: center;
    color: hsla(30,100%,8%,1.00);
    font: 400 normal 2em/42px nothing-you-could-do;
    width: 95%;
    height: auto;
    margin: 0 auto;
    display: block;
    max-width: 900px;
    font-size: 1.5em;
}
	.menu_item {
    width: 100%;
    height: auto;
    display: none;
    text-align: center;
    background-color: hsla(0,0%,85%,1.00);
    border-bottom: thin solid #028482;
        font-size: 2em;
}
	.menu_item a {
    color: #028482;
    text-transform: none;
    text-decoration: none;
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
	}
#button {
    color: hsla(359,90%,32%,1.00);
    text-align: right;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    padding-top: 7px;
    padding-bottom: 5px;
}
    #button svg {
        width: 50px;
        padding: 0 10px 0 0;
    }
#mobile_nav {
    width: 100%;
    height: auto;
    background-color: hsla(179,98%,26%,1.00);
}
header {
    width: 40%;
    height: auto;
    background: #FFFFFF;
    margin: 0 auto;
    text-align: center;
    min-width: 200px;
}
header img {
    width: 100%;
    margin: 0 auto;
    height: auto;
    display: block;
}
#the_collections {
    width: 90%;
    height: auto;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 75px;
    padding: 0;
    display: block;
    position: relative;
    text-align: center;
}
.collections_thumb {
    transition: all .2s ease-in-out;
    width: 100%;
    height: 300px;
    display: block;
    margin: 10px 0;
    background-color: hsla(0,1%,60%,1.00);
    border: medium solid hsla(179,98%,26%,1.00);
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}
.collections_thumb img {
    transition: all .2s ease-in-out;
    width: 100%;
    margin: 0 auto;
    height: auto;
    position: relative;
}
.collections_thumb p {
    transition: all .3s ease-in-out;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 15px 0 15px 0;
    color: hsla(23,100%,8%,1.00);
    font-size: 1.2em;
    background: hsla(0,0%,100%,0.75);
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 0;
	}
footer {
    width: 100%;
    height: auto;
    display: block;
    background: hsla(179,98%,26%,1.00);
    padding: 20px 0;
	}
#second_footer {
    width: 100%;
    height: auto;
    text-align: center;
    color: hsla(179,98%,26%,1.00);
    padding: 10px 0;
    background: hsla(0,0%,11%,1.00);
	}
.up-icon {
    width: 30%;
    height: auto;
    max-width: 50px;
    background: hsla(0,0%,100%,0.34);
    border-radius: 50%;
    position: fixed;
    bottom: 0;
    right: 0;
    margin-right: 10px;
    z-index: 9999;
    margin-bottom: 10px;
	border: #000 1px solid;
	padding: 10px;
}
	.up-icon img {
		position: relative;
		width: 100%;
		height: auto;
	}
.footer_module {
    width: 95%;
    height: auto;
    display: block;
    position: relative;
    color: #F8F8F8;
    vertical-align: text-top;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 20px 0;
    border-bottom: thin dashed hsla(0,0%,100%,1.00);
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.footer_module h3 {
    font-family: 'Julius Sans One', sans-serif;
}
#footer_section .footer_module a {
    color: hsla(0,0%,100%,1.00);
}
h1 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
    color: hsla(179,98%,26%,1.00);
    font-weight: 100;
    font-size: 2em;
}
#image_and_copyText {
    width: 90%;
    height: auto;
    position: relative;
    margin: 0 auto 10px auto;
    display: block;
    max-width: 1200px;
}
.left_main_image {
    float: left;
    margin-right: 0 auto;
    width: 100%;
    height: auto;
    max-width: 900px;
    display: block;
}
.left_main_image img {
    width: 100%;
    height: auto;
}
#image_and_copyText h2 {
    font-size: 3em;
    line-height: 2em;
    margin-bottom: 0;
    color: hsla(179,98%,26%,1.00);
    text-align: center;
    font-family: 'Homemade Apple', cursive;
}
#image_and_copyText p {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 300;
    margin-top: 0;
	}
#contact {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 49px;
    display: block;
    background-color: hsla(179,98%,26%,1.00);
    color: hsla(0,0%,97%,1.00);
    padding: 10px 0;
    font-size: 1.5em;
}
.contact_input {
    background-color: hsla(27,49%,88%,1.00);
    color: hsla(0,0%,24%,1.00);
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    margin: 0 auto;
    position: relative;
    top: -10px;
}
.contact_input_size {
    height: auto;
    display: block;
    width: 90%;
}
.message_size {
    width: 90%;
    margin: 0 auto;
    position: relative;
    display: block;
}
.teal_text {
    color: hsla(179,98%,26%,1.00);
}
#contact_center_circle {
    margin: 0 auto;
    text-align: center;
    width: 30%;
    height: auto;
}
#contact_center_circle img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    position: relative;
}
label {
    text-align: center;
    padding: 0;
    display: block;
    line-height: 0.5em;
}
.individual_events {
    width: 95%;
    height: auto;
    border: medium solid hsla(0,0%,0%,1.00);
    position: relative;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    display: block;
    background-color: hsla(0,0%,89%,1.00);
    color: hsla(179,98%,26%,1.00);
    font-size: 0.8em;
    text-align: center;
}
.individual_events p a {
    color: hsla(0,0%,0%,1.00);
    text-decoration: none;
    font-size: 1.5em;
	font-weight: 800;
}
.individual_events p a:hover {
    color: hsla(0,0%,0%,1.00);
}
.individual_events img {
    width: 100%;
    height: auto;
}
#individual_galleries {
    width: 95%;
    height: auto;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5em;
}
#gallery_area {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
}
.gallery_thumb {
    width: 45%;
    height: auto;
    display: inline-block;
    margin-top: 5px;
    margin-right: 2px;
    margin-bottom: 5px;
    margin-left: 2px;
    border: medium solid hsla(179,98%,26%,1.00);
}
a .gallery_thumb p {
    background-color: hsla(179,98%,26%,1.00);
    color: hsla(0,0%,85%,1.00);
    padding: 5px 0;
    margin: 0;
    font-size: 0.8em;
}
.gallery_thumb img {
    transition: all .2s ease-in-out;
    width: 100%;
    height: auto;
    vertical-align: top;
}
#about_allison {
    width: 95%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    display: block;
    position: relative;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    text-align: left;
    max-width: 900px;
    line-height: 1.2em;
    top: -20px;
	letter-spacing: 2px;
}
#about_allison img {
    position: relative;
    float: right;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    width: 95%;
    height: auto;
}
#about_images_section {
    width: 95%;
    height: auto;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    display: block;
    position: relative;
    text-align: center;
}
#about_images_section img {
    display: inline-block;
    margin: 10px 5px;
    width: 80%;
    height: auto;
    border: medium solid hsla(179,98%,26%,1.00);
}
    .recognition {
    text-align: center;
    color: hsla(179,98%,26%,1.00);
    font-size: 1em;
        padding: 0 10px;
}
.awards_locations_years {
    width: 80%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
    height: auto;
    display: block;
    vertical-align: top;
    text-align: center;
    position: relative;
    border: medium solid hsla(179,98%,26%,1.00);
    clear: both;
    background-color: hsla(179,98%,26%,1.00);
}
.one_third_column {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    color: hsla(0,0%,80%,1.00);
    text-align: center;
    font-size: 3em;
    padding: 10px 5px;
}
.one_third_column img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
	.two_third_column {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    vertical-align: top;
    color: hsla(179,98%,26%,1.00);
    background-color: hsla(0,0%,100%,1.00);
        padding: 10px 0;
}
.two_third_column img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
.clear {
    clear: right;
    height: 41px;
    display: block;
	}
.centered_vertically {
	color: hsla(40,61%,81%,1.00);
    position: relative;
    display: block;
	margin: auto;
}
    #title_above {
        width: 70%;
    font-family: 'Homemade Apple', cursive;
    text-align: center;
    margin: 0 auto;
    clear: both;
    display: block;
    position: relative;
    padding-top: 21px;
    color: hsla(179,98%,26%,1.00);
    font-size: 1.5em;
}
    .collection_gallery {
    clear: both;
    width: 80%;
    height: auto;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    text-align: center;
    position: relative;
}
.collection_gallery_thumb {
    width: 80%;
    height: auto;
    display: block;
    background-color: hsla(0,0%,100%,1.00);
    margin: 20px auto;
    border: medium solid hsla(179,98%,26%,1.00);
}
.collection_gallery_thumb img {
	transition: all .2s ease-in-out;
    margin: 0 auto;
    width: 100%;
    height: auto;
    vertical-align: top;

}
.collection_gallery_thumb img:hover {
    opacity: 0.8;
}
	.purchased_designs_section {
		width: 100%;
		height: auto;
		position: relative;
		text-align: center;
	}
	.purchased_designs_thumbs {
		width: 95%;
		height: 300px;
	}
	.purchased_designs_thumbs {
		overflow: hidden;
		display: block;
		text-align: center;
		border: #028482 3px solid;
		position: relative;
		box-sizing: border-box;
		margin: 20px auto;
	}
	.purchased_designs_thumbs p {
		width: 100%;
		font-family: 'Homemade Apple', cursive;
		font-size: 5em;
		position: absolute;
		color: hsla(0,0%,100%,1.00);
		line-height: 2em;
		z-index: 20;
		text-shadow: 0px 0px 5px #000;
	}
	.purchased_designs_thumbs img {
		width: 100%;
		height: auto;
		margin-top: -50px;
	}
	.purchased_mask {
		width: 100%;
		transition: all .2s ease-in-out;
		position: absolute;
		display: block;
		z-index: 10;
		background: hsla(0,0%,100%,0.25);
		top: 0;
		left: 0;
		opacity: 0;
	}
	.purchased_designs_thumbs:hover .purchased_mask {
		opacity: 1;
	}
		#award_recs {
		width: 100%;
		height: auto;
		margin: 0 auto;
		text-align: center;
		position: relative;
	}
	#award_recs>div {
		width: 90%;
		height: auto;
		display: inline-block;
		position: relative;
		overflow: hidden;
	}
	#award_recs img {
		width: 100%;
		height: auto;
	}
	.sold {
		position: absolute;
		width: 101%;
		height: 75px;
		text-align: center;
		top: 40%;
		z-index: 9999;
		color: #fff;
		font-size: 2em;
		line-height: 2em;
		font-weight: 800;
		text-shadow: 2px 2px 3px #000;
		background: hsla(179,97%,26%,0.55);
		font-family: 'Julius Sans One', sans-serif;
	}
	
		/* These are the styles for shows and galleries */
	
	#alnb-shows {
		display: block;
		width: 100%;
		height: auto;
		padding: 50px 0;
	}
#alnb-galleries {
		display: block;
		width: 100%;
		height: auto;
		padding: 50px 0;
	}
	.row-shows {
		display: flex;
		justify-content: center;
		flex-direction: column;
		position: relative;
		width: 100%;
		height: auto;
		padding: 30px;
		margin: 0 auto;
	}
	.alnb-event {
		position: relative;
		width: 100%;
		height: auto;
		min-width: 0;
		border: solid 3px #028482;
		background-color: #fff;
		margin: 30px 0;
		box-shadow: 4px 4px 5px hsla(0,0%,0%,0.52);
		text-align: center;
		padding-bottom: 20px;
	}
	.alnb-event h1 {
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-weight: 600;
		text-transform: uppercase;
		color: #fff;
		font-size: 2em;
		margin: 0;
		padding: 5px 5px;
		box-sizing: border-box;
		background-color: #028482;
		z-index: -1;
	}
		.ad-padding {
		padding: 23px 5px!important;
	}
	.alnb-event iframe {
		width: 100%;
		height: 0px;
		border: 0;
		box-shadow: 0 0 0 #fff;
		margin-top: 15px;
	}
	.top-img {
		width: 100%;
		height: auto;
		background-color: #000;
		overflow: hidden;
	}
	.top-img img {
		transition: all .2s ease-in-out;
		width: 100%;
		height: auto;
	}
	.alnb-event:hover .top-img img {
		transform: scale(1.2);
	}
	.alnb-days {
		text-align: center;
		color: #028482;
	}
	.alnb-loc {
		text-align: center;
		color: #028482;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-weight: 600;
		font-size: 1.2em;
	}
	.alnb-loc span {
		font-weight: 200;
		font-size: 1em;
	}
	a.alnb-web {
		transition: all .2s ease-in-out;
   	 	display: inline-block;
		position: relative;
    	text-align: center;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-weight: 200;
		letter-spacing: 1px;
    	color: #fff;
    	text-decoration: none;
    	background-color: #028482;
    	padding: 5px 20px;
    	-webkit-box-shadow: 7px 7px 7px 2px hsla(0,0%,0%,0.50);
    	box-shadow: 7px 7px 7px 2px hsla(0,0%,0%,0.50);
		z-index: 3;
	}
	a.alnb-web:hover {
		background-color: #005352;
	}
	.alnb-date-left {
    display: block;
    position: absolute;
    top: -20px;
    left: -10px;
    width: 200px;
    height: auto;
    background-color: #028482;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 500;
    color: hsla(0,0%,88%,1.00);
    -webkit-box-shadow: 8px 8px 8px 0 hsla(0,0%,0%,0.57);
    box-shadow: 8px 8px 8px 0 hsla(0,0%,0%,0.57);
	}
	.alnb-date-left span {
		display: block;
	}
	.alnb-cal-day {
		position: relative;
		font-size: 3em;
		top: 10px;
	}
	.alnb-cal-month {
		position: relative;
		font-size: 4em;
		text-transform: uppercase;
		top: -5px;
	}
	.alnb-date-right {
    display: block;
    position: absolute;
    top: -20px;
    right: -10px;
    width: 200px;
    height: auto;
    background-color: #028482;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 500;
    color: hsla(0,0%,88%,1.00);
    -webkit-box-shadow: 8px 8px 8px 0 hsla(0,0%,0%,0.57);
    box-shadow: 8px 8px 8px 0 hsla(0,0%,0%,0.57);
	}
	.alnb-date-right span {
		display: block;
	}
	.gallery-revise-thumb {
		display: block;
		position: relative;
		width: 100%;
		min-width: 200px;
		height: auto;
		padding: 10px;
		background: #028482;
		margin: 10px 0;
	}
	.gallery-revise-thumb-img {
		width: 100%;
		height: auto;
		position: relative;
		overflow: hidden;
	}
	.gallery-revise-thumb-img img {
		width: 100%;
		height: auto;
	}
		a.gallery-revise-thumb {
		color: #fff;
		font-weight: 200;
		font-size: 1em;
		text-decoration: none;
		text-align: center;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		letter-spacing: 1px;
	}
		.gallery-revise-thumb:hover .gallery-revise-thumb-img img {
		transform: scale(1.5);
	}
	
.special-event {
	display: block;
	position: relative;
	border: solid 0px #028482;
	padding: 0px 0px;
	box-sizing: border-box;
	width: 90%;
	margin: 0 auto;
	color: #028482;
	text-align: center;
	font-size: 1em;
}
.special-event-div {
	width: 100%;
	height: auto;
}
.special-event-div img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
	
	
	/* These end the styles for shows and galleries */
}

/* ______________________________________________This is min-width 761px____________________________________________ */

@media (min-width: 761px){
	.shows-dropdown {
		transition: all .2s ease-in-out;
		transform: translateY(20px) translateX(-600%);
		display: block;
		position: absolute;
		background-color: #028482;
		opacity: 0;
		z-index: -5;
	}
	.dropdown-event:link,
	.dropdown-event:visited {
		display: block;
		padding: 10px;
		color: #fff;
	}
	.dropdown-event:hover {
		display: block;
		padding: 10px;
		background-color: hsla(173,88%,13%,0.46);
		color: hsla(31,62%,62%,1.00);
	}
	.event-choice:hover .shows-dropdown {
		transform: translateY(20px) translateX(-25%);
		opacity: 1;
	}
	
.gallery_image_lg {
	width: 75%;
	max-width: 700px;
	height: auto;
	margin: 0 auto;
	display: block;
	position: relative;
	border: #028482 8px solid;
}
.gallery_image_lg img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.back_to_gallery_btn {
	transition: all .2s ease-in-out;
	width: 200px;
	height: auto;
	margin: 20px auto 50px;
	display: block;
	padding: 5px 0;
	background: #028482;
	text-align: center;
	color: hsla(0,0%,100%,1.00);
	border-radius: 3px;

}
.back_to_gallery_btn a {
	color: hsla(0,0%,100%,1.00);
	font-size: 1em;
}
.back_to_gallery_btn:hover {
		background:#00C0BD;
	}

	.shop {
		line-height: 1.5em;
	}
	.shop_container h2 {
		padding:0;
		margin:0;
		color: #028482;
	}
	.shop_container h3 {
		padding:0;
		margin:0;
		color: #028482;
	}
	.shop_container {
		display: flex;
		justify-content: center;
		flex-direction: row;
		flex-wrap: wrap;
		padding-bottom: 100px;
	}
	.shop_container>div {
		position: relative;
		width: auto;
		height: 600px;
		min-width: 270px;
		margin: 20px 5px;
	}
	.sold {
		position: absolute;
		width: 100%;
		height: 100px;
		text-align: center;
		top: 40%;
		left: 0;
		z-index: 9999;
		color: #fff;
		font-size: 3em;
		font-weight: 800;
		text-shadow: 2px 2px 2px #000;
		background: hsla(179,97%,26%,0.55);
		font-family: 'Julius Sans One', sans-serif;
		line-height: 2em;
	}
	.shop_container img {
		transition: all .2s ease-in-out;
		width: auto;
		height: 100%;
		vertical-align: top;
		border: medium solid #028482;
	}
	.shop_container img:hover {
		opacity: .8;
	}
	.shop_container p {
		padding: 10px 0;
		margin: 0;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-weight: 200;
		font-size: 1.2em;
	}
	.shop_item {
		font-family: 'Homemade Apple', cursive;
	}
	h1.shop_item {
		font-size: 4em;
		color: #028482;
	}
	.shop_item_container {
		display: flex;
		justify-content: center;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.shop_item_left {
		width: 30%;
		margin-right: 20px;
	}
	.shop_item_left img {
		border: medium solid #028482;
	}
		.shop_item_right {
		width: 20%;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	}
	.shop_item_container img {
		width: 100%;
		height: auto;
	}
	.shop_item_right p {
		padding:0 0 10px 0;
		margin:0;
		color: #028482;
		font-size: 1em;
	}
	.shop_item_right a {
		text-decoration: none;
	}
	#description {
		text-transform: uppercase;
		font-weight: 700;
	}
	#price {
		font-size: 3em;
		color: hsla(0,0%,15%,1.00);
	}
		sup {
		line-height: 1em;
		font-size: .5em;
	}
	#back_btn {
		transition: all .2s ease-in-out;
		width: 80%;
		min-width: 250px;
		border: thin solid #028482;
		text-align: center;
		color:  #028482;
		margin: 0 auto 20px auto;
		padding: 5px 0;
		border-radius: 20px;
	}
	#back_btn:hover {
		background: #028482;
		color: hsla(0,0%,82%,1.00);
	}
.script_font {
	font-family: 'Satisfy', cursive;
}
header {
	width: 100%;
	height: auto;
	background: #FFFFFF;
	text-align: center;
}
header img {
	width: 20%;
	height: auto;
	max-width: 500px;
}
nav.desktop_menu {
    width: 100%;
    height: auto;
	background-color: #028482;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 9999;
}
.mobile_menu {
}
nav.desktop_menu ul, li {
	margin: 0;
	text-align: center;
}
nav.desktop_menu ul {
    display: block;
    list-style-type: none;
	padding: 0;
}
nav.desktop_menu li {
	display: inline-block;
	padding: 20px 0;
}
nav.desktop_menu a {
	transition: all .2s ease-in-out;
	padding: 20px 25px 20px 25px;
	color: #FFFFFF;
	text-decoration: none;
}
nav.desktop_menu a:hover {
    color: #D7C280;
    background-color: #027372;
}
#welcome {
	width: 100%;
	height: auto;
	background: #F1EAC5;
}
h1 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
    color: hsla(179,98%,26%,1.00);
    font-weight: 100;
    font-size: 5em;
}
.inside_container {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	max-width: 1200px;
	margin: 0 auto;
}
.inside_container img {
	width: 100%;
	height: auto;
}
.up-icon {
	width: 10%;
	height: auto;
	max-width: 75px;
	background: hsla(0,0%,100%,0.34);
	border-radius: 50%;
	position: fixed;
	bottom: 0;
	right: 0;
	margin-right: 10px;
	z-index: 9999;
	border: #000 1px solid;
	padding: 20px;
}
.up-icon img {
	position: relative;
		width: 100%;
		height: auto;
	margin: 0 auto;
	}
nav.desktop_menu {
    width: 100%;
    height: auto;
    background-color: #028482;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9999;
    display: block;
}
#mobile_nav  {
    text-align: center;
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 15px;
}
#mobile_toggle {
	transition: all .2s ease-in-out;
}
.mobile_item {
    text-align: center;
}
#collections_quote {
    text-align: center;
    color: hsla(30,100%,8%,1.00);
	font: 400 normal 2em/42px nothing-you-could-do;
    width: 70%;
    height: auto;
    margin: 0 auto;
    display: block;
    max-width: 900px;
    font-size: 2.5em;
    font-weight: lighter;
    padding-top: 0px;
    padding-bottom: 0px;
}
#the_collections {
    width: 90%;
    height: auto;
    max-width: 1500px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 75px;
    padding: 0;
    display: block;
    position: relative;
    text-align: center;
}
.collections_thumb {
    transition: all .2s ease-in-out;
    width: 300px;
    height: 300px;
    display: inline-block;
    margin: 5px 5px;
    background-color: hsla(0,1%,60%,1.00);
    border: medium solid hsla(179,98%,26%,1.00);
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}
.collections_thumb img {
    transition: all .2s ease-in-out;
    width: 100%;
    margin: 0 auto;
    height: auto;
    position: relative;
}
.collections_mask {
	transition: all .3s ease-in-out;
	width: 300px;
	margin: 0 auto;
	height: 300px;
	position: absolute;
	top: 0px;
	left: 1px;
	z-index: 999;
	background-color: hsla(0,0%,100%,.50);
	color: hsla(0,0%,100%,1.00);
	font-family: 'Julius Sans One', sans-serif;
	font-size: 1em;
	opacity: 0;
}
.collections_thumb:hover .collections_mask{
		opacity: 1;
	}
.collections_thumb:hover img {
	transform: scale(1.1);
	}
.collections_thumb p {
		transition: all .3s ease-in-out;
		width: 100%;
		display: block;
		margin: 0 auto;
		padding: 15px 0 15px 0;
		color: hsla(23,100%,8%,1.00);
		font-size: 1.2em;
		background: hsla(0,0%,100%,0.75);
		position: absolute;
		z-index: 1000;
		top: 50%;
		left: 0;
	}
	footer {
    width: 100%;
    height: auto;
    display: block;
    background: hsla(179,98%,26%,1.00);
    padding: 20px 0;
    clear: both;
	}
#footer_section  {
    width: 90%;
    margin: 0 auto;
    height: auto;
    display: block;
    text-align: center;
    position: relative;
}
#footer_section .footer_module a {
    color: hsla(0,0%,100%,1.00);
}
#footer_section .footer_module a:hover  {
    color: hsla(30,45%,62%,1.00);
}
.footer_module  {
    width: 30%;
    height: auto;
    display: inline-block;
    position: relative;
    color: #F8F8F8;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 5px;
    vertical-align: text-top;
}
.footer_module h3 {
		font-family: 'Julius Sans One', sans-serif;
}
	#second_footer {
		width: 100%;
		height: auto;
		text-align: center;
		color: hsla(179,98%,26%,1.00);
		padding: 10px 0;
		background: hsla(0,0%,11%,1.00);
	}
#mobile_nav {
    text-align: center;
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 15px;
    display: none;
}
.right_vertical_line {
    border-right: thin solid hsla(0,0%,100%,0.50);
}
.left_vertical_line {
    border-left: thin solid hsla(0,0%,100%,0.50);
}
#image_and_copyText {
    width: 70%;
    height: auto;
    position: relative;
    margin: 20px auto;
    display: block;
    max-width: 1200px;
}
.left_main_image {
    float: left;
    margin-right: 20px;
    width: 30%;
    height: auto;
    max-width: 900px;
    display: block;
    border: 0px solid hsla(179,98%,26%,1.00);
}
.left_main_image img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

	/*font-family: 'Homemade Apple', cursive;
font-family: 'Mrs Saint Delafield', cursive;*/
#image_and_copyText h2 {
    font-family: 'Homemade Apple', cursive;
    font-size: 3em;
	margin: 0;
    padding: 0;
    color: hsla(179,98%,26%,1.00);
}
	#image_and_copyText p {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    padding: 0;
    font-weight: 100;
    margin: 0;
    position: relative;
    letter-spacing: 1px;
	}
.collection_gallery {
    clear: both;
    width: 40%;
    height: auto;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    text-align: center;
    position: relative;
    min-width: 900px;
}
.collection_gallery_thumb {
    width: auto;
    height: 300px;
    display: inline-block;
    background-color: hsla(0,0%,100%,1.00);
    margin: 20px 2px 20px 2px;
    border: medium solid hsla(179,98%,26%,1.00);
}
.collection_gallery_thumb img {
	transition: all .2s ease-in-out;
    margin: 0 auto;
    height: 100%;
    vertical-align: top;
    width: auto;
}
.collection_gallery_thumb img:hover {
    opacity: 0.8;
}
#title_above {
    font-family: 'Homemade Apple', cursive;
    text-align: center;
    margin: 30px 0 0 0;
    clear: both;
    display: block;
    position: relative;
    padding-top: 21px;
    color: hsla(179,98%,26%,1.00);
    font-size: 1.5em;
}
#contact {
    width: 70%;
    height: auto;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 49px;
    display: block;
    background-color: hsla(179,98%,26%,1.00);
    color: hsla(0,0%,97%,1.00);
    padding-left: 25px;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    max-width: 900px;
    font-size: 1.5em;
    border-radius: 10px;
}
.contact_input {
    background-color: hsla(27,49%,88%,1.00);
    color: hsla(0,0%,24%,1.00);
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.3em;
    border-radius: 10px;
}
.contact_input_size {
    height: auto;
    display: block;
    width: 98%;
}
.message_size {
    width: 98%;
}
.teal_text {
    color: hsla(179,98%,26%,1.00);
}
#contact_center_circle {
    margin: 0 auto;
    text-align: center;
    width: 20%;
    height: auto;
}
#contact_center_circle img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    position: relative;
}
#about_allison {
    width: 50%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    display: block;
    position: relative;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    text-align: left;
    max-width: 900px;
    line-height: 1.2em;
    top: -20px;
	letter-spacing: 2px;
}
#about_allison img {
    position: relative;
    float: right;
    margin-left: 10px;
}
#about_images_section {
    width: 60%;
    height: auto;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    display: block;
    position: relative;
    text-align: center;
}
#about_images_section img {
    display: inline-block;
    margin: 10px 5px;
    width: 20%;
    height: auto;
    min-width: 300px;
    border: medium solid hsla(179,98%,26%,1.00);
}
#shows_section {
    width: 80%;
    height: auto;
    max-width: 900px;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.individual_events {
    width: 100%;
    height: auto;
    border: medium solid hsla(0,0%,0%,1.00);
    position: relative;
    margin-top: 75px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
    display: block;
    background-color: hsla(0,0%,89%,1.00);
    color: hsla(179,98%,26%,1.00);
}
.individual_events p a {
    color: hsla(0,0%,0%,1.00);
    text-decoration: none;
    font-size: 1.5em;
	font-weight: 800;
}
.individual_events p a:hover {
    color: hsla(0,0%,0%,1.00);
}
.individual_events img {
    width: 100%;
    height: auto;
}
#individual_galleries {
    width: 80%;
    height: auto;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    line-height: 1.5em;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#gallery_area {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
}
.gallery_thumb {
    width: 40%;
    height: auto;
    display: inline-block;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    border: medium solid hsla(179,98%,26%,1.00);
}
a .gallery_thumb p {
    background-color: hsla(179,98%,26%,1.00);
    color: hsla(0,0%,85%,1.00);
    padding: 5px 0;
    margin: 0;
    font-size: 0.8em;
}
.gallery_thumb img {
    transition: all .2s ease-in-out;
    width: 100%;
    height: auto;
    vertical-align: top;
}
.gallery_thumb img:hover {
    opacity: 0.7;
}
.recognition {
    text-align: center;
    color: hsla(179,98%,26%,1.00);
    font-size: 1.5em;
}
.awards_locations_years {
    width: 900px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
    height: auto;
    display: block;
    vertical-align: top;
    text-align: center;
    position: relative;
    border: medium solid hsla(179,98%,26%,1.00);
    clear: both;
    background-color: hsla(179,98%,26%,1.00);
}
.one_third_column {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    color: hsla(0,0%,80%,1.00);
    text-align: center;
    font-size: 3em;
    padding: 10px 0;
}
.one_third_column img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
	.two_third_column {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    vertical-align: top;
    color: hsla(179,98%,26%,1.00);
    background-color: hsla(0,0%,100%,1.00);
        padding: 10px 0;
}
.two_third_column img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
.clear {
    clear: right;
    height: 41px;
    display: block;
	}
.centered_vertically {
	color: hsla(40,61%,81%,1.00);
    position: relative;
    display: block;
	margin: auto;
}
	.purchased_designs_section {
		width: 100%;
		height: auto;
		position: relative;
		text-align: center;
	}
	.purchased_designs_thumbs, .purchased_mask {
		width: 300px;
		height: 300px;
	}
	.purchased_designs_thumbs {
		overflow: hidden;
		display: inline-block;
		text-align: center;
		border: #028482 3px solid;
		position: relative;
		margin: 20px;
	}
	.purchased_designs_thumbs p {
		width: 100%;
		font-family: 'Homemade Apple', cursive;
		font-size: 5em;
		position: absolute;
		color: hsla(0,0%,100%,1.00);
		line-height: 2em;
		z-index: 20;
		text-shadow: 0px 0px 5px #000;
	}
	.purchased_designs_thumbs img {
		width: 100%;
		height: auto;
		margin-top: -50px;
	}
	.purchased_mask {
		transition: all .2s ease-in-out;
		position: absolute;
		display: block;
		z-index: 10;
		background: hsla(0,0%,100%,0.25);
		top: 0;
		left: 0;
		opacity: 0;
	}
	.purchased_designs_thumbs:hover .purchased_mask {
		opacity: 1;
	}
	#award_recs {
		width: 100%;
		height: auto;
		margin: 0 auto;
		text-align: center;
		position: relative;
	}
	#award_recs>div {
		width: 300px;
		height: 300px;
		display: inline-block;
		position: relative;
		overflow: hidden;
	}
	#award_recs img {
		width: 100%;
		height: auto;
	}
	
	/*This is the styles for the blog pages*/
	
	.blogs_page_banner {
		width: 100%;
		height: auto;
		padding: 20% 0;
	}
	#juliette {
		background: url(../images/blog/images/banner.jpg);
		background-attachment: scroll;
		background-size: cover;
		background-repeat: no-repeat;
	}
	#blog_banner_background {
		background: url(../images/blog/blog_banner.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.secondary_banner {
		width: 98%;
		height: auto;
		margin: 0 auto 10px auto;
	}
	.secondary_banner img {
		width: 100%;
		height: auto;
	}
	#blog_banner_title {
		width: 50%;
		height: auto;
		max-width: 700px;
		min-width: 300px;
		margin: 0 auto;
		background: hsla(0,0%,99%,1.00);
		font-size: 18px;
		text-align: center;
		position: relative;
		z-index: 50;
		display: block;
		padding: 30px 10px;
		box-shadow: 0px 0px 3px #000;
	}
	#blog_banner_title h1 {
		font-size: 3em;
		font-family: 'Julius Sans One', sans-serif;
		font-weight: 800;
		padding: 0 0 10px;
		color: #028482;
		margin-top: 0;
		margin-bottom: 0;
	}
	#blog_banner_title p {
		font-size: 1em;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-weight: 100;
		letter-spacing: 1px;
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
	}
	#blogs_container {
		width: 100%;
		height: auto;
		padding: 0;
		text-align: center;
		display: block;
		position: relative;
	}
	#blog_columns_2 {
		display: flex;
		justify-content: center;
		width: 80%;
		max-width: 960px;
		min-width: 300px;
		height: auto;
		margin: -50px auto 0;
		position: relative;
		background: #fff;
		padding: 15px 0;
	}
	.blog_article {
		display: inline-block;
		width: 350px;
		margin: 0 10px;
		padding: 10px 20px 50px;
		vertical-align: top;
		border: hsla(0,0%,54%,1.00) 1px solid;
	}
	#left_blog_column {
		display: inline-block;
		width: 100%;
		height: auto;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.left_blog_img_left_float {
		width: 300px !important;
		height: auto;
		float: left;
		margin: 0 10px 10px 0 !important;
	}
	.left_blog_img_right_float {
		width: 300px !important;
		height: auto;
		float: left;
		margin: 0 0 0 10px;
	}
	.left_blog_img_centered {
		text-align: center;
	}
	.left_blog_img_centered img {
		width: 200px !important;
		height: auto;
		display: inline-block;
		margin: 0 auto !important;
		vertical-align: top;
	}
	#left_blog_column h1 {
	font-size: 1.5em;
	color: hsla(0,0%,12%,1.00);
	font-weight: 800;
	text-align:left;
	margin-top: 0;
	margin-bottom: 0;
	padding: 20px 0 0;
	}
	#left_blog_column p {
	font-size: 1em;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: hsla(0,0%,12%,1.00);
	font-weight: 300;
		letter-spacing: 1px;
	text-align: left;
	}
	.left_blog_column_date {
		font-size: .6em;
		text-align: left;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-weight: 300;
		letter-spacing: 1px;
		margin: 10px 0 20px;
		display: block;
	}
	#right_blog_column {
		display: inline-block;
		width: 28%;
		height: auto;
		background: #fff;
		border-left: hsla(0,0%,13%,1.00) 1px solid;
		vertical-align: top;
		padding: 0 10px;
		box-sizing: border-box;
	}
	#right_blog_column h2 {
		text-align: left;
	}
	#right_blog_column p {
		text-align: left;
		font-size: 1em;
	}
	#right_blog_column a {
		color: hsla(0,0%,15%,1.00);
	}
	.read_more_pointer {
		display: inline-block;
		transition: all .3s ease-in-out;
		margin-left: -10px;
		color: #028482;
		opacity: 0;
		font-size: 1.5em;
	}
	.read_more_btn {
		float: right;
		border: none;
		border: #028482 1px solid;
	}
	.read_more_btn:hover .read_more_pointer {
		margin-left: 5px;
		opacity: 1;
	}
	.read_more_btn a {
		display: inline-block;
		color: #028482;
		font-size: 1.5em;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-weight: 400;
		text-align: left;
	}
	.blogs_image_container {
		width: 100%;
		height: 400px;
		overflow: hidden;
	}
	.blogs_image_container img {
		width: 100%;
		height: auto;
	}
	.date {
		text-align: center;
		font-size: .3em;
		color: #028482;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		margin: -20px auto 0 auto;
		letter-spacing: 2px;
	}
.special-event {
	display: block;
	position: relative;
	border: solid 0px #028482;
	padding: 30px 30px;
	box-sizing: border-box;
	width: 90%;
	margin: 0 auto;
	color: #028482;
	text-align: center;
	font-size: 1.2em;
}
.special-event-div {
	width: 100%;
	height: auto;
}
.special-event-div img {
	display: block;
	width: 80%;
	height: auto;
	margin: 0 auto;
}
	
	/*Image Gallery One styles*/
	
	.image_gallery_blog_one {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
		height: auto;
	}
	.image_gallery_blog_one>div {
		width: 32%;
		border: #fff 5px solid;
	}
	.image_gallery_blog_one img {
		width: 100%;
		height: auto;
	}
	#column_one {
		width: 32%;
		height: auto;
		float: left;
		margin: 5px;
	}
	#column_one>div {
		width: 100%;
		height: 200px;
		background: #000;
		overflow: hidden;
		border: hsla(0,0%,100%,1.00) 3px solid;
	}
	#column_one img {
		width: 100%;
		height: auto;
		border: hsla(0,0%,100%,1.00) 3px solid;
	}
	#column_two {
		width: 32%;
		height: auto;
		float: left;
		margin: 5px;
	}
		#column_two>div {
		width: 100%;
		height: 406px;
		background: #000;
		overflow: hidden;
		border: hsla(0,0%,100%,1.00) 3px solid;
	}
	#column_two img {
		width: 100%;
		height: auto;
	}
		#column_three {
		width: 32%;
		height: auto;
		float: left;
		margin: 5px;
	}
	#column_three>div {
		width: 100%;
		height: 200px;
		background: #000;
		overflow: hidden;
		border: hsla(0,0%,100%,1.00) 3px solid;
	}
	#column_three img {
		width: 100%;
		height: auto;
	}
	
	/* These are the styles for shows and galleries */
	
	#alnb-shows {
		display: block;
		width: 100%;
		height: auto;
		padding: 50px 0;
	}
	#alnb-galleries {
		display: block;
		width: 100%;
		height: auto;
		padding: 50px 0;
	}
	.row-shows {
		display: flex;
		justify-content: center;
		flex-direction: row;
		flex-wrap: wrap;
		position: relative;
		width: 100%;
		height: auto;
		padding: 30px;
		margin: 0 auto;
	}
	.alnb-event {
		position: relative;
		width: 450px;
		height: auto;
		min-width: 400px;
		border: solid 3px #028482;
		background-color: #fff;
		margin: 50px 70px;
		box-shadow: 4px 4px 5px hsla(0,0%,0%,0.52);
		text-align: center;
		padding-bottom: 20px;
	}
	.alnb-event h1 {
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-weight: 600;
		text-transform: uppercase;
		color: #fff;
		font-size: 2em;
		margin: 0;
		padding: 5px 5px;
		box-sizing: border-box;
		background-color: #028482;
		z-index: -1;
	}
	.ad-padding {
		padding: 23px 5px!important;
	}
	.alnb-event iframe {
		width: 100%;
		height: 0px;
		border: solid 2px #1C4505;
		box-shadow: 0 0 0 #fff;
		margin-top: 15px;
	}
	.top-img {
		width: 100%;
		height: auto;
		background-color: #000;
		overflow: hidden;
	}
	.top-img img {
		transition: all .2s ease-in-out;
		width: 100%;
		height: auto;
	}
	.alnb-event:hover .top-img img {
		transform: scale(1.2);
	}
	.alnb-days {
		text-align: center;
		color: #028482;
	}
	.alnb-loc {
		text-align: center;
		color: #028482;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-weight: 600;
		font-size: 1.2em;
	}
	.alnb-loc span {
		font-weight: 200;
		font-size: 1em;
	}
	a.alnb-web {
		transition: all .2s ease-in-out;
   	 	display: inline-block;
		position: relative;
    	text-align: center;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-weight: 200;
		letter-spacing: 1px;
    	color: #fff;
    	text-decoration: none;
    	background-color: #028482;
    	padding: 5px 20px;
    	-webkit-box-shadow: 7px 7px 7px 2px hsla(0,0%,0%,0.50);
    	box-shadow: 7px 7px 7px 2px hsla(0,0%,0%,0.50);
		z-index: 3;
	}
	a.alnb-web:hover {
		background-color: #005352;
	}
	.alnb-date-left {
    display: block;
    position: absolute;
    top: -30px;
    left: -20px;
    width: 200px;
    height: auto;
    background-color: #028482;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 500;
    color: hsla(0,0%,88%,1.00);
    -webkit-box-shadow: 8px 8px 8px 0 hsla(0,0%,0%,0.57);
    box-shadow: 8px 8px 8px 0 hsla(0,0%,0%,0.57);
	}
	.alnb-date-left span {
		display: block;
	}
	.alnb-cal-day {
		position: relative;
		font-size: 2.8em;
		top: 10px;
	}
	.alnb-cal-month {
		position: relative;
		font-size: 4em;
		text-transform: uppercase;
		top: -5px;
	}
	.alnb-date-right {
    display: block;
    position: absolute;
    top: -30px;
    right: -20px;
    width: 200px;
    height: auto;
    background-color: #028482;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 500;
    color: hsla(0,0%,88%,1.00);
    -webkit-box-shadow: 8px 8px 8px 0 hsla(0,0%,0%,0.57);
    box-shadow: 8px 8px 8px 0 hsla(0,0%,0%,0.57);
	}
	.alnb-date-right span {
		display: block;
	}
		.gallery-revise-thumb {
		position: relative;
		width: 20%;
		min-width: 250px;
		height: auto;
		padding: 10px;
		background: #028482;
		margin: 10px 0;
	}
	.gallery-revise-thumb-img {
		width: 100%;
		height: auto;
		position: relative;
		overflow: hidden;
	}
	.gallery-revise-thumb-img img {
		transition: all .2s ease-in-out;
		width: 100%;
		height: auto;
	}
	a.gallery-revise-thumb {
		color: #fff;
		font-weight: 200;
		font-size: .8em;
		text-decoration: none;
		text-align: center;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		letter-spacing: 1px;
	}
	.gallery-revise-thumb:hover .gallery-revise-thumb-img img {
		transform: scale(1.5);
	}
	
	
	/* These end the styles for shows and galleries */

}
