/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/* Base Font */
body,
input,
textarea,
select {
	font-size: 1em;
	line-height: 1.6em;
	color: azure;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.4em;
}

h1 {
	font-size: 2em;
}

h2,
.resurrect-entry-short h1,
#reply-title {
/* comment form title */
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
}

/* Blockquote */
blockquote {
	margin: 32px 5% 0;
	padding-left: 52px;
}

blockquote {
	display: block;
	position: relative;
	padding-left: 50px;
	font-style: italic;
/* a little bigger than default */
	font-size: 1.1em;
	line-height: 1.5em;
	background-repeat: no-repeat;
	background-size: 27px;
/* assist Retina */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
/* make padding-left not stretch whole width */
}

/******************** IMAGES mod - JRCH [Orig' Line: 506] *******************/
/* Caption Image (e.g. Highlight Widget) */
.resurrect-caption-image {
	position: relative;
}

/* Container for Title and Description */
.resurrect-caption-image-caption {
	position: absolute;
	bottom: 12%;
	display: block;
	max-width: 90%;
}

/* Title */
.resurrect-caption-image-title {
	display: inline-block;
	float: left;
/* needed for IE in order for float/clear: left on description to work below
 * 	 */
	font-size: 1.2em;
	padding: 7px 11px;
	font-weight: normal;
	line-height: 1.2em;
	text-transform: uppercase;
	position: relative;
/* helps z-index kick in (in color scheme CSS) */
}

/* Description */
.resurrect-caption-image-description {
	display: inline-block;
	float: left;
/* float/clear left causes new line without resorting to display: block which span 100% width of title/caption */
	clear: left;
	padding: 6px 10px;
	font-style: italic;
	font-weight: normal;
	line-height: 1.2em;
	position: relative;
/* helps z-index kick in (in color scheme CSS) */
}

/* Image Hover Fade */
.resurrect-image, /* typically a linked image */
.resurrect-entry-content a img,
.gallery-item img {
	opacity: 1;
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
	-webkit-backface-visibility: hidden;
/* prevents shifting */
}

a:hover .resurrect-image, /* this way hover on caption makes image below fade in/out */
	.resurrect-entry-content a img:hover,
	.gallery-item:hover img {
	opacity: .5;
}

/****************** From style.css in ressurect  JRCH [Orig' Line: 1116] *****************/
/******************* HEADER *******************/
/* Header Container */
#resurrect-header {
/*  */
	width: 100%;
}

/* ......  JRCH [Orig' Line: 1318] */
/* Header Menu Bar (Dropdowns, Social Icons) */
#resurrect-header-menu {
/*  */
	padding: 0 14px;
	min-height: 100px;
}

/* Header Menu List */
#resurrect-header-menu-links {
/*  */
	padding: 10px 0 4px;
	margin: 0;
	float: left;
	list-style: none;
}

/* Header Menu Items (Top Level) */
#resurrect-header-menu-links > li {
	display: inline-block;
	margin: 4px 10px;
	padding-bottom: 10px;
/* to connect we/dropdown menu */
	vertical-align: top;
}

/* Header Menu Links (Top Level) */
#resurrect-header-menu-links > li > a .ctfw-header-menu-link-inner {
	border-width: 0 0 0 1px;
	border-style: solid;
	padding: 1px 0 0 8px;
}

/* Title font-size: .9em; */
#resurrect-header-menu-links > li > a .ctfw-header-menu-link-title {
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
/* for arrow placement */
	display: inline-block;
/* for arrow placement */
}

/* Description */
#resurrect-header-menu-links > li > a .ctfw-header-menu-link-description {
	margin-top: 3px;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
}

/* ......  JRCH [Orig' Line: 1452] */
.sf-menu li li a {
	line-height: 1em;
	padding-top: .3em;
	padding-right: .5em;
	padding-bottom: .5em;
	padding-left: .9em;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 400px auto;
}

/****************** CONTENT modified by JRCH [Orig' Line: 1546] *******************/
/* ......  JRCH [Orig' Line: 1608] */
/* Main Title (for page or block) */
.resurrect-main-title {
/* font-size: 1.2em; */
	margin: 0 0 40px;
	padding: 3px 0 3px 12px;
	font-weight: normal;
	line-height: 1.3em;
	text-transform: uppercase;
	border-width: 0 0 0 1px;
	border-style: solid;
}

/****************** SLIDER modified by JRCH [Orig' Line: 1822]********************/
/**
 * jQuery FlexSlider v1.8 (http://www.woothemes.com/flexslider/)
 * Copyright 2012 WooThemes
 * MIT license (http://www.opensource.org/licenses/mit-license.php)
 */
/* ......  JRCH [Orig' Line: 1899] */
/* Video Play Button Overlay */
.flex-play-overlay {
	z-index: 100;
/* baseline for overlay, so can show .flex-title above (clickable) or below if it is not linked */
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center 45%;
	background-repeat: no-repeat;
	background-size: 40px;
/* assist Retina */
}

/* ......  JRCH [Orig' Line: 1954] */
/* Slide Title */
.flex-title {
	display: inline-block;
	float: left;
/* needed for IE in order for float/clear: left on description to work below 
 * 	font-size: 1em;*/
	padding: 11px 5px;
	font-weight: normal;
	line-height: 1em;
	text-transform: uppercase;
	position: relative;
/* helps z-index kick in (in color scheme CSS) */
}

/*************** HOMEPAGE INTRO - JRCH mods [Orig' Line: 2100] ***************/
#resurrect-intro {
	padding: 20px 25px;
	margin-bottom: 20px;
}

/* Heading */
#resurrect-intro-heading {
/*  */
	margin: 0;
	padding: 3px 0 3px 12px;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: uppercase;
	border-width: 0 0 0 1px;
	border-style: solid;
}

/* Content */
#resurrect-intro-content {
	font-size: 1.5em;
	line-height: 1.8em;
}

/**********************************************
 * 13. WIDGETS
 **********************************************/
/************** WIDGET CONTAINER modified by JRCH [Orig' Line: 2862] **************/
/* ......  JRCH [Orig' Line: 2878] */
/* Widget Title */
.resurrect-widget-title {
	display: inline-block;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0 -20px;
	padding: 4px;
	text-transform: uppercase;
}

/************ CT HIGHLIGHT WIDGET modified by JRCH [Orig' Line: 3252] *************/
.widget_ctfw-highlight {
/*  */
	padding: 0;
}

.widget_ctfw-highlight .resurrect-widget-title {
/*  */
	margin: 0;
	padding: 0;
	font-size: 1.3em;
}

/***************** End of changes to style.css in ressurect directory *****************/
/***************** Added by John Haly. *****************/
/* Redirect Hovering */
.Haly a:focus,
.Haly a:hover,
.Haly a:active {
	font-size: 1em;
}

.Haly {
	font-size: 1em;
	color: red;
	text-transform: uppercase;
	opacity: .5;
}

.Haly a:hover {
	color: navy;
	text-transform: uppercase;
	transition-property: color;
	transition-duration: .15s;
	transition-timing-function: ease-in;
	transition-delay: 0;
}

/*****************  *****************/
/****************** From style.css in ressurect -> Colors -> Dark / - JRCH [Orig' Line: 266] *****************/
/* DARK Options */
/*************** SHARED STYLES ***************/
/* Container Elements */
#resurrect-top-inner,
#resurrect-footer-inner,
#resurrect-header-menu,
#resurrect-slider-inner,
#ctcom-home-highlights .resurrect-caption-image,
#resurrect-intro,
#resurrect-banner,
.resurrect-content-block,
#resurrect-content-inner .ctfw-breadcrumbs,
.resurrect-widget,
.resurrect-header-right-item a {
	background-color: #1c1c1c;
/* solid for IE8 */
	background-color: rgba(250, 250, 0, 0.94);
/* semi-transparent for modern browsers */
	-webkit-box-shadow: 0 0 7px #222;
/* Old Safari, Chrome - appears stronger than box-shadow */
	-moz-box-shadow: 0 0 7px #222;
/* really old Firefox - appears stronger than box-shadow */
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
	color: rgba(10, 10, 150, 0.94);
}