/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/* temp mobile fix */

body.fl-builder-mobile .fl-bg-video{
	background-image: url('https://www.upseller.fi/wp-content/uploads/2019/10/upseller_geysir_mobile.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}


body.fl-builder-mobile .uphero .fl-heading .fl-heading-text{
	color: #000 !important;
}

/* header menu */

.nav-link .fas{
	margin-left: 3px;
}

/* desktop */

@media only screen and (min-width : 993px) {

	/*
	.fl-page-header{
		max-height: 80px;
	}

	.fl-page-nav-right .fl-page-header-row .col-lg-4{
		max-width: 20%;
	}

	.fl-page-nav-right .fl-page-header-row .col-lg-8{
		min-width: 80%;
	}


	.fl-page-header-logo{
		float: left;
	}

	.fl-page-nav-right .fl-page-header-logo a{
		float: left;
	}
	*/

	.fl-page-nav-right .fl-page-header-logo .fl-logo-img{
		max-height: 35px !important;
		max-width: 140px !important;
	}

	.fl-shrink-header .fl-page-header-container.container {
	    padding-top: 0px;
	    padding-bottom: 0px;
	}
	
	.fl-page-nav-right .fl-page-header-row .col-lg-4{
		width: 20%;
		flex: 0 0 20%;
		max-width: 20%;	
		
	}
	.fl-page-nav-right .fl-page-header-row .col-lg-8{
		width: 80%;
		flex: 0 0 80%;
		max-width: 80%;			
		
	}	
	
}

/* semi desktop */

@media only screen and (min-width : 992px) and (max-width : 1125px) {
	#menu-mainnavifi a.nav-link{
		padding-left: 5px !important;
		padding-right: 5px !important;
		font-size: 12px !important;
	}
}

@media only screen and (min-width : 1126px) and (max-width : 1250px) {
	#menu-mainnavifi a.nav-link{
		padding-left: 7px !important;
		padding-right: 7px !important;
		font-size: 13px !important;
	}
}

@media only screen and (min-width : 1251px) and (max-width : 1400px) {
	#menu-mainnavifi a.nav-link{
		padding-left: 7px !important;
		padding-right: 7px !important;
		font-size: 14px !important;
	}
}


/* pad */
@media only screen and (min-width : 768px) and (max-width : 992px) {
	.fl-page-nav-right .fl-page-header-logo  {
	    padding: 0px;
	}
	.fl-page-nav-right .fl-page-header-logo .fl-logo-img{
		max-height: 35px !important;
		max-width: 140px !important;
	}
	
}


/* mobile */
@media only screen and (max-width : 767px){
	.fl-page-header-primary .fl-logo-img {
		/* 
		margin-top: -5px;
		margin-bottom: -5px;
		max-height: 30px;
		*/
		max-height: 25px !important;
		max-width: 100px !important;
	}
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav .navbar-toggle {
		top: 10px;
	}
}

/* CONTENT */

h3{
	font-weight: 600;
}

#testbot-banner .fl-icon{
    float: right;
    margin-top: 15px;
    margin-left: 25px;
}

.up-hr-bg{
	position: relative;
    bottom: -14px;
    z-index: 1;
}

.number-icon-container{
	position: relative;
    z-index: 2;	
}
.number-icon-container .fl-html{

}
.number-icon{
    background-color: #fff;
    border-radius: 100%;
    color: #000 !important;
    width: 24px;
    height: 24px;
    text-align: center;
    margin: auto;
    font-weight: 600;
    font-size: 15px;
}

.number-icon.upsy-page{
	float: left;
	margin-left: 20px;
	padding-left: 8px;
	text-align: left;
	background-color: #00d5f1;
	color: #fff !important;
}
.number-icon.upsy-page.right{
	float: right;
	margin-right: 20px;		
}

.number-icon.upsy-page.center{
	float:none;
    text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;	
}

@media only screen and (min-width : 993px) {
	.fl-slide-title{
		padding-left: 40px !important;
		/* padding-top: 25px !important; */
		font-size: 30px;
	}
	.fl-slide-text{
		padding-left: 40px;
	}
}
@media only screen and (min-width : 768px) and (max-width : 992px) {
	.fl-slide-title{
		padding-left: 40px !important;
		/* padding-top: 25px !important; */
		font-size: 30px;
	}
	.fl-slide-text{
		padding-left: 40px;
	}	
}

/* FOOTER */

/* some */

.somebtns{
	margin-top: 5px;
}

.somebtns i{
	color: #b9b9b9;
	padding: 5px;
}

/* UPSY */

.billing-switch{
	text-align: center;
}

.billing-switch .left-label{
	display: inline-block;
	font-size: 16px;

}
.billing-switch .custom-control{
	display: inline-block;
	width: 100px;
	height: 35px;
}

.billing-switch .right-label{
	display: inline-block;
	font-size: 16px;
	margin-left: -10px;

}

.custom-checkbox-lg{
	padding-left: 0px;
}

.custom-switch.custom-checkbox-lg .custom-control-label::before{
	left: -2.25rem;
	width: 3.75rem;
	height: 1.8rem;
	border-radius: .9rem; 

	border-color: #00d6f2;
	background-color: #00d6f2;


}
.custom-switch.custom-checkbox-lg .custom-control-label::after {
	width: 1.55rem;
	height: 1.55rem;
	border-radius: .9rem;

	border-color: #fff;
	background-color: #fff;


}
.custom-control-input:checked~.custom-control-label::before{
	/*
	border-color: #00d6f2;
	background-color: #00d6f2;
	*/
}

.custom-switch .custom-control-input:checked~.custom-control-label::after{
	-webkit-transform: translateX(2rem);
	transform: translateX(2rem);
}

.custom-checkbox-lg .custom-control-label {

}

.fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited{
	border: 0px !important;
}

.fl-builder-content .btn-black a.fl-button.fl-button-lightbox{
	background-color: #000;
}
.fl-builder-content .btn-black a.fl-button.fl-button-lightbox:visited{
	background-color: #000;
}
.fl-builder-content .btn-black a.fl-button.fl-button-lightbox:hover{
	background-color: #313131;
}

.upsy-priceboxes .fl-pricing-table-col-3:nth-child(2){
	color: #fff;
}

.upsy-priceboxes .fl-pricing-table-col-3:nth-child(2) h2{
	color: #fff;
}

.upsy-priceboxes .fl-pricing-table-inner-wrap{
	padding: 20px;
	border-width: 2px !important;
}

.upsy-priceboxes .fl-pricing-table-title{
	margin-bottom: 20px;
}

.fl-builder-content .upsy-priceboxes .fl-pricing-table-price{
	font-weight: bold;
	padding-top: 50px !important;
	line-height: 1em;
	min-height: 130px;

}

.fl-builder-content .upsy-priceboxes .fl-pricing-table-price .hidden{
	display: none;
}


.fl-builder-content .upsy-priceboxes .fl-pricing-table-duration{
	font-size: 14px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	float: left;
	line-height: 2em;
	font-weight: normal;
}

.fl-builder-content .upsy-priceboxes .fl-pricing-table-features{
	font-size: 16px;
	line-height: 20px;
}

.fl-builder-content .upsy-priceboxes .fl-pricing-table-features li{
	text-align: center;
}


.fl-button-lightbox-content.upsy-lightbox{
	background: #fff none repeat scroll 0 0;
	margin: 20px auto;
	max-width: 600px;
	padding: 20px;
	position: relative;
	width: auto;
}

#upsy-video.white-text{
	color: #fff;
}
#upsy-video.white-text .fl-heading-text{
	color: #fff;
}


/* UPSY  */

#upsy-container .fl-module-button .fl-button{
	background-color: #fff;
	border: 1px solid #a0a0a0;
	width: 100%;
	max-width: 280px;
	line-height: 1;
}
#upsy-container .fl-module-button .fl-button-text{
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
}
#upsy-container .fl-module-button .fl-button:hover{
	border: 1px solid #a0a0a0;	
}
#upsy-container .fl-module-button .fl-button:active{
	top: 0px;	
}

#upsy-container .fl-module-button.active .fl-button{
	background-color: #3DD2ED;
}
#upsy-container .fl-module-button.active .fl-button-text{
	color: #000;
}

/* UPSY PAGE FORM */

._form_42 ._form-content ._form-label{
	font-weight: normal !important;
}
._form_42 ._form-content ._submit{
	text-transform: uppercase  !important;
	font-size: 18px  !important;
}

/* upsy slider */
.bg-nosto{
	background-color: rgba(255,255,255,0.85);
}

/* wider lightbox */

@media only screen and (min-width: 993px) {
  .fl-button-lightbox-content{
    max-width: 98% !important;
  }
}
@media only screen and (min-width : 768px) and (max-width : 992px) {
  .fl-button-lightbox-content{
    max-width: 98% !important;
  }
}

.fl-list .fl-list-item-content ul{
	list-style-type: none;
	display: block;
	padding: 5px;
}

.fl-list .fl-list-item-content li{
	list-style-type: none;
	display: inline;
	padding: 10px;
    margin: 5px;
    background-color: #fff;
    border-radius: 5px;
    font-size: 18px;
}
.fl-list .fl-list-item{
	margin-bottom: 20px;
}


/* WPForms */
/*
.wpforms-form{
	color:  #fff;
}

div.wpforms-container-full .wpforms-form .wpforms-required-label{
	color:  #fff;
}
*/

div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button{
	color: #000;
	background-color: #00d5f1;
	font-family: "Barlow",sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.5;
	text-transform: none;
	border-style: solid;
	border-width: 0px;
	border-color: initial;
	border-radius: 0px;
}

div.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container-full .wpforms-form input[type=submit]:focus, div.wpforms-container-full .wpforms-form input[type=submit]:active, div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:focus, div.wpforms-container-full .wpforms-form button[type=submit]:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
    background-color: #00d5f1;
    border: 0px solid #00d5f1;
    cursor: pointer;
}

.autozoom{
    position: relative;
    width: 100%;
    overflow-x: scroll;	
}


/* wide */
@media only screen and (min-width : 1125px) {
	.autozoom{
		zoom: 100%;
	}
}

/* normal */
@media only screen and (min-width : 992px) and (max-width : 1125px) {
	.autozoom{
		zoom: 90%;
	}
}

/* pad */
@media only screen and (min-width : 768px) and (max-width : 992px) {
	.autozoom{
		zoom: 65%;
	}
}

/* mobile */
@media only screen and (max-width : 767px){
	.autozoom{
		zoom: 50%;
	}
}

/* frontpage AI popup */
.popmake.size-custom{
    top:auto !important;
	height:100% !important;
}

#company-site-btn .fl-button-text{
    text-decoration: underline;
}