/*----------------------------------

	Theme Name: WebSitesDesign
	----------------------
		
	================================================== */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
body {
  font-family: 'Montserrat', sans-serif;
}
.page-template-portfolio-php .latest-works {
  padding-top: 15px;
}
.page-template-portfolio-php nav.primary .portfolioFilters {
  text-align: center;
}
.works-item-dets-wrap {
  padding-top: 30px;
}
.vc_column-inner.skrollable.skrollable-between {
  opacity: 1!important;
}
.search-mobile {
  display: none;
  float: right;
  font-size: 30px;
  position: relative;
  right: 60px;
  top: 20px;
  z-index: 9999999;
  text-decoration: none!important;
}
#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
  border-top: 1px solid #eee!important;
  overflow: hidden;
  padding: 12px;
}
#bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-topics {
  margin: 0!important;
  border: 1px solid #eee!important;
}
#bbpress-forums fieldset.bbp-form legend {
  padding: 0!important;
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#bbpress-forums .button[type=submit], .bbp_widget_login .button.submit {
  background-color: #385ba4!important;
}
#bbpress-forums .button[type=submit]:hover, .bbp_widget_login .button.submit:hover {
  background-color: rgb(0, 86, 151)!important;
}
 #bbpress-forums fieldset.bbp-form p, #bbpress-forums fieldset.bbp-form p label, #bbpress-forums fieldset.bbp-form select, #bbpress-forums fieldset.bbp-form textarea {
  margin: 0!important;
  padding: 0!important;
}
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
div.bbp-submit-wrapper {
  float: none!important;
}
/* Fonts */
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-family: 'Montserrat', sans-serif;
  color: #000;
}

h3.latest-b2-title {
  letter-spacing: 0 !important;
}

.colorb {
  background-color: #de4217;
}
.colorf {
  color: #de4217;
}
.home #main-content.container {
  padding-top: 0;
}
/* Base Elements */
h1.slog-t1 {
  font-size: 80px;
  font-weight: bold;
  margin-bottom: 25px;
}
h2.slog-t2 {
  font-size: 49px;
  text-align: center;
  margin: 10px 0 25px;
  letter-spacing: -2px;
}
.button,
button,
a.button {
  position: relative;
  border: none;
  border-radius: 1px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
  line-height: 1;
  padding: 14px 20px;
}

#wrap .wpb_single_image.wpb_content_element {
  margin-bottom: 0;
}
.wpb_gmaps_widget.orchid-map,
.w-map {
  background: #fff;
  padding: 12px;
  border-style: dashed;
  border-width: 1px 1px 1px 1px;
  border-color: #e8e8e8;
  box-shadow: 0 15px 45px 0 rgba(51, 51, 51, 0.08);
  margin-bottom: 20px;
}
section.wpb_row.full-row .w-map {
  border: none;
  background: none;
  padding: 0;
}
.blog-single-post h1,
.postshow1 h1 {
  letter-spacing: 0;
}
.our-team h2,
.our-team h5 {
  padding-left: 0;
  color: #292929;
  text-shadow: none;
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 1.5;
}
.our-team h5 {
  margin-bottom: 16px;
}
.sidebar h4.subtitle,
.widget h4.subtitle,
.top-links {
  font-family: "Oswald", "Roboto", sans-serif;
}

.logo-wrap .logo {
  width: 300px;
  /* height: 71px; */
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
}
.logo-wrap .logo img {
  max-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.our-clients-wrap.crsl {
  margin-top: 0;
}
.our-clients-wrap.crsl ul.our-clients img {
  max-width: 100%;
  max-height: 100%;
  padding: 10px;
  background: #fff;
  border: 1px solid #f2f2f2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.our-clients-wrap.crsl ul.our-clients img:hover {
  border-bottom: 1px solid #de4217;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.11);
}
.jcarousel-next,
.jcarousel-prev {
  top: 150px;
}
.our-clients-wrap.crsl:after {
  display: none;
}
.clearfix {
  clear: both;
}

#nav a {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.5px;
}
#header h6 a {
  text-decoration: none;
  color: #fff;
}

@media only screen and (min-width: 961px) {
  .top-bar {
    background: none;
    border-bottom: 0;
    padding: 0;
    margin: 0;
    background: #fff;
  }
  .top-links {
    color: #333;
    padding-left: 15px;
    font-size: 12px;
  }
  .breadcrumbs-w {
    border-top: 0;
    background: none;
  }
  #header .alignright {
    line-height: 65px;
  }
  #header .vertical-space {
    height: 6px;
  }
}
@media only screen and (max-width: 960px) {
  .top-bar {
    border: none;
    margin: 0;
  }
  .top-links.lftflot {
    border: none;
  }
}

.latestposts-six .latest-title {
  font-weight: 400;
  letter-spacing: 0;
}

#footer {
  background: #192735;
  position: relative;
  z-index: 111;
}
#footer .footer-in p {
  font-family: "Domine", Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-transform: none;
}
#footer .footer-in h5.subtitle {
  font-size: 20px;
  border: none;
  text-transform: none;
  box-shadow: none;
  margin-top: 30px;
  color: #fff;
  color: #fbfbfc;
  text-shadow: none;
  box-shadow: 0px 0px 20px 0px rgba(16, 26, 36, 0.55);
  padding: 10px 10px 10px 10px;
}
#footer .footer-in h6 {
  color: #a3b5ca;
}
.max-title2 {
  font-size: 32px;
  text-transform: capitalize;
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 28px;
}
.max-title2 h2::before {
  position: absolute;
  left: 50%;
  content: "";
  width: 100px;
  height: 2px;
  background: #666;
  bottom: -10px;
  margin-left: -50px;
}
.max-title2 h2::after {
  position: absolute;
  left: 50%;
  content: "";
  width: 100px;
  height: 2px;
  background: #666;
  bottom: -20px;
  margin-left: -63px;
}
.max-title2 *,
.max-title4 * {
  font-size: 26px !important;
}
.footer-in ul {
  list-style-type: none;
  margin: 0;
}
.footer-in ul li {
  display: inline-block;
  color: #a3b5ca;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 0;
}
#footer .footer-in .contact-inf input,
#footer .footer-in .contact-inf textarea {
  background: none;
  color: #ccc;
  border: 2px solid #393939;
  font-size: 12px;
  border-radius: 0;
}
#footer .footer-in .contact-inf button {
  padding: 14px 28px;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 2px;
  background: #252525;
  border: none;
  float: left;
  margin-right: 6px;
}
#cautare .modal-dialog {
  width: 90%;
  max-width: 90%;
  height: 90vh;
  margin-left: 5%;
}
#cautare .modal-dialog .modal-content {
  border-radius: 0;
  background: transparent;
  border: none;
  height: 100%;
}
#cautare .modal-dialog .modal-content .modal-header {
  border: none;
}
#cautare .modal-dialog .modal-content .modal-header button.close {
  color: white;
  opacity: 1;
  text-shadow: none;
  font-size: 50px;
  font-weight: 100;
}

#cautare .form-control {
  border-radius: 0;
  padding: 1.5rem 0.75rem;
}

#cautare .input-group {
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

#cautare {
  background: rgba(0, 0, 0, 0.7);
  padding: 0 !important;
  z-index: 1000050;
}

#cautare .input-group .btn {
  border-radius: 0;
}
#header #footer {
  position: relative;
}
#header::after {
  background:#385ba4;
  position: absolute;
  content: "";
  height: 6px;
  right: 0;
  left: 0;
  top: 0;
}
#footer::after {
  background: #385ba4;
  position: absolute;
  content: "";
  height: 6px;
  right: 0;
  left: 0;
  top: 0;
}
.slides {
  position: relative;
}
.slides::before {
  /* content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(rgba(12, 46, 96, 0.8)),
    to(rgba(239, 71, 13, 0.5))
  );
  background: linear-gradient(
    to right bottom,
    rgba(12, 46, 96, 0.8),
    rgba(239, 71, 13, 0.5)
  );
  z-index: 500; */
}

.btn-primary {
  color: #fff;
  background-color: #3478f6;
  border-color: #3478f6;
}

.item-contact {
  border-style: dashed;
  border-width: 1px 1px 1px 1px;
  border-color: #e8e8e8;
  box-shadow: 0 15px 45px 0 rgba(51, 51, 51, 0.08);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 20px 15px 20px 15px;
  padding: 20px 0 20px 0;
}

.item-contact .item-contact-inner {
  overflow: hidden;
  padding: 10px 30px;
}

.item-contact .item-contact-icon {
  float: left;
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-color: #ebf1f7;
  border-radius: 50px 50px 50px 50px;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 45px;
  font-size: 22px;
  margin: 0 27px 0 0;
  color: #385ba4;
}
.item-contact h5 {
  color: #777;
  font-weight: 400;
}
.item-contact p {
  color: #333;
  font-weight: 600;
  font-size: 15px;
  margin: 0;
}
#crumbs {
  text-align: center;
  position: relative;
  border-bottom: 2px solid;
}
.home-inner {
  background-color: #ffffff;
  margin-top: -120px;
  border-radius: 5px;
  box-shadow: 0px -30px 54px -24px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
  padding: 30px;
}
.post-item {
  margin: 0 0 30px;
  padding: 0 0 30px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px dashed rgba(167, 167, 167, 0.3);
  transition: all 0.2s ease-in-out;
}
.cz_post_excerpt {
  margin-right: 20px;
  margin-left: 20px;
}
.cz_post_title h3 {
  background-color: #ffffff;
  padding: 20px 25px 40px;
  margin-top: -70px;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}
.cz_post_date {
  color: #efae16;
  font-weight: 700;
  margin-right: -10px;
  margin-left: -10px;
  box-shadow: 0px 0px 0px 0px #000;
  display: block;
  position: relative;
  top: -50px;
  right: 20px;
  left: 20px;
}
.cz_post_con {
  color: #595959;
}
.noutati-sus {
  margin-top: -80px !important;
  position: relative;
  z-index: 1;
  /* box-shadow: 0px 28px 65px 0px rgba(188, 188, 188, 0.25); */
  background: #101036;
  /* border-radius: 10px 10px 0 0; */
  margin-bottom: 30px;
}
.noutati-sidebar {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.vc_parallax.vc_parallax-content-moving-fade {
  margin-top: -30px;
}
.home-content {
  margin-top: -80px !important;
  position: relative;
  z-index: 1;
  box-shadow: 0px 28px 65px 0px rgba(188, 188, 188, 0.25);
  background: white;
  /* border-radius: 10px 10px 0 0; */
  padding: 16px 40px 14px;
  margin-bottom: 20px;
}
.noutati-sidebar h5 {
  text-transform: uppercase;
  padding: 35px 0 0;
  font-size: 26px;
  color: white;
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
}

.noutati-sidebar h5::before {
  position: absolute;
  left: 50%;
  content: "";
  width: 100px;
  height: 2px;
  background: white;
  bottom: -10px;
  margin-left: -50px;
}
.noutati-sidebar h5::after {
  position: absolute;
  left: 50%;
  content: "";
  width: 100px;
  height: 2px;
  background: white;
  bottom: -20px;
  margin-left: -63px;
}
.intro-site {
  background: #f4f4f4;
}
.noutati-sidebar li {
  margin-bottom: 0px;
  background-color: transparent;
  margin: 0 15px;
  text-align: center;
  padding: 16px 40px 14px;
  position: relative;
}
.noutati-sidebar .event-date {
  font-size: 12px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.noutati-sidebar a {
  line-height: 28px;
}
.noutati-sidebar li:not(:last-child):after {
  content: "";
  height: 1px;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  background-color: #eee;
}
.noutati-sidebar .event-col-button {
  text-transform: uppercase;
  padding: 32px 15px;
}
.noutati-sidebar a {
  color: white;
}
.flex-caption {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background: none !important;
  box-shadow: none !important;
  color: #fff !important;
  opacity: 1 !important;
  z-index: 11111 !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  text-transform: uppercase;
  letter-spacing: 8px;
  text-shadow: rgba(0, 0, 0, 0.5) 0px 3px 0px;
}
.flex-caption .author {
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin: 0;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
}
.flex-caption .author::before {
  position: absolute;
  top: 5px;
  right: -28px;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: #ffffff;
  content: "";
}
.flex-caption .author .linie-1 {
  display: inline-block;
  position: absolute;
  top: 9px;
  left: -284px;
  background: #ffffff;
  width: 256px;
  height: 1px;
}
.flex-caption .author .linie-2 {
  display: inline-block;
  position: absolute;
  top: 9px;
  right: -284px;
  background: #ffffff;
  width: 256px;
  height: 1px;
}
.flex-caption .author::after {
  position: absolute;
  top: 5px;
  left: -28px;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: #ffffff;
  content: "";
}
.flex-caption .title-slider {
  font-size: 38px;
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
  color: #fff;
}
.input-group-append .btn.btn-primary{
  background: #385ba4;
  border-color: #385ba4;
  color: #ffffff;
}
.noutati-sidebar .btn-custom {
  background: #385ba4;
  border-color: #385ba4;
  color: #ffffff;
}
.ult_tab_min_contain p {
  color: #000;
  font-family: "Oswald", "Roboto", Helvetica, Arial, sans-serif;
}
#scroll-top {
  position: fixed;
  right: 2px;
  bottom: 2px;
  margin: 0;
  width: 58px;
  height: 58px;
  z-index: 1000;
  color: #fff;
  text-align: center;
  background-color: #385ba4;
  box-sizing: border-box;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out,
    color 0.2s ease-out;
  text-decoration: none;
}
.ult_tabs {
  margin-bottom: 0 !important;
}
#scroll-top .edgt-icon-stack {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -11px;
  line-height: 35px;
  font-size: 32px;
  -webkit-transition: transform 0.2s ease-out;
  -moz-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}

#scroll-top .edgt-back-to-top-inner {
  display: block;
  position: relative;
  top: 64%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
#scroll-top .edgt-back-to-top-text {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
#scroll-top:hover .edgt-back-to-top-text {
  opacity: 0;
}
#scroll-top:hover .edgt-icon-stack {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}
.site-item {
  border-style: dashed;
  border-width: 1px 1px 1px 1px;
  border-color: #e8e8e8;
  box-shadow: 0 15px 45px 0 rgba(51, 51, 51, 0.08);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 20px;
  margin-bottom: 20px;
}
.site-item h3 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 22px;
}
.site-item h3 a {
  color: #212121;
  text-decoration: none;
  transition: all 0.5s;
}
.site-item h3 a:hover {
  color: #385ba4;
}
.site-item h3 i {
  vertical-align: middle;
}
.article-inner-wrapper.tt-article {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #e8e8e8;
  box-shadow: 0 15px 45px 0 rgba(51, 51, 51, 0.08);
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  padding: 20px 20px 20px 20px;
}

.article-inner-wrapper .article-date {
  min-width: 100px;
  float: left;
  text-transform: uppercase;
  text-align: center;
  background-color: #385ba4;
  padding: 15px 0 0 0;
  color: #ffffff;
  font-size: 12px;
  min-height: 100px;
}
.article-inner-wrapper img {
  margin-bottom: 20px;
}
.article-inner-wrapper .article-content {
  overflow: hidden;
  padding-left: 30px;
}
.tt-article .article-content h2 a {
  color: #212121;
  text-decoration: none;
}
.article-inner-wrapper .article-date span {
  font-size: 44px;
  display: block;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 8px;
  font-weight: 900;
}
.tt-article .article-content {
  padding-right: 200px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100px;
}
.tt-article .article-content h2 {
  font-size: 20px;
  margin: 0;
  line-height: 1.5;
  margin-top: -5px;
  font-weight: 400;
}
.content {
  background: #fff;
  padding: 10px;
}
.read-more {
  border: 1px solid #f0f0f0;
  padding: 15px;
  margin-bottom: 20px;
}
.stats-block,
.wpb_row .wpb_column .wpb_wrapper .stats-block {
  margin-bottom: 0 !important;
}
.read-more-link,
.show-less-link {
  text-decoration: none;
  font-weight: bold;
  color: #385ba4;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title {
  font-size: 16px !important;
}
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading,
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-body,
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-heading {
  background-color: #fff !important;
}
.article-inner-wrapper.tt-article:hover .article-content a.btn {
  right: 25px;
  opacity: 1;
}
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-title
  > a,
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel.vc_active
  .vc_tta-panel-title
  > a {
  color: #000 !important;
}
.tt-article .article-content a.btn {
  position: absolute;
  right: 0;
  top: calc(50% - 21px);
  margin: 0;
  opacity: 0;
  font-size: 14px;
  border-radius: 0;
  background: #385ba4;
  border-color: #385ba4;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}
.home-content ul {
  margin: 0;
  font-family: "Oswald", "Roboto", Helvetica, Arial, sans-serif;
}
.stats-block,
.wpb_row .wpb_column .wpb_wrapper .stats-block {
  display: block;
  margin-bottom: 35px;
  padding: 25px 0;
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 100%;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
}
.stats-block .stats-number {
  font-weight: 700 !important;
}
.stats-block .stats-text {
  font-weight: 500;
}
.gallery-item {
  position: relative;
  margin-bottom: 25px;
}
.gallery-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery-item:hover .gallery-title {
  bottom: 40%;
  visibility: visible;
  opacity: 1;
}
.gallery-item a:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  background-color: #000000;
}
.gallery-item .gallery-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  position: absolute;
  z-index: 9;
  bottom: 50%;
  left: 50%;
  display: inline-block;
  visibility: hidden;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
  color: #ffffff;
  transform: translate(-50%, -50%);
}
.gallery-item:hover:before {
  height: 70%;
}
.gallery-item:hover:after {
  width: 70%;
}
.gallery-item:hover a:before {
  visibility: visible;
  opacity: 0.8;
}
.bbpress #crumbs {
  display: none;
}
.contact-form {
  margin-bottom: 20px;
}
.wpcf7 form .wpcf7-response-output {
  font-size: 14px;
}
.footbot a {
  color: #a3b5ca;
}
@media (max-width: 768px) {
  .none-mobile {
    display: none;
  }
  .wpb_gmaps_widget.orchid-map, .w-map {
    margin-bottom: 0;
  }
  #bbpress-forums fieldset.bbp-form legend {
    font-size: 18px;
  }
  .item-contact {
    margin: 0 0 20px 0;
  }
  .blog-single-post p {
    font-size: 13px;
  }
  .linkuri-utile h3 {
    font-size: 16px;
  }
  .item-contact h5 {
    font-size: 16px;
  }
  .item-contact p {
    font-size: 13px;
  }
  .item-contact .item-contact-icon {
    margin: 0 10px 0 0;
  }
  .contact-form {
    margin: 30px 0 20px 0;
  }
  .linkuri-utile {
    padding: 10px;
  }
  #headline {
    height: auto;
    padding: 10px 0;
  }
  .linkuri-utile h3 {
    font-size: 18px;
  }
  #headline h3,
  #headline2 h3 {
    color: #385ba4;
    font-size: 20px;
    float: none;
  }
  #headline h3,
  #headline2 h3 {
    margin-top: 5px;
  }
  #headline,
  #headline2 {
    margin-top: 0;
  }
  .breadcrumbs-w {
    padding: 0;
    font-size: 12px;
    float: none;
    margin-top: 10px;
  }
  .contact-form h3 {
    font-size: 20px;
  }
  .home-content {
    margin-top: 0 !important;
  }
  .max-title2 *,
  .max-title4 * {
    font-size: 18px !important;
  }
  .noutati-sus {
    margin-top: 20px !important;
  }
  .noutati-sidebar li {
    margin: 0;
  }
  .vc_column_container > .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .ult_tabs {
    margin: 0;
  }
  .wpb_gallery_slides .flex-caption {
    width: 100%;
  }
  .flex-caption .title-slider {
    font-size: 12px;
    margin: 5px 0px;
  }
  .flex-caption .author {
    font-size: 12px;
  }
  .flex-caption {
    font-size: 12px !important;
  }
  .flex-caption .author .linie-1 {
    left: -105px;
    width: 80px;
  }
  .flex-caption .author .linie-2 {
    right: -105px;
    width: 80px;
  }
  .flex-caption {
    top: 60% !important;
  }
  .noutati-sidebar h5 {
    font-size: 22px;
  }

  .wpb_button,
  .wpb_content_element,
  ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0 !important;
  }
  .ult_tabs {
    margin: 0 !important;
  }
  .noutati-sidebar a {
    font-size: 14px;
  }
  .article-inner-wrapper .article-date {
    float: none;
  }
  .tt-article .article-content {
    padding-right: 0;
  }
  .article-inner-wrapper .article-content {
    padding-left: 0;
  }
  .tt-article .article-content h2 {
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    margin-top: 20px;
  }
  .tt-article .article-content a.btn {
    display: none;
  }
  .stats-block,
  .wpb_row .wpb_column .wpb_wrapper .stats-block {
    margin-bottom: 20px !important;
  }
  .max-title3 * {
    font-size: 20px;
  }
  .search-mobile {
    display: block; 
  }
}


#footer.litex .footer-in .widget ul li a {

  color: white!important;

}

#footer.litex .footer-in .widget ul li:hover {
  background: #385ba4!important;
  color: #fff!important;
}

.widget ul li, #footer.litex .widget ul li {
  border-bottom: none!important;
}


#footer.litex {
  border-top: none!important;
}
/* -------- end ----------- */
