/*
    Theme Name:   Genesis Child Theme - WIGOP
    Description:  Genesis Framework child theme for WIGOP's site
    Author:       Cameron Kloot
    Author URI:   http://www.pushdigital.com
    Template:     genesis
    Version:      1.0.0
    Text Domain:  genesis-child
*/

/*
Imports
---------------------------------------------------------------------------------------------------- */

@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,400,600,700,800);
@import url(assets/css/fontello.css);

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background-color: #fff;
	color: #2b2b2b;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #666;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color:#373737;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow:none;
	box-shadow:none;
	color: #4f4e4e;
	font-size: 12px;
	padding: 14px;
	width: 100%;
    border-radius: 0;
}

input[type="text"],
select,
textarea {
    -webkit-appearance: none;
}

input[type=checkbox],
input[type=radio] {
    width:auto;
    margin-right:10px;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #4f4e4e;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #4f4e4e;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #c43037;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 11px 30px;
	text-transform: uppercase;
	width: auto;
    font-size:12px;
    font-weight: bold;
    text-align: center;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background: #373737;
    color:#fff;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1210px;
    padding-left:20px !important;
    padding-right:20px !important;
}

.site-inner {
	clear: both;
}

body.home .site-inner {
    background-image:url(assets/images/field-back.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.site-inner .wrap {
    background:#f8f8f8;
}

body.home .site-inner .wrap {
    background:transparent;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: left;
	width: 770px;
    padding-top:30px;
    -webkit-box-shadow: 13px 0  10px -10px rgba(0,0,0,0.05);
    box-shadow: 13px 0  10px -10px rgba(0,0,0,0.05);
}

body.home .content {
    -webkit-box-shadow:none;
    box-shadow:none;
}

.full-width-content .content {
	width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 400px;
    padding-top:40px;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 36px;
	line-height: 1.2;
}

.entry-title a,
.sidebar .widget-title a {
    color:#373737;
}

.entry-title a:hover {
	color: #c43037;
}

.widget-title {
	font-size: 16px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Gravity Forms
--------------------------------------------- */

.content-header .gform_confirmation_message,
.content-header div.gform_wrapper .validation_error,
.content-header div.gform_wrapper .validation_message {
    color:#fff;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper ul,
div.gform_wrapper form ul {
    margin:0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
    list-style-type: none;
}

div.gform_wrapper li.gform_hidden,
div.gform_wrapper form li.gform_hidden {
    margin:0;
    display: none;
}

.sidebar .gform_heading {
    text-align: center;
    margin-bottom:10px;
}

.sidebar .gform_description {
    font-size:26px;
    font-weight: 600;
    line-height: 1.2;
}

.sidebar .gform_footer input[type="submit"] {
    width:100%;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.bumper {
    min-height: 82px;
}

.site-header {
	position: relative;
    background:#fff;
    border-bottom:5px solid #c43037;
}

.site-header.shrink {
    position: fixed;
    width: 100%;
    z-index: 9;
    top:0;
    left:0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	width: 132px;
    position: absolute;
    top:0;
    left:50%;
    margin-left:-66px;
    padding:0;
}

.site-title {
    margin-bottom:0;
    position: relative;
}

.site-title a {
    display: block;
	text-indent: -9999px;
	min-height: 132px;
	height: 132px;
	width: 100%;
    position: absolute;
    background-image:url(assets/images/logo.png);
    background-size:130px 132px;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 99;
}

.site-header.shrink .site-title a {
    min-height: 0;
    height: 57px;
    background-size: auto 72px;
}

.site-description {
	text-indent: -9999px;
    margin-bottom:0;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: center;
}

.site-header.shrink .genesis-nav-menu li.contribute {
    padding:0;
    margin-left:10px;
}

.genesis-nav-menu a {
	border: none;
	color: #22323f;
	display: block;
	padding: 28px 24px;
	position: relative;
    font-size:14px;
}

.site-header.shrink .genesis-nav-menu a {
    padding:18px 24px;
}

.site-header.shrink .genesis-nav-menu li.contribute a,
.site-header.shrink .genesis-nav-menu li.convention a {
    font-size:14px;
    padding:10px;
}

.genesis-nav-menu li.contribute,
.genesis-nav-menu li.continue,
.genesis-nav-menu li.convention {
    padding:20px 0 17px 14px;
    text-align: center;
}

.genesis-nav-menu li.contribute a,
.genesis-nav-menu li.continue a {
    color:#fff;
    font-weight: 400;
    font-size:12px;
    background:#37c470;
    border-radius: 4px;
    padding:11px 24px;
}
.genesis-nav-menu li.convention a {
    color:#fff;
    font-weight: 400;
    font-size:12px;
    background:#c43037;
    border-radius: 4px;
    padding:11px 24px;
}

.genesis-nav-menu li.contribute.large {
    padding-top:10px;
    padding-bottom:7px;
}

.genesis-nav-menu li.contribute.large a {
    font-size:20px;
    font-weight: 700;
}

.genesis-nav-menu li.contribute a:hover {
    background:#c43037;
}
.genesis-nav-menu li.convention a:hover {
    background:#37c470;
}
.genesis-nav-menu li.continue a {
    background:#c43037;
}

.genesis-nav-menu li.continue a:hover {
    background:#37c470;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
    background: -moz-linear-gradient(top,  rgba(234,234,234,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(100%,rgba(255,255,255,1)));  Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(234,234,234,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=0 );
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background: rgb(234,234,234);
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	padding: 16px 20px;
	position: relative;
	width: 200px;
    text-align: left;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
	padding: 2.8rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

.nav-primary,
.nav-secondary,
.nav-landing {
    float:left;
    width:44.358974359%;
    text-align: right;
    padding-right:24px;
}

.nav-secondary,
.nav-landing {
    float:right;
    text-align: left;
    padding-left:14px;
    padding-right:0;
}

.nav-primary .wrap,
.nav-secondary .wrap,
.nav-landing .wrap {
	padding:0 !important;
}

/*
Mobile Menu
---------------------------------------------------------------------------------------------------- */

.mobile-menu {
    display: none;
    font-size:18px;
    background:#c43037;
    color:#fff;
    padding-bottom:5px;
}

.landing-menu {
    font-size:18px;
    color:#fff;
    padding-bottom:5px;
}


.mobile-menu li a,
.landing-menu li a {
    color:#fff;
    padding:8px 10px 8px 20px;
    text-decoration:none;
    color:#fff;
    font-weight: 600;
    text-decoration: none;
}

.slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; line-height: 1.125em; cursor: pointer; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 24px; height: 3px; }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 3px }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
.slicknav_menu { *zoom: 1 }

.slicknav_btn {
    text-decoration:none;
    margin:-43px 20px 0 0;
    padding:0;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #c43037;
}

.slicknav_nav {
    color:#fff;
    margin:0;
    padding:5px 0 0;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
}
.slicknav_nav ul {
    padding:0;
    margin:0 0 0 20px;
}
.slicknav_nav a{

}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
/*    background:#fff;*/
    background:#373737;
/*    color:#c43037;*/
    color:#fff;
}
.slicknav_nav .slicknav_txtnode {
     margin-left:15px;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
    padding-right:20px;
}

.full-width-content .entry {
    padding-right:0;
}


.single .entry-thumbnail img {
    display: none;
}

.entry-thumbnail .caption {
    border-bottom:1px solid #eee;
    font-size:12px;
    font-style: italic;
    padding:4px 0;
    margin-bottom:14px;
}

.entry-content a {
	color:#c43037;
}

.entry-content a:hover {
	color: #2b2b2b;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
    float:left;
    font-size:12px;
    color:#afafaf;
    font-family: 'Georgia', serif;
    margin: 0 10px 4px 0;
}

.entry-meta:last-of-type {
    margin-bottom:20px;
}

.entry-meta icon:before {
    margin-right:6px;
}

.entry-meta a {
    color:#afafaf;
}

.entry-meta a:hover {
    color:#c43037;
}

.entry .ss-container {
    clear:both;
    padding:20px 0 0;
}

.entry .ss-container a {
    display: inline-block;
    padding:20px 20px;
    width:33.333333333333333%;
    font-size:20px;
    color:#fff;
    text-align: center;
    text-transform: uppercase;
}

.entry .ss-container a.ss-fk {
    background:#214792;
}

.entry .ss-container a.ss-tr {
    background:#35bcfc;
}

.entry .ss-container a.ss-el {
    background:#c43037;
}

.entry .ss-container a:hover {
    background:#242424;
}

.entry .ss-container a icon:before {
    margin-right:14px;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	margin: 40px 0 40px 10px;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #2b2b2b;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 6px 10px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #c43037;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {

}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar .widget {
	margin-bottom: 40px;
    padding-left:20px;
}

/*
Content Header
---------------------------------------------------------------------------------------------------- */

.content-header {
    background-color:#010101;
    background-image:url(assets/images/header.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: right center;
    height:300px;
}

body.large-header .content-header {
    background-position: center;
    height: 400px;
}

body.home .content-header {
    height:auto;
    padding-bottom:58px;
    background-position: 68% 50%;
}

body.landing .content-header {
    background-position: top;
    height:auto;
    padding-bottom:300px;
}

.content-header .wrap {
    position: relative;
    height:100%;
}

.content-header .feature .widget-wrap {
    height:720px;
    display: table;
}

body.home .content-header .gform_wrapper {
    display: table-cell;
    vertical-align: middle;
    max-width:600px;
    padding-left:140px;
}

.content-header .gform_heading {
    text-align: center;
    padding-bottom:40px;
}

.content-header .gform_heading * {
    color:#fff;
}

body.home .content-header .gform_heading h1 {
    font-family: 'Georgia', serif;
    font-size:46px;
    margin-bottom: 0;
    color:#fff;
}

.content-header .gform_heading p {
    font-size:12px;
    text-transform: uppercase;
    margin-bottom:0;
}

.content-header .gform_body .gfield {
    width:50%;
    float:left;
    font-style: italic;
}

.content-header .gform_body .gfield input {
    font-weight: bold;
}

.content-header .gform_body .gfield:nth-child(1),
.content-header .gform_body .gfield:nth-child(3) {
    padding-right:5px;
}

.content-header .gform_body .gfield:nth-child(2),
.content-header .gform_body .gfield:nth-child(4) {
    padding-left:5px;
}

.content-header .gform_body .gfield:nth-child(3) {
    width:65%;
}

.content-header .gform_body .gfield:nth-child(4) {
    width:35%;
}

.content-header .gform_body .gfield.red-text input {
    color:#c43037;
}

.content-header .gform_body .red-text input::-moz-placeholder {
    color:#c43037;
}

.content-header .gform_body .red-text input::-webkit-input-placeholder {
    color:#c43037;
}

.content-header .gform_footer {
    text-align: center;
}

.content-header .gform_footer input[type="submit"] {
    max-width:220px;
    width:100%;
    padding-top:15px;
    padding-bottom:15px;
}

.content-header .gform_footer input[type="submit"]:hover {
    color:#c43037;
    background:#fff;
}

.content-header .sl-container {
    position: absolute;
    top:-5px;
    right:20px;
}

.content-header .sl-container a {
    color:#fff;
    display: inline-block;
    padding:9px 10px;
    background:#c43037;
    font-size:16px;
    margin-left:0;
}

.content-header .sl-container a:hover {
    background:#fff;
    color:#c43037;
    padding-bottom:14px;
}

.content-header .entry-title {
    position: absolute;
    bottom:0;
    left:0;
    color:#fff;
    font-weight: bold;
    font-style: italic;
    font-size:28px;
    text-transform: uppercase;
    padding:10px 20px;
    width:790px;
    background:rgba(196,48,55,0.80);
    margin-bottom:0;
}

body.full-width-content .content-header .entry-title {
    width:100%;
}

.content-header .entry-title a {
    color:#fff;
}

.content-header .entry-title a:hover {
    border-bottom:2px solid #fff;
}

body.landing .landing-wrap {
    padding:40px 30px 60px;
    max-width:500px;
    backround:#1b2413;
    background:rgba(27,36,13,0.7);
}

body.landing .gform_description h1,
body.landing .gform_description h2,
body.landing .gform_description h3,
body.landing .gform_description h4,
body.landing .gform_description h5,
body.landing .gform_description h6 {
    text-transform: uppercase;
    font-weight:400;
    margin-bottom:0;
    z-index:99;
    position: relative;
}

body.landing .gform_description h1 {
    font-size:80px;
}

body.landing .gform_description h2 {
    font-size:48px;
    font-weight: 800;
}

body.landing .gform_description h3 {
    font-size:40px;
    font-weight: 600;
}

body.landing .gform_description h4 {
    font-size:26px;
    font-weight: 600;
}

body.landing .gform_description h5 {
    font-size:24px;
}

body.landing .gform_description span.circle {
    display: block;
    font-size:32px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    border-radius: 50%;
    padding:68px 40px;
    width:240px;
    margin:24px auto 24px;
/*    background:#c43037;*/
    position: relative;
}

body.landing .gform_description span.circle:after {
    content:'';
    background-image:url(assets/images/circle-arrow.png);
    background-repeat: no-repeat;
    background-size:cover;
    position: absolute;
    top:10px;
    left:-10px;
    width:320px;
    height:400px;
    z-index:0;
}

body.landing .gform_footer input[type="submit"] {
    width:100%;
    max-width:100%;
}

/*
Facebook Connect
---------------------------------------------------------------------------------------------------- */

.fb-connect {
    background:#214792;
    padding-top:13px;
    padding-bottom:13px;
}

.fb-connect:hover {
    background:#0d337e;
}

.fb-connect icon:before {
    margin-right:6px;
}

body.landing .fb-connect {
    width:100%;
    margin-top:8px;
}

/*
CTA Buttons
---------------------------------------------------------------------------------------------------- */

.cta-buttons li {
    list-style-type: none;
    width:100%;
}

.home-widgets .cta-buttons {
    margin:-58px 0 0;
    -webkit-box-shadow: 6px 6px 10px rgba(0,0,0,0.15);
    box-shadow: 6px 6px 10px rgba(0,0,0,0.15);
    float:left;
    width:100%;
}

.home-widgets .cta-buttons li {
    border-right:2px solid #eeeeee;
    float:left;
    width:25%;
}

.home-widgets .cta-buttons li:last-of-type {
    border-right:none;
}

.cta-buttons a {
    background:#fff;
    font-weight: 600;
    color:#373737;
    text-transform: uppercase;
    padding:38px 0;
    display: inline-block;
    width:100%;
    text-align: center;
}

.cta-buttons a:hover {
    background:#c43037;
    color:#fff;
}

.cta-buttons a icon {
    font-size:24px;
    vertical-align: baseline;
}

.cta-buttons a icon:before {
    margin-right:14px;
}

.sidebar .cta-buttons a.contribute {
    background:#37c470;
    color:#fff;
}

.sidebar .cta-buttons a.contribute:hover {
   background:#c43037;
}

/*
Home Featured Links
---------------------------------------------------------------------------------------------------- */

.featured-links {
    padding:80px 0 20px;
/*    overflow: hidden;*/
}

.featured-links .entry {
    background:transparent;
    padding:0 15px;
    position: relative;
}

.featured-links .entry:hover .read-more {
    background:#c43037;
    color:#fff;
}

.featured-links .entry-thumbnail {
    border-top:10px solid #c43037;
    border-bottom:10px solid #c43037;
    position: relative;
    background:#fff;
}

.featured-links .entry-thumbnail img {
    display: block;
}

.featured-links .entry-thumbnail .word {
    display: block;
    position: absolute;
    bottom:-23px;
    left:20px;
    color:#fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size:12px;
    background:#c43037;
    padding:9px 20px;
}

.featured-links .entry-thumbnail .word:hover {
/*
    padding-top:15px;
    padding-bottom:15px;
    margin-bottom:-6px;
*/
}

.featured-links .entry-header {
    padding:36px 20px 20px;
    background:#fff;
    min-height: 104px;
}

.featured-links .entry-title {
    font-size:20px;
    margin-bottom:0;
}

.featured-links .entry-footer {
    padding:0 20px 43px;
    position: relative;
    float:left;
    width:100%;
    background:#fff;
}

.featured-links .read-more {
    padding: 14px 20px;
    text-align: center;
    clear: both;
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
    width: 100%;
/*    background:#f4f4f4;*/
    background:#eeeeee;
    color:#000;
}

.featured-links .nav {
    color:#c43037;
    font-size:20px;
    position: absolute;
    top:50%;
    margin-top:-15px;
    background:#eee;
}

.featured-links .nav:hover {
    background-color:#c43037;
    color:#fff;
}

.featured-links .nav icon:before {
    width:20px;
    vertical-align: middle;
}

.featured-links .nav.slick-disabled {
    color:#999;
}

.featured-links .nav-prev {
    left:-40px;
    padding:0 6px 2px 1px;
}

.featured-links .nav-next {
    right:-40px;
    padding:0 2px 2px 4px;
}

/*
Products Widget
---------------------------------------------------------------------------------------------------- */

.home-widgets-3 {
    background-color:#eeeeee;
    background-image:url(assets/images/pat-store.jpg);
}

body.home .products {
    float:left;
    width:100%;
    padding:60px 0 20px;
}

.products .header {
    text-transform: uppercase;
    color:#232323;
    font-weight: normal;
    text-align: center;
    position: relative;
    margin-bottom:40px;
}

.sidebar .products .header {
    display: none;
}

.products .header:before,
.products .header:after {
    content: '';
    position: absolute;
    top:18px;
    border-bottom:1px solid #908f8f;
    width:25%;
    left:100px;
}

.products .header:after {
    left:auto;
    right:100px;
}

.products .entry {
    background:#fff;
    padding:20px 20px 20px 0;
    border-bottom:10px solid #c43037;
    -webkit-transition: all 0.25s ease-in-out;
	transition:         all 0.25s ease-in-out;
    position: relative;
}

body.home .products .entry:hover {
    margin-top:-20px;
    -webkit-box-shadow: 6px 6px 10px rgba(0,0,0,0.15);
    box-shadow: 6px 6px 10px rgba(0,0,0,0.15);
}

.products .entry-thumbnail {
    float:left;
    width:190px;
    margin-right: 20px;
}

.products .entry-header {
    margin-bottom:46px;
}

.products .entry-title {
    font-size:20px;
}

.products .entry-header span {
    font-size:12px;
}

.cover-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

/*
Social Container
---------------------------------------------------------------------------------------------------- */

.sl-container a {
    list-style-type: none;
    margin-left:20px;
}

.sl-container a:first-of-type {
    margin-left:0;
}

/*
Category
---------------------------------------------------------------------------------------------------- */

body.category .content .entry {
    background:#fff;
    padding:20px 20px 66px;
    margin:0 30px 20px 10px;
    border:1px solid #e5e5e5;
    font-size:14px;
    position: relative;
}

body.category .content .entry-title {
    font-size:26px;
    font-weight: 600;
}

body.category .content .entry-thumbnail {
    float:left;
    width:220px;
    height:178px;
    margin-right:30px;
    position: relative;
    overflow: hidden;
		display:none;
}

body.category .content .entry-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    height: 178px;
    max-width: 1000px;
}

body.category .content .entry-content {

}

body.category .content .entry-content p:last-of-type {
    margin-bottom:0;
}

body.category .content .ss-container {
    padding:0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

body.category .content .ss-container a {
    font-size:16px;
    padding-top:10px;
    padding-bottom:10px;
}

body.category .content .entry-meta:last-of-type {
    margin-bottom:10px;
}

body.category .content .entry-footer a {
    color:#c43037;
    font-weight: 600;
    font-size:12px;
}

body.category .content .entry-footer a:hover {
    color:#2b2b2b;
}

#ajload-load-posts {
    margin-bottom:30px;
    padding:10px 30px 0 10px;
}

#ajload-load-posts .load-more {
    background:#c43037;
    color:#fff;
    width:100%;
    font-weight: 600;
}

#ajload-load-posts .load-more:hover {
    background:#e8e8e8;
    color:#2b2b2b;
}

/*
Map
---------------------------------------------------------------------------------------------------- */

.map-container {
    float:right;
}

#map {
	width:705px;
	height:701px;
	background-image:url(assets/images/map.jpg);
	background-repeat:no-repeat;
	position:relative;
}

#map img {
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:5;
}

#map .county-tooltip
{
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}

#map .county-tooltip .county-name
{
	display:block;
	position:absolute;
	top:0;
	left:0;
	font-size:19px;
	color:#7f0305;
	color:#000;
	z-index: 10;
	line-height: 40px;
	text-align: center;
	width: 144px;
	text-transform: uppercase;
	font-weight: 600;
}

#map .county-tooltip img {
	display:block;
    max-width:144px;
}

#map a {
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}

#map #map-dropdown {
	display:block;
	position:absolute;
	top:0;
	right:50px;
	left:auto;
	z-index:200;
	font-size:11px;
	color:#bababa;
	border:2px solid #ececec;
	border-radius:2px;
	width:163px;
	height:35px;
	line-height:35px;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
}

#map #map-dropdown img {
	display:inline;
	position:static;
	vertical-align:middle;
}

#map #map-dropdown-content
{
	display: none;
	background-color: #ececec;
	width: 590px;
	position:absolute;
	top: 39px;
	right: 50px;
	left: auto;
	z-index: 200;
}

#map #map-dropdown-content div.county-list-bundle
{
	display: inline-block;
	vertical-align: top;
	*zoom:1;
	*display:inline;
}

#map #map-dropdown-content div.county-list
{
	display: inline-block;
	vertical-align: top;
	*zoom:1;
	*display:inline;
	padding: 20px 15px 0;
}

#map #map-dropdown-content div.county-list-bundle div.county-list
{
	display:block;
}

#map #map-dropdown-content div.county-list .county-list-title
{
	color:#434343;
	font-weight:bold;
}

#map #map-dropdown-content div.county-list a
{
	display:block;
	position:static;
	color:434343;
	text-decoration:none;
}

/*
Contribute
---------------------------------------------------------------------------------------------------- */

/*#donation-form*/
#donation-form #amount ul {
    width:100%!important;
}

#donation-form .span_12 .span_12 {
    width:100%!important;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-contribute a {
    display: block;
    text-align: center;
    background:#37c470;
    color:#fff;
    padding:36px 0;
    text-transform: uppercase;
    font-size:20px;
    font-weight: 700;
}

.footer-contribute a:hover {
    background-color:#c43037;
}

.footer-contribute a icon:before {
    margin-right:10px;
}

.footer-widgets {
	background-color:#242424;
    background-image:url(assets/images/pat-foot-light.jpg);
    color:#fff;
    font-size:12px;
    padding:40px 0;
}

.footer-widgets p {
    margin-bottom:0;
}

.footer-widgets a {
    color:#fff;
}

.footer-widgets a:hover {
    color:#c43037;
}

.footer-widgets .disclaimer {
    border:1px solid #727272;
    color:#727272;
    padding:9px 20px;
    text-align: center;
    text-transform: uppercase;
    font-size:10px;
    max-width:468px;
}

.footer-widgets-1 {
    width:50%;
    float:left;
}

.footer-widgets-2,
.footer-widgets-3 {
    width:50%;
    float:right;
    text-align: right;
}

.footer-widgets .sl-container {
    margin-top:8px;
}

.footer-widgets .sl-container a {
    font-size:16px;
}

/*
Targeted Victory Form
---------------------------------------------------------------------------------------------------- */

body #amount ul {
    width:100%;
}

body #amount ul li {
    width:10%;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #1d1d1d;
    background-image:url(assets/images/pat-foot-dark.jpg);
	color: #fff;
	font-size: 12px;
	padding: 20px 0;
}

.site-footer a {
	color:#fff;
}

.site-footer a:hover {
    color:#c43037;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer .powered {
    float:right;
}

.site-footer .powered a {
    text-transform: uppercase;
}

.site-footer .footer-menu {
    float:left;
}

.site-footer .footer-menu .menu-item {
    display: inline;
    list-style-type: none;
    margin-right:8px;
}

.site-footer .footer-menu .menu-item:last-of-type {
    margin-right:0;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {
	.site-title a {
		background-image:url(assets/images/logo@2x.png);
	}
}

@media only screen and (min-width: 1759px) {
    body.home .site-inner {
        /* background-size:100%; */
    }
}

@media only screen and (max-width: 1209px) {

    .site-inner {
        background-size: auto 60%;
    }

	.wrap {
		max-width: 1040px;
	}

    body.home .site-inner > .wrap {
        padding-left:60px !important;
        padding-right:60px !important;
    }


	.content,
	.content-header .entry-title {
		width: 720px;
	}

    .sidebar-primary {
        width:280px;
    }

    .content-header .feature .widget-wrap {
        height:620px;
    }

    .products .entry {
        padding:20px;
        border-bottom: none;
    }

    .products .entry:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-top:0;
    }

    .products .entry-thumbnail {
        width:100%;
        margin-right:0;
    }

    .products .entry-header {
        margin-bottom:16px;
    }

    .products .entry-title {
        margin-bottom:8px;
    }

    .products .learn-more {
        width:100%;
    }

    .entry-title {
        font-size:32px;
    }

    .map-container {
        float:none;
        clear:both;
        overflow: scroll;
    }
/*    body #amount ul li*/
    #donation-form .amounts li {
        width:20%;
    }

}

@media only screen and (max-width: 1039px) {

    .wrap,
	.content,
	.sidebar-primary,
	.sidebar-secondary,
    .content-header .entry-title {
		width: 100%;
	}

    body.home .site-inner {
        /* background-size:auto 28%; */
    }

    .site-header {
        border-bottom:none;
    }

    .mobile-menu {
        display: block;
    }

    .nav-landing .landing-menu {
        display: none;
    }

    .nav-landing {
        width:100%;
        padding-left:0;
        background:#c43037;
    }

    .title-area {
        position: relative;
        top:auto;
        left:auto;
        margin:0 auto -53px;
        height:125px;
    }

    .nav-primary ,
    .nav-secondary {
        display: none;
    }

    .content-header {
        background-position: bottom right -100px;
    }

    .content-header .feature .widget-wrap {
        width:520px;
    }

    body.home .content-header .gform_wrapper {
        padding-left:60px;
        max-width:500px;
    }

    .content-header .gform_heading h1 {
        font-size:36px;
    }

    .content {
        -webkit-shadow: none;
        box-shadow: none;
    }

    .products .header:before {
        left:60px;
        width:25%;
    }

    .products .header:after {
        right:60px;
        width:25%;
    }

    .products .one-third {
        margin-left:0;
        width:100%;
    }

    body.home .products .entry:hover {
        margin-top:0;
        -webkit-box-shadow:none;
        box-shadow: none;
    }

    .entry {
        padding-right:0;
    }

    body.category .content .entry {
        margin-left:0;
        margin-right:0;
        padding-bottom:26px;
    }

    body.category .content .entry-thumbnail {
        height:184px;
    }

    body.category .content .entry-thumbnail img {
        height:142px;
    }

    #ajload-load-posts {
        padding-left:0;
        padding-right:0;
    }

    .sidebar .widget {
        padding-left:0
    }

    .entry-title {
        font-size:26px;
    }

    body.landing .content-header {
        padding-bottom:0;
    }

    body.landing .content-header .wrap {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 900px) {

    body.home .content-header {
        padding-bottom:0;
        background-size: auto 175%;
        background-position: left top;
    }

    body.home .site-inner {
        /* background-size:auto 37%; */
    }

    .content-header .wrap {
        padding:0 !important;
    }

    .content-header .feature .widget-wrap {
        height:auto;
        width:100%;
    }

    body.home .content-header .gform_wrapper {
        max-width:100%;
        width:100%;
        display: block;
        padding: 0 60px 60px;
        margin-top: 120px;
    }

    .home-widgets .cta-buttons {
        margin-top:0;
    }

    .home-widgets-2 .wrap {
        padding:0 !important;
    }

    .products .header:before,
    .products .header:after {
        content:none;
    }

    body.category .content .entry {
        padding-bottom:66px;
    }

    body.category .content .entry-thumbnail {
        height:auto;
        width:100%;
        clear:both;
        margin-right:0;
        margin-bottom:10px;
    }

    body.category .content .entry-thumbnail img {
        position: relative;
        top: auto;
        left: auto;
        height: auto;
        max-width:100%;
    }

    body.category .content .entry-content {
        clear:both;
        margin-top:0;
    }

    body.category .content .entry-footer {
        position: relative;
        bottom: auto;
        left: auto;
        margin-top:10px;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        width:100%;
        text-align: center;
    }

    .footer-widgets .disclaimer {
        margin:0 auto 20px;
    }

    .footer-widgets .sl-container {
        margin-top:20px;
    }

    .footer-widgets .sl-container a {
        float:none;
    }

    .site-footer .footer-menu {
        float:none;
        text-align: center;
    }

    .site-footer .powered {
        float:none;
        margin-top:20px;
        text-align: center;
    }

    body.landing .landing-wrap {
        max-width:100%;
        width:100%;
        display: block;
        padding-top:80px;
    }
}

@media only screen and (max-width: 767px) {

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin-left: 0;
		width: 100%;
	}

    body.home .site-inner {
/*        background-size:auto 31%;*/
    }

    .home-widgets .cta-buttons li {
        width:50%;
    }

    .home-widgets .cta-buttons li:nth-child(2) {
        border-right: none;
        border-bottom:2px solid #eeeeee;
    }

    .home-widgets .cta-buttons li:first-of-type {
        border-bottom:2px solid #eeeeee;
    }

    body.home .site-inner > .wrap {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    #donation-form .amounts li {
        width:25%;
    }
}

@media only screen and (max-width: 600px) {
    .title-area {
        margin-left:0;
    }

    .slicknav_menu ul {
        margin-top:77px;
    }

    body.home .site-inner {
        /* background-size:auto 34%; */
    }

    body.home .site-inner > .wrap {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .featured-links .nav-prev {
        left:-20px;
        padding:4px 10px 6px 5px;
    }

    .featured-links .nav-next {
        right: -20px;
        padding: 4px 6px 6px 8px;
    }

    .featured-links .entry {
        padding:0;
    }

    #donation-form .amounts li {
        width:50%;
    }
}

@media only screen and (max-width: 480px) {
    .content-header .sl-container {
        right:0;
    }

    body.home .content-header .gform_wrapper {
        padding:0 20px 40px;
    }

    body.home .content-header .gform_heading h1 {
        font-size:26px;
    }

    .content-header .gform_body .gfield:nth-child(1),
    .content-header .gform_body .gfield:nth-child(2),
    .content-header .gform_body .gfield:nth-child(3),
    .content-header .gform_body .gfield:nth-child(4) {
        width:100%;
        padding:0;
    }

    body.home .content-header .gform_footer input[type="submit"] {
        max-width:100%;
    }

    .home-widgets .cta-buttons li {
        width:100%;
        border-bottom:2px solid #eeeeee;
        border-right:none !important;
    }

    .home-widgets .cta-buttons li:last-of-type {
        border-bottom: none;
    }

    body.landing .landing-wrap {
        padding-left:20px;
        padding-right:20px;
    }

    body.landing .gform_description h1 {
        font-size:52px;
    }

    body.landing .gform_description h2 {
        font-size:30px;
    }

    body.landing .gform_description h3 {
        font-size:22px;
    }

    body.landing .gform_description h4 {
        font-size:18px;
    }

    body.landing .gform_description h5 {
        font-size:16px;
    }

    body.landing .gform_description span.circle {
        font-size:18px;
        padding:56px 38px;
        width:175px;
    }


    body.landing .gform_description span.circle:after {
        background-size: cover;
        top:0;
        width:240px;
        height:300px;
        z-index:0;
    }

    body.home .site-inner {
        /* background-size:auto 42%; */
    }

    body.category .content .entry {
        padding-bottom:0;
    }

    body.category .content .ss-container {
        position: relative;
        bottom: auto;
        left: auto;
        margin:20px -20px 0 -20px;
    }

    body.category .content .ss-container a {
        width:100%;
    }
}

@media only screen and (max-width: 400px) {

    body.category .content .entry-title,
    .entry-title {
        font-size:20px;
    }

    body.category .content .ss-container a,
    .entry .ss-container a {
        margin:0 0 6px 0 !important;
        width:100%;
    }
}
