@charset "UTF-8";
/*
 Theme Name:   Genesee - Mission News
 Template:     mission-news
 Author: 	   RandyC
 Version: 	   0.1.0
 Author URI:   http://godstuff.grammalei.com/members/randyc/
 Description:  This is a child theme used to customize the Mission News theme.
 */
 
/* =Theme customization starts here
-------------------------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Cinzel+Decorative);
@font-face {
  font-family: 'Calluna-Regular';
  src: url('https://dl.dropboxusercontent.com/u/166051553/Calluna-Regular/2A2DE3_0_0.eot');
  src: url('https://dl.dropboxusercontent.com/u/166051553/Calluna-Regular/2A2DE3_0_0.eot?#iefix') format('embedded-opentype'),    url('https://dl.dropboxusercontent.com/u/166051553/Calluna-Regular/2A2DE3_0_0.woff') format('woff'),    url('https://dl.dropboxusercontent.com/u/166051553/Calluna-Regular/2A2DE3_0_0.ttf') format('truetype');}
* {
  margin: 0; padding: 0; border: 0 none; position: relative;
}


body {
	font: normal 1.0em 'Muli', Verdana, Helvetica, sans-serif;
	color: #202020;
	padding: 0;
	margin: 0;
	height: 10%;
	background: #fff;
	border: none;
	clear: both;
}

hr {
	border-top: 3px double #8c8b8b;
}

hr.style3 {
	border-top: 1px dashed #8c8b8b;
}
hr.style4 {
	border-top: 1px dotted #8c8b8b;
}

hr.style5 {
	background-color: #fff;
	border-top: 2px dashed #8c8b8b;
}


hr.style6 {
	background-color: #fff;
	border-top: 2px dotted #8c8b8b;
}

hr.style7 {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}


hr.style8 {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}
hr.style8:after {
	content: '';
	display: block;
	margin-top: 2px;
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}

hr.style9 {
	border-top: 1px dashed #8c8b8b;
	border-bottom: 1px dashed #fff;
}

hr.style10 {
	border-top: 1px dotted #8c8b8b;
	border-bottom: 1px dotted #fff;
}


hr.style11 {
	height: 6px;
	background: url(https://www.migenweb.org/genesee/images/web-site/hr-11.png) repeat-x 0 0;
    border: 0;
}


hr.style12 {
	height: 6px;
	background: url(https://www.migenweb.org/genesee/images/web-site/hr-12.png) repeat-x 0 0;
    border: 0;
}

hr.style13 {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
}


hr.style14 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}


hr.style15 {
	border-top: 4px double #8c8b8b;
	text-align: center;
}
hr.style15:after {
	content: '\002665';
	display: inline-block;
	position: relative;
	top: -15px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
}
hr.style16 { 
  border-top: 1px dashed #8c8b8b; 
} 
hr.style16:after { 
  content: '\002702'; 
  display: inline-block; 
  position: relative; 
  top: -12px; 
  left: 40px; 
  padding: 0 3px; 
  background: #ffffff; 
  color: #8c8b8b; 
  font-size: 18px; 
}
hr.style17 {
	border-top: 1px solid #8c8b8b;
	text-align: center;
}
hr.style17:after {
	content: '§';
	display: inline-block;
	position: relative;
	top: -14px;
	padding: 0 10px;
	background: #ffffff;
	color: #8c8b8b;
	font-size: 18px;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	transform: rotate(60deg);
}
hr.style18 { 
  height: 30px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 1px 0 0 0; 
  border-radius: 20px; 
} 
hr.style18:before { 
  display: block; 
  content: ""; 
  height: 30px; 
  margin-top: -31px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 0 0 1px 0; 
  border-radius: 20px; 
}

.una {
  text-align: center;
  display: block;
  line-height: 1px;
  height: 1px;
  margin: 2rem 0;
  background: #B3B04F;
}
.una:before, .una:after {
  content: '\2021';
  font-size: 2rem;
  color: #B3B04F;
  position: absolute;
  transform: rotate(90deg);
}
.una:before {
  left:0;
}
.una:after {
  right: 0;
}

a {
	color: #6a3e1b;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}
a:link, a:visited {
  color: #9d5c2d;
}
a:hover, a:active, a:focus {
	color: #9d5c2d;
	text-decoration: none;
	font-weight: bold;
	outline: none;
	text-decoration: underline;
}
fieldset {
    width: 90%;
    border: 1px dashed #484a50;
    padding: 20px 3%;
    margin: 20px 2%;
}
legend {
	color: #484a50;
	font: 30px 'Lora', Verdana, Helvetica, sans-serif;
	background-color: transparent;
	padding: 0 10px;
}
table {
	padding: 0;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;
}
		
table.memlist {background: rgba(0,0,0,.0);}
table.memlist tr:nth-child(odd){background: rgba(0,0,0,.05);}	

.sidebar-right .widget-title {
    font: normal 28px 'Jura', Verdana, Helvetica, sans-serif;
	color: #404040;
	margin: .3em 0;
}
.sidebar-left .widget-title, .sidebar-right .widget-title {
    font: normal 28px 'Jura', Verdana, Helvetica, sans-serif;
	color: #404040;
	margin: .3em 0;
}
.widget select, .widget input {
    max-width: 80%;
}

.clearboth {
	height: 0;
	clear: both;
	margin: 0;
	padding: 0;
}

input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="search"], input[type="tel"], input[type="url"], textarea {
    width: 80%;
    font-family: "PT Sans", sans-serif;
    padding: 8px 12px;
    color: #000;
    border: solid 1px #DCDCDC;
    border-radius: 0;    
    -webkit-transition: border-color 0.15s;
}

h1 {
	font: 42px 'Merriweather', Verdana, Helvetica, sans-serif;
	color: #484a50;
	margin: .3em 0 .3em 0;
	letter-spacing: -1px;
}
h2 {
	font: 34px 'Merriweather', Arial, Verdana, Helvetica, sans-serif;
	color: #585a62;
	margin: .3em 0;
	letter-spacing: 1px;
	text-align: center;
}
h3 {
	font: 32px 'Jura', Verdana, Helvetica, sans-serif;
	color: #585a62;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 30px 0 25px 0;
	padding: 5px 0;
}
h4 {
	font: normal 28px 'Jura', Verdana, Helvetica, sans-serif;
	color: #404040;
	margin: .3em 0;
}
h5 {
	font: normal 24px 'Raleway', Verdana, Helvetica, sans-serif;
	color: #404040;
	margin: .3em 0;
}
h6 {
	font: normal 20px 'Raleway',Verdana, Helvetica, sans-serif;
	color: #585a62;
	margin: .3em 0;
}

a {
    color: #6a3e1b;
    text-decoration: none;
    font-weight: bold;
    outline: none;
}

.author2 {color: #777; font-style: italic; letter-spacing: 2px;}

.menu-primary-items a:link, .menu-primary-items a:visited, .menu-unset ul a:link, .menu-unset ul a:visited {
    color: #383a3e;
	font: 18px 'Jura', Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

.scroll-to-top {
    position: fixed;
    bottom: -45px;
    right: 0;
    z-index: 39;
    background: #585a62;
    border: none;
    color: #fff;
    padding: 9px 0;
    width: 60px;
    -webkit-transition: background 0.2s, -webkit-transform 0.3s;
    transition: background 0.2s, transform 0.3s;
}
.scroll-to-top.visible {
  -webkit-transform: translateY(-45px);
  -ms-transform: translateY(-45px);
  transform: translateY(-45px);
}
.scroll-to-top:hover {
  cursor: pointer;
  background: #666666;
}
.scroll-to-top:hover i {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
.scroll-to-top i {
  font-size: 21px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}

.authorDate {
    color: #333;
    font-size: 0.95em;
    text-transform: uppercase;
    border-bottom: 1px #333 solid;
    font-weight: lighter;
    letter-spacing: 2px;
    margin: 0 0 15px 0;
    padding: 0;
}
.lead {
	font-size: 1.4em; line-height: 1.5em; font-variant: small-caps; padding-top: 5px; padding-bottom: 5px;}
.site-footer .design-credit {
    background-color: #CED9E1;
	font-family: "PT Sans", sans-serif;
    margin-top: 2.625em;
	width: 100%;
}

.widget_nav_menu .menu {
	ul {margin: 10px 0 20px 0;	padding: 0 0 0 15px;}
    ul.list1 li {list-style-type: none; position: relative; margin-left: -10px; padding-left: 20px;}
	ul.list1 li:before {position: absolute; font-family: 'FontAwesome'; font-size: 14px; top: 3px; left: 0; content: "\f0a9";color: #888;}
}
/* ======== LISTS ======== */


ul {margin: 10px 0 20px 0;	padding: 0 0 0 15px;}
ul li a {color: #9d5c2d; font-weight: bold; padding: 0;}
ul li a:hover {color: #9d5c2d; font-weight: normal; text-decoration: underline;}
ul.list1 li {list-style-type: none; position: relative; margin-left: -10px; padding-left: 20px;}
ul.list1 li:before {position: absolute; font-family: 'FontAwesome'; font-size: 14px; top: 3px; left: 0; content: "\f0a9";color: #888;}
ol.leadingzero {background: none; list-style-position: outside; list-style-type: decimal-leading-zero;}

/*====SEARCH BOX====*/

#search-site {
    background-color: #ffffff;
    color: #fff;
	font: normal 20px 'Raleway',Verdana, Helvetica, sans-serif;
	padding: 3px;
    width: 80%;
 }

#search-site input {
    border: 0;
    line-height: 1.95em;
	color: #fff;
	padding: 0px 2px;
 }

#search-site input[type="submit"] {
      background-color: #585a62;
	  border: 1px solid #ccc;	
	  border-radius: 7px;
	  font-weight: 400;
	  transition: background 0.15s;	 
 }

#search-site input[type="text"] {
      background-color: #88a2b6;
      padding: 1px;
	  color: #fff;
	  font-size: 0.755em;
 }

.rsscontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 5px;
	font-weight: normal;
	color:#333333;
}

/* ======== SECTION BLOCKS ======== */
.contentBox2a {float: left; width: 48%; padding: 0; margin: 0 2% 0 0;}
.contentBox2b {float: right; width: 48%; padding: 0; margin: 0 0 0 2%;}

.contentBox3a {float: left; width: 31.33333%; padding: 0; margin: 0 1% 5px 1%;}
.contentBox3b {float: left; width: 31.33333%; padding: 0; margin: 0 1% 5px 1%;}
.contentBox3c {float: left; width: 31.33333%; padding: 0; margin: 0 0 5px 0;}

.contentBox4a {padding: 0; margin: 0 1% 0 0;}
.contentBox4b {padding: 0; margin: 0 1% 0 1%;}
.contentBox4c {padding: 0; margin: 0 1% 0 1%;}
.contentBox4d {padding: 0; margin: 0 0 0 1%;}

.sidebarLeft {float: left; width: 28%; padding: 0; margin: 0 1% 0 1%;}
.contentRight {float: right; width: 68%; padding: 0; margin: 0 1% 0 1%;}

.sidebarRight {float: right; width: 28%; padding: 0; margin: 0 1% 0 1%;}
.contentLeft {float: left; width: 68%; padding: 0; margin: 0 1% 0 1%;}

.contentBox75left {float: left; width: 73%; padding: 0; margin: 0 2% 0 0;}
.contentBox75right {float: left; width: 73%; padding: 0; margin: 0 0 0 2%;}




/* ======== LISTS ======== */


ul {margin: 10px 0 20px 0;	padding: 0 0 0 15px;}
ul li a {color: #9d5c2d; font-weight: bold; padding: 0;}
ul li a:hover {color: #9d5c2d; font-weight: normal; text-decoration: underline;}
ul.list1 li {list-style-type: none; position: relative; margin-left: -10px; padding-left: 20px;}
ul.list1 li:before {position: absolute; font-family: 'FontAwesome'; font-size: 14px; top: 3px; left: 0; content: "\f0a9";color: #888;}
ol.leadingzero {background: none; list-style-position: outside; list-style-type: decimal-leading-zero;}


footer a {
	color: #eee6ed;
}
footer a:hover {
	color: #ccc;
}
footer ul {
	list-style-type: none; 
	line-height: normal; 
	margin: 0 0 10px 0; 
	padding: 0;
}
footer ul li {
	margin: 0 20px 0 0; 
	background: url(https://www.migenweb.org/genesee/content/themes/images/bullet03.png) no-repeat 0 7px; 
	padding: 4px 0 2px 20px;
}
footer ul li a {
	color: #eee6ed; 
	text-decoration: none; 
	font-weight: bold; 
	letter-spacing: 2px;
}
footer ul li a:hover {
	color: #ccc; 
}
footer h4 {
	color: #fff; 
	text-align: left; 
	border-bottom: 1px solid #000000; 
	letter-spacing: -1px; 
	font: 28px 'Lora', Verdana, Helvetica, sans-serif;
}
footer hr {
	background-color: rgba(0, 0, 0, 0.3); 
	border: none; 
	color: rgba(0, 0, 0, 0.3); 
	height: 1px; 
	display: block; margin: 20px 0;
}	


/* ============= Image Coding ============= */
img {
	border: none; 
	max-width: 100%; 
	box-sizing: border-box; 
	-moz-box-sizing: border-box;
}
.image-left {
	margin: 5px 10px 0 0; 
	float: left;
}
.image-right {
	margin: 5px 0 0 10px; 
	float: right;
}
.imageleft-border {
	margin: 5px 10px 0 0; 
	float: left; 
	border: 1px #777 solid;
}
.imageright-border {
	margin: 5px 0 0 10px; 
	float: right; 
	border: 1px #777 solid;
}
.image-Catalog {
	border: 1px #d0d0d0 solid;
	padding: 1%;
	margin: 1% 2%;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}
.image-Curved {
	border-radius: 10px; 
	margin: 4px 2px; 
	border: 1px #444 solid;
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}
.image-leftCurved {
	margin: 5px 10px 0 0; 
	float: left; 
	border-radius: 10px; 
	border: 1px #444 solid;
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}
.image-rightCurved {
	margin: 5px 0 0 10px; 
	float: right; 
	border-radius: 10px; 
	border: 1px #444 solid;
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}
.image-Gallery {
	border: 1px #d0d0d0 solid;
	padding: 1%;
	margin: 1% 2%;
}
.image-Frame {
	background: #ffffff; 
	border: 1px #aaa solid; 
	padding: 3px; 
	margin: 4px 1px; 
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.image-leftFrame {
	float: left; 
	background: #ffffff; 
	border: 1px #aaa solid; 
	padding: 3px; 
	margin: 4px 15px 4px 2px; 
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.image-rightFrame {
	float: right; 
	background: #ffffff; 
	border: 1px #aaa solid; 
	padding: 3px; 
	margin: 4px 2px 4px 15px; 
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.image-Round {
	border-radius: 50%; 
	border: 1px #444 solid;
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}
.image-leftRound {
	margin: 5px 10px 0 0; 
	float: left; 
	border-radius: 50%; 
	border: 1px #444 solid;
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}
.image-rightRound {
	margin: 5px 0 0 10px; 
	float: right; 
	border-radius: 50%; 
	border: 1px #444 solid;
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}
.image-Rotate {
    margin: 10px 0;
    transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}
.image-leftRotate {
	float: left; 
	margin: 20px; 
    transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}
.image-rightRotate {
 	float: right; 
	margin: 20px; 
    transform: rotate(6deg);
   -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}

.img-catalog {border: 1px #d0d0d0 solid; padding: 1%; margin: 1% 2%; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);}

/* =stuff from "Start-up blog Theme starts here
-------------------------------------------------------------- */
@media all and (min-width: 37.5em) {
  .site-header {
    padding: 0 0%;
  }

.overflow-container {
  position: relative;
  height: 100%;
  min-height: 100%;
  overflow: visible;
}

.site-header {
  position: relative;
}
.site-header:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #20A4E6;
  background-image: -webkit-linear-gradient(left, #20A4E6, #17E6C3);
  background-image: linear-gradient(to right, #20A4E6, #17E6C3);
}

.header-image {
  display: block;
  width: 100%;
}


