/*
*   Child Theme Custom CSS File
*   Author: Burlington Bytes
*/

body {
    margin-top: -3px;
}

#stickyheader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 10px;
    background-color: #00a98f;
    background: -moz-linear-gradient(left, rgba(0,169,143,1) 0%, rgba(0,169,143,1) 49%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,169,143,1)), color-stop(49%,rgba(0,169,143,1)), color-stop(50%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0,169,143,1) 0%,rgba(0,169,143,1) 49%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0,169,143,1) 0%,rgba(0,169,143,1) 49%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0,169,143,1) 0%,rgba(0,169,143,1) 49%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(0,169,143,1) 0%,rgba(0,169,143,1) 49%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* W3C */
    z-index: 100;
}
#stickyheader .stickywrap {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    height: 10px;
    background-color: #00a98f;
}
#stickyheader .stickywrap>ul {
    overflow: hidden;
    margin: 0 -10px 0 0;
    padding: 0;
    list-style: none;
    float: right;
    
}
#stickyheader .stickywrap>ul>li {
    float: left;
    margin-left: -15px;
    display: block;
    position: relative;
    padding: 0 10px 10px 0;
    
}
#stickyheader .stickywrap>ul>li>a {
    display: block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #00a98f;
    color: #000;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.75);
}
#stickyheader .stickywrap>ul>li>a:hover {
    transition: all 0.25s ease;
    padding-top: 15px;
}
#stickyheader .stickywrap>ul>li>a i {
    display: none;
    font-size: 1.5em;
}
@media (max-width: 500px) {
    #stickyheader .stickywrap>ul>li>a i {
        display: block;
    }
    #stickyheader .stickywrap>ul>li>a span {
        display: none;
    }
}

#stickyheader .stickywrap .sticky-signin {
    z-index:10;
    margin-left: 0;
}
#stickyheader .stickywrap .sticky-action {
    z-index: 5;
}
#stickyheader .stickywrap .sticky-donate {
    z-index: 0;
}

#stickyheader .stickywrap .sticky-signin ul {
    background-color: #00a98f;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    list-style: none;
    display: block;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.75);
}
#stickyheader .stickywrap .sticky-signin ul>li {
    float: left;
    display: block;
    position: relative;
}
#stickyheader .stickywrap .sticky-signin ul>li>span,
#stickyheader .stickywrap .sticky-signin ul>li>a {
    display: block;
    padding: 10px;
}
#stickyheader .stickywrap .sticky-signin ul>li>span {
    font-size: .9em;
}
@media (max-width: 500px) {
    #stickyheader .stickywrap .sticky-signin ul>li>span {
        display:none;
    }
}
#stickyheader .stickywrap .sticky-signin ul>li>a.ball {
    width: 20px;
    height: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 0;
    padding-left: 4px;
    margin: 10px 5px;
    text-align: center;
    color: #fff;
    background-color: #6b6b6b;
}
#stickyheader .stickywrap .sticky-signin ul>li>a.ball:hover {
    transition: all 0.25s ease;
    background-color: #333;
}
#stickyheader .stickywrap .sticky-action a {
    background-color: #ffff00;
    color: #000;
    z-index: 10;
}
#stickyheader .stickywrap .sticky-donate a {
    display: block;
    background-color: #d84942;
    color: #fff;
    text-transform: uppercase;
}
.header-wrapper {
    background-color: #fff;
}
header.header {
    margin-top: 20px;
}

.container {
    max-width: 1200px;
    padding: 0;
}

.logo {
    float: none;
    text-align: left;
    padding: 0 15px;
}

.header .site-description {
    display: inline-block;
    width: 250px;
    vertical-align: -150%;
    padding-left: 40px
}

.cvo-signup-form {    
    position: absolute;
    right: 0px;
    top: 53px;
}
.cvo-signup-form input[type="text"] {
    width: 263px;
}

div.nav-wrapper {
    background-color: #333333;
    margin-top: 10px;
}

nav.main-menu {
    float: left;
    background-color: #333333;
}

.main-menu>div>ul>li>a {
    padding: 11px 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.main-menu ul li a {
    color:#ffffff;
}

.main-menu>div>ul>li.current_page_item>a {
    color: #00a98f;
}

.main-menu>div>ul>li>ul {
    top: 45px;
}

#nav-toggle {
    top: -110px;
    background: url('./images/icon-res-menu.png') center center no-repeat;
}

#header-search {
    float: right;
    padding: 3px;
    max-width: 100%;
}
#header-search #searchform #s {
    background-color: #888;
    color: #000;
    border-color: #555;
    vertical-align: top;
}
#header-search #searchform #searchsubmit {
    font-family: FontAwesome;
    width: 40px;
    height: 40px;
    background-color: transparent;
    clip: inherit;
    font-size: 22px;
    color: #999;
}

@media (max-width: 400px) {
    .header .site-description {
        margin: 0 auto;
        padding: 0;
        display: block;
        text-align: center;
        width: 100%;
        max-width: 250px;
    }
    #nav-toggle {
        top: -160px;
        background: url('./images/icon-res-menu.png') center center no-repeat;
    }
}
@media (max-width: 860px) {
    #nav {
        width: 100%;
    }
    #header-search {
        float: none;
        clear: both;
        text-align: center;
    }
    #header-search input#s {
        width: 55%;
    }
    .cvo-signup-form {
        text-align: center;
        position: relative;
        top: 0;
        left: 0;
    }
    .cvo-signup-form input[type="text"] {
        width: 75%;
    }
}

.header-bottom-wrapper {
    background: none;
    padding: 0;
    margin-bottom:10px;
    background-color: #4d4d4d;
}

.header-bottom-wrapper>.container {
    background: none;
}
.header-bottom-wrapper>.container .page-head {
    display: table-cell;
    height: 140px;
    vertical-align: middle;
    padding: 0 10px;
}
.header-bottom-wrapper>.container h1 {
    margin-top: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}
.header-bottom-wrapper>.container a.button {
    display: block;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    font-size: 1.5em;
    background-color: #00a98f;
    text-transform: uppercase;
}
.header-bottom-wrapper>.container a.button:hover {
    background-color: #007a63;
}

/* SLIDER THEME */
.smooth_slider {
    padding: 10px 0 0 0 !important;
    height: 400px !important;
    max-width: 100% !important;
}
.smooth_sliderb {
    width: 100%;
    height: 100%;
}
.smooth_slideri {
    margin: 0 !important;
    position: relative !important;
    height: 100% !important;
    width: 100% !important;
    max-width: none !important;
}
.smooth_slideri>div {
    position: absolute;
    z-index: 20;
    background-color: rgba(255,255,255,.95);
    bottom: 0px;
    left: 0;
    right: 0;
    padding: 10px 40px;
max-height: 50%;
border: solid #099978;
}
.smooth_slideri>div .smooth_more a {
    text-decoration: none !important;
    color: #00a98f !important;
    font-weight: bold !important;
}
.smooth_slideri>div .smooth_more a::after {
    content: ">";
}
.smooth_slideri>a {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: transparent;
    overflow: hidden;
}
.smooth_slideri>a img {
    position: absolute;
    bottom: 0;
top: 0;
    display: block !important;
    float: none !important;
    margin: 0 auto !important;
    width: auto !important;
    height: auto !important;
    min-width: 100% !important;
    min-height: 50% !important;
    max-width: 100% !important;
    max-height: 500% !important;
}
.smooth_slideri>div>h2 {
    text-transform: uppercase;
    font-size: 1.5em;
}
.smooth_slideri>div>h2>a {
    font-size: 125% !important;
color: #099978;
}
.smooth_slider .smooth_nav {
    left: 0;
    right: 0;
    width: 100%;
    z-index: 30;
}
.smooth_slider .smooth_nav a {
    display: inline-block! important;
    float: none !important;
}
.smooth_slider_inav {
    border-radius: 4px;
    border: 1px solid #666;
}
.smooth_slider .smooth_prev, .smooth_slider .smooth_next {
    top: auto !important;
    bottom: 40px !important;
    background: url('./images/prev.png') #333 center center no-repeat !important;
    height: 30px !important;
}
.smooth_slider .smooth_prev {
    background-image: url('./images/prev.png') !important;
}
.smooth_slider .smooth_next {
    background-image: url('./images/next.png') !important;
}

/*END SLIDER THEME*/

.home-header-hcenter {
    display: table;
    vertical-align: middle;
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
}
.home-header-vcenter {
    height: 350px;
    display: table-cell;
    vertical-align: middle;
}
@media (max-width: 991px) {
    .home-header-vcenter {
        height: 200px;
    }
}
.row {
    margin: 0;
}

.issues-header {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.featured-img-overlay {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color: #4D4D4D;
	opacity: 0.5;
}

.page-numbers {
    display: inline-block;
    padding: 0 3px;
    color: #666;
    border: 1px solid #00a98f;
}
.page-numbers.dots {
    font-weight: bold;
    border: none;
    color: #00a98f;
}
.page-numbers.current {
    font-weight: bold;
    color: #fff;
    background-color: #00a98f;
}

.pp-btn {
    background-color: #00a98f;
}

a {
    color: #00a98f;
}

/*FOOTER STYLES*/

.footer {
    background: none repeat scroll 0 0 #4d4d4d;
    color:#cccccc;
}

.footer .title {
    border-bottom: 1px solid #747474;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #ffffff;
}

.footer-bottom .copyright {
    color:#ffffff;
}

.footer-bottom a {
    color:#ffffff;
}

.footer-top {
    margin-top:auto;
}

.footer-top a {
    color: #00A98F;
    font-weight: bold;
}

.social-btns {
    margin-top: 20px;
    margin-bottom: 20px;
}

.social-btns img {
    margin-right: 7px;
    width: 32px;
    height: 32px;
}
/*END FOOTER STYLES*/

/*ADOBE TYPEKIT FONT STYLES*/
body {
    font-family:"myriad-pro",sans-serif;
    color:#5c5c5c;
}

.pp-btn {
    font-family:"myriad-pro",sans-serif;

}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family:"myriad-pro",sans-serif;
}

h1, .h1 {
    font-size:25px;
    margin-bottom:20px;
}
/*END TYPEKIT STYLES */

/* HOME PAGE STYLE */
.row + br {
    display: none;
}
.row > .issues a {
    font-size:18px;
    font-weight:bold;
    color:#000000;
    text-decoration: none;
}

.row > .issues a:hover {
    font-size:18px;
    font-weight:bold;
    color:#00A98F;
    text-decoration: none;
}

.row > .issues  {
    font-size:20px;
    font-weight:bold;
    color:#000000;
}

.row div > br:first-child {
    display:none;
}

.row div > img {
    margin-bottom: 5px;
}

.row h2.section-title {
    color:#00A98F;
    font-weight:bold;
    padding-left: 70px;
    background: url("images/vpirg-bg-logo.png") center left no-repeat;
    background-size: 60px 34px;
    margin-bottom:10px;
    font-size: 25px;
}


.hentry {
    border:none;
    padding-bottom: 0;
}
.hentry img {
    padding: 2px;
float: left;
margin: 0px 15px 0px 0px;
}
.hentry p:last-child {
    padding-bottom:0;
    margin-bottom:0;
}

/* END HOME PAGE STYLE */

.fa {
    margin-top: 4px;
    margin-right: 4px;
}

input[type="submit"] {
    background-color: #00A98F;
}

.hentry h1.post-title, .hentry h2.post-title {
    font-size: 22px;
}


/*ISSUES SIDEBAR STYLES*/
/* theme reset */
.tabs-container {
    background-color:#ffffff;
}

.sidebar .widget .sidebar-tabs > ul > li {
    background:none;
    border-bottom: none;
    border-left: 1px solid #e2e2e9;
    cursor: pointer;
    float: left;
    list-style: none outside none;
    text-align: center;
    width: 31%;
	padding: 13px 0 10px 0;
}

.sidebar .widget .sidebar-tabs > ul > li, .sidebar .widget .sidebar-tabs > ul > li a {
	color: #717484;
	background-color: #F1F1F3;
}

.sidebar .widget .sidebar-tabs > ul > li.active {
    border-top: 3px solid #990033;
    border-bottom: none;
    margin-bottom: -2px;
    padding-top: 13px;
    padding-bottom: 17px;
}
.sidebar .widget .sidebar-tabs > ul > li.active, .sidebar .widget .sidebar-tabs > ul > li.active a {
	color: #242636;
	background-color: white;
}

.sidebar .widget .sidebar-tabs .widget-list li h5 {
	margin: 0 0 4px;
	line-height: 20px;
}
.sidebar .widget .sidebar-tabs span {
	color: #9394a3;
}
.sidebar .widget .sidebar-tabs > ul > li a {
	color: #242636;
}
.sidebar .widget .sidebar-tabs > ul > li a:hover {
	color: #1d76e4;
}

.sidebar .widget .sidebar-tabs > ul > li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	background-color: #F1F1F3;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e8e9ef;
	color: #242636;
}

.callout {
    background-color:#4D4D4D;
    padding:20px;
}
.callout p {
    color:#cccccc;
}

.callout h3 {
    color:#ffffff;
}

.toggle dt span, .accordion dt span {
background: url("images/plus-minus.png") no-repeat scroll 0 0 #00A98F;
}

article .arrow-bullet-list ul {
    margin-left:auto;
    padding-left:0px;
}

.widget.widget_gigya_share {
    margin: 0;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #009b7b;
}

.post .attachment-thumbnail {
    float: left;
    margin-right: 10px;
width: 130px;
}

.paginate-links span.current, .page-nav-btns span.current, .pages-nav span.current, .pagination span.current, .paginate-links a.current, .page-nav-btns a.current, .pages-nav a.current, .pagination a.current, .paginate-links span:hover, .page-nav-btns span:hover, .pages-nav span:hover, .pagination span:hover, .paginate-links a:hover, .page-nav-btns a:hover, .pages-nav a:hover, .pagination a:hover {
    background-color: #4D4D4D;
}

.paginate-links span, .page-nav-btns span, .pages-nav span, .pagination span, .paginate-links a, .page-nav-btns a, .pages-nav a, .pagination a {
    background-color: #ffffff;
    color: #5c5c5c;
}

.tabs-nav li {
	padding-left: 9px;
}


ul.vpirg-luminate-full {
    margin: 0;
    padding: 0;
}
ul.vpirg-luminate-full li {
    list-style: none;
    display: block;
    margin: 10px 0;
    padding: 0;
    text-align: center;
}
ul.vpirg-luminate-full li img {
    border: none;
    height: 100px;
    margin: 0 auto 5px auto;
}
ul.vpirg-luminate-full li img.left {
    float: left;
    margin: 0 3px 0 0;
}
ul.vpirg-luminate-full li h5 {
    margin-bottom: 5px;
    font-weight: bold;
    color: #242636;
    text-align: left;
}
ul.vpirg-luminate-full li p {
    color: #444;
    margin: 0;
    text-align: left;
}
ul.vpirg-luminate-full li span {
    display: block;
    text-align: right;
}
ul.vpirg-luminate-min {
    list-style-type: none !important;
    margin-bottom: 30px;
    margin-left: auto;
    padding-left: 0;
}
ul.vpirg-luminate-min li {
    padding: 0 0 0 24px;
    margin-bottom: 5px;
    background: url('images/icon-arrow.png') no-repeat left 5px;
    text-align: left;
}

.post-grid-3-col .col-lg-4, .post-grid-3-col .col-md-4 {
    padding-bottom:15px
}
.fb-like-box span {
    max-width:100%;
}
.fb-like-box iframe {
    background-color: #fff;
    max-width: 100%;
}
@media (max-width: 991px) {
    .footer-bottom .copyright {
        padding-left:10px;
    }
}
@media (max-width: 767px) {
    .footer-bottom div {
        text-align: center;
        padding-top: 0 !important;
    }
    .footer-bottom .copyright {
        padding: 0 !important;
    }
}

.fb-like.fb_iframe_widget span {
    vertical-align: top !important;
}
.gig-button-container {
    margin-bottom:0 !important;
}