/*
    Bernd - Clean & Minimal Portfolio HTML5 Template
    Version: 1.0.1
    Author: Mountain-Themes
    Author URL: https://themeforest.net/user/mountain-themes
    Bernd © 2023. Design & Coded by Mountain-Themes.
    
    TABLE OF CONTENTS
    ---------------------------
     1. General
     2. Header
     3. Portfolio
     4. Blog
     5. Footer
     6. Shop
     7. Elements
     8. Responsive CSS
*/


/* ================================= */
/* :::::::::: 1. General ::::::::::: */
/* ================================= */

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    line-height: 25px;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
    color: #000;
    font-family: Poppins, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 300;
}

h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: none;
}

a {
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover {
	  text-decoration: none !important;
	  -webkit-transition: all 0.3s ease-in-out;
	  -moz-transition: all 0.3s ease-in-out;
	  -ms-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
}

/* The Loader */

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow: hidden;
 
}


#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 110px;
  height: 110px;
  margin: -55px 0 0 -55px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #000;
  animation: fa-spin 1.7s linear infinite!important;
  z-index: 11;
  }

  #loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #000;
    animation: fa-spin 1.7s linear infinite;
  }
  
  #loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #000;
    animation: fa-spin 1.1s linear infinite;
  }


#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #fff;
  z-index: 10;
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded styles */

.loaded #loader-wrapper .loader-section.section-left {
  transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
  transform: translateX(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}

::-webkit-input-placeholder {
    color: #8e8e8e;
}

:-moz-placeholder {
    color: #8e8e8e;
    opacity: 1;
}

::-moz-placeholder {
    color: #8e8e8e;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #8e8e8e;
}

#wrapper {
    padding: 70px 0;
}

.bernd-padding-right {
    padding-right: 5%;
}

.bernd-padding-left {
    padding-left: 5%;
}

a,
a:hover {
    color: #000;
}

iframe {
    width: 100%;
    border: none;
}


/* ================================= */
/* ::::::::::: 2. Header ::::::::::: */
/* ================================= */

header {
    height: 70px;
    z-index: 999;
    width: 100%;
    margin-top: 40px;
    position: relative;
}

header .logo {
    font-size: 17px;
    font-weight: 500;
    padding-top: 13px;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    z-index: 9999;
    letter-spacing: 1px;
}

header .logo a {
    text-decoration: none;
    padding: 6px 15px;
}

header .logo a img {
  max-width: 150px;
}

.parallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100%;
    height: 630px;
    margin-bottom: 23px;
    margin-top: -90px;
}

.type-video .parallax {
    height: 450px;
    min-height: 450px;
    margin: 0;
    overflow: hidden;
}

.parallax .info {
    text-align: center;
    width: 100%;
    display: table;
    height: 100%;
    position: absolute;
}

.parallax .info h2 {
    font-weight: 400;
    font-size: 2.4em;
    color: #000;
    letter-spacing: 0.40em;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
}

.forcefullwidth_wrapper_tp_banner {
  overflow: hidden;
}

nav {
    float: right;
    height: 50px;
    margin-top: -3px;
    padding-top: 0;
    display: block;
    margin-right: -8px;
}

.icon-mobile {
    display: none;
}

.slicknav_menu {
    display: none;
}

#bernd_menu,
#bernd_menu ul,
#bernd_menu li,
#bernd_menu a {
    border: none;
    margin: 0;
    padding: 0;
    line-height: 1;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#bernd_menu {
    height: 37px;
    display: block;
    padding: 0;
    margin: 0;
    width: auto;
}

#bernd_menu>ul>li.active>ul>li a {
    color: #fff!important;
}

#bernd_menu>ul {
    list-style: inside none;
    padding: 0;
    margin: 0;
}

#bernd_menu>ul>li {
    list-style: inside none;
    float: left;
    display: block;
    padding: 0;
    position: relative;
    margin: 23px 20px 11px 14px;
    padding-bottom: 14px;
}

#bernd_menu>ul>li>a {
    outline: none;
    display: block;
    position: relative;
    margin: 0;
    z-index: 999;
    color: #000;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Poppins, Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 12px;
}

#bernd_menu>ul>li>a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    margin: 0 auto;
    text-align: center;
    height: 2px;
    width: 100%;
    border-bottom: 2px solid;
    margin-top: 15px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

#bernd_menu>ul>li>a:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#bernd_menu>ul>li.active>a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    margin: 0 auto;
    text-align: center;
    height: 2px;
    width: 100%;
    border-bottom: 2px solid;
    margin-top: 15px;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#bernd_menu ul li.has-sub:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-0%);
    -moz-transform: translateY(-0%);
    -ms-transform: translateY(-0%);
    -o-transform: translateY(-0%);
    transform: translateY(-0%);
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
}

#bernd_menu ul li>ul {
    visibility: hidden;
    opacity: 0;
    width: auto;
    position: absolute;
    top: 24px;
    padding: 10px 0 10px 0;
    background: #000000;
    z-index: 999;
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -o-transform: translateY(10%);
    transform: translateY(10%);
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}

#bernd_menu ul li>ul {
    width: 200px;
}

#bernd_menu ul li>ul li {
    display: block;
    list-style: inside none;
    padding: 0;
    margin: 0;
    position: relative;
    padding: 9px 22px;
}

#bernd_menu ul li ul ul {
    left: 200px;
    top: 0;
}

#bernd_menu ul li>ul li a {
    outline: none;
    position: relative;
    margin: 0;
    line-height: 15px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 11px;
}


/* ================================= */
/* :::::::: 3. Portfolio ::::::::::: */
/* ================================= */

.cbp-item-off {
    z-index: -1;
    pointer-events: none;
    visibility: hidden;
    opacity: 0!important;
    transition-duration: 0s!important;
    transition-delay: 0s!important;
}

.portfolioFilter {
    margin-bottom: 45px;
    margin-top: 45px;
}

.portfolioFilter .cbp-filter-item {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 8px 40px 12px 0;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.portfolioFilter .cbp-filter-item:last-child {
    margin-right: 0;
}  

.portfolioFilter .cbp-filter-item::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 11px;
    margin: 0 auto;
    text-align: center;
    height: 2px;
    width: 100%;
    border-bottom: 2px solid;
    margin-top: 15px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}



.portfolioFilter .cbp-filter-item:hover::before,
.portfolioFilter .cbp-filter-item:hover::after,
.portfolioFilter .cbp-filter-item-active::before,
.portfolioFilter .cbp-filter-item-active::after {
     opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}


/* style */

.cbp.fadeAnim .cbp-wrapper-outer {
  overflow: visible;
}

.cbp.fadeAnim .cbp-item {
  overflow: visible;
}

.cbp.fadeAnim .cbp-item:hover img {
  -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.cbp.fadeAnim .cbp-item img {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.08, 0.43, 0.24, 1);
    transition: -webkit-transform 1s cubic-bezier(0.08, 0.43, 0.24, 1);
    transition: transform 1s cubic-bezier(0.08, 0.43, 0.24, 1);
    transition: transform 1s cubic-bezier(0.08, 0.43, 0.24, 1), -webkit-transform 2s cubic-bezier(0.08, 0.43, 0.24, 1);

}

.cbp.fadeAnim .cbp-item .caption-box {
   color: inherit;
   position: absolute;
   top: 80px;
   right: -50px;
   z-index: 999;
   padding: 9px 19px 9px 19px;
   color: #000;
   text-decoration: none;
   opacity: 0;
   border: 2px solid #000;
}

.cbp.fadeAnim .cbp-item .caption-box h2 {
  margin-bottom: 0;
   font-size: 1.3em;
}

.cbp.fadeAnim .cbp-item .caption-box  {
    opacity: 0;
   -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
      -webkit-transform: scale(0.8);
    transform: scale(0.8);

}

.cbp.fadeAnim .cbp-item:hover .caption-box  {
        opacity: 1;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: rotate(4deg);
    -ms-transform:  rotate(4deg);
    transform: rotate(4deg);
}

/* infinity */

.cbp.inifnityAnim .image-box-wrap {
  overflow: hidden;
}

.cbp.inifnityAnim .image-box {
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.08, 0.43, 0.24, 1);
  transition: -webkit-transform 2s cubic-bezier(0.08, 0.43, 0.24, 1);
  -o-transition: transform 2s cubic-bezier(0.08, 0.43, 0.24, 1);
  transition: transform 2s cubic-bezier(0.08, 0.43, 0.24, 1);
  transition: transform 2s cubic-bezier(0.08, 0.43, 0.24, 1), -webkit-transform 2s cubic-bezier(0.08, 0.43, 0.24, 1);
}

.cbp.inifnityAnim .image-box:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.cbp.inifnityAnim .caption-body h2 {
    font-size: 1.3em!important;
    font-weight: 500; 
    text-align: center;
    padding: 20px 15px;
}


/* single projects */

.single-navigation {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

.single-navigation.image-nav {
  margin-top: 70px;
}

.portfolio-single-nav {
  margin-top: 95px;
}

.single-navigation .next-button {
  text-align: center;
  order: 1;
}

.portfolio-single-nav .single-navigation .next-button, .portfolio-single-nav .single-navigation .prev-button {
  margin-bottom: 50px;
}

.single-project h4.title-project {
    margin-top: 0;
    font-size: 18px;
}

.single-navigation .prev-button {
  text-align: center;
  margin-right: auto;
}

.single-navigation .prev-button a i {
    padding-right: 10px;
    font-weight: 500;
}

.single-navigation .next-button a i {
    padding-left: 10px;
    font-weight: 500;
}

.nav-img span {
   position: absolute;
   bottom: -30px;
   left: -20px;
   z-index: -1;
   display: block;
   width: 170px;
   margin: 0;
   padding: 0;
   color: #444;
   font-size: 1em;
   text-decoration: none;
   text-align: center;
   -webkit-transition: .3s ease-in-out;
   transition: .3s ease-in-out;
   opacity: 0;
   pointer-events: none;
   font-weight: 500;
   letter-spacing: 1px;
}


.single-navigation .nav-img img {
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}

.single-navigation .nav-img {
  position: relative;
}
.single-navigation .nav-img:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255,255,255,.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.single-navigation .nav-img:hover:before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.single-navigation .nav-img:hover span {
    bottom: -36px;
  opacity: 1;
}

.gallery-projects {
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
}

.gallery-projects i {
    font-size: 23px;
    color: #000;
    display: table-cell;
    vertical-align: middle;
}

.gallery-projects img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.gallery-projects .gallery-projects-item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gallery-projects .gallery-projects-item .item-info {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
}

.gallery-projects .gallery-projects-item .item-info span {
    display: inline-block;
    font-weight: 400;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    color: #000000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.gallery-projects:hover .gallery-projects-item {
    opacity: 1;
}

.gallery-projects:hover .item-info span {
    opacity: 1;
}


.header-cover {
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   max-width: none;
   min-height: 100vh;
   height: 100vh;
   margin-top: -180px;
   margin-bottom: 80px;
}

.header-cover .title-cover {
    text-align: center;
    width: 100%;
    display: table;
    height: 100%;
    position: absolute;
}

.header-cover .title-cover .box-project {
    display: table-cell;
    vertical-align: middle;
}

.header-cover .title-cover .box-project p {
  font-size: 14px;
  margin-bottom: 0;
}

.header-cover .title-cover h4 {
    font-size: 3.5em;
    margin-bottom: 50px;
}

.project-details {
  text-align:  center;
}

.project-details p {
  font-size: 14px;
}

ul.project-details {
  padding: 0;
  margin-bottom: 0;
}

.project-details li {
  list-style: none;
  margin-bottom: 28px;
}

.project-details li:last-child {
  margin-bottom: 0;
}

.project-details h4 {
  display: block;
  padding-bottom: 10px;
  font-size: 1.2em;
}


.project-details h5 {
  font-size: 15px;
  margin-bottom: 8px;
}

.project-details h4:after {
    content: " ";
    border-bottom: 2px solid #000000;
    display: block;
    width: 25px;
    margin-top: 20px;
}

.project-details .share-icons {
  padding: 0;
}

.project-details .share-icons span {
  margin-right: -10px;
}

.project-details .share-icons li {
  list-style: none;
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 0;
}

.project-details .share-icons li a {
  color: #000000;
  font-size: 15px;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  background-color: transparent;
}

.project-details .share-icons li:last-child a {
  margin-right: 0;
}

.project-details .share-icons li i {
  color: rgb(33, 31, 31);
}

.header-cover .mouse-wrapper {
  display:block;
  z-index:10;
  position: absolute;
  margin-left: 18px;
  z-index: 999;
  bottom: 0;
  right: 0;
  left: 0;
}

.header-cover .mouse {
  margin-left: -20px;
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 50%;
  animation: wobbleArrow 1s ease-in-out 0s infinite alternate;
  -webkit-animation: wobbleArrow 1s ease-in-out 0s infinite alternate;
  -moz-animation: wobbleArrow 1s ease-in-out 0s infinite alternate;
  -o-animation: wobbleArrow 1s ease-in-out 0s infinite alternate;
}

.header-cover .mouse span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 1.2em;
  display: block;
  color: #000;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.header-cover .mouse a {
  color: #000000;
  position: relative;
  top: 20px;
  line-height: 36px;
  text-align: center;
  outline: none;
}

.header-cover .mouse a i {
  font-size: 1.3em;
  font-weight: 700;
}
@keyframes wobbleArrow {
    from {
        bottom: 40px;
    }
    to {
        bottom: 50px;
    }
}
@-webkit-keyframes wobbleArrow {
    from {
        bottom: 40px;
    }
    to {
        bottom: 50px;
    }
}



/* ================================= */
/* :::::::::: 5. Footer :::::::::::: */
/* ================================= */

footer {
    padding: 80px;
    width: 100%;
    overflow: hidden;
    color: #fff;
    background: #1b1b1c;
    text-align: center;
    z-index: 9999;
    position: relative;
}

footer .copyright {
    margin-top: 12px;

}

footer a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
}

footer a:hover {
    color: #bebebe;
    text-decoration: none;
}



/* =============================== */
/* ::::::::: 7. Elements ::::::::: */
/* =============================== */

.photo-about img {
  max-width: 100%;
}


/* button */

input[type='submit'],
button {
    color: #fff;
    outline: none;
    text-decoration: none;
    font-size: 11px;
    background: #000;
    border: none;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 8px 28px;
    outline: none;
}

input[type='submit']:hover,
button:hover,
input[type='submit']:focus,
button:focus {
    border: none;
    outline: none;
}


/* Google map */

.google-map-minimal #zoom-in,
.google-map-minimal #zoom-out,
.google-map-minimal .gm-style-iw-a {
    display: none;
}

#zoom-in,
#zoom-out {
    height: 32px;
    width: 32px;
    cursor: pointer;
    position: relative;
    z-index: 9999;
    margin-left: 50px;
    background-color: rgba(0, 0, 0, 0.7);
    background-repeat: no-repeat;
    background-size: 32px 64px;
    background-image: url("../images/icon-controller.svg");
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#zoom-in {
    background-position: 50% 0;
    margin-top: 50px;
    margin-bottom: 1px;
}

#zoom-out {
    background-position: 50% -32px;
}

#google-container {
    width: 100%;
    height: 450px;
}

#google-container .contact-info-box {
    padding-left: 15px;
}

#google-container .contact-info-box ul {
    list-style: none;
    line-height: 25px;
    padding: 0px;
    text-align: left;
    position: relative;
    margin-bottom: 0;
}

#google-container .contact-info-box h3 {
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 13px;
}

#google-container .contact-info-box ul li {
    margin-top: 0px;
    font-weight: 400;
    color: #000;
    font-size: 13px;
}

#google-container .contact-info-box ul li i {
    margin-right: 15px;
    color: #000;
    margin-bottom: 15px;
}

#google-container.contact-info-box ul a {
    max-width: 100%;
    color: #000;
}

#google-container .contact-info-box ul a:hover {
    text-decoration: none;
}

#zoom-in:hover,
#zoom-out:hover {
    background-color: #000000;
}





/* team */

.team img {
    width: 100%;
}

.team h2 {
    font-size: 17px;
    margin-top: 30px;
    margin-bottom: 10px!important;
}

.team p {
    text-align: left;
    word-spacing: 1px;
    margin-bottom: 15px;
}

.team span {
    font-weight: 400;
    font-size: 14px;
    display: block;
    text-align: left;
    margin-bottom: 6px;
}

.team .social-icons li {
    list-style: none;
    float: left;
    margin: -6px 20px 15px 0;
}

.team .social-icons li i {
    text-align: center;
    line-height: 35px;
    list-style: none;
    font-size: 16px;
    border-bottom: none;
    float: left;
}

.team .social-icons ul {
    padding-left: 0;
}

/* skillbar */

.skills {
    padding-top: 35px;
}

.skillbar-title {
    position: absolute;
    top: -23px;
    left: 0;
    font-weight: 400!important;
    color: #000000;
    font-size: 13px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.skillbar-title h5 {
    display: block;
    font-size: 14px;
    line-height: 0;
    font-weight: 400;
    margin-top: 5px;
}

.skill-bar-percent {
position: absolute;
    right: 0;
    top: -30px;
    line-height: 30px;
    color: #000000;
    font-weight: 400!important;
    letter-spacing: 1px;
}

.skillbar-bar {
    height: 2px;
    background: #000;
    width: 0;
}

.skillbar {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #eaeaea;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
}



/* experience & hobbies */

.experience-box .icon i,
.hobbies-box .icon i {
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    display: block;
    font-size: 32px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-bottom: none;
    color: #000;
}
.experience-box span {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
}
.experience-box,
.hobbies-box {
    text-align: center;
}

.experience-box h4,
.hobbies-box h4 {
    font-size: 17px;
    padding-top: 0;
    margin-top: 18px;
    font-weight: 500;
}

.experience-box h4:after {
    content: '';
    display: block;
    height: 8px;
    width: 17px;
    margin: 15px auto 18px;
    font-size: 14px;
    border-bottom: 2px solid #000;
}

/* partners */

.partners {
    text-align: center;
}

 .partners img {
    text-align: center;
    margin: 0 auto;
    height: auto;
    max-width: 100%!important;
}


/* Contact form */

.contact-form p {
    margin-bottom: 10px;
}

.contact-form input[type='text'],
.contact-form input[type='email'] {
    background: #fdfdfd;
    height: 50px;
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #f3f3f3;
    color: #000;
    font-weight: 300;
    font-size: 13px;
    padding: 5px 20px 5px 20px;
    outline: none;
    -webkit-transition: all 0.3s!important;
    -moz-transition: all 0.3s!important;
    transition: all 0.3s!important;
}

.contact-form textarea {
    width: 100%;
    background: #fdfdfd;
    font-size: 13px;
    padding: 20px 20px 5px 20px;
    height: 150px;
    border: 1px solid #f3f3f3;
    outline: none;
    resize: none;
    -webkit-transition: all 0.3s!important;
    -moz-transition: all 0.3s!important;
    transition: all 0.3s!important;
}

.contact-form input[type='submit'] {color: #fff;text-decoration: none;font-size: 12px;text-align: center;font-weight: 400;outline: none;margin-top: 5px;background: #000;letter-spacing: 1px;border: 2px solid #000;padding: 9px 20px 9px 20px;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}

.contact-form input[type="submit"]:hover {
    background: none;
    color: #ccc;
    border: 2px solid #ccc!important;
}

.contact-form {
    width: 100%;
}

.contact-form .error {
    color: red;
}


.contact-form input[type='text'].error,
.contact-form input[type='email'].error,
.contact-form textarea.error  {
    border: 1px solid rgba(243, 0, 0, 0.2);
}

.contact-form::-webkit-input-placeholder {
    color: #8e8e8e;
}

.contact-form:-moz-placeholder {
    color: #8e8e8e;
    opacity: 1;
}

.contact-form::-moz-placeholder {
    color: #8e8e8e;
    opacity: 1;
}

.contact-form:-ms-input-placeholder {
    color: #8e8e8e;
}

.contact-form .notification_ok {
  text-align: center;
  color: #000000;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 35px;
}

.contact-form .notification_ok i {
    color: #84e11f;
    padding-right: 5px;
}


/* ================================ */
/* :::::: 8. Responsive CSS ::::::: */
/* ================================ */

@media only screen and (max-width: 1478px) {
    #bernd_menu ul li ul ul {
        left: -100%!important;
        right: auto;
    }
    #bernd_menu ul li ul {
        right: 0;
    }
}



@media only screen and (max-width: 1036px) {

    footer .copyright {
    margin-top: 0;
    text-align:  center;
    float: none;
  }

  footer .social-icons {
  float: none;
  display:  inline-block;
}

    .shopContainer.columns-3 .product {
        width: 48.5%;
    }
    header nav {
        display: none;
    }
    .slicknav_menu {
        display: block;
    }
    .cart-container {
        z-index: 9999;
        right: 110px;
        margin-top: 14px;
    }
    .load-more,
    .pagination {
        margin-bottom: 75px;
    }
    header .logo {
        z-index: 999;
        position: relative;
    }
    .blog-minimal .col-md-5 {
        padding-right: 0;
    }

    .cbp.fadeAnim .cbp-item .caption-box {
  right: 50px!important;
}

.cbp.fadeAnim .cbp-item:hover img {
    -webkit-transform: none!important;
    transform: none!important;
}
}

@media only screen and (max-width: 768px) {
    .blogContainer .blog-column-two,
    .blogContainer .blog-column-three {
        width: 100%;
    }
    .partners {
        width: 100%;
    }
    #sidebar {
        margin-top: 100px;
    }
    .bernd-padding-left,
    .bernd-padding-right {
        padding: 15px;
    }

    .experience-box,
.hobbies-box {
    margin-bottom: 55px;
}

  .header-cover .title-cover .box-project {
    padding-bottom: 0px;
  }
  .blog-minimal  {
  display: block;
}

.blog-minimal .col-md-7 {
  padding: 0;
}

.title-box-page {
  font-size: 10px;
}

.title-box-page h1, .title-box-page h2 {
    line-height: 40px!important;
}

.team  {
  margin-bottom: 120px;
}

.col-md-3:last-child .team {
  margin-bottom: 0;
}

.blog-minimal .col-md-6:nth-child(2) {
  padding-left: 0px;
}


}

@media only screen and (max-width: 667px) {

  .single-navigation {
   display: flex;
   text-align: center;
   flex-direction: column;
   align-items: center;
   align-content: center;
  }

  .portfolio-single-nav .single-navigation .prev-button {
    margin-bottom: 80px;
  }

  .single-navigation .prev-button {
    margin: 0;
  }

    #comments .child-comment {
        padding: 0;
    }
    .portfolioFilter a {
        width: 100%;
        display: inline-block;
    }
    .portfolioFilter {
        width: 100%;
        overflow: hidden;
    }
    .portfolioFilter a.current:before,
    .portfolioFilter a:before {
        content: "";
        height: 17px;
        background: #000;
    }
    .portfolioFilter a:hover:before,
    .portfolioFilter a:hover:after {
        height: 17px;
    }
    .portfolioFilter a.current:after,
    .portfolioFilter a:after {
        content: "";
        height: 17px;
        background: #000;
    }
    .nivo-lightbox-next,
    .nivo-lightbox-prev {
        bottom: 0;
        margin-right: 5px;
        margin-left: 5px;
    }
    header .logo {
        width: 150px;
    }
    .single-navigation .next-button, 
  .single-navigation .prev-button
   {
      text-align: center;
      margin-bottom: 70px;
    }
}

@media only screen and (max-width: 540px) {
  
  .project-details {
    display: none;
  }

    .shopContainer.columns-3 .product {
        width: 100%;
    }
    .cart-widget {
        right: -90px;
    }
    .parallax .info h2 {
        font-size: 2.3em;
    }
    .experience-box,
    .hobbies-box {
        width: 100%;
    }
    .format-gallery ul.gallery-projects li {
        width: 100%;
    }
    .parallax .info h2 {
        font-size: 1.9em;
        padding: 20px;
    }
  .single-navigation .next-button,
    .single-navigation .prev-button,
    .post-navigation .next-button,
    .post-navigation .prev-button {
    float: none;
  }

  
  .post-navigation {
    text-align: center;
    padding-bottom: 0;
  }

    .footer-single .share-icons {
     width: auto;
     display: block;
     text-align: right;
    }
    .nav-img {
    display: inline-block;
}

.product-single-image {
  margin-bottom: 50px;
}

.product-single-info, .product-single-image {
  width: 100%;
}
.shop-ordering select {
  margin-bottom: 30px;
}

  .post-details div {
    margin-bottom: 5px;
  }


}

@media only screen and (max-width: 320px) {
    .cart-widget {
        right: -118px;
    }
  footer .social-icons li {
  float: none;
}
}