/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 18 2024 | 19:59:16 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.tag-modal {
	display: none;
	position: fixed;
	padding-top: 50px;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.4);
}

.tag-modal-content {
	background-color: #f8f8f8;
	margin: auto;
	padding: 30px;
	border: 1px solid #000;
	width: 60vw;
}

.tag-close {
	color: #545454;
	float: right;
	font-size: 30px;
	font-weight: bold;
}

.tag-close:hover,
.tag-close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

#mc_embed_signup {
  max-width: 85vw;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1365px) {
	.tag-modal-content {
		width: 90vw;
	}
	#mc_embed_signup {
	  max-width: 70vw;
	  margin-left: auto;
	  margin-right: auto;
	}
}