@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: 0.04rem;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 19px;
}

h6 {
  font-size: 17px;
}

a {
  color: #2a2420;
  text-decoration: none;
}
a:hover, a:focus {
  color: #2a2420;
  text-decoration: none;
}

p:last-child {
  margin-bottom: 0;
}

img {
  border: 0 none;
  max-width: 100%;
  width: auto;
  vertical-align: top;
  height: auto;
}

/* Form
================================*/
label {
  font-weight: normal;
  margin-bottom: 16px;
  display: block;
}

input,
textarea {
  font-family: inherit;
  margin-bottom: 16px;
  font-size: 15px;
  padding: 8px 15px;
  line-height: 24px;
  border: 1px solid #000;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  color: #000;
  background-color: transparent;
  border-radius: 0px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  width: 100%;
  display: block;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  border: 1px solid #000;
}

input[type=submit] {
  width: auto;
  border: none;
  background-color: #000;
  color: #fff;
  font-size: 15px;
  font-family: inherit;
  padding: 8px 30px;
  line-height: 24px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: normal;
}

input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:active {
  background-color: #000;
  color: #fff;
}

button[type=submit] {
  width: auto;
  border: none;
  background-color: #000;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  display: inline-block;
  line-height: 24px;
  padding: 8px 30px;
  border: 1px solid transparent;
  font-family: inherit;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  font-weight: normal;
}

button[type=submit]:hover,
button[type=submit]:focus,
button[type=submit]:active {
  background-color: #000;
  color: #fff;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #aaa !important;
  opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #aaa !important;
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #aaa !important;
  opacity: 1;
}

select {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #000;
  font-size: 15px;
  border: 1px solid #000;
  padding-left: 15px;
  padding-right: 15px;
}

:focus {
  outline-color: transparent !important;
  outline-style: none !important;
}

.header {
  z-index: 2000;
  position: relative;
  background-color: #DD5A74;
}
.header .header-inner {
  height: 80px;
}
.header .header-inner .site-title {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 300;
}

@media (min-width: 992px) {
  .header.is-sticky {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
    position: fixed;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.04);
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.primary-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.primary-menu li {
  font-size: 15px;
}

@media (max-width: 1023.98px) {
	.header .header-inner .site-title {font-size: 24px}
  .header-menu {
    display: none;
    z-index: 2000;
    position: fixed;
    padding: 48px 24px;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 280px;
    height: 100vh;
    overflow-y: auto;
  }
  .header-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .header-menu ul li {
    padding: 8px 0;
  }
  .header-menu.active {
    display: block;
  }
  .mobile-menu-trigger {
    display: block;
    cursor: pointer;
  }
  .mobile-menu-trigger .bar {
    display: block;
    width: 24px;
    height: 4px;
    background-color: #000;
    margin: 4px 0;
    transition: all 0.3s ease-in-out;
  }
  .mobile-menu-trigger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .mobile-menu-trigger.active .bar:nth-child(1) {
    opacity: 1;
    transform: translateY(8px) rotate(45deg);
  }
  .mobile-menu-trigger.active .bar:nth-child(3) {
    opacity: 1;
    transform: translateY(-8px) rotate(-45deg);
  }
  .mobile-menu-close {
    font-size: 36px;
    text-align: right;
    cursor: pointer;
  }
}
@media (min-width: 1024px) {
  .primary-menu li {
    display: inline-block;
    margin-left: 24px;
  }
	.primary-menu li a {
		color: #fff;
	}
  .mobile-menu-trigger, .mobile-menu-close {
    display: none;
  }
}
.tibbi-list-group {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tibbi-list-group li {
  display: flex;
}
.tibbi-list-group li:before {
  font-family: "FontAwesome";
  content: "\f14a";
  padding-right: 8px;
  color: #5F3B84;
}

.varin-review-content .review-text {
  font-style: italic;
}
.varin-review-content .review-text:before {
  display: block;
  font-family: "FontAwesome";
  content: "\f10d";
  font-size: 32px;
  color: #DD5A74;
  margin: 0 0 8px;
  line-height: 32px;
}
.varin-review-content .review-img {
  margin-right: 32px;
  max-width: 150px;
  height: auto;
}

.varin-footer {
  padding: 60px 0;
  background-color: #DD5A74;
}
.varin-footer a {
	color: #fff;
}
.varin-footer a:hover {
	color: #fff;
}
.varin-footer .copyright {
  padding-top: 60px;
}

.blog-title {
  background-color: #fff;
  padding: 48px 24px;
  margin: 60px 0;
}
.blog-title h1 {
  font-size: 42px;
}

.blog-content {
  background-color: #fff;
  padding: 48px 24px 0;
  margin-bottom: 60px;
}

.blog-content-box {
  margin-bottom: 48px;
}

.blog-pagiantion {
  margin-bottom: 60px;
}

.single-blog-content {
  background-color: #fff;
  padding: 48px 24px;
  margin: 60px 0;
}

/*# sourceMappingURL=theme.css.map */
