/*
Theme Name: MLM Insider
Author: Emmanuel A.C.
Author URI: 
Description: A mobile responsive and HTML5 theme.
Version: 1.0
*/

/**
 * Table of Contents:
 *
 * 01.00 - Reset
 * 02.00 - Fonts
 * 03.00 - Repeatable Patterns
 * 04.00 - Basic Structure
 * 05.00 - Header
 * 06.00 - Navigations
 * 07.00 - Page Title
 * 08.00 - Content
 *    08.01 - Post Thumbnail
 *    08.02 - Entry Header
 *    08.03 - Entry Meta
 *    08.04 - Entry Content
 *    08.05 - Entry Footer
 *    08.06 - Post/Paging Navigation
 *    08.07 - Galleries
 *    08.08 - Archives
 *    08.09 - Attachments
 *    08.10 - Author Bio
 *    08.11 - Search Results/No posts
 *    08.12 - 404 Page
 *    08.13 - Front Page
 *    08.14 - Comments
 *    08.15 - Comments Navigation
 * 09.00 - Sidebar
 *    09.01 - Widgets
 * 10.00 - Footer
 * 11.00 - Print
 * 12.00 - Core Override
 * 13.00 - Extra
 * 14.00 - Media Queries
 * -----------------------------------------
*/



/*
 * 01.00 - Reset
 * ----------------------------------------
*/



/*
 * 02.00 - Fonts
 * ----------------------------------------
*/



/*
 * 03.00 - Repeatable Patterns
 * ----------------------------------------
*/
body {
	cursor: auto;
	font-family: 'Open Sans', sans-serif;
	color: #0e0d0d;
}
a:link, a:visited {
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	color: #414140;
	margin: 0 0 1.25rem;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
.bold {
    font-weight: bold;
}
.complete{
    display:none;
}
/* Forms */
form {
	margin: 0;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select, label.inline, button, input[type="button"], input[type="reset"], input[type="submit"] {
	margin: 0;
}
.form-group {
	margin-bottom: 1.07142857rem !important;
}
.form-group em{
	color:red;
	font-size:12px;
	font-weight:bold;
}
/* Buttons */
button, input[type="button"], input[type="reset"], input[type="submit"] {
	display: inline-block;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding-top: 0.875rem;
	padding-right: 1.75rem;
	padding-bottom: 0.9375rem;
	padding-left: 1.75rem;
	font-size: 0.8125rem;
	border-style: solid;
	border-width: 0px;
	cursor: pointer;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	background-color: #008cba;
	border-color: #007095;
	color: #fff;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
	border: none;
	font-weight: normal !important;
}
button:hover, button:focus, .contributor-posts-link:hover, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
	background-color: #007095;
	color: #fff;
	text-decoration: none;
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
/* Placeholder text color -- selectors need to be separate to work. */
:-moz-placeholder {
 color: #999999;
}
::-moz-placeholder {
 color: #999999;
}
:-ms-input-placeholder {
 color: #999999;
}
::-webkit-input-placeholder {
 color: #999999;
}
/* Responsive images. Fluid images for posts, comments, and widgets */
.wp-caption {
	max-width: 100%;
}
.site-main img, .site-footer img {
	padding: 4px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.site-main img:hover, .site-footer img:hover, .site-main img:focus, .site-footer img:focus {
	-webkit-box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5);
	box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5)
}
.site-main .thumbnail img, .site-footer .thumbnail img {
	padding: 0;
	background-color: transparent;
	border: none;
	border-radius: 0;
	-webkit-transition: none;
	transition: none;
}
/* Make sure embeds and iframes fit their containers */
embed, iframe, object, video {
	margin-bottom: 24px;
	max-width: 100%;
}
p > embed, p > iframe, p > object, span > embed, span > iframe, span > object {
	margin-bottom: 0;
}
/* Alignment */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
blockquote.alignleft, img.alignleft {
	margin: 7px 24px 7px 0;
}
.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}
blockquote.alignright, img.alignright {
	margin: 7px 0 7px 24px;
}
.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}
/*blockquote.aligncenter, img.aligncenter, .wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}*/
.site-content blockquote.alignleft, .site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}
.site-content blockquote.alignleft p, .site-content blockquote.alignright p {
	margin-bottom: 17px;
}
.wp-caption {
	margin-bottom: 24px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}
.wp-caption {
	color: #767676;
}
.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding-right: 10px;
}
.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
.hide {
	display: none;
}
/* Common */
.bg-dwhite {
	background: #fff;
}
.bg-white {
	background: #fff;
}
.bg-white, .bg-dwhite {
	padding: 90px 0;
}
.bg-white, .bg-dwhite-small {
    padding: 30px 0;
}
/*padding*/
.nopad-l {
	padding-left: 0;
}
.nopad-r {
	padding-right: 0;
}
.nopad {
	padding: 0;
}
.yespad-l {
	padding-left: 0.9375rem;
}
.yespad-r {
	padding-right: 0.9375rem;
}
.yespad {
	padding: 0 0.9375rem;
}
/* Social */
.social-media {
	float: right;
	padding: 5px 0;
}
.social-media h3 {
	color: #FFFFFF;
	float: left;
	font-size: 12px;
	line-height: 24px;
	margin: 0;
	padding-right: 0.9375rem;
}
.social-media .icon {
	float: left;
}
.social-media a {
	float: left;
	margin-left: 0.9375rem;
	opacity: 0.8;
}
.social-media a:first-child {
	margin-left: 0;
}
.social-media a:hover {
	opacity: 1;
}
.social-media a img {
	height: 20px;
	width: 20px;
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}
/*
 * 04.00 - Basic Structure
 * ----------------------------------------
*/
#page {
	background: #222;
}
.row {
	max-width: 1290px;
}
.default-height {
    min-height: 2000px; /* 5000px */
}
/*
 * 05.00 - Header
 * ----------------------------------------
*/
.site-header {
	background: url(/images/bg-header-white-left.png) left top no-repeat, url(/images/bg-header-01.png) right top repeat-x;
	background-color: #FFF;
	min-height: 107px;
}
.site-header > .row {
}
.site-header > .row > .columns {
}
.logo {
	background-color: #fff;
	padding-top: 19px;
	padding-bottom: 19px;
}
.menu-right {
	background: url(/images/bg-header-01.png) left top no-repeat;
	padding-top: 29px;
	padding-bottom: 14px;
}
/*
 * 06.00 - Navigations
 * ----------------------------------------
*/
/*mobile menu*/
ul.off-canvas-list li a {
	padding: 0.3rem 0.66667rem;
}
ul.off-canvas-list a:hover {
	text-decoration: none;
}
ul.off-canvas-list li ul, ul.off-canvas-list li ol {
	margin-bottom: 0;
	margin-left: 0;
}
ul.off-canvas-list li a:hover {
	background: #242424;
}
ul.off-canvas-list li li > a {
	padding-left: 20px !important;
}
ul.off-canvas-list li li li > a {
	padding-left: 40px !important;
}
ul.off-canvas-list li li li li > a {
	padding-left: 60px !important;
}
ul.off-canvas-list li li li li li > a {
	padding-left: 80px !important;
}
ul.off-canvas-list li li li li li li > a {
	padding-left: 100px !important;
}
ul.off-canvas-list li li li li li li li > a {
	padding-left: 120px !important;
}
ul.off-canvas-list li li li li li li li li > a {
	padding-left: 140px !important;
}
/*top bar*/
.site-menu {
	background: none;
}
.top-bar {
	background: none;
	height: auto;
	line-height: normal;
	margin-bottom: 0;
}
.top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
 display: none;
}
.top-bar-section ul li {
	background: none;
}
.top-bar-section ul li > a {
	font-family: 'Raleway', sans-serif;
	color: #000;
	background: none !important;
	font-size: 13px;
	font-weight: 600;
	padding: 16px 1.5em !important;
	position: relative;
	text-transform: uppercase;
	line-height: normal !important;
	white-space:nowrap !important;
}
.top-bar-section ul li.active > a, .top-bar-section ul li:hover > a {
	background-color: transparent;
	text-decoration: none;
}
.top-bar-section ul li:hover > a {
	text-decoration: none;
	border: none;
}
/*.top-bar-section .dropdown > li > a {
	background-color: #333 !important;
}
.top-bar-section .dropdown > li:hover > a {
	background-color: #999 !important;
}*/
.top-bar-section ul li.item-register > a {
	background-color: #24922c !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.top-bar-section ul li.item-register:hover > a {
	background-color: #1d7d24 !important;
	text-decoration: none;
}
.top-bar-section ul li.open > ul li {
	display: block;
	clear: both;
}
.top-bar-section ul li ul li a{
	display: block;
	min-width: 200px !important;
}

/*center menu*/
/*nav.top-bar:not(.expanded) {
	text-align: center;
}
section.top-bar-section {
	display: inline-block;
}
.top-bar-section .dropdown li a {
	text-align: left;
}*/

/*site-banner*/
.site-banner {
	background: url(/images/banner-01.jpg) top center no-repeat;
	background-size: cover;
	box-sizing: border-box;
	color: #FFF;
	font-family: 'Raleway', sans-serif;
	text-align: center;
	text-transform: uppercase;
	min-height: 460px;
	padding-top: 60px;
}
.site-banner h1, .site-banner h2 {
	font-family: 'Raleway', sans-serif;
	color: #FFF;
	line-height: normal;
	margin: 0;
	text-shadow: 0 1px 18px #000;
}
.site-banner h1 {
	font-size: 35px;
	font-weight: 300;
}
.site-banner h2 {
	font-size: 40px;
	font-weight: 400;
	text-shadow: 0 1px 18px #000;
}
.site-banner img {
	margin-top: 40px;
}
/*site-search*/
.site-search {
	text-align: center;
}
.site-search form {
	background: #003366;
	overflow: hidden;
	padding: 20px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: -50px 0 0 0;
	/*-moz-box-shadow: 0px 0px 7px 7px #ccc;
	-webkit-box-shadow: 0px 0px 7px 7px #ccc;
	box-shadow: 0px 0px 7px 7px #ccc;*/
}
input[type="submit"] {
	background-color: #24922c;
	margin: 0;
}
input[type="submit"]:hover {
	background: #1d7d24;
}
.site-search input[type="submit"] {
	font-size: 14px;
}
section .title {
	font-size: 45px;
	font-weight: 300;
	text-transform: uppercase;
}
.site-search p {
	font-size: 20px;
	font-weight: 300;
}
section .intro {
	font-size: 25px;
	font-weight: 300;
	margin-bottom: 60px;
}
.red {
	color: #650300;
}
.red-line {
	border-bottom: 1px solid #b2817f;
	font-size: 25px;
	color: #650300;
	padding-bottom: 25px;
	margin-bottom: 25px;
	text-transform: uppercase;
    font-weight: bolder;
}
.gray-line {
    border-bottom: 1px solid #d6d6d6;
    font-size: 25px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: bolder;
}
a.green, .green .fa, .green {
	color: #24922c;
	font-size: 15px;
}
a.green {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}
/*site-resources*/
.fa {
	color: #858585;
}
.fa-icons .fa {
	padding-right: 20px;
	border-right: 1px solid #c7c7c7;
	margin-right: 15px;
	font-size: 21px;
}
.fa-icons .button.expand {
	padding-left: 1.25rem;
	padding-right: 1rem;
}
a.button:hover {
	text-decoration: none;
}
.site-resources button.large, .site-resources .button.large {
	font-size: 16px;
}
/*.news*/
.site-news {
	background: url(/images/bg-news.png) top center no-repeat;
	background-size: cover;
	box-sizing: border-box;
	color: #FFF;
	min-height: 500px;
	padding: 90px 0;
}
.site-news, .site-news-small {
    padding: 30px 0;
}
.site-news .th {
	margin-bottom: 20px;
}
.site-news .title {
	color: #FFF;
}
h3.post-title {
	font-size: 16px !important;
	margin-bottom: 20px;
    color: #0e0d0d;
}
.site-news h3.post-title {
	color: #FFF;
}
.date-meta, .author-meta {
	color: #191819;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	margin-bottom: 32px;
}
.date-meta-light, .author-meta-light {
    color: #c6c3c6;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    margin-bottom: 32px;
}
.label-meta {
    color: #5f5f5f;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    margin-top: 2px;
    margin-bottom: 2px;
}
.label-main-meta {
    color: #650300;
    font-size: 15pt;
    padding-bottom: 10px;
    font-weight: bolder;
}
.bold-and-red {
    font-size: 15pt;
    font-weight: 600;
    color: #650300;
	font-family: Cambria,Cochin,Georgia,Times,Times New Roman,serif !important;
}
.custom-highlight p a{
	font-family: Cambria,Cochin,Georgia,Times,Times New Roman,serif !important;
}
button, .button {
	background-color: #24922c;
	border-color: #1d7d24;
}
button:hover, button:focus, .button:hover, .button:focus {
	background-color: #1d7d24;
}
/*site-started*/
.site-started {
	background: url(/images/bg-started.png) top center no-repeat;
	background-size: cover;
	box-sizing: border-box;
	color: #FFF;
	min-height: 276px;
	padding: 90px 0;
}
.site-started h2 {
	color: #FFF;
	font-size: 40px;
	font-weight: 300;
}
.site-started .btn {
	padding: 49px 0;
}
/*
 * 07.00 - Page Title
 * ----------------------------------------
*/
.page-title {
	color: #000;
	line-height: 60px;
	margin: 0;
}
/*
 * 08.00 - Content
 * ----------------------------------------
*/
.site-main {
	background: #FFF;
}
.site-main > .row {
	background: #428bca;
}
.site-content {
	background: #FFF;
}
.hentry {
	background: #FFF;
	margin: 0 auto 20px;
	max-width: 100%;
}
.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta {
	margin: 0 auto;
	max-width: 100%;
}
/*
 *    08.01 - Post Thumbnail
 * ----------------------------------------
*/
.post-thumbnail {
	display: block;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	margin-bottom: 10px;
}
/*
 *    08.02 - Entry Header
 * ----------------------------------------
*/
.entry-header {
	margin-bottom: 1.07142857rem !important;
	position: relative;
	z-index: 1;
}
.home h1.entry-title, .page h1.entry-title, .single h1.entry-title {
	display: block;
}
.entry-title {
	color: #000;
	font-size: 33px;
	font-weight: 300;
	line-height: 1.0909090909;
	margin-bottom: 10px;
	margin: 0 0 10px;
	text-transform: uppercase;
}
.entry-title a {
	color: #000;
}
.entry-title a:hover {
	color: #333;
}
/*
 *    08.03 - Entry Meta
 * ----------------------------------------
*/
.entry-meta {
	clear: both;
	color: #767676;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	padding: 0;
	text-transform: uppercase;
}
.entry-meta > span {
	display: inline-block;
	margin-bottom: 4px;
	margin-right: 10px;
}
.entry-meta a {
	color: #767676;
}
.entry-meta a:hover {
	color: #2b2b2b;
}
.sticky .entry-date {
	display: none;
}
.entry-meta .ficon {
	font-size: 0.9375rem;
	line-height: normal;
	margin-right: 4px;
}
.entry-meta .vcard {
	border: none;
	display: inline;
	margin: 0;
	padding: 0;
}
.entry-meta .vcard .fn {
	font-size: inherit;
	font-weight: normal;
}
/*
 *    08.04 - Entry Content
 * ----------------------------------------
*/
.entry-content, .entry-summary {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}
.entry-content, .entry-summary, .comment-content, .entry-content p, .entry-summary p, .comment-content p {
	color: #000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.9375rem;
	line-height: 1.42857;
}
.entry-content p, .entry-summary p, .comment-content p {
	margin-bottom: 20px;
}
.entry-content a, .entry-summary a, .comment-content a {
	color: #09F;
	text-decoration: underline;
}
.entry-content a:hover, .entry-summary a:hover, .comment-content a:hover {
	color: #09C;
	text-decoration: none;
}
.entry-content table, .comment-content table {
	margin-bottom: 20px;
}
.entry-content th, .comment-content th {
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}
.entry-content td, .comment-content td {
	/*border: 1px solid #999;*/
	padding: 8px;
	vertical-align: top;
}
/* Mediaelements */
.hentry .mejs-container {
	margin: 12px 0 18px;
}
.hentry .mejs-mediaelement, .hentry .mejs-container .mejs-controls {
	background: #000;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #24890d;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-total, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}
.hentry .mejs-container .mejs-controls .mejs-time {
	padding-top: 9px;
}
.hentry .mejs-controls .mejs-time-rail span, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}
.hentry .mejs-overlay-loading {
	background: transparent;
}
/*
 *    08.05 - Entry Footer
 * ----------------------------------------
*/
.entry-footer {
	background: #f0ad4e;
}
.entry-cat, .entry-tag {
	display: block;
	margin-bottom: 5px;
}
/*
 *    08.06 - Post/Paging Navigation
 * ----------------------------------------
*/
.post-navigation {
	margin: 0 auto 40px;
}
ul.pagination {
	margin-left: 0;
}
/*
 *    08.07 - Galleries
 * ----------------------------------------
*/
.gallery {
	margin-bottom: 20px;
}
.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width: calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width: calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width: calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width: calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width: calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width: calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width: calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width: calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}
.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}
.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.gallery-item:hover .gallery-caption {
	opacity: 1;
}
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
	display: none;
}
/*
 *    08.08 - Archives
 * ----------------------------------------
*/



/*
 *    08.09 - Attachments
 * ----------------------------------------
*/
.attachment .content-sidebar, .attachment .post-thumbnail {
	display: none;
}
.attachment .entry-content {
	padding-top: 0;
}
.attachment footer.entry-meta {
	text-transform: none;
}
.entry-attachment .attachment {
	margin-bottom: 24px;
}
/*
 *    08.10 - Author Bio
 * ----------------------------------------
*/



/*
 *    08.11 - Search Results/No posts
 * ----------------------------------------
*/



/*
 *    08.12 - 404 Page
 * ----------------------------------------
*/
.page-header {
}
.error404 .page-title {
	color: #000;
}
/*
 *    08.13 - Front Page
 * ----------------------------------------
*/



/*
 *    08.14 - Comments
 * ----------------------------------------
*/
.comments-area {
	background: #d9534f;
}
.comments-area ol {
	list-style: none;
}
/*
 *    08.15 - Comments Navigation
 * ----------------------------------------
*/


/*
 * 09.00 - Sidebar
 * ----------------------------------------
*/
.site-sidebar {
	background: #d9534f;
}
.site-sidebar .widget-area {
	background: #3FF;
}
/*
 *    09.01 - Widgets
 * ----------------------------------------
*/
.widget-title {
	color: #000000;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.09091;
	margin: 0 0 10px;
	text-transform: uppercase;
}
.widget-area .widget {
	margin-bottom: 1.563rem;
}
.widget-area ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}
/* Calendar Widget */
.widget_calendar table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	line-height: 2;
	margin: 0;
	width: 100%;
}
.widget_calendar caption {
	color: #fff;
	font-weight: 700;
	line-height: 1.7142857142;
	text-align: left;
	text-transform: uppercase;
}
.widget_calendar thead th {
	background-color: rgba(255, 255, 255, 0.1);
}
.widget_calendar tbody td, .widget_calendar thead th {
	text-align: center;
}
.widget_calendar tbody a {
	background-color: #24890d;
	color: #fff;
	display: block;
}
.widget_calendar tbody a:hover {
	background-color: #41a62a;
}
.widget_calendar tbody a:hover {
	color: #fff;
}
.widget_calendar #prev {
	padding-left: 5px;
}
.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}
/*
 * 10.00 - Footer
 * ----------------------------------------
*/
.site-footer {
	background: none;
	color: #ffffff;
}
.footer-widget-area {
	background: #191919;
	padding: 60px 0;
}
.footer-widget-area .widget-area {
	background: #d9534f;
}
.site-footer .widget-title {
	color: #FFF;
	border-bottom: 1px solid #474747;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.f-info > .row {
	font-size: 15px;
	margin-bottom: 15px;
}
.site-footer ul, .site-footer ol, .site-footer dl {
	font-size: 16px;
	line-height: 1.6;
	list-style: none;
	margin: 0 0 15px;
}
.site-footer #navigation li {
	margin-bottom: 15px;
}
.site-footer a {
	color: #fff;
}
.site-footer a:hover {
	text-decoration: underline;
}
.footer-info {
	background: #292929;
	border-top: 1px solid #3e3e3e;
	color: #ffffff;
	font-size: 15px;
}
.footer-info > .row {
}
.footer-widget-area > .row, .footer-info > .row {
	padding-top: 0.9375rem;
	padding-bottom: 0.9375rem;
}
.site-link .fa {
    margin-left: 10px;
}
/*
 * 11.00 - Print
 * ----------------------------------------
*/



/*
 * 12.00 - Core Override
 * ----------------------------------------
*/



/*
 * 13.00 - Extra
 * ----------------------------------------
*/
h1.htitle {
 color: #000;
 font-size: 27px;
}


/*
 * 14.00 - Media Queries
 * ----------------------------------------
*/
/*XXLarge screens*/
@media only screen and (min-width: 120.063em) { /* min-width 1921px, xxlarge screens */
}

/*XLarge screens*/
@media only screen and (max-width: 120em) { /* max-width 1920px, xlarge screens */
}
@media only screen and (min-width: 90.063em) and (max-width: 120em) { /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
}

/*Large screens*/
@media only screen and (max-width: 90em) { /* max-width 1440px, large screens */
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) { /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */
}
@media only screen and (min-width: 64.063em) { /* min-width 1025px, large screens */
.large-2 {
}
.large-3 {
}
.large-4 {
}
.large-5 {
}
.large-6 {
}
.large-7 {
}
.large-8 {
}
.large-9 {
}
.large-10 {
}
}

/*Medium screens*/
@media only screen and (max-width: 64em) { /* max-width 1024px, medium screens */
/*common*/
.social-media, .social-media a, .right, .left {
	float: none !important;
}
/*footer*/
.site-info, .site-link {
}
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) { /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
}

/*Small screens*/
@media only screen and (max-width: 40em) { /* max-width 640px, small screens */
#wpadminbar {
	position: fixed !important;
}
}

/* items added by JW */

.link-spanner {
	position:absolute; 
	width:100%;
	height:100%;
	top:0;
	left: 0;
	z-index: 1;
}
.hc {
	line-height: normal;
	display: inline-block;
	border: solid 4px white;
	max-width: 100%;
	/*box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);*/
	box-shadow: 0px 0px 8px 0px #989898;
	transition: all 200ms ease-out;
}

.hc:hover, .hc:focus {
	box-shadow: 0 0 10px 1px rgba(0, 140, 186, 0.5);
}

.hc.radius {
	border-radius: 3px;
}
/* PAGINATION */
.loading-div{
	position: absolute;
	top: 200px;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.56);
	z-index: 999;
	display:none;
}
.loading-div img {
	margin-top: 20%;
	margin-left: 50%;
}
/* Pagination style */
.pagination{margin:10px 0 0 0; padding:0;}
.pagination li{
	display: inline-block;
	padding: 2px 10px 6px 10px !important;
	border: 1px solid #00c695;
	margin-right: -1px;
	font: 15px/20px Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	box-shadow: inset 1px 1px 5px #F4F4F4;
	color: #89507d;
}
.pagination li a{
    display: inline-block;
	text-decoration:none;
    color: #89507d;
}
.pagination li.first {
	display: inline-block;
    border-radius: 5px 0px 0px 5px;
}
.pagination li.last {
	display: inline-block;
    border-radius: 0px 5px 5px 0px;
}
.pagination li:hover{
	background: #89507d;
	color: #f7cd2b
}
.pagination li.active{
	background: #00c695;
	color: #333;
}
/* END PAGINATION */
.sub-menu {
	display: none;
}
.top-bar-section ul li ul li > a {
	font-size: 0.8125em;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}
.sub-menu2 {
	display: none;
}


/* Styles for screens that are less that 1024px; */
@media only screen and (max-width: 64em) {
	.item-register a {
		background-color: #24922c !important;
		color: #fff;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		float: right;
		padding:0 10px 0 10px;
		margin-top:12px;
		margin-right: 10px;
	}
	.item-register a:hover {
		background-color: #1d7d24 !important;
		text-decoration: none;
	}
	.tab-bar ul li.item-register > a {
		background-color: #24922c !important;
		color: #fff;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		float: right;
		padding:0 10px 0 10px;
	}
	.tab-bar ul li.item-register:hover > a {
		background-color: #1d7d24 !important;
		text-decoration: none;
	}
	/* for slide out menu */
	ul {
	padding-left: 0;
}
li {
	list-style: none;
}
.menu-wrap {
	background-color: #333;
	position: fixed;
	top: 0;
	height: 100%;
	width: 280px;
	margin-left: -280px;
	font-size: 1em;
	font-weight: 700;
	overflow: auto;
	transition: .25s;
	z-index: 10;
}
.menu-show {
	margin-left: 0;
	box-shadow: 4px 2px 15px 1px #B9ADAD;
}
.menu-sidebar {
	margin: 50px 0 80px 10px;
	position: relative;
	top: 70px;
}
.menu-sidebar li {
	/*padding: 8px 5px 0 15px;*/
}
.menu-sidebar li > a {
	color: #f3f3f3;
	font-size: 1em;
	position: relative;
	left: 0px;
	padding: 5px 5px 5px 5px;
	display: block;
	text-decoration: none;
}
.menu-sidebar ul ul {
    left:5px; /* POSITION OF THE FIRST CHILD MENU */
	position: relative;
}
.menu-sidebar li > a:hover {
	background:#000;
}
.menu-sidebar .menu-item-has-children {
	position: relative;
}
.menu-sidebar .menu-item-has-children .sub-menu {
	display: none;
}
.menu-sidebar .menu-item {
	position: relative;
}
.sidebar-menu-arrow::after {
	content: "\f107";
	font-family: 'FontAwesome';
	padding: 10px;
	color: #FFFA3B;
	position: relative;
}
/*Hamburger Button*/
.toggle-button {
	position: fixed;
	width: 44px;
	height: 40px;
	top: 6px;
	left: 20px;
	padding: 4px;
	transition: .25s;
	background: #333;
	z-index: 15;
}
.toggle-button:hover {
	cursor: pointer;
}
.toggle-button .menu-bar {
	position: absolute;
	border-radius: 2px;
	width: 80%;
	transition: .5s;
}
.toggle-button .menu-bar-top {
	border: 2px solid #fff;
	border-bottom: none;
	top: 8px;
}
.toggle-button .menu-bar-middle {
	height: 2px;
	background-color: #fff;
	margin-top: 14px;
	margin-bottom: 10px;
	top: 4px;
}
.toggle-button .menu-bar-bottom {
	border: 2px solid #fff;
	border-top: none;
	top: 28px;
}
.button-open {
	left: 40px;
}
.button-open .menu-bar-top {
	border-color: #fff;
}
.button-open .menu-bar-middle {
	background-color: #fff;
}
.button-open .menu-bar-bottom {
	border-color: #fff;
}
.hide-for-small {
	display: none !important;
}
.publish-text .custom-post-title a{
  color: #000 !important;
  font-size: 14px !important;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 75%;
  height: auto;
}
.newcoloumn {
    margin-right: 15px;
    margin-bottom: 15px;
    width: 30.5% !important;
	box-shadow: 0px 0px 8px 0px #989898;
	max-height: 411px;
	min-height: 425px;
}
.newbanner-height{
	margin-right: 15px;
    margin-bottom: 15px;
    width: 30.5% !important;
    box-shadow: 0px 0px 8px 0px #989898;
    max-height: 210px;
    min-height: 210px;
}
.newevent-height{
	margin-right: 15px;
	margin-bottom: 15px;
    width: 30.5% !important;
    box-shadow: 0px 0px 8px 0px #989898;
    max-height: 390px;
    min-height: 390px;
}
.newvideo-height{
	margin-right: 15px;
	margin-bottom: 15px;
    width: 30.5% !important;
    box-shadow: 0px 0px 8px 0px #989898;
    max-height: 355px;
    min-height: 355px;
}
.newpress-height{
	margin-right: 15px;
	margin-bottom: 15px;
    width: 30.5% !important;
    box-shadow: 0px 0px 8px 0px #989898;
    max-height: 355px;
    min-height: 412px;
}
section .title {
	font-size: 32px;
	font-weight: 300;
	text-transform: uppercase;
}
.site-banner h1 {
	font-size: 26px;
	font-weight: 300;
}
.site-banner h2 {
	font-size: 28px;
	font-weight: 400;
	text-shadow: 0 1px 18px #000;
}
#home-page-search {
	width: 100%;
}
#sub-menu {
	display: none;
}
#sub-menu2 {
	display: none;
}
}

/*Small screens*/
@media only screen and (max-width: 40em) { /* max-width 640px, small screens */
.small-12 {
    width: 100% !important;
}
.newcoloumn {
    margin-right: 15px;
    margin-bottom: 15px;
    width: 100% !important;
	box-shadow: 0px 0px 8px 0px #989898;
	max-height: 411px;
	min-height: 425px;
}
section .title {
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
}
.site-banner h1 {
	font-size: 20px;
	font-weight: 300;
}
.site-banner h2 {
	font-size: 24px;
	font-weight: 400;
	text-shadow: 0 1px 18px #000;
}
#home-page-search {
	width: 100%;
}
#sub-menu {
	display: none;
}
#sub-menu2 {
	display: none;
}
}
