/*
Theme Name: AGORA Child
Description: Child theme for AGORA theme
Author: AG
Template: agora
*/

.sh-header-builder-logo .sh-header-builder-logo-standard,
.sh-header-builder-logo .sh-header-builder-logo-sticky,
.header-logo-container .sh-standard-logo,
.header-logo-container .sh-light-logo,
.header-logo-container .sh-sticky-logo,
.sh-sticky-header-active .header-logo img {
  height: 46px;
}

.sh-header {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 15px;
  border-bottom: none;
}

.sh-sticky-header-active:not(.sh-header-4):not(.sh-header-5):not(.sh-header-6) .sh-nav > li.menu-item > a {
  padding-top: 30px;
  padding-bottom: 30px;
}

.sh-nav > li.menu-item > a,
.sh-nav-mobile li a {
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.sh-nav ul.sub-menu a {
  text-transform: uppercase !important;
  font-size: 14px;
}

.sh-nav li.menu-item li.current-menu-item > a {
  font-weight: normal;
}

li.header-login-button,
li.header-trial-button {
  min-height: 100px;
  line-height: 100px;
  vertical-align: middle;
  align-content: center;
}
li.header-login-button > a {
  padding: 6px 12px !important;
  border-radius: 6px;
  border: 1px solid #d2382f;
  color: #d2382f !important;
  background: transparent;
  min-height: auto !important;
  line-height: normal !important;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px !important;
  text-transform: none !important;
}
li.header-login-button > a:hover {
  background-color: #d2382f;
  color: #ffffff !important;
}

li.header-trial-button > a {
  padding: 8px 12px !important;
  border-radius: 6px;
  background-color: #d2382f;
  color: #ffffff !important;
  min-height: auto !important;
  line-height: normal !important;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px !important;
  text-transform: none !important;
}
li.header-trial-button > a:hover {
  background-color: #b7261e;
}

.swiss-made-logo img {
  background-color: white;
  padding: 6px;
}

#security .fa-digg:before {
    content: "";
    width: 37px;
    height: 37px;
    background: #ffffff url(/wp-content/uploads/2019/10/swiss-flag.png) no-repeat;
    background-position: center center;
    background-size: 37px 37px;
    top: 0px;
    right: 0px;
    position: relative;
    display: inline-block;
}


/* Pricing */
.pricing-wrapper .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a,
.pricing-wrapper .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a:hover,
.pricing-wrapper .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a:focus{
	background-color: #ffffff;
}
.pricing-wrapper .vc_tta-tabs-container .vc_tta-tab.vc_active a{
	font-weight: bold;
}
.pricing-wrapper .vc_tta-tabs-container .vc_tta-tab{
	border-bottom: 1px solid #dddddd;
}
.pricing-wrapper .vc_tta-tabs-container .vc_tta-tab.vc_active{
	border-bottom: 4px solid #d2382f;
}
.pricing-wrapper .pricing-table .wpb_column.vc_column_container.vc_col-sm-4 {
  background-color: #f9f9f9;
  box-shadow: 0 30px 30px -15px rgb(0 0 0 / 15%);
  border-radius: 0.75rem;
  border: 1px solid #ddd;
  margin: 0px 0 30px 0px;
  width: 30%;
  min-height: 570px;
}
.pricing-wrapper .pricing-table {
	margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 26px;
}
.pricing-wrapper .pricing-table .wpb_column.vc_column_container.vc_col-sm-4 .vc_column-inner {
	padding-left: 10px;
    padding-right: 10px;
}

/*.pricing-table-tabs .wpb_column:nth-child(-n + 1),
.pricing-table-tabs .wpb_column:nth-child(-n + 2) {
	border-right: 7px solid #ffffff;
}*/

.price-switch-wraper {
  display: flex;
  align-items: center;
  position: absolute;
	right: 100px;
	top: 60px;
  gap: 30px;
}

.switch-price-link {
	display: flex;
	align-items: center;
	z-index: 10;
}
.switch-price-link img {
	width: 30px;
	height: 30px;
	margin: 0 6px 0 0;
}
.switch-price-link span {
	color: #122632;
	font-weight: 600;
	font-size: 20px;
}
.switch-price-link span:hover {
	color: #d2382f;
}

.switch-price-link.no-active {
  opacity: 0.3;
}

.switch-price-link.no-active:hover {
  opacity: 10;
}


.macgyver-column .sh-image-lazy-loading{
	margin: 0 auto;
}

#deployment.pricing-wrapper .pricing-table .wpb_column.vc_column_container.vc_col-sm-4 {
	min-height: 400px;
	margin-bottom: 30px;
}
#deployment.pricing-wrapper .pricing-table .wpb_column .vc_single_image-wrapper .vc_single_image-img {
	width: 85px;
}



/*** Packages table ***/
.plan-grid-container {
	font-family: 'Raleway', Arial, sans-serif;
	color: #000000;
	text-align: center;
	font-size: 16px;
	width: 100%;
	margin: 40px 10px;
	display: flex;
}
.plan-grid-container .plan {
  margin: 0;
  width: 25%;
  position: relative;
  float: left;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.plan-grid-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.plan-grid-container header {
  position: relative;
}
.plan-grid-container .plan-head{
  min-height: 100px;
  position:relative;
}
.plan-grid-container .plan-title {
  position: relative;
  top: 50px;
  font-weight: 500;
  font-size:16px;
  padding: 8px 14px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  background-color: #222f3d;
  color: #ffffff;
  text-transform: uppercase;
}
.plan-grid-container .plan-title.red {
  background-color:#ed1c24;
}
.plan-grid-container .plan-title.blue {
  background-color:#1781e3;
}
.plan-grid-container .plan-features-title{
  text-transform:uppercase;
  font-weight:700;
  color: #7e7e7e;
  margin: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.plan-grid-container .plan-cost {
  padding: 0px 10px 20px;
}
.plan-grid-container .plan-price {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 800;
  font-size: 2.4em;
  color: #34495e;
}
.plan-grid-container .plan-type {
  opacity: 0.6;
}
.plan-grid-container .plan-brand{
  margin: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.plan-grid-container .plan-brand img{
  max-width: 65%;
  position:relative;
}
.plan-grid-container .plan-features {
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: outside none none;
  font-size: 0.8em;
}
.plan-grid-container .plan-features li {
  border-top: 1px solid #d2d7e2;
  padding: 10px 6px;
  min-height: 42px;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}
.plan-grid-container .plan-features li:nth-child(even) {
  background: rgba(0, 0, 0, 0.06);
}
.plan-grid-container .plan-features li.group{
  font-weight:bold;
  text-transform: uppercase;
}
.plan-grid-container .plan-features i {
  display: inline-table;
  margin: 0px 0;
}
.plan-grid-container .plan-select {
  border-top: 1px solid #d2d7e2;
  padding: 10px 10px 0;
}
.plan-grid-container .plan-select.red a {
  background-color:#ed1c24;
}
.plan-grid-container .plan-select.blue a {
  background-color:#1781e3;
}
.plan-grid-container .plan-select a {
  background-color: #222f3d;
  color: #ffffff;
  text-decoration: none;
  padding: 0.5em 1em;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
}
.plan-grid-container .plan-select a:hover {
  background-color: #46627f;
}
.plan-grid-container .featured {
  margin-top: -10px;
  background-color: #34495e;
  color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.plan-grid-container .featured .plan-title,
.plan-grid-container .featured .plan-price {
  color: #ffffff;
}
.plan-grid-container .featured .plan-cost {
  padding: 10px 10px 20px;
}
.plan-grid-container .featured .plan-features li {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.plan-grid-container .featured .plan-select {
  padding: 20px 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
 .plan-grid-container .plan.moby {
   display:none;
}
.plan-grid-container li.price{
	min-height: 60px;
}
.plan-grid-container .price{
	line-height: normal;
}
 .plan-grid-container .price .amount {
  font-size: 20px;
  font-weight: 600;
}
 .plan-grid-container .price .currency {
  font-size: 14px;
  font-weight: 600;
}
 .plan-grid-container .price .info {
  color: #444444;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  top: 4px;
}


/* Library */
.list-docs .sh-iconbox{
	margin-bottom: 35px;
}
.list-docs .sh-iconbox-aside{
	padding-left: 65px!important;
	margin-top: 2px;
}
.list-docs .sh-iconbox-icon-shape{
	background-color: #d2382f;
	width: 45px;
	height: 45px;
}
.list-docs .sh-iconbox-icon-shape i{
	line-height: 45px;
    font-size: 16px;
}
.list-docs .sh-iconbox-title a h3{
	color: #444444;
	margin-bottom: 5px;
}
.list-docs .sh-iconbox-title a h3:hover{
	color: #d2382f;
	text-decoration: underline;
}

.list-docs .sh-iconbox-icon {
  font-size: inherit;
}

/** Form **/
.wpcf7{
	background-color: #f9f9f9;
    padding: 25px 38px;
    box-shadow: 0 30px 50px -15px rgb(0 0 0 / 15%);
	border-radius: 15px;
}
.wpcf7 label{
	width: 100%;
}
.wpcf7 input::placeholder,
.wpcf7 input::-webkit-input-placeholder,
.wpcf7 textarea::placeholder,
.wpcf7 textarea::-webkit-input-placeholder{
	font-style: normal;
	font-size: 12px;
	font-weight: 500;
	position: relative;
	top: -10px;
	left: -10px;
}
.wpcf7 input,
.wpcf7 textarea{
	border-radius: 4px;
}
.wpcf7 .wpcf7-form-control.wpcf7-acceptance{
	font-size: 14px;
}
.wpcf7 .wpcf7-form-control-wrap,
.wpcf7 label{
	margin-bottom: 0px!important;
}

.wpcf7 .wpcf7-submit{
  margin-top: 30px;
  width: 100%;
  background-color: #d2382f !important;
}

.wpcf7 .wpcf7-submit:hover {
  background-color: #b7261e !important;
}

.markets-home .wpb_column.vc_column_container.vc_col-sm-4 .vc_column-inner {
  box-shadow: 0px 15px 45px -9px rgba(0,0,0,0.20);
}


.sh-header-mobile-navigation .header-logo img {
  width: 200px;
}


@media (max-width: 767px) {
  .price-switch-wraper {
    right: 0;
    top: 43px;
    gap: 22px;
  }

  li.header-login-button > a:not(.menu-item-open-fix),
  li.header-trial-button > a:not(.menu-item-open-fix) {
    display: none !important;
  }

  li.header-login-button > a,
  li.header-trial-button > a {
    position: relative!important;
  }

  li.header-login-button::after,
  li.header-trial-button::after {
    background-color: transparent !important;
  }

  li.header-login-button,
  li.header-trial-button {
    min-height: 60px;
    line-height: 60px;
  }

  .pricing-wrapper .pricing-table {
    flex-direction: column;
  }

  .sh-button.sh-button-large,
  .sh-button.sh-button-small {
    padding: 14px 18px !important;
    line-height: 1.3 !important;
    height: auto !important;
    white-space: normal !important;
    text-align: center;
  }

  .sh-button .sh-button-text {
    display: inline !important;
    line-height: 1.3 !important;
  }

  .sh-button .sh-button-icon {
    margin-left: 6px !important;
    vertical-align: middle;
  }

  .sh-titlebar:not(.sh-titlebar-template) .title-level {
    text-align: center;
  }

  .markets-home .wpb_column.vc_column_container.vc_col-sm-4 .vc_column-inner {
    margin-bottom: 30px;
  }
}


@media only screen and (max-width: 1024px) {

  li.header-login-button > a:not(.menu-item-open-fix),
  li.header-trial-button > a:not(.menu-item-open-fix) {
    display: none !important;
  }

  li.header-login-button > a,
  li.header-trial-button > a {
    position: relative!important;
  }

  li.header-login-button::after,
  li.header-trial-button::after {
    background-color: transparent !important;
  }

  li.header-login-button,
  li.header-trial-button {
    min-height: 60px;
    line-height: 60px;
  }

  .sh-button.sh-button-large,
  .sh-button.sh-button-small {
    padding: 14px 18px !important;
    line-height: 1.3 !important;
    height: auto !important;
    white-space: normal !important;
    text-align: center;
  }

  .sh-button.sh-button-small {
    padding: 14px 12px !important;
  }

  .sh-button .sh-button-text {
    display: inline !important;
    line-height: 1.3 !important;
  }

  .sh-button .sh-button-icon {
    margin-left: 6px !important;
    vertical-align: middle;
  }

}
