/*
* Template Name: Wedding Template
* Author: Serif Templates
* Author URI: http://seriftemplates.com
* Version: 1.0
*/

@import url(http://fonts.googleapis.com/css?family=Great+Vibes);
@import url(http://fonts.googleapis.com/css?family=Cinzel:400,700);

@font-face {
    font-family: 'Lato Light';
    src: url('fonts/Lato-Lig-webfont.eot');
    src: url('fonts/Lato-Lig-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Lato-Lig-webfont.woff') format('woff'),
         url('fonts/Lato-Lig-webfont.ttf') format('truetype'),
         url('fonts/Lato-Lig-webfont.svg#LatoLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

::-moz-selection { background-color: #CDCDCD; color: #FFF; }
::selection { background-color: #CDCDCD; color: #FFF; }


/* ------------------------------------------------------------------------
	Custom WP Lightbox
------------------------------------------------------------------------- */

#wplightbox_prevdiv { background-image: url("images/prev_mod.png") !important;}
#wplightbox_nextdiv { background-image: url("images/next_mod.png") !important; margin-left: 3px !important;}
#wplightbox_closediv { background-image: url("images/lightbo_close_1_mod.png") !important;}


/* ------------------------------------------------------------------------
	Nav Bar
------------------------------------------------------------------------- */

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/* navigation styles */

#nav {
  float: right;
  text-decoration: none;
}
#nav > li {
  margin: 0 10px;
}
#nav > li:first-child {
  margin-left: 0px;
}
#nav > li:last-child {
  border-right: none;
  padding-right: 0px;
}
#nav > li > a {
  font-family: "Cinzel", serif;
  font-size: 15px;
  text-transform: normal;
  display: block;
  overflow: hidden;
  line-height: 80px;
}

/* sub navigation -----------------------------------------------------*/
.sfHover ul {
  display: block;
  margin-top: 25px;
  margin-left: 0px;
  text-shadow: none;
  -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.3);
       -o-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.3);
}
.sfHover ul li a {
  display: block;
  padding: 10px 20px;
  display: block;
  font-family: "Cinzel", serif;
  font-size: 15px;
  text-transform: normal;
  text-decoration: none;
}


/* skin */

#nav > li > a {
  color: #878787;
  text-decoration:none;
}
#nav > li:hover > a {
  color: #F07677;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#nav span:hover {
  -webkit-transform: translate(-10px, -3px);
  -moz-transform: translate(-10px, -3px);
  -o-transform: translate(-10px, -3px);
  transform: translate(-10px, -3px);
}
#nav > li.current-menu-item > a,
#nav > li.current_page_item > a {
  border-top: 3px solid #E52B50;
}
#nav .sfHover ul {
  background: #FAF9F6;
}
#nav .sfHover ul li a {
  color: #878787;
}
#nav .sfHover ul li a:hover {
  background: #FAF9F6;
  color: #F07677;
}



/* ------------------------------------------------------------------------
	Countdown Timer
------------------------------------------------------------------------- */

.countdownHolder{
	width:500px;
	margin:0 auto;
	font: 40px/1.5 "Cinzel", serif;
	text-align:center;
	letter-spacing:-3px;
}

.position{
	display: inline-block;
	height: 1.6em;
	overflow: hidden;
	position: relative;
	width: 1.05em;
}

.digit{
	position:absolute;
	display:block;
	width:1em;
	background-color:#444;
	border-radius:0.2em;
	text-align:center;
	color:#fff;
	letter-spacing:-1px;
}

.digit.static{
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.35);
	
	background-image: linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -o-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -moz-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -webkit-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -ms-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, #3A3A3A),
		color-stop(0.5, #444444)
	);
}

/**
 * You can use these classes to hide parts
 * of the countdown that you don't need.
 */

.countDays{ /* display:none !important;*/ }
.countDiv0{ /* display:none !important;*/ }
.countHours{}
.countDiv1{}
.countMinutes{}
.countDiv2{}
.countSeconds{}


.countDiv{
	display:inline-block;
	width:16px;
	height:1.6em;
	position:relative;
}

.countDiv:before,
.countDiv:after{
	position:absolute;
	width:5px;
	height:5px;
	background-color:#444;
	border-radius:50%;
	left:50%;
	margin-left:-3px;
	top:0.5em;
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.5);
	content:'';
}

.countDiv:after{
	top:0.9em;
}

#note{
	color: #666666;
	font-size: 12px;
	margin: 0 auto;
	padding: 4px;
	text-align: center;
	width: 400px;
}
