/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.dark-slide #top {
    background: #fff;
}

/* Home page */
.home_banner .nectar-split-heading {
    margin-bottom: 0;
}
.nectar-split-heading[data-animation-type="line-reveal-by-space"] > * > span{
	overflow: visible !important;
}
.home_last_section .vc_row.inner_row.translate_x_-13pct {
    margin-bottom: 85px !important;
}
.home_last_section_last_text {
    top: -70px;
}
.task_event_flipbox .flip-box-front {
    border-radius: 10px;
    font-size: 25px;
    font-weight: 700;
	overflow: hidden;
}
.task_event_flipbox .flip-box-back {
    border-radius: 10px;
	overflow: hidden;
}
.heagint_margin .nectar-split-heading,
.page_title .nectar-split-heading {
    margin-bottom: 0 !important;
}

/* contact us */
.contact_form_box {
    margin: -5% auto auto !important;
    background: #fff;
    padding: 0px 60px 1px !important;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}
input#gform_submit_button_1 {
    border: 1px solid #ff5149;
	line-height: 0;
    padding: 25px 50px !important;
}
input#gform_submit_button_1:hover {
    color: #ff5149;
    background: #fff;
    border: 1px solid #ff5149;
}
form#gform_1 input {
    height: 45px;
}
div#gform_confirmation_message_1 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 50px !important;
    font-weight: 700;
}
/* speaking */
.download_one_page_box {
    display: flex;
    justify-content: space-between;
}

.download_one_page_box a {
    text-decoration: none !important;
}
.download_rate_card {
    color: #FF5149 !important;
    font-size: 21px;
    padding: 15px 25px;
    border-radius: 50px;
    border: 1px solid #FF5149;
}
.download_rate_card:hover {
    background: #FF5149;
    color: #fff !important;
}
.Book_keynote {
    font-size: 21px;
    padding: 15px 25px;
    border-radius: 50px;
    background: #FF514A;
    color: #fff !important;
    border: 1px solid #FF5149;
}
.Book_keynote:hover {
    background: #fff;
    color: #FF5149 !important;
}
.task_event_flipbox .team-meta h5 {
	background: #000 !important;
    color: #fff !important;
    display: inline-block;
    padding: 11px 19px;
    border-radius: 50px;
    line-height: 1.3 !important;
    font-size: 22px !important;
    font-weight: 700;
	position: absolute;
    left: 0;
}
.team-meta {
    padding-left: 70px;
}
.bio-inner .title {
    display: none;
}
.testimonial_slider[data-style=multiple_visible][data-color*="-light"] blockquote {
    color: #393333;
}
.span_12.light .flickity-page-dots .dot:before, .testimonial_slider[data-style=multiple_visible][data-color*="-light"] .flickity-page-dots .dot:before {
    background-color: #393333;
}
.footer-social-links .social-buttons-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding: 20px 0;
}
.social-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #f44336;
    color: #ff5149 !important;
    padding: 0px;
    border-radius: 30px;
    text-decoration: none !important;
    font-family: Arial, sans-serif;
    font-size: 14px;
    transition: all 0.3s ease;
    width: 45px;
    height: 45px;
}
.social-button i {
  font-size: 20px;
	top:2px;
}
.social-button:hover {
  background-color: #FF5149;
  color: #fff !important;
}

@media(max-width:999px){
    .mobile_remove_col {
        display: none !important;
    }
	.text_responsive h2,
	.text_responsive p {
		text-align: left !important;
	}
}
@media(max-width:999px){
	.wpb_text_column.wpb_content_element.vc_custom_1751008808827 {
		margin-top: 0 !important;
	}
	.portfolio_title h2 {
		max-width: 100% !important;
	}
	.disable_row_phone {
		display: none;
	}
	.top_padding_phone_0 {
		padding-bottom: 0 !important;
	}
	.custom_call_to_action .row-bg-overlay.row-bg-layer {
		background: #ff5149 !important;
	}
}
@media(min-width:1000px){
	.contact_form_box {
		width: 60%;
	}
	.task_event_flipbox .flip-box-front,
	.task_event_flipbox .flip-box-back{
		min-height: 521px !important;
	}
}
@media(max-width:676px){
	.contact_form_box {
    	padding: 0px 30px 1px !important;
	}
	.display_tablet_inherit .link_wrap {
		padding: 15px !important;
	}
	.display_tablet_inherit .link_wrap a{
		font-size: 16px !important;
	}
	.nectar-mobile-only.mobile-header {
		display: none;
	}
}
@media(max-width:1300px) and (min-width: 1000px){
	.task_event_flipbox .team-meta h5 {
		font-size: 16px !important;
		padding: 8px 14px;
		line-height: 1.3em !important;
	}
	.team-meta {
		padding-left: 50px;
	}
	.task_event_flipbox .team-meta h3 {
		font-size: 20px;
	}
	.wpb_column {
		padding: 10px !important;
	}
}