/* -----------------------------------------------
  VARIABLE FOR THIS WEB SITE
-------------------------------------------------- 
  Variables are set in Blogger code b:skin using CSS variables 
  (supported since 2016) and Blogger variables for old browsers
  (only for font and color).
--------------------------------------------------
  CSS variables usage example:
  :root {
    --homepage_BG_url: url(https://s.lab169.co/img/bg.jpg);
    --homepage_logo_url: url(https://s.lab169.co/img/Logo-sq-NEG.svg);
    --scrollin-logo_IMG_BG_url: url(https://s.lab169.co/img/Logo-NEG.svg);
    --NavMenuBG: rgba(0, 54, 68, 0.93);
    --redSite: #cb474b;
  }
  color: var(--redSite);
--------------------------------------------------
  Blogger variables usage example:
  background: $bgcolor.

  Img url are set in Blogger code b:skin as well. 
  Default here: https://lab169.firebaseapp.com/felix/pixel.gif
----------------------------------------------- */

/* -----------------------------------------------
CSS TEMPLATE version 2021-07-13
--------------------------------------------------
Blogger Template Style
Name:        Fenix Portfolio
Author :     http://www.soratemplates.com
License:     Premium Version
Modified by LAB 169.
(1) Static-page full width: '.static_page #leftside-wrapper' and 
    '.static_page #sidebar-wrapper'(rightside) have been set as 
    for index and archive. Before thet were set as for item_page.
    '.static_page #main-wrapper and #content-wrapper goes 100% width; 
    before it was as for item_page. No padding in .post-body.; 
    no .post-header (not showing title that needs to be created into post body.
    Removed body.static_page .post-body a and hover. 
    Edited .post-body img., #blog-pager
(2) added body.item .post-body h4
(3) removed font Exo 2 (unused)
(4) added select cross browser (see select)
(5) replaced body.searchlabel .post-grid-item:first-child with 
    body.searchlabel .post-grid:first-child .post-grid-item:first-child
    and fixed body.searchlabel .post-grid-item:nth-child(3n+4)
----------------------------------------------- */


/* Blogger Variable definitions
<Group description="Main Hover Color" selector="body">
<Variable name="maincolor" description="Primary Color" type="color" default="#2e2e2e"  value="#2e2e2e"/>
</Group>
*/

/* ######## RESET Css ######################### */
html, body, .section, .widget, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure {    margin: 0;    padding: 0;}
html {   overflow-x: hidden;}
a {text-decoration:none;color:#000;}
.post-body a {text-decoration:none;color:$maincolor;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {     display:block;}
table {    border-collapse: separate;    border-spacing: 0;}
caption, th, td {    text-align: left;    font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {    content: "";}
.home-link{display:none;}
.blog-admin a.quickedit {display:none;}
#HTML250 .blog-admin a.quickedit, .displayquickedit .blog-admin a.quickedit {display:initial !important;}
blockquote, q {    quotes: "" "";}
sup{    vertical-align: super;    font-size:smaller;}
code{    font-family: 'Courier New', Courier, monospace;    font-size:12px;    color:#272727;}
::selection {background:transparent; text-shadow:#000 0 0 2px;}
::-moz-selection {background:transparent; text-shadow:#000 0 0 2px;}
::-webkit-selection {background:transparent; text-shadow:#000 0 0 2px;}
::-o-selection {background:transparent; text-shadow:#000 0 0 2px;}
a img{	border: none;}
ol, ul { padding:0;  margin:0;  text-align: left;  }
ol li { list-style-type: decimal;  padding:0 0 5px;  }
ul li { list-style-type: disc;  padding: 0 0 5px;  }
ul ul, ol ol { padding: 0; }
#navbar-iframe, .navbar {   height:0px;   visibility:hidden;   display:none   }
.Attribution, .feed-links, .post-footer-line.post-footer-line-1, .post-footer-line.post-footer-line-2 , .post-footer-line.post-footer-line-3 {
display: none;
}
.item-control {display: none;}
.index #menu {z-index: 15;}
h2.date-header, h4.date-header {display:block;margin:1.5em 0 .5em}
h1, h2, h3, h4, h5, h6 {
font-family: 'Dosis', sans-serif;
font-weight: 400;
color: #2e2e2e;
}
img {
max-width: 100%;
vertical-align: middle;
border: 0;
}
.widget iframe, .widget img {
max-width: 100%;
}
.status-msg-wrap {
display: none;
}

/* ######## General ######################### */
body {
color: #2e2e2e;
font-family:'Open Sans', sans-serif;
font-size: 14px;
font-weight: normal;
line-height: 21px;
background: #ffffff;
}
img.lazyload:not([src]) { /*for avoiding broken img due to Lazyload*/
	visibility: hidden;
}
input::selection {background:grey; text-shadow:none;}
input::-moz-selection {background:grey; text-shadow:none;}
input::-webkit-selection {background:grey; text-shadow:none;}
input::-o-selection {background:grey; text-shadow:none;}
select {
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    appearance: none;
    outline: 0;
    background: none;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
.felix-button {
    display: inline-block;
    padding: 5px 20px;
    background: $redSite;
    background: var(--redSite);
    border: 2px solid $redSite;
    border: 2px solid var(--redSite);
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    color: #fff !important;
    font: 550 normal 1.6em 'Open sans', 'Helvetica Neue', Helvetica, Arial;
    text-transform: uppercase;
    text-decoration: none !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    overflow: hidden;
    cursor: pointer;
}
.felix-button:hover {
    background: $redSite_hover;
    background: var(--redSite_hover);
    border-color: $redSite_hover;
    border-color: var(--redSite_hover);
}

/* ######## Wrapper Css ######################### */
#outer-wrapper{max-width:100%;margin:0 auto;background-color:#FFF}
.row{width:1170px}
#content-wrapper {
margin: 0 auto;
padding: 20px 0 30px;
overflow: hidden;
}
/* 
LAB169 added a left side column. 
Original: 0 (no-column), 68% max 800, 30% max 330.
New:      19% max 220,   59% max 689, 20% max 232.
*/
.item #leftside-wrapper { /*LAB169 added*/
float: left;
width: 19%;
max-width: 220px;
}
.item #main-wrapper { /*LAB169 see below note*/
float: left;
width: 59%; 
max-width: 689px;
}
.index #main-wrapper, .archive #main-wrapper, .static_page #main-wrapper {
float:none;
width:100%;
max-width:100%
}
.item #sidebar-wrapper { /*LAB169 see below note*/
float: right;
width: 20%;
max-width: 232px;
}
.index #leftside-wrapper, .archive #leftside-wrapper, .static_page #leftside-wrapper, .index #sidebar-wrapper, .archive #sidebar-wrapper, .static_page #sidebar-wrapper {
display:none;
visibility:hidden;
height:0;
opacity:0;
}

/* ######## Scrolling Navigation Menu Css ######################### */
.scroll-header {
    background-color: rgba(0, 54, 68, 0.93); /*default: equivalent to #003644*/
    background-color: var(--NavMenuBG);
    border-bottom: 1px solid #262626;
    padding: 10px 0; /*was 10 0*/
    z-index: 999;
visibility:hidden;
display:none;
}
.scroll-header.scrolled-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
visibility:visible;
display:block;
}
body.item .scroll-header, body.static_page .scroll-header, 
body.searchlabel .scroll-header, body.error_page .scroll-header { /*LAB169 add: show top menu before scrolling*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
visibility:visible !important;
display:block !important;
}
.scroll-head-wrap {
margin:0 auto;
}
.scrollin-logo {
    float: left;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.scrollin-logo .logo-title {
    font-size: 40px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    padding: 0px 17px; /*was 10 17*/
    display: block;
    color:#fff;
}
.scrollin-logo a {
    background: url(https://lab169.firebaseapp.com/felix/pixel.gif) no-repeat center center;
    background-size: 200px 52.11px;
    width: 200px;
    height: 52.11px;
    display: block;
}
.scrolling-menu {
    float: right;
    display: inline-block;
    width: auto;
}
.scrolling-menu #nav {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 999;
}
.scrolling-menu #nav li {
    display: inline-block;
    float: left;
    line-height: 1;
    list-style: none outside none;
    padding: 14px 12px; /*was 16 17 - do not change 14 left-right*/
    text-align: left;
}
.scrolling-menu #nav li.space {
    border-left: #d7d7d7 dashed 1px;
    margin: 7px auto 10px auto;
    padding-top: 7px;
    padding-bottom: 4px;
}
.scrolling-menu #nav li a {
    background: transparent;
    color: #fff;
    display: block;
    font-size: 15px;
    padding: 0 0 8px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500; /*was bold*/
    font-family:'Dosis', sans-serif;
    letter-spacing: 1.3px;
}
.scrolling-menu #nav li a:hover {
    color: #B0DAB9;
}
.scrolling-menu #nav li.current a {
  color: #B0DAB9;
}
.scrolling-menu #nav li.current a:before {
    position: absolute;
    bottom: 0;
    left: 0;
   width: 100%;
    opacity: 1;
    height: 1px;
    content: '';
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    background: #B0DAB9;
}
/* ######## Navigation Menu Css ######################### */
.slicknav_menu {
display:none;
}
.slicknav_menu a {
	margin-top:20px; /*LAB169 moved 15px and added here*/
}
.tm-menu .slicknav_menu {
left:0;
}
.scrolling-menu .slicknav_menu {
right:0;
}
.slicknav_menu {
padding:0 10px;
    position: absolute;
    z-index: 9;
}
.slicknav_menu .slicknav_icon-bar {
background-color: #fff;
}
.index .slicknav_menu .slicknav_icon-bar {
background-color: #fff;
}
.slicknav_nav a{
padding:5px 10px;
margin:2px 5px;
text-decoration:none;
color:#000;
font-size:11px;
font-weight:400;
letter-spacing:2px;
text-transform:uppercase;
font-family:'Dosis', sans-serif;
}
/*
    Mobile Menu Core Style
*/

.slicknav_btn { position: relative; display: block; vertical-align: middle; float: left;  cursor: pointer;  line-height:0; height:0;} /*LAB169 line-height: 27px; height:27px;*/
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
    font-size:16px;
}
/* Button */
.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration:none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;    
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
}
/* Button Lines */
.slicknav_nav {
    color:#fff;
    margin:0;
    font-size:0.875em;
    display: block;
    position: fixed;
    top: 73px;
    left: 0px;
    width: 100%;
    padding: 0 0 20px 0;
    background: rgba(213, 213, 213, 0.98);
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
}
.slicknav_nav ul {
    padding:0;
    margin:8px 0 0 20px;
}
.slicknav_nav .slicknav_row {
    padding:5px 10px;
    margin:2px 5px;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
}
.slicknav_nav .slicknav_row:hover {
    
}
.slicknav_nav a:hover{
    color: $maincolor;
}
.slicknav_nav .slicknav_txtnode {
     margin-left:15px;   
}

.slicknav_menu .slicknav_no-text {
	margin-top:0px; /*LAB169 was 15, moved to A tag*/
}
.tm-menu {
    font-weight: 400;
    margin: 0 auto;
    height:40px; /*Theme 60px*/
    text-align:center;
    width: 100%;
    position: absolute;
}
ul#nav1 {
    list-style: none;
    margin: 0;
    padding: 0;
text-align: center;
}
#menu .widget {
    display: none;
}
#menu {
    height: 60px;
    position: relative;
    text-align: center;
margin:0 auto;
}
.menu-wrap {
margin:0 auto;
position: relative;
}
#menu ul > li {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    padding: 0;
    margin: 0;
}
#menu ul > li:hover > a {
    color: $maincolor
}
.index #menu ul > li > a {
color:#fff;
}
#menu ul > li > a {
    color: #000;
    font-size: 14px;
    line-height: 60px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 12px;
font-family:'Dosis', sans-serif;
}
#menu ul > li:first-child > a {
    padding-left: 0;
}

#menu ul > li > ul > li:first-child > a:before, #menu ul > li > ul > li > ul > li:first-child > a:before {
display:none;
}
#menu ul > li > ul > li:first-child > a {
    padding-left: 12px
}
#menu ul > li > ul {
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0 7px 7px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 7px 7px rgba(0, 0, 0, 0.15);
    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.15);
    top: 100%;
    left: 0;
    min-width: 180px;
    padding: 0;
    z-index: 99;
    margin-top: 0;
    visibility: hidden;
    opacity: 0;
   webkit-transform: translate3d(-11px, 0, 0);
    transform: translate3d(-11px, 0, 0);
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}
#menu ul > li > ul > li > ul {
    position: absolute;
    top: 0;
    left: 180px;
    width: 180px;
    background: #fff;
    z-index: 99;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
    border-left: 1px solid #e5e5e5;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px)
}
#menu ul > li > ul > li {
    display: block;
    float: none;
    text-align: left;
    position: relative;
border-bottom: 1px solid;
    border-top: none;
    border-color: #e5e5e5;
}
#menu ul > li > ul > li:hover {
    background-color: rgba(255, 255, 255, 0.03)
}
#menu ul > li > ul > li a {
    font-size: 11px;
    display: block;
    color: #000;
    line-height: 35px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
    padding: 0 12px;
    border-right: 0;
    border: 0
}
.index #menu ul > li > ul > li a {
color:#000;
}
#menu ul > li.parent > a:after {
    content: '\f107';
    font-family: FontAwesome;
    float: right;
    margin-left: 5px
}
#menu ul > li:hover > ul,
#menu ul > li > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}
#menu ul > li > ul > li.parent > a:after {
    content: '\f105';
    float: right
}
#menu ul ul {

}
.item .tm-menu, .static_page .tm-menu, .error_page .tm-menu {
   position:static;
}
/* ######## Header Css ######################### */
#header-wrapper {
    text-align: center;
    padding:0;
    background: url(https://lab169.firebaseapp.com/felix/pixel.gif) no-repeat center bottom;
    background-attachment: fixed;
    background-size: cover;
    margin-bottom: 10px;
    height:100vh;
    box-sizing:border-box;
    position:relative;
    width: 100%;
}
.index #header-wrapper {
    margin-bottom:0;
}
.item .header-logo-desc p, .static_page .header-logo-desc p, .error_page .header-logo-desc p, .item .top-bar-social #social a, .static_page .top-bar-social #social a, .error_page .top-bar-social #social a {
   color:#303030;
}
.item #header-wrapper, .static_page #header-wrapper, .error_page #header-wrapper {
    background: #fff;
    height: auto;
border-bottom: 1px solid #eee;
    box-shadow: 0 -2px 19px rgba(0,0,0,.1);
    padding-bottom: 15px;
}
.item #header-wrapper:before, .static_page #header-wrapper:before, .error_page #header-wrapper:before {
display:none;
}
#header-wrapper:before {
content:"";
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
    background: #343434;
}
#header {
    padding: 30px 0px 5px;
}
.item #header {
    padding: 10px 0px 5px;
}
#header-inner {
    text-align: center;
    display: inline-block;
}
#header h1 {
    color: #fff;
    margin: 0;
    font-size: 77px;
    line-height: 1.4em;
    text-transform: Uppercase;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
}
#header .description {
    display:none;
}
.header-logo-desc p {
    /* white-space: nowrap; */
    font-size: 60px; /*theme 31px*/
    line-height: 80px; /*theme 37px*/
    font-weight: 650; /*theme 400*/
    color: rgb(255, 255, 255);
    visibility: inherit;
    transition: none;
    border-width: 0px;
    margin: 20px auto; /*margin: 0px;*/
    padding: 0px;
    letter-spacing: 0px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
	/*custom LAB169*/
	width: 74%;
    text-align: left;
}
.header-logo-desc {
    margin-bottom: 20px;
}
.fenix-head {
   display:table;
   width:100%;
   height:100%;
}
.fenix-sub-head {
   margin:0 auto;
   display:table-cell;
   vertical-align: middle;
}
.index .fenix-sub-head, .archive .fenix-sub-head {
    -webkit-transform: translateY(-2.1rem);
    -ms-transform: translateY(-2.1rem);
    transform: translateY(-2.1rem);
}
.titlewrapper div { /*Lab169 added moving logo url from IMG to CSS*/
    background: url(https://lab169.firebaseapp.com/felix/pixel.gif) no-repeat center center;
    background-size: 100% 100%;
    width: 300px;
    height: 300px;
    display: block;
}
.top-bar-social {
   padding: 0;
}
.top-bar-social li {
    display: inline-block;
    float: none;
    padding: 0;
    margin-right: 5px;
}
.top-bar-social .widget ul {
    padding: 0;
}
.top-bar-social .LinkList ul {
    text-align: center;
    margin: 0 0 0 0;
}
.top-bar-social #social a {
   display: block;
   width: 30px;
   height: 30px;
   line-height: 30px;
   font-size: 12px;
   color: #fff;
   border: 1px solid #e4e4e4;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   transition: background 0.3s linear;
   -moz-transition: background 0.3s linear;
   -webkit-transition: background 0.3s linear;
   -o-transition: background 0.3s linear;
}
.top-bar-social #social a:before {
   display: inline-block;
   font: normal normal normal 22px/1 FontAwesome;
   font-size: inherit;
   font-style: normal;
   font-weight: 400;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
.top-bar-social .bloglovin:before{content:"\f004"}
.top-bar-social .facebook:before{content:"\f09a"}
.top-bar-social .twitter:before{content:"\f099"}
.top-bar-social .gplus:before{content:"\f0d5"}
.top-bar-social .rss:before{content:"\f09e"}
.top-bar-social .youtube:before{content:"\f167"}
.top-bar-social .skype:before{content:"\f17e"}
.top-bar-social .stumbleupon:before{content:"\f1a4"}
.top-bar-social .tumblr:before{content:"\f173"}
.top-bar-social .vine:before{content:"\f1ca"}
.top-bar-social .stack-overflow:before{content:"\f16c"}
.top-bar-social .linkedin:before{content:"\f0e1"}
.top-bar-social .dribbble:before{content:"\f17d"}
.top-bar-social .soundcloud:before{content:"\f1be"}
.top-bar-social .behance:before{content:"\f1b4"}
.top-bar-social .digg:before{content:"\f1a6"}
.top-bar-social .instagram:before{content:"\f16d"}
.top-bar-social .pinterest:before{content:"\f0d2"}
.top-bar-social .delicious:before{content:"\f1a5"}
.top-bar-social .codepen:before{content:"\f1cb"}
.top-bar-social ul#social a:hover {
   color: $maincolor;
   opacity: 1;
}

/* ***************************************************************
         CSS HOME PAGE (home) **STATIC** (no blog) CONTENTS
  [Was here. Moved to a separate STYLE session loads on HomePage only]
   *************************************************************** */

/* ***************************************************************
        CSS HOME PAGE (index/home) **DYNAMIC** (blog) CONTENTS
   *************************************************************** */
/* ######## Posts Css ######################### */
.Portfolio-title {
    text-align: center;
    margin: 25px 0;
}
.Portfolio-title h4 {
    font-size: 35px;
    line-height: 45px;
    color: #303030;
    text-transform: uppercase;
    font-weight: bold;
}
.Portfolio-title span {
    color: #606060;
}
.index .post-grid-item, .archive .post-grid-item {
   width:32.46%;
   float:left;
   margin-right:15px;
   margin-bottom:15px;
}
.home .post-grid-item:nth-child(3n+3), .archive .post-grid-item:nth-child(3n+3) { /*was index instead of home*/
   margin-right:0;
}

/* ***************************************************************
        CSS SITE **STRUCTURE** (including item and static_page)
   *************************************************************** */
/* ######## Sidebar Css ######################### */
.sidebar .widget {
margin-bottom: 20px;
position: relative;
}
.sidebar h2 {
font-size: 17px;
line-height: 27px;
color: #000;
padding: 7px 15px;
margin-bottom: 25px;
font-weight: 400;
letter-spacing: 1.5px;
text-transform: uppercase;
position: relative;
text-align: center;
background: #f7f7f7;
    border: 1px solid #f0f0f0;
}
.sidebar ul,.sidebar li{
list-style-type:none;
margin:0;
}
/* ######## Post Css ######################### */
body.item #content-wrapper {
    padding: 65px 0 30px; /*LAB169 added*/
}
body.static_page #content-wrapper {
    padding: 55px 0 0; /*LAB169 added, was bottom 30px*/
    width: 100%;
}
article {
    padding: 0;
    overflow:hidden;
}
.post {
    display: block;
    word-wrap: break-word;
    background: #ffffff;
}
.post h1 {
    color: #0a0a0a;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    margin: 0 0 10px;
}
.post h2 {
    margin-bottom: 12px;
    line-height: 37px;
    font-size: 25px;
    font-weight: 400;
    text-transform:uppercase;
}
.post h2 a {
   color: #fff;
   letter-spacing: 1px;
}
.post h2 {
    margin: 0 0 10px;
    padding: 0;
}
h1.post-title {
    padding: 0;
    font-family: Arial,Helvetica,Sans-serif;
    font-size: 2.8em;
    line-height: 1.2em;
    font-weight: bold;
    width: 90%;
    text-transform: uppercase;
}
.retitle h2 {
    margin: 8px 0;
    display: block;
}
.post-body {
margin: 0px;
padding:10px;
font-size: 120%; /*was 14px*/
line-height: 26px;
box-sizing:border-box;
text-align:justify;
}
.static_page .post-body {
  padding:0;
}
.block-image {
    float: left;
    width: 100%;
    height:auto;
    margin-right: 20px;
position:relative;
}
.block-image .thumb {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    overflow: hidden;
}
.block-image .thumb:before {
    background: rgba(0, 0, 0, 0.3);
    bottom: 0px;
    content: "";
    height: 100%;
    width: 100%;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    position: absolute;
    z-index: 3;
}
.block-image img {
    width: 100%;
    height: 260px;
    display: block;
object-fit:cover;
    transition: all .3s ease-out!important;
    -webkit-transition: all .3s ease-out!important;
    -moz-transition: all .3s ease-out!important;
    -o-transition: all .3s ease-out!important;
}
.block-image:hover .retitle {
opacity:1;
}
.block-image .retitle {
position: absolute;
    top: 0;
    text-align: center;
    display: table;
    width: 100%;
    height: 260px;
box-sizing: border-box;
    opacity: 0.9;
 z-index: 9;
 transition: all .3s ease-out!important;
    -webkit-transition: all .3s ease-out!important;
    -moz-transition: all .3s ease-out!important;
    -o-transition: all .3s ease-out!important;
}
.block-image .post-retitle {
    display: table-cell;
    vertical-align: middle;
}
.block-image .post-retitle h2{
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding: 20px 10px;
}
body.item .post-header {
    padding: 0 10px 10px;
}
body.static_page .post-header {
  display:none;
}
.post-meta {
    color: #4d4d4d;
    display: block;
    font-style: italic;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 21px;
    margin: 20px 0 30px 0; /*was 0 0 15px 0*/
    padding: 0;
}
.post-meta a, .post-meta i {
    color: #4d4d4d;
}
.post-author {
    margin-right: 5px;
}
.post-timestamp {
    margin-right: 5px;
}
.label-head {
    margin: 0px;
}
.label-head a {
    padding-left: 2px;
    color: $redSite;
    color: var(--redSite);
    font-weight: 600;
}
.resumo {
    margin-top: 10px;
    color: #919191;
}
.resumo span {
    display: block;
    margin-bottom: 8px;
font-size: 16px;
    line-height: 31px;
}
.post-body img {
max-width: 100%;
padding: 10px 0;
position: relative;
margin:0 auto;
}
body.static_page .post-body img {
padding: 0;
margin:0;
}


.post-body ul li, 
.post-body ol li { padding:0 0 5px !important; margin-left: 15px !important; }
.post h3 { 
   font-size: 18px;
   margin-top: 20px;
   margin-bottom: 10px;
   line-height: 1.1;
   text-transform: uppercase;
   font-weight: bold;
}
.post-body h3 { 
   font-weight: bold;
}
body.item .post-body h4 { 
  font-size: 20px;
  margin-top: 15px;
  font-weight: bold;
}
.second-meta {
    display: none;
}
.comment-link {
    white-space: normal;
}
.ias_trigger {
    clear: both;
    text-align: center;
}
.ias_trigger a {
    padding: 8px;
    color: #fff;
    background: #222;
    border-radius: 4px;
}
.ias_trigger a:hover {
background:$maincolor;
}
#blog-pager {
clear: both;
text-align: center;
padding: 15px 0;
background: #ffffff;
color: #4d4d4d;
}
body.static_page #blog-pager { /*Lab169 added*/
  display: none;
}
.displaypageNum a,
.showpage a,
.pagecurrent, .blog-pager-older-link, .blog-pager-newer-link {
padding: 5px 13px;
margin-right: 8px;
color: #fff;
background-color: #2b2b2b;
display: inline-block;
line-height: 20px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
margin-top: 10px;
}
.displaypageNum a:hover,
.showpage a:hover,
.pagecurrent, .blog-pager-older-link:hover, .blog-pager-newer-link:hover {
background: $maincolor;
text-decoration: none;
color: #fff;
}
.showpageOf {
display: none!important;
overflow: hidden;
}
#blog-pager .pages {
margin: 10px 0;
border: none;
}
/* ######## Share widget Css ######################### */
.item .post-footer {
padding: 0 10px;
}
.share-box {
position: relative;
padding:10px 0;
}
.share-title {
border-bottom: 2px solid #777;
color: #010101;
display: inline-block;
padding-bottom: 7px;
font-size: 15px;
font-weight: 500;
position: relative;
top: 2px;
}
.share-title:before {
content: "\f1e0";
font-family:fontawesome;
padding-right: 8px;
}
.share-art {
float: right;
padding: 0;
padding-top: 0;
font-size: 13px;
font-weight: 400;
text-transform: capitalize;
}
.share-art a {
color: #fff;
padding: 3px 8px;
margin-left: 4px;
border-radius: 2px;
display: inline-block;
margin-right: 0;
background: #010101;
}
.share-art a:hover{color:#fff}
.share-art .fac-art{background:#3b5998}
.share-art .fac-art:hover{background:rgba(49,77,145,0.7)}
.share-art .twi-art{background:#1da1f2}
.share-art .twi-art:hover{background:rgba(7,190,237,0.7)}
.share-art .goo-art{background:#db4a39}
.share-art .goo-art:hover{background:rgba(221,75,56,0.7)}
.share-art .pin-art{background:#CA2127;display:none;}
.share-art .pin-art:hover{background:rgba(202,33,39,0.7)}
.share-art .lin-art{background:#0077B5}
.share-art .lin-art:hover{background:rgba(0,119,181,0.7)}
.share-art .wat-art{background:#4dc247}
.share-art .wat-art:hover{background:rgba(37, 210, 102, 0.73)}
@media only screen and (max-width: 768px) {
.share-art .wat-art{display:inline-block;}
}
/* ######## Related Post Css ######################### */
#related-posts {
margin-bottom: 10px;
padding: 10px 0 0;
}
.related ul {padding:0;line-height:0;} /*Added LAB169*/
.related li {
width: 31.66%; /*31.276 with margin-right 20*/
display: inline-block;
height: auto;
min-height: 184px;
float: left;
margin-right: 2.5%;
overflow: hidden;
position: relative;
}
.related li h3 {
margin-top:0;
}
.related-thumb {
width: 100%;
height: 180px;
overflow: hidden;
border-radius: 2px;
}
.related li .related-img { 
width: 100%;
height: 180px;
display: block;
position: relative;
transition: all .3s ease-out!important;
-webkit-transition: all .3s ease-out!important;
-moz-transition: all .3s ease-out!important;
-o-transition: all .3s ease-out!important;
}
.related li .related-img.lazyload { /*Added to generate Lazyload; img url in element*/
  background: none !important; 
}
.related li .related-img:hover {
-webkit-transform: scale(1.1) rotate(-1.5deg)!important;
-moz-transform: scale(1.1) rotate(-1.5deg)!important;
transform: scale(1.1) rotate(-1.5deg)!important;
transition: all .3s ease-out!important;
-webkit-transition: all .3s ease-out!important;
-moz-transition: all .3s ease-out!important;
-o-transition: all .3s ease-out!important;
}
.related-title a {
font-size: 14px;
line-height: 1.4em;
padding: 10px 0 4px;
font-weight: 500;
color: #fff;
display: block;
text-shadow: 0 .5px .5px rgba(34,34,34,0.3);
}
.related li:nth-of-type(3n+3) {
margin-right: 0;
}
.related .related-thumb .related-img:after {
content: no-close-quote;
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 120px;
background: url(https://3.bp.blogspot.com/-LnvazGBvKh8/VskckSkmzxI/AAAAAAAAC4s/erEgI6A_ih4/s1600-r/metabg.png) repeat-x;
background-size: 100% 100%;
opacity: .8;
}
.related-overlay {
position: absolute;
left: 0;
top: 0;
z-index: 1;
width: 100%;
height: 100%;
background-color: rgba(40,35,40,0.05);
}
.related-title {
position: absolute;
bottom: 0;
padding: 15px 15px 11px;
width: 100%;
line-height: 1.2em;
box-sizing: border-box;
z-index: 2;
}
/* ######## Comment Widget Css ######################### */
.comments {
clear: both;
margin: 0;
color: #000;
    background: #f8f8f8;
padding: 0 15px;
}
.comments h4 {
color: #000;
    font-size: 14px;
    padding: 10px 0;
    font-weight: normal;
    letter-spacing: 1.5px;
    text-transform: Uppercase;
    position: relative;
    text-align: left;
    display: inline-block;
}
.comments .comments-content .comment-thread ol li {
    list-style: none;
}
.comments .comments-content {
    margin: 15px 0 0;
padding: 0
}
.comments .comments-content .comment {
margin-bottom: 0;
padding-bottom: 8px
}
.comments .comments-content .comment:first-child {
padding-top: 0
}
.comments .item-control {
position: static
}
.comments .avatar-image-container {
float: left;
overflow: hidden;
position: absolute
}
.comments .avatar-image-container,
.comments .avatar-image-container img {
height: 45px;
max-height: 45px;
width: 45px;
max-width: 45px;
border-radius: 0
}
.comments .comment-block {
overflow: hidden;
padding: 0 0 10px
}
.comments .comment-block,
.comments .comments-content .comment-replies {
margin-left: 60px;
margin-top: 0
}
.comments .comments-content .inline-thread {
padding: 0
}
.comments .comment-actions {
float: left;
width: 100%;
position: relative;
margin: 0
}
.comments .comments-content .comment-header {
font-size: 14px;
display: block;
overflow: hidden;
clear: both;
margin: 0 0 5px;
padding: 0 0 5px;
border-bottom: 1px dotted #f5f5f5
}
.comments .comments-content .user {
font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    font-size: 16px;
    font-family: 'Dosis', sans-serif;
}
.comments .comments-content .icon.blog-author {
display: none
}
.comments .comments-content .comment-content {
float: left;
text-align: left;
font-size: 14px;
line-height: 1.4em;
color: #656565;
margin-bottom: 10px
}
.comments .comment .comment-actions a {
margin-right: 5px;
padding: 4px 7px;
color: #4f4f4f;
font-weight: 400;
background-color: #f5f5f5;
font-size: 10px;
border-radius: 2px;
transition: all .17s ease
}
.comments .comment .comment-actions a:hover {
color: #fff;
background-color: $maincolor;
text-decoration: none
}
.comments .comments-content .datetime {
color: #999;
float: left;
font-size: 13px;
position: relative;
margin: 2px 0 0;
display: block
}
.comments .comments-content .datetime:before {
content: '\f017';
font-family: fontawesome;
margin-right: 5px
}
.comments .comments-content .comment-header a {
color: inherit;
transition: all .17s ease
}
.comments .comments-content .comment-header a:hover {
color:$maincolor
}
.comments .thread-toggle {
margin-bottom: 4px
}
.comments .thread-toggle .thread-arrow {
height: 7px;
margin: 0 3px 2px 0
}
.comments .thread-expanded {
padding: 8px 0 0
}
.comments .comments-content .comment-thread {
margin: 0
}
.comments .continue a {
padding: 0 0 0 60px;
font-weight: 400
}
.comments .comments-content .loadmore.loaded {
margin: 0;
padding: 0
}
.comments .comment-replybox-thread {
margin: 0
}
iframe.blogger-iframe-colorize,
iframe.blogger-comment-from-post {
height: 283px!important
}
/* ######## Instagram Widget Css ######################### */


/* ######## Footer Css ######################### */
.foot-bar-social {
padding: 10px 0;
}
.foot-bar-social li {
padding: 0;
    display: inline-block;
    float: none;
margin-right: 5px;
;
}
.foot-bar-social .widget ul {
padding: 0;
}
.foot-bar-social .LinkList ul {
text-align: center;
}
.foot-bar-social #socialfooter a {
display: block;
width: 30px;
height: 30px;
line-height: 30px;
font-size: 2em;
color: #ebebeb;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.foot-bar-social #socialfooter a:hover {
color:$maincolor;
}
.foot-bar-social #socialfooter a:before {
display: inline-block;
font: normal normal normal 22px/1 FontAwesome;
font-size: inherit;
font-style: normal;
font-weight: 400;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.foot-bar-social .bloglovin:before{content:"\f004"}
.foot-bar-social .facebook:before{content:"\f09a"}
.foot-bar-social .twitter:before{content:"\f099"}
.foot-bar-social .gplus:before{content:"\f0d5"}
.foot-bar-social .rss:before{content:"\f09e"}
.foot-bar-social .youtube:before{content:"\f167"}
.foot-bar-social .skype:before{content:"\f17e"}
.foot-bar-social .stumbleupon:before{content:"\f1a4"}
.foot-bar-social .tumblr:before{content:"\f173"}
.foot-bar-social .vine:before{content:"\f1ca"}
.foot-bar-social .stack-overflow:before{content:"\f16c"}
.foot-bar-social .linkedin:before{content:"\f0e1"}
.foot-bar-social .dribbble:before{content:"\f17d"}
.foot-bar-social .soundcloud:before{content:"\f1be"}
.foot-bar-social .behance:before{content:"\f1b4"}
.foot-bar-social .digg:before{content:"\f1a6"}
.foot-bar-social .instagram:before{content:"\f16d"}
.foot-bar-social .pinterest:before{content:"\f0d2"}
.foot-bar-social .delicious:before{content:"\f1a5"}
.foot-bar-social .codepen:before{content:"\f1cb"}
#jugas_footer {
    background: #003644;
    color: #BABABA;
    font-family:'Dosis', sans-serif;
    font-weight: 400;
    padding: 30px 0px;
    letter-spacing:1px;
    text-align: center;
}
.copy-container {
    margin: 0 auto;
    overflow: hidden;
}
.jugas_footer_partners a {
    width: 210px;
    height: 95px;
}
.jugas_footer_partners a img {
    margin: 0 20px 10px 20px;
}
.jugas_footer_copyright a {
    color: #6d6b6b;
}
.jugas_footer_copyright a:hover {
    color: #BABABA;
    text-decoration:underline;
}
.jugas_footer_copyright {
    text-align: center;
    color: #6d6b6b; /*BABABA*/
    line-height: normal; /*added*/
    font-size: 0.8em;
}
/* ######## Custom Widget Css ######################### */
.sidebar .FollowByEmail > h3.title,
.sidebar .FollowByEmail .title-wrap {
margin-bottom: 0
}
.FollowByEmail td {
width: 100%;
float: left;
box-sizing: border-box
}
.FollowByEmail .follow-by-email-inner .follow-by-email-submit {
margin-left: 0;
width: 100%;
border-radius: 0;
height: 30px;
font-size: 11px;
color: #fff;
background-color: $maincolor;
font-family: inherit;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px
}
.FollowByEmail .follow-by-email-inner .follow-by-email-submit:hover {
opacity:0.8;
}
.FollowByEmail .follow-by-email-inner .follow-by-email-address {
padding-left: 10px;
height: 30px;
border: 1px solid #FFF;
margin-bottom: 5px;
box-sizing: border-box;
font-size: 11px;
font-family: inherit
}
.FollowByEmail .follow-by-email-inner .follow-by-email-address:focus {
border: 1px solid #FFF
}
.FollowByEmail .widget-content {
box-sizing: border-box;
padding: 10px
}
.FollowByEmail .widget-content:before {
content: "Enter your email address to subscribe to this blog and receive notifications of new posts by email.";
font-size: 14px;
color: #f2f2f2;
line-height: 1.4em;
margin-bottom: 5px;
display: block;
padding: 0 2px
}
.item #ads-home {
margin-top: 20px;
}
.cloud-label-widget-content {
display: inline-block;
text-align: left;
}
.cloud-label-widget-content .label-size {
display: inline-block;
float: left;
font-size: 16px;
line-height: normal;
margin: 0 5px 5px 0;
opacity: 1
}
.cloud-label-widget-content .label-size a {
background: #f8f8f8;
color: #878787;
float: left;
font-weight: 400;
line-height: 100%;
margin: 0;
padding: 7px 8px;
text-transform: capitalize;
transition: all .6s;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.lowerbar .cloud-label-widget-content .label-size a {
background:#3B3B3B;
}
.cloud-label-widget-content .label-size a:hover,
.cloud-label-widget-content .label-size a:active {
background: $maincolor;
color: #fff;
}
.cloud-label-widget-content .label-size .label-count {
background: $maincolor;
color: #fff;
white-space: nowrap;
display: inline-block;
padding: 6px 8px;
margin-left: -3px;
line-height: normal;
border-radius: 0 2px 2px 0
}
.label-size-1,
.label-size-2 {
opacity: 100
}
.list-label-widget-content li {
display: block;
padding: 8px 0;
position: relative
}
.list-label-widget-content li a:before {
content: '\203a';
position: absolute;
left: 0px;
top: 8px;
font-size: 22px;
color: $maincolor
}
.lowerbar .list-label-widget-content li a {
color:#fff;
}
.list-label-widget-content li a {
color: #0a0a0a;
font-size: 16px;
padding-left: 20px;
font-weight: 400;
text-transform: capitalize;
}
.list-label-widget-content li span:last-child {
color: $maincolor;
font-size: 12px;
font-weight: 700;
position: absolute;
top: 9px;
right: 0
}
.PopularPosts .item-thumbnail {
margin: 0 15px 0 0 !important;
width: 90px;
height: 65px;
float: left;
overflow: hidden;
position: relative
}
.PopularPosts .item-thumbnail a {
position: relative;
display: block;
overflow: hidden;
line-height: 0
}
.PopularPosts ul li img {
width: 90px;
height: 65px;
object-fit: cover;
padding: 0;
transition: all .3s ease
}
.PopularPosts .widget-content ul li {
overflow: hidden;
padding: 10px 0;
border-top: 1px solid #f2f2f2
}
.sidebar .PopularPosts .widget-content ul li:first-child,
.sidebar .custom-widget li:first-child,
.tab-widget .PopularPosts .widget-content ul li:first-child,
.tab-widget .custom-widget li:first-child {
padding-top: 0;
border-top: 0
}
.sidebar .PopularPosts .widget-content ul li:last-child,
.sidebar .custom-widget li:last-child,
.tab-widget .PopularPosts .widget-content ul li:last-child,
.tab-widget .custom-widget li:last-child {
padding-bottom: 0
}
.PopularPosts ul li a {
color: #0a0a0a;
font-weight: 400;
font-size: 16px;
line-height: 1.4em;
transition: color .3s;
font-family: 'Dosis', sans-serif;
}
.PopularPosts ul li a:hover {
color: $maincolor;
}
.PopularPosts .item-title {
margin: 0 0 4px;
padding: 0;
line-height: 0;
overflow: overlay; /*LAB169 added*/
}
.item-snippet {
display: none;
font-size: 0;
padding-top: 0;
}
.PopularPosts ul {
counter-reset: popularcount;
margin: 0;
padding: 0;
}
.PopularPosts .item-thumbnail::before {
background: rgba(0, 0, 0, 0.3);
bottom: 0px;
content: "";
height: 100px;
width: 100px;
left: 0px;
right: 0px;
margin: 0px auto;
position: absolute;
z-index: 3;
}
.BlogArchive ul li {
margin-bottom: 7px !important;
padding-bottom: 7px;
}
.BlogArchive ul li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.BlogArchive ul li a {
color:#0a0a0a;
}
.BlogArchive ul li a:hover {
color:$maincolor;
}
.BlogArchive .zippy {
color:#e74c3c;
}
.BlogArchive .post-count-link {
font-weight:700;
}
.BlogArchive ul .posts a {
}
.BlogArchive select {
width: 100%;
padding: 10px;
border-color: #777;
}
/* ######## OTHER Css (lab169) ######################### */
body.index .news_list h1 {
    font-family: 'open sans', sans-serif;
    font-weight: 600;
    font-size: 3em;
    color: $redSite;
    color: var(--redSite);
    padding-bottom: 20px;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}
body.item .date-header {
    text-transform: none;
    display: block;
    text-align: left;
    padding: 0;
    letter-spacing: 0;
    font-weight: lighter;
    font-family: 'open sans', sans-serif;
    font-size: 0.9em;
    margin: 0;
}
a.anchor {
    display: block;
    position: relative;
    top: -110px;
    visibility: hidden;
}
body.item .post-body a {
   color: $redSite;
   color: var(--redSite);
}
body.item .post-body a:hover {
   color: #cb7a47;
   text-decoration: underline;
}
/*Google cookie bar*/
.cookie-choices-info {position: fixed; top: auto !important; bottom: 0px !important;z-index: 4000000 !important;}
.cookie-choices-button {margin-right: 15px;}
#cookieChoiceDismiss {color: #fff; font-size:150%}

/* ***************************************************************
                         RESPONSIVE CSS
   *************************************************************** */
/* ######## Responsive Css ######################### */
@media only screen and (max-width: 1200px) {
.featured-slider-wrap {
width:auto !important;
}
.row {
width: 100%;
margin: 0 auto;
float: none;
padding-left: 10px !important;
padding-right: 10px !important;
box-sizing: border-box;
}
.index .post-grid-item, .archive .post-grid-item {
    width: 32.4%;
}
}

@media only screen and (max-width: 1100px) {
.index .post-grid-item, .archive .post-grid-item {
    width: 32.2%;
}
.titlewrapper div { /*lab169 added*/
    width: 270px; /*90%*/
    height: 270px;
}
}

@media only screen and (max-width: 980px) {
.index .post-grid-item, .archive .post-grid-item {
    width: 32%; /*was 32.2*/
}
.item #leftside-wrapper { /*LAB169 added*/
  display:none;
  visibility:hidden;
  height:0;
  opacity:0;
}
.item #main-wrapper, .item #sidebar-wrapper { /*.static_page #main-wrapper*/
float: none;
clear: both;
width: 100%;
margin: 0 auto;
}
#main-wrapper {
max-width: 100%;
}
.item #sidebar-wrapper {
  padding-top: 20px;
  max-width: 80% !important; /*LAB169 added*/
}
.top-bar-social #social a {
    height: 40px;
    line-height: 40px;
}
#nav1, #nav {
display: none;
}
.slicknav_menu {
    display: block;
}
.tm-menu, #menu {
   /* height: auto; Theme in order to handle second menu*/
}
}

@media screen and (max-width: 880px) {
.index .post-grid-item, .archive .post-grid-item {
    width: 32%;
}
.home #header-wrapper {
margin-bottom: 10px;
}
.item #content-wrapper {
/*padding: 0 0 30px;*/
}
.item #sidebar-wrapper {
    max-width: 98% !important;
}
.jugas_footer_partners a {
    width: 168px;
    height: 76px;
}
}

@media only screen and (max-width: 768px) {
.header-logo-desc p {
    font-size: 40px; /*theme 21px*/
	line-height: 60px; /*lab169 added*/
}
#header h1 {
    font-size: 50px;
}
.home .post-grid-item:nth-child(3n+3), .archive .post-grid-item:nth-child(3n+3) { /*was index instead of home*/
    margin-right: 0;
}
.index .post-grid-item, .archive .post-grid-item {
    width: 100%;
}
.tm-menu {
    text-align: center;
}
.top-bar-social {
    float: none;
    width: 100%;
    clear: both;
    overflow: hidden;
}
.top-bar-social li {
    display: inline-block;
    float: none;
}
.share-art span {
display: none;
}
.ops-404 {
width: 80%!important;
}
.title-404 {
font-size: 160px!important;
}
#header {
   padding: 10px 0px 0;
}
}

@media only screen and (max-width: 640px) {
.jugas_footer_partners a {
    width: 147px;
    height: 66px;
}
}

@media only screen and (max-width: 480px) {
.scrollin-logo .logo-title { /*LAB169 added*/
    padding: 0;
}
body.item #content-wrapper, body.static_page #content-wrapper {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-top: 50px !important; /*LAB169 added*/
}
#sidebar-wrapper {
  max-width: 98%; /*LAB169 added*/
}
#header h1 {
    font-size: 40px;
}
.header-logo-desc p {
    font-size: 30px; /*theme 16px*/
	line-height: 45px; /*lab169 added*/
}
.titlewrapper div { /*lab169 added*/
    width: 240px; /*80%*/
    height: 240px;
}
.item .post-body, .static .post-body {
    padding-top:0;
}
.item .post-header, .static .post-header {
    padding-bottom:0;
}
.index .post h2,.archive .post h2, .sora-slide .ty-bonos-entry a, #first-post .post h2 {
line-height: 34px;
font-size: 23px;
}
h1.post-title {
font-size: 1.9em; /*was 22px*/
margin-bottom: 10px;
}
body.item .post-meta, body.static_page .post-meta{
   margin-top: 10px;
   margin-bottom: 20px;
}
#sidebar-wrapper {
max-width: 100%;
}
.share-title {
    display: none;
}
.share-art {
    float: none;
    text-align: center;
}
.related li {
width: 100%;
margin:0 auto;
}
.index .post-outer {
   padding: 0 0 5x;
}
.jugas_footer_partners a {
    width: 126px;
    height: 57px;
}
.jugas_footer_partners a img {
    margin: 0 15px 15px;
}
}

@media only screen and (max-width: 360px) {
.title-404 {
font-size: 150px!important;
}
.header-logo-desc p {
    font-size: 180%; /*theme 100%*/
	line-height: 150%; width: 100%; /*lab169 added*/
}
.titlewrapper div { /*lab169 added*/
    width: 210px; /*70%*/
    height: 210px;
}
#header h1 {
    font-size: 250%;
}
.foot-bar-social #socialfooter a {
    width: 25px;
}
.jugas_footer_partners a img {
    margin: 0 10px 15px;
}
}

@media only screen and (max-width: 300px) {
#sidebar-wrapper, .feat-slider-wrap {display:none}
.archive .post h2,.index .post h2, #first-post .post h2 {
line-height: 29px!important;
font-size: 15px!important;
}
article {
overflow: hidden;
}
#blog-pager {
padding: 0;
margin: 0;
}
.index .snippets,.archive .snippets {
display: none;
}
.share-art, .share-box .post-author {
float: none !important;
margin: 0 auto;
text-align: center;
clear: both;
}
.read-more-wrap, .post-labels {
float: none !important;
clear: both;
display: block;
text-align: center;
}
.ops-404 {
font-size: 20px!important;
}
.title-404 {
font-size: 120px!important;
}
h1.post-title {
font-size: 17px;
}
.share-box {
overflow: hidden;
}
.top-bar-social #social a {
width: 24px;
height: 24px;
line-height: 24px;
}
.second-meta .share-art a {
padding: 5px;
}
.comments .avatar-image-container {
display: none;
}
.comments .comment-block {
margin-left: 0 !important;
position: relative;
}
.jugas_footer_partners a {
    width: 105px;
    height: 48px;
}
.jugas_footer_partners a img {
    margin: 0 10px 10px;
}
}

@media only screen and (max-height: 550px) {
#header-wrapper {
  height: auto;
}
.index .fenix-sub-head {
    -webkit-transform: translateY(0rem);
    -ms-transform: translateY(0rem);
    transform: translateY(0rem);
}
}

/* --------------------------------------------------------------------- */
/* ON PRINTING
/* --------------------------------------------------------------------- */
.on-printing-only {display: none}
@media print
{    
    body.item .on-printing-only {display: block}
    .no-print, .no-print *, 
    body.item .scroll-header, body.static_page .scroll-header, 
    body.searchlabel .scroll-header,
    #sidebar-wrapper, #jugas_footer {display: none !important;}
   
    #body, #blog, .headline-wrapper.blog  {color: #000000; background: #ffffff;}
    .headline-wrapper.blog  {padding-top: 0;}
    .full-post {display: inline-grid}
}

/* ***************************************************************
              SEARCHLABEL (searchlabel) PAGE CSS 
                      added by LAB169
   *************************************************************** */
body.searchlabel .news_list {
    padding: 32px 0 50px 0;
    text-align: center;
}
body.searchlabel .news_list h1 {
    margin-top: 100px;
}
body.searchlabel #content-wrapper {
    padding-top: 540px;
}
body.searchlabel .post-grid:first-child .post-grid-item:first-child {
    position: absolute;
    top: -540px;
    margin: 0;
	padding: 0;
    width: 100%;
    height: auto;
}
body.searchlabel .post-grid:first-child .post-grid-item:first-child img {
    height: 530px;
}
body.searchlabel .post-grid:first-child .post-grid-item:first-child h2 {
    font-size: 3.3em;
    font-family: sans-serif;
    opacity: 1;
    top: 248px;
    width: 500px;
    text-align: left;
    line-height: 1em;
    text-transform: none;
    background: $redSite;
    background: var(--redSite);
    float: left;
    left: 5%;
    padding: 10px;
}
body.searchlabel .post-grid:first-child .post-grid-item:first-child font.retitle {
    opacity: 1;
}
body.searchlabel .post-grid:first-child .post-grid-item:nth-child(3n+4) {
    margin-right: 0;
}
body.searchlabel .post-grid:nth-child(n+2) .post-grid-item:nth-child(3n+3) {
    margin-right: 0;
}
body.searchlabel .main-wrapper {
float: none;
clear: both;
margin: 0 auto;
}
body.searchlabel .PopularPosts .item-content {
    padding-right: 10px;
}
body.searchlabel .PopularPosts .item-thumbnail, body.searchlabel .PopularPosts ul li img {
    width: 150px;
    height: 150px;
}
body.searchlabel .PopularPosts ul li a {
    font-size: 1.8em;
    line-height: 1.2em;
    margin-bottom: 10px;
}
body.searchlabel .PopularPosts .item-thumbnail::before {
    background: none;
}

/* ######## Responsive Css ######################### */
@media only screen and (min-width: 768px) {
body.searchlabel .PopularPosts .widget-content ul li {
    width: 50%;
    float: left;
}
}
@media only screen and (min-width: 980px) {
body.searchlabel .PopularPosts .item-snippet {
    display: block;
    font-size: inherit;
    padding-top: 8px;
}
}
@media only screen and (max-width: 768px) {
body.searchlabel .post-grid:first-child .post-grid-item:first-child h2 {
    top: 0;
    width: 80%;
    text-align: center;
}
body.searchlabel .post-grid:first-child .post-grid-item:first-child font.retitle {
    height: 100%;
}
}
@media only screen and (max-width: 480px) {
body.searchlabel .post-grid:first-child .post-grid-item:first-child h2 {
    font-size: 2.5em;
}
body.searchlabel #content-wrapper {
    padding-top: 415px;
}
body.searchlabel .post-grid:first-child .post-grid-item:first-child {
    top: -410px;
}
body.searchlabel .post-grid:first-child .post-grid-item:first-child img {
    height: 395px;
}
body.searchlabel .PopularPosts ul li a {
    font-size: 1.4em;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
body.searchlabel .PopularPosts .item-thumbnail, body.searchlabel .PopularPosts ul li img {
    width: 120px;
    height: 140px;
}
}
