/*
Theme Name: Echotecs
Author: Hollis Harris
Description: Custom theme for Echotecs
Version: 0.0.1
Tags: 
*/

/**FEATURE**/
.feature-container {
    height: 400px;
    width: 100%;
    /* margin-top: 20px; */
    overflow: hidden;
    position: relative;
}

.feature-container::before {
    content: "";
    position: absolute;
    top: 0px;
    height: 400px;
    width: 100%;
    /**background-color: rgba(41,182,246,0.8);**/
    background: -moz-linear-gradient(top, rgba(41,182,246,0.8) 0%, rgba(36,108,181,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(41,182,246,0.8) 0%,rgba(36,108,181,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(41,182,246,0.8) 0%,rgba(36,108,181,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc29b6f6', endColorstr='#cc246cb5',GradientType=0 );
    z-index: 2;
}

.feature-container .title {
    margin: auto;
    max-width: 700px;
    text-align: center;
    color: #fff;
    padding: 0px 50px;
    z-index: 3;

    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.feature-container .title h1 {
    font-weight: 100;
    font-size: 40px;
}

.feature-container .title p {
    color: #fff;
    font-weight: 400;
}

.feature-container .title .button {
    color: #29b6f6;
    background-color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
}

.feature-container .title .button:hover {
    color: #29b6f6;
    background-color: #fff;
    padding: 15px 35px;
}

.feature-container .title .contact-button {
    margin-top: 45px;
}

#video-bg {
    position: relative;
    width: auto;
    min-width: 100%;
    height: auto;
    background: transparent url(/web/20181222005745im_/http://www.echotecs.com/wp-content/themes/echotecs/video-bg.jpg) no-repeat;
    background-size: cover;

    transform: rotateY(180deg);
    -webkit-transform:rotateY(180deg); /* Safari and Chrome */
    -moz-transform:rotateY(180deg);
}
video {
    display: block;
}
.video-container {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.feature-container.feature-home {
    height: 600px;
    position: relative;
}

.feature-container.feature-home:before {
    height: 600px;
}


.feature-referrals {
    background: url(/web/20181222005745im_/http://www.echotecs.com/wp-content/themes/img/iPad.jpg) no-repeat top center;
    background-size: cover;
}

.feature-services {
    background: url(/web/20181222005745im_/http://www.echotecs.com/wp-content/themes/img/circuit-v2-bw.jpg) no-repeat top center;
    background-size: cover;
}

.feature-pricing {
    background: url(/web/20181222005745im_/http://www.echotecs.com/wp-content/themes/img/Business.jpg) no-repeat top center;
    background-size: cover;
}

.feature-contact-us {
    background: url(/web/20181222005745im_/http://www.echotecs.com/wp-content/themes/img/Business.jpg) no-repeat top center;
    background-size: cover;
}

@media screen and (max-width: 990px) {
    .feature-container.feature-home {
        height: 400px;
    }

    .feature-container.feature-home:before {
        height: 400px;
    }

    .feature-container {
        height: 400px;
    }

    .feature-container::before {
        height: 400px;
    }

    .feature-container .title {
        padding: 0px 20px;
    }

    .feature-container .title h1 {
        font-size: 30px;
    }

    .video-container {
        display: none;
    }

    .feature-home {
        background: url(/web/20181222005745im_/http://www.echotecs.com/wp-content/themes/img/video/snapshots/We-Work-We-Wait.jpg) no-repeat top center;
        background-size: cover;
    }

}


/*Quote*/
.quote-container {
    height: 500px;
    width: 100%;
    background-color: #fafafa;
    padding-top: 25px;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.quote-container:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    /**background-color: rgba(41,182,246,0.8);**/
    /**background: -moz-linear-gradient(top, rgba(41,182,246,0.8) 0%, rgba(36,108,181,0.8) 100%); /* FF3.6-15 */
    /** background: -webkit-linear-gradient(top, rgba(41,182,246,0.8) 0%,rgba(36,108,181,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    /**background: linear-gradient(to bottom, rgba(41,182,246,0.8) 0%,rgba(36,108,181,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc29b6f6', endColorstr='#cc246cb5',GradientType=0 );

    background-color: rgba(0,0,0,0.5);
}

.quote-container .content {
    margin: auto;
    text-align: center;
    max-width: 600px;
    padding: 0px 30px;

    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.quote-container .content p {
    font-size: 1.4em;
    text-align: center;
    color: #fff;
    font-weight: 400;
}

.quote-container .content p.owner {
    font-size: 1em;
}

@media screen and (max-width: 990px) {
    .quote-container {
        background-attachment: local;
    }
}



/*Home Container*/
.cert-container {
    max-width: 100%;
    margin: auto;
    text-align: center;
    background-color: #fff;

    border-bottom: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;

    padding: 20px 0px;
}

.cert-container img { 
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.home-container {
    max-width: 100%;
    margin: auto;
    text-align: center;
    background-color: #fff;
}

.home-container .columns p {
    max-width: 350px;
    text-align: center;
    margin: auto;
}

.home-container .columns {
    padding-top: 100px;
    padding-bottom: 140px;
    border-right: 1px solid #d5d5d5;
}

.home-container .columns:last-of-type {
    border-right: none;
}


.home-container .button {
    color: #f66929;
    background-color: #fff;
    border: 1px solid #f66929;
    padding: 10px 30px;
    border-radius: 5px;
}

.home-container .button:hover {
    color: #fff;
    background-color: #f66929;
}

.home-container a {
    color: #f66929;
}

.home-container .solutions-button {
    margin-top: 35px;
}

@media screen and (max-width: 990px) {
    .home-container .columns {
        width: 100%;
        border: 1px solid #e8e8e8;
        padding: 40px 50px 70px;
    }

    .cert-container {
        display: none;
    }
}



/*SERVICES*/
.solutions {
    margin-bottom: 0px;
}
.services-container {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    text-align: left;
    background-color: #fff;
}

.services-container:last-of-type {
    margin-bottom: 100px;
}

.services-container .columns {
    padding: 50px 20px 0px;
    text-align: left;
}

.services-container .info {
    width: 90%;
    padding-top: 20px;
}

.services-container i {
    float: left;
    font-size: 50px;
    margin-bottom: 50px;
    margin-right: 20px;
    margin-top: 10px;
    color: #29b6f6;
    width: 50px;
    text-align: center;
}

.services-container h3 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.services-container p {
    margin-top: 5px;
    padding-top: 0px;
    padding-left: 70px;
}

@media screen and (max-width: 990px) {

    .services-container .col-3:first-of-type {
        padding-left: 20px;
    }

    .services-container .column {
        width: 100%;
        border: 1px solid #e8e8e8;
        padding: 40px 20px 40px;
    }

    .services-container:last-of-type {
        margin-bottom: 0px;
    }

    footer .col-3 {
        width: 100%;
    }
}



/*Referrals*/
.referrals-container {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    text-align: center;
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}

.referrals-container.card  h3 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.referrals-container .card p {
    margin-top: 5px;
    padding-top: 0px;
}

.referrals-container .card {
    text-align: left;
    padding: 10px;
    height: 370px;
    position: relative;
    margin-bottom: 20px;
    border: none;
}

.referrals-container .card:last-of-type {
    padding-right: 10px;
}

.referrals-container .card .inner-content {
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    padding: 25px;
    height: 370px;
}

.referrals-container .card h5 {
    margin-bottom: 0px;
    font-size: .6em;
    letter-spacing: 1px;
    color: #777;
    font-weight: normal;
    text-transform: uppercase;
}

.referrals-container .card p.contact-person {
    margin-top: 0px;
    color: #000;
    font-weight: 400;
}

.referrals-container .card .contact-button {  
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.referrals-container .card .button {
    border: 1px solid #f66929;
    color: #f66929;
    background-color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
}

.referrals-container .card .button:hover {
    border: 1px solid #f66929;
    background-color: #f66929;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
}

.referrals-container .card .contact-button {
    margin-top: 45px;
}

.featherlight .featherlight-content {
    min-width: 380px;
    max-width: 700px;
}

.featherlight .featherlight-content:nth-child(2) {
    margin: 0px;
    padding: 20px;
    background: transparent;
}

.featherlight .featherlight-content h1 {
    font-weight: 100;
}

.form-label {
    margin-top: 20px;
    padding-bottom: 3px;
}

.form-label .required {
    color: #f58025;
}

input[type=text] {
    width: 100%;
    padding: 10px 8px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    outline: none;
    font-size: 16px;
    font-weight: 100;
    color: #333;
}

input[type=text]:focus {
    border: 1px solid #29b6f6;
}

input[type=email] {
    width: 100%;
    padding: 10px 8px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    outline: none;
    font-size: 16px;
    font-weight: 100;
    color: #333;
}

input[type=email]:focus {
    border: 1px solid #29b6f6;
}

textarea {
    width: 100%;
    height: 100px;
    padding: 10px 8px;
    box-sizing: border-box;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    background-color: #ffffff;
    resize: none;
    outline: none;
    font-size: 16px;
    font-weight: 100;
    line-height: 22px;
    color: #333;
}

textarea:focus {
    border: 1px solid #29b6f6;
}

button[type=submit] {
    width: 100%;
    padding: 10px 30px;
    border: 1px solid #f66929;
    border-radius: 5px;
    color: #f66929;
    font-size: 1rem;
    font-weight: 100;
    outline: none;
    background-color: #fff;
    margin-top: 20px;
}

button[type=submit]:hover {
    background-color: #f66929;
    color: #fff;
    cursor: pointer;
}

.featherlight .featherlight-close-icon {
    margin: 10px;
    font-size: 20px;
    z-index: 2147483648;
}





@media screen and (max-width: 990px) {

    .referrals-container .card {
        height: 320px;
        margin-bottom: 20px;
    }

    .referrals-container .card .inner-content {
        height: 320px;
    }

    .referrals-container .columns:first-of-type {
        padding-left: 20px;
    }

    .referrals-container .columns{
        width: 100%;
        padding: 0px 20px 0px;
    }

    .referrals-container:last-of-type {
        margin-bottom: 0px;
    }

    footer .col-3 {
        width: 100%;
    }
}




/*PRICING*/
.pricing-container {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    text-align: left;
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 80px;
}

.pricing-subhead {
    text-align: center;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 5px;
}

.pricing-container .columns {
    padding: 0px 20px;
}

.pricing-container p, .pricing-container .contact-button, .pricing-container ul, .pricing-container ul li {
    text-align: center;
}

.pricing-container ul {
    list-style: none;
    padding: 0px;

    line-height: 1.5em;
    color: #777;
    font-weight: 100;
    font-size: 1rem;
    letter-spacing: .02rem;
}

.pricing-container .contact-button {
    margin-top: 30px;
}

.pricing-container .button {
    color: #f66929;
    background-color: #fff;
    border: 1px solid #f66929;
    padding: 10px 30px;
    border-radius: 5px;
}

.pricing-container .button:hover {
    color: #fff;
    background-color: #f66929;
}

.pricing-container b {
    color: #333;
    font-weight: 600;
    text-align: right;
}

.pricing-container .price {
    /*min-width: 40px;
    display: inline-block;*/
    display: none;
    text-align: right;
}

@media screen and (max-width: 990px) {
    .pricing-container .columns:last-of-type {
        margin-top: 50px;
    }

    .pricing-container .columns {
        text-align: center;
    }

    .pricing-container .columns p {
        padding: 0px 20px;
    }

    .pricing-container ul {
        line-height: 22px;
    }

    .pricing-container ul li {
        margin-top: 16px;
    }

    .pricing-container .price {
        text-align: center;
    }



}






/*Contact Us*/

.contact-container:before {
    height: 600px;
    /**background-color: rgba(41,182,246,0.8);**/
    background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc29b6f6', endColorstr='#cc246cb5',GradientType=0 );
}

.contact-container {
    height: 600px;
}

.contact-container .title .button:hover {
    padding: 10px 30px;
    background-color: #f58025 ;
    color: #fff;
}

.contact-us-container .columns {
    padding: 0px 60px;
}

.contact-us-container .info {
    margin: 40px 0px;
    width: 75%;
}

.contact-us-container i {
    float: left;
    font-size: 50px;
    margin-right: 20px;
    color: #29b6f6;
    width: 50px;
    text-align: center;
}

.contact-us-container h3 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.contact-us-container p {
    margin-top: 5px;
    padding-top: 0px;
    padding-left: 70px;
}


@media screen and (max-width: 990px) {
    .contact-us-container .columns:nth-child(2) {
        margin-top: 50px;
    }

    .contact-us-container .info p {
        padding-left: 70px;
    }
}




/*Remote*/
.remote-feature-container .remote-frame {
    width: 100%;
    height: 400px;
    border-width: 0px;
}

.remote-feature-container {
    height: 600px;
    width: 100%;
    margin-top: 0px;
    overflow: hidden;
    background: url(/web/20181222005745im_/http://www.echotecs.com/wp-content/themes/img/gear.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
}

.remote-feature-container .title {
    margin: auto;
    text-align: center;
    color: #fff;
    padding: 0px 0px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.remote-feature-container::before {
    content: "";
    position: absolute;
    top: 0px;
    height: 600px;
    /* margin-top: 75px; */
    width: 100%;
    /**background-color: rgba(41,182,246,0.8);**/
    background: -moz-linear-gradient(top, rgba(41,182,246,0.9) 0%, rgba(36,108,181,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(41,182,246,0.9) 0%,rgba(36,108,181,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(41,182,246,0.9) 0%,rgba(36,108,181,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc29b6f6', endColorstr='#cc246cb5',GradientType=0 );
}





/*ADMIN PORTAL*/
.add-referral .inner-content {
    transition: all .3s ease;
}

.emailOverflow p {
    position:relative;
    max-width:  248px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    display:inline-block;
}

.add-referral .inner-content:hover {
    cursor: pointer;
    border: 1px solid #29b6f6;
    box-shadow: 0px 20px 30px 0px rgba(27, 20, 64, 0.1);
}

.add-referral h3, .add-referral i {
    text-align: center;
    margin: 0px;
    margin-top: 10px;
}

.add-referral h3, .add-referral i {
    color: #29b6f6;
}

.add-referral i {
    font-size: 42px;
    display: block;
}

.add-referral .info {
    position: relative;
    margin-top: 100px;
}

.deleteButton {
    text-align: right;
    color: red;
    float: right;
}

.deleteButton i {
    font-size: 20px;
}

.deleteButton i:hover, .deleteButton:hover {
    color: orangered;
}


/*Contact Page*/

.contactus {

}

.contactus .col-2 {
    padding-left: 20px;
    width: 400px;
}

.contactus-container i {
    float: left;
    font-size: 50px;
    margin-bottom: 50px;
    margin-right: 20px;
    margin-top: 20px;
    color: #29b6f6;
    width: 50px;
    text-align: center;
}

.contactus-container {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    text-align: center;
    background-color: #fff;
}

.contactus-container:last-of-type {
    margin-bottom: 100px;
}

.contactus-container .col-3 {
    padding: 100px 50px 0px;
    text-align: left;
}

.contactus-container .col-3:first-of-type {
    padding-left: 50px;
}

.contactus-container .col-3:last-of-type {
    padding-right: 50px;
}

.contactus-container .col-3:first-of-type {
    padding-left: 50px;
}
.contactus-container .col-3:last-of-type {
    padding-right: 50px;
}

.contactus-container i {
    float: left;
    font-size: 50px;
    margin-bottom: 50px;
    margin-right: 20px;
    margin-top: 20px;
    color: #29b6f6;
    width: 50px;
    text-align: center;
}

.contactus-container h3 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.contactus-container p {
    margin-top: 5px;
    padding-top: 0px;
}

@media screen and (max-width: 990px) {

    .contactus-container .col-3:first-of-type {
        padding-left: 20px;
    }

    .contactus-container .col-3 {
        width: 100%;
        border: 1px solid #e8e8e8;
        padding: 40px 20px 40px;
    }

    .contactus-container:last-of-type {
        margin-bottom: 0px;
    }
}


/*ARTICLE TEMPLATE*/
.article {
    margin: auto;
}

.article .headline {
    font-size: 50px;
    line-height: 66px;
    font-weight: 100;
    margin-top: 40px;
}

.article .subhead {
    font-size: 22px;
    font-weight: 600;
    margin-top: 40px;
}

.article .article-content p {
    font-size: 18px;
    line-height: 1.9;
    font-weight: 400;
    color: #333;
    margin-top: 40px;
}

.article .article-content {
    padding-bottom: 50px;
}

.article .article-content ul, .article .article-content ol {
    font-size: 18px;
    line-height: 1.9;
    margin: 0px;
    padding: 0px;
    margin-top: 40px;
    margin-left: 20px;
    font-weight: 400;
    color: #333;
}

.article .article-content li {
    padding-left: 10px;
}

.article p.pullquote {
    font-size: 32px;
    line-height: 1.4;
    text-align: center;
    font-weight: 100;
    font-style: italic;
    color: #f66929;
    margin: 60px    0px;
}

.article img {
    width: 100%;
    margin: 40px 0px 0px 0px;
}

.article p.caption {
    text-align: center;
    color: #7e8890;
    margin-top: 10px;
}

.right-column-title {
    font-size: 22px;
    font-weight: 400;
    margin: 0px;
    margin-top: 45px;
}

.accordion {
    padding: 0px;
}

.article .accordion-title {
    border-left: none;
    border-right: none;
    padding: 1rem 0px 1rem;
    font-size: 18px;
    line-height: 1.4;
}

.accordion-content {
    border: none;
    padding: 0px 0px 20px;
}

.article .article-content ul.accordion , .article .article-content ol.accordion  {
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
}

.article .article-content .accordion li {
    padding-left: 0px;
}

.article .accordion-title:hover, .article .accordion-title:focus, .article .accordion-title:active {
    background-color: #fff;
}

:last-child:not(.is-active)>.accordion-title {
    border-bottom: none;
}

.accordion-title:before, .is-active>.accordion-title:before {
    content: " ";
}



#breadcrumbs {
    padding-left: 0px !important;
}

#breadcrumbs span {
    padding: 0px !important;
    font-size: 15px;
}

.breadcrumbs {
    margin-bottom: -10px;
}