/*  Custom +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.responsive #ig-main,.responsive .ig-1blockcontent
{
  font-size: 14px;
}

.responsive .ig-postheader, .ig-postheader a, .ig-postheader a:link, .ig-postheader a:visited, .ig-postheader a.visited, .ig-postheader a:hover, .ig-postheader a.hovered {


    font-size: 26px;
}

.responsive .ig-post
{
  padding: 10px;
  margin: 5px auto;  
}

.responsive .ig-post-inner
{
  padding: 1px;
  margin: 0em auto 0;
  position: relative;
  cursor: auto;
  width: 100%;
  min-width: 240px;
  max-width: 1344px;
  z-index: auto !important;
}

.responsive .ig-blockheader .t, .ig-blockheader .t a, .ig-blockheader .t a:link, .ig-blockheader .t a:visited, .ig-blockheader .t a:hover,
.responsive .ig-blockheader .t3 {
font-size: 26px;
    margin: 0 0px;
}


.responsive img {
max-width: 200px !important; 
}
.responsive .easy_img_caption {
	
	width: 200px!important;
}

/*  Logo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.responsive .ig-logo
{
  display: block;
  left: 2.46%;
  margin-left: 0;
  position: absolute;
  top: 1px;
  width: 50px;
  height: 50px;
  background-image: url('../images/fb-logo.png');
  background-position: 0 0;
  background-repeat: no-repeat;

}

/*  Menu +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.ig-nav .ig-menu-btn 
{
   border: none;
   border-radius: 2px;
   box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
   display: none;
   -svg-background: linear-gradient(to bottom, #405225 0, #431C0B 100%);
   background: -ms-linear-gradient(top, #405225 0, #431C0B 100%);
   background: -moz-linear-gradient(top, #405225 0, #431C0B 100%);
   background: -o-linear-gradient(top, #405225 0, #431C0B 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #405225), color-stop(1, #431C0B));
   background: -webkit-linear-gradient(top, #405225 0, #431C0B 100%);
   background: linear-gradient(to bottom, #405225 0, #431C0B 100%);
   margin: 0px;
   outline: none;
   padding: 5px;
   position: relative;
   vertical-align: bottom;
   width: 40px;
   right: 2.46%;
}

.ig-nav .ig-menu-btn span 
{
   background: #FFFFFF;
   border-radius: 2px;
   display: block;
   height: 3px;
   margin: 8px 0px;
   position: relative;
   -moz-transition: background .2s;
   -o-transition: background .2s;
   -webkit-transition: background .2s;
   transition: background .2s;
}

.responsive .ig-nav ul.ig-hmenu 
{
   float: none;
   text-align: center;
   display: none;
   margin-top: 10px;
   padding-left: 2.46%;

padding-right: 2.46%;
}


@media (min-width: 780px) and (max-width: 1050px)
{
 .ig-nav-inner
{

  width: 100% !important;
  padding-left: 2%;
  padding-right: 2%;
}}

.responsive .ig-moor-sheet {

  width: 100%;

}