/*
Theme Name: WellExpo
Theme URI: https://wellexpo.qodeinteractive.com
Description: A Modern Event and Conference WordPress Theme
Author: Select Themes
Author URI: http://themeforest.net/user/select-themes
Text Domain: wellexpo
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
Version: 1.7
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.

*/


.list-partners-bg {
	background-image: url('http://www.archipelaginnowacji.pl/wp-content/uploads/2018/06/404-background.jpg');
	position: fixed;
	top: 0;
	left: 0;
	height: 100svh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	z-index: -1;
}

.partners-page {
	padding-top: 5svh;
	padding-bottom: 5svh;
	margin-left: 10%;
	margin-right: 10%;
}

.partners-page h1, .partners-page h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
	margin-bottom: 4svh;
}
.partners-page .content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.partners-page .card {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	padding: 20px;
    transition: 0.3s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: 1s;
	opacity: 90%;
}

.partners-page .card:hover {
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
	opacity: 100%;
	transform: scale(1.1);
}

.partners-page .no-hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1) !important;
    opacity: 90% !important;
    transform: scale(1) !important;
}

.partners-page .card-img-top {
	height: 10svh;
	object-fit: contain;
	object-position: center;
}

.partners-page .card-body {
    text-align: center;
}

.single-post-content {
	background-color: rgba(255, 255, 255, 1);
	border-radius: 20px;
	padding: 5rem;
	margin: 2rem 16rem;
}

.list-single-partner-bg {
	background-image: url('http://www.archipelaginnowacji.pl/wp-content/uploads/2018/06/404-background.jpg');
	position: fixed;
	top: 0;
	left: 0;
	height: 100svh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	z-index: -1;
}

.single-post-page .post-content {
    font-size: 15px;
    color: #888;
}

/* Container */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (max-width: 1720px) {
	.single-post-content {
		margin: 2rem 8rem;
	}
}

@media (max-width: 1320px) {
    .partners-page {
        margin-left: 8%;
        margin-right: 8%;
    }

    .partners-page .content {
        grid-template-columns: repeat(2, 1fr);
    }
	
	.single-post-content {
		padding: 5rem;
		margin: 2rem 6rem;
	}
}

@media (max-width: 960px) {
    .partners-page {
        margin-left: 5%;
        margin-right: 5%;
    }
	
	.single-post-content {
		padding: 3rem;
		margin: 2rem 4rem;
	}
}

@media (max-width: 720px) {
	.partners-page .content {
        grid-template-columns: repeat(1, 1fr);
    }
	
	.partners-page h1, .partners-page h2 {
		font-size: 1.7rem;
		font-weight: bold;
		color: #fff;
		margin-bottom: 4svh;
	}
	
	.single-post-content {
/* 		padding: 2rem; */
		margin: 2rem 2rem;
	}
}

@media (max-width: 576px) {
/*     .container {
        width: 90%;
    } */
	
	.single-post-content {
/* 		padding: 2rem; */
		margin: 2rem 1rem;
	}
	
	.img-div{
		margin-top: 32px;
		width: 100%;
	}
	.card {
		width: 90%;
		margin: 0;
	}
}

/* Row */
.row {
    display: flex;
    flex-wrap: wrap;
/*     margin-right: -15px;
    margin-left: -15px; */
	padding-left: 15px;
	padding-right: 15px;
}

/* Column */
.col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

@media (max-width: 768px) {
    .col-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
	
	.img-div{
		margin-top: 32px;
		width: 100%;
	}
}

@media (max-width: 576px) {
    .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Card */
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card-body {
/*     flex: 1 1 auto; */
    padding: 1.25rem;
}

.card-img-top {
    width: 80%;
    height: auto;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
	margin: 1rem;
}

/* Margin bottom */
.mb-4 {
    margin-bottom: 1.5rem !important;
}

/* Text center */
.text-center {
    text-align: center !important;
}

/* Image fluid */
.img-fluid {
    max-width: 100%;
    height: auto;
}

/* Shadow */
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* Hover shadow */
.shadow-hover:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.h-100 {
	height: 100%;
}

/* Margin Bottom 5 */
.mb-5 {
    margin-bottom: 3rem !important;
}

/* Margin Top 5 */
.mt-5 {
    margin-top: 3rem !important;
}

/* Column Medium 12 */
@media (min-width: 768px) {
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Column Medium 8 */
@media (min-width: 768px) {
    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

/* Column Medium 4 */
@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}


.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/* Row No Gutters */
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.sigle-partner-contact-box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 960px) {
	.sigle-partner-contact-box {
		flex-direction: column;
		align-items: start;
	}
}

.line-co-organizers {
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.vc_tta-title-text {
	font-size: 16px !important;
}

.vc_active .vc_tta-title-text {
	color: #8d6dc4;
}

.qodef-mobile-header .qodef-mobile-nav ul li a>span:before,
.qodef-mobile-header .qodef-mobile-nav ul li h6>span:before {
	background-color:transparent !important;
}

#menu-main-menu .item_text::before {
	background-color:transparent !important;
}

#wi-affilate-form-aff.hide-form {
    display: none !important;
}

#wi-affilate-form-aff textarea.white {
    color: transparent !important;
}

.wpb-text-link {
    color: #7900ff;
    font-weight: 600;
}

.wpb-text-link:hover {
    color: #000;
}

.event-info .box {
    /*background-color: #f2f2f2;*/
    background-color: #53f6c6;;
    border-radius: 25px;
    padding: 20px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    width: 300px;
}

.event-info .left, .event-info .right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.event-info .left {
    padding: 30px 49% 73px 18%;
}

.event-info .right {
    padding: 30px 10px 73px 8%;
}

.event-info .icon {
    font-size: 24px;
    width: 40px;
    height: 40px;
    color: #333;
}

.event-info .bold {
    font-weight: bold;
}

.event-info .right .event-info .box {
    background-color: #f2f2f2;
}
.event-info .event-social-wrapper {
    padding-left: 30px;
}

.event-info .event-social {
    display: flex;
    flex-wrap: wrap;
}

.event-info .event-social span {
    width: 140px;
    display: block;
}

.event-info a {
    color: #007bff;
    text-decoration: none;
}

.event-info a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1200px) {
    .event-info .event-social-wrapper {
        padding-left: 0;
    }
}

@media screen and (max-width: 1125px) {
    .event-info .event-social {
        gap: 4px;
    }
    .event-info .event-social span {
        width: auto;
    }
}

@media only screen and (min-width: 1367px) and (max-width: 1600px) {
    .event-info .left {
        padding: 30px 36% 73px 18% !important;
    }

    .event-info .right {
        padding: 30px 10px 73px 8% !important;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .event-info .left {
        padding: 30px 19% 73px 18% !important;
    }

    .event-info .right {
        padding: 30px 10px 73px 8% !important;
    }
}

@media only screen and (min-width: 681px) and (max-width: 768px) {
    .event-info .left {
        padding: 35px 14% 0 16% !important;
    }

    .event-info .right {
        padding: 0 14% 35px 16% !important;
        margin-top: -15px;
    }
}

@media only screen and (max-width: 680px) {
    .event-info .left {
        padding: 35px 6% 0 12% !important;
    }

    .event-info .right {
        padding: 0 6% 35px 12% !important;
    }
}

@media screen and (max-width: 768px) {
    .event-info .box {
        margin: 0 auto;
    }
}

@media screen and (max-width: 450px) {
    .event-info .box {
        width: calc(100% - 18%);
    };
}

.wpb_wrapper form.sent div, .wpb_wrapper form.sent p {
    display: none !important;
}

.wpb_wrapper form.sent .wpcf7-response-output {
    display: block !important;
    text-align: center;
    font-size: 16px;
    margin:  0;
}

.wpb_wrapper form.sent {
    box-shadow: unset !important;
}