* {
  margin: 0px;
  padding: 0px;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  background-color: #f0f0f0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Dancing Script", cursive;
  font-size: 25px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;

}

pre {
  background: #eee;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

blockquote {
  background: rgba(224, 33, 138,.7);
  padding: 15px;
  line-height: 1.733;
  color: #fff;
  font-style: italic;
}

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

ol {
list-style: decimal;
}

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

.btn {
  border: 1px solid transparent;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:focus,
.btn.focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 33, 138, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

cite a {
  color: #fff !important;
}

.btn-link {
  font-weight: 400;
  color: #e0218a;
}
.btn-link:hover {
  color: #e0218a;
  text-decoration: underline;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
}

.btn-primary {
  color: #fff;
  background-color: #e0218a;
  border-color: #e0218a;
  border-radius: 10px;
  width: auto;
}
.btn-primary:hover {
  color: #333;
  background-color: #fff;
  border-color: #e0218a;
}
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 33, 138, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #e0218a;
  border-color: #e0218a;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #e0218a;
  border-color: #e0218a;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 33, 138, 0.5);
}

a {
  color: #333;
  text-decoration: none;
}

a:focus,
a:visited{
  color: inherit;
}

a:hover{
  color: #e0218a;
}

.negative-bottom-margin-1{
  margin-top: -10px;
}

.mb-1,
.mt-1 {
  margin-bottom: 10px;
}

.mb-2,
.mt-2 {
  margin-bottom: 20px;
}

.mb-3,
.mt-3 {
  margin-bottom: 30px;
}

.mb-4,
.mt-4 {
  margin-bottom: 40px;
}

.mb-5,
.mt-5 {
  margin-bottom: 40px;
}

.img-border {
  border: 2px solid #f6f6f6;
  border-radius: 10px;
}

.reset-link-color {
  color: #fff !important;
  transition: all 0.3s;
}

.reset-link-color .fab:hover {
  color: #fff;
}

.main-header {
  background-color: #fff;
}

.logo {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 10px;
}

.logo .site-title {
  font-family: "Dancing Script", cursive;
  font-size: 50px;
  color: #e0218a;
}

.logo .site-description {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #333;
  font-style: italic;
  font-weight: 400;
  margin-top: -20px;
}

.logo .site-title a{
  color: #e0218a;
}

.logo .site-title a:hover{
  text-decoration: none;
  color: #333;
}


.social-media-icons {
  text-align: left;
}

.social-media-icons,
.header-icons {
 margin-top: 50px;
 padding-bottom: 10px;
}

.header-icons {
  text-align: right;
}

.header-icons a,
.widget-social-media-icons {
  color: #000;
  text-decoration: none;
}

.header-icons i {
  width: 30px;
  height: 30px;
}

.social-media-icons .list-inline-item
 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 2.5;
  background-color: #000;
  text-align: center;
}

.social-media-icons .list-inline-item a:focus, 
.social-media-icons .list-inline-item a:visited,
.widget_recent_entries li a:visited,
.widget_recent_entries .post-date
{
  color:#333;
}

.social-media-icons .list-inline-item:hover,
.widget_natalie_wp_social_profile .social-network a:hover
 {
  background-color: #e0218a;
  color: #fff;
}

.social-media-icons fab:hover {
  color: #fff;
}

.menu-bg {
  background-color: #000;
}

.mobile-social-media-menu .list-inline-item a{
    color: #fafafa;
    transition: all 0.2s;
}

.mobile-social-media-menu .list-inline-item a:hover{
    color: #e0218a;
    transition: all 0.2s;
}

.navbar-brand{
  white-space: initial;
}

.navbar {
  font-family: "Dancing Script", cursive;
  font-size: 16px;
  font-weight: 500;
  padding: 0px;
}

.navbar-toggler:focus {
  border: 1px solid #fff;
}
.navbar-toggler span {
  width: 25px;
  margin: 6px auto;
  display: block;
  height: 2px;
  background: #e0218a;
  transition: all 0.2s;
 
}


.navbar-toggler span:first-of-type {
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  width: 12px;
}
.navbar-toggler span:nth-of-type(2) {
  width: 20px;
}
.navbar-toggler span:last-of-type {
  -webkit-transform-origin: top left;
  transform-origin: top left;
  width: 16px;
}
.navbar-toggler.active span:first-of-type {
  -webkit-transform: rotate(45deg) translate(-1px);
  transform: rotate(45deg) translate(-1px);
  width: 24.5px !important;
}
.navbar-toggler.active span:last-of-type {
  width: 24.5px !important;
  -webkit-transform: rotate(-45deg) translate(-1.5px);
  transform: rotate(-45deg) translate(-1.5px);
}
.navbar-toggler.active span:nth-of-type(2) {
  opacity: 0;
}
.navbar .dropdown-menu {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(0.5rem);
  transform: translateY(0.5rem);
  transition: 0.2s ease all;
}
@media (min-width: 992px) {
  .navbar .dropdown-menu {
    display: block;
  }
}
.navbar .dropdown-menu.show {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: 0.2s ease all;
}

.dropdown-toggle::after{
    vertical-align: baseline;
}

/* .nav-link{
  padding: 0px;
} */
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #f1f1f1;
}

.navbar-light .navbar-nav .nav-link:hover
{
    color: #e0218a;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.nav-link:hover {
  color: #e0218a;
}


/* .blog {
  line-height: 2.5;
} */

.blog-post-content{
  overflow: hidden;
}

.blog-post-content a:hover {
  text-decoration: underline !important;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.blog-post-content .post-category a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  border-radius: 10px;
}



.post-categories a,
a.blog-title,
.site-title a {
  text-decoration: none !important;
}

.blog-post-content .post-category a:hover{
  background-color: #fff;
}

.blog-banner{
  background-color: #000;
}

.blog-banner-overly {
  position: relative;
  z-index: 1;
}

.blog-banner-height {
  height: 450px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.blog-banner-overly::before {
  position: absolute;
  content: "";
  background-color: rgba(224, 33, 138, 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
}

.blog-banner-title h1 {
  font-size: 60px;
  text-transform: capitalize;
  color: #fff;
}

.blog-post-meta.single-post {
  font-size: 14px;
}



.blog-meta-details{
  float:left;
  margin-top: 15px;
}

.blog-meta-details a{
  text-decoration: none !important;
}

.single-post .post-share {
  float: right;
  margin-top: 0px;
}

.blog-post-meta.single-post a{
  text-transform: capitalize;
}

.nothing-found{
  font-weight: 600;
}

.header-content {
  position: relative;
  z-index: 10;
  color: #fff;
}

.blog-slider,
.blog-slider img {
  min-height: 500px;
  position: relative;
  z-index: 50;
}

.blog-slider .post-entry,
.blog-slider .post-meta {
  color: #f0f0f0;
}

.blog-slider .post-entry a
 {
  color: #fff;
  text-decoration: none;
  font-size: 45px;
}

.blog-slider .post-entry a:hover{
  color: #e0218a;
}

.blog-slider .post-meta a{
  font-size: 12px;
}

.blog-slider .slider-post-content-excerpt {
  width: 500px;
  margin: 0px auto;
  line-height: 2;
  font-weight: 100;
  font-size: 15px;
}


.blog-slider ul.post-categories {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
  border-radius: 10px;
}

.blog-slider ul.post-categories a{
  color: #e0218a;
}


.blog-slider ul.post-categories a:hover{
  color: #333;
}

.blog-slider .post-meta.align-items-center .post-category a,
.blog-post-meta .category a,
.recent-post-slider .post-category a,
.widget_tag_cloud .post-tag a {
  padding:  3px 6px;
  background: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
  border-radius: 10px;
}

.post-category.grid-layout-3 a {
    padding: 3px 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    border-radius: 10px;
    color: #e0218a;
}

.blog-slider .post-meta.align-items-center .post-category a:hover,
.blog-post-meta .category a:hover,
.recent-post-slider .post-category a:hover
 {
  text-decoration: none;
  -o-transition: .22s;
    -ms-transition: .22s;
    -moz-transition: .22s;
    -webkit-transition: .22s;
    transition: .22s;
}


/* new slider */


.post-slider-area .col-lg-12 {
  padding: 0;
}

.single-post-carousel {
  position: relative;
  z-index: 1;
}

.single-post-carousel:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #000;
  opacity: .5;
}

.single-post-carousel .post-thumb {
  overflow: hidden;
}

.single-post-carousel .post-thumb img {
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  height:500px;
}

.single-post-carousel .post-details {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
  z-index: 1;
}

.single-post-carousel .post-details h2 {
  font-size: 30px;
  margin-bottom: 30px;
}

.single-post-carousel .post-details h2 a {
  color: #fff;
}

.single-post-carousel .post-details h2 a:hover {
  text-decoration: none;
  color: #e0218a;
}

.single-post-carousel .post-details .post-content .post-meta {
  min-width: 40%;
  border-right: 1px dotted rgba(255, 255, 255, .25);
}

@media(max-width:380px) {
  .single-post-carousel .post-details .post-content .post-meta {
      display: none;
  }
}

.single-post-carousel .post-details .post-content .post-meta .thumb {
  display: inline-block;
}

.single-post-carousel .post-details .post-content .post-meta .thumb img {
  margin-top: -25px;
  border-radius: 50%;
}

.single-post-carousel .post-details .post-content .post-meta .c-desc {
  display: inline-block;
  padding-left: 15px;
}

.single-post-carousel .post-details .post-content .post-meta .c-desc h6 {
  margin-bottom: 5px;
  color: #fff;
}

.single-post-carousel .post-details .post-content .post-meta .c-desc p {
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
}

.single-post-carousel .post-details .post-content .post-meta .c-desc p span {
  padding-right: 15px;
}

.single-post-carousel .post-details .post-content .details {
  color: #fff;
  padding-left: 30px;
}

.single-post-carousel .post-details .post-content .details p {
  margin-bottom: 0;
}

.single-post-carousel:hover .post-thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.single-post-item {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}

.single-post-item .post-thumb {
  overflow: hidden;
}

.single-post-item .post-thumb img {
  width: 100%;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}

.single-post-item .post-details {
  position: absolute;
  left: 30px;
  bottom: -30px;
  padding: 30px;
  z-index: 1;
  background: #fff;
  width: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .9);
}

.post-share a:hover{
    color: #e0218a !important;
    text-decoration: none;
    -o-transition: .22s;
      -ms-transition: .22s;
      -moz-transition: .22s;
      -webkit-transition: .22s;
      transition: .22s;
}



.pagination a:hover{
    color: #e0218a !important;
    background-color: #fff;
    border-color: #e0218a;
    text-decoration:none !important;
    -o-transition: .22s;
      -ms-transition: .22s;
      -moz-transition: .22s;
      -webkit-transition: .22s;
      transition: .22s;
}

.blog-slider .post-meta.align-items-center .slider-post-author,
.blog-slider .post-meta.align-items-center .slider-posted-date {
  margin-left: 30px;
  font-size: 13px;
}

.blog-slider .post-meta.align-items-center .slider-post-author a:hover {
  color: #e0218a;
}

/* Slider */

.site-cover {
  background-size: cover;
  background-position: top center;
  position: relative;
}

.site-cover,
.site-cover .same-height {
  padding: 7em 0;
}

.site-cover.overlay:before {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.slide-one-item {
  position: relative;
  z-index: 1;
}
.owl-nav,
.slide-one-item .owl-nav {
  position: relative;
  position: absolute;
  bottom: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.block-13 .owl-nav .owl-prev,
.block-13 .owl-nav .owl-next,
.slide-one-item .owl-nav .owl-prev,
.slide-one-item .owl-nav .owl-next {
  position: relative;
  display: inline-block;
  padding: 20px;
  font-size: 30px;
  color: #000;
}
.block-13 .owl-nav .owl-prev.disabled,
.block-13 .owl-nav .owl-next.disabled,
.slide-one-item .owl-nav .owl-prev.disabled,
.slide-one-item .owl-nav .owl-next.disabled {
  opacity: 0.2;
}

.slide-one-item.home-slider .owl-nav {
  position: absolute !important;
  top: 50% !important;
  bottom: auto !important;
  width: 100%;
}

.slide-one-item.home-slider .owl-prev {
  left: 10px !important;
}

.slide-one-item.home-slider .owl-next {
  right: 10px !important;
}

.slide-one-item.home-slider .owl-prev,
.slide-one-item.home-slider .owl-next {
  color: #e0218a;
  position: absolute !important;
  top: 50%;
  padding: 0px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /* background: rgba(224, 33, 138); */
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  line-height: 0;
  text-align: center;
  font-size: 25px;
}
@media (min-width: 768px) {
  .slide-one-item.home-slider .owl-prev,
  .slide-one-item.home-slider .owl-next {
    font-size: 25px;
  }
}
.slide-one-item.home-slider .owl-prev > span,
.slide-one-item.home-slider .owl-next > span {
  position: absolute;
  line-height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slide-one-item.home-slider .owl-prev:hover,
.slide-one-item.home-slider .owl-prev:focus,
.slide-one-item.home-slider .owl-next:hover,
.slide-one-item.home-slider .owl-next:focus {
  background: #fff;
}

.slide-one-item.home-slider:hover .owl-nav,
.slide-one-item.home-slider:focus .owl-nav,
.slide-one-item.home-slider:active .owl-nav {
  opacity: 10;
  visibility: visible;
}



/* home blog area */

.blog-post-content p{
  line-height: 2.5;
}

/* .blog-post-content h1,h2,h3,h4,h5,h6 a{
  color: #e0218a;
  text-decoration: underline;
} */

.blog-post-content h1,
.blog-post-content h2,
.blog-post-content h3,
.blog-post-content h4,
.blog-post-content h5,
.blog-post-content h6
 {
  margin-top: 30px;
  margin-bottom: 20px;
}


.blog-post-content h1 a,
.blog-post-content h2 a,
.blog-post-content h3 a,
.blog-post-content h4 a,
.blog-post-content h5 a,
.blog-post-content h6 a
 {
  color:#e0218a;
  text-decoration: underline;
}

.blog-post-content h1 a:hover,
.blog-post-content h2 a:hover,
.blog-post-content h3 a:hover,
.blog-post-content h4 a:hover,
.blog-post-content h5 a:hover,
.blog-post-content h6 a:hover
 {
  color:#333;
}

.blog-post-content ul li a {
  text-decoration: underline;
}

.blog-post-content img {
  max-width: 100%;
  height: auto;
}

.blog-post-content a:hover {
    text-decoration: none;
    color:#e0218a;
}

/* .blog-section .blog-title a {
  color: red;
} */

/* .blog-post-content p a{
  color: #e0218a;
  text-decoration: underline;
} */

/* .blog-post-content p a:hover{
  text-decoration: none;
  color: #333;
} */


.post-edit-link {
  margin-top: 20px;
  font-weight: 600;
  text-decoration: none;
}

.post-edit-link a{
  text-decoration: none !important;
}

.post-entry-excerpt {
  margin-top: 15px;
  font-weight: 300;
  line-height: 2;
}

.category {
  margin-top: 5px;
}

.post-categories li {
  list-style: none;
  display: inline-block;
}

.blog-post-divider-bottom {
  content: "";
  border-bottom: 1px solid #dcdcdc;
  display: block;
  margin: 1px;
  clear: both;
}

.blog-post-divider-top {
  content: "";
  border-bottom: 1px solid #dcdcdc;
  display: block;
  margin: 1px;
  clear: both;
}

.share-title {
  font-size: 13px;
  font-weight: 400;
}

.post-share a {
  font-size: 13px;
  line-height: 46px;
  margin-left: 9px;
  color: #000;
}

.post-author,
.posted-date{
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.post-author{
    float: left;
}

.posted-date{
    float: right;
}

.post-author a:hover{
    color: #e0218a;
    font-weight: 400;
}

/* pagination */

.pagination{
    display: inline;
}

.pagination a {
    background: #e0218a;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 9px 17px;
    border-radius: 2px;
    color: #fff;
    margin-top: 10px;
    -o-transition: .22s;
    -ms-transition: .22s;
    -moz-transition: .22s;
    -webkit-transition: .22s;
    transition: .22s;
    display: block;
    border-radius: 30px;
    border:1px solid #f0f0f0;
}


.pagination a {
  text-decoration: none !important;
}

.pagination, .single a{
  margin-top: 0px;
}

.author-body a {
  text-decoration: none !important;
}



.pagination .older {
    float: left;
}

.pagination .newer {
    float: right;
}


/* sidebar style */

.footer-widget-col-4 {
  width: 33.3%;
  float: left;
  text-align: center;
}

.sidebar-bg, .widget_media_image,
.widget_mc4wp_form_widget{
    background-color: #fafafa;
    border-radius: 5px;
}

.widget-about-sidebar {
    background-color: #fafafa;
    border-radius: 5px;
}

.blog-post-meta.single-post .post-category a::after{
  content: ",";
}

.blog-post-meta.single-post .post-category a::af{
  content:"";
}

.blog-post-content blockquote{
  border-left: none;
    padding: 20px 40px;
    margin: 20px 0 0;
}

.blog-post-content blockquote p{
font-size: 16px;
    line-height: 30px;
    position: relative;
    z-index: 10;
}

.blog-post-content blockquote p:first-child:before,
.blog-section blockquote p:first-child:before
 {
  content: '\201C';
  color: #e0218a;
  font-size: 130px;
  font-weight: 700;
  position: absolute;
  top: 22px;
  left: -34px;
  text-shadow: none;
  z-index: -1;
}


.blog-post-content .blog-author{
  background-color: #e0218a;
  padding: 30px 20px;
  text-align: center;
  color: #fff;
}

.blog-post-content .blog-author img {
  border-radius: 50%;
  margin-bottom: 20px;
}

.blog-post-content .blog-author .author-body a{
  color: #fff;
}

.blog-post-content .blog-author .author-body a:hover{
  color: #e3e3e3;
}

.related-post .related-heading {
  text-align: center;
  font-weight: 200;
  margin-top: 30px;
  text-decoration: underline;
}

.widget:nth-of-type(1n+1) {
      margin-bottom:40px;
    }

.widget:nth-of-type(1n+1):last-child{
    margin-bottom:0px
}
.footer-widget-holder.widget:nth-of-type(1n+1)last-child{
    margin-bottom:0px
}

.widget-title {
    background-color: #e0218a;
    padding: 10px;
    border-radius: 3px;
    color: #fff;
}

.widget-about-img {
    text-align: center;
    margin-top: 35px;
}

.author-title {
    margin-top: 20px;
    font-family: "Dancing Script", cursive;
    font-size: 35px;
    margin-bottom: 20px;
}

.widget-about-content p {
    font-size: 14px;
    text-align: center;
    line-height: 2;
    padding: 0px 13px;
    font-weight: 300;
}


.widget-divider {
    width: 80%;
    margin: 30px auto;
}

.widget-about-content{
    padding: 0;
    padding-bottom: 10px;
    margin-top: 10px;
}

.widget-about-content .social-media-icons {
    margin-top: 0px;
}

.recent-post-slider,
.carousel-caption {
    bottom: 90px;
}

.carousel-caption.grid-three{
    bottom: 40px;
}

.recent-post-slider,
.carousel-caption a{
    color: #f0f0f0;
    text-decoration: none;
}

.recent-post-slider,
.carousel-caption a:hover{
    color: #e0218a;
   
}

.recent-post-slider, .carousel-control-next, .carousel-control-prev {
    top:-50px
}

/*  */

.header-social .widget_natalie_wp_social_profile{
  background:none
}

.widget_recent_entries h3{
  margin-top: 15px;
    font-size: 22px;
}

.widget_categories select {
  width: 100%;
  height: 40px;
  border: none;
}

.widget_categories ul, .widget_archive ul, .widget_meta ul, .widget_pages ul{
  margin: 0px;
  padding: 0px;
}

.widget_categories ul,
.widget_archive ul,
.widget_recent_entries ul,
.recent-post-slider,
.widget_recent_comments #recentcomments,
.widget_calendar .calendar_wrap

{
  background-color: #fafafa;
  padding: 20px;
}

.widget_natalie_wp_social_profile
{
  background-color: #fafafa;
}

.widget_natalie_wp_social_profile .social-network{
  margin-top: 20px;
  text-align: center;
  padding-bottom: 15px;
}

.widget_natalie_wp_social_profile .social-network a{
    /* padding: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 2.5;
    margin: 5px;
    background-color: #000;
    color: #fff;
    font-size: 14px; */
}



.widget_categories li{
    margin-bottom: 10px;
    padding-bottom: 10px;
  
}

.widget_calendar .wp-calendar-table{
  width: 100%;
  margin-left: 10px;
}

.widget_calendar .wp-calendar-table td#today{
  font-weight: bold;
  color: #e0218a;
}

.cat-item li {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
  margin-top: 10px;
}

.widget_categories ul > li, .widget_meta ul > li, .widget_pages ul > li, .widget_nav_menu ul > li, .widget_archive ul > li {
  color: #e0218a;
}

.widget_categories a:hover,
.widget_meta a:hover,
.widget_pages a:hover{
  color: #e0218a;
  transition: all 0.3s;
}


/*  */

@media (max-width: 767px) {

    .carousel-caption {
        top:190px
    }
}

.newsletter{
    margin: 0px auto;
    border-color: #e5e5e5;
    padding-bottom: 20px;
    overflow: hidden;
}

@media (min-width: 568px) {

    .newsletter {
        width: 95%;
        
    }
    .newsletter-bg{
        padding-bottom: 20px;
    }

    .newsletter-bg .btn  {
        background: #fff;
        color: #fff;
        font-size: 10px;
        letter-spacing: 2.5px;
        text-transform: uppercase;
        font-style: normal;
        padding: 3px 10px;
        border-radius: 0;
        margin: 0;
        border-radius: 4px;
        border: 1px solid #fff;
    }

    .newsletter-bg input{
        background: #fff;
        border: 1px solid #e0218a;
        padding: 6px 8px;
        box-sizing: border-box;
        border-radius: 4px;
        font-size: 13px;
    }
}

.newsletter-bg {
    background-color: #e0218a;
    padding: 5px;
    border-radius: 10px;
}

.newsletter h2 {
    color: #fff;
    text-align: center;
    font-size: 30px;
}

.newsletter-bg p {
    text-align: center;
    color: #fff;
    font-size: 13px;
    margin-bottom: 0px;
}

.newsletter-bg input{
    background: #fff;
    border: 1px solid #e0218a;
    padding: 13px 16px;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 13px;
}

.newsletter-bg .btn  {
    background: #e0218a;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-style: normal;
    padding: 5px 20px;
    border-radius: 0;
    margin: 0;
    border-radius: 4px;
    border: 1px solid #fff;
}

.newsletter-bg .btn:hover{
    background-color: #fff;
    color: #e0218a;
}

#back-top {
  background: #e0218a;
  height: 50px;
  width: 50px;
  right: 31px;
  bottom: 18px;
  position: fixed;
  z-index: 10;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  border: 2px solid transparent;
}

#back-top:hover{
  background-color: #fff;
}

#back-top a{
  color: #fff;
}

#back-top a:hover{
  background-color:#fff;
  color: #e0218a;
  text-decoration: none;
}

#back-top a i {
  display: block;
  line-height: 50px;
}


/* Instagram style */

.instagram-holder{
    overflow: hidden;
}

.instagram-section-title {
    padding: 0.5rem 1.5rem;
    background: #000;
    color: #fff;
    position: absolute;
    /* top: 50%; */
    margin-top: 125px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1000;
}
.instagram-item {
    position: relative;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #fff;
}
.instagram-item::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
}
.instagram-item-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(224, 33, 138, 0.4);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s;
    opacity: 0;
    z-index: 99;
}
.instagram-item:hover .instagram-item-overlay {
    opacity: 1;
}

/* Widgets style */

.widget_tag_cloud {
    background-color: #fafafa;
    border-radius: 3px;
    margin-bottom: 10px;
}

.tagcloud {
    margin-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
}

.widget_tag_cloud .tagcloud a {
    font-size: 14px !important;
    background: #e0218a;
    padding: 6px 10px;
    display: inline-block;
    margin-bottom: 10px;
    color: white;
    border: solid 1px #e0218a;
}

.r-post-img{
  width:80px;
  height:80px;
  border-radius:50%;
}

.widget_tag_cloud .tagcloud a:hover {
    color: #e0218a !important;
    background-color: #fff;
    border-color: #e0218a;
    text-decoration: none;
    -o-transition: .22s;
      -ms-transition: .22s;
      -moz-transition: .22s;
      -webkit-transition: .22s;
      transition: .22s;
  }

  .widget-post-category a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    color: #fff;
  }

  .footer .widget_tag_cloud{
    background: none;
  }

  .footer h2{
    text-align: center;
    font-size: 35px;
  }

  .footer .widget_meta a{
    color: #e0218a;;
  }

  .footer .blog-post-divider-top.mt-4 {
    border: 1px solid #fff;
    opacity: 0.4;
 }

  .footer .widget_meta a:hover{
    color: #fafafa;
  }

  .widget-post-category a:hover{
      color: #eee;
      border: none;
  }

  .post-category a {
    margin-left: 5px;
}

  .categories{
    height: 50px;
    background-size: cover;
    background-position: center;
    margin-top: 10px;
  }

  .category-name {
    float: left;
    color: #fff;
    margin-top: 15px;
    margin-left: 20px;
   
}

  .category-post-number{
    float: right;
    margin-right: 20px;
    margin-top: 10px;
   
  }

  .category-post-number a {
    color: #fff;
    background-color: #e0218a;
    border-radius: 4px;
    padding: 10px;
}

.category-post-number a:hover{
    background-color: #fff;
    color: #e0218a;
    cursor: pointer;
    border: 1px solid #e0218a;
    text-decoration: none;
    -o-transition: .22s;
    -ms-transition: .22s;
    -moz-transition: .22s;
    -webkit-transition: .22s;
    transition: .22s;
}


.bg-darker {
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
    height: 50px;
}


.post-number {
    font-size: 14px;
    text-align: center;
    margin-top: 2px;
    padding: 1px;
}



.newsletter-subscribe-form{
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

.widget-newsletter input
{
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 13px 16px;
    width: 90%;
    box-sizing: border-box;
    margin-bottom: 12px;
    margin: 18px auto;
    border-radius: 4px;
}

.widget-newsletter input[type=submit]
 {
    width: 90%;
    background: #e0218a;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-style: normal;
    padding: 7px 20px;
    border-radius: 0;
    margin: 0;
    border-radius: 4px;
}

.widget-newsletter input[type=submit]:hover{
    background-color: #fff;
    color: #e0218a;
}

.ads {
    padding: 22px;
}

.footer{
    background-color: #000;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-widget-holder h3{
text-align: left;
}

.footer-widget-holder .logo-footer-tagline {
    font-size: 9px;
    margin-top: -7px;
    text-align: left;
}

.footer-copyright,
.designed-by
 {
    font-weight: 400;
    margin-top: 10px;
    font-size: 14px;
}

.recent-post-slider {
    width: 100%;
}

.carousel-item{
    z-index: 1;
}

.overlay-recent-post {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #000;
    opacity: .7;
    content: "";
}



input:focus{
    outline: none;
}

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


.page-content a
{
  text-decoration: underline;
}

.page-content a:hover,
.blog a:hover{
  text-decoration: none !important;
}

/* header search */
.search-btn i {
  width: auto;
  height: auto;
}

button#searchsubmit:hover {
  width: 30px;
  height: 30px;
  background-color:#e0218a;
  color: #fff;
  border-radius: 4px;
}

.header-search-icon {
  background: 0 0;
  color: #696969;
  border: none;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}

.header-search-holder input{
  border: none;
}

.header-search-holder input[type="text"]:focus,
.header-search-icon:focus {
  border: 1px solid #e0218a;
}

.body-logged-in .search-wrapper.on{ top: 31px }

/* Media Queries */


@media (min-width:767px){
  .site-title{
    font-size: 35px;
  }
  
}

@media(max-width:1100px){
    .carousel-caption.grid-three{
        bottom: 10px;
    }

    .blog-post-content .post-share{
      margin-top: 0px;
    }
}

@media(max-width:991px){
    .carousel-caption.grid-three{
        bottom: 290px;
    }

    .site-title{
      font-size: 35px;
    }
}

@media (min-width: 1200px){
    .container.search-form {
        max-width: 1170px;
    }

    /* .blog-post-content .post-share{
      margin-top: 0px;
    } */

    }

@media (max-width: 991px){
    .logo h1{
        font-size: 44px;
    }

    .logo-tagline{
        font-size: 12px;
        padding-top: 5px;
    }

   .header-icons {
      margin-top: 45px;
      
  }

    .blog-post-content .post-share{
      margin-top: 0px;
      float: left !important;
    }
}




@media(max-width:767px){
    .social-media-icons, .header-icons{
        margin-top: 0px;
        padding-bottom: 0px;
    }

    .header-icons{
      text-align: center;
      margin-top: -20px;
    }

    .blog-post-meta.single-post{
      font-size: 12px;
    }

    .blog-post-content .post-share{
      float: left !important;
      margin-top: 0px;
    }

    .footer-widget-holder{
      margin: 0px auto;
      width: 460px;
      float: none;
      overflow: hidden;
    }

    .mobile-social-media-menu{
      margin-top: 0px;
      padding-bottom: 0px;
  }

  .blog-banner-title h1 {
    font-size: 40px;
   
}



}
@media(max-width:1200px){
  .blog-post-content .post-share{
    float: left !important;
    margin-top: 0px;
  }
}

@media(max-width:997px){
  .blog-post-content .post-share{
    float: left !important;
    margin-top: 0px;
  }
}

@media(max-width:571px){
  .navbar{
    padding: .5rem 1rem;
  }
}


