﻿/*

 Theme Name:   WIWI-style
 Description:  WIWI-style
 Author:       WIWI-J
 Template:     sage
 Version:      2.1
 License:      GNU General Public License v2 or later

 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 Tags:         one-columns, responsive-layout, accessibility-ready

 */

 /*---------------------------------GLOBAL----------------------------------*/

 @font-face {
  font-family: 'BebasNeue';
  src: url('fonts/BebasNeueRegular.woff2') format('woff2'),
  url('BebasNeueRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('fonts/HelveticaNeueLTStd-Bd.woff2') format('woff2'),
  url('HelveticaNeueLTStd-Bd.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('fonts/HelveticaNeueLTStd-Md.woff2') format('woff2'),
  url('HelveticaNeueLTStd-Md.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('fonts/HelveticaNeueLTStd-Lt.woff2') format('woff2'),
  url('HelveticaNeueLTStd-Lt.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('fonts/HelveticaNeueLTStd-Roman.woff2') format('woff2'),
  url('HelveticaNeueLTStd-Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('fonts/HelveticaNeueLTStd-Th.woff2') format('woff2'),
  url('HelveticaNeueLTStd-Th.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

#numberDisplay {
  display: none !important;
} 

#prevLink, #nextLink {
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}


div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-spam-blocked, .wpcf7-response-output {
    border: 0 !important;
    font-size: 14px;
    font-family: 'HelveticaNeue', sans-serif;
}

#cookies-message {
  bottom: 0;
  top: auto !important;
}

#accept-cookies-checkbox {
  color: rgb(255, 255, 255);
  background-color: rgb(45, 78, 106);
}

body, html {
  max-width: 100%;
  width: 100%;
}


.img-responsive {
  margin: auto;
  display: block;
  max-width: 100%;
  height: auto;
}

a, p, input, textarea, li, ol, ul, address, strong, button, li::before, td, label {
  font-size: 18px;
  font-family: 'HelveticaNeue', sans-serif;
  line-height: 1.3;
  color: rgb(45, 78, 106);
  font-weight: 300;
}

strong {
  font-weight: 500;
}

h1, h2, h3, h4 {
  margin: 0;
  line-height: 1.1;
  font-family: 'HelveticaNeue', sans-serif;
  font-weight: 100;
  color: rgb(45, 78, 106);

}

a, button, img, span, em, h3, p, strong, button, input, li {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  /*! letter-spacing: 3px; */
}

a:hover, a:focus {
  text-decoration: none;
  color: inherit;
}

.container-fluid {
  padding: 0 15px;
}

.bfr::before, .aft::after {
  content: '';
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.bgr {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.part {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.part-half {
  padding-top: 75px;
  position: relative;
}

.transform {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: auto;
  display: block;
}

.text p {
  line-height: 1.6;
}

.text ul {
  list-style-type: none;
  margin: 20px 0;
  padding-left: 40px;
  display: table;
}
.text ul > li {
  position: relative;
  padding: 0 0 10px;
  margin: 0;
}
.text ul > li:before {
  content: "•";
  position: absolute;
  left: -15px;
}

.title {
  font-size: 35px;
  color: rgb(91, 127, 149);
  margin: 45px 0 10px;
}

hr {
  border-color: rgba(91, 127, 149,0.8);
}

.text h1, .text h2, .text h3 {
  margin: 1.5rem 0 1rem;
}

.text h1 {
  font-size: 28px;
}

.text h2 {
  font-size: 25px;
}

.text h3 {
  font-size: 20px;
}

.text table td {
  text-align: center;
  padding: 8px;
}

.text table tr {
  border-bottom: 1px solid rgba(91, 127, 149,0.3);
}

.text table {
 width: 100%;
}

/* hide retired drivers */
.text table tbody tr:nth-last-child(-n + 10) {
  display: none;
}

/* hide the checkbox that manipulates last table rows */
#showRetired {
  display: none;
}

/* hide "hide" button */
#showRetired ~ #hideBtn {
  display: none;
}

/* show retired drivers. */
#showRetired:checked {
  /* change the buttons around */
}
#showRetired:checked +  table tbody tr:nth-last-child(-n + 10) {
  display: table-row;
}
#showRetired:checked ~ #showBtn {
  display: none;
}
#showRetired:checked ~ #hideBtn {
  display: block;
}

/* style buttons a little bit */
#showBtn, #hideBtn {
  margin: 20px auto;
  display: block;
  text-align: center;
}

#long-sub {
  width: 100%;
  border-collapse:separate; 
  border-spacing: 0 1em;
}

#long-sub td input, #long-sub td select {
    width: 94%;
    height: 28px;
    padding: 3px 5px;
    border: 1px solid rgb(91, 127, 149);
    border-radius: 5px;
}

#long-sub td select {
  padding: 0 5px;
}

#long-sub td * {
    font-size: 16px;
    color: rgb(91, 127, 149);
    opacity: 1;
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 300;
}


/*---------------------------------CUSTOM----------------------------------*/

.cst-button, #form input[type="submit"], .ctct-form-wrapper .ctct-submit{
  border-radius: 5px;
  background-color: rgb(91, 127, 149);
  padding: 5px 10px;
  font-size: 14px;
  color: rgb(255, 255, 255);
  margin-top: 30px;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

.cst-button {
    padding: 3px 11px;
    white-space: pre;
}
/*---------------------------------HEADER----------------------------------*/

.header-top {
  padding: 26px 0;
}

.header-top .col-lg-4, .header-top .col-lg-5 {
  margin-top: 15px;
  text-align: right;
}

.header-top .col-lg-5 {
  padding-right: 0;
}

.header-top .col-lg-4 {
  padding-left: 0;
}

input {
  border: 1px solid rgb(91, 127, 149);
  border-radius: 5px;
  height: 28px;
  font-size: 12px;
}

.tel {
  width: 25px;
  height: 25px;
  margin-left: 10%;
  margin-right: 10px;
}

.header-top .widget_search {
  display: inline-block;
  float: right;
}

#search input {
  float: right;
}

#search #s {
  max-width: 270px;
  height: 20px;
  margin-top: 3px;
}

.icon-search {
  background-image: url('images/search.png');
  background-color: transparent;
  border: 0;
  box-shadow: none;
  width: 25px;
  height: 25px;
  background-size: contain;
  margin-right: 10px;
  cursor: pointer;
}

.top-link {
  font-size: 12px;
  font-weight: 400;
}

.nav-link {
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'BebasNeue', sans-serif;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding: 0.75rem 1.5rem;
}

.navbar-expand-md .navbar-nav .nav-link:hover, .active .nav-link {
  color: rgb(91, 127, 149);
  opacity: 0.9;
}

#menu-menu {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top: 1px solid rgba(45, 78, 106,0.7);
  background-color: rgb(255,255,255);
}

#menu-menu::before, #menu-menu::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  position: relative;
  top: -5px;
  z-index: 2;
  background-color: rgb(255,255,255);
}

header {
  position: relative;
  box-shadow: 0 5px 10px 5px rgba(0,0,0,0.1);
  z-index: 1;
}

.navbar {
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    bottom: -51px;
    z-index: 0;
    padding: 0;
}

.navbar-expand-md .navbar-nav .dropdown-menu li a {
  padding: 0.5rem 1.5rem;
}

.dropdown-menu {
  min-width: 5rem;
  text-align: center;
  top: 91%;
  z-index: -1;
}


/*****************top-slider*********************/

#first-slider {
  position: relative;
  z-index: 0;
  border-bottom: 30px solid rgb(91, 127, 149);
}

#first-slider .carousel-item {
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#first-slider .carousel-item .img-fluid {
  position: absolute;
  bottom: 0;
  right: 50px;
}


#first-slider .carousel-caption {
 padding: 90px 0 0 ;
 text-align: left;
 top: 0;
 height: 100%;
}

#first-slider .carousel-caption h2 {
  font-size: 72px;
  font-family: "HelveticaNeue", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 30px;
}

#first-slider .carousel-caption h3 {
  font-weight: 300;
  margin-bottom: 20px;
}

#first-slider .caption-in {
  font-family: "HelveticaNeue", sans-serif;
  font-weight: 300;
}

#first-slider .carousel-indicators li {
  border: 2px solid rgb(45, 78, 106);
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  width: 25px;
  height: 25px;
}

#first-slider .carousel-indicators li span {
  width: 20px;
  height: 20px;
}

#first-slider .carousel-indicators li span {
  background-color: rgb(45, 78, 106);
}

.carousel-indicators {
  bottom: -28px;
}


.carousel-indicators li::before {
  top: 3px;
  left: 3px;
  background-color: rgba(45, 78, 106,0);
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.carousel-indicators li.active::before {
  background-color: rgba(45, 78, 106,1);
}


.carousel-item {
  transition: transform 5.6s ease-in-out,-webkit-transform 5.6s ease-in-out;
}

#first-slider .carousel .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

#first-slider .carousel .carousel-item.active,
#first-slider .carousel  .carousel-item-next.carousel-item-left,
#first-slider .carousel  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

#first-slider .carousel .active.carousel-item-left,
#first-slider .carousel  .active.carousel-item-right {
 opacity: 0;
}

#first-slider .carousel  .carousel-item-next,
#first-slider .carousel .carousel-item-prev,
#first-slider .carousel .carousel-item.active,
#first-slider .carousel .active.carousel-item-left,
#first-slider .carousel  .active.carousel-item-prev {
 transform: translate(0);
 transform: translate3d(0, 0, 0);
}

main {
  background-image: url('images/bgr.png');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 80% auto;
  padding-bottom: 90px;
}


/*---------------------------------FOOTER----------------------------------*/
.footer-top {
    background-color: rgb(25, 54, 79);
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer-top .active .nav-link {
    color: #638aa0!important;
}
.footer-bottom {
  background-color: rgb(100, 139, 160);
  padding: 20px 0;
}

#menu-menu-1, #menu-min-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

#menu-menu-1 li, #menu-min-menu li {
  display: inline-block;
}

#menu-menu-1 ul {
  display: none;
}

#menu-menu-1 li a {
  padding: 10px;
  font-size: 18px;
  color: rgb(255,255,255);
}

.newsletter {
  float: right;
}

.newsletter span {
  color: rgb(255,255,255);
}

.newsletter * {
  font-weight: 500;
  font-size: 15px;
  color: rgb(25, 54, 79);
}

.newsletter .input-text {
  width: 240px;
}

.input-submit {
  border-radius: 8px;
  background-color: rgb(91, 127, 149);
  padding: 2px 30px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  display: block;
  float: right;
  margin-left: -10px;
  position: relative;
  z-index: 1;
  height: 30px;
  top: -2px;
}

footer  .newsletter input[type="submit"] {
  margin-top: 0;
}

.copyright {
  font-size: 18px;
  font-family: "BebasNeue", sans-serfi;
  color: rgb(255, 255, 255);
}

#menu-min-menu {
  text-align: right;
}

#menu-min-menu li a {
  padding: 5px 10px;
  font-size: 14px;
  color: rgb(255,255,255);
  font-family: "HelveticaNeue", sans-serif;
  text-transform: none;
}

footer .dropdown-toggle::after { 
  display: none;
}

.new-link {
  padding: 10px;
  font-size: 18px;
  color: rgb(255,255,255);
  text-transform: uppercase;
  font-family: 'BebasNeue', sans-serif;
  display: inline-block;
}


/*---------------------------------HOME----------------------------------*/

/*****************aside*********************/

.border-post {
  border: 1px solid rgb(45, 78, 106);
  border-radius: 6px;
  margin: 20px 0;
  padding: 10px 20px;
}

.date.small {
  color: rgb(91, 127, 149);
}

.title-2, .title-2 a {
  font-size: 13px;
  color: rgb(91, 127, 149);
  text-decoration: underline;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
}

.border-post p {
  font-size: 13px;
  color: rgb(45, 78, 106);
  line-height: 1.462;
  margin-bottom: 0;
}

.link h3 {
  font-size: 32px;
  color: rgb(36, 79, 125);
  position: relative;
  font-weight: 300;
  margin-bottom: 20px;
}

.link {
  margin-top: 90px;
}

.link .bfr::before {
  width: 120px;
  height: 3px;
  background-color: rgb(36, 79, 125);
  position: relative;
  margin-bottom: 10px;
  display: block;
  margin-left: 0;
}

.link img {
  height: auto;
  width: 60px;
  vertical-align: top;
  margin-right: 10px;
}

.link a {
  display: inline-block;
  text-decoration: underline;
  width: calc( 100% - 75px);
  font-size: 15px;
}


/*****************content*********************/

.stitle1 {
  font-size: 54px;
  color: rgb(91, 127, 149);
  text-align: right;
  margin-right: 30px;
}

.stitle1 span, .stitle2 span {
  font-size: 36px;
  display: block;
}

.stitle2 {
  font-size: 86px;
  color: rgb(33, 70, 104);
  text-align: right;
  margin-right: 30px;
}

.content {
  margin-top: 45px;
}

.content p {
  margin-bottom: 0;
  font-weight: 300;
  margin-right: 30px;
}

.stitle2 span {
  margin-right: 120px;
}

.stitle2 span:last-child {
  margin-right: 0;
}

.part-two {
  margin-top: 45px;
}

.title-3 {
  font-size: 30px;
  color: rgb(255, 255, 255);
  display: block;
  float: none;
  background: rgb(138,191,209);
  background: -moz-linear-gradient(left, rgb(138,191,209) 0%, rgb(127,177,193) 38%, rgb(109,152,170) 64%, rgb(109,152,170) 100%);
  background: -webkit-linear-gradient(left, rgb(138,191,209) 0%,rgb(127,177,193) 38%,rgb(109,152,170) 64%,rgb(109,152,170) 100%);
  background: linear-gradient(to right, rgb(138,191,209) 0%,rgb(127,177,193) 38%,rgb(109,152,170) 64%,rgb(109,152,170) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8abfd1', endColorstr='#6d98aa',GradientType=1 );
  padding: 10px 22px;
  border-radius: 5px;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 1;
  max-width: 400px;
  text-align: center;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
}

.featured {
  border-radius: 5px;
  margin-top: 10px;
}

.featured-1 {
  background-color: rgb(25, 54, 79);
}

.featured-2 {
  background-color: rgb(100, 139, 160);
}

.featured-1 *, .featured-2 * {
  color: rgb(255,255,255);
}

.featured-3 {
  background-color: rgb(179, 207, 217);
}

.featured-4 {
  background-color: rgb(215, 228, 233);
}

.featured .img-fluid {
  background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.24) 0%, rgba(255,255,255,0) 61%, rgba(255,255,255,0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.24) 0%,rgba(255,255,255,0) 61%,rgba(255,255,255,0) 100%);
  background: radial-gradient(ellipse at center, rgba(255,255,255,0.24) 0%,rgba(255,255,255,0) 61%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24ffffff', endColorstr='#00ffffff',GradientType=1 );
  padding: 20px 0;

	max-height: 200px;
	width: auto;
	text-align: center;

}

.featured-3 h3, .featured-4 h3 {
  color: rgb(36, 79, 125);
}

.featured h3 {
  font-size: 18px;
  text-align: center;
  font-weight: 400;
margin-left: 10px;
}

.featured h3 span {
  font-size: 13px;
  font-weight: 300;
  display: block;
}

.featured .col-lg-3 {
  background: -moz-radial-gradient(right, ellipse cover, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-radial-gradient(right, ellipse cover, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
  background: radial-gradient(ellipse at right, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
text-align: center;
}

.featured .transform {
  padding: 30px;
}

.featured .col-md-4 {
  padding: 30px 0;
text-align: center;	
}

.home .main {
  padding-bottom: 150px;
}

.featured .justify-content-center {
  padding: 40px 0;
}

/*---------------------------------PRODUCTS----------------------------------*/

.single-category {
  margin-bottom: 30px;
  display: block;
  padding: 0 20px;
}

.single-category strong {
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    line-height: 1.1;
    text-align: center;
    color: #244f7d;
}

.single-category .image {
  height: 160px;
  line-height: 160px;
  text-align: center;
  display: block;
}

.single-category .image img {
  display: inline-block;
  max-height: 150px;
  width: auto;
  max-width: 100%;
  margin: auto;
  height: auto;
}

#aside-searchform input {
  width: 100%;
  padding-left: 30px;
  background-repeat: no-repeat;
}

.title-4 {
  font-size: 17px;
  color: rgb(91, 127, 149);
  font-weight: 700;
  text-transform: uppercase;
  margin: 40px 0 20px;
}

.title-4::before {
  content: '';
  width: 50px;
  height: 3px;
  background-color: rgb(36, 79, 125);
  position: relative;
  margin-bottom: 8px;
  display: block;
}

#aside-searchform {
  position: relative;
  width: 100%;
}

#aside-searchform .icon-search {
    position: absolute;
    left: 5px;
    top: -2px;
    width: 20px;
    height: 20px;
    margin-top: 6px;
}

.aside_products a {
  font-size: 14px;
  display: block;
  font-weight: 300;
}

.aside_products a::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgb(210, 210, 210);
  position: relative;
  margin: 5px 0;
  display: block;
}

.aside_products a:last-child::after {
  display: none;
}

.aside_products {
  padding-bottom: 20px;
}

.aside_products .title-4:first-child {
  margin-top: 20px;
  margin-bottom: 10px;
}

.search-input {
  opacity: 0;
}

.search-input.active {
  opacity: 1;
}

/*---------------------------------TAXONOMY----------------------------------*/

.category-icon {
  height: 110px;
  margin-right: 30px;
}

.tax-in .title {
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  vertical-align: text-top;
}

.tax-in .title span {
  font-size: 14px;
  font-weight: 300;
  display: block;
  text-transform: none;
  color: rgb(45, 78, 106);
}

.cst-button img {
  margin-right: 10px;
}

.tax-in .cst-button {
/*  position: absolute;
  bottom: 20px;
  right: 15px;*/
}

.single-product strong {
  text-align: left;
  font-size: 18px;
}

.single-product span {
  font-size: 15px;
  line-height: 1.1;
  text-transform: uppercase;
}

.single-product .pin {
  font-size: 11px;
  display: block;
  text-transform: none;
  position: relative;
  left: 25px;
  max-width: 55px;
  margin-bottom: 10px;
}

.single-product .pin img {
  position: absolute;
  left: -25px;
  top: 5px;
}

/*---------------------------------ABOUT----------------------------------*/

.post-single {
  margin-top: 45px;
}

.page-template-template-empty h1, .page-template-template-products-app h1, .archive h1.title {
  margin-top: 0;
  text-transform: uppercase;
}

/*-------------------------------- SINGLE----------------------------------*/


.single .title {
 margin-top: 20px;
}

.light {
    font-weight: 300;
    margin: 0 0 20px;
    font-size: 32px;
    color: rgb(91, 127, 149);
}

.single .title {
 margin-top: 20px;
}

.single h2.title {
 font-size: 28px;
}

.post-img {
  display: inline-block;
  float: left;
  margin: 0 20px 20px 0;
  max-width: 300px;
  height: auto;
}



/*--------------------------------CONTACT----------------------------------*/

.acf-map {
  height: 420px;
  border: 1px solid rgb(91, 127, 149);
  border-radius: 5px;
}


.form-control {
  padding: 5px;
  border: 1px solid rgb(91, 127, 149);
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
}

.form-control * {
  font-size: 1rem;
  line-height: 1rem;
  padding-top: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 1rem;
  line-height: 1rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: rgb(45, 78, 106);
}
::-moz-placeholder { /* Firefox 19+ */
  font-size: 1rem;
  line-height: 1rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: rgb(45, 78, 106);
}
:-ms-input-placeholder { /* IE 10+ */
  font-size: 1rem;
  line-height: 1rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: rgb(45, 78, 106);
}
:-moz-placeholder { /* Firefox 18- */
  font-size: 1rem;
  line-height: 1rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: rgb(45, 78, 106);
}


.blank{
      padding: 50px 15px;
}

.blank #search input {
    float: initial;
}

@media (max-width: 1250px) {

  .tel {
    margin-left: 2%;
  }

  #first-slider .carousel-caption h2 {
    font-size: 64px;
    margin-top: 15px;
  }

  footer .container {
    max-width: 100%;
  }

  #menu-menu-1 li a {
    padding: 10px 5px;
    font-size: 17px;
  }

  .input-submit {
    margin-left: -25px;
  }

}


@media (max-width: 991px) {

  .header-top.container {
    max-width: 100%;
    padding: 20px 15px;
  }

  #menu-menu {
    width: 100%;
    border-radius: 0;
  }

  .header-top .col-lg-4 {
    margin-top: 10px;
    text-align: center;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding: 1rem;
  }

  #first-slider .carousel-caption {
    padding: 60px 0 0;
    text-align: left;
    top: 0;
    height: 100%;
  }

  #first-slider .carousel-caption h2 {
    font-size: 52px;
    margin-top: 30px;
  }

  #first-slider .carousel-item {
    height: 350px;
  }

  .stitle1, .stitle2 {
    text-align: left;
    margin-bottom: 20px;
  }

  .title-3 {
    width: 100%;
  }

  .content p {
    margin-bottom: 0;
    font-weight: 300;
    margin-right: 30px;
  }

  #menu-menu-1 {
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(255,255,255);
  }

  #menu-menu-1 li a {
    padding: 10px 15px;
  }

  #menu-min-menu {
    float: left;
  }

  .footer-top {
    padding-bottom: 20px;
  }

  .featured .transform {
    padding: 30px;
    position: static;
    transform: none;
    padding: 10px;
  }

  .single-category {
    padding: 0;
  }

  .tax-in .title {
    text-transform: none;
    font-size: 24px;
    margin-bottom: 10px;
  }
    .featured .justify-content-center {
    padding: 30px;
}

.featured .col-lg-3 {
    background: none;
text-align: center;
}

}


@media (max-width: 767px) {
  #logo .img-fluid {
    height: 35px;
  }

  .navbar, .navbar span, .navbar button{
    transition:none!important;
  }

  .navbar {
    right: 0;
    left: auto;
    bottom: auto;
    top: 0;
    width: 100%;
    text-align: center;
    position: fixed;
    z-index: 999;
  }

  .navbar-toggler {
    margin: 0;
    position: absolute;
    padding: 3px;
    right: 15px;
    left: auto;
    float: right;
    top: 5px;
    z-index: 99999999999999;
  }

  .navbar-toggler-icon {
    border: 0;
    z-index: 99;
  }

  .navbar-toggler-icon .line {
    width: 30px;
    height: 3px;
    background-color: rgb(91, 127, 149);
    border-radius: 3px;
    display: block;
    margin: 4px auto;
    position:relative;
  }

.navbar-toggler-icon .line:before {
    content: '';
    width: 30px;
    height: 3px;
    background: #5b7e95;
    position: absolute;
    left: 0;
    bottom: -7px;
}

.navbar-toggler-icon .line:after {
    content: '';
    width: 30px;
    height: 3px;
    background: #5b7e95;
    position: absolute;
    left: 0;
    bottom: -14px;
}

.open .navbar-toggler-icon .line {
    height: 0;
}

.open .navbar-toggler-icon .line:before {
    bottom: -14px;
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open .navbar-toggler-icon .line:after {
    bottom: -14px;
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.content .text {
    display: block;
    clear: both;
}

.content .post-img {
    max-width: 100%;
    height: auto;
    float: left;
}

/*  .navbar-toggler.collapsed {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 5px;
  }*/

/*  .navbar-toggler.collapsed  .navbar-toggler-icon  .line:nth-child(2){
    width: 0px;
  }

  .navbar-toggler.collapsed .navbar-toggler-icon .line:nth-child(1),
  .navbar-toggler.collapsed .navbar-toggler-icon .line:nth-child(3){
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .navbar-toggler.collapsed .navbar-toggler-icon .line:nth-child(1){
    -webkit-transform: translateY(13px);
    -ms-transform: translateY(13px);
    -o-transform: translateY(13px);
    transform: translateY(13px);
  }

  .navbar-toggler.collapsed .navbar-toggler-icon .line:nth-child(3){
    -webkit-transform: translateY(-1px) rotate(90deg);
    -ms-transform: translateY(-1px) rotate(90deg);
    -o-transform: translateY(-1px) rotate(90deg);
    transform: translateY(-1px) rotate(90deg);
  }
*/
  .header-top.container {
    padding: 10px 15px;
  }

  #first-slider .carousel-caption {
    padding: 30px 0 0;
  }

  #first-slider .carousel-caption h2, 
  #first-slider .carousel-caption h3 {
    font-size: 20px;
    margin-top: 0;
  }
  

  .caption-in p {
    font-size: 15px;
  }

#first-slider .container {
    width: 100%;
}

#first-slider .carousel-caption {
    right: 5%;
    left: 5%;
}

  #first-slider .carousel-item .img-fluid {

    max-height: 200px;
    width: auto;
    position: relative;
    bottom: 0;
    right: 0;
  }

  .header-top .col-lg-4 {
    display: none;
  }

  .header-top .widget_search {
    float: none;
  }

  .header-top .col-lg-5 {
    text-align: center;
    margin-top: 45px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding: 0.5rem 1rem;
  }

  .col-md-6.d-md-none {
    position: absolute;
	text-align: center;
    z-index: 3;
  }
  #searchform #s {
    width: 250px;
  }

  #first-slider .h-100 {
    height: auto !important;
    text-align: center;
  }


  header .col-lg-3.col-md-4.col-sm-12 {
    position: fixed;
    background-color: rgb(255,255,255);
    top: 0;
    padding: 10px 15px;
    width: 100%;
    z-index:9;
  }

  #menu-min-menu {
    float: none;
    margin-top: 20px;
  }
  .newsletter {
    float: none;
    width: 300px;
    margin: auto;
  }

  #menu-min-menu li {
    display: block;
    text-align: center;
  }

  #list-1, #list-2 {
    display: none;
  }

  .list-title {
    color: rgb(255,255,255);
    background-color: rgb(91, 127, 149);
    border-radius: 5px;
    padding: 10px;
    display: block;
    width: 200px;
    text-align: center;
    margin: 10px auto;
    font-family: 'Montserrat', sans-serif;
  }

  .list-title::before {
    display: none;
  }

  .list-title::after {
    content: ' ➦';
    font-weight: 400;
  }

  footer .newsletter input[type="submit"] {
    margin-left: -45px;
    padding: 2px 15px;
  }

  .aside_products {
    padding-bottom: 15px;
  }

  .single-product strong, .single-product {
    text-align: center;
  }

  .tax-in hr {
    display: none;
  }

  .aside-newsletter {
    display: none;
  }

  .content {
    margin-top: 15px;
  }

  #long-sub td {
    width: 100%;
    display: block;
    margin-top: 5px;
  }

  #long-sub {
    border-spacing: 0;
  }

  #first-slider .carousel-item {
    height: 450px;
}

.footer-bottom {
    text-align: center;
}


}


.additional_modules h4 {
    width: 100%;
    display: block;
    margin: 50px 0 20px;
    padding: 0 30px;
}

/* Form */

.ctct-form-wrapper label {
     display: none; 
/*    display: block;*/
}

.ctct-form-field input {
	width: 94%;
    height: 28px;
    padding: 3px 5px;
}
.ctct-form-wrapper .ctct-form-field {
    margin: 0 0 1em;
    width: 50%;
    float: left;
}

fieldset.ctct-address {
    clear: both;
}

.ctct-disclosure {
    clear: both;
}

a.button.ctct-button {
    clear: both;
    display: block;
    margin-bottom: 15px;
}

p.ctct-form-field.ctct-form-field-submit {
    width: 100%;
}

.ctct-form-wrapper .ctct-submit {
    cursor: pointer;
    width: initial;
    margin: auto;
    display: table;
}

.ctct-form-wrapper .ctct-field-third {
    float: left;
    margin-right: initial !important; 
    width: 50% !important;
}

.ctct-form-wrapper input[type="email"]:required:valid {
    border-color: #5b7e95 !important	;
}

legend{
	font-size: 18px;
    font-family: 'HelveticaNeue', sans-serif;
    line-height: 1.3;
    color: rgb(45, 78, 106);
    font-weight: 300;
}


.text a {
  font-weight: 700;
}
.text a:hover {
  color: #5b7f95;
}


.wpforms-form .wpforms-field-container .wpforms-field-layout {
	padding-top: 7px;
	padding-bottom: 7px;
}

.coming-soon {
  opacity: 0.5;
  pointer-events: none;
}

.coming-soon p {
  text-align: center;
  width: 100%;
  font-size: 14px;
  margin-top: 4px;
}