/*
Theme Name: Luminis
Theme URI: https://webdesigncup.com/demowp/luminis
Description: Luminis - Photography WordPress Theme for Photographers
Version: 1.1.0
Author: MatchThemes
Author URI: https://matchthemes.com
License:
License URI:
Tags: one-column, two-columns, three-columns, blog, theme-options, featured-images, grid-layout, news
Text Domain: luminis
*/
/*************************************


 	1. MAIN STYLE

	2. HEADER

	3. HOME

	4. PORTFOLIO

	5. BLOG

	6. FOOTER

	7. OTHER



************************************/
/*************************************

1. MAIN STYLE

 ************************************/
/* RESET STYLES */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
  margin: 0;
  padding: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

fieldset, img {
  border: 0
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal
}

address {
  font-style: italic;
}

caption, th {
  text-align: left
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

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

strong, b {
  font-weight: bold;
}

em, cite {
  font-style: italic;
}

cite {
  display: block;
}

strike, del {
  text-decoration: line-through;
}

sup {
  font-size: 11px;
  position: relative;
  vertical-align: top;
  top: 5px;
}

sub {
  bottom: 5px;
  font-size: 11px;
  position: relative;
  vertical-align: bottom;
}

.italic {
  font-style: italic;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

.no-margin {
  margin: 0px !important;
}

.no-bottom {
  margin-bottom: 0px;
}

.no-padding {
  padding: 0px;
}

.column-clear {
  clear: both;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {}

.sticky {}

.gallery-caption {}

.bypostauthor {}

.screen-reader-text {}

.alignright {
  display: block;
  float: right;
  margin: 3px 0 0 10px;
}

.alignleft {
  display: block;
  float: left;
  margin: 3px 10px 0 0;
}

.aligncenter {
  display: block;
  clear: both;
  margin: 16px auto;
}

pre {
  margin-bottom: 24px;
  overflow: auto;
  padding: 10px;
  white-space: pre-wrap;
}

pre, code {
  background: #f0f0f0;
  color: #333;
  font-family: "Courier New", Courier, monospace;
  padding: 10;
}

article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

html {
  -webkit-font-smoothing: antialiased;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  text-rendering: optimizeLegibility;
  background: #ffffff;
  color: #151515;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  color: #151515;
  font-weight: 400;
  line-height: 1.4em;
}

h1 {
  font-size: 54px;
  line-height: 1.2em;
}

h2 {
  font-size: 48px;
  line-height: 1.2em;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}

a {
  color: #151515;
  border-bottom: 1px solid #151515;
}

a:hover {
  color: #151515;
  text-decoration: none;
  border: none;
}

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

ul, ol {
  margin: 0 0 18px 24px;
}

.alignc {
  text-align: center;
}

.alignr {
  text-align: right;
}

.none {
  display: none;
}

blockquote {
  font-size: 2.5rem;
  line-height: 1.6em;
  text-align: center;
  font-style: italic;
  color: #151515;
  position: relative;
  border: none;
  margin: 42px 0;
  padding: 0 32px;
}

blockquote:before {
  display: block;
  font-family: "FontAwesome";
  content: "\f10d";
  line-height: 1;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  position: absolute;
  left: 0;
  top: 0px;
}

blockquote cite, .wp-caption-text {
  color: #999999;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
}

.wp-caption-text {
  text-align: center;
  margin-top: 24px;
  text-transform: none;
  font-style: italic;
}

.wp-caption {
  margin-bottom: 24px;
}

p, ul, ol {
  margin-bottom: 24px;
}

div p:last-of-type {
  margin-bottom: 0;
}

.padding-tb54 {
  padding-top: 54px;
  padding-bottom: 54px;
}

.padding-tb32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.padding-tb24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.margin-tb54 {
  margin: 54px 0;
}

.margin-t54 {
  margin-top: 54px;
}

.margin-t36 {
  margin-top: 36px;
}

.margin-t32 {
  margin-top: 32px;
}

.margin-t24 {
  margin-top: 24px;
}

.margin-b54 {
  margin-bottom: 54px;
}

.margin-b36 {
  margin-bottom: 36px;
}

.margin-b32 {
  margin-bottom: 32px;
}

.margin-b24 {
  margin-bottom: 24px;
}

.img-center {
  margin: 0 auto;
}

/* definition lists */
dl dt {
  margin-bottom: 0;
}

dl dd {
  margin-left: 18px;
  margin-bottom: 24px;
}

/* tables */
table {
  border: 1px solid #e5e5e5;
  font-size: 16px;
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  border-collapse: collapse;
}

table caption {
  margin-bottom: 24px;
  text-align: center;
}

table th, table td {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  text-align: center;
  padding: 12px;
}

table th {
  font-weight: bold;
}

a, .gallery-item .gallery-item-img:before, .gallery-item h2, .gallery-item .gallery-item-subtitle, .zigzag-img-holder .gallery-item-zigzag-img:before, #submit, .wpcf7-submit, .faq-title, .post-password-form input[type="submit"] {
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
  transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

/*************************************

2. HEADER

************************************/
.headerHolder {
  background: #ffffff;
  z-index: 100;
  position: relative;
}

.home .headerHolder {
  width: 100%;
  z-index: 100;
  left: 0;
  top: 0;
  position: absolute;
}

.home .blog-holder {
  padding-top: 72px;
}

.navbar {
  text-align: left;
  margin-bottom: 0;
  padding: 12px 45px;
  border: none;
  border-radius: 0;
  min-height: 0;
  display: flex;
}

.logo-txt {
  font-size: 42px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1;
}

.logo-txt a {
  border-bottom: none;
}

.nav-holder {
  flex: 2 1 auto;
  text-align: right;
  margin-right: 42px;
}

.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.menu-nav {
  margin-left: 0;
  font-size: 0;
  margin-top: 15px;
}

.menu-nav li {
  display: inline-block;
  position: relative;
  margin-left: 42px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  vertical-align: middle;
}

.menu-nav li:first-child {
  margin-left: 0px;
}

.menu-nav li a {
  color: #151515;
  padding: 0 0 14px 0;
  border: none;
  text-align: center;
}

.menu-nav li a:hover, .menu-nav li a:focus {
  background: none;
}

.menu-nav>li:hover>a, .menu-nav li.current-menu-item>a {
  color: #151515;
}

.menu-nav>li.menu-item-has-children>a:after {
  content: "\f107";
  display: inline-block;
  font-family: "FontAwesome";
  margin-left: 7px;
  margin-right: 0;
}

.menu-nav ul {
  display: block;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  padding: 16px 0;
  width: 210px;
  position: absolute;
  top: 36px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  background: #151515;
  z-index: 5;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.35, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.25, 1, 0.35, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.25, 1, 0.35, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.25, 1, 0.35, 1) 0s;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

.menu-nav ul li {
  display: block;
  background: none;
  margin: 0;
  text-transform: none;
  letter-spacing: 2px;
  line-height: 1.5;
}

.menu-nav ul li>a {
  display: block;
  padding: 8px 16px;
  color: #ffffff;
}

.menu-nav ul li a:hover, .menu-nav li:hover ul li a:hover {
  text-decoration: none;
  color: #ffffff;
}

.menu-nav ul li.current-menu-item>a {
  color: #ffffff;
}

.menu-nav li:hover>ul {
  opacity: 1;
  visibility: visible;
  display: block;
}

.menu-nav li ul ul {
  left: 100%;
  top: 0px;
  padding: 0;
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
}

.search-social {}

.search-social ul, .author-social {
  list-style: none;
  margin: 0;
  font-size: 0;
  margin-top: 16px;
}

.search-social ul li, .author-social li {
  display: inline-block;
  font-size: 14px;
  margin-left: 14px;
}

.search-social ul li a, .author-social li a {
  color: #151515;
  display: inline-block;
  border: none;
}

.search-social ul li:first-child, .author-social li:first-child {
  margin-left: 0;
}

.navbar-toggle {
  float: none;
  margin: 0;
  padding: 8px 0 0 0;
  border-radius: 0;
}

.navbar-toggle .icon-bar {
  background: #151515;
}

/* HEADER 2 */
#header-2 .logo-2 {
  order: 3;
}

#header-2 .nav-holder {
  order: 2;
  text-align: left;
  margin-right: 0;
  margin-left: 42px;
}

#header-2 .search-social {
  order: 1;
}

/* END HEADER 2 */
/* HEADER 3 */
.inner-header-3 {
  display: flex;
  padding: 16px 25px;
  position: relative;
}

.logo-3 a {
  display: inline-block;
  border: none;
}

.logo-3 {
  flex: 1 1 auto;
}

.nav-button-holder {
  width: 25px;
  text-align: right;
  position: relative;
}

.nav-button {
  cursor: pointer;
  background: none;
  border: none;
  width: 25px;
  height: 25px;
  line-height: 25px;
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav-button .icon-bar {
  display: block;
  height: 2px;
  width: 15px;
  background: #151515;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}

.nav-button .icon-bar:before, .nav-button .icon-bar:after {
  background: #151515;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: -5px;
  -ms-transform-origin: 100% 50% 0;
  -webkit-transform-origin: 100% 50% 0;
  transform-origin: 100% 50% 0;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.nav-button .icon-bar:after {
  bottom: -5px;
  top: auto;
}

.nav-button.active .icon-bar {
  background: none;
}

.nav-button.active .icon-bar:before {
  left: -4px;
  top: -6px;
  -ms-transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  width: 120%;
}

.nav-button.active .icon-bar:after {
  left: -4px;
  top: 7px;
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  width: 120%;
}

body.has-active-menu {
  overflow: hidden;
}

#header-3.is-active .nav-button-holder {
  right: 15px;
}

.mask-nav-3 {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow-y: scroll;
  width: 0;
  height: 0;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
  -ms-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}

.mask-nav-3.is-active {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.navbar-3 {
  position: relative;
  width: 50%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#header-3.is-active {
  background: none;
}

.menu-nav-3 {
  margin-left: 0;
  font-size: 0;
  text-align: center;
}

.menu-nav-3 li {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.menu-nav-3 li a {
  color: #151515;
  padding: 0 0 14px 0;
  display: inline-block;
  border: none;
}

.menu-nav-3 li a:hover, .menu-nav-3 li a:focus {
  background: none;
}

.menu-nav-3>li:hover>a, .menu-nav-3 li.current-menu-item>a {
  color: #151515;
}

.menu-nav-3>li.menu-item-has-children>a:after {
  content: "\f107";
  display: inline-block;
  font-family: "FontAwesome";
  margin-left: 7px;
  margin-right: 0;
}

.menu-nav-3>li>ul {
  display: none;
  background: none;
  left: auto;
  position: relative;
  top: auto;
  width: auto;
  text-align: center;
  padding-bottom: 18px;
  z-index: 5;
  line-height: 1;
}

.menu-nav-3>li.menu-open>ul {
  display: block;
}

.menu-nav-3 ul li {
  font-size: 18px;
  padding-top: 0px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 1px;
  display: inline-block;
}

.menu-nav-3 ul li>a {
  display: block;
  padding: 4px 8px;
}

.menu-nav-3 ul li a:hover, .menu-nav-3 li:hover ul li a:hover {
  color: #c5c5c5;
}

.menu-nav-3 ul>li:first-child>a {
  padding-top: 4px;
}

.menu-nav-3 ul>li:last-child>a {
  padding-bottom: 4px;
}

.social-header-3 {
  list-style: none;
  margin: 0;
  font-size: 0;
  text-align: center;
  margin-top: 72px;
}

.social-header-3 li {
  display: inline-block;
  font-size: 14px;
  margin-left: 14px;
}

.social-header-3 li a {
  color: #151515;
  display: inline-block;
  border: none;
}

.social-header-3 li:first-child {
  margin-left: 0;
}

/* END HEADER 3 */
/* HEADER 4 */
.header-4 .logo-3 {
  order: 2;
  text-align: right;
}

.header-4 .nav-button-holder {
  order: 1;
}

#header-3.header-4.is-active .nav-button-holder {
  right: 0;
}

/* END HEADER 4 */
/* HEADER PAGES */
.topSingleBkg {
  display: block;
  overflow: hidden;
  position: relative;
  margin-top: 32px;
  text-align: center;
}

.topSingleBkgImg {
  width: 100%;
  height: 350px;
}

.post-subtitle {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.item-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}

.item-img:before {
  content: '';
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.inner-desc {
  padding: 0 15px;
}

.topSingleBkgImg .inner-desc {
  position: absolute;
  z-index: 4;
  text-align: center;
  padding: 0 15px;
  width: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.topSingleBkgImg, .topSingleBkgImg h1 {
  color: #ffffff;
}

/* END HEADER PAGES */
/*************************************

3. HOME

************************************/
/* SLIDER */
.slider-container {
  position: relative;
}

.slider-item-box-bkg {
  height: 100vh;
}

.slider-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}

.slider-img:before {
  content: '';
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.slider-caption {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  text-align: center;
  padding: 0 56px;
  z-index: 2;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider-caption h1 {
  font-size: 62px;
  color: #ffffff;
}

/* END SLIDER */
.home2-intro {
  padding-top: 100px;
}

.home2-intro .col-md-6 {
  margin-top: 54px;
}

/*************************************

4. PORTFOLIO

************************************/
.layout-portfolio {
  margin-top: 54px;
}

.gallery-item {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  width: 33.33%;
  margin: 0;
  padding: 10px;
}

.gallery-item-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 350px;
  position: relative;
  width: 100%;
}

.gallery-item-img:before, .gallery-item-zigzag-img:before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}

.gallery-item-desc {
  position: absolute;
  z-index: 4;
  text-align: center;
  padding: 0 10px;
  left: 10px;
  right: 10px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gallery-item-desc h2 {
  font-weight: 700;
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 8px;
  opacity: 0;
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}

.gallery-item-subtitle {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  opacity: 0;
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.gallery-item .gallery-item-img:before {
  opacity: 0;
}

.gallery-item:hover .gallery-item-img:before {
  opacity: 1;
}

.gallery-item:hover h2,
.gallery-item:hover .gallery-item-subtitle {
  opacity: 1;
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}

/* PORTFOLIO 1 COLUMNS */
.portfolio-1col .gallery-item {
  width: 100%;
}

.portfolio-1col .gallery-item-desc {
  width: 70%;
  margin: 0 auto;
}

/* END PORTFOLIO 1 COLUMNS */
/* PORTFOLIO 2 COLUMNS */
.portfolio-2cols .gallery-item {
  width: 50%;
}

/* END PORTFOLIO 2 COLUMNS */
/* PORTFOLIO 3 COLUMNS */
.portfolio-3cols .gallery-item {}

/* END PORTFOLIO 3 COLUMNS */
/* PORTFOLIO 4 COLUMNS */
.portfolio-4cols .gallery-item {
  width: 50%;
}

.portfolio-4cols .gallery-item-img {
  height: 300px;
}

/* END PORTFOLIO 4 COLUMNS */
/* PORTFOLIO ZIGZAG */
.gallery-item-zigzag {}

.zigzag-img-holder {
  width: 50%;
  height: 600px;
  float: left;
  overflow: hidden;
  position: relative;
  display: block;
}

.gallery-item-zigzag-img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-item-zigzag-right .zigzag-img-holder {
  float: right;
}

.zigzag-desc-holder {
  float: left;
  width: 50%;
  height: 600px;
  position: relative;
}

.gallery-item-zigzag-desc {
  position: absolute;
  z-index: 4;
  text-align: center;
  padding: 0 10px;
  left: 0px;
  right: 0px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gallery-item-zigzag-desc .gallery-item-subtitle {
  color: #151515;
  opacity: 1;
  margin-top: 16px;
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
}

.zigzag-img-holder:hover .gallery-item-zigzag-img:before {
  opacity: 1;
}

/* END PORTFOLIO ZIGZAG */
/* PORTFOLIO SINGLE */
.gallery-container {
  margin-top: 34px;
}

/* END PORTFOLIO SINGLE */
/*************************************

5. BLOG

************************************/
.posts-holder {
  padding-right: 35px;
}

.posts-holder-push-right {
  float: right;
  padding-right: 0;
  padding-left: 35px;
}

.blog-item, aside {
  margin-top: 54px;
}

.article-title {
  font-size: 48px;
  text-align: center;
  line-height: 1;
  margin-bottom: 8px;
}

.article-title a {
  color: #151515;
  border: none;
}

.article-title a:hover {
  color: #757575;
}

.post-meta {
  margin: 0;
  list-style: none;
  margin-bottom: 24px;
  text-align: center;
}

.post-meta li {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 8px;
  letter-spacing: 1px;
}

.post-meta li:last-child {
  margin-right: 0;
}

.post-meta li.meta-category a:hover {
  border-bottom: 1px solid #ffffff;
}

.post-holder-all {
  margin-top: 24px;
}

.more-btn {
  text-align: center;
}

.blog-item-1col .post-image img {
  margin: 0 auto;
}

/*** BLOG GRID ***/
.blog-item-2col-grid .article-title {
  font-size: 32px;
}

.blog-item-2col-grid .view-more {
  padding: 10px 18px;
}

.content-grid {
  margin-top: 24px;
}

/*** END BLOG GRID ***/
/*** BLOG LIST ***/
.blog-item-1col-list .post-image {
  width: 40%;
  height: 300px;
  float: left;
  overflow: hidden;
}

.blog-item .list-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.blog-item-1col-list .post-holder {
  width: 60%;
  float: left;
  padding-left: 24px;
  margin-top: 0;
}

.blog-item-1col-list .article-title {
  font-size: 32px;
}

.blog-item-1col-list .view-more {
  padding: 10px 18px;
  margin-top: 24px;
}

.blog-item-1col-list .post-holder-noimg {
  width: 100%;
  float: none;
  padding: 0;
  text-align: center;
}

/*** END BLOG LIST ***/
/* SINGLE PAGE */
.blog-post-single aside, .single-post-holder {
  margin-top: 8px;
}

.blog-post-single {
  margin-top: 54px;
}

.single-post-title {
  font-weight: 700;
  font-size: 54px;
}

.single-post-holder .single-post-title {
  text-align: center;
  margin-bottom: 16px;
  line-height: 1;
}

.single-post-holder .post-image {
  margin-bottom: 24px;
}

.author-single-page {
  margin-top: 72px;
}

.author-avatar {
  display: block;
  float: left;
}

.author-avatar img {
  border-radius: 99em;
}

.author-content {
  margin-left: 130px;
}

.author-single-page h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.author-single-page h4 a {
  color: #151515;
  border: none;
}

.author-single-page h4 a:hover {
  color: #151515;
  text-decoration: underline;
}

.meta-nav-holder {
  margin-top: 72px;
}

.meta-nav {
  padding: 0 16px;
}

.meta-nav h4 {
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 8px;
  font-style: italic;
}

.meta-nav-right {
  text-align: right;
}

.single-subtitle, .comment-reply-title {
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 8px;
  font-style: italic;
  margin-top: 54px;
}

.single-post-content h1, .single-post-content h2, .single-post-content h3, .single-post-content h4, .single-post-content h5, .single-post-content h6 {
  margin-bottom: 12px;
}

/* comments + contact fields */
.comm-field, .contact-field, #msg-contact {
  width: 100%;
  padding: 10px;
  border: 1px solid #e5e5e5;
  margin-top: 21px;
}

.post-password-form label input {
  padding: 7px;
  border: 1px solid #e5e5e5;
}

.contact-btn, .form-submit {
  text-align: right;
}

.form-submit {
  margin-bottom: 0px;
}

.comm-title-2 .section-title {
  margin-top: 24px;
}

.output2 {
  margin-top: 24px;
  border: 1px solid #ff0000;
  padding: 7px;
  color: #ff0000;
}

.antispam {
  display: none;
}

.contact-field {
  margin-bottom: 24px;
}

#submit {
  padding: 10px 24px;
}

.submit {
  margin-top: 24px;
}

.comm-send {
  margin-top: 35px;
}

/**** COMMENTS STYLES*****/
.commentlist {
  margin: 0
}

.commentlist li {
  list-style: none;
  margin: 0;
  margin-top: 32px;
}

.children li.depth-2 {
  margin: 0 0 0px 63px
}

.children li.depth-3 {
  margin: 0 0 0px 63px
}

.children li.depth-4 {
  margin: 0 0 0px 63px
}

.children li.depth-5 {
  margin: 0 0 0px 63px
}

.children li.depth-6 {
  margin: 0 0 0px 63px
}

.children li.depth-7 {
  margin: 0 0 0px 63px
}

.children li.depth-8 {
  margin: 0 0 0px 63px
}

.children li.depth-9 {
  margin: 0 0 0px 63px
}

.children li.depth-10 {
  margin: 0 0 0px 63px
}

.comment-body {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #f2f2f2;
}

.comment-details {
  position: relative;
  margin-left: 72px
}

.comment-avatar {
  position: absolute;
  left: -72px;
  top: 0
}

.comment-avatar img {
  display: block;
  border-radius: 50%;
}

.comment-right {}

.comment-author .author a, .comment-author .author a:visited {
  border: none;
}

.comment-author span, .comment-author .author a {
  color: #151515;
  font-size: 18px;
  font-weight: 700;
  margin-right: 10px;
  font-style: normal;
}

.comment-author .author a:hover {}

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

.comment-date {
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  margin-bottom: 7px;
  color: #999999;
}

.reply {
  text-align: right;
  margin-top: 7px;
}

.comment-reply-link {
  margin-top: 8px;
  text-decoration: none;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 1px;
  color: #151515;
  text-align: center;
}

.comment-reply-link:hover {
  border: none;
  text-decoration: none;
}

#cancel-comment-reply-link {
  font-size: 12px;
}

.commentlist .children {
  margin: 0
}

#comments_wrap {
  margin-top: 16px
}

#cancel-comment-reply {
  float: right;
  margin-top: 14px;
}

.comment-reply-title small {
  display: block;
  margin-bottom: 7px;
}

.children #commentform textarea {
  width: 95.6%
}

input::-ms-clear {
  display: none;
}

@-ms-viewport {
  width: auto;
}

/**** END COMMENTS STYLES*****/
/* END SINGLE PAGE */
/* SIDEBAR */
aside {
  text-align: center;
}

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

aside>ul>li {
  margin-top: 42px;
}

aside>ul>li:first-child {
  margin-top: 0;
}

.widgettitle {
  color: #151515;
  letter-spacing: 2px;
  margin-bottom: 24px;
  font-style: italic;
  text-align: center;
}

aside .instagram-pics, footer .instagram-pics {
  text-align: center;
}

aside .instagram-pics li, footer .instagram-pics li {
  display: inline-block;
  margin: 0px 7px 7px 0px;
}

aside .instagram-pics li img, footer .instagram-pics li img {
  width: 80px;
  height: 80px;
}

.textwidget img {
  display: block;
  height: auto;
  max-width: 100%;
}

.textwidget select {
  width: 100%;
}

.search-string {
  padding: 12px;
  width: 100%;
  border: 1px solid #e0e0e0;
}

.tagcloud a, .tags-single-page a {
  display: inline-block;
  font-size: 13px !important;
  color: #151515;
  border: 1px solid #e0e0e0;
  padding: 3px 12px;
  text-align: center;
  margin: 0 3px 7px 0;
}

.tagcloud a:hover, .tags-single-page a:hover {
  background: #151515;
  border-color: #151515;
  color: #ffffff;
  text-decoration: none;
}

.tags-single-page {
  margin-top: 32px;
}

/* END SIDEBAR */
/*************************************

6. FOOTER

************************************/
footer {
  background: #ffffff;
  margin-top: 0px;
  padding: 108px 0 54px 0;
}

#footer-instagram {
  width: 50%;
  position: relative;
  margin: 108px auto 0 auto;
  text-align: center;
}

#footer-instagram .instagram-pics {
  margin: 0;
}

#footer-instagram .instagram-pics li {
  display: inline-block;
  margin: 0;
  width: 25%;
}

#footer-instagram .instagram-pics li img {
  max-width: 100%;
  width: auto;
  height: auto;
}

#footer-instagram .instagram-pics li img:hover {
  opacity: 0.9;
}

#footer-instagram .clear {
  bottom: 0;
  font-size: 12px;
  left: 0;
  letter-spacing: 2px;
  line-height: 1.1;
  position: absolute;
  right: 0;
}

#footer-instagram .clear a {
  background: rgba(0, 0, 0, 0.5);
  border: medium none;
  color: #ffffff;
  display: inline-block;
  padding: 5px 14px;
}

.foo-block {
  text-align: center;
  font-size: 16px;
}

.foo-block .widget {
  margin-bottom: 36px;
}

.footer-social {
  list-style: none;
  margin: 0;
  margin-top: 24px;
  text-align: center;
}

.footer-social li {
  display: inline-block;
  font-size: 24px;
  margin-left: 14px;
}

.footer-social li a {
  color: #151515;
  display: inline-block;
  border: none;
}

.footer-social li:first-child {
  margin-left: 0;
}

.copyright {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  margin-top: 16px;
}

/*************************************

7. OTHER

************************************/
.custom-page-template {
  margin-top: 54px;
}

.single-post-content img, .custom-page-template img {
  display: block;
  height: auto;
  max-width: 100%;
}

.view-more, #submit, .wpcf7-submit {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 400;
  display: inline-block;
  color: #151515;
  border: 1px solid #e0e0e0;
  text-transform: uppercase;
  padding: 12px 24px;
  margin-top: 24px;
  background: none;
}

.view-more:hover, #submit:hover, .wpcf7-submit:hover {
  color: #ffffff;
  border: 1px solid #151515;
  background: #151515;
}

/*** PREV-NEXT PAGE NAVIGATION ***/
.prev-next {
  margin-top: 54px;
}

.prev-next, .page-links {
  text-align: center;
  font-size: 0;
}

.page-numbers, .nav-page a {
  color: #151515;
  margin: 0 12px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}

.current-page, .page-numbers:hover, .nav-page a:hover {
  color: #d5d5d5;
}

.nav-page {
  letter-spacing: 1px;
}

.page-links {
  margin-top: 32px;
}

.page-links a, .post-password-form input[type="submit"] {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 400;
  display: inline-block;
  text-transform: uppercase;
  padding: 12px 24px;
  color: #151515;
  border: 1px solid #e0e0e0;
  background: none;
  margin-right: 12px;
}

.page-links a:hover, .post-password-form input[type="submit"]:hover {
  color: #ffffff;
  border-color: #151515;
  background: #151515;
}

.post-password-form input[type="submit"] {
  vertical-align: top;
}

.error-404 {
  text-align: center;
}

/*flexible embeds*/
.video-widget, .gmaps {
  position: relative;
  padding: 0;
  padding-bottom: 56.25%;
  /* 16:9 ratio*/
  height: 100%;
  overflow: hidden;
}

.video-widget iframe, .gmaps iframe {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 100%;
}

.scrollup {
  display: none;
}

.scrollup i {
  width: 30px;
  height: 30px;
  position: fixed;
  background: #252525;
  color: #ffffff;
  border-radius: 50%;
  bottom: 20px;
  right: 20px;
  text-align: center;
  padding-top: 5px;
  cursor: pointer;
  z-index: 110;
}

.nothing-found {
  margin-top: 54px;
}

.nf-text {
  margin: 24px 0;
}

/* FAQ */
.faq-title {
  padding: 8px 24px;
  cursor: pointer;
  border: 2px solid #151515;
  background: #ffffff;
  margin-bottom: 24px;
  font-size: 24px;
}

.faq-title:before {
  content: "\f107";
  display: inline-block;
  font-family: "FontAwesome";
  margin-right: 8px;
}

.faq-title a {
  color: #151515;
  border: none;
}

.faq-title.active, .faq-title:hover {
  background: #151515;
}

.faq-title.active:before {
  content: "\f106";
  color: #ffffff;
}

.faq-title.active a, .faq-title:hover a, .faq-title:hover:before {
  color: #ffffff;
}

.faq-section {
  display: none;
  padding: 0 24px 24px 24px;
}

/* END FAQ */
/* PRICE TABLE */
.pricing-package {
  padding: 32px 0;
  border: 1px solid #e0e0e0;
}

.pricing-head {
  text-align: center;
  padding-bottom: 42px;
  position: relative;
}

.pricing-head:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -25px;
}

.pricing-head h5 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
}

.pricing-head h3 {
  font-size: 18px;
  line-height: 1;
}

.pricing-head h3 span {
  font-size: 72px;
  font-weight: 700;
  vertical-align: sub;
}

.pricing-content ul {
  list-style: none;
  margin: 48px 0 24px 0;
  text-align: center;
}

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

.pricing-content ul li:last-child {
  padding-bottom: 0px;
}

/* END PRICE TABLE */
/* Owl Carousel Default Nav */
.owl-carousel {
  cursor: ew-resize;
}

.owl-carousel.owl-grab {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  position: absolute;
  right: 20px;
  text-align: center;
  top: 50%;
  z-index: 100;
  width: 22px;
  z-index: 20;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.owl-theme .owl-dots .owl-dot {
  margin-bottom: 20px;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  background: #ffffff;
  display: block;
  border-radius: 99em;
  opacity: 0.8;
  -webkit-backface-visibility: visible;
  -webkit-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
  transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff;
  opacity: 1;
  -webkit-transform: scale(1.8);
  -moz-transform: scale(1.8);
  -ms-transform: scale(1.8);
  -o-transform: scale(1.8);
  transform: scale(1.8);
}

.service-odd .col-md-6:first-child {
  float: right;
}

/* Placeholder text color */
::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #252525;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #252525;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #252525;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #252525;
}

::-ms-input-placeholder {
  /* Edge */
  color: #252525;
}

:placeholder-shown {
  /* Standard one last! */
  color: #252525;
}

/*************************************

SIMPLE LIGHTBOX

************************************/
.sl-wrapper .sl-close, .sl-wrapper .sl-navigation button {
  height: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace
}

.sl-wrapper .sl-close:focus, .sl-wrapper .sl-navigation button:focus {
  outline: 0
}

body.hidden-scroll {
  overflow: hidden
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: .95;
  display: none;
  z-index: 1050
}

.sl-wrapper .sl-close, .sl-wrapper .sl-counter {
  top: 30px;
  display: none;
  color: #000;
  position: fixed
}

.sl-wrapper {
  z-index: 1040
}

.sl-wrapper button {
  border: 0;
  background: 0 0;
  font-size: 28px;
  padding: 0;
  cursor: pointer
}

.sl-wrapper button:hover {
  opacity: .7
}

.sl-wrapper .sl-close {
  right: 30px;
  z-index: 1060;
  margin-top: -14px;
  margin-right: -14px;
  width: 44px;
  font-size: 5rem
}

.sl-wrapper .sl-counter {
  left: 30px;
  z-index: 1060;
  font-size: 1.5rem
}

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none
}

.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  width: 22px;
  text-align: center;
  display: block;
  z-index: 1060;
  color: #000
}

.sl-wrapper .sl-navigation button.sl-next {
  right: 0px;
  font-size: 3rem
}

.sl-wrapper .sl-navigation button.sl-prev {
  left: 0px;
  font-size: 3rem
}

.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
  cursor: ew-resize;
}

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0
}

.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0
}

@media (min-width:35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px
  }

  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 5rem
  }

  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 5rem
  }

  .sl-wrapper .sl-image iframe, .sl-wrapper .sl-image img {
    border: 0
  }
}

@media (min-width:50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px
  }

  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 5rem
  }

  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 5rem
  }

  .sl-wrapper .sl-image iframe, .sl-wrapper .sl-image img {
    border: 0
  }
}

.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 8px;
  color: #fff;
  background: rgba(0, 0, 0, .8);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 14px;
}

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto
}

.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(.1);
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    transform: scale(1.2);
    opacity: 0
  }
}

@keyframes pulsate {
  0% {
    transform: scale(.1);
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    transform: scale(1.2);
    opacity: 0
  }
}

@-moz-keyframes pulsate {
  0% {
    transform: scale(.1);
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    transform: scale(1.2);
    opacity: 0
  }
}

@-o-keyframes pulsate {
  0% {
    transform: scale(.1);
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    transform: scale(1.2);
    opacity: 0
  }
}

@-ms-keyframes pulsate {
  0%, 100% {
    opacity: 0
  }

  0% {
    transform: scale(.1)
  }

  50% {
    opacity: 1
  }

  100% {
    transform: scale(1.2)
  }
}

/*************************************

END SIMPLE LIGHTBOX

************************************/
/*************************************

JUSTFIED GALLERY

************************************/
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden
}

.justified-gallery>a, .justified-gallery>div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  filter: "alpha(opacity=10)";
  opacity: .1
}

.justified-gallery>a>img, .justified-gallery>div>img, .justified-gallery>a>a>img, .justified-gallery>div>a>img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: 0;
  filter: "alpha(opacity=0)";
  opacity: 0
}

.justified-gallery>a>.caption, .justified-gallery>div>.caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000;
  left: 0;
  right: 0;
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif
}

.justified-gallery>a>.caption.caption-visible, .justified-gallery>div>.caption.caption-visible {
  display: initial;
  filter: "alpha(opacity=70)";
  opacity: .7;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in
}

.justified-gallery>.entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: 0 0
}

.justified-gallery>.entry-visible>img, .justified-gallery>.entry-visible>a>img {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in
}

.justified-gallery>.jg-filtered {
  display: none
}

.justified-gallery>.spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial
}

.justified-gallery>.spinner>span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background-color: #000;
  border-radius: 6px
}

/*************************************

END GALLERY

************************************/
/*************************************

MEDIA QUERIES

************************************/
@media (min-width: 1500px) {}

@media (min-width: 1200px) {
  .layout-full .container {
    width: 100%;
  }

  /* PORTFOLIO */
  .portfolio-4cols .gallery-item {
    width: 25%;
  }

  .portfolio-2cols h2, .portfolio-1col h2 {
    font-size: 48px;
  }

  .portfolio-2cols .gallery-item-subtitle, .portfolio-1col .gallery-item-subtitle {
    font-size: 14px;
  }

  .portfolio-2cols .gallery-item-img, .portfolio-1col .gallery-item-img {
    height: 600px;
  }

  .gallery-item-zigzag-desc h2 {
    font-size: 54px;
  }

  .gallery-item-zigzag-desc .gallery-item-subtitle {
    font-size: 14px;
    letter-spacing: 3px;
  }

  /* END PORTFOLIO */
  #footer-instagram .instagram-pics li {
    width: 25%;
  }
}

@media (max-width: 1024px) {
  .navbar, .inner-header-3 {
    margin-top: 15px;
    padding: 15px;
  }

  .nav-holder {
    flex: 0 1 auto;
    margin-top: 24px;
    text-align: right;
    margin-right: 0px;
  }

  #header-2 .nav-holder {
    text-align: center;
  }

  .menu-nav li {
    margin-left: 24px;
    font-size: 12px;
  }

  .search-social {
    position: absolute;
    top: 14px;
    right: 54px;
  }

  .topSingleBkg {
    margin-top: 24px;
  }

  #header-2 .logo-2 {
    text-align: right;
  }

  #header-2 .logo-2 img {
    margin-left: auto;
  }

  #header-2 .search-social {
    position: absolute;
    top: 14px;
    left: 54px;
    right: 0;
  }

  /* header 3+4 */
  .nav-button-holder {
    text-align: left;
    position: absolute;
    top: 50%;
    right: 20px;
  }

  #header-3.is-active .nav-button-holder {
    right: 35px;
  }

  #header-3.is-active .inner-header-3 {
    padding: 15px 30px;
  }

  .header-4 .nav-button-holder {
    right: auto;
    left: 20px;
  }
}

@media (min-width: 980px) {
  .slider-container {
    margin: 0 25px;
  }

  .home .portfolio-zigzag {
    padding: 0 10px;
  }

  .border-bottom-home {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 25px;
    width: 100%;
    background: #ffffff;
    z-index: 99;
  }

  .layout-1col-fw {
    width: 768px;
    margin: 0 auto;
  }

  .topSingleBkgImg {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .gallery-item {
    width: 50%;
  }

  .gallery-item-img {
    height: 250px;
  }

  .zigzag-img-holder, .zigzag-desc-holder {
    height: 400px;
  }

  .posts-holder-push-right {
    float: none;
  }

  .posts-holder, .posts-holder-push-right {
    padding-left: 15px;
    padding-right: 15px;
  }

  aside {
    margin-top: 54px;
  }

  .home .headerHolder {
    position: absolute;
  }
}

@media (max-width: 767px) {
  #header-1 {
    margin: 0;
  }

  .home2-intro {
    padding-top: 70px;
  }

  .home2-intro .col-md-6 {
    margin-top: 32px;
  }

  .slider-caption h1 {
    font-size: 36px;
  }

  .home .headerHolder {
    position: absolute;
  }

  .logo-1, .logo-2, .logo-3 {
    width: 150px;
  }

  /* menu */
  .nav-mobile-1 {
    left: auto;
    right: 15px;
    top: 26px;
    margin: 0;
    position: absolute;
    display: block;
  }

  .nav-mobile-2 {
    left: 15px;
    right: auto;
    top: 22px;
    margin: 0;
    position: absolute;
    display: block;
  }

  .menu-nav li {
    display: block;
    margin: 0;
    padding: 10px;
  }

  .menu-nav li a {
    padding: 8px 0;
  }

  .menu-nav ul {
    margin: 0;
    margin-bottom: 8px;
    padding: 0;
    top: 0;
    left: 0;
    display: block;
    position: relative;
    background: none !important;
    border: none !important;
    width: auto;
  }

  .menu-nav ul {
    text-align: center;
    opacity: 1;
    visibility: visible;
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: tnone;
    transform: none;
  }

  .menu-nav ul li a:hover, .menu-nav li:hover ul li a:hover {
    background: none;
  }

  .menu-nav ul>li:first-child>a {
    padding-top: 0px;
  }

  .menu-nav ul>li:last-child>a {
    padding-bottom: 0px;
  }

  .menu-nav ul li>a {
    padding: 4px 0 !important;
  }

  .navbar li ul ul {
    left: 0;
    top: 0;
  }

  .navbar-collapse,
  .navbar-collapse.in {
    height: 100vh;
    margin-top: 100px;
    width: 100%;
    text-align:center;
    position: absolute;
    left:0;
    background: #fff;
  }

  .menu-nav ul li>a, .menu-nav ul li.current-menu-item>a, .menu-nav ul li a:hover, .menu-nav li:hover ul li a:hover {
    color: #151515 !important;
  }

  .navbar-3 {
    width: 100%;
  }

  /* end menu */
  .single-post-title {
    font-size: 36px;
  }

  .single-post-holder .single-post-title {
    margin-bottom: 8px;
  }

  .post-subtitle {
    font-size: 14px;
    letter-spacing: 4px;
  }

  /* PORTFOLIO */
  .gallery-item, .portfolio-4cols .gallery-item, .portfolio-2cols .gallery-item {
    width: 100%;
    float: none;
    padding: 10px 0;
  }

  .gallery-item .gallery-item-img:before {
    opacity: 1;
  }

  .gallery-item h2, .gallery-item .gallery-item-subtitle {
    opacity: 1;
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }

  .gallery-item-img, .portfolio-4cols .gallery-item-img, .portfolio-2cols .gallery-item-img {
    height: 250px;
  }

  .gallery-item-desc {
    left: 0;
    right: 0;
  }

  .portfolio-1col .gallery-item-desc {
    width: 100%;
  }

  .zigzag-img-holder {
    width: 100%;
    height: 250px;
    float: none;
  }

  .gallery-item-zigzag-right .zigzag-img-holder {
    float: none;
  }

  .zigzag-desc-holder {
    float: none;
    width: 100%;
    height: auto;
  }

  .gallery-item-zigzag-desc {
    position: relative;
    padding: 24px 0 42px 0;
    top: 0;
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }

  .gallery-item-zigzag-desc h2 {
    font-size: 32px;
  }

  /* END PORTFOLIO */
  .posts-holder-push-right {
    float: none;
  }

  .posts-holder, .posts-holder-push-right {
    padding-left: 15px;
    padding-right: 15px;
  }

  aside {
    margin-top: 54px;
  }

  .article-title {
    font-size: 32px;
  }

  .blog-item-1col-list .post-image, .blog-item-1col-list .post-holder {
    width: 100%;
    float: none;
  }

  .blog-item-1col-list .post-image {
    height: 300px;
  }

  .blog-item-1col-list .post-holder {
    padding-left: 0;
    margin-top: 24px;
  }

  #footer-instagram {
    width: 100%;
    margin-top: 54px;
  }

  footer {
    padding-top: 54px;
  }

  .pricing-package {
    margin-bottom: 32px;
  }

  .service-odd .col-md-6:first-child {
    float: none;
  }

  .sl-wrapper .sl-image .sl-caption {
    bottom: auto;
    background: rgba(0, 0, 0, 0);
    color: #000;
  }

  /*comments*/
  .children {
    margin: 28px 0 0;
  }

  .children li.depth-2,
  .children li.depth-3,
  .children li.depth-4,
  .children li.depth-5,
  .children li.depth-6,
  .children li.depth-7,
  .children li.depth-8,
  .children li.depth-9,
  .children li.depth-10 {
    margin: 0
  }
}

@media (max-width: 568px) {
  .logo-2, .header-4 .logo-3 {
    margin-left: auto;
  }
}

/*
Vous pouvez ajouter du CSS personnalisé ici.

Cliquez sur l’icône d’aide ci-dessus pour en savoir plus.
*/
h1, h2, h3 {
  font-weight: 500 !important;
}

.single-post-holder .single-post-title {
  margin-bottom: 50px;
}

.logo-1 {
  max-width: 300px;
  margin-left: -20px;
}

@media (min-width: 768px) {
  .flex-row {
    display: flex;
  }

  .flex-row [class^="col-"] {
    display: flex;
    margin-bottom: 3rem;
  }

  .menu-nav ul {
    width: max-content;
  }

  .navbar-collapse.collapse {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .nav-mobile-1 {
    top: 45px;
  }

  .logo-1, .logo-2, .logo-3 {
    width: 220px;
  }

  .menu-nav ul.sub-menu {
    display: none;
  }
}

.pricing-head h5 {
  min-height: 80px;
}

.pricing-head h3 {
  font-size: 24px;
  line-height: 1;
  min-height: 60px;
  font-family: Lato;
  font-weight: 100;
}

.pricing-head h3 span {
  font-size: 36px;
  font-weight: 100;
  padding-left: 5px
}

.pricing-head,
.pricing-content {
  margin-left: 40px;
  margin-right: 40px;
}

.pricing-description,
.pricing-content {
  font-size: 1.5rem;
  line-height: 1.5;
}

.pricing-content ul {
  list-style: inherit;
  text-align: left;
  margin: 24px 12px 24px 24px;
}

@media (min-width: 1200px) {
  .pricing-content ul {
    margin: 48px 24px 24px 48px
  }
}

.pswp__bg {
  opacity: 0.9 !important;
  background-color: #fff;
}

.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.25);
}

.mt_portfolio-template-default .container {
  width: 100%
}

.slider-caption {
  color: #fff;
  font-family: Playfair Display, sans-serif;
  font-size: 36px;
  top: 55%;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .slider-caption {
    font-size: 62px;
  }
}

.owl-theme .owl-dots {
  top: 56%;
}

.search-social {
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
    top: 48px;
    right: 100px;
}

@media (min-width: 768px)  {
  .search-social {
    top: 24px;
  }
}
@media (min-width: 1200px)  {
  .search-social {
    top: 48px;
  }
}

.search-social ul {
  margin-top: 0;
}

.category-news .view-more {
  display: none;
}

.pricing-package {
  width: 100%;
}

.pricing-package .view-more {
  display: inline-block;
  margin: 0 auto;
}
.menu-nav li.rose > a,
.menu-nav li.current-menu-item > a:hover,
.menu-nav > li:hover > a,
.rose,
.rose a{
  color: #BF4B8E;
}

.post-subtitle {
  width: 80%;
  display: block;
  margin: 15px 10% 0;
}

@media (min-width: 1200px) {
  .pricing-content ul {
    margin: 10px 24px 24px 48px;
  }
}

.pricing-head {
  padding-bottom: 0;
}

.pricing-head h5 {
  margin-bottom: 10px;
}

.row .meta-nav-holder {
  display: none;
}

.category-tarifs .post-image,
.category-news .post-subtitle {
  display: none;
}

.blog-holder .category-tarifs .post-image {
  display: block;
}

.blog-post-single .layout-1col-fw {
  width: 100%;
}

.btn-important {
  display: inline !important;
}

.has-post-thumbnail .article-title,
.has-post-thumbnail .more-btn {
  text-align: left
}

.post-meta {
  display: none;
}

.gallery-item-img {
  background-color: #ccc;
}

.faq-title {
  border: 1px solid #e0e0e0;
}

small .post-subtitle {
  display: block !important;
  font-size: 14px;
  letter-spacing: 2px;
}

.menu-nav li:hover {
  z-index: 15;
}

.single-post-content .post-subtitle {
  margin-top: -35px;
  margin-bottom: 55px;
}

.category-news .blog-item .article-title a,
.category-news .blog-item .post-image a {
  pointer-events: none;
  cursor: default;
}

input[type=checkbox] {
  position: relative;
  top: -3px;
  left: -3px
}

input {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 400;
  display: inline-block;
  color: #151515;
  border: 1px solid #e0e0e0;
  text-transform: uppercase;
  padding: 12px;
  margin-top: 24px;
  background: none;
}

input[type=email] {
  padding: 12px 10px;
  border: 1px solid #e5e5e5;
  margin-top: 21px;
}

h3 {
  margin-bottom: 10px;
  margin-top: 20px;
}

.acces-studio a {
  border: 0;
}

@media (min-width: 768px) {
  .acces-studio {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .acces-studio img {
    max-height: 400px;
    padding-right: 20px;
    width: auto;
  }
}

.mandatory label,
.birthday label {
  font-size: 14px;
  font-weight: 300;
  margin-right: 20px;
  padding-top: 22px;
}

input {
  text-transform: none;
}

.wps-gallery-template1-thumb img {
  border: 0 !important;
  padding: 0 !important;
}

.wps_photo_details_continue_shopping,
.wps_photo_details_view_cart,
.wps-button,
.pure-button,
#WPSCheckoutButton {
  background: none !important;
  background-color: #d18cb4 !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: 0 0 0 0 !important;
  transition: background-color 0.3s linear;
  letter-spacing: 0;
  font-family: Lato;
  font-size: 16px !important;
  font-weight: normal !important;
  padding: 0.5em 1em !important;
  text-decoration: none !important;
  text-shadow: 0 0 0 !important;
}

.pure-button:hover,
.pure-paginator .prev:hover, .pure-paginator .next:hover,
.wps-button:hover {
  background-color: #BF4B8E !important
}

.wps_photo_details_continue_shopping_section a,
.wps_photo_details_view_cart_section a {
  text-decoration: none !important;
  border: 0;
}

#WPSCheckoutButton {
  font-size: 18px !important;
}

.wps_photo_details_view_cart,
.wps-button,
.pure-button {
  background-color: #d18cb4 !important;
}

.wps_photo_details_view_cart {
  background-color: #533848 !important
}

.wps_photo_details_view_cart:hover {
  background-color: #2C1E26 !important
}

.wps-update-cart,
.wps-clear-cart,
.wps-continue-shopping {
  font-size: 12px !important
}

.wps-continue-shopping,
.wps-update-cart,
.wps-clear-cart,
.wps_photo_details_continue_shopping,
.wps_photo_details_continue_shopping_section .pure-button {
  background-color: #B1A8AD !important
}

.wps-continue-shopping:hover,
.wps-update-cart:hover,
.wps-clear-cart:hover,
.wps_photo_details_continue_shopping:hover,
.wps_photo_details_continue_shopping_section .pure-button:hover {
  background-color: #84777E !important
}

#gallerybuy .wps-gallery-template1-bottom {
  background: none !important;
  border: 0 !important;
}

a, .gallery-item .gallery-item-img:before, .gallery-item h2, .gallery-item .gallery-item-subtitle, .zigzag-img-holder .gallery-item-zigzag-img:before, #submit, .wpcf7-submit, .faq-title, .post-password-form input[type="submit"] {
  transition: none;
}

.pure-paginator .prev, .pure-paginator .next {
  text-shadow: unset !important;
}

.wps-pricing-tables h2 {
  font-size: 36px !important;
}

.wps-pricing-tables h4 {
  font-size: 18px;
  padding: 20px 0 10px !important;
}

.wps-digital-details h2 {
  display: none;
}

#viewCartTable .itemQuantity {
  max-width: 10em;
  width: 70px;
  margin-top: 0;
}

#viewCartTable a img.wps_cart_remove_item {
  width: 10px !important;
  height: 10px !important;
}

#viewCartTable a {
  border: 0;
}

textarea {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 400;
  display: inline-block;
  color: #151515;
  border: 1px solid #e0e0e0;
  text-transform: uppercase;
  padding: 12px;
  margin-top: 24px;
  background: none;
}

.add_to_cart_success_msg {
  background-color: #d18cb4;
  border: 1px solid #CA7AA8;
  color: #fff;
}

.wps_photo_details_items_added_list {
  border-top: 1px solid #e8c5d9 !important;
}

.pure-table thead {
  background-color: #DFDBDD !important
}

#viewCartTableTotals {
  position: relative;
}

.wps-cart-page-wrapper .pure-g h2 {
  display: none;
}

aside,
aside * {
  text-align: left !important;
  font-style: normal !important
}

.wps-image-details {
  max-width: 600px;
  margin: 0 auto;
}

.pure-form input[type="text"], .pure-form input[type="password"], .pure-form input[type="email"], .pure-form input[type="url"], .pure-form input[type="date"], .pure-form input[type="month"], .pure-form input[type="time"], .pure-form input[type="datetime"], .pure-form input[type="datetime-local"], .pure-form input[type="week"], .pure-form input[type="number"], .pure-form input[type="search"], .pure-form input[type="tel"], .pure-form input[type="color"], .pure-form select, .pure-form textarea,
.pure-form-stacked input:not([type]) {
  border-radius: 0px !important;
  box-shadow: inset 0 0 0 !important;
  padding: 1em !important;
  margin: 0.8em 0 !important
}

.delivery_help {
  padding: 2px 10px
}

textarea {
  text-transform: none !important;
}

.wps-description {
  text-align: left;
}

::placeholder {
  color: #999;
}

.grecaptcha-badge {
  bottom: -100px !important;
}

.grecaptcha-badge.showgr {
  bottom: 100px !important;
}

.booked-calendar thead a {
  border: 0;
}
body:not(.admin-bar) .admin{
  display: none;
}
