/*
 Theme Name:   Twenty Thirteen Child
 Theme URI:    http://example.com/twenty-thirteen-child/
 Description:  Twenty Thirteen Child Theme
 Author:       
 Author URI:   http://example.com
 Template:     twentythirteen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-thirteen-child
*/

@import url("../twentythirteen/style.css");
@import url(http://fonts.googleapis.com/css?family=Sigmar+One);

/* =Theme customization starts here
-------------------------------------------------------------- */
h1.site-title {
	font-family: 'Sigmar One', Bitter, Georgia, serif;
}


.site-title {
    	font-size: 60px;
    	font-weight: normal 400;
    	line-height: 1;
    	margin: 0;
    	padding: 58px 0 10px;
	text-shadow:2px 2px 8px #333333;
}

.site-header .site-title:hover {
	text-decoration: none !Important;
}



.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 180px;
	padding: 0 20px;
	text-decoration: none;
	width: 100%;
}

.navbar {
    background-color: #C46952;
}

.nav-menu li a {
	color: #FFFFFF;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #FFFFFF;
	font-style: italic;
}

.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
    color: #FFFFFF;
    font-style: italic;
}
.nav-menu li a {
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    line-height: 1;
    padding: 15px 20px;
    text-decoration: none;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	background-color: #5A6E9D;
	color: #FFFFFF;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	background-color: #C46952;
}

h4 {
    font-size: 16px;
    margin: 5px 0px;
}


/* NO SIDEBAR PAGE - WIDER PAGE */
.entry-content2,
.entry-summary2,
.entry-meta2 {
	margin: 0 auto;
	max-width: 800px;
	width: 100%;
}



/* BOXED COPY */

.boxed {
	border-style:solid;
	border-width:1px;
	border-color:#BC360A;
	padding: 20px;
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 20px;
}




/* CAPTIONS */

.wp-caption .wp-caption-text, .entry-caption, .gallery-caption {
    color: #BC360A;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
}

/* GALLERY IMAGE HOVER DESCRIPTIONS */

.gallery-item {
    float: left;
    margin: 0px 4px 4px 0px;
    max-height: none !important;  max-width: none !important; 
    overflow: visible !Important;
    position: relative;
}


.gallery-caption:before {
    box-shadow: 0px 5px 5px #CCC inset;
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.gallery-caption {
    background-color: #FFF;
    color: #000;
    font-size: 14px;
    line-height: 1.3;
    margin: 0px;
    max-height: 70%;
    opacity: 0;
    padding: 2px 8px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: left;
    width: 100%;
}

/* BULLET LIST CLASS */

.bullets {
	margin-bottom: 1em;
	}


/* REMOVES HEADLINE FROM SLIDER IN IPHONE VIEW */

@media only screen and (max-width : 480px) {
   .dwuserEasyRotator p.erdynamicText { display: none !important; }
}

/* ERROR 404 */


.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 100px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 20px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}

.error404 .page-wrapper {
	background-color: #e8e5ce;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}


/* DROP DOWN BUTTON */

.button ul {
	text-align: left;
	display: inline;
	margin: 0;
	list-style: none;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 17px;
	padding-left: 0;
}
.button ul li {
	display: inline-block;
	margin-right: -4px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #069;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #FFF;
}
.button ul li:hover {
	color: #FFF;
	background-color: #069;
}
.button ul li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 175px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
.button ul li ul li { 
  background: #555; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}
.button ul li ul li:hover { background: #666; }
.button ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

.archive-header {
	display: none;
}
