@charset "utf-8";
/* CSS Document */
body {
	background: #000;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}
a, a:visited {
	color: #fff;
}
a:hover {
	color: #ff0000;
}
/*=========================
	Custom Classes
=========================*/
h1, h2, h3, h4, h5, h6, p {
	font-size: 100%;
}
h1, h2, h3 {
	letter-spacing: .5em;	
}
.h1 {
	font-size: 20px;
}
.h3 {
	font-size: 18px;
}
.center {
	text-align: center;
}
.bold, strong {
	font-weight: 700;
}
.white {
	color: #ffffff;
}
.red {
	color: #ff0000;
}
.gray {
	color: #2f2f2f;
}
.cinzel {
	font-family: 'Cinzel', serif;
	text-transform: uppercase;
}
/*=========================
	Sidr
=========================*/
#simple-menu {
	position: absolute;
	top: 8px;
	left: 18px;
	z-index: 999;
}
.menu {
	position: relative;
	bottom: 6px;
}
#simple-menu:hover, #simple-menu:active {
	text-decoration: none;
}
.logged-in #simple-menu {
	top: 40px;
}
/*=========================
	Pop-Up Video
=========================*/
#advert-once {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(000,000,000,.90);
	z-index: 99999;
}
#advert-once .video-container {
	max-width: 1400px;
	max-height: 830px;
	position: fixed;
	top:0;
	bottom:0;
	right: 0;
	left: 0;
	margin: auto auto;
	text-align: center;
}
#advert-once video {
	position: absolute;
	border: 4px solid #333;
	top:0;
	bottom:0;
	right: 0;
	left: 0;
	margin: auto auto;
}
#advert-once .advert-button {
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}
/*=========================
	Header
=========================*/
.logo {
	transition: all .25s ease-in-out;
}
.logo:hover {
	transform: scale(.92);
	-webkit-transform: scale(.92);
	-moz-transform: scale(.92);
	-ms-transform: scale(.92);
}
/*=========================
	Logged In
=========================*/
.post-edit-link {
	padding: 8px 26px;
	background: #00b58e;
	transition: all .25s ease-in-out;
}
.post-edit-link:hover {
	background: #008c78;
	color: #fff;
	text-decoration: none;
}
/*=========================
	Homepage
=========================*/
.homepage-hero {
	height: 215px;
	background: url(images/art-gallery-background-image.jpg) no-repeat;
	background-size: contain;
	background-position: center center;
}
.site-header {
	padding: 20px 0 0;
}
.site-footer {
	border-top: 2px solid #ffffff;
	padding: 15px 0;
}
.site-footer img {
	margin: 0 auto;
}
#main .entry-title {
	display: none;
}
.content-section {
	padding: 25px 0;
}
.home .content-section {
	padding: 25px 0 150px 0;
	background: url(images/paint-splatter-background.jpg) no-repeat;	
	background-position: bottom right;
	background-size: 90%;
}
/*=========================
	Forms
=========================*/
.form-container {
	padding-top: 25px;
}
.form-container input[type="text"], .form-container input[type="email"], .form-container input[type="tel"], .form-container textarea {
	background: transparent;
	margin-bottom: 15px;
	border-bottom: 1px solid #4d4d4d;
	border-top: 0px solid transparent;
	border-left: 0px solid transparent;
	border-right: 0px solid transparent;
	color: #4d4d4d;
	width: 100%;
	transition: all .25s ease-in-out;
	padding-left: 15px;
}
.form-container input[type="text"], .form-container input[type="email"], .form-container input[type="tel"] {
	height: 45px;
}
.form-container textarea {
	height: 150px;
}
.form-container input[type="text"]:focus, .form-container input[type="email"]:focus, .form-container input[type="tel"]:focus, .form-container textarea:focus {
	background: #111;
	outline: transparent;
}
.wpcf7-submit, .form-container input[type="submit"], #wpcf7-f60-p49-o1 input[type="submit"] {
	font-size: 20px !important;
	border: 2px solid;
    border-color: #ff0000;
    background: #790000;
    color: #ffffff;
    line-height: 1;
    padding: 8px 30px;	
	transition: all .25s ease-in-out;
	letter-spacing: .25em;
}
.wpcf7-submit:hover, .form-container input[type="submit"]:hover {
	background: #ff0000;
}

#wpcf7-f60-p49-o1 .form-control, #wpcf7-f60-p49-o1 input[type="radio"] {
	background:#666;
	border-radius: 0px;
	border: 0px;
	color: #ffffff;
	transition: .25s all ease-in-out;
	-webkit-ransition: .25s all ease-in-out;
	-moz-transition: .25s all ease-in-out;
	-ms-transition: .25s all ease-in-out;
}
#wpcf7-f60-p49-o1 .form-control:focus {
	background: #222;
}
#wpcf7-f60-p49-o1 div {
	margin-bottom: 15px;
}
#wpcf7-f60-p49-o1 label, #wpcf7-f60-p49-o1 .wpcf7-list-item-label {
	color: #666;
}
#wpcf7-f60-p49-o1 textarea {
	height: 100px;
}
#wpcf7-f60-p49-o1 input[type="submit"] {
	font-family: 'Cinzel', serif;
	text-transform: uppercase;	
}
.page-id-49 #main p {
	font-size: 20px;
}
/*===========PORTRAIT PHONE=============*/
@media screen and (min-width: 480px) {

}
@media screen and (min-width: 600px) {

}
/*===========TABLET=============*/
@media screen and (min-width: 768px) {
.h1 {
	font-size: 25px;
}
.h3 {
	font-size: 20px;
}
.homepage-hero {
	height: 500px;
	background: url(images/art-gallery-background-image.jpg) no-repeat;
	background-size: contain;
	background-position: center center;
}

}
/*===========DESKTOP SMALL SCREEN=============*/
@media screen and (min-width: 960px) {

}
/*===========DESKTOP BOOTSTRAP GRID=============*/
@media screen and (min-width: 1200px) {

}
/*===========LAPTOP=============*/
@media screen and (min-width: 1366px) {
.h1 {
	font-size: 24px;
}
.h3 {
	font-size: 21px;
}
.homepage-hero {
	height: 650px;
	background: url(images/art-gallery-background-image.jpg) no-repeat;
	background-size: 100%;
	background-position: center center;
}

}
/*===========DESKTOP COMMON=============*/
@media screen and (min-width: 1440px) {

}
/*===========DESKTOP LARGE SCREEN=============*/
@media screen and (min-width: 1600px) {

}
/*===========DESKTOP HDMI=============*/
@media screen and (min-width: 1920px) {
.homepage-hero {
	height: 801px;
	background: url(images/art-gallery-background-image.jpg) no-repeat;
}

}