/*
Theme Name: crynew
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: crynew
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.

crynew is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}
#page{
	margin: 0 auto;
	overflow:visible;
}
#blanket{
	max-width: 1200px;
	margin: 0 auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
	line-height: 1.6;
	max-width: 100%;
	overflow: auto;
	margin:0;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}
.slick-slide img{
	margin:auto;
	height:450px;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

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;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
.archiveimg {
    float: left;
    margin-right: 0.5em;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
.owl-next, .owl-prev{
	top: 90%!Important;
}
.read-more {
    color: black;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

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-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

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"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}
.highlight {
    border: 1px dashed #ffffff;
    padding: 1em;
    background: #c11719;
    color: white;
}
#highlight {
    border: 1px dashed #ffffff;
    padding: 1em;
    background: #c11719;
    color: white;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
a.titlelink {
    font-size: smaller;
    margin-left: 15%;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color:inherit;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	background: #c11719;
}
.menu-main-container {
    max-width: 1200px;
    margin: 0 auto;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	padding: 1em;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #fff;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 3.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}
ul.sub-menu {
    background: rgb(193, 23, 25);
    background: rgba(193, 23, 25, .85);
}
ul.sub-menu li{
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.site-branding{
	text-align:center;
}
@media screen and (min-width: 75em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* 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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.left75 {
    float: left;
    max-width: 65%;
    margin-right: 5%;
	margin: 0.5%;
}
.right25 {
    float: right;
    max-width: 30%;
	margin: 0.5%;
}

/*--------------------------------------------------------------
					Header
--------------------------------------------------------------*/
p.site-description a {
    text-decoration: none;
    color: black;
    margin: 0;
}
p.site-description{
	margin:0;
	font-size:small;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.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;
	table-layout: fixed;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.entry-aboutus{
	float:left;
	width:75%;
}
.columnitem{
	position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;	
	max-width:25%;
	padding: 1em;
}
.columnitem img{
	width:100%;
	max-height:268px;
}
#columnitem {
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
}
#columnitem2 {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
#columnitem2 p {
    margin: 0 0 0.5em 0;
}
.patronitem{
	 min-height: 1px;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 1em;
    display: inline-block;
}
.patronitem h4 {
    margin-top: 0;
}
.patronitem img{
	width:100%;
	max-height:268px;
	object-fit: cover;
}
.fourpart{
	float:left;
	width: 23%;
    margin: 0.5em;
}
.patronimg {
    text-align: center;
}
.patronimg img {
    width: 80%;
    text-align: center;
    object-fit: cover;
	max-height: 291.19px;
}
.patronimg h4{
	margin:0;
}

.brleft {
    float: left;
    width: 48%;
	margin-right:2.5%;
	background: rgb(234, 234, 234);
    box-shadow: 2px 2px 1px #bcbcbc;
    margin: 1%;
    padding: 5px 10px;
}

.brright {
    float: left;
    width: 48%;
	margin-left:2.5%;
	background: rgb(234, 234, 234);
    box-shadow: 2px 2px 1px #bcbcbc;
    margin: 1%;
    padding: 5px 10px;}

#mystoryimg {
    float: left;
    margin: 0 0.5em 0;
}
ul.conferencebutton {
    list-style: none;
}
ul.conferencebutton li {
    width: 18%;
    text-align: center;
    font-weight: bold;
    margin: 0.5%;
    padding: 1em;
    float: left;
    background: #c11719;
    box-shadow: 2px 2px 1px #bcbcbc;
    color: white;
    transition: 1s ease-in-out;
}
ul.conferencebutton li:hover {
    background:#CCC ;
    color: #c11719;
}
.fagsfacf-gallery-slider button.slick-next, .fagsfacf-gallery-slider button.slick-next:hover, .fagsfacf-gallery-slider button.slick-next:focus, .fagsfacf-gallery-carousel  button.slick-next, .fagsfacf-gallery-carousel  button.slick-next:hover, .fagsfacf-gallery-carousel  button.slick-next:focus{
	background: #c11719 url(http://www.c-r-y.org.uk/wp-content/plugins/frontend-gallery-slider-for-advanced-custom-field/assets/css/arrow-right.png) center center no-repeat !important;
}
button, input[type="button"], input[type="reset"], input[type="submit"]{
	box-shadow: none;
}
.fagsfacf-gallery-slider button.slick-prev, .fagsfacf-gallery-slider button.slick-prev:hover, .fagsfacf-gallery-slider button.slick-prev:focus, .fagsfacf-gallery-carousel button.slick-prev, .fagsfacf-gallery-carousel button.slick-prev:hover, .fagsfacf-gallery-carousel button.slick-prev:focus{
	background: #c11719 url(http://www.c-r-y.org.uk/wp-content/plugins/frontend-gallery-slider-for-advanced-custom-field/assets/css/arrow-left.png) center center no-repeat !important;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.searchandfilter ul li {
    list-style: none;
    float: left;
    padding: 1em;
}
.searchandfilter ul {
    display: block;
    /* margin-top: 0; */
    /* margin-bottom: 0; */
}
.searchandfilter h4 {
    margin: 0;
    padding: 0px 5px 10px;
    font-size: 16px;
    float: left;
}
.nav-previous a, .nav-next a {
    float: left;
    padding: 0.6em;
    text-decoration: none;
    margin: 0 0.1em;
	border: #c11719 solid 2px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    background-color: #d1d1d1;
	color: rgb(221,0,0);
	text-align:center;
	box-shadow: 2px 2px 2px #d2d2d2;
}
.nav-previous a:hover, .nav-next a:hover{
	background-color:rgb(221,0,0);
    color:white;
	 border: white solid 2px;
}
.pagination {
    margin: 1em;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-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;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}
/*--------------------------------------------------------------
## Images
--------------------------------------------------------------*/
#section2 img{
	border-radius:100%;
	border: 10px solid #c11719;
	transition: 0.75s ease;
}
#section2 img:hover{
    border-radius: 100%;
    border: 10px solid #c5c5c5;
    -moz-box-shadow: 0 0 8px #000000;
    -webkit-box-shadow: 0 0 8px #000000;
    box-shadow: 0px 0px 8px #000000; 
}
#section2 {
    position: relative;
}
.imageresult {
    float: left;
    max-width: 150px;
    margin-right: 10px;
}
h2.resultheading{
	clear:none!Important;
	}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
.slideshow-window{
	background:transparent!Important;
	border:none!Important;
}
/*-----------------------------------------------------------/
                       Homepage
/------------------------------------------------------------*/
.threepart{
	width:33%;
	float:left;
	margin-bottom: 0.5em;
}
.partone{
	margin-left:0!Important;
}
.partfour{
	margin-right:0!Important;
}
.partone, .parttwo, .partthree, .partfour {
    float: left;
    width: 25%;
	padding: 1em;
}
.partone h2, .parttwo h2, .partthree h2, .partfour h2{
	text-align:center;
}
h1.sectiondivide, h3.sectiondivide{
	color: #fff;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	margin-bottom:0;
}
.sectiondivide a{
	color: white!Important;
	
}

.reddivide{
	background: #c11719;
}
hr.services {
    display: block;
    height: 1px;
    border: 0;
    border-top: 4px solid #c11719;
    margin: auto;
    padding: 0; 
	width: 250px;
	text-align:center;
}
hr.research {
    display: block;
    height: 1px;
    border: 0;
    border-top: 4px solid #c11719;
    margin: auto;
    padding: 0; 
	width: 100%;
}
#sb_instagram #sbi_load{
	float:none!Important;
}
#sb_instagram.sbi_fixed_height {
    overflow: visible;
    overflow-y: visible;
    box-sizing: border-box;
    margin-bottom: 1em;
}
/* Featured Post Carousel */
 
#featured {
    padding: 10px 10px 0 20px;
    }
 
#carousel {
    list-style: none;
    margin: 0;
    padding: 0;
    }
 
#carousel li {
    float: left;
    padding: 0;
    margin-right: 10px;
    }
#aboutusvisionbox{
	width:25%!important;
}
#section2 h1 {
    text-align: center;
    text-decoration: none;
	margin-bottom:0;
}
#visionbox, #aboutusvisionbox{
	background:url(http://www.c-r-y.org.uk/wp-content/uploads/2016/02/VisionsBackground.png);
	background-size:cover;
	padding: 0.5em;
	width: 100%;
	float: left;
}
hr.vision, hr.aboutusvisionbox {
    display: block;
    height: 1px;
    border: 0;
    border-top: 4px solid #c11719;
    margin: 0;
    padding: 0;
}
#visionbox p, #aboutusvisionbox p {
    font-weight: bold;
    font-style: italic;
    font-size: 16pt;
    margin: 0;
}
#visionbox h2,#screening h2,#aboutusvisionbox h2{
	margin: 0.15em;
}
.screening-button {
    display: inline-block;
    margin: auto;
    padding: .6em;
    color: white;
    border: white solid 2px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    background: transparent;
    font-size: 15px;
	width:100%;
}
.screening-button a{
	color:#fff;
	text-align:center;
}
#mystory img {
    float: left;
    border: 5px solid #c11719;
    border-radius: 100%;
	margin: 0.5em;
}
#screening {
    background: rgb(193, 23, 25);
    background: rgba(193, 23, 25, .75);
    padding: 0.5em;
	color:#fdfdfd;
	float:left;
	width:25%;
}
#screening p{
	margin:0;
}
.screening-button:hover {
    background-color: white;
	color: rgb(221,0,0);
}
#mystory{
	width:100%;
	float:left;
}
#s3middle{
	width:49%;
	float: left;
	margin-right:1%;	
}
ul#menu-homepage-quick-links {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
#menu-homepage-quick-links li {
    border-bottom: 4px solid #c11719;
    font-size: 21px;
    padding: 0 0.5em;
}
#menu-homepage-quick-links li a{
    color: black;
	text-decoration:none;
}
#menu-homepage-quick-links li:hover {
    background:#c11719;
	
}
#menu-homepage-quick-links li:hover a{
    color:#fdfdfd;
	
}
.owl-item a{
	text-decoration:none;
	color:black;
	transition: .5s ease;
}
.owl-item a:hover {
    color: #c11719;
}
#quicklinks {
    width: 24%;
	float: left;
    margin-right: 1%;
	text-align:Center;
}
li#menu-item-46979 {
	display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
li#menu-item-46979:hover{
	background:#fff!Important;
	color:black!important;
}
li#menu-item-46979:hover a{
	color:black;
}

/*-----------------------------------------------------------/
                      About Us
/------------------------------------------------------------*/
#level1{
}
.first, .second, .third{
	width: 32%;
    float: left;
    background: rgb(234, 234, 234);
    box-shadow: 2px 2px 1px #bcbcbc;
    margin: 1%;
    padding: 5px 10px;
}
.first{
	margin-left: 0%;
	}
.second{
	}
.third{
	margin-right: 0%;
}
.firstau, .secondau, .thirdau{
	width: 32%;
    float: left;
    background: rgb(234, 234, 234);
    box-shadow: 2px 2px 1px #bcbcbc;
    margin: 1%;
    padding: 5px 10px;
}
.firstau{
	margin-left: 0%;
	}
.secondau{
	}
.thirdau{
	margin-right: 0%;
}
#level2{
}
#level3{
}
ul#menu-ra-quick-links {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
#menu-ra-quick-links li {
    border-bottom: 4px solid #c11719;
    font-size: 21px;
    padding: 0 0.5em;
}
#menu-ra-quick-links li a{
    color: black;
	text-decoration:none;
}
#menu-ra-quick-links li:hover {
    background:#c11719;
	
}
#menu-ra-quick-links li:hover a{
    color:#fdfdfd;
	
}
/*-----------------------------------------------------------/
                      Fundraising
/------------------------------------------------------------*/
#frheaderpic{
	background:url(/wp-content/uploads/2016/07/Northwich-Rugby-Club-Aaron-Dixon.jpg);
	background-attachment:fixed;
	background-size:cover;
    position: relative;
    height: auto;
    height: 100%;
    max-height: 70vh;
    min-height: 420px;
}
#vltheaderpic{
	background:url(/wp-content/uploads/2017/01/Kate-Fennell-with-supporters.jpg);
	background-attachment:fixed;
	background-size:cover;
    position: relative;
    height: auto;
    height: 100%;
    max-height: 70vh;
    min-height: 420px;
}
h2.imagheading{
	text-align: center;
    color: #c11719;
    margin: 0;
    display: table-cell;
    font-size: 60px;
    padding-top: 2em;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    max-height: 200px;
    object-fit: cover;
}
.owl-carousel p,.owl-carousel h3{
	margin:0;
}
/*-----------------------------------------------------------/
                      Support
/------------------------------------------------------------*/
.sideone{
}
.sidetwo{
}

/*-----------------------------------------------------------/
					 MF Pages
/-----------------------------------------------------------*/
#mfmystory{
	float:left;
	padding: 0.5em 0;
}
#mfmystory img{
	float:left;
	margin-right: 0.5em;
}
.twitterspace, .facebookspace{
	float:left;
	width:49%
}
.boxred-button {
    display: inline-block;
    margin: auto;
    padding: .6em;
    border: #c11719 solid 2px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    background-color: #d1d1d1;
	color: rgb(221,0,0);
	font-size: 18px;
    width: 35%;
	text-align:center;
	box-shadow: 2px 2px 2px #d2d2d2;
	margin-left: 32%;
}
.boxred-buttonfw {
    display: inline-block;
    margin: auto;
    padding: .6em;
    border: #c11719 solid 2px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    background-color: #d1d1d1;
	color: rgb(221,0,0);
	font-size: 18px;
    width: 90%;
	text-align:center;
	box-shadow: 2px 2px 2px #d2d2d2;
	margin-left: 5%;
}
.boxred-button:hover, .boxred-buttonfw:hover{
	background-color:rgb(221,0,0);
    color:white;
	 border: white solid 2px;
}
.boxred-button a, .boxred-buttonfw a{
	color:white;}
.mflist a{
	text-decoration:none;
	color:black;
}
.mflist:hover {
    background: #dedede;
}
.mflist {
    font-size: large;
    line-height: 185%;
    width: 75%;
    padding-left: 0.75em;
	transition: 0.75s ease-in-out;	
}

/*-----------------------------------------------------------/
					 In the media
/-----------------------------------------------------------*/
.archives {
    background: #dedede;
    margin: 0.5%;
    max-width: 24%;
    box-shadow: 2px 2px 1px #bcbcbc;
    color: white;
    padding: 0em;
	transition:1s ease-in-out;
}
.archives:hover{
	background:  #bcbcbc;
}
#on, #tw, #thr{
	margin:0.5%;
	float:left;
}
#on{
	width:50%;
	margin-left:0;
}
#tw{
	width:24%;
}
#thr{
	width:24%;
	margin-right:0;
}
#un, #deux, #trois{
	margin:0.5%;
	
}
#un{
	float:left;
	width:24%;
	margin-left:0;
}
#deux{
	float:left;
	width:24%;
}
#trois{
	float:left;
	width:50%;
	margin-right:0;
}
.top, .bottom{
	width:100%;
	padding: 1em;
    width: 100%;
    float: left;
	background: #c11719;
    margin-bottom: 3.5%;
    box-shadow: 2px 2px 1px #bcbcbc;
    color: white;
	transition:1s ease-in-out;
}
.bottomalt{  
    padding: 1em;
    width: 45%;
    float: left;
    background: #c11719;
    margin: .5%;
    box-shadow: 2px 2px 1px #bcbcbc;
    color: white;
    transition: 1s ease-in-out;
}
.top:hover, .bottom:hover, .bottomalt:hover{
	background:  #bcbcbc;
}
.boxgrey{
	background: rgb(234, 234, 234);
    box-shadow: 2px 2px 1px #bcbcbc;
    padding: 5px 10px;
	width:100%;
}
.boxgrey-button {
    display: inline-block;
    margin: auto;
    padding: .6em;
    border: white solid 2px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    background-color:rgb(221,0,0);
    color:white;
    font-size: 15px;
    width: 100%;
	text-align:center;
}
.boxgrey-button:hover{
	background-color: white;
    color: rgb(221,0,0);
}
/*-----------------------------------------------------------/
                     Footer
/------------------------------------------------------------*/

#Lcontent {
	width: 32%;
	float: left;
	padding: 5px 15px;
}

#middle {
	width: 32%; /* Account for margins + border values */
	float: left;
	padding: 35px 15px;
	margin: 0px 5px 5px 5px;
}
#Rcontent {
		width: 32%;
	padding: 35px 15px;
	float: left;
}
footer#colophon {
    background: rgba(0, 0, 0, 0.7);
	color:#fdfdfd;
	padding-bottom: 1.5em;
}

/*-----------------------------------------------------------/
                       Woocommerce
/------------------------------------------------------------*/
ul.products li{
	background: none!Important;
	box-shadow: none!Important;
}
.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
    width: 100%;
    background: none!Important;
    box-shadow: none!Important;
}
.product .count {
   display:none;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #c11719;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #e55254;
    color: #fff;
}
.woocommerce .onsale,
.woocommerce-page .onsale {
   background-color: #ef4135!Important;
    color: #FFFFFF;}



/*-----------------------------------------------------------/
                       Homepage slider
/------------------------------------------------------------*/
.seq {
  /* Uncomment to make the theme full-screen */
  /* width: 100% !important; */
  /* max-width: 100% !important; */
  /* height: 100% !important; */
  /* max-height: 100% !important; */
}

/* Google Web Font */

.seq {
  position: relative;
  /* Dimensions */
  width: 100%;
  height: 420px;
  max-width: 100%;
  /* Center the Sequence container on the page */
  margin: 0 auto;
  padding: 0;
  /* Some basic styles */
  font-family: sans-serif;
}

.seq .seq-pagination,
.seq .seq-screen,
.seq .seq-canvas,
.seq .seq-canvas > * {
  /* Reset the canvas and steps for better browser consistency */
  margin: 0;
  padding: 0;
  list-style: none;
}

.seq .seq-preloader {
  background: #279FE5;
}

.seq .seq-pagination {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  width: 100%;
  border: none;
  text-align: center;
}
h3.seq-subtitle {
    padding: 0 0.25em;
}
.seq .seq-pagination a {
  display: block;
  width: 100%;
  height: 100%;
}

.seq .seq-pagination .seq-current {
  border-radius: 100%;
}

.seq .seq-pagination > * {
  margin: 0 4px;
  padding: 0;
  display: inline-block;
  zoom: 1;
  width: 28px;
  height: 28px;
  cursor: pointer;
  background: none;
  border: white solid 2px;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-transition-property: background-color, border-radius;
  transition-property: background-color, border-radius;
  /* Image replacement */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.seq .seq-pagination > *:nth-child(1):focus,
.seq .seq-pagination > *:nth-child(1):hover {
  background-color: #279FE5;
}

.seq .seq-pagination > *:nth-child(2):focus,
.seq .seq-pagination > *:nth-child(2):hover {
  background-color: #F96852;
}

.seq .seq-pagination > *:nth-child(3):focus,
.seq .seq-pagination > *:nth-child(3):hover {
  background-color: #2BBF8E;
}
.seq .seq-pagination > *:nth-child(4):focus,
.seq .seq-pagination > *:nth-child(4):hover {
  background-color: #279FE5;
}
.seq .seq-pagination > *:nth-child(5):focus,
.seq .seq-pagination > *:nth-child(5):hover {
  background-color: #F96852;
}

.seq .seq-canvas {
  /* Make the canvas the same dimensions as the container and prevent lines
   * from wrapping so each step can sit side-by-side */
  position: absolute;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  /* Reset the font-size to remove 4px from :before and .title */
  font-size: 0;
}

.seq .seq-canvas > * {
  /* Make the steps the same size as the container and sit side-by-side */
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: center;
  color: white;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.seq .seq-canvas > *:before {
  /* Vertically align .seq-content */
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.seq .seq-content {
  /* Default styles for content */
  display: inline-block;
  vertical-align: middle;
  max-width: 720px;
  margin: 0 4%;
  /* Reset the font-size from 0 back to 16 */
  font-size: 16px;
      width: 33%;
}

.seq .seq-button {
  display: inline-block;
  zoom: 1;
  margin-top: 2em;
  padding: .6em;
  color: white;
  border: white solid 2px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  background: rgb(221, 0, 0);
    background: rgba(221, 0, 0, 0.75);
}

.seq .seq-button:focus,
.seq .seq-button:hover {
  background-color: white;
}

.seq .seq-step1 {
 background: url("http://www.c-r-y.org.uk/wp-content/uploads/2016/07/SliderImage.jpg") no-repeat center; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
   background-attachment: fixed;
}

.seq-button:focus,
.seq-button:hover {
  color: rgb(221, 0, 0);
}

.seq .seq-step2 { 
  background: url("http://www.c-r-y.org.uk/wp-content/uploads/2016/02/Image-2.jpg") no-repeat center; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.seq .seq-step3 {
  background: url("http://www.c-r-y.org.uk/wp-content/uploads/2016/02/Image-3.jpg") no-repeat center; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.seq .seq-step4 {
  background: url("http://www.c-r-y.org.uk/wp-content/uploads/2016/03/Bridges-Walk-Slider-fundraising-image.jpg") no-repeat center; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.seq .seq-step5 {
  background: url("http://www.c-r-y.org.uk/wp-content/uploads/2016/07/Fundraising.jpg") no-repeat center; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.seq .seq-title,
.seq .seq-subtitle,
.seq .seq-button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.seq .seq-title,
.seq .seq-subtitle {
  margin: 0 0 .5em 0;
  display: block;
  line-height: 1.4;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.seq .seq-title {
  font-family: 'Roboto', sans-serif;
  font-size: 1.8em;
}

.seq.seq-active {
  /* when JS is enabled */
  /* Hide anything that goes beyond the boundaries of the Sequence container */
  overflow: hidden;
}

.seq.seq-active .seq-preloader,
.seq.seq-active .seq-pagination {
  visibility: visible;
}

.seq.seq-active .seq-preloader.seq-preloaded {
  visibility: hidden;
}

.seq.seq-active .seq-preloader .seq-preload-circle {
  fill: white;
}

.seq.seq-active .seq-content {
  /* Pull the content up a bit to account for the pagination */
  margin-top: -26px;
}

.seq.seq-active .seq-button {
  -webkit-transform: translateZ(0) scale(0);
  -ms-transform: translateZ(0) scale(0);
  transform: translateZ(0) scale(0);
}

@-webkit-keyframes jelly {
  0% {
    -webkit-transform: translateZ(0) scale(0);
    transform: translateZ(0) scale(0);
  }

  40% {
    -webkit-transform: translateZ(0) scale(1.15);
    transform: translateZ(0) scale(1.15);
  }

  60% {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
  }

  80% {
    -webkit-transform: translateZ(0) scale(1.05);
    transform: translateZ(0) scale(1.05);
  }

  100% {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
  }
}

@keyframes jelly {
  0% {
    -webkit-transform: translateZ(0) scale(0);
    -ms-transform: translateZ(0) scale(0);
    transform: translateZ(0) scale(0);
  }

  40% {
    -webkit-transform: translateZ(0) scale(1.15);
    -ms-transform: translateZ(0) scale(1.15);
    transform: translateZ(0) scale(1.15);
  }

  60% {
    -webkit-transform: translateZ(0) scale(1);
    -ms-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
  }

  80% {
    -webkit-transform: translateZ(0) scale(1.05);
    -ms-transform: translateZ(0) scale(1.05);
    transform: translateZ(0) scale(1.05);
  }

  100% {
    -webkit-transform: translateZ(0) scale(1);
    -ms-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
  }
}

.seq.seq-active .seq-title,
.seq.seq-active .seq-subtitle {
  /* Starting positions */
  opacity: 0;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
}

.seq.seq-active .seq-title {
  -webkit-transform: translate3d(0, -20px, 0);
  -ms-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}

.seq.seq-active h3 {
  -webkit-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
      background: rgb(221, 0, 0);
    background: rgba(221, 0, 0, 0.75);
}

.seq .seq-in {
  /* Animate in positions for content */
}

.seq .seq-in .seq-title,
.seq .seq-in .seq-subtitle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.seq .seq-in .seq-button {
  -webkit-animation-name: jelly;
  animation-name: jelly;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}

.seq .seq-out {
  /* Animate out positions for content */
}
.seq-title{
	    background: rgba(20,24,35,0.5);
	
}
.seq .seq-out .seq-title,
.seq .seq-out .seq-subtitle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.seq .seq-out .seq-button {
  -webkit-transform: scale(1) translateZ(0);
  -ms-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
}

@media only screen and (min-width: 600px) {
  .seq {
    /* Make the container 16:9 but no bigger than 90% of the screen height */
    position: relative;
    height: auto;
    height: 100%;
    max-height: 70vh;
    min-height: 420px;
  }

  .seq:before {
    /* Make an element a certain aspect ratio */
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }

  .seq .seq-screen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .seq .seq-content {
    /* Pull the content up to account for the pagination */
    margin-top: -19px;
  }

  .seq .seq-pagination > * {
    width: 20px;
    height: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .seq .seq-title,
  .seq .seq-subtitle {
    font-size: 1.4em;
  }

  .seq .seq-title {
    font-size: 2.6em;
	margin: 0;
  }
 
  
}
@media only screen and (max-width: 436px) {
.seq .seq-content{
	  width:auto;
	  max-width:100%;
  }
p.site-description a{
  	font-size:1em;
  }
#section2 img {
    width: 100%;
    max-height: 217px;
    overflow: hidden;
    height: auto;
	border:0;
	border-radius:0;
	margin-bottom: -68px;
	
}
.first, .second, .third{
	width: 32%;
}
.partone, .parttwo, .partthree, .partfour{
	width:100%;
}
.partone h2, .parttwo h2, .partthree h2, .partfour h2{
    color: white;
    padding: 0.5em;
    margin: 0;
   }
nav button{
	border:none;
	border-radius:0;
	background:transparent;	
	color: #fff;
	    box-shadow: none;
    /* font-size: 14px; */
    font-size: 1em;

		
}
.main-navigation li {
	float:none;
	font-size: 1.25em;	
}
#mystory img {
    border: 5px solid #c11719;
    border-radius: 100%;
    width: 50%;
    margin-top: 2%;
}#quicklinks {
    width: 100%;
	float:none;
}
#s3middle{
	float:none;
	width:100%;
}
#mystory{
	padding: 0.75em;
	float:none;
}
#visionbox{
	margin-top: 1em;
}
#mystory h2{
	text-align:center;
}
#screening{
	width:100%;
	float:none;
}
#Lcontent{
	width:100%;
}
#middle, #Rcontent{
	width:45%;

}
.columnitem{
max-width: 50%;
}
#columnitem {
    columns: 2;
    -webkit-columns:2;
    -moz-columns:2;
}
#aboutusvisionbox{
	width:100%!Important;
}
.entry-aboutus {
    float: left;
    width: 100%;
}
.firstau, .secondau{
	box-shadow:none;
	width: 98%;
	margin:1%;
}
.thirdau{
	width:98%;
	box-shadow:none;
	margin:1%;
}
.patronimg h4 {
    margin: 0;
	font-size: small;
}
#un, #deux, #trois{
	width:100%;
	margin:0;
}
#on, #tw, #thr{
	width:100%;
	margin:0;
}
.first, .second, .third{
	box-shadow:none;
	width: 99%;
	margin:1%;
}
#blanket {
    padding: 0 0.25em;
}
h2.imagheading {
    text-align: center;
    color: #c11719;
    margin: 0;
    display: table-cell;
    font-size: 35px;
    padding-top: 2em;
}
.brleft, .brright {
	width: 98%;
}

}
@media only screen and (min-width: 414px) and (max-width: 650px){
#aboutusvisionbox{
	width:100%!Important;
}
.entry-aboutus{
	width:100%;
}
.firstau, .secondau{
	box-shadow:none;
	width: 48%;
	margin:1%;
}
.thirdau{
	width:98%;
	box-shadow:none;
	margin:1%;
}
.patronimg h4 {
    margin: 0;
	font-size: small;
}
.first, .second, .third{
	width: 99%;
}
}
@media only screen and (min-width: 414px) and (max-width: 769px){
.seq .seq-content{
	  width:auto;
	  max-width:100%;
  }
  .first, .second, .third{
	width: 99%;
}
.partone, .parttwo, .partthree, .partfour{
	width:50%;
	text-align:center;
}
.partone h2, .parttwo h2, .partthree h2, .partfour h2{
	text-align:center;
}
.partone p, .parttwo p, .partthree p, .partfour p{
	text-align:left!Important;
}
#mystory img {
    border: 5px solid #c11719;
    border-radius: 100%;
    width: 25%;
    margin-top: 2%;
	float:none;
}
p.site-description a{
  	font-size:1em;
  }
#mystory{
	text-align:center;
}
#mystory p{
	text-align:left!Important;
}
.columnitem{
	max-width:50%
}
.firstau, .secondau{
	box-shadow:none;
	width: 48%;
	margin:1%;
}
.thirdau{
	width:98%;
	box-shadow:none;
	margin:1%;
}
.patronimg h4 {
    margin: 0;
	font-size: small;
}
}
@media only screen and (min-width:600px) and (max-width:768px) {
#columnitem {
    columns: 2;
    -webkit-columns:2;
    -moz-columns: 2;
}
  .first, .second, .third{
	width: 99%;
}
}
@media only screen and (max-width: 769px) {
p.site-description a{
  	font-size:1em;
  }
#quicklinks {
    width: 100%;
	float:none;
}
#s3middle{
	float:none;
	width:100%;
}
#mystory{
	padding: 0.75em;
	float:none;
}
#visionbox{
	margin-top: 1em;
}
#mystory h2{
	text-align:center;
}
#screening{
	width:100%;
	float:none;
}
#Lcontent{
	width:100%;
}
#middle, #Rcontent{
	width:45%;

}
.twitterspace, .facebookspace{
	float:left;
	width:100%
}

.main-navigation li {
	float:none;
	font-size: 1.25em;	
}
  .first, .second, .third{
	width:99%;
}
#sb_instagram {
    display: none;
}
.threepart {
 	width: 100%; 
    float: none;
    margin-bottom: 0.5em;
}
}
@media only screen and (max-width: 75em){
nav button {
    border: none;
    border-radius: 0;
    background: transparent;
    color: #fff;
    box-shadow: none;
    /* font-size: 14px; */
    font-size: 1em;
	padding:1em;}
}
/*# sourceMappingURL=sequence-theme.basic.css.map */