/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */




/************ BEGIN HEADER STYLES ******************/

#header_meta {
  background-color: #fff;
}

#header_meta li a {
  font-weight: 100;
  color: #80B641;
  transition: color .5s;
  font-size: 1.35em;
}
#header_meta li a:hover {
  text-decoration: none;
}
#top .header_color .sub_menu ul li a:hover {
  color: #295b60;
  text-decoration: none;
}

.av-logo-container {
/*  margin-top: 20px; */
  height: 100%;
  -webkit-transition:-webkit-transform .7s ease;
       -moz-transition:   -moz-transform .7s ease;
        -ms-transition:    -ms-transform .7s ease;
            transition:        transform .7s ease, height .7s ease, margin .6s ease, opacity .4s ease;
}

/* ---- move logo up ---- */
.html_header_top.html_bottom_nav_header #header_main {z-index: 20; }
.html_header_top.html_logo_center .logo {z-index: 20; top: -15px;}
.logo, .logo a, .logo a img{max-height: 130px !important; height: 130px !important;}


.hide-logo {
    -webkit-transform: translate(0, -100%);
       -moz-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
            transform: translate(0, -100%);
    height: 0 !important;
    margin-top: -10px;
    opacity: 0;
}

.show-logo {
    -webkit-transform: translate(0, 0%);
       -moz-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
            transform: translate(0, 0%);
    opacity: 1;
}

/************ END HEADER STYLES ******************/

/************ BEGIN NAV STYLES ******************/

.sub-menu {
  background: #e6e2a3;
}

.sub-menu a {
  color: #295B60;
}

a[title="sub-category"] {

}

/************ END NAV STYLES ******************/

/************ BEGIN HERO STYLES ******************/

.lookthink-hero {
  width: 120%;
  margin-left: -10%;
  margin-top: -50px;
}

.lookthink-hero:after {
  display: table;
  content: "";
  clear: both;
}

.hero-image {
  position: relative;
  margin: 0 auto;
  max-height: 400px;
  width: 100%;
  max-width: 1280px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.hero-content {
  position: relative;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.hero-title {
  font-family: "Crimson Text",serif;	
  color: #fff !important;
  font-style: italic;
  font-size: 60px;
  font-weight: 100;
  text-transform: initial !important;
  text-shadow: 2px 2px 3px rgba(0,0,0,.5);
}

.hero-text {
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: 300;
  text-shadow: 2px 2px 3px rgba(0,0,0,.5);
  margin-bottom: 25px;
}

.hero-link {
  text-decoration: none;
}

.hero-btn {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 60px;
  background: #80B641;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  transition: background .3s, color .3s;
}

.hero-btn:hover {
  background: #e6e2a3;
  color: #295B60;
}

/************ BEGIN HERO STYLES ******************/

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

  .hero-content {
    padding: 125px 0 30px;
    width: 60%;
  }
}

/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

  .hero-content {
    padding: 25px 25px;
    width: 100%;
  }

  .hero-title {
    font-size: 4em;
  }

}

/*
Menu Styles
================================================== */
/* NOTE */

.html_header_sidebar #header .av-main-nav > li > a .avia-menu-text{font-size:18px; font-weight:normal;  display:block;}
.html_header_sidebar #header .av-main-nav > li > a .avia-menu-subtext{display:block; font-weight:normal; font-size:18px; padding-top: 3px;}

#top .av-menu-button > a .avia-menu-text{border: none;  border-radius: 2px;}

/*<span class="iconfont" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span>*/


.template-blog .post_delimiter{
margin: 0 0 20px 0;
padding: 20px 0 0 0;
/*
border-bottom-style: solid;
border-bottom-width: 1px;
*/
clear:both;
}

.responsive .template-blog .post_delimiter { margin: 0 0 20px 0; padding: 20px 0 0 0; }

.H1 {color: #367B7A; font-style: normal;}

th {text-transform:none; color: #367B7A;}

.html_elegant-blog #top .post-entry .post-title,
.html_elegant-blog .avia-content-slider .slide-entry-title {text-tramsform: none;}
	