/* bootstrap */
html {
    box-sizing: border-box;
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

[role=button], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

body {
   font-weight: 400;
   line-height: 1.5;
}

/*
Theme Name: WDD 2018 new
Theme URI: http://www.w3-markup.com/
Description: The WordPress theme design especially for WDD.
Version: 1.0
Author: W3-MARKUP
Author URI: http://www.w3-markup.com/
Tags: custom header, fixed width, sidebar
*/

/* css reset*/
html, body, div, span, applet, object, iframe,
h1, h2,fo 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, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, tr {
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
  list-style: none;
  text-decoration:none;
}



/* FONTS */


body {
 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

 
.fc-double .article-post-title ,
.flr-feat .article-post-title,
.fc-s-s .article-post-title {
 
   text-transform:uppercase!important;
  
}
 
.afp-lim2 .hp-cat a,
.afp-lim3 .hp-cat a,
#newsletter-button,
.w-pagination,
.mn-item,
.top-submenu a, 
.button,
button#wdn-popup-btn,
.frb-button
 {
 
 font-family: "proxima-nova-condensed",sans-serif;
 font-weight:700!important;
 
}


.article-post-title, 

.footer-block-title,
.sb-popular-posts-block-title,
.pop-block-title,
.sb-post-title,
.sb-post-lnk-sq  ,
.simplePullQuote,
.entry-content blockquote ,
.s-related-title,
#post-a-job-btn,
h1,h2, h3, h4, 
.sb-post-lnk-ov,
.job-type-select,
.job-type-price,
.job_form_label,
#newsletter-label,
.main-post-title,
.main-post-title a,
.single-first-letter,
 .article-post-title ,
.mit-title,
.form-label,

#job_type_block2 label,
.sb-post-info-2:after,
 .entry-content h2,
  .sweet-alert h2 
 
{ 
 font-weight:normal!important;
 
  
  font-family: "tablet-gothic-condensed",sans-serif!important;
  font-weight: 700!important;
  
  
}


 .multitext,
div.empoll_box .shareh3, div.empollcta h2, div.empoll_box,
#email-field, #search-field, #newsletter-email,
input,
body,
.entry-content {
 
  font-family: "acumin-pro",sans-serif;

  
}

*, ::after, ::before {
    box-sizing: inherit;
}

.article-post-title { line-height:1em; text-decoration:none; position:relative; color:#fff;}

/* bootstrap styles */
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

.flex-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}

.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}

.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.justify-content-start {
    -ms-flex-pack: start!important;
    justify-content: start!important;
}

@media screen and (min-width:768px ) {
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  
}  
  
  

/* common */

input[type=text], button {
  -webkit-appearance: none;
}

.col-md-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding:0 15px;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

/*.main-col-post-info,*/


/* ADS */
#mob-top-ads { 
 display:none;
 margin-top:30px;
 text-align:center;
}

.bsads-300 { 
  margin-bottom:30px;
}

#bsap_660 { line-height:0; font-size:0;}
#bsap_660 a { display:inline-block; margin-bottom:30px;}
 

/* MAIN */

html, body {
  height: 100%;
  margin: 0;
}

body {
 
  background:#fff;
  background:#e9ebee;
  
}



body.single-post { 
  background:#e9ebee;
  background:#fff;                                                          
}


.content { flex: 1; padding-right:30px; }

.page-content {
  padding:0px 90px;
  margin-bottom:0px;
}

.single-content {
  padding:0 50px 20px;

}

.overwrap { background:#fff; position:relative; z-index:2;}

.wrapper {
    display: flex;
    align-items: stretch;
    flex-wrap:wrap;
}

.single-post .wrapper {
  margin-bottom:30px;
  background:#fff;
  padding-top:50px;
}


/* pagination */
.jobs-pagination { margin-bottom:50px;}

.pagination-wrap {
  margin:30px 0 0px;
  width:100%; 
}

.mrg-top-zero { 
  margin-top:0px;
}

.w-pagination {
  text-align:center;
  
}

.w-pagination li { display:inline-block;}

.empoll_box .sharelinks .shareli:before,
.w-pagination li:after,
.w-pagination li:before { display:none!important;}

.pollor {
  box-sizing: intial;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  
  
}

#sidebar-poll {
  top: 50%;
  /*margin-top: -26px;*/
}

.w-pagination a{
   
    padding: 15px 30px;
    margin: 0 10px;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff ;
}

button#wdn-popup-btn,
.frb-button,
.button,
#newsletter-button, .w-pagination a {
     background: #191c1d ;
}

.w-pagination a.nb-prev,
.w-pagination a.nb-next {
    min-width: 140px;
    padding: 15px 10px;
    color:#fff;
}


button#wdn-popup-btn:hover {
  background: #202627;
  color:#fff;
}


/*.form-btn:hover,*/
.wpcf7-submit:hover,
.w-pagination a.nb-prev:hover,
.w-pagination a.nb-next:hover
{
  background: #202627;
  letter-spacing:0.15em;
  /*text-indent: 0.15em;*/
}

/* PAGE */

.nl-archive {
    padding-bottom: 40px;
}

.nl-archive > div {
    padding: 8px 0;
    line-height: 1.25em;
}

.nl-archive strong {
    color: #000;
}

.nl-archive-wrap a {
    font-weight: normal;
    cursor: pointer;
}

.nl-page-form-title {
    font-size: 36px;
    margin-bottom: 20px;
    color: #fff;
}

#wdd-newsletter-subscribe-form #join-nl-text {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
}

.wdd-nl-sbsf-inputs {
    margin-top: 20px;
}

#wdd-newsletter-newsletter-email, #footer-subscribe-email {
    width: 350px;
    height: 40px;
    padding: 0 10px;
    font-size: 16px;
    color: #849099;
    background: #fff;
    border: none;
    vertical-align: middle;
    outline: none;
}

#wdd-newsletter-subscribe-form {
    margin: 25px 0px 0;
    padding: 40px 20px;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.form-left, .form-right {
    width: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.form-left {
    float: left;
    padding-right: 20px;
}

.form-right {
    float: right;
    padding-left: 20px;
}

.form-label {
    font-weight: bold;
}

.wpcf7-text, .wpcf7-select, .wpcf7-captchar, .wpcf7-textarea {
    font-size: 16px;
    
    background: #fff;
    border: none;
}

.wpcf7-select, .wpcf7-text, .wpcf7-textarea {
    width: 100%;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 10px;
    height: 40px;
}

.wpcf7-textarea {
    height: 288px;
    padding: 10px;
}

.g-recaptcha {
    margin-bottom: 30px;
}


/* SIDEBAR */

#sb-sky-ads-stub {
   width:1px;
   height:600px;
   float:right;
}

#sb-sky-ads {
    width: 299px;
    float: left;
    padding-bottom:20px;
}

#sb-sky-ads.fixed {
    position: fixed;
    top: 30px;
}

#jobs-sidebar { min-width:200px; max-width:200px;
  /*
  background:#fff;
  padding:20px;
  */
}

#sidebar, .sidebar {
    min-width: 300px;
    max-width: 300px;
}

.short-sb .sovrn-onetag-ad {
  display:none;
}

.single-post #sidebar { 
  /*margin-top:30px;*/
  padding-right:0px;
  max-width:350px;
  max-width:300px;
  margin-top:0px;
  /*background:#fff;*/
}


#sidebar-poll {
  /*padding-left:40px;*/
  margin-bottom:30px;
}

#sidebar-poll  .empollcta{ display:none; }
#sidebar-poll .empoll_question { margin:0 30px;}
#sidebar-poll .empoll_box { padding:0;}
.multilia:hover .multiimg { opacity:0.9;}

.multili:before { 
  display:none!important;
}

#sidebar-poll .multiul.polloption-3 .multiimg, 
#sidebar-poll .multiul.polloption-4 .multiimg, 
#sidebar-poll .multiul.polloption-5 .multiimg, 
#sidebar-poll .multiul.polloption-6 .multiimg {
  width:80px;
  height:80px;
}

#sidebar-poll .multitext { color:#000;}

#sidebar-poll .multiul.polloption-verbose-wording.polloption-3 .multitext, 
#sidebar-poll .multiul.polloption-very-verbose-wording.polloption-3 .multitext {
  padding-left:20px;
}

#sidebar-poll .multiul.polloption-4 .multili {
  width:50%;
}

.sb-popular-posts { margin:30px 0;
background:#fff;
}

.sb-popular-posts.spp-dark {
  background:#191919;
  text-align:center;
  padding:0px 0px 0;
}

.sb-post-lnk-sq, .sb-post-lnk-sq:hover {
  
  text-decoration:none; 
  background:#FEBC3E;  
  color:#191919;
  text-align:center;
  position:relative;  
  font-size:24px;
  font-weight:bold;
      min-width: 40px;
    max-width: 40px;
    left:0;
  
}

.sb-post-info-2  {
  flex: 1;
  padding-left:20px;
  padding-right:20px;
  position:relative;
}

.sb-post-rows {
 counter-reset: sbnum; 
}

.sb-post-info-2:after {
  counter-increment: sbnum;                 /* Increment the value of section counter by 1 */
  content: counter(sbnum);
  position:absolute;   
  top:0;
  height:100%;
  right:-15px;
  font-size:66px;
  color: rgba(255,255,255, 0.1);
  display:flex;
  justify-content: center!important;
  flex-direction: column!important;
  
  
} 



.sb-popular-posts-block-title {
   /* 
   overflow:hidden;
   border-top:7px solid #FEBC3E;
   
   padding-top:4px;
   border-bottom:3px solid #191919 ;
   color:#000;
   position:relative;
   text-align:center;
   margin-bottom:20px;
   */
   
   text-transform:uppercase;
   font-size:24px;
   
   text-align:center;
   
   padding:2px 10px 2px;
   display:inline-block;
   
   
   /*width:130px;*/
   margin:0 auto 15px;
   /*
   padding:3px 5px;
   background:#FEBC3E;*/  
   color:#FEBC3E;
   background:#F8B147;
   position:relative;
   
   
}

/*
.sb-popular-posts-block-title:before {
    content:"";
    background:#FEBC3E;
    height:5px;
    position:absolute;
    left:0;
    width:100%;
    top:50%;
    margin-top:-2.5px;
}
*/

.sb-popular-posts-block-title > span {
  /*display:inline-block;
  padding:0 15px;*/
  color:#191919;
  position:relative;
}

.sb-post-row .hp-cat,
.sb-post-row  .hp-post-pub-info { text-align:left;}

/*
.sb-popular-posts-block-title:after,
.sb-popular-posts-block-title:before {
  content:"";
  position:absolute;
  top:0;
  left:-10px;
 
  height:100%;
  width:30px;
  background:#FEBC3E;
  
   -webkit-clip-path: polygon(0px 0, 10px 0, 30px 100%, 0 100%);
    clip-path: polygon(0px 0, 10px 0, 30px 100%, 0 100%);
}
*/


/*
.sb-popular-posts-block-title:after {
  left:auto;
  right:-10px;
  
 -webkit-clip-path: polygon(20px 0, 30px 0, 30px 100%, 0px 100%);
    clip-path: polygon(20px 0, 30px 0, 30px 100%, 0px 100%);
}
*/

/*
.sb-popular-posts:hover .sb-popular-posts-block-title:before {
 
  -webkit-clip-path: polygon(0px 0, 30px 0, 10px 100%, 0 100%);
    clip-path: polygon(0px 0, 30px 0, 10px 100%, 0 100%);
}
*/

/*
.sb-popular-posts:hover .sb-popular-posts-block-title:after {
  -webkit-clip-path: polygon(0px 0, 30px 0, 30px 100%, 20px 100%);
    clip-path: polygon(0px 0, 30px 0, 30px 100%, 20px 100%);
 
}
*/

.sb-post  { 
  position:relative;
  overflow:hidden;
  margin-top:30px;
}

.sb-post-row {
  position:relative;
  overflow:hidden;
  border-top:1px solid rgba(255,255,255, 0.5);
  
  /*border-bottom:1px solid rgba(0,0,0, 0.1);*/
  background:#fff;  
  background: #191c1d ;
  padding:15px 15px 15px 0px;
  /*height:130px;*/      
}

.sb-post-lnk-imgq  img{ 
    width:90px;
    height:90px;
    /*
    height:100%;
    */
}

.sb-post-rows:hover .sb-post-row {
  padding-top:5px;
  padding-bottom:5px;
  
}

.sb-post-rows .sb-post-row:hover {
  padding-top:55px;
  padding-bottom:55px;
} 



.sb-post-rows {
  /*height:650px;*/
}


.sb-post-row.scd {
  height:120px;
  /*padding:5px 15px 5px 0px;*/
}

.sb-post-row.scu {
  height:170px;
}


/*
.sb-post-row:hover .sb-post-lnk-imgq  img {
  height:130px;
}
*/

.sb-post-row:first-child {
  
  margin-bottom:0;
  
}

.sb-post-row:last-child {
  border-bottom:none;
}

.sb-post-lnk-ov { background: #fff; opacity:0; position:absolute;
left:0;
right:0;
top:0;
bottom:0;
z-index:3;
text-transform:uppercase;
 }

 
.sb-post-info { 
  
  position:absolute;
  left:0;
  bottom:0;
  text-align:left;
  width:100%;
  padding:10px;
  
  background: rgba(0,0,0,.85);
  padding:10px;
  
}


/*
.sb-post:hover .sb-post-info{
  background: rgba(0,0,0,.0);
}

.sb-post:hover .sb-post-title {
  opacity:0;
  transform: scale(2,2);
}

.sb-post:hover .sb-post-img  {
  transform: scale(1.5,1.5);
}

.sb-post-img-wrap {
  background:#000;
  display:block;
  
}
*/

.sb-post-row:hover .sb-post-bg-img  {
  transform: scale(1.5,1.5);
  -webkit-filter: grayscale(0);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity:1;
  
}

.sb-post-row:hover .sb-post-info-2 /* .sb-post-title*/ {
  opacity:0;
  transform:scale(2);
}

.sb-post-row:hover .sb-post-lnk-sq {
  left:-80px;
}

.sb-post-img { 
  display:block;
  width:100%;
  height:150px;
  
  /*
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  opacity:0.15;
  */
  
}

.sb-post-bg-img { 

/*
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  */
  
  opacity:0;
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  /*
  display:none;
  */
  

}

.sb-post-lnk-imgq  img,
.sb-post-bg-img,
.s-related-post img {
  object-fit: cover;
  max-width:100%;
}

.sb-post-title {  font-weight:bold; text-align:left; /*margin-top:10px;*/ position:relative; 
-webkit-line-clamp: 4;
 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  
}
.sb-post-title a { 
color:#fff; 

font-size:22px; 
line-height:1.2em; 
/*font-weight:normal;*/ }
.sb-post-row .sb-post-title a  { 
  
  /*text-transform:uppercase;*/
}

.sb-post-row .sb-post-title a:hover {
  text-decoration:none;
}

/*
#wrapper:after, #wrapper:before {
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:25px;
  height:100%;
  background: url(images/wdd-pattern-1.svg) repeat-y;
  background-size:100% auto;
}

#wrapper:after { left:auto; right:0;}
*/

#wrapper {
  min-height: 100%;
  padding-bottom:50px;
  margin-bottom: -50px;
  position:relative;
  overflow:hidden;
}

.content-block-w {
  max-width:1700px;
  margin:0 auto;
  position:relative;
}

.mcbp-list {
  margin-top:30px;
}

.content-block { 
  max-width:1300px;
  margin:0 auto;
  position:relative;
}

.category-freebies .content-block {
  /*
  max-width:none;
  padding-left:20px;
  padding-right:20px;
  */
}

.category-freebies .content-block-archive-list {
  /*
  max-width:none;
  padding-left:10px;
  padding-right:10px;
  */
}

.category-freebies .content { padding-right:0;}


/*
#header, #header-menu { 
 

}

#header {
  background:#000;
 
  position:relative;
  z-index:2;
 
  
   border-bottom-left-radius: 16px;;
  -moz-border-radius-bottomleft:16px;;
  -webkit-border-bottom-left-radius: 16px;;
  border-bottom-right-radius: 16px;;
  -moz-border-radius-bottomright: 16px;;
  -webkit-border-bottom-right-radius: 16px;;
}

.content-block-tp, #header {
   margin:0 auto;
   max-width:90%;
}

.top-submenu a{ 
  text-transform:uppercase;
  font-size:18px;
  margin:0 10px;
  display:inline-block;
  color:#fff;
 
  font-weight:normal;
  
}



.top-submenu a:hover { opacity:1;}
*/

/* MOBILE */

#m-side-menu {
    position: fixed;
    width: 100%;
    height: calc(100% - 94px);
    background: rgba(0,0,0,0.95);
    left: 0px;
    top: 94px;
    overflow: auto;
    z-index: 40;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left .2s linear;
    -moz-transition: left .2s linear;
    -ms-transition: left .2s linear;
    -o-transition: left .2s linear;
    transition: left .2s linear;
    display: none;
}

.m-sb-mode #m-side-menu {
    display: block;
}

.msml-blog-categories {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    padding: 0 10px;
}

.msml-blog-categories > div {
    display: inline-block;
    width: 100%;
}

.msml-blog-categories a {
    display: block;
    padding: 12px 10px;
    font-size: 13px;
    font-weight: bold;
    color: #ddd;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: #666 1px solid;
}

#mms-icon-blog {
    font-size: 32px;
    position:absolute;
    font-size: 28px;
    vertical-align: middle;
    display: none;
    left: 0;
    top: 50%;
    margin-top:-16px;
    color: #fff;
}


.hamburger-to-close {
  width: 26px;
  height: 33px;
  cursor: pointer;
}
.hamburger-to-close:before, .hamburger-to-close:after {
  content: '';
}
.hamburger-to-close .hamburger-middle, .hamburger-to-close:before, .hamburger-to-close:after {
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #fff;
  border-radius: 10px;
}
.hamburger-to-close .hamburger-middle {
  top: 50%;
  margin-top: -2px;
  -webkit-transition: -webkit-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
  transition: transform ease 200ms, -webkit-transform ease 200ms;
}
.hamburger-to-close:before {
  top: 7px;
  -webkit-transition: top 200ms ease 200ms, -webkit-transform ease 200ms;
  transition: top 200ms ease 200ms, -webkit-transform ease 200ms;
  transition: top 200ms ease 200ms, transform ease 200ms;
  transition: top 200ms ease 200ms, transform ease 200ms, -webkit-transform ease 200ms;
}
.hamburger-to-close:after {
  bottom: 8px;
  -webkit-transition: bottom 200ms ease 200ms, -webkit-transform ease 200ms;
  transition: bottom 200ms ease 200ms, -webkit-transform ease 200ms;
  transition: bottom 200ms ease 200ms, transform ease 200ms;
  transition: bottom 200ms ease 200ms, transform ease 200ms, -webkit-transform ease 200ms;
}
.opened-mode.hamburger-to-close .hamburger-middle {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 200ms ease 200ms;
  transition: -webkit-transform 200ms ease 200ms;
  transition: transform 200ms ease 200ms;
  transition: transform 200ms ease 200ms, -webkit-transform 200ms ease 200ms;
}
.opened-mode.hamburger-to-close:before {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top ease 200ms, -webkit-transform 200ms ease 200ms;
  transition: top ease 200ms, -webkit-transform 200ms ease 200ms;
  transition: top ease 200ms, transform 200ms ease 200ms;
  transition: top ease 200ms, transform 200ms ease 200ms, -webkit-transform 200ms ease 200ms;
}
.opened-mode.hamburger-to-close:after {
  bottom: 16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom ease 200ms, -webkit-transform 200ms ease 200ms;
  transition: bottom ease 200ms, -webkit-transform 200ms ease 200ms;
  transition: bottom ease 200ms, transform 200ms ease 200ms;
  transition: bottom ease 200ms, transform 200ms ease 200ms, -webkit-transform 200ms ease 200ms;
}

#header:before {
    content:"";
    position: relative;
    height: 9px;
    top: 0px;
    left: 0;
    width: 100%;
    display:block;
    background: url(images/svg/top-pattern-2.svg) repeat-x;
    /*background-size: 800px 100%;
    -webkit-background-size: 800px 100%;
    -moz-background-size: 800px 100%;
    */
    background-size: auto 100%;
    
    
}


#header, #header-menu { 
  
  /*
  background: #151515;
    */
    /*
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft:10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  */

}

#wdd-newsletter-subscribe-form,
#footer,
.popular-posts-block,
#header { 
       background: #191c1d;/* url(images/patterns/head-pattern2.png);*/
  
    
}
/*

#header  {
 background: #191c1d url(images/patterns/head-pattern2.png);
 background-size:9px 110%;
}
*/

#header {
  /*background: #191c1d url(images/svg/diagonal-stripes.svg);*/
  /*background: #191c1d url(images/svg/vertical-stripes.svg?v=16) repeat-x;*/
  /*background: #191c1d url(images/svg/head-pattern-3.svg) repeat-x; */
  

  
  /*
  background: rgba(0,0,0,0.85);
  height:80px;*/
  position:relative;
  z-index:3;
 
  
  /*
   border-bottom-left-radius: 16px;;
  -moz-border-radius-bottomleft:16px;;
  -webkit-border-bottom-left-radius: 16px;;
  border-bottom-right-radius: 16px;;
  -moz-border-radius-bottomright: 16px;;
  -webkit-border-bottom-right-radius: 16px;;
  */
   
}

/*
.content-block-tp, #header {
   margin:0 auto;
   max-width:90%;
}
*/
#header-top { 
  padding:20px 0;
  text-align:center;
}

#header-menu {
  text-align:center;
  /*background:#252727;*/
  background: rgba(0,0,0, 0.1);
  border-top:1px solid #2A2D2E;
  border-bottom:1px solid #2A2D2E;
}

#top-center { max-width:800px; margin:0 auto;}

.top-submenu {
  /*background: rgba(0,0,0, 0.1);*/
  min-width:260px;
  text-align:left;
}

.top-submenu-wrap:first-child .top-submenu {
  text-align: right;
}

.top-submenu .mn-item{ 
  /*text-transform:uppercase;*/
  font-size:22px;
  padding:15px 10px 10px;
  margin:0 0px;
  display:inline-block;
  color:#fff;
  color: rgba(255,255,255,0);
  font-weight:bold!important;
  /*letter-spacing:0.35em;*/
  position:relative;
  
  
}

.mn-wrap { 
  display:inline-block;
  position:relative;
}

/*
.top-submenu a:hover { text-decoration:none;
background: rgba(255,255,255,0.1);
 }
 */

.top-submenu .mn-item .mn-stb { 
  position:absolute; 
  left:0; 
  right:0;
  top:0; 
  text-align:center; 
  padding-top:15px;
  color:#fff;
  /*opacity:0.8;*/
}

.top-submenu .mn-item:hover .mn-stb {
  opacity:1;
}

.categories-drop-down:after {
  content: "";
  display:block;
  position:absolute;
  left:0;
  width:100%;
  background: rgba(255,255,255, 0);
  top:-20px;
  height:20px;
}

.categories-drop-down {
    display: none;
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    /*background: rgba(25,28,29, 0.99);*/
    background: #252929;
    box-sizing: border-box;
    width: 400px;
    position: absolute;
    top: 60px;
    left: 0px;
    z-index: 33;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    column-gap: 0px;
    text-align: left;
    -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 2px rgba(0,0,0,0.2);
    
    padding:10px 0;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
}

.mn-wrap:hover  .categories-drop-down {
  display:block;
}

.categories-drop-down a {
    white-space: nowrap;
    display: inline-block;
    font-size: 16px;
    text-transform:uppercase;
    color: #fff;
    padding: 5px 20px 5px 20px;
    
    text-decoration: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    -webkit-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.categories-drop-down a:hover, #apps-list a.app-lnk:after {
    /*background: rgba(255, 255, 255, 0.05);*/
    background: rgba(25,28,29, 0.99);
    color:#F8B147;
}

.article-post-info,
#search-field,
.top-submenu a .mn-stb,
.article-diagonal-post .article-post-img,
.top-submenu a:after,
.top-submenu .mn-item:after,
.article-diagonal-post   ,
.article-hp-content-wrap,
.article-hp-content,
.main-col-img,
.adp-content,
.article-post-img,
.sb-post-info,
.sb-post-title,
.sb-post-img,
.sb-popular-posts-block-title:before,
.sb-popular-posts-block-title:after,
.top-submenu a,
.top-submenu .mn-item,
.freebie-post-info,
/*#footer-tags a,*/
#search-form,
.afp-lim:hover h2 a,
.hp-post-pub-info, 
.hp-post-pub-info a,
#newsletter-email,
.frb-button,
.button,
.hs-lnk ,
#ft-tg-bg,
.w-pagination a,
#newsletter-button,
#newsletter-button > span,
.main-col-post-info,
.pop-block-title:before,
.pop-block-title,
.article-diagonal-post .adp-img-stub,
.sb-post-bg-img,
.sb-post-lnk-sq,
#footer-tags a > span,
.freebie-col-img-lnk,
.frb-button,
.button,
.inner-link-effect:before,
.author-bio-text a:before,
.inner-link-effect,
.freebie-post-img,
.sb-post-lnk-imgq  img,
.sb-post-row ,
.main-col-post-info-content,
.sb-post-info-2,
.entry-content a.inner-link-effect:after,
.jb-l-line:before,
.author-bio-text a:after  ,
.sweet-alert button
{ 
  
  transition: all  0.3s ease-out;
   
}

/*
.ah-cim-img {
transition: all  0.3s linear;
}
*/

.top-submenu a.mn-item:after {
  content:"";
  height:3px;
  bottom:3px;
  position:absolute;
  /*left:0;
  
  right:0;
  */
  left:50%;
  width:40%;
  
  background:#f8b047;
  transform:translateX(-50%) scaleX(0); 
}

.top-submenu .mn-item:hover:after {
   transform:translateX(-50%) scaleX(1);
}

/* WTF???? */
/*.top-submenu a:hover .mn-stb { letter-spacing:0.15em;}*/
.top-submenu .mn-item:hover { opacity:1;}

/*
#header-social-block {
  padding-left:35px;
  padding-top:35px;
}
*/

.hs-lnk {
  margin-right:10px;
  width:40px;
  height:40px;
  display:inline-block;
  /*color:#fff;*/
  /*background:#fff;*/
  border:1px solid #fff;
  border-radius:50%;
  font-size:20px;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:16px auto;
  /*opacity:0.8;*/
  position:relative;
}

.hs-lnk:hover { /*color:#fff;*/
  text-decoration:none;
  opacity:1;
  background-color:#fff;
}

.hs-lnk svg { 
  position:absolute;
  left:9px;
  top:9px;
  width:20px;
  height:20px;
  
}

.hs-lnk path{ fill: #fff; }

.hs-lnk:hover path { fill: #191C1D;}

/*
.hs-lnk.wicon-twitter { 
   background-image: url( images/svg/icons/tw-d.svg);
}

.hs-lnk.wicon-facebook { 
   background-image: url( images/svg/icons/fb-d-2.svg);
}

.hs-lnk.wicon-rss { 
   background-image: url( images/svg/icons/rss-d.svg);
}
*/
 
.hs-lnk.icon-twitter { 
   background: #36b5e8;
}

.hs-lnk.icon-facebook { 
   background: #3a5c8f;
}

.hs-lnk.icon-youtube { 
   background: #d8322f;
}


#header-social-block,
#nl-form,
#header-search { position:absolute; right:0; top:50%; margin-top:-23px;}

#nl-form { right:auto; left:0;}

#header-social-block { right:auto;left:0; margin-top:-20px;}
  
.search-wrap {
  float:right; 
  /*padding-right:20px;*/
  /*margin-top:20px;*/
  position:relative;
}

#search-form {
  height:0;
  overflow:hidden;
  position:relative;
  z-index:10;  
  background: #292D2E;
}

#search-form.active {
 height: 86px;
}



#email-field,
#search-field {
  
  -webkit-appearance: none; 
  height:46px;
  /*background: #3C4041;*/
  border:1px solid #656768;
  padding:0 10px;
  /*letter-spacing:0.1em;*/
  
  outline:none;
  font-size:18px;
  
  color:#fff;
  
  max-width: 1300px;
    
  position: relative;
  width:100%;
  display:block;
  margin:20px auto;
  text-align:center;
  
   color:#252727;
   background:#fff;
  
}


/*
#search-field:focus
 { 
   
   color:#252727;
   background:#fff;
}
*/

/*
#search-field::-webkit-input-placeholder { 
  color: #fff ;
  
}
#search-field::-moz-placeholder { 
  color: #fff;
  
}
#search-field:-ms-input-placeholder { 
  color: #fff;
  
}
#search-field:-moz-placeholder { 
  color: #fff ;
  
}
*/

#search-field:focus + #search-btn #search-icon-svg path { fill:#252727;}





.h-holder::-webkit-input-placeholder { 
  color: #757575 ;
  transition: all  0.3s ease-out;
}
.h-holder::-moz-placeholder { 
  color: #757575;
  transition: all  0.3s ease-out;
}
.h-holder:-ms-input-placeholder { 
  color: #757575;
  transition: all  0.3s ease-out;
}
.h-holder:-moz-placeholder { 
  color: #757575 ;
  transition: all  0.3s ease-out;
}




.h-holder:focus::-webkit-input-placeholder
 { 
  color: #252727 ;
}

.h-holder:focus::-moz-placeholder { 
  color: #252727;
}

.h-holder:focus:-ms-input-placeholder { 
  color: #252727;
}


.h-holder:focus:-moz-placeholder{ 
  color: #252727;
}



#search-btn { position:absolute; right:-10px; 
top:3px; 
/*
font-size:20px;

color:#fff;
*/
/*opacity:0.8;*/
width:40px;
height:40px;
/*
background: url(images/icon/search-icon-white.svg) no-repeat;
background-size:contain;
*/
}

/*
#search-btn.active > span,
#search-icon-svg path {
  transition: all  0.2s ease-out;
}
*/

#search-btn > span, #search-btn > svg {
  position:absolute;
  left:0;
  top:0;
  transition: all  0.2s ease-out;
  
}

#search-btn > span { 
  font-size:18px;
  
  left:-3px;
  top:-3px;
  color:#fff;
  width:100%;
  height:100%;
  background: url(images/svg/cross2.svg) no-repeat center center;
  background-size:24px auto;
  
  /*
  transform:scale(0) rotate(-180deg);
  */
  opacity:0;
}

#search-btn.active > span{ 
  
  
  /*
  animation: sIconAppearAnim 0.3s linear forwards;
  animation-delay: 0.05s;
  */
  
  
  
  /*transform:scale(1) rotate(0deg);*/
  opacity:1;
  transition-delay: 0.05s;
  
}

#search-btn.active > svg{ 
   /*
   animation: sIconDisppearAnim 0.3s linear forwards;
   */
   
  
  /*
  transform:scale(0) rotate(180deg);
  */
  opacity:0;
  
}

#search-btn.active2 > span{
   
  transition-delay: 0s;
  /*
  transform:scale(0) rotate(-180deg);
  */
  opacity:0;
  
  /*
  animation: sIconDisppearAnim 0.3s linear forwards;
  */
  
  
}

#search-btn.active2 > svg{ 
  
  /*transform:scale(1) rotate(0deg);*/
  opacity:1;
  transition-delay: 0.05s;
  /*
  animation: sIconAppearAnim 0.3s linear forwards;
  animation-delay: 0.05s;
  */
}


.w-logo.animated .vi-logo polygon{
  animation: viLogoAnim 1.95s linear forwards;
}

@keyframes sIconAppearAnim {
  0% {
     transform:scale(0) rotate(-180deg);
  }
  
  100% {
     transform:scale(1) rotate(0deg);
  }
  
}

@keyframes sIconDisppearAnim {
  0% {
     transform:scale(1) rotate(0deg);
  }
  
  100% {
     transform:scale(0) rotate(180deg);
  }
  
}


 
 #search-btn:hover { opacity:1; text-decoration:none;}

div.logo-wrap { 
  max-width:none; 
  width:100px; 
  padding:0;
  
  text-align:center;
}

.logo { background: url(images/logos/wdd.svg) no-repeat center center;
  display:inline-block;
  width:150px;
  height:94px;
  background-size:contain;
  position:absolute;
  left:0;
  top:0;
}
.w-logo {

 display:inline-block;
  width:150px;
  height:94px;
  background-size:contain;
  position:absolute;
  left:0;
  top:0;
}

.w-logo svg {
 
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;

}


.w-logo .ghost-logo polygon {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  stroke: #FBB239;
  stroke-width:5px;
  fill: rgba(255,255,255,0);
}

.w-logo.animated .ghost-logo polygon{
  animation: ghostLogoAnim 1.95s linear forwards;
}

.w-logo.animated .vi-logo polygon{
  animation: viLogoAnim 1.95s linear forwards;
}

@keyframes ghostLogoAnim {
  0% {
     
  }
  
  60% {
    opacity:1;
  }
  
  80% {
    
    opacity:0;
     
  }
  
  100% {
    stroke-dashoffset: 0;
    opacity:0;
     
  }
}

@keyframes viLogoAnim {
  0% {
     opacity:0; 
  }
  
  40% {
     opacity:0; 
  }
  
  60% {
     opacity:1; 
  }
  
 
  
  100% {
    opacity:1;
     
  }
}

.logo.active { display:inline-block;

}

.logo-anim-mask {
  display:inline-block;
  width:150px;
  height:94px;
  margin:0 10px;
  position:relative;

}



/*.logo.active:hover,*/.logomasked{
  z-index: 2;
  
  
  -webkit-mask: url("https://fitness.reebok.it/Assets/BMH/images/homeSlideTransition.png") no-repeat 0 0;
  -webkit-mask-size: 3000% 100%;
  /*-webkit-animation: logomasked 1s steps(29) infinite alternate;*/
  -webkit-animation: logomasked 1s steps(29)  alternate ;
  /*-webkit-animation-iteration-count: 2;*/
}

.logomasked2 {
  -webkit-animation: logomasked2 1s steps(29) alternate ;
}

@keyframes logomasked{
  
  from{
    -webkit-mask-position: 100% 0;
  }
  
  to{
    -webkit-mask-position: 0% 0;
  }
  
}


@keyframes logomasked2{
  
  from{
    -webkit-mask-position: 0% 0;
  }
  
  to{
    -webkit-mask-position: 100% 0;
  }
  
}


.logo.art1 {
  background-image:url("images/logos/art/Artboard 1.svg");
}

.logo.art2 {
  background-image:url("images/logos/art/Artboard 2.svg");
}

.logo.art3 {
  background-image:url("images/logos/art/Artboard 3.svg");
}

.logo.art4 {
  background-image:url("images/logos/art/Artboard 4.svg");
}


.logo.art5 {
  background-image:url("images/logos/art/Artboard 5.svg");
}

.logo.art6 {
  background-image:url("images/logos/art/Artboard 6.svg");
}

.logo.art7 {
  background-image:url("images/logos/art/Artboard 7.svg");
}

.logo.art8 {
  background-image:url("images/logos/art/Artboard 8.svg");
}

.logo.art9 {
  background-image:url("images/logos/art/Artboard 9.svg");
}

.logo.art10 {
  background-image:url("images/logos/art/Artboard 10.svg");
}

.logo.art11 {
  background-image:url("images/logos/art/Artboard 11.svg");
}

.logo.art12 {
  background-image:url("images/logos/art/Artboard 12.svg");
}

.logo.art13 {
  background-image:url("images/logos/art/Artboard 13.svg");
}

.logo.art14 {
  background-image:url("images/logos/art/Artboard 14.svg");
}

.logo.art15 {
  background-image:url("images/logos/art/Artboard 15.svg");
}

.logo.art16 {
  background-image:url("images/logos/art/Artboard 16.svg");
}

/*
#header-menu {
  height:90px;
  max-width:700px;
  margin:0 auto;
  
}
*/


/* PARTS */


/* pop section */

.popular-posts-block { 
  /*border-radius:16px;*/
  /*background:#151515;*/
  padding:0px 35px 25px;
  margin-bottom:30px;
  position:relative;
  z-index:2;      
  text-align:center;
}

.pop-bg-img {
  
  position:absolute;
  left:0;
  
  top:0;
  width:100%;
  height:100%;
  
  
  
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  opacity:0.15;
  
}

.pop-bg-img,
.sb-post-img  {
  object-fit: cover;
}


.pop-posts-items { 
  /*margin:0 -20px;
  /*padding:0 3.1%;*/
  /*padding:0 3.1% 0 4.2%;*/
  /*padding:0 2.1% 0 2.8%;*/
  padding:0 10px;
}

.popular-posts-block .article-diagonal-post { padding:0 15px;
  
} 

.pop-block-title {
  font-size:26px;
  line-height:1em;
  
  display:inline-block;
  
  background-color:#F8B147;
  padding:8px 10px 8px;
  color:#000;
  
  
  text-align:center;
  /*color:#FBB239;
  
  
  /*
   background: repeating-linear-gradient(
    -55deg,
    #191C1D,
    #191C1D 7px,
    #FBB239 7px,
    #FBB239 14px
    );
    */
    
    
  
  text-transform:uppercase;
  position:relative;
  z-index:2;
  
  left:0;
  
  /*
  line-height:1em;
  color:#151515;
  background:#F8B147;
  display:inline-block;
  padding:2px 10px;
  */

  margin:0px 0 30px;
  
}

.pop-block-title > span { position:relative; z-index:2;}

/*
.pop-block-title:before {
  content:"";
  position:absolute;
  background-color:#F8B147;
  left:0;
  top:0;
  width:100%;
  height:100%;
}
*/

.pop-block-title:hover:before { 
  left:-15px;
  width:calc(100% + 30px);
}

.pop-block-title:hover {
  letter-spacing:0.1em;
  
  /*left:-10px;
  /*padding-left:15px;
  padding-right:15px;*/
  
  text-decoration:none;
  color:#000;
 }

/*
.pop-block-title:after {
  
  
  content:"";
  display:block;
  position:absolute;
  left:0;
  bottom:-5px;
  width:100%;
  
  background: repeating-linear-gradient(
    -45deg,
    #191C1D,
    #191C1D 4px,
    #FBB239 4px,
    #FBB239 7px
    );
    
    height:4px;
 }
 */


/* FOOTER */


#footer-wrap {

}

#newsletter-form {
  padding:30px;
  background: #FCBC3E;
}

#newsletter-label {
  text-align:center; 
  color:#000;
  font-size:36px;
  line-height:1em;
  text-transform:uppercase;
  text-decoration:none;
  font-weight:bold;
  margin-right:20px;
  /*padding-right:20px;*/
}

#newsletter-label > div { font-size:22px; margin-top:-5px;}

#newsletter-email-wrap {
  display:inline-block;
  width:40%;
  
}

#newsletter-email {
  width:100%;
  height:60px;
  padding-left:10px;
  border:none;
  outline:none;
  font-size: 18px;
  /*letter-spacing:0.1em;*/
}

#newsletter-email-wrap {  font-size:13px;}
#newsletter-email-wrap a, #newsletter-email-wrap {
color:#333;
}
#newsletter-email-wrap a { text-decoration:underline;}
#newsletter-email-wrap input[name=nl_agree_chk] { vertical-align:middle;}

#newsletter-email:hover, #newsletter-email:focus {
   background:#3C4041;
   color:#fff;
}

#newsletter-button-wrap { 
width:110px;
}

 button#wdn-popup-btn,
.sweet-alert button,
.frb-button,
.button {
  position:relative;
  
  padding-left:15px;
  padding-right:15px;
  
  color:#fff;
  font-size:18px;
  text-transform:uppercase;
  height:60px;
  font-weight:bold;
  text-align:center;
  display:inline-block;
  border:none;
  vertical-align:top;
}

.yw-button {
  background:#FCBC3E;
  color:#000;
}

.wpcf7-subm-btn-wrap {
  padding-top:20px;
  text-align:center;
}

.wpcf7-submit { width:auto; padding-top:5px; }
.wpcf7-subm-btn-wrap  .wpcf7-submit:hover { /*width:220px;*/ padding-left:40px; padding-right:40px;}

input.yw-button:hover {
  background:#FCBC3E;
  opacity:0.9;
}

.entry-content a.frb-button,
.entry-content a.button,
a.frb-button,
a.button {
  padding-top:17px;
  color:#fff;
}

.sweet-alert button:hover,
a.frb-button:hover,
a.button:hover { 
  text-decoration:none;
  color:#fff;
}

#btn_sendform { width:130px;}
#btn_sendform:hover { width:160px;  letter-spacing:0;}

.sweet-overlay{background-color:rgba(0,0,0,0.4);position:fixed;left:0;right:0;top:0;bottom:0;display:none;z-index:1000}
.sweet-alert{background-color:white;font-family:'Open Sans', sans-serif;width:478px;padding:17px;border-radius:5px;text-align:center;position:fixed;left:50%;top:50%;margin-left:-256px;margin-top:-200px;overflow:hidden;display:none;z-index:2000}@media all and (max-width: 540px){.sweet-alert{width:auto;margin-left:0;margin-right:0;left:15px;right:15px}}
.sweet-alert h2{color:#222;font-size:20px; line-height:24px; text-align:center; /*text-transform:uppercase;*/ 
font-weight:bold;position:relative; padding-top:5px;}
.sweet-alert p{color:#797979;font-size:16px;text-align:center;font-weight:300;position:relative;margin:0;line-height:normal}

.sweet-alert button {margin:26px 5px 15px 5px;cursor:pointer; font-size:16px; line-height:38px;}

.sweet-alert {
  background-color: white;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }
  @media all and (max-width: 540px) {
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; } }

  .sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
  .sweet-alert fieldset {
    border: none;
    position: relative; }
  .sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s; }
    .sweet-alert .sa-error-container.show {
      padding: 10px 0;
      max-height: 100px;
      webkit-transition: padding 0.2s, max-height 0.2s;
      transition: padding 0.25s, max-height 0.25s; }
    .sweet-alert .sa-error-container .icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: white;
      line-height: 24px;
      text-align: center;
      margin-right: 3px; }
    .sweet-alert .sa-error-container p {
      display: inline-block; }
  .sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
      content: "";
      width: 20px;
      height: 6px;
      background-color: #f06e57;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -9px; }
    .sweet-alert .sa-input-error::before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .sweet-alert .sa-input-error::after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .sweet-alert .sa-input-error.show {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  .sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .sweet-alert input:focus {
      outline: none;
      box-shadow: 0px 0px 3px #c4e6f5;
      border: 1px solid #b4dbed; }
      .sweet-alert input:focus::-moz-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus:-ms-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus::-webkit-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
    .sweet-alert input::-moz-placeholder {
      color: #bdbdbd; }
    .sweet-alert input:-ms-input-placeholder {
      color: #bdbdbd; }
    .sweet-alert input::-webkit-input-placeholder {
      color: #bdbdbd; }
  .sweet-alert.show-input input {
    display: block; }
  .sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative; }
  .sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden; }
   
  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px; }
  .sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
    .sweet-alert .sa-icon.sa-error {
      border-color: #F27474; }
      .sweet-alert .sa-icon.sa-error .sa-x-mark {
        position: relative;
        display: block; }
      .sweet-alert .sa-icon.sa-error .sa-line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #F27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          left: 17px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          right: 16px; }
    .sweet-alert .sa-icon.sa-warning {
      border-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #fab23a; }
      .sweet-alert .sa-icon.sa-warning .sa-dot {
        position: absolute;
        width: 7px;
        height: 7px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #fab23a; }
    .sweet-alert .sa-icon.sa-info {
      border-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #C9DAE1; }
    .sweet-alert .sa-icon.sa-success {
      border-color: #A5DC86; }
      .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
        content: '';
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .sweet-alert .sa-icon.sa-success::before {
        -webkit-border-radius: 120px 0 0 120px;
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
        transform-origin: 60px 60px; }
      .sweet-alert .sa-icon.sa-success::after {
        -webkit-border-radius: 0 120px 120px 0;
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0px 60px;
        transform-origin: 0px 60px; }
      .sweet-alert .sa-icon.sa-success .sa-placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .sweet-alert .sa-icon.sa-success .sa-fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .sweet-alert .sa-icon.sa-success .sa-line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
          width: 25px;
          left: 14px;
          top: 46px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
          width: 47px;
          right: 8px;
          top: 38px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .sweet-alert .sa-icon.sa-custom {
      background-size: contain;
      border-radius: 0;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@-webkit-keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s; }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9; }

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9; }


  
.sa-success.animate ~ .sa-button-container button.confirm { background:#191c1d; }

#newsletter-button{
  /*margin-left:10px;*/
  position:relative;
  left:0;
  width:110px;
  /*background:#000;*/
  color:#fff;
  font-size:18px;
  text-transform:uppercase;
  height:60px;
  border:none;
  font-weight:bold;
  text-align:center;
  padding:0;
  display:inline-block;
  cursor:default;
  
}

.frb-button:hover,
.button:hover,
#newsletter-button:hover {
    /*
    background:#fff;
    color:#191c1d;
    */
    background:#202627;
}

#newsletter-button:hover {
  /*left:-15px;
  width:140px;
  */
  text-decoration:none;
}

.button:hover
/*#newsletter-button:hover > span*/
{
  
  /*letter-spacing:0.15em;*/
  
}


#footer-tags { 
  margin:20px 0;  
  padding:20px 0 0px;
  border-top:1px solid rgba(255,255,255, 0.1);
  
  text-align:Center;
  position:relative;
  max-height:130px;
  overflow:hidden;
}

.footer-sep {
  
  height:1px;
  background:rgba(255,255,255, 0.1);
  margin-bottom:20px;
   
}


#ft-tg-bg {
  position:absolute;
  opacity:0;
  border:1px solid #FCBC3E;
  border-radius:2px;
  
}

#ft-tg-bg.active { opacity:1; }



#footer-tags a { 
  /*color:rgba(255,255,255,0.6);*/
  display:inline-block;
  
  
  /*
   background: linear-gradient(to right, #A3A4A4, #A3A4A4);
    -webkit-background-clip: text;
    color: transparent;*/
    
   /*
      
      background: linear-gradient( #FCBC3E , #FCBC3E) no-repeat 0 0;
      background-size: 0 100%;
  */
     
  border:1px solid rgba(255,255,255,0.8);
  border-radius:2px;
  
  margin:0 5px 10px;
    
}



#footer-tags a > span {
  display:inline-block;
  /*color:#c3c4c4;*/
  color: rgba(255,255,255, 0.8); 
  padding:2px 6px;
  /*background: rgba(255,255,255, 0.05);*/
  /*opacity:0.6;*/
  text-transform:lowercase;
  /*
  
  
   
     -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    	to right,
	    #FCBC3E,
	    #FCBC3E 50%,
	    #A3A4A4 50%);
	    background-size: 200% 100%;
	    background-position: 100%;
      */
      position:relative;
      /*mix-blend-mode: multiply ;*/
      
      
}

/*
#footer-tags a > span:after {
  content:"";
  position:absolute;
  left:-1px;
  top:-1px;
  width:100%;
  height:100%;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
   border:1px solid #FCBC3E;
  border-radius:2px;
  
  
  -webkit-clip-path: polygon(0px 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0px 0, 0 0, 0 100%, 0 100%);
   
}
*/

#footer-tags a.anim > span {
  transition: all 0.3s cubic-bezier(0.000, 0.000, 0.230, 1);
}

#footer-tags a.anim > span:after {
  transition: all 0.3s ease-out;
}

#footer-tags a.reversed > span {
  background-position: -100%;
}

#footer-tags a.reversed > span:after{
   -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
   clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);

}

#footer-tags a.over > span:after {
     -webkit-clip-path: polygon(0px 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0px 0, 100% 0, 100% 100%, 0 100%);
}

#footer-tags a:hover > span { color:#FCBC3E; }

#footer-tags a.over > span{ /*opacity:1; text-decoration:None;*/
  /*
  background: linear-gradient(to right, #FCBC3E, #FCBC3E);
  -webkit-background-clip: text;
  */
  text-decoration:None;
  
  
  
  background-position: 0%;
  /*animation: stripeAnimation 0.3s linear forward;*/
}

@keyframes stripeAnimation {
  to {
    background-size:100% 100%;
  }
}


#footer-nav-links {  text-align:center; margin-top:20px;}
#footer-nav-links a{color: rgba(255,255,255, 0.8); display:inline-block; margin:0 10px;}
#footer-nav-links a:hover { color:#FCBC3E;}
.footer-copy { text-align:center;  margin-top:20px;
color: rgba(255,255,255, 0.8);
}

.footer-copy,
#footer-nav-links,
#footer-tags a > span {
  font-size:15px;
}

.se-icon { 
  display:block; 
  margin-bottom:10px; 
  text-decoration:none;
  color:#3f3c35;
  font-size:24px;
  position:relative;
}

 .sei-icon {
   font-size:24px;
   position:absolute;
   left:0;
   top:0;
   color:#fab23a;
   
   -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    
    -webkit-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
   
 }

#footer-shares { 
  margin-top:20px;
  padding-bottom:20px;
  text-align:center;
}

#footer-shares .se-icon{ color:#c2c2c2; display:inline-block; vertical-align:middle; margin-bottom:0;}

#footer-shares .fts-label:hover .fts-count
{ color:#fab23a;}

.fts-label:hover { text-decoration:none;}

#footer-shares .fts-label:hover .sei-icon { 
-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
 }

.fts-count { font-size:12px; color:#c2c2c2; display:inline-block; vertical-align:middle;
}

.fts-label { display:inline-block; margin:0 10px;}

#footer {
   
   padding:0 0 20px 0;
   color:#fff;


   /*
   border-top-left-radius: 16px;
   -moz-border-radius-topleft: 16px;
   -webkit-border-top-left-radius: 16px;
   border-top-right-radius: 16px;
   -moz-border-radius-topright: 16px;
   -webkit-border-top-right-radius: 16px;
   */
   
}

.footer-block-content { 
  padding:20px; 
  /*border-radius:16px;*/
  background:#3F4247;
 }
 
 .footer-block-title { font-size:20px; color:#fff; margin-bottom:20px;}

/* POSTS */

.article-post { max-width:1400px; margin:0 auto 40px; position:relative;}

.hpppi-separator { opacity:0.75;}
#article-header .hpppi-separator { padding:0 5px;}

.adp-content { position:relative; left:0;}
.adp-img { position:relative; display:block;}


.article-post-info-wrap {
  position:absolute;
  bottom:0;
  right:0;
  left:0;
  z-index:2;
}


.article-post-info-cont {
  margin:0 auto;
}

#article-header .article-post-info-cont { text-align:center;}

.popular-posts-block .article-post-info-cont {
  padding:0 15px;
  text-align:center;
}

.popular-posts-block .article-post-info-wrap { 
  position:relative;
}

.article-post-info { 
  max-width:1000px;
  margin:0 auto;
  padding:20px 20px 20px 20px;
  background: rgba(0,0,0,0.85);
  
/*  
  border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
text-align:center;
*/
}

.afp-lim3 .article-post-info,
.afp-lim2 .article-post-info,
.afp-lim .article-post-info {
   /*
   background:none;
   */
}

.fc-r-1 h2 a,
.afp-lim h2 a,
.afp-lim2 h2 a,
.afp-lim3 h2 a {
  /*
  background: rgba(0,0,0,0.85);
  box-shadow: 20px 0 0 rgba(0,0,0,.85),-20px 0 0 rgba(0,0,0,.85);
  */
  
  /*
  background: rgba(255, 255, 255,0.85);
  box-shadow: 10px 0 0 rgba(255,255,255,.85),-10px 0 0 rgba(255,255,255,.85);
  color:#000;
  */
  
  /*
  background: rgba(0, 0, 0,0.8);
  box-shadow: 10px 0 0 rgba(0,0,0,.8),-10px 0 0 rgba(0,0,0,.8);
  color:#fff;
  
  
  padding:5px 0 0px;
  */
  
  line-height:1.1em;
  
}

/*
.afp-lim3 h2 a,
.afp-lim2:nth-child(1) h2 a {
  text-decoration:underline;
}
*/


.fc-r-1 .article-feat-post:hover h2 a,
.afp-lim:hover h2 a,
.afp-lim2:hover h2 a {
  /*background: rgba(0, 0, 0,0.85);
  box-shadow: 10px 0 0 rgba(0,0,0,.85),-10px 0 0 rgba(0,0,0,.85);
  color:#fff;*/
}

.afp-lim .hp-post-pub-info,
.afp-lim2 .hp-post-pub-info,
.afp-lim3 .hp-post-pub-info
 {
  display:inline-block;
  /*box-shadow: 10px 0 0 rgba(0,0,0,.95),-10px 0 0 rgba(0,0,0,.95);*/
  /*
  background: rgba(0, 0, 0,0.8);
  
  padding:2px 5px;*/
  text-transform:uppercase;
  
}

.afp-lim3 .hp-post-pub-info,
.afp-lim2 .hp-post-pub-info,/*, .afp-lim2 .hp-post-pub-info a,*/
.afp-lim .hp-post-pub-info/*, .afp-lim .hp-post-pub-info a*/ {
  color: #fff;
  color: #898989;
  font-size:13px;
  position:relative;
}

.afp-lim2:hover .hp-post-pub-info,
.afp-lim:hover .hp-post-pub-info {
  /*background: rgba(255, 255, 255,0.95);*/
}

.afp-lim2:hover .hp-post-pub-info,/*, .afp-lim2:hover .hp-post-pub-info a,*/
.afp-lim:hover .hp-post-pub-info/*, .afp-lim:hover .hp-post-pub-info a*/ {
  /*color:#000;*/
}

.popular-posts-block .article-post-info { 
  background:none; 
  margin-left:-40px; 
}

.popular-posts-block .article-diagonal-post:last-child .article-post-info  {
  margin-left:0;
  padding-right:0;
}

.api-title-wrap { display:inline-block; position:relative; padding-top:30px;}

/*#feat-cols .article-feat-post.afp-lim3:nth-child(2) .article-post-title,*/
.article-post-title {
  font-size:45px; 
  line-height:1.1em; 
/*font-weight:bold; /*margin-bottom:20px;*/ 
  display:inline-block;
}

.fc-double .article-post-title {
  font-size:42px!important;
}


.main-single-title,
.single-title { 
  font-size:58px;
  color:#000;
}

.main-single-title span { 
  
  color:#fff  ;
  
  /*
  background: rgba(0,0,0, 0.85);
  box-shadow: 20px 0 rgba(0,0,0, 0.85), -20px 0 rgba(0,0,0, 0.85);
  */
  
}

#feat-cols.fc-r-1 .article-feat-post.afp-lim:nth-child(1) .article-post-title,
.single-title {
  color:#fff  ;
  position:relative;
  line-height:1.2em;
  text-transform:uppercase;
  margin-bottom:10px;

}

.stiw-pinfo .hp-post-pub-info-content { 
     /*background: rgba(0,0,0, 0.85);*/
}

.single-title-im-content {
  background: rgba(0,0,0, 0.85);
  padding:20px;
  
}

.single-excerpt { 
  /*opacity:0.7;*/
  clear:both;
  margin:0px 0 0; 
  
}

.wpcf7-form { 
  margin-top:20px;
}

.single-excerpt p, .entry-content .single-first-p {
  font-size:22px;
  margin-top:-10px;
  padding-top:0;
  color:#000;
  line-height: 1.5em;
}

 .entry-content.page-content .single-first-p {
   max-width:none;
   color:#fff;
 }

.single-content-block { background:#fff;}
.single-title-wrap {
  padding:60px 50px 30px;
  /*max-width:700px;
  margin:0 auto;
  */
  
  /*padding:60px 90px 30px;*/
  /*
  padding:20px;
  background:rgba(0,0,0,0.85);
  position:absolute;
  z-index:2;
  left:0;
  bottom:0; */
  
  width:100%;
  text-align:left;
}


#feat-cols.fc-s-s {
  height:470px;
}

#feat-cols.fc-s-s .article-feat-post:nth-child(1){ 
    width:100%;
    
}

.fc-s-s .article-feat-post-cont {
  width:100%;
  background: #191c1d;
}

.fc-s-s .feat-img-lnk{
  width:60%;
  overflow:hidden;
  border-right:5px solid #000;
  position:relative;
}

#feat-cols.fc-s-s .article-post-info-wrap { 
  width:40%;
  position:relative;
  bottom:0;
  padding:20px 30px;
}

.fc-s-s .article-post-info-cont { margin:0;}
.fc-s-s .article-post-title { font-size:48px;}
.fc-s-s .hp-excerpt { font-size:19px;
-webkit-line-clamp: 7;
  max-height:none;
}
 

#feat-cols.fc-s-s .article-feat-post:nth-child(1) .article-post-info {
  padding:0;
  background:none;
  max-width:none;
}

/*
.feat-posts-list .fc-s-s .hp-post-pub-info { color:#000;}
.fc-s-s .article-post-title, .fc-s-s .article-post-title a  {color:#000;}
*/


#article-header .article-post-title { font-size:55px;}

#feat-cols.fc-triple .article-feat-post.afp-lim3:nth-child(1) .article-post-title,
#feat-cols.fc-triple .article-feat-post.afp-lim3:nth-child(2) .article-post-title,
#feat-cols.fc-triple .article-feat-post.afp-lim3:nth-child(3) .article-post-title {
  font-size:42px;
}

#feat-cols.fc-2-1-2 .article-feat-post.afp-lim3:nth-child(1) .article-post-title,
#feat-cols.fc-2-1-2 .article-feat-post.afp-lim3:nth-child(2) .article-post-title,
#feat-cols.fc-2-1-2 .article-feat-post.afp-lim3:nth-child(4) .article-post-title,
#feat-cols.fc-2-1-2 .article-feat-post.afp-lim3:nth-child(5) .article-post-title {
  font-size:30px;
}

#feat-cols.fc-2-1-2 .article-feat-post.afp-lim3:nth-child(3) .article-post-title {
  font-size:59px;
}


.article-post-title a { color:#fff;}

/*
.afp-lim3   .article-post-title,
.afp-lim2   .article-post-title  { margin-left:10px;}
*/

.hp-cat {

  line-height:1em;
  display:block;
  margin-bottom:5px;
  text-transform:uppercase;
}

.sb-post-row .hp-cat {
  margin-bottom:0;
}

.pop-posts-items .hp-cat {
  margin:-33px 0 15px;
}

.pop-posts-items .hp-cat a,
.pop-posts-items .hp-cat a:hover
 {color:#151515; text-decoration:none;
   background:#F8B147;
  display:inline-block;
  padding:4px 6px;
 }


/*
.list-post .hp-cat:before {
  background: #F8B147;
  display:inline-block;
  width:15px;
  height:6px;
  vertical-align:middle;
  content:"";
  position:relative;
  line-height:1em;
  margin-right:3px;
  top:-1px;
  
}
*/

/*
#feat-cols .hp-cat {
  margin-top:-35px;
}
*/

.hp-cat a { 

  /*display:inline-block; background:#F8B147; color:#000;
  padding:3px 5px;*/

  font-weight:bold;
  color:#F8B147;
  /*font-weight:bold;*/
  
  font-size:13px;

  /*color:#151515;
  /*
  font-family: "Forza A", "Forza B";
  font-style: normal;
  font-weight: 400;
  */
  position:relative;
  
}

/*
.hp-cat a:after {
  content:"";
  display:inline-block;
  
  width:2px;
  
 
  height:12px;
  margin-left:5px;
  position:relative;
  top:1px;
  background:#F8B147;
  transform: skewX(-15deg);
}
*/

.feat-posts-list .afp-lim  .hp-cat a,
#article-header .hp-cat a {
  font-size:15px;
  background:#F8B147;
  color:#151515;
  display:inline-block;
  padding:4px 5px;
}

.afp-lim .hp-cat,
#article-header .hp-cat {
  margin-bottom:10px;
  margin-top:-30px;
}


/*.llr-tw .list-post:nth-child(12n+1) .hp-cat a,*/



.afp-lim3 .hp-cat a,
.afp-lim2 .hp-cat a {
  color:#F8B147;
  /*background-color:#F8B147;*/
  position:relative;
  /*padding:5px 5px 5px 10px;*/
  /*padding:5px;
  height:26px;*/
  display:inline-block;
  
  font-size:14px;
}

/*
.afp-lim3 .hp-cat a:after,
.afp-lim2 .hp-cat a:after {
  content:"";
  position:absolute; 
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 15px 0 0;
  border-color: #f8b147 transparent transparent transparent;
  top:0;
  right:-15px;
}
*/


.adp-img .article-post-img,
.article-post-img { display:block;
  width:100%;
 
  object-fit: cover;
}

.lnk-aastub { position:absolute; left:0; top:0; width:100%; height:100%;}

.adp-img  .article-post-img{ /*height:610px;*/ height:500px; position:relative;  }
.popular-posts-block .adp-img  .article-post-img{ /*height:400px;*/ height:280px;}

.freebie-col-img-lnk-wrap { position:relative; width:100%; height:270px;}

.freebie-col-img-lnk { 
  position:relative; 
  height:270px; 
  overflow:hidden; 
  width:100%;
  display:block;
  left:0;
  top:0;
}

.freebie-list-item:hover .freebie-col-img-lnk {
  /*
  left:-10px;
  top:-10px;
  width:calc(100% + 20px);
  height:258px;
  max-width:none;
  */
  
}

/*
.freebie-grid-item:hover  .freebie-col-img-lnk {
  
  left:-20px;
  top:-20px;
  width:calc(100% + 40px);
  height:220px;
  max-width:none;
  
}
*/
 

.freebie-post-info  {
  margin-top:10px;
}

/*
.freebie-post-info { 
  
  padding:20px;
  background: rgba(0,0,0, 0.85);
  position:absolute;
  bottom:0;
  width:100%;
  left:0;
}

.freebie-post:hover .freebie-post-info {
  left:-10px;
  width:calc(100% + 20px);
  padding-left:30px;
  padding-right:30px;
}
*/

img.freebie-post-img { 
  position:absolute;
  width:  100%;
  height: 100%;
  left:0;
  top:0;
  
 
  max-width:none;
}


/*.freebie-grid-item:hover .freebie-post-img,*/
/*
.freebie-list-item:hover .freebie-post-img{
 
  
   left:-10px;
  top:-10px;
  width:calc(100% + 20px);
  height:calc(100% + 20px);
}
*/
.freebie-grid-item:hover .freebie-post-img {
transform:  scaleX(1.2) scaleY(1.2) ;
}


.freebie-col-img-lnk-wrap , .freebie-col-img-lnk { height:308px}

.freebie-grid-item:nth-child(5n+1) .freebie-col-img-lnk-wrap , .freebie-grid-item:nth-child(5n+1) .freebie-col-img-lnk, 
.freebie-grid-item:nth-child(5n+2) .freebie-col-img-lnk-wrap , .freebie-grid-item:nth-child(5n+2) .freebie-col-img-lnk{
 height:430px;
}

.freebie-list-item .freebie-post-img {
  position:relative;
  /*
  width:100%!important;
  height:248px!important;
  left:0!important;
  top:0!important;
  */
  
}
 



.popular-posts-block .article-post-title { font-size:26px; line-height:1.2em;}
.popular-posts-block .hp-post-pub-info { font-size:12px;}

.sidebar-post,
.sb-popular-posts-block .list-post { padding:0 0 15px; width:100%; height:100px; margin-bottom:15px;
border-bottom:1px solid #eee;
}
/*
.sb-popular-posts-block .hp-excerpt,
.sb-popular-posts-block .hp-post-pub-info { display:none;}
*/
.sb-popular-posts-block .main-post-title a { word-break: break-word; font-size:23px; }

.sidebar-post .article-post-img,
.sb-popular-posts-block .list-post .article-post-img {
  width:90px;
  height:90px;
}


.sidebar-post .main-col-img,
.sb-popular-posts-block .main-col-img {
  width:90px;
  border-right:none;

}


.sb-popular-posts-block .list-post:hover .main-col-img { width:110px;}

.list-list-row { margin:0 -15px;}
.main-list-row { height:800px; margin:0 -15px;}

.main-col-post-info { flex:1; padding:20px 20px 20px;}

/*.main-col-post-info-content { max-height:100%;}*/

.llr-lv .main-col-post-info-content { padding-right:20px;}


.freebie-post  { 
    
    margin-bottom:30px;
    
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    
    flex: 0 0 20%;
    max-width: 20%;
}

.main-col-img { width:170px; overflow:hidden; position:relative;
border-right:4px solid #191c1d;
display:block;
height:100%;
}
.main-col-img img{ 
max-width:none;
max-height:none;
position:relative;
}

.main-post-title a { 
  font-size:26px; 
  color:#000; 
  color: #151515 ;
  line-height:1.1em;
  
  
  
  
  /*font-weight:bold;*/
}

.main-post-title a:hover { 

  text-decoration:underline;
}


.list-post { 
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
}

.llr-lv .list-post { width:100%; height:250px; }
.llr-lv .main-post-title a  { font-size:32px;}
.llr-lv .list-post .main-post-title { 
  margin-bottom:15px;
}

.llr-lv .hp-excerpt { 
      font-size:17px;
      line-height:1.4em;
      -webkit-line-clamp: 3; 
      max-height:70px;
}
.llr-lv .list-post .article-post-img {
    width:calc(100% + 20px);
    height:calc(100% + 20px);
}

.llr-lv .main-col-img {
  width:210px;
  border-right-width:5px;
}

.llr-lv .list-post:hover .main-col-img {
  width:220px;
}

@media screen and (max-width:1300px ){
  
  article.list-post { width:100%;}
  
  article.list-post .main-col-post-info { padding-left:30px; }
  article.list-post { width:100%; height:250px; }
  
  article.list-post .main-post-title a  { font-size:34px;}
  article.list-post .main-post-title { 
    margin-bottom:15px;
  }

  article.list-post .hp-excerpt { 
      font-size:16px;
      line-height:1.4em;
      -webkit-line-clamp: 3; 
      max-height:none;
    }
    
    article.list-post .article-post-img {
      width:calc(100% + 20px);
      height:calc(100% + 20px);
    }

   article.list-post .main-col-img {
      width:210px;
      border-right-width:6px;
    }

    article.list-post:hover .main-col-img {
      width:220px;
    }

}


.freebie-title, .freebie-title:hover {
  font-weight:bold!important;
  color:#000;
  text-decoration:none;
  font-size:17px;
  line-height:1.1em;
}

.main-post {
  position:relative; 
  width:50%; 
  height:25%; 
  padding:0px 15px 30px;  
}

.article-hp-content { background:#fff; width:100%; position:absolute; height:100%;
left:0;
top:0;

}

.article-hp-content-wrap { 
  position:relative;
  flex:1;
  -webkit-flex:1;
}

.list-post:hover .article-hp-content-wrap {

}

/*.main-post:not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(9)):hover .article-hp-content*/
.list-post:hover .article-hp-content,
.main-post:hover .article-hp-content
 {
  
  /*
  width:calc(100% + 20px);
  height:calc(100% + 20px);
  */
  left:-10px;
  top:-10px;
}

.list-post:hover .main-col-post-info,
.main-post:not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(9)):hover .main-col-post-info {
  padding-top:20px;
  padding-top:20px;
  padding-right:30px;
}


.list-post .article-post-img,
.main-post:not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(9)) .article-post-img {
  /*width:140%;
  height:140%;
  left:-20%;
  top:-20%;
  */
  /*
  width:140%;
  height:140%;
  */
  /*height:140%;
  max-width:none;
  max-height:none;
  */
  /*
  width:100%;
  height:100%;
  */
  width:190px;
  height:190px;
  top:-10px;
  left:-10px;
  max-height:none;
  max-width:none;
  position:absolute;
}




.freebie-post:hover .freebie-post-img,
.list-post:hover .article-post-img,
.main-post:not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(9)):hover .article-post-img {

  
  left:0;
  top:0;
  
  
  
}

.llr-lv .list-post:hover .article-post-img {
  width:calc(100% + 10px);
  height:100%;
  
}

.list-post .article-post-img,
.main-post .article-post-img {
  transition: 
  left 0.3s ease-out,
  top 0.3s ease-out,
  width 0.3s ease-out,
  height 0.3s ease-out, 
  transform 5s ease-out 0.3s;
}

.freebie-post-img {
  transition:transform 5s;
}






.freebie-post:hover .freebie-post-img,
.list-post:hover .article-post-img,
.main-post:hover .article-post-img {
   transform:  scaleX(1.2) scaleY(1.2) ;
  /*animation: animationFrames linear 5s;
  animation-delay: 0.3s;
  */
  /*animation-iteration-count: 1;
  transform-origin: 50% 50%;*/
  /*animation-fill-mode:forwards; /*when the spec is finished*/
}



@keyframes animationFrames{
  0% {
    transform:  scaleX(1.00) scaleY(1.00) ;
  }
  100% {
    transform:  scaleX(1.2) scaleY(1.2) ;
  }
}



.list-post:hover .main-col-img,
.main-post:not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(9)):hover .main-col-img{

  /*width:190px;*/
  
  width:180px; 
}

.main-post:nth-child(3), 
.main-post:nth-child(4), 
.main-post:nth-child(9)
{ height:50%; }



.mlr-0 .main-post:nth-child(3),
.mlr-2 .main-post:nth-child(3) {
  left:50%;
}

.mlr-0 .main-post:nth-child(5),
.mlr-0 .main-post:nth-child(6),
.mlr-2 .main-post:nth-child(5),
.mlr-2 .main-post:nth-child(6)
 {
  left: -50%;
} 

.mlr-1 .main-post:nth-child(1),
.mlr-1 .main-post:nth-child(2)
 {
  left: 50%;
}


.mlr-1 .main-post:nth-child(4)
 {
  left: -50%;
}



.main-post:nth-child(3) .article-hp-content,
.main-post:nth-child(4) .article-hp-content,
.main-post:nth-child(9) .article-hp-content
  {
  /*
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    */
}



 
 /* NEW MAIN POSTS */
 
 .list-post { width:50%; height:200px; position:relative;     padding: 0px 15px 30px;}

 
 .llr4242 .list-post:nth-child(1) ,
 .llr4242 .list-post:nth-child(2),
 .llr6262 .list-post:nth-child(1) ,
 .llr6262 .list-post:nth-child(2)
  {
   height:400px;
 }
 
 
 
 /* ggg */
 
 
 .hp-content:last-child .content { padding-right:0;}
 

/* 
.main-post:nth-child(3):hover .main-col-img img,
.main-post:nth-child(4):hover .main-col-img img,
.main-post:nth-child(9):hover .main-col-img img {
  transform:scale(1.1);
}
*/

/* feat area */

.afp-jl {
  position:absolute;
  left:0;
  top:0;
  width:35%;
  height:100%;
  
  
}

.afp-jl:first-child {
  left:25%;
  width:50%;
  /*
  -webkit-clip-path: polygon(0px 0, 100% 0, calc(100% - 300px) 100%, 300px 100%);
  clip-path: polygon(0px 0, 100% 0, calc(100% - 300px) 100%, 300px 100% );
  */
  
  
  -webkit-clip-path: polygon(150px 0,  calc(100% - 150px) 0, 100% 100%, 0px 100% );
  clip-path: polygon(150px 0,  calc(100% - 150px) 0, 100% 100%, 0px 100% );
}

.afp-jl:last-child {
  left:auto;
  right:0;
  /*
  -webkit-clip-path: polygon(300px 0, 100% 0, 100% 100%, 0% 100% );
  clip-path: polygon(300px 0, 100% 0, 100% 100%, 0% 100% );
  */
  -webkit-clip-path: polygon(0px 0, 100% 0, 100% 100%, 150px 100%);
  clip-path: polygon(0px 0, 100% 0, 100% 100%, 150px 100% );
  
}

.afp-jl:nth-child(2) {
  
  /*
  -webkit-clip-path: polygon(0 0, calc(100% - 300px) 0, 100% 100%, 0% 100% );
  clip-path: polygon(0 0, calc(100% - 300px) 0, 100% 100%, 0% 100% );
  */
  
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 150px) 100%, 0% 100% );
  clip-path: polygon(0 0, 100% 0, calc(100% - 150px) 100%, 0% 100% );
}


.afp-jl .article-post-img { position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
}


.afp-jl .article-post-info-cont { text-align:center;}
.afp-jl .article-post-info { max-width:none; margin:0;}
#feat-cols .afp-jl .article-post-info-wrap { top:0; bottom:auto;}
#feat-cols .afp-jl:first-child .article-post-info-wrap { bottom:0; top:auto;}
#feat-cols .afp-jl:first-child .article-post-info { padding-left:100px; padding-right:100px;}
#feat-cols .afp-jl:last-child .article-post-info { padding-left:100px; }
#feat-cols .afp-jl:last-child .article-post-img { object-position:0 0;}
#feat-cols .afp-jl:nth-child(2) .article-post-img { object-position:100% 100%;} 
#feat-cols .afp-jl:nth-child(2) .article-post-info { padding-right:100px; }
#feat-cols .afp-jl .article-post-title { font-size:40px;}

/*
@media screen and (max-width:1400px ){
.afp-jl:first-child {
  -webkit-clip-path: polygon(0px 0, 100% 0, calc(100% - 200px) 100%, 200px 100%);
  clip-path: polygon(0px 0, 100% 0, calc(100% - 200px) 100%, 200px 100% );
}

.afp-jl:last-child {
  -webkit-clip-path: polygon(200px 0, 100% 0, 100% 100%, 0% 100% );
  clip-path: polygon(200px 0, 100% 0, 100% 100%, 0% 100% );
}

.afp-jl:nth-child(2) {
  -webkit-clip-path: polygon(0 0, calc(100% - 200px) 0, 100% 100%, 0% 100% );
  clip-path: polygon(0 0, calc(100% - 200px) 0, 100% 100%, 0% 100% );
}

}
*/


#feat-cols {
   height:600px;
   margin:30px -15px 0;
}

#feat-cols.fc-r-1 {
  height:750px;
  
}

#feat-cols.fc-jl {
  height:600px;
  margin:30px 0 0;
  position:relative;
  
}

#feat-cols.fc-triple,
#feat-cols.fc-double,
#feat-cols.fc-2-1-2,
#feat-cols.fc-2-1 {
  /*height:730px;*/
  height:590px;
  margin:30px 0 0;
}

#feat-cols.fc-triple {
  height:536px;
}

#feat-cols .article-feat-post {
  width:50%;
  padding:0 15px;
  position:relative;
}



#feat-cols .article-feat-post-cont { position:relative; flex:1; overflow:hidden;}

#feat-cols .article-feat-post .article-post-img { 
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  transition: all  5s ease-out;

}

#feat-cols .article-feat-post:hover .article-post-img {
 transform: scale(1.1);
}

#feat-cols .article-feat-post:nth-child(1) {
  height:100%;
  width:65%;
}



/*
#feat-cols.fc-2-1 .article-feat-post:nth-child(3),
#feat-cols.fc-2-1 .article-feat-post:nth-child(2) {
  left: calc(-100% + 300px);
}
*/



#feat-cols.fc-r-1 .article-feat-post:nth-child(1),
#feat-cols.fc-r-1 .article-feat-post.afp-lim:nth-child(1)
 { width:100%;}


#feat-cols .article-feat-post:nth-child(1) .article-post-info { margin:0 0 0 0; max-width:70%;}

#article-header .article-post-info { max-width:70%; margin: 0 auto;}

#feat-cols.fc-2-1-2 .article-post-info-wrap { bottom:40px;}
#feat-cols.fc-2-1-2 .article-feat-post .article-post-info { max-width:80%!important; margin:0;}

#feat-cols.fc-triple .article-feat-post:nth-child(1) .article-post-info,
#feat-cols.fc-triple .article-feat-post:nth-child(2) .article-post-info,
#feat-cols.fc-triple .article-feat-post:nth-child(3) .article-post-info 
{ margin:0 0 0 0; max-width:50%;}

#feat-cols .article-feat-post:nth-child(2), 
#feat-cols .article-feat-post:nth-child(3)
{
  height:50%;
  width:35%;
}

#feat-cols .article-feat-post:nth-child(2) .article-post-title, 
#feat-cols .article-feat-post:nth-child(3) .article-post-title{
  font-size:36px;
}

#feat-cols .article-feat-post:nth-child(2) { padding-bottom:15px;}
#feat-cols .article-feat-post:nth-child(3) { padding-top:15px;} 


#article-header .article-post-info-wrap,
#feat-cols .article-post-info-wrap { 

/*
top:auto;
bottom:100px;
*/
top:0;
bottom:90px;
}


#feat-cols.fc-r-1 .article-post-info-wrap {
bottom:90px;
padding-right:410px;
width:100%;
}

#feat-cols .article-feat-post.afp-lim2:nth-child(1),
#feat-cols .article-feat-post.afp-lim2:nth-child(2),
#feat-cols .article-feat-post.afp-lim2:nth-child(3) { padding:0;} 


#feat-cols.fc-double .article-feat-post {
  width:50%;
  height:100%;
  padding:0 15px;
}

#feat-cols.fc-triple .article-feat-post {
  width:33.33%;
  height:100%;
  padding:0 15px;
}


#feat-cols.fc-2-1-2 .article-feat-post:nth-child(3) {
  width: 50%;
  height:100%;
  padding-top:0;
}

#feat-cols.fc-2-1-2 .article-feat-post {
  width: 25%;
  height:50%;
}


#feat-cols.fc-2-1 .article-feat-post:nth-child(1) {
  width: calc(100% - 480px);

  /*left:330px;*/
}

#feat-cols.fc-2-1 .article-feat-post:nth-child(2),
#feat-cols.fc-2-1 .article-feat-post:nth-child(3) {
  padding-left:0px;
  width:450px;
  margin-left:30px;
}

#feat-cols.fc-2-1 .article-feat-post:nth-child(2) { padding-bottom:15px;}
#feat-cols.fc-2-1 .article-feat-post:nth-child(3) { padding-top:15px;}

#feat-cols.fc-2-1-2 .article-feat-post:nth-child(1),
#feat-cols.fc-2-1-2 .article-feat-post:nth-child(4)
 { padding-bottom:15px; padding-top:0;}                          

 #feat-cols.fc-2-1-2 .article-feat-post:nth-child(2),
#feat-cols.fc-2-1-2 .article-feat-post:nth-child(5) { padding-top:15px; padding-bottom:0;}

#feat-cols .afp-lim2  .article-post-info-wrap,
#feat-cols .afp-lim  .article-post-info-wrap  {
  top: auto;
}


/*
#feat-cols.fc-cols-2 { height:1200px; margin-top:15px;}
#feat-cols.fc-cols-2 .article-feat-post { height:25%; padding-bottom:15px; padding-top:15px;}

#feat-cols.fc-cols-2 .article-feat-post:nth-child(1),
#feat-cols.fc-cols-2 .article-feat-post:nth-child(2)
{
  height:50%;
  width:65%;
}

#feat-cols.fc-cols-2 .article-feat-post:nth-child(2) {
  left:35%;
}

#feat-cols.fc-cols-2 .article-feat-post:nth-child(5),
#feat-cols.fc-cols-2 .article-feat-post:nth-child(6)
 {
  left:-65%;
}

#feat-cols.fc-cols-2 .article-feat-post:nth-child(4), 
#feat-cols.fc-cols-2 .article-feat-post:nth-child(3),
#feat-cols.fc-cols-2 .article-feat-post:nth-child(6), 
#feat-cols.fc-cols-2 .article-feat-post:nth-child(5) {
height:25%;
width:35%;
}

#feat-cols.fc-cols-2 .article-feat-post:nth-child(4) .article-post-title, 
#feat-cols.fc-cols-2 .article-feat-post:nth-child(3) .article-post-title,
#feat-cols.fc-cols-2 .article-feat-post:nth-child(6) .article-post-title, 
#feat-cols.fc-cols-2 .article-feat-post:nth-child(5) .article-post-title{
 font-size:29px;
}
*/

/*
#feat-cols.fc-r-5 { height:auto;}

#feat-cols.fc-r-5 .article-feat-post:nth-child(1),
#feat-cols.fc-r-5 .article-feat-post:nth-child(2)
 {
   width:50%;
   height:600px;
   padding-bottom:30px;
}

#feat-cols.fc-r-5 .article-feat-post:nth-child(3),
#feat-cols.fc-r-5 .article-feat-post:nth-child(4),
#feat-cols.fc-r-5 .article-feat-post:nth-child(5)
 {
   width:33.33%;
   height:250px;
   padding-top:0;
}

.fc-r-5 .article-post-info { margin:0;}

#feat-cols.fc-r-5 .article-feat-post:nth-child(1) .article-post-title,
#feat-cols.fc-r-5 .article-feat-post:nth-child(2) .article-post-title {
  font-size:52px;
}

#feat-cols.fc-r-5 .article-feat-post:nth-child(3) .article-post-title,
#feat-cols.fc-r-5 .article-feat-post:nth-child(4) .article-post-title, 
#feat-cols.fc-r-5 .article-feat-post:nth-child(5) .article-post-title{
 font-size:29px;
}
*/

#feat-cols .article-feat-post.afp-lim:nth-child(1),
#feat-cols .article-feat-post.afp-lim:nth-child(2),
#feat-cols .article-feat-post.afp-lim:nth-child(3), 
#feat-cols .article-feat-post.afp-lim:nth-child(4){
  width:25%;
  padding-top:0;
  padding-bottom:0;
  height:100%;
}

#feat-cols .article-feat-post.afp-lim:nth-child(1) .article-post-title,
#feat-cols .article-feat-post.afp-lim:nth-child(2) .article-post-title,
#feat-cols .article-feat-post.afp-lim:nth-child(3) .article-post-title,
#feat-cols .article-feat-post.afp-lim:nth-child(4) .article-post-title{
  font-size:53px;
}

#feat-cols.fc-r-1 .article-feat-post.afp-lim:nth-child(1) .article-post-title {
  font-size:59px;
}

#feat-cols .article-feat-post.afp-lim:nth-child(1) .article-post-info,
#feat-cols .article-feat-post.afp-lim:nth-child(2) .article-post-info,
#feat-cols .article-feat-post.afp-lim:nth-child(3) .article-post-info,
#feat-cols .article-feat-post.afp-lim:nth-child(4) .article-post-info{
  max-width:80%;
  /*margin:0 auto ;
  text-align:center;*/
}

#feat-cols.fc-r-1 .article-feat-post.afp-lim:nth-child(1) .article-post-info{
 max-width:100%;
}

#feat-cols.fc-r-1 .article-feat-post.afp-lim:nth-child(1) .article-post-info-cont {
  max-width:730px!important; float:right;
}


.afp-lim2 .article-post-info-cont,
.afp-lim .article-post-info-cont { 
  margin:0;
}

#feat-cols.fc-e-3 { height:725px;}

/*
#feat-cols .article-feat-post:nth-child(2) .article-post-info-wrap {
  width:50%;
  right:auto;
}

#feat-cols .article-feat-post:nth-child(3) .article-post-info-wrap {
  width:50%;
  right:0;
  left:auto;
}
*/

#feat-cols .article-feat-post:nth-child(2) .article-post-info,
#feat-cols .article-feat-post:nth-child(3) .article-post-info
{
  /*
  flex:1;
  justify-content: center!important;
  flex-direction: column!important;
  display:flex;*/
  margin:0;
  max-width:70%;
}

/*
#feat-cols .article-feat-post.afp-lim3 .article-post-info {
  
}
*/


#feat-cols.fc-2-1 .article-feat-post:nth-child(2) .article-post-info,
#feat-cols.fc-2-1 .article-feat-post:nth-child(3) .article-post-info {
 max-width:80%;
}



/*
#feat-cols .article-feat-post:nth-child(2) .article-post-info-cont,
#feat-cols .article-feat-post:nth-child(3) .article-post-info-cont {
 margin:0;
}
*/

.feat-posts-list {   
/*background: #f1f1f2;*/
padding:0px 0 30px;
margin:0 15px;
}

.feat-list-row { 
  /*margin:0 -30px;*/
  /*margin:0;
  overflow:hidden;
  */
  margin:0 50px;
  height:500px;
  
}

.flr-feat { margin-top:30px; height:600px;}
.flr-feat .adp-img  .article-post-img { height:600px;}

/*.adp-6 { width:16.66%;}*/
.adp-6 { width:20%;}
.adp-4 { width:25%;}

.article-diagonal-post {
  padding:0 15px;
  position:relative;
  left:0;
}


/*
.feat-list-row { 
  height:500px;
}

*/



.feat-posts-list .article-diagonal-post {
  
  /*max-width: calc(33.33% - 35px);
  flex: 0 0 calc(33.33% - 35px);
  */
  
  max-width: calc(33.33%);
  flex: 0 0 calc(33.33%);
  
}


/*
.feat-posts-list .article-diagonal-post:nth-child(2){
  max-width: calc(33.33% + 70px);
  flex: 0 0 calc(33.33% + 70px);
}
*/

@media screen and (min-width:1400px ){

 .feat-posts-list .article-diagonal-post {
  
  max-width: calc(33.33% - 35px);
  flex: 0 0 calc(33.33% - 35px);
  
 }


 .feat-posts-list .article-diagonal-post:nth-child(2){
  max-width: calc(33.33% + 70px);
  flex: 0 0 calc(33.33% + 70px);
 }
 
}

@media screen and (max-width:1400px ) and (min-width:1100px) {
   
   .feat-posts-list .article-diagonal-post {
      max-width: calc(50%);
      flex: 0 0 calc(50%);
   }
   
   .feat-posts-list .article-diagonal-post:last-child {
     display:none;
   }
   
   .feat-list-row .article-diagonal-post:nth-child(2) .adp-img {
    -webkit-clip-path: polygon(100px 0, 100% 0, calc(100% - 0px) 100%, 0 100%);
    clip-path: polygon(100px 0, 100% 0, calc(100% - 0px) 100%, 0 100% );
   }
    
}

@media screen and (max-width:1100px ){
  .feat-posts-list .article-diagonal-post {
      max-width: 100%;
      flex: 0 0 100%;
   }
   
   .feat-posts-list .article-diagonal-post  {
     display:none;
   }
   
   .feat-list-row .article-diagonal-post:first-child {
     display:block;
   }
   
   .article-post-info-wrap  {
     bottom:45px;
     width:85%;
   }
   
   .feat-list-row .article-diagonal-post:first-child div.adp-img {
     clip-path: none;
     -webkit-clip-path:none;
   }
   
   .flr-feat .article-diagonal-post:first-child div.article-post-info {
     padding:20px 30px;
   }

}


/*
.feat-posts-list .article-diagonal-post:first-child {
  
  max-width:33.33%;
  flex: 0 0 33.33%;
  
}
*/

.flr-feat .article-diagonal-post:nth-child(1) .article-post-title,
.flr-feat .article-diagonal-post:nth-child(2) .article-post-title,
.flr-feat .article-diagonal-post:nth-child(3) .article-post-title {
  /*font-size:30px;*/
  font-size:40px;
  
  /*text-transform:uppercase;*/
} 

/*
.feat-posts-list .article-diagonal-post:first-child .adp-img  img { height:500px;}
.feat-posts-list .article-diagonal-post:nth-child(3) { padding-top:10px;}
.feat-posts-list .adp-img  img { height:240px;}
*/

/*
.article-diagonal-post:nth-child(1),
.article-diagonal-post:nth-child(3){
  flex: 0 0 30%;
  max-width: 30%;
}



.article-diagonal-post:nth-child(2){
  flex: 0 0 40%;
  max-width: 40%;
}
*/


.article-diagonal-post .article-post-info { 
  padding-right:20px;
  /*padding-left:12%;*/
  padding-left:0;
  /*
  padding-left:40px;*/
}

/*
??
.article-diagonal-post:first-child .article-post-info { 
  padding-right:20%;
  padding-left:0px;
}

.article-diagonal-post:last-child .article-post-info { 
  padding-left:0;
  padding-right:10px;
}

*/

.feat-posts-list .article-diagonal-post .article-post-info { 
  
  /*padding-left:12%;*/
  padding:20px 100px 20px 80px;
  
}

.flr-feat .article-diagonal-post:first-child .article-post-info {
  padding:20px 120px 20px 50px;
}

.flr-feat .article-diagonal-post:last-child .article-post-info {
  padding:20px 30px 20px 80px;
} 

/*
??
.feat-posts-list .article-diagonal-post:first-child .article-post-info { 
  
  padding-left:10px;
}

.feat-posts-list .article-diagonal-post:last-child .article-post-info { 
  padding-left:10%;
}

*/


.article-diagonal-post .adp-img  { 
    transition: all  0.3s ease-out;
    /*
    -webkit-clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
    clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
    width: calc(100% + 20%);
    */
    -webkit-clip-path: polygon(60px 0, 100% 0, calc(100% - 60px) 100%, 0 100%);
    clip-path: polygon(60px 0, 100% 0, calc(100% - 60px) 100%, 0 100% );
    width: calc(100% + 60px);
    
    left:-30px;
    
    background-size:auto 140%;
    background-position:center center;
    overflow:hidden;
    
   
}

.article-diagonal-post:hover .adp-img  {
  background-size: auto 150%;
}

.article-diagonal-post .adp-img-stub,
.article-diagonal-post .adp-img .article-post-img {
  transition-duration: 5s;
    transition-delay: 0.4s;
}

.adp-lnk-stub
{
     position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.adp-img-stub {
  position:absolute;
  top:0;
  left:0;
  
  background-size: auto 140%;
  width:100%;
  height:100%;
  background-position:center top;
}

img.vishi { visibility:hidden;}

.article-diagonal-post:hover .adp-img-stub,
.article-diagonal-post:hover .article-post-img {
     transform:scale(1.2);
    
}



.popular-posts-block .article-diagonal-post:first-child .adp-img {
   -webkit-clip-path: polygon(0px 0, 100% 0, calc(100% - 60px) 100%, 0 100%);
    clip-path: polygon(0px 0, 100% 0, calc(100% - 60px) 100%, 0 100% );

}

.popular-posts-block .article-diagonal-post:last-child .adp-img {
   -webkit-clip-path: polygon(60px 0, 100% 0, calc(100% - 0px) 100%, 0 100%);
    clip-path: polygon(60px 0, 100% 0, calc(100% - 0px) 100%, 0 100% );

}

/*
.feat-list-row .article-diagonal-post .adp-img{

}
*/


.feat-list-row .article-diagonal-post .adp-img {
  -webkit-clip-path: polygon(100px 0, 100% 0, calc(100% - 100px) 100%, 0 100%);
  clip-path: polygon(100px 0, 100% 0, calc(100% - 100px) 100%, 0 100% );
  width: calc(100% + 100px);
  left:-50px;
}


.feat-list-row .article-diagonal-post:first-child .adp-img {
   
   -webkit-clip-path: polygon(0px 0, 100% 0, calc(100% - 100px) 100%, 0 100%);
  clip-path: polygon(0px 0, 100% 0, calc(100% - 100px) 100%, 0 100% );

}

.feat-list-row .article-diagonal-post:last-child .adp-img {
   -webkit-clip-path: polygon(100px 0, 100% 0, calc(100% - 0px) 100%, 0 100%);
  clip-path: polygon(100px 0, 100% 0, calc(100% - 0px) 100%, 0 100% );

}



/*
.feat-list-row .article-diagonal-post .adp-img {
  
  width: 100% ;
  clip-path:none;
}

.feat-list-row .article-diagonal-post:first-child .adp-img {
  clip-path:none;

}

.feat-list-row .article-diagonal-post:last-child .adp-img {
  clip-path:none;

}
*/

/*
.article-diagonal-post.inversed .adp-img {
  -webkit-clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 20% 100%);
  clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 20% 100%);

}

.feat-posts-list .article-diagonal-post.inversed .article-post-info,
.article-diagonal-post.inversed .article-post-info {
  padding-left:22%;
  padding-right:10%;
}
*/

/*
.article-diagonal-post:first-child .adp-img {
  left:0;
}

.article-diagonal-post:last-child .adp-img {
  left:-20%;
}
*/


/*
.feat-list-row .article-diagonal-post.inversed:hover .article-post-img
,.feat-list-row .article-diagonal-post:hover .article-post-img 
{ transform:scale(1.1);}*/



/*
.feat-list-row .article-diagonal-post.inversed {
    max-width: 30%;
    flex: 0 0 30%;
    padding:15px;
}



.feat-list-row .article-diagonal-post.over {
    max-width: 40%;
    flex: 0 0 40%;
}

#popular-posts-block .article-diagonal-post.inversed {

}

#popular-posts-block .article-diagonal-post.inversed {
    max-width: 15%;
    flex: 0 0 15%;
    padding:0px;
}



#popular-posts-block .article-diagonal-post.over {
    max-width: 25%;
    flex: 0 0 25%;
}
*/





/*
.popular-posts-block  .article-diagonal-post .adp-img {
  width: calc(100% + 30%);
  left: -20%;
} 
*/

/*
??
.article-diagonal-post:first-child .adp-img  { 
  
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
    width: calc(100% + 20%);
    left:0;
}



.article-diagonal-post:last-child .adp-img  { 
  
    -webkit-clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: calc(100% + 20%);
    left:-20%;
}
*/

/*
.article-diagonal-post:last-child .article-post-info,
.article-diagonal-post:last-child .article-post-img
{
border-bottom-right-radius: 16px;
-moz-border-radius-bottomright: 16px;
-webkit-border-bottom-right-radius: 16px;
}

.article-diagonal-post:first-child .article-post-info,
.article-diagonal-post:first-child .article-post-img
{
border-bottom-left-radius: 16px;
-moz-border-radius-bottomleft: 16px;
-webkit-border-bottom-left-radius: 16px;

}

   */

   /*
.article-post:first-child .article-post-img{
    height:600px;
 

}
*/

.hp-author-avatar-lnk { /*display:none;*/ }

.hpppi-author-avatar {
    width: 24px;
    position: relative;
    top: -2px;
    margin-right: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    vertical-align: middle;
}

.single-post .hp-post-pub-info-content {
  position:relative;
}

.single-post .hp-author-avatar-lnk {
  display:inline-block;
  vertical-align:middle;
  margin-right:5px;
}

#article-header .hp-author-avatar-lnk,
.single-post .hp-author-avatar-lnk {
  display:inline-block; width:32px;
      vertical-align: middle;
    margin-right: 5px;
}

#article-header .hpppi-author-avatar,
.single-post .hp-author-avatar-lnk img {
 
  
  position:absolute;
  left:0;
  top:0;
  height:32px;
  
  width:32px;
  
}

.hp-post-pub-info { 
  font-size:12px; 
  font-weight:normal;
  text-transform:uppercase;
  position:relative;
}

.list-post .hp-post-pub-info {
  margin-top:10px;
}

.list-post .hppi-time {
  white-space:nowrap;
  color:#898989;
}

.list-post .main-post-title { 
   margin:0px 0 0;
     display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
    
 
 -webkit-line-clamp: 3;
 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  
}

#article-header .hp-post-pub-info a,

#article-header .hp-post-pub-info { 
  font-size:15px;
  text-transform:uppercase;
  /*color:#333;*/
  
} 

.hpppi-author a{ font-weight:bold; }

.article-diagonal-post .hp-post-pub-info {
  text-transform:uppercase;
}

.hp-post-pub-info{
   color:#898989;
   color:#151515;
}

.feat-posts-list .hp-cat { margin-bottom:3px;}
.feat-posts-list .hp-post-pub-info { color:#fff;  margin-top:8px;}

.hp-post-pub-info a {color:inherit;}
.hp-cat a:hover,
.hp-post-pub-info a:hover { text-decoration:underline;}



/*.aua-bio a:hover,*/
a,
.entry-content a
, .hpppi-author a 
{ 
  
  
  color: #388cf5;
  color: #2077d3;
}

.aua-bio a:hover {border-bottom:1px solid #2077d3;  color: #2077d3; }

.entry-content a.inner-link-effect {
  color:inherit;
  
}
.entry-content a.inner-link-effect > span {
  position:relative;
  z-index:3;
}

.author-bio-text a:after {
   content:"";
   position:absolute;
   left:0;
   bottom:0px;
   height:1px;
   background: #FCBC3E;
   width:0; 
}

.entry-content a.inner-link-effect:before,
.entry-content a.inner-link-effect:after {
   content:"";
   position:absolute;
   left:0;
   bottom:2px;
   height:3px;
   background: #2077d3;
   width:0; 
  /*
  border-bottom:2px solid #FEBC3E;
  text-decoration:none;
  color:#000
  */
}

.entry-content a.inner-link-effect:before{
  z-index:2;
}

.entry-content a.inner-link-effect:before,
.page .entry-content a.inner-link-effect:after {
  background:#FCBC3E;
}

.entry-content a.inner-link-effect:hover {
  /*
  border-bottom:2px solid #000;
  color:#FEBC3E;
  */
  text-decoration:none;
}

.author-bio-text a:hover:after,
.entry-content a.inner-link-effect:after {
   width:100%;
}

.author-bio-text a:before,
.entry-content a.inner-link-effect:hover:before {
   width:100%;
}

.entry-content .inner-link-effect { position:relative; /*color:inherit;*/
  white-space:nowrap;
}

/*
.inner-link-effect:before{
  content:"";
  position:absolute;
  left:0;
  width:100%;
  bottom:1px;
  height:5px;
  background:#FEBC3E;
}

.inner-link-effect:hover { text-decoration:none;
  background: #FEBC3E;
}
*/

/*.inner-link-effect:hover:before { 
  height:18px;
} */

.inner-link-effect .ile-sp {
  position:relative;
}



/*
.list-post .hpppi-author a { 
  color: #ed3842;
}
*/



.hp-excerpt { 
  font-size:14px; 
  line-height:1.3em;
  color:#898989;
  margin:5px 0;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
    
 
 -webkit-line-clamp: 3;
 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height:58px;
}

article.list-post .hp-excerpt.t-clamp-3,
.llr-lv .t-clamp-3, 
.t-clamp-3 { -webkit-line-clamp: 3; }

article.list-post .hp-excerpt.t-clamp-2,
.llr-lv  .t-clamp-2,
.t-clamp-2 { -webkit-line-clamp: 2; }

article.list-post .hp-excerpt.t-clamp-1,
.llr-lv .t-clamp-1,
.t-clamp-1 { -webkit-line-clamp: 1; }

article.list-post .hp-excerpt.t-clamp-0,
.llr-lv .t-clamp-0,
.t-clamp-0 { -webkit-line-clamp: 0; display:none; }

.hp-img-lnk { position:absolute; left:0; top:0; right:0; bottom:0;}

/* archive */

/*.inner-title-wrap,*/
.post-author-bio-in,
.archive-title {
  background: #191C1D;
  text-align:center;
  
  margin:30px 0;
  padding:50px 20px;
  
  position:relative;  
}

.post-author-bio-in { 
  color:#fff;
  text-align:left;
}

.post-author-bio-in {
  padding:50px 50px;
}
.post-author-bio-in:after{
  content:"";
  position:absolute;
  top:0;
  transform:skewX(-10deg);
  
  width:30px;
  right:275px;
  height:100%;
  background:#e9ebee;
  
}

.post-author-bio-in .avatar { margin-right:20px; border-radius:50%;}

.post-author-bio-in .author-bio-text { font-size:18px; line-height:1.5em;}
.post-author-bio-in .post-author-bio-content {  margin-left:0px; margin-right:170px; flex:1;}
.post-author-bio-in .post-author-name { font-size:31px; color:#F8B147;}
.post-author-bio-in .avatar-wrapper { min-width:144px;}

.awul-title > span { position:relative;}
/*
.awul-title > span:after {
   content:"";
   position:absolute;
   left:50%;
   
   bottom:-25px;
   background:#F8B147;
   height:4px;
   width:80px;
   margin-left:-40px;
}
*/

.inner-title-wrap {
  text-align:left;
  /*margin:30px 350px 0 50px;*/
  max-width:650px;
  /*margin:-100px auto 0;*/
  margin:0 auto;
  z-index:2;
  position:relative;
  
}

/*.inner-title-wrap .single-title,*/

.archive-title {
  font-size:48px;
  color:#F8B147;
}

.archive-title.in-page-title,
.archive-title.author-title {
  margin-bottom:0;
  padding-bottom:30px;
}

.archive-title-wrap { position:relative;}

.archive-title > span { display:inline-block;
 
}

/* JOBS */

.invalid-field {
  border:1px solid #f00!important;
  
}

#job_desc_parent { display:inline-block; }

#job_panel {
  position:relative;
}

#job_btn_editpost {
  position:absolute;
  z-index:3;
  top:30px;
  right:30px;
}

.job-button:not(.form-btn):hover {
  padding-left:40px;
  padding-right:40px;
}

.job-preview-buttons {
  margin-top:30px;
  text-align:center;
}

.job-bottom-buttons  {
  text-align:center;
  margin:30px 0 50px;;
}

.prv-btn-wrap {
  margin-top:30px;
}

#mob-filter-results-wrap {
  display:none;
}

.filter-results-lnk, .filter-results-lnk:active,  {
  font-size:14px;
  color:#fff;
}


#mob-filter-results .sb-criteria-group { border-top:none;}

#post-a-job-btn {
  display:block;
  text-align:center;
  margin-bottom:30px;
  background:#F8B147;
  font-size:20px;
  color:#151515;
  display: flex;
  justify-content: center;
  padding-top:0;
  flex-direction: column;
}

#post-a-job-btn:hover {
  background:#151515;
  color:#F8B147;
}

.sb-criteria-title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 13px;
    text-transform: uppercase;
}

.sb-criteria-row {
    font-size: 14px;
    line-height: 1.58em;
    text-transform: capitalize;
}

.sb-criteria-row a{
  color:#333;
}

.sb-criteria-row a.selected {
  font-weight:bold;
}

.sb-criteria-group {
    margin-bottom: 30px;
    border-top: 5px solid #000;
    background:#fff;
    padding:20px;
    /*
    border-bottom: 1px solid #dadada;
    */
}

.sb-criteria-row:hover label, .jt-radio:checked + span {
    font-weight: bold;
}

/*
.premium-jobs-list, .jobs-list {
    margin: 0 -30px;
}
*/

.job-row-wrap {
    padding: 0px 0px;
}

.job-row {
    padding: 25px 100px 25px 30px;
    position: relative;
}

.job-row:hover {

  background:#f9fafb;
}  

.job-new-premium {
  /*
  background: #fef6e9;
  padding: 15px 15px;
  */
  /*padding-left:15px;*/
  position:relative;
  
}

.jb-l-line {
  
  position:absolute;
  height: calc(100% - 1.5px);
  width:4px;
  background:#191c1d;
  top:0.5px;
  left:0px;
  /*
  border-top:0.5px solid #fff;
  border-bottom:1.5px solid #fff;
  */
  
  
}

.jb-l-line:before {
  content:"";
  position:absolute;
  left:0;
  top:0;
  z-index:2;
  width:100%;
  height:100%;
  background:#F8B147;
  transform:scaleY(0);
}


.job-row:hover .jb-l-line:before {
  transform:scaleY(1);
}

.job-row:hover .job-title a{
   text-decoration:underline;
}

.job-title {
    margin-bottom: 5px;
    font-weight: bold;
}

.job-link {
    font-size: 26px;
    color: #000;
}

.job-link:hover { 
  color:#000;
  text-decoration:underline;
}


.jb-shl-term {
  font-weight:bold;
}

.job-full-desc,
.job-short-description {
    margin: 5px 0 3px;
    color: #666;
    line-height: 1.4em;
    font-size: 16px;
    color: #222;
   
}



.job-full-desc {
  margin-top:30px;
  font-size:18px;
}

.job-short-description {
    overflow: hidden;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.job-rdetails {
    
    font-size: 12px;
    text-transform: uppercase;
}

.job_info .job-rdetails { 
  margin:10px 0;
  font-size:14px;
}

.job-company {
    color: #F8B147;
    font-weight:bold;
}

.job-location {
 
    color: #999;
    text-transform: uppercase;
}

.premium-jobs-list .job-row:after, .job-row-wrap:last-child .job-row:before, .job-row:after {
    top: -1px;
    height: 1px;
    background: #eee;
    background: #e4e4e4;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    z-index: 2;
}

#job-search-wrap {
  margin:0px 0 30px;
  padding:0px 30px 50px;
  background:#191C1D;
}

.jobs-page-title { 
   font-size:34px;
   margin-bottom:0px;
   padding:30px 0 30px 30px;
   text-align:left;
   text-transform:none;
}

#job-location-field, #job-search-field {
    border-radius:0;
    border: none;
    width: 100%;
    -webkit-appearance: none;
    font-size: 16px;
    
    height: 44px;
    padding: 0px 10px 0;
    outline: none;
}

#job-location-field::-webkit-input-placeholder,
#job-search-field::-webkit-input-placeholder
 { 
  color: #000 ;
  
}
#job-location-field::-moz-placeholder,
#job-search-field::-moz-placeholder
 { 
  color: #000;
  
}
#job-location-field:-ms-input-placeholder,
#job-search-field:-ms-input-placeholder
 { 
  color: #000;
  
}
#job-location-field:-moz-placeholder,
#job-search-field:-moz-placeholder
 { 
  color: #000 ;
  
}



.location-field-wrap, .job-search-field-wrap {
    float: left;
    width: 25%;
    position: relative;
}

.job-search-field-wrap {
    width: 75%;
    padding-right: 30px;
}

.location-field-wrap:before {
    background: url(images/location.svg) no-repeat;
    left: 5px;
    top: 10px;
    width: 25px;
    height: 25px;
    opacity: 0.3;
    content: "";
    position: absolute;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

#job-location-field {
    padding-left: 35px;
}

.jobs-wht-block {
  padding:20px 20px 50px;
  background:#fff;
  margin:30px auto 50px;
}

.jobs-content-block {
  /*padding:20px 20px;
  background:#fff;
  */
  padding:0;
  margin-top:30px;
  margin-bottom:50px;
}

.jobs-content-inner { max-width:790px; }

.job-premium, .job-new {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -13px;
    font-size: 12px;
    color: #151515;
    
    padding: 6px 7px;
    background: #F8B147;
    text-transform: uppercase;
    display: inline-block;
}

#jobs-dyn-container {
  
  background:#fff;
}

#job-search-btn { display:none;}

.autocomplete-wrap {
    position: absolute;
    top: 40px;
    width: 100%;
    left: 0;
    display: none;
}

.autocomplete {
    border: 1px solid #eee;
    border-top: none;
    background: #fff;
    margin: 0 0px;
}


.autocomplete > div { padding:7px 10px; font-size:16px; cursor:pointer;}
.autocomplete > div.active,
.autocomplete > div:hover { background:#f5f5f5;}


.job-listing-info {
    font-size: 21px;
    margin-bottom: 20px;
    margin-top: 30px;
    line-height: 1.5em;
    text-align:center;
}

.job_card_type21 {
    padding-top: 20px;
}

.c-center {
    text-align: center;
}

.job_card_content, #job_type_block2 {
    margin: 5px 0px;
    width: auto;
}

#job_type_block2 {
    margin-bottom: 40px;
    
    white-space: nowrap;
    text-align:center;
    /*display:none;*/
}

.job-type-item-wrap {
  position:relative;
}

.job-type-item { 
   background: #F3AF53;
   padding:30px 40px;
   text-align:center;
   position:relative;
   flex:1;
}

.job_type_chk { 
/*
position:absolute; left:0; top:0; 

 width:100%;
 height:100%;
 opacity:0;
 z-index:3;*/
 
}

.inactive > .job-type-item {
  opacity:0.8;

}

/*
.inactive > .job-type-item:after { 
  content:"";
  position:absolute; left:0; top:0; width:100%;
 height:100%;
  background: rgba(0,0,0,0.3);
  z-index:2;
}
*/

.job-type-price { 
  font-size:18px;
  text-transform:uppercase;
}

.job-type-item h2 {
  font-size:34px;
  text-transform:uppercase;
}


.job-type-select { 
  background:#191c1d;
  color:#fff;
  text-transform:uppercase;
  font-size:18px;
  font-weight:bold;
  padding:5px 0px;
  width:120px;
  display:inline-block;
  text-align:center;
  margin:0 auto;
}

.job-type-desc  {
  margin:40px 0;
  text-align:left;
}

.job-type-desc ul li {
  list-style: disc;
  margin:5px 0 5px 20px;
}


#job_type_block2 label {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 23px;
    margin:0 10px;
    display:inline-block;
    background:#F8B147;
    padding:10px 20px;
}

.job_form_row {
    padding: 10px 0;
    position: relative;
    clear: both;
}

.job_form_label {
    float: left;
    width: 135px;
    margin-right: 20px;
    text-align: right;
    line-height: 30px;
    vertical-align: middle;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}

.job_form_field input {
    height: 34px;
    vertical-align: bottom;
    padding-left: 10px;
}

#card-element,
.job_form_field input, .job_form_field textarea {
    width: 595px;
    margin: 0;
    color: #000;
}

.job_form_field #job_desc {
  height:300px;
}

#card-element,
.job_form_field input, .job_form_field textarea, .job_form_field select {
    font-size: 17px;
    border:1px solid #ddd;
    background: #f9fafb ;
}

#card-element {
  display:inline-block;
  padding-left:10px;
}

.job_form_note {
    font-size: 12px;
    color: #666;
    margin-left: 155px;
    display: block;
    margin-top: 0;
}


.job-summary-payment {
   font-size: 20px;display:block;margin:50px 0 10px 0;text-align:center;font-weight:bold;
}

.summary-table {
    width: 100%;
    margin-top: 20px;
}

.summary-table td {
    padding: 15px 5px;
    border-bottom: 1px solid #eee;
}

.summary-table-head-row td { 
  font-weight:bold;
}

.summary-table-head-row td:first-child,
.summary-table-head-row td:last-child{
  text-align:center;
}

.summary-table-head-row td:first-child{
  width:50px;
}

.summary-table-head-row td:last-child{
  width:70px;
  padding-right:20px;
}

.job_form_checkbox {
    margin-right: 10px;
    float: left;
    width: 20px;
}

.job_form_checkbox_label {
    margin-top: -1px;
    margin-left: -5px;
}

.form-as-btn {
    display: inline-block;
}

.input-hidden {
    display: none;
}

.card-column-title {
 
    font-weight: bold;
    line-height: 28px;
    font-size: 22px;
    margin-bottom: 20px;
}

.credit-card-body .job_form_label {
    width: 165px;
}

.checkoutblockright {
    margin-top: 40px;
}

.what-link {
    font-size: 11px;
    font-weight: normal;
    color: #888;
}

#what-cvd-tip {
    width: 400px;
    padding: 10px;
    display: none;
    position: absolute;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    color: #888;
    border: 1px solid #E2DAEB;
    font-size: 11px;
}

.card-notices {
    margin: 20px 0;
    font-size: 11px;
    color: #b1b3b6;
    line-height: 15px;
}

h1.job_title {
  font-size:37px;
}

.job-info-block {
  background:#fff;
  padding:60px 30px;
}

.job_info {
  
	padding: 0;
	font-size: 13px;
	color: #000;
  
}

.job_info #company_name {
text-transform:uppercase;
}

/*
.job_info a {
	color: #3ab373;
	text-decoration: none;
}
*/

.job_info a:hover {
	text-decoration: underline;
}

.job_info2 {
	margin-top: 10px;
	color: #000;
	padding-right:40px;
	font-size: 14px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e4e4e4;
}

.job_info_sep {
	color: #b3b1b1;
}


#job_details {
	margin: 30px 0;
	font-size: 16px;
	
	line-height: 1.6em;
}

#job_details a:hover { text-decoration:underline;}

#job_details  ul {
list-style-type: disc;
margin-left:10px;
}

#job_details  ul > li { margin:15px 15px 0px 0; }

.details_icon {
	display: block;
	width: auto;
	padding: 0;
	border-bottom: 1px solid #b7b7b7;
	height: 43px;
	line-height:43px;
	vertical-align:middle;
	/*margin-top: -4px;*/
}

.details_icon_top {
	display: block;
	width: auto;
	padding: 0;
	border-top: 1px dotted #b7b7b7;
	height: 43px;
	line-height:43px;
	vertical-align:middle;
	/*margin-top: -4px;*/
}



#details_application {
	margin-top: 40px;
  /*
	padding: 20px 20px 20px 20px;
	
	border-radius:5px;
	background-color: #F9EEB9;
  */
  position:relative;
  padding:20px;
  background:#f9fafb;
  color:#000;  
}

.job-hdetails { 
  font-size:16px;
  color:#fff;
  margin-top:10px;
}



#job-application-title { 
  font-weight:bold;
  color:#000;
  font-size:23px;
  text-transform:uppercase;
  
}

#job-application-text {
  margin-top:5px;
}



/* SINGLE */


#comments_section {
  margin-top:60px;
}

.popular-posts-block.related-posts-block { 
  margin-bottom:0;
}


.single-bottom-ads {
   margin:40px auto 40px;
   min-height:90px;
   text-align:center;
 
}

#after-author-ads {
  margin-top:60px;
  clear:both;
  text-align:center;
}

#md-freebie-twitter-form-block, #md-freebie-download-block {
    padding: 20px 0 10px;
    text-align: center;
}

#might-deals-subscribe-form, #might-freebie-deals-subscribe-form {
    text-align: center;
}

#mighty-deals-subscribe-email {
    width: 300px;
    padding-left: 10px;
    height: 60px;
    outline: none;
    vertical-align: middle;
    font-size: 16px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

#wdd-freebie-chk-txt, #mighty-deals-chk-txt {
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.5em;
    text-align: left;
    color: #999;
    
    max-width: 470px;
    margin: 20px auto 0;
}
#wdd-freebie-chk-txt a, #mighty-deals-chk-txt a {
  color: #999;
  text-decoration:underline;
}

#mighty-deals-sub-chk {
    float: left;
}

#mighty-deals-chk-txt > label {
    display: block;
    margin-left: 25px;
}

#mighty-deals-subscribe-submit {
    padding: 0 20px;
    width: auto;
    
    outline: none;
    vertical-align: middle;
    margin-left: -1px;
    padding-top:4px;
}

.blog-filter-wrap {
    position: absolute;
    right: 30px;
    top: 20px;
    z-index:2;
}

.blog-filter {
    float: right;
}

.blog-filter {
   
}

.page-template-authors .wrapper,
.authors-content { 
  position:relative;
}

.wrap-dd-select {
    font-weight: bold;
    font-size: 13px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    min-width: 150px;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    outline: none;
    position: relative;
    color: #000;
    background: #dfe3e5;
    padding: 10px 25px 10px 10px;
    overflow: hidden;
    vertical-align: middle;
}

.wrap-dd-select:hover {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    overflow:visible;
}

.page-template-authors .wrap-dd-select {
    width: 120px;
    min-width: 80px;
}

.wrap-dd-select .selected {
    text-align: left;
}

.wrap-dd-select .wdd-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 0;
    font-weight: normal;
    list-style: none;
    visibility: hidden;
    max-height: 300px;
    overflow-y: auto;
    border: #E1E1E5 solid 1px;
}


.wrap-dd-select:hover .wdd-dropdown {
    visibility: visible;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
}



.wrap-dd-select .wdd-dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent;
}

.wrap-dd-nselect {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: none;
    font-size: 16px;
}

.wrap-dd-select .wdd-dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;
}

.wrap-dd-select .wdd-dropdown li a {
    background: #fff;
    color: #000;
    display: block;
    padding: 10px;
    text-decoration: none;
    cursor: pointer;
    line-height: 17px;
    white-space: nowrap;
}

.wrap-dd-select .wdd-dropdown li a:hover {
    background: #dfe3e5;
    text-decoration: none;
}

.author-bio-text a, .author-bio-text a:hover {
   color:#F8B147;
   text-decoration:none;
   position:relative;
   white-space:nowrap;
}

.author-bio-text a:after {
  background:#F8B147;
}

.post-author-bio-wrap {
   background:#191c1d;
}

.post-author-bio {
    margin: 20px auto 10px;
    padding: 40px 30px;
    background:#191c1d;
    color:#fff;
    /*
    border-top: 1px solid #e9edef;
    border-bottom: 1px solid #e9edef;
    */
}

.post-author-bio-wrap { 
  margin:-30px 0 30px;
  padding-bottom:25px;
  
}
.post-author-bio-wrap .post-author-bio { 
  margin:0 60px;
  
  
}

 /*.single-content-block*/ 
 .post-author-name {
    margin-top: 0;
    /*margin-left: 133px;*/
    font-size: 24px;
    padding-top: 0;
    padding-bottom:15px;
    text-transform: uppercase;
}

.post-author-name a {
  color:#F8B147; 
}

.post-author-name a:hover {
  color:#F8B147;
  text-decoration:underline;
}

.post-author-bio-wrap .post-author-name{ 
  display:none;
}

.author-bio-text {
    font-size: 16px;
    line-height: 24px;
    float: left;
    /*padding-left: 134px;*/
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.post-author-bio-wrap .author-bio-text{
  font-size:20px;
  line-height:1.5em;
  padding-left:0;
  position:relative;
}

.post-author-bio-wrap .post-author-bio .avatar { margin-top:0;}

.post-author-bio-content {  margin-left:135px; }

.post-author-bio .avatar {
    vertical-align: middle;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    
    float: left;
}

.archive-title .avatar {
  width: 90px;
  height:90px;
  border-radius:50%;
  margin:-10px 0 10px;
}


.author-grid-sizer,
.author-grid-item { width:25%;}

.authors-list  { margin:0 -15px;}
.author-grid-item { padding:0 15px;}

.author-list-item { margin-bottom:30px; text-align:center; padding:0px; background:#fff;
  border-top:5px solid #000;
  flex:1;
}

.author-list-item .avatar { display:block; margin:0 auto;}

.freebie-list-item { margin-bottom:40px; text-align:center; padding:0px; 
  position:relative;  
  flex:1;
  background:#191C1D;
}

.freebie-grid-item:nth-child(5n+1),
.freebie-grid-item:nth-child(5n+2) {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.aua-info {margin-top:15px; padding:0 30px 30px;}
.freebie-list-item .aua-info {
padding:15px 15px 15px; 
margin-top:0;
/*
background:#191C1D;
*/
/*background:#fff;*/

/*
padding-bottom:0;
position:absolute;
bottom:10px;
left:0;
width:100%;
*/
}

.freebie-list-item { 
  background:#fff;
}

/*
.freebie-grid-item:nth-child(6n+1) .freebie-list-item  ,
.freebie-grid-item:nth-child(6n+2) .freebie-list-item  {
 background:#191C1D;
}
*/

.aua-info a.au-title { font-size:28px; color:#000; line-height:1.2em;}

/*.freebie-grid-item:nth-child(6n+1) .freebie-list-item .aua-info h2 a,
.freebie-grid-item:nth-child(6n+2) .freebie-list-item .aua-info h2 a
*/
.freebie-grid-item .freebie-list-item .aua-info h2 a
 { color:#fff; }

.freebie-list-item .aua-info a.au-title { 
  font-size:27px;
  text-transform:none;
  /*
  background:#191C1D;
  color:#fff;
  */
}

.freebie-grid-item:nth-child(5n+1) .freebie-list-item .aua-info a.au-title,
.freebie-grid-item:nth-child(5n+2) .freebie-list-item .aua-info a.au-title {
  font-size:34px;
  text-transform:uppercase;
}

/*
.freebie-grid-item:nth-child(6n+1) .freebie-list-item .aua-info,
.freebie-grid-item:nth-child(6n+2) .freebie-list-item .aua-info*/
.freebie-grid-item .freebie-list-item .aua-info
 {
    background: rgba(0,0,0,0.85);
    max-width: 85%;
    padding: 20px 20px 20px 20px;
    position: relative;
    bottom:45px;
    left: 0px;
    position:absolute;
}    

.author-list-item .aua-info h2 { text-align:center;}

.cp-avatar-stub { display:inline-block; height:40px; }

.aua-info h2 { 
  margin:0 0 15px; 
  padding:0;
  position:relative;
  text-align:left;
}

.freebie-list-item .aua-info h2 {
  margin:0;
  text-align: left;
}



/*
.aua-info h2:before {
  content:"";
  background:#F8B147;
  width:26px;
  height:4px;
  position:absolute;
  bottom:-12px;
  left:50%;
  margin-left:-13px;
}
*/

.aua-bio { 
  font-size:14px; 
  text-align:left;
  margin-top:10px;
}

.aua-bio, .aua-bio a { color:#000;}
.aua-bio a { text-decoration:none; border-bottom:1px solid;}

                                                   


#article-header {
  /*background:#e9ebee;*/
  margin-bottom:0px;
  /*border-bottom:5px solid #000;*/
  /*margin-top:30px;*/
  /*overflow:hidden;*/
  margin-top:30px;
  width:100%;
  position:relative;
  height:700px;
}

#article-header-wrap{
  /*
  position:fixed;
  top:173px;
  left:0;
  width:100%;
  */
}



.hhid {
  display:none;
}

#article-header-stub {
  display:none;
  height:700px;
  margin-top:30px;
 
}

.hp-cb-thw { margin-bottom:30px;}


.ft-inner-img, 
.wp-post-image { max-width:100%;}

.ah-cim-img {
 
   height:100%;
   background-repeat: no-repeat;
   /*
   background-position:center 173px;
   
   background-attachment: fixed;
   */
   background-size:100% auto;
}

.search-opened .ah-cim-img {
  height:929px;
  
}


.ft-inner-img { display:none; height:auto; /*max-width:800px;*/ }

.ah-sim {
  flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  position:relative;
  top:-80px;
  /*background: rgba(0,0,0,0.1);*/
}

.ah-cim {
  /*
  flex: 0 1  auto;
  -webkit-flex:  0 1 auto;
  -moz-flex:  0 1 auto;
  */
  width:100%;
  /*padding:0 50px;*/
  z-index:2;
}

.ah-cv-lnk {
  position:absolute;
  left:0;
  width:100%;
  top:0;
  height:100%;
  z-index:2;
}

 #article-header .hp-cat a,
#article-header .stiw-pinfo .hp-post-pub-info-content {
   position:relative;
   z-index:3;
   
}

.single-title-im-wrap {
  position:absolute;
  bottom:-50px;
  bottom:90px;
  width:100%;
  left:0;
  
  padding-right:410px;
  
}

.single-title-im-inside {
  max-width:730px; 
  float:right; 
  
  width:100%;
}

.single-title-im-wrap .single-title { 
}

.stiw-pinfo { clear:both;}
.stiw-pinfo .hp-post-pub-info{ 
  
}
.stiw-pinfo .hp-post-pub-info-content {
  
  display:inline-block;
  padding:5px;
  margin-bottom:5px;
  color:#fff;
}

#single-related { 
  width:300px;
  min-width:300px;
  height:550px;
}

.s-related-post { 
  flex:1;
}
.s-related-img-lnk{ width:110px; min-width:110px; max-width:110px;}

.s-related-info { padding-left:10px;}
.s-related-title a { font-size:24px; color:#000;}



.ah-sim img{  
  position:absolute;
  right:0;
  top:0;
  width:100%;
  height:100%;
   object-fit: cover;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  opacity:0.15;
  object-position: 100% 100%;
}

.ah-sim:nth-child(3) img{
object-position: 0% 100%;
}


.sticky-shares-wrap {
    position: absolute;
    top: 10px;
    left: 50px;
    left:0;
}

.p-share-icon { 
display:inline-block; 
width:50px;
text-align:center;
color:#fff;
font-size:26px;
border-radius:2px;
-webkit-border-radius:2px;
-moz-border-radius:2px;
}

.sticky-shares .post-share-row .psi-lnk.psi-sci { height:50px; padding-top:11px;}
.sticky-shares .post-share-row .psi-gplus.psi-sci { padding-top:16px;  }

.post-share-row.psr-color {
  margin-bottom:10px;
}

.sticky-horizontal {  
margin-top:10px;
/*margin-left:-5px;*/
width:100%;

}
.sticky-horizontal .post-share-row { margin: 0 10px 0 0px;}
.sticky-horizontal .post-share-row .psi-lnk { padding:5px 0; height:40px;
  border-radius:50%;
}

.post-share-row .psi-lnk { 
display:block;
padding:15px 0;
position:relative;

}

.post-share-row .psi-lnk:hover {
  opacity:0.95;
}

.psi-soc{
  background:#bbb;
}

/*.post-share-row .psi-lnk:hover { background:#bbb;}*/

.psr-color { overflow:hidden;}

.psr-color .psi-lnk:before { 
  content:"";
  width:124px;
  height:124px;
  border-radius:50%;
  background:#fff;
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-62px;
  margin-left:-62px;
  
    display:None;
    
    
}    
 
 
 /*
.psr-color .psi-lnk:hover:before {
    -webkit-animation: circleIn 0.4s linear;
    animation: circleIn 0.4s linear;
    display:block;
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
   
}
*/



.psi-lnk label, .psi-lnk .label { 
display:block; text-align:center; 
color:rgba(255,255,255, 0.9);
font-size:10px;
position:relative;
top:3px;
} 

.sticky-shares .post-share-row a.psi-service,
.post-share-row .psi-service { padding:0; height:35px;}
.psi-service .p-share-icon{ color:#bbb;}
.psi-service:hover .p-share-icon { color:#999; }

.sticky-shares .post-share-row .psi-lnk {
  border-radius:50%;
  height:40px;
  padding-top:7px;
}

.sticky-shares .post-share-row .psi-gplus  {
  padding-top:10px;
}

.sticky-shares .post-share-row .psi-fb,
.post-share-row .psi-fb:hover { background:#3B5998; }

.sticky-shares .post-share-row .psi-tw,
.post-share-row .psi-tw:hover { background:#29AAE1; }

.sticky-shares .post-share-row .psi-gplus,
.post-share-row .psi-gplus:hover { background:#DD4B39; }

.psi-gplus .p-share-icon {
    background: url(/app/css/images/gp128.png) no-repeat center center;
    background-size: 26px auto;
    -webkit-background-size: 26px auto;
    -moz-background-size: 26px auto;
    height: 20px;
    text-indent: -9999px;
 }

.post-share-row a { font-size:12px; color:#666;}

.page-content { 
  background:#fff;
  /*margin-bottom:60px;*/
}

.entry-content {
  font-size:18px;
  color:#000;
  position:relative;
  line-height:1.7em;
}

.entry-content.page-content {
  
  margin-bottom:0px;
  
  padding-top:30px;
  background:#191C1D;
  color:#fff;
  margin-top:-30px;
  /*
  background:#fff;
  padding-top:50px;
  */
  min-height:900px;
  
  font-size:19px;
}

.page-content-inner { 
  max-width:870px;
  margin:0 auto;
}

.entry-content.page-content a {
  color:#F8B147;
}

.authors-content { 
  padding:0;
  background:none;
  width:100%;
  flex: 0 1 auto;
}

.main-inner-title {  
  position:absolute; 
  left:0; 
  top:0; 
  height:100%;
  width:100%; 
  /*max-width:50%; 
  padding-left:30px;*/
  padding:0 0px 60px; 
  font-weight:bold;
}

.mit-title {
  max-width:70%;
  /*margin:0 auto;*/
  padding:20px;
  background: rgba(0,0,0, 0.85);
  color:#fff;
  font-size:66px;
  line-height:1.3em;
  text-transform:uppercase;
  text-align:left;
  /*background: rgba(255,255,255,0.98);
  color:#000;*/
    
  
}

.mit-title > span {
  /*
  background: rgba(0,0, 0, 0.85);
  
  box-shadow: 10px 0 0 rgba(0,0,0,.85),-10px 0 0 rgba(0,0,0,.85);
  */
}

.finline-large { /*max-width:700px; margin:0 auto;*/}
.single-post .content { padding-right:0; }

/*
.finline-large + p em:first-child {
  display:block;
  font-size:13px;
  color:#999;
  margin-top:-20px;
  
}


.finline-large + p em:first-child a {
  color:inherit;
  border:none;
}

.finline-large + p em:first-child a:hover {
  text-decoration:underline;
}

.finline-large + p em:first-child a:before,
.finline-large + p em:first-child a:after {
  display:none;
}

*/

.entry-content img{ 
  max-width:100%; height:auto;
  
 
}



.entry-content .pre-wrap {
    background: #272822;
    margin: 10px 0px;
    width: auto;
    max-width: none;
}

.embed-textarea { width:100%; height:70px;}


.entry-content embed, .entry iframe {
    width: 100%;
    margin:20px 0;
}


.entry-content img, .entry-content embed, .entry-content iframe {
    vertical-align: bottom;
}

.entry-content .twitter-tweet-rendered {
    margin: 10px auto !important;
}

.entry-content ul li {
    list-style-type: disc;
    position: relative;
    padding-left: 0px;
}

.entry-content ul li,
.entry-content ol li {
margin-bottom: 10px;
}

.entry-content ul li:before {
    width: 6px;
    height: 6px;
    background: #fab23a;
    
    margin-left: -16px;
    margin-right: 10px;
    top: -2px;
    position: relative;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    
    display:none;
}

.entry-content ul li {
    list-style-type: none;
    position: relative;
    padding-left: 0px;
}

.entry-content ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #000;
    display: inline-block;
    margin-left: -14px;
    margin-right: 8px;
    top: -2px;
    position: relative;
}


.entry-content b,
.page-content strong,
.entry-content strong,
.nl-archive-wrap strong,
.as-block-title strong { font-weight:bold;}

.entry-content p.fixed-empty-p {
    height: 5px;
    padding: 0;
}



.entry-content blockquote,
.entry-content .simplePullQuote {
    
    
    /*float: left;*/
    background: none;
    font-size: 33px;
    line-height:1.2em;
    /*margin: 15px 30px 10px 30px;*/
    margin-top:35px;
    margin-bottom:30px;
    border-top: 3px solid #000;/* 5px solid #fab23a; */ 
    border-bottom: 3px solid #000;
    padding: 20px 25px;
    position:relative;
    
    
    color: #000;
    
}

.entry-content .simplePullQuote {
    float: left;
    margin: 15px 30px 10px 70px;
    padding: 20px 25px;
    position: relative;
    
    color: #000;
    max-width: 300px;
}    

.entry-content .simplePullQuote p { padding:0; margin:0;}
.entry-content .blockquote-wrap p { margin:0; max-width:none;} 

.entry-content .simplePullQuote p:before { content:'“';}
.entry-content .simplePullQuote p:after { content:'”';}


.entry-content blockquote > p:first-letter,
.entry-content .simplePullQuote > p:first-letter { text-transform:capitalize;}

/*
.entry-content blockquote {
    margin-top:20px;
    padding: 20px 30px 20px 30px;
    position: relative;
    border-left: 5px solid #fab23a;
    background: #f6f6f6;
    font-size: 16px;
    line-height: 1.5em;
}
*/

.entry-content ul, .entry-content ol {
    margin-bottom: 0px;
    padding: 9px 0 15px 0px;
}

.entry-content ol {
    list-style-position: inside;
    /*padding: 0 0 0px 0px;*/
}

.entry-content ol li {
    list-style-type: decimal;
    
    list-style-position: outside;
}

.entry-content .tight_list li {
    margin: 0px 0px 5px;
}


img.alignright{
  float:right;
  margin-left:10px;
  margin-bottom:10px;
  z-index:2;
  position:relative;
}

img.alignleft {
  float:left;
  margin-right:10px;
  margin-bottom:10px;
  z-index:2;
  position:relative;
}

img.image-border { border:1px solid #d0d0d0;}

.alignleft {
float: left;
}

.entry-content .wq_singleQuestionWrapper  { margin-top:30px;}
 
.entry-content .wq_questionTextCtr h4,
.entry-content h2 {
    line-height: 1.2em;
    font-size:30px;
}


.entry-content embed, .entry-content iframe {
    width: 100%;
    margin:20px 0;
}

img.image-border {
    border: 1px solid #d0d0d0;
}

div.finline-large, figure.inline-large {
    text-align: center;
    margin: 5px auto 20px;
    
    white-space: nowrap;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    clear: both;
}

.finline-large img, .inline-large img {
    float: none;
    margin: 0 auto;
    padding: 0;
    display: block;
    max-width: 100%;
    height: auto;
}


.entry-content img, .entry-content embed, .entry-content iframe {
    vertical-align: bottom;
}

.single-post .single-first-p .single-first-letter {
  font-size:50px;
  
  
  float:left;
  
  
  vertical-align:top;
  margin-top:0px;
  padding:0 0px;
  width:86px;
  border:6px solid #000;
  text-align:center;
  display:block;
  margin-right:10px;
  
    height: 86px;
    display: flex;
    text-align: center;
    justify-content: center;
    justify-items: center;
    flex-direction: column;
}

.job-full-desc p,
.entry-content p {
    margin: 0px 0 0;
    padding: 9px 0 15px 0;
}

.finline-large a{ display:block; text-align:center;}

#after-single,
.blockquote-wrap,
.simplePullQuote ,
.entry-content p, 
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content h7,
.entry-content ul,
.entry-content ol,
.entry-content form,
.pre-wrap pre
 {
 margin-left:auto;
 margin-right:auto;
 max-width:700px;
 max-width:720px;
 /*padding-left: 30px;*/
}

.entry-content.page-content p, 
.entry-content.page-content h1,
.entry-content.page-content h2,
.entry-content.page-content h3,
.entry-content.page-content h4,
.entry-conten.page-contentt h5,
.entry-content.page-content h6,
.entry-content.page-content h7,
.entry-content.page-content ul,
.entry-content.page-content ol
 {
   max-width:1100px;
 }


.entry-content .wq_singleQuestionWrapper  { margin-top:30px;}
 
.entry-content .wq_questionTextCtr h4,
.entry-content h2 {
    line-height: 1.2em;
    font-size:33px;
    
}

.entry-content em , .entry-content i{ font-style: italic; }

.nl-archive-wrap h2 { font-size:33px; margin-bottom:15px;}


.entry-content h4,
.entry-content h3 {
    line-height: 1.2em;
    font-size:24px;
    font-weight:bold;
    margin-top:40px;
    text-transform:uppercase;
}

.entry-content h4 {
  font-size:20px;
}



.entry-content h2.popular-posts-title { margin-top:0; font-size:24px; text-transform:uppercase;
text-align:left;
margin-bottom:5px;

}

.entry-content .wq_questionTextCtr h4,
.entry-content h4,
.entry-content h2, .entry-content h3 {
    padding-top: 20px;
    margin-top:0;
    margin-bottom: 5px;
    clear:both;
    /*text-transform:uppercase;*/
}




.entry-content .wq_questionTextCtr h4 { margin-bottom:20px;}

.entry-content h4,
.entry-content h3  { 
  margin-bottom:0;
  
}

.entry-content h4 {text-transform:none;}
.page-content h4 { text-transform:uppercase;}

.entry-content h2 + .finline-large, .entry-content h3 + .finline-large, .entry-content h4 + .finline-large { 
margin-top:15px;
}




/* decorations */
.side-lines-block {
  position:fixed;
  left:0px;
  top:10px;
  width:1px;
}

.side-lines-block.in-right {
  left:auto;
  right:0px;
  text-align:right;
  transform:scaleX(-1);
}


.side-lines-block > span { 
 width:25px;
 margin-top:10px;
 transform-origin: 0% 100%;
 display:block;
 transform:  rotate(-45deg) ;
 background:#f8b147;
}


/* CODE */

code[class*="language-"],
pre[class*="language-"] {
	color: #f8f8f2;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	font-family: Consolas, Monaco, 'Andale Mono', monospace;
	direction: ltr;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	line-height: 1.5;

	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;

	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

/* Code blocks */
pre[class*="language-"] {
	padding: 1em;
	
	overflow: auto;
	border-radius: 0.3em;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
	background: #272822;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
	padding: .1em;
	border-radius: .3em;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: slategray;
}

.token.punctuation {
	color: #f8f8f2;
}

.namespace {
	opacity: .7;
}

.token.property,
.token.tag,
.token.constant,
.token.symbol,
.token.deleted {
	color: #f92672;
}

.token.boolean,
.token.number {
	color: #ae81ff;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
	color: #a6e22e;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
	color: #f8f8f2;
}

.token.atrule,
.token.attr-value {
	color: #e6db74;
}

.token.keyword {
	color: #66d9ef;
}

.token.regex,
.token.important {
	color: #fd971f;
}

.token.important {
	font-weight: bold;
}

.token.entity {
	cursor: help;
}




/* FONTELLO */

@font-face {
  font-family: 'fontello';
  src: url('data:application/octet-stream;base64,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') format('woff'),
       url('data:application/octet-stream;base64,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') format('truetype');
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?42997705#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-search:before { content: '\e800'; } /* '' */
.icon-cancel:before { content: '\e801'; } /* '' */
.icon-cancel-circled:before { content: '\e802'; } /* '' */
.icon-print:before { content: '\e803'; } /* '' */
.icon-comment:before { content: '\e804'; } /* '' */
.icon-cancel-1:before { content: '\e805'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-rss:before { content: '\f09e'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-youtube:before { content: '\f315'; } /* '' */


/* print */
@media print {
   .single-bottom-ads,
   #article-sticky-stuff,
   #after-single,
   .related-posts-block,
   #header, #footer, .sidebar, #sidebar {
     display:none!important;
   }
   
   #article-header {
     margin-top:0;
   }
   
   
   .single-content {
     padding:0;
   }
   
   .ah-cim-img {
      background-attachment: initial;
   }
   
   .single-title-im-content {
     background:none;
     padding:0;
   }
   
   .single-title-im-wrap {
     padding-right:0;
   }
   
   .single-title-im-inside {
     float:none;
     max-width:none;
   }
   
   .single-title {
     color:#000;
     text-align:left;
   }
   
   #after-single, .blockquote-wrap, .simplePullQuote, .entry-content p, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content h7, .entry-content ul, .entry-content ol, .entry-content form, .pre-wrap pre {
     max-width:none!important;
   }
}

/* RESPONSIVE */

@media screen and (max-width:970px ){
 .single-bottom-ads { display:none;}
 
}



@media screen and (min-width:1300px ){

  


.llr-tw .list-post:nth-child(12n+7) .hp-cat ,
.llr-tw .list-post:nth-child(12n+10) .hp-cat ,
.llr-1 .list-post:nth-child(3n+1) .hp-cat ,



.llr-0 .list-post:nth-child(3n+3) .hp-cat ,
.llr-tw .list-post:nth-child(12n+3) .hp-cat ,
.llr-tw .list-post:nth-child(12n+6) .hp-cat ,

.llr4242 .list-post:nth-child(1) .hp-cat ,
.llr4242 .list-post:nth-child(2) .hp-cat ,

.llr6262 .list-post:nth-child(1) .hp-cat ,
.llr6262 .list-post:nth-child(2) .hp-cat ,


.llr-last .list-post .hp-cat ,
.hp-content:last-child .list-post:nth-child(1)  .hp-cat ,
.hp-content:last-child .list-post:nth-child(2)  .hp-cat ,
.hp-content:last-child .list-post:nth-child(3)  .hp-cat ,
.hp-content:last-child .list-post:nth-child(4)  .hp-cat ,

.main-post:nth-child(3) .hp-cat ,
.main-post:nth-child(4) .hp-cat ,
.main-post:nth-child(9) .hp-cat ,
.feat-posts-list .hp-cat ,
.llr-fin .list-post:nth-child(8n + 1) .hp-cat ,
.llr-fin .list-post:nth-child(8n + 2) .hp-cat  
 {
   /*margin-top:-30px;*/
 } 
 


.llr-tw .list-post:nth-child(12n+7) .hp-cat a,
.llr-tw .list-post:nth-child(12n+10) .hp-cat a,
.llr-1 .list-post:nth-child(3n+1) .hp-cat a,



.llr-0 .list-post:nth-child(3n+3) .hp-cat a,
.llr-tw .list-post:nth-child(12n+3) .hp-cat a,
.llr-tw .list-post:nth-child(12n+6) .hp-cat a,

.llr4242 .list-post:nth-child(1) .hp-cat a,
.llr4242 .list-post:nth-child(2) .hp-cat a,

.llr6262 .list-post:nth-child(1) .hp-cat a,
.llr6262 .list-post:nth-child(2) .hp-cat a,


.llr-last .list-post .hp-cat a,
.hp-content:last-child .list-post:nth-child(1)  .hp-cat a,
.hp-content:last-child .list-post:nth-child(2)  .hp-cat a,
.hp-content:last-child .list-post:nth-child(3)  .hp-cat a,
.hp-content:last-child .list-post:nth-child(4)  .hp-cat a,

.main-post:nth-child(3) .hp-cat a,
.main-post:nth-child(4) .hp-cat a,
.main-post:nth-child(9) .hp-cat a,
.feat-posts-list .hp-cat a,
.llr-fin .list-post:nth-child(8n + 1) .hp-cat a,
.llr-fin .list-post:nth-child(8n + 2) .hp-cat a 
 {
  /*
  color:#fff;
  
  */
  color:#F8B147;
  /*
  background:#F8B147;
  color:#000;
  padding:2px 4px;
  */
}

.hp-content:last-child .list-post:nth-child(2) .hp-cat:before,
.hp-content:last-child .list-post:nth-child(3) .hp-cat:before,

.llr-1 .list-post:nth-child(3n+1) .hp-cat:before,
.llr-tw .list-post:nth-child(12n+7) .hp-cat:before,
.llr-tw .list-post:nth-child(12n+10) .hp-cat:before,

.llr-0 .list-post:nth-child(3n+3) .hp-cat:before,

.llr-tw .list-post:nth-child(12n+3) .hp-cat:before,
.llr-tw .list-post:nth-child(12n+6) .hp-cat:before,

.llr-last .list-post .hp-cat:before,
.llr-fin .list-post:nth-child(8n + 1) .hp-cat:before,
.llr-fin .list-post:nth-child(8n + 2) .hp-cat:before
{
  display:none;

}

.llr-1 .list-post:nth-child(3n+1):hover .main-col-post-info,

.llr-tw .list-post:nth-child(12n+7):hover .main-col-post-info,
.llr-tw .list-post:nth-child(12n+10):hover .main-col-post-info,

.llr-0 .list-post:nth-child(3n+3):hover .main-col-post-info,

.llr-tw .list-post:nth-child(12n+3):hover .main-col-post-info,
.llr-tw .list-post:nth-child(12n+6):hover .main-col-post-info,

.llr4242 .list-post:nth-child(1):hover .main-col-post-info,
.llr4242 .list-post:nth-child(2):hover .main-col-post-info,

.llr6262 .list-post:nth-child(1):hover .main-col-post-info,
.llr6262 .list-post:nth-child(2):hover .main-col-post-info,

.hp-content:last-child .list-post:nth-child(1):hover .main-col-post-info,
.hp-content:last-child .list-post:nth-child(2):hover .main-col-post-info,
.hp-content:last-child .list-post:nth-child(3):hover .main-col-post-info,
.hp-content:last-child .list-post:nth-child(4):hover .main-col-post-info,

.main-post:nth-child(3):hover .main-col-post-info,
.main-post:nth-child(4):hover .main-col-post-info,
.main-post:nth-child(9):hover .main-col-post-info{
  /*
  padding-left:30px;
  padding-right:30px;
  padding-bottom:30px;
  */
  padding-bottom:10px;
  padding-right:60px;

}

.llr-1 .list-post:nth-child(3n+1) .hp-excerpt,
.llr-tw .list-post:nth-child(12n+7) .hp-excerpt,
.llr-tw .list-post:nth-child(12n+10) .hp-excerpt,

.llr-0 .list-post:nth-child(3n+3) .hp-excerpt,

.llr-tw .list-post:nth-child(12n+3) .hp-excerpt,
.llr-tw .list-post:nth-child(12n+6) .hp-excerpt,


.llr4242 .list-post:nth-child(1) .hp-excerpt,
.llr4242 .list-post:nth-child(2) .hp-excerpt,

.llr6262 .list-post:nth-child(1) .hp-excerpt,
.llr6262 .list-post:nth-child(2) .hp-excerpt,

.llr-last .list-post .hp-excerpt,
.hp-content:last-child .list-post:nth-child(1)  .hp-excerpt,
.hp-content:last-child .list-post:nth-child(2)  .hp-excerpt,
.hp-content:last-child .list-post:nth-child(3)  .hp-excerpt,
.hp-content:last-child .list-post:nth-child(4)  .hp-excerpt,

.main-post:nth-child(3) .hp-excerpt, 
.main-post:nth-child(4) .hp-excerpt, 
.main-post:nth-child(9) .hp-excerpt{
  display:none;
}

.llr-1 .list-post:nth-child(3n+1)   .main-col-img,
.llr-tw .list-post:nth-child(12n+7) .main-col-img,
.llr-tw .list-post:nth-child(12n+10) .main-col-img,

.llr-0 .list-post:nth-child(3n+3)   .main-col-img,

.llr-tw .list-post:nth-child(12n+3)   .main-col-img,
.llr-tw .list-post:nth-child(12n+6)   .main-col-img,

.llr-1 .list-post:nth-child(3n+1)   .main-col-post-info,
.llr-tw .list-post:nth-child(12n+7) .main-col-post-info,
.llr-tw .list-post:nth-child(12n+10) .main-col-post-info,

.llr-0 .list-post:nth-child(3n+3)   .main-col-post-info,

.llr-tw .list-post:nth-child(12n+3)   .main-col-post-info,
.llr-tw .list-post:nth-child(12n+6)   .main-col-post-info,

.llr4242 .list-post:nth-child(1) .main-col-img,
.llr4242 .list-post:nth-child(2) .main-col-img,
.llr4242 .list-post:nth-child(1) .main-col-post-info,
.llr4242 .list-post:nth-child(2) .main-col-post-info,

.llr6262 .list-post:nth-child(1) .main-col-img,
.llr6262 .list-post:nth-child(2) .main-col-img,
.llr6262 .list-post:nth-child(1) .main-col-post-info,
.llr6262 .list-post:nth-child(2) .main-col-post-info,


.llr-last .list-post .main-col-img,
.llr-last .list-post .main-col-post-info,

.hp-content:last-child .list-post:nth-child(1) .main-col-post-info,
.hp-content:last-child .list-post:nth-child(1) .main-col-img,
.hp-content:last-child .list-post:nth-child(2) .main-col-post-info,
.hp-content:last-child .list-post:nth-child(2) .main-col-img,
.hp-content:last-child .list-post:nth-child(3) .main-col-post-info,
.hp-content:last-child .list-post:nth-child(3) .main-col-img,
.hp-content:last-child .list-post:nth-child(4) .main-col-post-info,
.hp-content:last-child .list-post:nth-child(4) .main-col-img,

.main-post:nth-child(3) .main-col-img, .main-post:nth-child(3) .main-col-post-info,
.main-post:nth-child(4) .main-col-img, .main-post:nth-child(4) .main-col-post-info,
.main-post:nth-child(9) .main-col-img, .main-post:nth-child(9) .main-col-post-info {
 width:100%;
 /*padding:0;*/
 border-right:none;
}

.llr-1 .list-post:nth-child(3n+1)  .main-col-post-info,
.llr-tw .list-post:nth-child(12n+7)  .main-col-post-info,
.llr-tw .list-post:nth-child(12n+10)  .main-col-post-info,

.llr-0 .list-post:nth-child(3n+3)  .main-col-post-info,

.llr-tw .list-post:nth-child(12n+3)  .main-col-post-info,
.llr-tw .list-post:nth-child(12n+6)  .main-col-post-info,

.llr4242 .list-post:nth-child(1) .main-col-post-info,
.llr4242 .list-post:nth-child(2) .main-col-post-info,

.llr6262 .list-post:nth-child(1) .main-col-post-info,
.llr6262 .list-post:nth-child(2) .main-col-post-info,

.llr-last .list-post .main-col-post-info,
.hp-content:last-child .list-post:nth-child(1)  .main-col-post-info,
.hp-content:last-child .list-post:nth-child(2)  .main-col-post-info,
.hp-content:last-child .list-post:nth-child(3)  .main-col-post-info,
.hp-content:last-child .list-post:nth-child(4)  .main-col-post-info,

.main-post:nth-child(3) .main-col-post-info,
.main-post:nth-child(4) .main-col-post-info,
.main-post:nth-child(9) .main-col-post-info {
  /*padding-top:10px;*/
  /*flex:1;*/
  position:absolute;
  bottom:45px; 
  left:0; 
  right:0;
  padding:0 50px 0 0px;
  /*max-width:85%;
  /*
  right:0;
  padding:20px;
  background: rgba(0,0,0,0.85);
  */
  
}

.llr-tw .list-post:nth-child(12n+3) .article-hp-content ,
.llr-tw .list-post:nth-child(12n+6) .article-hp-content ,
.llr-tw .list-post:nth-child(12n+7) .article-hp-content ,
.llr-tw .list-post:nth-child(12n+10) .article-hp-content ,

.hp-content:last-child .list-post:nth-child(3)  .article-hp-content ,
.hp-content:last-child .list-post:nth-child(2)  .article-hp-content ,

.llr-1 .list-post:nth-child(3n+1) .article-hp-content ,
.llr-0 .list-post:nth-child(3n+3) .article-hp-content  {
  border:none;

}


.llr-tw .list-post:nth-child(12n+3) .main-col-post-info-content,
.llr-tw .list-post:nth-child(12n+6) .main-col-post-info-content,
.llr-tw .list-post:nth-child(12n+7) .main-col-post-info-content,
.llr-tw .list-post:nth-child(12n+10) .main-col-post-info-content,

.hp-content:last-child .list-post:nth-child(3)  .main-col-post-info-content,
.hp-content:last-child .list-post:nth-child(2)  .main-col-post-info-content,

.llr-1 .list-post:nth-child(3n+1) .main-col-post-info-content,
.llr-0 .list-post:nth-child(3n+3) .main-col-post-info-content {
  background: rgba(0,0,0,0.85);
  width:100%;
  padding:20px 20px 20px 20px;
  position:relative;
  border:none;
  /*top:20px;*/
  left:0px;
  /*
  -webkit-clip-path: polygon(0px 0, 100% 0, calc(100% - 40px) 100%, 0 100%);
  clip-path: polygon(0px 0, 100% 0, calc(100% - 40px) 100%, 0 100% );
  */
}

.llr-tw .list-post:hover:nth-child(12n+3) .main-col-post-info-content,
.llr-tw .list-post:hover:nth-child(12n+6) .main-col-post-info-content,
.llr-tw .list-post:hover:nth-child(12n+7) .main-col-post-info-content,
.llr-tw .list-post:hover:nth-child(12n+10) .main-col-post-info-content,

.hp-content:last-child .list-post:hover:nth-child(3)  .main-col-post-info-content,
.hp-content:last-child .list-post:hover:nth-child(2)  .main-col-post-info-content,

.llr-1 .list-post:hover:nth-child(3n+1) .main-col-post-info-content,
.llr-0 .list-post:hover:nth-child(3n+3) .main-col-post-info-content {
   padding-left:30px;
  /*left:-30px;*/

}

/*
.llr-tw .list-post:hover:nth-child(12n+3) .hppi-time,
.llr-tw .list-post:hover:nth-child(12n+6) .hppi-timet,
.llr-tw .list-post:hover:nth-child(12n+7) .hppi-time,
.llr-tw .list-post:hover:nth-child(12n+10) .hppi-time,

.hp-content:last-child .list-post:hover:nth-child(3)  .hppi-time,
.hp-content:last-child .list-post:hover:nth-child(2)  .hppi-time,

.llr-1 .list-post:hover:nth-child(3n+1) .hppi-time,
.llr-0 .list-post:hover:nth-child(3n+3) .hppi-time {
  color:#fff;
}
*/

.hp-content:last-child .list-post:nth-child(1)  .hp-post-pub-info,
.hp-content:last-child .list-post:nth-child(2)  .hp-post-pub-info,
.hp-content:last-child .list-post:nth-child(3)  .hp-post-pub-info,
.hp-content:last-child .list-post:nth-child(4)  .hp-post-pub-info,
 
.llr-1 .list-post:nth-child(3n+1)  .hp-post-pub-info,
.llr-tw .list-post:nth-child(12n+7)  .hp-post-pub-info,
.llr-tw .list-post:nth-child(12n+10)  .hp-post-pub-info,

.llr-0 .list-post:nth-child(3n+3)  .hp-post-pub-info,

.llr-tw .list-post:nth-child(12n+3)  .hp-post-pub-info,
.llr-tw .list-post:nth-child(12n+6)  .hp-post-pub-info,

.llr4242 .list-post:nth-child(1) .hp-post-pub-info,
.llr4242 .list-post:nth-child(2) .hp-post-pub-info,

.llr6262 .list-post:nth-child(1) .hp-post-pub-info,
.llr6262 .list-post:nth-child(2) .hp-post-pub-info,

.main-post:nth-child(3) .hp-post-pub-info,
.main-post:nth-child(4) .hp-post-pub-info,
.main-post:nth-child(9) .hp-post-pub-info {
  text-transform:uppercase;
  color:#fff;
}



.llr-1 .list-post:nth-child(3n+1) .main-post-title a,
.llr-tw .list-post:nth-child(12n+7) .main-post-title a,
.llr-tw .list-post:nth-child(12n+10) .main-post-title a,

.llr-0 .list-post:nth-child(3n+3) .main-post-title a,

.llr-tw .list-post:nth-child(12n+3) .main-post-title a,
.llr-tw .list-post:nth-child(12n+6) .main-post-title a,

.llr4242 .list-post:nth-child(1) .main-post-title a,
.llr4242 .list-post:nth-child(2) .main-post-title a,

.llr6262 .list-post:nth-child(1) .main-post-title a,
.llr6262 .list-post:nth-child(2) .main-post-title a,


.llr-last .list-post .main-post-title a,
.hp-content:last-child .list-post:nth-child(1)  .main-post-title a,
.hp-content:last-child .list-post:nth-child(2)  .main-post-title a,
.hp-content:last-child .list-post:nth-child(3)  .main-post-title a,
.hp-content:last-child .list-post:nth-child(4)  .main-post-title a,

.main-post:nth-child(3) .main-post-title a,
.main-post:nth-child(4) .main-post-title a,
.main-post:nth-child(9) .main-post-title a
 { font-size:33px; text-transform:uppercase; color:#fff;}

 .llr-1 .list-post:nth-child(3n+1) .main-col-img img,
 .llr-tw .list-post:nth-child(12n+7) .main-col-img img,
 .llr-tw .list-post:nth-child(12n+10) .main-col-img img,
 
 .llr-0 .list-post:nth-child(3n+3) .main-col-img img,
 
 .llr-tw .list-post:nth-child(12n+3) .main-col-img img,
 .llr-tw .list-post:nth-child(12n+6) .main-col-img img,
 
 .llr4242 .list-post:nth-child(1) .main-col-img img,
 .llr4242 .list-post:nth-child(2) .main-col-img img,
 
 .llr6262 .list-post:nth-child(1) .main-col-img img,
 .llr6262 .list-post:nth-child(2) .main-col-img img, 
 
 .llr-last .list-post .main-col-img img,
 .hp-content:last-child .list-post:nth-child(1)  .main-col-img img,
 .hp-content:last-child .list-post:nth-child(2)  .main-col-img img,
 .hp-content:last-child .list-post:nth-child(3)  .main-col-img img,
 .hp-content:last-child .list-post:nth-child(4)  .main-col-img img,  

.main-post:nth-child(3) .main-col-img img,
.main-post:nth-child(4) .main-col-img img,
.main-post:nth-child(9) .main-col-img img
 { 
 max-height:none; 
 
 height:calc(100% + 20px);
 width:calc(100% + 20px); 
 left:-10px;
 top:-10px;
 /*transform:scale(1.15);*/
 }
 
 .llr-1 .list-post:nth-child(3n+1):hover .main-col-img img,
 .llr-tw .list-post:nth-child(12n+7):hover .main-col-img img,
 .llr-tw .list-post:nth-child(12n+10):hover .main-col-img img,
 
 .llr-0 .list-post:nth-child(3n+3):hover .main-col-img img,
 
 .llr-tw .list-post:nth-child(12n+3):hover .main-col-img img,
 .llr-tw .list-post:nth-child(12n+6):hover .main-col-img img,
 
 .llr4242 .list-post:nth-child(1) .main-col-img img,
 .llr4242 .list-post:nth-child(2) .main-col-img img,
 
 .llr6262 .list-post:nth-child(1) .main-col-img img,
 .llr6262 .list-post:nth-child(2) .main-col-img img,
 
 .main-post:nth-child(3):hover .main-col-img img,
 .main-post:nth-child(4):hover .main-col-img img,
 .main-post:nth-child(9):hover .main-col-img img
  {
   height:calc(100% );
   width:calc(100%); 
   left:0px;
   top:0px;
 }
 
 
 .llr-tw .list-post:nth-child(12n+3),
 .llr-tw .list-post:nth-child(12n+6),
 
 .llr-0 .list-post:nth-child(3n+3) {
   height:400px;
   margin-left:50%;
   margin-top:-400px;
 }

 .llr-tw .list-post:nth-child(12n+2),
 .llr-tw .list-post:nth-child(12n+5), 
 .llr-0 .list-post:nth-child(3n+2) {
    margin-left: -50%;
    margin-top: 200px; 
 }

.llr-last .list-post,  
.hp-content:last-child .list-post:nth-child(1),
.hp-content:last-child .list-post:nth-child(2),
.hp-content:last-child .list-post:nth-child(3),
.hp-content:last-child .list-post:nth-child(4) {
  margin-left:0;
  margin-top:0;
}

.llr-last .list-post,
.hp-content:last-child .list-post:nth-child(1),
.hp-content:last-child .list-post:nth-child(2),
.hp-content:last-child .list-post:nth-child(3),
.hp-content:last-child .list-post:nth-child(4),
  
.llr-tw .list-post:nth-child(12n+7),
.llr-tw .list-post:nth-child(12n+10),
.llr-1 .list-post:nth-child(3n+1)
 {
   height:400px;
 }

 .llr-tw .list-post:nth-child(12n+9),
 .llr-tw .list-post:nth-child(12n+12), 
 .llr-1 .list-post:nth-child(3n+3) {
   margin-top:-200px;
   margin-left:50%;
 }
  
   .llr-fin .list-post:nth-child(8n + 1):hover .main-col-post-info,
   .llr-fin .list-post:nth-child(8n + 2):hover .main-col-post-info{
      padding-left:30px;
      padding-right:30px;
      padding-bottom:30px;
   }
   
   
   .llr-fin .list-post:nth-child(8n + 1) .hp-excerpt,
   .llr-fin .list-post:nth-child(8n + 2) .hp-excerpt{
      display:none;
   }
   
   .llr-fin .list-post:nth-child(8n + 1) .main-col-img,
   .llr-fin .list-post:nth-child(8n + 2) .main-col-img,
   .llr-fin .list-post:nth-child(8n + 1) .main-col-post-info,
   .llr-fin .list-post:nth-child(8n + 2) .main-col-post-info{
      width:100%;
      border-right:none;
   }
   
   
   .llr-fin .list-post:nth-child(8n + 1) .main-col-post-info,
   .llr-fin .list-post:nth-child(8n + 2) .main-col-post-info {
      position:absolute;
      bottom:0; left:0; right:0;
      padding:20px;
      background: rgba(0,0,0,0.85);
    }
    
    
    .llr-fin .list-post:nth-child(8n + 1) .hp-post-pub-info,
    .llr-fin .list-post:nth-child(8n + 2) .hp-post-pub-info {
      text-transform:uppercase;
      color:#fff;
    }

    .llr-fin .list-post:nth-child(8n+1) .main-post-title a,
    .llr-fin .list-post:nth-child(8n+2) .main-post-title a{ 
      font-size:37px; text-transform:uppercase; color:#fff;
    }
  
  
    .llr-fin .list-post:nth-child(8n + 1) .main-col-img img,
    .llr-fin .list-post:nth-child(8n + 2) .main-col-img img{ 
        max-height:none; 
 
        height:calc(100% + 20px);
        width:calc(100% + 20px); 
        left:-10px;
        top:-10px;
    }
 
 
    .llr-fin .list-post:nth-child( 8n + 1 ) .main-col-img img,
    .llr-fin .list-post:nth-child( 8n + 2 ) .main-col-img img {
        height:calc(100% );
        width:calc(100%); 
        left:0px;
        top:0px;
    }
 
 
    .llr-fin .list-post:nth-child(8n + 1) ,
    .llr-fin .list-post:nth-child(8n + 2){
        height:400px;
     }
     
     
     #hp-dsk { }
     

}

  

@media screen and (max-width:1100px ){
  .author-grid-sizer, .author-grid-item {
     width:33.33%;
  }
}

@media screen and (max-width:900px ){
  .author-grid-sizer, .author-grid-item {
     width:50%;
  }
}  

@media screen and (max-width:800px ){
    
    body { 
      background:#fff;
    }
    
    body.jobs-body {
      background:#e9ebee;
    }
    
    .entry-content.page-content { padding:30px 15px;
    font-size:16px;
    }
    
    .post-author-bio-in .post-author-name { text-align:center;}  
    
    .authors-list  {
       height:auto!important;
       margin-top:0px;
       
    }
    
    .author-list-item:after {
      content:"";
      display:block;
      clear:both;
    }
    
    .author-list-item .avatar {
      border-right:3px solid #000;
      float:left;
      width:70px;
      height:70px;
      margin:0 5px 0 0px;
    }
    
    
    
    .author-grid-item {
      position:relative!important;
      left:0!important;
      top:0!important;
      width:100%;
      
      padding: 15px;
      border-bottom: 1px solid #ddd;
    }
    
    .author-list-item .aua-info h2 {
      margin:0 0px 0 0;
      text-align:left;
    }
    
    .author-grid-item .aua-info {
       padding:0;
       margin-top:0;
       margin-left:10px;
       justify-content: center!important;
       display:flex;
       flex-direction:column;
    }
    
    .author-grid-item .author-list-item { 
      border-top:0;
      margin-bottom:0;
      display:flex;
      
      flex-direction: row!important;
    }
    
    
    
    .author-grid-item .aua-bio {
      display:none;
    }
    
    
    .freebie-grid-item:nth-child(5n+1) {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      border-bottom:1px solid #e4e4e4;
      padding:20px 15px;
    } 
    
    .freebie-grid-item:nth-child(5n+2),
    .freebie-grid-item:nth-child(5n+3),
    .freebie-grid-item:nth-child(5n+4),
    .freebie-grid-item:nth-child(5n+5)
     {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      border-bottom:1px solid #e4e4e4;
      padding:20px 15px;
    }
    
    .freebie-grid-item:nth-child(5n+2) .freebie-col-img-lnk-wrap,
    .freebie-grid-item:nth-child(5n+3) .freebie-col-img-lnk-wrap,
    .freebie-grid-item:nth-child(5n+2) .freebie-col-img-lnk,
    .freebie-grid-item:nth-child(5n+3) .freebie-col-img-lnk,
    
    .freebie-grid-item:nth-child(5n+4) .freebie-col-img-lnk-wrap,
    .freebie-grid-item:nth-child(5n+5) .freebie-col-img-lnk-wrap,
    .freebie-grid-item:nth-child(5n+4) .freebie-col-img-lnk,
    .freebie-grid-item:nth-child(5n+5) .freebie-col-img-lnk
     {
      height:150px;
    }
    
    
    .freebie-grid-item:nth-child(5n+1) .freebie-list-item .aua-info {
        background: rgba(0,0,0,0.85);
        max-width: 85%;
        padding: 20px 20px 20px 20px;
        position: relative;
        bottom: 45px;
        left: 0px;
        position: absolute;
    
    }
    
    
    .freebie-grid-item:nth-child(5n+2) .freebie-list-item .aua-info,
    .freebie-grid-item:nth-child(5n+3) .freebie-list-item .aua-info,
    .freebie-grid-item:nth-child(5n+4) .freebie-list-item .aua-info,
    .freebie-grid-item:nth-child(5n+5) .freebie-list-item .aua-info
    
     {
      background:none;
      max-width:none;
      bottom:0;
      position:relative;
      padding:10px 0 0 0;
    
    }
    
    
    .freebie-grid-item:nth-child(5n+1)  .freebie-list-item .aua-info h2 a {
      font-size:30px;
      color:#fff;
      text-transform: uppercase;
    }
    
    
    .freebie-grid-item:nth-child(5n+2)  .freebie-list-item .aua-info h2 a.au-title,
    .freebie-grid-item:nth-child(5n+3)  .freebie-list-item .aua-info h2 a.au-title,
    .freebie-grid-item:nth-child(5n+4)  .freebie-list-item .aua-info h2 a.au-title,
    .freebie-grid-item:nth-child(5n+5)  .freebie-list-item .aua-info h2 a.au-title
     {
      color:#000;
      font-size:20px;
      text-transform:none;
    }
    
    .freebie-list-item { margin-bottom:0;}
    
    
    
    .content,
    .ft-inner-img {
      max-width:100%;
    }
    
    .single-content {
       padding:20px 15px;
       font-size:18px;
    }
    
    .single-excerpt p, .entry-content .single-first-p {
     font-size:23px;
    }
    
    .archive-title {
      font-size:34px;
      padding:30px 0;
      margin:15px 0 10px;
    }
    
    h1.jobs-page-title { 
      font-size:24px;
      margin-bottom:0px;
    }
    
    .location-field-wrap, .job-search-field-wrap {
      float:none;
      padding:0;
      width:100%;

    }
    
    #jobs-sidebar {
      display:none;
    }
    
    .location-field-wrap { margin-top:20px;}
    
    #mob-filter-results-wrap { display:block;}
   
    
    .rt-pg-content-block {
      margin-left:15px;
      margin-right:15px;
    }
    
    .archive-title,
    #after-single,
    .single-title-wrap { padding-left:15px; padding-right:15px;}
    
    
    article.list-post .main-col-post-info { padding:10px 0px 10px 20px;}
    
    .llr-lv .list-post .main-post-title,
    article.list-post .main-post-title { margin-bottom:0;
   
    }
    
    .llr-tw .hppi-time, .llr-tw .hpppi-separator,
    .llr-fin .hppi-time, .llr-fin .hpppi-separator {
     display:none;
    } 
    
    .llr-tw .hp-excerpt,
    .llr-fin .hp-excerpt { /*display:none;*/}
    
    
    .llr-lv {
      margin:0;
    }
    
    .llr-tw,
    .llr-fin {
      display:block!important;
      margin:0 15px;
    }
    
    .llr-lv .list-post,
    .llr-tw .list-post,
    .llr-fin .list-post{ 
      width:100%;
      
      padding:15px 0px;
      border-bottom:1px solid #ddd;
      
      margin-top: 0!important;
      height: 140px!important;
    }
    
    
    .llr-lv .list-post .main-col-img { height:140px;}
    .llr-lv article.list-post .hp-excerpt { display:none;}
    
    .llr-lv .list-post { height:auto;
    padding: 15px 0px;
    border-bottom: 1px solid #ddd;
    }
    
    .llr-lv .article-hp-content { 
      position:relative;
      height:auto;
      width:auto;
    }
    
    .llr-lv .list-post .article-post-img,
    article.list-post .article-post-img {
      height:120px!important;
      
      top:0;
      left:0;
      
    }
    
    article.list-post .main-col-img { width:120px!important; border-width:3px;}
    
    
   
   .llr-lv .list-post:nth-child(4n + 1):hover .main-col-post-info,
   .llr-tw .list-post:nth-child(4n + 1):hover .main-col-post-info, 
   .llr-fin .list-post:nth-child(4n + 1):hover .main-col-post-info{
      padding-left:30px;
      padding-right:30px;
      padding-bottom:30px;
   }
   
   
   
   .llr-tw .list-post:nth-child(4n + 1) .hp-excerpt,
   .llr-lv .list-post:nth-child(4n + 1) .hp-excerpt
   .llr-fin .list-post:nth-child(4n + 1) .hp-excerpt{
      display:none;
   }
   
   .llr-tw .list-post:nth-child(4n + 1) .main-col-img,
   .llr-tw .list-post:nth-child(4n + 1) .main-col-post-info,
   .llr-lv .list-post:nth-child(4n + 1) .main-col-img,
   .llr-lv .list-post:nth-child(4n + 1) .main-col-post-info,
   .llr-fin .list-post:nth-child(4n + 1) .main-col-img,
   .llr-fin .list-post:nth-child(4n + 1) .main-col-post-info
   {
      width:100%!important;
      height:auto!important;
      border-right:none;
   }
   
   
   .llr-tw .list-post:nth-child(4n + 1) .main-col-post-info,
   .llr-lv .list-post:nth-child(4n + 1) .main-col-post-info,
   .llr-fin .list-post:nth-child(4n + 1) .main-col-post-info {
      position:absolute;
      bottom:30px; left:0; right:30px;
      width:auto!important;
      padding:20px;
      background: rgba(0,0,0,0.85);
    }
    
    
    .llr-tw .list-post:nth-child(4n + 1) .hp-post-pub-info,
    .llr-lv .list-post:nth-child(4n + 1) .hp-post-pub-info,
    .llr-fin .list-post:nth-child(4n + 1) .hp-post-pub-info {
      text-transform:uppercase;
      color:#fff;
    }

    .llr-tw .list-post:nth-child(4n+1) .main-post-title a,
    .llr-lv .list-post:nth-child(4n+1) .main-post-title a,
    .llr-fin .list-post:nth-child(4n+1) .main-post-title a{ 
      font-size:32px; text-transform:uppercase; color:#fff;
    }
    
    .hpppi-author-avatar { display:none;}
    
    .llr-tw .list-post:nth-child(4n+1) .hpppi-author-avatar,
    .llr-lv .list-post:nth-child(4n+1) .hpppi-author-avatar,
    .llr-fin .list-post:nth-child(4n+1) .hpppi-author-avatar {
      display:inline-block;
    }
  
  
    .llr-tw .list-post:nth-child(4n + 1) .main-col-img img,
    .llr-lv .list-post:nth-child(4n + 1) .main-col-img img,
    .llr-fin .list-post:nth-child(4n + 1) .main-col-img img{ 
        max-height:none; 
 
        height:calc(100% + 20px);
        width:calc(100% + 20px); 
        left:-10px;
        top:-10px;
    }
 
 
    .llr-tw .list-post:nth-child( 4n + 1 ) .main-col-img img,
    .llr-lv .list-post:nth-child( 4n + 1 ) .main-col-img img,
    .llr-fin .list-post:nth-child( 4n + 1 ) .main-col-img img {
        height:100%!important;
        width:100%!important; 
        left:0px;
        top:0px;
    }
 
 
    .llr-lv .list-post:nth-child(4n + 1),
    .llr-tw .list-post:nth-child(4n + 1),
    .llr-fin .list-post:nth-child(4n + 1){
        height:400px!important;
        
     }
     
     .llr-lv .list-post:nth-child(4n+1) .article-hp-content {
       position:absolute;
       height:100%; 
       width:100%;
     }
     
}

@media screen and (max-width:1360px ) {
  #main-content-block { margin-left:30px; margin-right:30px;}
}  

@media screen and (max-width:1300px ) {
  #search-btn { right:10px;}
  #mms-icon-blog { left:5px;}
  #header-social-block { left:10px;}
  #search-form { padding:0 15px;}
  
  .adp-6 { width:25%;}
  .popular-posts-block .article-diagonal-post:last-child {
     display:none;
  }
  
  /*
  .list-post { height:250px;}
  
  .llr-tw .list-post:nth-child(12n+2),
  .llr-tw .list-post:nth-child(12n+5),
  .llr-0 .list-post:nth-child(3n+2) { margin-top:250px; }
  
  .llr-tw .list-post:nth-child(12n+3),
  .llr-tw .list-post:nth-child(12n+6),
  .llr-0 .list-post:nth-child(3n+3) {  margin-top:-500px; }
  
  .llr-tw .list-post:nth-child(12n+9),
  .llr-tw .list-post:nth-child(12n+12),
  .llr-1 .list-post:nth-child(3n+3) { margin-top:-250px;}
  
  .llr-tw .list-post:nth-child(12n+3),
  .llr-tw .list-post:nth-child(12n+6),
  .llr-0 .list-post:nth-child(3n+3),
  .hp-content:last-child .list-post:nth-child(1), .hp-content:last-child .list-post:nth-child(2), .hp-content:last-child .list-post:nth-child(3), .hp-content:last-child .list-post:nth-child(4), 
  .llr-1 .list-post:nth-child(3n+1),
  .llr-tw .list-post:nth-child(12n+7),
  .llr-tw .list-post:nth-child(12n+10)
   {
    height:500px;
  }
  */
  
  .content-block.hp-content{ 
    /*padding-left:15px;
    padding-right:15px;*/
  } 
  
 


}

@media screen and (max-width:1200px ){
  #article-sticky-stuff {  display:none;}
  .category-freebies .content-block-archive-list { padding:0 15px;}
}

@media screen and (max-width:1100px ){
  .single-title-im-wrap { padding-right:20px;}
  .popular-posts-block { display:none;}
  #sidebar,
  .sidebar { display:none;}
  .content { padding-right:0;}
  
  #header-social-block { display:none; } 
  
  #feat-cols.fc-double { display:block!important; height:auto; }
  #feat-cols.fc-double .article-feat-post { height:500px; width:100%; padding:0; }
  #feat-cols.fc-double .article-feat-post:first-child { margin-bottom:30px;}
}



@media screen and (max-width:980px ){
  .top-submenu { display:none;}
  
  #mms-icon-blog { display:block;}
  
}


@media screen and (min-width:800px ){
  #hp-mb { display:none;}
}

/* responsive for mobile */
@media screen and (max-width:800px ){

  .llr-lv .main-col-post-info-content { padding-right:0;}
  

  
  
  
  
  #main-content-block {
    margin-left: 15px;
    margin-right: 15px;
 }
 
 .job-info-block {
   padding:30px 20px;
 }
  
  .form-left, .form-right {
    float:none;
    padding:0;
    width:auto;
  }
  
  #mob-top-ads {
    display:block;
  }
  
  .jobs-content-block { margin-top:20px;}
  .job-row { padding-right:25px;}
  .job-row-premium { padding-right:80px;}
  
   
   #job-search-wrap { 
       padding:0 15px 20px;
       margin-bottom:0;
   }
  
  #article-header-wrap {
    margin:0 15px;
  }
  
  .single-post .hp-author-avatar-lnk   {
    display:none;
  }
  
  .ft-inner-img  {
    display:block;
    width:100%;
    height:auto;
  }
  
  .single-post .wrapper { 
    padding-top:25px;
  }
  
  
  .ah-cim-img { background-size:cover;
   height:370px;
   background-size: cover!important; 
   background-attachment:initial;
   background-position: center top!important;
    /*background:none!important;*/
  }
  
  .single-title-im-wrap { 
    bottom:30px;
    width:auto;
    right:30px;
    padding-right:0;
  }
  .single-title-im-content {
  
  }
  
  #article-header .hppi-time,
  #article-header .hpppi-separator {  
    display:none;
  } 
  
  .single-title-im-wrap .single-title {
    margin-bottom:0;
  }
  
  #article-header .hp-cat {
    margin-top:0;
    margin-bottom:0;
  }
  
  #article-header .hp-cat a{
    padding:0;
    background:none;
    color:#F8B147;
  }
  
  .entry-content h2 { font-size:28px;}
  .entry-content h3,
  .entry-content h4 { font-size:24px;}
  
  .main-single-title, .single-title {
     font-size:30px;
  }
  
  #article-header { height:auto;
     margin-top:20px;
     
   }
   
  
  .pagination-wrap { margin-bottom:30px;}
  
  .post-author-bio-content { margin-left:0;}
  #after-single .post-author-bio {
    text-align:center;
    padding: 20px 20px;
  } 
  #after-single .post-author-bio .avatar {
   float:none;
   border-radius:50%;
   margin-bottom:20px;
   width:80px;
   height:80px;
  } 
  
  #after-single .author-bio-text { float:none; text-align:left;}
  
  
  .post-author-bio-in:after {
    display:none;
  }
  
  .post-author-bio-in .avatar-wrapper {
  order:1;
  text-align:center;
  width:100%;
  margin-bottom:20px;
    
  }
  .post-author-bio-in .avatar  { margin:0 auto; 
    width:80px!important;
    height:80px!important;
   }
  
  .post-author-bio-in { 
    padding:20px 20px;
    margin-bottom:15px;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
  .post-author-bio-in .post-author-bio-content { margin:0;
  order:2;
  }
  
  .list-post:nth-child(4n+2), 
  .list-post:nth-child(4n+3),
  .list-post:nth-child(4n+4){
    height:auto!important;
  }
  
  .list-post:nth-child(4n+2) .main-col-post-info, 
  .list-post:nth-child(4n+3) .main-col-post-info,
  .list-post:nth-child(4n+4) .main-col-post-info{
    -ms-flex-pack: start!important;
    justify-content: start!important;
    padding-top:0;
    padding-bottom:0;
  }
  
   .list-post:nth-child(4n+2) .main-col-img, 
  .list-post:nth-child(4n+3) .main-col-img,
  .list-post:nth-child(4n+4) .main-col-img{
    overflow:hidden;
    border:none;
    height:120px;
    
  
  }
  
    
  .list-post:nth-child(4n+2)  .main-col-img  .article-post-img, 
  .list-post:nth-child(4n+3)  .main-col-img  .article-post-img,
  .list-post:nth-child(4n+4)  .main-col-img  .article-post-img{
      /*
      width:3px;
      background:#000;
      content:"";
      position:absolute;
      top:0;
      right:-3px;
      height:140px;
      */
      width:100%;
      height:120px;
      left:0;
      top:0;
      border-right:3px solid #000;
  
  }
  
  .list-post:nth-child(4n+2) .article-hp-content, 
  .list-post:nth-child(4n+3) .article-hp-content,
  .list-post:nth-child(4n+4) .article-hp-content
  {
    position:relative;
    
  }
  
  .wrapper { margin-bottom:30px;}
  
  #sidebar,
  #hp-dsk { display:none; }
  #hp-mb { display:block; margin-top:10px;}
  
  .entry-content blockquote,
  .entry-content .simplePullQuote {  margin:15px 0 30px; max-width:none; }
  
  
  #footer-wrap { overflow:hidden;}
  
  #footer-nav-links { 
    padding:0 20px;
  }
  
  article.list-post .main-post-title a { 
    font-size:25px; 
    -webkit-line-clamp: 3;
 
    -webkit-box-orient: vertical;
    overflow: hidden;
    
    text-overflow: ellipsis;
  }
  .list-post .hp-post-pub-info { margin-top:5px; }
  .list-post .hp-cat { margin-bottom:0;}
  .article-hp-content { /*background:none;*/}
  
  #newsletter-email {
   -webkit-appearance: none;
  } 
  

  #newsletter-form { display:block!important; padding:20px 15px;}
  #newsletter-label { margin-bottom:20px; font-size:28px; text-align:center; width:100%;}
  #newsletter-label #nl-sublabel { font-size:18px; margin-top:0;}
  
  #newsletter-email { width:100%; float:left;}
  #newsletter-button-wrap { margin-left:-100%; float:right;}
  
  #footer-tags { display:none;}
  #footer-nav-links a { margin:0 5px;}
  
  #feat-cols.fc-double {
    height:auto;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    
    display: block!important;
    
  }
  
  #feat-cols.fc-double .article-feat-post {
    height:500px;
    width:100%;
    margin-bottom:30px;
  }
  
  .logo-anim-mask,
  .w-logo { height:54px;} 
  
  
}