/*
Theme Name: tipacl

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

header {
    background: url('http://tipacl.shadowfax.me/wp-content/uploads/2016/09/geo_pattern.png') repeat-y !important;
}
.header_top,
.header_bottom {
    background: transparent !important;
}
.content .container .container_inner.page_container_inner,
.full_page_container_inner {
    padding: 0;
}
footer h1 {
    font-weight: 900;
}
.blue-copy p {
    font-size: 22px;
    text-align: center;
    color: white;
    line-height: 81px;
}
.blue-strip {
    background-size: cover;
    background: url('http://tipacl.shadowfax.me/wp-content/uploads/2016/09/blue_strip.png') repeat-y;
    height: 81px;
}
.white-text p,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text a {
    color: white !important;
}
.center-me {
    text-align: center;
}
.center-me img {
    display: inline-block;
    margin: 0 5px;
}
.vc_column-inner ul li {
    /*
     * We want the bullets outside of the list,
     * so the text is aligned. Now the actual bullet
     * is outside of the list’s container
     */
    
    list-style-position: outside;
    /*
     * Because the bullet is outside of the list’s
     * container, indent the list entirely
     */
    
    margin-left: 1em;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 20px;
}
.how-support-right {
    padding-top: 160px;
}
.we-can-support-left {
    padding-top: 110px;
}
.our-com-right {
    padding-top: 110px;
}
.work-with-us {
    padding-top: 110px;
}
.tp-caption {
    text-indent: 10px;
}
#mce-EMAIL {
    min-height: 38px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.4);
    border: none;
    min-width: 200px;
    text-transform: uppercase;
    padding-left: 10px;
    margin-right: 10px;
    width: 79%;
    color: #fff;
}
#mc-embedded-subscribe {
    background-color: #f4e30c;
    width: 50px;
    height: 32px;
    border: none;
    border-radius: 4px;
}
#mc-embedded-subscribe-form ::-webkit-input-placeholder {
    color: #fff;
    opacity: 1 !important;
}
#mc-embedded-subscribe-form :-moz-placeholder {
    color: #fff;
}
#mc-embedded-subscribe-form ::-moz-placeholder {
    color: #fff;
}
#mc-embedded-subscribe-form :-ms-input-placeholder {
    color: #fff;
}
#mc-embedded-subscribe-form {
    top: 22px;
    position: relative;
   }
section.parallax_section_holder {
    overflow: inherit;
}



@media (max-width: 1200px) {
    .how-support-right {
        padding-top: 90px;
    }
    .we-can-support-left {
        padding-top: 70px;
    }
    .our-com-right {
        padding-top: 70px;
    }
    .work-with-us {
        padding-top: 70px;
    }
    #mce-EMAIL {
    width: 75%;
	}
}

@media (max-width: 1000px) {
    .how-support-right {
        padding-top: 0px;
    }
    .we-can-support-left {
        padding-top: 0px;
    }
    .our-com-right {
        padding-top: 0px;
    }
    .work-with-us {
        padding-top: 0px;
    }
}
@media (max-width: 768px) {
    #mce-EMAIL {
        width: 100%;
    }
}