/*
Theme Name: Anitra
Theme URI: 
Description: Custom Theme for Anitra
Author: DD
Version: 1.0
Tags: custom
*/

/* CSS Document */

html, body {
	height: 100%;
}

body {
	font-family: almanach, sans-serif;
	font-weight: 400;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 18px;
	color: #111;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1 {
	font-family: korolev-condensed, sans-serif;
	font-weight: 500;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
    font-size: 40px;
    letter-spacing: 1px;
	line-height: 46px;
	margin: 0;
}

h2 {
	font-family: korolev-condensed, sans-serif;
	font-weight: 500;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
    font-size: 30px;
    letter-spacing: 1px;
	line-height: 36px;
	margin: 0;
}

h3 {
	font-size: 16px;
	color: #312825;
}

h4 {
	font-weight: normal;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 20px;
    letter-spacing: 1px;
	line-height: 0;
}

hr {
	border: none;
	background-color: #ccc;
	color: #ccc;
	height: 1px;
	margin: 25px 0 25px 0;
}

a:link { color: #111; text-decoration: underline; }
a:visited { color: #111; text-decoration: underline; }
a:hover { color: #B993B1; text-decoration: underline; }
a:active { color: #B993B1; text-decoration: underline; }

/*-------------------------------------------
	header
-------------------------------------------*/

.skip-link {
	position: fixed;
	top: -200px;
	left: 20px;
	background-color: #fff;
	font-family: century-gothic, sans-serif;
	font-weight: 700;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 5px;
	z-index: 999;
}
.skip-link:focus {
    top: 0; /* Now the link will appear */
}

.header {
	width: 100%;
	height: 200px;
	margin: 0; 
	position: relative; 
	text-align: left;
	background-color: #fff;
	z-index: 9999;
	background-image: url("images/a-header.jpg");
	background-position: center;
	background-size: cover;
}

#logoContainer {
	width: 295px;
	height: 40px;
	margin: 140px 0 0 20PX;
	padding: 0;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
	font-family: korolev-condensed, sans-serif;
	font-weight: 500;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
}

#logoContainer a:link { color: #fff; text-decoration: none; }
#logoContainer a:visited { color: #fff; text-decoration: none; }
#logoContainer a:hover { color: #B993B1; text-decoration: none; }
#logoContainer a:active { color: #B993B1; text-decoration: none; }

#navBG {
	width: 200px;
	height: 40px;
	padding: 0;
	margin: 140px 0 0 0;
	text-align: right;
	display: inline;
	float: right;
}
#navContainer {
	display: inline-block;
	width: auto;
	height: 40px;
	padding: 0;
	margin: 0;
	text-align: right;
}
#mNavContainer {
	display: none;
}

/* - - - Navigation - - - */

#navContainer nav {
  font-family: korolev-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: none;
  font-smoothing: antialiased;
  font-size: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#navContainer ul {
  background: #fff;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

#navContainer li {
  display: block;
  float: left;
  padding: 0;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
}
  
#navContainer li a {
  color: #fff;
  text-decoration: none;
  padding: 15px;
}
#navContainer li a:hover {
  color: #B993B1;
}
#navContainer li a:focus {
  color: #acc486;
  background-color: #fff;
}

#navContainer li:hover,
#navContainer li:focus-within {
  color: #acc486;
  cursor: pointer;
}

#navContainer li:focus-within a {
  outline: none;
}

#navContainer ul li ul {
  background: #fff;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 19px;
  left: 0;
  display: none;
  text-align: left;
  min-width: 300px;
}

#navContainer ul li ul li {
  padding: 5px 15px 5px 15px;
}

#navContainer ul li:hover > ul,
#navContainer ul li:focus-within > ul,
#navContainer ul li ul:hover,
#navContainer ul li ul:focus {
   visibility: visible;
   opacity: 1;
   display: block;
}

#navContainer ul li ul li {
  clear: both;
  width: 100%;
}

#navContainer li.nav-item-Donate {
  background-color: #acc486;
  padding: 20px 30px 19px 30px;
}
#navContainer li.nav-item-Donate:hover,
#navContainer li.nav-item-Donate:focus-within {
  background: #ccc;
  cursor: pointer;
}

#navContainer li.nav-item-Search {
  padding: 20px 20px 19px 20px;
}
#navContainer li.nav-item-Search:hover,
#navContainer li.nav-item-Search:focus-within {
  cursor: pointer;
}

#navContainer li.nav-item-Last {
  padding: 20px 30px 19px 15px;
}
#navContainer li.nav-item-Last:hover,
#navContainer li.nav-item-Last:focus-within {
  cursor: pointer;
}


  

/*-------------------------------------------
	page structure
-------------------------------------------*/


#homeRestaurants-container { 
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}

#homeRestaurants-Icons { 
	width: 33.3333%;
	margin: 0;
	overflow: hidden;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #111;
	line-height: 0;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}
#homeRestaurants-Icons:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.square-content{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
    text-align: center;
}

#homeRestaurants-Icons a {
	display: block;
	height: auto;
	padding: 0;
}
#homeRestaurants-Icons a:link { color: #fff; text-decoration: none; }
#homeRestaurants-Icons a:visited { color: #fff; text-decoration: none; }
#homeRestaurants-Icons a:hover { color: #fff; text-decoration: none; }
#homeRestaurants-Icons a:active { color: #fff; text-decoration: none; }

#homeRestaurants-Icons p{
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index:10;
	font-family: korolev-condensed, sans-serif;
	font-weight: 500;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 24px;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}
#homeRestaurants-Icons a:link p { opacity: 0; }
#homeRestaurants-Icons a:hover p { opacity: 1; }

#homeRestaurants-Icons img{
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

#homeRestaurants-Icons a:hover img { 
	opacity: 0.05;
}


#sub-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	background-color: #fff;
}
#sub-container {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: left;
	background-color: #fff;
}

#oHeaderR { 
	width: 50px;
	height: 50px;
	text-align: left;
	margin: 10px 0 0 0;
	padding: 0;
	display: inline;
	float: right;
	font-size: 36px;
	color: #fff;
}
.menu-icon {
  background-color: transparent;
  border: none;
  color: white;
  width: 50px;
  height: 50px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.button1 {
  background-color: transparent;
  color: white;
}

.button1:focus {
  text-decoration: inherit;
  background-color: #ccc;
  outline: auto;
}

.button1:hover {
  background-color: #ccc;
  color: white;
}

#projectCopy {
	width: 800px;
	height: auto;
	margin: 40px 0 30px 0;
	padding: 0;
	position: relative; 
	text-align: left;
	font-size: 18px;
	line-height: 32px;
	display: inline;
	float: left;
}



/*--- Clear ---*/

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/* tablet Wide
--------------------------------------------- */
@media (min-width: 1100px) and (max-width: 1199px) {


.header {
	height: 150px;
}
#logoContainer {
	margin: 90px 0 0 20px;
}

#navBG {
	margin: 90px 0 0 0;
}

#sub-container {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: left;
	background-color: #fff;
}

#projectCopy {
	width: 800px;
	height: auto;
	margin: 40px 0 30px 0;
	padding: 0;
	position: relative; 
	text-align: left;
	font-size: 18px;
	line-height: 32px;
	display: inline;
	float: left;
}


}


/* tablet Wide
--------------------------------------------- */
@media (min-width: 1020px) and (max-width: 1099px) {


.header {
	height: 150px;
}
#logoContainer {
	margin: 90px 0 0 20px;
}

#navBG {
	margin: 90px 0 0 0;
}

#sub-container {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 50px 0 50px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}

#projectCopy {
	width: 700px;
}


}



/* tablet Wide
--------------------------------------------- */
@media (min-width: 960px) and (max-width: 1019px) {


.header {
	height: 150px;
}
#logoContainer {
	margin: 90px 0 0 20px;
}

#navBG {
	margin: 90px 0 0 0;
}

#sub-container {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 40px 0 40px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}

#projectCopy {
	width: 700px;
}


}



/* tablet Wide
--------------------------------------------- */
@media (min-width: 870px) and (max-width: 959px) {


.header {
	height: 150px;
}
#logoContainer {
	margin: 90px 0 0 20px;
}

#navBG {
	margin: 90px 0 0 0;
}

#sub-container {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 40px 0 40px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}

#projectCopy {
	width: 600px;
}


}



/* tablet
--------------------------------------------- */
@media (min-width: 768px) and (max-width: 869px) {
	

#homeRestaurants-Icons { 
	width: 50%;
	margin: 0;
	overflow: hidden;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #111;
	line-height: 0;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

#sub-container {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 40px 0 40px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}

#projectCopy {
	width: 100%;
	margin: 0 0 30px 0;
}


}



/* wide mobile
--------------------------------------------- */
@media (min-width: 668px) and (max-width: 767px) {


.header {
	height: 150px;
}
#logoContainer {
	margin: 90px 0 0 20px;
}

#navBG {
	margin: 90px 0 0 0;
}

#homeRestaurants-Icons { 
	width: 50%;
	margin: 0;
	overflow: hidden;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #111;
	line-height: 0;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

#sub-container {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 40px 0 40px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}

#projectCopy {
	width: 100%;
	margin: 0 0 30px 0;
}


}



/* wide mobile
--------------------------------------------- */
@media (min-width: 568px) and (max-width: 667px) {


.header {
	height: 150px;
}
#logoContainer {
	margin: 90px 0 0 20px;
}

#navBG {
	margin: 90px 0 0 0;
}

#homeRestaurants-Icons { 
	width: 50%;
	margin: 0;
	overflow: hidden;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #111;
	line-height: 0;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

#sub-container {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 40px 0 40px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}

#projectCopy {
	width: 100%;
	margin: 0 0 30px 0;
}


}



/* wide mobile
--------------------------------------------- */
@media (min-width: 481px) and (max-width: 567px) {


.header {
	height: 150px;
}
#logoContainer {
	margin: 90px 0 0 20px;
}

#navBG {
	margin: 90px 0 0 0;
}

#homeRestaurants-Icons { 
	width: 100%;
	margin: 0;
	overflow: hidden;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #111;
	line-height: 0;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

#sub-container {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 40px 0 40px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}

#projectCopy {
	width: 100%;
	margin: 0 0 30px 0;
}


}



/* wide mobile
--------------------------------------------- */
@media (min-width: 400px) and (max-width: 480px) {


#homeRestaurants-Icons { 
	width: 100%;
	margin: 0;
	overflow: hidden;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #111;
	line-height: 0;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

#sub-container {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}

#projectCopy {
	width: 100%;
	margin: 0 0 30px 0;
}


}



/* wide mobile
--------------------------------------------- */
@media (min-width: 360px) and (max-width: 399px) {


#homeRestaurants-Icons { 
	width: 100%;
	margin: 0;
	overflow: hidden;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #111;
	line-height: 0;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

#sub-container {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}

#projectCopy {
	width: 100%;
	margin: 0 0 30px 0;
}


}



/* mobile
--------------------------------------------- */
@media (max-width: 359px) {
	

#homeRestaurants-Icons { 
	width: 100%;
	margin: 0;
	overflow: hidden;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #111;
	line-height: 0;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

#sub-container {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}

#projectCopy {
	width: 100%;
	margin: 0 0 30px 0;
}


}

/* wide mobile
--------------------------------------------- */
@media (max-width: 567px) {


.header {
	width: 100%;
	height: 150px;
	padding: 90px 0 0 0;
	margin: 0;
	box-sizing: border-box;
}

#logoContainer {
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	display: inherit;
	float: none;
}

#navBG {
	width: 100%;
	height: 20px;
	padding: 0;
	margin: 0;
	text-align: center;
	display: inherit;
	float: none;
}
#navContainer {
	display: inline-block;
	width: auto;
	height: 40px;
	padding: 0;
	margin: 0;
	text-align: center;
}

#navContainer ul {
  background: #fff;
  list-style: none;
  margin: 0;
  padding-left: 0;
}


}