/*
Theme Name: Seja Design Framework V2.10
Description: Customise styles - This is where you style your theme. 
This style sheet should load last (although some plugins may load later), so anything 
written here should be final, without the need for the !important call. 
*/

body {	
	background:#fff;
	font-size:16px;
}

/* =Fonts
-------------------------------------------------------------- */

/* header fonts */
h1,
h2,
h3,
h4,
h5,
h6,
th,
dt {
	font-family: 'Open Sans', sans-serif;
}
/*content fonts */
p,
ol,
ul,
dd,
pre,
td,
input,
textarea,
address,
form,
#copyright-wrapper {
	font-family: 'Open Sans', sans-serif;
}

pre,
#respond .form-allowed-tags
{
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code,
kbd {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Default Font Colours
-------------------------------------------------------------- */

/*main highlight colours */
h1,
h2,
h3,
h4,
h5,
h6,
legend,
th,
address,
.entry-title,
.entry-title a:link,
.entry-title a:visited,
h3#comments-title,
h3#reply-title
 {
	color:#2b4557;
}
/* highlight colours */
.widget-title,
#wp-calendar caption,
.highlight {
	color:#b01818;
}
/* default link colours  */
a:link {
	color: #1b2832;
}
a:visited {
	color: #1b2832;
}
/*menu colours */

#seja-framework-menu a {
	color:#2b2b2b;
}
#seja-framework-menu ul ul a {
	color:#2b2b2b;
}
#seja-framework-menu li:hover > a {
	color: #0e5a90;
}
#seja-framework-menu ul ul :hover > a {
	color:#0e5a90;
}
/*default colour */
p,
ol,
ul,
dd,
pre,
td,
.comment-body p,
.custom-block {
	color:#444;
}
#footer-widget-area p,
#footer-widget-area ol,
#footer-widget-area ul,
#footer-widget-area dd,
#footer-widget-area pre,
#footer-widget-area td {
	color:#230606;
}
/*
/* light colour */
.entry-meta,
.entry-meta a:link,
.entry-meta a:visited,
.entry-utility,
.entry-utility a:link,
.entry-utility a:visited,
.navigation a:link,
.navigation a:visited,
p.logged-in-as,
p.logged-in-as a:link,
p.logged-in-as a:visited,
p.form-allowed-tags,
p.comment-meta,
.comment-meta a:link,
.comment-meta a:visited {
	color:#999;
}

/* dark colour */
input,
textarea,
.category-title {
	color:#1f262b;
}

/* link hover colours */

a:active,
a:hover,
.entry-title a:active,
.entry-title a:hover,
.entry-meta a:active,
.entry-meta a:hover,
.entry-utility a:active,
.entry-utility a:hover,
.navigation a:active,
.navigation a:hover,
#comments .comment-meta a:active,
#comments .comment-meta a:hover,
p.logged-in-as a:active,
p.logged-in-as a:hover,
.site-info a:active,
.site-info a:hover,
.copyright a:active,
.copyright a:hover {
	color: #295d83;
}

/* background colours 
-------------------------------------------------------------- */

#header-img img {
	float:none;
	margin:0 auto;
	display:block;
}

/* Navigation 
-------------------------------------------------------------- */
#navigation {
	text-align:center;
	position:relative;
	z-index:1000;
}
.menu-header {
	display:inline-block; 
}
#navigation #seja-framework-menu ul {
	top: 45px; /* change this to adjust the drop-down's position */
	background: #cbd6de;
}
#navigation #seja-framework-menu ul a:hover {
	background: rgb(215,224,234);
	background: -moz-linear-gradient(top,  rgba(215,224,234,1) 0%, rgba(188,198,210,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(215,224,234,1) 0%,rgba(188,198,210,1) 100%);
	background: linear-gradient(to bottom,  rgba(215,224,234,1) 0%,rgba(188,198,210,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7e0ea', endColorstr='#bcc6d2',GradientType=0 );
}
#navigation #seja-framework-menu ul li:first-child > a {
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
#navigation #seja-framework-menu ul li:first-child > a::after {
	border-bottom-color:#cbd6de;
}
#navigation #seja-framework-menu ul li:first-child > a:hover::after {
	border-bottom-color:#bcc6d2;
}
#navigation #seja-framework-menu ul ul li:first-child a:after{
	border-right-color: #cbd6de;
}
#navigation #seja-framework-menu ul ul li:first-child a:hover:after {
	border-right-color:#bcc6d2;
}

/*responsive menu */
#navigation nav select {
	border: 1px solid #777;
	background:url(../images/bar.svg) #f1f1f1 no-repeat 8px 16px;
	color:#333;
}
#navigation nav select option::before,
#sidebar-navigation nav select option::before {
	font-family:'FontAwesome';
	font-size:0.4em;
	content: "\f1db";
	padding-right:12px;
	position:relative;
	top:-5px;
}
/* NOTE: to set colour of the navbar icon you will need to edit the bar.svg file in the images folder (or use bar-light.svg on dark themes) */

/* forms and buttons
-------------------------------------------------------------- */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="file"],
input[type="url"],
select,
textarea { 
	background: #fafafa;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	border-radius:         3px;
}

input[type="submit"],
a.button{
	border: 1px solid #176ea8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	text-transform:uppercase;
}
input[type="submit"],a.button,
.woocommerce #content input.button.alt,.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.woocommerce-page #content input.button.alt,.woocommerce-page #respond input#submit.alt,.woocommerce-page a.button.alt,.woocommerce-page button.button.alt,.woocommerce-page input.button.alt	{
	background: rgb(97,153,193);
	background: -moz-linear-gradient(top,  rgba(97,153,193,1) 0%, rgba(23,110,168,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(97,153,193,1) 0%,rgba(23,110,168,1) 100%);
	background: linear-gradient(to bottom,  rgba(97,153,193,1) 0%,rgba(23,110,168,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6199c1', endColorstr='#176ea8',GradientType=0 );
}
input[type="submit"]:hover,a.button:hover,
.woocommerce #content input.button.alt:hover,.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,.woocommerce-page #respond input#submit.alt:hover,.woocommerce-page a.button.alt:hover,.woocommerce-page button.button.alt:hover,.woocommerce-page input.button.alt:hover {
	background: rgb(193,105,97);
	background: -moz-linear-gradient(top,  rgba(193,105,97,1) 0%, rgba(169,33,23,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(193,105,97,1) 0%,rgba(169,33,23,1) 100%);
	background: linear-gradient(to bottom,  rgba(193,105,97,1) 0%,rgba(169,33,23,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c16961', endColorstr='#a92117',GradientType=0 );
}
/* widget search submit button */
.widget_search input#searchsubmit {
	-webkit-border-radius: 0 15px 15px 0;
	-moz-border-radius:    0 15px 15px 0;
	border-radius:         0 15px 15px 0;
}
.ui-datepicker .ui-widget-header { /* add a background here if you're using the cf7 datepicker (jquery ui) */ }
/* WooCommerce - DELETE THIS SECTION IF NOT USING
-------------------------------------------------------------- */
/* pricing colour here */
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color:#8fae1b;}
/* GREEN colour here */
.woocommerce-message::before {
	color: #8fae1b;}
.woocommerce-message {
    border-top-color: #8fae1b;
}
/* RED colour here */
.woocommerce a.remove {
	color:#f00 !important;
}
.woocommerce a.remove:hover {
    background: #ff0000;
}
.home .hentry ul li:before {
	content:"";
	padding:0;
}
.home .woocommerce,
.home .wpb_slider_area {
	border:1px solid #f1f1f1;
	padding:15px;
}
.seja-custom-notification {
	font-size:0.85rem;
	background:#f5f5f5;
	padding:20px;
	margin:20px 0 0;
}
.seja-custom-notification p strong {
	color:#b01818;
}

/* theme specific elements 
-------------------------------------------------------------- */

.separator {
	
}
.seja-link-div {
	background:#f1f1f1;
}

/* Pagenation THIS NEEDS SOME CORRECTING
-------------------------------------------------------------- */
.pagination span, .pagination a {
	background: #fff; /* background colour of inactive pagination blocks */
}
.pagination .current,
.pagination a:hover{
	color:#fff; /* font colour of current page block */
	/* background colour selected in Admin > Seja Template > Theme Settings > Theme Content */
}
.pagination a:hover{
	background: #f90; /* match both with the theme hover colour */
	border:1px solid #f90;
}

/* add all custom header elements here */

/* add all custom content elements here */
.lens-tool-kit.sd2-light .slide-source-custom.slide-type-image .sd2-node-caption {
    background: none;
}
.sd2-vertical-center-inner {
    background : rgba(162, 182,209,0.2);
    padding:20px;
    margin:0 10px 0 0;
    border-radius:5px;
    font-size:1.2em;
    position:absolute;
    top:250px;
    text-align:right;
}
.sd2-slide-title-inner {
    text-shadow:1px 0 1px #fff;
	color:#2b4557;
}
.sd2-vertical-center-inner p {
    color:#b01818;
}

/* add all custom footer elements here */

#footer-widget-area h3.widget-title {
	margin:0 0 5px;
}
#footer-widget-area p {
	font-size:0.8125rem;
}
#footer-widget-area p .contact-number {
	font-size:1rem;
	font-weight:800;
}
/* experimental - this will get distributed between here, the styles.css and the dynamic header-styles file */
/*General Mosaic Styles*/
.mosaic-wrapper {
	float:left;
	margin:10px;
	/* to make responsive (issues with overlay postion) 
	width:calc( 33% - 25px); */
}
.mosaic-block {
	position:relative;
	overflow:hidden;
	width:400px;
	background:#111 url(../images/progress.gif) no-repeat center center;
	border:1px solid #fff;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
	/*fixed size */
	height:250px;
	/* responsive size
	padding-bottom:62.5%; /*maintains ratio */
}
.details{ 
	margin:8px 20px;
}	
.mosaic-block h3,
.mosaic-block p {
    color: #ffffff;
    text-shadow: 1px 1px 0 #000000;
}
.mosaic-block a {
	color:#ffffff;
	text-decoration:none;
}
.mosaic-backdrop {
	display:none;
	position:absolute;
	top:0;
	height:100%;
	width:100%;
	background:#111;
}
.mosaic-block img {
	width:100%;
	height:auto;
}
.mosaic-overlay {
	display:none;
	z-index:5;
	position:absolute;
	width:100%;
	height:100%;
	background:#fff;
}
/* animation styles */
.bar .mosaic-overlay {
	bottom:-100px;
	height:60px;
	background:rgba(0,0,0,0.75);
}
.circle .mosaic-overlay {
	background:url(../images/hover-magnify.png) no-repeat center center;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter:alpha(opacity=00);
	display:none;
}
.circle h3,
.circle p {
	display:none;
}
.fade .mosaic-overlay {
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter:alpha(opacity=00);
	background:rgba(0,0,0,0.75);
}
.bar1 .mosaic-overlay {
	bottom:-50px;
	height:100px;
	opacity:0.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter:alpha(opacity=75);
	background:rgba(0,0,0,0.75);
}
.bar1 .mosaic-overlay:hover {
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
}
.bar2 .mosaic-overlay {
	top:-100px;
	height:60px;
	background:rgba(0,0,0,0.75);
}
.bar2 h3 {
	margin:0 0 8px;
}