/*

Theme Name: CAD Theme

Author: CAD UIX

Version: 0.0.1a

*/

@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,900,900i|Roboto+Slab|Roboto:400,400i");

html,
body {
  padding: 0 !important;
  overflow-x: hidden;
}
.myshop_cont {
  height: 340px !important;
}
.lato {
  font-family: "Lato", sans-serif;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

.roboto-slab {
  font-family: "Roboto Slab", serif;
}

.single-testimonial h2.page-header.text-center {
  color: #a90503;
  font-weight: bold;
}

.single-testimonial p {
  /* color: #000000; */
  font-family: Helvetica, Arial, sans-serif;
}

strong,
.txt-bold {
  font-weight: 900;
}

.post-type-archive-testimonial .cont_box img {
  margin-left: 10px;
}

.cont_box.txt img {
  width: 125px;
  border: solid;
}

.single-testimonial .entry img {
  border: 3px solid #000;
}

.cont_box.txt h4 {
  font-weight: bold;
  color: #a90503;
}

h1 {
  color: #5f5f5f;
}

h3 {
  color: #a3a3a3;
}

.post-type-archive-testimonial .cont_box {
  box-shadow: 0px 0px 10px;
  padding: 15px;
  margin-bottom: 25px;
}

.post-type-archive-testimonial .d_exrpt {
  min-height: 145px;
}

body #backtop {
  right: 5px;
  bottom: 5px;
  height: 30px;
  width: 30px;
  background-color: #999292;
  line-height: 25px;
}

section#home-mid-content h3 {
  letter-spacing: 0.1px;
  margin-top: 0;
}

div#modal_guestbook div#gform_wrapper_1 textarea#input_1_5 {
  height: 100px !important;
}

div#modal_guestbook div#gform_wrapper_1 {
  max-width: 100% !important;
  padding: 10px !important;
  margin: 0 !important;
}

div#modal_guestbook textarea#input_1_5,
div#modal_guestbook input {
  width: 100%;
  box-shadow: 0px 0px 10px;
  margin-top: 5px;
  padding-left: 10px;
}

.train_form input#gform_submit_button_3,
div#gform_wrapper_2 input#gform_submit_button_2,
div#modal_guestbook input#gform_submit_button_1 {
  border-radius: 30px;
  color: #fff;
  background-color: #d90000;
  border: none;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 18px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

body
  .train_form
  div#gform_wrapper_3.gform_wrapper
  .top_label
  div.ginput_container,
body .train_form div#gform_wrapper_3.gform_wrapper ul li.gfield {
  margin-top: 0;
}

.train_form {
  margin-bottom: 25px;
  padding-bottom: 21px !important;
}

.train_form input#gform_submit_button_3 {
  width: 100%;
}

.train_form input#gform_submit_button_3:hover,
div#gform_wrapper_2 input#gform_submit_button_2:hover,
div#modal_guestbook input#gform_submit_button_1:hover {
  color: #ffffff;
  background-color: #670000;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

div#modal_guestbook div#gform_wrapper_1 h3.gform_title {
  letter-spacing: normal !important;
  margin: 0;
  color: #000;
  text-transform: uppercase;
}

div#modal_guestbook div#gform_wrapper_1 .gform_body {
  border-top: 2px solid #d90000;
}
div#modal_guestbook div#gform_wrapper_1 .gform_heading {
  margin-bottom: 5px;
}

div#modal_guestbook div#gform_wrapper_1.gform_wrapper .gform_footer {
  padding: 0;
  border-top: 1px solid;
  margin-top: 10px;
  padding-top: 10px;
}

div#modal_guestbook
  div#gform_wrapper_1.gform_wrapper
  ul.gform_fields
  li#field_1_4,
div#modal_guestbook
  div#gform_wrapper_1.gform_wrapper
  ul.gform_fields
  li.gfield {
  padding-right: 0;
}

div#modal_guestbook
  div#gform_wrapper_1.gform_wrapper
  ul.gform_fields
  li#field_1_3 {
  padding-right: 5px;
}

div#modal_guestbook div#gform_confirmation_message_1 {
  text-align: center;
  font-size: 25px;
  box-shadow: 0px 0px 10px;
  padding: 25px;
  margin: 30px 10px 10px;
}

div#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

div#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  z-index: 5;
}

div#search button.close {
  padding: 0;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  font-weight: 300;
  line-height: 24px;
  text-shadow: 0 1px 0 #fff;
  float: right;
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  background-color: red;
  border-color: #fff;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
}

div#search input[type="search"] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  left: 0;
  right: 0;
}

div#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
  background: red;
  border: 0;
  box-shadow: none;
}

div#gform_wrapper_2 textarea#input_2_4 {
  height: 100px;
}

.c_form {
  padding: 10px 0px 10px 15px;
  box-shadow: 0px 0px 10px;
}

form#gform_2 {
  border-top: 1px solid #d90000;
}

div#gform_wrapper_2 .gform_footer.top_label {
  padding: 0;
  margin-top: 10px;
  padding-top: 10px;
}
div#gform_wrapper_2 textarea#input_2_4,
div#gform_wrapper_2 li.hidden_label input {
  box-shadow: 0px 0px 10px !important;
  padding-left: 10px !important;
}

div#modal_gb_entries .modal-dialog {
  width: 100% !important;
  height: 100% !important;
}
div#modal_gb_entries {
  padding-left: 0 !important;
}
div#modal_gb_entries div#sticky-list-wrapper_1 {
  padding: 0px 10px !important;
}

article#post-20 div#metaslider_269 {
  background: #000;
  box-shadow: 0px 0px 10px #000;
}

div#modal_gb_entries div#sticky-list-wrapper_1 thead th:nth-child(1),
div#modal_gb_entries div#sticky-list-wrapper_1 thead th:nth-child(2) {
  width: 13%;
}

div#modal_gb_entries div#sticky-list-wrapper_1 thead th:nth-child(3),
div#modal_gb_entries div#sticky-list-wrapper_1 thead th:nth-child(4) {
  width: 18%;
}

div#modal_gb_entries div#sticky-list-wrapper_1 thead th:nth-child(5) {
  width: 30%;
}
div#modal_gb_entries div#sticky-list-wrapper_1 table.sticky-list {
  font-size: 14px;
}

div#modal_gb_entries div#sticky-list-wrapper_1 td.stickylist-date,
div#modal_gb_entries div#sticky-list-wrapper_1 th.sort.header-date {
  background: #eeebeb;
  text-align: center;
}

p.news_source {
  font-size: 16px;
  font-family: Georgia, Times, serif;
  color: rgb(185, 24, 6);
  line-height: 1;
}

p.news_title {
  font-size: 20px;
  font-family: Georgia, Times, serif;
  color: #000;
  margin-bottom: 0;
  font-weight: bold;
}

p.news_title a {
  text-decoration: underline;
  display: block;
}

article#post-28 #foogallery-gallery-217 .foo-item {
  text-align: center;
}
article#post-28 div#foogallery-gallery-217 {
  background: #9e0704;
  padding-top: 15px;
  border: 10px solid #000;
}

article#post-22 .entry {
  color: #000;
}

.train_info,
.train_form {
  padding: 10px;
  box-shadow: 0px 0px 10px;
}

.train_form h3.gform_title {
  color: #d90000;
}

.train_form .gform_body input,
.train_form textarea {
  border: 1px solid #d90000;
}
.train_form .gform_body textarea#input_3_4 {
  height: 100px;
}

.train_form .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}

.train_form div#gform_wrapper_3 .gform_footer.top_label {
  padding: 0;
  border-top: 1px solid;
  margin-top: 10px;
  padding-top: 10px;
}

.train_form div#gform_wrapper_3 .gform_heading {
  border-bottom: solid;
}

div#gform_confirmation_message_3 {
  text-align: center;
  padding: 25px;
  font-size: 25px;
}
header .container {
  max-width: 1400px;
}
header #sticky-menu .menu .menu-item {
  display: inline-block;
  width: auto;
  padding: 5px 12px;
}

nav#header-nav ul#menu-primary-1 li.menu-item {
  display: inline-block;
  width: auto;
  padding: 25px 12px;
}

header nav#sticky-menu {
  margin: 0 auto;
  width: 100%;
}
main#main {
  color: #000;
}

article#post-18 div#metaslider_345 {
  background: #000;
  box-shadow: 0px 0px 10px #000;
}

p.abt_wlcm {
  text-align: center;
  margin: 0;
  padding: 10px 0px;
  border-top: solid;
  border-bottom: solid;
}

.abt_slider {
  border: solid #a90503;
}

.abt_box {
  margin-top: 5px;
  padding: 10px;
  box-shadow: 0px 0px 10px;
}

.ownr_pic p {
  margin: 0;
  text-align: center;
  line-height: 1.5;
}

.abt_cont {
  box-shadow: 0px 0px 10px;
  padding: 15px;
  margin-top: 15px;
}

div#metaslider_container_269 .theme-default .nivo-controlNav a {
  margin: 0;
}
.brdng_slider {
  border: solid #d90000;
  box-shadow: 0px 0px 10px;
}
article#post-18 .entry a.foobox img {
  width: 100%;
}

article#post-22 .entry a.foobox img,
article#post-18 .entry a.foobox img {
  border: solid;
}

div#foogallery-gallery-442 {
  border-bottom: 1px solid #d90000;
  margin-bottom: 25px;
}

article#post-28 .b-page img {
  width: auto;
  max-height: 333px;
}

article#post-28 .booklet .b-arrow-prev div,
article#post-28 .booklet .b-arrow-next div {
  background-size: contain;
}

article#post-28 .booklet .b-arrow div {
  top: 50%;
  height: 50px;
  width: 50px;
}

article#post-28 .booklet .b-arrow-next div {
  background-position: right top;
}

article#post-28 .booklet .b-page {
  border: solid red;
}

body article#post-28 .gllry_box .pb-wrap .flipbook.booklet {
  height: 340px !important;
  width: 100% !important;
  box-shadow: 0px 0px 10px;
}
body article#post-28 .gllry_box .pb-wrap .flipbook.booklet .b-page,
body article#post-28 .gllry_box .pb-wrap .flipbook.booklet .b-wrap-left,
body article#post-28 .gllry_box .pb-wrap .flipbook.booklet .b-wrap-right {
  height: 100% !important;
}
body article#post-28 .gllry_box .pb-wrap .flipbook.booklet .b-wrap-left,
body article#post-28 .gllry_box .pb-wrap .flipbook.booklet .b-wrap-right {
  width: 100% !important;
}
article#post-28 .booklet .b-arrow {
  width: 100px;
}

article#post-28 .booklet .b-arrow-prev {
  left: -30px;
}

.gllry_box {
  padding: 10px 0px 20px;
  box-shadow: 0px 0px 10px;
  margin-bottom: 25px;
}

article#post-30 .hasborder .owl-stage-outer {
  margin: 0;
  padding: 0;
}

article#post-30 div#foogallery-gallery-142 {
  border: 1px solid #d90000;
  padding: 10px;
}

.post-type-archive-product.woocommerce ul.products img {
  width: 250px;
  height: 175px;
  -o-object-fit: cover;
  object-fit: cover;
  background: #000;
  border: solid;
  margin: 0 auto;
}

.woocommerce .myshop a.button.product_type_simple.ajax_add_to_cart {
  border-radius: 30px;
  color: #fff;
  background-color: #d90000;
  border: none;
  padding: 10px 10px;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  width: 75%;
  text-align: center;
  margin: 0 auto;
}
.woocommerce .myshop a.button.product_type_simple.ajax_add_to_cart:hover {
  color: #ffffff;
  background-color: #670000;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.myshop_cont {
  margin-bottom: 25px;
  text-align: center;
}

.myshop_cont h2 {
  margin: 10px;
  font-size: 22px;
  font-weight: bold;
}

.myshop_cont {
  box-shadow: 0px 0px 10px;
  padding: 15px;
  height: 300px;
}

.post-621.product h2 {
  font-size: 17px;
  font-weight: bold;
}

.train_info {
  padding-bottom: 70px;
}

@media screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  ul#gform_fields_3 li#field_3_6 {
    margin: 22px 0px;
  }
  .inner-page .entry .owl-carousel .owl-stage {
    width: 5000px !important;
  }
  body.post-type-archive-product.woocommerce .myshop_cont img {
    width: 100% !important;
    height: 150px !important;
  }

  /*    div#page-wrap #testimonials .slick-responsive-multiple-rows .testimonial .box-inner.photo:before {
    	background-color: rgba(217, 0, 0, 0.75);
    }*/
}

div#content-wrap section#home-mid-content p {
  color: #000;
}

div#content-wrap section#home-mid-content .dogs {
  margin-top: -20px;
  bottom: -17px;
  width: 100%;
}

div#content-wrap #featured-pages .col-4 .box-1 .box-container {
  background-size: cover;
  background-position: top;
}

.woo_single .images img {
  border: 5px solid;
}
/*
#testimonials .slick-responsive-multiple-rows .testimonial .box-inner.photo:before{background-color:#D90000;position:absolute;top:0;right:0;bottom:0;left:0;mix-blend-mode:multiply;opacity:1;-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s;transition:all .4s}
*/

#testimonials .slick-responsive-multiple-rows .testimonial .box-inner.photo:before {
  /*background-color:#D90000;*/
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*mix-blend-mode:multiply;*/
  background-color: rgba(217, 0, 0, 0.75);
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

section#testimonials .box-inner.photo:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(217, 0, 0, 0.75);
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
div#n2-ss-2 .n2-style-e05f08d4712b6a8cba48633145459569-dot.n2-active,
div#n2-ss-2 .n2-style-e05f08d4712b6a8cba48633145459569-dot:hover {
  background: #d90000 !important;
}
div#n2-ss-3 .n2-style-2a0a200d6a6e1fade27fb9c90af83812-dot.n2-active,
div#n2-ss-3 .n2-style-2a0a200d6a6e1fade27fb9c90af83812-dot:hover {
  background: #d90000 !important;
}
div#n2-ss-3 .n2-style-2a0a200d6a6e1fade27fb9c90af83812-dot {
    background: #ffffff !important;
    opacity: 1 !important;
    padding: 8px 8px 8px 8px !important;
    box-shadow: none !important; 
    border-width: 0px !important;
    border-style: solid !important;
    border-color: #000000 !important;
    border-color: RGBA(0,0,0,1) !important;
    border-radius: 50px !important;
    margin: 4px !important;
}

.fade.in {
  display: block !important;
}
.modal-dialog {
  width: 59%;
}
.modal-body {
  background: url(images/dog_bg.png);
  background-color: #da2d00;
  background-size: cover;
}
.modal-body h2 {
  margin-top: 0;
  padding-top: 25px;
}
.modal-content {
  background-size: cover;
  background-repeat: no-repeat;
  border: 10px solid white;
  background-color: #da2d00;
}

.modal-header {
  background-color: black;
  border-bottom: unset;
  padding-top: 20px !important;
  padding: 4px;
  margin: 0px 4px 0 0;
  position: relative;
  width: 100%;
}

input.woocommerce-Button.button,
input#gform_submit_button_5,
input#gform_submit_button_8,
input#gform_submit_button_7,
input#wpmtst_submit_testimonial,
input#signButton,
input#viewButton,
input#backButton {
  background-color: black !important;
  border-radius: 50px !important;
  border-top: unset !important;
  color: white !important;
  text-transform: uppercase;
}
a.btn.change-pass {
  background-color: black !important;
  border-radius: 50px !important;
  padding: 9px 36px !important;
  border-top: unset !important;
  color: white !important;
  text-transform: uppercase;
  border-bottom: 3px gray solid;
  font-family: inherit;
  font-weight: 700;
  width: 45%;
  padding: 9px;
}
input.woocommerce-Button.button:hover,
input#gform_submit_button_5:hover,
input#gform_submit_button_8:hover,
input#gform_submit_button_7:hover,
a.btn.change-pass:hover,
input#wpmtst_submit_testimonial:hover,
input#signButton:hover,
input#viewButton:hover,
input#backButton:hover {
  background-color: red !important;
}
input#username,
input#password {
  width: 100% !important;
  padding: 8px 10px !important;
}
input#wpmtst_submit_testimonial,
input#signButton,
input#viewButton,
input#backButton {
  padding: 10px 25px;
}
span#input_5_5_1_container,
span#input_5_5_2_container,
span#input_6_14_1_container,
span#input_6_14_2_container {
  width: 100% !important;
  padding-right: 0;
}

.gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  padding: 8px 10px !important;
}

.gform_wrapper li.hidden_label input {
  margin-top: 0 !important;
}

span#input_5_5_2_container {
  margin-top: 8px;
}

.modal-body h2 {
  color: black;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  text-shadow: -1px -1px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff,
    1px 1px 0px #fff;
}

.gform_wrapper div.validation_error {
  margin-bottom: 0 !important;
  border: unset !important;
  padding: 0 !important;
  color: white !important;
}
.gform_wrapper .validation_message,
li#field_7_3,
.page-id-467 h1.page-header,
li#field_7_2 h1 {
  color: white !important;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper
  li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.gform_wrapper .field_description_below .gfield_description {
  padding: 0 !important;
}
.gform_wrapper
  li.gfield.gfield_error.gfield_contains_required
  div.ginput_container,
.gform_wrapper
  li.gfield.gfield_error.gfield_contains_required
  label.gfield_label,
.gform_wrapper {
  margin: 0 !important;
}
.modal-header p {
  color: white;
  font-size: 34px;
}

div#myModal {
  z-index: 999991;
}

a#gf_5,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  display: none !important;
}
#changePass li#field_6_12,
#changePass li#field_6_13,
#changePass li#field_6_14 {
  display: block !important;
}
#changePass .modal-dialog {
  width: 30% !important;
}
#changePass .modal-header {
  background-color: transparent !important;
}
#changePass li#field_7_1,
#changePass span#input_7_1_1_container,
#changePass span#input_7_1_2_container {
  padding-right: 0 !important;
}
#changePass span#input_7_1_1_container,
#changePass span#input_7_1_2_container {
  width: 100%;
  padding: 10px 0;
}
.modal-body > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
}
li#field_7_2 h1 {
  float: right;
}

form.woocommerce-form.woocommerce-form-login.login p:nth-child(2) {
  padding-bottom: 26px;
}

nav.woocommerce-MyAccount-navigation {
  display: none;
}

.woocommerce-MyAccount-content {
  float: none !important;
  width: 100% !important;
}

.page-id-467 div#content-wrap {
  background-image: url(https://kingdomk-9.org/wp-content/uploads/2017/12/modal-bg-ac-e1513787875110.png);
  background-repeat: no-repeat;
  background-size: cover;
}

div#gform_wrapper_8 .gform_body h4 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  color: white;
}

input#gform_submit_button_8,
input#gform_submit_button_7 {
  float: right;
  border-bottom: 3px gray solid;
  margin-top: 10px;
  padding: 14px;
  width: 45%;
}

span#input_6_14_2_container {
  margin-top: 8px !important;
}

select#input_6_15 {
  height: 46px;
  margin-top: -6px;
}

li#field_6_19 p {
  font-size: 16px;
  color: white;
  height: 94px;
}
label#label_6_17_1 {
  color: white;
  font-size: 16px;
}

input[type="checkbox"]:after {
  background-color: white !important;
  border-radius: 0;
  border: none;
}

main#main {
  color: #797979;
}

li#field_6_15 {
  color: #797979 !important;
}

input[type="checkbox"]:checked:before {
  border: 2px solid red !important;
}
.woocommerce-MyAccount-content p {
  color: white;
  font-size: 20px;
}

div#gform_confirmation_message_5 {
  color: black;
  background-color: white;
  padding: 20px;
}

body .gform_wrapper ul li.gfield {
  margin-top: 0 !important;
}

form.woocommerce-form.woocommerce-form-login.login p {
  margin-bottom: 8px;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper
  li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: none !important;
  margin-bottom: none !important;
  border: none !important;
}
ul.woocommerce-error {
  margin: 0 !important;
  padding: 0px 50px !important;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  top: 0 !important;
}

.gform_wrapper
  li.gfield_error
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper li.gfield_error textarea {
  margin-top: 8px !important;
}
div#myModal {
  top: 50px;
  padding-right: 0 !important;
}

button.close {
  position: absolute;
  right: 5px;
  top: 5px;
}

button.close span {
  color: white;
}
article#post-961 img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  height: auto;
}
form#gform_7 .validation_error {
  background-color: black;
}
div#gform_confirmation_message_7 {
  background-color: black;
  color: white;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.guest {
  padding: 20px 30px;
  height: 325px;
}

.guest p i {
  color: white;
  font-size: 16px;
  font-weight: 300;
  top: 30px;
  font-style: inherit;
}

.guest p,
.guests p {
  color: white;
  font-weight: 300;
  margin-bottom: 0;
}

.guest cite {
  color: white;
  font-size: 25px;
  font-weight: 900;
}
.guest .content {
  height: 80%;
}
.guest .info {
  height: 20%;
}
.guest .read-more {
  width: 150px;
  padding: 10px;
  background-color: black;
  text-align: center;
  position: absolute;
  bottom: 25px;
  right: 15px;
}
.guests {
  background-color: black;
  color: white;
  padding: 20px 20px 10px;
}
.postguest {
  text-align: center;
}
textarea#comment {
  height: 80px;
  border: 1px solid #eee;
  box-shadow: none !important;
}
ol.commentlist {
  padding: 0 !important;
  list-style: none !important;
}
.comment-author.vcard img,
.comment-author.vcard span,
.comment-meta.commentmetadata,
div#respond h4,
.reply {
  display: none !important;
}
.testimonial-inner {
  position: relative;
}
.admin {
  background-color: #f3f3f3;
  padding: 20px 40px;
  border-top: solid 1px #dddddd;
}

.admin i {
  font-size: 12px;
  color: #888888;
  font-weight: 300;
}
.admin p {
  font-size: 16px;
  font-weight: 300;
  color: #5f5f5f;
  padding: 5px 0;
  margin-bottom: 0;
}

.admin cite,
cite.fn {
  color: #ca1814;
  font-size: 16px;
}
.admin cite:before,
cite.fn:before {
  content: "\2014";
  color: #ca1814;
}
.admin i.fa {
  color: #ca1814;
  font-size: 16px;
}
.strong-view.default .testimonial-inner {
  padding: 20px 40px 30px !important;
}
.gform_footer.top_label {
  text-align: center;
}
input#wpmtst_client_location,
input#wpmtst_post_title,
input#wpmtst_client_address,
textarea#wpmtst_post_content {
  border: 1px solid #dddddd;
  box-shadow: none !important;
  padding: 12px 15px !important;
  width: 100% !important;
}
.form-field.wpmtst-submit label {
  width: 25%;
}
span.required.symbol,
.form-field.wpmtst-captcha label {
  display: none;
}
.strong-form textarea {
  height: 82px !important;
}
.strong-view.default .testimonial-inner {
  height: auto !important;
}
.testimonial-success {
  border: #ca1814 solid 2px;
  text-align: center;
  color: #ca1814;
  padding: 15px 0 0;
  width: 50%;
  margin: 20px auto;
}
div#respond {
  display: none;
}
.guestbooks span p {
  padding: 15px 0;
}
.strong-view ul.simplePagerNav li.currentPage a,
.strong-view ul.simplePagerNav li a:hover {
  text-decoration: none;
  background-color: #ca1813 !important;
  color: #fff;
  padding: 10px 20px !important;
}
.strong-view ul.simplePagerNav li a {
  color: #ca1813;
  padding: 10px 20px !important;
}
h3.gform_title {
  color: #ca1813;
  text-align: center;
  font-size: 25px !important;
  font-weight: 600;
}
/* .postguest{
    display: flex;
    flex-flow: column wrap;
    max-height: 1800px;
} */
.guestbooks {
  border: 4px solid #e6e6e6;
  margin: 10px;
  width: 45%;
  padding: 0;
  border-radius: 2px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  height: 400px;
  position: relative;
}
.guestform {
  position: relative !important;
  bottom: 0;
}
#backButton {
  position: absolute;
  bottom: 0;
  padding: 10px 50px;
  right: 0;
}
form#gform_9 .gform_wrapper ul.gform_fields li.gfield,
li#field_9_3 {
  padding-right: 0;
}

.page-id-968 h1 {
  color: white;
}
li#field_9_1 {
  padding-bottom: 20px !important;
}

form#gform_9 .gfield_description.validation_message {
  color: #790000 !important;
}
.gform_wrapper li.gfield.gfield_error {
  background-color: transparent !important;
}

input.woocommerce-Button.button,
input#gform_submit_button_5 {
  padding: 10px 30px;
  float: right;
}

.guestbook-info a:hover {
  color: #d90000;
}

.guestbook-info {
  text-align: center;
}

.guestbooks a {
  width: 100%;
}
.strong-form label {
  width: 55%;
  margin: 10px 0;
}
.postgest-modal {
  padding: 10px 0;
}
.font-awsome {
  background-color: black;
  color: white;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  text-align: center;
}
div#guestbook .fa {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  border: 2px red solid;
  font-size: 24px;
  margin-top: 5px;
  padding: 5px;
}
div#guestbook ul {
  padding: 0;
}
div#guestbook ul > li div {
  display: inline-block;
}
div#guestbook ul > li {
  color: white;
  list-style: none;
  font-size: 25px;
  font-family: "Myriad Pro";
  margin: 20px 0;
}
div#guestbook .modal-body > div {
  display: block;
}
div#guestbook .strong-form .form-field {
  margin-bottom: 20px;
}
.form-field.wpmtst-captcha {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}
.gglcptch.gglcptch_v2,
.strong-form-inner,
#guestbook .modal-body {
  padding: 0 !important;
}
.guestform {
  width: 90%;
}
.form-field.wpmtst-submit label,
.form-field.wpmtst-captcha {
  margin: 0 !important;
}
.strong-form label.error {
  color: white;
  margin: 0;
  font-size: 14px;
}
div#guestbook .modal-body > div {
  float: none;
}
.page-id-968 div#content-wrap {
  background: url(images/background-img.png);
  background-size: contain;
}

.guestbook p.testimonial-success {
  border: none;
  width: 100%;
  font-size: 20px;
  color: #fff;
}

.gllry_box h3 {
  color: #a90503;
  text-align: center;
}
.guestbook div.testimonial-success {
  width: 100%;
}

.guestbook div.testimonial-success input#signButton {
  position: relative;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  float: none;
}

section.related.products {
  margin-bottom: 100px;
}

.woo-single-prod .prod-title {
  margin: 30px 0px;
}

.single-product.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__image,
.single-product.woocommerce div.product div.images a.woocommerce-main-image {
  width: 209px;
  margin: 0 5px;
}

.single-product.woocommerce div.product div.images img {
  width: 209px;
  height: 209px;
  -o-object-fit: cover;
  object-fit: cover;
}

.woocommerce div.product div.images {
  text-align: center;
}

/* SINGLE CONTENT - FEATURED IMAGES AND GALLERY CUSTOM */

.col-md-12.woo_single.woo-single-prod {
  padding: 0;
  background: #fff;
}

.woo-single-prod .prod-title#custom_content_title {
  background: #d90000;
  margin: 0;
  text-align: center;
  height: 500px;
  position: relative;
  margin-bottom: 200px;
}
.woocommerce div.product .product_title#cct {
  color: #fff;
  padding-top: 50px;
  font-size: 50px;
  font-family: serif;
}
.woocommerce div.product .product_title#cct #smallTitle {
  font-size: 25px;
}
.woocommerce div.product #single_featured_image {
  width: 640px;
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  margin-top: 20px;
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90%, transparent), to(rgba(250, 250, 250, 0.1)));
}
.images_custom {
  padding: 5%;
  position: relative;
}
.gallery_custom {
  padding: 0% 5% 5%;
  text-align: center;
  height: 300px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  position: relative;
}
button#image_arrow_left,
button#image_arrow_right {
  position: absolute;
  height: 80%;
  top: 0;
  bottom: 0;
  border: none;
  width: 5%;
  background: none;
}
button#image_arrow_left {
  left: 0;
}
button#image_arrow_right {
  right: 0;
}
.gallery_custom #imgIMG {
  position: relative;
}
.gallery_custom #imgIMG #REDoverlays {
  position: absolute;
  background: red;
}

.gallery_custom .modalTarget img {
  height: 170px;
  border-radius: 10px;
}
.gallery_custom .modalTarget img:hover,
.defaultsIMG {
  opacity: 0.7;
}
.gallery_custom .modalTarget {
  margin: 1%;
  border-radius: 10px;
  border: 3px solid transparent;
}
.gallery_custom .modalTarget:hover,
.defaults {
  border: 3px solid #d90000;
  opacity: 1;
  background: #d90000;
}

.image_pages {
  position: absolute;
  z-index: 2;
  width: 90%;
  margin: auto;
  left: 0;
  margin-top: -2%;
  right: 0;
  background: #fff;
  text-align: center;
}
.paginate_container {
  margin: 0% 1%;
  height: 70px;
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  max-width: 145px;
  display: -webkit-inline-box;
  display: inline-flex;
}
.white_block {
  background: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  margin-bottom: 50px;
  z-index: 3;
}
.image_pages button {
  border: none;
  background: none;
  font-size: 20px;
}
button.numbers {
  color: #d90000;
  margin: 0 5px;
}
.buttonSelected {
  color: #fff;
  background: #d90000;
}
#single_featured_image:hover {
  cursor: pointer;
}
#singleImageModal .modal-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border: 2px solid #000;
  border-radius: 10px;
}
#singleImageModal .modal-body {
  background: #d90000;
  border-radius: 10px;
  box-shadow: 20px 20px 20px #000;
}

@media screen and (min-width: 2000px) {
  body,
  html {
    max-width: 2000px;
    margin: auto;
  }
}
@media screen and (max-width: 1774px) {
  .white_block {
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 1611px) {
  .white_block {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1445px) {
  .white_block {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1269px) {
  .white_block {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1064px) {
  .white_block {
    height: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .gallery_custom {
    height: 280px;
  }
  .images_custom {
    margin-bottom: 30px;
  }
  .white_block {
    margin-bottom: 20px;
    height: unset;
  }
  .image_pages {
    margin-top: -5%;
  }
}
@media screen and (max-width: 950px) {
  .white_block {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 846px) {
  .white_block {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 800px) {
  .image_pages {
    margin-top: -5%;
  }
  .white_block {
    margin-bottom: -5px;
  }
}
@media screen and (max-width: 666px) {
  .white_block {
    margin-bottom: -15px;
  }
}

@media screen and (max-width: 555px) {
  .image_pages {
    margin-top: -10%;
  }
  .images_custom {
    margin-top: -10%;
  }
  .white_block {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 500px) {
  .images_custom {
    margin-top: -30%;
  }
  .gallery_custom .modalTarget img {
    height: 120px;
  }
  .gallery_custom {
    height: 200px;
  }
  button.numbers {
    font-size: 18px;
  }
  .white_block {
    height: 30px;
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 462px) {
  .paginate_container {
    max-width: 150px;
  }
}
@media screen and (max-width: 447px) {
  .image_pages {
    padding: 0;
    margin-top: -11%;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 395px) {
  .paginate_container {
    max-width: 100px;
  }
  .white_block {
    margin-bottom: -25px;
  }
}

@media screen and (max-width: 380px) {
  .images_custom {
    margin-top: -50%;
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 350px) {
  .white_block {
    margin-bottom: -30px;
  }
}
@media screen and (max-width: 345px) {
  .paginate_container {
    max-width: 100px;
  }
  .white_block {
    margin-bottom: -32px;
  }
}

.logo-container img {
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.logo-container img:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.product-excerpt {
  color: #fff;
}

.product-excerpt a:hover {
  color: #fff;
  opacity: 0.7;
}

div#notice-modal .modal-content {
  background-color: transparent;
  border: transparent;
  box-shadow: none;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}
div#notice-modal .modal-content img {
  margin-left: auto;
  margin-right: auto;
}

button.close-button {
  position: absolute;
  top: 70px;
  right: 70px;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  line-height: 0;
  border-radius: 50%;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
  border: 4px solid #c90d0d;
  text-transform: uppercase;
}

div#notice-modal .modal-dialog {
  width: 100% !important;
  max-width: -webkit-max-content !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
  padding: 20px;
}
#sticky-menu.fixed {
  z-index: 9999;
}

.tea_box {
  margin-bottom: 2rem;
}

.myshop_cont {
  height: initial !important;
}

.woocommerce .woocommerce-ordering .orderby {
  float: right;
}

@media (max-width: 991px) {
  div#notice-modal .modal-content {
    margin-top: 80px;
  }
  button.close-button {
    top: 12%;
    right: 0;
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  #footer-widgets > .container {
    display: none;
  }

  div#socket > .container > div {
    width: 100%;
    float: none;
    left: initial;
    right: initial;
  }

  #socket .footer-social,
  #socket .copyright,
  #socket .payments {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .contxt {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #featured-pages .box- .box-container {
    height: 200px;
  }

  #featured-pages .box- .page-title {
    text-align: left;
  }
}

@media (max-width: 576px) {
  .woocommerce .woocommerce-ordering .orderby,
  .woocommerce .woocommerce-result-count,
  .woocommerce-page .woocommerce-result-count {
    float: inherit;
  }

  .woocommerce .woocommerce-ordering .orderby {
    margin-bottom: 2rem;
  }
}
