/*
Theme Name:     a-n
Description:    A-N's Theme
Author:         Playgen
Template:       the-bootstrap
Version:        1.0.7
*/

/* bootenstrap overriden */
body {
	font-family: Helvetica,Arial,sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

h4 {
	font-size: 20px;
}

.modal form {
	margin: 0;
}

/*
 * admin bar
 */
/*
#wpadminbar {
	top: auto !important;
	bottom: 0;
}

#wpadminbar .quicklinks .ab-sub-wrapper {
	bottom: 28px;
}

#wpadminbar .quicklinks .ab-sub-wrapper ul .ab-sub-wrapper {
	bottom: -7px;
}
*/
/*
 * The bootstraaaaap
 */
body {
	padding-top: 98px;
	padding-bottom: 50px;
}
body > .container {
	margin: 0 auto;
}
#page {
	padding: 0 0 10px;
}

/*
* Navigation Bar
*/

.navbar .container {
	padding-top: 0;
}

#first-navbar {
	z-index: 5;
	border-bottom: 1px solid #434A48;
	height: 40px;
}

#first-navbar .navbar-inner {
	background: #000000;
	box-shadow: none;
}

#first-navbar .menu-item {
	border-right: 1px solid #2F2F2F;
	position: relative;
}

#first-navbar .menu-item:before {
	content: " ";
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	border-right: 1px solid #000000;
}

#first-navbar a{
	color: #FFFFFF;
	text-shadow: none;
	text-transform: uppercase;
	font-size: 13px;
}

#first-navbar .dropdown-menu a{
	color: #545454;
	text-transform: none;
	padding: 0 8px;
}

#first-navbar .dropdown-menu {
	box-shadow: none;
	border: 4px solid #000000;
	border-radius: 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	top: 93%;
}

#first-navbar .dropdown-menu .menu-item,
#first-navbar .dropdown-menu .menu-item:before {
	border-right: none;
}

#first-navbar a.btn-navbar {
	background-color: #ccc;
}


#first-navbar .dropdown-menu a:hover,
#first-navbar .dropdown-menu a:focus,
.breadcrumb .dropdown-menu a:hover,
.breadcrumb .dropdown-menu a:focus,
#second-navbar .dropdown-menu a:hover,
#second-navbar .dropdown-menu a:focus,
#persona-list .dropdown-menu a:hover,
#persona-list .dropdown-menu a:focus
{
	color: #FFFFFF;
	background: #E66540;
	text-shadow: none;
}

#first-navbar .dropdown-menu .active a {
	color: #FFFFFF;
	background: #E66540;
}

#second-navbar {
	margin-top: 41px;
	z-index: 4;
	border-top: 1px solid #A9A9A9;
}

#layout-buttons {
	margin-top: 5px;
}

#second-navbar .btn-primary,
#suggestion-replybox .btn-primary,
#suggestion-pmbox .btn-primary {
	background-color: #E76841;
	background-image: linear-gradient(to bottom, #E96E47, #E45E39);
	background: -moz-linear-gradient(top, #E96E47 0%, #E45E39 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E96E47), color-stop(100%,#E45E39));
	background: -webkit-linear-gradient(top, #E96E47 0%,#E45E39 100%);
	background: -o-linear-gradient(top, #E96E47 0%,#E45E39 100%);
	background: linear-gradient(to bottom, #E96E47 0%,#E45E39 100%);
	text-shadow: none;
}

/* do not do this unless you fix every broken margin (far too many of them)
#second-navbar .container {
	height: 50px;
}
*/

#second-navbar .sort-text {
	margin-left: 10px;
}

#second-navbar input[type="text"] {
	border-right: none;
}

.navbar-form .input-append,
.navbar-form .input-prepend {
	margin-bottom: 0;
}

.nav > li > a.icon-edit {
	margin: 12px;
	margin-bottom: 0;
	padding: 0;
}

.nav .profile-photo {
	margin: 4px;
	margin-bottom: 0;
}

.profile-photo img {
	border-radius: 50%;
}

.nav-label,
.nav-text {
	color: #FFFFFF;
	display: inline-block;
	padding: 10px 20px;
}

.nav-label {
	margin-right: 20px;
}

ul.nav li.dropdown:hover > ul.dropdown-menu{
	display: block;
}

a.menu:after, .dropdown-toggle:after {
	content: none;
}

#first-navbar .dropdown-toggle > .caret {
	display: none;
}

#first-navbar .dropdown-menu li {
	padding: 0 10px;
}


.dropdown-menu {
	margin-top: 0;
}

.dropdown .caret,
.nav .dropdown-toggle .caret {
	border-top-color: #9C9C9C;
}

.navbar .nav > li > .dropdown-menu:after {
	border: none;
}

.breadcrumb {
	display: inline-block;
	border-radius: 3px;
	padding: 0;
	padding-right: 5px;

	border: 1px solid #E1E0DF;
	background: -moz-linear-gradient(top, #FAFAFA 0%, #EFEFEF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#EFEFEF));
	background: -webkit-linear-gradient(top, #FAFAFA 0%,#EFEFEF 100%);
	background: -o-linear-gradient(top, #FAFAFA 0%,#EFEFEF 100%);
	background: linear-gradient(to bottom, #FAFAFA 0%,#EFEFEF 100%);
	background-color: #FAFAFA;
}

.breadcrumb li a {
	position: relative;
	z-index: 1;
}

.breadcrumb > li a,
.breadcrumb > li {
	color: #555555;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 2px;
}

.breadcrumb > li {
	padding-right: 16px;
	position: relative;
}

.breadcrumb li {
	margin-left: 6px;
	vertical-align: middle;
}


.breadcrumb li:nth-child(1) {
	margin-left: 0;
	margin-right: 10px;
}
.breadcrumb li a:hover{
	text-decoration: none;
}

.breadcrumb>.active {
	color: #777;
}

li.home-icon {
	padding: 8px 14px 4px;

	background: -moz-linear-gradient(top, #fed970 0%, #febc4a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed970), color-stop(100%,#febc4a));
	background: -webkit-linear-gradient(top, #fed970 0%,#febc4a 100%);
	background: -o-linear-gradient(top, #fed970 0%,#febc4a 100%);
	background: linear-gradient(to bottom, #fed970 0%,#febc4a 100%);
	background-color: #FEC95B;

	border-top: 1px solid #DCA03B;
	border-bottom: 1px solid #CE922E;
	border-left: 1px solid #DCA03B;
	border-radius: 1px 3px 3px 1px;
	position: relative;
}


.breadcrumb > li:not(.active):after {
	content: '';
	position: absolute;
	top: 1px;
	right: -2px;
	width: 16px;
	height: 16px;
/*
	background: -moz-linear-gradient(45deg, #EFEFEF 0%, #FAFAFA 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EFEFEF), color-stop(100%,#FAFAFA));
	background: -webkit-linear-gradient(-45deg, #EFEFEF 0%,#FAFAFA 100%);
	background: -o-linear-gradient(45deg, #EFEFEF 0%,#FAFAFA 100%);
	background: linear-gradient(135deg, #EFEFEF 0%,#FAFAFA 100%);
	background-color: #FAFAFA;*/
	background: none;

	border-left: 1px solid #E1E0DF;
	border-bottom: 1px solid #E1E0DF;
	border-radius: 0 0 0 2px;

	-webkit-transform: scale(1, 1.5) rotate(223deg);
	-moz-transform: scale(1, 1.5) rotate(223deg);
	-ms-transform: scale(1, 1.5) rotate(223deg);
	transform: scale(1, 1.5) rotate(223deg);

	z-index: 0;
}

.breadcrumb li.home-icon:after {
	content: '';
	position: absolute;
	top: 8px;
	right: -7px;
	width: 16px;
	height: 16px;

	background: -moz-linear-gradient(45deg, #febc4a 0%, #fed970 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#febc4a), color-stop(100%,#fed970));
	background: -webkit-linear-gradient(-45deg, #febc4a 0%,#fed970 100%);
	background: -o-linear-gradient(45deg, #febc4a 0%,#fed970 100%);
	background: linear-gradient(135deg, #febc4a 0%,#fed970 100%);
	background-color: #FEC95B;

	border-left: 1px solid #EDB14A;
	border-bottom: 1px solid #CE922E;
	border-left: 1px solid #CE922E;
	border-radius: 0 0 0 2px;

	-webkit-transform: scale(1, 1.5) rotate(223deg);
	-moz-transform: scale(1, 1.5) rotate(223deg);
	-ms-transform: scale(1, 1.5) rotate(223deg);
	transform: scale(1, 1.5) rotate(223deg);
}

.home-icon i {
	color: #5B471D;
	text-shadow: none;
	font-size: 17px;
}

.breadcrumb li {
	color: #656565;
}

.breadcrumb .dropdown-menu li {
	margin: 2px 10px;
}

.navbar .brand {
	padding-bottom: 0;
}

.brand.explore {
	color: #070707;
}

.sort-text .navbar-text {
	color: #303030;
	text-transform: uppercase;
}

.sort-action .btn {
	color: #7B7B7B;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
}

.navbar .nav > li a.nav-settings {
	padding: 0 5px;
	margin-top: 9px;
	margin-right: 8px;
}

#first-navbar [class^="icon-"]:before,
#first-navbar [class*=" icon-"]:before,
.breadcrumb [class^="icon-"]:before,
.breadcrumb [class*=" icon-"]:before {
	cursor: pointer;
}

/*
 * Archives
 */
article.overview {
	margin-bottom: 30px;
	/*margin-left: 28px;*/
	position: relative;
}

.layout-grid article.overview {
	border: 1px solid #E2E2E2;
	border-top: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	overflow: hidden;
}

.layout-grid article.overview .row {
	margin-left: -32px;
}

/*article.overview:before {
   content: " ";
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   border-bottom: 1px solid #CDCDCD;
}*/

.overview header,
.overview .entry-summary,
.overview footer {
	padding: 0 8px;
}
.overview header {
	padding-top: 10px;
	margin-bottom: 8px;
}
.overview footer {
	color: #656565;
	font-size: 11px;
	margin-bottom: 10px;
}
.overview h4.entry-title  {
	margin: 0;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: normal;
	line-height: 1.2;
}

.taxidermy {
	margin-bottom: 6px;
}

.taxidermy,
.entry-author {
	color: #777777;
	font-size: 13px;
}

.entry-author {
	color: #777777;
}

.taxidermy .type:before {
	content: "/ ";
}
.taxidermy .type:first-child {
	text-transform: uppercase;
}
.taxidermy .type:first-child:before {
	content: "";
}

.attachment-grid-thumb {
	max-height: 540px;
}

.layout-grid .list-view-counter {
	display: none;
}

.layout-list .list-view-counter {
	display: inline-block;
}

.layout-list .list-view-counter {
	width: 90px;
	background-color: #EFEFEF;
	margin-right: 15px;
	bottom: 0;
	top: 0;
	left: 0;
	position: absolute;
}

.list-view-counter .list-counter-box {
	display: inline-block;
	width: 90px;
	height: 90px;
	background-color: #FFFFFF;
	margin-top: 8px;
	text-align: center;
}

.list-view-counter .icon-caret-left {
	color: #F8F8F8;
	font-size: 53px;
	position: absolute;
	right: -3px;
	top: 23px;
	cursor: default;
	text-shadow: -2px 1px 1px rgba(34,34,34, 0.3);
}

.layout-list h3 {
	clear: none;
}

.layout-list article {
	position: relative;
	background: #F8F8F8;
	min-height: 150px;
}

.layout-list article.overview {
	margin-left: 30px;
	padding-left: 105px;
	border: none;
}

.layout-list article.hentry img.wp-post-image {
	width: auto;
	max-height: 340px;
	max-width: 170px;
	margin-right: 10px;
	padding-top: 14px;
	margin-bottom: 10px;
	margin-left: 9px;
}

.layout-list article .row {
	margin-left: 0;
}

.layout-list .list-view-top {
	position: absolute;
	left: 34px;
	top: 25px;
	text-align: center;
	color: #FFFFFF;
	font-size: 28px;
}

.layout-list .list-view-top i {
	position: absolute;
	top: 30px;
}

.layout-list .list-view-bottom {
	position: absolute;
	left: 15px;
	top: 110px;
	width: 53px;
	height: 30px;
	border: 1px solid #E2E2E2;
	text-align: center;
	color:#5989A7;
	line-height: 30px;
	font-size: 12px;
	background: #FFFFFF;
}

.layout-list #content .overview .date {
	position: absolute;
	top: 10px;
	right: 10px;

}

.layout-grid  .featured .entry-summary {
	margin-bottom: 30px;
}

.layout-grid .overview-meta .num-suggestions,
.layout-grid .overview-meta .num-collections {
	margin-left: 10px;
	color: #878787;
}

.layout-grid .overview-meta .num-appreciations {
	color: #878787
}

.layout-list .list-view-top .small-num {
	display: inline-block;
	left: 50%;
	margin-left: -34px;
	width: 90px;
}

.page .hentry,
.single .hentry,
.hentry,
.pm_box,
#author-info {
	border: 1px solid #E2E2E2;
	border-top: none;
}

.page .hentry:before,
.single .hentry:before,
.hentry:before,
.pm_box:before,
#author-info:before  {
   content: " ";
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   border-bottom: 1px solid #CDCDCD;
}

article.an_blofg_post,
article.an_blofg {
	margin-bottom: 22px;
}

/*
* Not Found
*/

.not-found {
	text-align: center;
	color: #4B4B4B;
	background: white;
	margin-bottom: 30px;

	border: 1px solid #E2E2E2;
	border-top: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	overflow: hidden;
}
.not-found header {
	font-size: 54px;
	margin-bottom: 15px;
}

.not-found .entry-summary {
	margin-bottom: 30px;
}

.not-found  p {
	font-size: 24px;
}
/*
.not-found .section-title {
	font-size: 24px;
	color: #2E2E2E;
	margin-bottom: 28px;
	text-align: center;

}*/

/*
 * Author
 */
.author-name {
	clear: none;
}

.pm_box {
	padding-top: 20px;
}

.pm_box .pm-sent {
	padding-bottom: 20px;
}



#suggestion-pmbox > span {
	margin-bottom: 20px;
	display: inline-block;
}

#suggestion-pmbox > span > span {
	font-weight: bold;
}

.archive #author-info {
	margin-bottom: 30px;
}


/*
* Footer
*/

#page-footer {
	padding: 3px 0;
}

.admin-bar #page-footer {
	padding-bottom: 25px;
}

footer.navbar {
	height: 27px;
}

footer.navbar .navbar-inner {
	/*background: #F5F5F5;*/
	background: #EDEDED;
	border-bottom: 1px solid  #E1E1E1;
	border-color: #E1E1E1;
	box-shadow: none;
}

footer.navbar .navbar-inner li {
	border-right: 1px solid #C5C5C5;
}

footer.navbar .navbar-inner li:last-child {
	border-right: none;
}

footer.navbar .navbar-inner li:first-child a {
	padding-left: 0;
}

footer.navbar .navbar-inner a {
	color: #636363;
	font-size: 13px;
	text-shadow: none;
	text-transform: uppercase;
	padding: 0 38px;
}

footer.navbar .navbar-inner a:hover {
	color: #333333;
}

footer .footer-author {
	position: relative;
	/*margin-bottom: 20px;*/
}

footer .footer-author.smaller {
	margin-bottom: 0;
}

footer .footer-author section {
	text-align: left;
}

footer .footer-author .author-label {
	position: absolute;
	top: 45px;
	left: 64px;
}

footer .footer-author .profile-photo,
#author-info .profile-photo {
	padding-right: 10px;
	width: 53px;
	height: 53px;
}

footer .footer-author .profile-photo img,
#author-info .profile-photo img {
	width: 100%;
	height: 100%;
	padding-top: 0;
}

footer .footer-author header {
	height: 70px;
	border-top: 5px solid;
	padding-top: 10px;
}

footer .footer-author header.no-border {
	border-top: none;
}

/*
* Content
*/

#page {
	background-color: transparent;
}

#author-info,
.hentry,
.pm_box {
	background-color: #ffffff;
	position: relative;
}

.page-header,
.entry-footer,
.entry-content {
	margin: 0 30px;
}

.attachment {
	margin-bottom: 25px;
}

.attachment .entry-content.entry-attachment {
	margin: 0;
	padding: 0;
}

.attachment .entry-caption {
	text-align: left;
	margin-top: 10px;
}

.attachment .thumbnail {
	border: none;
	border-radius: none;
	box-shadow: none;
	padding: 0;
}

.featured-image {
	text-align: center;
}
.featured-image img {
	width: 100%;
}
.featured-image-inner {
	position: relative;
	display: inline-block;
}


.featured-image .featured-title {
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 100%;
}

.featured-image .image-caption {
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: white;
	text-shadow:
	-1px -1px 1px #000,
	 1px -1px 1px #000,
	-1px  1px 1px #000,
	 1px  1px 1px #000;

}

.single article {
	position: relative;
}

.color-box {
	height: 52px;
	width: 52px;
	left: -52px;
	top: 20px;
	position: absolute;
	text-align: center;
}

.color-box .icon {
	font-size: 28px;
	display: inline-block;
	margin-top: 10px;
}

.color-box .icon-caret-left {
	color: #FFFFFF;
	font-size: 29px;
	position: absolute;
	right: -1px;
	top: 11px;
	cursor: default;
	text-shadow: -1px 1px 1px rgba(34,34,34, 0.3);
}

/* Bootstrap override. */
.page-header {
	padding-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.entry-content {
	margin-bottom: 10px;
	color: #686868;
}

.entry-footer {
	padding: 10px 0;
	border-top: 1px solid #EEEEEE;
	text-align: center;
}

.entry-footer i {
	color: #7A7A7A;
}

.entry-footer .appreciate-button {
	color: #7A7A7A;
}

.entry-footer .num-suggestions {
	margin-right: 30px;
}

.short-description {
	color: #636363;
}

.single .entry-title {
	margin-top: 10px;
	font-size: 34px;
	line-height: 1em;

}

.entry-title a {
	color: #2D2D2D;
	word-wrap: break-word;
}

.entry-summary {
	color: #686868;
	font-size: 13px;
	word-wrap: break-word;
}

.entry-meta {
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 10px;
}

/*
 * Tags http://dimox.net/beautiful-tags-for-a-website-using-only-css/
 */
.post-tags {
	margin: 0;
	margin-top: 10px;
}
.post-tag {
	display: inline-block;
	line-height: 1em;
	margin-bottom: 7px;
}
.post-tag > a {
	display: inline-block;
	height: 21px;
	margin: 0 10px 0 0;
	padding: 0 7px 0 14px;
	white-space: nowrap;
	position: relative;

	background: -moz-linear-gradient(top, #fed970 0%, #febc4a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed970), color-stop(100%,#febc4a));
	background: -webkit-linear-gradient(top, #fed970 0%,#febc4a 100%);
	background: -o-linear-gradient(top, #fed970 0%,#febc4a 100%);
	background: linear-gradient(to bottom, #fed970 0%,#febc4a 100%);
	background-color: #FEC95B;

	color: #963;
	font: bold 11px/21px "Helvetica Neue",Helvetica, Arial, Tahoma, sans-serif;
	text-decoration: none;
	text-shadow: 0 1px rgba(255,255,255,0.4);

	border-top: 1px solid #EDB14A;
	border-bottom: 1px solid #CE922E;
	border-right: 1px solid #DCA03B;
	border-radius: 1px 3px 3px 1px;
	box-shadow: inset 0 1px #FEE395, 0 1px 2px rgba(0,0,0,0.21);
}
.post-tag > a:before {
	content: '';
	position: absolute;
	top: 5px;
	left: -6px;
	width: 10px;
	height: 10px;

	background: -moz-linear-gradient(45deg, #fed970 0%, #febc4a 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#fed970), color-stop(100%,#febc4a));
	background: -webkit-linear-gradient(-45deg, #fed970 0%,#febc4a 100%);
	background: -o-linear-gradient(45deg, #fed970 0%,#febc4a 100%);
	background: linear-gradient(135deg, #fed970 0%,#febc4a 100%);
	background-color: #FEC95B;

	border-left: 1px solid #EDB14A;
	border-bottom: 1px solid #CE922E;
	border-radius: 0 0 0 2px;
	box-shadow: inset 1px 0 #FEDB7C, 0 2px 2px -2px rgba(0,0,0,0.33);

	-webkit-transform: scale(1, 1.5) rotate(45deg);
	-moz-transform: scale(1, 1.5) rotate(45deg);
	-ms-transform: scale(1, 1.5) rotate(45deg);
	transform: scale(1, 1.5) rotate(45deg);
}
.post-tag > a:after {
	content: '';
	position: absolute;
	top: 7px;
	left: 1px;
	width: 5px;
	height: 5px;
	background: #FFF;
	border-radius: 4px;
	border: 1px solid #DCA03B;
	box-shadow: 0 1px 0 rgba(255,255,255,0.2), inset 0 1px 1px rgba(0,0,0,0.21);
}
.post-tag > a:hover {
	color: #FFF;
	text-shadow: -1px -1px 0 rgba(153,102,51,0.3);
}


/*
* Bookmarks
*/

.bookmark-button {
	cursor: pointer;
}

/*
* Appreciate
*/

.archive article {
	margin-bottom: 30px;

}

.gallery {
	margin: 25px auto;
	text-align: center;
}

/*.single-gallery img {
	box-shadow: 2px 3px 4px #888888;
}*/

.single-title,
.single-caption {
	font: 13px;
	text-align: left;
}

.gallery-author {
	display: block;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

.gallery-link {
	display: block;
	text-align: center;
	font-weight: bold;
}

.entry-content.entry-attachment {
	text-align: center;
}

.entry-content > .attachment {
	/*box-shadow: 2px 3px 5px #DDDDDD;*/
}

.gallery.single-gallery > section {
	padding: 5px;
}

.single-title
{
	display: block;
	font-weight: bold;

}

.single-caption {
	display: block;
	font-weight: normal;
}

ul.gallery {
	list-style-type: none;
	margin: 0;
}

.gallery li {
	margin: 5px;
}


.gallery li img {
	cursor: pointer;
}

.gallery .gallery-thumb {
	width: 117px;
}

.gallery .gallery-thumb-big {
	width: 240px;
}

#gallery-modal .modal-body {
	text-align: center;
}

.gallery-caption {
	position: absolute;
	/*background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);*/
	padding: 10px;
	color: #686868;
	font-weight: bold;
	bottom: -35px;
	left: -10px;
}

.gallery-settings {
	display: none;
}

.fancybox-title.fancybox-title-inside-wrap {
	padding-top: 25px;
}

.fancybox-lock .navbar-fixed-top,
.fancybox-lock .navbar-fixed-bottom {
	left: -17px;
}

.fancybox-overlay.fancybox-overlay-fixed {
	background-color: rgba(255, 255, 255, 0.95);
	background-image: none;
}

.fancybox-overlay.fancybox-overlay-fixed .fancybox-opened .fancybox-skin {
	box-shadow: none;
}

.fancybox-overlay.fancybox-overlay-fixed .fancybox-skin {
	background-color: #FFFFFF;
}

.fancybox-overlay.fancybox-overlay-fixed .fancybox-close {
	background: url('img/closelabel.gif');
	height: 25px;
	width: 25px;
	bottom: -15px;
	right: 3px;
	top: auto;
}


.fancybox-overlay.fancybox-overlay-fixed .fancybox-title + .fancybox-close {
	bottom: 10px;
}

.btn-link {
	color: #333333;
}

.btn-link:hover,
.btn-link:focus {
	text-decoration: none;
	color: #333333;
}

.post-count {
	display: block;
	font-size: 20px;
}

.latest-postroll {
	margin-left: 0;
}

.latest-postroll li {
	border-bottom: 1px solid #DDDDDD;
	padding: 13px 0;
	list-style-type: none;
}

.latest-postroll h4 {
	margin: 0;
	display: inline-block;
	font-weight: normal;
}

.latest-postroll a {
	color: #1F1F1F;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 15px;
}

.latest-postroll li > i {
	color: #55BB75;
	font-size: 15px;
	margin-right: 5px;
}

.latest-postroll a:hover {
	text-decoration: none;
}

.latest-postroll .updated-text {
	font-size: 12px;
	color: #858585;
	text-decoration: underline;
	font-style: italic;
	margin-left: 5px;
}

.postroll-footer {
	display: block;
	margin-left: -4px;
}

.author .tabbable .nav li {
	background: #F2F2F2;
	border-radius: 5px;
	margin-right: 5px;
	width: 120px;

}

.author .tabbable .nav-tabs {
	border-bottom: none;
}

.author .tabbable .nav li.active {
	background: #55BB75;
	position: relative;

}

.author .tabbable .nav li.active a {
	background: transparent;
	border: none;
	color: #FFFFFF;
}

.author .tabbable .nav li a {
	color: #A3A3A3;
}

.author .tabbable .nav li.active:before {
	content: " ";
	position: absolute;
	left: 15px;
	bottom: -10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #55BB75;
}

.author .author-name {
	display: inline-block;
	margin: 0;
/*	line-height: 28px;*/
	margin-left: 5px;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: normal;
}
.author .author-user-name {
	margin-left: 5px;
}

.author #author-avatar {
	margin-top: 10px;
}
.author .author-loc {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	margin-top: 15px;
}

.author .content-title {
	font-size: 12px;
	margin-left: 5px;
	margin-bottom: 5px;
}

.author-panel-title {
	background: #55BB75;
	height: 2px;
	margin-bottom: 10px;
	position: relative;
}

.author-panel-title span {
	background: #FFFFFF;
	padding-right: 10px;
	position: absolute;
	top: -9px;
	color: #54BA74;
	font-style: italic;
	font-size: 12px;
}

.civi-subscription-page #secondary {
	margin-top: 125px;
}

.content-pay {
	background: #EDEDED;
	padding: 15px;
	text-align: center;
}

.content-pay-buttons {

	margin-top: 20px;
}

.content-pay-buttons .btn {
	width: 100px;
}

.content-join {
	margin-right: 20px;
}

.content-login {
	margin-left: 20px;
}

#editor_embed {
	width: 45px;
}

#editor_embed .mceIcon.mce_embed{
	display: none;
}

.featured-image a {
	display: block;
}

.featured-image a.action-icon {
	display: inline-block;
}

#upload_image_button.action-icon {
	position: relative;
	top: -37px;
	float: left;
}

#remove_image_button.action-icon {
	position: relative;
	top: -37px;
	float: right;
}

#infscr-loading {
	position: absolute;
	bottom: -20px;
	width: 100%;
	text-align: center;
}

.layout-list #infscr-loading {
	position: relative;
}

/*
*Max Width 440px
*/
@media screen and (max-width:440px) {
	#layout-buttons {
		display: none;
	}

}


.single-an_jobbenop article.type-an_jobbenop span.color-box {
	height: 80px;
	width: 80px;
	left: -80px;
}

.single-an_jobbenop article.type-an_jobbenop span.color-box p {
	margin: 0;
}

.entry-content h2 {
	font-size: 24px;
}
.entry-content h3 {
	font-size: 20px;
}
.entry-content h4 {
	font-size: 14px;
}

p.artists-copyright a {
	text-decoration: underline;
}


#page h1 {
	line-height: 50px;
}
th {
	text-align: left;
}

/* Styles for the PDF button on tiny_mce */
#editor_pdf {
	width: auto;
}

#editor_pdf .mce_pdf {
	display: none;
}


.layout-grid .type_an-jobbenop img {
	display: none;
}


.fepost-an_jobbenop .page-header {
	border: none;
	padding-bottom: 1px;
}

.fepost-an_jobbenop .entry-content h3 {
	margin-top: 10px;
	margin-bottom: 0;
	line-height: 25px;
}

.fepost-an_jobbenop .entry-content hr {
	margin-top: 0;
	margin-bottom: 10px;
	border: 1px solid #dddddd;
}

/*Richard adding additional */
/* Add text alignment to bootstrap td */
td.text-right, th.text-right {
	text-align: right;
}
/* override wysija */
.wysija-unsubscribed-on{color:#686868;}

/* jobs and opps override */
.job-advert img{
	margin-top: 5px;
	margin-bottom: 10px;
}

.deadline-expired{
	font-size: 48px;
}

/*blog post no title*/
.no-rule{
	border: 0;
}

.dl-grey {
	background-color: #efefef;
	padding: 10px 10px 10px 0px;
	color: #555555;
}

.unstyled.dl-grey{
	padding-left: 10px;
}

.wider-spacing{
	letter-spacing:1px;
}

.incr-line-spacing{
	line-height: 200%;
}
.grey_bkgnd{
	background-color: #efefef;
	font-size: 16px;
}
.left-pad{
	padding-left: 20px;
	margin: 0;
}
.crm-error{
	display:inline-block;
	margin-top: 0px;
	margin-bottom: 10px;
}
.crm-title .title{
	line-height: 40px;
	font-size: 24px;
}
.table{
	background-color: #ffffff;
}
.highlight{
	background-color: #ffaf75;
}
.custom-accordion{
    margin: 0px;
    background-color: #efefef;
}
/*hide civi interference*/
#my-contact-div{
    display:none;
}
#civicrm-menu{
    display:none;
}

.alert-grey {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #888888;
}
.alert-grey h4 {
  color: #555555;
}

/* Hide the edit image button */
.media-sidebar .attachment-info .edit-attachment {
	display: none;
}

/*.admin-bar .media-sidebar .attachment-info .edit-attachment {
	display: block;
}
*/

/* full width page template css */
#hero-image img{
	width: 100%;
	height: auto;
}

.article-content.full-width{
	background-color: #fff;
	margin: 20px auto;
	padding: 25px;
}
.sidebar-mobile-top{
	float: right;
	margin-right: 30px;
}
#sidebar_image{
	margin-top: 20px;
	width: 100%;
	max-width: 400px;
	height: auto;
}

#logoboard-image{
	width: 100%;
	height: auto;
}

@media (max-width:1199px){
	.sidebar-mobile-top{
		margin-right: 20px;
	}
}
@media (min-width: 767px) and (max-width: 780px){
	.sidebar-mobile-top{
		margin-right: 0px;
	}
}
@media (max-width:767px){
	.sidebar-mobile-top{
		float: none;
		margin-right: 0px;
	}
}


#top-collapse.in {
	height: auto !important;
}

/**
** Media popup display hacks
** AN-296
** @Author Hubby
** 9/9/20
**/

.media-frame-title h1 {
	padding: 0 0 1em 1em;
	font-size: 1.75em;
	font-weight: normal;
}

h2.media-frame-actions-heading {
	padding: 0 0 1em 1em;
	font-size: 1.2em;
	font-weight: normal;
}

.media-toolbar-primary {
	padding-right: 20px;
}

.media-attachments-filter-heading {
	position: relative;
	left: 0;
	top: 0;
	padding: 1em 0 0 0;
}

.media-modal-content .media-frame select.attachment-filters {
	margin-top: 0.75em;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
  }

  .screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.an-2018 #footer {
	background: #46494a;
  }
  
  .an-2018 #footer .copyright {
	color: #fff;
	padding: 0;
  }
  
  .an-2018 #footer .copyright a {
	color: #fff;
  }
  
  .an-2018 #footer .nav-footer > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
  }
  
  .an-2018 #footer .nav-footer > ul > li {
	-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	padding-bottom: 20px;
  }
  
  .an-2018 #footer .nav-footer > ul > li > a {
	padding: 10px 0;
	font-weight: bold;
  }
  
  .an-2018 #footer .nav-footer > ul > li:last-child {
	font-size: 14px;
	-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
  }
  
  .an-2018 #footer ul {
	line-height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
  }
  
  .an-2018 #footer ul li {
	padding: 8px 0;
  }
  
  .an-2018 #footer ul li a {
	color: #fff;
	padding: 0;
	text-decoration: none;
  }
  
  .an-2018 #footer ul li a:hover {
	color: #ddd;
  }
  
  .an-2018 #footer ul .arts-council {
	padding-bottom: 20px !important;
  }
  
  .an-2018 #footer ul .arts-council span {
	display: none;
  }
  
  .an-2018 #footer ul .arts-council a {
	display: block;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	background: url(img/social-icons/artists-council-logo.svg) no-repeat;
	background-size: contain;
	background-position: center right;
	height: 30px;
  }
  
  .an-2018 #footer ul .social .sub-menu {
	padding-top: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
  }
  
  .an-2018 #footer ul .social .sub-menu .menu-item span {
	display: none;
  }
  
  .an-2018 #footer ul .social .sub-menu .menu-item a {
	display: block;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	width: 24px;
	height: 24px;
	background-image: url(img/social-icons/facebook.svg);
	background-repeat: no-repeat;
	margin-right: 10px;
  }
  
  .an-2018 #footer ul .social .sub-menu .menu-item a:hover {
	opacity: 0.8;
  }
  
  .an-2018 #footer ul .social .sub-menu .menu-item.twitter a {
	background-image: url(img/social-icons/twitter.svg);
  }
  
  .an-2018 #footer ul .social .sub-menu .menu-item.linked-in a {
	background-image: url(img/social-icons/linked-in.svg);
  }
  
  .an-2018 #footer ul .social .sub-menu .menu-item.instagram a {
	background-image: url(img/social-icons/instagram.svg);
  }
  
  .an-2018 #footer ul .social .sub-menu .menu-item.youtube a {
	background-image: url(img/social-icons/youtube.svg);
  }

  @media (min-width: 40.063em) {
	.an-2018 #footer .nav-footer > ul > li {
		-ms-flex-preferred-size: 25%;
			flex-basis: 25%;
		padding-bottom: 0;
	  }
  }

  @media (min-width: 64.063em) {
	.an-2018 #footer .nav-footer > ul > li {
		-ms-flex-preferred-size: 20%;
			flex-basis: 20%;
	  }
	  .an-2018 #footer .nav-footer > ul > li:nth-child(4) {
		-ms-flex-preferred-size: 40%;
			flex-basis: 40%;
	  }
	  .an-2018 #footer ul .arts-council a {
		background-position: right center;
		height: 48px;
	  }
  }

  #crm-profile-block .label {
	color: #000 !important;
	background: none !important;
  }

