/* 
**
** The file with .less extension has been provided for reference to be used by other developers. Do not touch it if you don't know what it is.
**
** Main Stylesheet Document of the theme 
** This contains basic Structural Details, Styling of the theme.
*/
/* Basic Containers 
-------------------------------------------------*/
body {
  font-family: /* "Roboto", Arial; */
               Walfork,Walsheim,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.container {
  /* width: 95%; */
  margin: auto;
}
#page {
  position: relative;
  z-index: 999;
  margin: auto;
}
#content {
  background: rgba(234, 234, 235, 0.46);
  padding-left: 2.5%;
  padding-right: .8%;
  padding-top: 3%;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}
.blog #content {
  padding-left: 30px;
}
/* Links
------------------------------------------------- */
a {
  color: #4d7ba4;
}
a:hover,
a:focus,
a:active {
  color: #ac8471;
  text-decoration: none;
}
/* HEADER 
--------------------------------------------------*/
#header-image {
  width: 100%;
  position: fixed;
  min-height: 249px;
  z-index: 1;
  padding-bottom: 30px;
  background-color: #eaeaea !important;
  background-size: initial !important;
}
#header-image img {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);

}
#header-image:after {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  border-bottom: solid 9px #2d2c2c;
}
/*---------- Start Kevin's header style edits------------- */

.site-title  {
  text-align: left;
}

.site-description  {
  text-align: left;
}

.site-branding {
    margin-right: 10px;
    float: right;
    margin-top: 160px;
}

body.custom-background {
  background-size: cover;
}

#social-icons {
  float: right;
  display: inline-block;
  margin-right: 3.5%;
  margin-top: 119px;
}



/*---------- End Kevin's header style edits------------- */

header {
  text-align: center;
}

.entry-header {
     padding-left: 2%;
}
 
header .site-title a {
  text-decoration: none;
  font-size: 48px;
  font-family: Walfork,Walsheim,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  text-shadow: 0px 0px 10px #8c8c8c;
  color: #000000 !important;

}
header .site-description {
    font-size: x-large;
    font-weight: bold;
    color: rgba(60, 57, 57, 0.7) !important;
    text-shadow: 1px 2px #cccaca;
}
header #social-icons img {
  width: 40px;
  margin-top: 30px;
  padding-right: 5px;
  padding-left: 5px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transform-origin: center;
}
header #social-icons img:hover {
  transform: translateY(-5px) scale(1.3);
  -webkit-transform: translateY(-5px) scale(1.3);
  -moz-transform: translateY(-5px) scale(1.3);
}
/* Main Navigation 
_______________________________________________*/
#nav-wrapper {
 /* width: 1100px;  */
  margin: auto;
  text-align: center;
  margin-top: 0px;

}
.main-navigation {
  display: inline-block;
  background: rgb(0, 0, 0);
  /* border: solid 3px #949291; */
  clear: both;
  margin: auto;
  margin-bottom: 20px;
  height: auto;
  text-align: left;
  margin-bottom: -7px !important;
  border-style: solid;
  border-width: 0px 0px 8px 0px;
  border-color: rgba(166, 166, 167, 0.25);
  width: 100%;
}
.main-navigation a {
  color: #ebebeb;
  padding: 25px 25px;
}
.main-navigation a:hover {
  color: #7e5d26;
}
.main-navigation ul ul {
  background: #000000;
  top: 4.2em;
}
.main-navigation ul ul a {
  padding: 5px 10px;
}
.main-navigation ul ul a:hover {
  background: #615642; 
  color: #000000;
}
.main-navigation li:hover > a {
  color: #7e5d26; 
  background: #000000;
}
.main-navigation ul ul :hover > a {
  background: #615642; 
  color: #100d0a; 
}

/*---------- Kevin's page style edits------------- */
#iframe-subtext{
    margin-bottom: 1.5em;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 14px;
    color: #919898;
}

#title-mobile {
  display: none;
}

#lead-para {
    padding-top: 1em;
    font-weight: bolder;

}

#hr-mobile {
  margin-left: 5%; 
  margin-right: 5%;
}
.p-btn-txt {
  margin-bottom: 0px;
}

.simplesocialbuttons {
  position: absolute;
  margin-top: 62px !important;
  margin-left: 37px !important;
  margin-right: 3.5% !important;
  width: 65%;    
}

.simplesocialbutton {
  width: 89px !important;
}

.iframe-box {
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 0px;
  margin-bottom: 10px;
  margin-left: 5%;
  margin-right: 5%;
  background-color: rgba(92, 89, 89, 0.72);
}

#iframe-main {
  max-width: 95%;
  margin-left: 2.5%;
  margin-right: 2.5%;
}

#iframe-modal {
  max-width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  height: 94%;
}
       /* -------modal basic layout styles---------- */
/*note, this only pertains to the text. The background image needs to be set separately via wp for each app*/
#img-btn-screen-txt {
    color: #2d2c2a;
    text-decoration: none;
    font-weight: bolder;
	text-shadow: 1px 1px 5px #908f8f;
    border: 1px solid #797979;
	border-radius: 10px;
    padding: 15px;
	background-color: rgba(255, 255, 255, 0.66);
}


.modal-screen {
	text-align: center;
    background-color: rgba(189, 189, 189, 0.54);
    /* height: 500px; */
    /* margin-top: 133px; */
    padding-top: 226px;
    /* position: absolute; */
    padding-bottom: 240px;
    width: inherit;
    text-decoration: none;
    font-size: x-large;
    border: 5px solid #e6e4d9;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.72);
} 

/* modal homepage buttons. Modal's that do not fire mapping applications */

#img-btn-screen-txt-homepage {
    color: #2d2c2a;
    text-decoration: none;
    font-weight: bolder;
    text-shadow: 1px 1px 5px #908f8f;
    border: 1px solid #797979;
    border-radius: 10px;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.66);
    display: none;
}

/* Modal Content/Box */
.modal-content {
    position: fixed;
    background-color: #fefefe;
    padding: 2px 20px 20px 20px;
    border: 1px solid #888;

}

/* The Close Button */
.close {
    color: #5d5c5c;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
         /* -----------end basic modal styles------ */


.byline {
  display: none !important;
}
.author {
  padding-bottom: 5%;
  font-size: small;
  text-align: left;
}

.category-text {
  text-align: center;
}

.posted-on {
  display: none;
}

.citation-border {
    margin: auto;
    padding-top: .5em;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    border-top: solid 2px #ccc;
    border-bottom: solid 2px #ccc;
    border-left: solid 2px #ccc;
    border-right: solid 2px #ccc;
    width: 42%;
    box-shadow: 10px 10px 5px #888888;
    margin-bottom: 30px;
}

#iframe-border {
    text-align: center;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
    margin-bottom: 40px;
    background-color: #444444;
    margin-left: 2.5%;
    margin-right: 2.5%;
}
.award-text {
    font-size: 18px;
    color: #2a2622;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: lighter;
    text-shadow: #fff 1px 0px 1px;
    text-align: center;
    padding-top: 2px;
}

.award-image {
    text-align: center;
    padding-top: .7em;
    padding-bottom: .5em;
    padding-left: .5em;
    padding-right: .5em;
}

.fb_iframe_widget_lift {
    z-index: 0 !important;
}

/*---------- End Kevin's page style edits------------- */

/*---------- Kevin's pagenav styles------------- */

.pagenav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  /** display: inline-block; **/
  padding-left: 0%;
  padding-right: 0%;
}

.navmain {
  margin-left: 2.5%;
  margin-right: 2.5%;
}
.pagenav ul {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 5px 5px 0 0;
  margin: 0%;
  margin-bottom: 0% !important;
  text-align: center;
}

.pagenav ul li {
  display: table-cell;
  width: 1%;
}

.pagenav li a {
  border-right: 1px solid #d5d5d5;
  border-left: 1px solid #fff;
}

.pagenav ul li a {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    font-weight: bold;
    color: #444;
    text-align: center;
    background-color: #e5e5e5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%,#e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 );
    background-repeat: repeat-x;
    display: block;
    text-decoration: none;
}

.pagenav li:last-child a {
  border-radius: 0 5px 0 0;
  border-right: none;
}
.pagenav li:first-child a {
  border-radius: 5px 0 0 0;
  border-left: none;
};

/* ----------------pagenav-no-gap------------- */

.nav-justified {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 5px 5px 0 0;
}
.nav-justified > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  font-weight: bold;
  color: #444;
  text-align: center;
  background-color: #e5e5e5; /* Old browsers */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image:         linear-gradient(to bottom, #f5f5f5 0%,#e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  background-repeat: repeat-x; /* Repeat the gradient */
  border-bottom: 1px solid #d5d5d5;
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  background-color: #ddd;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
          box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}
.nav-justified > li:first-child > a {
  border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}

@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  }
  .nav-justified > li > a {
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #fff;
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 5px 0 0 0px;
  }
  .nav-justified > li:last-child > a {
    border-right: 0;
    border-radius: 0 5px 0px 0;
  }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}








/*---------- End Kevin's pagenav styles------------- */

/* Slider Styles
------------------------------------------------*/
.slider-parent {
  position: relative;
  top: -30px;
}
.slider-wrapper {
  width: 1100px;
  border-top: solid 4px #615642;
  border-bottom: solid 4px #615642;
  margin-bottom: -40px;
  background: #111;
  box-shadow: 1px 1px 5px #4a4a4a;
}
.nivo-caption {
  max-width: 600px;
  min-width: 200px;
  overflow: hidden;
  bottom: 15px;
  left: 10px;
  background: transparent;
  font-family: Walfork,Walsheim,"Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-weight: lighter;
}
.nivo-caption a {
  text-decoration: none;
}
.nivo-caption a:hover {
  text-decoration: none;
}
.nivo-html-caption {
  display: none;
}
div.slide-title {
  font-size: 36px;
}
div.slide-title span {
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.8);
  transition: 0.4s background ease;
}
div.slide-title span:hover {
  background: #000000;
}
div.slide-description {
  padding: 5px;
  margin-top: 7px;
  margin-left: 20px;
  background: rgba(138, 97, 25, 0.9);
  display: inline-block;
}
/*Homepage 
--------------------------------------------------*/
h2#page-title,
.archive h1.page-title,
.page h1.entry-title {
  font-size: xx-large;
  font-family: Walfork,Walsheim,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: bold;
  /* display: inline-block;*/
  /* background-color: #2d2c2c; */
  clear: both;
  /* text-transform: uppercase; */
  /*text-shadow: #928c8c 0px 0px 1px; */
  padding: 10px 20px;
  color: #424242;
  /* box-shadow: #444444 0px 15px 25px -17px #000000; */
     border-bottom: solid 2px rgba(150, 149, 141, 0.75);
  /* margin-bottom: 0px; */
  /* border-radius: 8px; */
  /* border: 1px solid #cacac8; */
  text-align: center;
  letter-spacing: 0px;
}
h2#page-title:first-letter,
.archive h1.page-title:first-letter,
.page h1.entry-title:first-letter {
 /* font-size: xx-large; */
 /* text-shadow: #fff 2px 0px 1px; */
}
.article-wrapper {
  white-space: 230px;
  float: left;
  display: block;
  height: 230px;
  margin-top: 3%;
  margin-bottom: 3%;
}
.homepage-article {
  background: #2a2622;
  padding: 10px;
  width: 230px;
  float: left;
  margin-right: 25px;
  max-height: 220px;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}
.homepage-article .featured-image {
  width: 230px;
  height: 140px;
  overflow: hidden;
}
.homepage-article img {
  transition: 1s all ease;
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
}
.homepage-article img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.homepage-article h1.entry-title {
  padding-top: 4px;
  text-align: center;
  border-top: solid 1px #525252;
}
.homepage-article h1.entry-title a {
  font-family: Walfork,Walsheim,"Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #e7e2c5;
  text-decoration: none;
  font-size: small;
}
.homepage-article h1.entry-title a:hover {
  color: white;
  position: relative;
}
.homepage-article h1.entry-title a[data-title]:hover:after {
  content: attr(data-title);
  padding: 4px 8px;
  color: #eee;
  position: absolute;
  left: -8px;
  top: -7px;
  z-index: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 4px #222;
  -webkit-box-shadow: 0px 0px 4px #222;
  box-shadow: 0px 0px 4px #222;
  background: black;
  overflow: visible;
  word-wrap: break-word;
  width: 220px;
  display: inline-block;
}
/*Articles, Pages and General Content Section Styling
----------------------------------------------------------*/
/* Floating Details of the Section, which determines the layout is present in the css/layouts folder */
#primary,
#secondary {
  background: rgb(251, 248, 233);
  word-wrap: break-word;
  padding: 1%;
  padding-top: 1%;
  /* border-style: solid;
  border-width: 8px;
  border-color: rgba(166, 166, 167, 0.25); */
  -ms-word-wrap: break-word;
}
.single-post {
  border-bottom: 1px dotted #715a32;
  padding-bottom: 20px;
}
.single-post h1.entry-title {
  font-size: xx-large;
  border-bottom: solid 1px rgba(150, 149, 141, 0.75);
  text-align: center;
  padding-top: 2%;
  width: 97%;
  display: block;
}
.single-post h1.entry-title a {
  text-decoration: none;
}
.single-post .featured-image-single {
  width: 80%;
  margin: auto;
  clear: both;
  margin-bottom: 15px;
  text-align: center;
}
.single-post .featured-image-single img {
  border: solid 10px #ece5be;
}

/*------Kevin's Feautured Image Settings------*/
.featured-img {
  width: 80%;
  margin: auto;
  clear: both;
  margin-bottom: 15px;
}
img.featured {
  border: solid 10px rgba(154, 203, 207, 0.3);
}


.entry-meta {
  display: none;
  font-size: 11px;
  color: grey;
  font-family: Walfork,Walsheim,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: lighter;
}
.entry-meta a {
  color: #715a32;
  text-decoration: none;
}
.entry-meta a:hover {
  text-decoration: underline;
}
#nav-below {
  background: #cec0b1;
  padding: 10px;
}
/* Sidebar
-------------------------------------------------------*/
#secondary a,
#footer-sidebar a {
  color: #69583a;
  text-decoration: none;
}
#secondary a:hover,
#footer-sidebar a:hover {
  color: #a36700;
}
#secondary .widget-title,
#footer-sidebar .widget-title {
  background: #2d2c2c;
  color: #ebebeb;
  padding: 10px;
  font-size: 18px;
  margin-bottom: 10px;
  border-radius: 8px;
  border: 1px solid #cacac8;
}
#secondary .widget_tag_cloud a,
#footer-sidebar .widget_tag_cloud a {
  font-size: 14px !important;
  background: #615642;
  color: #dac195;
  padding: 4px 8px;
  text-decoration: none;
  margin-top: 4px;
  display: inline-block;
}
#secondary .widget_tag_cloud a:hover,
#footer-sidebar .widget_tag_cloud a:hover {
  background-color: #715a32;
}
#secondary ul,
#footer-sidebar ul {
  margin-left: 5%;
  list-style: none;
}
#secondary ul > li,
#footer-sidebar ul > li {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: solid 1px rgba(64, 69, 79, 0.4);
}
#secondary ul > li ul,
#footer-sidebar ul > li ul {
  border-bottom: none;
  margin-left: 20px;
  padding-bottom: none;
  list-style: disc;
}
#secondary ul > li ul li,
#footer-sidebar ul > li ul li {
  padding: 0px;
  border: none;
}
#secondary select,
#footer-sidebar select {
  width: 100%;
  height: 45px;
  outline: none;
  padding: 10px;
}
.widget_search input[type=submit] {
  display: inline;
  background: #525252;
  color: white;
  box-shadow: none;
  text-shadow: none;
}
.widget_search input[type=search] {
  outline: none;
  background: rgb(233, 234, 234);
  width: 75%;
}
#footer-sidebar {
  clear: both;
}
#footer-sidebar .footer-column {
  width: 30%;
  float: left;
  margin: 1.5%;
}
/*Comments Section */
.comment {
  background: #f7f5e7;
  border-color: #bbb;
}
/* Modification for Sidebar on Homepage */
.page-template-page-full-width-php #secondary,
.blog #secondary {
  padding-left: 10px;
  float: none;
  margin: auto;
  margin-left: 5px;
  padding-right: 0px;
  width: 96%;
  position: relative;
}
.page-template-page-full-width-php #secondary .widget,
.blog #secondary .widget {
  width: 29%;
  margin-left: 2%;
  margin-right: 1.5%;
  /* float: left; */
}
#primary-home {
    background: rgb(251, 248, 233););
    word-wrap: break-word;
    padding: 1%;
    padding-top: 1%;
    /* border-style: solid;
    border-width: 8px;
    border-color: rgba(166, 166, 167, 0.25); */
    width: 75%;
    float: left;
}
/* Full width Template
----------------------------------------------*/
.full-width {
  width: 100% !important;
  padding: 10px;
}
/* Colophon */
#colophon {
  background: #100d0a;
  color: #676560;
  padding: 10px;
}
#colophon a {
  text-decoration: none;
  color: #825e21;
}
#colophon .site-info {
  float: left;
}
#colophon #footertext {
  float: right;
}
/* Archive & Search Pages
---------------------------------------- */
.search .entry-title a,
.archive .entry-title a {
  font-size: x-large;
  text-decoration: none;
}
.search article,
.archive article {
  background: #ece5be;
  padding: 15px;
}
.search h1.entry-title,
.archive h1.entry-title {
  font-size: x-large;
  font-family: Walfork,Walsheim,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: lighter;
  display: block;
  clear: both;
  text-transform: none;
  text-shadow: #fff 0px 0px 0px;
  padding: 10px 0px;
  word-wrap: break-word !important;
  -ms-word-wrap: break-word;
  color: #2a2622;
  box-shadow: 0px 0px 0px;
  border-bottom: none;
  margin-bottom: 0px;
}
.search h1.entry-title:first-letter,
.archive h1.entry-title:first-letter {
  font-size: x-large;
  text-shadow: #fff 0px 0px 0px;
}
.search .wp-post-image,
.archive .wp-post-image {
  text-align: center;
  display: block;
  margin: auto;
  max-width: 50%;
  border-bottom: solid 4px #8a6119;
  box-shadow: 0px -1px 9px #666666;
}
.search .page-title {
  font-size: x-large;
  border-bottom: solid 1px black;
  display: inline-block;
  margin-bottom: 15px;
}
.archive #colophon,
.search #colophon,
.single #colophon {
  margin-bottom: -22px;
}
.category .entry-title a {
  font-size: normal;
}
.category article {
  background: #2a2622;
  padding: 10px;
}
.category h1.entry-title {
  font-size: normal;
  padding: 10px 0px;
  line-height: 1;
}
.category h1.entry-title:first-letter {
  font-size: 13px;
  text-transform: none;
}
.category .wp-post-image {
  max-width: 100%;
  border-bottom: none;
  box-shadow: none;
}
/* Pagination
-----------------------------------------------*/
.pagination {
  margin: 20px 0;
  padding-top: 25px;
  text-align: center;
  width: 100%;
  clear: both;
}
.pagination ul {
  list-style: none;
  display: inline-block;
  text-align: center;
  margin-bottom: 0;
  margin-left: 0px;
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a {
  color: #6d5936;
  transition: all 0.4s ease;
}
.pagination ul > li > a:hover {
  color: #615642;
  background: #fdf1ad;
}
.pagination .current {
  background: #fff3ab;
}
.pagination ul  > li  > a,
.pagination ul  > li  > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #f1e8ba;
  /*  border: 1px solid desaturate(@default-background, 55%); */
  border-left-width: 0;
  display: inline-block;
  color: #69583a;
}
.pagination ul  > li:first-child  > a,
.pagination ul  > li:first-child  > span {
  border-left-width: 1px;
}
.pagination ul  > li:last-child  > a,
.pagination ul  > li:last-child  > span {
  border-rigth-width: 1px;
}
/* HTML Markup & Formatting */
.single article h1,
.page article h1 {
  font-size: xx-large;
}
.single article h2,
.page article h2 {
  font-size: x-large;
}
.single article h3,
.page article h3 {
  font-size: large;
}
.single article h4,
.page article h4 {
  font-size: 18px;
}
.single article h5,
.page article h5 {
  font-size: 16px;
}
.single article h6,
.page article h6 {
  font-size: 14px;
}
.single article blockquote,
.page article blockquote {
  background: #eee7bc;
  padding: 10px;
  margin-bottom: 10px;
  padding-bottom: 1px;
  border-bottom: solid 5px #0d0d0d;
  font-family: Walfork,Walsheim,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.single article table td,
.page article table td,
.single article table th,
.page article table th {
  padding: 5px;
  background: #eae4c0;
}
.single article table th,
.page article table th {
  border-bottom: solid 3px #100d0a;
}
.single article ul ul,
.page article ul ul {
  list-style: circle;
}
.single article ul ul ul,
.page article ul ul ul {
  list-style: disc;
}
.single article ol ol,
.page article ol ol {
  list-style: lower-roman;
}
.single article ol ol ol,
.page article ol ol ol {
  list-style-type: lower-alpha;
}
.full-width {
  width: 98% !important;
}
.woocommerce h1.page-title,
.woocommerce-page h1.page-title {
  margin-bottom: 20px;
}
.woocommerce #primary-shop,
.woocommerce-page #primary-shop {
  position: relative;
  background: #e6e1c4;
  padding: 15px;
}
.woocommerce #primary-shop .woocommerce-breadcrumb,
.woocommerce-page #primary-shop .woocommerce-breadcrumb {
  display: block;
  text-align: right;
  position: absolute;
  right: 0;
  top: -95px;
}
.woocommerce #primary-shop ul.products li,
.woocommerce-page #primary-shop ul.products li {
  display: inline-block;
  background: #2a2622;
  padding: 10px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
  overflow: hidden;
  text-align: center;
}
.woocommerce #primary-shop ul.products li a,
.woocommerce-page #primary-shop ul.products li a {
  color: #e6e1c4;
}
@media screen and (max-width: 1100px) {
  .woocommerce #primary-shop ul.products li,
  .woocommerce-page #primary-shop ul.products li {
    width: 21%;
    float: none;
  }
}
@media screen and (max-width: 960px) {
  .woocommerce #primary-shop ul.products li,
  .woocommerce-page #primary-shop ul.products li {
    width: 45%;
    float: none;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce #primary-shop ul.products li,
  .woocommerce-page #primary-shop ul.products li {
    width: 90%;
    float: none;
  }
}
.woocommerce #primary-shop ul.products li .onsale,
.woocommerce-page #primary-shop ul.products li .onsale {
  z-index: 9999;
  background: rgba(230, 225, 196, 0.8);
  color: #2a2622;
  text-shadow: none;
  border-radius: 0px;
  top: 16px;
  right: 16px;
}
.woocommerce #primary-shop ul.products li img,
.woocommerce-page #primary-shop ul.products li img {
  max-width: 100%;
  border-bottom: solid 1px transparent;
  transition: 0.9s all ease;
  z-index: 9998;
}
.woocommerce #primary-shop ul.products li img:hover,
.woocommerce-page #primary-shop ul.products li img:hover {
  transform: scale(1.1);
}
.woocommerce #primary-shop ul.products li .star-rating,
.woocommerce-page #primary-shop ul.products li .star-rating {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #2a2622;
}
.woocommerce #primary-shop ul.products li .add_to_cart_button,
.woocommerce-page #primary-shop ul.products li .add_to_cart_button {
  background: rgba(230, 225, 196, 0.9);
  color: #2a2622;
}
.woocommerce #primary-shop ul.products li .add_to_cart_button.added:before,
.woocommerce-page #primary-shop ul.products li .add_to_cart_button.added:before {
  content: none;
}
.woocommerce #primary h1.product_title,
.woocommerce-page #primary h1.product_title {
  font-size: 28px;
  color: #2e261e;
  margin-top: 0px;
}
.woocommerce #primary div.summary,
.woocommerce-page #primary div.summary {
  margin-top: 0;
  font-size: 14px;
}
.woocommerce #primary button.button.alt,
.woocommerce-page #primary button.button.alt {
  background: #2a2622;
  border-color: #38332d;
  outline: none;
}
.woocommerce #primary p.price,
.woocommerce-page #primary p.price {
  margin-bottom: 5px;
}
.woocommerce #primary div.product_meta,
.woocommerce-page #primary div.product_meta {
  font-size: 13px;
  padding: 5px 0;
  border-top: solid 1px #dbd4ab;
  border-bottom: solid 1px #dbd4ab;
}
.woocommerce #primary div.woocommerce-tabs ul.tabs,
.woocommerce-page #primary div.woocommerce-tabs ul.tabs {
  padding-left: 5px !important;
}
.woocommerce #primary div.woocommerce-tabs ul.tabs:before,
.woocommerce-page #primary div.woocommerce-tabs ul.tabs:before {
  content: none !important;
}
.woocommerce #primary div.woocommerce-tabs ul.tabs li,
.woocommerce-page #primary div.woocommerce-tabs ul.tabs li {
  margin-right: 10px !important;
  background: none !important;
  border-radius: 0px !important;
  border-color: #2a2622 !important;
}
.woocommerce #primary div.woocommerce-tabs ul.tabs li:before,
.woocommerce-page #primary div.woocommerce-tabs ul.tabs li:before,
.woocommerce #primary div.woocommerce-tabs ul.tabs li:after,
.woocommerce-page #primary div.woocommerce-tabs ul.tabs li:after {
  content: none !important;
}
.woocommerce #primary div.woocommerce-tabs ul.tabs .active,
.woocommerce-page #primary div.woocommerce-tabs ul.tabs .active {
  background: #2a2622 !important;
  color: #e6e1c4 !important;
  box-shadow: none !important;
  border-bottom: solid 2px #544c44 !important;
}
.woocommerce #primary #comments,
.woocommerce-page #primary #comments {
  margin-top: 0;
}
.woocommerce #primary #comments > h2,
.woocommerce-page #primary #comments > h2 {
  font-size: 22px;
  margin-bottom: 20px;
}
.woocommerce #primary #comments .comment-text,
.woocommerce-page #primary #comments .comment-text {
  border-color: #d7cfa0 !important;
}
.woocommerce #primary div.upsells h2,
.woocommerce-page #primary div.upsells h2,
.woocommerce #primary div.products h2,
.woocommerce-page #primary div.products h2,
.woocommerce #primary div.related h2,
.woocommerce-page #primary div.related h2,
.woocommerce #primary div.cross-sells h2,
.woocommerce-page #primary div.cross-sells h2 {
  font-size: 22px;
  color: #2a2622;
  margin-bottom: 10px;
}
.woocommerce #primary div.upsells ul.products li,
.woocommerce-page #primary div.upsells ul.products li,
.woocommerce #primary div.products ul.products li,
.woocommerce-page #primary div.products ul.products li,
.woocommerce #primary div.related ul.products li,
.woocommerce-page #primary div.related ul.products li,
.woocommerce #primary div.cross-sells ul.products li,
.woocommerce-page #primary div.cross-sells ul.products li {
  display: inline-block;
  background: #2a2622;
  width: 45%;
  padding: 10px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .woocommerce #primary div.upsells ul.products li,
  .woocommerce-page #primary div.upsells ul.products li,
  .woocommerce #primary div.products ul.products li,
  .woocommerce-page #primary div.products ul.products li,
  .woocommerce #primary div.related ul.products li,
  .woocommerce-page #primary div.related ul.products li,
  .woocommerce #primary div.cross-sells ul.products li,
  .woocommerce-page #primary div.cross-sells ul.products li {
    width: 44%;
    float: none;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce #primary div.upsells ul.products li,
  .woocommerce-page #primary div.upsells ul.products li,
  .woocommerce #primary div.products ul.products li,
  .woocommerce-page #primary div.products ul.products li,
  .woocommerce #primary div.related ul.products li,
  .woocommerce-page #primary div.related ul.products li,
  .woocommerce #primary div.cross-sells ul.products li,
  .woocommerce-page #primary div.cross-sells ul.products li {
    width: 93%;
    float: none;
  }
}
.woocommerce #primary div.upsells ul.products li a,
.woocommerce-page #primary div.upsells ul.products li a,
.woocommerce #primary div.products ul.products li a,
.woocommerce-page #primary div.products ul.products li a,
.woocommerce #primary div.related ul.products li a,
.woocommerce-page #primary div.related ul.products li a,
.woocommerce #primary div.cross-sells ul.products li a,
.woocommerce-page #primary div.cross-sells ul.products li a {
  color: #e6e1c4;
}
.woocommerce #primary div.upsells ul.products li .onsale,
.woocommerce-page #primary div.upsells ul.products li .onsale,
.woocommerce #primary div.products ul.products li .onsale,
.woocommerce-page #primary div.products ul.products li .onsale,
.woocommerce #primary div.related ul.products li .onsale,
.woocommerce-page #primary div.related ul.products li .onsale,
.woocommerce #primary div.cross-sells ul.products li .onsale,
.woocommerce-page #primary div.cross-sells ul.products li .onsale {
  z-index: 9999;
  background: rgba(230, 225, 196, 0.8);
  color: #2a2622;
  text-shadow: none;
  border-radius: 0px;
  top: 16px;
  right: 16px;
}
.woocommerce #primary div.upsells ul.products li img,
.woocommerce-page #primary div.upsells ul.products li img,
.woocommerce #primary div.products ul.products li img,
.woocommerce-page #primary div.products ul.products li img,
.woocommerce #primary div.related ul.products li img,
.woocommerce-page #primary div.related ul.products li img,
.woocommerce #primary div.cross-sells ul.products li img,
.woocommerce-page #primary div.cross-sells ul.products li img {
  max-width: 100%;
  border-bottom: solid 1px transparent;
  transition: 0.9s all ease;
  z-index: 9998;
}
.woocommerce #primary div.upsells ul.products li img:hover,
.woocommerce-page #primary div.upsells ul.products li img:hover,
.woocommerce #primary div.products ul.products li img:hover,
.woocommerce-page #primary div.products ul.products li img:hover,
.woocommerce #primary div.related ul.products li img:hover,
.woocommerce-page #primary div.related ul.products li img:hover,
.woocommerce #primary div.cross-sells ul.products li img:hover,
.woocommerce-page #primary div.cross-sells ul.products li img:hover {
  transform: scale(1.1);
}
.woocommerce #primary div.upsells ul.products li .star-rating,
.woocommerce-page #primary div.upsells ul.products li .star-rating,
.woocommerce #primary div.products ul.products li .star-rating,
.woocommerce-page #primary div.products ul.products li .star-rating,
.woocommerce #primary div.related ul.products li .star-rating,
.woocommerce-page #primary div.related ul.products li .star-rating,
.woocommerce #primary div.cross-sells ul.products li .star-rating,
.woocommerce-page #primary div.cross-sells ul.products li .star-rating {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #2a2622;
}
.woocommerce #primary div.upsells ul.products li .add_to_cart_button,
.woocommerce-page #primary div.upsells ul.products li .add_to_cart_button,
.woocommerce #primary div.products ul.products li .add_to_cart_button,
.woocommerce-page #primary div.products ul.products li .add_to_cart_button,
.woocommerce #primary div.related ul.products li .add_to_cart_button,
.woocommerce-page #primary div.related ul.products li .add_to_cart_button,
.woocommerce #primary div.cross-sells ul.products li .add_to_cart_button,
.woocommerce-page #primary div.cross-sells ul.products li .add_to_cart_button {
  background: rgba(230, 225, 196, 0.9);
  color: #2a2622;
}
.woocommerce #primary div.upsells ul.products li .add_to_cart_button.added:before,
.woocommerce-page #primary div.upsells ul.products li .add_to_cart_button.added:before,
.woocommerce #primary div.products ul.products li .add_to_cart_button.added:before,
.woocommerce-page #primary div.products ul.products li .add_to_cart_button.added:before,
.woocommerce #primary div.related ul.products li .add_to_cart_button.added:before,
.woocommerce-page #primary div.related ul.products li .add_to_cart_button.added:before,
.woocommerce #primary div.cross-sells ul.products li .add_to_cart_button.added:before,
.woocommerce-page #primary div.cross-sells ul.products li .add_to_cart_button.added:before {
  content: none;
}
.woocommerce #primary div.cross-sells ul.products li,
.woocommerce-page #primary div.cross-sells ul.products li {
  width: 40%;
}
.woocommerce #primary div.cart_totals th,
.woocommerce-page #primary div.cart_totals th,
.woocommerce #primary .shop_table th,
.woocommerce-page #primary .shop_table th,
.woocommerce #primary div.cart_totals td,
.woocommerce-page #primary div.cart_totals td,
.woocommerce #primary .shop_table td,
.woocommerce-page #primary .shop_table td {
  padding: 5px;
}
.woocommerce #primary div.cart_totals th,
.woocommerce-page #primary div.cart_totals th,
.woocommerce #primary .shop_table th,
.woocommerce-page #primary .shop_table th {
  border-bottom: none;
  background: #d7cfa0;
}
.woocommerce #primary div.cart_totals tr,
.woocommerce-page #primary div.cart_totals tr,
.woocommerce #primary .shop_table tr,
.woocommerce-page #primary .shop_table tr {
  border-bottom: #cfc68e solid 1px;
}
.woocommerce #primary div.cart_totals tr td,
.woocommerce-page #primary div.cart_totals tr td,
.woocommerce #primary .shop_table tr td,
.woocommerce-page #primary .shop_table tr td,
.woocommerce #primary div.cart_totals tr th,
.woocommerce-page #primary div.cart_totals tr th,
.woocommerce #primary .shop_table tr th,
.woocommerce-page #primary .shop_table tr th {
  border-top: none;
  border-bottom: #cfc68e solid 1px;
}
.woocommerce #primary #payment,
.woocommerce-page #primary #payment {
  background: #d7cfa0;
}
.woocommerce #primary #payment div.form-row,
.woocommerce-page #primary #payment div.form-row {
  border-top: solid 1px #c8bd7c;
}
.woocommerce #primary .woocommerce-info,
.woocommerce-page #primary .woocommerce-info {
  border-top-color: #2a2622;
}
.woocommerce #primary .woocommerce-info:before,
.woocommerce-page #primary .woocommerce-info:before {
  background: #2a2622;
}
.woocommerce #primary .checkout_coupon,
.woocommerce-page #primary .checkout_coupon {
  background: #d7cfa0;
}
.woocommerce #primary form.checkout input[type=text],
.woocommerce-page #primary form.checkout input[type=text],
.woocommerce #primary form.checkout textarea,
.woocommerce-page #primary form.checkout textarea {
  background: #d7cfa0;
  border-radius: 0px;
  border: solid 1px #cfc68e;
}
.woocommerce #primary form.checkout ::-webkit-input-placeholder,
.woocommerce-page #primary form.checkout ::-webkit-input-placeholder {
  color: #ae9f4a;
}
.woocommerce #primary form.checkout ::-moz-input-placeholder,
.woocommerce-page #primary form.checkout ::-moz-input-placeholder {
  color: #ae9f4a;
}
.woocommerce #primary form.checkout ::-input-placeholder,
.woocommerce-page #primary form.checkout ::-input-placeholder {
  color: #ae9f4a;
}
.woocommerce #primary form.checkout .chosen-search input[type=text],
.woocommerce-page #primary form.checkout .chosen-search input[type=text] {
  background: white;
}
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #content input.button,
.woocommerce-page #content input.button,
.woocommerce .cart-collaterals .shipping_calculator .button,
.woocommerce-page .cart-collaterals .shipping_calculator .button {
  background: #ded8b2;
  border: solid 1px #d7cfa0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.woocommerce input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #content input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce .cart-collaterals .shipping_calculator .button:hover,
.woocommerce-page .cart-collaterals .shipping_calculator .button:hover {
  background: #e6e1c4;
}
.woocommerce #content input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt {
  background: #2a2622;
  color: #e6e1c4;
  border-color: #464039;
}
.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover {
  background: #544c44;
}
.woocommerce .cart-collaterals .shipping_calculator h2,
.woocommerce-page .cart-collaterals .shipping_calculator h2 {
  font-size: 14px;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
  float: left;
  margin-right: 10px;
  width: 42px;
  margin-top: 5px;
  margin-left: 0;
}
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.product_list_widget li {
  padding: 5px 0;
}
/* Responsive Design Begins Below
---------------------------------------------------*/
@media screen and (max-width: 2100px) and (min-width: 1100px) {
  .author {
    padding-bottom: 3%;
   }
  #content {
    text-align: center;
  }
  #primary {
    border-style: solid;
    border-width: 8px;
    border-color: rgba(166, 166, 167, 0.25);
    float: none;
    display: inline-block;
    max-width: 850px;
    vertical-align: top;
    text-align: left;
   }
  #secondary {
    border-style: solid;
    border-width: 8px;
    border-color: rgba(166, 166, 167, 0.25);
    display: inline-block;
    max-width: 200px;
    min-width: 150px;
    text-align: left;
    float: none;
  }
  #primary-home {
    border-style: solid;
    border-width: 8px;
    border-color: rgba(166, 166, 167, 0.25);
  }
  .homepage-article {
    margin-right: 25px;
    margin-left: 25px;
  }

  iframe {
    height: 620px;
  }
  #img-btn-screen {
    margin-left: 12.5% !important;
    margin-right: 12.5% !important;
  }
}

@media screen and (max-width: 1100px) and (min-width: 932px) {
  .article-wrapper {
    margin-top: 5%;
    padding-left: 7%;
  }
  .container,
  #nav-wrapper {
   /* width: 95%; */
  }
  iframe {
    width: 100%;
    height: 550px;
}
  .modal-content {
    width: 92% !important;
    height: 90% !important;
    margin-left: 2.0% !important;
}

  #primary-home {
    border-style: solid;
    border-width: 8px;
    border-color: rgba(166, 166, 167, 0.25);
  }
  #primary {
    border-style: solid;
    border-width: 8px;
    border-color: rgba(166, 166, 167, 0.25);
   }
  #secondary {
    border-style: solid;
    border-width: 8px;
    border-color: rgba(166, 166, 167, 0.25);
  }
  .home #secondary {
  }
  .home #secondary .widget {
    margin-right: 2%;
  }
}

@media screen and (max-width: 932px) and (min-width: 720px) {
  .container {
   /* width: 456px; */
  }
 .site-branding {
    display: none;
  }
 .site-title {
    text-align: center;
    padding-top: 20.5%;
  }
  #social-icons {
    float: none;
    display: inline-block;
    margin-right: 0%;
    margin-top: 163px;
  }

 .simplesocialbuttons {
    margin-left: 4.5% !important;
  }

  iframe {
    width: 100%;
    height: 500px;
  }
  .modal-content {
    width: 92% !important;
    height: 90% !important;
    margin-left: 1.2% !important;
}
  .article-wrapper {
     margin-top: 9%;
     padding-left: 6%;
  }
  #nav-wrapper{
    margin-top: 27.5px;
  }
  #content {
    pading-right: 2.5
  }
  .main-navigation {
    margin-top: 8px;
    margin-bottom: 1px !important;
  }
  #primary {
    width: 95%;
    float: none;
    border-style: solid;
    border-width: 8px;
    border-color: rgba(166, 166, 167, 0.25);
  }
  #secondary {
    width: 95%;
    float: none;
    margin-top: 3%;
    margin-bottom: 3%;
    border-style: solid;
    border-width: 8px;
    border-color: rgba(166, 166, 167, 0.25);
  }
  .pagination {
    margin-left: -50px;
  }
  .site-title a {
    font-size: 26pt !important;
  }
  .site-description {
    font-size: small !important;
    text-align: center;
  }
  #primary-home {
    width: 95%;
    border-style: solid;
    border-width: 8px;
    border-color: rgba(166, 166, 167, 0.25);
  }
  .page-template-page-full-width-php #secondary .widget,
  .home #secondary .widget {
    width: 95%;
  }
  #colophon #footertext {
    float: left;
  }
  div.slide-title {
    font-size: 18px;
    display: block;
  }
  div.slide-description {
    font-size: 12px;
  }
  #footer-sidebar .footer-column {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 720px) and (min-width: 560px) {

/*-- modal settings for mobile display --*/

  #img-btn-screen-txt-homepage {
    color: #2d2c2a;
    text-decoration: none;
    font-weight: bolder;
    text-shadow: 1px 1px 5px #908f8f;
    border: 1px solid #797979;
    border-radius: 10px;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.66);
    display: block;
    text-align: center;
    margin-left: 30%;
    margin-right: 30%;
 }
 .citation-border {
    display: none;
 }

  .site-title {
    text-align: center;
    padding-top: 26.5%;
  }
  .site-description {
    font-size: small !important;
    text-align: center;
  }
  .site-title a {
    font-size: 26pt !important;
  }
  .site-branding {
    display: none;
  }
  body.custom-background {
    background-image: none !important;
  }
  #content {
    margin-top: 1%;
    padding-right: 2.5%;
  }
  #social-icons {
    float: none;
    display: inline-block;
    margin-right: 0%;
    margin-top: 168px;
  }

   .simplesocialbuttons {
    margin-left: 4.5% !important;
  }

  iframe {
    width: 100%;
    height: 450px;
  }
  .modal-content {
    width: 90% !important;
    height: 90% !important;
    margin-left: 2.0% !important;
}
  .main-navigation {
    top: 0px;
    margin-bottom: -6px !important;
  }
  .article-wrapper {
     margin-top: 9%;
     padding-left: 25%;
  }
  #nav-wrapper {
   /* width: 729.6px; */
   margin-top: 31px;
  }
  #primary-home {
    width: 95%;
    border-style: solid;
    border-width: 8px;
    border-color: rgba(166, 166, 167, 0.25);
  }
  #footer-sidebar .footer-column {
    width: 70%;
    margin: auto;
    float: none;
  }
  #primary {
    width: 95%;
    float: none;
    border-style: solid;
    border-width: 8px;
    border-color: rgba(166, 166, 167, 0.25);
  }
  #secondary {
    width: 95%;
    float: none;
    margin-top: 3%;
    margin-bottom: 3%;
    border-style: solid;
    border-width: 8px;
    border-color: rgba(166, 166, 167, 0.25);
  }
  /*-- bxslider settings for mobile display --*/


  .bx-next {
    right: -13px !important;   
  }

  .bx-prev {
    left: -12px !important;   
  }

  .bx-wrapper .bx-controls-direction a {
    margin-top: 108px !important;
  }

  #slidertext {
    padding-bottom: 0px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    font-size: smaller !important;
  }


/*-- end --*/
}
@media screen and (max-width: 560px) and (min-width: 476px) {

/*-- modal settings for mobile display --*/

  #img-btn-screen-txt-homepage {
    color: #2d2c2a;
    text-decoration: none;
    font-weight: bolder;
    text-shadow: 1px 1px 5px #908f8f;
    border: 1px solid #797979;
    border-radius: 10px;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.66);
    display: block;
    margin-left: 30%;
    margin-right: 30%;
    text-align: center;
 }
  
  .site-title {
    text-align: center;
    padding-top: 34.5%;
  }
  .site-description {
    font-size: small !important;
    text-align: center;
  }
  .site-title a {
    font-size: 26pt !important;
  }
  .site-branding {
    display: none;
  }
  #content {
    margin-top: 1.2%;
    padding-right: 2.5%;
  }
  body.custom-background {
    background-image: none !important;
  }
  #social-icons {
    float: none;
    display: inline-block;
    margin-top: 168px;
    margin-right: 0%;
  }
   .simplesocialbuttons {
    margin-left: 4.5% !important;
  }
  .main-navigation {
    top: 0px;
    margin-bottom: -6px !important;
  }
  .article-wrapper {
     margin-top: 9%;
     padding-left: 25%;
  }
  #nav-wrapper {
   /* width: 729.6px; */
   margin-top: 31px;
  }
  #primary-home {
    width: 95%;
    border-style: solid;
    border-width: 8px;
    border-color: rgba(166, 166, 167, 0.25);
  }
  #footer-sidebar .footer-column {
    width: 70%;
    margin: auto;
    float: none;
  }
  #primary {
    width: 95%;
    float: none;
    border-style: solid;
    border-width: 8px;
    border-color: rgba(166, 166, 167, 0.25);
  }
  #secondary {
    width: 95%;
    float: none;
    margin-top: 3%;
    margin-bottom: 3%;
    border-style: solid;
    border-width: 8px;
    border-color: rgba(166, 166, 167, 0.25);
  }
  iframe {
    width: 100%;
    height: 450px;
  }
  .modal-content {
    width: 91% !important;
    height: 90% !important;
    margin-left: 0% !important;
  }
/*-- bxslider settings for mobile display --*/


  .bx-next {
    right: -13px !important;   
  }

  .bx-prev {
    left: -12px !important;   
  }

  .bx-wrapper .bx-controls-direction a {
    margin-top: 90px !important;
  }

  #slidertext {
    padding-bottom: 0px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    font-size: smaller !important;
  }


/*-- end --*/
  .citation-border {
    margin-left: 2%;
    margin-right: 2%;
    box-shadow: 2px 2px 5px #888888;
    width: inherit;
    display: none;
  }
}

@media screen and (max-width: 475px){


#iframe-subtext{
    margin-bottom: 1.5em;
    padding-left: 5%;
    padding-right: 5%;
}

#title-mobile {
display: block;
}
#desktop-sub-title{
display: none;
}

.page article h4 {
font-size: 21px;
color: #5a5959;
}

#page-sub-title {
    margin-left: 2% !important;
    margin-right: 2% !important;
}
#hr-mobile {
    margin-left: 2%;
    margin-right: 2%;
}
#lead-para {
    padding-top: 5%;
}

.name-bio {
    padding-left: 2% !important;
}
/*-- bxslider settings for mobile display --*/

  .bx-next {
    right: -13px !important;   
  }

  .bx-prev {
    left: -12px !important;   
  }

  .bx-wrapper .bx-controls-direction a {
    margin-top: 82px !important;
  }

  #slidertext {
    padding-bottom: 0px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    font-size: smaller !important;
  }

/*-- FB postion settings for mobile --*/
   
  .fb_iframe_widget{
    position: inherit !important;
  }
  .fb_iframe_widget span {
    position: inherit !important;
    margin-left: -10px ;
  }

/*-- modal settings for mobile display --*/

  #img-btn-screen-txt-homepage {
    color: #2d2c2a;
    text-decoration: none;
    font-weight: bolder;
    text-shadow: 1px 1px 5px #908f8f;
    border: 1px solid #797979;
    border-radius: 10px;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.66);
    display: block;
    margin-left: 30%;
    margin-right: 30%;
    text-align: center;
 }
  .container {
   /* width: 95%; */
  }
  .article-wrapper {
     margin-top: 9%;
     padding-left: 10%;
  }
  .site-title {
    text-align: center;
  }
 .entry-title {
    display: none;
  } 
  .single-post h1.entry-title {
    padding-top: 5%;
  }
  .site-header {
    text-align: center;
    padding-top: 21.7%;
  }
  .site-branding {
    display: none;
    margin-top: 45%;
    margin-left: 5px;
  }
  #social-icons {
    float: none;
    display: inline-block;
    margin-right: 0%; 
    margin-top: 113px;
  }
  .simplesocialbuttons {
    width: inherit;
    padding-left: 2%;
    margin-left: 0% !important;
    margin-right: 0% !important;
    margin-top: 65px !important;

  }
  #content {
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 0%;
    margin-top: 0%
  }
  body.custom-background {
    background-image: none !important;
  }
 .author {
    padding-bottom: 10%;
    font-size: small;
    text-align: left;
  }
  #header-image {
    min-height: 337px;
  }

  p {
  padding-left: 2%;
  padding-right: 2%;
  }
  #nav-wrapper {
    margin-top: 25px;
    margin-bottom: 0%;
  }
  iframe {
    height: 450px;
    width: 100%;
  }
 .modal-content {
    margin-left: 0% !important;
    margin-top: 0% !important;
 }
 .modal-screen {
    padding-top: 190px !important;
    padding-bottom: 200px !important;
  }
 .page h1.entry-title{
    border-radius: 0px; 
    padding-top: 10%;  
  }
  #primary {
    width: 100%;
    float: none;
    overflow-x: hidden;
    padding: 0%;
    padding-top: 0%;
    border-width: 0px;
    border-style: none;
  }
  #primary-home {
    width: 100%;
    overflow-x: hidden;
    padding: 0%;
    padding-top: 0%;
  }
  #slider-wrapper {
    width: 95%;
  }
  #secondary {
    width: 100%;
    float: left;
    margin-top: 10%;
    margin-bottom: 3%;
    padding: 0%;
  }
  #secondary .widget {
    width: 95%;
  }
  .main-navigation {
    /* margin-top: .5%; */
   /* border-radius: 10px; */
    border: 2px solid #2d2c2c;
  }
  .site-title {
    text-align: center;
  }
  .site-title a {
    font-size: 30px !important;
  }
  .site-description {
    font-size: small !important;
    text-align: center;
    padding-bottom: 5%;
  }

  .citation-border {
    margin-left: 2%;
    margin-right: 2%;
    box-shadow: 2px 2px 5px #888888;
    width: inherit;
    display: none;
  }


  .page-template-page-full-width-php #secondary .widget,
  .home #secondary .widget {
    width: 95%;
  }
  #colophon #footertext {
    float: left;
  }
  div.slide-title {
    font-size: 12px;
    display: block;
  }
  div.slide-description {
    display: none;
  }
  .nivo-caption {
    max-width: 320px;
    min-width: 50px;
  }
  #footer-sidebar .footer-column {
    width: 80%;
    margin: auto;
  }

/* Responsive Menu Bar 
-------------------------------------------------- */
@media screen and (max-width: 767px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
    color: #d8d8d8;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    font-size: x-large;
    padding-bottom: 10px;
    position: relative;
    top: -8px;
    text-align: center;
    margin-left: 11%;
    margin-right: 14%;

  }

  .main-navigation ul ul li {
    display: none;
  }
  .menu-toggle:before {
    content: url('../images/menu.png');
    height: 0;
    width: 0px;
    margin-right: 20px;
    position: relative;
    top: 10px;
  }
  #nav-wrapper {
    width: 100%;
    overflow: hidden;
    /* margin-bottom: 15px; */
    text-align: center;
    box-shadow: none;
  }
  .main-navigation ul {
    display: none;
  }
  .main-navigation ul a {
    padding: 5px;
  }
  .main-navigation ul li {
    display: block;
    width: 100%;
    overflow: auto;
    height: auto;
  }

  .main-navigation ul ul {
    display: none;
  }
  #footer-sidebar .footer-column {
    width: 96%;
    margin: auto;
  }

}
