/*
Theme Name: cxfactory
Author: Vincze László
Description: custom WP theme for cx-impact
Tags: customer, experience, team,masterclass, training
Text Domain: cxfactory.org
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
h1, h2, h3, h4 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0.1px;
}
.pld-post-list.pld-design-1 .pld-post-list-content h2 a {
	    color: #152c5b !important;
}
.wp-block-button__link {
    color: inherit !important;
    background-color: inherit !important;
    border-radius: inherit !important;
    box-shadow: none;
    text-decoration: none;
    padding: 0 !important;
    font-size: inherit !important;
}
.wpcf7-form-control.wpcf7-captchar, .wpcf7-captcha-captcha-nst {
width: 100%;
margin-left: 20px;
max-width: 240px;
}
.securt label {
display: block;
margin-bottom: 10px;
color: #F64F57;
}

li.wpm-item-language-hu.active, li.wpm-item-language-en.active {
    display: none;
}

h1 {
  font-size: 4em !important;
  line-height: normal;
  color: #0C1044;
}
h1 p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0.1px;
	font-size: 1em !important;
  line-height: normal;
  color: #0C1044;
}
.font-24{
  font-size: 24px;
}
.fa {
	font-size: 2rem !important;
}
figure {
	margin: 50px 0 !important;
}
figure img {
	display: block;
width: 100%;
}
body {
  background-image: url('assets/img/blur01.jpg') !important;
  background-size: contain;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300 !important;
  font-size: 16px !important;
  line-height: 26px !important;
  /* or 162% */
  letter-spacing: 0.3px !important;
  /* factory-blue */
  color: #0C1044;
  background-repeat: no-repeat;
}
.navbar {
    padding: 0;
}
.navbar-expand-lg .navbar-brand img {
    height: 2.75rem;
}
.switcher-list {
    padding:0;
	font-weight:600;
    font-size: 12px;
	    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
li.item-language-en.active, li.item-language-hu.active {
    display: none !important;
} 
.bg-section-secondary, section {
    background: none !important;
}
 /*
.wp-block-column {
width: 50%;
float: left;
padding: 0 30px 0 0;
margin: 50px 0;
}
 */
.screen-reader-response {
color: #BF443E;
padding: 10px 10px;
border-radius: 20px;
}
span.wpcf7-not-valid-tip {
	color: #BF443E !important;
}
.slice-lg {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.py-7 {
    padding-bottom: 0rem !important;
}
.red {
  color: #BF443E !important;
}
.btn {
  width: auto;
  font-weight: 300;
  padding: 10px 30px;
}
.btn-primary {
color: #BF443E;
border-color: #BF443E;
background: none;
}
.btn-primary:hover {
color: #fff;
border-color: #BF443E;
background-color: #BF443E;
}
lord-icon {
  width: 200px !important;
  height: 200px !important;
  /* margin: 0 auto; */
  display: block;
  /*
    background: rgba(12,16,68,0.02);
 background: rgba(12,16,68,0.05); rgba(191,68,62,0.05) */
  border-radius: 8px;
}
p {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */

  letter-spacing: 0.3px;

  /* factory-blue */

  color: #0C1044;
}
.wpcf7-form-control {
font-weight: 200;
}
label {
    width: 100% !important;
}
textarea {
    height: 160px !important;
}
select {
    background: none !important;
}
select, input {
color: #0C1044 !important;
font-weight: 400 !important;
	background: none;
}
 input[type=submit] {
    background-color: #BF443E !important;
    color: #ffffff !important;
    border: 0 !important;
}
select {
    width: 100%;
    padding: 20px 25px;
    border: 0;
    border-bottom: 1px solid;
}
.navbar-nav .nav-link {
font-weight: 200;
}
.navbar-light .navbar-nav .nav-link {
color: #0C1044;
}
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}



.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
	  height: 300px !important;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  top: -50px;
  left: 50%;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: #0C1044;
  border: 1px solid #fff;
  border-radius: 10px;
	    margin-right: 4px;
}
.carousel-indicators li:last-child {
	    margin-left: 0px;
}
.carousel-indicators li {
    background: none;
    border: 1px solid #0C1044;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color:#0C1044;
	margin-right: 4px;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
}


::placeholder {
  color: #E0E0E0;
  font-weight:200;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #E0E0E0;
	font-weight:200;
}
::-ms-input-placeholder { /* Microsoft Edge */
 color: #E0E0E0;
	font-weight:200;
}
.wpcf7-form-control {
width: 100%;
height: 64px;
border: 0px solid #e2e8f0;
border-radius: 0rem;
border-bottom: 1px solid #000000;
}
.footer {
padding-top: 0;
}



		ul.tabs{
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		ul.tabs li{
			background: none;
			color: #0C1044;
			display: inline-block;
			padding: 10px 15px;
			cursor: pointer;
		}

		ul.tabs li.current{
			background: #f7f7f7;
			color: #222;
		}

		.tab-content{
			display: none;
			background: #f7f7f7;
			padding: 15px;
		}

		.tab-content.current{
			display: inherit;
		}

    // LINKS IN MENU EFFECT
    .menu-left a {
      display: inline-block;
      position: relative;
      padding-bottom: 0px;
      transition: color 0.35s ease;
      &:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 0;
        transition: width 0s ease, background 0.35s ease;
      }
      &:after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        height: 2px;
        width: 0;
        background: $text-color;
        transition: width 0.35s ease;
      }
      &:hover:before {
        width: 100%;
        background: $text-color;
        transition: width 0.35s ease;
      }
      &:hover:after {
        width: 100%;
        background: transparent;
        transition: all 0s ease;
      }
    }

    header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      padding: 0.5rem 0;
      background: rgb(255, 255, 255);
      z-index: 3;
      will-change: transform;
      transition: background 0.3s,
        -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
      transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1),
        background 0.3s;
      transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1),
        background 0.3s, -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
      transform: translateY(0);
      -webkit-transform: translateY(0);
      nav {
        .logo {
          float: left;
          padding-top: 0.25rem;
          padding-bottom: 0.25rem;
          margin-right: 1rem;
          font-size: 1.25rem;
          line-height: inherit;
          font-weight: 500;
          color: black;
          &:after {
            content: "";
            display: table;
            clear: both;
          }
        }
        ul {
          list-style: none;
          padding-left: 0;
          margin: 0;
          li {
            float: none;
            margin-left: 0;
            @include breakpoint($md) {
              float: left;
              margin-left: 1rem;
            }
            a {
              display: block;
              @include breakpoint($sm) {
                display: block;
                padding: 0.425rem 0rem;
              }
            }
          }
        }
      }
    }
    @media (max-width: 768px) {
      ul {
        clear: both;
        li {
          padding: 0.5em 0;
        }
      }
    }

    .hide-nav {
      transform: translateY(-120%!important);
      -webkit-transform: translateY(-120%) !important;
    }

    ul.menu-left {
      display: block;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      z-index: 10;
      @include breakpoint($md) {
        display: block !important;
        float: right;
        max-height: none;
      }
      &:before {
        content: "";
        display: table;
        clear: both;
      }
      &.collapse {
        max-height: 15em !important;
      }
    }

    // Burger
    .nav-toggle {
      display: block;
      border-radius: 5px;
      background-color: transparent;
      float: right;
      height: 38px;
      width: 38px;
      cursor: pointer;
      padding: 8px 8px;
      &.open span:first-child {
        transform: rotate(45deg) translate(4.4px, 4.4px);
      }
      &.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
      }
      &.open span:last-child {
        transform: rotate(-45deg) translate(4.4px, -4.4px);
      }
      @include breakpoint($md) {
        display: none;
      }
      span {
        position: relative;
        display: block;
        height: 2px;
        width: 100%;
        margin-top: 4px;
        background-color: $text-color;
        transition: all 0.25s;
      }
    }

    .signature {
      position: fixed;
      font-weight: 100;
      bottom: 10px;
      color: $text-color;
      left: 0;
      letter-spacing: 4px;
      font-size: 10px;
      width: 100vw;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none;
    }

.footer {
  color: #f7f7f7;
  background-color: #0C1044;
}

.footer a {
  color: #f7f7f7;
}
.footer a:hover {
  color: #7478A9;
}
nav {
	text-align:center;
/*
width:100%;
*/
	position:relative;
	height:auto;
	overflow:hidden;
	background:none;
}
nav ul {
	text-align: right;
}
nav ul li {
	display:inline-block;
}
nav ul li a {
	color:#333;
	display:inline-block;
	padding:1em 3em;
	text-decoration:none;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
	font-size:16px;
}
nav ul li a:hover {
	color: #34B484;
}

.overlay a.nav-link {
  font-size: 3rem;
}
/*styling open close button*/
.button {
	display:inline;
	position:absolute;
	right:15px;
	top:6px;
	z-index:999;
	font-size:30px;
}
.button a {
	text-decoration:none;
}
.btn-open:after {
	color:#333;
	content:"\f0c9";
	font-family:"FontAwesome";
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.btn-open:hover:after {
	color:#BF443E;
}
.btn-close:after {
	color:#0C1044;
	content:"\f00d";
	font-family:"FontAwesome";
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.btn-close:hover {
	color: #BF443E;
}
/*overlay*/
.overlay {
	display:none;
	position:fixed;
	top:0;
	height:100%;
	width:100%;
	background:#ffffff;
	overflow:auto;
	z-index:100;
}
.wrap {
	color:#e9e9e9;
	text-align:center;
	max-width:90%;
	margin:0 auto;
}
.wrap ul.wrap-nav {
	text-transform:capitalize;
	padding:150px 0px 100px;
}
.wrap ul.wrap-nav li {
	font-size:20px;
	display:inline-block;
	vertical-align:top;
	width:24%;
	position:relative;
}
.wrap ul.wrap-nav li a {
	color:#BF443E;
	display:block;
	    font-size: 30px;
	padding:28px 0;
	text-decoration:none;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.wrap ul.wrap-nav li a:hover {
	color:#f0f0f0;
}
.wrap ul.wrap-nav ul {
	padding:20px 0;
}
.wrap ul.wrap-nav ul li {
	display:block;
	font-size:13px;
	width:100%;
	color:#0C1044;
}
.wrap ul.wrap-nav ul li a {
	color:#0C1044;
}
.wrap ul.wrap-nav ul li a:hover {
	color:#BF443E;
}
.social {
	font-size:25px;
	padding:20px;
}
.social p {
	margin:0;
	padding:20px 0 5px 0;
	line-height:30px;
	font-size:13px;
}
.social p a {
	color:#BF443E;
	text-decoration:none;
	margin:0;
	padding:0;
}
.social-icon {
	width:80px;
	height:50px;
	background:#0C1044;
	color:#ffffff;
	display:inline-block;
	margin:0 20px;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.social-icon:hover {
	background:#BF443E;
	color:#ffffff;
}
.social-icon i {
	margin-top:12px;
}
@media screen and (max-width: 767px) {
	.container {
  padding-right: 35px;
  padding-left: 35px;
  }
  .slice-lg {
    padding-top: 4rem !important;
padding-bottom: 3rem !important;
  }
	.wp-block-column {
width: 100%;
float: inherit;
padding: 0;
}
  h1 {
    font-size: 32px;
    line-height: normal;
  }
  .row-grid > [class*='col-'] + [class*='col-'] {
    margin-top: 0rem;
  }
	.wrap ul.wrap-nav>li {
		width:100%;
		padding:20px 0;
	}
	.wrap ul.wrap-nav {
		padding:30px 0px 0px;
	}
	nav ul {
		opacity:0;
		visibility:hidden;
	}
	.social {
		color:#c1c1c1;
		font-size:25px;
		padding:15px 0;
	}
	.social-icon {
		width:100%;
		height:50px;
		background:#0C1044;
		color:#ffffff;
		display:block;
		margin:5px 0;
	}
}


@media (max-width: 767px){
	.navbar .container {
   height: 80px !important;
}
	h1 {
    font-size: 2em !important;
    line-height: normal;
    color: #0C1044;
	}
	nav {
    height: 0px !important;
	}
	.carousel-indicators {
    top: 250px;
	}
	 
}
@media (min-width: 1200px){
.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 80% !important;
}
h1 {
  font-size: 4em !important;
  line-height: normal;
  color: #0C1044;
margin: 0 !important;
}
}
