/*
Theme Name: SOL
Theme URI: http://sol.pt
Author: Digitalconnection
Author URI: https://digitalconnection.pt
Version: 1.0
Text-domain: sol
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: e-commerce, custom-menu, custom-logo, featured-images, footer-widgets, theme-options, translation-ready, blog, right-sidebar, sticky-post, threaded-comments
*/

.form-check  a{
  color: var(--primary-color);
  transition: all 0.5s linear;
}
.form-check  a:hover{
  color: var(--primary-color);
  text-decoration: underline;
}
.wpcf7-list-item{
    margin-left:0;
}
.form-check{
    padding-left:0;
}
.teamTop .teamTop__right ul {
	padding: 0 0 10px 30px;
}
.teamTop .teamTop__right ul li{
	    color: #999999;
    font-weight: 400;
	line-height:1.8;
	list-style:disc;
}
.pageHeader h2 span{
	font-size:37px;
	display: block;
}

.sec_blog.article_page .item .link_btn a{
	    display: flex;
    align-items: center;
    justify-content: center;
}
.sec_events .right img{
	    height: 320px;
    object-fit: cover;
    border-radius: 30px;
}
.sec_events  .event-content{
	    border-top: 2px solid #999999;
    padding-top: 20px;
}
.sec_events p{
    color: #999999;
    font-size: 17px;
    line-height: 1.8;
    font-weight: 300;
    word-spacing: 1px;
    margin-bottom: 20px;
}
.sec_events h3,.sec_events .info{
	    font-size: 20px;
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 15px;
	    display: flex;
    align-items: center;
}
.sec_events .info{
	font-size: 18px !important;
}
.sec_events:before{
	display:none;
}
.sec_events.second:before{
	display:block;
}
.sec_events .event-card{
	margin-bottom:80px;
}
.sec_map{
	padding: 30px;
}

.event-meta-item{
	    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
	    margin-bottom: 30px;
}

.event-meta-item .content-part{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
	min-width: 120px;
}
.pageHeader.smallhead{
	height: 60vh !important;
}
.event-related-upcoming img{
	    height: 320px;
    border-radius: 30px;
    object-fit: cover;
}
.event-single-header{
	    padding: 80px 0 30px;
}

.event-related-upcoming h3 {
    color: var(--primary-color);
    font-size: 20px;
    width: 70%;
    margin-top: 15px;
    line-height: 1.5;
}
.event-related-upcoming h3 a{
	   color: var(--primary-color);
}
.event-related-upcoming .content-part{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.event-related-upcoming .content-part .link_btn{
    background: var(--secondary-color);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    color: var(--primary-color);
    transform: rotateZ(316deg);
}
.event-related-upcoming .content-part .link_btn a{
	 color: var(--primary-color);
}
.event-single-header h1{
	font-size: 37px;
    color: var(--primary-color);
    line-height: 1.5;
    font-weight: 500;
}
.event-meta-label{
	font-size: 16px;
    color: #999999;
    text-transform: uppercase;
	    line-height: 1;
    margin-bottom: 5px;
}
.event-meta-value{
	font-size: 20px;
    color: var(--primary-color);
	    text-align: left;
	margin: 0;
}
.event-venue-section  .blue_btn{
	    margin: 0 15px;
}
.toogle-menu{
	cursor: pointer;
}
.history-video video{
	max-height: 580px;
}
.event-single-header .right {
	    position: sticky;
    top: 100px;
}
.linkuwaji{
	    display: flex;
    justify-content: center;
    align-items: center;
}
.linkuwaji .fa-instagram{
	    background: var(--primary-color);
    color: #fff;
    padding: 5px;
    height: 35px;
    width: 35px;
    font-size: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}
	