
/*							*
*							*
*	Overwriting Theme CSS	*
*							*
*							*/

#cbx-pricing .cbx-inner .cbx-singlepricing .cbx-featured-header {
	background-image: url("../img/pricing/pricing2.png");
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 35px;
	padding-bottom: 50px;
	position: relative;
  }

.cbx-single-feature {
	padding-bottom:0px !important;
	height:300px;
	margin-bottom:30px;
}

.cbx-sfeature-2 .cbx-sficon i {
	background: #ffffff;
	border-radius: 50%;
	border: 3px solid #e9eef2;
	font-size: 30px;
	padding: 12%;
	transition: all 0.5s linear 0s;
	color: #6495ed;
  }
  
  .cbx-sfeature-2 .cbx-sficon i {
	background: #ffffff;
	border-color: #6495ed;
  }

  .cbx-sfeature-2 .cbx-single-feature .cbx-sficon i {
	background: #ffffff;
	border-color: #6495ed;
  }

  .cbx-sfeature-2 .cbx-sficon i {
    font-size: 50px;
	width: 110px;
  }

.cbx-type a {
	color:white;
}

#cbx-faq {
	background-image: -moz-linear-gradient(-82deg, #6b5df7 0%, #11e190 99%);
	background-image: -webkit-linear-gradient(-82deg, #6b5df7 0%, #11e190 99%);
	background-image: -ms-linear-gradient(-82deg, #6b5df7 0%, #11e190 99%);
	background-image: -o-linear-gradient(-82deg, #6b5df7 0%, #11e190 99%);
	background-image: linear-gradient(-82deg, #6b5df7 0%, #11e190 99%);
	display: block;
	overflow: hidden;
  }

  #cbx-faq .cbx-panel .panel-heading {
	  border:none;
  }

  #cbx-faq .cbx-single-faq .panel-default {
	  border-radius:5px;
  }

  .cbx-faq .cbx-heading h2 {
	color: #ffffff;
	font-family: 'Exo', sans-serif;
	font-size: 24px;
	line-height: 36px;
	font-size: 2.4rem;
	line-height: 3.5999999999999996rem;
	letter-spacing: .5px;
	line-height: 40px;
  }
  
  .cbx-faq .cbx-heading h2:before {
	border: 1px solid #ffffff;
  }
  
  .cbx-faq .cbx-heading h2:after {
	border: 1px solid #ffffff;
  }
  
  .cbx-faq .cbx-heading hr {
	border-width: 2px;
	border-color: #3f7ce9;
	width: 3%;
  }
  
  .cbx-faq .cbx-heading p {
	font-size: 16px;
	line-height: 24px;
	font-size: 1.6rem;
	line-height: 2.4000000000000004rem;
	padding: 0 28rem;
	font-weight: 400;
	color: #ffffff;
  }

  .cbx-inner {
	  padding-top:60px;
	  padding-bottom:60px;
  }

  .paddingTop {
	padding-top: 50px;
  }

  #cbx-faq .cbx-single-faq .collapsed span {
	  font-size: 1.8rem;
  }

  #cbx-faq .cbx-single-faq .uncollapse span {
	font-size: 1.8rem;
  }

  .cbx-sfeature-2 .cbx-inner {
	  padding-bottom:60px;
  }


@media only screen and (max-width: 480px) {
	.cbx-sfeature-2 .cbx-sficon i {
		width: 130px;
	}

	.cbx-sfeature .cbx-single-feature, .cbx-sfeature-2 .cbx-single-feature {
		padding-bottom:0px !important;
		height:350px;
		margin-bottom:30px;
	}

}

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

	#cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .leftlayer1 {
		padding: 100px 15%;
		padding-bottom: 300px;
	}

	#cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .leftlayer1 .banner-content a.paramore {
		margin-top:0px;
	}

	#cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .leftlayer1 {
		background-position: 60px 220%;
		background-size: 250px;
	}

	#cbx-parallax-banner .cbx-section .cbx-item-parallax-banner {
		padding-bottom:0px;
	}
}





/*				*
*				*
*	Custom CSS	*
*				*
*				*/

.center-col {
	margin-left:auto;
	margin-right:auto;
	float:none;
}

.box-shadow-1 {
	border-radius:5px;
	box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important
}

#dropzone {
	margin-bottom: 3rem; }
  
  .dropzone {
	border: 2px dashed white;
	border-radius: 5px;
	background: #ffffff26; 
	color: white;
}	
	.dropzone .dz-message {
	  font-weight: 400; }
	  .dropzone .dz-message .note {
		font-size: 0.8em;
		font-weight: 200;
		display: block;
		margin-top: 1.4rem; }
  
  *, *:before, *:after {
	box-sizing: border-box; }

#dropzone-button-1 {
    border: 2px solid #e0e0e0;
    padding: 5px 10px;
    border-radius: 5px;
}

.inputfile-4 + label {
	margin-left:auto;
	margin-right:auto;
	display: table;
}

.inputfile-4 + label {
	color:white;
}

.inputfile-4 + label figure {
	background-color:white;
}

.inputfile-4 + label svg {
	fill:#616beb;
}

.inputfile-4:focus + label, .inputfile-4.has-focus + label, .inputfile-4 + label:hover {
	color: #e5fcff;
}

.inputfile-4:focus + label figure, .inputfile-4.has-focus + label figure, .inputfile-4 + label:hover figure {
	background-color: #e5fcff;
}

