/*
  Theme Name: Disability Resource Help
  
*/
/* 1. Theme default css */
body {
    font-family: 'Open Sans', sans-serif;
}
.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}
.f-left {
    float: left
}
.f-right {
    float: right
}
.fix {
    overflow: hidden
}
a, .button, button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a:focus, .button:focus {
    text-decoration: none;
    outline: none;
}
button {
    cursor: pointer
}
a:focus, a:hover, .portfolio-cat a:hover, .footer -menu li a:hover {
    color: #0056b3;
    text-decoration: none;
}
a, button {
    color: #0056b3;
    outline: medium none;
}
input:focus, textarea:focus, :focus {
    outline: 0
}
button:focus {
    outline: 0 none;
}
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #333333;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}
h1 {
    font-size: 40px;
    font-weight: 500;
}
h2 {
    font-size: 35px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
ul {
    margin: 0px;
    padding: 0px;
}
li {
    list-style: none
}
p {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 26px;
    color: #777777;
    margin-bottom: 15px;
}
hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}
label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}
*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}
*::-moz-placeholder {
    color: #555555;
    opacity: 1;
}
*::placeholder {
    color: #555555;
    opacity: 1;
}
.more a {
    -moz-user-select: none;
    background: #c51c28 !important;
    border: 1px solid transparent;
    border-radius: .3rem;
    color: #fff !important;
    width: 100%;
    font-size: 1.25rem !important;
    font-weight: 700;
    line-height: 1.1;
    padding: 20px 45px !important;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    border: 0;
    display: block;
}
.more .vc_btn3-icon {
    vertical-align: middle !important;
	height: 16px !important;
	line-height: 12px !important;
	margin-left:.2em !important;

}
.more a:hover {
    color: #fff;
    background-color: #333 !important;
}
/* scrollUp */
#scrollUp {
    background: #0056b3;
    height: 35px;
    width: 35px;
    right: 50px;
    bottom: 77px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    /*border-radius: 50%;*/
    font-size: 16px;
    line-height: 34px;
}
#scrollUp:hover {
    background: #444;
}
/* 

  2. header 

*/
.header-menu {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 999;
    top: 0;
}
.logo {
    padding: 6px 0;
    margin: 0 auto;
    text-align: center;
}
.main-menu-area {
    border-bottom: 1px solid #EEEEEE;
    background: #fafafa;
    box-shadow: 0 5px 6px 0 #ccc;
}
.logo img {
    max-width: 250px;
    margin: 0 auto;
    display: block;
}
.wrapper {
    margin-top: 150px;
}
.about-me-wrapper h1 {
    font-weight: 700;
    font-size: 1.8em;
}
.about-me-wrapper {
    margin: 0 auto;
    padding-bottom: 30px;
}
.about-me-area {
    padding-bottom: 50px;
}
.offer {
    clear: both;
}
.offer h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 auto;
    padding-bottom: 15px;
}
.offer img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
}
.offer p a {
    font-weight: 700;
    text-decoration: underline;
}
.offer-img {
    padding-bottom: 15px;
}
#contact_us {
    background-color: #f9f9f8;
    padding: 50px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.contact-forms input, .contact-forms input-area, .contact-forms textarea {
    margin-bottom: 15px;
    color: #555555;
    border-width: 1px;
    border-style: solid;
    border-color: #000;
    width: 100%;
    line-height: 20px;
    height: 55px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 16px;
}
.state select, .age select {
    font-size: 16px;
    color: #555;
    height: 55px;
    border: 1px solid #000;
    margin-bottom: 15px;
    width: 100%;
    padding: 10px 15px;
    border-radius: .3rem;
}
.newsletter-form__submit {
    color: #fff !important;
    border-radius: 50px !important;
    background-color: #259e44;
    line-height: 32px !important;
    border: none !important;
    padding: 10px 50px !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    text-transform: uppercase;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    display: block;
    margin: 25px auto 0 !important;
    cursor: pointer;
    width: auto !important;
}
.newsletter-form__submit:hover {
    color: #fff;
    background-color: #333333;
}
footer {
    background-color: #cfcfcf;
}
.footer-top {
    padding: 40px 0;
}
.footmenu {
    padding-top: 26px;
}
.footmenu ul li {
    display: inline-block;
    font-size: 13px;
    border-right: 1px solid #000;
    line-height: 16px;
    padding: 0 10px;
    margin-left: -4px;
}
.footmenu ul li a {
    color: #000;
}
.footer-top .social_icon {
    margin-top: 10px;
}
.footer-top .social_icon li {
    display: inline-block;
    margin: 0px 4px;
}
.footer-top .social_icon li a {
    color: #002A5C;
}
.footer-top .social_icon li a i {
    font-size: 24px;
    width: 54px;
    border: 4px solid #002A5C;
    border-radius: 50%;
    height: 54px;
    text-align: center;
    line-height: 48px;
}
.footer-top .social_icon li a i:hover {
    background-color: #002A5C;
    color: #fff;
    transition: 0.5s;
}
.copyright p {
    color: #000;
    font-size: 13px;
    line-height: 26px;
    padding-bottom: 0;
    margin-top: 6px;
    margin-bottom: 0;
}
.disc_text p {
    font-size: 12px;
    text-align: left;
    line-height: 22px;
    color: #000;
    margin: 0 auto;
}
.line_gap {
    position: relative;
    display: block;
    clear: both;
    padding: 0px 15px;
    margin: 25px auto;
    height: 2px;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    width: 100%;
    max-width: 1065px;
}
.flltlogo img {
    max-width: 100%;
    height: auto;
}