/*
Theme Name: MADD ReBRANDED
*/

@font-face {
    font-family: 'janda_safe_and_soundregular';
    src: url('fonts/janda/jandasafeandsound-webfont.eot');
    src: url('fonts/janda/jandasafeandsound-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/janda/jandasafeandsound-webfont.woff2') format('woff2'),
        url('fonts/janda/jandasafeandsound-webfont.woff') format('woff'),
        url('fonts/janda/jandasafeandsound-webfont.ttf') format('truetype'),
        url('fonts/janda/jandasafeandsound-webfont.svg#janda_safe_and_soundregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'janda_safe_and_sound_solidRg';
    src: url('fonts/janda/jandasafeandsoundsolid-webfont.eot');
    src: url('fonts/janda/jandasafeandsoundsolid-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/janda/jandasafeandsoundsolid-webfont.woff2') format('woff2'),
        url('fonts/janda/jandasafeandsoundsolid-webfont.woff') format('woff'),
        url('fonts/janda/jandasafeandsoundsolid-webfont.ttf') format('truetype'),
        url('fonts/janda/jandasafeandsoundsolid-webfont.svg#janda_safe_and_sound_solidRg') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
    font-weight:100;
    background: #7ac043;
    color: #666;
}

.white-bg {
    background: #fff;
}

ul, ol {
    font-weight:300; 
}

#header {
    background: url(images/header-bg.jpg) center no-repeat;
    background-size: cover;
    color:#fff;
    font-family: "Open Sans";

    padding-top: 40px;
    background-color: #00a19c;
}

.container {}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

img.responsive {
    max-width: 100%;
}


.move-right .main-section {
    opacity: 0.2;
    transition: 1s;
}

.header-phone {
    font-size:30px;
    color: #7ac043;
    margin-top:20px;
}

.special-font, h1, h2, h3, h4, h5, h6, .off-canvas-list {
    font-family: "janda_safe_and_soundregular";
}


#wrapper-main-menu  {
    margin-top: 20px;
    font-family: "janda_safe_and_sound_solidRg";
}

#banner {
    color: #fff;
    padding-top:40px;
    padding-bottom: 100px;
}

#banner h2 {

}

#banner .lead {
    margin-bottom: 40px;
}

.desktop-only {
    display: block;
}

.tab-bar-section {
    margin-top:10px;
}

.tab-bar-section img {
    max-width: 100px;
}

.secondary-menu-desktop {
    margin-top:20px;
}

.secondary-menu-desktop ul {
    margin-bottom: 0px;
}

.secondary-menu-desktop li {
    display: inline-block;
    list-style: none;
    list-style-type: none;
    margin-left:15px;
}

.secondary-menu-desktop li a {
    color: #fff;
    font-family: "janda_safe_and_soundregular";
    text-transform: uppercase;
    font-size: 15px;
}

.secondary-menu-desktop li a:hover {
    color: #007b76;
}

.secondary-menu-desktop li a span img {
    margin-top: -4px;
    display: inline-block;
}



.button {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* height: 64px; */
    position: relative;
    cursor: pointer;
    top: 0;
    left: 0;
    padding: 10px 20px;
    border: 0 none rgba(206,82,68,1);
    border-bottom: 4px solid rgba(206,82,68,1);
    -webkit-border-radius: 7px 7px 9px 9px;
    border-radius: 7px 7px 9px 9px;
    font-family: "janda_safe_and_soundregular";
    color: rgb(255, 255, 255);
    text-align: center;
    /*text-transform: uppercase;*/
    -o-text-overflow: clip;
    text-overflow: clip;
    white-space: nowrap;
    background: #ec5c4c;
    -webkit-box-shadow: 0 -1px 1px 0 #e84b3a inset, 0 1px 1px 0 #630b01 ;
    box-shadow: 0 -1px 1px 0 #e84b3a inset, 0 1px 1px 0 #630b01 ;
}

.button:hover {
}

.button:active {
}


.section {
    padding-top:60px;
    padding-bottom:60px;
}

.section h2 {
    text-transform: uppercase;
    color: #007b76;
    margin-bottom: 60px;
}

.section h3 {
    font-size: 20px;
    margin-top: 30px;
    color: #007b76;
    margin-bottom: 15px;
}

.section p {

}

.section-two-col {
    background: #c1e9e8;
}

.section-two-col h2 {
    font-size:40px;
    color:#505050;
    margin-bottom: 25px;
}


.section-updates h2 {
    font-size:25px;
    margin-bottom: 10px;
}


.child-split {
    padding: 20px 20px;
    background: #c2dcda;
    margin-top:30px;
    cursor: pointer;
}

.child-split:hover {
    opacity: 0.8;
}


.child-split.alternate {
    background: #7ac043;
}

.child-split.alternate.dark {
    background: #007b76;
}

.child-split.white {
    background: #fff;
    padding:0px 0px;
}

.child-split.white h3 {
    margin-top:0px;
}

.child-split.alternate, .child-split.alternate h3 {
    color:#fff;
}

.child-split h3 {
    margin-top: 20px;
    margin-bottom: 5px;
}

.child-split p {
    margin-bottom: 0px;
}

.footer {
    padding-top:40px;
    padding-bottom: 40px;
    font-weight:300;
}

.footer, .footer a {
    color: #fff;
}

.footer a:hover {
    opacity: 0.8;
}

.footer ul {
    padding-left:0px;
    margin-left:0px;
}

.footer li {
    list-style-type: none;
    list-style: none;
}

.banner-mobile {
    display: none;
}

.copyrights {
    font-size:12px;
}


.button-chat img {
    max-width: 170px;
}


.page-banner {
    padding-bottom: 50px !important;
}

.section {
    padding-left: 0.9375rem;
    padding-right: 0.9375em;  
} 

.section-page h2 {
    margin-bottom: 20px;
    text-transform: none;
}

.testimonial-page h1, .blog-page h1, .media-page h1 {
    text-transform: uppercase;
    color: #008985;
}

.testimonial {
    margin-top: 20px;

}

.testimonial .testimonial-content {
    background: #fafafa;
    padding: 20px;
    border-radius: 10px;
    padding-bottom: 30px;
    color: #666;
}

.testimonial .testimonial-name {
    background: url(images/name-bg.png) no-repeat;
    width: 179px;
    height: 102px;
    font-size:12px;
    float: right;
    margin-top:-40px;
    line-height: 130px;
    padding: 0px 15px;
    text-align: center;
    color: #fff;
    font-family: "janda_safe_and_soundregular";
}

.blog-page h3 {
    margin-top:0px;
    font-size: 20px;
    text-transform: uppercase;
}

.blog-spacer {
    padding: 50px 0px;
}

.blog-spacer hr {
    border: 1px dashed #eee;

}

.category-featured-image {
    border-radius: 5px;
    margin-bottom: 30px;
}

.alignright {
    margin-bottom: 20px;
    margin-left:20px;
    float:right;
}

.alignleft {
    margin-bottom: 20px;
    margin-right:20px;
    float:left;
}  

.aligncenter {
    display: block;
    text-align: center;
    margin:auto auto;
    margin-top:20px;
    margin-bottom: 20px;
}

.media-page h3 {
    margin-top:0px;

}

.media-page h3 a {
    color: #525252;
    font-size: 16px;
}

.media-page h3 a:hover {
    color: #008d88;
}


.wrapper-sidebar-archive {
    background: #287c7c;
    padding:30px;
    color: #fff;
    border-radius: 5px;
}

.wrapper-sidebar-archive a {
    color: #fff;
}

.page-contact h1 {
    color: #008985;
}

#requestcallback h2 {
    color: #7ac043;
}


.spinner {
    width: 40px;
    height: 40px;
    margin: auto auto;
    background-color: #7ac043;;

    border-radius: 100%;
    -webkit-animation: scaleout 1.0s infinite ease-in-out;
    animation: scaleout 1.0s infinite ease-in-out;
    /* margin-top: 50%; */
    display: inline-block;
}

#preloader {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    font-weight:300;
}

#update-grid {
    opacity:0;  
}

@-webkit-keyframes scaleout {
    0% { -webkit-transform: scale(0.0) }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}


.wpcf7-response-output {
    font-weight: 300;
}

.wrapper-mobile-loans {
    margin-top: 45px;
    display: none;
}

.wrapper-mobile-loans .column {
    padding:0px 0px;
}

.wrapper-mobile-loans a {
    text-align: center;
    display: block;
    font-size:12px;
    color: #fff;
    font-family: "janda_safe_and_soundregular";
    background: #007b76;
    padding:15px;
    border:1px solid #006964;
}

.wrapper-mobile-loans a:hover {
    background: #006964;
}

.child-split-instagram {
    padding:0px;
    background: #ec5c4c !important;
}


.insta-caption {
    padding: 20px;
    font-weight: 300;
    padding-top: 10px;
}

.insta-caption img {
    max-width: 40px;
    border-radius: 20px;
}

.insta-caption a {
    color: #fff;
    font-size:14px;
    font-weight: bold;
    display: block;
}

.team-page h1 {
    color: #007b76;
    text-transform:uppercase;
}

.team-name {
    margin-bottom:0px !important;
}

.team-position {
    font-family: "janda_safe_and_soundregular";
    margin-bottom: 5px;
    color: #7ac043;
    text-transform: uppercase;
    font-size: 14px;
}

.team-page hr {
    margin-top: 60px;
    margin-bottom: 40px;
    border: 1px dashed #efefef;  
}

/* Calculator page design  */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(102, 102, 102, 0.48);
}
::-moz-placeholder { /* Firefox 19+ */
    color: rgba(102, 102, 102, 0.48);
}
:-ms-input-placeholder { /* IE 10+ */
    color: rgba(102, 102, 102, 0.48);
}
:-moz-placeholder { /* Firefox 18- */
    color: rgba(102, 102, 102, 0.48);
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    -moz-appearance: none; 
    -ms-appearance: none; 
    appearance: none; 
    margin: 0; 
}
input[type=number] {
    -moz-appearance:textfield;
}

:focus
{
    outline: 0;
}


.data-cal h1 ,.details-cal h3
{
    color: #008985;
    text-transform: uppercase;
}
.details-cal h3
{
    margin: 10px 0 20px;  
}
.data-cal h1
{
    font-size: 32px;   
}

.madd-calculator:after
{
    content: "";    
    position: absolute;
    left: 100%;
    top: 0;
    width: 2px;
    background: #e8e8e8;
    height: 100%;
    margin-right: 20px;
}
.data-cal
{
    padding-right: 18px;
}
.details-cal
{
    padding-left: 18px;
}
.cal-form
{
    width: 100%;
    float: left;
    margin: 20px 0 0;   
}
form.cal-form label {   
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
    font-size: 17px;
    line-height: 1;    
    font-family: "janda_safe_and_soundregular";
}
.cal-form input {
    width: 100%;   
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    padding: 13px 20px 13px 70px;
    font-size: 13px;
    line-height: 2.1;
    color: #dadada; 
    margin: 0;
     height: 70px;
    font-family: "janda_safe_and_soundregular";
}
.form-group {
    width: 100%;
    float: left;
    margin: 0 0 32px 0;
}
.form-group:last-child {
    margin-bottom: 10px;
}
.form-row
{
    position: relative;
    width: 100%;
    float: left;
}
.form-row span
{
    position: absolute;
    left: 37px;
    top: 50%;
    width: 32px;
    font-size: 18px;
    color: rgba(102, 102, 102, 0.48);
    border-right: 1px solid #ccc;    
    font-family: "janda_safe_and_soundregular";
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.details-cal ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.details-cal ul li {
    padding: 20px 20px 20px 128px;
    background: #ec5c4c;
    margin-bottom: 20px;
    border-radius: 5px;
    color: #fff;
    position: relative;
}

.details-cal ul li:first-child {
    background: #ec5c4c;
}

.details-cal ul li:nth-child(2) {
    background: #7bc043;
}

.details-cal ul li:nth-child(3) {
    background: #406289;
}

.details-cal ul li:last-child {
    background: #009a97;
}

.details-cal ul li .count {
    background: url(images/round-box.png) no-repeat;   
    height: 90px;
    width: 90px;
    position: relative;    
    background-size: cover;
    position: absolute;
    left: 12%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.count span {
    position: absolute;
    left: 50%;
    top: 53%;
    color: #ec5c4c;
    font-size: 30px;
    font-family: "janda_safe_and_soundregular";
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.calculation span {
    width: 100%;
    border-bottom: 1px solid #cf493a;
    display: block;
    padding: 0 0 5px 0;
    font-size: 33px;
    line-height: 1;
    font-family: "janda_safe_and_soundregular";
}
.details-cal ul li:nth-child(2) .calculation span 
{
    border-bottom: 1px solid #6db037;
}
.details-cal ul li:nth-child(3) .calculation span 
{
    border-bottom: 1px solid #264160;
}
.details-cal ul li:nth-child(4) .calculation span 
{
    border-bottom: 1px solid #007c7a;
}



.details-cal ul li:nth-child(2) .count span 
{
    color: #7bc043;
}
.details-cal ul li:nth-child(3) .count span 
{
    color: #406289;
}
.details-cal ul li:nth-child(4) .count span 
{
    color: #009a97;
}
.calculation p
{
    margin: 0;
    padding: 10px 0 0 0;
    font-family: "janda_safe_and_soundregular";
}

.cal-form input#submit-button {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px; 
    position: relative;
    cursor: pointer;
    top: 0;
    left: 0;
    padding: 10px 20px;
    border: 0 none rgba(206,82,68,1);
    border-bottom: 4px solid rgba(206,82,68,1);
    -webkit-border-radius: 7px 7px 9px 9px;
    border-radius: 7px 7px 9px 9px;
    font-family: "janda_safe_and_soundregular";
    color: rgb(255, 255, 255);
    text-align: center;
    /* text-transform: uppercase; */
    -o-text-overflow: clip;
    text-overflow: clip;
    white-space: nowrap;
    background: #ec5c4c;
    -webkit-box-shadow: 0 -1px 1px 0 #e84b3a inset, 0 1px 1px 0 #630b01;
    box-shadow: 0 -1px 1px 0 #e84b3a inset, 0 1px 1px 0 #630b01;
    text-transform: uppercase;
    font-size: 1rem;
    width: auto;
}
.top-bar-section ul li:nth-child(16) > a {
    pointer-events: none;
}

.top-bar-section ul li .sub-menu.dropdown li > a
{
    background: #00adaa !important;
    color: #FFFFFF !important;
    border-radius: 6px !important;
    line-height: 3.7rem;
    box-shadow: 4px 11px 16px rgba(111, 111, 111, 0.35);
    margin-top: -6px;
}
.top-bar-section .has-dropdown > a:after
{
    display:none;
}
.top-bar-section .has-dropdown > a:before {
    content: "";
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 0;
    font-size: 26px;
    line-height: 0.4;
    top: 45%;
    transform: translate(-50%,-50%);
}
.top-bar-section li.hover > a:not(.button)
{
    background-color: #05b6b0 !important;   
}
.top-bar-section ul li .sub-menu.dropdown li:hover > a {
    color: #007b76 !important;
}
.error {
    border: 1px solid red !important;
}





/* DESKTOP ONLY */
@media only screen and (min-width: 820px) {
    .tab-bar {
        display: none;
    }
}

/* MOBILE ONLY */
@media only screen and (max-width: 1024px) {
    .details-cal ul li .count
    {
        left: 7%;   
    }
    .details-cal
    {    
        padding-left: 0;
        margin-top: 30px;    
    }
}

@media only screen and (max-width: 819px) {
    #wrapper-main-menu {
        display: none;
    }
    .tab-bar {
        display: block;
    }

    .desktop-only {
        display: none;
    }

    .child-split img {  
        display: block;
        margin:auto auto;
    }

    .wrapper-mobile-loans {
        display: block;
    }

    #banner {
        padding-bottom:0px;	
    }
    .madd-calculator:after
    {
        display:none;
    }

    .details-cal ul li .count
    {
        left: 10%;  
    }

}


@media only screen and (max-width: 642px) {
    #banner {
        background: none !important;
    }

    .button-chat {
        display: none;
        /*text-align: center;*/
    }

    .footer .right {
        text-align: left;
    }

    .banner-mobile {
        display: block;
    }

    .page-banner, .page-banner .right {
        text-align: center;
    }
}

@media only screen and (min-width: 641px) {

}
@media only screen and (max-width: 480px) {
    .details-cal ul li .count
    {
        left: 22%;   
    }
    .cal-form input
    {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;  
    }

}



.searchfield-button {
    border-radius: 0px;
    padding: 1px 0px 0px 0px;
    border-bottom: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.arve-wrapper {
    max-width: 100% !important;
}

.successmsg{display: none; color: green;}
body.show_loader:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff url("../madd/images/loading_image.gif") center no-repeat;
  opacity: 0.7;
  z-index: 9999999;
}