/*
Theme Name: ODDAND
Author: Ruben
*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

@font-face {
  font-family: "Montserrat-Regular";
  src: url("fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "SF-Pro-Rounded-Thin";
  src: url("fonts/SFProRounded/SF-Pro-Rounded-Thin.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "SF-Pro-Rounded-Regular";
  src: url("fonts/SFProRounded/SF-Pro-Rounded-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "SourceSansPro-Bold";
  src: url("fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "SourceSansPro-Regular";
  src: url("fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "SourceSansPro-SemiBold";
  src: url("fonts/Source_Sans_Pro/SourceSansPro-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "SourceSansPro-Light";
  src: url("fonts/Source_Sans_Pro/SourceSansPro-Light.ttf") format("truetype");
  font-display: swap;
}
h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

p {
  font-size: 18px;
}

a {
  text-decoration: none;
}

.container {
  max-width: 90%;
  margin: 0 auto;
  padding: 30px;
}

footer .footer-soc-newslatter .f-socials, footer .container, .feeds .feed, .bx-controls .bx-pager, main .gplay-appstore > .fl-col-content > .fl-module-photo, main .gplay-appstore > .fl-col-content, main .soc-icons-app > .fl-col-content > .fl-module-photo, main .soc-icons-app > .fl-col-content, main .title-with-border.to-right, header .header-wrap .menu-wrap .oddand-top-menu ul, header .header-wrap .logo-wrap .logo, header .header-wrap {
  display: -ms-flexbox;
  display: flex;
}

footer .container, header .header-wrap .menu-wrap .oddand-top-menu ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.feeds .feed, main .gplay-appstore > .fl-col-content > .fl-module-photo, main .gplay-appstore > .fl-col-content, main .soc-icons-app > .fl-col-content > .fl-module-photo, main .soc-icons-app > .fl-col-content, header .header-wrap .menu-wrap .oddand-top-menu ul, header .header-wrap .logo-wrap .logo, header .header-wrap {
  -ms-flex-align: center;
      align-items: center;
}

main .gplay-appstore > .fl-col-content, main .soc-icons-app.to-right > .fl-col-content, main .title-with-border.to-right {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

header .header-wrap .menu-wrap .oddand-top-menu ul {
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}

.bx-controls .bx-pager, main .gplay-appstore > .fl-col-content > .fl-module-photo, main .soc-icons-app > .fl-col-content > .fl-module-photo {
  -ms-flex-pack: center;
      justify-content: center;
}

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6,
p, blockquote, address, big,
cite, code, em, font, img, small,
strike, sub, sup, li, ol, ul, fieldset,
form, label, legend, button,
table, caption, tr, th, td {
  border: none;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
}

html,
body {
  border: none;
  margin: 0;
  padding: 0;
  transition: 0.3s;
  overflow-x: hidden;
}
html img,
body img {
  max-width: 100%;
  height: auto;
}

body * {
  box-sizing: border-box;
}

a:focus, button:focus {
  outline: none !important;
}

.wp-socializer.wpsr-share-icons {
  margin: 0;
}

body.home header {
  background-color: transparent;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

header {
  padding: 60px 20px;
  background: black;
}
header .header-wrap .logo-wrap {
  width: 60%;
}
@media all and (max-width: 991px) {
  header .header-wrap .logo-wrap {
    width: auto;
    -ms-flex: 1;
        flex: 1;
  }
}
header .header-wrap .logo-wrap .logo img {
  padding-left: 10px;
}
@media all and (max-width: 350px) {
  header .header-wrap .logo-wrap .logo img:first-of-type {
    width: 44px;
  }
  header .header-wrap .logo-wrap .logo img:last-of-type {
    width: 140px;
  }
}
header .header-wrap .menu-wrap {
  width: 40%;
}
@media all and (max-width: 991px) {
  header .header-wrap .menu-wrap {
    width: auto;
  }
}
header .header-wrap .menu-wrap .menu-button {
  transition: right 0.8s ease;
  width: 35px;
  cursor: pointer;
}
@media all and (min-width: 992px) {
  header .header-wrap .menu-wrap .menu-button {
    display: none;
  }
}
header .header-wrap .menu-wrap .menu-button span {
  transition: all 0.85s ease;
  display: block;
  height: 2px;
  background-color: white;
  margin-top: 10px;
  margin-bottom: 10px;
}
header .header-wrap .menu-wrap .menu-button.close {
  position: fixed;
  z-index: 9999;
  right: 20px;
  top: 65px;
}
header .header-wrap .menu-wrap .menu-button.close span {
  transition: all 0.8s ease;
  background-color: white;
}
header .header-wrap .menu-wrap .menu-button.close span.first {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
header .header-wrap .menu-wrap .menu-button.close span.middle {
  -ms-transform: translate(0px, -12px) rotate(-45deg);
      transform: translate(0px, -12px) rotate(-45deg);
}
header .header-wrap .menu-wrap .menu-button.close span.last {
  opacity: 0;
}
header .header-wrap .menu-wrap .oddand-top-menu ul li {
  list-style: none;
}
header .header-wrap .menu-wrap .oddand-top-menu ul li a {
  color: #ffffff;
  font-size: 27px;
  font-family: "Montserrat-Regular";
  text-transform: uppercase;
}
@media all and (max-width: 991px) {
  header .header-wrap .menu-wrap .oddand-top-menu {
    position: fixed;
    right: -220px;
    width: 220px;
    background-color: black;
    transition: 0.3s;
    height: 100%;
    top: 0;
    padding-top: 115px;
  }
  header .header-wrap .menu-wrap .oddand-top-menu ul.menu {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 20px;
  }
  header .header-wrap .menu-wrap .oddand-top-menu ul.menu li {
    margin: 10px 20px;
  }
  header .header-wrap .menu-wrap .oddand-top-menu.toggled {
    right: 0;
  }
}

main .home-banner {
  padding: 200px 30px;
  background: url("images/banner.jpg") no-repeat;
  background-size: cover;
}
main .home-banner .home-banner-inner {
  text-align: center;
  padding-bottom: 12px;
}
main .home-banner .home-banner-inner:last-of-type {
  padding-top: 25px;
}
main .home-banner .home-banner-inner p {
  font-size: 58px;
  font-family: "SF-Pro-Rounded-Thin";
  color: #ffffff;
}
@media all and (max-width: 768px) {
  main .home-banner .home-banner-inner p {
    font-size: 40px;
  }
}
main .title-with-border .fl-heading span {
  transition: 0.5s;
  border: 1px solid;
  padding: 15px 30px;
  position: relative;
  display: table;
}
main .title-with-border .fl-heading span:before {
  transition: 0.5s;
  animation-name: titleBgWidth;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  width: 0;
  height: 82px;
  background: #FFDF6C;
  display: block;
  position: absolute;
  z-index: -1;
  left: -50px;
  top: -30%;
}
main .title-with-border .fl-heading span:hover {
  color: white !important;
  border-color: white !important;
}
main .title-with-border .fl-heading span:hover:before {
  transition: 0.5s;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
}
@keyframes titleBgWidth {
  from {
    width: 0;
  }
  to {
    width: calc(100% + 100px);
  }
}
main .in-circle .fl-photo {
  padding: 50px 40px;
  display: table;
  margin: 0 auto;
  background: url("images/circle.png") no-repeat;
  /* &:before{
     content: "";
     display: table;
     margin: 0 auto;
     border: 1px solid;
     border-radius: 50%;
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
   }*/
}
@media all and (max-width: 1039px) {
  main .soc-icons-app:not(.application) {
    width: 100%;
    margin-bottom: 25px;
  }
}
main .soc-icons-app > .fl-col-content > .fl-module-photo {
  background-color: #FFDF6C;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  margin-left: 20px;
  margin-right: 20px;
}
main .soc-icons-app > .fl-col-content > .fl-module-photo .fl-module-content {
  margin: 0;
}
main .gplay-appstore > .fl-col-content > .fl-module-photo .fl-module-content {
  margin-top: 5px;
  margin-bottom: 0;
}
@media all and (max-width: 1039px) {
  main .gplay-appstore:not(.application) {
    width: 100%;
    margin-bottom: 25px;
  }
  main .gplay-appstore:not(.application) > .fl-col-content {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
@media all and (max-width: 768px) {
  main .gplay-appstore.application, main .soc-icons-app.application, main .share-icon.application {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    max-width: 100%;
    margin-bottom: 25px;
    text-align: center;
  }
  main .gplay-appstore.application .wpsr-si-inner, main .soc-icons-app.application .wpsr-si-inner, main .share-icon.application .wpsr-si-inner {
    -ms-flex-pack: center;
        justify-content: center;
  }
  main .gplay-appstore.application > .fl-col-content, main .soc-icons-app.application > .fl-col-content, main .share-icon.application > .fl-col-content {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
main .background-with-shadow .fl-row-content {
  background-color: #FBFBFB;
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.07);
}

.slider-wrap {
  position: relative;
}
.slider-wrap .img-block {
  position: absolute;
  width: 100%;
  text-align: center;
  top: -1px;
  z-index: 9;
}

.sl-slider .slide {
  text-align: center;
}

.bx-controls {
  margin-top: 50px;
}
.bx-controls .bx-pager .bx-pager-item a {
  text-indent: -999999px;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #E6E6E6;
  margin: 0 10px;
}
.bx-controls .bx-pager .bx-pager-item a.active {
  transition: 0.5s;
  width: 38px;
  background-color: #FFDF6C;
  border-radius: 24px;
}

.feeds .feed {
  margin-top: 100px;
  position: relative;
  background: #FBFBFB;
  box-shadow: 0px 3px 12px 2px rgba(0, 0, 0, 0.14);
}
.feeds .feed figure, .feeds .feed .content {
  padding: 25px;
}
.feeds .feed figure {
  float: left;
  margin: 0;
  padding-left: 0;
  padding-right: 30px;
}
@media all and (max-width: 1039px) {
  .feeds .feed figure {
    width: 50%;
  }
}
@media all and (max-width: 768px) {
  .feeds .feed figure {
    float: none;
    width: 100%;
  }
}
.feeds .feed .content h2 {
  font-family: "SourceSansPro-SemiBold";
  font-size: 35px;
  line-height: 28px;
  margin-bottom: 30px;
}
.feeds .feed .fl-button-wrap a.fl-button {
  border-color: black;
  border-radius: 0;
  font-family: "SourceSansPro-Bold";
  background-color: transparent;
}
.feeds .feed .fl-button-wrap a.fl-button span {
  color: #000000;
}
.feeds .feed .wp-socializer {
  position: absolute;
  right: 20px;
  bottom: 0;
  display: table;
}
.feeds .feed .wp-socializer.wpsr-share-icons {
  margin: 20px 0;
}
.feeds .feed .description {
  font-family: "SourceSansPro-Regular";
  font-size: 25px;
  line-height: 28px;
  color: #3F3F3F;
  margin-bottom: 60px;
}
.feeds .feed .decription-wrap {
  margin-top: 60px;
}
.feeds .feed .full-content {
  display: none;
}
.feeds .feed.odd figure {
  float: right;
  margin: 0;
  padding-right: 0;
  padding-left: 30px;
}
.feeds .feed.odd .decription-wrap {
  text-align: right;
}
.feeds .feed.odd .news-read-more {
  text-align: right !important;
}
.feeds .feed.odd .wp-socializer {
  left: 20px;
}
.feeds.single .full-content {
  display: block;
}

.f-newslatter .frm_fields_container {
  position: relative;
}
.f-newslatter .frm_fields_container .form-field input {
  height: 60px;
  border-radius: 40px;
  background: rgba(0, 0, 0, 0.3);
}
.f-newslatter .frm_fields_container .form-field input::-webkit-input-placeholder {
  font-size: 17px;
  transition: 0.3s;
  color: #FFFFFF73 !important;
  text-overflow: ellipsis;
  font-family: "SF-Pro-Rounded-Regular";
  opacity: 4;
  padding-left: 25px;
}
.f-newslatter .frm_fields_container .form-field input::-moz-placeholder {
  transition: 0.3s;
  font-size: 17px;
  color: #FFFFFF73 !important;
  text-overflow: ellipsis;
  font-family: "SF-Pro-Rounded-Regular";
  opacity: 4;
  padding-left: 25px;
}
.f-newslatter .frm_fields_container .form-field input:-ms-input-placeholder {
  transition: 0.3s;
  font-size: 17px;
  color: #FFFFFF73 !important;
  text-overflow: ellipsis;
  font-family: "SF-Pro-Rounded-Regular";
  font-weight: normal;
  opacity: 4;
  padding-left: 25px;
}
.f-newslatter .frm_fields_container .frm_submit {
  position: absolute;
  z-index: 9;
  right: 4px;
  top: 4px;
}
.f-newslatter .frm_fields_container .frm_submit button {
  height: 50px;
  margin: 0;
  border: 0;
  background: #FFDF6C;
  color: #202020;
  border-radius: 40px;
  font-size: 22px;
  font-family: "SF-Pro-Rounded-Regular";
}
@media all and (max-width: 768px) {
  .f-newslatter .frm_fields_container .frm_submit button {
    font-size: 16px;
  }
}
.f-newslatter.content-newslatter {
  max-width: 630px;
  margin: 0 auto;
}
.f-newslatter.content-newslatter .form-field input {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.05);
  background: #FBFBFB;
  border: 0;
}
.f-newslatter.content-newslatter .form-field input::-webkit-input-placeholder {
  font-size: 17px;
  transition: 0.3s;
  color: rgba(0, 0, 0, 0.5) !important;
  text-overflow: ellipsis;
  font-family: "SF-Pro-Rounded-Regular";
  opacity: 4;
  padding-left: 25px;
}
.f-newslatter.content-newslatter .form-field input::-moz-placeholder {
  transition: 0.3s;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.5) !important;
  text-overflow: ellipsis;
  font-family: "SF-Pro-Rounded-Regular";
  opacity: 4;
  padding-left: 25px;
}
.f-newslatter.content-newslatter .form-field input:-ms-input-placeholder {
  transition: 0.3s;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.5) !important;
  text-overflow: ellipsis;
  font-family: "SF-Pro-Rounded-Regular";
  font-weight: normal;
  opacity: 4;
  padding-left: 25px;
}

.open-position .open-position-block {
  border: 1px solid #000;
}
.open-position .contact-us {
  display: none;
}
.open-position .contact-us > div {
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
}
.open-position .contact-us > div > div {
  width: 100%;
}
.open-position .contact-us form {
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  background-color: white;
  position: relative;
}
.open-position .contact-us form legend {
  width: 100%;
  height: auto;
  color: black;
  -webkit-clip-path: inherit;
          clip-path: inherit;
  position: static;
  text-align: center;
  font-size: 35px;
  padding-top: 24px;
}
.open-position .contact-us form .close-popup {
  position: absolute;
  right: 10px;
  font-family: "Montserrat-Regular";
  font-weight: bold;
  font-size: 30px;
  cursor: pointer;
}

.contact-us form {
  background: white;
  max-width: 825px;
  margin: 0 auto;
}
.contact-us form .form-field {
  margin-bottom: 0 !important;
}
.contact-us form .form-field input, .contact-us form .form-field select, .contact-us form .form-field textarea {
  margin-top: 50px;
  box-shadow: none !important;
  border-radius: 0;
  background: transparent;
  color: rgba(0, 0, 0, 0.5);
  font-size: 25px;
  transition: 0.3s;
  text-overflow: ellipsis;
  font-family: "SourceSansPro-Light";
  font-weight: normal;
  padding-left: 25px;
  border: 0;
  outline: 0 !important;
}
.contact-us form .form-field input::-webkit-input-placeholder, .contact-us form .form-field select::-webkit-input-placeholder, .contact-us form .form-field textarea::-webkit-input-placeholder {
  font-size: 25px;
  transition: 0.3s;
  color: rgba(0, 0, 0, 0.5) !important;
  text-overflow: ellipsis;
  font-family: "SourceSansPro-Light";
  font-weight: normal;
}
.contact-us form .form-field input::-moz-placeholder, .contact-us form .form-field select::-moz-placeholder, .contact-us form .form-field textarea::-moz-placeholder {
  transition: 0.3s;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.5) !important;
  text-overflow: ellipsis;
  font-family: "SourceSansPro-Light";
  font-weight: normal;
}
.contact-us form .form-field input:-ms-input-placeholder, .contact-us form .form-field select:-ms-input-placeholder, .contact-us form .form-field textarea:-ms-input-placeholder {
  transition: 0.3s;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.5) !important;
  text-overflow: ellipsis;
  font-family: "SourceSansPro-Light";
}
.contact-us form .form-field input, .contact-us form .form-field select {
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
}
.contact-us form .form-field textarea {
  border: none !important;
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
  padding-top: 30px;
}
.contact-us form .form-field select {
  height: 50px;
  margin-top: 30px;
}
.contact-us form .form-field select option:not(:first-of-type) {
  color: black;
  font-size: 17px;
  transition: 0.3s;
  text-overflow: ellipsis;
  font-family: "SourceSansPro-Light";
  font-weight: normal;
}
.contact-us form.frm-show-form .frm_submit button {
  height: 50px;
  margin-top: 50px;
  border: 0;
  background: #FFDF6C;
  border-radius: 0;
  font-size: 25px;
  font-family: "SourceSansPro-Regular";
  font-weight: bold;
  width: 100%;
  color: #000;
}

.cv-form {
  display: none;
}

.wpcf7 {
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 30px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.wpcf7 h3 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 46px;
  line-height: 48px;
  text-align: center;
}

form.wpcf7-form {
  background-color: white;
  padding: 40px;
  width: 50%;
  position: relative;
}
form.wpcf7-form .close-popup-cv {
  position: absolute;
  right: 40px;
  top: 20px;
  font-family: "Montserrat-Regular";
  font-weight: bold;
  font-size: 30px;
  cursor: pointer;
}
form.wpcf7-form span input {
  width: 100%;
  margin-top: 50px;
  box-shadow: none !important;
  border-radius: 0;
  background: transparent;
  color: rgba(0, 0, 0, 0.5);
  font-size: 25px;
  transition: 0.3s;
  text-overflow: ellipsis;
  font-family: "SourceSansPro-Light";
  font-weight: normal;
  padding-left: 25px;
  border: 0;
  outline: 0 !important;
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
}
form.wpcf7-form span textarea {
  border-color: rgba(0, 0, 0, 0.3) !important;
  padding-top: 30px;
  margin-top: 50px;
  font-size: 25px;
  font-family: "SourceSansPro-Light";
  padding-left: 25px;
  width: 100%;
  height: 160px;
}
form.wpcf7-form span [type=file] {
  padding-bottom: 10px;
}
form.wpcf7-form [type=submit] {
  height: 50px;
  margin-top: 50px;
  border: 0;
  background: #FFDF6C;
  border-radius: 0;
  font-size: 25px;
  font-family: "SourceSansPro-Regular";
  font-weight: bold;
  width: 100%;
  color: #000;
  cursor: pointer;
}
form.wpcf7-form [type=submit]:hover {
  background: #efefef;
  border-color: #cccccc;
  color: #444444;
}

footer {
  background: #202020;
  margin-top: 50px;
}
footer .ft-1-menu-wrap {
  width: 40%;
}
footer .ft-2-menu-wrap {
  width: 30%;
}
footer .footer-soc-newslatter {
  width: 30%;
}
@media all and (max-width: 991px) {
  footer .ft-1-menu-wrap {
    width: 50%;
  }
  footer .ft-2-menu-wrap {
    width: 50%;
  }
  footer .footer-soc-newslatter {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  footer .ft-1-menu-wrap, footer .ft-2-menu-wrap {
    width: 100%;
  }
}
footer .oddand-footer-menu {
  margin: 20px;
}
footer .oddand-footer-menu ul {
  list-style-type: none;
}
footer .oddand-footer-menu ul li {
  margin-bottom: 20px;
}
footer .oddand-footer-menu ul li a {
  color: #ffffff;
  font-size: 27px;
  line-height: 32px;
  font-family: "SF-Pro-Rounded-Regular";
}
@media all and (max-width: 768px) {
  footer .oddand-footer-menu ul li a {
    font-size: 22px;
  }
}
footer .footer-soc-newslatter .f-socials .footer-socials {
  margin: 20px;
}
footer .all-right-container {
  padding-bottom: 10px;
}
footer .f-all-rights {
  width: 100%;
  text-align: center;
}
footer .f-all-rights .footer-allrights p {
  color: #ffffff;
  font-family: "SF-Pro-Rounded-Thin";
  font-size: 20px;
}
