/*
 Theme Name:   Contemporary
 Theme URI:    http://miclub.com.au
 License:      Copyright 2017 - MiClub
*/

/*
 * ======================  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.
 */

:target {
	padding-top: 130px;
	margin-top: -130px;
	display: inline;
}


/* Members Home - Options */
  .page-template-page-members-options #content p.pref {
    font-size: 14px;
    float: right;
    width: 35%;
    text-align: right;
    padding-top: 5px;
    color: #211d70;
    text-decoration: underline;
    cursor: pointer; 
}

.pref-box {
	width: 100%;
	overflow: hidden;
	background: #efefef;
}

@media screen and (max-width: 1440px) {
	.page-template-page-members-options #content {
		width: 100%; 
	} 
}
/*
.page-template-page-members-options #content h2 {
	font-weight: 400;
	font-family: "Georgia", "Times New Roman", serif; 
}
*/
.page-template-page-members-options #content form .form-group {
	font-family: "Open Sans", sans-serif;
	color: #141414;
	font-size: 16px;
	line-height: 24px; 
}

.page-template-page-members-options #content form .form-group label {
	font-weight: 400; 
}

.page-template-page-members-options #content form .form-group .form-control {
	height: 38px;
	border: 1px solid #000000;
	border-radius: 0;
	padding: 5px 10px;
	margin: 5px 0 30px;
	font-family: "Open Sans", sans-serif;
	font-size: 16px; 
}

.page-template-page-members-options #content form .text-right input[type=submit], 
.page-template-page-members-options #content form .text-right input[type=button] {
	background: #211d70;
	color: white;
	font-size: 13px;
	font-family: "Open Sans", sans-serif;
	border: 0;
	padding: 11px 20px;
	letter-spacing: 0;
	font-weight: 600;
	text-transform: uppercase;
	height: auto;
	transition: all 0.3s ease;
	border-radius: 0; 
}

.page-template-page-members-options #content form .text-right input[type=submit]:hover, 
.page-template-page-members-options #content form .text-right input[type=button]:hover {
	background: #aea46f;
	transition: all 0.3s ease; 
}


 @media screen and (max-width: 740px) {
	.page-template-page-members-options #content .members-home #adduser {
		margin: 40px 0 10px; 
	 } 
}

.page-template-page-members-options #content .members-home #adduser p {
	font-size: 14px;
	margin: 0 0 10px; 
}

.page-template-page-members-options #content .members-home #adduser .form-table-heading {
	width: 100%;
	display: block;
	clear: both; 
}

.page-template-page-members-options #content .members-home #adduser .form-table-heading label {
	display: block;
	float: none !important;
	color: #141414;
	font-size: 20px;
	margin-bottom: 20px; 
}

.page-template-page-members-options #content .members-home #adduser .form-table-body {
	overflow: hidden;
}

.page-template-page-members-options #content .members-home #adduser .form-table-body .item {
	float: left;
	width: auto;
	overflow: hidden;
	height: 30px;
	margin-right: 30px; 
}

@media screen and (max-width: 960px) {
	.page-template-page-members-options #content .members-home #adduser .form-table-body .item {
		width: 50%;
		float: left;
		margin-right: 0; 
	} 
}

@media screen and (max-width: 740px) {
	.page-template-page-members-options #content .members-home #adduser .form-table-body .item {
		width: 100%;
		float: none;
		margin-right: 0; 
	} 
}

.page-template-page-members-options #content .members-home #adduser .form-table-body .item input[type=checkbox] {
	float: left;
	padding: 0;
	margin: 0 0 0 5px;
	line-height: 24px; 
}

.page-template-page-members-options #content .members-home #adduser .form-table-body .item label {
	float: left;
	margin: 0;
	padding: 9px 0 0 7px;
	font-size: 16px;
}

.page-template-page-members-options #content .members-home #adduser .form-submit {
	padding: 10px 0;
	margin-bottom: 0; 
}

.page-template-page-members-options #content .members-home #adduser .form-submit input[type=submit] {
	letter-spacing: 0;
	font-weight: 600;
	padding: 8px 12px;
	height: auto;
	margin-right: 0;
	float: right;
	transition: all 0.3s ease;
	border: 0;
	margin-bottom: 0; 
}

.page-template-page-members-options #content .members-home #adduser .form-submit input[type=submit]:hover {
	transition: all 0.3s ease;
	background: #aea46f;
}




.page-template-page-members-options #content .archives-wrap.tabbed #tabs {
	background: #04504e; 
	overflow: hidden;
}
.page-template-page-members-options #content .archives-wrap.tabbed #tabs li {
	float: left; 
	list-style: none;
}

.page-template-page-members-options #content .archives-wrap.tabbed #tabs li a {
	background: #04504e;
	border: 0;
	font-size: 17px;
	color: #ffffff;
	font-family: "Lato", sans-serif;
	padding: 10px 20px;
	transition: all 0.3s ease;
	display: block;
}
}

@media screen and (max-width: 480px) {
	.page-template-page-members-options #content .archives-wrap.tabbed #tabs li {
		display: block;
		border-bottom: 1px solid #ffffff;
		width: 100%;
	} 
}
/*
.page-template-page-members-options #content .archives-wrap.tabbed #tabs li:hover {
	background: #097370;
	transition: all 0.3s ease; 
}

.page-template-page-members-options #content .archives-wrap.tabbed #tabs li.active {
	background: #0c3c3c; 
}

.page-template-page-members-options #content .archives-wrap.tabbed #tabs li:focus {
	outline: 0; 
}

@media screen and (max-width: 740px) {
	.page-template-page-members-options #content .archives-wrap.tabbed #news {
		width: 80%;
		margin: 0 auto;
		padding-top: 20px;
	} 
}
@media screen and (max-width: 480px) {
.page-template-page-members-options #content .archives-wrap.tabbed #news {
	width: 90%; } 
}
*/
.page-template-page-members-options #content .archives-wrap.tabbed #news .archive-item {
	overflow: hidden; 
}
/*
.page-template-page-members-options #content .archives-wrap.tabbed #news .archive-item .archive-content {
	padding: 30px 0;
	border-bottom: 4px solid #ebebeb;
	margin-bottom: 0px;
	overflow: hidden; 
}

.page-template-page-members-options #content .archives-wrap.tabbed #news .archive-item .archive-content .image-wrap {
	width: 40%; 
}

@media screen and (max-width: 740px) {
	.page-template-page-members-options #content .archives-wrap.tabbed #news .archive-item .archive-content .image-wrap {
		width: 100%;
		float: none;
		margin: 0 auto 24px;
	} 
}

.page-template-page-members-options #content .archives-wrap.tabbed #news .archive-item .archive-content .image-wrap img {
	display: block;
	width: 100%;
	height: auto; 
}

.page-template-page-members-options #content .archives-wrap.tabbed #news .archive-item .archive-content .post-content {
	float: left;
	width: 55%; 
}

@media screen and (max-width: 740px) {
	.page-template-page-members-options #content .archives-wrap.tabbed #news .archive-item .archive-content .post-content {
		width: 100%;
		float: none;
		margin: 0 auto;
		text-align: center; 
	} 
}

.page-template-page-members-options #content .archives-wrap.tabbed #news .archive-item .archive-content .post-content .date {
	color: #b0b0b0;
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	text-transform: uppercase; 
}

.page-template-page-members-options #content .archives-wrap.tabbed #news .archive-item .archive-content .post-content .date .post-edit-link {
	color: #b0b0b0; 
}

.page-template-page-members-options #content .archives-wrap.tabbed #news .archive-item .archive-content .post-content h2 {
	text-transform: none;
	letter-spacing: 0.5px !important;
	margin: 20px 0 !important; 
}

@media screen and (max-width: 740px) {
	.page-template-page-members-options #content .archives-wrap.tabbed #news .archive-item .archive-content .post-content h2 {
		margin: 8px 0 20px !important;
		text-transform: uppercase;
		font-size: 18px;
		line-height: 22px; 
	} 
}

@media screen and (max-width: 480px) {
	.page-template-page-members-options #content .archives-wrap.tabbed #news .archive-item .archive-content .post-content p {
		text-align: left; 
	} 
}

.page-template-page-members-options #content .archives-wrap.tabbed #news .archive-item .archive-content .post-content .read_more_link {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
	display: block;
	text-decoration: underline;
	color: #101010; 
}

.page-template-page-members-options #content .archives-wrap.tabbed #news .archive-item .archive-content .post-content .read_more_link .fa {
	padding-left: 5px; 
}

.page-template-page-members-options #content .archives-wrap.tabbed #news .archive-item .archive-content .post-content .read_more_link:hover {
	text-decoration: none; 
}

.page-template-page-members-options #content .archives-wrap.tabbed #news .no-posts {
	padding: 30px 0; 
}

.page-template-page-members-options #content .archives-wrap.tabbed #news .archive-link  {
	display: block;
	margin-top: 30px; 
}

@media screen and (max-width: 740px) {
	.page-template-page-members-options #content .archives-wrap.tabbed #news .archive-link {
		text-align: center;
		margin: 30px auto 0; 
	} 
}
*/

/* Instagram */
.section.instagram #sb_instagram #sbi_images {
	padding: 0 !important;
}

/* Comment this out if you wish to keep the follow button */
#sb_instagram #sbi_load,
#sb_instagram #sbi_load .sbi_follow_btn {
	display: none;
}