/*
Theme Name: canapii_theme
Author: canapii dev
Author URI: https://www.canapii.com/
Version: 1.0
 */

 html {margin: 0 !important; padding: 0 !important; scroll-behavior: smooth;}

@font-face {
	font-family: 'nunito_sansregular';
	src: url('fonts/nunitosans-regular-webfont.eot');
    src: url('fonts/nunitosans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nunitosans-regular-webfont.woff2') format('woff2'),
         url('fonts/nunitosans-regular-webfont.woff') format('woff'), 
         url('fonts/nunitosans-regular-webfont.ttf') format('truetype'),
         url('fonts/nunitosans-regular-webfont.svg#nunito_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
	
   	font-family: 'nunito_sansbold';
	src: url('fonts/nunitosans-bold-webfont.eot');
    src: url('fonts/nunitosans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nunitosans-bold-webfont.woff2') format('woff2'),
         url('fonts/nunitosans-bold-webfont.woff') format('woff'),
         url('fonts/nunitosans-bold-webfont.ttf') format('truetype'),
         url('fonts/nunitosans-bold-webfont.svg#nunito_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;

}
.g2-awwards {
	margin-bottom: 20px;
}
.g2-awwards .wp-block-gutentor-e6 {
	display: inline-block !important;
	padding: 15px !important
}
.g-ordered-list .child-list li {
	margin-bottom: 8px !important;
}
.g-ordered-list .child-list li a {
	font-weight: 400!important;
    text-decoration: underline!important;
    padding-bottom: 5px!important;
    display: block!important;
    font-size: 14px !important;
}
..wp-block-separator {
	margin-top: 35px !important
}
.g-ordered-list .child-list {
	padding-left: 0;
}
#wpadminbar {
    display: block;
    position: relative;
}
.cc-theme-classic .cc-btn {
	text-decoration: none !important;
	font-weight: 400 !important;
	font-size: 13px !important;
}
.cc-banner .cc-message {
	font-size: 14px;
}
.gt_white_content a.selected {
	background-color: none !important
}
.soltion {
	display: none
}

.header-nav {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}
.header-nav.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  animation: none;
  animation: smoothScroll 0s forwards;
}
.pricing .header-nav.scrolled {
	position: relative
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-10px);
    opacity: 0;
	}
	100% {
		transform: translateY(0px);
    opacity: 1;
	}
}

/*accordion*/
.tabs {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgba(0,0,0,0.5);
    margin-bottom: 90px;
}
.tabs .tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
.tabs .tab.close {
  display: none;
}
.tabs .tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background: #164874;
  font-weight: bold;
  cursor: pointer;
}
.tabs .tab-label:hover {
  background: darken(#164874, 10%);
}
.tabs .tab-label:after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all .35s;
}
.tabs .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  transition: all .35s;
}
.tabs .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
.tabs .tab-close:hover {
  background: darken(#2c3e50, 10%);
}
.tabs input {
  display: none;
}
.tabs input:checked + .tab-label {
  background: darken(#2c3e50, 10%);
}
.tabs input:checked + .tab-label:after {
  transform: rotate(90deg);
}
.tabs input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}
/* toggle switch */
.switch {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 17px;
  margin-top: 10px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}
input:checked + .slider:before {
  left: -5px;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.category h1 {
	color: #fff;
	padding: 100px 0;
}
.category article {
	box-shadow: 0px 4px 16px 0px rgba(32,32,32,0.14);
    border-radius: 12px 12px 12px 12px;
    padding: 20px 30px 30px 30px;
}
.grid-container.product-updates {
	padding-top: 50px;
	padding-bottom: 40px;
}
.single-post .product-updates .wrap-header {
	padding: 55px 0 25px !important;
}
.product-updates.kb-post h1 {
	margin-bottom: 35px;
	border: none !important;
	padding-left: 0 !important;
}
.product-updates h2 {
	color: #fff;
    margin-left: 5px;
    margin-top: 13px;
    font-weight: 100;
    border-left: 6px solid #50b9dc;
    padding-left: 25px;
    height: 25px;
    margin-bottom: 10px;
}
.product-updates h3 {
    color: #fff;
    margin-left: 5px;
    font-weight: 100;
    border-left: 6px solid #50b9dc;
    padding-left: 25px;
    height: 25px;
}
.product-updates .gutentor-image-thumb img {
    padding: 0 !important;
    border: 1px solid #e4e4e4
}
@media screen and (max-width: 576px) {
	.g2-awwards .wp-block-gutentor-e6 {
		padding: 10px 0 !important;
	}
}

.cmplz-btn {
	border: 1px solid #4fb9dc !important;
 	border-radius: 6px;
	height: 40px;
	padding: 8px;
	font-size: 13px;
}
  