/*
Theme Name: ICCS
Theme URI: #
Template: astra
Author: Sagar
Author URI: #
Text Domain: iccs
Description: Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 3.9.1.1660284958
Updated: 2022-08-12 06:15:58

*/
.head-image {
    max-width: 100%;
    margin-bottom: 20px;
}
.form-group{
    display: flex;
}
.form-inline {
    padding-right: 10px;
}
.wpcf7-radio span:first-child{
    margin-left: 0;
}
.mc4wp-form-fields .form-inline {
    margin-bottom: 20px;
}

.mc4wp-form-fields .form-inline input {
    width: 100%;
}
.header-widget-area-inner p{
    margin-bottom: 0;
}
.header-widget-area-inner a{
    color: #fff;
}

.iccs-news {
    display: flex;
    flex-wrap: wrap;
}

.news-item {
    width: 50%;
}

.news-item img {
    max-height: 200px;
    min-height: 200px;
    width: 100%;
    object-fit: cover;
}

.news-item h3 {
    margin: 0;
    padding-top: 10px;
    font-size: 22px;
}

.news-item:first-child {
    padding-right: 10px;
}

.news-item:last-child {
    padding-left: 10px;
}

.news-item h3 a {
    color: #000000;
}
.postid-3110 figure.org-logo {
    width: 75%;
}
.postid-3670 figure.org-logo {
    width: 100%;
}
.news-item .date {
    font-size: 13px;
    color: #808080;
}
.news-item .read-more a {
    border: 2px solid #9a3f47;
    padding: 10px;
    color: #9a3f47;
}

.news-item .read-more {
    margin-top: 10px;
}

.news-item .read-more a:hover {
    background: #9a3f47;
    color: #fff;
}
.single-conference .entry-header{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
figure.org-logo {
    width: 40%;
    margin-left: 10px;
}
.single-conference .website{
    padding-right: 20px;
}
.single-conference .entry-content {
    padding-top: 25px;
}
.conference-list {
    display: flex;
    flex-wrap: wrap;
}

.conference {
    width: 30%;
    background: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 10px 20px;
}
.conference h5{
	word-break: break-word;
}
.conference .date{
    font-size: 12px;
}
.conference .date .ahfb-svg-iconset svg {
    width: 11px;
    height: 11px;
    margin-right: 5px;
}
ul.members {
    margin: 0;
}
li.member-item {
    background: #eee;
    padding: 10px;
    margin-bottom: 20px;
}
.glink:first-child {
    border-right: 1px solid;
    padding-right: 5px;
}

.glink {
    font-size: 13px;
    text-decoration: underline !important;
}
.footer-popup {
    position: relative;
    background: #fff;
    width: 40%;
    color: #000;
    padding: 15px;
    -webkit-transition: opacity 0.3s linear, visiblity 0.3s linear, -webkit-transform 0.3s linear;
    transition: opacity 0.3s linear, visiblity 0.3s linear, -webkit-transform 0.3s linear;
    -o-transition: opacity 0.3s linear, transform 0.3s linear, visiblity 0.3s linear;
    transition: opacity 0.3s linear, transform 0.3s linear, visiblity 0.3s linear;
    transition: opacity 0.3s linear, transform 0.3s linear, visiblity 0.3s linear, -webkit-transform 0.3s linear;
    -webkit-transition: opacity 0.3s linear, transform 0.3s linear, visiblity 0.3s linear;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    position: fixed;
    right: 0;
    left: 15px;
    bottom: 15px;
    z-index: 9999;
    box-shadow: 3px 4px 12px 0px #00000057;
}
.footer-popup.active {
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.footer-popup span.close {
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 20px;
    cursor: pointer;
}

.ast-single-post .entry-title, .page-title {
    font-size: 3rem;
}
@media screen and (max-width: 767px){
    .ast-single-post .entry-title, .page-title {
        font-size: 2rem;
    }
	.news-item,.conference {
    	width: 100%;
	}
	.news-item:first-child,.news-item:last-child{
    	padding-right: 0px;
	}
	.news-item:last-child{
		padding-top: 20px;
	}
    .footer-popup {
        width: 80%;
    }
	.single-conference .entry-header {
		display: block;
	}
}