/*
	Theme Name: Flower Girl
	Author URI: http://medianovak.com/
	Description: Flower Girl - Website Created by MediaNovak
	Version: 1.0.0
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
0.0 Import
1.0 General
2.0 Typography
3.0 Forms
4.0 Elements
5.0 Helper Classes
6.0 Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
0.0 Import
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 General
--------------------------------------------------------------*/
body {
  padding: 0;
  font-size: 16px;
  background: #fff;
  overflow-x: hidden;
  position: relative;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
@font-face {
  font-family: PlayfairDisplay-Italic;
  src: url("fonts/PlayfairDisplay-Italic.ttf");
}

@font-face {
  font-family: guess_bold;
  src: url("fonts/guess-bold.ttf");
}

@font-face {
  font-family: Proxima;
  src: url("fonts/ProximaNova-Regular.ttf");
}

@font-face {
  font-family: Proxima-Light;
  src: url("fonts/ProximaNova-Light.ttf");
}

@font-face {
  font-family: octavia;
  src: url("fonts/octavia.ttf");
}

/*--------------------------------------------------------------
3.0 Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.0 Elements
--------------------------------------------------------------*/
/*Fonts*/
#wpadminbar {
  display: none;
}

html {
  margin-top: 0px !important;
}

h1, h2, h3, .sub-menu, img, h4, :before, :after, .over_image, .menu_items, .over, .over_image {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mobile {
  display: none;
}

.menu_items {
  height: 100%;
  width: 230px;
  left: -230px;
  top: 0px;
  z-index: 99999;
  background-color: white;
  position: absolute;
}

.menu_items ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}

.menu_items ul li {
  display: block;
  letter-spacing: 0.3em;
  margin-bottom: 0px;
  text-align: left;
  padding: 10px 30px;
}

.menu_items ul li a {
  font-family: Lato;
  font-weight: 300;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ECD4D0;
  display: block;
}

.menu_items ul li a:hover {
  background-color: #f3f2f2;
}

.home_slide_2 .home_slider button {
  display: none !important;
}

/*Header*/
.logo {
  position: relative;
  top: 17px;
  left: 35px;
}

.logo img {
  z-index: 1;
  position: relative;
}

header {
  position: relative;
}

header:before {
  left: 0px;
  top: 0px;
  background-image: url(img/deco.png);
  position: absolute;
  content: "";
  width: 652px;
  height: 328px;
}

header:after {
  right: 0px;
  top: 0px;
  background-image: url(img/deco.png);
  position: absolute;
  content: "";
  width: 652px;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  height: 328px;
}

nav {
  position: relative;
}

nav span {
  position: absolute;
  background-image: url(img/menu_deco.jpg);
  height: 1px;
  width: 440px;
  background-repeat: repeat-x;
}

nav .top_left {
  top: 39%;
  left: 55px;
}

nav .top_right {
  top: 39%;
  right: 55px;
}

nav .bottom_left {
  bottom: 39%;
  left: 55px;
}

nav .bottom_right {
  bottom: 39%;
  right: 55px;
}

.desktop {
  position: relative;
  z-index: 999;
}

.desktop ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
  text-align: center;
}

.desktop ul li.logo {
  padding: 0px 24px;
  position: relative;
  top: 21px;
}

.desktop ul li {
  display: inline-block;
  letter-spacing: 0.2em;
  margin-bottom: 0px;
  text-align: left;
  line-height: 42px;
  padding: 0px 26px;
}

.desktop ul li a {
  font-family: Lato;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #929292;
  display: block;
}

.desktop ul li a:hover {
  color: #edccc0;
}

/*FrontPage*/
.home_slider {
  margin-top: -13px;
}

.home_slider img {
  padding: 0px 1px;
  max-height: 70vh;
}

.home_slide_2 {
  margin-top: -13px;
}

.home_slide_2 img {
  padding: 0px 1px;
  max-height: 55vh;
}

.home_quote {
  padding-top: 55px;
  position: relative;
}

.home_quote:before {
  height: 74px;
  width: 178px;
  background-image: url(img/quote_icon.png);
  left: 0px;
  right: 0px;
  position: absolute;
  margin: 0px auto;
  content: "";
  top: -75px;
}

.home_quote p {
  text-align: center;
  font-family: Georgia;
  line-height: 26px;
  font-size: 16px;
  font-style: italic;
  color: #777777;
  max-width: 900px;
  margin: 0px auto;
}

.home_quote p:before {
  position: absolute;
  top: -50px;
  left: 0px;
  right: 0px;
  background-image: url(img/quote_bg.png);
  content: "";
  height: 337px;
  width: 806px;
  margin: 0px auto;
}

.home_quote .row:nth-child(1) {
  margin-bottom: 75px;
}

.home_tri_box .tri_iten {
  position: relative;
  width: 25%;
  float: left;
}

.home_tri_box .tri_iten:nth-child(1):before, .home_tri_box .tri_iten:nth-child(4):before, .home_tri_box .tri_iten:nth-child(3):before {
  background-image: url(img/home_image_1.png);
  height: 301px;
  left: -45px;
  right: 0px;
  /* margin: 0px auto; */
  position: absolute;
  content: "";
  width: 381px;
  top: -15px;
}

.home_tri_box .tri_iten:nth-child(2):before {
  background-image: url(img/home_image_2.png);
  height: 278px;
  left: -8px;
  right: 0px;
  /* margin: 0px auto; */
  position: absolute;
  content: "";
  width: 353px;
  top: 0px;
}

.home_tri_box .tri_iten a {
  display: block;
  position: relative;
  text-align: center;
  z-index: 10;
}

.home_tri_box .tri_iten a:hover span:before {
  opacity: 1;
}

.home_tri_box .tri_iten a span {
  display: inline-block;
  position: relative;
}

.home_tri_box .tri_iten a span:before {
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  content: "";
  opacity: 0;
  position: absolute;
}

.home_tri_box .tri_iten a h2 {
  font-family: Georgia;
  font-size: 25px;
  color: #4f4f4f;
  margin-top: 15px;
}

.home_tri_box .tri_iten a img {
  border-radius: 50%;
  border: 4px solid #fff;
}

.home_blog {
  margin-top: 55px;
}

.home_blog .blog_item {
  width: 50%;
  float: left;
  padding: 0px 15px;
}

.home_blog .blog_item a {
  display: block;
  position: relative;
}

.home_blog .blog_item a:before {
  opacity: 0;
  height: -webkit-calc(100% + 1px);
  height: calc(100% + 1px);
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  background-color: #cee7e1;
}

.home_blog .blog_item a:hover:before {
  opacity: 0.7;
}

.home_blog .blog_item a:hover .over_image {
  opacity: 1;
}

.home_blog .blog_item a .over_image {
  z-index: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0px 40px;
  opacity: 0;
  color: #fff;
}

.home_blog .blog_item a .over_image h3 {
  font-family: Georgia;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
}

.home_blog .blog_item a .over_image span {
  display: inline-block;
  font-family: Lato;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.15em;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-right: 20px;
}

.home_blog .blog_item a .over_image p {
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}

.home_blog .row {
  margin-top: 52px;
}

/*Global*/
.page_title {
  position: relative;
  text-align: center;
}

.page_title h2 {
  margin: 10px 0px;
}

.page_title span {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 0px 25px;
  display: inline-block;
  color: #4f4f4f;
  font-size: 30px;
  font-family: guess_bold;
}

.page_title:before {
  height: 1px;
  background-repeat: repeat-x;
  width: 100%;
  background-image: url(img/footer_title.jpg);
  content: "";
  position: absolute;
  left: 0px;
  top: 21px;
}

/*Footer*/
footer {
  background-color: #cee7e1;
  text-align: center;
}

footer a {
  line-height: 56px;
  color: #fff;
  text-transform: uppercase;
  font-family: Lato;
  font-size: 16px;
  font-weight: bold;
}

.sub-footer {
  padding: 40px 0px;
}

.sub-footer .foot_item {
  float: left;
  position: relative;
  width: 33.33%;
  text-align: center;
}

.sub-footer .foot_item:nth-child(2):before {
  left: 0px;
  height: 1px;
  background-repeat: repeat-x;
  height: 100%;
  background-image: url(img/footer_title.jpg);
  content: "";
  position: absolute;
  left: -38px;
  top: 72px;
  width: 1px;
  width: 35%;
  height: 1px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sub-footer .foot_item:nth-child(2):after {
  height: 1px;
  background-repeat: repeat-x;
  height: 100%;
  background-image: url(img/footer_title.jpg);
  content: "";
  position: absolute;
  right: -38px;
  top: 72px;
  width: 1px;
  width: 35%;
  height: 1px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.sub-footer .foot_item h2 {
  text-align: center;
  font-size: 30px;
  font-family: guess_bold;
  text-transform: lowercase;
}

.sub-footer .foot_item img {
  display: inline-block;
}

.sub-footer .foot_item span {
  display: inline-block;
  font-family: Lato;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  line-height: 35px;
  padding-left: 30px;
  position: relative;
  top: 15px;
  text-align: left;
}

.sub-footer .foot_item ul {
  text-align: center;
}

.sub-footer .foot_item ul li a {
  height: 44px;
  width: 44px;
  display: block;
  background-color: #ecd4d0;
  line-height: 44px;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  text-align: center;
}

/*About*/
.about_wrapper {
  padding-top: 70px;
  margin-bottom: 20px;
}

.about_wrapper .right_about {
  width: 50%;
  float: right;
  text-align: left;
  max-width: 560px;
}

.about_wrapper .right_about h2 {
  font-family: Georgia;
  font-style: italic;
  font-size: 30px;
  color: #4f4f4f;
  margin-bottom: 43px;
}

.about_wrapper .right_about p {
  color: #5e5e5e;
  font-size: 16px;
  font-family: Lato;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 30px;
}

.about_wrapper .right_about span {
  font-family: Georgia;
  font-style: italic;
  line-height: 26px;
  font-size: 20px;
  color: #5e5e5e;
  display: block;
}

.about_wrapper .right_about a#new_button {
  display: block;
  background-image: url(img/about_button.png);
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  font-family: guess_bold;
  font-size: 31px;
  text-align: center;
  background-position: 50% 50%;
  padding: 40px 49px 52px;
}

.about_wrapper .left_about {
  padding-top: 32px;
  width: 50%;
  float: left;
  height: 695px;
  position: relative;
}

.about_wrapper .left_about:before {
  height: 816px;
  width: 629px;
  background-image: url(img/about_left.png);
  content: "";
  position: absolute;
  top: -38px;
  left: -29px;
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
}

.about_wrapper .left_about div {
  background-size: contain;
}

.about_wrapper .left_about div:nth-child(1) {
  height: 500px;
  width: 500px;
  border-radius: 50%;
  margin: 0px auto;
  border: 2px solid #fff;
}

.about_wrapper .left_about div:nth-child(2) {
  border: 2px solid #fff;
  height: 316px;
  width: 316px;
  border-radius: 50%;
  margin: 0px auto;
  position: absolute;
  bottom: 60px;
  left: 0px;
}

.about_wrapper .left_about div:nth-child(3) {
  border: 2px solid #fff;
  height: 240px;
  width: 240px;
  border-radius: 50%;
  margin: 0px auto;
  position: absolute;
  bottom: -30px;
  right: 64px;
  z-index: -1;
}

/*Gallery*/
.home_gallery {
  padding-top: 52px;
  margin-bottom: 14px;
}

.home_gallery .gal_gal {
  position: relative;
  float: left;
}

.home_gallery .gal_gal:before {
  background-image: url(img/home_image_1.png);
  height: 301px;
  left: -45px;
  right: 0px;
  /* margin: 0px auto; */
  position: absolute;
  content: "";
  width: 305px;
  top: -15px;
  background-size: contain;
  background-repeat: no-repeat;
}

.home_gallery .gal_gal a {
  display: block;
  position: relative;
  text-align: center;
  z-index: 10;
}

.home_gallery .gal_gal a:hover span:before {
  opacity: 1;
}

.home_gallery .gal_gal a span {
  display: inline-block;
  position: relative;
}

.home_gallery .gal_gal a span:before {
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  content: "";
  opacity: 0;
  position: absolute;
}

.home_gallery .gal_gal a h2 {
  font-family: Georgia;
  font-size: 25px;
  color: #4f4f4f;
  margin-top: 35px;
}

.home_gallery .gal_gal a img {
  border-radius: 50%;
  border: 4px solid #fff;
}

.home_gallery .gal_item {
  width: 25%;
  float: left;
  position: relative;
}

.home_gallery .gal_item a {
  display: block;
  position: relative;
  text-align: center;
  z-index: 10;
}

.home_gallery .gal_item a:hover span:before {
  opacity: 1;
}

.home_gallery .gal_item a:hover span h3 {
  -webkit-transform: translateY(-50%) scale(1);
      -ms-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

.home_gallery .gal_item a span {
  display: inline-block;
  position: relative;
}

.home_gallery .gal_item a span:before {
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  content: "";
  opacity: 0;
  position: absolute;
}

.home_gallery .gal_item a span h3 {
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  -webkit-transform: translateY(-50%) scale(0);
      -ms-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
}

.home_gallery .gal_item a span h3 img {
  border: 0px;
  border-radius: 0px;
}

.home_gallery .gal_item a h2 {
  font-family: Georgia;
  font-size: 25px;
  font-style: italic;
  color: #4f4f4f;
  margin-top: 16px;
}

.home_gallery .gal_item a img {
  border-radius: 50%;
  max-width: 252px;
  border: 4px solid #fff;
}

/*Gallery*/
.gallery {
  margin-top: 30px;
}

.gallery .single_slider {
  border: 13px solid #ecd4d0;
  margin-bottom: 0px;
}

.gallery .single_slider img {
  padding: 0px 1px;
}

.gallery .single_slider .slick-prev {
  height: 152px;
  width: 44px;
  left: -13px;
  z-index: 9999;
  top: 52%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.gallery .single_slider .slick-prev:before {
  opacity: 1;
  background-image: url(img/arrow.png);
  height: 152px;
  width: 44px;
  content: "";
  display: block;
}

.gallery .single_slider .slick-next {
  height: 152px;
  width: 44px;
  right: -13px;
  z-index: 9999;
  top: 52%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.gallery .single_slider .slick-next:before {
  opacity: 1;
  background-image: url(img/arrow.png);
  height: 152px;
  width: 44px;
  content: "";
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  display: block;
}

/*Details*/
.details_packages {
  margin-bottom: 105px;
}

.details_packages .row:nth-child(1) {
  margin-top: 30px;
  margin-bottom: 75px;
}

.details_packages .row:nth-child(1) span {
  border: 1px solid #b1ddc9;
  padding: 19px;
  display: block;
}

.details_packages .right_services {
  float: right;
  max-width: 570px;
  width: 100%;
  text-align: center;
  padding: 0px 30px;
  padding-bottom: 55px;
  position: relative;
  border: 1px solid #ecd4d0;
  border-style: dashed;
}

.details_packages .right_services a.special_ {
  display: block;
  position: absolute;
  height: 124px;
  width: 124px;
  border-radius: 50%;
  background-color: #ecd4d0;
  font-family: octavia;
  font-size: 49px;
  text-align: center;
  color: #fff;
  line-height: 121px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  border: 1px solid #ecd4d0;
}

.details_packages .right_services a.special_:hover {
  background-color: #fff;
  color: #ecd4d0;
}

.details_packages .right_services h2 {
  font-size: 30px;
  font-family: Georgia;
  font-style: italic;
  margin-top: 31px;
  margin-bottom: 23px;
}

.details_packages .right_services p {
  font-family: Lato;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #5e5e5e;
  margin-bottom: 35px;
}

.details_packages .left_services {
  width: 50%;
  float: left;
  height: 670px;
  position: relative;
}

.details_packages .left_services:before {
  height: 816px;
  width: 629px;
  background-image: url(img/detail_left.png);
  content: "";
  position: absolute;
  top: -38px;
  left: -29px;
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
}

.details_packages .left_services div:nth-child(1) {
  height: 400px;
  width: 400px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: relative;
}

.details_packages .left_services div:nth-child(1):before {
  height: 247px;
  width: 217px;
  background-image: url(img/detail_deco.png);
  position: absolute;
  left: -65px;
  top: -50px;
  content: "";
  z-index: -1;
}

.details_packages .left_services div:nth-child(1):after {
  height: 247px;
  width: 217px;
  background-image: url(img/detail_deco.png);
  position: absolute;
  right: -65px;
  bottom: -50px;
  content: "";
  z-index: -1;
  -webkit-transform: scaleY(-1) scaleX(-1);
      -ms-transform: scaleY(-1) scaleX(-1);
          transform: scaleY(-1) scaleX(-1);
}

.details_packages .left_services div:nth-child(2) {
  border: 2px solid #fff;
  height: 262px;
  width: 262px;
  border-radius: 50%;
  margin: 0px auto;
  position: absolute;
  bottom: 170px;
}

.details_packages .left_services a {
  display: block;
  background-image: url(img/about_button.png);
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  font-family: guess_bold;
  font-size: 39px;
  text-align: center;
  background-position: 50% 50%;
  padding: 40px 0px 85px;
  margin-top: 100px;
}

.detail_wrap_cont .wrap_p {
  background-image: url(img/detail_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 45px;
}

.detail_wrap_cont .wrap_p p {
  padding: 10px 40px;
  text-align: center;
  font-family: Georgia;
  font-style: italic;
  font-size: 15px;
  color: #5e5e5e;
  line-height: 26px;
}

.detail_wrap_cont .bottom_images {
  margin: 0px -2px;
}

.detail_wrap_cont .bottom_images div {
  width: 20%;
  float: left;
  padding: 0px 2px;
}

/*Contact*/
.ct_left {
  float: left;
  max-width: 520px;
  text-align: center;
  height: 500px;
  width: 100%;
  position: relative;
}

.ct_left:before {
  height: 509px;
  width: 547px;
  content: "";
  position: absolute;
  top: -66px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  background-image: url(img/ct_devo.png);
  z-index: -1;
}

.ct_left img {
  border-radius: 50%;
}

.ct_wrapper {
  margin-top: 80px;
}

.ct_wrap {
  float: right;
  max-width: 568px;
  position: relative;
}

.ct_wrap:before {
  height: 509px;
  width: 547px;
  content: "";
  position: absolute;
  top: -10px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  margin: 0px auto;
  background-image: url(img/ct_form.png);
  z-index: -1;
}

.ct_wrap .quart {
  float: left;
  width: 33.33%;
  padding: 0px 7px;
  margin-bottom: 14px;
}

.ct_wrap .half {
  float: left;
  width: 50%;
  padding: 0px 7px;
  margin-bottom: 14px;
}

.ct_wrap .full {
  margin-bottom: 14px;
  float: left;
  width: 100%;
}

.ct_wrap .wrapo {
  margin: 0px -7px;
}

.ct_wrap input[type="submit"] {
  width: 100%;
  max-width: 180px;
  color: #fff;
  background-color: #ecd4d0;
  font-family: octavia;
  font-size: 42px;
  text-transform: capitalize;
  height: 46px;
  border: 0px;
  display: block;
  margin: 0px auto;
  margin-right: 0px;
  line-height: 46px;
}

.ct_wrap input:not([type="submit"]), .ct_wrap textarea {
  color: #acacac;
  font-family: Lato;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.06em;
  height: 46px;
  background-color: #fff;
  border: 1px solid #ecd4d0;
  border-style: dashed;
  width: 100%;
  padding-left: 10px;
}

.ct_wrap input:not([type="submit"])::-webkit-input-placeholder, .ct_wrap textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #acacac;
  font-family: Lato;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.ct_wrap input:not([type="submit"])::-moz-placeholder, .ct_wrap textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #acacac;
  font-family: Lato;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.ct_wrap input:not([type="submit"]):-ms-input-placeholder, .ct_wrap textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #acacac;
  font-family: Lato;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.ct_wrap input:not([type="submit"]):-moz-placeholder, .ct_wrap textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #acacac;
  font-family: Lato;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.ct_wrap textarea {
  height: 160px;
  padding-top: 10px;
}

.mobile {
  padding: 20px 0px;
  margin: 10px auto;
  position: relative;
}

.mobile span {
  left: 0px !important;
  right: 0px !important;
  margin: 0px auto;
}

.mobile .top_left {
  top: 10px;
}

.mobile .bottom_left {
  bottom: 10px;
}

.ct_border p {
  font-family: Lato;
  font-weight: 300;
  font-size: 15px;
  color: #929292;
  display: block;
  letter-spacing: 0.06em;
}

.ct_border .wpcf7 {
  margin-top: 20px;
}

.ct_left span {
  background-size: cover;
  border-radius: 50%;
  display: block;
  height: 260px;
  background-position: 9% 45%;
  width: 260px;
  position: absolute;
  bottom: -20px;
  right: 0px;
}

/*Blog page*/
.blog_page {
  margin-top: 0px;
}

.blog_page .row {
  margin-top: 35px;
}

.blog_page .blog_item {
  margin-bottom: 30px;
}

.blog_single h2 {
  font-family: Georgia;
  font-size: 34px;
  color: #4f4f4f;
  line-height: 34px;
  text-align: center;
  font-style: italic;
  margin-bottom: 15px;
  margin-top: 35px;
  position: relative;
  padding-bottom: 28px;
}

.blog_single h2:before {
  height: 1px;
  background-repeat: repeat-x;
  width: 100%;
  background-image: url(img/footer_title.jpg);
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  max-width: 440px;
  margin: 0px auto;
  right: 0px;
}

.blog_single p {
  font-family: Lato;
  font-weight: 300;
  font-size: 16px;
  color: #5e5e5e;
  letter-spacing: 0.06em;
}

.full_width {
  width: 100%;
  margin: 20px auto 10px;
}

.medium_width {
  max-width: 980px;
  margin: 20px auto 10px;
}

.s_s {
  list-style: none;
  padding-left: 0px;
  text-align: center;
  margin-bottom: 24px;
}

.s_s li {
  display: inline-block;
  font-weight: 400;
  position: relative;
  font-family: Lato;
  text-transform: uppercase;
  color: #797979;
  font-size: 14px;
  padding: 0px 30px;
}

.s_s li:last-child:before {
  display: none;
}

.s_s li:before {
  right: -3px;
  position: absolute;
  height: 10px;
  width: 1px;
  background-color: #797979;
  content: "";
  top: 5px;
}

.blog_single .single_blog {
  position: relative;
  padding-bottom: 25px;
}

.blog_single .single_blog:before {
  height: 1px;
  background-repeat: repeat-x;
  width: 100%;
  background-image: url(img/footer_title.jpg);
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin: 0px auto;
  right: 0px;
}

.blog_single .row:nth-child(2) h3 {
  font-family: Georgia;
  font-size: 21px;
  color: #4f4f4f;
  text-transform: uppercase;
  text-align: center;
  margin-top: 45px;
  margin-bottom: 16px;
}

.simlia_row .blog_item {
  width: 33.33%;
  float: left;
  padding: 0px 10px;
}

.simlia_row .blog_item a {
  display: block;
  position: relative;
}

.simlia_row .blog_item a:before {
  opacity: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  background-color: #000;
  top: 0px;
  left: 0px;
}

.simlia_row .blog_item a:hover:before {
  opacity: 0.3;
}

.simlia_row .blog_item a:hover .over_image h3 {
  opacity: 1;
}

.simlia_row .blog_item a .over_image {
  position: absolute;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.simlia_row .blog_item a .over_image h3 {
  margin: 0px;
  color: #fff;
  opacity: 0;
}

/*Default*/
.default_page {
  margin-bottom: 30px;
  font-family: Lato;
  font-weight: 300;
  letter-spacing: 0.06em;
  font-size: 16px;
}

.default_page .right_services {
  margin-top: 30px;
}

.default_page ul {
  padding-left: 18px;
}

.malihu_scroll {
  max-height: 450px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.malihu_scroll::-webkit-scrollbar {
  width: 6px;
}

.malihu_scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}

.malihu_scroll::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.special_logos {
  margin: 35px auto 20px;
}

.special_logos .row {
  text-align: center;
}

.special_logos a {
  display: inline-block;
  max-width: 130px;
  text-align: center;
  padding: 0px 10px;
}

/*--------------------------------------------------------------
5.0 Helper Classes
--------------------------------------------------------------*/
footer.sub_footer {
  margin-top: 35px;
  margin-bottom: 33px;
}

.slick-slide, input, textarea {
  outline: none;
}

* {
  margin: 0;
  padding: 0;
}

/* Icon 1 */
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 30px;
  height: 25px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #1DA098;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 18px;
}

#nav-icon1 span:nth-child(3) {
  top: 36px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
}

/* Icon 2 */
#nav-icon2 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 50%;
  background: #d3531a;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 18px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 36px;
}

#nav-icon2.open span:nth-child(1), #nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2), #nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#nav-icon2.open span:nth-child(2) {
  left: -webkit-calc(50% - 5px);
  left: calc(50% - 5px);
  top: 7px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 29px;
}

#nav-icon2.open span:nth-child(6) {
  left: -webkit-calc(50% - 5px);
  left: calc(50% - 5px);
  top: 29px;
}

/* Icon 3 */
#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 9px;
}

#nav-icon3 span:nth-child(4) {
  top: 19px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* Icon 4 */
#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
      transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
      transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
      transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}

/*--------------------------------------------------------------
6.0 Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
  .desktop ul li {
    padding: 0px 12px;
  }
  nav span {
    width: 340px;
  }
  .home_slider button {
    display: none !important;
  }
  .ct_wrap:before {
    width: 100%;
    content: "";
    position: absolute;
    top: -50px;
    left: 0px;
    right: 0px;
    background-repeat: no-repeat;
    margin: 0px auto;
    background-image: url(img/ct_form.png);
    background-position: 50% 50%;
    z-index: -1;
    background-size: contain;
  }
  .ct_wrap {
    float: right;
    max-width: 435px;
    position: relative;
  }
  .ct_left {
    float: left;
    max-width: 420px;
    text-align: center;
    width: 100%;
    position: relative;
  }
  .ct_left:before {
    height: 509px;
    width: 547px;
    content: "";
    position: absolute;
    top: -66px;
    left: -31px;
    right: 0px;
    margin: 0px auto;
    background-image: url(img/ct_devo.png);
    background-size: contain;
    z-index: -1;
    background-position: 50% 50%;
    width: 490px;
    background-repeat: no-repeat;
  }
  .sub-footer .foot_item span {
    font-size: 11px;
  }
  .details_packages .right_services {
    max-width: 470px;
  }
  .about_wrapper .left_about:before {
    width: 535px;
  }
  .about_wrapper .left_about div:nth-child(1) {
    height: 460px;
    width: 460px;
  }
  .about_wrapper .right_about {
    width: 45%;
  }
  .home_tri_box .tri_iten {
    width: 50%;
  }
  .home_tri_box .tri_iten:nth-child(1):before, .home_tri_box .tri_iten:nth-child(4):before, .home_tri_box .tri_iten:nth-child(3):before {
    background-image: url(img/home_image_1.png);
    height: 301px;
    left: -45px;
    right: 0px;
    /* margin: 0px auto; */
    position: absolute;
    content: "";
    width: 381px;
    top: -15px;
    background-position: 50% 50%;
    left: 0px;
    right: 0px;
    margin: 0px auto;
  }
  .home_tri_box .tri_iten:nth-child(2):before {
    background-position: 50% 50%;
    left: 0px;
    right: 0px;
    margin: 0px auto;
  }
}

@media screen and (max-width: 991px) {
  .about_wrapper .left_about, .about_wrapper .right_about {
    float: none;
    width: 73%;
    margin: 0px auto;
    /* max-width: 100%; */
  }
  .home_tri_box .tri_iten a h2 {
    margin-top: 12px;
    margin-bottom: 20px;
  }
  .about_wrapper .right_about {
    width: 100%;
  }
  .details_packages .left_services {
    float: none;
    margin: 0px auto;
  }
  .details_packages .right_services {
    float: none;
    margin: 0px auto;
    max-width: 520px;
  }
  header:after, header:before {
    width: 40%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .ct_left {
    float: none;
    margin: 0px auto 40px;
    max-width: 520px;
    text-align: center;
    width: 100%;
    position: relative;
  }
  .ct_wrap {
    float: none;
    max-width: 520px;
    margin: 10px auto;
    position: relative;
  }
  .sub-footer .foot_item {
    width: 50%;
  }
  .sub-footer .foot_item:nth-child(3) {
    width: 100%;
  }
  .sub-footer .foot_item:nth-child(2):after {
    display: none;
  }
  .sub-footer .foot_item:nth-child(2):before {
    left: -55px;
  }
  nav .top_left {
    left: -25px;
  }
  nav .bottom_left {
    left: -25px;
  }
  nav .bottom_right {
    right: -25px;
  }
  nav .top_right {
    right: -25px;
  }
  .desktop ul li {
    letter-spacing: 0.1em;
    padding: 0px 9px;
  }
  .desktop ul li a {
    font-size: 13px;
  }
  .home_gallery .gal_item {
    width: 100%;
    float: none;
    margin: 15px auto;
  }
}

@media screen and (max-width: 768px) {
  .home_blog .blog_item {
    width: 100%;
    margin: 10px auto;
  }
  .home_blog .blog_item img {
    width: 100%;
  }
  .home_quote {
    padding: 55px 15px 0px;
  }
  .home_tri_box .tri_iten:nth-child(1):before, .home_tri_box .tri_iten:nth-child(4):before, .home_tri_box .tri_iten:nth-child(3):before {
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .home_tri_box .tri_iten:nth-child(2):before {
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .home_quote p:before {
    width: 100%;
  }
  .about_wrapper .left_about div:nth-child(3) {
    right: 0px;
  }
  .about_wrapper .left_about:before {
    width: 410px;
    top: 10px;
  }
  .about_wrapper {
    padding: 0px 15px;
  }
  .details_packages .left_services div:nth-child(1) {
    height: 320px;
    width: 320px;
    margin: 0px auto;
  }
  .details_packages .left_services div:nth-child(1):before, .details_packages .left_services div:nth-child(1):after {
    zoom: 0.9;
  }
  .details_packages .left_services div:nth-child(2) {
    height: 202px;
    width: 202px;
    bottom: 250px;
  }
  .details_packages .left_services {
    width: 100%;
  }
  .details_packages, .detail_wrap_cont {
    padding: 0px 15px;
  }
  .details_packages .left_services:before {
    width: 100%;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  nav .top_left {
    left: -25px;
  }
  nav .bottom_left {
    left: -25px;
  }
  nav .bottom_right {
    display: none;
  }
  nav .top_right {
    display: none;
  }
  .ct_wrapper {
    padding: 0px 15px;
  }
  .gallery {
    padding: 0px 15px;
  }
  .single_slider img {
    max-height: 50vh;
  }
}

@media screen and (max-width: 670px) {
  .sub-footer .foot_item {
    width: 100%;
  }
  .sub-footer .foot_item:nth-child(2):before {
    display: none;
  }
}

@media screen and (max-width: 540px) {
  .home_slider img {
    max-height: 35vh;
  }
  .about_wrapper .left_about, .about_wrapper .right_about {
    width: 100%;
  }
  .home_gallery {
    padding: 0px 15px;
  }
  .ct_wrap .quart {
    width: 100%;
  }
  .ct_wrap .wrapo {
    margin: 0px;
  }
  .ct_left:before {
    width: 100%;
  }
  .home_tri_box .tri_iten {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .about_wrapper .left_about {
    zoom: 0.8;
  }
  .home_gallery .gal_item:nth-child(1):before, .home_gallery .gal_item:nth-child(2):before {
    width: 380px;
    background-repeat: no-repeat;
    display: none;
    background-size: contain;
  }
  .details_packages .left_services div:nth-child(1):before {
    left: -30px;
  }
  .details_packages .left_services div:nth-child(1):after {
    right: -30px;
  }
}
.gallery .single_slider img {
  max-height: 700px;
  width: auto;
}
.details_packages .left_services div:nth-child(2) {
  right: 10px;
}
.pagination_wrap {
  text-align: center;
}

.pagination_wrap ul {
  display: inline-block;
  text-align: center;
}

.pagination_wrap ul li {
  display: inline-block;
  vertical-align: middle;
}

.pagination_wrap ul li a,
.pagination_wrap ul li span{
  display: block;
  width: 44px;
  font-size: 25px;
  color: #4f4f4f;
  font-family: guess_bold;
  line-height: 25px;
  padding: 14px 0 5px 0;
  text-align: center;
  border: 0;
  transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
}
.pagination_wrap ul li .current{
  background: #ecd4d0
}
.pagination_wrap ul li a:hover {
  background: #ecd4d0;
  transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
}

.pagination_wrap ul li.active a {
  background: #ecd4d0
}
.pagination_wrap ul li .prev.page-numbers{
  color: #ecd4d0;
  border: 0;
  padding-top: 7px;
}
.pagination_wrap ul li.prev_next {
  text-transform: uppercase;
  font-size: 14px;
  color: #1d1d1d;
  position: relative;
}

.pagination_wrap ul li.prev_next a {
  background: none;
  letter-spacing: 4px;
}

.pagination_wrap ul li.prev_next.prev {
  padding-left: 30px;
  padding-right: 20px;
}

.pagination_wrap ul li.prev_next.prev:before {
  position: absolute;
  content: '';
  background: url(img/pagi_arrows.png);
  width: 18px;
  height: 18px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.pagination_wrap ul li.prev_next.next {
  padding-right: 30px;
  padding-left: 20px;
}

.pagination_wrap ul li.prev_next.next:after {
  position: absolute;
  content: '';
  background: url(img/pagi_arrows.png);
  width: 18px;
  height: 18px;
  right: 0;
  top: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}

.home_blog .blog_item{
    width: 100%;
    float: none;
    margin: auto;
}
body{
    font-family: "Helvetica Neue",Helvetica,"Lato",Arial,sans-serif;
}

.home_blog .blog_item a:hover:before{
  display: none;
}
.home_blog .blog_item .blog_over>h3{
    font-family: Lato;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #4f4f4f;
}
.home_blog .blog_item .blog_over .top_date{
    font-family: Lato;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #4f4f4f;
    display: block;
    margin-bottom: 20px;
}
.home_blog .blog_item .blog_over p{
    font-family: Lato;
    font-size: 16px;
    line-height: 24px;
    color: #4f4f4f;
    margin: 10px 0;
}
.home_blog .blog_item{
    margin-bottom: 40px;
}
.home_blog .blog_item .blog_over{
    max-width: 980px;
    margin: auto;
}
.home_blog .h_b_i_m {
  width: 50%;
  float:left;
}
.home_blog .h_b_i_m a:hover:before{
  display: block;
}
.wpcf7-response-output {
    float: left;
    width: 100%;
    font-family: Lato;
    font-weight: 300;
    font-size: 15px;
    color: #929292;
    display: block;
    letter-spacing: 0.06em;
    text-align: center;
    border: 2px solid #ecd4d0 !important;
    margin-top: 0px;
}
span.wpcf7-not-valid-tip {
      font-family: Lato;
    font-weight: 300;
    font-size: 13px;
    display: block;
    letter-spacing: 0.06em;
}