@import url(http://fonts.googleapis.com/css?family=Karla|Quicksand);
@import url('styles/boots-bones.css');
/*
Theme Name: Papyrus Paper
Author: Ebiz
Version: 1.0

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-weight: bold;
}

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}

button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 10px;
  background: #ccc;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */

  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */

  font-size: 12px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1.12em 1.5em 1em;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}

input[type=text],
input[type=email],
textarea {
  color: #888888;
  border: 1px solid #dddddd;
  border-radius: 5px;
}

input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #101010;
}

input[type=text],
input[type=email] {
  padding: 3px;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding: 10px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 98%;
}

/* styles
-------------------------------------------------------------- */
body,
button,
input,
select {
  padding: 0;
  margin: 0;
  background: #ffffff;
  font-family: "Karla", Helvetica, sans-serif;
  line-height: 26.64px;
  font-size: 18px;
  font-size: 1.8rem;
}

/* typography
-------------------------------------------------------------- */
/* Headings */


h1 {
  line-height: 71px;
  s font-size: 48px;
  font-size: 4.8rem;
}

h2 {
  line-height: 50px;
  font-size: 34px;
  font-size: 3.4rem;
}

h3 {
  line-height: 41px;
  font-size: 28px;
  font-size: 2.8rem;
}

h4 {
  line-height: 26px;
  font-size: 18px;
  font-size: 1.8rem;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* Text elements */
p {
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

b,
strong {
  font-weight: bold;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.7em;
  line-height: 1.5em;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
  box-shadow: 0 3px 5px #ddd inset;
}

/* Links */
a {
  color: #007998;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #000;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.center {
  text-align: center;
}

/* Header
-------------------------------------------------------------- */
.site-title a {
  text-transform: uppercase;
  font-size: 4em;
  text-align: center;
}

.site-title a:hover {}

.site-description {
  font-style: italic;
}

header {
  padding: 20px 0;
  background: transparent;
  margin: 20px auto;
}

header .gravatar {
  overflow: hidden;
  width: 100px;
  height: 100px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  float: right;
}

header #brand {
  margin: 1em 0;
}

header #brand h1 {
  font-weight: 900;
  color: #565656;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.45em;
}

header #brand h1 a {
  color: #565656;
  text-decoration: none;
}

header #brand h1 span {
  font-weight: 200;
  color: #888888;
  text-transform: lowercase;
}

header nav {
  font-family: "Quicksand", Helvetica, sans-serif;
}

.menu-main-nav-container,
.menu-main-container {
  float: right;
}

header nav ul {
  list-style: none;
  margin: 0;
}

header nav ul li {
  float: left;
  padding: 0px 10px !important;
}

header nav ul li a {
  color: #888888;
  font-size: 14px;
}

/* Posts/Articles
-------------------------------------------------------------- */
article {
  background: transparent;
  padding: 0;
  margin-bottom: 80px;
  border-bottom: 1px solid #dddddd;
}

article .title {
  color: #404040;
  line-height: 56.24px;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
}

article .title a {
  text-decoration: none;
  color: #404040;
}

article .title a:hover {
  color: #007998;
}

article .post-meta {
  margin-bottom: 40px;
  font-size: 14px;
  text-align: center;
  font-family: "Karla", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}

article .post-meta a {
  color: #888888;
  text-decoration: none;
}

article .post-meta a:hover {
  color: rgba(136, 136, 136, 0.5);
}

article .the-content a {
  font-weight: 900;
  text-decoration: none;
}

article .the-content p {
  color: #191919;
  text-align: justify;
}

article .the-content img {
  width: 100%;
  height: auto;
}

article .meta {
  line-height: 14.8px;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .9px;
}

article .meta div {
  margin: 1px auto;
}

article .meta .post-categories {
  list-style: none;
  margin: 0 0 10px 0;
}

article .meta .post-categories li {
  display: inline-block;
  margin-right: 10px;
}

/* Page loop styling */
.page article {
  border-bottom: none;
}

.page article .title {
  margin-bottom: 40px;
}

/* Pagination */
#pagination {
  margin-bottom: 40px;
  width: 100%;
}

#pagination .past-page {
  float: right;
  width: 49%;
  text-align: right;
}

#pagination .next-page {
  float: left;
  width: 50%;
  border-right: 1px solid #ccc;
  height: 200px;
}

.next-page a,
.past-page a {
  font-size: 2em;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 400;
  font-style: italic;
  padding: 10%;
}

/* Comments */
h3#comments {
  margin-bottom: 80px;
  font-size: 16px;
}

.commentlist {
  list-style: none;
  margin: 0;
}

.commentlist .comment {
  margin: 0 0 40px 50px;
  padding: 20px;
  position: relative;
  list-style: none;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.commentlist .comment .children {
  margin-top: 40px;
}

.commentlist .comment-author {
  float: left;
  margin-right: 10px;
}

.commentlist .comment-author img {
  position: absolute;
  left: -50px;
  top: 5px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.commentlist .comment-author .says {
  display: none;
}

.comment-meta {
  font-size: 12px;
  margin-bottom: 10px;
}

.comment-subscription-form,
.comment-subscription-form {
  margin-bottom: 0;
  font-size: 14px;
}

#respond {
  margin-bottom: 80px;
}

#respond>h3 {
  font-size: 16px;
  margin-bottom: 20px;
}

#respond form label {
  color: #888888;
}

footer {
  text-align: center;
  padding-bottom: 40px;
  font-size: 12px;
}

/* Misc & mixens
-------------------------------------------------------------- */
.site-footer {
  background-color: #f3efe6 !important;
}

.site-footer a {
  color: #000 !important;
}

.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.clear {
  clear: both;
}

/* clear floats */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

/* #Media Queries
================================================== */

/* Those wide screens above 1280px */
@media only screen and (min-width: 1281px) {
  body {
    font-size: 2.5em;
    line-height: 1.5em;
  }

  article .title {
    font-size: 1.8em;
    line-height: 1.5em;
  }

  article .post-meta {
    font-size: 0.7em;
    line-height: 1em;
  }

  .menu-main-nav-container a,
  .side-title,
  .menu-main-container a {
    font-size: 1em;
    line-height: 1.5em;
  }

  #sidebar {
    font-size: 0.7em;
    line-height: 1.5em;
  }

  #sidebar h3 {
    font-size: 1.5em;
    line-height: 1.5em;
  }
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  .side-title {
    font-size: 1em;
    line-height: 1.5em;
  }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .side-title {
    font-size: 1em;
    line-height: 1.5em;
  }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .side-title {
    font-size: 1em;
    line-height: 1.5em;
  }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

  body,
  article .post-meta {
    font-size: 1.2em;
    line-height: 1.5em;
  }

  article .title {
    font-size: 2em;
    line-height: 1.5em;
  }

  .site-title {
    font-size: 10px !important;
    line-height: 50px;
  }

  .menu-main-nav-container a,
  .side-title,
  .menu-main-container a {
    font-size: 1em;
    line-height: 1.5em;
  }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

  body,
  article .post-meta {
    font-size: 1.2em;
    line-height: 1.5em;
  }

  article .title {
    font-size: 2em;
    line-height: 1.5em;
  }

  .site-title {
    font-size: 6px !important;
    line-height: 30px;
  }

  .menu-main-nav-container a,
  .side-title,
  .menu-main-container a {
    font-size: 1em;
    line-height: 1.5em;
  }
}






/* starts from here /.......... */
body h4 {
  font-size: 26px;
}

body li,
body a {
  font-size: 18px;
}

body p {
  font-size: 18px;
  font-family: "Catamaran", sans-serif !important;

}

h1,
h3,
h4,
h5,
h6 {
  font-family: "Outfit", sans-serif !important;


}

body a,
body li {}

#sidebar,
.site-title {
  display: none !important;
}

.row-fluid .span8 {
  width: 100% !important;
  margin: 0px !important;
}

.top-bar {
  background: #4B3E24;
}

.site-footer {
  background-color: #ecececfc;
}

.site-header {
  margin: 0px !important;
  padding: 0px !important;
}

.site-header .top-bar .container .row {
  margin: 0px !important;
}

.navbar-brand {
  padding: 10px 0px;
}

.navbar-brand img {
  max-width: 200px !important;
  max-height: 100px;
  object-fit: cover;
  display: block !important;
}

body .glb_heading {
  font-size: 90px;
  line-height: 100px;
}

.navbar-brand h1,
.site-footer h1 {
  font-family: "Cormorant Garamond", serif !important;
  color: #4E342E !important;
  font-weight: 600;
  text-align: left !important;
}

.topbar-widget p {
  font-size: 16px !important;
  color: #fff !important;
  margin: 0px !important;
}

.navbar-collapse {
  justify-content: end;
}

.navbar-nav li a {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.navbar-nav li a:hover {
  color: #B19256 !important;
}

.navbar-nav {
  width: 100%;
  justify-content: end;
  align-items: center;
}

.site-header {
  background: #F5F1EA !important;
}

.search-form .form-control {
  border: 2px solid #f78c54;
  border-radius: 15px;
}

.search-form .btn {
  border: 0px;
  font-size: 18px;
  color: #f78c54;
}

.search-form {
  width: 30% !important;
}
.First_heading{padding-top: 0px !important; line-height: 25px !important;}
.navbar-nav .menu-item-type-custom .nav-link,
.wpforms-submit,
.product-btn {
  padding: 3px 28px !important;
  border-radius: 5px !important;
  color: #000 !important;
  border: 3px solid #B19256;
  border-radius: 28px !important;
}

.product-btn {
  padding: 12px 50px !important;
}

.btn {
  margin-top: 40px !important;
}

.btn:active {
  border: 0px !important;
}

.navbar-nav .menu-item-type-custom .nav-link:hover,
.product-btn:hover {
  background-color: #B19256;
  color: #fff !important;
  transition: background-color 0.3s ease, transform 0.3s ease;

}

.placeholder {
  background-color: transparent !important;
}

.product-slider .product-slide {
  min-height: 350px !important;
  margin: 10px 10px !important;
  border: 3px solid #b19357;
  max-height: 350px !important;
  border-radius: 25px !important;
}

.product-slider .slick-slide img {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  max-height: 235px !important;
  min-height: 235px !important;
  object-fit: cover !important;
}

.social_network {
  display: flex;
  justify-content: end;
  list-style: none;
  margin: 0px !important;
}

.social_network li {
  font-size: 18px !important;
  color: #fff !important;
  padding: 0px 30px !important;
  position: relative;

}

.phone::before {
  content: '\f095';
  font-family: fontawesome;
  position: absolute;
  left: 0;

}

.mail::before {
  content: '\f0e0';
  font-family: fontawesome;
  position: absolute;
  left: 0;

}


.footer_icons .phone::before {
  content: '\f095';
  font-family: fontawesome;
  position: absolute;
  left: -25px;
  color: #5f4028 !important;


}

.footer_icons .mail::before {
  content: '\f0e0';
  font-family: fontawesome;
  position: absolute;
  left: -25px;
  color: #5f4028 !important;


}

.site-footer .container .row {
  margin: 0px !important;
  justify-content: space-between;
}

.site-footer {
  padding: 30px 0px !important;
  padding-bottom: 0px !important;
}

.logo_section p {
  text-align: justify;
  line-height: 30px !important;
}

.icons {
  display: flex;
  margin: 0px;
  list-style: none;
}

.icons li {
  font-size: 30px !important;
}

.site-footer .menu {
  list-style: none;
  margin: 0px;
}

.footer_icons {
  position: relative;
  list-style: none;
  text-align: left;
  margin: 0;
}

/* .footer_icons li {
  padding-left: 30px;
} */

.site-footer h4 {
  text-align: left;
  font-size: 26px !important;
  color: #5f4028;
  font-family: "Outfit", sans-serif !important;
  margin-bottom: 20px;
  font-weight: 500;
}

.site-footer .widget_nav_menu {
  text-align: left;
}

.site-footer .widget_nav_menu li a {
  color: #000;
}

.loc::before {
  content: '\f3c5';
  font-family: fontawesome;
  position: absolute;
  left: 0px;
  color: #5f4028 !important;

}

#media_image-2 {
  text-align: left;
}



.margin_top {
  margin-top: 30px;
}

.copyright {
  background-color: #4B3E24 !important;
}

.copyright p,
.copyright a {
  margin: 0;
  margin-top: 50px;
  font-size: 16px;
  color: #fff !important;
}

.navbar {
  padding: 0px;
}

body i {
  color: #5f4028 !important;
}

body h2 {
  font-family: "Petemoss", cursive !important;

}

.title {
  display: none !important;
}

.banner {
  height: 650px !important;
}

.banner h3,
body h4 {
  font-family: "Outfit", sans-serif !important;
}

.sub_heading p {
  line-height: 20px;
  margin-top: 20px;
  font-weight: 600;
}

body p,
body li {
  font-size: 18px;
  line-height: 28px;
}

body span {
  color: #BEA171;
}

.about_company .wpb_single_image {
  margin-bottom: 0px !important;
}

.about_company .wpb_text_column {
  background: linear-gradient(116deg, #ffffff 9%, #d0b06f 24%, #b48a44 32%);
  border-radius: 0 0 20px 0;
  color: white;
  padding: 20px 20px;
}

.about_company h3 {
  margin-left: 20% !important;
  font-family: "Outfit", sans-serif !important;
}

.kraft-slide {
  padding: 10px !important;
  transform: scale(1);
}

.kraft-slide:hover {
  transform: scale(1.1);
  transition: 0.5s;
}

.slick-prev:before,
.slick-next:before {
  color: #B19255 !important;
  font-size: 30px !important;
}

.serving_box .wpb_single_image,
.serving_box .wpb_text_column {
  margin: 0px !important;
}

.serving_box .wpb_single_image img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.serving_box .wpb_text_column {
  padding: 30px 10px;
  border-radius: 10px;
  border-bottom: 2px solid #B19256;
}

.left_borderbox .vc_column-inner {
  background: linear-gradient(135deg, #f5f1ea, #ffffff);
  border-top-right-radius: 30%;
  border-bottom-left-radius: 30%;
  padding: 30px !important;
  transition: all 0.6s ease-in-out;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transform: scale(1);
}

.left_borderbox .vc_column-inner:hover {
  border-top-right-radius: 0%;
  border-bottom-left-radius: 0%;
  border-top-left-radius: 30%;
  border-bottom-right-radius: 30%;
  background: linear-gradient(135deg, #f0e6d2, #faf7f2);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transform: scale(1.03);
}


.right_borderbox .vc_column-inner {
  background: linear-gradient(135deg, #f5f1ea, #fff);
  border-top-left-radius: 30%;
  border-bottom-right-radius: 30%;
  padding: 30px !important;
  transition: all 0.6s ease-in-out;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transform: scale(1);
}

.right_borderbox .vc_column-inner:hover {
  border-top-left-radius: 0%;
  border-bottom-right-radius: 0%;
  border-top-right-radius: 30%;
  border-bottom-left-radius: 30%;
  background: linear-gradient(135deg, #f0e6d2, #faf7f2);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transform: scale(1.03);
}


.left_borderbox .vc_single_image-wrapper img,
.right_borderbox .vc_single_image-wrapper img,
.flower_boxs .middle_box img {
  max-width: 100px !important;
}

.middle_box {
  display: flex;
  justify-content: center !important;
}

.flower_boxs .middle_box .vc_column-inner {
  background: linear-gradient(135deg, #bea171, #d4bb8f);
  padding: 30px;
  border-radius: 50%;
  position: absolute;
  top: 130px;
  max-width: 400px;
  min-height: 400px;
  align-content: center;
  transition: all 0.6s ease-in-out;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transform: scale(1);
}

.flower_boxs .middle_box .vc_column-inner:hover {
  background: linear-gradient(135deg, #d6c7a8, #b8924a);
  border-radius: 50%;
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.wpb_gmaps_widget {
  margin: 0px !important;
}

.wpb_gmaps_widget .wpb_wrapper {
  padding: 0px !important;
}

.flower_boxs .middle_box h4,
.flower_boxs .middle_box p {
  text-align: center !important;
  color: #fff !important;
}

.flower_boxs {
  width: 100% !important;
  margin: 0 auto !important;
}

.border_heading,
.kraft-blog-date,
.blog-card-date {
  position: relative !important;
}

.kraft-blog-date::before,
.blog-card-date::before {
  content: '';
  position: absolute;
  width: 22%;
  border-bottom: 2px solid #B19256;
  top: 0;
  bottom: 0;
}

.border_heading::before {
  content: '';
  position: absolute;
  width: 30%;
  border-bottom: 3px solid #B19256;
  top: 0;
  left: 35%;
  bottom: -30px;
  right: 0px !important;
}

.kraft-blog-card {
  padding: 15px !important;
}

.kraft-blog-content h3 a,
.blog-card-title a {
  color: #000 !important;
  font-family: "Outfit", sans-serif !important;
  font-size: 21px !important;
  line-height: 28px !important;
  font-weight: 500 !important;
}

.kraft-blog-content h3,
.blog-card-title {
  line-height: 26px !important;
}

.kraft-blog-content {
  margin: 20px 0px;
}

.kraft-blog-excerpt,
.page article {
  margin: 0px;
}

.kraft-readmore,
.kraft-readmore span {
  color: #B19256;
  font-size: 18px;
}

.site-footer .textwidget {
  text-align: left !important;
}

.footer-icons {
  margin: 0px;
  list-style: none;
  display: flex;
}

.footer-icons li {
  font-size: 30px !important;
  padding-top: 10px !important;
}

.site-footer .textwidget p {
  margin: 0px !important;
}

.overlay {
  position: relative !important;

}

.overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  left: 0px;
  top: 0px;
}

.about_features .wpb_column .vc_column-inner {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  border: 4px solid #B19256;
  transition: transform 0.3s ease;

}

.about_features .wpb_column .wpb_single_image {
  margin-bottom: 20px !important;
}

.about_features .wpb_column .wpb_single_image img {
  max-width: 100px !important;
}

.about_features .wpb_column h4 {
  font-size: 20px !important;
}

.counter {
  font-family: "Petemoss", cursive !important;
  font-size: 50px !important;
}

.counter_box {
  display: flex;
  align-items: center;
  padding: 10px;
  min-height: 100px !important;
  background: #f3efe6;
}

.counter_box h4 {
  font-size: 20px !important;
}

.no_margin {
  margin: 0px !important;
}

.about_box .vc_column-inner {
  background: white;
  padding: 20px;
  border: 2px solid #B19256;
  border-radius: 30px;
}

.about_box .wpb_single_image {
  margin: 0px !important;
}

.box_wrapper {
  display: flex;
  align-items: center;
}

.client_logo .vc_single_image-wrapper img {
  border: 3px solid #B19256 !important;
  border-radius: 50% !important;
  width: 200px !important;
  height: 200px !important;
  object-fit: cover !important;
}

.blog-card-section {
  padding: 40px 0;
}

.blog-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.blog-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.kraft-blog-card {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.serving_box,
.main_images img,
.product-slide {
  transition: transform 0.3s ease;
}

.blog-card:hover,
.serving_box:hover,
.main_images img:hover,
.product-slide:hover,
.kraft-blog-card:hover,
.about_features .wpb_column .vc_column-inner:hover {
  transform: translateY(-10px);
}

.blog-card-image {
  overflow: hidden;
}

.blog-thumb {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}

.blog-card-content {
  padding: 20px;
}

.blog-card-title a {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
}

.blog-card-date {
  font-size: 18px;
}

.blog-read-more {
  font-weight: 600;
  color: #B19255;
  text-decoration: none;
  letter-spacing: 0.5px;
  font-size: 18px;
}

.blog-read-more span {
  margin-left: 5px;
  transition: margin-left 0.3s ease;
}

.blog-read-more:hover span {
  margin-left: 10px;
}

.form-label {
  font-size: 20px !important;
  font-family: "Outfit", sans-serif !important;
}

.form-control {
  font-size: 18px !important;
  background-color: #f3efe6 !important;
  padding: 15px !important;
  border-radius: 15px !important;
  font-family: "Outfit", sans-serif !important;

}

.wpcf7-submit {
  background: #f3efe6 !important;
  font-size: 18px !important;
  margin-top: 20px !important;
  padding: 15px 30px !important;
  border-radius: 25px !important;
  color: #000 !important;
}

.contact_icons {
  list-style: none !important;
  margin: 0px !important;
}

.contact_icons .mobile::before {
  content: '';
  background-image: url('https://papyrus.ptkinfotech.online/wp-content/uploads/2025/10/Incoming-Call.png');
  width: 30px;
  display: block;
  height: 30px;
  background-size: cover;
  margin-right: 20px;
}

.mobile,
.email,
.address {
  display: flex;
  align-items: center;
  margin: 5px 0px;
  line-height: 22px !important;
}

.contact_icons .email::before {
  content: '';
  background-image: url('https://papyrus.ptkinfotech.online/wp-content/uploads/2025/10/Download-Mail.png');
  width: 30px;
  display: block;
  height: 30px;
  background-size: cover;
  margin-right: 20px;
}

.contact_icons .address::before {
  content: '';
  background-image: url('https://papyrus.ptkinfotech.online/wp-content/uploads/2025/10/Address.png');
  width: 30px;
  display: block;
  height: 30px;
  background-size: cover;
  margin-right: 20px;
}

.product-title {
  text-align: center !important;
  font-size: 20px !important;
  line-height: 25px !important;
  padding: 20px !important;
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:active,
.slick-next:active {
  box-shadow: none !important;
}

.product_slider {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

body .product_banner {
  opacity: 1 !important;
  padding: 100px 0px !important;
  background-image: url('https://papyrus.ptkinfotech.online/wp-content/uploads/2025/10/Rectangle-102.jpg');
  object-fit: cover !important;

}

.single-product-page {
  padding: 50px 0px !important;
}

.descritpion_title {
  color: #000;
  padding: 10px 0px;
  font-size: 50px;
}

.product-description ul,
.product-content ul {
  margin: 0px !important;
  list-style: none !important;
}

.product-content {
  padding-left: 40px !important;
}

.product-content ul li {
  position: relative;
  padding-left: 20px !important;
}

.product-content ul li::before {
  content: '\f00c';
  font-family: fontawesome;
  color: #000;
  font-size: 14px !important;
  position: absolute;
  left: 0px !important;
}

.product-category {
  display: none !important;
}
.mobile_container{
width: 100% !important;
margin: 0 auto !important;
}
.product-description h4 {
  margin-bottom: 20px !important;
}

.floating-contact-buttons {
  position: fixed;
  top: 35%;
  right: 0%;
  display: flex;
  flex-direction: column;
  z-index: 9999;
}

.floating-btn {
  display: block;
  margin: 5px 0;
  padding: 10px 15px;
  background-color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px 0 0 4px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.floating-contact-buttons a {
  position: relative;
  transform: translate(0px) !important;
  transition: transform 0.5s ease-in-out !important;
  display: flex;
  align-items: center;
}

.floating-contact-buttons a {
  font-size: 25px !important;
  min-height: 60px !important;
}

.floating-contact-buttons a:hover {
  transform: translate(-10px) !important;
  width: auto !important;
}

.single-product .vc_row[data-vc-full-width="true"] {
  left: 0 !important;
  right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
  max-width: 100vw !important;
  position: relative !important;
  box-sizing: border-box !important;
  overflow-x: hidden !important;
}

.single-product .vc_row[data-vc-full-width="true"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.single-product .main-fluid {
  padding: 0px !important;
  max-width: 100% !important;
}

.product-image img {
  width: 100% !important;
}

.about_points ul {
  list-style: none !important;
  margin: 0px !important;
}

.about_points ul li {
  position: relative !important;
  padding-left: 22px !important;
}

.about_points ul li::before {
  content: '\f00c';
  font-family: fontawesome;
  position: absolute;
  left: 0px !important;

}

.inner_pad .vc_column-inner {
  padding: 0px !important;
}

.star_icon {
  list-style: none !important;
  margin: 0px !important;
  margin-top: 20px !important;
  margin: 10px 0px !important;

}

.star_icon li::before {
  content: '\f005';
  font-family: fontawesome;
  color: #BEA171;
  position: absolute;
  left: 0;
}

.star_icon li {
  font-size: 20px !important;
  margin: 30px 0px;
  padding-left: 30px !important;
  position: relative;
}

.brown_border .vc_column-inner {
  border: 2px solid #BEA171;
}
 .contact_wrapper {
    width: 100% !important;
	margin: 0 auto !important;
  }
@media (min-width: 991px) and (max-width: 1280px) {
  header nav ul li {
    padding: 0px 4px !important;
  }

  .navbar-nav li a {
    font-size: 14px !important;
  }

  .social_network li {
    font-size: 16px !important;
  }

  .mail {
    word-wrap: break-word;
  }

  .about_features .wpb_column .vc_column-inner {
    min-height: 300px !important;
  }
}

@media (max-width: 991px) {
  header nav ul li {
    width: 100% !important;
  }

  .get-quote-btn {
    margin-top: 10px;
    padding: 0px !important;
  }

  .get-quote-btn a {
    text-align: center !important;
  }

  .navbar-collapse {
    padding: 30px 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-slider .product-slide {
    min-height: 370px !important;
    max-height: 370px;
  }

  .icons_set {
    display: none !important;
  }

  .site-footer a {
    word-break: break-word;
  }

  .contact_section {
    width: 100% !important;
    text-align: center !important;
  }

  .serving_box .wpb_text_column {
    min-height: 115px !important;
  }

  body .about_features .wpb_column .vc_column-inner {
    padding: 15px !important;
    min-height: 270px !important;
  }

  .about_features .wpb_wrapper h4 {
    font-size: 20px !important;
  }

  body .counter_box {
    flex-direction: column !important;
    min-height: 150px !important;
    justify-content: center;
  }

  .tab_screen {
    width: 100% !important;
    text-align: center !important;
    margin-top: 20px !important;
  }

  .counter_width {
    text-align: center !important;
    width: 100% !important;
  }

  .counter_wrapper {
    width: 100% !important;
    margin: 0 auto !important;
  }

  .slick-next {
    right: 0% !important;
  }

 
}

.navbar>.container-fluid:before,
.navbar>.container-fluid:after {
  display: none !important;
}

@media (max-width: 767px) {

  .about_company h3 {
    font-size: 20px !important;
  }

  .slick-prev {
    left: -21px !important;
  }

  .navbar-brand img {
    max-width: 100px !important;
  }

  .counter_wrapper {
    width: 100% !important;
    margin: 0 auto !important;
  }

  .box_wrapper {
    flex-direction: column !important;
  }

  .floating-contact-buttons {
    display: none;
  }

  .slick-next {
    right: -3% !important;
  }

  body h2 {
    font-size: 72px !important;
    line-height: 59px !important;
  }

  .serving_box {
    margin: 20px 0px !important;
  }

  .flower_boxs .middle_box .vc_column-inner,
  .left_borderbox .vc_column-inner,
  .right_borderbox .vc_column-inner {
    position: unset !important;
    border-radius: 10px !important;
  }

  .icons_set {
    display: none !important;
  }

  .contact_section {
    margin: 0px !important;
  }

  .site-footer .menu,
  .footer_icons {
    line-height: 30px !important;
  }

  .navbar-nav {
    line-height: 30px;
    padding: 20px 0px;
  }
}


/* Overlay background */
#quote-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9998;
}

/* Popup container */
#quote-popup,
#quote-popup2 {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 30px;
  max-width: 600px;
  width: 90%;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}

/* Close button */
#quote-popup .close-popup,
#quote-popup2 .close-popup2 {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #333;
}

#quote-popup h2,
#quote-popup2 h2 {
  margin-top: 20px;
  font-size: 60px;
  text-align: center;

}

.popup-content .wpforms-field,
.popup-content2 .wpforms-field {
  display: flex;
  flex-direction: column !important;
  margin: 15px 0px;
}

.popup-content .wpforms-field-required,
.popup-content .wpforms-field-medium,
.popup-content2 .wpforms-field-required,
.popup-content2 .wpforms-field-medium {
  padding: 10px !important;
  background-color: #f3efe6;
}

.popup-content .wpforms-field-label,
.popup-content2 .wpforms-field-label {
  font-family: "Catamaran", sans-serif !important;
  font-size: 20px !important;

}