/*
 Theme Name:   Secure Roots Divi
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentyfifteenchild

 Typography
*/
body {
    font-family: 'Karla', 'Open Sans', arial, sans-serif;
}
p {
    font-size: 20px;
    font-weight: 500;
}
a {
    font-size: 16px;
    font-weight: 500;
}
h1 {
    font-size: 40px;
    font-weight: 700;
}
h2 {
    font-size: 38px;
    font-weight: 600;
}
h3 {
    font-size: 32px;
    font-weight: 600;
}
h4 {
    font-size: 20px;
    font-weight: 600;
}
/* Header Styles */
header#main-header {
    display: none;
}
body.page-template-contact-page-template div#page-container {
    padding-top: 0!important;
}
body.page-template-contact-page-template header#main-header {
    display: none;
}
nav.fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}
a.site-logo-a-con {
    width: 100%;
    float: left;
    font-size: 26px;
    color: rgb(17,160,60);
    text-decoration: none;
    font-weight: 600;
    padding: 15px;
    text-align: center;
}
a.site-logo-a-con.scrolled {
    font-size: 20px;
    padding: 7px 15px;
}
nav.navbar, nav.navbar.navbar-default {
    background-color: #474747;
    border-radius: 0;
    border: none;
    z-index: 3;
}
a.site-logo-a-con> span.site-logo {
    text-align: center;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: rgb(22,260,88);
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav .current-menu-ancestor a.dropdown-toggle,
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #666;
    color: rgb(22,260,88);
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #666;
}
.navbar-default .navbar-nav > li > a {
    padding: 15px;
    color: rgb(17,160,60);;
}
ul#menu-header-menu ul.dropdown-menu {
    background-color: #222;
    border: none !important;
}
ul#menu-header-menu ul.dropdown-menu > li {
    border: none;
}
ul#menu-header-menu ul.dropdown-menu > li > a {
    padding: 8px 12px;
    color: rgb(250,180,27);
    border-color: transparent;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #666;
    color: rgb(17,160,60) !important;
}
.nav-search {
    position: relative;
}
button#searchsubmit {
    padding: 15px;
    color: rgb(230, 168, 23);
    font-size: 25px;
}
/* General styles */
body.page-template-contact-page-template .container {
    width: 100%;
}
div.page-image-con {
    height: 500px;
    background-attachment: fixed !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
div#content {
    padding-top: 96px;
}
h2.page-title {
    font-size: 38px;
    font-weight: 600;
    margin: 0;
    padding: 15px 0;
}
.no-padding {
    padding: 0;
}
.full-width {
    width: 100%;
    max-width: 100%;
}
.bg-seagreen {
    background-color: #16a364;
}
.bg-med-seagreen {
    background-color: #2dac73;
}
.display-float {
    display: inline-block;
}
body.page-template-contact-page-template > div > div#content {
    padding: 0!important;
}
/* Home Page Styles */
/* Slider Styles */
div.slide-single {
    padding: 60px 45px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
div.slide-content-wrap {
    padding: 20px;
    background-color: rgba(240,240,240,0.8);
}
div.slide-content-wrap > h2.post-title, div.slide-content-wrap > span.post-excerpt {
    color: #222;
}
button.slick-arrow {
    background: transparent;
    position: absolute;
    top: 40%;
    font-size: 60px;
    color: #ccc;
    text-shadow: 0 0 5px rgb(21, 146, 56);
    z-index: 2;
}
button.slick-prev {
    left: 0;
}
button.slick-next {
    right: 0;
}
span.post-excerpt {
    float: left;
    padding: 15px 0;
}
a.post-link {
    margin: 10px 0;
    background: transparent;
    color: rgb(27,148,56);
    border: 4px solid rgb(27,148,56);
    padding: 6px 7px;
    font-weight: 600;
    font-size: 21px;
    border-radius: 3px;
}
ul.slick-dots {
    position: relative;
    top: -40px;
    text-align: center;
    padding: 0;
}
ul.slick-dots > li {
    display: inline-block;
    text-align: center;
    padding: 5px;
}
ul.slick-dots > li > button {
    background: #ccc;
    border-radius: 100px;
    color: transparent;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 8px 0 rgb(21, 146, 56);
}
ul.slick-dots > li.slick-active > button {
    background-color: rgb(22,260,88)
}
.bg-orange {
    background-color: #f48c44;
}
.page-wrap {
    padding: 100px 0;
}
/* Form classes and styles */
.nf-form-fields-required {
    display: none;
}
div.form-title-area {
    padding: 20px;
}
p.form-subtitle {
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-left: 55px;
    margin-right: 0;
}
img.img-padlock {
    margin: 0;
    position: absolute;
    left: 25px;
    top: 25px;
}
.sr-form-submit, .btn-main {
    padding: 15px;
    border: 2px solid transparent;
    color: #fff;
    border-radius: 100px;
    width: 100% !important;
    text-align: center;
    max-width: 100%;
    font-size: 16px;
    font-weight: 500;
}
.sr-form-submit.bg-orange:hover {
    background-color: #f48c44;
}
.sr-form-wrapper {
    padding: 20px 15px;
    background-color: #ddd;
    max-width: 425px;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: auto;
    text-align: left;
}
/*.sr-form-con {
    padding: 0 32px;
}*/
.sr-form-field {
    padding: 10px;
    border-radius: 2px;
}
div#nf-form-2-cont input.ninja-forms-field[type="text"], div#nf-form-2-cont input.ninja-forms-field[type="email"]{
    background-color: #efefef;
    border-color: #ccc;
    box-shadow: inset 0 0 3px 0 #bbb;
    color: #666;
}
div#nf-form-2-cont input.ninja-forms-field[type="text"]::-webkit-input-placeholder, 
div#nf-form-2-cont input.ninja-forms-fieldLow1[type="email"]::-webkit-input-placeholder {

}
div.nf-field > div.field-wrap > div.nf-field-label > label {
    color: #666;
    font-weight: 400;
}
div.nf-field > div.field-wrap > div.nf-field-label > label > span.ninja-forms-req-symbol {
    font-weight: 600;
    font-size: 16px;
}
div.nf-after-field > nf-section > div.nf-error-wrap > div.nf-error-msg,
div.nf-form-errors nf-section > div.nf-error-msg {
    color: #dd0000;
    font-size: 14px;
    font-weight: 600;
}
div.checkbox-wrap > div.nf-field-element, div.checkbox-wrap > div.nf-field-label {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
div.checkbox-wrap > div.nf-field-element {
    padding-left: 8px;
}
.sr-form-checkbox {
    display: inline-block;
    width: 25px!important;
    height: 25px!important;
    z-index: 11;
    opacity: 1;
}
.sr-form-checkbox::before {
    width: 25px!important;
    height: 25px!important;
    content: '';
    border: 2px solid #2dac73;
    border-radius: 2px;
    padding: 2px 10px;
    top: 0;
    background-color: #efefef;
    position: absolute;
}
.sr-form-checkbox::after {
    height: 7px;
    width: 13px;
    content: '';
    transform: rotate(315deg);
    border-width: 0 0 2px 2px;
    border-style: solid;
    border-color: #2dac73;
    display: none;
    position: absolute;
    top: 7px;
    left: 14px;
}
.sr-form-checkbox.nf-checked::after {
    display: block;
}
.checkbox-overlay {
    background-color: #fff;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 55px;
    left: 35px;
    border: 2px solid #2dac73;
    z-index: 0;
    border-radius: 2px;
    opacity: 0;
}
.checkbox-tick {
    height: 8px;
    width: 15px;
    border-color: #2dac73;
    border-width: 0 0 2px 2px;
    border-style: solid;
    position: relative;
    transform: rotate(-60deg);
    top: 5px;
    left: 3px;
    border-radius: 3px;
    display: none;
}
.nf-form-errors > nf-errors > nf-section > .nf-error-msg {
    text-align: center;
    padding: 0 15px;
}
@media only screen and (max-width: 991px) {
    .sr-form-wrapper {
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }
}
/* Form Style and Class responsive Media Queries*/
@media only screen and (max-width: 479px) {
    img.img-padlock {
        left: auto;
        top: auto;
        margin: auto;
        position: relative;
        display: block;
    }
    p.form-subtitle {
        padding: 0;
        display: block;
        text-align: center;
    }
}
/*** Testimonial Slider styles ***/
.testimonials-area-wrapper {
    width: 100%;
    display: block;
    background-color: rgb(27,148,56);
    padding: 40px 0;
}
div.testimonial-col.testimonial-slide-single {
    overflow-y: hidden;
    max-height: 100%;
    padding: 20px 50px;
}
button.testimonial-btn {
  z-index: 2;
}
button.testimonial-btn-right {
    right: 15px;
}
button.testimonial-btn-left {
    left: 15px;
}
/* Blog Page Styles */
ul.post-categories {
    display: inline-block;
    padding: 0;
}
ul.post-categories > li {
    list-style: none;
}
ul.post-categories > li > a {
    color: rgb(27,148,56);
}
ul.post-categories > li > a:hover {
    color: rgb(250,180,27);
    text-decoration: none;
}
a.post-btn {
    margin: 10px 0;
    display: inline-block;
}
a.post-btn:hover {
    color: rgb(250,180,27);
    background-color: transparent;
    border-color: rgb(250,180,27);
    text-decoration: none;
}
li.widget {
    list-style: none;
    padding: 6px 0;
}
li.widget > h2.widgettitle {
    margin: 0;
    font-size: 20px;
}
li.widget > ul > li {
    border: none;
    padding: 0;
}
li.widget > ul > li > a {
    color: rgb(27,148,56);
    padding: 8px 0;
    line-height: 1.2em;
}
li.widget > ul > li > a:hover {
    color: rgb(250,180,27);
    text-decoration: none;
}
/* Testimonials Page Styles */
div.testimonial-wrapper {
    padding: 0 0 15px;
}
div.testimonial-wrapper:nth-child(odd) {
    padding-right: 15px;
}
div.testimonial-wrapper:nth-child(even) {
    padding-left: 15px;
}
div.testimonial-col {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 3px;
    max-height: 545px;
    overflow-y: scroll;
}
div.testimonial-col::-webkit-scrollbar {
    border-radius: 4px;
    background-color: #ccc;
    width: 1.1em;
}
div.testimonial-col::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 5px;
}
.testimonial-col > i.fa {
    color: rgb(260,178,27);
    font-size: 28px;
}
@-moz-document url-prefix() { 
    .peel-shape {
        background-color: orange;
    }
}
@media only screen and (max-width: 991px){
    div.testimonial-wrapper {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
/* Get In Touch Page Styles */
.peel-to-reveal-wrap {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    top: 0;
    background-attachment: initial;
    background-position: initial;
    background-repeat: no-repeat;
    box-shadow: 8px 12px 19px 1px rgba(0,0,0,0.3);
}
.peel-to-reveal-wrap > img.reveal-img {
    position: absolute;
}
.peel-shape {
    border-top: 110px solid orange;
    border-left: 110px solid transparent;
    border-right: 110px solid transparent;
    transform: rotate(315deg);
    bottom: -56px;
    right: -7px;
    position: relative;
}
div.checkbox-wrap > div.nf-field-element, div.checkbox-wrap > div.nf-field-label {
    text-align: left;
}
/* Footer Styles */
div#footer-area {
    background-color: #222;
}
div.social-follow-icons {
    text-align: left;
    padding: 0 15px 15px;
}
div.social-follow-icons > span {
    display: inline-block;
    font-size: 20px;
}
div.social-follow-icons > a.follow-us-links {
    color: rgb(17,160,60);
    padding: 0 6px;
    font-size: 24px;
    vertical-align: sub;
}
div.social-follow-icons > a.follow-us-links:hover {
  color: rgb(250,180,27);
}
.footer-text {
    text-align: left;
}
h3.footer-title {
    color: rgb(17,160,60);
    margin: 0;
    font-weight: 600;
}
#footer-area ul {
    padding: 0;
}
#footer-area ul li {
    border: none;
    list-style: none;
    text-align: left;
    padding: 7px 0;
}
#footer-area ul li > a, div.footer-cyt-cols a {
    font-size: 16px;
    color: rgb(250,180,27);
}
div.footer-cyt-cols > span {
    color: rgb(17,160,60);
    font-size: 16px;
}
div.move-up-btn {
    position: fixed;
    right: 15px;
    width: 30px;
    float: none;
    height: 30px;
    bottom: 4%;
    border-radius: 100%;
    padding: 0;
    background-color: rgba(60,60,60,0.7);
    color: #efefef;
    display: block;
    text-align: center;
    display: none;
}
div.move-up-btn > i.fa {
    vertical-align: bottom;
}
/* Media Queries */
@media only screen and (max-width: 767px){
    div.navbar-collapse {
        background-color: #222;
        position: relative;
        top: 0;
        border: none;
    }
    .sr-form-wrapper {
        max-width: 100%;
        overflow: hidden;
    }
    .g-recaptcha > div {
        width: auto;
    }    
    .rc-anchor-normal-footer {
        display: none;
    }
}
