/*
 Theme Name:   Events.com Child
 Theme URI:    http://events.com/
 Description:  Events Child Theme
 Author:       Fran Cortez
 Author URI:   http://events.com/
 Template:     events_com
 Description: A custom WordPress theme for Events.com
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: events-child
 Tags:
*/

.sp-image{
	/*width:100% !important;*/
	/*height:500px !important;*/
	/*margin-top:0 !important;*/
	z-index: -1;
}

.sp-mask{
	height:500px !important;
}

.manage-button-section{
	background: rgba(0, 188, 218, 0.8);
    height: auto;
    width: 100%;
    padding: 9px 0;
    position: relative;
    z-index: 99;
}

.btn-active-hollow {
    background-color: #fff;
    border: 1px solid #ff5722;
    color: #ff5722;
    vertical-align: top;
    padding: 6px 30px;
    font-size: 14px;
    line-height: 1.7143;
    border-radius: 7px;
    font-weight: 700;
}

@media screen and (max-width: 600px) {
    .manage-button-section {
        padding-top: 0;
        top: 0;
    }

    .manage-button-section .row {
        display: inline-flex;
    }
}

.manage-button-section p{
	color: #fff;
	font-size: 18px;
    font-family: 'OpenSans', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    position: relative;
    top: 2px;
}
@media screen and (max-width: 600px) {
    .manage-button-section p {
        font-size: 14px;
        padding-top: 3px;
    }
}

.manage-button-section button{
    font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans';
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
    text-decoration: none;
    color: #607D8B;
    text-align: center;
    line-height: normal;
    padding: 5px 30px;
    border: 1px solid #607D8B;
    border-radius: 7px;
    height: 31px;
}

.manage-button-section button:hover {
    background-color: #607D8B;
    color: #FFFFFF;
}

.manage-button-section button:active {
    background-color: #263238;
    color: #FFFFFF;
}

@media screen and (max-width: 600px) {
    .manage-button-section button {
        font-size: 16px;
        padding: 4px 30px;
    }
}


.manage-button-section-left{
    text-align: right;
    margin-top: 3px;
}
@media screen and (max-width: 600px) {
    .manage-button-section-left {
        text-align: left;
        margin-top: -2px;
    }
}

.manage-button-section-right{
    text-align: left;
    margin-top: 3px;
}
@media screen and (max-width: 600px) {
    .manage-button-section-right {
        text-align: right;
        margin-top: -2px;
    }
}

.slider-pro .sp-layer.sp-static.content {
    text-align: right;
}

#slider-main-content {
    position: relative;
    top: -56px;
    margin-bottom: -56px;
}

#slider .btn-primary {
    padding: 10px 50px;
    background-color: #ff5722;
    border: 1px solid #ff5722;
    color: #fff;
}

.slider-pro .sp-static.intro{
    font-family: 'OpenSans', 'Open Sans';
    font-weight: bolder;
    font-style: normal;
    color: #FFFFFF;
    text-align: center;
}

#slider h1 {
    font-family: 'OpenSans', 'Open Sans';
    font-size: 42px;
    text-transform: none;
    color: #37473F;
    font-weight: 400;
}

#slider .sp-static.intro a {
    font-family: 'Open Sans', sans-serif;
    font-weight: bolder;
    font-style: normal;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
}

#slider .make, #slider .happen {
    font-weight: 300;
}
@media screen and (max-width: 600px) {
    #slider .make {
        margin-top: 0%;
    }
}

/*#slider .happen {
    font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans';
    font-weight: normal;
}*/

#slider .happen h1 i {
    font-style: italic;
}

#slider .content a {
    border-radius: 7px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 30px;
    font-size: 14px;
    width: auto;
    box-shadow: none;
    background-color: #FFF;
    text-decoration: none;
    height: 38px;
}

#slider .content .white-v3 {
    color: #FF5722;
    border: 1px solid #ff5722;
}

#slider .content .white-v3:hover, .btn-active-hollow:hover {
    color: #FFF;
    background-color: #FF5722;
}

#slider .content .white-v3:active {
    color: #FFF;
    background-color: #D84315;
}

#slider .animated h1 {
    font-size: 48px;
}

.sp-slide,.sp-mask,
.sp-image-container {
    height: 458px !important;
}

@media screen and (max-width: 600px) {
    .sp-slide,.sp-mask,
    .sp-image-container {
        height: 400px !important;
    }
    .slider-pro .sp-layer.sp-static.intro {
        top: 69% !important;
        left: 0px !important;
    }
}

@media screen and (max-width: 600px) {
    .slider-pro .sp-layer.animated {
        left: 0px !important;
    }
}

@media screen and (max-width: 600px) {
    #slider h1 {
        font-size: 28px;
    }
    #slider .animated h1 {
        font-size: 44px;
    }
    .slider-pro .sp-layer.sp-static.make,
    .slider-pro .sp-layer.sp-static.happen {
        left: 0 !important;
    }
}

.slide-content-wrapper {
    position: absolute;
    top: 30%;
    width: 50%;
    height: 100%;
    right: 0%;
    text-align: center;
}

.slide-content-well {
    padding: 20px 0;
    background-color: rgba(250, 250, 250, 0.8);
    border-radius: 8px 0 0 8px;
}

@media screen and (max-width: 1190px) {
    .slide-content-wrapper {
        width: 100%;
    }

    .slide-content-well {
        width: 100%;
        margin: 0 auto;
        border-radius: 0;
    }
 }

#events-works-section{
    color: #607D8B;
    font-family: 'OpenSans', 'Open Sans';
    font-style: normal;
    margin: 25px 0;
}

#events-works-section p {
    font-family: 'OpenSans', 'Open Sans';
    font-size: 14px;
}

#events-works-section span {
    font-weight: bold;
}

.float-image-mobile-first {
    background: url(assets/images/CircleStat-mobile.png) no-repeat;
    width: 182px;
    height: 183px;
    position: absolute;
    top: -100px;
    z-index: 9999;
}

.events_works_second_title {
    margin-top: 0;
}
@media screen and (max-width: 600px) {
    .float-image-mobile-first {
        top: -40px;
        position: relative;
        margin: 0 auto;
    }
}

#testimonials-banner-section {
    background-image: url(assets/images/features-banner.png);
}

#testimonials-banner-section a {
    font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans';
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #00BCDA;
}

.testimonials-well {
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: block;
    background-color: #fff;
    margin: 75px auto;
    padding: 20px;
}

.testimonial-quote {
    font-size: 18px;
    padding: 0 150px;
}

.testimonial-brand img {
    width: 50px;
    height: 50px;
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
}

.testimonial-brand span {
    font-size: 12px;
    margin-left: 10px;
}

.testimonials-container {
    text-align: right;
}


#testimonials-prev {
    right: 90%;
}

#testimonials-next {
    left: 90%;
}

@media screen and (max-width: 768px) {
    .testimonial-quote {
        padding: 0px;
    }

    #testimonials-prev, #testimonials-next {
        display: none;
    }
}

.refer-a-friend-badge {
    width: 225px;
    height: 225px;
    border-radius: 500px;
    border: 2px solid #D9DEDF;
    position: absolute;
    top: -50px;
    left: -5px;
    background: white;
    z-index: 9999;
}

.refer-a-friend-badge p {
    text-align: center;
    margin-top: 50px;
}

.refer-a-friend-text {
    font-size: 20px;
    color: #323232;
}

.refer-a-friend-convert {
    font-size: 26px;
    color: #78C040;
    line-height: 2;
}

.refer-a-friend-small-text {
    font-size: 14px;
    color: #999595;
}

.refer-a-friend-link {
    color: #00BCDA;
    text-decoration: none;
    line-height: 2;
}

@media screen and (max-width: 768px) {
    .testimonials-container {
        text-align: center;
        margin-top: 20px;
    }

    .refer-a-friend-badge {
        position: initial;
        margin: 20px auto 0 auto;
    }
}

.do-more-v2-section {
    margin-top: 0px;
    margin-bottom: 30px;
}

.background-banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
}

@media screen and (max-width: 600px) {
    .do-more-v2-section {
        margin: 0 38px0px;
    }
}

.do-more-v2 {
	border: 1px solid #CFD8DC;
	font-family: 'OpenSans-Semibold', 'Open Sans Semibold', 'Open Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    color: #607D8B;
    text-align: center;
    height: 260px;
    padding: 26px 0 0 0;
}

.do-more-v2 a {
	color: #00BCDA;
    font-size: 13px;
    font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans';
    font-weight: 700;
    font-style: normal;
}

.do-more-v2 h4 {
    font-size: 15px;
    line-height: 1.4;
}

.do-more-v2 p span {
   font-weight: bold;
}

.do-more-v2 li p {
    padding: 0 41px;
    font-size: 14px;
}

.do-more-v2 li:first-child {
    margin-bottom: 10px;
}

.do-more-v2 li:nth-child(2) {
    padding: 0 19%;
}

.do-more-v2.get-out li:nth-child(2) {
    padding: 0 16%;
}

.do-more-v2.day-event li:nth-child(2) {
    padding: 0 20%;
}

.do-more-v2 li:nth-child(3) {
    margin: 20px 0;
}

.do-more-v2 li:last-child {
    margin-top: 27px;
}

.do-more-v2.set-up i{
   color: #00BCDA;
}

.do-more-v2.get-out i{
   color: #FF8A65;
}

.do-more-v2.track i{
   color: #0097A7;
}

.do-more-v2.set-up,
.do-more-v2.get-out,
.do-more-v2.track {
    border-right: none;
}
@media screen and (max-width: 600px) {
    .do-more-v2.set-up,
    .do-more-v2.get-out,
    .do-more-v2.track{
        border: 1px solid #CFD8DC;
        border-bottom: none;
    }
}

.do-more-v2.day-event i{
   color: #B0BEC5;
}

.do-more-v2-section .angle-down-row {
    display: none;
}

.do-more-v2-section .angle-right {
    height: 0;
}

.do-more-v2-section .angle-right-row .angle-right i{
    float: left;
    position: relative;
    right: 20px;
    top: 114px;
    background-color: #fff;
    z-index: 22;
    color: #607D8B;
}

@media screen and (max-width: 600px) {
    .do-more-v2-section .angle-right-row {
        display: none;
    }
    .do-more-v2-section .angle-down-row {
        display: block;
        position: absolute;
        width: 100%;
   }
    .do-more-v2-section .angle-down {
        height: 240px;
    }
    .do-more-v2-section .angle-down i {
        background-color: #fff;
        z-index: 22;
        color: #607D8B;
        position: relative;
        right: 0px;
    }
    .do-more-v2-section .angle-down:nth-child(3) {
        top: 18px;
    }
    .do-more-v2-section .angle-down:nth-child(4) {
        top: 37px;
    }
}


.full-list-section {
	height: 55px;
    padding-top: 11px;
    margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
    .full-list-section button {

    }
}

@media screen and (max-width: 600px) {
    .full-list-section {
        margin-top: 12px;
    }
}

.full-list-section button{
    font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans';
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
    text-decoration: none;
    color: #607D8B;
    text-align: center;
    line-height: normal;
    padding: 9px 30px;
    border: 1px solid #607D8B;
    border-radius: 7px;
    height: 38px;
}

.full-list-section button:hover {
    background-color: #607D8B;
    color: #FFFFFF;
}

.full-list-section button:active {
    background-color: #263238;
    color: #FFFFFF;
}

.good-company {
	min-height: 0;
}

@media screen and (max-width: 600px) {
    .good-company-main-wraper {
        padding: 0;
    }
}

.good-company .testimonials {
    background-size: none;
    min-height: 0;
}

.good-company .testimonials .wrap {
    width: none;
    max-width: none;
    float: none;
    display: block;
    margin-right: none;
    margin-left: none;
    padding-left: none;
    padding-right: none;
    padding: 0 0 0 0;
}

@media screen and (max-width: 600px) {
    .good-company .testimonials .wrap {
        margin: 0;
    }
}


.good-company .testimonials .wrap .the-testimonial {
    float: none;
    clear: none;
    text-align: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: none;
}

.good-company-left {
	background-color: #00BCDA;
    height: 413px !important;
    padding: 120px 140px 40px 60px;
}

@media screen and (max-width: 600px) {
    .good-company-left {
        padding: 30px 5px;
        height: 375px !important;
    }
}

.good-company-left p{
    font-family: 'OpenSans', 'Open Sans';
    font-weight: 400;
	font-style: normal;
    font-size: 22px;
    color: #FFFFFF;
}

.good-company-left span {
    font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans';
    font-weight: bold;
}

.good-company-left a {
    margin-top: 25px;
    font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans';
    font-weight: bold;
    font-style: normal;
    color: #607D8B;
    line-height: normal;
    font-size: 14px;
    border: 1px solid #607D8B;
    padding: 9px 30px;
    height: 38px;
}

@media screen and (max-width: 600px) {
    .good-company-left a {
        margin: 7% 18%;
    }
}

.good-company-left a:hover {
    background-color: #607D8B;
    color: #FFFFFF;
}

.good-company-left a:active {
    background-color: #263238;
    color: #FFFFFF;
}

.good-company-right {
    height: 263px;
    border: 1px solid #CFD8dc;
    border-radius: 7px;
    position: relative;
    top: 71px;
    right: 50px;
    background-color: #fff;
}

.the-testimonial .bx-controls .bx-controls-direction .bx-prev {
    display: none;
}

@media screen and (max-width: 600px) {
    .good-company-right {
        top: -50px;
        right: 0px;
        width: 90%;
        margin-left: 5%;
        height: 339px;
    }
}

#slider .gc-slide .testimony-desc {
	color: #7D7D7D !important;
    height: 200px;
    padding-top: 60px;
    font-family: 'OpenSans', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    text-align: center;
    line-height: normal;
    padding-left: 40px;
    padding-right: 40px;
}
@media and screen (max-width: 600px){
    #slider .gc-slide .testimony-desc {
        font-size: 18px !important;
        height: 350px;
    }
}

#slider .gc-slide .thumbnail {
    height: 50px;
    width: 100px !important;
    border: none;
    background-color: 0;
    position: relative;
    top: -50px;
    left: 200px;
    line-height: 0;
}

.good-company .company {
    position: absolute;
    right: 125px;
    top: 200px;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'OpenSans', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    text-align: center;
    line-height: normal;
}

@media screen and (max-width: 600px) {
    .good-company .company {
        right: 15px;
        top: 230px;
    }
    #slider .gc-slide .thumbnail {
        top: 7px;
        left: 44px;
    }
}

#slider .gc-slide .name,
#slider .gc-slide .company {
    color: #7D7D7D !important;
}

.the-testimonial p {
    margin-left: 0;
}

.good-company-right .first-quote,
.good-company-right .last-quote {
    float: left;
    font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans';
    font-weight: 700;
    font-size: 90px;
    color: #CFD8DC;
}

.good-company-right .first-quote {
    position: absolute;
    z-index: 33;
    top: -16px;
    right: 517px;
}

.good-company-right .last-quote {
    position: absolute;
    z-index: 44;
    left: 517px;
    top: 183px;
}

@media screen and (max-width: 1199px) {
    .good-company-right .first-quote {
        right: 423px;
    }
    .good-company-right .last-quote {
        left: 423px;
    }
}

@media screen and (max-width: 991px) {
    .good-company-right .first-quote {
        right: 315px;
    }
    .good-company-right .last-quote {
        left: 315px;
    }
}

@media screen and (max-width: 767px) {
    .good-company-right .first-quote {
        right: 87%;
    }
    .good-company-right .last-quote {
        left: 87%;
    }
}

@media screen and (max-width: 600px) {
    .good-company-right .first-quote {
        top: -16px !important;
        right: 82% !important;
    }
    .good-company-right .last-quote {
        left: 82% !important;
        top: 263px !important;
    }
}

.organize-better-v2-section{
	background: url(assets/images/woodbg.jpg) center center no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.organize-better-v2-section {
    padding-bottom: 0;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (max-width: 600px) {
    .organize-better-v2-section {
        padding-bottom: 40px;
    }
}

.organize-better-v2-section .organize-better-content .phone-stats{
    background: url(assets/images/PromoMarketing-PhoneStats.png) center center no-repeat;
    height: 305px;
}

#organize-better .white {
    width: auto;
    padding: 8px 30px;
    border: 1px solid #ff5722;
    box-shadow: none;
    height: 38px;
    text-decoration: none;
    color: #ff5722;
    font-weight: bold;
}

#organize-better .white:hover {
    color: #fff;
}

#organize-better .white:active {
    color: #BF360C;
}


@media screen and (max-width: 600px) {
    .organize-better-content video {
        width: 98%;
    }
}

.organize-better-content .right-section li:first-child {
    font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans';
    font-style: normal;
    font-size: 26px;
    color: #607D8B;
    text-transform: uppercase;
}

.organize-better-content .right-section li:nth-child(2) {
    padding: 0 60px;
}

.organize-better-content .right-section li span {
    font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans';
    font-weight: 700;
}

.float-image-refer-a-friend {
    background: url(assets/images/CircleStat-Referafriend.png) no-repeat;
    width: 182px;
    height: 183px;
    position: absolute;
    top: -59px;
    z-index: 9999;
    left: 67px;
}

.float-image-mobile {
    display: none;
}

@media screen and (max-width: 600px) {
    .float-image-desktop {
        display: none;
    }
    .float-image-mobile {
        display: block;
    }
    .float-image-refer-a-friend {
        top: -23px;
        position: relative;
        margin: 0 auto;
        left: 0;
    }
}

.events-works-bottom-section {
    margin-top: 35px;
    margin-bottom: 30px;
}

.events-works-bottom-section .bottom-section p {
    font-family: 'OpenSans', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #7D7D7D;
    text-align: center;
    margin: 0 auto;
    width: 35%;
}

@media screen and (max-width: 600px) {
    .events-works-bottom-section .bottom-section p {
        width: 90%;
    }
    .events-works-bottom-section .bottom-section a {
        padding: 8px 27%;
        font-size: 13px !important;
    }
}

.events-works-bottom-section .bottom-section li:nth-child(3) {
    margin-top: 27px;
    margin-bottom: 36px;
}

.events-works-bottom-section .bottom-section a{
    font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans';
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #00BCDA;
    text-align: center;
    line-height: normal;
    border: 1px solid #00BCDA;
    border-radius: 7px;
    font-size: 14px;
    padding: 9px 30px;
    height: 38px;
}

.events-works-bottom-section .bottom-section a:hover {
    background-color: #00BCDA;
    color: #fff;
}

.events-works-bottom-section .bottom-section a:active {
    background-color: #D84315;
    color: #fff;
}

.events-works-bottom-section .bottom-section h2, #testimonials-banner-section h2 {
    font-family: 'OpenSans', 'Open Sans';
    font-weight: 300;
    font-style: normal;
    font-size: 30px;
    color: #607D8B;
    text-align: center;
    line-height: normal;
}

.events-works-bottom-section .bottom-section h2 span, #testimonials-banner-section h2 span {
    font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans';
    font-weight: 700;
}

.block-quote {
    background: #00BCDA;
}

.block-quote .wrap {
    width: auto;
    max-width: 1024px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    padding: 50px 20px;
}

.block-quote p {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 26px;
    font-weight: 300;
    margin: 0 auto;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}

.block-quote p.quote-author {
    font-size: 20px;
    margin-top: 15px;
}

#front-page-team-members, #team-mates-team-members {
    margin-top: 25px;
}

.left-arrow, .right-arrow {
    position: absolute;
    top: 33%;
    float: left;
    z-index: 9999;
}

.left-arrow a, .right-arrow a {
    color: #00BCDA;
}

#front-page-team-members .left-arrow {
    right: 98%;
}

#front-page-team-members .right-arrow {
    left: 98%;
}

.front-page-team-member-content {
    width: 90%;
    margin: 0 auto;
}

.front-page-team-member-content h1.name {
    color: #00BCDA;
    font-size: 20px;
    text-align: left;
    margin-bottom: 0px;
}

.front-page-team-member-content h2.title {
    color: #7D7D7D;
    font-size: 18px;
    text-align: left;
    margin-top: 5px;
}

.front-page-team-member-content p.content {
   font-size: 16px;
   text-align: left;
}

.front-page-team-member-content img.customer-mobile {
    margin: 0 auto;
    margin-bottom: 10px;
 }

 .team-members-slide img {
     border-radius: 500px;
     max-width: 200px;
     margin: 0 auto;
 }

 .team-members-text-wrapper {
     margin-top: 25px;
 }

@media screen and (max-width: 1024px) {
    .front-page-team-member-content h1.name, .front-page-team-member-content h2.title, .front-page-team-member-content p.content {
       text-align: center;
    }

    #front-page-team-members .left-arrow {
        right: 95%;
    }

    #front-page-team-members .right-arrow {
        left: 95%;
    }
}

#whats-next h1 {
    font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 0;
    margin-top: 35px;
    text-align: right;
}

#whats-next {
    background: #00BCDA;
    padding: 25px 0;
}

@media screen and (max-width: 768px) {
    #whats-next h1 {
        padding: 0;
        text-align: center;
        font-size: 24px;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}

#whats-next .create-event-container ul{
    display: inline-flex;
}
@media screen and (max-width: 600px) {
    #whats-next .create-event-container ul {
        display:block;
    }
}

#whats-next .create-event-container {
    display: block;
}

#whats-next .create-event-container .create-event-name-field .element {
    padding: 0;
}

#whats-next .wn-left-col {
    padding-top: 20px;
    text-align: right;
}
@media screen and (max-width: 600px) {
    #whats-next .wn-left-col {
        padding-top: 0px;
    }
}

#whats-next label {
    font-weight: 400;
}

#whats-next .create-event-container .field {
    padding-bottom: 0px;
}

#whats-next .create-event-container .create-event-button-field button {
    width: none;
}

#whats-next .sub-col-button {
    padding-top: 28px;
    text-align: left;
}

#whats-next button {
    box-shadow: none;
}

.site-footer .btn-active-hollow.btn {
    width: 58.5%;
}

.header-bar .navbar-nav {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    margin: 0;
}
@media screen and (max-width: 600px) {
    .header-bar .navbar-nav {
        margin: 0px -15px !important;
    }
}

.team-mates-banner {
    clear: none;
    width: 100%;
    height: 100%;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 400px;
    margin-top: -20px;
}

.team-members-slide-title {
    margin-bottom: 45px;
}

.team-mates-slider #front-page-team-members .left-arrow, .team-mates-slider #front-page-team-members .right-arrow {
    top: 55%;
}

.team-mates-slider #front-page-team-members .right-arrow {
    left: 100%;
}

.team-mates-slider #front-page-team-members .left-arrow {
    right: 100%;
}

#more-about-events-container, #team-mates-quote, #user-experience {
    margin: 45px auto;
    text-align: center;
}

#user-experience h2 {
    margin-bottom: 45px;
}

.user-experience-content {
    text-align: left;
}

.user-experience-content h3 {
    margin-bottom: 15px;
}

.user-experience-content p {
    font-size: 14px;
}

.user-centered-design-content {
    margin-top: 50px;
}

.user-experience-image img {
    margin: 0 auto;
}

.designed-to-convert-content {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .user-experience-content {
        text-align: center;
    }

    .user-centered-design-content {
        margin-top: -45px;
        margin-bottom: 45px;
    }

    .designed-to-convert-content {
        margin-top: -70px;
        margin-bottom: 45px;
    }

    .get-to-know-us-badge {
        position: initial;
        text-align: center;
    }
}

#team-mates-quote .block-quote .wrap {
    padding: 50px 100px;
}

.box {
    width: 338px;
    height: 229px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
    display: block;
    background-color: #fff;
    margin: 30px auto;
    padding: 20px;
}

.box img {
    position: relative;
    top: -40px;
    display: block;
    margin: 0 auto;
}

.box span {
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #7D7D7D;
    text-align: center;
    line-height: normal;
    position: relative;
    top: -25px;
}

.box h3 {
    font-family: '', 'Open Sans Bold', 'Open Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    text-align: center;
    line-height: normal;
    position: relative;
    top: -25px;
    margin: 0;
}

.box.meg h3 a {
    color: #FF8A65;
}

.box.leo h3 a {
    color: #00BCDA;
}

.box h3 a {
    text-decoration: none;
    font-weight: bold;
    margin-top: 0;
}

.box div.bottom {
    border-top: 1px solid #ccc;
    position: relative;
    top: -20px;
}

.box div p {
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #7D7D7D;
    text-align: center;
    line-height: normal;
    margin: 0 auto;
    margin-top: 20px;
    width: 210px;
}

.help-articles-row {
    text-align: center;
}

.help-articles-row h2 {
    margin-top: 80px;
    margin-bottom: 35px;
}

.help-articles-col {
    padding-top: 40px;
}

.boxes-container {
    background-image: url(assets/images/blue-background.png);
    background-repeat: no-repeat;
    background-position-x: 100%;
}

.border-top {
    border-top: 1px solid #CFD8DC;
}

#team-mates-talk-specialist {
    margin-top: 50px;
    padding: 50px 0;
}

#team-mates-talk-specialist a.link-default, a.link-default.marketing-promo-form {
    font-size: 16px;
    position: absolute;
    bottom: 0;
    cursor: pointer;
}

.talk-specialist-col {
    height: 40px;
}

@media screen and (max-width: 1199px) {
    .help-articles-col {
        background-image: none;
    }

    .help-articles-row h2 {
        margin-top: -50px;
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 991px) {
    #team-mates-talk-specialist a.link-default, a.link-default.marketing-promo-form {
        text-align: center;
        position: relative;
        top: 20px;
    }

    .talk-specialist-col {
        text-align: center;
        padding: 0 20px;
        height: auto;
    }
}

.features-banner {
    height: 400px;
}

.features-banner h1 {
    text-transform: none;
    margin-top: 0;
    font-weight: 300;
}

.feature-list-title {
    font-size: 16px;
    font-weight: 700;
}

.feature-list-content {
    font-weight: 400;
    font-size: 13px;
    color: #7D7D7D;
}

.features-container {
   border-bottom: 1px solid #CFD8DC;
   padding: 20px 0;
}

.features {
    max-width: 100%;
}

#features-talk-specialist {
    margin: 0 auto 50px auto;
}

.features-title-row {
    font-weight: 400;
}

@media screen and (max-width: 600px) {
    .features {
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    .features-container {
        padding: 20px;
    }
}

.create-event-container.full-width .label {
    font-size: 13px;
    display: block;
    text-align: left;
    padding: 0 0 5px 0;
    font-weight: normal;
}

.create-event-container .create-event-field {
    display: block;
}

.create-event-container .create-event-button-field button {
    width: 100%;
    margin-top: -2px;
}

.create-event-container .element {
    padding: 0 5px;
}

#sign-up-form {
    margin: 30px auto 0 auto;
}

.sign-up-form-well {
    border: 1px solid #CFD8DC;
    border-radius: 5px;
    padding: 25px;
}

.sign-up-form-well p {
    text-align: center;
    color: #7D7D7D;
    font-size: 16px;
}

.form-control {
    height: 38px;
}

input.element.datepicker.hasDatepicker {
    padding-left: 50px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}
.pie-chart {
    background: url(assets/images/pie-chart.png) center center no-repeat;
    height: 168px;
    max-width: 168px;
    background-size: 100%;
    margin: 0 auto;
}

#home-reporting {
    margin: 30px auto;
}

#home-reporting p {
    margin: 0 0 20px;
}

.reporting-banner .reporting-content h1 {
    font-weight: 300;
}

.organize-better-content .right-section h2 {
    margin-top: 0;
}

.section-padding {
    padding: 30px 0;
    margin: 10px auto;
}

#pricing-text p {
    max-width: 700px;
    margin: 0 auto;
}


.banner-title {
    margin: 0;
    font-weight: 300;
}