/*
Theme Name: Gamers
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
.input-group {

	display: block;
}
span.wpcf7-list-item-label {
    margin-right: 33px;
    color: #e6e6e6;
}
.subs-txt-bx h5 {
      color: #e6e6e6;
}

i.fa.fa-facebook:hover {
    color: #0056b3;
}
i.fa.fa-twitter:hover{
	color: #1da1f2;
	
}
i.fa.fa-instagram:hover{
		color: #c13584;

	
}
input.frm-sbmt:hover {
	color: #faf206;
}
.fag:hover {
	color: #faf206;
}

@-webkit-keyframes mymove {
	0%{	
		opacity: 0;
		color: #e1002c;	}
	49%{opacity: 0;	
		color: transparent;	}
	50%{	opacity: 1;	
		color: transparent;	}
	99%{	opacity: 1;	
		color:transparent;	}
	100%{	opacity: 1;	
		color: #e1002c;}
}
.block {
    position:absolute;
	color: #e1002c;
    -webkit-animation: mymove 2s infinite;
}
li#menu-item-243 a {
    color: #e1002c;
    /* font-size: 17px; */
}
.mc4wp-alert.mc4wp-success p {
    color: #faf206;
}
.subscribe-sec {
    padding: 25px 0px;
}