/*
Theme Name: GGX
Template: twentyseventeen
*/
.toggle.filterselected {
    border-color: #613075;
    background-color: #724585;
    box-shadow: none;
    color: #fff;
	pointer-events: none;
}
a.button.pastevents-single-page {
    padding-left: 20.5px;
    padding-right: 20.5px;
    margin: 27px 0 0 0;
}
.filterdata .grid-box {
    display:none;
}
#loadMore {
    padding: 10px;
    text-align: center;
    background-color: #33739E;
    color: #fff;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 1px 1px #ccc;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}
#loadMore:hover {
    background-color: #fff;
    color: #33739E;
}
.poadcast_links {
    float: left;
    padding:8px 28px;
    margin-left: 0px !important;
    margin-bottom:10px !important;
    margin-right:10px;
}

.page-template-template-podcasts-new .archive-speaker-block {
	width: 34%;
}
.page-template-template-podcasts-new .spkr_img {
	position: relative;
	float: right;
}

.single-post .header .wp-title.feature-area-article-title {
	margin-top: 120px;

}


@media only screen and (min-width: 992px) and (max-width: 1200px)
{
	
}
@media only screen and (min-width: 768px) and (max-width: 991px) 
{
.page-template-template-podcasts-new .archive-speaker-block {
	width: 27%;
}
.button.archive-button {
	margin-left: 15px;
	padding: 12px 15px;
}	
}
@media only screen and (min-width: 640px) and (max-width: 766px) 
{
.page-template-template-podcasts-new .archive-speaker-block {
	width: 100%;
}
.page-template-template-podcasts-new .spkr_img {
	float: left;
}	

}
@media only screen and (min-width: 480px) and (max-width: 639px) 
{
.page-template-template-podcasts-new .archive-speaker-block {
	width: 100%;
}
.page-template-template-podcasts-new .spkr_img {
	float: left;
}	


}
@media only screen and (max-width: 479px) 
{
.page-template-template-podcasts-new .archive-speaker-block {
	width: 100%;
}
.page-template-template-podcasts-new .spkr_img {
	float: left;
}		

}