.container {
      max-width: 1400px;
      width: 100%;
}



/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'IBM Plex Mono', sans-serif;
  color: #f9f8f5; background-color: #3a004d
}

a {
  color: #3a004d;
  text-decoration: none;
}

a:hover {
  color: #3a004d;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'marvin_visionsbold'; serif; letter-spacing: 2px
}

.buttoncolorbg {background: #3a004d}

.newstickyfooter {width:100%; position:fixed;  z-index: 998; bottom:0px; left:0px; border-top:1px solid #3a004d; background-color: #3a004d}


@media (min-width: 768px) {.newstickyfooter {display:none; }}

.newdates {width:50%; position: relative; float:left}

.djbox {border: 1px solid #3a004d; background-color:#f9f8f5; position: relative;z-index: 2; margin-bottom: 15px }

.djbox:after {
  content: '';
  background:#3a004d;
  border: 1px solid #3a004d;
  top: 5px;
  right: -5px;
  bottom: -5px;
  left: 5px;
  position: absolute;
  z-index: -1;
}

.djlineup {padding:25px; background-color:#f9f8f5 }

@media (max-width: 768px) {.djlineup {padding:20px !important }}




/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #e43c5c;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #f9f8f5;
  line-height: 0;
}

.back-to-top:hover {
  background: #e9607a;
  color: #f9f8f5;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 40px 0;
}

@media (max-width: 1025px) { #header {padding: 15px 0;}}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#header .logo a {
  color: #f9f8f5;
}

#header .logo img {
  max-height: 40px;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(58, 0, 77, 0.9);
  padding: 15px 0;
}

.homebg {background-image:url("../img/left-bg.svg"), url("../img/right-bg.svg");
  background-position: left top, right top;
  background-repeat: no-repeat, no-repeat; background-color: #3a004d}

@media (max-width: 992px) {.homebg2 {background-image:url("../img/left-bg2.svg"), url("../img/right-bg2.svg")}}

.flowerbg {background-image:url("../img/flowertop.svg"), url("../img/flowerbottom.svg");
  background-position: left top, left bottom;
  background-repeat: no-repeat, no-repeat; background-color: #3a004d; padding-bottom: 200px}

@media (max-width: 1025px) {.flowerbg {padding-bottom: 150px}}

@media (max-width: 992px) {.flowerbg {background-image:url("../img/flowertop2.svg"), url("../img/flowerbottom2.svg"); padding-bottom: 150px}}

@media (max-width: 768px) {.flowerbg {padding-bottom: 150px}}

@media (max-width: 600px) {.flowerbg {padding-bottom: 80px}}

.linebg {background-image:url("../img/leftline-bg.svg"), url("../img/rightline-bg.svg");
  background-position: left top, right top;
  background-repeat: no-repeat, no-repeat; background-color: #3a004d}

@media (max-width: 992px) {.linebg {background-image:url("../img/leftline-bg2.svg"), url("../img/rightline-bg2.svg")}}

.infohome {font-family: 'IBM Plex Sans', sans-serif; font-size:32px; line-height:36px; color:#f9f8f5;  font-weight: 500; margin-top: 30px}

@media (max-width: 992px) {.infohome {font-size:18px; line-height:24px; margin-top: 15px}}

.buybutton {color:#3a004d; font-size:32px; line-height:32px; display: inline-block;padding:10px 20px; margin-top: 15px; background-color:#f29600; transition: 0.5s;font-family: 'marvin_visionsbold'; serif;; letter-spacing: 1px}

.buybutton:hover {background-color:#e8451f;}

@media (max-width: 992px) {.buybutton {font-size:22px; line-height:22px;margin-top: 5px;}}


.homeline {text-align: center; color:#f9f8f5;}   

.homeline h2 {font-family: 'marvin_visionsbold'; sans-serif; letter-spacing: 2px; font-size: 58px; line-height:78px; }

.homeline span {color:#EB2AE0}

.newlogo {background:url("../img/rotation-logo2.svg"); background-repeat:no-repeat; background-size:auto 45px; height: 45px;width:100%}

@media (max-width: 1025px) {.newlogo {background-size:100% 40px; height: 40px;  margin-left: auto; margin-right: auto; position: relative; left:18px}}
    
@media (max-width: 600px) {.newlogo {background-size:100% 40px; height: 40px;  margin-left: auto; margin-right: auto; position: relative; left:18px}}

.stickytop {width:100%; position:fixed;  z-index: 998; margin-top:16px; left:20px; height:24px; width:auto;  text-align: center; color:#f9f8f5; font-size:14px; line-height:14px; font-family: 'marvin_visionsbold'; sans-serif; letter-spacing:1px }

.stickytop a {color:#f9f8f5}

@media (min-width: 1025px) {.stickytop {display:none}}



.swing {
	transform-origin: top center;
	animation: swing 2s ease infinite;
}
@keyframes swing {
	20% { transform: rotate(15deg); }	
	40% { transform: rotate(-10deg); }
	60% { transform: rotate(5deg); }	
	80% { transform: rotate(-5deg); }	
	100% { transform: rotate(0deg); }
}

.stickybottom {width:100%; position:fixed;  z-index: 998; bottom:0px; left:0px;    text-align: center; background: rgba(58, 0, 77, 0.9); padding:5px 40px 8px 40px}

.stickybottom a {color:#f9f8f5}

@media (min-width: 1025px) {.stickybottom {display:none}}

.flowerbottom {width:100%; position:fixed;  z-index: 998; bottom:0px; left:0px; }


@media (min-width: 768px) {.flowerbottom {display:none}}

.intropic {padding:10px}

@media (max-width: 1025px) {.intropic {padding:10px 15px 10px 50px}}

@media (max-width: 992px) {.intropic {padding:10px 30px}}

@media (max-width: 768px) {.intropic {padding:10px 20px}}

.introtext {padding:50px 50px}

@media (min-width: 1025px) {.introtext {padding:10px 30px 100px 30px}}

@media (min-width: 992px) {.introtext {padding:10px 30px 10px 30px}}

@media (min-width: 768px) {.introtext {padding:10px 20px 10px 20px}}

.merchcaption {font-family:'IBM Plex Sans', sans-serif; font-size:16px !important; line-height: 26px !important; font-weight:400; color:#3a004d; margin: 10px auto}

.merchcaption span {font-weight:600}


.rsfooter {color:#3a004d; text-align: center; padding:0 25px 35px 25px}

.rsfooter p {font-size:12px; line-height:16px}

.rslogo {width:400px; text-align: center; margin: 0 auto 20px auto}

@media (max-width: 768px) {.rslogo {width:300px; text-align: center; margin: 0 auto 20px auto}}

.rslink {font-size:50px; color:#3a004d}

.rslink a {color:#3a004d !important}

.rslink:hover {color:#3a004d !important}

.staycation {font-family:'IBM Plex Sans', sans-serif; font-size:16px !important; line-height: 26px !important; margin: 0px auto 35px auto; !important; border-left:1px solid #3a004d; padding-left:20px}

.staycation span {font-weight:600}

@media (max-width: 768px) {.staycation {font-size:14px !important; line-height: 22px !important; margin: 0px auto 30px auto; !important}}

.rshero { height:500px}

@media (max-width: 998px) {.rshero { height:400px}}

@media (max-width: 768px) {.rshero { height:350px}}

.rscontent{ text-align: center; padding-top:50px}

@media (max-width: 998px) {.rscontent{ padding-top:15px}}

.rscontent h1 {font-size:100px; line-height:100px}

@media (max-width: 998px) {.rscontent h1 {font-size:68px; line-height:68px}}

@media (max-width: 768px) {.rscontent h1 {font-size:48px; line-height:48px}}

.playlist {background-image:url("../img/playlist-banner.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat}

.desk {background-image:url("../img/desk-banner.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat}


.yurt {background-image:url("../img/yurt3-banner.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat}

.yurt2 {background-image:url("../img/yurt2-banner.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat}

.involved {background-image:url("../img/lineup-banner.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat}


.gallery {background-image:url("../img/yurt-banner.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat}

.merch {background-image:url("../img/merch-banner.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat}

.staycationbg {background-image:url("../img/staycation.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat}

.travel {background-image:url("../img/travel-banner.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat}

.camping {background-image:url("../img/camping-banner.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat}

.soundsystem {background-image:url("../img/klipsch.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat}

.comp {background-image:url("../img/compbg.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat}

.faq {background-image:url("../img/faq-banner.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat}

.food {background-image:url("../img/food-banner.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat}

.general {background-image:url("../img/rotation-balloons.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat}

.balloon1 {background-image:url("../img/balloons1.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat}

.balloon2 {background-image:url("../img/balloons2.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat}

.balloon3 {background-image:url("../img/balloons3.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat}

.balloon4 {background-image:url("../img/balloons4.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat}

.news {background-image:url("../img/news-banner.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat}

.rotationbg1 {background-image:url("../img/rotation-banner1.svg"); background-size: cover; background-position: center; background-repeat: no-repeat}

.rotationbg2 {background-image:url("../img/rotation-banner2.svg"); background-size: cover; background-position: center; background-repeat: no-repeat}

.rotationbg3 {background-image:url("../img/rotation-banner3.svg"); background-size: cover; background-position: center; background-repeat: no-repeat}

.rotationbg4 {background-image:url("../img/rotation-banner4.svg"); background-size: cover; background-position: center; background-repeat: no-repeat}

.rotationbg5 {background-image:url("../img/rotation-banner5.svg"); background-size: cover; background-position: center; background-repeat: no-repeat}

.rotationbg6 {background-image:url("../img/rotation-banner6.svg"); background-size: cover; background-position: center; background-repeat: no-repeat}

.soundcaption {background-color: #3a004d; font-size: 14px; line-height:18px; color: #f9f8f5; padding:10px; margin-bottom: 25px}

.test {background-image:url("../img/test.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat}

.testbanner 
{background: url("../img/test-banner.svg") left bottom no-repeat,  url("../img/test-banner2.svg") right top no-repeat;  background-color: #DC888A}

.testbanner2
{background: url("../img/test-banner3.svg") left bottom no-repeat, url("../img/test-banner4.svg") right top no-repeat;  background-color: brown}



.blockheader {background-color: #f9f8f5; color:#3a004d; padding:10px 25px; display:inline-block; margin-bottom:30px}

@media (max-width: 992px) {.blockheader {padding:7px 16px;}}

.whitecontent { color:#3a004d}

.whitecontent a {font-weight:600}

.woodrepair {text-align:center; padding:35px }

.woodicon {width:100%; transition: transform .3s; /* Animation */ }

.woodicon:hover {transform: scale(1.1);}

@media (max-width: 992px) {.woodicon {width:100%;padding:0px}}

.mainbody {background-color: #f9f8f5;}

.mainbody p {font-size:17px !important; line-height: 26px !important; margin-bottom:25px}

@media (max-width: 992px) {.mainbody p {font-size:15px !important; line-height: 21px !important}}

.mainbody li {font-size:17px !important; line-height: 26px !important;}

@media (max-width: 992px) {.mainbody li {font-size:15px !important; line-height: 21px !important}}

.mainbodybtn {font-size:14px !important; line-height: 17px !important; color:#3a004d;  margin:25px auto; font-weight:600; text-transform: uppercase; letter-spacing: 2px}

.c-preview {
  
  background-repeat: no-repeat;
  display: flex;
  width: auto;
  height: 370px;
  max-width: 100vw;
  max-height: 100vh;
  justify-content: center;
  align-items: center;
  color: #f9f8f5;
  position: relative;
  cursor: pointer;
  transition: .5s all;
}
.c-preview__img {
  position: absolute;
  left: 0;
  top: 0;
  background: #3a004d;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: .5;
  mix-blend-mode: screen;
}
.c-preview__title {
  position: relative;
  z-index: 10;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.c-preview:hover {

  background-color: red;
  background-blend-mode: multiply;
}
.c-preview:hover__title {
  text-shadow: 0 0 20px black;
}

.c-preview h2 {color:#f9f8f5; font-size:42px; line-height:46px}
.c-preview h2 a {color:#f9f8f5}

@media (max-width: 992px) {.c-preview {height: 270px;}}

.mixes {background: url("../img/yurt.jpg") no-repeat center center; background-size: cover}

.lineup {background: url("../img/idjut-boys.jpg") no-repeat center center; background-size: cover}

.generalbanner {background: url("../img/kelvin-andrews.jpg") no-repeat center center; background-size: cover}

.jumboqoute {background-color: #3a004d; padding:145px 25px; background: url("../img/balloons4.jpg") no-repeat center center; background-size: cover}

.jumboqoutecontent {background-color: #f9f8f5; padding:45px; text-align: center; color:#3a004d}

.jumboqoutecontent p {font-size: 32px; line-height: 42px; font-weight:600}

@media (max-width: 992px) {
    
.jumboqoute {padding:45px}
    
    .jumboqoutecontent {padding:30px}

    
.jumboqoutecontent p {font-size: 26px; line-height: 32px}}

.newfooter {background-color: #3a004d; color:#f9f8f5}

.newfooter .left {text-align: center}

.newfooter .social a {color:#19C71E; font-size:28px; line-height:32px; margin-bottom: 25px; display: inline-block; margin-right: 35px}

.newfooter .social a:last-child {margin-right: 0px}

@media (max-width: 992px) {

.newfooter {text-align: center}

.newfooter .social a {font-size:28px; line-height:32px; margin-bottom: 25px; margin-right: 15px; margin-left: 15px}
    

}

.newfooterlink {font-size: 18px; line-height:22px; color:#EDF902; margin-bottom: 5px; list-style: none }



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 24px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'marvin_visionsbold'; sans-serif; letter-spacing: 1px;
  color: #f9f8f5;
  font-size: 22px;
  padding: 0 4px;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -6px;
  left: 0;
  background-color: #f9f8f5;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  transform: scaleX(1);
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #f9f8f5;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 40px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: rgba(58, 0, 77, 0.7);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 5px 15px;
  font-size: 20px;
  text-transform: none;
  color: #f9f8f5;
}

.navbar .dropdown ul a i {
  font-size: 22px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #f9f8f5;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 15px;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/

.navbar a,
.navbar a:focus {
  
  justify-content: center;
  
}


.mobile-nav-toggle {
  color: #f9f8f5;
  font-size: 36px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 1025px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
left:0;
  right: 0;
  bottom: 0;
  background:#3a004d;
  transition: 0.3s;
  z-index: 999;
width:auto;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px; 
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  overflow-y: auto;
  transition: 0.3s;margin: 0 auto; text-align: center
  
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 5px 15px;
  font-size: 28px;
  color: #f9f8f5; font-family: 'marvin_visionsbold'; sans-serif; letter-spacing: 1px
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #f9f8f5;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 0;
  padding:  0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  color:#f9f8f5;
    background:rgba(127, 137, 161, 0);
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0);
  
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 5px 30px;color:#f9f8f5;
}

.navbar-mobile .dropdown ul a i {
  font-size: 20px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #f9f8f5;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Rotation Section
--------------------------------------------------------------*/

.rotationlogo {width:800px}

@media (max-width: 992px) {
.rotationlogo {width: 80%;
  }
}

.datesinhere {font-family: 'IBM Plex Mono', sans-serif; color: #f9f8f5; font-size:18px; line-height:24px; font-weight:600; margin-top: 20px; padding:0 15px}

.jumbobox { height:600px; background-color: #999; border-right:2px solid #f9f8f5;border-top:2px solid #f9f8f5;display: flex}

.jumboboxright { height:600px; background-color:#666; border-top:2px solid #f9f8f5;display: flex}

.jumbocontent {margin: auto; text-align: center; position: relative;}

.jumbocontent a {font-family: 'marvin_visionsbold'; sans-serif; letter-spacing: 1px; color:#f9f8f5; font-size:68px; }


@media (max-width: 992px) 

{.jumbocontent a {font-size:48px}

.jumbobox { height:500px; border-right:none;border-top:2px solid #f9f8f5;}

.jumboboxright { height:500px;  border-top:2px solid #f9f8f5;}

}

@media (max-width: 768px) {.jumbocontent a {font-size:32px}
    
.jumbobox { height:400px; border-right:none;border-top:2px solid #f9f8f5;}

.jumboboxright { height:400px;  border-top:2px solid #f9f8f5; }
    

}

.image1 {background-image:url("../img/team/team-3.jpg"); background-position: center; background-repeat: no-repeat; background-size: cover}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.titlesection {text-align: center}

.titlesection h2 { font-size: 42px; line-height:48px; font-weight:normal; margin-bottom: 35px}

@media (max-width: 768px) {.titlesection h2 { font-size: 32px; line-height:38px;}}

video {
  position: absolute;
  top: 0;
  left: 0;
    object-fit: cover;
  height: 100%;
  width: 100%;

}
.video-wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
}

.video-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
   background: rgba(58, 0, 77, 0.2);
}

.video-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;z-index:2
}


#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/video.gif") top center;
background-color: 	#808080;
  background-blend-mode: multiply;
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#hero h3 {
  background: rgba(255, 255, 255, 0.1);
  color: #f9f8f5;
  font-size: 26px;
  padding: 10px 30px;
  margin-bottom: 30px;
  border-radius: 50px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #f9f8f5;
}

#hero h2 {
  color: #eee;
  margin-bottom: 40px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px 9px 30px;
  border-radius: 50px;
  transition: 0.5s;
  border: 2px solid #f9f8f5;
  color: #f9f8f5;
}

#hero .btn-get-started:hover {
  background: #e43c5c;
  border: 2px solid #e43c5c;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h3 {
    font-size: 22px;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 150vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  line-height: 1;
  margin: 0;
  background: #fdeff2;
  color: #e43c5c;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}

.section-title h3 span {
  color: #e43c5c;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #e43c5c;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #e43c5c;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #e43c5c;
}

.about .content .btn-learn-more:hover {
  background: #e43c5c;
  color: #f9f8f5;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding-bottom: 30px;
}

.services .icon-box {
  padding: 60px 30px;
  position: relative;
  overflow: hidden;
  background: #f9f8f5;
  box-shadow: 2px 0 35px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  text-align: center;
}

.services .icon-box::before {
  content: "";
  position: absolute;
  background: #fdeff2;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.4s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: #e43c5c;
  top: 0;
  border-radius: 0px;
}

.services .icon {
  margin-bottom: 15px;
}

.services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #e43c5c;
  transition: all 0.3s ease-in-out;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box:hover .title a,
.services .icon-box:hover .description {
  color: #f9f8f5;
}

.services .icon-box:hover .icon i {
  color: #f9f8f5;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 20px;
}

.features .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  transition: ease-in-out 0.3s;
  box-shadow: 2px 0 35px 0 rgba(68, 88, 144, 0.12);
}

.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.features .icon-box h3 a {
  color: #493c3e;
  transition: ease-in-out 0.3s;
}

.features .icon-box:hover a {
  color: #e43c5c;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(58, 0, 77, 0.8)), url("../img/cta-bg.jpg") center center;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #f9f8f5;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #f9f8f5;
}

.cta .cta-btn {
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #f9f8f5;
  color: #f9f8f5;
}

.cta .cta-btn:hover {
  background: #e43c5c;
  border: 2px solid #e43c5c;
}

@media (min-width: 1024px) {
  .cta {
    background-attachment: fixed;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 7px 17px 9px 17px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #ede9e9;
  border-radius: 50px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #f9f8f5;
  background: #e43c5c;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #e43c5c;
  padding: 15px 20px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #f9f8f5;
  font-weight: 600;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #f9f8f5;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: white;
  transition: ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #f7c2cc;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

.portfolio .portfolio-item:hover img {
  top: -30px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #f9f8f5;
  opacity: 1;
  border: 1px solid #e43c5c;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e43c5c;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(73, 60, 62, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #f9f9f9;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  border: 2px solid #f9f9f9;
}

.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #493c3e;
}

.pricing .box h4 {
  font-size: 42px;
  color: #e43c5c;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #493c3e;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #e43c5c;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .box .btn-buy {
  display: inline-block;
  padding: 8px 40px 10px 40px;
  border-radius: 50px;
  border: 2px solid #e43c5c;
  color: #e43c5c;
  font-size: 14px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .box .btn-buy:hover {
  background: #e43c5c;
  color: #f9f8f5;
}

.pricing .recommended {
  border-color: #e43c5c;
}

.pricing .recommended .btn-buy {
  background: #e43c5c;
  color: #f9f8f5;
}

.pricing .recommended .btn-buy:hover {
  background: #d91e42;
  border-color: #d91e42;
}

.pricing .recommended-badge {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 13px;
  padding: 3px 25px 6px 25px;
  background: #fce6ea;
  color: #e43c5c;
  border-radius: 50px;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq {
  padding: 60px 0; color:#3a004d
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #3a004d;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  padding-left: 25px;
  cursor: pointer;
  color: #3a004d;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: #3a004d;
}

.faq .faq-list .collapsed:hover {
  color: #3a004d;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

@media (min-width: 1280px) {
  .faq .container {
    padding: 0 120px;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #f9f8f5;
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #f9f8f5;
  box-shadow: 0px 2px 15px rgba(58, 0, 77, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #493c3e;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a i {
  line-height: 0;
}

.team .member .social a:hover {
  color: #e43c5c;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #493c3e;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #f9f8f5;
}

.contact .info i {
  font-size: 20px;
  color: #e43c5c;
  float: left;
  width: 44px;
  height: 44px;
  background: #fdeff2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #493c3e;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #816a6e;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #e43c5c;
  color: #f9f8f5;
}

.contact .php-email-form {
  width: 100%;
  background: #f9f8f5;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #f9f8f5;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #f9f8f5;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #f9f8f5;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #e43c5c;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #e43c5c;
  border: 0;
  padding: 10px 28px;
  color: #f9f8f5;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #d01d3f;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f6f4f4;
  margin-top: 67px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 50px;
  }
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 600;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #655356;
  content: "/";
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(58, 0, 77, 0.1);
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #493c3e;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #e43c5c;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #b1a0a3;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li+li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #e43c5c;
  color: #f9f8f5;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #e7526f;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #493c3e;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #9a8487;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #57484a;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #e43c5c;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(58, 0, 77, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #493c3e;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(73, 60, 62, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #e43c5c;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #493c3e;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #655356;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(58, 0, 77, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #f096a7;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #f096a7;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #493c3e;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #57484a;
}

.blog .blog-pagination {
  color: #816a6e;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #493c3e;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #e43c5c;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #f9f8f5;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(58, 0, 77, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #493c3e;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #f9f8f5;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #e43c5c;
  color: #f9f8f5;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #e64e6b;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #493c3e;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #e43c5c;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #493c3e;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #e43c5c;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #8e767a;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #f6f4f4;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #f9f8f5;
  border: 1px solid #e43c5c;
  background: #e43c5c;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #dfd8d9;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #444444;
  font-size: 14px;
  background: #f6f4f4;
  box-shadow: 0px 2px 15px rgba(58, 0, 77, 0.1);
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #f9f8f5;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ea6981;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #e43c5c;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #f9f8f5;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #f7c2cc;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 15px;
  padding: 0 22px;
  background: #e43c5c;
  color: #f9f8f5;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(58, 0, 77, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #d01d3f;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #e43c5c;
  color: #f9f8f5;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #d01d3f;
  color: #f9f8f5;
  text-decoration: none;
}