/*
Theme Name: sicsa
Theme URI: http://underscores.me/
Author: Red Empire
Author URI: http://www.redempire.co.uk
Description: The SICSA template
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: sicsa
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 sicsa is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}


html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff;
	margin-top: 25px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Droid Sans', sans-serif;
	font-size: 15px;
	line-height: 1.5;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
}

body.custom-background {
    background-repeat: repeat-x !important;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1em;
}
ul, ol {
	margin: 0 0 1.5em 2.5em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: 'Droid Sans', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px 'Droid Sans', sans-serif;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

.entry-meta {
	display: none;
}


.page-id-113 .meteor-buttons {
	display: none;
}



button,
input,
select,
textarea {
	font-size: 90%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}


button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #e6e6e6;
	color: #000;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 13px;
	border: none;
}




@media screen and (-webkit-min-device-pixel-ratio:0) {
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #e6e6e6;
	color: #000;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	border: none;
	vertical-align: top;
}
} 







button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border: none;
	box-shadow: none;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border: none;
	box-shadow: none;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #000;
	border: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	height: 26px;
	width: 220px;
	padding-left:10px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}



/* Links */
a {
	color: #0b5e87;
	text-decoration: none;
}
a:visited {
	color: #0b5e87;
}
a:hover,
a:focus,
a:active {
	color: #7b79ad;
}

.em.pixelbones a, .em.pixelbones a:visited {
	color:#0b5e87 !important;
}

.em.pixelbones a:hover {
	color:#7b79ad !important;
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-top: 6px !important;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

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

.screen-reader-text:hover,
.screen-reader-text:active,
.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;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	height: 33px;
	background-color:#a7bbc9;
	padding-left: 18px;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
	font-size: 15px;
	line-height: 36px;
	background-image: url(https://www.sicsa.ac.uk/wp-content/themes/sicsa/images/divider.gif);
	background-repeat: no-repeat;
	background-position: right center !important;
	padding-right: 24px;
	padding-left: 24px;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	color: #313131;
}
.main-navigation a:visited {
	color: #313131;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0px;
	position: absolute;
	top: 32px;
	z-index: 99999;
	background-color: #2f3334;
	padding-left: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: none;
	padding-right: 20px;
}
.main-navigation ul ul ul {
	left: 100%;
	position: absolute;
	top: 1.5em;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	margin-top: -31px;
	background-color: #393d3e;
	background-image: none;
}
.main-navigation ul ul ul ul{
	background-color: #414547;
}
.main-navigation ul ul a {
	width: 147px;
	font-size: 14px;
	color: #FFF;
	line-height: 16px;
	background-image: none;
}
.main-navigation ul ul li {
	padding: 5px 0 5px 0;
	background-image: none;
}

.main-navigation ul ul :visited > a {
	color: #FFF;
}

.main-navigation ul ul a:visited {
	color: #FFF;
}

.main-navigation li:hover > a {
	color: #FFF;
}
.main-navigation ul ul :hover > a {
	color: #a4bbcb;
}

.main-navigation ul ul a:hover {
	color: #a4bbcb !important;
}

.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
	color: #FFF;
}

.main-navigation ul l.current_page_item a,
.main-navigation .current-menu-item a {
	color: #FFF;
}

.main-navigation .current-menu-parent a {
	color: #FFF;
}

.main-navigation .current-menu-ancestor a {
	color: #FFF;
}




/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 0.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.25em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/* =SICSA Code
----------------------------------------------- */

#page {
	max-width: 1200px;
	background-color: #FFF;
	margin-top:0;
margin-bottom:0;
margin-left:auto;
margin-right:auto;
	-webkit-box-shadow: 0px 0px 17px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 17px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 17px 0px rgba(50, 50, 50, 0.75);
}

.site-header {
	background-color: #2f3334;
	height: 158px;
	background-image:url(https://www.sicsa.ac.uk/wp-content/themes/sicsa/images/bg-head.gif);
}

#logo {
	height: 125px;
	float: left;
}

#logo-mobile {
display:none;
}
	
#search {
	height: auto;
	float: right;
	margin-top: 40px;
	margin-right: 40px;
}

#slider {
	width: 100%;
	height: auto;
}

#primary {
    width: 64%;
    float: left;
    padding-left: 38px;
	padding-right: 38px;
    margin-top: 20px;
    margin-bottom: 8px;
}

#primary-home {
	width: 100%;
	padding-left: 38px;
	padding-right: 38px;
	margin-top: 24px;
	margin-bottom: 26px;
}

#secondary {
	width: 36%;
	float: right;
	margin-top: 24px;
	padding-right: 38px;
	margin-bottom: 8px;
}

#secondary-blog-single {
	width: 315px;
	float: right;
	margin-top: 24px;
	margin-right: 38px;
	margin-bottom: 8px;
}

h1 {
	font-size: 30px;
	color: #7b79ad;
	line-height: 36px;
	margin-top: 3px;
	margin-bottom:16px;
}

.site-footer {
	background-color: #46768d;
	color: #FFF;
}

#footer #sitemap, #sitemap ul{list-style:none;margin:0;padding:0;position:relative;z-index:4;}
#sitemap li.foothead {
    display: block;
    width: auto;
    max-width: 160px;
    float: left;
    background-image: none;
    margin-right: 30px;
}
#sitemap li.foothead a{color:#FFF;text-decoration:none;font-size: 12px;line-height: 19px;}
#sitemap li.foothead a:hover{color:#bed1df}
#sitemap li.current a{color:#d1d4d3;}
#sitemap li.current a:hover{color:#bed1df} 
#sitemap li.foothead ul{margin-top:4px;margin-left: 13px;list-style-image: url(https://www.sicsa.ac.uk/wp-content/themes/sicsa/images/square-green.gif)}
#sitemap li.foothead li a{color:#FFF;}
#sitemap li.foothead li a:hover{color:#bed1df;border-bottom:1px dotted #FFF; }

.foothead {
	margin-bottom: 20px;
}

.footheader {
	font-size: 14px !important;
	color: #bed1df  !important;
}

.footheader a{
	color: #bed1df;
}

.sitemap li {
	background-image: none;
	margin-left: -10px;
	font-size: 12px;
	margin-bottom: 14px;
}

#sitemap {
	color:#d1d4d3;
	margin: 22px 32px;	
}

#legal {
	background-color: #46768d;
	font-size: 12px;
	clear: both;
	padding: 38px 0 48px 30px;
}

.legalleft {
	float: left; 
	width: 30%;
}

.legalright {
	float: right; 
	text-align: right;
	width: 60%;
	color: #FFF;
	margin-right: 26px;
}

.legalright a:link {
	color: #bdd9e7;
	text-decoration: none;
}

.legalright a:visited {
	color: #bdd9e7;
	text-decoration: none;
}

.legalright a:hover {
	color: #FFF;
}

#sfc {
	float: right;
	margin-right: 30px;
}

.search-submit {
	width: 29px;
	height: 28px;
	background-color: #8684ae !important;
	background-image:url(https://www.sicsa.ac.uk/wp-content/themes/sicsa/images/magnify.gif) !important;
}

.post-7 h1{display:none;}

.page-template-blog-template #secondary #uwpqsf_id {
display:none;
}


#uwpqsf_id {
    border: 0px;
}

.uform_title {
    font-weight: normal !important;
    text-align: left;
    margin: auto 0 auto 0;
color: #45748b;
font-size: 24px;
}

.uwpqsf_class > span[class*="taxolabel-"], .uwpqsf_class > span[class*="cmflabel-"] {
    float: left;
    padding: 5px 0 2px 0;
    font-weight: normal !important;
    clear: both;
    width: 100%;
}

.uwpqsf_class {
    width: 100%;
    margin-bottom: 10px;
    clear: both;
}

.uwpqsf_class select {
    width: 98%;
    margin-left: 0%;
    margin-right: 0%;
}

input#uwpqsf_id_key {
    width: 97%;
    margin-left: 0%;
    margin-right: 0%;
}

.uwpqsf_submit {
    text-align: left;
    margin-bottom: 15px;
}

#uwpqsf_submit button, input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: #8684ae;
    color: #FFF;
    cursor: pointer;
    -webkit-appearance: button;
    font-size: 13px;
    border: none;
padding:2px 10px 2px 10px;
}

.entry-content h1 {
font-size:18px;
margin-top:10px;
margin-bottom:-10px;
}

#twitter-widget-0 {
	border: solid #c8ced1 1px !important;
	border-radius: none !important;
	font-family: 'Droid Sans', sans-serif !important;
}

#primary-home #twitter-widget-0 {
	border: none !important;
}

.summary {
	font-family: 'Droid Sans', sans-serif !important;
}

.timeline {
	font-family: 'Droid Sans', sans-serif !important;
	border-radius:0px !important;
}

.customisable-border {
	border: none !important;
}

#listcategorypostswidget-2 {
	background-color: #a7bbc9;
	padding: 12px 22px 5px 22px;
	font-size: 13px;
	color: #FFF;
	margin-top: -7px;
}

#listcategorypostswidget-2 a:link{
	font-size: 14px;
	color: #0a4e6e;
	display: block;
	margin-top: 11px;
	line-height: 17px;
}

#listcategorypostswidget-2 a:visited{
	font-size: 14px;
	color: #0a4e6e;
}

#listcategorypostswidget-2 a:hover{
	color: #000;
}

#listcategorypostswidget-2 h1 {
	color: #FFF;
	font-size: 24px;
	margin-bottom:0;
}

#listcategorypostswidget-2 ul {
	margin-left: 0;
}

#listcategorypostswidget-2 li {
	list-style: none;
}

#listcategorypostswidget-4 {
	background-color: #a7bbc9;
	padding: 12px 22px 5px 22px;
	font-size: 13px;
	color: #FFF;
	margin-top: 8px;
}

#listcategorypostswidget-4 a:link{
	font-size: 14px;
	color: #0a4e6e;
	display: block;
	margin-top: 7px;
	line-height: 100%;
}

#listcategorypostswidget-4 a:visited{
	font-size: 14px;
	color: #0a4e6e;
}

#listcategorypostswidget-4 a:hover{
	color: #000;
}

#listcategorypostswidget-4 h1 {
	color: #FFF;
	font-size: 24px;
}

#listcategorypostswidget-4 h2 {
	margin-top:10px;
	color: #FFF;
	font-size: 24px;
}

#listcategorypostswidget-4 ul {
	
}

#listcategorypostswidget-4 li {
	list-style: none;
}

h2 {
	color: #45748b;
	font-size: 24px;
	margin-bottom: 6px;
	margin-top: 22px;
	line-height: 28px;
}

h3 {
	color: #000;
	font-size: 17px;
	margin-top: 3px;
	margin-bottom: 6px;
	line-height: 20px;
}

h4 {
	color: #615e99;
	font-size: 17px;
	margin-top: 3px;
	margin-bottom: 5px;
	line-height: 20px;
}

.subheading {
	color: #004a67;
	font-size: 24px;
}

.lcp_catlist li {
	list-style: none;
	list-style-image: url(https://www.sicsa.ac.uk/wp-content/themes/sicsa/images/square-big.png);
	margin-left: -10px;
	margin-top: 20px;
}

.lcp_catlist li a {
	color: #000;	
}

.lcp_catlist li a:visited {
	color: #000;	
}

.lcp_catlist li a:hover {
	color: #7b79ad;	
}

#hometempleft {
	float: left;
	width: 66%;
	margin-right: 4%;
	margin-top: 0px;
	clear: both;
}

#hometempleft ul li {
	padding-bottom: 10px;
	border-bottom: solid #ccc 1px;
	margin-left:-20px;
}

#hometempleft h4{
	margin-top: -9px;
}

#hometempleft h2{
	padding-bottom: 10px;
}

#hometempright {
	float: right;
	width: 30%;
	margin-top:18px;
}

#bigblocktext {
	background-color: #c2c3b7;
	color: #000;
	width: 250px;
	padding: 20px 20px 20px 20px;
	font-size: 24px;
	line-height: 36px;
	display: block;
	float: right;
}

#fullwidth {
	width: 100%;
	padding: 18px 38px 0px 38px;
}

#primary ul {
	margin-left: 15px;
	margin-top: 10px;
}

#primary ol {
	margin-left: 20px;
	margin-top: 10px;
}

#primary ul li {
	list-style: none;
	list-style-image: url(https://www.sicsa.ac.uk/wp-content/themes/sicsa/images/square-blue.gif);
}

#secondary ul {
	margin-left: 16px;
	margin-top: 4px;
	margin-bottom: 15px;
}

.textwidget ul li {
	list-style-image: url(https://www.sicsa.ac.uk/wp-content/themes/sicsa/images/square-purple.gif) !important;
	margin-left: 3px;
}

#listcategorypostswidget-2 ul  {
	margin-left: 1px;
}

#social {
	font-size: 13px;
	margin-top:10px;
}

#social a:link {
	color: #c4c0ab;
}

#social a:visited {
	color: #c4c0ab;
}

#social a:hover {
	color: #FFF;
}

#social img {
	margin-left: 10px;
	float: right;
}


.menu-item-168 {
	background: none;
}

.main-navigation li:last-child {
	background: none;
}

.blue {
	color: #4a7b99;
}

#events-homepage {
	height:130px;
	background: #e1e5e7;
}


.listing-item {
	display: block;
    width: 20%;
    float: left;
    font-size: 14px;
    line-height: 18px;
    color: #2e5c73;
    padding: 15px 17px 18px 18px;
    margin-bottom: 14px;
}

.listing-item a:link{
color: #000;
font-weight: normal;
}

.listing-item a:visited {
color: #000;
}

.listing-item a:hover{
color: #7b79ad;
}

.title {
	margin-bottom: 5px;
	display: block;
}

.display-posts-listing {
background-image:url(https://www.sicsa.ac.uk/wp-content/themes/sicsa/images/events-bg.gif);
min-height: 100px;
}
.excerpt-dash {
	display: none;
}

#slidetext a:link{
	color: #a7bbc9;
}

#slidetext a:visited{
	color: #a7bbc9;
}

input[type="text"], .events-search {
border: solid #404040 1px;
}
.events-search {border: none;background-color:#a7bbc9}

#events-submit {
border: solid #404040 1px;
padding: 3px 7px 3px 7px;
margin-top: 5px;
}


.wp-caption {
	border: none;
	text-align: left;	
}

.wp-caption img {
	padding: 0;
	margin-left: 0px !important;
}

.wp-caption p.wp-caption-text {
	text-align: left;
	margin-top: 4px;
	color: #7b78ad;
}

#breadcrumbs {
	margin-left: 2px;
}

#breadcrumbs a {
	font-size: 11px;
}

.breadcrumb_last {
	font-size: 11px;
}

#sicsa-table {
	font-size:12px;
	text-align:left;
	border-collapse:collapse;
}
#sicsa-table th{
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	color:#404040;
	background-color: #e5e4ea;
	text-align: left;
	padding: 5px;
	}
#sicsa-table td{
	background:#e5ebef;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	color:#666666;
	border-top:1px solid transparent;
	padding:3px;
}

.entry-header {
	margin-left: 0px;
}

.higherh2 {
	margin-top: 4px ;
}

#_Image-Maps_9200905221105171 area {
	outline: none;
}

*:focus {
outline: none;
outline-width: 0;
}

.lightblue-border {
	border: solid #abd4eb 1px;
}

#primary #slidetext {
	display: none !important;
}

.textbox {
	width: 100%;
	background-color: #d7d8d0;
	padding: 12px 12px 12px 12px;
	margin-bottom:10px;
}

ul ul {
	margin-bottom: -10px !important;
}

/* Main Search Button */
				div.css-search div.em-search-main .em-search-submit {
					position:absolute;
					top: 5px; right: 5px;
					-moz-box-shadow: 0px 0px 0px 0px #ffffff;
					-webkit-box-shadow: 0px 0px 0px 0px #ffffff;
					box-shadow: 0px 0px 0px 0px #ffffff;
					background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8684ae), color-stop(1, #8684ae) );
					background:-moz-linear-gradient( center top, #8684ae 5%, #8684ae 100% );
					background-color:#8684ae;
					-moz-border-radius:0px;
					-webkit-border-radius:0px;
					border-radius:0px;
					border:1px solid #dcdcdc;
					display:inline-block;
					color:#ffffff;
					font-weight:bold;
					padding:8px 10px;
					text-decoration:none;
					text-shadow:1px 1px 0px #c7c5c7;
					line-height:16px;
				}
div.css-search div.em-search-main .em-search-submit:hover {
					background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a7bbc9), color-stop(1, #a7bbc9) );
					background:-moz-linear-gradient( center top, #a7bbc9 5%, #a7bbc9 100% );
					background:-ms-linear-gradient(top, #a7bbc9, #a7bbc9);
					background:-o-linear-gradient(top, #a7bbc9, #a7bbc9);
					background:linear-gradient(top, #a7bbc9, #a7bbc9);
					background-color:#a7bbc9;
				}

.trspace {
	padding-top: 10px;
	padding-bottom: 10px !important;
	border-bottom: solid #CCC 1px;
}

.em-location-map-container {
	position:relative; 
	background-color: #FFF;
	width: 400px; 
	height: 300px;
}

#nudge {
margin-top: 5px !important;
padding-top: 5px !important;
}

.page-numbers {
	border: solid #000 1px;
	padding: 3px 4px 3px 4px;
}

.page-id-53 .meteor-buttons{
    display: none;
}

#responsive-menu-container {
    background-size: auto !important;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item a {
    border-bottom: 1px dotted #a7a7a7 !important;
}

#responsive-menu-container #responsive-menu  ul li.responsive-menu-item a {
    border-bottom: 0px !important;
	font-size:15px !important;
}

#responsive-menu-container #responsive-menu  ul ul li.responsive-menu-item a {
    border-bottom: 0px !important;
}

#responsive-menu-container #responsive-menu ul.responsive-menu-submenu.responsive-menu-submenu-open {
    margin-bottom: 15px !important;
}

#responsive-menu-container .responsive-menu-search-box {
    width: 100%;
    padding: 0 2%;
    border-radius: 0px !important;
    height: 40px !important;
    -webkit-appearance: none;
}

button#responsive-menu-button {
    right: 58px !important;
}

.elementor-element-populated {
	padding-top:0px !important;
    padding-left:0px !important;
}

#responsive-menu-additional-content img {
	margin-right:5px;
}

.page-template-homepage .entry-header {
	display:none;
}

.addtoany_list.a2a_kit_size_32 a {
    font-size: 15px !important;
	color:#c4c0ab;
}

.addtoany_share_save_container {
    clear: both;
    margin: 8px 0 10px -3px !important;
}

.a2a_button_google_plus,.a2a_button_twitter,.a2a_button_facebook {
display:none !important;
}



@media only screen and (max-width: 1210px) {
	
.main-navigation {
	padding-left:24px;
}
	
.main-navigation li {
	float: left;
	position: relative;
	font-size: 15px;
	line-height: 36px;
	background-image: url(https://www.sicsa.ac.uk/wp-content/themes/sicsa/images/divider.gif);
	background-repeat: no-repeat;
	background-position: right center !important;
	padding-right: 18px;
	padding-left: 18px;
}
}


@media only screen and (max-width: 1110px) {
	
.main-navigation {
	padding-left:29px;
}
	
.main-navigation li {
	float: left;
	position: relative;
	font-size: 14px;
	line-height: 36px;
	background-image: url(https://www.sicsa.ac.uk/wp-content/themes/sicsa/images/divider.gif);
	background-repeat: no-repeat;
	background-position: right center !important;
	padding-right: 13px;
	padding-left: 13px;
}
	
#sitemap li.foothead {
    display: block;
    width: 15%;
    max-width: none;
    float: left;
    background-image: none;
    margin-right: 35px;
}
	#sfc {
	clear:both;
	float: left;
	margin-left: 30px;
}
}


@media only screen and (max-width: 980px) {
.main-navigation {
	display:none;
}

#search {
	display:none;
}
	
.site-header {
    height: 140px;
}
}


@media only screen and (max-width: 830px) {
	table {
		overflow-x: auto;
		display: block;
}
}



@media only screen and (max-width: 750px) {
	
	
.meteor-slides .meteor-buttons {
    height: 27px;
    bottom: 0px;
	top:20px;
    right: 30px;
    margin: 0;
    padding: 6px 0 0;
    position: absolute;
    width: auto;
    z-index: 999;
}
	
.meteor-buttons a {
    background-color: #004a67;
    color: #FFF;
    display: block;
    float: left;
    width: 28px;
    height: 28px;
    margin: 0 5px 0 0 !important;
    outline: none;
    padding: 0px 0 0 0;
    font-size: 15px;
    line-height: 29px;
    text-align: center;
}
#slidetext {
    position: absolute;
    background-color: #004a67;
    bottom: 34px;
    width: 425px;
    padding: 12px 38px 16px 38px;
}
}





@media only screen and (max-width: 670px) {
#hometempleft {
	float: left;
	width: 100%;
	margin-right: 0;
	margin-top: -20px;
	clear: both;
}

#hometempright {
	float: left;
	width: 100%;
	margin-top:18px;
}
	
#primary {
    width: 100%;
    float: left;
    padding-left: 38px;
	padding-right: 38px;
    margin-top: 20px;
    margin-bottom: 0px;
}

#secondary {
	width: 100%;
	float: left;
	margin-top: -20px;
	padding-left: 38px;
	padding-right: 38px;
	margin-bottom: 8px;
}

#sitemap li.foothead {
    display: block;
    width: 40%;
    max-width: none;
    float: left;
    background-image: none;
    margin-right: 5%;
	margin-bottom:35px;
}
	
#sitemap li.foothead a {
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    line-height: 19px;
}
	
	.listing-item {
	display: block;
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 16px;
    color: #2e5c73;
    padding: 15px 17px 0px 18px;
    margin-bottom: 4px;
}
}




@media only screen and (max-width: 625px) {
.site-header {
    height: auto;
}
	
#logo {
display:none;
}
	
#logo-mobile {
	display:block;
	height:140px;
	padding:20px;
}

#primary {
    width: 100%;
    float: left;
    padding: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}

button#responsive-menu-button {
    right: 38px !important;
}

#primary-home {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    margin-top: 24px;
    margin-bottom: 26px;
}
	
#secondary {
    width: 100%;
    float: left;
    margin-top: -20px;
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 8px;
}
	
#slidetext {
    position: absolute;
    background-color: #004a67;
    bottom: 34px;
    width: 425px;
    padding: 12px 18px 16px 18px;
}
}


@media only screen and (max-width: 500px) {

#sitemap li.foothead {
    display: block;
    width: 100%;
    max-width: none;
    float: left;
    background-image: none;
    margin-right: 0;
	margin-bottom:35px;
}
	

#legal {
	background-color: #46768d;
	font-size: 12px;
	clear: both;
	padding: 38px 0 60px 30px;
}
.legalleft {
	width:100%;
	float:left;
}
.legalright {
	width:100%;
	float:left;
	text-align:left;
}
#secondary {
	width: 100%;
	float: left;
	margin-top: -20px;
	padding-left: 18px;
	padding-right: 18px;
	margin-bottom: 8px;
}
#sitemap {
    color: #d1d4d3;
    margin: 22px 12px;
}
#slidetext {
    position: relative;
    background-color: #004a67;
    bottom:0px;
    width: 100%;
	height:auto;
    padding: 8px 18px 8px 18px;
}
	
.meteor-title {
    font-size: 20px !important;
    color: #a7bbc9 !important;
    line-height: 24px !important;
    padding-bottom: 0px !important;
}
	
.meteor-slides .meteor-buttons {
    height: 27px;
    bottom: 0px;
    top: 0px;
    right: 15px;
    margin: 0;
    padding: 6px 0 0;
    position: absolute;
    width: auto;
    z-index: 999;
}
	
.meteor-slides .meteor-clip {
    line-height: 0;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 100%;
}
#primary-home {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    margin-top: 90px;
    margin-bottom: 26px;
}
}


@media only screen and (max-width: 360px) {
	#logo-mobile {
	display:block;
	height:130px;
	padding:20px;
	max-width:70%;
}

.meteor-slides p {
    color: #FFFFFF;
    margin: 0;
    text-align: left;
    font-size: 13px;
	line-height: 18px;
}
}