/*
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
*/
/* -------- Logo ------ */
a#logo {
	overflow: hidden;
  white-space: nowrap;
  font-weight: 900 !important;
  animation: type 1.5s steps(90) 1.5s 1 normal both, cursor 1s step-end infinite !important;
  position: relative !important;
}
@keyframes type {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes cursor {
  50% {
    border-color: transparent;
  }
}
/* ------- logo-------- */
/* -------banner----- */
h3.ln-1{
	overflow: hidden;
  white-space: nowrap;
  font-weight: 900 !important;
  animation: type 1.5s steps(90) 1.5s 1 normal both, cursor 1s step-end infinite !important;
  position: relative !important;
}
h3.ln-2{
	overflow: hidden;
  white-space: nowrap;
  font-weight: 900 !important;
  animation: type 2s steps(90) 2s 1 normal both, cursor 1s step-end infinite !important;
  position: relative !important;
}
h3.ln-3{
	overflow: hidden;
  white-space: nowrap;
  font-weight: 900 !important;
  animation: type 2.5s steps(90) 2.5s 1 normal both, cursor 1s step-end infinite !important;
  position: relative !important;
}
h6.ln-3{
	overflow: hidden;
  white-space: nowrap;
  font-weight: 900 !important;
  animation: type 2.5s steps(90) 2.5s 1 normal both, cursor 1s step-end infinite !important;
  position: relative !important;
}
/* --------banner------- */
#top li.nectar-woo-cart>div {
    background-color: #fff;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex !important;
    justify-content: center;
    padding-top: 8px;
}

#top .nav-btn {
    order: 2;
    margin-left: 20px !important;
}

#top .nav-btn a span {
    font-family: libre;
    background-color: #E95B47;
    color: #ffff;
    padding: 10px 17px;
    border-radius: 6px;
}


/* --------------------           --------------------           --------------------           --------------------           */
#ro-1-img .wpb_raw_code.wpb_raw_html.wpb_content_element {
    position: absolute;
    left: 150px;
    top: 0px;
    transform-origin: left top;
    transform: rotate(45deg);
}
#ro-1-img {
    position: absolute;
}

#ro-1 .row-bg.viewport-desktop.using-image {
    background-size: 360px !important;
}

#ro-1-down,
#ro-2-down,
#ro-5-down {
    position: absolute;
}

#ro-1 .picc {
    position: absolute;
    bottom: -110px;
    width: 350px;
    right: 0px;
    animation: bonee 9s infinite alternate linear;
    transform-origin: bottom right;
}

a#btnn {
    padding: 16px 20px;
    font-size: 16px;
    font-family: 'Libre Baskerville';
    font-weight: 300;
} 

#ro-1-down .wpb_raw_code.wpb_raw_html.wpb_content_element {
 position: absolute;
    bottom: -190px;
    height: 350px;
    transform: scale(50%) rotatey(180deg);
    transform-origin: right;
    right: 190px;
    width: 300px;
}
#ro-1-img .bones {
    position: absolute;
    right: 0px;
    width: 100px;
    top: 0px;
}
#ro-1-img .bones {
    position: absolute;
    right: 0px;
    width: 100px;
    top: 0px;
    animation: bonee 3s infinite alternate linear;
}

@keyframes bonee {
    0% {
        transform: rotateZ(45deg);
    }
    100% {
        transform: rotateZ(0deg);
    }
}
/* --------------------           --------------------           --------------------           --------------------           */

#ro-2-img {
    position: absolute;
}

#ro-2-img .imgg {
    width: 280px;
}

#ro-2 .row-bg.viewport-desktop.using-image {
    background-size: auto;
}

#ro-2 .dog {
    width: 100%;
    transition: 0.5s;
}

#ro-2 .dog:hover {
    filter: brightness(0.7);
    transform: translateY(5px);
}

#ro-2 .hover-wrap {
    margin-bottom: -1px;
}


/* --------------------           --------------------           --------------------           --------------------           */

#ro-3 .vc_col-sm-3 {
    transition: 0.5;
    animation: boxx 5s infinite alternate linear;
}

#ro-3 .vc_col-sm-3:nth-child(odd) {
    animation-direction: alternate-reverse;
}

#ro-3 .txt-info h4 {
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* animation */

@keyframes boxx {
    0% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(10px);
    }
}

#ro-3 .vc_col-sm-3 .imgg {
    transition: 0.5s;
}

#ro-3 .vc_col-sm-3:hover {
    animation-play-state: paused;
}

#ro-3 .vc_col-sm-3:hover .imgg {
    filter: brightness(0.7);
    transform: translateY(-8px);
}


/* animation */


/* --------------------           --------------------           --------------------           --------------------           */

#ro-5 .number {
    font-family: 'Libre Baskerville';
}

#ro-5 span.symbol {
    font-size: 100px;
}

#ro-5 .row-bg.viewport-desktop.using-image.using-bg-color {
    background-size: auto;
}


/* --------------------           --------------------           --------------------           --------------------           */

#ro-8-img {
    position: absolute;
}

#ro-8 .row-bg.viewport-desktop.using-image.using-bg-color {
    background-size: 220px;
}


/* --------------------           --------------------           --------------------           --------------------           */

#ro-9-down {
    position: absolute;
}


/* --------------------           --------------------           --------------------           --------------------           */

#ro-10 .row-bg.viewport-desktop.using-image {
    background-size: 960px !important;
    background-position: 0% 90% !important;
}

#ro-10 input,
#ro-10 textarea,
#ro-10 select {
    background-color: #F8F7F7;
    border: solid 1px #E9E9E9;
    box-shadow: none !important;
    color: #7A7A7A;
    resize: none;
    border-radius: 0px !important;
    padding: 12px 10px;
}

#ro-10 input:placeholder,
#ro-10 textarea:placeholder,
#ro-10 select:placeholder {
    color: #7A7A7A;
}

#ro-10 button.frm_button_submit {
    background-color: #E95B47;
    color: #fff !important;
    box-shadow: 0px 3px 7px 0px #00000038;
    border: solid 3px #fff !important;
    width: 100%;
    font-family: 'Source Sans 3';
    font-size: 21px;
    border-radius: 7px !important;
}


/* --------------------           --------------------           --------------------           --------------------           */

#copyright {
    padding: 16px 0px !important;
}

#copyright p {
    font-family: inter;
    font-weight: 300;
    font-size: 19px;
}

#footer-outer #footer-widgets>.container>.row {
    border-bottom: solid 1px #939393;
}

#footer-outer #footer-widgets p,
#footer-outer #footer-widgets a {
    font-size: 17px;
    font-family: 'Inter';
    line-height: 1.5;
    margin-bottom: 7px;
}

#footer-outer #footer-widgets .widget h4 {
    font-family: 'Fraunces';
    font-weight: 400;
    font-size: 36px;
}

#footer-outer #footer-widgets .ico a i {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: solid 3px #fff;
    border-radius: 50px;
    margin-right: 12px;
}

#footer-outer #footer-widgets ul#menu-get-in-touch li a {
    position: relative;
    padding-left: 25px !important;
    margin-bottom: 19px;
}

#footer-outer #footer-widgets ul#menu-get-in-touch li a i {
    color: #FDB900;
    position: absolute;
    left: 0px;
    width: 20px;
    top: 3px;
}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 1600px) {}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 1440px) {
    #ro-5 .row-bg.viewport-desktop.using-image.using-bg-color {
        background-size: 144px;
    }
}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 1366px) {}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 1340px) {
	
span.menu-title-text {
    font-size: 15px;
}
}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 1320px) {}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 1280px) {}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 1024px) {
    #ro-1 .picc {
        position: absolute;
        bottom: -20px;
        width: 220px;
        right: 0px;
    }
    #ro-1-down,
    #ro-2-down,
    #ro-5-down {
        position: absolute;
        margin-top: -8px !important;
    }
    #ro-1 .txt1 p,
    #ro-2 .txt1 p,
    #ro-3 .txt1 p,
    #ro-3 .txt-info p,
    #ro-4 .txt1 p,
    #ro-5 .txt1 p,
    #ro-6 .txt1 p,
    #ro-6 .txt-info p,
    #ro-7 .txt1 p,
    #ro-8 .txt1 p,
    #ro-9 .txt1 p,
    #ro-10 .txt1 p {
        font-size: 15px;
        line-height: 1.2;
    }
    #ro-8 .txt1 p br {
        display: none;
    }
    #ro-8 .txt1 h2 {
        font-size: 29px;
        line-height: 1.3;
    }
    #ro-8 .txt1 h6 {
        font-size: 15px;
        line-height: 1.2;
    }
    #ro-8 .row-bg.viewport-desktop.using-image.using-bg-color {
        background-size: 140px;
    }
    #ro-7,
    #ro-9 {
        padding: 70px 0px !important;
    }
    #footer-outer #footer-widgets .widget h4 {
        font-size: 25px;
    }
    #footer-outer #footer-widgets p,
    #footer-outer #footer-widgets a {
        font-size: 12px;
        font-family: 'Inter';
        line-height: 1.5;
        margin-bottom: 2px;
    }
}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 900px) {
    #ro-2 .row-bg.viewport-desktop.using-image {
        background-size: 100px;
    }
    #ro-2 #inn1 .vc_col-sm-4 {
        width: 60%;
        margin-right: auto;
        margin-left: auto;
    }
    #ro-5 .number,
    #ro-5 span.symbol {
        font-size: 50px !important;
    }
    #ro-6 .bone {
        position: absolute;
        right: 0px;
    }
    #ro-8 #inn .vc_col-sm-6 {
        width: 50%;
        margin: auto;
    }
    #ro-5 .nectar-milestone {
        text-align: center;
        margin-bottom: 0px;
    }
}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 768px) {}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 480px) {
    #ro-2 #inn1 .vc_col-sm-4 {
        width: 80%;
    }
    #copyright p span {
        display: block;
    }
    #ro-2 .txt1 h2,
    #ro-3 .txt1 h2,
    #ro-4 .txt1 h2,
    #ro-5 .txt1 h2,
    #ro-6 .txt1 h2,
    #ro-7 .txt1 h2,
    #ro-8 .txt1 h2,
    #ro-8 .txt1 h2 {
        font-size: 29px;
        line-height: 1.3;
    }
    #ro-2 .txt1 h2 br,
    #ro-3 .txt1 h2 br,
    #ro-4 .txt1 h2 br,
    #ro-5 .txt1 h2 br,
    #ro-6 .txt1 h2 br,
    #ro-7 .txt1 h2 br,
    #ro-8 .txt1 h2 br,
    #ro-8 .txt1 h2 br {
        display: none;
    }
    #ro-8 #inn .vc_col-sm-6 {
        width: 100%;
        margin-bottom: 20px !important;
    }
    #ro-7 h1,
    #ro-9 h1 {
        font-size: 26px;
        line-height: 1.3;
    }
    #ro-7 h1 br,
    #ro-9 h1 br {
        display: none;
    }
}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 414px) {}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 375px) {}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 360px) {}