/*
 Theme Name: Goldmen Child
 Template:   goldmen
*/
.submenu li {
  position: relative;
}

.submenu .sub-menu {
  display: none !important;
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 150px;
  padding: 10px 0;
  background-color: #001833;
}

.examples-gallery .examples-image img {
        max-height: 350px;
    height: 200px;
}
@media (max-width: 768px) {
.examples-gallery .examples-image img {
        max-height: 350px;
    height: 160px;
}
}
.submenu li:first-child:hover>.sub-menu {
  top: -10px;
}

.submenu li:hover>.sub-menu {
  display: block !important;
}

.submenu-mob .sub-menu {
  display: none !important;
  padding-left: 20px
}

.submenu-mob .menu-item-has-children:before {
  content: "\f107";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 15px;
  font-size: 14px;
  font-family: FontAwesome;
  text-align: center;
  line-height: 1.5;
  border: 1px solid #fff
}

.submenu-mob .menu-item-has-children a {
  margin-right: 30px
}

.submenu-mob .open>.sub-menu {
  display: block !important;
}

.submenu-mob .open.menu-item-has-children:before {
  content: "\f106"
}

.site-header a[href^='tel:'],
.site-header a[href^='mailto:'],
.site-footer a[href^='tel:'] {
  color: #fff;
  text-decoration: none;
}

.contacts-info a[href^='tel:'] {
  color: #000;
  text-decoration: none;
}

.site-footer .company {
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
}

.site-footer .address {
  color: #fff;
  margin-top: 20px
}

.contacts .contacts-group .contacts-info .network-links {
  width: 90%;
  margin: 0 auto 20px;
}

.soc-telegram,
.soc-viber {
  width: 42px;
  height: 42px;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

.soc-telegram:after,
.soc-viber:after {
  width: 0;
  height: 100%;
  content: '';
  display: inline-block;
  vertical-align: middle;
}

.soc-telegram {
  background: #36a1d4;
}

.soc-viber {
  background: #794E99;
}

.soc-telegram svg,
.soc-viber svg {
  width: 26px;
  height: 26px;
  display: inline-block;
  color: inherit;
  fill: currentColor;
  vertical-align: middle;
}

.header-main-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.site-header .address {
  color: #fff;
  font-size: 12px;
  text-align: left;
}

@media(min-width:769px) {
  .site-header .fixed-menu {
    height: auto;
  }

  .site-header .fixed-menu .header-logo .logo {
    line-height: 2;
  }

  .site-header .fixed-menu .header-logo {
    width: calc(20% - 30px);
  }

  .site-header .fixed-menu .header-main-info {
    width: calc(80% - 30px);
  }

  .contacts .contacts-group .contacts-info .network-links {
    margin: 0;
  }
}

.site-header .social img,
.site-header .soc-telegram,
.site-header .soc-viber {
  width: 30px;
  height: 30px;
}

.site-header .soc-telegram svg,
.site-header .soc-viber svg {
  width: 10px;
  height: 10px;
}

.menu-block .social {
  margin: 20px 0;
}

.menu-block .social img,
.menu-block .soc-telegram,
.menu-block .soc-viber {
  width: 30px;
  height: 30px;
}

.menu-block .soc-telegram svg,
.menu-block .soc-viber svg {
  width: 20px;
  height: 20px;
}

.site-catalog .pagination {
  margin-bottom: 40px;
}

.site-catalog .top-text {
  margin-top: 20px;
  margin-bottom: 30px;
}

.sort-parameters {
  margin-top: 20px;
}

.feedback-form {
  max-width: 600px;
  margin: 0 auto;
}

.feedback-form .h2 {
  font-size: 35px !important;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.feedback-form p {
  display: block;
  margin-bottom: 15px;
}

.feedback-form p label {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 5px;
}

.feedback-form p label .obviously {
  color: #f54414;
}

.feedback-form p input[type="text"],
.feedback-form p input[type="tel"],
.feedback-form p input[type="email"] {
  width: 100%;
  padding: 3px 20px;
  font-size: 16px;
  border: 0;
  height: 40px;
  border-radius: 20px;
  background-color: #E4E4E4;
}

.feedback-form p textarea {
  width: 100%;
  max-height: 100px;
  font-size: 16px;
  padding: 3px 20px;
  border: 0;
  border-radius: 15px;
  background-color: #E4E4E4;
}

.feedback-form p input[type="submit"] {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  padding: 0 30px;
  display: block;
  margin: 20px auto 0 auto;
  border-radius: 20px;
  border: 2px solid #1B1464;
  background-color: #1B1464;
  color: white;
  cursor: pointer;
}

.feedback-form p input[type="submit"]:hover {
  background-color: transparent;
  color: #1B1464;
}
.site-header .header0 a[href^='tel:']{
    color: black;
    text-decoration: none;
    font-size:13px;
}
