/*   
	Theme Name:        Studio Campo Theme
	Theme URI:         https://studiocampo.nl
	Description:       Studio Campo theme.
	Author:            Studio Campo
	Author URI:        https://studiocampo.nl
	License:           GNU General Public License v3 or later.
	License URI:       https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain:       sc-theme
*/

/* Algemeen */
html,
body {
  padding: 0;
  margin: 0;
}

a,
input,
button,
select,
textarea,
i {
  outline: none;
}

/* Copy email to clipboard
.mailto-link {
	position: relative;
	padding: 8px 0;
}
.mailto-message {
	top: 1px;
	left: 50%;
	margin-bottom: -5px;
	transform: translate(-50%, -100%);
	position: absolute;
	display: none;
	width: auto;
	white-space: nowrap;
	font-size: 12px;
	background-color: black;
	color: white;
	padding: 2px 6px;
	border-radius: 2px;
}
.mailto-message:after,
.mailto-message:before {
	content: '';
}
.mailto-message:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #000000;
	border-width: 4px;
	margin-left: -4px;
}
.mailto-link:hover .mailto-message,
.mailto-link:focus .mailto-message,
.mailto-link:focus-within .mailto-message {
	display: block;
} */
/*logo header*/
img.attachment-full.size-full.wp-image-49 {
  box-shadow: rgb(33 35 38 / 16%) 0px 10px 10px -10px !important;
}

/*header*/
.menu-item a:hover {
  font-weight: 700 !important;
}

.sc-nav .elementor-nav-menu li:last-of-type .elementor-item {
  color: #fff !important;

  text-align: center;
  background-color: #2f4f38;

  border-radius: 0px;
}

/*Hover Background color*/
.sc-nav .elementor-nav-menu li:last-of-type .elementor-item:hover {
  background-color: #000;
}

/*footer*/
footer ul#menu-hoofdmenu {
  line-height: 1.56em;
  font-family: '"Nunito Sans", Sans-serif';
  padding: 0px !important;
}
footer ul {
  list-style: none;
}
footer ul a {
  color: white !important;
}
footer ul a:hover {
  color: #b59357 !important;
}

.lijnfoto {
  border-style: solid;
  border-color: #2f4f38;
  border-width: 0px 30px 30px;
}
/*home carousel pijlen*/
.elementor-swiper-button {
  top: 33%;
}
/*kamer carousel hoogte bolletjes*/
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
}
/*bull activiteiten*/
.bull ul {
  list-style: none;
}

.bull ul li::before {
  content: "\2022";
  color: #b59357;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.sc-font-schreef {
  font-family: "GFS Didot", Sans-serif !important;
}
