/*
Theme Name: SCDRO 2017
Author: Contravent
Author URI: http://contravent.com
Description: Custom Template for South Carolina Disaster Recovery Office
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: scdro

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body {
    background-color: #f2f2f2;
    font-family: 'Open Sans Condensed';
}

main p {
    font-size: 16px;
     font-family: 'Crimson Text';
}

.zeno_font_resizer_container p{
    margin-bottom: 0px;
    
}

.zeno_font_resizer_container a{
    color: #808080;    
}


.wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}

.wrapper h2{
    margin-bottom: 40px;
}

a:hover {
    text-decoration: none;
}

.orange {
    color: #e79700;
}

.blue {
    color: #003366;
}

main a {
    color: #e79700;
    font-weight: 600;
}

main a:hover{
    color: #000;
    text-decoration: none;
}

.grey-box {
    background-color: #f2f2f2;
    text-align: left;
    padding: 30px 20px;
    min-height: 355px;
    margin-bottom: 20px;
}

.site-main ul { 
    padding-left:20px; 
    list-style:none; 
}

.site-main li { 
    margin-bottom:10px;
}

.site-main li:before {    
    font-family: 'FontAwesome';
    content: '\f005' !important;
    margin:5px 5px 0 -15px;
    color: #e79700;
}

.site-main .list li:before {    
    font-family: 'FontAwesome';
    content: '';
    margin:5px 5px 0 -15px;
    color: #e79700;
}

.site-main ul .inverse { 
    margin-top: 10px;
}

.site-main .inverse li:before {    
    font-family: 'FontAwesome';
    content: '\f006';
    margin:5px 5px 0 -15px;
    color: #e79700;
}

.footer-navigation {
    text-align: right;
}

#site-navigation {
    /*font-size: 12px;*/
}

.top-links span > a{
    color: #808080;        
}

.top-links span > a:hover{
    color: #e79700;        
}

.how-to-apply {
    background-image: url('images/how-to-apply-content.jpg');
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 35% 100%;
    background-color: #f2f2f2;
    min-height: 500px;
    
}

.press-releases{
    padding-left: 0px;    
    padding-right: 0px;    
}

.press-release-icon {
    float: left; 
    width: 40%;
    text-align:center; 
    background-color:#003366; 
    color:#fff; 
    padding:100px; 
    min-height:400px;
}

.presentations {
    margin-top: 10px;
    margin-bottom: 10px;   
    padding-left: 0px;    
    padding-right: 0px;   
}

.presentations .list {
    float: left;
    width: 60%;
    background-color: #f2f2f2;
    color: #000;
    padding: 100px;
    min-height: 400px;
    padding-left: 180px;
    padding-right: 40px;
}

.presentations .icon {
    float: right;
    width: 40%;
    text-align: center;
    background-color: #003366;
    color: #fff;
    padding: 100px;
    min-height: 400px;
    
}

.phone-numbers {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

.phone-numbers .list {
    float: left;
    width: 60%;
    background-color: #f2f2f2;
    color: #000;
    padding: 80px;
    min-height: 400px;
    padding-right: 40px;
}

.useful-sites {
    margin-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

.useful-sites .list {
    float: left;
    width: 60%;
    background-color: #f2f2f2;
    color: #000;
    padding: 100px;
    min-height: 600px;
    padding-left: 180px;
    padding-right: 40px;
}

.useful-sites .icon {
    float: right;
    width: 40%;
    text-align: center;
    background-color: #003366;
    color: #fff;
    padding: 100px;
    min-height: 600px;
}



.phone-numbers .icon {
    float: left;
    width: 40%;
    text-align: center;
    background-color: #003366;
    color: #fff;
    padding: 100px;
    min-height: 400px;
}


.featured-image {
    min-height:550px;
    background-position:center;
    background-size:cover;   
    background-repeat:no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.featured-image h1 {
    font-size: 45px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.home .featured-image {
    background-position: right;
    position: relative;
    top: 1px;
}

.home .featured-image h1 {
  font-size: 60px;
}

.featured-image h2 {
    /*font-size: 15pt;*/
}

.recovery-groups .grey-box {
    min-height: 240px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.black {
    color: #000;
}

.white {
    color: #fff;
}

#body-content {
    min-height: 600px;

}

iframe{
    overflow:hidden;
}

main {
    background-color: #fff;
    color: #000;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.uppercase {
    text-transform: uppercase;
}

.site-main {
    
}

.featured-image.white{
    color: #fff;
}
.featured-image.black{
    color: #000;
}
.site-main .entry-content h1, h2, h3, h4, h5{
    margin-top: 0px;   
}

.home .site-main {
    color: #000;
}

#footer  {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #003366;
}

#footer ul > li {
    list-style: none;
}

#footer ul > li a {
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
}

.equal-housing {
    font-size: 12px;
    color: #fff;
}

.copyright {
    font-size: 12px;
    color: #808080;
    padding-top: 10px;
}

.logo {
    background-image: url('images/logo.png');
    text-indent: -9999px;
    width: 100px;
    height: 70px;
}

#top-nav {
    background-color: #f2f2f2;
    color: #808080;
    padding: 5px;
}

#top-nav .fa {
    color: #e79700;
}

#top-nav .facebook .fa {
    color: #808080;
}

#top-nav .facebook a {
    color: #808080;
    font-size: 20px;
}


#top-nav .facebook .fa a:hover {
    color: #e79700;
    font-size: 20px;
}

.volunteer {
    min-height: 300px;
    padding-left: 0px;
    padding-right: 0px;
}

.volunteer .box{
    background-color: #f2f2f2;
    padding: 20px;
    width: 50%;
}

.volunteer .box h4{
    font-size: 30px;
}


.nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar {
    border-radius: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
.navbar-default {
    background-color: #fff;
    border: 0px;
}

.navbar-inverse {
    background-color: transparent;
    border: 0px;
}

.navbar-default a {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}

.navbar-default .navbar-text {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.navbar-default .navbar-nav > li > a {
    font-weight: 600;
    color: #000;
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 2px;
    padding-right: 2px
}

.navbar-default .navbar-nav .current-menu-item a{
    border-bottom: 1px solid #e79700;
    padding-bottom: 4px;
}
.navbar-default .navbar-nav > li > a:hover {
    border-bottom: 1px solid #e79700;
    padding-bottom: 4px;
}

.navbar-inverse .navbar-nav > li > a:hover {
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-brand {
    color: #000;
    background-color: transparent;
    
}

.navbar-inverse .navbar-brand {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse a {
    text-transform: uppercase;
    color: #fff;
}

.btn {
    font-family: 'Open Sans Condensed';
    font-weight: 600;
    border-radius: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-default {
    background-color: #f49c00;
    border-color: #f49c00;  
    color: #fff;  
    border-width: 2px; 
    font-weight: 600;
}

.btn-default:hover {
    background-color: #fff;
    border-color: #f49c00;
    color: #f49c00;  
}

.btn-info {
    background-color: #fff;
    border-color: #f49c00;
    border-width: 0px; 
    color: #f49c00;  
    font-weight: 600;
}

.btn-info:hover {
    background-color: #f49c00;
    border-color: #fff;
    color: #fff;  
}

.btn-primary {
    background-color: #fff;
    border-color: #003366;
    border-width: 2px; 
    color: #003366;  
    font-weight: 600;
}

.btn-primary:hover {
    background-color: #003366;
    border-color: #fff;
    color: #fff;  
}

/*.application-status {*/
    /*background-image: url('/wp-content/uploads/2017/01/application-status-bg.jpg');*/
    /*background-repeat: no-repeat;    */
    /*background-size: contain;*/
    /*min-height: 400px;*/
/*}*/

.home .tiles {

}

.home .tiles .col-md-4 {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
}

.home .tiles .col-md-4 .btn{
    margin-bottom: 0 !important;
}

.home-tile-1 {
    color: #fff;
    background-image: url('images/home-tile-1.png');
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-tile-2 {
    color: #fff;
    background-image: url('images/home-tile-2.png');
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-tile-3 {
    color: #fff;
    background-image: url('images/home-tile-3.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position:right bottom;
}

.footer-navigation ul {
    padding: 0;
    list-style-type: none;
}

    .press-release-list {
        float: right;
        width: 60%;
        padding:100px;
        min-height:400px;    
        background-color: #f2f2f2;
    }

    .press-release-list a{
        color: #000;
    }

.press-release {
    min-height: 400px;
    background-color: #003366;
    padding-right: 0px;
    padding-left: 0px;    
}

.fraud-header {
    font-weight: bold;
}
.fraud-text {
    text-align: justify;
    font-size: 14px;
    padding-top: 30px
}

.make-appt {
    
    padding-top: 5px;
}

ul.home-buttons{
    margin: 0;
    padding-left: 10px;
}

.home-buttons li {
    display: inline;
    margin-right: 20px;
}

ul.home-buttons li:before {    
    content: '' !important;
    margin:5px 5px 0 -15px;
}

.appt-offices-icon {
    background-color: #003366;
    text-align: center;
    margin-left: 0px;
    float: left;
    width: 30%;
    padding: 100px;
}

.appt-offices-details {
    float: right;
    width: 70%;
    margin-right: 0px;
    background-color: #f2f2f2;
    padding: 100px;
}

.schedule-date {
    width:100%;
    background-color:#003366;
    color:#fff; 
    text-align:center;
    padding:10px;
    margin-bottom: 10px;
    font-weight: 700;
}

.schedule-date .col-md-4 {
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    #footer {
    text-align: center;
    }

    #footer .footer-navigation{
        text-align: center;
    }
    #footer .equal-housing {
        margin-top: 10px;
    }

    .copyright {
        text-align: center;
    }

   .press-release-icon {
        width: 100%;
        
    }

    .press-release-list {
        float: left; 
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        min-height:400px;    
        text-align: center;
    }

    .press-release {
        min-height: 800px;
    }

    .phone-numbers .icon {
        float: left;
        width: 100%;
        padding: 100px;
        min-height: 400px;
    }

    .phone-numbers .list {
        float: left;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        min-height: 400px;
        text-align: center;
    }
.useful-sites .list {
        float: left;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        min-height: 400px;
        text-align: center;
    }
.useful-sites .icon {
        float: left;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        min-height: 400px;
    }

.presentations .list {
    float: left;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 400px;
    text-align: center;
}

.presentations .icon {
    float: left;
    width: 100%;
    padding: 100px;
    min-height: 400px;
}

.appt-offices-icon {

    width: 100%;
}

.appt-offices-details {
    
    width: 100%;
}

}

@media ( max-width: 768px ) {
     .how-to-apply {
        background-image:none;
     }

    .application-status {
        background-image: none;
    }

    .home-buttons li {
        display: block;
    }
}
@media (max-width: 450px) {
    .home .featured-image {
        color: #ffffff;
    }
}

/* Resize and translate */
.resize-and-translate {
    width: 200px;
}
@media (min-width: 992px) {
    .resize-and-translate {
        display: inline;
    }
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}