/*
Theme Name: datingtheme.io - Child
Theme URI: https://www.datingtheme.io
Description: Legen... wait for it... Dary!
Author: datingtheme.io
Author URI: https://www.datingtheme.io/
Template: datingtheme
Version: 1.0
*/
#navigation .navbar-nav > li > a {
    text-shadow: 0 1px 0 rgba(255,255,255,.3);
    font-size: 20px;
    box-shadow: 0 0 0 #c80a28 inset;
    transition: all 0.1s linear;
    padding: 10px 15px;
    margin: 10px 0;
}
#navigation .navbar-nav > li > a:hover,
#navigation .navbar-nav > li > a:focus {
text-decoration: none;
box-shadow: 0 -3px 0 #d31c13 inset;
}
#location-list-states ul li a,
#location-list-countys ul li a,
#location-list-citys ul li a,
#nearby_locations_widget-2 ul li a{
 display:inline-block;
 color:#695f5f;
 transition:all 0.2s;
 border-radius:10px;
 text-overflow:ellipsis;
 white-space:nowrap;
 overflow:hidden;
 max-width:100%
}
#location-list-states ul li a:hover,
#location-list-states ul li a:focus,
#location-list-countys ul li a:hover,
#location-list-countys ul li a:focus,
#location-list-citys ul li a:hover,
#location-list-citys ul li a:focus,
#nearby_locations_widget-2 ul li a:hover,
#nearby_locations_widget-2 ul li a:focus{
 padding:0 15px;
 color:#fff;
 text-decoration:none;
 background:#d31c13;
}
.textarea.id-5 .fa {
    background: #fff;
    box-shadow: 0 0 0 2px #969191;
    color: #d31c13;
    transition: all 0.2s;
    margin: 0 auto;
    margin-bottom: 0px;
    display: table;
    height: 6rem;
    width: 6rem;
    line-height: 6rem;
    text-align: center;
    border-radius: 50%;
    font-size: 3rem;
    margin-bottom: 40px;
}
.container > form#signup_form
{
margin-top: -60px;
margin-bottom: 30px;
}
#footer h2
{
color: #ffffff;
}
.single-location .carousel-caption, .single-location .carousel-caption h1 {
text-shadow: 3px 0px 2px rgb(0, 0, 0);
}