/*
 Theme Name:   titlepoint
 Theme URI:    http://web.ejimford.com
 Description:  Child theme for titlepoint productions
 Author:       E. James Ford
 Author URI:   http://web.ejimford.com
 Template:     serene
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  titlepoint
*/

@import url("../serene/style.css");

/* Add your custom css below
-------------------------------------------------------------- */

body {
	position: relative;
	color: #fff;
	background-image: url(/wp-content/themes/titlepoint/img/title-point-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}

body, input, textarea {
	font-family: 'Josefin Sans', Arial, sans-serif;
}

body.single .post-content, body.page .post-content {
	background-image: url(/wp-content/themes/titlepoint/img/bg_black_60.png);
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);	
}

body.home h1.title {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Special Elite', cursive;
}

a { 
    color: #fbad18;
}

#main-header {
	padding-top: 150px;
	margin-top: 0px;
}



#logo a {
	color: #fff;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);	
}
#logo a:hover {
	color: #CCC;
}




#top-menu {
	font-family: 'Special Elite', cursive;
}


#top-menu a {
	color: #fff;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);	
}
#top-menu a:hover,#top-menu > li.current-menu-item > a {
	color: #fbad18;
}

.nav li ul, .et_mobile_menu {
	background-color:transparent;
	background-image: url(/wp-content/themes/titlepoint/img/bg_black_40.png);
}

#thisbgimg {
    position: absolute;
    top: 0px;
    height: 100%;
    left: 0px;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}

.allprojects ul {
	list-style-type: none !important;
	margin: 0px; padding: 0px !important;
}

.allprojects li {
	width: 30% !important;
	height: 200px !important;
	padding: 0px;
	float: left;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #000;
	margin: 0px 20px 20px 0px;
}

.allprojects li a {
font-size: 14px;
  text-align: center;
  display: block;
  margin-top: 30%;
  padding: 12px 0px;
  background-image: url(/wp-content/themes/titlepoint/img/bg_black_40.png);
  color: #fff;
	font-family: 'Special Elite', cursive;
	line-height:1.8em;

}

.allprojects li a:hover {
  background-image: url(/wp-content/themes/titlepoint/img/bg_black_80.png);
}



.allprojects .theimage {
	display: block;
	width: 100%;
	height: 180px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	
}


ul#filterOptions {
	padding: 0px;
}

ul#filterOptions li {
   padding: 0px; margin: 0px;
}
ul#filterOptions li a {
	font-family: 'Special Elite', cursive;
	font-size: 14px;
}



.projectGallery li {
	float: left;
}

.projectGallery li a {
	diaplay: block;
	margin: 0px 10px;

}

.projectGallery li a img {
	max-width:120px;
	height: auto;
	border: 1px solid #777;

}


h3.date, h3.location {
	width: 50%;
	float: left;
	font-size: 18px;
}

#main-header li.et-search-form {
	display: none !important;
}

ul#filterOptions li a {
	color: #fff;
}
h3.buy-tickets {text-align:center}

h3.buy-tickets a {text-align:center; display: block; background-color: #F30; border: 1px solid #FF0; width: 90%; max-width: 500px; margin: 0px auto 0px; padding: 12px 0px; }


.mc4wp-form-fields { 
    width: 100%;
    max-width: 400px;
    margin: 0px auto;
    border: 1px solid #fff;
    background-color: #000;
    text-align: center;
}

.mc4wp-form-fields input[type="text"], .mc4wp-form-fields input[type="email"] { 
    font-size: .9em;
    width: 80%;
    padding: 8px 0px;
    margin: 0px !important;
    text-align: center;
}

.mc4wp-form-fields input[type="submit"] {
    font-size: 1em;
    padding: 18px 24px !important;
    font-weight: bold !important;
    width: 200px;
    border: 3px solid #fff;
    color: #fff;
    background-color: #000;
}

.mc4wp-form-fields input[type="submit"]:hover {
    color: #000;
    background-color: #fff;
}
.mc4wp-form-fields label {
    display: block;
    font-weight: bold;
}


