/********************************************************

Override container sizes

********************************************************/

@media (min-width: 992px) {
  .container {
    width: 950px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 950px;
  }
}



/* START MAIN HOLDERS */
html
{
	font-size:100.01%;
}

body {
  font-size: 14px;
  line-height: 1.4em;
  background: #E4E2CC;
  color: #676767;
  font-family: Georgia, "Times New Roman", serif;
  overflow-y: scroll;
}

img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width:767px) {
	
	.text-left-xs {
		text-align: left;
	}
	
}

/********************************************************

Headings

********************************************************/

h1, 
h2,
ul#nav li.top-level>a {
	font-family: 'EB Garamond', Georgia, serif;
	font-weight: 400;
}

h1 {
	font-size: 2.75em;
}

@media screen and (max-width:768px) {
	h1 {
		font-size: 2em;
	}
}

h2 {
	font-size: 2em;
}

@media screen and (max-width:768px) {
	h2 {
		font-size: 1.5em;
	}
}

/********************************************************

End Headings

********************************************************/

#intro-holder {
	background: #802416;
	padding:0 0 10px 0;
}

	@media screen and (max-width:768px) {
		#intro-holder {
			padding:0;
		}
	}


#visit-us-on {
	float: left;
	display: inline;
}

#header {

}

#header-holder {
	background: #AF5117;
}


#middler-holder {
	background: #fff;
	border-top: 10px solid #e6e5e1;
	padding: 30px 0;
}

	@media screen and (max-width:768px) {
		#middler-holder {
			padding: 10px 0;
		}
	}

#footer {
	padding: 15px 0 20px 0;
}

/* END MAIN HOLDERS */

/* START MAIN NAVIGATION */
#nav {
    margin:0;
    padding:0;
    list-style:none;
}  
     
    /* make the LI display inline */
    /* it's position relative so that position absolute */
    /* can be used in submenu */
    #nav li {
        float:left;
        display:block;
        background:#af5117;
        position:relative;
        z-index:500;
        margin:0 1px;
    }
         
    /* this is the parent menu */
    #nav li a {
        display:block;
        font-size: 1.25em; 
		line-height: 1.25em;
        text-decoration:none;
        color:#fff;
        text-align:left;
		text-transform: uppercase;
		padding:.75em 1.15em;
    }
	
	@media screen and (max-width: 992px) {
	    #nav li a {
			font-size: 1.1em;
			padding:.75em .65em;
	    }
	}
	
	#nav li.last a
	{
		margin-right: 0;
	}	
 
    #nav li a:hover {
        color:#fff;
    }
     
    /* you can make a different style for default selected value */
    #nav a.selected {
        color:#f00;
    }
     
        /* submenu, it's hidden by default */
        #nav ul {
            position:absolute;
            left:0;
            display:none;
            margin:0 0 0 -8px;
            padding:0;
            list-style:none;
        }
		
		#nav li.last ul {
			left: auto;
			right: 0;
		}
		
		#nav li.last ul li a {
			text-align: right;
		}		
         
        #nav ul li {
            width:195px;
            float:left;
            border-top:1px solid #944514;
        }
         
        /* display block will make the link fill the whole area of LI */
        #nav ul a {
            display:block; 
            height:auto;
            padding: 10px 10px 10px 10px;
            color:#fff;
			font-size: 12px;
			line-height: 19px;
			margin-right: 0;
        }
         
        #nav ul a:hover {
            background: #A64D16;
        }
 
		
		.menu-main-nav-menu-container {
			clear: both;
		}
 
/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
*html #nav ul {
    margin:0 0 0 -2px;
}
/* END MAIN NAVIGATION */

/********************************************************

WP Responsive Menu Overrides

********************************************************/

#wprmenu_menu {
	-webkit-box-shadow: 5px 0px 20px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 0px 20px 0px rgba(0,0,0,0.5);
	box-shadow: 5px 0px 20px 0px  rgba(0,0,0,0.5);
}

#wprmenu_menu.wprmenu_levels a.wprmenu_parent_item:hover,
#wprmenu_menu ul li a:hover,
#wprmenu_menu.wprmenu_levels ul li:hover {
	background: rgba(255,255,255,.2);
}

/********************************************************

END WP Responsive Menu Overrides

********************************************************/


/* START LINKS */
a:link, a:visited
{
	color: #b86532;
}

a:hover, a:active
{
	color: #aa3c01;
}
/* END LINKS */

/* START PARAGRAPHS AND HEADINGS */
#footer p
{
	margin: 0;
	color: #B06130;
}

div.testimonial p
{
	font-size: 16px;
	color: #CA821B;
	line-height: 1.7;
	font-style: italic;
}

h1
{
	color: #802416;
}

h2
{
	color: #AF5117;
}
/* END PARAGRAPHS AND HEADINGS */

/* START LISTS */

.intro-holder-nav-wrapper {
	background: #6c1e13;
}

ul#intro-holder-nav
{
	display: block;
	list-style-type: none;
	margin:0;
	text-align: right;
}

ul#intro-holder-nav li
{
	display: inline;
	margin: 0;
}

ul#intro-holder-nav a:link, ul#intro-holder-nav a:visited
{
	color: #EDCA77;
	text-decoration: none;
	padding: .5em 1em;
	display: inline-block;
}

ul#intro-holder-nav a:hover, ul#intro-holder-nav a:active
{
	color: #fff;
	text-decoration: none;
	background-color: #b26332;
}

/* END LISTS */


/* START MISC STUFF */
.alignleft
{
	float: left;
	margin: 0 25px 15px 0;
}

.alignright
{
	float: right;
	margin: 0 0 15px 25px;
}

.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto
}

.framed
{
	border: 8px solid #e6e5e1;	
}

.divider
{
	clear: both;
	background: #e6e5e1;
	height: 3px;
	width: 100%;
	margin-bottom: 20px;
}
#top-logo
{
	/*float: left;*/
}
/* END MISC STUFF */

/********************************************************

Slideshow overrides

********************************************************/

#home-slideshow
{
	overflow: hidden;
	margin-top: 7px;
}

#home-slideshow p {
	display: block;
}

#home-slideshow img {
	max-width: 100% !important;
	width:100%;
	height: auto !important;
	display: block;
}


/********************************************************

CForms Overrides

********************************************************/

/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */

.cform {
	margin:10px auto 0 auto;
	width: 100%;
}

.cform fieldset	{
	margin-top:10px;
	padding:10px 0 10px 0;
	border:1px solid #adadad;
	border-left-color:#ececec;
	border-top-color:#ececec;
	background:#f7f7f7;
}

.cform .cf_hidden {
	display:none;
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend {
	margin-left:10px;
	padding: 0 2px;
	font:normal 20px Times;
	color:#666666;
	display: none;
}

ol.cf-ol {
	margin:0!important;
	padding:0!important;
}
ol.cf-ol li	{
	background:none!important;
	/*margin:0px 10px 15px 10px!important;*/ /*some themes may interfere otherwise*/
	padding:0;
	list-style:none!important;
	text-align:left;
	line-height:1.3em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	letter-spacing:2px;
	margin:6px 0pt !important;
	padding:3px 0;
	text-align:center;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {

	margin:0px 10px 0 0;
	text-align:left;
	display:block;
	color:#676767;
	background: transparent;
	font-weight: normal;
}

label.cf-before {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:4px 5px 0 0;
}

label.cf-before span{
	display:block;
}

label.cf-after 	{
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:4px 0 0 4px;
	text-align:left;
}

label.cf-after span {
	display:block;
}

label.cf-group-after {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:4px 6px 0 4px;
	text-align:left;
}
label.cf-group-after span {
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select {
	margin:0 0 8px 0;
	padding: 7px 3px;
	background: #f7f7f7;
	border:none;
	border: 1px solid #b4b4b4;
	vertical-align:top;

}

.cform textarea,
.cform input {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1em;
	color: #454545;	
	width:100%;
}
.cform select {
	width:100%;
}

.cform select.cfselectmulti	{
	height:6.5em;
}

.cform textarea {

	height: 6em;
	overflow:auto;
}

.cform input.cf_date {

}

/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	letter-spacing:2px;
	margin:12px 0pt 4px 10px!important;
	font-size:10px;
	color:#888888;
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{
	margin:3px 0 0 0;
	width:16px;
	height:22px;
	border:none!important;
	background:none!important;
}


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0 0 12px 0;
}


/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt {
	display:block; /*for mozilla*/
	font-size:9px;
	vertical-align:top;
	color:#af5117;
	text-align:right;
	margin:0;
	height:13px;
	line-height:13px;
}

.cform textarea.fldemail,
.cform textarea.fldrequired,
.cform input.fldemail,
.cform input.fldrequired {
	margin:0;
}
/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	padding: 0!important;
	margin: 0;
	/*text-align:right;*/
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{
	width:150px;
	padding: 1em;
	margin: 25px 19px 4px 0pt;
	background: #d59f3d;
	border-right: 1px solid #C8912B;
	border-bottom: 1px solid #C8912B;
	border-top: 2px solid #DFB365;
	border-left: 2px solid #DFB365;
	color: #5C1A10;
}
.cform input.resetbutton {
	width: auto;
	padding:5px 1em;
}
.cform input.backbutton {
	width: auto;
	padding:5px 1em;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 10px!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	padding:0 0 0 10px;
	margin:0;
	color:#333;
	display:inline-block;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}


/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.seccap {
	margin-top: 6px;
}

label.secq{
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	width:auto;
	padding:2px 4px 2px 2px;
}
label.secq span {
	display:block!important;
	width:auto;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:196px;
	padding: 4px 4px;
	margin: 0 0 8px 0;
	vertical-align:text-bottom;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 8px 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_grey.gif) no-repeat;
	margin:0 0 10px 3px;
	width:21px;
	height:21px;
	border:none!important;
}

img.imgcalendar {
	border:none!important;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:420px;
	width: 556px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:red!important;
	text-decoration:underline!important;
}
div.success {
	background:#AF5117 none repeat scroll 0%;
	color:#fff;
	display:block;
	border: none;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9 none repeat scroll 0%;
	color:#545454;
	display:block;
}

/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error {
	color:#ad2929;
	border:1px solid #ad2929;
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929;
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	width:410px;
	margin:0 auto 10px!important;
	padding:0!important;
	text-align:center!important;
	display: none;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
}


/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform legend {
	position:absolute;
	top: -10px;
	left: 10px;
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px;
}
* html ol.cf-ol 	{
	display:inline-block; /*for IE6!!*/
}
* html img.captcha	{
	margin-bottom:9px!important;
}
*+html img.captcha	{
	margin-bottom:9px!important;
}

/********************************************************

Social Icons
also check c/socicons.css if you don't see it here

********************************************************/


ul#social-media-nav
{
	display: inline;
	list-style-type: none;
}

ul#social-media-nav li, li.social-link
{
	display: inline;
	margin: 0 8px;
}

.social-link.social-icons a {
	visibility: hidden;
}

ul#social-media-nav a:link, 
ul#social-media-nav a:visited,
li.social-link a:link,
li.social-link a:visited {
	color: #EDCA77;
	text-decoration: none;
}

ul#social-media-nav a:hover, 
ul#social-media-nav a:active,
li.social-link a:hover,
li.social-link a:active {
	color: #fff;
	text-decoration: none;
}


#social-media-nav-holder {
	margin: 0 auto;
	color: #fff;
	float: none;
	clear:both;
	display: block;
}

	@media screen and (max-width:768px) {
		#social-media-nav-holder {
			text-align: center;
		}
	}


.social-icons ul {
	list-style: 	none;
	float: 			right;
	margin:			10px 0;
	padding:		0;
}

@media screen and (max-width: 768px) {
	.social-icons ul {
		float: none;
		margin: 0 auto 10px auto;
		/* padding:inherit; */
		display:block;
	}
}

.social-icons ul li {
	float: 			left;
	display:		inline;
}

@media screen and (max-width: 768px) {
	.social-icons ul li {
		float:none;
	}
}

.social-icons ul li a,
#righter .social-icons a {
	font-size: 		2em !important;
	margin:			0 8px
}

#righter .social-icons {
	text-align: center;
}

.social-icons .ravelry {
	position: relative;
	left: 	-5px;
	top:	1px;
}

/********************************************************

Mobile Image Handling

********************************************************/

@media screen and (max-width:480px) {
	img.alignleft,
	img.alignright {
		clear: both;
		margin: 1em auto;
		text-align: center;
		float: none;
		display: block;
	}
}

/********************************************************

Table Override

********************************************************/

.wp-table-reloaded {
	font-size: 1em !important;
}


/********************************************************

Thickbox Overrides

********************************************************/

div#TB_closeWindow {
	display: none !important;
}

div#TB_caption {
	height: auto !important;
}