/*
Theme Name: Senate
Theme URI: http://themeforest.net/user/ThemeWarriors
Description: Coorporate, Multi Purpose, Politic, Campaign
Author: ThemeWarrior
Author URI: http://www.themewarrior.com
Version: 1.0.0
License: GPL
License URI: license.txt
Tags: one-column, two-columns, right-sidebar, custom-menu, featured-images, translation-ready
Text Domain: senate
*/
/**
 * Table of Contents:
 *
 * 1.0 - Imported Styles
 * 2.0 - Common Styles
 *   2.1 - Heading
 * 3.0 - Main Layout
 * 4.0 - Header Layout
 *   4.1 - Logo
 *   4.2 - Menu Navigations
 *   4.3 - Slideshow
 * 4.0 - Main Layout
 * 5.0 - Articles
 *   5.1 - Common
 *   5.3 - Comments
 *   5.4 - Gallery
 *   5.5 - History Timeline
 * 6.0 - Widgets
 *   6.1 - Commons
 *   6.2 - About Author Widget
 *   6.3 - Search Widget
 *   6.4 - Popular Posts Widget
 *   6.5 - Category Widget
 *   6.6 - Tags Cloud
 *   6.7 - Instagram Feeds Widget
 *   6.8 - Article Widget
 * 7.0 - Forms
 * 8.0 - Footer
 * 9.0 - Standard WordPress Styles 
 * ----------------------------------------------------------------------------
 */
/* -----------------------------------
    1.0 - Imported Styles 
-----------------------------------*/

/* -----------------------------------
    2.0 - Common Styles 
-----------------------------------*/
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body {
    background: #ffffff;
    font: 18px/28px 'PT Serif', Georgia, 'Times New Roman', serif;
    color: #444;
    -webkit-font-smoothing: antialiased;
}

input,
textarea { font: 15px 'PT Serif', Georgia, 'Times New Roman', serif; }

select {
    max-width: 100%;   
}

a:link { text-decoration: none }
a:hover { text-decoration: none !important }
a:link:hover {color: #cd4c4c;}

blockquote {
    color: #9e9e9e;
    margin: 30px 7%;
    padding-left: 20px;
    border-left: 5px solid #ddd;
}

address { margin-bottom: 20px }
blockquote:before,
blockquote:after,
q:before,
q:after { content: "" }
pre,
code {
    font: .9em/120% 'Courier New', Courier, monospace;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 30px 0;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
th { text-align: left }
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}
table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td { border-top: 0 }
table > tbody + tbody { border-top: 2px solid #dddddd }
img,
embed,
iframe,
object,
video { max-width: 100% }
img { height: auto; display: block; }
::selection {
    background-color: #f66767;
    color: #fff;
}
.clear {
    float: left;
    clear: both;
    width: 100%;
}
.clearfix { *zoom: 1 }
.clearfix:before,
.clearfix:after,
article.hentry:after,
.row:after,
.comments-list ul li:after {
    display: table;
    content: "";
    width: 100%;
}
.clearfix:after { clear: both }
.clearfix {
    width: 100%;
    clear: both;
}
.thumbnail {position: relative;}
.thumbnail img {
    height: 100%;
    vertical-align: top;
    display: block; 
}

.video-holder iframe,
.map-holder iframe {
    width: 100% !important ;   
}
.table {
    display: table;
    width: 100%;
    height: 100%;
}
.tablecell {
    display: table-cell;
    vertical-align: middle;
}

.container {
    width: 80%;
    max-width: 1180px;
    margin: 0 auto;
}

.container .container {
    width: 100%;
}

.container.fullwidth {
    max-width: inherit;
    width: 100%;
}

.container.no-sidebar-container {
    max-width: 940px;
}

.container.full-container {
    width: auto;
    display: block;
    max-width: inherit;
}

.map {
    margin-bottom: 30px;
}

.map iframe {
    width: 100% !important;
    min-height: 500px;
}

/**
 * 2.1 Heading
 * ----------------------------------------------------------------------------
 */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", Serif, Arial;
    color: #000;
    line-height: 120%;
    font-weight: 700;
}

article.hentry h1,
article.hentry h2,
article.hentry h3,
article.hentry h4,
article.hentry h5,
article.hentry h6 {
    line-height: 120%;
}

p {
    margin-bottom: 30px
}

p:last-child {
    margin-bottom: 0
}

/* -----------------------------------
    3.0 - Main Layout
-----------------------------------*/



body.page-template-page-home #main {
    padding-top: 0 !important;
}

body.page-template-page-fullwidth #main{
    padding-top: 60px;
}

#main-content {
    float: left;
    width: 66%;
    margin-right: 4%;
}

#sidebar {
    float: left;
    width: 30%;
}

#sidebar .widget .post-title {
    margin-bottom: 0;
}

.homepage-widget,
.footer-widget {
    position: relative;
}

.footer-widget {
    padding: 80px 0;
}

#main-content.fullwidth {
    width: 100%;
    margin-right: 0;
}
 
.thumbnail img,
.featured-image img {
 display: block;
 max-width: 100%;
 -webkit-backface-visibility: hidden;
}

.row {
    display: block;
}

.wpb_map_wraper iframe, .event-location-info .map-info iframe{
    pointer-events: none;
    position: relative; /* IE needs a position other than static */
}
.wpb_map_wraper iframe.clicked, .event-location-info .map-info iframe.clicked{
    pointer-events: auto;
}

.row .column {
    float: left;
}

.row.column-2 .column {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 6%;
}

.row.column-2 .column:nth-child(2n+2) {
    margin-right: 0;
}

.row.column-3 .column,
.row.column-2-1 .columner-1 {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 5%;
}

.row.column-3 .column:nth-last-child(3),
.row.column-3 .column:nth-last-child(2),
.row.column-2 .column:nth-last-child(2),
.row .column:last-child {
    margin-bottom: 0;
}

.row.column-2-1 .columner-2 {
    width: 65%;
}

.row.column-2-1 .column:first-child {
    margin-right: 5%;
}

.row.column-3 .column:nth-child(3n+3),
.row.column-2-1 .column:last-child,
.row.column-4 .column:nth-child(4n+4),
.row.column-2 .column:nth-child(2n+2),
.row.column-4.column-no-margin .column {
    margin-right: 0;
}

.row.column-4.column-no-margin .column:nth-child(4n+4) {
    margin-bottom: 5%;
}

.row.column-4.column-no-margin .column:nth-last-child(4) {
    margin-bottom: 5%;
}

.row.column-4 .column {
    width: 22.75%;
    margin-right: 3%;
    margin-bottom: 5%;
}

.row.column-4.column-no-margin .column {
    width: 25%;
}
.row.column-4 .column:nth-last-child(2),
.row.column-4 .column:nth-last-child(3),
.row.column-4 .column:nth-last-child(4),
.row.column-4 .column:last-child,
.row.column-3 .column:nth-last-child(2),
.row.column-3 .column:nth-last-child(3),
.row.column-3 .column:last-child,
.row.column-2 .column:nth-last-child(2),
.row.column-2 .column:last-child,
.row.column-4.column-no-margin .column.label-hide-image:last-child,
.row.column-4.column-no-margin .column.label-hide-image:nth-last-child(4) {
    margin-bottom: 0;
}

header#masthead {
    position: relative;
}

#top-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: #fff;
    /* padding: 10px 0; */
    transition: all ease-in .3s;
}

#top-header.sticky {
    position: fixed;
    top: 0;
}

#top-header.sticky.fixed {
  top: 0;
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
}

body.admin-bar.logged-in #top-header.sticky.fixed,
body.admin-bar.logged-in,
body.admin-bar.logged-in #mobile-menu  {
    top: 32px;
}

div#close-menu {
    position: absolute;
    right: 100%;
    padding: 10px;
    color: #fff;
    width: 40px;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    display: none;
}

.menu-opened div#close-menu {
    opacity:1;
    display: block;
    visibility: visible;
}

#logo {
    display: inline-block;
    margin-top: 24px;
    margin-bottom: 24px;
}

#logo img {
    max-height: 24px;
    width: auto;
}

#logo .site-title a {
    font-size: 25px;
}

#main-menu {
    float: right;
}
.site-navigation ul {
    font-size: 0;
}

.site-navigation ul,
.site-navigation ul li,
#search-trigger {
    display: inline-block;
    vertical-align: middle;
}

.site-navigation ul li {
    vertical-align: bottom;
    position: relative;
}

.site-navigation.mobile-navigation ul {
    width: 100%;
}

.site-navigation.mobile-navigation ul li {
    display: block;
    border-bottom: solid 1px #eee;
}

.site-navigation.mobile-navigation ul li a {
    padding: 20px;
}

.site-navigation ul li a {
    display: block;
    font: 14px/100% "Montserrat", Arial, Helvetica, Sans-serif;
    padding: 32px 12px;
    color: #000;
    font-weight: 400;
}

#footer-nav.site-navigation ul li a {
    color: #fff;
    display: inline-block;
}

#footer-nav.site-navigation ul li ul.sub-menu {
    display: none !important;
}

.site-navigation ul li.menu-item-has-children ul.sub-menu {
    position: absolute;
    width: 220px;
    display: none;
    top: 100%;
}

.site-navigation ul li.menu-item-has-children ul.sub-menu ul.sub-menu{
    top: 0;
    left: 100%;
}

.site-navigation.mobile-navigation ul li.menu-item-has-children ul.sub-menu {
    
position: inherit;
    
display: block;
    
background: #265CC9;
    
width: 100%;
    
max-height: 0;
    
overflow: hidden;
    
transition: all ease-in .3s;
}

.site-navigation.mobile-navigation ul li.menu-item-has-children ul.sub-menu li a {
    color: #fff;
    background: none;
}

.site-navigation.mobile-navigation ul li.menu-item-has-children ul.sub-menu li {
    border-bottom-color: #1A48A7;
}

#masthead .site-navigation ul li:hover a,
#masthead .site-navigation ul li a.current-page {
    background: #f2f7ff;
}

section#homepage-main-slider {
    padding: 0;
}

.homepage-slider .vc_column-inner {
    padding: 0!important;
}

.slider-item {
    position: relative;
}

.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-align: center;
}

.slider-content {
    max-width: 1080px;
    margin: 0 auto;
    color: #fff;
    font-weight: normal;
}

.slider-content .button {
    box-shadow: none;
}

.mobile-menu-trigger {
    color: #CA2E2E;
    padding: 20px 0 20px 20px;
    line-height: 10px;
    width: 40px;
    font-size: 24px;
    display: none;
    cursor: pointer;
}

.site-navigation ul li.menu-item-has-children ul.sub-menu li {
    display: block;
    padding-bottom: 0;
}

#masthead .site-navigation ul li.menu-item-has-children ul.sub-menu li a {
    border-radius: 0;
    background: #265cc9;
    color: #fff;
    font-weight: 400;
    padding: 15px;
    line-height: 20px;
}

#masthead .site-navigation ul li.menu-item-has-children > a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f0d7";
    margin-left:10px;
}

#masthead .site-navigation ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children > a:after {
    position:absolute;
    top: 0;
    right: 10px;
    line-height: 40px;
    content: "\f0da";
}

#masthead .site-navigation ul li.menu-item-has-children ul.sub-menu li:hover > a,
#masthead .site-navigation ul li.menu-item-has-children ul.sub-menu li ul.sub-menu li a {
    background: #1e52b9;
}

#masthead .site-navigation ul li.menu-item-has-children ul.sub-menu li ul.sub-menu li:hover > a {
    background: #194bad;
}

.site-navigation ul li.menu-item-has-children ul.sub-menu li:hover a {
    background: #CA2E2E;
    color: #fff;
}

.button, button,
.filter.active,
.filter:hover,
.post-password-form input[type="submit"] {
    font: 12px/100% "Montserrat", Arial, Helvetica, Sans-serif;
    text-transform: uppercase;
    padding: 15px 30px !important;
    border: solid 1px !important;
    letter-spacing: 1px;
    position: relative !important;
    cursor: pointer !important;
    font-weight: 700;
    background: none;
    line-height: 15px !important;
    display: inline-block !important;
}

.mejs-controls .mejs-play button,
.mejs-controls button {
    
display: block !Important;
    
border: 0 !important;
    
padding: 0 !important;
    
position: absolute !important;
    
cursor: pointer !important;
    
line-height: inherit !important;
}

.button:hover,
button:hover,
.button.main-button,
.button.submit-btn {
    background: #CA2E2E;
    color: #fff;
    border-color: transparent;
    border: solid 1px;
}

.button.main-button,
.button.secondary-button {
    box-shadow: none !important;
    color: #fff;
}

.button.secondary-button {
    background: #2ba15a;
    border-color: #2ba15a;
}

.button:hover:after,
.button.main-button:after {
    background: #C54141;
    border-left: 0;
}

.button.secondary-button:after {
    background-color: #20964F;
}

.button.secondary-button:after,
.button.main-button:after {
    border-left: 0;
}

h2.section-title {
    text-align: center;
    position: relative;
    margin-bottom: 50px;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 100% !Important;
}

.owl-nav .owl-next, .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 50px;
    text-align: center;
    height: 50px;
    overflow: hidden;
    opacity: .2;
}
.owl-nav .owl-next:hover, .owl-nav .owl-prev:hover {
    opacity: 1;
}

.owl-nav .owl-next:before, .owl-nav .owl-prev:before {
    font-family: 'FontAwesome' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    display: block;
    font-size: 36px;
    margin-bottom: 20px;
}

.owl-nav .owl-prev:before {
    content: "\f053";

}

.owl-nav .owl-next {
    left: 100%;
    margin-left: 20px;
}

.owl-nav .owl-prev {
    right: 100%;
    margin-right: 20px;
}

.owl-dots {
    text-align: center;
    margin-top: 30px;
}

.owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    background: #ddd;
    border-radius: 5px;
}

.owl-dot.active {
    background: red;
}

nav#footer-nav {
    
text-align: center;
}

p.info {
    
}

nav#footer-nav ul li {
    padding-bottom: 0;
}

#page-header {
    background-color: #313131;
    background-size: cover;
    padding: 120px 0;
    text-align: center;
    border-bottom: solid 10px #265CC9;
    background-image: url('../../images/stat.jpg')
}

#page-header h2.header-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
}

.page-title {
    padding: 170px 0 90px 0;
    text-align: center;
}

.page-title h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
}

.pagination {
    margin-top: 90px;
    text-align: center;
}

.posts-list .pagination {
    text-align: right;
}

.wp-pagenavi span, .wp-pagenavi a {
    display: inline-block;
    float: none !important;
    font-size: 12px;
    font-weight: 800;
    font-family: "Montserrat";
    color: #666;
    line-height: 20px !important;
    padding: 10PX;
    border: none;
    background: #eee;
    margin: 5px;
}

.wp-pagenavi {
    text-align: center;
    font-size: 0;
}

.wp-pagenavi span.pages {
    width: auto;
    line-height: inherit;
    display: inline-block;
    background: none;
    color: #ccc;
}

.wp-pagenavi a:hover {
    background: red;
    color: #fff;
}

.wp-pagenavi span.current {
    background: #2654b1;
    color: #fff;
}

.pagination span {
    display: inline-block;
    border: solid 1px #CECECE;
    font: 13px/40px "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #666;
    margin: 0 7px;
    text-align: center;
}

.pagination span a {
    min-width: 40px;
    display: block;
}

.pagination span.current {
    box-shadow: 3px 3px 0 #cecece;
}

.pagination span:hover a {
    background: #CD4C4C;
    color: #fff;
    border-color: #CD4C4C;
}

article.hentry h3.post-title,
h3.post-title {
    font-size: 28px;
}

article.hentry h3.post-title {
    margin-bottom: 20px;
}

article.hentry h1.post-title {
    font-size: 35px;
}

.vc_row .posts-list article.hentry.events-article h3.post-title {
    font-size: 20px;
    margin-bottom: 10px;
}

article.hentry .thumbnail {
    margin-bottom: 30px;
}

div.tags {
    word-wrap: break-word;
}

.recent-news article.hentry .thumbnail,
.posts-list article.hentry.events-article .thumbnail {
    overflow: hidden;
    background: #000;
}

.recent-news article.hentry .thumbnail img,
.posts-list article.hentry.events-article .thumbnail img {
    transition: all ease-in .3s;
    opacity:1;
    transform: scale(1.1)
}

.recent-news article.hentry .thumbnail:hover img,
.posts-list article.hentry.events-article .thumbnail:hover img {
    transition: all ease-in .3s;
    opacity:.5;
    transform: scale(1)
}

.recent-news article.hentry .thumbnail {
    margin-bottom: 20px;
}

.recent-news article.hentry .entry-meta,
.events .type-event .entry-meta {
    margin-bottom: 0;
}

.recent-news article.hentry h3.post-title-vc {
    margin-bottom: 20px;
}

.recent-news article.hentry .entry-content p {
    margin-bottom: 0;
}

.posts-list.blog-list article.hentry .thumbnail {
    margin-bottom: 30px;
}

.event-detail article.events-article .thumbnail {
    margin-bottom: 40px;
}

.event-detail-header {
    text-align: center;
}

article.hentry .single-header {
    margin-bottom: 30px;
}

.single-header .entry-meta {
    margin-bottom: 0;
}

body.single-media-archive article.hentry .single-header,
body.single-issue article.hentry .single-header,
body.single-event article.hentry .single-header {
    margin-bottom: 60px;
}

.issues-style ul {
    display: inline-block;
    width: 45%;
    margin-right: 4%;
}

.issues-style ul li {
    font-size: 14px;
}

.issues-style ul li:before {display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;transform: translate(0, 0);content: "\f07b";margin-right: 10px;}

.event-detail-header .entry-meta {
}

article.hentry .single-header .post-title {margin-bottom: 0;}

header.post-header {
    margin-bottom: 50px;
}

.entry-meta {margin-bottom: 20px;}

.entry-meta span,
.event-location-info .info > span {
    vertical-align: middle;
    display: inline-block;
    font: 12px/100% "Montserrat", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-right: 20px;
    font-weight: 600;
}

.entry-meta span i {
    margin-right: 7px;
}

.event-location-info .info > span {
    margin-right: 0;
    margin-bottom: 20px;
}

.entry-meta span,
.entry-meta a,
.entry-meta span a,
.event-location-info .info > span {
  color: #9C9C9C;
}

.event-location-info .info > span i {
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
    color: #CA2E2E;
}

.entry-meta span .icon-meta {
    color: #c6c6c6;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;

}

.entry-meta span.user-meta .icon-meta {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;  
}

footer.post-footer {
    margin-top: 60px;
}

.posts-list article.hentry,
article.single-post {
    padding-bottom: 40px;
    margin-bottom: 40px;
    /* border-bottom: solid 1px#ECECEC; */
}

article.single-post {
    margin-bottom: 0;
}

h4.widget-title {
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    color: #CA2E2E !important;
}

#sidebar .widget-title {
    margin-bottom: 20px;
}

#main-content .widget-title,
#sidebar .widget-title {
    text-align: left;
}

table#wp-calendar caption {
    padding: 10px;
    background: #ca2e2e;
    color: #fff;
}

table#wp-calendar thead, table#wp-calendar tfoot {
    background: #2e62cc;
    color: #fff;
    text-align: center;
}

table#wp-calendar tfoot tr td:hover {
    background: #2657b9;
}

table#wp-calendar tfoot tr td a:hover {
    color: #fff;
}

.article-widget .widget-title h4 {
    font-size: 24px;
}

#sidebar .widget {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 40px;
}

.widget img {
    max-width: 100%;
    height: auto;
}

.widget ul,
.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_rss ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget ol,
.widget_archive ol,
.widget_categories ol,
.widget_pages ol,
.widget_rss ol,
.widget_meta ol,
.widget_nav_menu ol,
.widget_recent_comments ol,
.widget_recent_entries ol {
    margin: 0 !important
}

.widget li,
.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_rss li,
.widget_meta li,
.widget_nav_menu li,
.widget_recent_comments li,
.widget_recent_entries li {
    float: left;
    clear: both;
    width: 100%;
    list-style: none;
    margin: 0 0 15px 0;
    position: relative;
}

.widget li:last-child {
    margin-bottom: 0
}

.widget ul ul,
.widget ol ol {
    margin: 15px 0 !important
}

.widget_recent_comments li.recentcomments,
.widget_recent_entries ul li,
.widget_pages ul li,
.widget_categories ul li,
.widget_nav_menu ul li,
.widget_display_topics ul li {
}

.widget_archive ul li:last-child,
.widget_pages ul li:last-child,
.widget_meta ul li:last-child,
.widget_rss ul li:last-child,
.widget_categories ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_rss ul li:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
}

.widget_archive .screen-reader-text,
.widget_categories .screen-reader-text {
    display: none;
}

.widget-title a.rsswidget {
    display: left;
    word-break: break-all;
    color: #000;
}

li.cat-item a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f07b";
    margin-right: 10px;
    color: #ccc;
}

.widget_archive li a,
.widget_categories li a,
.widget_pages li a,
.widget_rss li a,
.widget_meta li a,
.widget_nav_menu li a,
.widget_recent_comments li a,
.widget_recent_entries li a {
}
.widget_archive ul li {
    text-align: right;
}

.widget_archive ul li a {
    float: left;
}

.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li {
    margin-bottom: 20px;
}

.widget_recent_comments ul li > a {
    display: block !important;
    font-size: 15px;
}

.widget_nav_menu ul li a,
.widget_pages ul li a {
    padding: 10px 0;
    display: block;
}

.widget_nav_menu ul li,
.widget_pages ul li {
    border-bottom: solid 1px #dedede;
    float: none;
    margin-bottom: 0;
}

.widget_nav_menu ul li:last-child,
.widget_pages ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.widget_nav_menu ul li ul.sub-menu,
.widget_pages ul li ul.children {
    margin-top: 0 !important;
    border-top: solid 1px #ddd;
    margin-bottom: 0 !important;
    padding-left: 20px;
}

.widget_nav_menu ul li ul.sub-menu ul.sub-menu,
.widget_pages ul li ul.children ul.children {
    padding-left: 20px;
}

.widget_nav_menu ul li ul li a:before,
.widget_pages ul li ul li a:before  {
    content: '';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f105";
    margin-right: 15px;
}

.entry-content p {
    margin-bottom: 32px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin-bottom: 20px;
}

.entry-content h1 {
    font-size: 32px;
}

.entry-content h2 {
    font-size: 28px;
}

.entry-content h3 {
    font-size: 24px;
}

.entry-content h4 {
    font-size: 20px;
}

.entry-content h5 {
    font-size: 18px;
}

.entry-content h6 {
    font-size: 16px;
}


.entry-content ul,
.entry-content ol,
.comments ul li .detail ul,
.comments ul li .detail ol {
    list-style-type: inherit;
    margin: 20px 0 32px 20px;
}

.article-widget .navigation {
    text-align: right;
    padding-top: 30px;
    border-top: solid 1px #eee
}

.article-widget .navigation span.prev {
    float: left;
}

.article-widget .navigation span {
    display: inline-block;
}

.article-widget .navigation span a {
    padding: 10px 15px;
    background: #eee;
    display: block;
    font-size: 14px;
    line-height: 100%;
    font-family: "Montserrat";
    text-transform: uppercase;
}

.article-widget .navigation span:hover a {
    background: #265cc9;
    color: #fff;
}

.entry-content ul ol,
.entry-content ul ul,
.entry-content ol ul,
.entry-content ol ol
.comments ul li .detail ul ol,
.comments ul li .detail ol ul,
.comments ul li .detail ul ul,
.comments ul li .detail ol ol   {
    margin: 10px 0 10px 15px;
}

.entry-content ul > li,
.entry-content ol li ul > li,
.comments ul li .detail ul > li,
.comments ul li .detail ol li ul > li {
    list-style-type: disc;
}

.entry-content ol > li,
.entry-content ul li ol > li,

.comments ul li .detail ol li,
.comments ul li .detail ul li ol > li  {
    list-style-type: decimal;
}

.entry-content ul li,
.comments ul li .detail ul li  {
    list-style-type: disc;
}

div#respond .widget-title {
    display: inline-block;
    vertical-align: top;
}

a#cancel-comment-reply-link {
    margin-left: 10px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    padding: 5px;
    background: #eee;
    line-height: 100%;
}

a#cancel-comment-reply-link:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f00d";
    margin-right: 3px;
}

div#respond small {
    display: inline-block;
    vertical-align: top;
    line-height: 100%;
    margin-top: -3px;
}

a#cancel-comment-reply-link:hover {
    background: #ca2e2e;
    color: #fff;
    border-radius: 4px;
}

quote {
    margin-bottom: 32px;
    display: block;
    margin: 50px auto 70px auto;
    max-width: 640px;
    font-size: 28px;
    font-weight: bold;
    color: #525252;
    font-family: serif;
    font-style: italic;
    position: relative;
    padding-left: 160px;
    background-image: url(images/quote.png);
    background-repeat: no-repeat;
    background-position: top right;
}

quote cite {
    position: absolute;
    left: 0;
    top: 20px;    
    width: 120px;
    text-align: right;
}

.about-author-widget .detail h4,
quote cite,
.contact-feature .detail h4 {
    color: #CD4C4C;
    font: 12px/100% "Montserrat", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;

}

.comments ul li .detail h5 {
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 14px;
}

.about-author-widget .detail h4 {
    margin-bottom: 20px;
}

.comments > ul > li,
.comments > ul > ul.children li {
    padding: 30px 0;
}

.comments ul li:first-child,
.comments ul.children  {
    padding-top: 0;
    border-top: 0;
}


.comments ul li .thumbnail {width: 80px;border-radius: 50%;overflow: hidden;float: left;}

.comments ul li .detail,
.comments ul.children {
    margin-left: 120px;
    width: auto;
}

.comments ul.children .thumbnail {width: 50px;}

.comments ul.children .detail {
    margin-left: 70px;
}

.comments ul li .detail h5 span {
    font: 14px/100% "PT Sans", Arial, Helvetica, sans-serif;
    text-transform: none;
    letter-spacing: 0;
    color: #ADADAD;
}

.comment-form .widget-title,
.contact-form .widget-title {
    text-align: left;
    display: inline-block;
}

.comment-form .widget-title:after,
.contact-form .widget-title:after {
    left: 0;
    width: 80px;
}

.input-group input,
.input-group textarea,
.input-group select,
.widget select,
.post-password-form input {
    padding: 10px 15px;
    display: block;
    width: 100%;
    font-size: 16px;
    border: solid 1px #c9c9c9;
}

.post-password-form input {
    display: inline-block !Important;
    width: auto;
    vertical-align: middle;
}

.comment-form .input-group input,
.comment-form .input-group select {
   max-width: 300px 
}

.slider-item .input-group input {
    border: none;
}

.share-buttons {
    margin-top: 30px;
}

.share-article-widget {
    text-align: center;
}

.share-article-widget ul {
    margin: 0;
}

.share-article-widget ul li a {
    display: block;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    width: 40px;
    line-height: 20px;
}

.share-article-widget ul li.facebook {
    background: #3A6ECE;
}

.share-article-widget ul li.twitter {
    background: #3BAAEA;
}

.share-article-widget ul li.pinterest {
    background: #CE3A3A;
}

.share-article-widget ul li.gplus {
    background: #C51515;
}

.article-widget {
    margin: 60px 0;
}

.post-navigation {
    padding-top: 40px;
    border-top: solid 1px #eee;
}

.post-navigation > div {
    float: left;
    width: 45%;
}

.post-navigation > div.next-article {
    float: right;
}

.post-navigation > div.next-article a:last-child {
    margin-left: 0;
    margin-right: 40px;
    text-align: right;
}

.post-navigation > div a:last-child {
    margin-left: 40px;
    display: block;
}

.post-navigation > div a.arrow {
    float: left;
    font-size: 30px;
    color: #ccc;
}

.post-navigation > div.next-article a.arrow {
    float: right;
}

.post-navigation > div:hover a.arrow {
    color: #CA2E2E;
}

.comment-footer {
    font: 12px/100% "Montserrat";
    color: #999;
    padding-top: 20px;
    border-top: solid 1px #eee;
    margin-top: 20px;
    font-weight: 400;
}

.input-group textarea {
    min-height: 180px;
}

.input-group {
    margin-bottom: 35px;
    position: relative;
}

.input-group:last-child {
    margin-bottom: 0;
}

.contact-form .input-group.input-submit {
    text-align: left;
}

div#map-footer {
    width: 100%;
    height: 500px;
}

#mobile-menu a.button.contribute-button {
    display: block;
    margin: 10px;
}

a.button.contribute-button {
    padding-left: 60px !important;
    padding-right: 10px !important;
    background: #31c60f;
    color: #fff;
    border-color: #2D9C14;
}

a.button.contribute-button:hover {
    background: #3db921;
}

a.button.contribute-button:after {
    display: inline-block;
    width: 50px;
    background: #3DB921;
    font: 16px/280% 'FontAwesome' !important;
    font-size: inherit;
    text-align: center;
    text-rendering: auto;
    content: '\f155';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

form#join-form {
    max-width: 580px;
    text-align: left;
}

input.submit-button.button {
    background: #265cc9;
    color: #fff;
    border-color: #204CA7;
    padding: 15px 30px;
}

.input-group.email-input:after {display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\f003";position: absolute;top: 0;bottom: 0;right: 0;z-index: 1;font-size: 24px;color: #ddd;padding: 10px 15px;}

.features-lists .feature-item {
    padding: 25px;
    background: #fff;
    border: solid 1px #ccc;
    text-align: center;
    transition: all ease-in .4s;
}

.features-lists .feature-item .feature-icon {
    font-size: 60px;
    margin-bottom: 20px;
    color: #CA2E2E;
}
.features-lists .feature-item:hover {
    background: #CA2E2E;
    border-color: #CA2E2E;
}

.features-lists .feature-item:hover,
.features-lists .feature-item:hover .feature-icon,
.features-lists .feature-item:hover h3 {
    color: #fff;
}

.features-lists .feature-item h3 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.features-lists .feature-item:hover h3:hover a {
    color: #fff;
}

.alignright {
    text-align: right;
}

.alignleft h2.section-title {
    text-align: left;
}

.alignright h2.section-title {
    text-align: right;
}

.senate-2-column-feature-image {
    position: relative;
    overflow: hidden;
}

.senate-2-column-feature-image-image {
    position: absolute;
    top: -80px;
    bottom: -80px;
    background-size: cover;
    width: 50% !Important;
    background-position: center;
}

.senate-2-column-feature-image-text {
    position: relative;
    left: 53%;
}

.senate-2-column-feature-image.senate-2-column-feature-image-align-right .senate-2-column-feature-image-image {
    left: 52%;
}

.senate-2-column-feature-image.senate-2-column-feature-image-align-left .senate-2-column-feature-image-image {
    left: inherit;
    right: 52%;
}
.senate-2-column-feature-image.senate-2-column-feature-image-align-right .senate-2-column-feature-image-text {
    left: inherit;
}

.senate-tab-header {
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
    text-align: left;
}

.tab-header-title,
.gallery-filter {
    display: inline-block;
    padding: 10px 20px;
    font: 12px/100% "Montserrat";
    font-weight: bold;
    background: #DEDEDE;
    color: #9E9E9E;
    line-height: 10px;
    border-radius: 15px;
    cursor: pointer;
    margin: 0 7px 10px 7px;
}

.tab-header-title.active,
.gallery-filter.active{
    background: #CA2E2E;
    color: #fff;    
}

.senate-progress-widget ul li {
    margin-bottom: 20px;
    line-height: 100%;
}

.senate-progress-widget {
    text-align: left;
}

.senate-progress-widget .label span {
    float: right;
}

.progress-bar-container {
    background: #eee;
    height: 10px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.progress-bar-container span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #CA2E2E;
    border-radius: 5px;
}

.senate-progress-widget .label {
    margin-bottom: 5px;
    font-size: 13px;
}

.senate-tab-container {
    padding-top: 30px;
}.statistic-widget {
    text-align: center;
    color: #fff;
}

.statistic-widget .stats-icon {
    font-size: 40px;
    opacity: .4;
}

.stats-item .number {
    font: 48px/100% "Montserrat";
    font-weight: 800;
    margin: 20px 0;
    display: block;
}

.stats-item > span {
    font-weight: 700;
    font-style: italic;
}

.widget-text {
    margin: 0 auto;
    max-width: 800px;
}

.aligncenter {
    text-align: center;
}

.events-grid-item {
    background: #fff;
    position: relative;
}

.events-grid-item .events-date {
    float: left;
    width: 100px;
    min-height: 100px;
    background: #265CC9;
    color: #fff;
    font: 48px/100% "Montserrat";
    font-weight: bold;
    padding: 20px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.events-grid-item .events-date span {
    font: 12px/100% "PT Serif";
    display: block;
}

.events-grid-item .detail {
    margin-left: 120px;
    padding: 18px 15px 18px 0;
}

.posts-list article.hentry.events-article {
    position: relative;
}

.posts-list article.hentry.events-article .thumbnail {
    float: left;
    width: 42%;
    margin-bottom: 0;
}

.posts-list article.hentry.events-article .detail {
    margin-left: 46%;
}

.posts-list.events.small-container {
    margin-top: 80px;
}

span.event-detail {
    font: 12px/100% "Montserrat";
    text-transform: uppercase;
    font-weight: 800;
}

.events-grid-item .detail span,
footer.event-footer span {
    display: block;
    color: #999;
    font: 12px/100% "Montserrat";
    text-transform: uppercase;
    margin-bottom: 5px;
}

.events-grid-item .detail span {
    padding-left: 20px;
    position: relative;
    line-height: 18px;
}

.events-grid-item .detail span i,
footer.event-footer span i {
    margin-right: 10px;
}

.events-grid-item .detail span i {
    position: absolute;
    top: 3px;
    left: 0;
}

footer.event-footer {
    padding-top: 10px;
    border-top: solid 1px #eee;
}

footer.event-footer span {
    display: inline-block;
    margin-right: 10px;
}

.events-grid-item .detail h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}

.events-grid-item .detail:after {
    position: absolute;
    width: 100px;
    top: 0;
    bottom: 0;
    left: 0;
    background: #265CC9;
    content: '';
    z-index: 0;
}

.small-container {
    max-width: 720px;
    margin: 0 auto;
}

.testimonila-item .thumbnail,
.testimonila-item .thumbnail img {
    width: 130px;
    height: 130px;
    border-radius: 75px;
}
.testimonila-item .thumbnail {
    overflow: hidden;
    margin: 0 auto 30px auto;
}


.testimonila-item {
    text-align: center;
}

.testimonila-item p span.cite {
    display: block;
    text-transform: uppercase;
    margin-top: 20px;
    font: 13px/100% "Montserrat";
    font-weight: 800;
    color: #666;
}

.vc_btn3-container button {
    border: 0 !Important;
}

.vc_btn3-container button.vc_btn3-style-outline:hover {
    border-color: transparent !Important;
}

.vc_btn3-container button.vc_btn3-style-outline {
    border: solid 1px !important;
}

.labeled-image {
    position: relative;
}

.labeled-image img,
.label-hide-image img {
    display: block;
    width: 100%;
}

a.label-overlay {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font: 14px/100% "Montserrat";
    text-transform: uppercase;
    padding: 15px;
    color: #fff !important;
    background: #265CC9;
    line-height: 140%;
    transition: all ease-in-out .5s;
    max-height: 48px;
    height: 100%;
    bottom: 0;
}

.labeled-image:hover a.label-overlay {
    max-height: 1000px;
    background-color: rgba(38, 92, 201, 0.71);
}

.label-hide-image .label-hide {
    position: absolute;
    background: #fff;
    transition: all ease-in .3s;
    left: 0;
    top: 100%;
    padding: 10px;
    text-align: center;
    right: 0;
    font: 15px/100% "Montserrat";
    margin-top: -35px;
    z-index: 1;
}

.label-hide-image {
    position: relative;
    padding-bottom: 35px;
}

.label-hide-image .label-hide span {
    display: block;
    font: 12px/100% "PT Serif";
    font-weight: 700;
    font-style: italic;
    opacity: .5;
    font-size: 0;
    transition: all ease-in .3s;
    color: #fff;
}

.label-hide-image:hover .label-hide span {
    font-size: 12px;
    margin-top: 10px;
}

.label-hide-image:hover .label-hide {
    background: #265CC9;
    color: #fff;
}

.twitter-feed {
    text-align: center;
}
.twitter-feed .entry-meta {
    margin-bottom: 0;
}

.twitter-feed p a:link {
    color: #25abdd;
}

.twitter-feed p {
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 20px;
}

section#contact-widget {
    background: #265CC9;
    color: #fff;
    padding-bottom: 40px;
}

div#map-footer {
    margin-bottom: 30px;
}

.contact-info-widget .contact-info-icon {
    float: left;
    font-size: 48px;
}

.contact-info-widget .contact-info-detail {
    margin-left: 50px;
}

section#social-widget {
    padding: 30px 0;
    color: #fff;
    background: #2e62cc;
    text-align: center;
}

.social-widget ul li {
    display: inline-block;
    margin: 10px;
}

.social-widget.footer-social-widget ul li {
    font-size: 32px;
    margin: 0 15px;
}

.social-widget.footer-social-widget ul li a {
    color: #6C94E4;
}

.social-widget.footer-social-widget ul li:hover a {
    color: #fff;
}

section#footer-info.footer-widget {
    padding: 30px 0;
    text-align: center;
    background: #2654b1;
    color: #fff;
    border-top: solid 1px #204ca5;
}

#backtotop {
    width: 50px;
    height: 50px;
    z-index: 2;
    position: fixed;
    right: 40px;
    background: #ca2e2e;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 24px;
    line-height: 45px;
    margin-bottom: -20px;
    border-radius: 30px;
    bottom: 40px;
    transition: all ease-in .3s;
}

#backtotop.bottom {
    
background-color: #224fab;
    
border-top: solid 1px #1e4dad;
    
border-bottom: solid 1px #1e4dad;
}

#backtotop:hover {
    color: #fff;
    background-color: #01579b;
}

.event-location-info {
    background: #eee;
    position: relative;
}

.event-location-info .map-info {
    margin-left: 30%;
}

.event-location-info .map-info iframe {
    height: 260px;
    width: 100%;
    display: block;
}

.event-location-info .info {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 30%;
    padding: 20px;
    text-align: right;
}
.event-location-info .info > i {
    font-size: 14px;
    line-height: 18px;
    display: block;
    margin-top: 10px;

}

p.replies {
    float: right;
}

p.replies span {
    margin-left: 20px;
}

.recent-posts article.hentry .thumbnail {
    float: left;
    width: 60px;
    margin-bottom: 0;
}

.recent-posts article.hentry .detail {
    margin-left: 80px;
}

.recent-posts article.hentry .detail h3.post-title {
    font-size: 14px;
}

.recent-posts article.hentry .detail .entry-meta {
    margin-bottom: 0;
}

.pager {
    display: block;
    text-align: justify;
    margin-bottom: 20px;
}

.pager:after {content: '';display: inline-block;width: 100%;}

.pager a {
    display: inline-block;
    font: 12px/100% "Montserrat";
    text-transform: uppercase;
}

.recent-posts article.hentry {
    margin-bottom: 30px;
}

.recent-posts.recent-comments article.hentry .thumbnail {
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.recent-posts.recent-comments article.hentry .detail {
    line-height: 100%;
    margin-left: 60px;
}

.sidebar-widget {
    margin-bottom: 60px;
}

.tagcloud a {
    display: inline-block;
    font: 14px/100% "Montserrat" !important;
    padding: 8px 10px !important;
    margin: 0 10px 10px 0;
    border: solid 1px #eee;
    border-radius: 6px;
}

.tagcloud a:hover {
    background: #eee;
}

.menu-toggler {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    color: red;
    z-index: 1;
    font-size: 20px;
    text-align: center;
    line-height: 52px;
    cursor: pointer;
}

.site-navigation.mobile-navigation ul li.menu-item-has-children ul.sub-menu.opened {
    max-height: 1000px;
}

.search-widget .input-group input[type="text"] {
    background: #ECECEC;
    border: none;
}

.input-group.input-search:after {display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\f002";position: absolute;top: 0;right: 0;padding: 15px;color: #ccc;}

#sidebar .search-widget input.button.search-button {
    position: absolute !important;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    opacity: 0;
}

.search-widget {
    position: relative;
}

body:after {display: block;position: fixed;z-index: 5;background: rgba(0, 0, 0, 0.52);top: 0;left: 0;bottom: 0;right: 0;transition: all ease-in .4s;}
body.menu-opened:after {content: '';}


#mobile-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    width: 280px;
    z-index: 10;
    transform: translateX(280px);
    transition: all ease-in .4s;
}

#mobile-menu.menu-opened {    
    transform: translateX(0);
}

.older-posts{float:left;}
.newer-posts{float:right;}

footer#colofon .contact-info-detail a {
    color: #ffffff;
}

/* Custom VC element */
.compose-mode .vc_controls > .vc_controls-cc > :first-child .vc_btn-content {
    background-color: #afd23e
}

.compose-mode .vc_controls > .vc_controls-cc > :last-child .vc_btn-content {
    background-color: #afd23e
}

.compose-mode .vc_controls-container .vc_controls-cc > div .vc_control-btn .vc_btn-content:hover {
    background-color: #669c22 !important
}

/* Custom VC element */

.compose-mode .vc_controls > .vc_controls-cc > :first-child .vc_btn-content {
    background-color: #afd23e
}

.compose-mode .vc_controls > .vc_controls-cc > :last-child .vc_btn-content {
    background-color: #afd23e
}

.compose-mode .vc_controls-container .vc_controls-out-tl > div .vc_btn-content {
    background-color: #afd23e;
    border-color: #afd23e;
}

.compose-mode .vc_controls-container .vc_controls-out-tl > div .vc_control-btn .vc_btn-content:hover {
    background-color: #669c22 !important
}

.vc_senate_vc_featured_event .vc_controls > .vc_controls-out-tl,
.vc_senate_vc_featured_issue .vc_controls > .vc_controls-out-tl,
.vc_senate_vc_featured_latest_news .vc_controls > .vc_controls-out-tl,
.vc_senate_vc_featured_people_voice .vc_controls > .vc_controls-out-tl,
.vc_senate_vc_featured_supporter .vc_controls > .vc_controls-out-tl,
.vc_senate_vc_featured_tweet_feeds .vc_controls > .vc_controls-out-tl {
    left: 40% !important;
    top: 40% !important;
}

.mainslider .wpb_content_element {
    margin-bottom: 0;
}

.white-box {
    color: #fff;
}

.vc_tta-container {
    clear: both;
}

.vc_row-fluid.counter-widget .vc_element.vc_vc_column {
    width: 25%;
}

#content-area {
    padding-top: 60px;
    padding-bottom: 60px;
}

.page-template-page-home #content-area{
    padding-top: 0px;
    padding-bottom: 0;
}
.copyright, .author{
    display:block;
}

/* -----------------------------------
    9.0 - Standard WordPress Styles
-----------------------------------*/

/* Post */
.aligncenter {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

/* Image */
.hentry img {
    max-width: 100%;
    height: auto;
}

img.size-full {
    margin-bottom: 20px;
}

img.alignnone {
    display: inline;
}

img.alignright {
    display: inline;
    margin-left: 20px;
    margin-bottom: 20px;
}

img.alignleft {
    display: inline;
    margin-right: 20px;
    margin-bottom: 20px;
}

img.aligncenter  {
    display: block;
    margin: 0 auto;
}

div.alignnone {
    margin: 0 0 20px 0;
}

div.alignleft {
    margin: 0 20px 20px 0;
}

div.alignright {
    margin: 0 0 20px 20px;
}

div.aligncenter {
    margin: 20px auto;
}

ul.sub-menu {
    margin-bottom: 0;
}

.gallery { 
    margin: 0 auto 18px; 
}

.post-content .gallery {
    margin: 20px auto !important;
}

.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%;
}

.gallery-columns-1 .gallery-item {
    margin-bottom: 20px;
}

.gallery-columns-2 .gallery-item { 
    width: 49% !important;
    margin: 0 1% 1% 0; 
}

.gallery-columns-3 .gallery-item { 
    width: 32% !important;
    margin: 0 1% 1% 0;
}

.gallery-columns-4 .gallery-item {
    width: 24% !important;
    margin: 0 1% 1% 0;
}

.gallery-columns-5 .gallery-item {
    width: 19% !important;
    margin: 0 1% 1% 0;
}

.gallery img {
    border: none !important;
}

.gallery img:hover {
    background: white;
}

.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
}

.gallery-columns-5 .attachment-thumbnail {
    max-width: 100%;
    height: auto;
}

.gallery .gallery-caption {
    color: #888;
    font-size: 13px;
    margin: 0;
}

.gallery dl, .gallery dt { 
    margin: 0; 
}

.gallery br+br { 
    display: none; 
}

.gallery-caption,
.entry-caption {
    float: left;
    clear: both;
    width: 100%;
    font-size: .8em;
    line-height: 120%;
    margin-top: 2px;
}

.wp-caption {
    max-width: 100%;
    color: #aaa;
    font-size: 11px;
    line-height: 14px;
    margin: 0 0 1em;
    padding: 0;
}

.wp-caption img {
}

.wp-caption p.wp-caption-text {
    clear: both;
    font-size: 13px;
    color: #909090;
    font-style: normal;
    text-align: left;
    margin: 5px 0 0 0;
}

.wp-caption img.size-full {
    margin-bottom: 0;
}

dl {
    border: 3px double #ccc;
    margin: 30px 0;
    padding: 0.5em;
}

dt {
    float: left;
    clear: left;
    width: 100px;
    text-align: right;
    font-weight: 700;
    color: #1282a2;
}

dt:after {
    content: ":";
}

dd {
    margin: 0 0 0 110px;
    padding: 0 0 0.5em 0;
}

.sticky {}
.bypostauthor {}

.post-password-form input[type="submit"] {
    padding: 10px 30px;
    line-height: 12px !Important;
}

/* Gallery */
.gallery-widget ul {
    display: block;
    text-align: justify;
    font-size: 0;
    margin-left: -15px;
    margin-right: -15px;
}

.gallery-widget ul li {
    display: none;
    width: 25%;
    font-size: 16px;
    text-align: center;
    margin: 0 0 30px 0;
    position: relative;
    float: left;
    padding: 0 15px;
}

.gallery-widget ul li.video:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f04b";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #ca2e2e;
    line-height: 40px;
    opacity: 1;
    visibility: visible;
    transition: all ease-in .3s;
}

.gallery-widget ul li:hover:after {
    visibility: hidden;
    opacity: 0;
}


header.gallery-header {
    text-align: center;
    margin-bottom: 30px;
}
header.gallery-header a {
    margin: 0 3px;
}

.gallery-widget ul li .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    left: 15px;
    color: #ffffff;
    background: rgba(0,0,0,0.5);
    line-height: 140%;
    padding: 30px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in .3s;
}

.gallery-widget ul li:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.gallery-widget ul li .overlay:before {
    content: '';
    display: block;
    top: 50%;
    bottom: 50%;
    right: 50%;
    left: 50%;
    border: solid 1px #fff;
    position: absolute;
    opacity: 0;
    transition: all ease-in .3s;
}

.gallery-widget ul li .overlay:hover:before {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    opacity: 1;
}

header.gallery-header {
    text-align: center;
    margin-bottom: 60px;
}

.statistic-widget,
.counter-widget {
    text-align: center;
}

.vids {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    clear: both;
}

.vids iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

dl.gallery-item {
    margin-top: 10px;
    text-align: center;
    padding: 10px;
    display: inline-block;
}

dt img {
    border: 2px solid #cfcfcf;
}

div.senate-gallery {
    text-align: center;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner {
    text-align: end !important;
}

/* Custom VC Styles */
.hero-bar-icon {
    position: relative;
    top: -8px;
}

.wpb_content_element {
    margin-bottom: 0 !important;
}