/*
Theme Name: Texas Values
Theme URI: http://vicimediagroup.com/
Description: Main theme for Texas Values.
Author: Vici Media Group
Version: 2.0
License: All Rights Reserved
*/

/* Fonts */

/*
@font-face {
    font-family: 'CronosProLightBold';
    src: url('fonts/cronospro-semibold-webfont.eot');
    src: url('fonts/cronospro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/cronospro-semibold-webfont.woff') format('woff'),
    url('fonts/cronospro-semibold-webfont.ttf') format('truetype'),
    url('fonts/cronospro-semibold-webfont.svg#CronosProLightBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CronosProRegular';
    src: url('fonts/cronospro-regular-webfont.eot');
    src: url('fonts/cronospro-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/cronospro-regular-webfont.woff') format('woff'),
    url('fonts/cronospro-regular-webfont.ttf') format('truetype'),
    url('fonts/cronospro-regular-webfont.svg#CronosProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CronosProItalic';
    src: url('fonts/cronospro-italic-webfont.eot');
    src: url('fonts/cronospro-italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/cronospro-italic-webfont.woff') format('woff'),
    url('fonts/cronospro-italic-webfont.ttf') format('truetype'),
    url('fonts/cronospro-italic-webfont.svg#cronos_proitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

/* General Styles */

body, html {
    margin :0;
    padding: 0;
}

body {
    background: url(imgs/bg.png) repeat repeat;
    color: #363636;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Lato', sans-serif;
}

.clear {
    width: 100%;
    display: block;
    clear: both;
}

.content {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn, 
input[type=submit],
.signup-form button {
    display: block;
    padding: 0 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 17px;
    text-align: center;
    text-decoration: none !important;
    color: #ffffff;
    line-height: 27px;
    background: #2b3c5d;
    outline: 0;
    border: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    box-shadow:  1px 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:  1px 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow:  1px 1px 4px rgba(0, 0, 0, 0.3);
}
.btn.alternate {
    background: #8a2526;
	font-style:italic:
}
input[type=submit].alternate,
.footer .signup-form button {
    background: #8a2526;
}
input[type=submit]{
    -webkit-appearance: button;
}
.btn:hover, input[type=submit]:hover {
    cursor: pointer;
    background: #364b74;
}
.btn.alternate:hover, input[type=submit].alternate:hover {
    background: #af3133;
    color: #ffffff;
}

input[type="text"] {
    background: #f9f9f9;
    border: 1px solid #ccc;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    padding: 2px;
    height: 31px;
    background: #fff;
    font-size: 18px;
    text-indent: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    color: #707070;
    outline: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.divider-border {
    width: 100%;
    display: block;
    height: 1px;
    background: #acacac;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 2px;
}
.divider-border-inverse {
    width: 100%;
    display: block;
    height: 1px;
    background: #d7d7d7;
    border-bottom: 1px solid #acacac;
    margin-top: 2px;
}
h1, h2, h3, h4, h5, h6 {
    color: #1c3b48;
    font-weight:700;
    margin: 0;
    padding: 0;
}
h2, h3, h4, h5, h6 {
    display: block;
    margin-bottom: 15px;
    font-weight:700;
    color: #1c3b48;
}

a {
    color: #892528;
    text-decoration: none;
}

a:hover {
    color: #892528;
    text-decoration: underline;
    cursor: pointer;
}

/* Header Styles */
.header {
    width: 100%;
    padding-bottom: 10px;
    padding-top: 8px;
    display: block;
}
.header a.logo {
    display: block;
    float: left;
    width: 100%;
    display: block;
    max-width: 250px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.header a.logo:hover {
    cursor: pointer;
    filter: brightness(130%);
}
.header a.logo img {
    width: 100%;
    height: auto;
}
.header .header-content {
    float: right;
}
.header .header-content .navigation {
    width: 100%;
    height: 35px;
    display: block;
}
.header .header-content .navigation .nav-search {
    position: relative;
    float: right;
    height: 30px;
}
.header .header-content .navigation .nav-search .nav-search-cta {
    width: 17px;
    height: 16px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
    padding-bottom: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #1c2b48;
}
.header .header-content .navigation .nav-search .nav-search-cta svg {
    fill: #1c2b48;
}
.header .header-content .navigation .nav-search .nav-search-cta:hover,
.header .header-content .navigation .nav-search .nav-search-cta.active {
    cursor: pointer;
    background: #8a2425;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
}
.header .header-content .navigation .nav-search .nav-search-cta:hover svg,
.header .header-content .navigation .nav-search .nav-search-cta.active svg {
    fill: #ffffff;
}
.header .header-content .navigation .nav-search .nav-search-dropdown {
    display: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 217px;
    height: 32px;
    display: block;
    background-color: #8a2425;
    top: 24px;
    right: 0px;
    z-index: 10;
    position: absolute;
    display: none;
    padding: 5px;
}
.header .header-content .navigation .nav-search .nav-search-dropdown.active {
    display: block;
}
.header .header-content .navigation .nav-search .nav-search-dropdown input[type=submit]{
    float: right;
    line-height: 33px;
}
.header .header-content .navigation .nav-search .nav-search-dropdown input[type=text]{
    width: 142px;
}
.header .header-content .mobile-menu {
    display: none;
    line-height: 31px;
    padding-left: 30px;
    background: url(imgs/menu.png) 0px 8px no-repeat;
    background-size: 19px auto;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight:700;
}
.header .header-content .mobile-menu:hover {
    cursor: pointer;
}
.header .header-content .navigation .menu-header {
    display: block;
    float: right;
}
.header .header-content .navigation ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
.header .header-content .navigation ul.menu li {
    display: inline-block;
    position: relative;
}
.header .header-content .navigation ul.menu li a {
    color: #1c2b48;
    font-weight:700;
    text-transform: uppercase;
    display: block;
    line-height: 31px;
    height: 30px;
    padding: 0 10px;
    text-decoration: none;
    font-size: 19px;
}
.header .header-content .navigation ul.menu li:hover {
    cursor: pointer;
}
.header .header-content .navigation ul.menu li:hover a {
    background: #8a2425;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
}
.header .header-content .navigation ul.menu li ul {
    display: none;
    position: absolute;
    left: 0;
    top: 24px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #8a2425;
    color: #fff;
    font-size: 13px;
    
    padding: 6px 10px;
    left: 0;
    float: left;
    width: 140px;
    z-index: 15;
}
.header .header-content .navigation ul.menu li:hover ul {
    display: block;
}
.header .header-content .navigation ul.menu li ul li {
    border-bottom: 1px solid #953637;
    width: 100%;
    height: auto;
}
.header .header-content .navigation ul.menu li ul li a {
    font-size: 13px;
    color: #fff;
    line-height: 14px;
    height: auto;
    padding: 10px 0;
    border-bottom: 1px solid #701718;
}
.header .header-content .navigation ul.menu li ul li a:hover {
    text-decoration: underline;
}
.header .header-content .navigation ul.menu li ul li:last-child {
    border-bottom: 0px;
}
.header .header-content .navigation ul.menu li ul li:last-child a {
    border-bottom: 0px;
}
.header-share {
    display: block;
    width: 100%;
    height: 30px;
}
.header-share .header-share-btn {
    float: right;
    width: 65px;
    overflow: hidden;
    margin-left: 10px;
}
.header-bottom-content {
    display: block;
    margin-top: 15px;
}
.header-bottom-content .donate.btn {
    float: right;
    width: 120px;
    line-height: 31px;
    font-size: 21px;
	font-weight:700;
}
.header-bottom-content .signup-content, .header-bottom-content .signup-thanks {
    float: right;
    width: 330px;
    height: 31px;
    display: block;
    font-size: 15px;
	font-weight:700;
    color: #1c2b48;
    line-height: 32px;
}
.header-bottom-content .signup-content .signup-form {
    float: left;
    width: 200px;
    padding: 0 8px;
    background: url(imgs/bg.png) repeat repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    z-index: 10;
}
.header-bottom-content .signup-content .signup-form.shadow {
    box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
}
.header-bottom-content .signup-content .signup-form input[type=text], 
.header-bottom-content .signup-content .signup-form input[type=submit], 
.header-bottom-content .signup-content .signup-form button{
    margin-bottom: 8px;
    width: 100%;
}
.header-bottom-content .signup-content .signup-form input[type=text].zip {
    float: left;
    width: 80px;
}
.header-bottom-content .signup-content .signup-form input[type=submit] {
    float: right;
    width: 65px;
    line-height: 31px;
}
.signup-widget .ce-listSignUpWidgetFieldContainer,
.signup-widget .ce-listSignUpWidgetSubmitButtonContainer {
    float: none!important;
    display: block!important;
}
.signup-widget .ce-listSignUpWidgetTopMessage {
    margin-bottom: 0!important;
}
.signup-widget .ce-listSignUpWidgetFieldContainer input {
    margin-left: 0!important;
    margin-top: 0!important;
}
.page-content .signup-widget .ce-listSignUpWidgetFieldContainer,
.page-content .signup-widget .ce-listSignUpWidgetSubmitButtonContainer,
.page-content .signup-widget .ce-listSignUpWidgetTopMessage {
    margin-bottom: 1em!important;
    min-width: 100%;
}
.page-content  .signup-widget .ce-listSignUpWidgetFieldContainer input,
.page-content  .signup-widget .ce-listSignUpWidgetSubmitButtonContainer button {
    min-width: 50%;
    margin: 0 auto!important;
    display: block;
}
.signup-dropdown-widget .ce-listSignUpWidgetFieldContainer,
.signup-dropdown-widget .ce-listSignUpWidgetSubmitButtonContainer,
.signup-dropdown-widget .ce-listSignUpWidgetTopMessage {
    display: none!important;
}
.signup-dropdown-widget .ce-listSignUpWidgetFieldContainer.ce-emailFieldContainer {
    display: block!important;
}
.header-bottom-content .signup-content .signup-form button {
    width: auto;
}
.signup-widget button {
    margin-top: 0!important;
    cursor: pointer;
}
.signup-dropdown-widget.active .ce-listSignUpWidgetFieldContainer,
.signup-dropdown-widget.active .ce-listSignUpWidgetSubmitButtonContainer,
.signup-dropdown-widget.active .ce-listSignUpWidgetTopMessage,
.signup-dropdown-widget:focus-within .ce-listSignUpWidgetFieldContainer,
.signup-dropdown-widget:focus-within .ce-listSignUpWidgetSubmitButtonContainer,
.signup-dropdown-widget:focus-within .ce-listSignUpWidgetTopMessage {
    display: block!important;
}
.main-content .signup-widget {
    margin-bottom: 2em;
}
.footer .ce-listSignUpWidgetTopMessage  {
    color: #fff;
}

/* Main Content Styles */
.main-content.content {
    padding: 40px 20px;
    position: relative;
}

.page-content {
    overflow: hidden;
    margin-right: 315px;
}
.page-template-legguide .page-content {
    margin-right: 350px;
}
.page-content.full-width {
    margin-right: 0px;
}
.page-content h1 {
    line-height: 40px;
    display: block;
    margin-bottom: 15px;
    font-weight:700;
    color: #1c3b48;
    font-size: 34px;
}
.page-content ul {
    list-style: disc;
    padding-left: 20px;
}

.page-content iframe {
    max-width: 100% !important;
}

.sidebar {
    float: right;
    width: 270px;
}
.sidebar.legguide-sidebar {
    max-width: 305px;
    width: 100%;
}
.sidebar.mobile-sidebar {
    display: none;
}

.sidebar-menu {
    margin-left: 50px;
    
    font-size: 17px;
    line-height: 20px;
    color: #1c2b48;
    margin-top: 10px;
}

/* Blog Loop Styles */
.blog-feed-subscribe {
    float: right;
    line-height: 32px;
}
.blog-feed-subscribe .rss {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: rgb(239, 134, 71);
    margin-left: 10px;
    margin-top: 3px;
    fill: rgb(255, 255, 255);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.blog-feed-subscribe .rss:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}
.post-entry {
    width: 100%;
    display: block;
    margin-bottom: 25px;
}
.post-entry .featured-image {
    float: left;
    width: 115px;
    height: 115px;
    overflow: hidden;
}
.post-entry .post-entry-content {
    overflow: hidden;
    margin-left: 130px;
}
.post-entry .post-entry-content h1 {
    line-height: 21px;
    display: block;
    margin-bottom: 0px;
    font-weight:700;
    color: #1c3b48;
    font-size: 19px;
}
.post-entry .post-entry-content h1 a {
    color: #1c3b48;
    text-decoration: none;
}
.post-entry .post-entry-content h1 a:hover {
    text-decoration: underline;
    cursor: pointer;
}
.post-entry .post-entry-content .post-info {
    width: 100%;
    height: 21px;
    display: block;
    padding-bottom: 5px;
    margin-top: 2px;
    
    font-size: 14px;
    color: #898989;
}
.post-entry .post-entry-content .post-info a {
    text-decoration: none;
    color: #898989;
}
.post-entry .post-entry-content .post-info a:hover {
    text-decoration: underline;
}
.post-entry .post-entry-content .postexcerpt {
    color: #363636;
    font-size: 14px;
    line-height: 22px;
    
}
.nav-below {
    display: block;
    margin-top: 10px;
}
.nav a {
    color: #1c2b48;
    text-decoration: none;
}
.nav a:hover {
    text-decoration: underline;
}
.nav-previous {
    float: left;
}
.nav-next {
    float: right;
}

/* Single Post Styles */
.breadcrumbs {
    position: absolute;
    top: 5px;
    
    color: #898989;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
}
.breadcrumbs a {
    color: #898989;
    text-decoration: none;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}
.single-post .post-info {
    display: block;
    float: left;
    color: #898989;
    font-size: 14px;
    line-height: 21px;
    
    padding-bottom: 20px;
}

.single-post .post-info a {
    text-decoration: none;
    color: #898989;
}
.single-post .post-info a:hover {
    text-decoration: underline;
}
.single-post .post-info .post-author {
    float: left;
}
.single-post .post-info .post-author a {
    color: #363636 !important;
}
.single-post .post-info .topics {
    float: left;
    margin-left: 10px;
}
.single-post .post-tags {
    display: block;
    color: #898989;
    font-size: 14px;
    line-height: 21px;
    
    padding-bottom: 20px;
}
.single-post .post-tags a {
    color: #898989;
    text-decoration: none;
}
.single-post .post-tags a:hover {
    text-decoration: underline;
}
.single-post .post-share-label {
    float: left;
    line-height: 35px;
}
.single-post .addthis_inline_share_toolbox {
    float: left;
    margin-left: 10px;
    clear: none !important;
}
.single-post a.back-blog {
    float: right;
    color: #1c2b48;
    text-decoration: none;
    margin-top: 10px;
}
.single-post .back-blog a:hover {
    text-decoration: underline;
}

/* Homepage Styles */
.title-bar.homepage-title-bar {
    box-shadow: inset 10px 15px 25px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 10px 15px 25px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 10px 15px 25px rgba(0, 0, 0, 0.2);
}
.title-bar.homepage-title-bar .home-slides {
    padding-top: 40px;
    padding-bottom: 40px;
}
.title-bar.homepage-title-bar .home-slides.home-slides-mobile {
    display: none;
    position: relative;
}
.title-bar.homepage-title-bar .home-slides-slidernav {
    display: none;
    width: 200px;
    margin: 0 auto;
    margin-top: -20px;
    padding-bottom: 10px;
    text-align: center;
}
.title-bar.homepage-title-bar .home-slides-slidernav .slider-bubble {
    width: 12px;
    height: 12px;
    overflow: hidden;
    border: 3px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
}
.title-bar.homepage-title-bar .home-slides-slidernav .slider-bubble:hover {
    cursor: pointer;
}

.title-bar.homepage-title-bar .home-slides-slidernav .slider-bubble-inner {
    width: 12px;
    height: 0px;
    background: #ffffff;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.title-bar.homepage-title-bar .slide {
    display: block;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    position: relative;
    box-shadow: rgba(0,0,0,0.5) 3px 3px 5px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.title-bar.homepage-title-bar .home-slides-mobile .slide.inactive {
    display: none;
}
.title-bar.homepage-title-bar .home-slides-mobile .slide.animating {
    position: absolute;
    z-index: 5;
    top: 40px;
}
.title-bar.homepage-title-bar .slide:hover {
    cursor: pointer;
    filter: brightness(115%);
}
.title-bar.homepage-title-bar .slide .slide-content {
    position: absolute;
    bottom: 0px;
    left: 5px;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.title-bar.homepage-title-bar .slide .slide-content .title {
    font-size: 23px;
    line-height: 23px;
    text-shadow: 0px 0px 4px #000;
    color: #ffffff;
    margin-bottom: 10px;
    text-align: left;
}
.title-bar.homepage-title-bar .slide.slide-2 .slide-content .title {
    font-size: 23px;
    line-height: 23px;
}
.title-bar.homepage-title-bar .slide.slide-1 .slide-content .title, .title-bar.homepage-title-bar .slide.slide-0 .slide-content .title {
    font-size: 44px;
    line-height: 44px;
}
.title-bar.homepage-title-bar .slide .slide-content .btn {
    margin-bottom: 10px;
    float: left;
    line-height: 31px;
    padding: 0 15px;
}
.title-bar.homepage-title-bar .slide-container {
    width: 50%;
    padding-left: 20px;
    display: block;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.title-bar.homepage-title-bar .slide.slide-1, .title-bar.homepage-title-bar .slide.slide-0 {
    width: 50%;
    height: 430px;
    float: left;
}
.title-bar.homepage-title-bar .slide.slide-2, .title-bar.homepage-title-bar .slide.slide-3 {
    margin-bottom: 20px;
}
.title-bar.homepage-title-bar .slide.slide-2, .title-bar.homepage-title-bar .slide.slide-3, .title-bar.homepage-title-bar .slide.slide-4, .title-bar.homepage-title-bar .slide.slide-5 {
    width: 48%;
    height: 205px;
    float: left;
}
.title-bar.homepage-title-bar .slide.slide-5, .title-bar.homepage-title-bar .slide.slide-3 {
     margin-left: 4%;
}
.issue-con {
    float: left;
    height: 147px;
    width: 	312px;
    padding-top: 25px;
}
.religious-liberty-con { border-right: 1px solid #cccdd3; }
.marriage-family-con {	border-right: 1px solid #cccdd3; border-left: 1px solid #ffffff; }
.pro-life-con { border-left: 1px solid #ffffff; }

.issue {
    display: block;
    height: 129px;
    width: 100%;
}
.issue:hover { background-position: center -129px; }
.religious-liberty { background: url(imgs/religious_liberty.png) top center no-repeat; }
.marriage-family { background: url(imgs/marriage_family.png) top center no-repeat; }
.pro-life { background: url(imgs/pro_life.png) top center no-repeat; }
.homepage-title-block {
    border-bottom: 3px solid #8a2425;
    display: block;
    width: 100%;
    margin-bottom: 40px;
}
.homepage-title-block h1 {
    text-transform: none;
    font-weight:700;
    font-size: 38px;
    line-height: 38px;
}
.homepage-title-block .blog-feed-subscribe {
    margin-top:10px;
}
.homepage-content .nav-below {
    margin-bottom: 25px;
}
.homepage-content .post-entry {
    margin-top: 25px;
}
.homepage-content .post-entry:first-child {
    margin-top: 0px;
}
.homepage-content .post-entry .featured-image {
    width: 48%;
    float: left;
    height: auto;
}
.homepage-content .post-entry .featured-image img {
    width: 100%;
    height: auto;
}
.homepage-content .post-entry .post-entry-content {
    width: 48%;
    float: right;
    margin-left: 0px;
    padding-top: 20px;
}
.homepage-content .post-entry .post-entry-content h1 {
    font-size: 26px;
    line-height: 27px;
    margin-bottom: 10px;
}
.homepage-content .action-alerts {
    overflow: hidden;
    margin-right: 350px;
}
.homepage-content .action-alerts .action-alert {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
}
.homepage-content .action-alert.action-alert-0 {
    padding-top: 0px;
}
.homepage-content .action-alerts .action-alert .action-alert-image {
    float: left;
    width: 48%;
}
.homepage-content .action-alerts .action-alert .action-alert-image img {
    width: 100%;
    height: auto;
}
.homepage-content .action-alerts .action-alert .action-alert-title {
    float: right;
    width: 49%;
}
.homepage-content .action-alerts .action-alert .action-alert-title h1 a {
    font-size: 26px;
    line-height: 22px;
    margin-bottom: 10px;
    color: #1c2b48;
}
.homepage-content .action-alerts .action-alert .action-alert-content {
    margin-top: 15px;
}
.homepage-content .action-alerts .action-alert .action-alert-title .btn {
    float: left;
    padding: 0 15px;
}
.homepage-content .press-releases {
    float: right;
    width: 300px;
}
.homepage-content .feed-entry {
    margin-top: 15px;
    margin-bottom: 15px;
}
.homepage-content .press-releases .feed-entry .feed-content h1 a {
    margin-bottom: 5px;
    color: #1c2b48;
    font-size: 22px;
    line-height: 16px;
}
.homepage-signup {
    display: none;
    width: 100%;
    margin-bottom: 30px;
}
.homepage-signup .homepage-title-block {
    margin-bottom: 20px;
}
.homepage-signup input[type=text] {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 10px;
}
.homepage-signup input[type=text].zip {
    float: left;
    width: 100px;
}
.homepage-signup input[type=submit] {
    float: right;
    width: 100px;
}
    /* Subscribe Layout */
.subscribe-page-form .block {
    display: block;
    margin-bottom: 15px;
}
.subscribe-page-form .block label {
    display: inline-block;
    width: 150px;
}
.subscribe-page-form .block select {
    color: #363636;
    font-size: 16px;
    line-height: 21px;
    height: 27px;
    
    background: #f9f9f9;
    border: 1px solid #ccc;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    padding: 2px;
}
.subscribe-page-form input[type=submit]{
    width: 	80px;
    height: 31px;
    outline: none;
    border: none;
    padding: 0;
}
.subscribe-page-form input[type=submit]:hover{
    background-position: 0 -31px;
    cursor: pointer;
}

/* Marriage Declaration Styles */
.marriage-declaration-topimage {
    width: 100%;
    height: 438px;
    background: #1b1b1b;
    margin-bottom: 70px;
}

.marriage-declaration-topimage img {
    display: block;
    margin: 0 auto;
}

.marriage-declaration-header {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.marriage-declaration-header h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #363636;
    font-size: 37px;
    line-height: 50px;
    margin-bottom: 15px;
}

.marriage-declaration-header h2 {
    font-family: serif;
    font-style:italic;
    font-weight: normal;
    font-size: 17px;
    text-align: center;
    color: #666666;
    margin-bottom: 35px;
}

.marriage-declaration-header form {
    display: block;
    max-width: 870px;
    margin: 0 auto;
    padding: 0 20px;
    padding-bottom: 20px;
}

.marriage-declaration-header form input[type=text], .support-marriage-widget form input[type=text] {
    display: block;
    float:left;
    border: 1px solid #363636;
    color: #363636;
    font-size: 18px;
    height: 38px;
    line-height: 36px;
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    background: #ffffff;
    text-indent: 15px;
    margin-right: 10px;
    width: 230px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.marriage-declaration-header form input[type=text]:focus, .support-marriage-widget form input[type=text]:focus {
    outline: 0;
    border: 1px solid #363636;
}

.marriage-declaration-header form input[type=submit], .support-marriage-widget form input[type=submit]{
    height: 40px;
    width: 290px;
    clear: both;
    line-height: 38px;
    border: 0;
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    outline: 0;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.marriage-declaration-header form input[type=submit]:hover, .support-marriage-widget form input[type=submit]:hover {
    cursor: pointer;

}

.marriage-divider {
    width: 100%;
    height: 21px;
    clear: both;
    display: block;
    background: url(imgs/marriage-declaration/marriage-divider.png) center center no-repeat;
    margin-top: 30px;
    margin-bottom: 30px;
}

.marriage-item .image {
    float: left;
    width: 146px;
}

.page-content .marriage-item .body-content {
    margin-left: 175px;
    overflow: hidden;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #363636;
    line-height: 24px;
}

.page-content .marriage-item .body-content h1 {
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    font-weight: normal;
    color: #363636;
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 10px;
}

.page-content .marriage-item .body-content .showmore {
    float: right;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    color: #8a2425;
}

.page-content .marriage-item a.contribute {
    height: 40px;
    width: 190px;
    clear: both;
    line-height: 40px;
    border: 0;
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    outline: 0;
    text-align: center;
    margin-top: 15px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.support-marriage-widget {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color:rgba(213, 213, 213, 0.4);
    border: 1px solid #363636;
}

.support-marriage-widget h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 26px;
    line-height: 34px;
    color: #363636;
    margin-bottom: 15px;
    text-align: center;
}

.support-marriage-widget .form-thanks {
    text-align: center;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #363636;
}

.support-marriage-widget form input[type=text], .support-marriage-widget form input[type=submit] {
    width: 100% !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: none;
    display: block;
    margin-bottom: 10px;
    margin-top: 0px;
}
.support-marriage-widget form input[type=submit] { margin-bottom: 0px; }

/* Legislative Guide */
#legguide-widget {
    background: url(imgs/footer-bg.jpg);
    padding: 30px 20px;
    text-align:center;
    
    line-height: 20px;
    font-size: 16px;
    color: #fff;
}
#legguide-widget h1 {
    color: #ffffff;
    font-weight:700;
    font-size: 23px;
    display: block;
    margin-bottom: 30px;
}
#legguide-widget a {
    color: #fff;
    text-decoration: underline;
    font-weight:700;
    font-size: 20px;
    display: block;
}
#legguide-widget a:hover {
    text-decoration: none;
    color: #fff;
}
#legguide-widget input[type=text] {
    max-width: 	263px;
    width: 100%;
    height: 29px;
    background: #fff;
    font-size: 18px;
    text-indent: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    color: #707070;
    box-shadow: inset 1px 2px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 2px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 1px 2px 1px rgba(0,0,0,0.1);
    padding: 0;
    outline: 0;
    margin-top: 3px;
    margin-bottom: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#legguide-widget input[type=submit] {
    width: 191px;
    height: 31px;
    margin: 0 auto;
    margin-top: 20px;
}
#legguide-widget label {
    display: block;
    clear: both;
    
    color: #fff;
    font-size: 17px;
    text-align: left;
    margin-bottom: 8px;
}

/* Speaker Form */
#speakerform input {
    margin-bottom: 15px;
}
#speakerform input[type=submit] {
    width: 100px;
}
.contact_error, .speaker_error {
    display: inline;
    color: #7F2324;
    margin-left: 15px;
}
#contactform textarea, #speakerform textarea {
    width: 400px;
    height: 230px;
    padding: 5px;
    background: #fff;
    font-size: 18px;
    text-indent: 5px;
    -webkit-border-radius: 5px;
    border: 0;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    color: #707070;
    box-shadow: inset 1x 2px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 2px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 1px 2px 1px rgba(0,0,0,0.1);
    outline: 0;
    resize: none;
    margin-top: 3px;
    margin-bottom: 8px;
}

/* Sidebar Styles */
.sidebar ul.sidebar-widgets {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sidebar ul.sidebar-widgets a {
    text-decoration: none;
    color: #363636;
}
.sidebar ul.sidebar-widgets a:hover {
    text-decoration: underline;
}

.sidebar ul li.widget-container {
     margin: 0 0 25px 0;
 }
.sidebar ul li.widget-container ul {
    list-style: square;
    padding: 0;
    margin: 0;
    margin-left: 25px;
}
.issue-widget-link { display: block; width: 100%; height: 75px; }
#issue-widget-issue { width: 100%; overflow: hidden; display: block; background-position: top left; background-repeat: no-repeat; }
.religious-liberty-widget { background-image: url(imgs/religious_liberty_side.png);}
.marriage-family-widget { background-image: url(imgs/marriage_family_side.png);}
.pro-life-widget { background-image: url(imgs/pro_life_side.png);}

.sidebar-search .search-field-container {
    width: 100%;
    display: block;
    position: relative;
}
.sidebar-search input[type=text] {
    width: 100%;
    padding-right: 25px;
    position: relative;
}
.sidebar-search .search-field-container .search-icon {
    position: absolute;
    height: 17px;
    width: 17px;
    right: 4px;
    top: 7px;
    fill: #2b3c5d;
}
.sidebar-search input[type=submit] {
    display: none;
}

.widget_social_widget #tweet-logo {
    display: block;
    float: left;
    width: 46px;
    height: 39px;
    margin-top: 15px;
}
.widget_social_widget #tweet-logo svg {
    height: 60px;
    margin-left: -9px;
    margin-top: -15px;
    fill: rgb(29, 161, 242) !important;
}
.widget_social_widget #tweet, #fbinfo {
    display: block;
    float: left;
    margin-left: 10px;
    width: 184px;
    
    font-size: 13px;
    color: #363636;
}
.widget_social_widget #tweet a {
    text-decoration: underline;
    color: #363636;
}
.widget_social_widget #tweet a:hover { text-decoration: none; }
.widget_social_widget #tweetinfo {
    
    font-size: 13px;
    color: #363636;
    text-align: right;
    float: right;
    width: 100px;
}
.widget_social_widget #tweetinfo a {
    color: #8a2425;
    text-decoration: none;
}
.widget_social_widget #tweetinfo a:hover { text-decoration: underline; }
.widget_social_widget #fb-box {
    display: block;
    float: left;
    width: 23px;
    height: 49px;
    margin-top: 5px;
    margin-left: 9px;
    padding-right: 7px;
}
.widget_social_widget #fb-box svg {
    height: 60px;
    margin-left: -16px;
    margin-top: -7px;
    fill: rgb(59, 89, 152) !important;
}
.widget_social_widget #fb-title { display: block; width: 184px; margin-bottom: 5px; margin-top: 5px; }
.widget_social_widget #fb-title a {
    cursor: pointer;
    color: #3B5998;
    text-decoration: none;
    line-height: 1.28;
    text-align: left;
    direction: ltr;
    font-size: 11px;
    font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
}
.widget_social_widget #fb-title a:hover { text-decoration: underline; color: #3B5998;}

.widget_archvies_widget .yearly-archives { margin-left: 0; }
.widget_archvies_widget .archive-year:hover { cursor: pointer; text-decoration: underline; }
.widget_archvies_widget .monthly-archives, .widget_archvies_widget .yearly-archives { list-style: none !important;  font-size: 16px; color: #363636; }
.widget_archvies_widget .monthly-archives a, .widget_archvies_widget .yearly-archivesa { color: #363636; text-decoration: none; }
.widget_archvies_widget .monthly-archives a:hover, .widget_archvies_widget .yearly-archives a:hover { color: #363636; text-decoration: underline; }
.widget_archvies_widget .archive-arrow { height: 8px; width: 8px; display: inline-block; background: url(imgs/archives-arrows.png); margin-right: 8px; background-position: 0 -8px; }
.widget_archvies_widget .archive-arrow-down { background-position: 0 0px; }

.featured-post-widget-entry {
    display: block;
    margin-bottom: 15px;
}
.featured-post-widget-entry .featured-image {
    width: 50px;
    height: 50px;
    overflow: hidden;
    float: left;
}
.featured-post-widget-entry .feed-content {
    overflow: hidden;
    margin-left: 60px;
    font-size: 16px !important;
    color: #373737;
    line-height: 15px;
    padding-top: 3px;
}


#feed-divider {
    display: block;
    clear: both;
    width: 100%;
    height: 0px;
    border-top: 1px solid #cccdd3;
    border-bottom: 1px solid #ffffff;
}

#texasvalueswidget {
    width: 100%;
    padding: 13px;
    border: 1px solid #d4d4d4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#texasvalueswidget-outline {
    width: 100%;
    border: 1px solid #b0b0b0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.widget_search#texasvalueswidget-outline {
    border: 0px;
}
.widget_search #texasvalueswidget {
    border: 0px;
    padding: 0px;
}
h3.widget-title {
    color: #1c2b48;
    margin: 0;
    padding: 0;
}

/* Page Styles */
.title-bar {
    width: 100%;
    background: url(imgs/red-slide-bg.png);
    min-height: 89px;
}
.title-bar .title-bar-content {
    min-height: 89px;
    line-height: 89px;
    margin: 0 auto;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
}

/* Footer */
.footer {
    width: 100%;
    display: block;
    background: url(imgs/footer-bg.jpg);
    padding: 30px 0px;
    box-shadow: inset 10px 15px 25px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 10px 15px 25px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 10px 15px 25px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    
    font-size: 13px;
    min-height: 150px;
    line-height: 18px;
}
.footer .divider {
    width: 100%;
    height: 1px;
    background: #0a1327;
    border-bottom: 1px solid #2b3f64;
}
.footer a {
    color: #ffffff;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer .footer-column-1 {
    width: 190px;
    height: 100%;
    display: block;
    float: left;
}
.footer .footer-column-1-menu {
    padding-bottom: 8px;
}
.footer-column-1-disclaimer {
    height: 100%;
    margin-top: 8px;
    width: 190px;
}
.footer .vici-callback {
    width: 190px;
    font-size: 16px;
    color: #8a2425;
    font-weight:700;
    padding-top: 10px;
}
.footer .footer-column-2 {
    margin-left: 55px;
    width: 270px;
    height: 100%;
    display: block;
    float: left;
}
.footer-column-1-menu a, .footer-column-2 a {
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight:700;
}

.footer-column-2 .footer-column-2-menu a {
    font-size: 15px;
    
    color: #fff;
    display: block;
    padding-bottom: 2px;
    text-decoration: none;
    text-transform: none;
}
.footer-column-2 .footer-column-2-menu a:hover {
    text-decoration: underline;
}
.footer-column-2-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
}
.foot-search .search-field-container {
    width: 195px;
    position: relative;
    float: left;
}
.foot-search input[type=text] {
    width: 100%;
    padding-right: 25px;
    position: relative;
}
.foot-search .search-field-container .search-icon {
    position: absolute;
    height: 17px;
    width: 17px;
    right: 4px;
    top: 7px;
    fill: #2b3c5d;
}
.foot-search input[type=submit] {
    float: right;
    line-height: 31px;
}
.footer .footer-column-3 {
    float: left;
    margin-left: 75px;
    width: 350px;
    height: 100%;
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight:700;
}
.footer .footer-column-3 .title {
    width: 95px;
    text-align: right;
    display: block;
    line-height: 33px;
    float: left;
    padding-right: 28px;
    white-space: nowrap;
}
.footer .footer-social {
    margin-bottom: 60px;
}
.footer .footer-social.footer-social-mobile {
    display: none;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}
.footer  .footer-social.footer-social-mobile .footer-social-icons {
    float: none;
}
.footer .footer-social.footer-social-mobile .footer-social-icons .footer-social-icon {
    margin-left: 5px;
    margin-right: 5px;
}
.footer .footer-social-icons {
    float: left;
}
.footer .footer-social-title {
    line-height: 32px;
}
.footer .footer-social-icons .footer-social-icon {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 10px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.footer .footer-social-icons .footer-social-icon:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}
.footer .footer-social-icons .footer-social-icon.footer-social-facebook {
    background-color: rgb(59, 89, 152);
}
.footer .footer-social-icons .footer-social-icon.footer-social-twitter {
    background-color: rgb(0, 0, 0);
}
.footer .footer-social-icons .footer-social-icon.footer-social-youtube {
    background-color: rgb(205, 32, 31);
}
.footer .footer-social-icons .footer-social-icon.footer-social-rss {
    background-color: rgb(239, 134, 71);
}
.footer .footer-social-icons .footer-social-instagram {
    background: radial-gradient(circle at 30% 107%, #FFDD55 0%, #FF543E 40%, #C837AB 70%),
                radial-gradient(circle at 70% 30%, #3771C8 0%, rgba(102, 0, 255, 0) 100%);

}
.footer .signup-content {
    float: left;
    width: 225px;
}
.footer .signup-form {
    display: block;
}
.footer .signup-thanks {
    line-height: 33px;
}
.footer .signup-form input[type=text]{
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 10px;
}
.footer .signup-form input[type=text].zip {
    float: left;
    width: 90px;
}
.footer .signup-form input[type=submit]{
    float: left;
    width: 65px;
    margin-left: 15px;
    line-height: 31px;
}
.footer .footer-follow {
    width: 225px;
    margin-left: 123px;
    margin-top: 15px;
}
.footer .footer-donate .title {
    line-height: 16px;
}
.footer .footer-donate .donate.btn {
    float: left;
    width: 121px;
    line-height: 31px;
    text-transform: none;
    font-size: 22px;
}
@media (max-width: 1220px){
    .marriage-declaration-topimage {
        width: 100%;
        height: auto;
        background: transparent;
    }

    .marriage-declaration-topimage img {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 980px) {
    .footer .footer-column-2, .header .header-content .navigation .nav-search {
        display: none;
    }
    .issue-con {
        float: none;
        width: 100%;
        border: 0px !important;
    }
    .issue-con .issue {
        margin: 0 auto;
    }
    .home-issues-border {
        display: none;
    }
    .homepage-content .press-releases, .homepage-content .action-alerts {
        float: none;
        margin-left: 0px;
        width: 100%;
    }
    .homepage-content .action-alerts {
        margin-bottom: 40px;
    }
    .issues-home.content {
        display: none;
    }
}
@media (min-width: 901px) {
    .header .header-content .navigation .menu-header {
        display: block !important;
    }
}
@media (max-width: 900px) {
    #darkbackground { display: none !important; }
    .header {
        padding-top: 0px;
    }
    .header .content {
        padding: 0;
    }
    .header .header-content {
        float: none;
        width: 100%;
        background: #1c2b48;
        padding: 5px 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .header-bottom-content .signup-content, .header-share {
        display: none;
    }
    .header .header-content .navigation {
        height: auto;
        width: 150px;
        float: left;
    }
    .header .header-content .mobile-menu {
        display: block;
    }
    .header .header-content .navigation .menu-header {
        float: none;
        display: none;
    }
    .header .header-content .navigation ul.menu li {
        display: block;
        margin-bottom: 5px;
    }
    .header .header-content .navigation ul.menu li a {
        color: #ffffff;
        margin: 0;
        padding: 0;
        margin-bottom: 0px;
        font-size: 18px;
    }
    .header .header-content .navigation ul.menu li:hover a {
        background: transparent;
    }
    .header .header-content .navigation ul.menu li ul {
        display: block !important;
        background: transparent;
        position: relative;
        top: 0px;
        padding: 0px;
        padding-left: 15px;
        float: none;
        box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
        width: 100%;
    }
    .header .header-content .navigation ul.menu li ul li {
        border: 0px;
    }
    .header .header-content .navigation ul.menu li ul li a {
        padding: 0px;
        border: 0px;
        
        text-transform: none;
    }
    .header-bottom-content {
        margin-top: 0px;
    }
    .header-bottom-content .donate.btn {
        width: 95px;
    }
    .header a.logo {
        margin: 0 auto;
        float: none;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        max-width: 290px;
    }
    .sidebar {
        display: none;
        float: none;
        margin: 0 auto;
    }
    .sidebar.legguide-sidebar {
        display: block;
        float: none;
        margin: 0 auto;
        margin-bottom: 0px;
    }
    .sidebar .issue-widget-container {
        display: none;
    }
    .sidebar.mobile-sidebar {
        display: block;
        margin-top: 30px;
    }
    .page-content, .page-template-legguide .page-content {
        margin-right: 0px;
    }
    .marriage-declaration-header form input[type=text] {
        float: none;
        display: block;
        width: 100% !important;
        margin-bottom: 15px;
    }
    .homepage-content .post-entry .post-entry-content {
        padding-top: 0px;
    }
    .homepage-signup {
        display: block;
    }
}
@media (max-width: 800px){
    .title-bar.homepage-title-bar .slide.slide-1 {
        margin-bottom: 20px !important;
    }
    .title-bar.homepage-title-bar .slide.slide-1, .title-bar.homepage-title-bar .slide-container {
        width: 100%;
        float: none;
        margin: 0;
        padding-left: 0px;
        height: 430px;
    }
}
@media (max-width: 660px) {
    .title-bar {
        min-height: 70px;
    }
    .title-bar .title-bar-content {
        font-size: 35px;
        text-align: center;
        min-height: 50px;
        line-height: 50px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .single-post .post-info .topics {
        float: none;
        display: block;
        margin-left: 0px;
        padding-top: 5px;
        clear: both;
    }
    .footer .footer-column-1, .footer-column-1-disclaimer {
        float: none;
        width: 100%;
        text-align: center;
    }
    .footer .footer-bottom-column, .footer .footer-column-1-menu, .footer .divider, .footer .footer-column-3 {
        display: none;
    }
    .page-content .marriage-item .image {
        display: none;
    }
    .page-content .marriage-item .body-content {
        margin-left: 0px;
    }
    .title-bar.homepage-title-bar .slide.slide-1, .title-bar.homepage-title-bar .slide-container  {
        height: 330px;
    }
    .title-bar.homepage-title-bar .slide.slide-2,
    .title-bar.homepage-title-bar .slide.slide-3, .title-bar.homepage-title-bar .slide.slide-4 {
        height: 165px;
    }
    .title-bar.homepage-title-bar .home-slides {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .homepage-content .post-entry .featured-image, .homepage-content .post-entry .post-entry-content,
    .homepage-content .action-alerts .action-alert .action-alert-image, .homepage-content .action-alerts .action-alert .action-alert-title {
        width: 100%;
        float: none;
    }
    .homepage-content .post-entry .featured-image, .homepage-content .action-alerts .action-alert .action-alert-image {
        margin-bottom: 15px;
    }
    .title-bar.homepage-title-bar .home-slides-mobile .slide.animating {
        top: 30px;
    }
    .footer .footer-social.footer-social-mobile {
        display: block;
    }
    .homepage-title-block .blog-feed-subscribe, .blog-feed-subscribe {
        display: none;
    }
    .post-entry .post-entry-content .post-info {
        height: auto;
    }
    .post-entry .post-entry-content .post-info .topics {
        float: none !important;
        clear: both;
        width: 100%;
        margin-top: 2px;
        margin-left: 0px !important;
    }
}
@media (max-width: 400px) {
    .post-entry .featured-image {
        display: none;
    }
    .featured-posts .post-entry .featured-image {
        display: block;
    }
    .post-entry .post-entry-content {
        margin-left: 0px;
    }
    .single-post .fb-share, .single-post .tw-share {
        display: none;
    }
    .single-post .post-author {
        margin-left: 0px;
    }
    .title-bar.homepage-title-bar .slide.slide-1 .slide-content .title {
        font-size: 32px;
        line-height: 32px;
    }
    .title-bar.homepage-title-bar .slide.slide-2 .slide-content .title
    {
        font-size: 28px;
        line-height: 28px;
    }
    .title-bar.homepage-title-bar .slide.slide-3 .slide-content .title, .title-bar.homepage-title-bar .slide.slide-4 .slide-content .title {
        font-size: 20px;
        line-height: 20px;
    }
    #legguide-widget input[type=text] {
        width: 100% !important;
        max-width: 100% !important;
        float: none;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}

/* WP Styles */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
    max-width: 100%; /* When images are too wide for containing element, force them to fit. */
    height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}
.wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 632px !important; /* prevent too-wide images from breaking layout */
    padding: 4px;
    text-align: center;
}
.wp-caption img {
    margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
    color: #888;
    font-size: 12px;
    margin: 5px;
}
.wp-smiley {
    margin: 0;
}
.gallery {
    margin: 0 auto 18px;
}
.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery img {
    border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
}
.gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px;
}
.gallery dl {
    margin: 0;
}
.gallery img {
    border: 10px solid #f1f1f1;
}
.gallery br+br {
    display: none;
}
#content .attachment img {/* single attachment images should be centered */
    display: block;
    margin: 0 auto;
}
.slp_results_container .results_wrapper {
    text-align: left;
}
.slp_results_container .results_wrapper a {
    color: #8a2425;
}