/*forms*/
frm_primary_label{
  	font-size:1.4rem;
}

p{
 	font-family:Tahoma, Verdana, Helvetica, Arial,Futura, sans-serif;
  	color: #EBE18C;
}
.hentry{
  	width: 210px;
	height: 210px;
  	margin-left:auto;
  	margin-right:auto;
  	float:left;
  	margin:20px;
}
.header-wrapper {
    display: block;
  	float:left;
  	margin-left:auto;
  	margin-right:auto;
    width: 100%;
}
.main-navigation {
	width:100%;
    position: absolute;
  	margin-bottom: auto;
}
.main-navigation ul {
    list-style: outside none none;
    padding-left: 0px;
    margin: auto;
}
/*image names*/
b,strong{
    font-family: sans-serif;
    font-size: 50px;
    font-weight: normal;
  	color:#EBE18C;
}
.site-content{
 	margin-bottom:-60px;
}
.site-info{
  	margin-top:-100px;
}
/* Gets rid of metadata displays*/
.entry-meta {
	display: none;
}
/* remove dotted linked borders*/
a,a:active,a:focus {
	outline: none;
}
/*No title About page*/
.page-id-116 .entry-title { display: none; }
.page-id-207 .entry-title { display: none; }
/*testimonial page title*/
h3 {
    font-size: 2.4rem;
  	font-style: normal;
}

/* header iMAGINE */
.site-header img, .entry-content img, img.size-full {
  	position: relative;
    max-width: 100%;
	margin-bottom:auto;
	margin-top:5%;
	margin-left:auto;
  	margin-right:auto;
}

.site-footer {
    padding: 200px 0 50px;
}
/*menu block and text*/
.menu-video-container {
  	border-bottom: 5px solid #DC3F1C;
    display: block;
    font-family: Quicksand,Helvetica,Arial,sans-serif;
    font-size: 1.4rem;
    text-align: center;
    width: 80%;
  	margin-left:auto;
  	margin-right:auto;
}
.main-navigation li, .main-navigation li a {
    background: none repeat scroll 0 0 transparent;
    color: #EBE18C;
    font-family:Tahoma, Verdana, Helvetica, Arial,Futura, sans-serif;
    font-style: normal;
    font-weight: normal;
	font-size: 20px;
    text-transform: capitalize;
  	margin-right:30px;
  	margin-left:30px;
}

/*menu vertical line 
.main-navigation li a{
    border-right:1px solid #000;
}
*/
/*hover menu color*/
a:hover{
	color: #EBE18C;
}
.main-navigation li:hover > a {
	color: #EBE18C;
}
/*text inside circles
.hentry .thumbnail-title {
  	color: #EBE18C;
    font-family: Baskerville,helvetica,serif;
    font-size: 4.2rem;
    left: 50%;
    line-height: 38px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    top: 45%;
    transform: translate(-50%, -50%);
    vertical-align: middle;
    width: 180px;
    word-wrap: break-word;
}
*/
/*color of circle */
.hentry.no-thumbnail {
 background: #DC3F1C;
}

.hentry.no-thumbnail:hover {
 background: #DC3F1C;
}

/*title above images*/
.entry-title, .entry-title a {
    color: #DC3F1C;
    font-family:Tahoma, Verdana, Helvetica, Arial,Futura, sans-serif;
    font-size: 2.2rem;
    font-style: normal;
  	font-weight: normal;
    line-height: 0.5em;
    margin: -20px 0 10px;
	text-align:left;
}

/* images */
.entry-content img, img.size-full {
    max-width: 150%;
	margin-bottom:30px;
	margin-top:auto;
	margin-left:auto;
  	outline:none;
  	border-width:0px;
}
/*navegation arrows-do not display

#nav-below {
	display: none;
}
*/
/*switch order of arrows*/
.site-content #nav-below .nav-next a:before, .site-content #image-navigation .nav-next a:before {
content: "";
}
.site-content #nav-below .nav-next a, .site-content #image-navigation .nav-next a {
left: 0;
}
.site-content #nav-below .nav-previous a:before, .site-content #image-navigation .nav-previous a:before {
content: "";
}
.site-content #nav-below .nav-previous a, .site-content #image-navigation .nav-previous a {
left: 86%;
}