/*   
	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 {
  background: #fff;
  font-family: "Roboto";
}
html,
body {
  padding: 0;
  margin: 0;
}
a,
input,
button,
select,
textarea,
i {
  outline: none;
}

.dialog-lightbox-close-button {
  text-decoration: none;
}
@media (max-width: 1025px) {
  .sc-video-bg {
    aspect-ratio: 16/9;
  }
}

/* Links */
.elementor-widget-text-editor a {
  color: var(--e-global-color-secondary);
  text-decoration: underline;
  transition: 0.3s;
}
.elementor-widget-text-editor a:hover {
  color: var(--e-global-color-primary);
}
footer .elementor-widget-text-editor a {
  text-decoration: none;
  color: #fff;
}
footer .elementor-widget-text-editor a:hover {
  text-decoration: underline;
  color: #fff;
}

/* Header */
.sc-hoofdmenu .sub-arrow svg {
  fill: var(--e-global-color-primary);
}
@media (max-width: 1025px) {
  .sc-hoofdmenu .elementor-menu-toggle {
    padding: 0 !important;
  }
}

/* Pagina's */
.sc-assortiment-img {
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
}
.elementor-widget-text-editor ul {
  padding-inline-start: 22px;
}
.sc-voorraad-tabel td {
  padding: 8px 15px;
}
.sc-voorraad-tabel tr:nth-child(odd) {
  background: #f1f1f1;
}
.sc-specificaties .sc-voorraad-tabel tr:nth-child(odd) {
  background: #ffffff33;
}
