/*
* Theme Name: Client
* Style Sheet: Main
* Version: 1.0.1
*/
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700,900|Pacifico&display=swap');

*{
	padding:0px;
	margin:0px;
	box-sizing:border-box;
	-webkit-overflow-scrolling: touch;
}
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

html,
body{
	height:100%;
	width:100%;
	font-size:18px;
	background-color:#eeeeee;
	font-family: 'Merriweather', serif;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
#primary,
#main{
	padding:0px;
	margin-bottom: 0;
}

.boxed {
	max-width: 1220px;
}
 .two-columns {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-gap: 40px;
column-gap: 40px;
-moz-column-gap: 40px;

}

.featured-img{
	    height: 415px;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
		position: relative;
top: -75px;
}
.featured-img-2{
	    height: 300px;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
		position: relative;
top: -75px;
}
.page-id-8 .featured-img{display: none;}
.overlay{
	background: rgba(0,0,0,0.5);
	height: 100%;
	width: 100%;
}
.featured-img h3{
	font-size: 60px;
	padding-top: 125px;
}
.featured-img-2 h3{
	font-size: 60px;
	padding-top: 125px;
}
.btm_banner{
    background-position: center !important;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-repeat: no-repeat !important;
}
.red_background{
    background-position: center !important;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-repeat: no-repeat !important;
		height: 600px;
}
.blue_background{
    background-position: center !important;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-repeat:repeat !important;

}
.green_background{
    background-position: center !important;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-repeat:repeat !important;

}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

h1{font-family: 'Merriweather', serif; margin:0;font-size:45px;}
h2{}
h3{font-family: 'Pacifico', cursive;font-size:40px;}
h4{}
h5{}
h6{}
p{
	color:#333;
	font-size:18px;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

#wrapper {
	margin: 0px auto;
	width: 100%;
	transition: transform 0.5s ease-in-out;
}
.container{
	width:1180px;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo img {

}
img{
	outline:none;
	max-width:100%;
	object-fit:cover;
}
.copyright a{
	color:#fff;
}

.top-bar{
	background: #075989;
	padding: .5rem;
}
.top-bar a{
	color: #fff;
}
/* nav */
.navbar-brand {
	display: flex;
	width:100%;
	text-transform:uppercase;
    padding: 0;
    margin: 0;
}

/* Highlighting an Active Link */
.current-menu-item > a{}
/* END - Highlighting an Active Link */



.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #74c600;
}

.sticky + .content {
  padding-top: 102px;
}
.menu-item-29 a{
	background:url('/wp-content/uploads/2020/03/logo.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	font-size:0 !important;
	width:150px;
	height: 150px;
}
.menu-item-29{
	z-index: 9;
	background: #eee;
padding: 15px;
position: relative;
top: 0 !important;
border-bottom-right-radius: 99px;
    border-bottom-left-radius: 99px;
}
.navbar-nav li{
	position: relative;
top: 35px;
padding-right: 1rem;
}
  .navbar-nav li a{
		font-size: 20px;
	}

/*------------------------------------*\
    Menu Dropdown with Hover Effect
\*------------------------------------*/
.dropdown-menu{
	padding:0;
	margin: 0;
}
.dropdown li a{
	padding:5px;
}
.dropdown-menu .dropdown-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .dropdown-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar-nav .dropdown-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar-nav .dropdown-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}





/* sidebar */
.sidebar {

}
/* footer */
.footer {
    border-top: 5px solid #333;
}
.footer h3{
 font-family: 'Merriweather', serif;
 font-size: 23px;

}
.copyright{
	background: #075989;
	padding: .75rem;
	color: #fff;
	text-align: center;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.btm_banner h1{
	font-size: 57px;
}
.btm_banner h3{
	font-size: 50px;
}

.welcome img{
	height: 450px;
	width: 100%;
	margin: 0 auto;
	display: block;
}
.available_section p{
	color: #fff;
}
.puppy_info p{
	color: #fff;
}
.waiting p{
	color: #fff;
}
.av{
	position: relative;
top: -175px;
    margin-bottom: -100px;
}
.btn-flex{
	border-top: 1px solid;
border-bottom: 1px solid;
padding: 20px;
}
.btn-red{
	background: #840017;
color: #fff;
border-radius: 0;
border: 2px solid #fff;
outline: 5px solid #840017 !important;
}
.btn-white{
	background: #fff;
color: #333;
border-radius: 0;
border: 2px solid #840017;
outline: 5px solid #fff !important;
}
.av img{
	height: 500px;
	width: 100%;
	margin: 0 auto;
	display: block;
	border:20px solid #fff;

}
.ak_logos{
	display: block;
height: 245px;
}
.right_box{
	border: 5px solid #000;
    padding: 2rem;
}
.btm_boxes img{
	height: 400px;
}

.pups img{
	height:400px;
	width: 100%;
}


.pup_img {
	width: 100%;
height: 600px;
}
.stacked{
	height: 175px;
	margin-bottom: 2rem;
	width: 100%;
}

.banner-blurb p{
	color: #fff;
	    text-align: center;
	    width: 66%;
	    margin: 0 auto;
	    margin-top: 2rem;
	    font-size: 20px;
}


.reviews p{
	color: #333;
}

.pup_icon{
	height: 80px !important;
width: 80px !important;
position: absolute;
top: 0;
right: 20px;
}
.portfolio img{
	height: 300px;
width: 100%;
    margin-bottom: 30px;
}


/*------------------------------------*\
    FAQS
\*------------------------------------*/
.faqs{
	padding-bottom: 4rem;
	padding-top: 4rem;
}
#faq_container {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  padding: 10px 15px;
  width:100%;
}

.faq_question {
  margin: 0px;
  padding: 0px 0px 5px 0px;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  display: table;
}

.question {
  margin-bottom: 5px;
  display: table-cell;
  width: 100%;
}

.faq_answer_container {
  height: 0px;
  overflow: hidden;
  padding: 0px;
}

.accordion-button-icon {
    opacity: .5;
    filter: alpha(opacity = 50);
    vertical-align: middle;
    background: #717171;
    color: #fff;
    border-radius: 99px;
    padding: 5px;
}

/*------------------------------------*\
    BLOG
\*------------------------------------*/
.entries {
  padding: 20px 0px;
  text-align: center;
  width: 100%;
  float: left;
  margin-bottom: 40px
}

.entries ul {}

.entries ul li {
  display: inline-block;
  line-height: 30px;
  color: black;
  margin: 0px 5px;
  cursor: pointer;
  float: left;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 5px;
}

.entries ul li:last-child {
  float: right;
}

.entries ul li:hover a {
  color: #c70506
}

.entry-title {
  color: #e7e8e9;
  width: 100%;
  line-height: 108px;
  margin-bottom: -108px;
  margin-top: 80px;
}

.blog-sec .entry {
  margin-bottom: 40px;
}



.blog-sec .entry img {
  width: 100%;
  height: 230px;
}

.blog-sec .entry h4 {
  background: #0f280b;
  line-height: 22px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 14px 0px;
  margin-top: -4px;
  text-align: center;
  color: white
}

.blog-sec .entry .date {
  background: white;
  padding: 14px;
}

.blog-sec .entry p {
  color: black;
  text-align: left;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 20px;
  border-left: 4px solid #c70506;
  margin-left: 20px;
  padding-left: 15px;
  font-family: 'Montserrat', sans-serif;
}

.blog-sec .entry strong {
  display: block;
}

.intro {
	height: 100%;
	width: 100%;
	padding-bottom: 40px;
	border: 1px solid rgba(238, 238, 238, 0.3);
	margin-top: 2rem;
	margin-bottom: 2rem;
	box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.25);
}

.intro h1 {
  color: #fff;
  width: 70%;
  margin: 0 auto;
}

.intro h3 {
  color: #fff;
}

.intro p {
  color: #fff;
  width: 70%;
  margin: 0 auto;
}

.intro input[type=submit] {
  margin: 0 auto;
  display: block;
  color: #205d9e;
  border: 1px solid transparent;
  background: #fff;
  border-radius: 99px;
  font-size: 22px;
  font-size: 18px;
  padding: .25rem 2rem;
  line-height: 40px;
  letter-spacing: 1px;
}

.intro input[type=submit]:hover {
  border: 1px solid #fff;
  color: #fff;
  background: #205d9e;
}

.single-left .container {
  background: url(/wp-content/uploads/2018/08/website-bg.jpg);
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: relative;
  padding: 3rem;
  box-shadow: 0px 0px 20px 11px rgba(0, 0, 0, .3);
  margin-bottom: 4rem;
}

.blog-pics img {
  height: 250px;
  width: 250px;
  object-fit: cover;
  margin: 0 auto;
  display: block;
  margin-bottom: 3rem;
}

.main-blog-img {
  margin: 0 auto;
  display: block;
  width: 100% !important;
}

.single-left h1 {
  width: 80%;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.main-blog-img img {
  margin: 0 auto;
  display: block;
  margin-top: 25px;
  margin-bottom: 2rem;
}

.single-left p {
  color: #205d9e;
}
.vcard{
	border: 1px solid #eee;
	padding: 1rem;
	background: #eee;
	width: 70%;
  margin-bottom: 1rem;
}
.comment-body{
	border: 1px solid rgba(238, 238, 238, 0.4);
	padding: 1rem;
	box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}
.left_side{
	border-right: 1px solid rgba(158, 158, 158, 0.5);
  padding-right: 30px;
}
.left_side li{
	list-style-type: none;
}
.left_side h3{
	text-transform: uppercase;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 2px;
}

.left_side a:after {
  content: '';
  position: relative;
  width: 0;
  height: 3px;
  display: block;
  margin-top: 5px;
  right: 0;
  background: #fff;
  transition: width .2s ease;
  -webkit-transition: width .2s ease;
}

.left_side a:hover:after {
  width: 100%;
  left: 0;
  background: #fff;
}

/*------------------------------------*\
FLEXSLIDER
\*------------------------------------*/
 .flexslider{
    border:none !important;
		margin-bottom:-65px;
}
 .slides li{
     height:700px;
     background-repeat:no-repeat !important;
     background-size:cover !important;
     -webkit-background-size:cover !important;
     -moz-background-size:cover !important;
     -o-background-size:cover !important;
		 background-position: center !important;
}
 .slider{
     position: relative;
		 top: -65px;
}
 .flexslider:hover .flex-direction-nav .flex-prev{
     opacity:1;
}
 .flexslider:hover .flex-direction-nav .flex-next{
     opacity:1;
}
 .flex-direction-nav .flex-next{
     text-align: -webkit-center;
}
 .flexslider .flex-direction-nav a, .flexslider .flex-direction-nav a {
     display: block;
    /* I added this line */
}
  .flex-direction-nav .flex-next {

     opacity: 1 !important;
     margin-left: 10px;
         width: 48px;
    height: 48px;
    font-size: 0;
     background:url(/wp-content/themes/Clients/img/right.png);
		     top: 50%;
}
 .flex-direction-nav .flex-prev {

     opacity: 1 !important;
     margin-left: 10px;
          width: 48px;
    height: 48px;
    font-size: 0;
     background:url(/wp-content/themes/Clients/img/left.png);
		     top: 50%;
}
 .flex-control-nav{
     display:none;
}
#home_slider .flex-control-nav{
        position: relative;
    top: 8px;
    z-index: 9;
    margin: 0 auto;
    display: block;
}
.flex-direction-nav .flex-next:before {
	display: none;
}

.flex-direction-nav .flex-prev:before {
	display: none;
}

.flex-nav-prev {
	font-size: 0;
}
.carousel .flex-direction-nav{
	position: absolute;
	bottom: -30px;
	left: 35px;
} 
 
 
  
 

























/*Carousel Slider With Hover */
.carousel .slides li img{
	height:150px;
	width:100%;
	padding: 10px;
}


.section_slides {
  position: relative;
  width: 100%;
}


.middle_slides {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(65, 34, 119, 0.5);
    margin-left: auto;
    margin-right: auto;
}
 .section_slides:hover .image {
  opacity: 0.3;
}
.section_slides:hover .middle_slides{
  opacity: 1;
}

.image_2{
	color: white;
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}


/*------------------------------------*\
	END STRUCTURE
\*------------------------------------*/
.entry-content:after {
	content: "";
	display: table;
	clear: both;
}



p, ul, ol, address, dl {
	margin-bottom: 1.5em;
}

ul > li {
	margin-bottom: 0.5em;
	padding:0px;
	margin:0px;
}

ul > li:last-child {
	margin-bottom: 0;
}

.h-list li {
	display: inline-block;
}

.text-centered {
	text-align: center;
}

.avatar {
	border-radius: 50%;
	margin-right: 5px;
}

caption {
	color: inherit;
}

figcaption {
	margin-bottom: 1.5em;
}

img {
	height: auto;
	vertical-align: middle;
	object-fit: cover;
}

iframe, img {
	max-width: 100%;
}

.alignleft {
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

nav ul, .widget ul {
	padding: 0;
}

nav ul li, .widget ul li {
	list-style-type: none;
}

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

# Tables

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

th, td, thead {
	padding: 10px;
	text-align: center;
}

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

# Forms, Links and Buttons

--------------------------------------------------------------*/
.navbar-nav li a:hover{
	color:red !important;
}
a:hover, li.current-menu-item a, a.light:hover {
	color: red !important;
}

a:hover, a:focus, a:link, a:visited, li.current-menu-item a {
	text-decoration: none;
	outline: none;
}

.widget .button, .widget input[type="submit"], .widget input[type=button] {
	width: 100%;
	text-align: center;
}

.button-link {
	display: inline-block;
}

.button-link a, button, .button, html input[type=button], input[type=reset], input[type=submit] {
	display: inline-block;
	width: auto;
	padding: 5px 16px;
	border: 1px solid #000;
	transition: color 200ms linear, border-color 200ms linear;
}

a.button {
	padding: 5px 16px;
}

.button-link a:hover, button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
	color: #444;
}

.btn:focus {
	border: 0px;
	outline: none;
}

.btn-primary {
	border: 0px;
	background: #075989;
	color:#fff;
}

.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	border: 1px solid #1ebaf3;
	background: #1ebaf3;
	color: #ffffff;
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="number"],
select,
textarea {
	background: #fff;
	color: #444444;
	border: 1px solid #e2e2e2;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
	background: #ffffff;
	color: #444444;
	border: 1px solid #1ebaf3;
}

textarea, input {
	margin-bottom: 20px;
	padding: 10px;
}

input, select {
	height: 2.2em;
}

input[type="checkbox"],
input[type="radio"] {
	height: auto;
}

textarea {
	resize: vertical;
}

textarea:focus, input:focus {
	border: 1px solid rgba(30, 186, 243, 0.5);
}

textarea:focus, input:focus, button:focus, select:focus, a:focus {
	outline: none;
}
.pagination{
	margin:0 auto;
	display:block;
	text-align:center;
	margin-bottom:2rem;
}
.pagination .page-numbers {
    border: 1px solid #333;
    margin-bottom: 1rem;
    padding: .25rem 1rem;
	background:#075989;
	color:#fff;
}
.pagination .current{
	    background: #800f20;
}
form p{
	margin: 0;
}
 input[type=submit]{

	 background: #840017;
	color: #fff;
	border-radius: 0;
	border: 2px solid #fff;
	outline: 5px solid #840017 !important;
 }
 body .gform_wrapper ul li.gfield {
         margin-top: 0px !important;
         padding-top: 0;
     }
     .block-content ul li {
           margin-bottom: 0 !important;
           margin-top: 0 !important;
         }
     .gform_body ul li .ginput_container select,.gform_body ul li .ginput_container input{
             margin-bottom: 0px;
     }
     .gfield_required {
         display: none !important;

     }
	.gfield_label{
		    margin-top: 1rem;
	}
.footer	.gfield_label{
		    display: none !important;;
	}
.footer .gform_title{display: none;}
#gform_submit_button_1{
	font-size: 8px;
	position: relative;
	top: -30px;
}


/* TESTIMONIALS */

selector{property:value;}

#wpmtst-form input[type=text]{border:4px solid #000;}

#wpmtst-form input[type=email]{border:4px solid #000;}

#wpmtst_phone{border:4px solid #000;}

#wpmtst_company_website{border:4px solid #000;}

#wpmtst-form .outside-border{padding:30px 190px 0 0;}

#wpmtst-form textarea{border:4px solid #000;padding: 2rem;}

#wpmtst-form{margin-top:2rem;}

.required-notice{display: none;}

.form-btn{margin:0 auto;text-align:center;margin-top: -70px;}

.field-featured_image {margin:0 auto;display: block;text-align: center;}

/*#wpmtst-form .form-field label{color:#554f4c;font-weight: bold;}

*/

 .strong-form .before{font-size: 18px;font-weight:600;}

.strong-view.strong-form{padding: 0;}

.strong-view.strong-form .required-notice{display: none;}

.strong-view.strong-form .required.symbol{display: none;}

.strong-view.strong-form .form-field{width: 48%; float:right;}

.strong-view.strong-form .form-field:nth-child(2n+2){width: 50%; float:left;}

.strong-view.strong-form .form-field.field-post_title{width: 100%!important}

.strong-view.strong-form .form-field.field-post_content{width: 100%!important}

.strong-view.strong-form .form-field.field-post_content textarea{height: 120px!important}

.strong-view.strong-form .form-field.field-featured_image{width: 100%!important;position: relative; margin-bottom:50px;}

.strong-view.strong-form .form-field.field-featured_image label{font-size: 18px;font-family: 'Montserrat', sans-serif;font-weight: 600;margin-right: 19px;}

.strong-view.strong-form .form-field.field-featured_image #wpmtst_featured_image {opacity: 0;padding: 0px;z-index: 9999;cursor: pointer;margin-top: -70px;position: relative;left:-145px;}

.strong-view.strong-form .form-field.field-featured_image .before:after {content: 'Choose File';color: white;text-transform: uppercase;letter-spacing: 1px;font-style: normal;background: #d3d3d3;width: 155px;display: inline-block;line-height: 45px;border-radius: 30px;}

.strong-form .form-field.wpmtst-submit{width: 100%}

.strong-form .form-field.wpmtst-submit input{width: auto;}

.strong-form span.error, .strong-form label.error{height: 0px!important; font-weight: 300!important}

.strong-form-inner{padding: 0px!important}

.section-divider{border-bottom:10px solid #554f4c;}

.testimonial-form{padding:5rem;}



.testimonial-form p{font-size:16px;color:#554f4c;width:50%;}





.testimonials-section2 img{display: block;margin:0 auto;}

.testimonials-section2 h2{text-transform: uppercase;font-size:22px;font-weight: 600;color:#554f4c;padding-top: 1rem;    padding-top: 2rem;line-height: 8px;}

.testimonials-section2 .testimonial-client{left:70%;position: relative;}

.strong-form .form-field.wpmtst-submit{margin: 0 auto;display: block;text-align: center;}

#wpmtst_submit_testimonial{margin-top:3rem;}


.review-testimonials .testimonial-name{text-align:left;}

.review-testimonials .review-date{text-align:left;}

.review-testimonials textarea{padding:1rem;}
.testimonial-image img{
	height: 125px !important;
	width: 125px;
}

/*------------------------------------*\
  WOOCOMMERCE
\*------------------------------------*/
.woocommerce{width:100%;}
.woocommerce-MyAccount-content {
  background: #eee;
  padding: 1rem 1rem;
  height: 100%;
}

.woocommerce-MyAccount-navigation-link {
  border: 1px solid #eee;
  padding: 5px 10px;
}

.woocommerce-Price-amount.amount {
  float: none !important;
}

.woocommerce-Price-currencySymbol {
  float: none !important;
}

.single_add_to_cart_button {
  background: #858585 !important;
}

.woocommerce ul.products li.product .button {
  background: #858585 !important;
  color: #fff !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  text-align: center !important;
  text-transform: uppercase;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .2);
  padding: 1rem;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background: #858585 !important;
}

.woocommerce-Tabs-panel h2 {
  font-size: 27px;
  letter-spacing: 1px;
}
.woocommerce-result-count{
	display: none;
}
.orderby{
	display: none;
}
 .checkout_coupon {
	 display:block !important;
 }
.woocommerce-form-coupon-toggle{
	display: none;
}
.postid-140 .woocommerce-message{
	display: none;
}
.wp-post-image{
	height: 400px !important;
	width:100%;
}

.woocommerce-product-gallery__trigger{
	display: none;
}
.product h1{
	margin-bottom: 1rem;
}
.s_title{
	font-size: 25px;
font-style: italic;
color: #6c757da8;
}
.soc_single i{
	border: 1px solid rgba(0, 0, 0, 0.4588235294117647);
    width: 35px;
    height: 35px;
    border-radius: 99px;
    text-align: center;
    line-height: 1.85;
    color: #0404f7;
}

.top_list h6 strong{
	font-weight: 900;
}
.btm_list h6 strong{
	font-weight: 900;
}
.top_list p{
	color: #6c757d;
}
.btm_list p{
color: #6c757d;
}
.cart_totals h2{
	display: none;
}
.reserve_page ul li{
	list-style: none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	background: #fff;
}
.page-id-140 .reserve_page .side_b{
	display: none;
}
.page-id-142 .reserve_page .side_b{
	display: none !important;
}
.page-id-144 .reserve_page .side_b{
	display: none;
}
#wc-deposits-options-form{
    position: absolute;
    bottom: 0;
    right: 0; 
    width: 60%;
    height: 100%;
    top: 75%;
}
#wc-deposits-options-form div a.wc-deposits-switcher {
    background-color: #075889 !important;
    background: -moz-gradient(center top, #ad74a2 0%, #93638a 100%) !important;
    background: -moz-linear-gradient(center top, #ad74a2 0%, #93638a 100%) !important;

    background: -webkit-linear-gradient(#075889, #075889) !important;
    background: -o-linear-gradient(#ad74a2, #93638a) !important;
    background: linear-gradient(#075889, #075789) !important;
	
}
@media (min-width: 768px) {

  .col-1,
  .col-2 {
    width: 100% !important;
    max-width: 100% !important;
    display: inline;
  }

  #order_review {
    width: 100% !important;
    float: none !important;
  }

  .form-row {
    display: block;
  }

  .col-2 textarea {
    width: 400px;
  }

  .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background: #858585 !important;
    color: #fff !important;

    border-radius: 0;
  }
}

@media (max-width: 768px) {

  .col-1,
  .col-2 {
    min-width: 300px;
  }

  #order_comments {
    min-width: 300px;
  }
}
