﻿
/*******************************************************************************************************
    This style sheet will drive all of the main colors, fonts, table formats, and such throughout the site.
*********************************************************************************************************/

h1 {
    font-size: 1.6em;
    padding:4px 0;
    margin: 0px;
    font-family: myTrajanFont;
    letter-spacing: .3px;
}

/*font-family: 'Montserrat', sans-serif;
font-family: 'IM Fell Double Pica SC', serif;
font-family: 'Libre Baskerville', serif;
font-family: 'Eagle Lake', cursive;*/

h2 {
margin: 4px 0px 2px;
font-size: 1.2em;
font-family: myTrajanFont;
}

h3 {
    padding:8px 0 6px 0;
    margin: 0;
    font-size: 1.1em;
    font-family:Verdana, Helvetica, Sans-Serif;

}

h4 {
    margin: 10px 0px 2px;
    font-size: 1em;
    font-weight:bold;
   
}

#DMSite body, #DMSite html, #DMSite .ui-overlay-a, #DMSite .ui-page-theme-a, #DMSite .ui-page-theme-a .ui-panel-wrapper, 
#DMSite select, #DMSite textarea, #DMSite button, #DMSite #OrderSummary .OutsideWrapper{
    font-size: .9em;
    font-family: Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
    line-height: 125%;
    text-shadow: none;
   
}


@font-face {
font-family:myElfFont;
src: url('/Content/fonts/lelfnoir.ttf');
}

.ElfFont {
font-family: myElfFont;
}

@font-face {
font-family:myTrajanFont;
src: url('/Content/fonts/TrajanPro-Regular.otf') format('opentype');
}

.Trajan {
    font-family:myTrajanFont;
}

.divider, #CartAccordion h3 {
    height: auto;
    border-color: black;
    border-width: 1px !important;
    background-color: #544c46;  /*#53361b; - PDP redesign*/
    background-image: none;
    margin: 12px 0 6px 0;
    padding: 4px 8px 4px 8px;
    color:white;
    font-size: 1em;
    text-decoration:none;
    -webkit-border-radius: .2em; 
	-moz-border-radius: .2em;
    -o-border-radius: .2em;
    -ms-border-radius: .2em;
	border-radius: .2em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4);
    -ms-border-shadow: 0 1px 2px rgba(0,0,0,.4);
	box-shadow: 0 1px 2px rgba(0,0,0,.4);    
}

#CartAccordion h3 {
padding: 8px 30px;
margin: 1px 0px;
}

#CartAccordion .ui-accordion-header-active {    
    font-weight: inherit !important;
    color: #faa51a !important;
    margin-bottom: 0px;
}

#accordion .ui-state-hover {
    color: #faa51a !important;
}


/*------------------------------------------------------------------------------------------
    Forms (labels, boxes, error states)
  -----------------------------------------------------------------------------------------*/

.label, label {
    font-weight: bold;
    text-align: right;
    display: inline-block;
    padding-right: 6px;
    color:black;
}

input {
    padding: 0 0 0 2px;
}

input, select {
    background-color: white;
    border: 1px solid #544c46;
    -webkit-border-radius: .1em;
    -moz-border-radius: .1em;
    -o-border-radius: .1em;
    -ms-border-radius: .1em;
    border-radius: .1em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -ms-border-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
   
}

    input:active, input:focus, input:hover, select:focus, select:hover {
        border: 1px solid #A78833;
    }

    input:active, input:focus, select:active, select:focus {
        background-color: white;
    }

.input-validation-error ,.input-validation-error:focus ,.input-validation-error:hover, .input-validation-error:active{
    /*background-color: #A78833;*/
    border: 1px solid rgba(255,0,0,.8);
    -webkit-box-shadow: 0 1px 1px rgba(255,0,0,.8);
    -moz-box-shadow: 0 1px 1px rgba(255,0,0,.8);
    -ms-border-shadow: 0 1px 1px rgba(255,0,0,.8);
    box-shadow: 0 1px 1px rgba(255,0,0,.8);
  
}

.inputRow {
    padding-top: 6px;
}

fieldset {
    border: 1px solid #ddd;
    border: none;
    padding: 0 .5em 0 0;
    margin: 0 0 0 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
    display: none;
}

textarea {
    min-height: 75px;
    width:100%
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


.ui-selectmenu-menu .ui-menu {
    max-height:150px;
    overflow-y: scroll;
    max-width:640px;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
    text-align:left;
}

.validation-summary-valid {
    display: none;
}

/*------------------------------------------------------------------------------------------
    UL / LI stuff 
  -----------------------------------------------------------------------------------------*/

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


/*------------------------------------------------------------------------------------------
    Buttons and Links Styling
  -----------------------------------------------------------------------------------------*/
.DMSite .ui-page-theme-a a, .DMSite html .ui-bar-a a, .DMSite html .ui-body-a a, .DMSite html body .ui-group-theme-a, .DMSite a, .DMSite .TirshiaryLink{
	color:inherit !important;
	text-decoration:none !important;
    color:#544c46  !important;
    font-weight:normal  !important;
    text-shadow: none;
}

a:hover, .ui-widget-content a:hover, #AdminEditLink a:hover, TirshiaryLink:hover,.DMSite a:hover, #DMSite .footer-nav a:hover {
	text-decoration:none !important;
    color:#f47c20 !important; 
}

a:focus, TirshiaryLink:focus {
    outline: none;
}

a:hover .ClickableText {  
    color:#232323 !important;
}


.MenuText > ul > li > a, #logoutForm > a{
     font-family: Verdana, Helvetica, Sans-Serif;
     font-size: 1em;  
}

/*   Secondary Hyperlinks   */

#AddToWishListPDPLink, #ShowDescriptionLearnMoreLink a, #UserAddressInformation a{
    color:#f47c20 !important; 
}

#AddToWishListPDPLink:hover, #ShowDescriptionLearnMoreLink a:hover, #UserAddressInformation a:hover{
   color:#544c46 !important; 
}


.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;	
	padding: 2px 14px 4px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .7em; 
	-moz-border-radius: .7em;
    -o-border-radius: .7em;
    -ms-border-radius: .7em;
	border-radius: .7em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4);
    -ms-border-shadow: 0 1px 2px rgba(0,0,0,.4);
	box-shadow: 0 1px 2px rgba(0,0,0,.4);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.DMSite .ui-btn {
    font-weight:inherit;
    line-height: inherit;
    font-size:inherit;
    padding: .5em 2.5em .5em .8em;
}

.ui-panel-inner .ui-btn {
    padding: .5em 1em .5em 2.5em ;
}

.DMSite .ui-field-contain > label, .DMSite .ui-select {
    margin: 0;
    padding-right: 6px;
    flex-grow:1;
    text-align:left;
}

    .DMSite .ui-select span {
    text-align:left;
    }

.PrimaryCTAButton, .DMSite .PrimaryCTAButton, #mobile_nav_bar .PrimaryCTAButton{
	color: white !important;
	border: solid 1px #da7c0c !important;
	background: #f47c20 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20)) !important;
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20) !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20') !important;
    text-shadow:none !important;
}
.PrimaryCTAButton:hover, .DMSite .PrimaryCTAButton:hover, #mobile_nav_bar .PrimaryCTAButton:hover {
	color: #544c46 !important;
    background: #f47c20 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015)) !important;
	background: -moz-linear-gradient(top,  #f88e11,  #f06015) !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015') !important;
    text-shadow:none !important;
}
.PrimaryCTAButton:active, .DMSite .PrimaryCTAButton:active {
	color: #fcd3a5 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a)) !important;
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a) !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a') !important;
    text-shadow:none !important;
}



/*------------------------------------------------------------------------------------------
    Boxes ? 
  -----------------------------------------------------------------------------------------*/
.BoxWrapper {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border-color:lightgray;
    border-width: 2px;
    border-style:solid;
    padding: 6px;
    background-color: #aaaaaa;
    display:inline-block;
    width:100%;
}

.BoxWrapperWithRails {
     background-color: #aaaaaa;
     padding: 25px 25px 25px 33px;
     display: inline-block;
     margin-bottom: 10px;
     width:100%;
}

/*------------------------------------------------------------------------------------------
    Table Formatting
  -----------------------------------------------------------------------------------------*/

table
{
font-family:Verdana, Helvetica, Sans-Serif;
width:100%;
}

td, th {
    border: 1px solid #544c46;
    font-size: .85em;
    padding: 3px 7px 2px;
    text-align: center;
    font-weight: normal;
    vertical-align: middle;
}

th {
    font-size: .9em;
    padding-top: 3px;
    padding-bottom: 2px;
    background-color: #777777;
    color: #fff;
}

tr:nth-child(even) 
{
background-color:#dfe2df;
}

.OrderRow.OrderHasNote {
background-color:#faa51a !important;
}

tr:hover 
{
color:#000;
background-color:#a78833;
cursor: pointer;
}


.InvisibleTable td,.InvisibleTable th,.InvisibleTable tr:hover,.InvisibleTable tr:nth-child(even) {
border:none;
background-color: transparent;
color: transparent;
text-align: left;
}

/*------------------------------------------------------------------------------------------
    Cart Accordian Formatting
  -----------------------------------------------------------------------------------------*/

/*Overall Accordian formatted area*/
.nav-products-outter #accordion {
    margin-top: 1em;
}

/* Accordian Content Area - Default coloring and heights */
.nav-products-outter #accordion .ui-accordion-content {
    height: auto;
    border-color: #544c46;
    border-width: 2px;
    padding: 0 0 1em;
}

/* Non-Active Header / Default header - default state */
.nav-products-outter #accordion .ui-accordion-header {
    background: none;
    background-color: #544c46;
    border-color: black;
    border-width: 2px;
    color: white;
}

/* Non-active header - hover state */
.nav-products-outter #accordion .ui-state-hover, #accordion .ui-widget-content .ui-state-hover, #accordion .ui-widget-header .ui-state-hover, #accordion .ui-state-focus, #accordion .ui-widget-content .ui-state-focus, #accordion .ui-widget-header .ui-state-focus {
    border: 2px solid #a78833;
    color: #a78833;
    font-weight: normal;
}

/* Active Header - default */
.nav-products-outter #accordion .ui-accordion-header.ui-state-active {
    background-color: #a78833;
    color: black;
    border-color: black;
}

    /* Active Header - hover*/
    .nav-products-outter #accordion .ui-accordion-header.ui-state-active.ui-state-hover {
        color: #544c46;
        border-color: black;
    }


 /******************************************************/
 /*    Facebook CSS layout Stuff                       */
 /******************************************************/
/*.fb_iframe_widget span {
    overflow: visible!important;
    width: 450px!important;
}*/
 
/*.ScaleButtons
{
transform: scale(1.5);
-ms-transform: scale(1.5); 
-webkit-transform: scale(1.5); 
-o-transform: scale(1.5); 
-moz-transform: scale(1.5); 
transform-origin: top right;
-ms-transform-origin: top right;
-webkit-transform-origin: top right;
-moz-transform-origin: top right;
-webkit-transform-origin: top right;
}*/

.pluginButtonEmailWishList {
   background: linear-gradient(#4c69ba, #3b55a0) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding: 0;
    text-shadow: 0 -1px 0 #354c8c;
    white-space: nowrap;
}

.pluginButtonLabelWishList {
bottom: 9px;
    display: inline;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 0 3px 0 2px;
    position: relative;
    right: 2px;
}


#videoOuterWrapper {
    width: 100%;
    margin: 20px;
}

#videoInnerWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */	
	height: 0;
    /*border: 1px solid red;*/
  
}
#videoInnerWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    /*border: 1px solid blue;*/
}