.art-layout-wrapper h2 {
	color: #0F4D26 !important;
}

.art-layout-wrapper h3,
.art-layout-wrapper h4,
.art-layout-wrapper h5 {
	color: #474747 !important;
}

.art-layout-wrapper h1,
.art-layout-wrapper h2,
.art-layout-wrapper h3,
.art-layout-wrapper h4,
.art-layout-wrapper h5 {
	font-family: 'Roboto Slab', serif !important;
}

.clearboth {
  	clear: both;
     	display: block;
     	overflow: hidden;
     	visibility: hidden;
     	width: 0;
     	height: 0;
}

/* Author */
.author-box {
	background: #88A648;
	padding: 20px;
}

.author-box .author {
	font-weight: bold;
	font-size: 18px;
}

.author-box .author-email {
		text-align: right;
}

.author-box .author-email a {
	font-weight: bold;
	text-decoration: underline;
}

/* Header */

.call-to-action {
    	float: right;
    	margin:5px;
    	text-align: right;
}

.call-to-action .cta-contact-us {
    	font-size: 15px;
    	font-weight: bolder;
}

.call-to-action a {
    	text-decoration: none;
    	color: #4642fe;
}

.call-to-action a:hover {
    	color: #0368ff;
}

/* Navigation */

nav.art-nav {
	text-align: center !important;
}

.art-hmenu {
	float: none !important;
}

/* Social Media Icon */

.art-pinterest-tag-icon {
	background: url('http://www.fanfareattractions.com/wp-content/uploads/2014/02/google+.png') no-repeat scroll left center transparent;
}

/* Horizontal Rule */

hr.emblem {
	padding: 0;
  	border: none;
  	border-top: medium double #333;
  	color: #333; 
  	text-align: center;
}

hr.emblem:after { 
	content: "§"; 
  	display: inline-block; 
  	position: relative; 
  	top: -0.7em; 
  	font-size: 1.5em; 
  	padding: 0 0.25em; 
  	background: white; 
}

.art-post {
	padding-left: 15px;
}

/* Form */

.wpcf7-list-item {
	display: block;
}

.wpcf7-form-control-wrap .area-of-interest {
	margin-top: -8px;
}

/* Contact Form 7 Styles
---------------------------------*/

.wpcf7-text, 
.wpcf7-textarea, 
.wpcf7-captchar {
  background-color: #eee !important;
  border: none !important;
  width: 100% !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  font-size: 14px;
  color: #999 !important;
  padding: 16px !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wpcf7-submit {
  color: #043c1f !important;
  margin: 8px auto 0;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 20px;
  line-height: 1.7em;
  background: transparent;
  border: 2px solid;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.wpcf7-submit:hover { 
  background-color: #eee; 
  border-color:#eee; 
  padding: 6px 20px !important; 
  }

/* Grids */

.grid {
     	margin-right: 2.1%;
     	float: left;
     	display: inline;
     	position: relative;
}

.one-half {
     	width: 48.4%;
}

.last {
     	clear: right;
     	margin-right: 0!important;
}

/* Homepage Slider */

#meteor-slideshow {
    	position:relative;       
    	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#meteor-slideshow:before, 
#meteor-slideshow:after {
    	content:"";
    	position:absolute; 
    	z-index:-1;
    	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    	-moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    	box-shadow:0 0 20px rgba(0,0,0,0.8);
    	top:50%;
    	bottom:0;
    	left:10px;
    	right:10px;
    	-moz-border-radius:100px / 10px;
    	border-radius:100px / 10px;
}

#meteor-slideshow:after {
    	right:10px; 
    	left:auto;
    	-webkit-transform:skew(8deg) rotate(3deg); 
       	-moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
        -o-transform:skew(8deg) rotate(3deg); 
        transform:skew(8deg) rotate(3deg);
}

.meteor-clip {
	background: #fff;
}

/* Footer */

#fa-footer-widget {
	padding-bottom: 20px;
}

#fa-footer { 
  	margin-bottom: -20px;
	padding-top: 12px;
	border-top: 2px solid #6b6b6b;
}

.art-footer .art-widget-title {
	color: #fff;
	padding-bottom: 8px;
}

.art-footer a {
    	font-family: Arial !important;
}

/* Blog */

.blog .art-postheader,
.single-post .art-postheader {
	margin-left: 0px;
}

.blog .art-postheader a {
	color: #0F4D26 !important;
}

.blog .art-postheader a:hover {
	color: #2A331F !important;
}

.blog a.more-link {
	display: block;
	padding-top: 15px;
}

/* Mobile */

@media all and ( max-width: 768px ) {
    
	div.logo a img {
        	margin: 15px auto;
        	max-width: 100%;
        	width: auto9; /* IE8 */
        	height: auto;
    	}
    
    	.art-header {
        	padding-bottom: 1px;
    	}
  
  	.call-to-action {
        	width: 100%;
        	float: none;
    	}
    
}


@media all and (max-width: 480px) {
     	.grid {
        	width: 100%;
          	margin: 0 0 20px;
     	}
}