/*
Theme Name: SMK
Author: Visionex Digital
Version: 1.0.0
Text Domain: smk
*/

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}



/* Contact 7 */
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
  min-height: 60px;
  font-size: 14px;
  border: 0;
  width: 100%;
  outline: 0;
  font-family: var(--e-global-typography-primary-font-family);
  margin: 0.5rem 0;
}

.wpcf7 input,
.wpcf7 textarea {
  padding: 15px 30px;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #000;
}

.wpcf7 select {
  background-image: url(assets/images/down-arrow.svg);
  background-position: calc(100% - 30px) 50%;
  background-size: 12px;
  padding-left: 30px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  padding: 12px 15px 12px 30px;
  word-wrap: normal;
}

.wpcf7-submit {
  background-color: var(--e-global-color-primary);
  color: #fff;
  font-size: 16px !important;
  margin-top: 1rem !important;
  cursor: pointer;
  transition: all 300ms;
  position: relative;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
}