@font-face {
  font-family: 'MyWebFont';
  src: url('webfont.eot'); /* IE9 Compat Modes */
  src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

/*
Acumin Pro Condensed-Medium
font-family: "acumin-pro-condensed",sans-serif;
font-style: normal;
font-weight: 500;

Acumin Pro-Medium Italic
font-family: "acumin-pro",sans-serif;
font-style: italic;
font-weight: 500;

Acumin Pro-Semibold Italic
font-family: "acumin-pro",sans-serif;
font-style: italic;
font-weight: 600;

acumin pro light
font-family: "acumin-pro",sans-serif;
font-style: normal;
font-weight: 300;

Acumin Pro-Semibold
font-family: "acumin-pro",sans-serif;
font-style: normal;
font-weight: 600;

Acumin Pro bold
font-family: "acumin-pro",sans-serif;
font-style: normal;
font-weight: 700;

Acumin Pro-Medium
font-family: "acumin-pro",sans-serif;
font-style: normal;
font-weight: 500;


*/




/* Shop */


.wpmenucart-display-standard {
    margin-left: 15px;
    margin-top: 8px;
    color: #fff;
    text-transform: uppercase;
}

.wpmenucart-display-standard a{color: #fff;}


.page-header h1{text-transform: uppercase;
	font-size: 2rem;
}


.woocommerce-info {
    border-top-color: #f88122;
}

.woocommerce-info::before {
    color: #009c6a;
}


.woocommerce-message {
    border-top-color: #f98023;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    border-radius: 0px;
    color: #f98023;
    background-color: #fff;
    border: solid 2px;
    text-transform: uppercase;
     outline: none;
}


.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    border-radius: 0px;
    color: #fff;
    background-color: #f98023;
    border: solid 2px;
    text-transform: uppercase;
    outline: none;
}


.woocommerce #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce button.button:focus, .woocommerce input.button:focus {
    border-radius: 0px;
    color: #fff;
    background-color: #f98023;
    border: solid 2px;
    text-transform: uppercase;
     outline: none;
}


.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
    border-radius: 0px;
    color: #f98023;
    background-color: #fff;
    border: solid 2px;
    text-transform: uppercase;
     outline: none;
}


.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
    border-radius: 0px;
    color: #fff;
    background-color: #f98023;
    border: solid 2px;
    text-transform: uppercase;
     outline: none;
}


.woocommerce #respond input#submit.alt:focus, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:focus{
    border-radius: 0px;
    color: #fff;
    background-color: #f98023;
    border: solid 2px;
    text-transform: uppercase;
     outline: none;
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    height: 40px;
    border: solid 2px #d3ced2;
}





.woocommerce div.product .product_title{font-size: 2rem;}


#main{
    padding-top: 50px;
}



.full-width-content{
    padding-bottom: 50px;
}



woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row,.woocommerce form .form-row {
display: block;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
max-width: unset;
}


.woocommerce .woocommerce-breadcrumb{display: none;}


span.sixty{font-size: 30px!important;}


.btn.btn-info.btn-lg.orangey {
    border: solid 2px #F88122;
    background-color: #F88122;
    color: #fff;
    padding: 13px 26px;
    margin-left: 60px;
    margin-right: 60px;
    margin-top: -15px;
        border-radius: 10px;
}


.btn.btn-info.btn-lg.orangey:hover, .btn.btn-info.btn-lg.orangey:focus  {
    border: solid 2px #535352;
    background-color: #535352;
    color: #fff;
    padding: 13px 26px;
    margin-left: 60px;
    margin-right: 60px;
    margin-top: -15px;
        border-radius: 10px;
}





p.shipban {
    display: inline-block;
    color: #fff;
    border: solid 2px #535352;
    background-color: #535352;
    padding: 10px 15px;
    border-radius: 10px;
    position: relative;
    top: 10px;
}


p.shipban span
{
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}




li.blmen a{color: #000!important;}


li.blmen a:hover{color: #fff!important;}



li#menu-item-33 .submenu li a {
    padding: 8px 0;
    font-size: 12px;
}



.navbar .navbar-nav > li.snow:after 
{content:"";width: 2px;height: 2px;display: block;position: relative;padding: 5px;background: #ff1212de;position: absolute;right: -4px;top: 17px;-webkit-border-radius: 100px;-moz-border-radius: 100px;border-radius: 100px;}



/* Test Search */

.testsearch{
    float: right;
}


.testsearch #searchsubmit{
    background-color: #f78122;
    border-radius: 0px 4px 4px 0px;
    color: #fff;
}

.testsearch #searchsubmit:hover, .testsearch #searchsubmit:focus{
    background-color: #fff;
    border-radius: 0px 4px 4px 0px;
    color: #f78122;
    border-color: #f78122;
}


.testsearch #s{
    border: solid 1px #f78122;
}



#super_searchform > div{
	
	::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #f78122!important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #f78122!important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #f78122!important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #f78122!important;
}
	}


article.search:nth-child(even) {
    padding: 45px 30px;
    border-bottom: none;
    background-color: #f8f9fa;
}


article.search:nth-child(odd) {
    padding: 45px 30px;
    border-bottom: none;
    background-color: #fff;
}






/* Promotional Button */

.promotional-backbutton.btn{box-shadow: 1px 2px 5px #5a5a5a!important;}


.promotional-backbutton
{
	background: #01aa63;
	color: #fff;
	padding: 15px;
	border: 2px solid #F88122;
	position: fixed;
    bottom: 40%;
    right: 35px;
    z-index: 9999;
}




/* test upload   */


#gform_3{text-align: center;}

#input_3_1, #input_3_2, #input_3_3, #input_3_4, #input_3_5, #input_3_6{height: 40px;padding-left: 10px;
	border: solid 1px #212529;
}

#input_3_10{height: 40px;padding-left: 10px;
	border: solid 1px #212529;
}

#input_3_7, #input_3_11{padding-left: 10px;
	border: solid 1px #212529;
	max-width: 550px;margin: 0 auto;
}


#input_3_8{max-width: 550px;margin: 0 auto;
	border: solid 1px #212529;
}


#gform_drag_drop_area_3_7{max-width: 550px;margin: 0 auto;
}




#gform_submit_button_3 {
    text-transform: uppercase;
    background-color: #f78122;
    color: #fff;
    padding: 10px 30px;
    border: solid 1px #f68122;
}


#gform_submit_button_3:hover,#gform_submit_button_3:focus  {
    text-transform: uppercase;
    background-color: #fff;
    color: #f68122;
    padding: 10px 30px;
    border: solid 1px #f68122;
}














/* Testimonials Popup
-------------------------------------------------- */

.testi-full-content img{
	height: auto!important;
	max-width: 700px;
	text-align: center;
}


button.btn.ctc{background-color: #f78122;
	color: #fff;
	font-weight: 300;
	margin-top: -3px;
	border: solid 1px #f78122;
	text-align: center;
}

button.btn.ctc:hover{background-color: #fff;
	color: #f78122;
	font-weight: 300;
	margin-top: -3px;
	border: solid 1px #f78122;
	text-align: center;
}

button.btn.ctc:focus{background-color: #f78122;
	color: #fff;
	font-weight: 300;
	margin-top: -3px;
	border: solid 1px #f78122;
	text-align: center;
}

.single.testimonial img{max-width: 700px;
	height: auto;
	text-align: center;
}




#foo{
    border: none;
    width: 3px;
    height: 3px;
    font-weight: 300;
    color: #fff;
    outline: none;
}








 /* Canine Promotion
-------------------------------------------------- */

.videos{
padding-top: 80px;
    padding-bottom: 60px;
}



.bannerText h1 span.cross{text-decoration: line-through;
	font-weight: normal;
	font-size: inherit;
	}
	
	



 .canine #testimonial_slider_3 > div:nth-child(1) > div.testimonial_content_wrap > div{background-color: #e9e9e9!important;}

.canine .testimonial_slider__textonly .testimonial_content_wrap{background-color: #e9e9e9!important;}


.canine .testimonial_slider__textonly .testimonial_content_wrap:before{background-color: #e9e9e9!important;}


.canine .testimonial_slider__textonly .testimonial_content_wrap:after{display: none;}



.hum #testimonial_slider_3 > div:nth-child(1) > div.testimonial_content_wrap > div{background-color: #e9e9e9!important;}

.hum .testimonial_slider__textonly .testimonial_content_wrap{background-color: #e9e9e9!important;}


.hum .testimonial_slider__textonly .testimonial_content_wrap:before{background-color: #e9e9e9!important;}


.hum .testimonial_slider__textonly .testimonial_content_wrap:after{display: none!important;}



.section2.canine h4, .section2.canine p{color: #fff;}



.btn.btn-info.btn-lg.otest {
    border: solid 2px #FFB229;
    background-color: #fff;
    color: #FFB229;
    padding: 13px 26px;
}


.btn.btn-info.btn-lg.otest:hover, .btn.btn-info.btn-lg.otest:focus{
    border: solid 2px #535353!important;
    background-color: #535353!important;
    color: #fff!important;
}


.section3.canine{background: linear-gradient(to right, #fff 50%, #535352 50%);}




#content > ul > li.post-30369.product.type-product.status-publish.instock.taxable.shipping-taxable.purchasable.product-type-simple{display: none;}


.mbgc{text-align: center;
	background-color: #FFB229;
	
}


.mbgc p{
    color: #fff;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 5px;
    font-weight: 500;
}



  /* Equine Promotion
-------------------------------------------------- */

.mainBanner{
    background-image: url(https://rosehipvital-shop.com.au/wp-content/uploads/banner.jpg);
    height: 500px;
    background-size: cover;
    margin-top: 0px;
    background-position: center;
}


.bannerText{background-color: #38C978;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 120px;
}

.bannerText h1{color: #fff!important;
	    padding-top: 35px;
	        display: inline-block;
}


.bannerText h1 span{font-weight: 600;
	    font-size: 40px;;
}




 img.ltd{
    float: right;
}



.section1{text-align: center;
	padding-top: 70px;
	padding-bottom: 60px;
}


.section1 span{color:#FFB229;}




.section2{text-align: center;
	padding-top: 70px;
	padding-bottom: 60px;
	background-color: #FFB229;
}


.section2 h4{color: #fff;
}


.section2 p{color: #fff;}


.section3{
	padding-top: 70px;
	padding-bottom: 60px;
	background: linear-gradient(to right, #e9e9e9 50%,  #535352 50%);
}


.testimonials{
	padding-top: 70px;
	padding-bottom: 60px;
	text-align: center;
}


.testimonial_content{text-align: center!important;}


.testimonial_slider__textonly .testimonial_by_wrap{text-align: center!important; float:none!important;}

.testimonial_slider__textonly .testimonial_by_wrap .testimonial_by_inner{margin: 0px!important;}

.testimonial_slider__textonly .testimonial_content {
    margin: 10px auto 15px auto!important;
    overflow: hidden;
}


.testimonial_content{font-family: 'Montserrat', sans-serif!important;
	font-style: italic!important;
	font-weight: 300!important;
}



.testimonial_slider__textonly .testimonial_content_wrap{height: auto!important;}

.testimonial_slider__textonly .testimonial_content_wrap:before{border:none!important;}


.testimonial_slider__textonly .testimonial_by_wrap .testimonial_by{text-transform: none!important;
    line-height: 1.6!important;
    color: #535352!important;}


.testimonial_slider__textonly .testimonial_content {
    width: 90%!important;}




.smWidth{max-width: 700px;
	margin: 0 auto;
}

.s3a{
    max-width: 90%;
    margin: 0 auto;
}


.s3b{
    max-width: 90%;
    margin: 0 auto;
}

.s3b p{color: #fff;}


.s3b ul li{color: #fff;}



ul.tick {list-style-image: url('https://rosehipvital-shop.com.au/wp-content/uploads/ticks.png');}

ul.tick li{padding-bottom: 2px;}


.btn.btn-info.btn-lg.black{border:solid 2px #535352;
	background-color: #535352;
	color:#fff;
	padding: 13px 26px;
	margin-left: 60px;
    margin-top: -15px;
}


.btn.btn-info.btn-lg.black:hover, .btn.btn-info.btn-lg.black:focus{
	background-color: #fff;
	color: #535352;
	border-color:#FFf ;
}


.btn.btn-info.btn-lg.orange{border:solid 2px  #FFB229;
	background-color:  #FFB229;
	color:#fff;
	padding: 13px 26px;
}


.btn.btn-info.btn-lg.orange:hover, .btn.btn-info.btn-lg.orange:focus{
	background-color: #fff;
	color: #535352;
	border-color:#535352;
}









/* Journey Page   */

.journey1{text-align: center;
	padding-top: 60px;padding-bottom: 60px;
}

#gform_2{text-align: center;}

#input_2_1, #input_2_2, #input_2_3, #input_2_4, #input_2_5, #input_2_6{height: 40px;padding-left: 10px;
	border: solid 1px #212529;
}

#input_2_10{height: 40px;padding-left: 10px;
	border: solid 1px #212529;
}

#input_2_7, #input_2_11{padding-left: 10px;
	border: solid 1px #212529;
	max-width: 550px;margin: 0 auto;
}


#gform_drag_drop_area_2_8, #gform_drag_drop_area_2_9{max-width: 550px;margin: 0 auto;}




#gform_submit_button_2 {
    text-transform: uppercase;
    background-color: #f78122;
    color: #fff;
    padding: 10px 30px;
    border: solid 1px #f68122;
}


#gform_submit_button_2:hover,#gform_submit_button_2:focus  {
    text-transform: uppercase;
    background-color: #fff;
    color: #f68122;
    padding: 10px 30px;
    border: solid 1px #f68122;
}





body
{
	font-family: "acumin-pro",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
}
body.fix-padding
{
	padding-top: 95px;
}
p
{
}
ul
{
	padding: 0 0 0 18px;
	margin: 0;
}
a
{
	color: #F88122;
}


h1 {
	
	letter-spacing: 1px;
	color: #F88122;
	font-weight: 700;
}

h2 {
	letter-spacing: 1px;
	color: #F88122;
	font-weight: 700;
	
}

h3 {
	letter-spacing: 1px;
	color: #F88122;
	font-weight: 700;
	
}

h4 {
	letter-spacing: 1px;
	color: #F88122;
	font-weight: 700;	
}

h5 {letter-spacing: 1px;
	color: #F88122;
	font-weight: 700;}



.generalContent{
    padding: 60px 0px;
}



.generalContent .page-header {
    margin-bottom: 20px;
}

.generalContent .page-header h1{
    font-size: 25px;
    font-family: "acumin-pro",sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}



.accordion .card .card-header h5 {
    position: relative;
    text-transform: initial;
}




/* Blog Single */

article.post.single{
    padding: 60px 60px!important;
    border-bottom: none;
    background-color: #f8f9fa;
}






.html5-title{color: #fff!important;}






img.testimage{max-height: 250px;
	float: right;
}





.homeSeen{
    text-align: center;
    padding: 60px 0px;
}



/* Local Stockists*/

.locals{padding: 80px 0px;}





/* Instragram */

.instagramHome{padding: 80px 0px;
	background-color: #f88122;
}

.instagramHome h2{color: #fff;}

.instagramHome > div > h2 > div > i{color: #f98023;}


/* Online Stockists */

.online1{padding-top: 80px;
	padding-bottom: 80px;
}


.online1 img{max-width: 200px;}




/* video page */

/* video page */

.viddy {
    margin-bottom: 30px;
    text-align: center;
}


 .video1{
    padding-top: 80px;
    padding-bottom: 60px;
}



img.viml{
    max-width: 340px;
    height: auto;
    margin-bottom: 5px;
    border: solid 1px #303030;
}





/* Dosage Calculator */


.medicine_calc_form button{
    background-color: #41c879;
    color: #fff;
    text-transform: uppercase;
    border: solid 2px #41c978;
    width: 100%;
    padding: 15px;
    font-size: 1.2rem;
}


.medicine_calc_form button:hover{
    background-color: #fff;
    color: #41c978;
    text-transform: uppercase;
    border: solid 2px #41c978;
    width: 100%;
    padding: 15px;
    font-size: 1.2rem;
}

.medicine_calc_form input{
    border: solid 2px #41c978;
    border-radius: 0px;
    height: 60px;
    outline: none;
}


label.hcl{
    padding-top: 13px!important;
    font-size: 1.1rem!important;
}



.result-table{margin-top: 30px;}



/* Dosage About */


.dosageAbout .table thead th, .mfp-content .table thead th{
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef;
    background-color: #f98023;
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
    font-weight: 400;
}

.dosageAbout tbody, .mfp-content tbody{
    text-align: center;
}





/* Main SLider */
.slider-section{max-height: 600px;}



/* HEADER */
.header-tag
{
	font-family: "acumin-pro-condensed",sans-serif;
	font-style: normal;
	font-weight: 500;
	margin-right: 0;
	margin-left: 0;
}
.header-tag .tag-block
{
	text-align: center;
}
 
.header-tag .col-sm
{
	padding: 0;
}

.header-tag a
{
	font-size: 40px;
	display: block;
	line-height: 100px;
	background: #F88122;
	color:#fff;
	border: 2px solid #303030;
	text-decoration: none !important;
}


.h a{border-left: 0px;}

.e a{border-right: 0px;}



.header-tag a:hover, .header-tag a:focus, .header-tag a:active{color: #303030;}



.header-tag .col-sm.active a
{
	border-color:transparent;
	background: #FCAE3C;
}
.section
{
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
/* navbar */
.navbar 
{
	background: #FCAE3C;
	padding: 0;
}
.navbar  .navbar-nav
{
	margin-left: -25px;
}
.navbar .submenu  {
	 
	list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    background: #f88122;
    color: #fff;
    padding:0 30px;
    top:100%;
    display: none;
    left: 0;
    width: 250px;
    z-index: 9999;
}
.navbar .navbar-nav > li 
{
	padding: 20px 0;
	position: relative;
}
.navbar .navbar-nav > li:hover > a,.navbar .navbar-nav > li:focus > a
{
	color:#303030;

}
.navbar .navbar-nav > li:hover .submenu,.navbar .navbar-nav > li:focus .submenu
{
	display: block;
}
.navbar .navbar-nav > li.active > a
{
	 
	color: #303030;
}
.navbar .submenu li a 
{
	padding: 10px 0;
	border-bottom: 1px solid #fff;
	display: block;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none !important; 
	font-family: "acumin-pro",sans-serif;
	font-style: normal;
	font-weight: 300;
}
.navbar .submenu li:last-of-type a
{
	border-bottom: none;
}
.navbar .navbar-nav .nav-link
{
	color: #fff;
	font-size: 17px;
	font-family: "acumin-pro",sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	padding:5px 16px; 
	border: 2px solid transparent;
}

.navbar .submenu li a:hover, .navbar .submenu li a:focus{color:#303030;}



#menu-item-260 > a{border: solid 2px #fff}




.header-facebook
{
	width: 50px;
	height:  50px;
	display: block;
	background: #4466b0;
	color: #fff !important;
	font-size: 25px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	position: absolute;
	right: 80px;
}
.header-bottom .container
{
	position: relative;
}
/* SLIDER */
.slider-section
{
	/*min-height: 400px;*/
}


/* BANNER */
.section.green-bg
{
	background: #01AA63;
	color:#fff;
}

.big-title
{
	font-size: 40px;
	font-family: "acumin-pro",sans-serif;
	font-style: normal;
	line-height: 40px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
}



.small-sub-title
{
	font-size: 30px;
	color: #fff;
}
.main-banner-title-section
{
	padding: 40px 0;
}

/* HOME PRODUCT SECTION */

/* 
.product-showcase-home .col-md-5,.product-showcase-home .col-md-7{
	padding-top: 80px;
	padding-bottom: 80px;
}
 */

.product-showcase-home .col-lg-5,.product-showcase-home .col-lg-7{
	padding-top: 80px;
	padding-bottom: 80px;
}






.product-showcase-science .col-md-5,.product-showcase-science .col-md-7{
	padding-top: 80px;
	padding-bottom: 80px;
}






.btn
{
	border-radius: 0;
	box-shadow: none !important;
	font-family: "acumin-pro",sans-serif;
	font-style: normal;
	font-weight: 600;
}
.btn-border
{
	border: 2px solid 
}
.btn-orange
{
	background: #F88122;
	color:#fff;
}
.btn-white
{
	background: #fff;
	color:#F88122;
}


.btn-whites{background: transparent;
	color: #fff;
	border: solid 2px #fff;
}


.btn-whites:hover{
	background: #fff;
	color: #303030;}



.btn-orange.btn-border
{
	background: transparent;
	border-color:#F88122;
	color:#F88122;
}
.btn-orange.btn-border:hover,.btn-orange.btn-border:focus
{
	background: #F88122;
	color:#fff;
}
.add-to-cart-pd-thumb
{
	font-size: 25px;
	margin-bottom: 35px;
}
.add-to-cart-pd-thumb:hover,.add-to-cart-pd-thumb:focus
{
	color:#fff;
}
.about-us-section-6 .btn-white:hover,.about-us-section-6 .btn-white:focus
{
	color:#000;
}


.about-section-8{background-color: #FCAE3C;
	color: #fff;
}

.dosageAbout{
	background-image: linear-gradient(to left, #DFDFDF, #DFDFDF 50%, white 50%);
}

 
.btn-green.btn-border
{
	border-color: #41C77A;
	color:#41C77A;
}
.btn-green.btn-border:hover,.btn-green.btn-border:focus
{
	background: #41C77A;
	color:#fff;
}
.uppercase
{
	text-transform: uppercase;
}
.pd-footer
{
	text-align: center;
}
.dosage-btn
{
	margin-right: 20px;
}
.home-product-list .pd-thumb
{
	text-align: center;
	margin-bottom: 25px;
}
.home-product-list
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}




.dosage-btn {
    margin-right: 20px;
}




@media (min-width: 768px)
{
	
	
	span.freeships{display: none!important;}
	
	.mbgc{display: none;}
	
	
	.home-product-list li 
	{
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		
	}
}
.home-product-list li
{
	max-width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

 .grey-bg-full
{
	color: #FFFFFF;
	padding-right: 70px;
}
.home-product-list
{
	padding-left: 55px;
}
.grey-bg-full:after
{
	content: '';
	position: absolute;
	left: -213px;
	top: 0;
	width: calc( 100% + 213px );
	height: 100%;
	background: #303030;
	z-index: -1;	
}
.dosage_content,.testi-full-content,.testimonials-full-content
{
	    max-width: 600px;
    background: #fff;
    padding: 45px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    border-radius: 1px;
}
.testi-full-content,.testimonials-full-content
{
	 max-width: 850px;
}


.testimonial-slider-item  a
{
	color:#333 ;
	font-weight: 700;
}
.testimonial-slider-item  a:hover
{
	color: #303030;
}
.testimonial-slider-item .author-info
{
	margin-top: 30px;
}





/* FREE SHIPING */
.free-shiping-banner
{
	padding:40px 0px 25px 0px;
	text-align: center;
}

.testimonial-video-slider-section
{
	padding: 80px 0;
	background: #F88122;
}


.testimonial-video-slider-section a.wplightbox{color: #fff;
	display: block;
	margin-bottom: 10px;
}

.testimonial-video-slider-section a.wplightbox:hover{color: #fff!important;text-decoration: underline!important;}







.testimonial-slider-section
{
	padding: 80px 0;
	background: #FCAE3C;
}
.testimonial-slider-item
{
	font-family: "acumin-pro",sans-serif;
	font-style: normal;
	font-weight: 500;
	color:#fff;

}
.testimonial-slider-section .testi-col{
	padding-right: 85px;

}
.testimonial-slider
{
	background-image:url('../images/testimonial-quote.png');
	background-repeat: no-repeat;
	background-position: center;  
}
.testimonial-slider-item p 
{
	margin-bottom: 30px;
}




a.testi-readmore-link:focus{outline: none!important;}
	
	a{outline: none;}



/* About */

section.section.treating-joint-pain-naturally{padding: 80px 0px;}





.backed-by-science-section
{
	background: #303030;
	padding-top: 80px;
	padding-bottom:  80px;
	color:#fff;
}
.video-container
{
	padding-left: 70px;
}

.section-title
{
	font-size: 25px;
	font-family: "acumin-pro",sans-serif;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 35px;
}

/* ACCORDIAN */
.accordion .card
{
	 border:none;

}
 
.accordion .card .card-header
{
	color:#01AA63;
	background: #fff;
	text-transform: uppercase;
	padding: 20px 37px;
	 
	border-radius: 0;
	position: relative;
	border-bottom: 0;
	border:1px solid #01AA63;
}
 .accordion .card .card-header h5
 {
 	font-size: 20px;
 	font-weight: 600;
 }
.accordion .card .card-header h5
{
	position: relative;
}
.accordion .card .card-header h5 a:after
{
	 
	position: absolute;
	font-size: 20px;
	right: 15px;
	top:0px;
	z-index: 0;
	line-height: 28px;

	    
    content: '\f067';
     
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    /* font-family: Font Awesome\ 5 Pro; */
    font-weight: 900;
    font-family: Font Awesome\ 5 Free;
}
.accordion .card.active .card-header h5 a:after
{
	content: '\f068';
}
 
.accordion .card .card-header a
{
	color:#01AA63;
	cursor: pointer;
	display: block;
}
.accordion .card-body
{
	padding: 37px;
}
.accordion .active .card-body
{
	background: #01AA63;
	color:#fff;
}
.accordion .active .card-header
{
	background: #01AA63;
	color:#fff;
	border-bottom: 1px solid #fff;
	 
}
 
.accordion .active .card-header a
{
	color:#fff;
}
.accordion.orange .card-header
{
	border-color: #F88122;
}
.green-color
{
	color:#01AA63;
}
.science-section .section-title
{
	margin-bottom: 33px;
}
.science-section
{
	padding: 80px 0;
}

.sciencific-research-section
{
	padding: 80px 0px;
}
.sciencific-research-list-item
{
	border: 1px solid #fff;
	margin-bottom: 30px!important;
	width: 80%;
    margin: 0 auto;
}
.sciencific-research-list-item:last-of-type
{
	margin-bottom: 0px;
}
.sciencific-researc-list
{
	margin-bottom: 70px;
}
.sciencific-research-list-item .col-sm-9
{
	padding: 30px 30px;
	border-right: 1px solid #fff;
}
.sciencific-research-list-item .col-sm-3
{
	padding: 0 45px;

	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.btn-black.btn-border{
	color: #000;
	border-color: #000;
}
.btn-black.btn-border:hover,.btn-black.btn-border:focus{
	background-color: #000;
	color: #fff;
}
.btn-white-bg
{
	background: #fff;
	color:#01AA63;
}


a:hover {
    color: #f98023;
}



.sciencific-btn
{
	padding: 20px 45px;
	font-size: 20px;
}


.btn-white-bg:hover{ color: #303030;}



.orange-clr
{
	color : #FCAE3C;
}
.home-blog-section
{
	padding: 80px 0;
	background: #FCAE3C;
	 
}
.home-blog-section .section-title
{
	margin-bottom: 35px;
}
.our-blog-slide-item
{
	padding: 50px;
	background: #fff;
}
.our-blog-slide-item .blog-item-title
{
	color: #FCAE3C;
	margin: 0 0 10px;
}
.our-blog-slide-item   .blog-meta
{
	font-size: 14px;
	font-style: italic;
	margin-bottom: 20px;
}
 .slick-dots
{
	list-style: none;
	margin: 0;
	padding: 0;
	margin: 0;
	padding: 0;
}
 .slick-dots
{
	text-align: center;
	margin-top:25px; 
}
 .slick-dots li
{
	display: inline-block;
	margin-right: 10px;
	border: 1px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	padding: 3px;
}
 .slick-dots li button
{
	width: 11px;
	height: 11px;
	display: block;
	background: transparent;
	font-size: 0;
	outline: none;
	border:none;
	
	border-radius: 50%; 
}
  .slick-dots li.slick-active button
{
	background: #fff;
}
.follow-on-facebook-section
{
	padding: 80px 0;
}
.follow-on-facebook-section .fab
{
	 color:#01aa63;
}
.icon-holder
{
	font-size: 30px;
	width: 60px;
	height: 60px;
	background: #fff;
	display: inline-block;
	text-align: center;
	line-height: 60px;
	border-radius: 50%;
	margin-right: 40px;
}

/* VIDEO URL */

.testimonial-video-slider-item
{
	position: relative;
	padding: 0 15px;
}
.testimonial-video-slider-item-inner
{
	position: relative;
	cursor: pointer;
}
.testimonial-video-slider-item-inner .hover-play
{
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	height: 100%;
	transition: all 0.2s;
}
.testimonial-video-slider-item-inner img
{
	width: 100%;
}
.testimonial-video-slider-item-inner .hover-play .icon
{
	position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    border: 3px solid;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 43px;
    border-radius: 50%;
    margin-top: -25px;
    margin-left: -25px;
}
.testimonial-video-slider-item-inner .hover-play .icon a
{
	color: #fff;
} 
.testimonial-video-slider-item-inner:hover  .hover-play
{
	opacity: 1;
}
.testimonial-video-slider
{
	position: relative;
}
.slick-arrow ,.nextend-arrow-next ,.nextend-arrow-previous
{
	display: inline;
	width: 25px!important;
	position: absolute;
	height: 25px!important;
	color: #fff;
	text-align: center;
	line-height: 37px;
	font-size: 35px;
	z-index: 999;
	top:45%;
	margin-top: -20px;
	background-repeat: no-repeat;
	background-size: 100%; 
}
.slick-arrow.slick-prev
{
	position: absolute;
	background-image: url('../images/arrow-icn-l.png');

	left: -35px;
	

}
.dark-theme .slick-arrow.slick-prev
{
	background-image: url('../images/arrow-icn-l-d.png');
}

.nextend-arrow-previous img,.nextend-arrow-next img
{
	display: none !important;

}
.nextend-arrow-previous
{
	 
	background-image: url('../images/arrow-icn-l.png');
}
.nextend-arrow-next 
{
	 
	background-image: url('../images/arrow-icn-r.png');
}
.slick-arrow.slick-next
{
	right: 0px;
	background-image: url('../images/arrow-icn-r.png'); 
}
.dark-theme .slick-arrow.slick-next
{
	background-image: url('../images/arrow-icn-r-d.png');
}
.testimonial-page-slider-item
{
	padding: 0px;
}
.testimonial-page-slider-item .author-info {
	color:#F88122;
	margin-top: 25px;
}

/* FOOTER STYLE */
.partner-logo
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.partner-logo li {
	padding: 0 8px;
	display: inline-block;
	margin-bottom: 10px;
}
.site-footer
{
	padding: 80px 0;
	color:#fff;
	background: #303030;
}
.site-footer a
{
	color:#F88122;
}
.site-footer .widget-title
{
	font-size: 15px;
	line-height: 25px;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	margin-bottom: 15px;
}
.link-list
{
	list-style: none;
	padding: 0;
	margin: 0;
}
.link-list li 
{
	padding: 8px 0;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.site-footer .highlight
{
	color:#F88122;
}

/* ABOUTBASE */




.dosageAbout{padding: 80px 0px;}




img.abs5{width: 100%;height: auto;
	    padding-top: 40%;
}



ul.apu li{margin-bottom: 10px;
    font-size: 18px;}




.about-vid{margin-top: 72px;}



.about-banner-section
{
	padding: 100px 0;
}
.about-banner-section .white-block
{
	padding: 50px;
	background: rgba(255,255,255,0.9);
	color: #303030;
	font-weight: 300;
	font-size: 14px;
}
.about-banner-section .accordion.orange .card-header
{
	color: #303030;
	background: transparent;
}
.about-banner-section .accordion.orange .active .card-header a,.about-banner-section .accordion .card .card-header a
{
	color: #F88122;
}
.about-banner-section  .accordion .card   .card-header h5:after
{
color: #F88122;

}
.about-banner-section .accordion .card
{
	background: transparent;
}
.accordion.orange .active .card-body
{
	background:#F88122;
}


h4.about3 {font-size: 1.4rem;}



.product-showcase-about
{
	padding: 80px 0; 
}
.orange
{
	color: #F88122;
}
.vital-difference-section
{
	padding: 80px 0; 
	background:#F88122;
	color:#fff;
}
.padding-right-big
{
	padding-right: 65px;
}
.padding-left-big
{
	padding-left: 65px;
}
.background-image
{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.about-section-4,.vital-difference-section
{
	font-weight: 400;
}
.about-section-4 .row
{
	margin: 0;
}
.about-section-4 .about-section-4-right
{
	padding: 80px 10% 80px 80px;
}
.about-section-5
{
	padding: 80px 0;
	font-weight: 300;
}


.about-section-5 h2{color: #02aa62!important;}


.calculator-section
{
	padding: 80px 0;
}
.table-orange thead tr
{
	background: #f98023;
    color: #fff;
}
.table-orange th
{
	font-weight: 300;
}
.table-orange td,.table-orange th
{
	border:2px solid #fff;
	text-align: center;
}
.black-box
{
	padding: 35px 27px;
	color: #fff;
	background: #303030;
}
.black-box .title
{
	font-size: 18px;
	margin: 0 0 25px 0;
}
.about-us-section-6
{
	padding: 80px 0;
}
.about-us-section-6 .add-to-cart-pd-thumb
{
	margin-bottom: 10px;
}
.about-section-7-left
{
	padding-top: 100px; 
	padding-bottom:  100px; 
	background: #DFDFDF;
	padding-left: 100px;
}
.about-section-7 .row
{
	margin: 0;
}
.about-section-8 .about-section-8-right{
	padding: 80px 80px;
}
.about-section-8 .row
{
	margin:0;
}

.aboutus-page.science-section .btn
{

	margin-top: 25px;
}
.btn-green-bg
{
	background: #01AA63;
	color:#fff;
}
.the-science-section-1
{
	padding: 80px 0;
	background:#303030;
	color: #fff;
}
.the-science-section-1 .section-title
{
	margin-bottom: 8px;
}
.the-science-section-1 p 
{
	margin-bottom: 18px;
	line-height: 20px;
}
.sciencific-research-section.on-the-science
{

	background: #F88122;
}
.sciencific-research-section.on-the-science .sciencific-research-list-item 
{
	color: #fff;
}
.sciencific-research-section.on-the-science .btn-white-bg{
	color: #F88122;
	margin-top: 25px;
}
.faq-section-2
{
	padding: 80px 0;
} 
.faq-section-2 .accordion .card:nth-child(2n+0) .card-header
{
	background:#DFDFDF;
}
.faq-section-2 .accordion .card.active .card-header
{
	background: #F88122;
	color: #fff;
}
.faq-section-2 .accordion .card.active .card-body
{
	background: #FCAE3C;
	border:1px solid #000;
	border-bottom: 0;
	border-top: 0;
}
.faq-section-2 .accordion .card.active:last-of-type .card-body
{
	border-bottom: 1px solid #000;
}
.accordion .card:not(:last-of-type) .card-header
{
	border-bottom: 0;
}
.faq-section-2 .accordion .card.active .card-header
{
	border-color: #000;
	border-bottom: 1px solid #000;
	color:#fff;
}
.faq-section-2 .accordion .card .card-header a 
{
	color: #000;
	padding-right: 40px;
}
.faq-section-2 .accordion .card.active .card-header a,.faq-section-2 .accordion .card.active .card-header h5
{
	color:#fff;
}
.faq-section-2 .accordion .card .card-header
{
	border-color: #000;
	color:#000;
	
}
.blog-section
{
	padding: 80px 0;
}
.post-title
{
	color: #F88122;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 5px;
}
.post-title a
{
	color: #F88122;
	text-decoration: none !important;
}
.post-meta
{
	font-size: 14px;
	font-style: italic;
	margin-bottom: 10px;
}
.readmore-link
{
	color: #F88122;
}

/*
article.post
{
	padding: 45px 0;
	border-bottom: 1px solid #969696;
}
*/


article.post:nth-child(even) {
    padding: 45px 30px;
    border-bottom: none;
    background-color: #fff;
}

article.post:nth-child(odd) {
    padding: 45px 30px;
    border-bottom: none;
    background-color:  #f8f9fa;
}




.single-widget-post
{
	text-align: center;
	padding:  50px;
	background: #01AA63;
	color:#fff;
}
.single-widget-post img
{
	margin: 0 0 10px;
}
.single-widget-post .title
{
	font-size: 12px;
	font-weight: 600;
	margin: 0 0 15px;
}
.single-widget-post .btn-big
{
	font-size: 25px;
	color: #F88122;
	text-align: center;
	margin-bottom: 25px;
}
.btn-border.btn-white
{
	border-color:#fff;
	color: #fff;
	background:transparent;
}
.btn-border.btn-white:hover,.btn-border.btn-white:focus
{
	background:#fff;
	color: #000;
	 
}
.single-widget-post .btn-border
{
	font-weight: 300;
	border-width:1px;
}
.section-single-post
{
	padding: 80px 0;
}
.sidebar-widget
{
	margin-bottom: 25px;
}
.fb-connect-outer
{
	text-align: center;
	padding: 50px;
	position: relative;
}
.fb-connect-outer .over-lay
{
	position: absolute;
	background: rgba(0,0,0,0.8);
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.fb-connect-outer .content
{
 position: relative;
}
.fb-connect-outer .icon
{
	display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #F88122;
    font-size: 25px;
    border-radius: 50%;
    margin: 0 auto;
}
.fb-connect-outer .title
{
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 35px;
	color: #fff;
}
.fb-connect-outer .title:last-of-type
{
	margin-bottom: 0;
}
.fb-connect-outer .title a
{
	color: #fff;
}
.testimonials-page-slider
{
	padding: 80px 0;
}

.slick-initialized .slick-slide{outline: none;}


.testimonial-cat-select-container
{
	/* text-align: center; */
	margin-bottom: 30px;
	display: inline-block;
}


.testimonial-cat-select
{
	height: 40px;
	padding: 0 16px;
	border: 1px solid #F88122;
	background: #fff;
	color: #F88122;
	border-radius: 0px;
	margin: 0 auto;
	text-align: center;
	outline: none!important;
}





/* News Sletter */
.newsletter-section{
	padding: 80px 0;
	color:#fff;
	text-align: center;
}

.yellow-bg
{
	background:#FCAE3C;
}
 

.newsletter-section .newsletter-title
{
	text-transform: uppercase;
	margin-bottom: 30px;
	font-size: 40px;
	font-weight: 700;
	color: #fff;
}



.newsletter-section p 
{
	font-size: 20px;
}
.newsletter-form .gform_wrapper 
{
	margin:0 -15px;
}
.newsletter-form .gform_wrapper .gform_body
{
	width: 80%;
	padding: 0 15px;
	float: left;
	box-sizing: border-box;

}
.our-blog-slider .slick-list
{
	background: #fff;
}
.newsletter-form .gform_wrapper .gform_footer 
{
	width: 20%;
	padding: 0 15px;
	float: left;
	clear: none;
	box-sizing: border-box;
}
.newsletter-form .gform_wrapper ul li.gfield 
{
	float: left;
	clear: none;
	width: 50%;
	padding: 0 15px;
}
.newsletter-form .gform_wrapper li.hidden_label input
{
	margin-top: 0;
	color: #fff;
    border: 1px solid #fff;
    height: 62px;
    background: transparent;
outline: none;
    padding-left: 25px !important;
}
.newsletter-form .gform_wrapper li.hidden_label input::placeholder
{
	color:#fff;
}
.newsletter-form .gform_wrapper .gform_footer input[type=submit]
{
		height: 62px;
		line-height: 52px;
		color: #303030;
		border: 1px solid #303030;
		background: transparent;
		width: 100%;
		font-size: 20px;
		text-transform: uppercase;
		margin-top: 8px;

}
.newsletter-form .gform_wrapper .gform_footer input[type=submit]:hover,.newsletter-form .gform_wrapper .gform_footer input[type=submit]:focus
{
	background: #000;
	color: #fff;
}
.newsletter-form  .gform_wrapper ul.gform_fields
{
	margin: 0 -15px !important;
	clear: both;
}
.cff-wrapper
{
	    margin: 0 -15px;
}
#cff .cff-item
{
	float: left;
    width: calc( 25% - 30px );
   	clear: none; 
    padding: 15px;
    margin: 0;
    border-bottom: 1px solid #ddd;
    background: #fff;
    color: #000;
    margin: 0 15px;
    min-height: 400px;
    box-sizing: border-box;
}
#cff .cff-item:first-child{
	padding-top: 15px;
}

.background-image img 
{
	visibility: hidden;
}




@media (min-width: 576px){

.mainBanner.mobile{display: none!important;}

.mob_slider{display: none;}

}





	@media (min-width: 768px)
{
.our-blog-slider .slick-list{
	max-height: 450px;
	}
	
	
	.home-blog-section img{float: right;
		max-height: 350px;
		}

}






@media (min-width: 992px)
{
.mobproddes{display: none;}

.free{display: none;}

.testimonials-page-slider.mobs{display: none;}

}





@media (max-width: 1199px)
{
	
	
	
	
	.bannerText{padding-top: 10px;}
	
	
	
	
	.about-vid {
    margin-top: 125px;
}
	
	

.navbar .navbar-nav .nav-link {
    color: #fff;
    font-size: 15px;
    font-family: "acumin-pro",sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 13px;
    border: 2px solid transparent;
}


img.abs5 {
    width: 100%;
    height: auto;
    padding-top: 300px;
}


.slick-arrow.slick-prev{left: -50px;}

.slick-arrow.slick-next {
    right: 0px;}



/*Promo*/


.vidrhv {
    margin-bottom: 40px;
}


 .mainBanner{height: 450px;}   
	    
	    .testimonial_wrapper{height: 200px!important;}

.testimonial_slider__textonly .testimonial_content {
    width: 100%!important;
}



.bannerText h1{font-size: 30px;}

.bannerText h1 span {
    font-weight: 600;
    font-size: 35px;
}


.btn.btn-info.btn-lg.black{margin-left: 30px;}

}




@media (max-width: 991px){
	
	
	p.shipban {
    display: block;
    max-width: 280px;
    margin: 0 auto;
}

.bannerText{height: 240px;}

.bannerText h1{display: block;}
	
	.btn.btn-info.btn-lg.orangey{margin-bottom: 10px;margin-top: 0px;}
	
	
	.testsearch{
margin: 0 auto;
width: 250px;
}
	
	.testimonials-page-slider.desks{display: none;}
	
	
	/*New mobile menu */
	
	.header-top{
    position: absolute;
    top: 0px;
    z-index: 1;
    width: 100%;
}


#responsive-menu-pro-header{top: 104px!important;}

button#responsive-menu-pro-button{top: 118px!important;}

.site-wrapper{
    margin-top: 184px;
}

/*end*/

	
	
	
	
	.single.testimonial img{max-width: 600px;
	height: auto;
	text-align: center;
}	
	
	
	
	/* Start Promo */
	
	
	.mainBanner {
    height: 450px;
    margin-top: 30px;
}

.bannerText h1 {
    color: #fff!important;
    padding-top: 28px;
    font-size: 27px;
}

.section3 {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #535352;
}



.section3.canine{background: #535352;}




.s3a {
    max-width: 100%;
    margin: 0 auto;
}

.s3a p {color: #fff;}


.s3b {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}

.testimonial_wrapper {
    height: 250px!important;
}


img.ltd {
    display: none;
}

.bannerText h1 {
    color: #fff!important;
    padding-top: 10px;
    font-size: 30px;
    padding-bottom: 10px;
}


span.free{
    font-size: 15px!important;
    font-weight: 500!important;
}

.btn.btn-info.btn-lg.black {
    margin-left: 30px;
    margin-top: -40px;
}

.canine .testimonial_wrapper {
    height: 250px!important;
}  


img.pguarantee{width: 100px;}


.vid{
    margin-bottom: 15px;
}

/* End Promo */	
	
	
	
	
	
	
	.section-single-post {
    padding: 0px 0;
}
	
article.post.single {
    padding: 15px 15px!important;
    border-bottom: none;
    background-color: #f8f9fa;
}	
	
	
	
	
	.about-vid {
    margin-top: 0px;
}
	
	
	
	
	.dosageAbout{background-color: #fff;
		background-image: none;
	}
	
	.home-product-list .btn-orange{margin-top: 0px;}
	
	
	img.abs5 {
    width: 100%;
    height: auto;
    padding-top: 30px;
}
	
	
	.video-container{padding-left: 0px;}
	
	
	.home-product-list {
    padding-left: 0px;
}
	
	
.testimonial-video-bg{padding-top: 50px;}
	

.mobproddes{padding: 80px 0px 60px 0px;}

.grey-bg-full{display: none;}	


.mobproddes{padding: 80px 0px 60px 0px;}

.grey-bg-full{display: none;}

	
	#responsive-menu-pro-item-330 > a, #responsive-menu-pro-item-331 > a{
    background-color:#F88122!important;
}
	
	
	
	.navbar
	{
		padding:25px 15px;
		display: none;
	}
	
	
	
	body.fix-padding {
    padding-top: 0px;
}
	
	
	.slider-section{margin-top: 80px;}
	
	#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item .responsive-menu-pro-item-link{text-transform: uppercase;}
	


#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow:hover {
    color: #ffffff;
    border-color: #fcae3c!important;
    background-color: #ffbf5e!important;
}

#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow{
	color: #ffffff;
    border-color: #fcae3c!important;
    background-color: #ffbf5e!important;
}







}



@media (max-width: 985px)
{
	
	
	.sciencific-research-list-item .col-sm-3
	{
		padding: 0 15px;
	}
	.sciencific-research-list-item
	{
		padding: 0 15px;
	}
	.sciencific-research-list-item
{
	border: 1px solid #fff;
	margin-bottom: 30px!important;
	width: 100%;
    margin: 0 auto;
}
	
	
	
}
@media (max-width: 767px)
{

p.shipban {
    display: block;
    color: #fff;
    border: none;
    padding: 5px 0px 5px 0px;
    border-radius: 10px;
    position: inherit;
    margin-top: 15px;
}


.btn.btn-info.btn-lg.orangey {
    margin-top: 0px;
}






.testsearch {
    float: none;
    margin: 0 auto;
}



/*New mobile menu */
	
	
	#responsive-menu-pro-header{top: 82px!important;}

button#responsive-menu-pro-button{top: 95px!important;}

.site-wrapper{
    margin-top: 162px;
}
	
	/*end*/




	/* Testimonials Popup
-------------------------------------------------- */

.testi-full-content img{
	height: auto!important;
	max-width: 400px;
}


.single.testimonial img{max-width: 400px;
	height: auto;
	text-align: center;
}		




/*Start promo */
	
	.bannerText {
    padding-top: 10px;
}
	
	
	
	.mainBanner {
    height: 300px;
}

img.ltd {
    display: none;
}

.bannerText h1 {
    color: #fff!important;
    padding-top: 15px;
    font-size: 27px;
    padding-bottom: 10px;
}

.testimonial_wrapper {
    height: 250px!important;
}

.bannerText{text-align: center;padding-bottom: 30px;}


.bannerText h1{display: block;}

.btn.btn-info.btn-lg.black {
    margin-left: 0px;
    margin-top: 0px;
}



.mainBanner.rhv {
    height: 270px;
}


.canine .testimonial_wrapper {
    height: 300px!important;
} 


img.pguarantee {
    position: absolute;
    top: 270px;
    z-index: 100;
    margin-left: 20px;
}
	
	
	
/*End promo */	








.home-blog-section img{margin-top: 30px;
		}
		



.testimonials-page-slider{text-align: center;}

img.testimage {
    max-height: 250px;
    float: none;
    display: inline-block;
}


.testimonial-cat-select-container {
    margin-bottom: 30px;
    display: block;
    margin-left: 0px;
}







.home-product-list .btn-orange.add-to-cart-pd-thumb {
    margin-top: 30px;
}


.online1 img{max-width: 200px;
	margin-bottom: 15px;
}


.slick-arrow.slick-prev {
    left: -50px;
}

.slick-arrow.slick-next {
    right: 0px;
}


.medicine_calc_form button{margin-top: 15px;}

	
	.home-product-list .pd-thumb {
    text-align: center;
    margin-bottom: 25px;
    max-width: 300px;
    margin: 0 auto;
}


.add-to-cart-pd-thumb {
    font-size: 25px;
    margin-bottom: 30px!important;
    max-width: 300px;
    margin: 0 auto;
}

.big-title
	{
		font-size: 38px;
		line-height: 40px;
	}
	.small-sub-title{
		font-size: 25px;
	}
	.grey-bg-full:after
	{
		    left: -133px;

	}
	.grey-bg-full
	{
		padding-right: 15px;
	}
	.home-product-list
	{
		padding-left: 0;
	}
	.home-product-list li
	{
		width: 100%;
		margin-bottom: 35px;
	}
	.testimonial-slider
	{
		margin-bottom: 45px;
	}
	
	
		
	.video-container{
		padding-left: 0;
	}
	#cff .cff-item
	{
		float: none;
		width: 100%;
		height: auto;
		clear: both;
	}
	#cff .cff-item:after,#cff .cff-item:before
	{
	    display: block;
	    clear: both;
	    content: "";
	}
	.newsletter-form .gform_wrapper .gform_body
	{
		margin-bottom: 10px;
	}
	.newsletter-form .gform_wrapper .gform_body:after
	{
		display: block;
	    clear: both;
	    content: "";
	}
	.newsletter-form .gform_wrapper .gform_body,.newsletter-form .gform_wrapper .gform_footer
	{
		float: none;
		width: 100%;

	}
	.site-footer [class*=col-]
	{
		margin-bottom: 25px;
	}
	.header-tag a
	{
		font-size: 40px;
		line-height: 80px;
		border-top: 0;
	}
	.testimonial-video-slider
	{
		padding: 0 25px;
	}
	
	.sciencific-research-list-item .btn
	{
		margin-bottom: 25px;
	}
	.sciencific-btn
	{
		white-space: normal;
	}
	.icon-holder
	{
		display: block;
	     
	    margin: 0 auto 15px;
	}
	.section-title
	{
		text-align: center;
	}
	#cff
	{
		margin: 0 -15px;
    	padding: 0 15px;
	}
	.padding-left-big
	{
		padding-left: 15px;
	}
	.padding-right-big
	{
		padding-right: 15px;
	}
	.about-section-4 .about-section-4-right
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.about-section-7-left
	{
		padding-left: 15px;
	}
	.accordion .card .card-header
	{
		padding: 20px;
	}
	.accordion .card .card-header h5
	{
		font-size: 16px;
	}
	.testimonial-page-slider-item .author-info
	{
		margin-bottom: 25px;
	}
	.sciencific-research-list-item .col-sm-9
	{
		border:0;
	}
}



@media (max-width: 575px)
{
	
	
	
	.promotional-backbutton{padding: 10px;
		bottom: 1%;
		right: 30px;
	}
	
	
	
	
	
	.desk_slider{display: none;}
	
	
	
	
	/*New mobile menu */
	
	
	#responsive-menu-pro-header{top: 52px!important;}

button#responsive-menu-pro-button{top: 65px!important;}

.site-wrapper{
    margin-top: 132px;
}
	
	/*end*/






.header-tag a {
    font-size: 25px;
    line-height: 50px;
    border-top: 0;
}

	
	
	
	
		
	/* Testimonials Popup
-------------------------------------------------- */

.testi-full-content img{
	height: auto!important;
	max-width: 300px;
}

.single.testimonial img{max-width: 300px;
	height: auto;
	text-align: center;
}	
	
	
	

.slick-arrow.slick-prev {
    left: 120px;
}


.slick-arrow.slick-next {
    right: 120px;
}


.slick-arrow{top: 550px;}


/*start promo */

.mainBanner{
   height: 260px;
    background-size: cover;
    margin-top: 30px;
    background-position: center;
}



.mainBanner.desk{display: none!important;}

.accordion .card .card-header a {
    font-size: 13px!important;
}


/*end promo */


	

}







@media (max-width: 480px)

{

.testimonial-slider {
    margin-bottom: 45px;
    text-align: center;
    margin: 0 auto;
    width: 400px;
    padding-left: 20px;
    padding-right: 70px;
}


	.newsletter-form .gform_wrapper ul li.gfield
	{
	    float: none;
		width: 100%;
	}
	 
	.about-section-4 .about-section-4-right,.about-section-8 .about-section-8-right
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.about-section-7-left
	{
		padding-left: 15px;
	}
	.about-banner-section .white-block
	{
		padding: 20px;
	}
	
	.newsletter-form .gform_wrapper {
    margin: 0;
}


/* Start Promo */
	
	
	.bannerText h1 {
    color: #fff!important;
    padding-top: 15px;
    font-size: 20px;
    padding-bottom: 10px;
}
 
	 .testimonial_wrapper {
    height: 370px!important;
}   
	    
	    .bannerText h1 span {
    font-weight: 600;
    font-size: 23px;
}	

}


@media (max-width: 380px)
{


.section.faq-section-1{background-image: url(https://rosehipvital.com/wp-content/uploads/2019/04/wtdm.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 380px;
}

.section.faq-section-1 img{display: none;}

}



