/*
Theme Name:         
Theme URI:          
Description:        
Version:            
Author:             
Author URI:         
Tags:               light, white, one-column, two-columns, three-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, featured-images, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready

License:            GPL v2
License URI:        http://www.gnu.org/licenses/gpl-2.0.html
*/



@import url("CenturyGothic.css");

.snp-newtheme2 header {
	background: none !important;
}
.snp-newtheme2 .snp-newsletter-content { background: none !important; }
.snp-newtheme2 {
	background: url('images/bg.png') !important;
	border-bottom: none !important;
	font-family: "Century Gothic","CenturyGothicRegular",Verdana,Tahoma,Helvetica,sans-serif !important;
}
.snp-newtheme2 .snp-newsletter-content:before {
	content: none !important;
}
.snp-newtheme2 h2 {
	font-size: 18px !important;
}
.snp-newtheme2 header h2 {
	font-size: 24px !important;
	margin-bottom: -20px !important;
	margin-top: 40px !important;
}
.snp-newtheme2 .social {
	text-align: center;
	margin: 30px 0px;
}
.snp-newtheme2 .social a {
	color: #fff !important;
	font-size: 20px;
	margin: 0px 10px;
}
.snp-newtheme2 .words {
	text-align: center;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.snp-newtheme2 .snp-field-email {
	height: 30px !important;
	padding-top: 3px !important;
	padding-bottom: 3px !important;
	font-family: serif !important;
	
}
.snp-newtheme2 .snp_subscribeform {
	text-align: center !important;
	width: 50% !important;
	float: none !important;
	margin: 0px auto !important;
}
.snp-newtheme2 .snp_subscribeform > div {
	margin-bottom: 40px !important;
}
.snp-newtheme2 form input[type="submit"] {
	-webkit-box-shadow: none !important; 
	-moz-box-shadow: none !important; 
	box-shadow: none !important;
	font-family: "Century Gothic","CenturyGothicRegular",Verdana,Tahoma,Helvetica,sans-serif !important;
	background: none !important;
	border: 1px solid #fff !important;
}
.wpb_wrapper a {
	color: #000 !important;
	text-decoration: underline !important;
	font-size: 14px !important;
}

#footer-wrap .wpb_wrapper a { 
	color: #fff !important;
	text-decoration: none !important;
}



/* chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  
}

/* Media Queries
*********************************************/

/* Large desktop */
@media (min-width: 1050px) { 
    
}
@media only screen and (max-width : 1500px){ 
	
}
@media only screen and (max-width : 1300px){ 
	
}

@media only screen and (max-width : 1024px){ 
    
}

@media only screen and (max-width: 992px) {
	
}

@media only screen and (max-width : 768px){
	.snp-newtheme2 .snp_subscribeform {
		width: 100% !important;
	}
	.snp-newtheme2 .words {
		margin-bottom: 10px;
	}
}
 
@media only screen and (max-width : 500px){
	
}

@media only screen and (max-width : 420px){
	.snp-newtheme2 form input[type="submit"] {
		width: 100% !important;
	}
	
	.snp-newtheme2 .snp_subscribeform > div {
		margin-bottom: 10px !important;
	}
	
}

@media only screen and (max-width : 320px){
    
}






