/*

MOBILE SIZE
	These are the mobile styles.
*/

/* typography */
body{
	background:#fff;
	color:#4f5c66;
	font-family:"HK Nova Medium", sans-serif; 
	font-size:1em;
	line-height:1.5em; 
	font-weight:normal;
}

h1 { font-family: "Rufina-Stencil-Regular", sans-serif; font-weight:normal; line-height:1.4em;
	margin:.45em 0;
	padding:0; }

 h2, h3, h4, h5, h6{
	font-weight:normal;
	font-family:"Rufina-Stencil-Regular", sans-serif;
	line-height:1.5em;
	margin:.45em 0;
	padding:0;
} 


/* links */
#footer a,
a:visited,
a:active,
a:hover{color:#d4e2f0;}
a:hover{ text-decoration:none;}

h1, h2 a,
a:visited,
a:active,
a:hover{color:#694664;}
a:hover{ text-decoration:none;}

a,
a:visited,
a:active { color:#278cd9; text-decoration: none; font-weight: 500; }
a:hover{color:#1f5177; text-decoration:none; font-weight: 500;}


/* Box sizing */
*{	box-sizing:border-box;
	-moz-box-sizing:border-box;}

  
/* structure */   
.wrapper{
	width: 92%; 
	margin: 0 auto;
}
header{ 
	padding:15px 0; color: #000;
}

#hero{
	z-index: 9;
	width: 100%;
	/*margin-bottom: -80px;*/
	background: #4e5b66;
}

#hero1{
	background: #fff;
	padding:10px 0 20px 0;
	color: #4e5b66;
	margin-top: 500px;
}


#hero2 {
	background:#4f5c66;
	padding:0;
	color: #fff;
}

#hero h1{ 
	line-height:1.5em;
	margin-top:10px;
	margin-bottom:10px;
	color: #c7cbbb; }

#content {  
	margin:30px 0;
	padding: 20px;
	background: #fff;
}

.bg { padding: 10px; font-size: 2em; color: #1a4a1e; }
.imagebg1 { background: url(../images/bgimage.jpg) }
#topnav, .srt-menu {
	margin: 1.5em 0 0 0;
	/*width: 92%;*/
}

.vl {
  display: none;
}

/*MAIN MENU*/
.navigation {
		margin: 0 auto;
		/*float: right;*/
		}
		.navigation ul {
			float: none;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px; 
		}
		.navigation ul li {
			display: block;
		}
		
	.navigation ul li a {
			padding: 1.5%;
			display: block;
			float: none;
			color: #596369;
			/*width: 94%;*/
			font-weight: normal;
			text-decoration: none;
		}
		.navigation ul li a:hover
		.navigation ul li a.nav-selected {
			color: #293135;
		}

ul.listlist
{
	list-style-type: none;
	text-align: left; display: inline-block;
}

ul.icon li
{
	text-indent: -1.4em;
}
	
ul.listlist li:before
{
	font-family: 'FontAwesome';
	content: "\f046";
	font-size: 1.2em;
	list-style:none;
	line-height: 1.8em;
	margin:0 0.2em 0 -1.2em;
}
	
.carousel-button { background: #fff!important; margin-top: 20px!important; border: solid 1px #7ab2e3!important; }

.mmtoggle-button{ float:right;right:20px!important;top:20px!important;}

.calltoaction { background: #8ad2cc; text-align:center; max-width: 361px; margin: 0 auto; }
.calltoaction h2 { color: #fff; padding-top: 10px; }

/* Opacity #1 */
.hover11 figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover11 figure:hover img {
	opacity: .5;
}
		
/* RESPONSIVE IMAGES */
img{ max-width:100%; height:auto;}

/*SPACE GRID ELEMENTS VERTICALLY, SINCE THEY ARE ONE UNDER ANOTHER SO FAR*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	margin-bottom:10px;
	/*positioning and padding*/
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.grid_12a {
	margin-bottom:10px;
	/*positioning and padding*/
	position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}
div#ccm-highlighter {z-index:100!important;}

.formblock { width:100%;
    padding:30px;
    margin:40px auto;
    background: #f8f8f8;
    border-radius: 10px;
    -webkit-border-radius:10px;
    -moz-border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13); }
input[type="text"],
input[type="email"],
textarea,
select {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 8px;
    border-radius: 6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
   	margin-bottom: 20px;
}

.section{
    font: normal 20px 'Bitter', serif;
    color: #2A88AD;
    margin-bottom: 5px;
}
.section span {
    background: #2A88AD;
    padding: 5px 10px 5px 10px;
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-size: 14px;
    margin-left: -45px;
    color: #fff;
    margin-top: -3px;
}
input[type="button"], 
input[type="submit"]{
    background: #2A88AD;
    padding: 8px 20px 8px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    font: normal 30px 'Bitter', serif;
    border: 1px solid #257C9E;
    font-size: 15px;
}
input[type="button"]:hover, 
input[type="submit"]:hover{
    background: #2A6881;
   }
.text-muted { font-size: .8em; color: #9f2121; }
.required { color: #d71919; }

table { width: 100%; }

table td { border: 1px solid #ccc; padding: 4px; }

tbody tr:nth-child(even) { background: #e8f1f2; }

a.buttonlink{ 
	background:#7ab2e3; 
	border-radius:7px; 
	color:#fff;
	margin:10px 15px 10px 0; 
	padding:10px;
	text-decoration:none; text-align: center;
}
a.buttonlink:hover{
	background:#3490d6;
}

a.buttonlinkbook{ 
	background:#22272c; 
	border-radius:7px; 
	color:#a99771;
	margin:10px 15px 10px 0; 
	padding:10px;
	text-decoration:none; text-align: center;
}
a.buttonlinkbook:hover{
	background:#233545;
}
.paddingtophead { padding-top: 0; }
.paddingtophead1 { padding-top: 10px; }

/*PARALLAX*/

.parallax {
  /* The image used 
  background-image: url(../images/bg3.jpg);*/

  /* Set a specific height */
  height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: 50% 50%!important;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax h1 { text-align: center; }

@font-face{font-family:HK Nova Medium;src:url(https://isleoflismore.org/application/themes/atlanticislands/fonts/HKNova-Medium.woff)}

@font-face {font-family: https://isleoflismore.org/application/themes/atlanticislands/fonts/Rufina-Stencil-Regular;src: url(https://isleoflismore.org/application/themes/atlanticislands/fonts/398080_0_0.eot);src: url(https://isleoflismore.org/application/themes/atlanticislands/fonts/398080_0_0.eot?#iefix) format('embedded-opentype'),url(https://isleoflismore.org/application/themes/atlanticislands/fonts/398080_0_0.woff2) format('woff2'),url(https://isleoflismore.org/application/themes/atlanticislands/fonts/398080_0_0.woff) format('woff'),url(https://isleoflismore.org/application/themes/atlanticislands/fonts/398080_0_0.ttf) format('truetype');}

/*FOOTER*/
footer{  
	clear:both;
	padding:250px 0 0 0;
	background: url(../images/headeranim.gif) repeat-x top #414248;
	min-height: 533px;
	
}
footer ul{
	margin:0;
	padding:0;
}

footer p { line-height: 1.5em; color: #fff; }

.contact { font-size: 1.2em; line-height: 35px; text-align: center; padding-top: 20px; }
.contact h1 { margin-bottom: 0!important; padding-bottom: 0!important; }

.tel { font-size: 1.5em; color: #b6cbea; }
ol.breadcrumb li { display: inline; }
ol.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ol.breadcrumb { border-bottom: 1px dotted #8ad2cc; margin-bottom: 20px; padding-bottom: 20px; }

/*colors and backgrounds*/


h1 {
	color:#fa847e;
}

h2, h3 { color: #fa847e; }
h4, h5, h6 { color: #fa847e; }
.white h1 { color: #fff; font-size: 3em; margin-top: 10%; margin-left: 3%; }

#logo { margin-top: 10px; }
#logo p { margin: 0; padding: 0; }
#logo img { max-width:80%; height:auto; }
.contact h3 { color: #705202; }
.nopad { padding-top: 0; margin-top: 0; }

/*footer{ 
	margin-top: 50px;
}*/

footer ul{
	margin:0 0 20px 0; font-size: .8em!important;
}
footer ul li { list-style: none; display: inline; }
footer li+li:before {
  padding: 8px;
  content: "/\00a0";
}
footer p { font-size: .9em!important; }

/* Contain floats*/ 
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after{
  clear: both;
}

a.link2:link { color: #fff; text-decoration: none; font-size:1em; font-weight: 500; padding: 5px 10px; margin: 15px 0; }
a.link2:visited { color: #fff;  text-decoration: none; font-size:1em;  font-weight: 500; padding: 5px 10px; margin: 15px 0; }
a.link2:hover { color: #e6f8f7;  text-decoration: none; font-size:1em;  font-weight: 500; padding: 5px 10px; margin: 15px 0; }

a.link3:link { color: #c59608; text-decoration: none; background: transparent; font-size:1em; font-weight: 500; }
a.link3:visited { color: #c59608; background: transparent; text-decoration: none; font-size:1em;  font-weight: 500; }
a.link3:hover { color: #dab34a; background: transparent;  text-decoration: none; font-size:1em;  font-weight: 500; }

.paddingtop { padding-top: 20px; }
.nodisplay { display: none; }

.whitelink a { color: #fff!important; text-decoration: none!important; }

.border { background: #fff; padding: 10px; }
.picright { float: right; padding: 0 0 0 20px; }

.clear { clear: both; }

.slider { padding-top: 8%; background-color:transparent!important; }
.slider img { margin: 0 auto!important; display: block; padding: 0 20px; }
/*Responsive Nav*/
* { box-sizing: border-box;
}
}
/*End Responsive Side Nav*/
/*
LARGER MOBILE DEVICES
This is for mobile devices with a bit larger screens.
*/
@media only screen and (min-width: 481px) {

.menu-toggle{/*make menu float right, instead of sitting under the logo*/
	margin-top:10px; /*this depends on the height of the logo*/
	float:right;
}
.nodisplay { display: none; }

} 

/*
TABLET & SMALLER LAPTOPS
The average viewing window and preferred media query for those is 768px.
But I think that some more breathing space is good:)
*/
@media only screen and (min-width: 820px) {

.wrapper{
	max-width: 92%; 
	margin: 0 auto;
}

header{
	padding:0;
}
#content {  
	float:left;
	width:100%;
}
#content.wide-content{
	float:none;
	width:100%;
	margin: 30px auto 0;
}


/*MAIN MENU*/
.navigation {
	padding-top: 0;
	padding-bottom: 0;
}
.navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.navigation ul li {
	display: inline;
	padding: 0;
	margin: 0;
}
.navigation ul li a {
	padding: 10px 20px;
	width: 100%;
	display: inline;
	float: none;
	color: #596369;
	font-weight: normal;
	text-decoration: none;
}
.navigation ul li a:hover,
.navigation ul li a.nav-selected {
	color: #293135;
}
.slider img { margin: 0 auto!important; display: block; }
.parallax {
  /* The image used 
  background-image: url(../images/bg3.jpg);*/

  /* Set a specific height */
  height: 700px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: 50% 50%!important;
  background-repeat: no-repeat;
  background-size: cover;
}

#hero1{
	background: #fff;
	padding:10px 0 20px 0;
	color: #4e5b66;
	margin-top: 700px;
}

/*GRID*/
/*
 & Columns : 12 

 */
 .row{
	 margin-left: -15px;
     margin-right: -15px;
}
 
.grid_1 { width: 8.33333333%; }
.grid_2 { width: 16.66666667%; }
.grid_3 { width: 25%; }
.grid_4 { width: 33.33333333%; }
.grid_5 { width: 41.66666667%; }
.grid_6 { width: 50%; }
.grid_7 { width: 58.33333333%; }
.grid_8 { width: 66.66666667%; }
.grid_9 { width: 75%; }
.grid_10 { width: 83.33333333%; }
.grid_11 { width: 91.66666667%; }
.grid_12 { width: 100%; }

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	float: left;
	display: block;
}
.grid_12a {
	margin-bottom:10px;
	/*positioning and padding*/
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.rightfloat{float:right;}
 .vl {
  border-left: 1px solid #fa847e;
  height: 200px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 0;
  display: block;
}

#logo img { max-width:100%; height:auto; }
}

/*
DESKTOP
This is the average viewing window. Desktops, Laptops etc
*/
@media only screen and (min-width: 1030px) {
.nodisplay { display: block; }
.grid_12a {
	margin-bottom:10px;
	/*positioning and padding*/
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
/*MAIN MENU*/
.navigation {
	padding-top: 0;
	padding-bottom: 0;
	display: block;
	margin: 0 auto;
}
.navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.navigation ul li {
	display: inline;
	padding: 0;
	margin: 0;
}
.navigation ul li a {
	padding: 10px 15px;
	width: 100%;
	display: inline;
	float: none;
	color: #596369;
	font-weight: normal;
	text-decoration: none;
}
.navigation ul li a:hover,
.navigation ul li a.nav-selected {
	color: #293135;
}
.center { margin: 0; }
} 

/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
.nodisplay { display: block; }
.grid_12a {
	margin-bottom:10px;
	/*positioning and padding*/
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
/*Main Menu*/
.navigation {
	padding-top: 0;
	padding-bottom: 0;
}
.navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.navigation ul li {
	display: inline;
	padding: 0;
	margin: 0;
}
.navigation ul li a {
	padding: 10px 15px;
	width: 100%;
	display: inline;
	float: none;
	color: #596369;
	font-weight: normal;
	text-decoration: none;
}
.navigation ul li a:hover,
.navigation ul li a.nav-selected {
	color: #293135;
}
.parallax {
  /* The image used 
  background-image: url(../images/bg3.jpg);*/

  /* Set a specific height */
  height: 800px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: 50% 50%!important;
  background-repeat: no-repeat;
  background-size: cover;
}

#hero1{
	background: #fff;
	padding:10px 0 20px 0;
	color: #4e5b66;
	margin-top: 800px;
}
} 

/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {
.nodisplay { display: none; }
#hero,
#page-header{
	background:#fff;
	padding:0;
}
.grid_8 {
	margin-bottom:0;
	/*positioning and padding*/
	position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}
} 

/*
iPHONE 5 MEDIA QUERY
iPhone 5 or iPod Touch 5th generation styles (you can include your own file if you want)
*/
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) { 

  .nodisplay { display: none; }
  #hero,
#page-header{
	background:#fff;
	padding:0;
}
.grid_8 {
	margin-bottom:0;
	/*positioning and padding*/
	position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}
}

/*
PRINT STYLESHEET
*/
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}