/*
 Theme Name:   Maas-Alliance Divi Child Theme
 Theme URI:    http://veedoo.io
 Description:  Maas-Alliance Divi Child Theme
 Author:       Veedoo
 Author URI:   http://veedoo.io
 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:
 Text Domain:  divi-child
*/

@font-face {
    font-family: 'akkurat';
    src: url('fonts/akkurat_regular-webfont.woff2') format('woff2'),
         url('fonts/akkurat_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{
    font-family: 'akkurat';
}

/*#top-menu li.current-menu-item > a{
    color: inherit !important;
}*/



#main_page_top_section_button{
    padding-left: 3em !important;
    padding-right: 3em !important;
}

#phone_list_data{
    display: none;
}

#phone_list_container{
    width: 100%;
    height: 744px;
    position: relative;
    padding-top: 130px;
}
#phone_list_container *,
#phone_list_container *:after,
#phone_list_container *:before
{
    -webkit-transition: all .6s cubic-bezier(0.23, 1, 0.32, 1);
    transition:         all .6s cubic-bezier(0.23, 1, 0.32, 1);
}

#phone_list_container .phone{
    width: 491px;
    height: 744px;
    background: url(phone_transparent_top.png) top center no-repeat;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

#phone_list_container:before {
    content: '';
    width: 234px;
    height: 300px;
    background-color: #FE8000;
    position: absolute;
    top: 80px;
    left: 130px;
    z-index: 1;
}


#phone_list_container .phone .phone_screen{
    position: absolute;
    top: 65px;
    left: 132px;
    opacity: 0;
    -webkit-transform: rotateX(0deg) rotateY(23deg)skew(0deg, 6.8deg) scaleX(.7) scaleY(1);
    transform: rotateX(0deg) rotateY(23deg)skew(0deg, 6.8deg) scaleX(.7) scaleY(1);
    -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition:         all 1s cubic-bezier(0.23, 1, 0.32, 1);
}
#phone_list_container .phone .phone_screen.show{
    top: 95px;
    opacity: 1;
}
#phone_list_container .phone .phone_screen .header{
    position: absolute;
    top: 90px;
    left: -23px;
    color: #fff;
    text-align: center;
}
#phone_list_container .phone .phone_screen .header h3{
    text-transform: uppercase;
    color: #fff;
}
#phone_list_container .phone .phone_screen .header .screen_icon span{
    color: #fff !important;
}

#phone_list_container .phone .phone_screen .content{
    position: relative;
    top: 361px;
    left: -48px;
    text-align: justify;
    line-height: 1.2;
    font-size: 13px;
    width: 314px;
    padding: 0 34px;
}
#phone_list_container .phone .phone_screen .content h4{
    display: none;
}
#phone_list_container .phone .phone_screen .content p{
    padding: 0;
}



#phone_list_container .list ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

#phone_list_container .list ul li{
    text-align: right;
    height: 180px;
    padding: 15px;
    width: 780px;
    margin: 0 160px;
    border-right: 10px solid rgba(0, 0, 0, 0);
    position: relative;
}
#phone_list_container .list ul li:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #FE8000;
    border-right: 10px solid rgba(0, 0, 0, .3);
    -webkit-transition: all .6s cubic-bezier(0.23, 1, 0.32, 1);
    transition:         all .6s cubic-bezier(0.23, 1, 0.32, 1);
}
#phone_list_container .list ul li.active:after{
    width: 100%;
}

#phone_list_container .list ul li>span{
    float: right;
}
#phone_list_container .list ul li .list_logo{
    width: 90px;
    height: 90px;
    border: 3px solid #302f2f;
    border-radius: 70px;
    display: block;
    text-align: center;
    position: relative;
    z-index: 1;
    padding-left: 2px;
}
#phone_list_container .list ul li .list_logo span{
    line-height: 85px;
    font-size: 45px;
    color: #302f2f;
}
#phone_list_container .list ul li .list_text{
    width: 380px;
    height: 70px;
    display: block;
    text-align: left;
    padding-left: 55px;
    position: relative;
    z-index: 1;
}
#phone_list_container .list ul li .list_text>h4{
    padding: 0;
    line-height: 14px;
    padding-bottom: 15px;
}
#phone_list_container .list ul li .list_text>p{
    padding: 0;
    font-size: 13px;
    line-height: 16px
}
#phone_list_container .list ul li.active .list_logo span{
    color: #fff !important;
}
#phone_list_container .list ul li.active .list_text{
    color: rgba(0,0,0,0.7) !important;
}
#phone_list_container .list ul li.active .list_logo{
    border: 3px solid #fff;
}





#news_section{
    background: url(news_back.png) left top repeat-x;
}

#news_posts .post {
    position: relative;
}
#news_posts .post h3{
    line-height: 1em;
}
#news_posts .post p{
    line-height: 1em;
    font-size: 14px;
}
#news_posts .post .date{
    position: absolute;
    top: 0;
    left: -57px;
    width: 41px;
    height: 43px;
    text-align: center;
    background: url(date.png) center top no-repeat;
}
#news_posts .post .date .day{
    font-size: 24px;
    line-height: 43px;
    font-weight: 700;
}
#news_posts .post .date .month{
    text-transform: uppercase;
    font-size: 12px;
    line-height: 2em;
    color: #959595;
}







.consortium_post {
    float: left;
    margin: 18px 18px;
    width: 220px;
    max-width: 340px !important;
}





#contact_section .et-pb-contact-message{
    color: #fff;
    position: relative;
}

#map{
    width: 100%;
    height: 400px;
}
#map_row{
    width: 100% !important;
    max-width: 100% !important;
}
#contact_row{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    max-width: 100% !important;
}

#map_button{
    display: none;
}


footer{
    position: relative;
}

.bottom-strip{
    display: none;
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 63px;
    background: url(MaaS_Poly_strip.png) bottom center repeat-x;
}


.footer-bottom {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    background-color: #818280;
    clear: both;
    width: 100%;
    padding: 10px 0px 5px 0px;
}
.ertico-fixed-bar {
    position: relative;
    top: -3px;
    text-align:right; 
    color:#fff; 
    padding-right: 50px;
    
}
.ertico-fixed-bar .ertico__text1 {
    
    margin-right: 12px;
}

.ertico-fixed-bar .ertico__text2 {
    
    margin-left: 9px;
}
.ertico-fixed-bar .ertico__img {
    position: relative;
    top: 7px;
}
.ertico-fixed-bar .ertico__link {
    color: #fff;
}
.ertico-fixed-bar .ertico__link:hover {
    color: #fff;
    text-decoration: underline;
}
.footer-bottom .footer-icon {
    width:10%;
    float:left;
    text-align:center;
}
.footer-bottom .footer-link {
    width:30%;
    float:left;
    text-align:center;
    color:#63a7e2;
    padding-top:5px;
}
.footer-bottom a {
    color:#63a7e2;
}
.footer-bottom a:hover {
    color:#bde0fe;
    text-decoration:none;
}




.et_pb_row {
    width: 95%;
}

/*
BLURB TO SQUARE CONVERTER
*/

.blurbs_to_squares .et_pb_blurb{
    overflow: hidden;
}

.blurbs_to_squares .et_pb_blurb_content{
    position: relative;
}
.blurbs_to_squares .et_pb_blurb_content .et_pb_blurb_container{
    padding: 15px;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}
.blurbs_to_squares .et_pb_blurb_content .et_pb_main_blurb_image{
    margin: 0;
}
.blurbs_to_squares .et_pb_blurb_content .et_pb_blurb_container h4{
    text-align: center;
    line-height: 80px;
}

/*
CONTACT FORM FOR MAILCHIMP
*/

#mc_embed_signup {
    background: #EA5B0B!important; 
    clear: left;
    font: 14px Helvetica,Arial,sans-serif;
    width: 800px;
    margin: auto;
    padding: 0 180px;
}
#mc_embed_signup input.button {
    margin: auto;
    display: block;
    width: 60%;
    background-color: #104d98;
    height: 50px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 24px;
}
.mc-field-group select,
.mc-field-group input{
    height: 40px;
    font-size: 16px;
}
.mc-field-group select{
    width: 100% !important;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error{
    position: absolute;
    right: 6px;
    top: 5px;
}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border: 2px solid #e85c41;
    background-color: #ffd3ca;
    color: #fff;
}

#main-footer #footer-bottom{
    background-color: rgba(231, 75, 26, 1);
}

.blurbs_to_squares .et_pb_blurb_content .et_pb_blurb_container h4 {
    line-height: 4vw;
    font-size: 14px;
    color: #fff;
}
.blurbs_to_squares .et_pb_blurb_content .et_pb_blurb_container p {
    font-size: 12px;
    color: #fff;
}
#mc_embed_signup input.button {
    background-color: #ff4000;
}

/* tribe events calendar */
#tribe-events-tuesday, 
#tribe-events-monday, 
#tribe-events-wednesday, 
#tribe-events-thursday, 
#tribe-events-friday, 
#tribe-events-saturday,
#tribe-events-sunday {
    background:  #EA5B0B;
}
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
    background: #F9B100;
    
}

.tribe-events-back {
padding-top: 40px;
padding-bottom: 40px !important;
}

.tribe-events-sub-nav {
/*position: relative;
  top: -1177px;*/


}

#mobile_menu {
text-transform: uppercase;
}

/*Divi builder fix*/
#orange-background-footer-text-block {
    background-color: #e74b1a!important;
}

@media screen and (max-width: 1040px) {
    #phone_list_container .phone{
        left: -100px;
    }
    #phone_list_container:before{
        left: 30px;
    }
    #phone_list_container .list ul li{
        width: 640px;
    }
}
@media screen and (max-width: 980px){
    #news_block{
        padding-right: 20px;
    }
}
@media screen and (max-width: 850px) {
    #phone_list_container{
        display: none;
    }
    #phone_list_data{
        display: block;
    }
    .et_pb_row {
        width: 80%;
    }
}
@media screen and (max-width: 600px) {
    .footer-bottom .footer-icon {
        width:10%;
    }
    .footer-bottom .footer-link {
        width:30%;
        font-size: 10px;
    }
    .blurbs_to_squares .et_pb_blurb_content .et_pb_blurb_container{
    padding: 15px;
    margin:auto;
    font-size: 12px;
    line-height: initial;
    }
    .blurbs_to_squares .et_pb_blurb_content .et_pb_blurb_container h4{
        line-height: 50px;
    }
}
@media screen and (max-width: 670px) {
    #consortium_posts{
        width: 510px;
    }
    .consortium_post{
        width: 125px;
    }
}
@media screen and (max-width: 550px) {
    #consortium_posts{
        width: 450px;
    }
    .consortium_post{
        width: 105px;
    }
}
@media screen and (max-width: 481px) {
    #consortium_posts{
        width: 300px;
    }
    .consortium_post{
        width: 100px;
    }
}
@media screen and (min-width: 671px) {
    #consortium_posts{
        width: 520px;
    }
}
@media screen and (min-width: 960px){
    #consortium_posts{
        width: 800px;
    }
}
@media screen and (min-width: 1160px){
    #consortium_posts{
        width: 1040px;
    }
}

@media screen and (max-width: 735px) {
.slick-dots {
 display: none !important; }

 }


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

#allaince .et_pb_button_module_wrapper.et_pb_module {
margin-bottom: 20px; }

 }


 




