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

/* Scroller */

body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

body::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
	background-color: #001219;
}

/* Typography */

html body h1, html body h2, html body h3 {
	font-family: "Love";
	font-weight: 400;
}

html body h1 strong, html body h2 strong, html body h3 strong {
	font-family: "Love";
}

#foot2 .widget.widget_nav_menu h2.widgettitle, #foot2 h4 {
    font-family: 'Nunito Sans';
}

/* Header */

#header-outer a#logo, #header-outer .logo-spacing {
    margin-block: 10px;
}

#header-outer ul li.current-menu-item a span {
    background: #4ba7141a;
    padding: 6px 10px 8px;
    border-radius: 5px;
    color: #4ba714;
}

#header-outer ul li a span {
    transition: 0.4s;
}

#header-outer ul li a span:hover {
    color: #4ba714;
}

.wp-singular .small-nav header#top {
    background: #ffffff;
}

body.home #header-outer header#top {
    background: #ffffff;
}

/* Sec1 */

#sec1 .img1 {
    width: 60%;
}

#sec1 .row-bg.viewport-desktop {
    background-size: 100% 85%;
}

#sec1 h1 strong {
    font-size: 80px;
    font-weight: 400;
    text-transform: lowercase;
}

a#b1 {
    transition: 0.5s;
    padding-right: 30px;
    font-size: 16px;
    padding-block: 14px;
}

a#b1:hover {
    padding-right: 40px;
}

a#b1 i {
    background: transparent;
    font-size: 18px;
}

/* Sec2 */

#in-sec2 .img-with-aniamtion-wrap {
    height: 140px;
    border-radius: 220px;
    overflow: hidden;
}

#sec2 .img1 {
    width: 60%;
    border-radius: 140px;
}

#in-sec2 p {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 500;
}

#sec2 .owl-nav {
    display: block;
}

#sec2 .owl-nav button {
    background: #f4f4f5;
    border: unset;
    font-size: 30px;
    padding: 2px 16px 5px;
    color: #52525b;
    transition: 0.5s;
}

#sec2 button.owl-prev {
    position: absolute;
    left: 0px;
    bottom: 100px;
}

#sec2 button.owl-next {
    position: absolute;
    right: 0px;
    bottom: 100px;
}

/* sec3 */

/* sec4 */

#sec4 .owl-nav, #cava2 .owl-nav {
    display: block;
}

#sec4 .owl-nav button, #cava2 .owl-nav button {
    background: #f4f4f5;
    border: unset;
    font-size: 30px;
    padding: 2px 16px 5px;
    color: #52525b;
    transition: 0.5s;
}

#sec4 button.owl-prev {
    position: absolute;
    left: -300px;
    bottom: 30px;
}

#sec4 button.owl-next {
    position: absolute;
    right: -300px;
    bottom: 30px;
}

/* sec5 */

#sec5 h5 {
    font-family: 'Poppins';
    font-weight: 600;
    letter-spacing: 0.3px;
}

#sec5 .img-with-aniamtion-wrap {
    width: 25%;
    margin: auto;
}

#sec5 .img1 {
    transition: 0.5s;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 20px;
}

#sec5 .img-with-aniamtion-wrap .hover-wrap {
    overflow: hidden;
}

#sec5 .img-with-aniamtion-wrap .hover-wrap .img1:hover {
    transform: scale(1.1);
}

/* sec6 */

#sec6 .tt1 h2 small {
    font-size: 24px;
}

#sec6 h2 {
    line-height: 40px;
    text-transform: lowercase;
}

#sec6 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, #contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    border-color: #00121980;
    border-radius: 17px;
    margin-bottom: 15px;
    padding: 12px;
    background: transparent;
    border: 1px solid;
}

#sec6 textarea.wpcf7-form-control.wpcf7-textarea, #contact textarea.wpcf7-form-control.wpcf7-textarea {
    border-color: #00121980;
    border-radius: 17px;
    padding: 12px;
    background: transparent;
    border: 1px solid;
    height: 140px;
}

#sec6 input.wpcf7-form-control.wpcf7-submit:hover, #contact input.wpcf7-form-control.wpcf7-submit:hover {
    word-spacing: 10px;
}

#sec6 input.wpcf7-form-control.wpcf7-submit, #contact input.wpcf7-form-control.wpcf7-submit {
    padding: 12px 40px !important;
    font-size: 16px;
    transition: 0.5s;
}

#sec6 .tt2 {
    margin-bottom: 90px;
}

#sec6 .tt2 h2 {
    text-transform: capitalize;
}

#sec6 .tt1 h2 {
    float: right;
    margin-right: 70px;
}

#sec6 {
    padding-bottom: 150px !important;
}

#sec6 .row-bg.viewport-desktop {
    background-size: 100% 85%;
    background-position: 100% 80% !important;
}

/* sec7 */

#sec10 h3.toggle-title a.toggle-heading, #faqs h3.toggle-title a.toggle-heading {
    padding-block: 35px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #1a202c;
}

#sec10 .vc_col-sm-12 {
    width: 70%;
    margin-inline: auto;
}

/* footer */

#foot2 .widget.widget_nav_menu h2.widgettitle, #foot2 h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 35px;
    font-weight: 700;
}

#foot2 ul {
    margin: 0;
}

#foot2 ul li {
    list-style: none;
    margin-bottom: 10px;
}

#foot2 ul#menu-follow li a {
    display: inline-flex;
    align-items: center;
    column-gap: 15px;
}

#foot2 ul#menu-follow li a i {
    font-size: 30px;
}

#foot2 ul li a {
    font-family: 'Nunito Sans';
    font-size: 18px;
	transition: 0.3s;
}

#foot1 .img-logo {
    background: #fff;
    border-radius: 140px;
    padding: 10px;
    width: 15%;
}

#foot1 .img-amazon {
    margin-bottom: 15px;
    width: 16%;
}

#foot1 .amazon {
    width: 30%;
    margin-left: auto;
}

#foot1 .amazon p a {
    opacity: 1;
}

#foot2 {
    margin-top: 100px;
}

#foot2 ul li:hover a {
    text-decoration: underline;
    color: #fff;
}

#foot2 .cont ul li a {
    color: #fff;
}

#foot2 .cont ul li {
    font-family: 'Nunito Sans';
    font-size: 18px;
}

#copyright p, #copyright p a {
    font-family: 'Nunito Sans' !important;
    font-size: 14px;
}

#copyright p a {
    opacity: 1;
    margin-right: 20px;
    font-weight: 600;
}

#copyright span.cop {
    margin-right: 20px;
}

#copyright {
    margin-top: 50px;
}

/* inner pages banner */

.back {
    padding-top: 4rem !important;
}

.back .row-bg.viewport-desktop {
    background-size: 100%;
}

/* cava */

#cava, #faqs {
    padding-top: 150px !important;
}

#cava .row-bg.viewport-desktop {
    background-size: 100% 29%;
    margin-top: -90px;
}

#cava2 .owl-carousel.owl-theme {
    width: 80%;
    margin-inline: auto;
}

#cava2 iframe.iframe-embed {
    height: 315px !important;
}

#cava2 .owl-stage {
    padding: 0px;
}

#cava2 .owl-dots {
    display: none;
}

#cava2 button.owl-prev {
    position: absolute;
    left: -40px;
    bottom: 200px;
}

#cava2 button.owl-next {
    position: absolute;
    right: -40px;
    bottom: 200px;
}

#cava2 h5 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

#cava2 p {
    font-size: 18px;
    color: #4b5563;
}

#cava .tt5 {
    background: #f7f7f3;
    border-radius: 48px;
    padding: 4rem;
}

#cava .tt5 h2 {
    margin-bottom: 30px;
}

#cava .tt4 h2 {
    margin-bottom: 60px;
}

#cava .tt4 {
    margin-block: 7rem 5rem;
}

#in-cava h5, #in-cava p {
    text-align: left;
}

#in-cava h5 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

#in-cava .img-dog {
    border-radius: 80px;
    height: 480px;
    object-fit: cover;
}

#in-cava .in-colcava {
    padding-left: 2rem;
}

#cava p, #cava2 p {
    line-height: 24px;
}

#in-cava {
    margin-top: 7rem;
}

#cava h1 {
    margin-bottom: 4.5rem;
}

#cava2 .tt7 h5 {
    color: #1f2937;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}

#cava2 .tt7 p a {
    color: #2563eb;
    text-decoration: underline;
}

/* insurance */

#insure .txt1 h5, #insure .txt2 h5 {
    font-weight: 700;
}

#insure h5 small {
    color: #00121980;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}

#insure .txt2 {
    margin-block: 5rem 3rem;
    padding-bottom: 3rem;
    border-bottom: 4px solid #e5e7eb;
}

#insure h5.blue {
    font-size: 30px;
    line-height: 40px;
    margin-block: 1.5rem;
    font-weight: 600;
}

#insure .txt3 p {
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
}

#insure .row-bg.viewport-desktop,  {
    background-size: 100% 84%;
}

/* warranty */

#warrant h5 {
    font-weight: 700;
    margin-block: 2rem 3rem;
}

#warrant p strong {
    font-weight: 700;
}

#warrant p {
    line-height: 1.42;
    width: 80%;
    margin-inline: auto;
}

/* privacy */

#pt .txt4 p {
    width: 60%;
    margin-inline: auto;
    line-height: 24px;
}

#pt .txt4 h2 {
    margin-bottom: 5rem;
}

#in-pt2 {
    padding-top: 1rem;
}

#in-pt2 h5 {
    font-weight: 400;
    color: #00121980;
    letter-spacing: 0.42px;
    margin-bottom: 1.5rem;
}

#in-pt2 h5 strong {
    font-family: 'Love';
    color: #001219;
    font-size: 30px;
    font-weight: 500;
    text-transform: math-auto;
}

#in-pt2 p {
    line-height: 24px;
}

#in-pt2 p strong {
    font-weight: 500;
}

#in-pt2 .vc_col-sm-4 .vc_column-inner {
    padding-inline: 2rem;
}

#pt .txt4 {
    margin-bottom: 10rem;
}

/* shipping */

#ship .txt12 {
    margin-bottom: 11rem;
}

#ship p strong {
    font-weight: 700;
}

#ship p {
    line-height: 24px;
}

#ship .txt12 h2 {
    margin-bottom: 5rem;
}

#ship .txt12 p {
    width: 62%;
    margin-inline: auto;
}

#ship {
    padding-top: 150px !important;
}

#ship .row-bg.viewport-desktop {
    background-size: 100% 40%;
}

/* contact */

#contact .txt-cont {
    padding: 1.2rem;
    background: #edede9;
    border-radius: 15px;
}

#contact .txt-list p {
    color: #00121980;
    padding-bottom: 10px;
}

#contact ul {
    margin-left: 20px;
}

#contact ul li {
    line-height: 25px;
}

#contact .txt-cont a.text-3xl.font-bold strong {
    font-size: 30px;
    font-weight: 700;
}

#contact h2 {
    margin-bottom: 30px;
}

#contact h5 small {
    font-family: 'Love';
    color: #00121980;
    font-weight: 500;
	font-size: 24px;
}

#contact h5 {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
}

#contact .row-bg.viewport-desktop {
    background-size: 100% 70%;
    margin-top: -90px;
}

/* breed */

#breed h2 {
    margin-bottom: 20px;
}

#breed .txxt1 {
    border-radius: 48px;
}

#breed .txxt2 h5 {
    color: #00121980;
}

.txxt1, .txxt2, .txxt3 {
    padding: 3rem;
    margin-block: 2rem;
}

#breed .txt-para {
    padding-left: 40px;
    line-height: 24px;
}

#breed .img-breed {
    border-radius: 80px;
    height: 400px;
    object-fit: cover;
}

#breed .img1 {
    margin-bottom: 40px;
}

#breed .head-text {
    padding-bottom: 2rem;
    border-bottom: 1px solid #80808080;
}

#in-table {
    padding: 2rem !important;
    border-radius: 50px;
    margin-bottom: 4rem;
}

#in-table h5 {
    font-size: 20px;
    font-weight: 700;
}

#breed tr {
    background: #f7f7f3;
}

#breed tr td {
    padding: 6px 0;
    font-size: 16px;
    line-height: 24px;
    border: unset;
}

#breed table {
    border: unset;
}

#breed tr td b {
    font-weight: 700;
}

#breed .txt-para h5 {
    margin-bottom: 20px;
}

/* responsive */

@media (max-width: 1600px) {

#sec4 button.owl-prev {
    left: -170px;
    bottom: 30px;
}

#sec4 button.owl-next {
    right: -170px;
    bottom: 30px;
}
	
}

@media (max-width: 1440px) {

		#header-outer ul li a {
    padding-inline: 14px !important;
}
	
	#header-outer ul.sf-menu.sf-js-enabled.sf-arrows {
    margin-left: 60px;
}
	
}

@media (max-width: 1366px) {
	
		#foot2 .vc_col-sm-1\/5 {
    padding-inline: 10px;
}
	
	#sec1 .img1 {
    width: 70%;
}
	
	#sec5 .img-with-aniamtion-wrap {
    width: 30%;
}
	
	#ship .txt12 p {
    width: 80%;
}
	
}

@media (max-width: 1280px) {
	
	#header-outer ul li a {
        padding-inline: 14px !important;
        font-size: 14px !important;
    }

	#sec2 button.owl-prev {
    bottom: 150px;
}
	
	#sec2 button.owl-next {
    bottom: 150px;
}
	
	#sec2 .owl-dots button.active span, #sec4 .owl-dots button.active span {
    width: 20px;
}
	
#sec2 .owl-dots button span, #sec4 .owl-dots button span {
    padding: 5px;
}
	
	#foot1 .img-logo {
    width: 18%;
}
	
	#foot1 .img-amazon {
    width: 24%;
}
	
}

@media (max-width: 525px) {
	
	#contact h5 {
    text-align: center;
}
	#contact h2 {
    text-align: center;
}
	#contact .txt-list p {  
    text-align: center;
}
	#contact .col.span_12 {
    margin-bottom: 0px;
}
	
		#header-outer {
    padding: 0 !important;
}
	
	#sec1 .row_col_wrap_12.col, #sec6 .row_col_wrap_12.col, #sec4 .row_col_wrap_12.col.span_12, #sec2 .row_col_wrap_12.col, #faqs .row_col_wrap_12.col.span_12, #ship .row_col_wrap_12.col {
    padding-inline: 2rem !important;
    text-align: center;
}
	
	#sec1 {
    padding-block: 40px 20px !important;
}
	
	#sec1 .row-bg.viewport-desktop {
    background-size: cover;
}
	
	    #sec1 .img1 {
        width: 100%;
        margin-inline: auto;
        display: table;
    }
	
	#sec2 button.owl-prev, #sec4 button.owl-prev {
        left: -60px;
    }
	
	#sec2 button.owl-next, #sec4 button.owl-next {
		right: -60px
	}
	
	html body p br {
    display: none;
}
	
	    #sec5 .img-with-aniamtion-wrap {
        width: 80%;
    }
	
	#sec6 .tt2 h2 {
    text-align: center;
}
	
	#sec6 .tt2 {
    margin-bottom: 40px;
}
	
	#sec6 input.wpcf7-form-control.wpcf7-submit, #contact input.wpcf7-form-control.wpcf7-submit {
    margin-inline: auto;
    display: table;
}
	
	#sec6 .tt1 h2 {
    float: unset;
    margin-right: 0;
}
	
	#sec6 .row-bg.viewport-desktop {
    background-size: cover;
    background-position: 60% 100% !important;
}
	
	#sec6 {
    padding-bottom: 70px !important;
}
	
	#sec9 .wpb_video_widget.vc_video-align-center .wpb_wrapper {
    width: 100%;
}
	
	#sec10 h3.toggle-title a.toggle-heading, #faqs h3.toggle-title a.toggle-heading {
    padding-block: 15px;
    font-size: 16px;
    line-height: 26px;
    padding-right: 40px;
}
	
	#sec10 .vc_col-sm-12 {
    width: 100%;
}
	
	#footer .row_col_wrap_12.col {
    padding-inline: 2rem !important;
}
	
    #foot1 .img-logo {
        width: 40%;
        margin-inline: auto;
        display: table;
    }
	
	#foot1 .amazon {
    width: 100%;
    margin-left: auto;
    margin-top: 40px;
}
	
	#foot2 {
    margin-top: 40px;
    text-align: center;
}
	
	    #foot2 .vc_col-sm-1\/5 {
        padding-inline: 30px;
        margin-bottom: 30px;
    }
	
	#foot2 .widget.widget_nav_menu h2.widgettitle, #foot2 h4 {
    margin-bottom: 10px;
}
	
	#foot2 ul li a, #foot2 .cont ul li {
    font-size: 16px;
}

	#copyright {
    margin-top: 10px;
}
	
	#copyright p {
    padding-inline: 50px;
}
	
	    #sec2 button.owl-prev, #sec4 button.owl-prev {
        left: 0px;
    }
	
	#sec2 button.owl-next, #sec4 button.owl-next {
        right: 0px;
    }
	
	#in-sec2 .img-with-aniamtion-wrap {
    height: 250px;
}
	
	#cava, #faqs {
    padding-top: 40px !important;
}
	
	#contact .row-bg.viewport-desktop {
    background-size: 100%;
    margin-top: 0px;
}
	
#in-pt2 .vc_col-sm-4 .vc_column-inner {
    padding-inline: 1rem;
}
	
	#pt .txt4 p {
    width: 80%;
}
	
	#ship .txt12 p {
        width: 100%;
    }
	
		#ship {
    padding-top: 50px !important;
}
	
	#ship .row-bg.viewport-desktop {
    background-size: 100%;
}
	
	#ship .txt12 {
    margin-bottom: 5rem;
}
	
#ship .txt12 h2 {
    margin-bottom: 3rem;
}
	
	#cava .row-bg.viewport-desktop {
    background-size: 100%;
    margin-top: 0px;
}
	
	#in-cava {
    margin-top: 3rem;
}
	
	#cava .tt4 {
    margin-block: 4rem 5rem;
}
	
	#cava .tt5 {
    padding: 2rem;
}
	
	html body h2 {
    font-size: 30px !important;
    line-height: 40px !important;
}
	
	
#warrant p {
    width: 100%;
    text-align: center;
}

}
@media (max-width: 430px) {
	
		#in-sec2 p {
    font-size: 14px;
}
	
	#copyright p a {
    margin-right: 0px;
}
	
	#copyright span.cop {
    margin-right: 0px;
}
	
	    #copyright p {
        padding-inline: 0px;
	}
	

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

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