/*
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
*/

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Roboto:wght@300;400;500&display=swap');



/* sec-head */
.sec-head h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 60px;
    font-family: 'Oswald';
    color: #242424;
    text-transform: uppercase;
}

.sec-head p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #242424;
    width: 60%;
    margin: auto;
}

.sec-btn a {
    font-size: 15px;
    font-weight: 600 !important;
    line-height: 22px !important;
    text-transform: uppercase;
    font-family: 'Oswald';
    padding: 15px 45px !IMPORTANT;
    background: #01759F;
    color: #fff !important;
    transition: .5s ease;
}

.sec-btn a:hover {
    background: #000;
}
/* sec-head */
/* header */
ul#menu-social-menu li a i {
    width: 45px;
    height: 45px;
    border: 1px solid #EBEBEB;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-size: 20px;
    color: #000 !important;
    transition: .5s ease;
}

ul#menu-social-menu li a i:hover {
    color: #fff !important;
    background: #000 !important;
}
#header-outer .widget.woocommerce.widget_shopping_cart  a {
    width: unset !IMPORTANT;
    height: unset !IMPORTANT;
    font-size: 16px !IMPORTANT;
    display: unset !important;
    align-items: unset !IMPORTANT;
    justify-content: unset !IMPORTANT;
}
div#header-secondary-outer {
    background: #01759f !important;
    padding: 5px 0;
}
div#header-secondary-outer p.secp {
    float: right;
    padding: 0 !important;
    color: #fff;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Open Sans';
}

div#header-secondary-outer .nectar-center-text a {
    font-size: 16px !important;
    color: #fff !important;
    float: left;
    font-weight: 500;
    font-family: 'Oswald';
}
div#header-secondary-outer .nectar-center-text ul {
    float: left !IMPORTANT;
}

div#header-secondary-outer .nectar-center-text ul li {
    display: inline-block;
    margin: 0 10px;
}

div#header-secondary-outer .nectar-center-text a i {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #000 !important;
    border-radius: 20px !important;
    margin-right: 10px;
    font-size: 16px !important;
}
ul.buttons li a {
    width: 45px !IMPORTANT;
    height: 45px !important;
    border: 1px solid #EBEBEB;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-size: 20px !IMPORTANT;
    color: #000 !important;
    transition: .5s ease;
}

#top nav ul.buttons  a span {
    color: #000 !important;
}
#top nav ul.buttons  a i {
    color: #000 !important;
}
#page-header-bg h1 {
    font-family: 'Oswald';
}
ul.buttons li {
    margin: 0 5px !important;
}
ul#menu-social-menu {
    display: flex !important;
}
ul#menu-social-menu li a {
    margin: 0 5px !IMPORTANT;
    padding: 0 0 !important;
}

ul.buttons li a:hover {
    background: #000 !important;
}


#top nav ul #search-btn a:hover span {
    color: #fff !IMPORTANT;
}

#top nav ul #nectar-user-account a:hover span {
    color: #fff !important;
}

#top nav ul.buttons a:hover i {
    color: #fff !IMPORTANT;
}
header#top .col.span_9 {
    background: linear-gradient(45deg, #01759f, #acdb00, #01759f) !IMPORTANT;
    border-radius: 10px;
    width: 80% !IMPORTANT;
    margin: auto;
    height: 81px !important;
    position: relative !IMPORTANT;
    margin-bottom: -50px !important;
    bottom: 10px;
}

header#top .col.span_9 nav ul.sf-menu.sf-js-enabled.sf-arrows li a {margin: 0 !IMPORTANT;font-size: 20px !important;font-weight: 500;line-height: 20px !important;color: #fff !IMPORTANT;font-family: 'Oswald';padding: 0 20px !important;border-right: 2px solid #fff !IMPORTANT;text-transform: uppercase;}

header#top .col.span_9 nav ul.sf-menu.sf-js-enabled.sf-arrows li:last-child a {
    border: unset !IMPORTANT;
}
/* header */
/* banner */
.banner {
    padding: 250px 0 !important;
}

.banner h3 {
    font-size: 58px;
    font-weight: 400;
    line-height: 78px !important;
    color: #FFFFFF;
    font-family: 'pineapple' !important;
}

.banner h2 {
    font-size: 64px;
    font-weight: 700;
    line-height: 94px !important;
    font-family: Oswald !important;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.banner p {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    width: 63%;
    color: #fff;
    font-family: 'Roboto';
    padding-bottom: 50px;
}

.banner ul li {
    list-style: none;
    display: inline;
    margin: 0 20px 0 0 !important;
}

.banner ul {
    margin: 0;
}

.banner ul li a {
    font-size: 15px;
    font-weight: 600 !important;
    line-height: 22px !important;
    text-transform: uppercase;
    font-family: 'Oswald';
    padding: 15px 45px !IMPORTANT;
    background: #01759F !important;
    color: #fff !important;
    transition: .5s ease;
}

.banner ul li a:hover {
    background: #000 !important;
}
/* banner */
/* section-1 */
.section-1 {
    padding: 100px 0 !IMPORTANT;
}
.section-1 p {
    width: 100%;
    padding-bottom: 30px !IMPORTANT;
}
/* section-1 */
/* section-2 */
.section-2 {
    padding: 100px 0 !IMPORTANT;
    text-align: center;
}

.section-2  li.classic h2 {
    font-size: 35px !important;
    font-weight: 400 !important;
    line-height: 45px !IMPORTANT;
    font-family: 'Oswald' !important;
    color: #323232 !important;
    padding: 5px 0 !IMPORTANT;
    width: 93%;
    margin: auto !IMPORTANT;
}

.section-2 li.classic span.price {
    font-size: 35px !important;
    font-weight: 600;
    line-height: 45px !IMPORTANT;
    font-family: 'Oswald' !important;
    color: #323232 !important;
}

.section-2  li.classic span.price bdi {
    color: #323232 !important;
}
/* section-2 */
/* section-3 */
.section-3 {
    padding: 100px 0 !IMPORTANT;
    text-align: center;
}
.section-3 a.play_button_2.large.nectar_video_lightbox {
    display: none;
}
/* section-3 */
/* section-4 */
.section-4 {
    height: 700px !important;
    display: flex;
    align-items: center;
}

.section-4 h2 {
    font-size: 60px;
    font-weight: 500;
    line-height: 90px;
    font-family: 'Oswald';
    color: #fff;
    text-transform: uppercase;
}

.section-4 p {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
    width: 60%;
    font-family: 'Roboto';
}

.section-4 a {
    font-size: 15px;
    font-weight: 600 !important;
    line-height: 22px !important;
    text-transform: uppercase;
    font-family: 'Oswald';
    padding: 15px 45px !IMPORTANT;
    background: #01759F;
    color: #fff;
    transition: .5s ease;
}

.section-4 a:hover {
    background: #fff;
    color: #01759f;
}
/* section-4 */
/* section-5 */
.section-5 {
    padding: 100px 0 !important;
    position: relative;
}
.section-5:before {position: absolute;content: "";background: #f1f1f1;width: 80%;height: 40%;bottom: 0;z-index: -1;right: 0;left: 0;margin: auto !important;}

.section-5 blockquote {
    border: 1px solid #F6F6F6;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fff;
}

.section-5 blockquote.active p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    font-style: italic;
    color: #323232;
    width: 80%;
    padding-bottom: 10px !important;
}

.section-5 blockquote.active span.testimonial-name {
    font-size: 24px !important;
    font-weight: 700;
    font-family: 'Oswald';
    color: #000;
    line-height: 40px;
}

.section-5 blockquote:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2022/08/Icon-awesome-quote-left-1.png);
    left: 0;
    top: 0;
    width: 85px;
    height: 75px;
}

.section-5 blockquote:after {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2022/08/Icon-awesome-quote-left.png);
    right: 0;
    bottom: 0;
    width: 85px;
    height: 75px;
}

/* section-5 */
/* section-6 */
.section-6 {
    padding: 100px 0 !important;
}
.section-6 ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #343434;
  opacity: 1; /* Firefox */
}

.section-6 input {
    font-size: 17px !important;
    height: 90px;
    border: 1px solid #CCCCCC !important;
    background: transparent !important;
    padding-left: 30px;
    border-radius: 0px;
    font-family: 'Roboto';
    margin-bottom: 20px !important;
}
.section-6 textarea {
    height: 200px;
    background: transparent;
    border: 1px solid #CCCCCC;
    font-size: 17px !important;
    padding-top: 30px !important;
    padding-left: 30px !important;
    border-radius: 0px;
    margin-bottom: 30px !important;
    font-family: 'Roboto';
}

.section-6 input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 60%;
    background: #FE1E56 !important;
    border: unset !important;
    height: 69px;
    border-radius: 0px !important;
    font-weight: 700;
    margin: 0 auto;
    display: block;
    font-family: Oswald;
    text-transform: uppercase;
}
.section-6 form.wpcf7-form.init {
    width: 80%;
    margin: 0 auto;
}

.section-6 .leftt {
    width: 49%;
    float: left;
}

.section-6 .rightt {
    width: 49%;
    float: right;
}

.section-6 span.wpcf7-form-control-wrap {
    display: unset !important;
}
/* section-6 */
/* footer */
div#footer-outer {
    background: #1B1B1B !important;
}

div#footer-outer div#media_image-2 img {
    width: 25%;
}

#footer-outer ul#menu-social-menu-2 li a i {
    height: 60px;
    width: 60px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #fff;
    border-radius: 40px;
    transition: .5s ease;
}

#footer-outer ul#menu-social-menu-2 li a i:hover {
    background: #fff;
    color: #000;
}

ul#menu-social-menu-2 {}

ul#menu-header-menu-2 li {
    margin: 0 20px !IMPORTANT;
}

ul#menu-header-menu-2 li a {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: #fff !important;
    font-family: 'Roboto';
}

#footer-outer #footer-widgets  .row {padding: 120px 0 20px 0 !IMPORTANT;border-bottom: 1px solid #707070;}

div#copyright {
    padding: 20px 0 50px 0 !important;
}

#footer-outer #copyright p {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    font-family: 'Roboto';
}
/* footer */


@media screen and (max-width: 1024px) {
header#top .col.span_9 nav ul.sf-menu.sf-js-enabled.sf-arrows li a {
    font-size: 16px !important;
}
.banner h3 {
    font-size: 42px !important;
    line-height: 52px !important;
}

.banner h2 {
    font-size: 54px;
    line-height: 64px !important;
    padding-bottom: 20px;
}

.sec-head p {
    font-size: 16px;
    line-height: 25px;
}

.section-2 li.classic h2 {
    font-size: 25px !important;
    line-height: 35px !important;
}

.section-4 h2 {
    font-size: 50px;
    line-height: 60px;
    padding-bottom: 30px;
}

.section-4 {
    height: 400px !important;
}
#footer-outer #footer-widgets .col ul li a {
    font-size: 16px !important;
    text-transform: uppercase;
}
}

@media screen and (max-width: 999px) {
	header#top .col.span_9 {
    background: unset !important;
    padding: 0px !important;
    margin-top: 0px;
    bottom: 0px !important;
}

.testimonial_slider[data-style=minimal] .slides {
    min-width: 90% !important;
}

.section-5 blockquote {
    height: 500px;
}

.section-5:before {
    width: 100%;
}
.section-6 form.wpcf7-form.init {
    width: 100%;
}
#footer-outer[data-cols="1"] #footer-widgets .widget.widget_nav_menu li {
}

ul#menu-header-menu-2 li {
    margin: 5px !important;
}

body #footer-outer[data-cols="1"][data-disable-copyright="false"][data-copyright-line="false"][data-matching-section-color="true"] #copyright {
    padding: 20px 0px !important;
    font-size: 16px !important;
}

body #footer-outer[data-cols="1"][data-disable-copyright="false"][data-copyright-line="false"][data-matching-section-color="true"] #copyright p {
    font-size: 16px;
}

div#footer-outer div#media_image-2 img {
    width: 40%;
}
.banner {
    padding: 70px 0px !important;
}
.banner h3, .banner h2, .banner ul {
    text-align: center !important;
}
.section-1 .sec-head h2 {
    text-align: center;
}

.section-1 {
    text-align: center;
}
.off-canvas-menu-container.mobile-only li a {
    font-size: 16px !important;
    line-height: 22px !important;
    text-transform: uppercase !important;
}
}
@media screen and (max-width: 680px) {
	.section-5 blockquote.active p {
    font-size: 15px;
    line-height: 25px;
}
}
@media screen and (max-width: 480px) {
	.banner h3 {
    font-size: 30px !important;
    line-height: 35px !important;
}

.banner h2 {
    font-size: 40px;
    line-height: 42px !important;
}

.banner ul li a {
    padding: 10px 30px !important;
    font-size: 12px !important;
}

.banner {
    padding: 40px 0px !important;
}

.section-1 {
    padding: 60px 0px !important;
}

.section-2 {
    padding: 60px 0px !important;
}

.sec-head h2 {
    font-size: 30px !important;
    line-height: 40px;
}

.section-4 h2 {
    font-size: 30px !important;
    line-height: 50px;
}

.section-4 {
    height: 230px !important;
}

.section-4 a {
    padding: 10px 30px !important;
    font-size: 12px !important;
}

.section-5 blockquote.active p {
    font-size: 15px;
    line-height: 24px;
}

ul#menu-header-menu-2 li, ul#menu-header-menu-2 li a {
    display: block;
    width: 100% !important;
    text-align: center;
}

#footer-outer ul#menu-social-menu-2 li a i {
    font-size: 20px;
    height: 40px;
    width: 40px;
}

#footer-outer ul#menu-social-menu-2 li {
    margin: 5px !important;
}
}

@media screen and (max-width: 420px) {
	.section-6 input {
    height: 50px;
}

.section-5 blockquote p {
    line-height: 20px !important;
}

.section-5 blockquote {
    padding: 0px !important;
}
}





