/* # FreedomWorks for America Theme
Theme Name: FreedomWorks for America
Description: Custom theme for FWFA
Author: Secondhand Legends
Author URI: https://secondhandlegends.com
Template: genesis  
Template Version: 2.4.2 
*/



/* ## Genesis
--------------------------------------------- */

.entry-content .search-form/*,
.site-header .search-form*/ {
	width: 50%;
}

/* To clear search input field's text when the search field gets focus */

input[type="search"]:focus::-webkit-input-placeholder { color:transparent; }
input[type="search"]:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input[type="search"]:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input[type="search"]:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */

/* ## Titles
--------------------------------------------- */

.page .entry-title {
	margin-bottom: 24px;
}

/* ## WordPress
--------------------------------------------- */
#loginform {
    box-shadow: none;
}
body.login #loginform p.submit .button-primary, body.wp-core-ui .button-primary {
    padding: 5px 12px;
    color: #fff;
    border-radius: 2px;
}

/* ## Global
--------------------------------------------- */
body {
	font-size: 14px;
	color: #1d2e3a;
}
body > div {
    font-size: initial;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
}
h2 {
	font-size: 1.25em;
}
body {
    font-family: 'Open Sans', sans-serif;
	background: #ffffff;
    background: -moz-linear-gradient(top,#ffffff 0%,#e8ebf0 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e8ebf0));
    background: -webkit-linear-gradient(top,#ffffff 0%,#e8ebf0 100%);
    background: -o-linear-gradient(top,#ffffff 0%,#e8ebf0 100%);
    background: -ms-linear-gradient(top,#ffffff 0%,#e8ebf0 100%);
    background: linear-gradient(to bottom,#ffffff 0%,#e8ebf0 100%);
}

:focus {
    outline: 0px;
}
a {
    color: #488cb4;
}
.site-inner {
    margin: 0 auto;
    max-width: 100%;
}
a, a:hover {
    text-decoration: none;
    color: #4488ab;
}
.wrap {
    padding: 0 2em;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */
.headerWrap {
    position: fixed;
    top: 0;
    z-index: 1000;
	width: 100%;
	height: 85px;
	background: url(/wp-content/themes/fwfa/images/header-gradiant.png);
	box-shadow: 0 2px 2px rgba(1,1,1,.25);
}
header.site-header {
    position: fixed;
    height: 85px;
    width: 100%;
    left: 0;
	min-height: 0px;
    border-bottom: 0px;
	height: 65px;
    margin-top: 20px;
    background: #ebeef2;
	z-index: 1000;
}
header.site-header .wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
	padding: 0;
}
div.title-area {
    max-width: 600px;
    margin: 0 auto;
    float: left;
}
a.donate {
    background-color: #c9431b;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    min-height: 36px;
    line-height: 36px;
    color: #fff;
    text-decoration: none;
    font-size: 1.3em;
    padding: 0 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 20px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.6);
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0px
}

.site-title a img {
    vertical-align: top;
    width: 224px;
	margin-top: -15px;
}

.site-title a img {
	vertical-align: top;
}

/*.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 60px;
	width: 100%;
}*/

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
    float: right;
    text-align: right;
    margin: 15px 0 0 0;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: center;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	/*padding: 10px;*/
	padding: 10px 5px 10px 10px;
}
.nav-primary .responsive-menu-icon::before {
	color: #fff;
}

.menu-text {
	color: #fff;
	line-height: 1;
	vertical-align: top;
	margin-top: 11px;
	display: inline-block;
}

/* To avoid noticeable vertical movement for hover state of Soliloquy's Control Nav (typically circles) and bxSlider's left and right arrows */

.soliloquy-container .soliloquy-control-nav li a,
.soliloquy-theme-classic .soliloquy-pager-link,
.bx-wrapper .bx-controls-direction a {
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
}

/* To remove bottom border for Soliloquy controls */

.entry-content .soliloquy-controls-direction a, .entry-content a.soliloquy-pager-link {
	border-bottom: none;
}

/* # Footer Styles
---------------------------------------------------------------------------------------------------- */
.site-footer {
    border-top: 0px;
    min-height: 50px;
    background-color: #394450;
    position: relative;
    padding: 17px 0px;
    color: #fff;
	text-align: center;
}
footer.site-footer a {
    color: #488cb4;
}
.footer-widgets {
    background-color: #fff;
    padding: 1em 0 1em;
    border-top: 1px solid #ddd;
    box-shadow: inset 0 1px 0 #fff;
}
div.footer-widgets section#text-2 {
    border: 1px solid #ccc;
    text-transform: uppercase;
    font-size: 12pt;
}
div.footer-widgets section {
	padding: 1em;
	line-height: 1.3em;
	display: inline-block;
	vertical-align: middle;
	width: 375px;
	color: #999;
	text-align: center;
	margin: 0 10px;
}
div.footer-widgets section p {
    margin: 0;
}
div.footer-widgets .wrap {
    text-align: center;
}
div.footer-widgets section#text-3 p {
    font-size: 0.8em;
}
.site-footer {
    line-height: 1.5em;
    font-weight: 300;
    font-size: 0.8em;
    /* padding: 17px 0px; */
    color: #666;
    text-align: center;
    background-color: #fff;
    padding: 1em 0;
    border: 0;
}

/* # Front Page Styles

---------------------------------------------------------------------------------------------------- */
.site-inner {
	padding-top: 0px;
}
/* # Hero Section  */

section#hero {
    max-height: 500px;
	height: 500px;
}
div#supportWrapper {
    position: absolute;
    margin-top: 150px;
    width: 100%;
}
div#supportBanner {
    text-align: center;
}
.fullBackgroundMedia video {
    width: 100vw;
    min-width: 100%;
    z-index: -100;
    background-size: cover;
	top: -300px;
    position: fixed;
}

/* # Candidates Section  */
.icon-bg {
    background: #C9431B;
    color: #FFF;
    text-align: center;
    border-radius: 50%;
    font-size: 0.9em;
    padding: 7px;
    margin-right: 10px;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
}
section#candidates {
	min-height: 300px;
    position: relative;
    padding: 2em 0;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    background: #F2F4F7;
    background: -moz-linear-gradient(top,#f2f4f7 0%,#f2f4f7 27%,#e8ebf0 52%,#e8ebf0 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#F2F4F7),color-stop(27%,#F2F4F7),color-stop(52%,#E8EBF0),color-stop(100%,#E8EBF0));
    background: -webkit-linear-gradient(top,#F2F4F7 0%,#F2F4F7 27%,#E8EBF0 52%,#E8EBF0 100%);
    background: -o-linear-gradient(top,#f2f4f7 0%,#f2f4f7 27%,#e8ebf0 52%,#e8ebf0 100%);
    background: -ms-linear-gradient(top,#f2f4f7 0%,#f2f4f7 27%,#e8ebf0 52%,#e8ebf0 100%);
    background: linear-gradient(to bottom,#F2F4F7 0%,#F2F4F7 27%,#E8EBF0 52%,#E8EBF0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f4f7',endColorstr='#e8ebf0',GradientType=0 );
}
.candidates-block {
    padding: 0 4em;
    width: auto;
}
.candidate-wrap {
	width: 33.33333333333333%;
	float: left;
	padding: 0 5px;
}
.candidate {
    clear: none;
    float: left;
    margin: 1em 0;
    border-radius: 0.35em;
    border: 0.25em solid rgba(0,0,0,0.05);
    position: relative;
    width: 100%;
}
.candidate:hover {
    border: 0.25em solid rgba(0,0,0,0.2);
}
.candidate-inner {
	padding: 1em;
    background: #FFF;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
    border: 1px solid #BBB;
	height: 120px;
}
.candidate .image {
    width: 20%;
    margin-right: 5%;
    float: left;
    overflow: hidden;
    height: 80px;
}
.candidate .info {
    width: 75%;
    float: left;
}
div.candidate-wrap a {
    display: block;
    color: #1d2e3a;
}
.race {
    font-weight: normal;
    font-size: 0.85em;
    color: #565656;
    margin: 0.2em 0;
}
div.candidate .name {
    font-weight: bold;
}
span.pods-pagination-paginate {
    clear: both;
    width: 100%;
    float: none;
    display: block;
}
/* # News Section  */
section#news {
    background-color: #fff;
    padding: 30px 0;
}
section#news a, section#news .row {
    font-size: 1.05em;
}
a.view-all {
    float: right;
}
section#news h2 {
    float: left;
}
div.row {
    clear: both;
	line-height: 1.5em;
	padding: 1em 0;
	border-bottom: 1px solid #eee;
}
.timestamp {
    margin-top: 0.75em;
    font-size: 0.95em;
	margin-bottom: 1em;
}

/* # Blog
---------------------------------------------------------------------------------------------------- */
.blog .site-inner {
    margin-top: 100px;
}
p {
    line-height: 1.3em;
    margin: 0 0 1.5em;
    font-size: 0.85em;
}
.blog .content-sidebar-wrap {
    max-width: 1200px;
    margin: 0 auto;
}
.single .content-sidebar-wrap {
    max-width: 1200px;
    margin: 100px auto 0;
}
h3.title {
    font-size: 1em;
}
h3.title a {
    color: #000;
}
.readMore a {
    padding: 0 0.5em;
}
.entry {
    background: #fff;
    border: 1px solid #ddd;
    padding: 30px;
}
h2.entry-title {
    margin: -30px -30px 30px -30px;
    padding: 20px;
    background: url(/wp-content/themes/fwfa/images/page-title-pattern.jpg);
    color: #fff;
    font-size: 1.25em;
}
p.comment-form-comment label {
    display: none;
}
p.form-submit input {
    background-color: #c9431b;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    min-height: 36px;
    line-height: 36px;
    color: #fff;
    text-decoration: none;
    font-size: 1.3em;
    padding: 0 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 20px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.6);
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.comment-metadata {
    clear: both;
}
.reply {
    margin-bottom: 15px;
}
ul.children {
    margin-left: 30px;
}
/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1479px) {
	div.fullBackgroundMedia video {
		max-width: initial;
		width: initial;
		min-width: initial;
	}
}
@media only screen and (max-width: 1270px) {
	header.site-header .wrap {
		width: initial;
		margin: 0 2%;
	}
}
@media only screen and (max-width: 1229px) {
	.blog .content-sidebar-wrap {
		max-width: 100%;
		padding: 0 2%;
	}
	.single .content-sidebar-wrap {
		max-width: 100%;
		padding: 0 4em;
	}
}
@media only screen and (max-width: 1020px) {
	.content, .site-header .widget-area {
		width: initial;
	}
	.genesis-nav-menu, .site-description, .site-header .title-area, .site-header .search-form, .site-title {
		text-align: left;
	}
}
@media only screen and (max-width: 767px) {
	.widget-area.header-widget-area {
		display: none;
	}
	.headerWrap {
		position: relative;
		background: url(images/header-gradiant.png) repeat-x;

	}
	header.site-header {
		height: 94px;
		background: #fefeff;
		background: -moz-linear-gradient(top,#fefeff 0%,#f2f4f6 100%);
		background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fefeff),color-stop(100%,#f2f4f6));
		background: -webkit-linear-gradient(top,#fefeff 0%,#f2f4f6 100%);
		background: -o-linear-gradient(top,#fefeff 0%,#f2f4f6 100%);
		background: -ms-linear-gradient(top,#fefeff 0%,#f2f4f6 100%);
		background: linear-gradient(to bottom,#fefeff 0%,#f2f4f6 100%);
		border-bottom: 1px solid #d1d7e2;
		box-shadow: none;
	}
	
	section#hero {
		display: none;
	}
	header.site-header {
		position: relative;
		margin-top: 0;
	}
	.site-title a img {
		margin-top: 0px;
	}
	div.title-area {
		text-align: center;
		margin: 0 auto;
		width: 100%;
		max-width: 100%;
	}
	.site-title {
		text-align: center;
	}
	h1.site-title img {
		margin-top: 15px;
		width: 158px;
	}
	section#candidates {
		background: #fff;
	}
	.home .site-inner, .home .wrap {
		padding-left: 0;
		padding-right: 0;
	}
	.candidate-wrap {
		width: 100%;
	}
	section#candidates h2 {
		padding: 0 0.7em;
		margin-bottom: 1em;
	}
	.candidates-block {
		padding: 0;
		margin: 0;
	}
	.candidate-wrap {
		padding: 0;
	}
	.candidate-wrap:nth-child(2n+1) {
    background: #F7F7F7;
	}
	.candidate {
		padding: 1em;
		margin: 0;
		border: 0px;
	}
	.candidate-inner {
		border: 0px;
		background: initial;
		padding: 0px;
		height: 90px;
	}
	.candidate .image {
		max-width: 55px;
	}
	.name {
		font-size: 1.1em;
	}
	.race {
		font-size: 1em;
		color: #333;
	}
	section#news h2 {
		padding: 0 0.7em;
		margin-bottom: 1em;
	}
	section#news .row {
		padding: 1em;
	}
	a.view-all {
		padding: 0 1em;
	}
	.blog .site-inner {
		margin-top: 20px;
	}
	.single .site-inner {
		padding: 0px;
		margin: 0px;
	}
	.single .content-sidebar-wrap {
		margin-top: 1em;
		padding: 0px;
	}
	h2.entry-title {
    margin: -30px -30px 0px -30px;
		background: transparent;
		color: #072638;
	}
	h2.entry-title {
    margin: 0 0 30px 0;
    padding: 0px;
    background: transparent;
    color: #072638;
	}
	.comment-respond, .entry-comments, .entry-pings {
		margin-bottom: 60px;
		padding: 15px;
	}
}
@media only screen and (max-width: 391px) {
	div.footer-widgets section {
		width: 95%;
	}
}
/* Menu Responsiveness */

@media only screen and (max-width: 768px) {

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
		line-height: 1;
		padding: 16px 20px;
	}
	.nav-primary .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.nav-primary .genesis-nav-menu.responsive-menu a,
	.nav-primary .genesis-nav-menu.responsive-menu a:hover {
		color: #fff;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 16px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	.nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		color: #fff;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 25px;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 12px 20px;
		position: relative;
		width: 100%;
	}
}
@media only screen and (max-width: 568px) {

	.comment-respond input[type="email"],
	.comment-respond input[type="text"],
	.comment-respond input[type="url"] {
		width: 100%;
	}
}
