/*
Theme Name: JRCALC
Author: Un.titled
Author URI: http://un.titled.co.uk/
Description: JRCALC 2012 theme developed by Un.titled.
*/
@import "/wp-content/themes/jrcalc/public/css/jozoor/css/style.css";
@import "/wp-content/themes/jrcalc/public/css/jozoor/css/skins/colors/green.css";
@import "/wp-content/themes/jrcalc/public/css/jozoor/css/layout/wide.css";

/*
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
Header
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
*/
/* hack to remove 20px margin */
html.csstransforms {
    margin-top: 0px !important;
}

.logo {
    margin: 20px 0;
}

.main-header {
    background: #ebf3f0 !important;
}

.nav_menu {
    text-align: right;
    vertical-align: baseline;
    height: 23px;
    line-height: 23px;
}

.nav_menu ul {
    height: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    float: none;
}

.nav_menu ul li {
    height: 100%;
    float: left;
    display: block;
    margin-right: 30px;
    margin-left: 0;

}

div.page-columns ul {
    list-style-type: disc;
    list-style-position: inside;
}

div.page-columns ol {
    list-style-type: decimal;
    list-style-position: inside;
}

div.page-columns ul ul, div.page-columns ol ul {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 15px;
}

div.page-columns ol ol, div.page-columns ul ol {
    list-style-type: lower-latin;
    list-style-position: inside;
    margin-left: 15px;
}

div.page-columns p {
    margin-bottom: 1em;
}

div.page-columns ul {
    font-family: RobotoMedium, Arial, sans-serif;
    padding: 0 1em 1em 1em;
    margin: 0 1em 1em 1em;
}

div.page-columns ul a {
    color: #5fb19b;
}

div.page-columns ul a:hover {
    color: #292929;
}

div.page-columns ul li {
    list-style: disc;
    padding-bottom: 0.5em;
    display: list-item;
}

div.page-columns ul.sidebar {
    font-family: RobotoMedium, Arial, sans-serif;
    list-style:none;
}

div.page-columns ul.sidebar li {
    border-bottom: dotted grey 1px;
    list-style:none;
    padding:0.5em 0 0.5em 0.5em;
}

div.page-columns ul.sidebar li .s-20 {
    color: #5fb19b;
	text-decoration: none;
}

div.page-columns ul.sidebar li a {
    color: #5A5C5D;
	text-decoration: none;
}

dl.memberslist {
    display: block;
    border-bottom: 1px dotted #b2b2b2;
    margin-bottom: 5em;
}

dl.memberslist dt {
    display: block;
    float: left;
    text-align: left;
    padding: 6px 0 6px 0px;
    border-top: 1px dotted #b2b2b2;
    font-weight: bold;
    width: 40%;
}

dl.memberslist dd {
    border-top: 1px dotted #b2b2b2;
    display: block;
    padding: 6px 10px 6px 0;
    clear: right;
    margin-left: 40%;
}

dl.questions_and_answers dt {
    position: relative;
    display: block;
    padding: 15px;
    margin: 1em 5em 3em 0;
    color: #000;
    background: #f6f6f6;
    border-radius: 10px;
}

dl.questions_and_answers .firstcharacter {
    float: left;
    color: #5fb09d;
    font-size: 150%;
    padding: 0 1em 1em 0;
    vertical-align: top;
}

dl.questions_and_answers dt:after {
    content: "";
    position: absolute;
    bottom: -15px; /* value = - border-top-width - border-bottom-width */
    left: 50px; /* controls horizontal position */
    border-width: 15px 15px 0; /* vary these values to change the angle of the vertex */
    border-style: solid;
    border-color: #f6f6f6 transparent;
    /* reduce the damage in FF3.0 */
    display: block;
    width: 0;
}

dl.questions_and_answers dd {
    position: relative;
    display: block;
    padding: 15px;
    margin: 1em 0em 3em 5em;
    color: #000;
    background: #f6f6f6;
    border-radius: 10px;
}

dl.questions_and_answers dd:after {
    content: "";
    position: absolute;
    top: -15px; /* value = - border-top-width - border-bottom-width */
    right: 50px; /* controls horizontal position */
    bottom: auto;
    left: auto;
    border-width: 0 15px 15px; /* vary these values to change the angle of the vertex */
    border-color: #f6f6f6 transparent;
    border-style: solid;
    /* reduce the damage in FF3.0 */
    display: block;
    width: 0;
}

/*
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
Footer
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
*/
.bottom-3 {
    margin-bottom: 0 !important;
}

footer {
    margin-top: 0;
}

/*
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
Homepage
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
*/
.services.home {
    background: #ebf3f0;
}

.page-title {
    background: #fff;
    color: #7abdac;
    padding: 24px 0 12px 0;
    font-weight: bold;
    margin-bottom: 12px;
}

.page-title h1 {
    font-size: 30px;
}

.partnership {
    color: #7abdac;
}
.eventstable {
    width:100%;
}
.eventstable th {
    font-weight:bold;
    text-align:left;
}
.eventstable tr {
    border-bottom:1px dotted grey;
}
.eventstable td,.eventstable th {
    padding:5px 0 5px 0;
}
.eventstabledate {
    width:5.5em;
}
@media only screen and (max-width:767px) {
    .nav_menu {
        display:none;
    }
}

#menu ul {
    list-style-type:none;
}



/***************************************************************/
/******************** HOMEPAGE SLIDER FIXES ********************/
/***************************************************************/

.slider-1 .slides li {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.slider-1 .slides li h2 {
	color: #5fb19b;
	font-size: 42px;
	left: auto;
	line-height: 46px;
	margin-top: 10%;
	opacity: 1;
	position: inherit;
	top: auto;
}

.slider-1 .slides li p {
	bottom: auto;
	font-size: 24px;
	left: auto;
	opacity: 1;
	position: inherit;
}

.slider-1 .slides li .links {
	bottom: auto;
	font-size: 24px;
	left: auto;
	margin-top: 1%;
	opacity: 1;
	position: inherit;
}

.slider-1 .slides li .links a {
	color: #5fb19b;
}

@media only screen and (min-width: 1480px) {
	.slider-1 .slides li .contain, .slider-1 .loading {
		max-height: 600px;
		min-height: 600px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.slider-1 .slides li .contain, .slider-1 .loading {
		max-height: 478px;
		min-height: 478px;
	}	
	.slider-1 .slides li h2 {
		font-size: 36px;
		line-height: 38px;
	}
	.slider-1 .slides li p {
		font-size: 20px;
	}
	.slider-1 .slides li .links {
		font-size: 20px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.slider-1 .slides li .contain, .slider-1 .loading {
		max-height: 280px;
		min-height: 280px;
	}
	.slider-1 .slides li h2 {
		font-size: 32px;
		line-height: 36px;
	}
}

@media only screen and (max-width: 479px) {
	.slider-1 .slides li .contain, .slider-1 .loading {
		max-height: 200px;
		min-height: 200px;
	}
	.slider-1 .slides li h2 {
		font-size: 24px;
		line-height: 24px;
	}
}

.main-content a {
	color: #5fb19b;
	text-decoration: underline;
}

.main-content a:hover {
	color: #292929;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}