/* Widget - Section Title */
.orange-voice-section-title-wrapper .orange-voice-section-title {
    font-size: 42px;
    line-height: 54px;
    margin-bottom: 30px;
}
.orange-voice-section-title-wrapper .orange-voice-section-title-subtitle {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 30px;
}
/* align - right */
.orange-voice-section-title-wrapper.orange-voice-section-title-wrapper-align-right {
    text-align: right;
}
/* align - center */
.orange-voice-section-title-wrapper.orange-voice-section-title-wrapper-align-center {
    text-align: center;
}
/* white */
.orange-voice-section-title-wrapper.orange-voice-section-title-wrapper-white,
.orange-voice-section-title-wrapper.orange-voice-section-title-wrapper-white .orange-voice-section-title,
.orange-voice-section-title-wrapper.orange-voice-section-title-wrapper-white .orange-voice-section-title-subtitle {
    color: #fff;
}

/* Widget - Social Icons */
.orange-voice-social-icons-wrapper {
    display: flex;
}
.orange-voice-social-icons-wrapper .social-item {
    margin-right: 10px;
}
.orange-voice-social-icons-wrapper .social-item:last-child {
    margin-right: 0;
}
.orange-voice-social-icons-wrapper .social-item a {
    color: #2E3E54;
    font-size: 44px;
    line-height: 44px;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
}
.orange-voice-social-icons-wrapper .social-item a:hover {
    color: #FF6A00;
}
.orange-voice-social-icons-wrapper .social-item.social-item-skype a {
    color: #00AAE8;
}
.orange-voice-social-icons-wrapper .social-item.social-item-skype a:hover {
    color: #FF6A00;
}
.orange-voice-social-icons-wrapper .social-item.social-item-teams a {
    color: #5155aa;
}
.orange-voice-social-icons-wrapper .social-item.social-item-teams a:hover {
    color: #FF6A00;
}
/* align - right */
.orange-voice-social-icons-wrapper.orange-voice-social-icons-wrapper-align-right {
    justify-content: flex-end;
}
/* align - center */
.orange-voice-social-icons-wrapper.orange-voice-social-icons-wrapper-align-center {
    justify-content: center;
}
/* white */
.orange-voice-social-icons-wrapper.orange-voice-social-icons-wrapper-white .social-item a {
    color: white;
}
.orange-voice-social-icons-wrapper.orange-voice-social-icons-wrapper-white .social-item a:hover {
    color: #000;
}

/* Widget - Contact Info */
.orange-voice-contact-info-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.orange-voice-contact-info-wrapper .contactinfo-item {
    margin-bottom: 10px;
}
.orange-voice-contact-info-wrapper .contactinfo-item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    color: #2E3E54;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
}
.orange-voice-contact-info-wrapper .contactinfo-item a:hover {
    color: #FF6A00;
}
.orange-voice-contact-info-wrapper .contactinfo-item a i {
    font-size: 24px;
    line-height: 24px;
    margin-right: 10px;
    color: #FF7A0D;
}
/* align - right */
.orange-voice-contact-info-wrapper.orange-voice-contact-info-wrapper-align-right {
    align-items: flex-end;
    text-align: right;
}
/* align - center */
.orange-voice-contact-info-wrapper.orange-voice-contact-info-wrapper-align-center {
    align-items: center;
    text-align: center;
}
/* white */
.orange-voice-contact-info-wrapper.orange-voice-contact-info-wrapper-white a {
    color: white;
}
.orange-voice-contact-info-wrapper.orange-voice-contact-info-wrapper-white a:hover {
    color: #f9f9f9;
}
/* WIDGET - FEATURED BOX */
a.orange-voice-featured-box-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    text-decoration: none;
    color: #2E3E54;
}
a.orange-voice-featured-box-wrapper img.orange-voice-featured-box-image {
    max-width: 200px;
}
a.orange-voice-featured-box-wrapper .orange-voice-featured-box-title {
    font-size: 28px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-top: 20px;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
}
a.orange-voice-featured-box-wrapper .orange-voice-featured-box-subtitle {
    font-size: 18px;
    line-height: 23px;
    font-weight: 200;
    margin-top: 20px;
}
a.orange-voice-featured-box-wrapper .orange-voice-featured-box-button {
    margin-top: 20px;
	display: inline-block;
	text-decoration: none;
	color: #2E3E54;
	background: transparent;
	border: 1px solid #FF7A0D;
	border-radius: 20px;
	padding: 12px 50px;
	font-size: 18px;
	line-height: 18px;
	font-weight: 300;
    -webkit-transition: color .3s ease, background .3s ease, border .3s ease;
    -moz-transition: color .3s ease, background .3s ease, border .3s ease;
    -o-transition: color .3s ease, background .3s ease, border .3s ease;
    -ms-transition: color .3s ease, background .3s ease, border .3s ease;
    transition: color .3s ease, background .3s ease, border .3s ease;
}
/* hover */
a.orange-voice-featured-box-wrapper:hover .orange-voice-featured-box-title {
    color: #FF6A00;
}
a.orange-voice-featured-box-wrapper:hover .orange-voice-featured-box-button {
    color: #FF6A00;
}
/* WIDGET - TICK BOX */
.orange-voice-tick-box-wrapper {
    display: flex;
    align-items: center;
}
.orange-voice-tick-box-wrapper img.orange-voice-tick-box-image {
    max-width: 49px;
    margin-right: 15px;
}
.orange-voice-tick-box-wrapper .orange-voice-tick-box-title {
    font-size: 27px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.1em;
}
/* white */
.orange-voice-tick-box-wrapper.orange-voice-tick-box-wrapper-white {
    color: white;
}
/* SIZING */
@media (max-width: 767px) {
    /* Widget - Section Title */
    .orange-voice-section-title-wrapper {
        text-align: center !important;
    }
    .orange-voice-section-title-wrapper .orange-voice-section-title {
        font-size: 33px;
        line-height: 36px;
    }
    /* Widget - Social Icons */
    .orange-voice-social-icons-wrapper {
        justify-content: center;
    }
    /* Widget - Contact Info */
    .orange-voice-contact-info-wrapper {
        text-align: center !important;
    }
    .orange-voice-contact-info-wrapper .contactinfo-item a {
        justify-content: center;
    }
}
