/*
Theme Name: Elk River Treatment
Theme URI: elkrivertreatment.com
Description:
Author: Jared Mitchell
Author URI: http://www.jmdesigns.co.nz
Version: 1.0
Tags: Mobile Responsive, Bootstrap 3.0, Gulp
*/

.body {
    background-color: #ffffff;
    font-family: 'Lato', sans-serif;
    color: #555555;
    font-size: 15px;
    line-height: 1.75;
}

h1 {
    color: #00aeef;
    font-family: 'Roboto Slab', serif;
}

a {
    color: #15beee;
}

a, a:hover {
    -moz-transition: all 250ms ease-in;
    -webkit-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}

.elk-blue {
    color: #15beee !important;
}

.lato {
    font-family: 'Lato', sans-serif;
}

.roboto-slab {
    font-family: 'Roboto Slab', serif;
}

/* Header */

header > .header-container {
    background-color: #363636;
}

header .site-header-logo {
    padding-left: 113px;
}

header .site-header {
    padding-top: 20px;
    text-align: center;
}

header .site-header h3 {
    font-size: 17px;
    padding-top: 2px;
    color: #15beee;
    line-height: 1.8;
    padding-left: 22px;
}

header .site-header p.phone-alpha {
    color: #acce39;
    font-size: 51px;
    font-weight: 900;
    line-height: 0.8;
    letter-spacing: 2px;
    padding-left: 27px;
}

header .site-header p.site-header-email a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    padding-left: 32px;
}

/* Navigation */

.main_nav .navbar {
    background-color: #ffffff;
    border-radius: 0;
    margin-bottom: 0;
}

.main_nav .navbar-nav > li a {
    color: #58595b;
}

.main_nav .navbar-nav li.active a,
.main_nav .navbar-nav > li a:hover,
.main_nav .navbar-nav > li a:focus {
    color: #00aeef;
    background-color: inherit;
}

.dropdown-menu > .active > a {
    background-color: inherit;
}

/* Masthead */

.masthead > .row > div:last-child {
    background-color: #000000;
}

.link-block-item-mask > a > div,
.masthead-inner {
    display: table;
    width: 100%;
    height: 100%;
}

.link-block-item-mask > a > div > div,
.masthead-inner > .masthead-text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.masthead .masthead-caption {
    font-style: italic;
    color: #ffffff;
}

.masthead-below {
    background-color: #00aeef;
    color: #ffffff;
    padding: 10px 0;
}

/* Page Template Specific */

.home div.page-col-one > div:nth-child(1) > div > h1 {
    margin-top: 0;
}

main > .container {
    margin-bottom: 20px;
}

main .sidebar .contact-form {
    margin-top: 20px;
}

main .contact-form #bananapie {
    display: none;
}

main .contact-form .form-header {
    background-color: #aacf38;
    color: #464646;
    padding: 10px;
    padding-bottom: 1px;
    margin-bottom: 10px;
}

main .sidebar .contact-form .form-header-phone,
main .page-col-two .contact-form .form-header-phone {
    font-size: 31px;
}

main .sidebar .contact-form p,
main .page-col-two .contact-form p {
    font-size: 22px;
}

main .contact-form label.radio-inline {
    color: #8d8d8d;
}

main .contact-form .form-header-phone {
    color: #ffffff;
    font-size: 43px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
}

main .contact-form p {
    font-size: 25px;
    font-weight: 800;
    line-height: 1.3;
}

main p.question {
    margin-bottom: 0;
}

main .form-control {
    border-radius: 0;
    background-color: #f2f2f2;
    border: 1px solid #cacaca;
}

main #contact-preference-label {
    padding-right: 10px;
}

main .contact-form .btn {
    border-radius: 0;
    color: #ffffff;
    background-color: #aacf38;
    font-size: 25px;
    font-weight: 700;
    padding: 2px 43px;
    position: relative;
}

main .contact-form .form-footer {
    margin-top: 30px;
}

main .sidebar-100-callout .one-hundred,
main .form-footer .one-hundred {
    color: #2cc4ef;
    font-size: 57px;
    font-weight: 700;
}

main .sidebar-100-callout h3 em,
main .form-footer h3 em {
    font-weight: 300;
    font-size: 38px;
}

main .sidebar-100-callout h5,
main .form-footer h5 {
    font-size: 17px;
}

/* Staff Page */

main .staff-item {
    position: relative;
    cursor: pointer;
}

main .staff-item > .thumbnail {
    margin: auto auto 40px auto;
    height: 450px;
    width: 260px;
    padding-top: 12px;
    overflow: hidden;
}

main .staff-item h3 {
    margin-top: 5px;
    font-size: 20px;
}

main .staff-item p.position,
main .staff-item p.staff-position {
    font-weight: 300;
    font-style: italic;
}

main .staff-item div.staff-blurb {
    display: none;
}

main .staff-item div.thumbnail-inner {
    position: relative;
    height: 100%;
}

main .staff-item p.read-more {
    position: absolute;
    bottom: -5px;
    right: 5px;

}

/* Staff Modal */

#staffModal button.close {
    opacity: 1;
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: #2cc4ef;;
    width: 30px;
    height: 30px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #ffffff;
    font-size: 20px;
}

/* Patient Profile Block */

main .patient-profile {
    background-color: #e3f7fd;
    border-top: solid 17px #2cc4ef;
    margin: 0 5px 20px;
}

main .patient-profile h3 {
    font-size: 30px;
    font-weight: 700;
}

main .patient-profile ul {
    padding: 0;
    list-style-type: none;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.65;
}

main .patient-profile .patient-profile-img-one {
    margin-top: 145px;
    padding-left: 15px;
}

main .patient-profile .patient-profile-img-two {
    float: right;
    margin-top: -40px;
    padding-right: 15px;
}

main .link-block {
    margin: 6px -23px 0 -23px;
}

main .link-block-item-mask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    left: 0;
}

main .link-block-item-mask > a {
    z-index: 5;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #555555;
    opacity: 0.3;
}

main .link-block-item-mask > a:hover {
    opacity: 1;
}

main .link-block .link-block-item {
    position: relative;
    margin-bottom: 15px;
    padding: 8px;
}

.link-block-item-mask > a > div > div {
    padding: 30px;
}

/* Info Table Container */

main .info-container {
    padding: 0 16px;
    margin: 0 -15px;
    background-color: #f4f5f0;
    color: #363636;
}

main .info-row-header {
    margin: 0 10px;
    padding: 30px 0 7px;
}

main .info-row-header p.info-row-title {
    color: #15beee;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 -15px;
}

main .info-row-header p.info-row-title-two {
    line-height: 1.2;
    font-size: 12px;
    font-weight: 700;
}

main .info-row,
main .info-row-last {
    margin: 0 10px;
    padding: 9px 0;
    font-size: 16px;
}

main .info-row .yes-tick,
main .info-row-last .yes-tick {
    height: 21px;
    width: 25px;
    background: url('../images/general/tick.png') 0 0 no-repeat;
    text-indent: -9999px;
    margin: 0 auto;

}

main .info-row {
    border-bottom: 1px solid #bababa;
}

main .info-row p {
    margin: 0 -15px;
}

/* Footer */

main .footer-awards {
    padding-top: 20px;
    padding-bottom: 35px;
    margin: 0 5px;
}

main .footer-awards p {
    color: #a7a4a4;
    margin: 38px -15px 0 25px;
    font-size: 14px;
    font-weight: 700;
}

main .footer-awards .torn-image {
    width: 150px;
}


main .footer-awards .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

main .footer-awards .justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.footer-container {
    background-color: #363636;
    height: 100%;
}

.footer-container h3 {
    font-size: 15px;
    padding-top: 2px;
    color: #15beee;
    line-height: 1.3;
    padding-left: 22px;
}

.footer-container p.phone-alpha {
    color: #acce39;
    font-size: 33px;
    font-weight: 900;
    line-height: 0.8;
    letter-spacing: 2px;
}

.footer-container p.site-header-email a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
}

.footer-container .footer-social {
    color: #ffffff;
}

.footer-container .footer-social > p {
    font-size: 23px;
    line-height: 47px;
}

.footer-container .footer-social > p a {
    color: #9b9b9b;
}

.footer-container .footer-social > p a:hover {
    color: #f1f1f1;
}

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

.footer-copyright .copyright {
    padding: 20px 0;
}

.footer-copyright .copyright p {
    font-size: 14px;
    color: #95989a;
    margin: 0;
}

.footer-copyright .copyright p a, footer .copyright p a:hover {
    text-decoration: none;
    color: inherit;
}

/* Misc */

.social-icon-container h5 {
    font-weight: 700;
}

.social-icons {
    padding-top: 10px;

}

.fa-share-square-o {
    font-size: 45px;
    float: right;
}

/*Change icons size here*/
.social-icons .fa {
    font-size: 1.8em;
    margin-right: 10px;
}

/*Change icons circle size and color here*/
.social-icons .fa {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.social-icons.icon-circle .fa {
    border-radius: 50%;
}

.social-icons.icon-rounded .fa {
    border-radius: 5px;
}

.social-icons.icon-flat .fa {
    border-radius: 0;
}

.social-icons .fa:hover, .social-icons .fa:active {
    color: #FFF;
    -webkit-box-shadow: 1px 1px 3px #333;
    -moz-box-shadow: 1px 1px 3px #333;
    box-shadow: 1px 1px 3px #333;
}

.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.social-icons.icon-rotate .fa:hover, .social-icons.icon-rotate .fa:active {
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
    transform: scale(1.1) rotate(360deg);
}

.social-icons .fa-facebook {
    background-color: #3C599F;
}

.social-icons .fa-twitter {
    background-color: #32CCFE;
}

.social-icons .fa-youtube {
    background-color: #C52F30;
}

main .in-crisis-callout .in-crisis-text {
    font-size: 24px;
    line-height: 1.4;
}

main .in-crisis-callout .in-crisis-phone {
    color: #aacf38;
    font-weight: 800;
    font-size: 28px;
}

/* Bugs & Issues Fixes */

a[href^=tel] {
    text-decoration: inherit;
    color: inherit;
}

/* BS Overrides */

.bs-margin-override {
    margin: 0 !important;
}

.bs-padding-override {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.modal-content {
    border-radius: 0;
}

.modal-header {
    border: none;
    padding: 0;
}

.modal-body {
    padding-top: 0;
}








