/*
 Theme Name:   The New Compact
 Theme URI:    https://plugin.miclub.com.au
 License:      Copyright 2017 - MiClub
 Version: 1.1
*/

/*
 * ======================  LIVE CHANGES GO HERE  ======================
 * Please make sure that you place a timestamp with your name whenever
 * this file is edited. If your change is a result of a ticket please
 * include the ticket number in the comment.
 */  

/*Golf Results*/
.archive .col1-3 {
	width: 50%!important;
}
.archive .outer-news-item .inner-news-item {
	min-height: 125px;
}
@media screen and (max-width: 600px) {
	.archive .col1-3 {
		width: 100%!important;
	}
}
.archive .inner-news-item .title {
	margin-bottom: 15px;
	display: inline-block;
	color: #1f388c;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.archive .inner-news-item .inner-news-item-text {
	border-top: 0!important;
}
.archive .inner-news-item .image-link {
	display: none;
}
.archive .inner-news-item-text .more-link {
	left: 10px;
	right: initial!important;
}
.archive .outer-news-item:nth-child(even) .inner-news-item {
	margin-left: 0;
}
.archive .outer-news-item:nth-child(odd) .inner-news-item {
	margin-right: 0;
}
@media screen and (max-width: 600px) {
	.archive .outer-news-item .inner-news-item {
		margin: 10px 0!important;
	}
}

.home .group .course-conditions .wrapper .conditions {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    list-style-type: none;
}

.home .group .course-conditions .title {
	text-align: center;
}

.home .group .course-conditions .wrapper .conditions li {
    height: 80px;
    display: flex;
	align-items: center;
	padding: 10px;
}

.home .group .course-conditions .wrapper .conditions .open::before {
	content: '';
	background: url('/cms/wp-content/themes/new-compact/assets/images/golf.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.home .group .course-conditions .wrapper .conditions .preferred-lies::before {
	content: '';
	background: url('/cms/wp-content/themes/new-compact/assets/images/preferred-lies.svg') ;
	background-repeat: no-repeat;
	background-size: contain;
}

.home .group .course-conditions .wrapper .conditions .carts::before {
	content: '';
	background: url('/cms/wp-content/themes/new-compact/assets/images/golf-cart.svg') ;
	background-repeat: no-repeat;
	background-size: contain;
}

.home .group .course-conditions .wrapper .conditions .social-proshop::before {
	content: '';
	background: url('/cms/wp-content/themes/new-compact/assets/images/business.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.home .group .course-conditions .wrapper .conditions li::before {
	height: 100%;
	width: 100px;
	display: inline-block;
}

@media screen and (max-width: 960px){
	.home .group .course-conditions .wrapper .conditions {
		flex-wrap: wrap;
		justify-content: center;
		list-style-type: none;
		padding: 0;
	}
	.home .group .course-conditions .wrapper .conditions li {
		width: 50%;
	}
}

@media screen and (max-width: 580px){
	.home .group .course-conditions .wrapper .conditions li {
		width: 100%;
	}
}

.fb-page.fb_iframe_widget {
    display: none;
}
@media screen and (max-width: 1024px) {
    .col4-4.section-padding.text .wp-block-gallery.columns-4.is-cropped {
        height: 100%;
        display: flex;
        object-fit: cover;
    }
}

p a.button {
	background-color: #0062b6;
	color: #fff;
	border-radius: 20px;
    padding: 8px 16px;
}

p a.button:hover {
	background-color: #fff;
	color: #0062b6;
	text-decoration: none !important;
}
