/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    font: 400 20px/30px 'Lato', Helvetica, Arial, sans-serif;
    background-color: #00457C;
    color: #FFF;
}

p {
    margin: 0 0 30px;   
}

h1#logo {
    width: 300px;
    height: 240px;
    background: url(/img/header/CCW_logo2.png) top center no-repeat;
    position: relative;
    z-index: 1000;
    display: inline-block;
    vertical-align: top;
    margin: 0 30px;
    
    /* IR Kellum Method */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}


h2 {
    text-transform: uppercase;
	font-size: 30px;
	font-style: italic;
    margin: 0;
}

h3, h4 {
	margin: 0;
	font-size: 25px;
}

li {
    line-height: 30px;
    padding: 0;
    margin: 0;
}

.contain {
    margin: 0 auto;
    width: 960px;
    position: relative;
}

#navbar {
    background: #00223E;
    background: rgba(0, 0, 0, 0.45);
    height: 180px;
    position: relative; /* Positioning so z-index works */
    z-index: 500;
}

ul {
    margin: 0 0 30px;
    padding: 0;
}

		#menu {
			list-style: none;
			display: inline-block;
			vertical-align: top;
			margin: 90px -30px 0 0;
			padding: 0;
		}
		#menu li {
			width: 200px;
			height: 60px;
			display: inline-block;
			vertical-align: top;
			font-size: 16px;
			line-height: 30px;
			text-align: center;
			margin: 0;
			padding-bottom: 30px;
		}
		#menu li a {
			text-decoration: none;
			color: #FFF;
		}
		#menu .mdrop {
			display: none;
			width: 960px;
			height: 480px;
			position: absolute;
			left: 0;
			top: 165px;
			z-index: 500;
		}
		.no-touch #menu li:hover a, #menu li:focus a, #menu li:active a {
			color: #F28C00;
		}

    .mcontent a {
        color: #fff !important;
        font-weight:800;
    }
    .mcontent a:hover {
        color: #00457C !important;
    }


		#menu li:hover .mdrop, #menu li:focus .mdrop {
			display: block;
		}
		#menu .arrow-up {
			width: 0; 
			height: 0; 
			border-left: 46px solid transparent;
			border-right: 46px solid transparent;
			border-bottom: 46px solid #F28C00;
			position: relative;
            margin-bottom: -1px; /* Offset to hide gap on some screens */
		}
		#menu #arrow_Jesus {
			left: 415px;
		}
		#menu #arrow_Us {
			left: 615px;
		}
		#menu #arrow_You {
			left: 815px;
		}
		#menu .mcontent {
			background: #F28C00;
			height: 360px;
			width: 900px;
			padding: 30px;
			text-align: left;
			font-size: 20px;
		}
		#menu .location {
			width: 300px;
		}
		#menu .location p {
		    margin-left: 0;
		}


		iframe, .framed {
			border: 5px solid #FFF;
			margin: 0;
		}
        .left {
			float: left;
			margin: 0 30px 30px 0;
		}
        .right {
			float: right;
			margin: 0 0 30px 30px;
		}
        .article .left {
            margin-left:-60px;
        }
        .article .right {
            margin-right:-60px;
        }

.banner { position: relative; overflow: auto; text-shadow: #000 0 0 20px; margin-top: -180px; z-index:  0; }
    .banner ul { margin: 0; padding: 0; }
        .banner li { list-style: none; }
            .banner ul li { float: left; background: #000 center no-repeat; height: 690px; }

.banner a {
    width: 100%;
    height: 100%;
    display: block;
}

.banner li .contain {
    width: 900px;
}

.banner h2 {
    font-size: 60px;
    line-height: 60px;
}

.banner p {
    font-size: 25px;
    margin: 0;
}

.banner .dots {
		position: absolute;
        width: 88px; /* Multiple of 22px */
		/* bottom: 30px; */
        top: 587px;
        left: 50%;
        text-align:center;
        padding: 0;
        margin-left: -44px; /* Halve width */
        display: none;
}

#home .dots {
    display: block;
}

.banner .dots li {
			display: inline-block;
			width: 10px;
			height: 10px;
			margin: 0 4px;
			
			text-indent: -999em;
			
			border: 2px solid #fff;
			border-radius: 6px;
			
			cursor: pointer;
			opacity: .4;
			
			-webkit-transition: background .5s, opacity .5s;
			-moz-transition: background .5s, opacity .5s;
			transition: background .5s, opacity .5s;
		}
			.banner .dots li.active {
				background: #fff;
				opacity: 1;
			}

#icon_building {
			background: url(/img/icons/building3.png) center center no-repeat;
			width: 33.33%;
			height: 160px;
			display: inline-block;
            margin-top: -40px;
		}
		.callout {
			width: 405px;
			margin: -30px 30px 30px 0;
			display: inline-block;
			vertical-align: top;
			padding: 0 30px
		}
		#callout_last {
			margin-right: 0;
		}
		.callout .feature {
			width: 455px;
			height: 230px;
			background: black;
			border: 5px solid white;
			margin: 0 -30px 30px;
		}
        .footer {
            font-size: 16px;
            line-height: 30px;
            margin: 0 0 30px;
            padding-top: 30px;
        }
        .footer .contact {
            width: 33.33%;
            display: inline-block;
            vertical-align: top;
        }
        .footer .address {
            text-align: right;
        }
        .footer p {
            margin: 0;
        }
        .sermons {
            list-style: none;
            padding: 0;
        }
        .sermons .sdate {
            font-size: 16px;
        }
        a, #masthead a {
			text-decoration: none;
			color: #FFF;
		}
        a:hover, a:focus {
            color: #ADBAD6;
        }
        .banner a:hover, .banner a:focus, a:hover .feature, a:focus .feature {
			color: #F28C00;
		}


    h2.featdesc {
        width: 405px;
        height: 55px;
        background: #00223E;
        background: rgba(0, 0, 0, 0.45);
        no-margin: 175px 0 0;
        padding: 0 25px;
        line-height: 55px;
    }



    .article {
        margin: 30px 150px;
    }

    .elvanto {
        text-align: center;
    }

    .elvanto a {
        background: #F28C00;
        padding: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .elvanto a:hover {
        background: #fff;
        color: #00457C;
    }


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

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