/*
Theme Name: Bridge
Theme URI: https://bridgelanding.qodeinteractive.com/
Description: Creative Multipurpose WordPress Theme
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Author: Qode Interactive
Author URI: https://qodeinteractive.com/
Text Domain: bridge
Version: 30.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/


/*STYLE ADDED BY FLUID DESK 2016-11-03*/

form .singleline span{
	display: inline-block;
	width: 260px;
	vertical-align: top;
}
form .singleline span input{
	margin-top: 0 !important;
	padding: 12px !important;
	
}
form .singleline input[type="submit"]{
	background-color: #25c86e !important;
	padding: 0px 45px !important;
}
form .singleline > span:nth-child(1){
	margin-right: 10px;
}
form .singleline > span:nth-child(2){
	margin-top: 30px;
}
form .singleline span span{
	font-size: 12px;
	line-height: 13px;
	font-style: normal;
	margin-top: 5px;
}

@media screen and (max-width: 600px) {
	form .singleline > span:nth-child(2){
		margin-top: 10px;
	}
	body .vc_row.full_screen_section:nth-child(2n+1) .q_elements_holder.responsive_mode_from_768 {
		position: relative;
		padding-top: 45%;
	}
	body .vc_row.full_screen_section:nth-child(2n+1) .q_elements_holder.responsive_mode_from_768 .q_elements_item:last-child{
		float: right !important;
		position: absolute;
		top: 0;
		left: 0;
	}
	.separator.transparent{
		margin-bottom: 5px !important;
	}
	.vc_row.full_screen_section{
		padding-bottom: 0px !important;
	}
}

@media screen and (max-width: 400px) {
	.q_logo img.mobile{
		width: 95% !important;
		height: auto !important;
		margin-top: 5% !important;
	}
}

	  
/*added new definition of styles by PK - last update 2017.04.02 */

.fluid_desk_main h2 {
    color: #22539d;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: none;
}

.fluid_desk_main h2 #main_title{
    font-size: 27px;
}


.fluid_desk a {
font-size: 13px;	  
color: #00a9e1;
}

.fluid_desk a:linked {
font-size: 13px;	  
color: #00a9e1;
}

.fluid_desk a:visited {
font-size: 13px;	  
color: #00a9e1;
}

.fluid_desk a:active {
font-size: 13px;	  
color: #00a9e1;
}

.fluid_desk a:hover {
font-size: 13px;	  
color: #22549D;
}

.fluid_desk_main a {
color: #808080;
} 

.fluid_desk_main a:visited {
color: #808080;
} 

.fluid_desk_main a:active {
color: #808080;
} 

.fluid_desk_main a:linked {
color: #808080;
}
 
.fluid_desk_main a:hover {
color: #22549D;
}
.latest_post_text{
	margin-bottom: 34px;
}
.latest_post_text .date_hour_holder{
	font-size: 22px;
	color: #2f4c6c;
}
.latest_post_text .latest_post_title.entry_title a{
	font-size: 29px;
	color: #7b7d7a;
	text-transform: uppercase;
	font-weight: bold;
	
}
.latest_post_text .excerpt{
	color: #69969c;
	font-size: 25px;
}
.latest_post_text .post_infos{
	padding-top: 10px;
	margin-bottom: 35px;
}
.latest_post_image{
	width: 100% !important;
	max-width: 520px;
}
.latest_post_text .post_infos a{
	font-size: 22px;
	background-color: #04a9e3;
	color: white !important;
	padding: 0px 5px;
}
.latest_post_holder.image_in_box .latest_post_text{
	padding-left: 0 !important;
}
.excerpt h5{
	display: none
}
.excerpt-low h5{
	padding-left: 20px;
	font-size: 17px;
    font-weight: 400;
    line-height: 1.375em;
}
.low .more{
	float: right;
	font-size: 15px;
}
.excerpt-low h4{
	display: none
}
.post_content_holder h5{
    font-size: 16px;
	padding-top: 30px;
}


/*Add by PK - 240226 */
.IScontact__submit--FD{
	/*background-color: #25c86e !important;*/
}

/*Add by PK - 240303 */
/*correction of menu selector and logo - oryginaly logo widget was turned off*/
.hide {
	display: none !important;
}

.header_bottom {
	position: static !important;
}

.q_logo{
	display: none !important;
}

/* PK - 2024-03-03 */
/* NEWS */
.news__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/*Toggle show/hide password*/
.wpforms-field-password,
.wpforms-field-password .wpforms-field-row-block {
     display: flex;
     flex-flow: wrap;
}
 
.wpforms-field-row-block *:not(input):not(i),
.wpforms-field-password *:not(input):not(i) {
     flex-basis: 100% !important;
}
 
/* #password-toggle {
     width: 35px;
     font-family: "FontAwesome" !important;
     text-align: center;
     line-height: 35px;
     background: #d9d9d9;
     border-radius: 2px 0 0 2px;
     border: 1px solid #ccc;
     border-right: 0;
} */
 
.wpforms-field-password input {
     width: calc(100% - 50px) !important;
     border-radius: 0 2px 2px 0 !important;
} 
 
/* .fa-eye-slash:before {
    font-size: 12px;
} */

/* PK - 2024-03-25 */
/* .header-right-widget{
	position: absolute;
    top: 20px;
    right: -200px;	
} */

/* nav.main_menu.right {
    position: relative;
    left: 150px !important;
    float: right;
} */

.header-widget.widget_nav_menu {
	font-family: "PT Sans", sans-serif;
	line-height: 39px !important;
	font-size: 13px !important;
}

li .logedin_user_menu a:hover{
	color: #53A6A6 !important;
}

.fd-login-prompt{
	font-size: 13px;
	font-family: "PT Sans", sans-serif;
	line-height: 39px !important;
	color: #25C86E;
	padding: 0 25px !important;
}

.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
	background: #53A6A6 !important;
}

.header-widget.widget_nav_menu ul.menu li ul li a{
	color: #727272 !important;	
	border-bottom: none !important;
}

.header-widget.widget_nav_menu ul.menu li ul li a:hover{
	color: #1abc9c !important;	
	border-bottom: none !important;
}

.header-widget.widget_nav_menu ul li{
	color: #fff !important;	
}

.header-widget.widget_nav_menu ul.menu li a{
	padding: 0 0 0 0 !important;	
}

.header-widget.widget_nav_menu ul ul{
/* 	background-color: rgba(34, 83, 157, 1) !important; */
	background-color: #FFF !important;
	padding: 0 0 0 5px !important;	
	top: 37px !important;
/* 	border: 1px solid #727272; */
}

.header-widget.widget_nav_menu ul.menu li a:hover{
	color: #a3c6ff !important;	
}

input.wpcf7-form-control.wpcf7-date,input.wpcf7-form-control.wpcf7-number,input.wpcf7-form-control.wpcf7-quiz,input.wpcf7-form-control.wpcf7-text,select.wpcf7-form-control.wpcf7-select,textarea.wpcf7-form-control.wpcf7-textarea {
	color: #727272 !important;
	font-family: PT Sans, sans-serif !important;
	font-size: 14px !important;
}

.header-widget.widget_nav_menu ul.menu>li.menu-item-has-children>a:after {
    content: "" !important; 
    font-family: FontAwesome, sans-serif;
    margin-left: 0;
}

/* a .header-widget.widget_nav_menu ul.menu li a:hover{
	color: #1abc9c !important;	
} */

a[title='logedin_user_menu_id']{
	color: #1abc9c !important;	
}

div[data-id='group-other-product']{
	width: 100%;
}


/*PK: Changes proposed by RJ - 2024-04-19 */
.right > .inner {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: flex-start;
}

@media only screen and (max-width: 1000px){
	.container_inner{
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: space-between;		
	}
	
	.right > .inner > .header-widget {
		transform: translate(20px, 0px);	
	}
	
	.header_top .right {
		position: relative;
	}
	
	.header-widget.widget_nav_menu ul ul {
		text-align: left;
		padding-left: 20px !important;	
	}	
}

@media only screen and (min-width: 1000px){
	.header_top .right {
		left: 100px;
		position: relative;
	}
	
	.right > .inner > .header-widget {
		transform: translate(-110px, 0px);
	}
}
@media only screen and (min-width: 1400px){
	.header_top .right {
		left: 200px;
		position: relative;
	}
}
@media only screen and (min-width: 1900px){
	.header_top .right {
		left: 400px;
		position: relative;
	}
	
	.right > .inner > .header-widget {
		transform: translate(-110px, 0px);
	}	
}
@media only screen and (max-width: 1000px){
	.header_top .left{
		transform: translate(0px, 0px);
		align-self: center;
	}
}
@media only screen and (min-width: 1400px){
	.header_top .left{
		transform: translate(-120px, 0);
	}
}
@media only screen and (min-width: 1900px){
	.header_top .left{
		transform: translate(-180px, 0);
	}
}
@media only screen and (max-width: 1900px){
	.grid_section .section_inner{
		width: 1280px;/* !important;*/
	}
}


nav.main_menu > ul > li > a{
	transform: translate(0px, 15px);
}

/*Turn off reCaptcha v3 badge*/
.grecaptcha-badge { visibility: hidden; }

/*turn off titles of login menu */
.logedout_user_menu > a.title {visibility: hidden}
.logedin_user_menu > a.title {visibility: hidden}

/* PK 2024-05-15 FORMULARZE */
.wpcf7-form-control .wpcf7-checkbox{
    color: #727272;
    font-size: 16px;
    font-weight: 500;	
}

.wpcf7-list-item-label{
    color: #727272;
    font-size: 14px;
    font-weight: 500;	
}

.wpcf7-form-control .wpcf7-checkbox > input[type="checkbox" i]:before{
	content: "";
    position: absolute;
    left: -10px;
    top: 0;
    width: 29px;
    height: 29px;
    border: 2px solid #d0d0d0;
    background: #fff;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}