/*
Theme Name: Intimate
Theme URI: http://demo.softhopper.net/intimate
Author: SoftHopper
Author URI: https://softhopper.net
Description: It is a WordPress Portfolio Theme. Which is a unique feature and user competitive feature.
Version: 1.1
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
    ## typography
    ## headings
    ## copy
# Elements
	## elements
		## lists
		## tables
		## Basic elements
		## All Margin Element
		## All Padding Element
		## All Color Element
# Forms
	## buttons
	## fields
# Media
	## Captions
	## Galleries
	## media
# modules
	## accessibility
	## alignments
	## clearings
	## infinite-scroll
# navigation
	## Links
	## Menus
	## Pagination
	## Navigation responsive
		### Mobile CSS
# layout
    ## Header
    ## Slider
    ## About us
    ## Vehicle Base Style
    ## Vehicle block
    ## Check vehicle Search
    ## Call-to-action
    ## driver
    ## Fun-facts
    ## FAQ
    ## Mobile App
    ## Service
    ## Testimonial
    ## Blog
# others
	## Blog Single
	## Vehicle Single Post
	## Category
	## Coming Soon
# site content
	## About Page
	## Contact Page
	## 404 Page
	## Posts and pages
	## Asides
	## Comments
	## Widgets
	## Widgets Content
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font-size: 100%;
}

body {
  background-image: url('https://web.archive.org/web/20220409225437im_/https://anniesullivanspeaks.com/assets/crisp_paper_ruffles.png');
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.45em;
  color: #636363;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.4em;
  color: #1d1d1f;
  font-weight: 400;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 2.441em;
}

h2 {
  font-size: 1.953em;
}

h3 {
  font-size: 1.563em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.8em;
}

small,
.font_small {
  font-size: 0.8em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: inherit;
  text-decoration: none;
}

.section-heading {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  margin-top: 0;
  position: relative;
}

.section-heading.style-one {
  padding-bottom: 20px;
  margin-bottom: 42px;
}

.section-heading.style-one:before {
  content: "";
  background: #cbcaca;
  height: 2px;
  width: 65px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.sub-sec-heading {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #4f4f4f;
}

::-moz-selection {
  display: inline-block;
  text-shadow: none;
}

::selection {
  display: inline-block;
  text-shadow: none;
}

p {
  margin-bottom: 1.3em;
  line-height: 1.75em;
}

blockquote {
  margin: 0 0 1.3em;
}

address {
  margin: 0 0 1.3em;
}

dfn,
em,
cite,
i,
code,
kbd,
tt,
var {
  font-size: 1em;
}

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

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

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

big {
  font-size: 125%;
}

pre {
  background: #f7f7f7;
  padding: 20px 30px;
  margin-bottom: 30px;
  max-width: 100%;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  font-size: 0.929em;
  overflow: auto;
}

.dropcap {
  display: block;
  float: left;
  margin: 15px 5px 0 0;
  font-weight: bold;
  font-size: 60px;
  color: #ccc;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: white;
  /* Fallback for when there is no custom background color defined. */
  word-wrap: break-word;
  overflow-x: hidden;
}

q {
  quotes: "" "";
}

q:before,
q:after {
  content: "";
}

blockquote .small::before,
blockquote footer::before,
blockquote small::before,
blockquote .font_small::before {
  margin-left: 18px;
}

blockquote {
  line-height: 1.75em;
  color: #6f6f6f;
}

blockquote.wp-block-pullquote {
  border-left: 0 none !important;
}

.wp-block-pullquote blockquote {
  border-left: 0 none !important;
  padding-left: 0 !important;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
# Post, Page, Comments Table
--------------------------------------------------------------*/
article.single-post table,
article.single-post th,
article.single-post td,
body:not(.woocommerce) .blog-single-page table,
body:not(.woocommerce) .blog-single-page th,
body:not(.woocommerce) .blog-single-page td,
body:not(.woocommerce) .signle-post-content .entry-content table,
body:not(.woocommerce) .signle-post-content .entry-content th,
body:not(.woocommerce) .signle-post-content .entry-content td,
#comments table,
#comments th,
#comments td {
  border: 1px solid #eaeaea;
}

article.single-post table a,
body:not(.woocommerce) .blog-single-page table a,
body:not(.woocommerce) .signle-post-content .entry-content table a,
#comments table a {
  color: #333;
}

article.single-post table,
body:not(.woocommerce) .blog-single-page table,
body:not(.woocommerce) .signle-post-content .entry-content table,
#comments table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 28px;
  width: 100%;
}

article.single-post table th,
article.single-post table caption,
body:not(.woocommerce) .blog-single-page table th,
body:not(.woocommerce) .blog-single-page table caption,
body:not(.woocommerce) .signle-post-content .entry-content table th,
body:not(.woocommerce) .signle-post-content .entry-content table caption,
#comments table th,
#comments table caption {
  border-width: 0 1px 1px 0;
  padding: 7px;
  text-align: left;
  vertical-align: baseline;
}

article.single-post table td,
article.single-post .mce-item-table td,
body:not(.woocommerce) .blog-single-page table td,
body:not(.woocommerce) .blog-single-page .mce-item-table td,
body:not(.woocommerce) .signle-post-content .entry-content table td,
body:not(.woocommerce) .signle-post-content .entry-content .mce-item-table td,
#comments table td,
#comments .mce-item-table td {
  border-width: 0 1px 1px 0;
  padding: 7px;
  vertical-align: baseline;
}

.tb {
  display: table;
  width: 100%;
}

.tb .tb-cell {
  display: table-cell;
  vertical-align: middle;
}

.tb .tb-cell[class*="col-"] {
  float: none;
}

@media only screen and (min-width: 992px) {
  .tb-main {
    display: table;
  }
}

@media only screen and (min-width: 992px) {
  .tb-main .tb-cell {
    display: table-cell;
    vertical-align: middle;
  }

  .tb-main .tb-cell[class*="col-"] {
    float: none;
  }
}

/*--------------------------------------------------------------
# Basic Element
--------------------------------------------------------------*/
.block-img {
  display: block;
}

.mfp-close {
  color: white !important;
}

.full-content {
  float: none;
  margin: auto;
}

.jarallax {
  position: relative;
}

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

.overlay-bg {
  position: relative;
}

.overlay-bg:before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.45);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.no-border {
  border: 0 none !important;
}

@media only screen and (max-width: 992px) {
  .mb-fl-none {
    float: none !important;
  }
}

.white-space {
  display: block;
  width: 100%;
  overflow: hidden;
}

/*--------------------------------------------------------------
# All Margin Element
--------------------------------------------------------------*/
.df-mrb {
  margin-bottom: 30px;
}

.mrt-less-35 {
  margin-top: -35px;
}

.mrt-less-75 {
  margin-top: -75px;
}

.mrb-45 {
  margin-bottom: 45px !important;
}

.mrt-0 {
  margin-top: 0px !important;
}

.mrt-15 {
  margin-top: 15px;
}

.mrt-25 {
  margin-top: 25px;
}

.mrt-30 {
  margin-top: 30px;
}

.mrt-45 {
  margin-top: 45px;
}

.mrt-90 {
  margin-top: 90px;
}

@media only screen and (max-width: 990px) {
  .mb-mrtl-0 {
    margin-top: 0px;
  }
}

.mrl-30 {
  margin-left: 30px;
}

.mrl-40 {
  margin-left: 40px;
}

.mrl-48 {
  margin-left: 48px;
}

@media only screen and (max-width: 767px) {
  .mb-mrl-40 {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .mb-mrb-30 {
    margin-bottom: 30px;
  }
}

.mrt-less-105 {
  margin-top: -105px;
}

.mrt-less-60 {
  margin-top: -60px;
}

.mrl-40 {
  margin-left: 40px;
}

.mrr-40 {
  margin-right: 40px;
}

.mrt-less-47 {
  margin-top: -47px;
}

@media only screen and (max-width: 992px) {
  .mb-mrt-0 {
    margin-top: 0;
  }
}

@media only screen and (max-width: 992px) {
  .mb-mr-0 {
    margin: 0 !important;
  }
}

.mrb-60 {
  margin-bottom: 60px;
}

.mrb-75 {
  margin-bottom: 75px;
}

/*--------------------------------------------------------------
# All Padding Element
--------------------------------------------------------------*/
.pd-zero {
  padding: 0 !important;
}

.pd-5 {
  padding: 5px;
}

.pd-20 {
  padding: 20px;
}

.pdl-15 {
  padding-left: 15px !important;
}

.pd-b-90 {
  padding-bottom: 90px;
}

.pd-tb-12 {
  padding: 12px 0;
}

.pd-tb-13 {
  padding: 13px 0;
}

.pd-tb-15 {
  padding: 15px 0;
}

.pd-tb-17 {
  padding: 17px 0 !important;
}

.pd-tb-30 {
  padding: 30px 0;
}

.pd-tb-45 {
  padding: 45px 0;
}

.pd-t-60-b-120 {
  padding: 60px 0 120px;
}

.pd-t-90-b-120 {
  padding: 90px 0 120px;
}

@media only screen and (max-width: 992px) {
  .pdml-0 {
    padding-left: 0 !important;
  }
}

.pd-tb-90 {
  padding: 90px 0;
}

.pd-t-90-b-30 {
  padding: 90px 0 30px;
}

.pd-t-120-b-90 {
  padding: 120px 0 90px;
}

.pd-tb-120 {
  padding: 120px 0;
}

.pd-tb-175 {
  padding: 175px 0;
}

.pd-t-175-b-120 {
  padding: 175px 0 120px;
}

.pd-t-150-b-118 {
  padding: 150px 0 118px;
}

@media only screen and (max-width: 992px) {
  .pdm-tb-75 {
    padding: 75px 0;
  }
}

/*--------------------------------------------------------------
# All Color Element
--------------------------------------------------------------*/
.bg-snow {
  background: #f9f9f9;
}

.color-snow {
  color: #f9f9f9;
}

.bg-light-gray {
  background: #d2d2d2;
}

.bg-black {
  background-color: black;
}

.bg-gray {
  background-color: #f7f7f7 !important;
}

.bg-nero {
  background: #1e1e1e;
}

.bg-nero-50 {
  background: #282828;
}

section.bg-nero {
  color: #aeaeae;
}

section.bg-nero h1,
section.bg-nero h2,
section.bg-nero h3,
section.bg-nero h4,
section.bg-nero h5,
section.bg-nero h6 {
  color: white !important;
}

section.bg-nero .tabs-nav-area .bsm-tabs .bsm-tab a {
  color: #aeaeae !important;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-menu li a:active {
  background-color: #e59494;
}

/*--------------------------------------------------------------
# All Gradients
--------------------------------------------------------------*/
@media only screen and (min-width: 992px) {
  .row.item-4 .item:nth-child(4n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 992px) {
  .row.item-3 .item:nth-child(3n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 992px) {
  .row.item-2 .item:nth-child(2n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 992px) {
  .row.item-1 .item:nth-child(n+1) {
    clear: left;
  }
}

@media only screen and (max-width: 992px) {
  .row .item:nth-child(2n+1) {
    clear: left;
  }
}

@media only screen and (max-width: 520px) {
  .row .item:nth-child(n+1) {
    clear: left;
  }
}

@media only screen and (max-width: 520px) {
  .row[class*="item-"] [class*="col-"] {
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .item-sm [class*="col-"] {
    width: 100%;
  }
}

.author-banner {
  position: relative;
}

.border-shape-before {
  border-bottom: 158px solid;
  border-left: 0 solid transparent;
  border-right: 52.2vw solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 78px;
  z-index: 99;
  left: 0;
}

.border-shape-before:after {
  content: "";
  border-bottom: 105px solid #fff;
  border-left: 0 solid transparent;
  border-right: 32vw solid transparent;
  height: 0;
  width: 80.35vw;
  position: absolute;
  bottom: -250px;
}

.border-shape-after {
  border-bottom: 144px solid;
  border-right: 0 solid transparent;
  border-left: 14vw solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 89px;
  z-index: 99;
  right: 0;
}

.border-shape-after:after {
  content: "";
  border-bottom: 107px solid #fff;
  border-right: 0 solid transparent;
  border-left: 11vw solid transparent;
  height: 0;
  width: 24.95vw;
  position: absolute;
  bottom: -250px;
  right: 0;
}

@media only screen and (max-width: 1450px) {
  .border-shape-before {
    border-bottom: 110px solid;
    border-left: 0 solid transparent;
    border-right: 48.2vw solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    bottom: 70px;
    z-index: 99;
    left: 0;
  }

  .border-shape-before:after {
    content: "";
    border-bottom: 100px solid #fff;
    border-left: 0 solid transparent;
    border-right: 44vw solid transparent;
    height: 0;
    width: 79.35vw;
    position: absolute;
    bottom: -180px;
  }

  .border-shape-after {
    border-bottom: 92px solid;
    border-right: 0 solid transparent;
    border-left: 10vw solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    bottom: 101px;
    z-index: 99;
    right: 0;
  }

  .border-shape-after:after {
    content: "";
    border-bottom: 157px solid #fff;
    border-right: 0 solid transparent;
    border-left: 19vw solid transparent;
    height: 0;
    width: 29.1vw;
    position: absolute;
    bottom: -250px;
    right: 0;
  }
}

@media only screen and (max-width: 850px) {
  .border-shape-before {
    border-bottom: 96px solid;
    border-left: 0 solid transparent;
    border-right: 60.2vw solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    bottom: 59px;
    z-index: 99;
    left: 0;
  }

  .border-shape-before:after {
    content: "";
    border-bottom: 100px solid #fff;
    border-left: 0 solid transparent;
    border-right: 62vw solid transparent;
    height: 0;
    width: 100vw;
    position: absolute;
    bottom: -160px;
  }

  .border-shape-after {
    border-bottom: 60px solid;
    border-right: 0 solid transparent;
    border-left: 18vw solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    bottom: 94px;
    z-index: 99;
    right: 0;
  }

  .border-shape-after:after {
    content: "";
    border-bottom: 160px solid #fff;
    border-right: 0 solid transparent;
    border-left: 37.5vw solid transparent;
    height: 0;
    width: 55.1vw;
    position: absolute;
    bottom: -218px;
    right: 0;
  }
}

@media only screen and (max-width: 600px) {
  .border-shape-after {
    border-bottom: 60px solid;
    border-right: 0 solid transparent;
    border-left: 18vw solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    bottom: 80px;
    z-index: 99;
    right: 0;
  }

  .border-shape-after:after {
    content: "";
    border-bottom: 84px solid #fff;
    border-right: 0 solid transparent;
    border-left: 28.5vw solid transparent;
    height: 0;
    width: 45.5vw;
    position: absolute;
    bottom: -140px;
    right: 0;
  }
}

/*--------------------------------------------------------------
# Visual Composer Basic
--------------------------------------------------------------*/
.vc_row[data-vc-full-width] {
  overflow: visible !important;
}

.full-width .shvc-container,
.vc_row[data-vc-full-width] .shvc-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {

  .full-width .shvc-container,
  .vc_row[data-vc-full-width] .shvc-container {
    width: 750px;
  }
}

@media (min-width: 992px) {

  .full-width .shvc-container,
  .vc_row[data-vc-full-width] .shvc-container {
    width: 970px;
  }
}

@media (min-width: 1200px) {

  .full-width .shvc-container,
  .vc_row[data-vc-full-width] .shvc-container {
    width: 1140px;
  }
}

@media only screen and (min-width: 1500px) {

  .full-width .shvc-container.container-xl,
  .vc_row[data-vc-full-width] .shvc-container.container-xl {
    width: 1450px;
  }
}

ul.bsm-dropdown-content {
  padding-left: 0 !important;
}

ul.bsm-dropdown-content li {
  list-style: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-size: 11px;
  padding: 12px 30px;
  color: white;
  line-height: normal;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

input[type="submit"] {
  font-weight: bold;
  background: #646464;
  color: white;
}

input[type="submit"]:hover {
  color: white;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button a,
input[type="button"] a,
input[type="reset"] a,
input[type="submit"] a {
  color: white;
}

.search-form .btn,
.searchform .btn {
  border-radius: 0;
}

.search-form .btn:hover,
.searchform .btn:hover {
  color: white;
  text-decoration: none;
}

.search-form .btn:focus,
.searchform .btn:focus {
  background: transparent;
  color: white;
  outline: 0 none;
}

.search-form .btn:active:focus,
.searchform .btn:active:focus {
  background: transparent;
  color: white;
  outline: 0 none;
}

.btn {
  border-radius: 0;
}

.btn-default {
  color: #636363;
}

.btn-default:hover {
  color: #636363;
}

.btn-softblack {
  background: rgba(0, 0, 0, 0.35) !important;
}

a.more-content {
  background: #232c3b;
  padding: 15px 30px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
  display: table;
  margin: 15px auto auto;
}

.btn-banner {
  color: black;
  font-weight: 700;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
}

.btn-more {
  padding: 0 4.5rem;
  font-weight: 700;
  font-size: 14px;
  color: white !important;
  background: #636363;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}

.more-link {
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  word-spacing: 0.02em;
  letter-spacing: 0.01em;
  color: white;
  display: table;
  margin: 30px auto 0;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.more-link:hover,
.more-link:focus,
.more-link:active:focus {
  color: white;
  text-decoration: none !important;
}

.comment-reply-link {
  padding: 6px 2\2px;
  font-size: 11px;
  line-height: normal;
  font-weight: bold;
  display: inline-block;
  background: #646464;
  color: white;
}

.comment-reply-link:hover {
  color: white;
}

.comment-navigation .nav-links a {
  background: #e59494;
  display: inline-block;
  padding: 0.5em 1.8em;
  letter-spacing: 0.02em;
  color: white;
  border-radius: 5px;
  font-weight: 500;
}

.go-button {
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
  width: 186px;
  height: 45px;
  line-height: 46px;
  background: #f7faf9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.go-button:hover {
  color: white;
}

.mfp-wrap button:hover,
.mfp-wrap input[type="button"]:hover,
.mfp-wrap input[type="reset"]:hover,
.mfp-wrap input[type="submit"]:hover {
  background: transparent !important;
}

.golden-poppy-bg.bsm-btn {
  color: black !important;
}

.golden-poppy-bg.bsm-btn:focus,
.golden-poppy-bg.bsm-btn:hover {
  color: black !important;
}

.bg-white {
  background-color: white !important;
}

.white-color {
  color: white !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  outline: none;
}

input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.bsm-textarea {
  border-bottom: 1px solid #dddddd;
}

.bg-nero input:not([type]),
.bg-nero input[type=text]:not(.browser-default),
.bg-nero input[type=password]:not(.browser-default),
.bg-nero input[type=email]:not(.browser-default),
.bg-nero input[type=url]:not(.browser-default),
.bg-nero input[type=time]:not(.browser-default),
.bg-nero input[type=date]:not(.browser-default),
.bg-nero input[type=datetime]:not(.browser-default),
.bg-nero input[type=datetime-local]:not(.browser-default),
.bg-nero input[type=tel]:not(.browser-default),
.bg-nero input[type=number]:not(.browser-default),
.bg-nero input[type=search]:not(.browser-default),
.bg-nero textarea.bsm-textarea {
  border-bottom: 1px solid #646464;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent url("/web/20220409225437im_/https://collettecullen.com/wp-content/themes/intimate/assets/images/angle.png") no-repeat scroll 95% 50%;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: #636363 !important;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: #636363 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

textarea {
  display: block;
  width: 100%;
  font-size: 0.8em;
  padding-left: 3px;
  display: block;
}

input,
select,
textarea {
  margin: 0;
  border: none;
  vertical-align: baseline;
  font-size: 100%;
  font-weight: 400;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

::-webkit-input-placeholder {
  color: #b3b3b3;
}

.widget_newsletter::-webkit-input-placeholder {
  color: #808080;
}

:-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
}

::-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #b3b3b3;
}

.form-controller {
  font-size: 13px;
  border: 1px solid #ebebeb;
  background: white;
  width: 100%;
  padding: 0.5em 1em;
  outline: none;
}

.form-controller:focus {
  border-color: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.post-password-form input[type="password"] {
  font-size: 11px;
  border: 1px solid #f0f0f0;
  outline: none;
}

.post-password-form input[type="submit"] {
  padding: 16px 22px;
  position: relative;
  top: 0;
}

.form-content {
  margin: auto;
  display: table;
  width: 100%;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-summary .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
  border: none;
}

.format-audio iframe {
  width: 100%;
  overflow: hidden;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.4em 0;
  font-size: 0.9em;
  font-style: italic;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/* --------------------------------------------------------------
# WordPress Default Gallery
-------------------------------------------------------------- */
.gallery {
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
}

.gallery-item {
  float: left;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-bottom: 30px;
  padding: 0 10px;
}

@media only screen and (max-width: 560px) {
  .gallery-item {
    max-width: 100% !important;
  }

  .gallery-item img {
    width: 100%;
  }
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* --------------------------------------------------------------
# Post-gallery One
-------------------------------------------------------------- */
.gallery-one .owl-controls {
  margin: 0;
  padding: 0;
}

.gallery-one .owl-controls .owl-nav div {
  display: block !important;
  position: absolute;
  background: white;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 37px;
  top: 50%;
  font-size: 25px;
  margin: auto;
  border-radius: 2px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.gallery-one .owl-controls .owl-nav .owl-prev {
  left: 10px;
}

.gallery-one .owl-controls .owl-nav .owl-next {
  right: 10px;
}

.gallery-one .item {
  text-align: center;
}

.gallery-one .item img {
  margin: auto;
  height: auto;
  width: 100%;
  display: block;
  vertical-align: middle;
}

.gallery-heading .gallery-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

.gallery-image-content {
  position: relative;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.gallery-image-content img {
  width: 100%;
}

.gallery-image-content .overlay-background {
  -webkit-transition: opacity 0.5s ease-in-out 0s;
  transition: opacity 0.5s ease-in-out 0s;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: rgba(23, 23, 23, 0.52);
  bottom: 0;
  right: 0;
  text-align: center;
  opacity: 0;
}

.gallery-image-content .overlay-background a {
  width: 100%;
  height: 100%;
  display: block;
}

.gallery-image-content .overlay-background a i {
  position: absolute;
  top: 40%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 45px;
  color: #fff;
}

.gallery-image-content .overlay-background .video-popup i {
  top: 30%;
}

.gallery-image-content .overlay-background .video-popup span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(50% 50%);
  -ms-transform: translateY(50% 50%);
  transform: translateY(50% 50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 20px;
  font-weight: bold;
}

.gallery-image-content:hover .overlay-background {
  opacity: 1;
  width: 100%;
}

.photo-gallery-area {
  padding: 20px 0 60px;
}

ul.wp-block-gallery {
  padding: 0 !important;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  border-radius: 3px;
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP tool-bar. */
}

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

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

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .never ending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #e59494;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
/* page link pagination */
.entry-content .page-links span {
  border: 1px solid #ebebeb;
  font-size: 0.8em;
  padding: 0.4em 0.8em;
}

/*==================================
pagination
================================= */
.pagination-link .pagination {
  margin: 0;
  margin-top: 10px;
  margin-bottom: -10px;
}

.pagination-link .pagination li a {
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 5px !important;
  color: black;
  background-color: white;
  font-weight: 600;
  border: 1px solid #ebebeb;
  padding: 4px 10px;
  line-height: 1.75em;
}

.pagination-link .pagination li a:hover {
  background-color: #484848;
  color: white;
  border-color: #484848;
}

.pagination-link .pagination li a i {
  font-weight: bold;
}

.pagination-link .pagination li.active a {
  background-color: #484848;
  color: white;
  border-color: #484848;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}

.pagination-link .pagination .dot i {
  color: #dddddd;
}

.pagination-link .pagination.pagination-style-two {
  margin-top: 30px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 992px) {
  .pagination-link {
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
## Navigation Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Mobile CSS
--------------------------------------------------------------*/
.overlapblackbg {
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

.overlapblackbg.menuopen {
  display: block;
}

/* Mobile click to drop arrow */
.menu-click {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  cursor: pointer;
  z-index: 120;
}

.menu-click i {
  display: block;
  -webkit-background-size: 25px;
  background-size: 25px;
  font-size: 14px;
  float: right;
  color: white;
  padding: 16px;
  width: 45px;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  border-left: 1px solid #282828;
}

.menu-extend.fa-plus::before {
  content: "\f068";
  font-family: FontAwesome;
}

/* Navigation arrow Animation */
.animated-arrow {
  position: absolute;
  right: 0;
  left: 0;
  width: 85px;
  top: 0;
  z-index: 200;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.animated-arrow {
  cursor: pointer;
  padding: 5px 35px 16px 0;
  margin: 15px auto 0;
}

.animated-arrow.menuopen {
  position: fixed;
}

.animated-arrow span,
.animated-arrow span:before,
.animated-arrow span:after {
  cursor: pointer;
  height: 3px;
  width: 23px;
  background: #282828;
  position: absolute;
  display: block;
  content: '';
}

.animated-arrow span:before {
  top: -7px;
}

.animated-arrow span:after {
  bottom: -7px;
}

.animated-arrow span,
.animated-arrow span:before,
.animated-arrow span:after {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.animated-arrow.menuopen span {
  background-color: transparent;
}

.animated-arrow.menuopen span:before,
.animated-arrow.menuopen span:after {
  background: #d2d2d2;
}

.animated-arrow.menuopen span:before,
.animated-arrow.active span:after {
  top: 7px;
}

.animated-arrow.menuopen span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
}

.animated-arrow.menuopen span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobile-nav {
  float: right;
}

@media only screen and (min-width: 767px) {
  .mobile-nav {
    margin-right: -9px;
  }
}

.mobile-nav .bsm-btn {
  background: transparent;
  color: black;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  padding: 6px 15px;
  display: inline-block;
  height: auto;
  border-radius: 0;
}

@media only screen and (max-width: 992px) {
  .mobile-nav .bsm-btn {
    margin-right: -30px;
  }
}

@media only screen and (max-width: 480px) {
  .mobile-nav .bsm-btn {
    margin-right: -15px;
  }
}

.mobile-nav .bsm-btn .fa {
  font-size: 25px;
  position: relative;
  top: 2px;
}

.expand-block {
  background: #1d1d1f;
  height: 100%;
  padding: 30px 0;
  position: fixed;
  right: -100%;
  top: 0;
  width: 300px !important;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  z-index: 99999;
  overflow-y: auto;
  overflow-x: hidden;
}

.expand-block.slide-left {
  right: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.close-menu {
  color: #b3b3b3;
  cursor: pointer;
  height: 30px;
  left: 5px;
  position: absolute;
  top: 5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 30px;
  font-size: 16px;
  /* border: 2px solid; */
  line-height: 27px;
  border-radius: 50px;
  text-align: center;
}

.menu-content {
  padding-top: 30px;
}

.menu-content ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  text-align: center;
}

.menu-content ul li {
  position: relative;
  float: none;
}

.menu-content ul li a {
  color: white;
  border-top: 1px solid #282828;
  display: block;
  width: 100%;
  padding: 12px 18px;
  font-weight: 500;
  letter-spacing: 0.015em;
}

.menu-content ul li a .fa-angle-down {
  display: none;
}

.menu-content ul ul li a {
  padding: 12px 24px;
  font-size: 13px;
}

.menu-content>ul>li:last-child {
  border-bottom: 1px solid #282828;
}

.expand-block .sub-menu {
  display: none;
}

.expand-block .site-logo {
  text-align: center;
  padding: 0 15px;
}

@media only screen and (max-width: 992px) {
  .dropdown-menu {
    position: static !important;
    top: auto !important;
    left: auto !important;
    float: none !important;
    min-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: inherit !important;
    text-align: left !important;
    background-color: transparent !important;
    border: 0 none !important;
    border-radius: 0 !important;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
  }
}

@media only screen and (max-width: 992px) {
  .dropdown-menu li>a {
    margin: 0 !important;
    line-height: inherit;
    font-size: inherit;
  }
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header Top
--------------------------------------------------------------*/
.hide-image img {
  display: none;
}

.searchform .form-group {
  margin-top: 0 !important;
  margin-bottom: 0;
}

.searchform .search-input {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f7f7f7;
  border-radius: 20px;
  float: right;
  width: 90%;
  color: #757575;
  font-weight: 500;
  padding: 8px 15px;
  line-height: normal;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.searchform .input-group-btn {
  padding: 0;
}

.searchform .btn {
  padding: 11px 16px;
  border: none;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}

.searchform .btn.btn-default {
  background-color: #f7f7f7 !important;
  margin-bottom: 0;
}

.searchform .btn.btn-default i {
  color: black;
}

/*--------------------------------------------------------------
# Header Nero
--------------------------------------------------------------*/
.site-header.bg-nero .navigation .mainmenu>li>a {
  color: #f9f9f9;
}

.preloader-wrap {
  position: fixed;
  z-index: 999;
  background-color: #f6f6f6;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.preloader-container {
  max-width: 50%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -100px;
}

.preloader-container .preloader-logo {
  margin-bottom: 30px;
}

.bsm-progress {
  background-color: rgba(248, 192, 0, 0.15);
}

.bsm-progress .indeterminate {
  background-color: #e59494;
}

.sticky-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 99;
  padding-top: 45px;
}

@media only screen and (max-width: 992px) {
  .sticky-header {
    padding-top: 0;
    background: white;
    -webkit-box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.4);
  }
}

@media only screen and (max-width: 992px) {

  .sticky-header+nav+div,
  .sticky-header+nav+section {
    margin-top: 50px;
  }
}

.sticky-show img {
  display: block;
}

@media only screen and (min-width: 992px) {
  .sticky-show {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding-top: 0;
    background: white;
    -webkit-box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.4);
  }
}

@media only screen and (min-width: 992px) {
  .sticky-show .site-logo.pd-tb-12 {
    padding: 19px 0;
  }
}

@media only screen and (min-width: 992px) {
  .sticky-show .mobile-nav {
    margin-top: 4px;
  }
}

.sticky-header.bg-nero {
  background: #1e1e1e;
}

@media only screen and (min-width: 992px) {
  .sticky-hide {
    padding-top: 0;
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

body.admin-bar .sticky-header {
  top: 32px;
}

@media only screen and (max-width: 782px) {
  body.admin-bar .sticky-header {
    top: 46px;
  }
}

body.admin-bar .navigation.expand-block {
  top: 32px;
}

@media only screen and (max-width: 782px) {
  body.admin-bar .navigation.expand-block {
    top: 46px;
  }
}

@media only screen and (max-width: 600px) {
  .admin-bar .site-header.scroll {
    top: 0;
  }

  .admin-bar .navigation.expand-block.scroll {
    top: 0;
  }
}

/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.element-bg {
  height: 875px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}

.element-bg:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

@media only screen and (max-width: 766px) {
  .element-bg:after {
    background-position: 80% 10%;
  }
}

@media only screen and (min-width: 860px) and (max-width: 1199px) {
  .element-bg {
    height: 720px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 859px) {
  .element-bg {
    height: 650px;
  }
}

@media only screen and (max-width: 766px) {
  .element-bg {
    height: 615px;
    background-position: 75% 100%;
  }
}

.banner-content {
  position: relative;
  top: -25px;
}

@media only screen and (max-width: 767px) {
  .banner-content {
    background: rgba(255, 255, 255, 0.65);
  }
}

.banner-content .container {
  position: relative;
}

.banner-content .say-hi {
  margin: 0;
  font-weight: 600;
  line-height: normal;
}

.banner-content .name-of-auhtor {
  color: black;
  font-size: 75px;
  font-weight: 300;
  margin-top: 0;
  padding: 0;
  line-height: normal;
  position: relative;
  left: -4px;
}

@media only screen and (max-width: 767px) {
  .banner-content .name-of-auhtor {
    line-height: 1.2em;
    font-size: 60px;
  }
}

.banner-content .author-designation {
  margin-bottom: 30px;
  display: table;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
}

.banner-content .author-designation ul {
  padding: 0;
  font-weight: 500;
  color: black;
  margin-bottom: 0;
  margin-left: -15px;
}

.banner-content .author-designation ul li {
  display: inline-block;
  padding: 10px 15px;
  position: relative;
  font-weight: 600;
  font-size: 14px;
}

.banner-content .author-designation ul li:after {
  content: "";
  background: #b3b3b3;
  width: 8px;
  height: 2px;
  position: absolute;
  top: 20px;
  right: -3px;
}

.banner-content .author-designation ul li:last-child:after {
  background: transparent;
}

.banner-content .social-profile {
  margin-top: 15px;
}

@media only screen and (min-width: 767px) {
  .banner-content .social-profile {
    margin-left: -9px;
  }
}

.banner-content .social-profile a {
  padding: 10px;
  display: inline-block;
}

.slider-content .title {
  font-weight: 800;
  font-size: 60px;
  line-height: 60px;
}

.slider-content .subtitle {
  font-size: 24px;
  font-weight: bold;
  color: #484848;
  margin-top: 0;
}

.slider-area .main-slider>div.owl-controls>div.owl-nav>div.owl-prev {
  left: 40px;
}

.slider-area .main-slider>div.owl-controls>div.owl-nav>div.owl-next {
  right: 40px;
}

/* ========index02========== */
.main-slider-two {
  padding-bottom: 105px;
}

.show-image-content img {
  width: auto;
}

.show-text-content {
  margin-top: 5%;
  color: #fff;
  padding: 50px;
}

.show-text-content h2 {
  font-size: 140px;
  font-weight: bold;
  color: #fff;
  line-height: 140px;
}

/* ========index03========== */
.slider-image {
  padding: 150px 0px;
  background-image: url(/web/20220409225437im_/https://collettecullen.com/wp-content/themes/intimate/assets/css/images/slider-three.png);
}

.slider-image .special {
  background: #21B360;
}

.brand-carousel .item img {
  width: auto;
  display: block;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .brand-carousel .owl-dot {
    margin-top: 50px;
  }
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.slider-style {
  position: relative;
}

.slider-style .owl-controls .owl-nav>div {
  position: absolute;
  top: 25%;
  line-height: normal;
  padding: 15px 15px;
  font-size: 40px;
}

.slider-style .owl-controls .owl-nav>div i {
  font-weight: bold;
  color: #868686;
}

.slider-style .owl-controls .owl-nav>div.owl-prev {
  left: -35px;
}

.slider-style .owl-controls .owl-nav>div.owl-next {
  right: -35px;
}

@media only screen and (max-width: 992px) {
  .owl-dots {
    text-align: center;
    margin-top: 45px;
  }

  .owl-dots .owl-dot.active {
    background: #333;
  }

  .owl-dots .owl-dot {
    background: #777;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 10px;
  }
}

.vehicle-block.block-padding.border {
  position: relative;
  margin-top: 180px;
}

.vehicle-block.block-padding.border .angle {
  position: absolute;
  top: -135px;
  left: 0;
  width: 100%;
  background: transparent url(/web/20220409225437im_/https://collettecullen.com/wp-content/themes/intimate/assets/css/assets/images/angle-top.png) no-repeat scroll center bottom;
  height: 250px;
}

.vehicle-block.block-padding.border .bg-container {
  background-color: #f9f500;
  padding-bottom: 45px;
}

.slider-block.border {
  position: relative;
  overflow: visible;
}

.slider-block.border .angle {
  position: absolute;
  bottom: -200px;
  left: 0;
  width: 100%;
  background: transparent url(/web/20220409225437im_/https://collettecullen.com/wp-content/themes/intimate/assets/css/assets/images/angle-bottom.png) no-repeat scroll center bottom;
  height: 250px;
}

.full-view .owl-dots,
.list-view .owl-dots {
  display: none;
}

/*--------------------------------------------------------------
## About us
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Author about
--------------------------------------------------------------*/
.about-img-block .author-image {
  position: relative;
}

.about-img-block .author-image img {
  border-radius: 100%;
  display: block;
  margin: auto;
}

.about-img-block .author-image:before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  right: 80px;
  top: 15px;
  border-radius: 100%;
}

@media only screen and (max-width: 480px) {
  .about-img-block .author-image:before {
    right: 30px;
  }
}

.about-img-block .author-image:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 33px;
  bottom: 100px;
  background: #7e7e7e;
  border-radius: 100%;
}

@media only screen and (max-width: 480px) {
  .about-img-block .author-image:after {
    left: -5px;
  }
}

.about-img-block .author-short-info {
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 27px;
}

@media only screen and (max-width: 460px) {
  .about-img-block .author-short-info {
    padding-left: 0;
  }
}

.about-img-block .author-short-info h4 {
  color: #888888 !important;
  font-size: 14px;
  margin: 10px 0;
}

.about-img-block .author-short-info h4 strong {
  color: black !important;
  margin-right: 5px;
}

@media only screen and (max-width: 460px) {
  .about-img-block .author-short-info .col-6 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media only screen and (min-width: 992px) {
  .about-img-block {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .about-desc {
    margin-top: 60px;
  }
}

.about-desc .desc-header {
  margin-bottom: 30px;
}

.about-desc .desc-header .say-hello {
  font-weight: 300;
  font-size: 70px;
  margin-bottom: 0;
  margin-left: -5px;
}

.about-desc .desc-header .desc-title {
  font-size: 22px;
  font-weight: 600;
  margin-top: 0;
}

.about-desc .btn-more {
  margin-top: 20px;
}

/*--------------------------------------------------------------
## Area Of Work
--------------------------------------------------------------*/
.work-xs-carousel {
  text-align: center;
}

.work-xs-carousel .thumb-icon {
  font-size: 30px;
  color: #4f4f4f;
  width: 90px;
  height: 90px;
  margin: auto;
  border: 2px solid;
  line-height: 90px;
  border-radius: 100%;
  margin-bottom: 20px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.work-xs-carousel .work-desc .work-title {
  font-size: 15px;
  font-weight: 800;
  color: inherit;
}

.work-xs-carousel .work-desc .work-content {
  color: #999999;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0;
}

.work-xs-carousel .item {
  margin-bottom: 60px;
}

/*--------------------------------------------------------------
## Tab Style
--------------------------------------------------------------*/
.tabs-nav-area {
  text-align: center;
  position: relative;
  margin-bottom: 75px;
}

@media only screen and (max-width: 992px) {
  .tabs-nav-area {
    margin-bottom: 60px;
  }
}

.tabs-nav-area .bsm-tabs {
  background: transparent;
}

@media only screen and (max-width: 992px) {
  .tabs-nav-area .bsm-tabs {
    display: none;
  }
}

.tabs-nav-area .bsm-tabs .bsm-tab {
  margin: 0 10px;
}

.tabs-nav-area .bsm-tabs .bsm-tab a {
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 800;
  border: 2px solid;
  border-radius: 30px;
  line-height: 45px;
}

.tabs-nav-area .bsm-tabs .bsm-tab a .fa {
  margin-right: 5px;
}

.tabs-nav-area .bsm-indicator {
  background: transparent;
}

.fade.active {
  opacity: 1;
}

.tabs-content.active {
  display: block !important;
}

.responsive-nav {
  display: none;
}

@media only screen and (max-width: 992px) {
  .responsive-nav {
    display: block;
  }
}

.responsive-nav input.select-dropdown {
  border-top: 2px solid #ddd !important;
  border-left: 2px solid #ddd !important;
  border-right: 2px solid #ddd !important;
  border-radius: 30px !important;
  border-bottom: 2px solid #ddd !important;
}

.responsive-nav span.caret {
  right: 20px;
}

@media only screen and (max-width: 992px) {
  select.responsive-nav.initialized {
    display: none;
  }
}

.bg-nero .tabs-nav-area {
  border-bottom-color: #646464;
}

.bg-nero .tabs-nav-area:after {
  border-bottom-color: #646464;
}

/*--------------------------------------------------------------
## Resume
--------------------------------------------------------------*/
.resume-item {
  margin-bottom: 23px;
  display: flex;
}

.resume-item .left-cont {
  position: relative;
  padding-right: 45px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
}

@media only screen and (max-width: 768px) {
  .resume-item .left-cont {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.resume-item .bullet {
  width: 20px;
  height: 20px;
  background: #4f4f4f;
  border-radius: 50px;
  position: relative;
  display: inline-block;
  float: left;
  top: 0;
  margin-right: 24px;
  z-index: 1;
}

.resume-item .right-title:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  top: 4px;
  position: absolute;
  left: -37px;
  margin: auto;
  background: #ebebeb;
}

.resume-item .dot-devider {
  border-left: 4px dotted #4f4f4f;
  content: "";
  height: -webkit-calc(100% + 22px);
  height: calc(100% + 22px);
  position: absolute;
  left: 8px;
  bottom: 87px;
  width: 0;
  z-index: 0;
}

@media only screen and (max-width: 992px) {
  .resume-item .dot-devider {
    bottom: 0px;
  }
}

.resume-item .right-cont {
  padding-left: 30px;
  position: relative;
  border-left: 4px dotted #4f4f4f;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  max-width: 65%;
}

@media only screen and (max-width: 768px) {
  .resume-item .right-cont {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.resume-item .right-cont .right-desc {
  padding-top: 10px;
}

.resume-item .right-title {
  position: relative;
}

.resume-item .left-title {
  margin-top: 0;
  font-size: 14px;
  font-weight: 700;
  color: #4f4f4f;
}

.resume-item .right-title {
  margin-top: 0;
  font-size: 14px;
  font-weight: 700;
  color: #4f4f4f;
}

.resume-item .time-period {
  font-weight: 600;
  color: #888888;
}

@media only screen and (min-width: 992px) {
  .item-sm .item:first-child .dot-devider {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .item-sm .item:first-child .dot-devider {
    height: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .item-sm .item:nth-child(2) .dot-devider {
    display: none;
  }
}

/*--------------------------------------------------------------
## Portfolio
--------------------------------------------------------------*/
.portfolio-thumb {
  position: relative;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  overflow: hidden;
}

.portfolio-thumb img {
  border-radius: 5px;
  display: block;
  margin: auto;
  overflow: hidden;
}

@media only screen and (max-width: 600px) {
  .portfolio-thumb img {
    width: 100%;
  }
}

.portfolio-thumb .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  padding: 20px;
  height: 100%;
  width: 100%;
  opacity: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}

.portfolio-thumb .hover-content .ajax-popup-link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 25px;
  color: white;
}

.portfolio-thumb .hover-content .ajax-popup-link span {
  top: 50%;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 14px;
  font-weight: 600;
  display: inherit;
  padding: 15px 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.portfolio-thumb:hover .hover-content {
  opacity: 1;
}

.container-portfolio {
  padding: 45px 0;
}

@media only screen and (min-width: 850px) {
  .container-portfolio {
    width: 70%;
    margin: auto;
  }
}

@media only screen and (min-width: 1368px) {
  .container-portfolio {
    width: 924px;
    margin: auto;
  }
}

.container-portfolio .single-post {
  padding: 0;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: transparent;
}

.container-portfolio .single-post .entry-title {
  font-size: 30px;
}

/*--------------------------------------------------------------
## Price Table
--------------------------------------------------------------*/
.price-tb-area {
  background: #f9f9f9;
  padding: 30px 30px 60px;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 992px) {
  .price-tb-area {
    margin-bottom: 105px;
  }
}

.price-tb-area .price-info {
  min-width: 135px;
  min-height: 135px;
  font-size: 40px;
  display: table;
  line-height: 115px;
  text-align: center;
  font-weight: 700;
  color: #282828;
  margin: auto;
  border-radius: 100%;
  position: absolute;
  top: -60px;
  padding: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.price-tb-area .price-tb-content {
  padding-top: 55px;
}

.price-tb-area .price-tb-content .price-title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.price-tb-area .price-tb-content .price-service {
  background: #282828;
  text-align: center;
  margin: auto;
  display: table;
  color: white;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 25px;
  border-radius: 50px;
  border: 2px solid #d2d2d2;
  margin-top: 15px;
}

.price-tb-area .price-tb-content .price-feature {
  margin-top: 30px;
}

.price-tb-area .price-tb-content .price-feature .feature-list {
  display: table;
  margin: auto;
}

.price-tb-area .price-tb-content .price-feature ul {
  padding-left: 0;
}

.price-tb-area .price-tb-content .price-feature ul li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  margin-bottom: 20px;
  font-weight: 500;
  list-style: none;
}

.price-tb-area .price-tb-content .price-feature ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 50px;
}

.price-tb-area .price-tb-content .price-btn {
  height: 45px;
  line-height: 45px;
  letter-spacing: inherit;
  font-size: 16px;
  font-weight: 800;
  text-transform: capitalize;
  padding: 0 60px;
  border-radius: 50px;
  display: table;
  margin: auto;
}

.price-tb-area .price-tb-content .choose-this {
  margin-top: 15px;
}

.price-tb-area.featured {
  background: #222222;
}

@media only screen and (min-width: 992px) {
  .price-tb-area.featured {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.price-tb-area.featured .price-title {
  color: #f9f9f9;
}

.price-tb-area.featured .price-feature ul li {
  color: #a5a5a5;
}

.price-tb-area:hover {
  background: #222222;
}

@media only screen and (min-width: 992px) {
  .price-tb-area:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.price-tb-area:hover .price-title {
  color: #f9f9f9;
}

.price-tb-area:hover .price-feature ul li {
  color: #a5a5a5;
}

@media only screen and (max-width: 992px) {
  .row>.item:last-child .price-tb-area {
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 992px) {
  .row>.item:first-child .price-tb-area {
    margin-top: 45px;
  }
}

/*--------------------------------------------------------------
## Testimonial
--------------------------------------------------------------*/
.testimonial-block .container {
  overflow: hidden;
}

.testimonial-block .subtitle i {
  margin-right: 10px;
}

.testimonial-slider .owl-stage-outer {
  overflow: visible;
  padding-top: 45px;
  padding-bottom: 15px;
}

.testimonial-slider .item {
  position: relative;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  padding: 45px 30px 30px;
  background-color: white;
  border-radius: 5px;
}

.testimonial-slider .item .client-image {
  position: absolute;
  top: -40px;
  left: 15px;
}

.testimonial-slider .item .client-detales {
  margin-top: 35px;
}

.testimonial-slider .item .client-title {
  line-height: 30px;
  font-weight: 800;
  margin-bottom: 0;
  text-transform: capitalize;
  color: #1d1d1f;
}

.testimonial-slider .item .client-subtitle {
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 5px;
  text-transform: capitalize;
  color: #484848;
}

.testimonial-slider .item .discription {
  margin-bottom: 15px;
  font-weight: 500;
  color: #484848;
}

.testimonial-slider .item .star i {
  color: #FFA506;
  font-size: 17px;
}

/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# blog
--------------------------------------------------------------*/
.blog-content-block .default-margin-bottom {
  margin-bottom: 60px;
}

.post {
  background-color: white;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}

.post .article-thumb {
  position: relative;
  margin-bottom: -20px;
}

.post .article-thumb img {
  display: block;
  margin: auto;
}

@media only screen and (max-width: 600px) {
  .post .article-thumb img {
    width: 100%;
  }
}

.post .article-thumb .border-shape-blog-before {
  border-bottom: 49px solid;
  border-left: 0 solid transparent;
  border-right: 290px solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 7px;
  z-index: 99;
  left: 0;
}

.post .article-thumb .border-shape-blog-before:after {
  content: "";
  border-bottom: 36px solid #fff;
  border-left: 0 solid transparent;
  border-right: 216px solid transparent;
  height: 0;
  width: 390px;
  position: absolute;
  bottom: -65px;
}

.post .article-thumb .border-shape-blog-after {
  border-bottom: 30px solid;
  border-right: 0 solid transparent;
  border-left: 70px solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 20px;
  z-index: 99;
  right: 0;
}

.post .article-thumb .border-shape-blog-after:after {
  content: "";
  border-bottom: 40px solid #fff;
  border-right: 0 solid transparent;
  border-left: 88px solid transparent;
  height: 0;
  width: 138px;
  position: absolute;
  bottom: -61px;
  right: 0;
}

.post .article-header {
  padding: 30px 30px;
}

.post .article-header .entry-meta {
  color: #8b8b8b;
  font-size: 13px;
  font-weight: 500;
  overflow: hidden;
}

.post .article-header .entry-meta a {
  color: inherit;
}

.post .article-header .entry-meta>div {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.post .article-header .entry-meta>div:after {
  content: "/";
  padding: 0 8px;
}

.post .article-header .entry-meta>div:last-of-type:after {
  content: "";
  padding-right: 0;
}

.post .article-header .entry-title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1.6;
}

.post.sticky .article-header {
  position: relative;
  z-index: 1;
}

.post.sticky .article-header:before {
  content: "\f08d";
  font-family: FontAwesome;
  position: absolute;
  right: 32px;
  font-size: 40px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #ddd;
  z-index: -5;
}

.blog-content .post {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blog Single
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# blog-single
--------------------------------------------------------------*/
.single-meta-top {
  margin-bottom: 15px;
}

.single-meta-top .author-image {
  width: 50px;
  float: left;
  margin-right: 15px;
}

.single-meta-top .author-details {
  display: table-cell;
}

.single-meta-top .author-details .author-name {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  letter-spacing: 0.01em;
}

.single-meta-top .author-details .author-designation {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  color: #6f6f6f;
  letter-spacing: 0.015em;
}

body .single-post {
  padding: 24px 30px 30px;
  background: white;
}

body .single-post .entry-title {
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
}

body .single-post .post-thumb {
  margin-bottom: 30px;
}

body .single-post .post-thumb img {
  display: block;
  margin: auto;
}

.single-main-content {
  margin-bottom: 30px;
}

.single-content {
  padding: 40px;
  border: 1px solid #ebebeb;
}

@media only screen and (max-width: 520px) {
  .single-content {
    padding: 20px;
  }
}

.single-blog {
  margin-top: 35px;
}

.signle-post-content .entry-meta {
  color: #8b8b8b;
  font-size: 13px;
  letter-spacing: 0.015em;
  font-weight: 500;
  font-style: normal;
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
  padding-bottom: 0;
  float: none;
}

.signle-post-content .entry-meta>div {
  float: left;
  margin-right: 45px;
}

@media only screen and (max-width: 992px) {
  .signle-post-content .entry-meta>div {
    margin-right: 30px;
    margin-bottom: 10px;
  }
}

.signle-post-content .entry-meta>div .meta-title {
  font-weight: 800;
  color: #1d1d1f;
  font-size: 17px;
  margin-bottom: 0;
}

.signle-post-content .entry-meta>div a {
  color: inherit;
}

@media only screen and (max-width: 992px) {
  .signle-post-content .entry-meta .meta-title {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .signle-post-content .entry-meta .entry-date:before {
    content: "\f017";
    font-family: FontAwesome;
    font-size: 16px;
  }
}

@media only screen and (max-width: 992px) {
  .signle-post-content .entry-meta .entry-category:before {
    content: "\f07c";
    font-family: FontAwesome;
    font-size: 16px;
  }
}

@media only screen and (max-width: 992px) {
  .signle-post-content .entry-meta .entry-tag:before {
    content: "\f292";
    font-family: FontAwesome;
    font-size: 16px;
  }
}

@media only screen and (max-width: 992px) {
  .signle-post-content .entry-meta .entry-url:before {
    content: "\f08b";
    font-family: FontAwesome;
    font-size: 16px;
  }
}

.signle-post-content .entry-content ul li,
.signle-post-content .entry-content ol li {
  margin-top: 10px;
  line-height: 1.6em;
}

.signle-post-content .entry-content>ul,
.signle-post-content .entry-content>ol {
  padding-left: 20px;
}

.signle-post-content .entry-content a {
  color: #e59494;
}

.signle-post-content .entry-content a:hover {
  color: #e59494;
  text-decoration: underline;
}

.entry-share span {
  font-weight: 600;
}

.entry-share a {
  padding: 5px;
}

.entry-share a i {
  color: #7e7e7e;
  font-size: 15px;
}

.entry-share a i:hover {
  color: black;
}

.gallery-columns-4 .gallery-item img {
  border-radius: 5px;
}

@media only screen and (max-width: 560px) {
  .gallery-columns-4 .gallery-item img {
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .post-content .single-post .entry-meta {
    margin-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
  }
}

@media only screen and (max-width: 992px) {
  .post-content .entry-meta>div {
    margin-right: 15px;
    float: none;
    display: inline-block;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 992px) {
  .post-content .entry-meta .meta-title {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .post-content .entry-meta .entry-date:before {
    content: "\f017";
    font-family: FontAwesome;
    font-size: 16px;
  }
}

@media only screen and (max-width: 992px) {
  .post-content .entry-meta .entry-category:before {
    content: "\f07c";
    font-family: FontAwesome;
    font-size: 16px;
  }
}

@media only screen and (max-width: 992px) {
  .post-content .entry-meta .entry-tag:before {
    content: "\f292";
    font-family: FontAwesome;
    font-size: 16px;
  }
}

@media only screen and (max-width: 992px) {
  body.single-post .author-blog>.container>.row>.col-lg-9>div:last-of-type {
    margin-bottom: 0;
  }
}

/*--------------------------------------------------------------
# Site Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## About Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# about
--------------------------------------------------------------*/
.text-content h1 {
  margin-top: 0;
  margin-bottom: 20px;
}

.text-content h1 strong {
  font-weight: 900;
}

.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
  font-style: italic;
  margin: 0 0 15px;
}

.text-content p {
  font-size: 15px;
}

/*--------------------------------------------------------------
## Contact Page
--------------------------------------------------------------*/
.contact-details .item {
  text-align: center;
}

.contact-details .icon-area {
  display: table;
  margin: auto;
  background: black;
  color: #f9f9f9;
  width: 60px;
  height: 60px;
  font-size: 18px;
  border-radius: 50px;
  line-height: 60px;
}

.contact-details .icon-desc {
  margin-bottom: 60px;
}

.contact-details .icon-desc .desc-title {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.010em;
}

.contact-details .icon-desc .contact-info {
  font-weight: 600;
}

.contact-form-area label {
  font-weight: normal;
  font-size: 14px;
}

@media only screen and (min-width: 992px) {
  .contact-form-area form {
    padding: 60px;
    max-width: 80%;
    margin: auto;
  }
}

@media only screen and (max-width: 991px) {
  .contact-form-area form {
    padding: 30px;
  }
}

.contact-form-area form input,
.contact-form-area form textarea {
  font-size: 14px !important;
}

.contact-form .input-success,
.contact-form .input-error {
  float: left;
  width: 100%;
  clear: both;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 5px 15px;
  display: none;
}

/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.error-title {
  font-size: 90px;
  font-weight: 700;
  color: #ffcc00;
  margin-top: 0;
}

.error-desc {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 30px;
}

.page-content,
.entry-summary {
  margin: 1.4em 0;
}

.entry-content {
  margin: 1.4em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 2.1em;
}

/*--------------------------------------------------------------
# Page-header
--------------------------------------------------------------*/
.page-header {
  margin: 0;
  padding: 60px 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background: #f5f5f5;
  margin-top: 140px !important;
}

@media only screen and (max-width: 767px) {
  .page-header {
    margin-top: 60px !important;
  }
}

.page-header .page-title {
  color: #ffcc00;
  font-weight: 400;
  font-size: 45px;
  margin-bottom: 0;
  line-height: 1.15em;
  margin-top: 0;
}

.page-header .page-title+.page-description {
  font-weight: 500;
  letter-spacing: 0.015em;
  margin-bottom: 0;
}

.page-header .page-title span {
  font-size: 25px;
  display: block;
}

/*--------------------------------------------------------------
# Page Heading
--------------------------------------------------------------*/
.header-title {
  text-align: center;
  margin-bottom: 30px;
}

.page-header {
  margin: 0;
}

/*--------------------------------------------------------------
# Post Meta
--------------------------------------------------------------*/
.entry-date.no-title a {
  color: #e59494 !important;
}

/*--------------------------------------------------------------
# No results
--------------------------------------------------------------*/
.no-results.not-found {
  overflow: hidden;
  background: #ffffff;
  padding: 45px;
  border-radius: 5px;
  text-align: center;
}

.no-results.not-found .page-header {
  margin-top: 0 !important;
}

.no-results.not-found .page-title {
  font-family: inherit !important;
  font-size: 45px;
  font-weight: bold;
  margin-top: 0;
}

.no-results.not-found .page-not-found-icon {
  margin-top: 25px;
}

.no-results.not-found .page-not-found-icon i {
  color: #a94442;
  font-size: 60px;
}

.no-results.not-found .form-controller {
  border-top: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  height: 32px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 4px 0 4px 15px;
  margin-bottom: 0;
}

@media only screen and (max-width: 540px) {
  .no-results.not-found .form-controller {
    padding: 4px 0 4px 15px;
  }
}

@media only screen and (max-width: 540px) {
  .no-results.not-found .btn-default {
    padding: 13px 30px;
  }
}

@media only screen and (min-width: 992px) {

  .no-results.not-found .page-content,
  .no-results.not-found .entry-summary {
    max-width: 540px;
    margin: auto;
  }
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-content a {
  word-wrap: break-word;
}

.comment-metadata a:hover {
  color: #e59494;
}

.comment-content {
  font-size: 15px;
}

.bypostauthor {
  display: block;
}

.cancel-comment-reply-link {
  bottom: -2px;
  display: inline-block;
  left: 0.6em;
  position: relative;
}

.logged-in-as {
  margin-bottom: 0.7em !important;
  padding-left: 15px;
}

.comments-area {
  background-color: white;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 30px;
}

.comments-area .comment-list,
.comments-area .children {
  list-style: none;
  padding: 0;
}

.comments-area .comments-title {
  font-size: 23px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 30px;
}

.comments-area .comments-title span {
  background: white;
  z-index: 10;
  position: relative;
}

.comments-area .comment-list {
  margin-bottom: 45px;
  border-top: none;
}

.comments-area .comment-body {
  overflow: hidden;
  margin-bottom: 45px;
}

.comments-area .comment-author {
  float: left;
  margin-right: 15px;
  width: 60px;
}

.comments-area .date {
  display: block;
  font-size: 13px;
  color: #a0a0a0;
  margin-top: 0;
}

.comments-area .comment-details {
  display: table-cell;
  vertical-align: top;
}

.comments-area .comment-metadata {
  margin-bottom: 0.5em;
  color: #1d1d1f;
}

.comments-area .comment-metadata .author {
  font-size: 16px;
}

.comments-area .comment-metadata .says,
.comments-area .comment-metadata .comment-edit-link {
  color: #777;
}

.comments-area .children {
  margin-left: 108px;
}

@media only screen and (max-width: 992px) {
  .comments-area .children {
    margin-left: 75px;
  }
}

@media only screen and (max-width: 767px) {
  .comments-area .children {
    margin-left: 30px;
  }
}

.comments-area .comment-navigation {
  margin-bottom: 3.5em;
}

.comments-area .comment-navigation .nav-links .nav-previous {
  float: left;
}

.comments-area .comment-navigation .nav-links .nav-next {
  float: right;
}

.comments-area .comment-navigation .nav-links span {
  font-size: 18px;
}

.comments-area .comment-content ul li,
.comments-area .comment-content ol li {
  margin-top: 10px;
  line-height: 1.6em;
}

.comments-area .comment-content>ul,
.comments-area .comment-content>ol {
  padding-left: 20px;
}

.comments-area .comment-content a {
  color: #e59494;
}

.comments-area .comment-content a:hover {
  color: #e59494;
  text-decoration: underline;
}

.comment-respond {
  background-color: white;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 30px;
}

.comment-respond label {
  font-weight: 500;
  font-size: 14px;
}

.comment-respond .comment-reply-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 700;
}

.comment-respond p {
  margin-bottom: 1em;
}

.comment-respond .form-submit {
  margin-bottom: 0;
  padding: 0 15px;
}

.comment-respond .comment-subscription-form {
  display: none;
}

.comment-respond input {
  font-size: 13px;
  color: #8c8c8c;
  border-bottom: 1px solid #dad2d2;
  width: 100%;
}

.comment-respond #submit,
.comment-respond .submit {
  padding: 13px 45px;
  border-radius: 5px;
  color: black;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
  width: auto;
  background: #e59494;
}

.comment-reply-link {
  padding: 10px 22px;
  font-size: 12px;
  line-height: normal;
  font-weight: bold;
  display: inline-block;
  background-color: #232c3b;
  color: white;
  border-radius: 5px;
}

input[type="checkbox"]::-ms-check {
  color: transparent;
}

@media only screen and (max-width: 767px) {
  .comments-area .comment-author {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
    width: 60px;
    height: 60px;
  }
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget a:hover,
.widget a:focus {
  color: #e59494;
}

.widget select {
  width: 100%;
  border: 1px solid #ebebeb;
  padding: 0.4em 0.8em;
  outline: none;
}

.widget ul,
.widget ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget .widget-title-area {
  position: relative;
}

.widget .widget-title {
  margin-top: 0;
}

.widget pre {
  padding: 0.5em;
}

.widget label {
  margin-bottom: 0;
}

.widget option {
  padding: 0.2em 1em;
}

.widget input[type="text"]:focus,
.widget input[type="email"]:focus,
.widget input[type="url"]:focus,
.widget input[type="password"]:focus,
.widget input[type="search"]:focus,
.widget textarea:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.widget {
  margin-bottom: 30px;
}

.sidebar-block .widget {
  background-color: white;
  margin-bottom: 30px;
  padding: 20px;
}

@media only screen and (min-width: 800px) {
  .sidebar-block .widget:last-of-type {
    margin-bottom: 2px;
  }
}

.sidebar-block .widget-title {
  position: relative;
  text-transform: capitalize;
  margin-top: 0;
  clear: both;
  font-weight: 700;
  font-size: 16px;
  border-left: 5px solid;
  padding-left: 15px;
  margin-bottom: 20px;
}

.sidebar-block .widget-title span {
  position: relative;
  z-index: 3;
  display: inline-block;
  padding: 0 15px 0 0;
  background-color: #f7f7f7;
}

@media only screen and (max-width: 992px) {
  .widget-title {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 992px) {

  .widget-title+div,
  .widget-title+ul,
  .widget-title+select,
  .widget-title+ol {
    margin-top: 30px;
  }
}

.widget .expand-margin.widget-title {
  cursor: pointer;
}

.widget .expand-margin.widget-title:after {
  content: "\f067";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  width: 23px;
  height: 23px;
  border: 2px solid;
  text-align: center;
  font-size: 13px;
  border-radius: 50px;
  line-height: 22px;
}

.widget .expand-margin.expand.widget-title:after {
  content: "\f068";
}

/*--------------------------------------------------------------
# Widgets Content
--------------------------------------------------------------*/
.widget-popular-content .post-content {
  margin-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 20px;
}

.widget-popular-content .post-content .image-content {
  margin-right: 15px;
  float: left;
  width: 65px;
}

.widget-popular-content .post-content .post-title {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.widget-popular-content .post-content .date {
  font-size: 12px;
  font-weight: 500;
  color: #7e7e7e;
}

.widget-popular-content .post-text {
  display: table-cell;
}

.widget-popular-content .post-content:last-child {
  border-bottom: 0 none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* =======widget-options======= */
.newsletter-content {
  margin-top: 30px;
}

.newsletter-content label {
  font-size: 16px;
  font-weight: normal;
  color: #a5a5a5;
  margin-bottom: 15px;
  display: block;
}

.newsletter-content .bsm-input-field label {
  font-size: 14px;
}

.newsletter-content .form-controller {
  background-color: #393939 !important;
}

.newsletter-content input {
  border: none;
  border-radius: 5px 0 0 5px;
  padding: 8px 0 8px 8px !important;
  height: 30px !important;
}

.newsletter-content .input-group-btn {
  padding: 0 !important;
}

.newsletter-content .input-group-btn .btn-group {
  margin: 0 !important;
}

.newsletter-content .input-group-btn .bsm-btn-primary {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 0 20px;
}

.calendar_wrap #next {
  text-align: right;
}

.calendar_wrap caption {
  caption-side: top;
  font-weight: 600;
}

.useful-link-content li {
  position: relative;
}

.useful-link-content li a {
  font-weight: 800;
  color: #cbcaca;
  padding-left: 35px;
  margin-bottom: 15px;
  display: block;
  letter-spacing: 0.015em;
}

.useful-link-content li:before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 20px;
  height: 3px;
  content: "";
  background-color: #e59494;
}

.add-content img {
  display: block;
  margin: auto;
}

/*--------------------------------------------------------------
# Categories And Archive Widget
--------------------------------------------------------------*/
.widget_categories ul li,
.widget_archive ul li,
.widget_layered_nav ul li {
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  line-height: 1em;
  padding-top: 25px !important;
  margin-top: 15px !important;
  border-top: 1px solid #e1e1e1;
  border-bottom: 0 none !important;
  -webkit-transition: all 0.25s ease-in 0s;
  transition: all 0.25s ease-in 0s;
  position: relative;
}

@media only screen and (max-width: 767px) {

  .widget_categories ul li,
  .widget_archive ul li,
  .widget_layered_nav ul li {
    padding-top: 20px !important;
  }
}

.widget_categories ul li ul,
.widget_archive ul li ul,
.widget_layered_nav ul li ul {
  padding-left: 15px;
}

.widget_categories ul li .count,
.widget_archive ul li .count,
.widget_layered_nav ul li .count {
  position: absolute;
  right: 0;
}

.widget_categories>ul>li:first-child,
.widget_archive>ul>li:first-child,
.widget_layered_nav>ul>li:first-child {
  border: 0 none;
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.widget_categories .bsm-select-wrapper li,
.widget_archive .bsm-select-wrapper li,
.widget_layered_nav .bsm-select-wrapper li {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.bsm-dropdown-content li>a,
.bsm-dropdown-content li>span {
  color: inherit !important;
}

.bsm-dropdown-content li>a:hover,
.bsm-dropdown-content li>span:hover {
  color: #e59494 !important;
}

.sidebar-shop .widget_categories ul li,
.sidebar-shop .widget_archive ul li,
.sidebar-shop .widget_layered_nav ul li {
  color: #777777;
}

.sidebar-shop .widget_links ul li,
.sidebar-shop .widget_meta ul li,
.sidebar-shop .widget_nav_menu ul li,
.sidebar-shop .widget_pages ul li,
.sidebar-shop .widget_recent_comments ul li,
.sidebar-shop .widget_recent_entries ul li,
.sidebar-shop .widget_product_categories ul li {
  border-color: #ebebeb !important;
}

/*--------------------------------------------------------------
# TagCloud Widget
--------------------------------------------------------------*/
.widget .tagcloud {
  position: relative;
  margin-bottom: -2px;
}

.widget .tagcloud a {
  border: 1px solid #e1e1e1;
  display: block;
  float: left;
  font-size: 12px !important;
  font-weight: normal;
  line-height: 1.4em !important;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 6px 17px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 0.02em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.widget .tagcloud a:hover {
  color: white;
  background: #e59494;
  border-color: #e59494;
}

/*------------------------------------------------------------------------
# Links, Meta, NavMenu, Pages, Recent Comment, Recent Entries  Widget
-------------------------------------------------------------------------*/
.widget_links a,
.widget_meta a,
.widget_nav_menu .menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a,
.widget_product_categories a {
  border: 0;
}

.widget_links,
.widget_meta,
.widget_nav_menu,
.widget_pages,
.widget_recent_comments,
.widget_recent_entries,
.widget_product_categories {
  font-size: 14px;
}

.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a,
.widget_product_categories a {
  border: 0;
  text-decoration: none;
}

.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_product_categories ul {
  list-style: none;
  margin: 0;
}

.widget_links ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_product_categories ul li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 0 none;
}

.widget_links>ul,
.widget_meta>ul,
.widget_nav_menu>ul,
.widget_pages>ul,
.widget_recent_comments>ul,
.widget_recent_entries>ul,
.widget_product_categories>ul {
  position: relative;
}

.widget_links>ul>li:first-child,
.widget_meta>ul>li:first-child,
.widget_nav_menu>ul>li:first-child,
.widget_pages>ul>li:first-child,
.widget_recent_comments>ul>li:first-child,
.widget_recent_entries>ul>li:first-child,
.widget_product_categories>ul>li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0 none;
}

.widget .menu {
  position: relative;
}

.widget .menu>li:first-child {
  border-top: 0 none;
  padding-top: 0;
}

.widget .menu .sub-menu {
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}

.widget_nav_menu .sub-menu,
.widget_pages .children {
  border: 0;
  margin: 0 0 0 1em;
}

.widget_recent_entries .post-date {
  display: block;
}

/*--------------------------------------------------------------
# RSS Widget
--------------------------------------------------------------*/
.widget_rss {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.widget_rss ul {
  list-style: none;
  margin: 0;
}

.widget_rss ul:last-child {
  margin-bottom: 0;
}

.widget_rss li {
  margin-bottom: 1.6em;
  padding-bottom: 25px;
}

.widget_rss li:last-child {
  margin-bottom: 0;
}

.widget_rss li .rssSummary {
  margin: 5px 0;
  line-height: 1.75;
  font-size: 14px;
}

.widget_rss .rsswidget {
  border: 0;
  font-weight: 700;
}

.widget_rss .rsswidget img {
  margin-top: -4px;
}

.widget_rss .rss-date,
.widget_rss cite {
  font-size: 0.8em;
  font-style: normal;
  display: block;
  line-height: 2;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.widget_rss>p {
  position: relative;
}

/*--------------------------------------------------------------
# Search Widget
--------------------------------------------------------------*/
.widget_search .input-group .form-controller {
  display: table-cell;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  padding: 5px 10px;
  height: 32px;
  margin-bottom: 0;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  border-bottom-color: #e1e1e1;
}

.widget_search button,
.widget_search input[type="button"],
.widget_search input[type="reset"],
.widget_search input[type="submit"] {
  border-radius: 0;
  padding: 0.75em 1em;
}

.widget_search .btn-search i {
  position: relative;
  top: -1px;
  vertical-align: middle;
}

.widget_search .btn.btn-default {
  border: 1px solid #e1e1e1;
}

/*--------------------------------------------------------------
# Footer Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
.site-footer {
  background: black;
  color: #8b8b8b;
  padding: 60px 0;
  text-align: center;
}

.footer-social a {
  padding: 15px;
  display: inline-block;
}

.footer-copyright p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Scroll Top
--------------------------------------------------------------*/
.topbutton {
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #ffffff;
  display: block;
  height: 45px;
  line-height: 42px;
  text-align: center;
  width: 45px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.4);
  z-index: 99;
  opacity: 0;
  color: #1d1d1f;
}

@media only screen and (max-width: 600px) {
  .topbutton {
    right: 10px;
  }
}

.btn-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.btn-hide {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}

/*
     FILE ARCHIVED ON 22:54:37 Apr 09, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:33:55 Apr 15, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.668
  exclusion.robots: 0.042
  exclusion.robots.policy: 0.024
  esindex: 0.009
  cdx.remote: 26.121
  LoadShardBlock: 108.272 (3)
  PetaboxLoader3.datanode: 140.324 (4)
  load_resource: 252.342
  PetaboxLoader3.resolve: 208.274
*/