/*
	Theme Name: Clykit
	Theme URI:
	Author: Expertel
	Author URL:
	Description: Theme for Clykit
	Version: 1.0
	License: GNU General Public License V2 or later
	License: URI:
	Tags: Community Template
*/


:root {
  --primaryColor: #000000;
  --secondaryColor: #ffffff;
  --mainBackground: #FAFAFA;
}
body{
	font-family: pt-sans, sans-serif;
	
	background: var(--mainBackground); 
	background-image: url('./images/background-to-white.png');
	
	background-repeat: repeat;
	background-position: center center;
	

}

.container{
	max-width: 1180px;
	

}
.bgMain{
	/*
	background-image: url('../images/background-to-white.png');
	
	background-repeat: repeat;
	background-position: center center;
	background-size: cover;
	*/
	
	padding-bottom: 40px;
}

.mt-160{
	padding-top: 165px;
}
.mt-71{
	margin-top: 71px;
}
/*
*==========================================
//Nav bar
*==========================================
*/
.holderNavTop{
	background-color: var(--primaryColor); 
	border-bottom: solid 1.5px #707070;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bg-dark {
    background-color: var(--primaryColor) !important;
}

.navbar span.infoBtns{
	padding-right: 15px;
}
.navbar span.infoBtns,
.navbar ul.navbar-nav li a.nav-link{
	color: var(--secondaryColor);
	font-weight: bold;
}

.top-form-inline{
	position: absolute;
	width: auto;
	right: 0px;
	
}

@media screen and (max-width: 990px) {
	.top-form-inline{
		position: relative;
		left: 0px;
	}
}


/*
*==========================================
//General - Botton
*==========================================
*/
a.btnDonwloadBlack,
a.btnDonwloadWhite{
	padding: 10px 35px 10px 18px;
	
	
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2px;
}

a.btnDonwloadWhite{
	background: var(--secondaryColor);
	border-radius: 30px;	
	color: var(--primaryColor);
	margin-left: 13px;
	margin-right: 13px;
}


a.btnDonwloadBlack img,
a.btnDonwloadWhite img{
	width: 18px;
	height: 20px;
	margin-right: 16px;
}

a.btnDonwloadBlack:hover,
a.btnDonwloadWhite:hover{
	text-decoration: none;
}

.navbar a.btnDonwloadWhite img{
	width: 14px;
	height: 15px;
	margin-right: 10px;
}

.navbar a.btnDonwloadWhite{
	padding: 5px 12px;
	font-size: 13px;
	font-weight: 300;
	margin-left: 0px;
	margin-right: 13px;
}

.holderHero a.btnDonwloadWhite{
	margin-left: 0px;
}

a.btnDonwloadBlack:nth-child(2),
a.btnDonwloadWhite:nth-child(2){
	margin-left:20px;
} 

a.btnDonwloadBlack{
	background: var(--primaryColor);
	color: var(--secondaryColor);
	border-radius: 30px;

}


/*
*==========================================
//Page - Home
*==========================================
*/
.holderHero{

	background: var(--primaryColor);
	color: var(--secondaryColor);
	padding-top: 45px;
	padding-bottom: 140px;
}
.holderHero .heading{
	font-size: 37px;
	margin-bottom: 55px;
	margin-top: 50%;
	max-width: 392px;
}

.holderHero .bgMainHero{
	position: relative;
}

.holderHero .heroImage{
	position: absolute; right: 10%; top: 0px;
}

.bgMain .subHeading h1{
	font-size: 19px;
	font-weight: bold;
	padding-bottom: 20px;
}

.bgMain .subHeading{
	max-width: 392px;
}
.bgMain .subHeading p{
	font-size: 20px;
	line-height: 1.3;
}

.grid-home{
	margin-top: 100px;
}
.grid-home .row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.grid-home .column {
  flex: 50%;
  max-width: 50%;
  padding: 0 4px;
}


.grid-home .column .holder-img-grid {
 text-align: center;
 margin-bottom: 113px;
}

.poster{
	background:var(--secondaryColor);
	color: var(--primaryColor);
	padding: 40px;
	border-radius: 0px 0px 60px 0px;
	text-align: left;
	margin-bottom: 113px;
	margin-top: 50px;
	

}
.poster.borderColor1{
	border-top: solid 4px #CC3F07;
}
.poster.borderColor2{
	border-top: solid 4px #B0DEEF;
}
.poster.borderColor3{
	border-top: solid 4px #D5BE72;
}

.poster.borderColor4{
	border-top: solid 4px #479F1A;
}

.poster .iconGridCheckbox{
	max-width: 38px;
	height: auto;
	
}

.poster .iconGridCircle{
	width: 55px;
	height: 55px;
}

.poster .poster_info{
	padding-top: 135px;
	font-size: 37px;
	max-width: 392px;
}

.grid-home .grid_title h1, 
.grid-home .grid_title{
	font-size: 53px;
	max-width: 491px;
	font-weight: 300;
	padding-top: 110px;
	padding-bottom: 25px;
	padding-left: 2px;
	line-height: 1;
}

.grid-home .grid-holder-download{
	background: var(--primaryColor);
	text-align: center;
	padding-top: 43px;
	padding-bottom: 50px;
	border-radius: 40px; 
	margin-bottom: 113px;
}

.grid-home .grid-holder-download h1{
	color: var(--secondaryColor);
	font-size: 19px;
	font-weight: bold;
	padding-bottom: 35px;
	
}

.gridSpaceRight{
	margin-right: 95px;
}

.gridSpaceLeft{
	margin-left: 95px;
}

.bgsectionHome{
	/*background-image: url("./images/1190080.png");*/
	background-size: cover;
	padding-top:168px;
	padding-bottom: 150px;
	margin-top: 90px;
}

.bgsectionHome h1{
	font-size: 53px;
	max-width: 473px;
	padding-left: 12px;
	padding-bottom: 25px;
}
.bgsectionHome h2{
	font-size: 19px;
	padding-top: 25px;
	padding-bottom: 22px;
	font-weight: bold;
	color: var(--primaryColor);
	padding-left: 12px;
}

.featuresHome{
	background: var(--secondaryColor);
	padding-top: 147px;
	padding-bottom: 129px;
}

.featuresHome h3{
	font-size: 20px;
	font-weight: bold;
}

.featuresHome .infoItem{
	font-size: 17px;
}

.featuresHome .holderLeft{
	float: left;
	width: 36%;
}
.featuresHome .holderLeft h2{
	font-size: 37px;
}
.featuresHome .holderRight{
	float: right;
	width: 64%;
}

.featuresHome .holderRight .infoItem{
	padding-left: 120px;
	padding-bottom: 12px; /*97px;*/
}

.featuresHome .holderRight .infoItem .hrDivider{
	width: 58px;
	height: 2px;
	background: #ccc;
	margin-bottom: 10px; /*33px;*/
}

h3.titleDownload{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
	padding-top: 20px;
}

.sectionInfoBottom h1{
 max-width: 392px;
 font-size: 37px;
}

.holderBottomImg{
	float: left; margin-top: -300px;
}

/* Responsive layout - makes a two column-layout instead of four columns */

@media screen and (max-width: 990px) {
  .featuresHome .holderLeft{
  	width: 40%;
  }

  .featuresHome .holderLeft h2 {
    	font-size: 25px;
	}

	.featuresHome .holderRight {
    	float: right;
    	width: 60%;
	}

	.featuresHome .holderRight .infoItem {
    	padding-left: 25px;
    	padding-bottom: 20px;
	}

	.bgMain a.btnDonwloadWhite,
	.grid-holder-download a.btnDonwloadWhite,
	.featuresHome .holderLeft a.btnDonwloadBlack{
		
		display: block;
		margin-bottom: 10px;
		text-align: center;
	}

	.bgMain a.btnDonwloadBlack.
	.bgMain  a.btnDonwloadWhite{
		margin: 0px !important;
		padding: 0px !important;
	}

	.featuresHome .holderLeft a.btnDonwloadBlack:nth-child(1),
	.featuresHome .holderLeft a.btnDonwloadBlack:nth-child(2),
	a.btnDonwloadBlack:nth-child(2), 
	a.btnDonwloadWhite:nth-child(2) {
    	 margin: 13px; 
	}

	.holderHero .heading {
	    font-size: 37px;
	    margin-bottom: 55px;
	    margin-top: 10%;
	    max-width: 100%;
	}

	.holderHero .heroImage {
	    position: relative;
	   
	    top: 0px;
	    margin: 0 auto;
	    right: 0px;
	}

	.mainText{
		text-align: center;
	}
}


@media screen and (max-width: 768px) {
	  .grid-home .column {
	    flex: 100%;
	    max-width: 100%;
	  }

  	.bgMain .subHeading {
    	max-width: 100%;
	}

	.mt-160 {
    	padding-top: 100px;
	}

	.grid-home .grid_title h1, .grid-home .grid_title{
		padding-top: 0px;
		max-width: 100%;
	}



	.gridSpaceRight {
    	margin-right: 0px;
	}

	.gridSpaceLeft {
    	margin-left: 0px;
	}

	.sectionInfoBottom h1 {
    	max-width: 100%;
    	font-size: 30px;
	}

	.sectionInfoBottom{
		text-align: center;
		margin-top: 50px;
	}

	.featuresHome .holderLeft {
	    float: left;
	    width: 100%;
	    text-align: center;
	}

	.featuresHome .holderRight{
	    float: left;
	    width: 100%;
	}

	nav a.btnDonwloadWhite,
	.holderHero a.btnDonwloadWhite,
	.bgsectionHome a.btnDonwloadWhite,
	.holderBottom  a.btnDonwloadWhite,
	.bgMain a.btnDonwloadWhite,
	.bgMain a.btnDonwloadBlack,
	.grid-holder-download a.btnDonwloadWhite,
	.featuresHome .holderLeft a.btnDonwloadBlack{
		
		display: block;
		margin: 13px;
		margin-bottom: 10px;
		text-align: center;
	}

	nav a.btnDonwloadWhite{
		margin: 13px 0px 13px 0px !important;
	}
	

	.poster{
		padding: 40px 10px 10px 10px;
	}
	.poster .poster_info {
	    padding-top: 50px;
	    font-size: 37px;
	    max-width: 100%;
	}

	.bgsectionHome {

	    margin-top: 10px;
	    text-align: center;
	}

	.bgsectionHome h1 {
	    font-size: 53px;
	    max-width: 100%;
	    padding-left: 0px;
	    padding-bottom: 25px;
	}

	.holderBottomImg{
		float: left; margin-top: -150px;
	}


}

/*
@media screen and (max-width: 475px) {
	.bgMain a.btnDonwloadWhite,
	.grid-holder-download a.btnDonwloadWhite,
	.featuresHome .holderLeft a.btnDonwloadBlack{
			
		display: block;
		margin-bottom: 10px;
		text-align: center;
	}


	.bgMain a.btnDonwloadBlack.
	.bgMain  a.btnDonwloadWhite{
		margin: 0px !important;
		padding: 0px !important;
	}

	.bgMainHero a.btnDonwloadWhite:nth-child(1),
	.bgMainHero a.btnDonwloadWhite:nth-child(2),
	.featuresHome .holderLeft a.btnDonwloadBlack:nth-child(1),
	.featuresHome .holderLeft a.btnDonwloadBlack:nth-child(2),
	a.btnDonwloadBlack:nth-child(2), 
	a.btnDonwloadWhite:nth-child(2) {
    	 margin: 13px; 
	}

	.bgMainHero a.btnDonwloadWhite{
		display: block;
		max-width: 100%;
	}

}
*/

/*
*==========================================
//Page - Faq
*==========================================
*/
.holderFaq{
	padding-top: 140px;
	max-width: 784px;
	margin: 0 auto;
}

.holderFaq .heading{
	font-size: 53px;
	padding-bottom: 34px;
}

.holderFaq .colFaq{
	margin-top: 26px;
	margin-bottom: 26px;
	background: white;
}

.holderFaq .accordion-section .panel-default > .panel-heading {
	border: 0;
	background: #fff;
	padding: 0;
	position: relative;
	border-radius: 0px 0px 30px 0px;
}

.holderFaq .accordion-section .panel-default .panel-title a {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	padding-right: 60px;
}

.holderFaq .accordion-section .panel-default .panel-title a:after {
	font-family: 'FontAwesome';
	font-style: normal;
	font-size: 3rem;
	content: url(./images/icon-close.png); /*"\f106";*/
	color: #1f7de2;
	position: absolute;
	top: 0px;
	right: 24px;
}

.holderFaq .accordion-section .panel-default .panel-title a.collapsed:after {
	content: url(./images/icon-plus.png); /*"\f107";*/
}

.holderFaq .accordion-section .panel-default .panel-body {
	font-size: 17px;
}

.holderFaq .accordion-section .panel-default {
	border-radius: 0px 0px 30px 0px;
}

/*
*==========================================
//Page - About
*==========================================
*/
.holderAbout{
	padding-top: 150px;
}

.holderAbout .heading{
	font-size: 19px;
	font-weight: bold;
	padding-bottom: 25px;
}

.holderAbout .description{
	max-width: 784px;
	font-size: 53px;
	line-height: 1;
	padding-top: 25px;
	padding-bottom: 70px;
}

.holderAbout .colDescription{
	padding-top: 70px;
	padding-bottom: 34px;
}

.holderAbout .colItem{
	padding-bottom: 34px;
}


.holderAbout .holderInfo{
	max-width: 293px;
	margin: 0 auto;
}

.holderAbout .descriptionTitle{
	font-size: 43px;
	padding-bottom: 27px;
}

.holderAbout .info{
	font-size: 17px;
	padding-top: 27px;
}

@media screen and (max-width: 960px) {
	.holderAbout{
		padding-top: 80px;
	}
	.holderAbout .description{
		max-width: 100%;
		font-size: 35px;
		padding-top: 25px;
		padding-bottom: 40px;
	}
}


/*
*==========================================
//Page - Contact
*==========================================
*/
.holderContact{
	padding-top: 145px;
	max-width: 586px;
	margin: 0 auto;
	
	

}

.holderContact .heading{
	font-size: 53px;
	padding-bottom: 34px;
}

.holderContact input[type=text],
.holderContact input[type=email],
.holderContact textarea{
	background: #fff;
	color: #000;
	outline: none;
	border: none;
	border-radius: 0px 0px 30px 0px;
	padding: 15px 15px; 
	font-size: 17px;
	margin-bottom: 15px;
}
			
.holderContact label{
	font-size: 17px;
	padding-top: 15px;
}

.holderContact .wpcf7-form p textarea,
	.holderContact .wpcf7-form p input[type='email'],
	.holderContact .wpcf7-form p input[type='text']{
		width: 100%;
}

.holderContact .wpcf7-form p label{
	width: 100%;
	display: block;
}

.holderContact .wpcf7-form p{
	width: 49.5%;
	display: inline-block;
	padding-right: 2%;
}

	
.holderContact .wpcf7-form p:nth-child(7),
.holderContact .wpcf7-form p:nth-child(6) {
	width: 100%;
	display: block;
	padding-right: 2%;
}

.wpcf7-submit{
	content: '';
}

.wpcf7-submit::after{
	content: 'CONTACT';
}

.wpcf7-submit{
	background: #000;
	color: #fff;
	border: none;
	border-radius: 20px;
	padding: 15px 27px;
	font-size: 15px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
	.wpcf7-submit,
	.holderContact .sendContactForm,
	.holderContact #sendContactForm{
		width: 100%;
		display: block;
	}

	.holderContact .wpcf7-form p{
		width: 100%;
		padding-right: 0px !important;
	}
}



/*
*==========================================
//Footer
*==========================================
*/
.holderBottom{
	background-image: url('../images/background-to-white.png');
	background: var(--primaryColor);
	color: var(--secondaryColor);
	text-align: center;
	padding: 100px 20px 56px 20px;
	margin-top: 70px;


}	
.holderBottom h1{
	font-size: 43px;
}
.holderBottom p{
	font-size: 20px;
	padding-bottom: 15px;
	padding-top: 20px
}
footer{
	margin-top: 104px;
	padding-top: 33px;
	padding-bottom: 33px;
	background: black;
	color: var(--secondaryColor);
}
footer ul{
	margin-bottom: 0px
}
footer a{
	color: var(--secondaryColor);
}

#menu-footer-menu{
	padding-left: 0px;
}
#menu-footer-menu li a,
#menu-footer-menu li.menu-item{
	display: inline-block !important;
	
}

