*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
}

.wrap {
    width: 100%;
    max-width: calc(100% - 5vw);
    margin: 0 auto;
    padding-top: 0;
}


.nav {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #005355;
    z-index: 999999;
    top: 0;
    left: 0;
    transition: all .6s ease-in-out;
    transform: translateX(100vw);
}

.close {
    color: #FFF;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: absolute;
    right: 4rem;
    top: 4rem;
    padding: 1rem;
    cursor: pointer;
}

.burger,
.share {
    cursor: pointer;
}

.navshare {
    width: 46px;
    margin-top: 1rem;
    cursor: pointer;
}

.navcontent {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 4rem;
}


.navlogo {
    width: 80%;
    max-width: 360px;
    margin: 0 auto;
}


.navlinks {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding-top: 3rem;
}

.navlink {
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3;
    /* 83.333% */
    letter-spacing: 3px;
    text-transform: uppercase;
}

.navlink a {
    text-decoration: none;
    color: #FFF;
}

.headerwrap {
    padding: 30px 20px 15px;
    width: 90%;
    max-width: calc(1480px - 5vw);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section {
    padding: 20px;
    width: calc(90% - 5vw);
    margin: 0 5vw auto;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

.searchwrap,
.searchwrapmob {
    position: relative;
    max-width: 320px;
}

.mobilenav {
    display: none;
}

.searchwrapmob {
    margin: 1rem auto 0 auto;
}

.logo {
    max-width: 353px;
}

#search,
#searchmob {
    width: 310px;
    height: 39.05px;
    flex-shrink: 0;
    border: 2px solid #CFCFCF;
    border-radius: 2rem;
    padding-left: 1rem;
    color: #000;
    font-family: "Inter", sans-serif;
}

#searchmob {
    max-width: 100%;
    background: none;
    border: 2px solid #fff;
    color: #fff;
    outline: none;
}

.searchico {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100vh;
    background: #005355;
    position: fixed;
    width: 5vw;
    max-width: 80px;
    top: 0;
    right: 0;
    padding: 5vh 0;
    z-index: 20;
}

.share {
    margin-top: 50vh;
}

#searchmob::placeholder {
    color: #fff;
    font-family: "Inter", sans-serif;
}

#search::placeholder {
    color: #000;
    font-family: "Inter", sans-serif;
}


/*articles*/


.block,
.articleblock,
.footerlegal,
.footerpartners {
    width: 100%;
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

.articleblock {
    margin-top: 2rem;
    gap: 2rem;
    text-decoration: none;
}

.footerlegal {
    justify-content: space-between;
    max-width: 970px;
}

.footerpartners {
    padding-top: 2rem;
    justify-content: center;
    max-width: 970px;
    flex-wrap: wrap;
    gap: 20px;
}

.copyright {
    width: 100%;
    background: #000;
    color: #FFF;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 2rem 0;
    position: relative;
    z-index: 60;
}

.articlecategory {
    text-decoration: none;
    width: 25%;
}

.column {
    flex: 3;
}

.colsidesmall {
    display: flex;
    flex-direction: column;
    flex: 1.5;
    margin-left: 3.75rem;
}

.colsidebig {
    display: flex;
    flex-direction: column;
    flex: 3;
}

.article {
    display: block;
    text-decoration: none !important;
}

.artpic,
.artpicsm {
    width: 100%;
    object-fit: cover;
    border-radius: 30px 0px;
    max-height: 500px;
}

.artpic {
    border-radius: 0px 30px;
}

.artpicsm {
    border-radius: 20px 20px 20px 0px;
    max-height: 180px;
    height: 100%;
}

.singlearticle .artpic {
    max-height: 600px;
}

.colsidebig .artpicsm {
    max-height: 200px;
}

.nobor {
    border-radius: 0;
}

/* content body */
.content-body  {
    font-family: "Inter", sans-serif;
    color: #292929;
}
.content-body p,
.content-body li,
.imgauthor {
    color: #292929;
    font-family: "Inter", sans-serif;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.3;
    margin: 1.5em 0;
}

.imgauthor{
margin: .4rem 0;
font-size: 1rem;
padding-left: 1.5rem;
}

.content-body ul,
.content-body ol {
    margin-left: 2em;
}
.content-body iframe {
    width: 100%!important;
    max-width: 100%!important;
}
.content-body .js_midasReplacement {
    display: none;
}
.content-body table {
  width: 100%;
  margin-bottom: 30px;
}
.content-body table th, 
.content-body table .shipping {
  font-weight: inherit;
}
.content-body table td, 
.content-body table th {
  border-top: 1px solid #f1f1f1;
  padding: 15px 10px;
}

.content-body figure {
    max-width: 100%!important;
    width: auto!important;
}
.content-body img {
    max-width: 100%;
    object-fit: contain;
    height: auto!important;
}

.articlelinktitle,
.categorytitle,
.articletitle,
.content-body h1 {
    margin-top: -6.9rem;
    font-family: "Inter", sans-serif;
    padding-left: 1rem;
    padding-top: 2rem;
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1.2;
    color: #292929;
    background: #fff;
    width: 85%;
    position: relative;
}
.content-body h2 {
    margin:1em 0;
}

.categorytitle,
.articletitle,
.content-body h1 {
    margin-top: 0;
    padding: 0;
}

.articlelinktitlesm {
    font-family: "Inter", sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1.2;
    color: #292929;
    padding-top: .8rem;
}

.imptitle {
    font-family: "Inter", sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1.2;
    color: #292929;
    padding-top: .8rem;
    padding-bottom: .4rem;
}


.link {
    color: #005355;
    text-decoration: none;
}

.articleinfo,
.articleinfosm,
.minilabel,
.articleinfolabel {
    color: #005355;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 20px 0 20px 1rem;
}

.articleinfo {
    padding-left: 0;
}

.articleinfosm {
    padding-left: 0;
}

.minilabel {
    font-size: .8rem;
    padding-left: 0;
}

.articlelead {
    color: #292929;
    font-family: "Inter", sans-serif;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
    padding-left: 1rem;
    /* 150% */
}

.result {
    margin: 0 auto 3.75rem auto;
    text-align: center;
}

.lead {
    color: #292929;
    font-family: "Inter", sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
}

.content-body p,
.content-body li,
.implead {
    color: #292929;
    font-family: "Inter", sans-serif;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.3;
}

.leadsm {
    color: #292929;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.4;
    padding-left: 0;
    word-break: break-all;
    display: -webkit-box;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      -ms-box-orient: vertical;
      box-orient: vertical;
      -webkit-line-clamp: 5;
      -moz-line-clamp: 5;
      -ms-line-clamp: 5;
      line-clamp: 5;
      overflow: hidden;
}

.banner {
    display: block;
    margin: 0 auto;
}

.special {
    width: 100%;
}

.enna {
    width: 100%;
    height: 680px;
    border: none;
    margin: 0;
    max-width: initial;
    overflow: hidden;
}

.iframewrap,
.articleenna {
    overflow: hidden;
    height: 960px;
    position: relative;
}




.iframelead {
    padding: 0;
}

.flink {
    color: #292929;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.partner {
    color: #292929;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: .9rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2;
}

.flink a,
.partner a {
    color: #292929;
    text-decoration: none !important;
}

.mobburger {
    display: none;
}

.impblock {
    margin-top: 2rem;
}

.halfpagewrap {
    align-self: flex-end;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 80%;
    max-width: 640px;
    margin: 0 auto;
}

.pagenum {
    display: flex;
    width: 47px;
    height: 45px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: #000;
    border: 1px solid #E6E6E6;
    background: rgba(255, 255, 255, 0.00);
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 15px;
    cursor: pointer;
}


.pageactive {
    border: 1px solid #2D2D2D;
    background: #292929;
    color: #fff;
}

.articleheaderimg {
    width: calc(100% - 4vw);
    margin-top: 3.75rem;
    height: 750px;
    object-fit: cover;
}

.articlewrap {
    margin: 0 auto;
    display: flex;
    gap: 3.75rem;
    width: 100%;
    max-width: 1246px;
}

.articlebody {
    flex: 3;
}

.articlesidebar {
    flex: 1;
}

.articletext {
    font-family: "Inter", sans-serif;
    color: #292929;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.3;
    margin-top: 1.5rem;
}

.articleimg {
    width: 100%;
}

.articlesidebar {
    display: flex;
    flex-direction: column;
    gap: 3.75rem;
}

.articlesidebar .articlecategory {
    width: 100%;
}

.mt0 {
    margin-top: 0;
}

.billboard,
#Boljaenergija_Billboard_Top{
text-align: center;
}


@media screen and (max-width: 1480px) {
    html {
        font-size: 14px;
    }

    .wrap,
    .headerwrap {
        width: 95vw;
    }

   .headerwrap {
        width: 90vw;
        margin-right: 5vw;
    }

    .logo {
        max-width: 280px;
    }

    .burger {
        width: 40px;
    }

    .share {
        width: 30px;
    }
}

@media screen and (max-width: 1100px) {
    .sidebar {
        display: none;
    }

    .wrap {
        width: 100%;
    }

    .section {
        width: 100%;
        margin: 0 auto;
        padding: 10px;
    }

    .searchwrap {
        display: none;
    }

    .mobburger {
        display: block;
        padding-right: 1rem;
        cursor: pointer;
    }
}

@media screen and (max-width: 1000px) {
    .mobilenav {
        display: block;
    }

    .navlinks {
        padding-top: 2rem
    }
    
    .searchwrap {
        display: none;
    }

    .section,
    .headerwrap {
        width: 100%;
        margin: 0 auto;
    }

    .block {
        flex-direction: column;
    }

    .column {
        display: block;
    }

    .colsidesmall,
    .colsidebig {
        margin: 1rem auto 0 auto;
        width: 100%;
    }

    .colsidesmall .article,
    .colsidebig .article {
        display: flex;
    }

    .article {
        margin-top: 2rem;
    }

    .artpicsm {
        height: 150px;
    }

    .artpic {
        height: 270px;
    }

    .articleblock {
        flex-direction: column;
        gap: 0;
    }

    .articlelinktitle {
        margin-top: 1rem;
        padding: 0;
        width: 100%;
        font-size: 2.5rem;
    }

    .articleinfo,
    .articlelead {
        padding: .5rem 0 2rem 0;
    }

    .articleinfo {
        font-size: 1rem;
    }

    .articlelead {
        font-size: 1.2rem;
    }

    .colsidesmall .articleinfo,
    .colsidebig .articleinfo {
        padding: .8rem 0 0 1rem;
    }

    .artpicsm {
        max-height: 150px;
        width: 100%;
    }

    .articlelinktitlesm {
        padding-top: 0;
        font-size: 1.2rem;
    }

    .articleinfosm {
        font-size: .8rem;
        padding: .5rem 0;
    }

    .articlecategory {
        width: 100%;
        margin-top: 2rem;
    }

    .articlecategory:first-of-type {
        margin-top: 0;
    }

    .articlecategory .articlelinktitlesm,
    .article .articlelinktitlesm {
        margin-top: 1rem;
        font-size: 1.5rem;
    }

    .colsidesmall .article .articlelinktitlesm,
    .colsidebig .article .articlelinktitlesm {
        font-size: 1.5rem;
        margin-top: 0;
    }

    .special {
        height: 50vh;
        object-fit: cover;
    }

    .categorytitle {
        font-size: 2.5rem;
    }

    .halfpagewrap {
        margin: 2rem auto 1rem auto;
    }

    .iframewrap,
    .enna {
        height: 1260px;
        margin-top: 2rem;
    }

    .colsidesmall .article .artpicsm,
    .colsidebig .article .artpicsm {
        /* width: 60%; */
        width: 116px;
    }

    .footerlegal {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .partner {
        width: 25%;
    }

    .copyright {
        margin-top: 2rem;
    }

    .logo {
        width: 50%;
    }

    .pmt0 {
        padding-top: 0;
    }

    .column .article:first-of-type {
        margin-top: 0;
    }

    .close {
        top: unset;
        bottom: 120px;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
    }

    .navshare {
        margin-top: 70px;
    }

    .impblock {
        margin-top: .5rem;
    }

    .imptitle {
        font-size: 1.4rem;
    }

    .articlewrap {
        display: block;
    }

    .articleheaderimg {
        width: 100%;
        height: 400px;
    }

    .articletitle, .content-body h1  {
        font-size: 2.23rem;
    }

    .articleheaderimg {
        margin-top: 0;
    }
}
.internal-linking-related-contents-pro-list {
    border: 1px solid #ddd;
    padding: 20px 20px 10px 20px;
    margin: 20px 0;
}

.internal-linking-related-contents-pro-list h3 {
    border: 0;
    font-weight: 600;
	text-align:center;
	margin:15px 0 30px 0 !important;
}

.internal-linking-related-contents-pro  {
	width: auto;
	text-align:center;
	position:relative;
}

.internal-linking-related-contents-pro:before ,
.internal-linking-related-contents-pro:after {
	margin:0;
	content: '';
	display: table;
	clear: both;
}

.internal-linking-related-contents-pro:before {
	margin-top:15px;
}

.internal-linking-related-contents-pro:after {
	margin-bottom:15px;
}

.internal-linking-related-contents-pro .wp-post-image {
	width: auto;
	display: block;
	margin:0 !important
}

.internal-linking-related-contents-pro a {
	color:#333;
	text-decoration:none;
}

.internal-linking-related-contents-pro a:hover,
.internal-linking-related-contents-pro a:active,
.internal-linking-related-contents-pro a:focus {
	text-decoration:none;
}

.internal-linking-related-contents-pro span {
	display:inline-block;
	margin-right:10px
}

.internal-linking-related-contents-pro strong {
	display:block;
}

.internal-linking-related-contents-pro .template-1 {
	background:#ec7063;
	width:100%;
	display:block;
	padding:10px;
	text-align:left;
	color:#fff;
	border-radius:5px;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

.internal-linking-related-contents-pro .template-1 span {
	color:#fff;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}

.internal-linking-related-contents-pro .template-1:hover ,
.internal-linking-related-contents-pro .template-1:active ,
.internal-linking-related-contents-pro .template-1:focus {
	background:#e74c3c;
}

.internal-linking-related-contents-pro .template-2 {
	background:#ec7063;
	width:100%;
	display:block;
	padding:15px;
	text-align:left;
	color:#fff;
	border-radius:5px;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

.internal-linking-related-contents-pro .template-2 span.cta {
	display:inline-block;
	background:#e74c3c;
	padding:10px;
	border-radius:5px
}

.internal-linking-related-contents-pro .template-2 span {
	color:#fff;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}

.internal-linking-related-contents-pro .template-2:hover,
.internal-linking-related-contents-pro .template-2:active,
.internal-linking-related-contents-pro .template-2:focus {
	background:#e74c3c;
}

.internal-linking-related-contents-pro .template-3 {
	background:#ec7063;
	width:100%;
	display:block;
	padding:15px;
	text-align:left;
	color:#fff;
	border-radius:5px;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

.internal-linking-related-contents-pro .template-3 img {
	max-width: 100px;
	vertical-align: middle;
}

.internal-linking-related-contents-pro .template-3 .postTitle {
	display:inline-block;
	background:#e74c3c;
	padding:10px;
	border-radius:5px;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

.internal-linking-related-contents-pro .template-3 span {
	color:#fff;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}

.internal-linking-related-contents-pro .template-3:hover ,
.internal-linking-related-contents-pro .template-3:active ,
.internal-linking-related-contents-pro .template-3:focus {
	background:#e74c3c;
}

.internal-linking-related-contents-pro .template-4 {
	background:#fff;
	border:solid 1px #ddd;
	width:100%;
	padding:0;
	text-align:left;
	color:#333;
	border-radius:5px;
	overflow: hidden;
	display: flex;
	align-items: center;
	-webkit-transition: color .3s ease, background-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease;
	transition: color .3s ease, background-color .3s ease;
}

.internal-linking-related-contents-pro .template-4 img {
	max-height: 170px;
}

.internal-linking-related-contents-pro .template-4 .postTitle {
	display:inline-block;
	vertical-align: middle;
	max-width: 50%;
	padding:10px;
}

.internal-linking-related-contents-pro .template-4:hover .postTitle span  ,
.internal-linking-related-contents-pro .template-4:active .postTitle span  ,
.internal-linking-related-contents-pro .template-4:focus .postTitle span  {
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}

.internal-linking-related-contents-pro .template-4:hover .postTitle span ,
.internal-linking-related-contents-pro .template-4:active .postTitle span ,
.internal-linking-related-contents-pro .template-4:focus .postTitle span  {
  color:#e74c3c;
}

.internal-linking-related-contents-pro .template-5 {
	width:100%;
	display:block;
	padding:0;
	text-align:left;
	color:#fff;
	border-radius:5px;
	overflow: hidden;
	position: relative;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: center;
}

.internal-linking-related-contents-pro .template-5:before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.1;
	background-color: #333;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.internal-linking-related-contents-pro .template-5 span {
	color:#fff;
}

.internal-linking-related-contents-pro .template-5 .postTitle {
	display:inline-block;
	vertical-align: middle;
	padding:15px;
}

.internal-linking-related-contents-pro .template-5:hover:before ,
.internal-linking-related-contents-pro .template-5:active:before ,
.internal-linking-related-contents-pro .template-5:focus:before {
	opacity: 0.3;
}

.internal-linking-related-contents-pro .template-6 {
	background:#fff;
	border:solid 1px #ddd;
	width:100%;
	padding:0;
	text-align:left;
	color:#333;
	border-radius:5px;
	overflow: hidden;
	display: flex;
	align-items: center;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

.internal-linking-related-contents-pro .template-6 img {
	max-height: 170px;
	vertical-align: middle;
}

.internal-linking-related-contents-pro .template-6 span {
	display:block;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}

.internal-linking-related-contents-pro .template-6 .postTitle {
	display:inline-block;
	vertical-align: middle;
	width: 100%;
	padding:0 10px;
}

.internal-linking-related-contents-pro .template-6 .postTitle strong {
	display: block;
	background: #ec7063;
	padding: 10px;
	border-radius: 5px;
	margin-top: 10px;
	text-align: center;
	color: #fff;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

.internal-linking-related-contents-pro .template-6 .postTitle strong:hover ,
.internal-linking-related-contents-pro .template-6 .postTitle strong:active ,
.internal-linking-related-contents-pro .template-6 .postTitle strong:focus {
	background: #e74c3c;
}

.internal-linking-related-contents-pro .template-7 {
	background:#fff;
	border:solid 1px #ddd;
	width:100%;
	padding:0;
	text-align:left;
	color:#333;
	border-radius:5px;
	overflow: hidden;
	display: flex;
	align-items: center;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

.internal-linking-related-contents-pro .template-7 img {
	max-height: 170px;
	vertical-align: middle;
	float:right
}

.internal-linking-related-contents-pro .template-7 .postTitle {
	display:inline-block;
	vertical-align: middle;
	width: 100%;
	padding:0 10px;
}

.internal-linking-related-contents-pro .template-7 span {
	display:block;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}

.internal-linking-related-contents-pro .template-7:hover span {
	color:#e74c3c;
}

.internal-linking-related-contents-pro .template-7 span.ilrcp-title {
	font-weight:600;
}

.internal-linking-related-contents-pro .template-7 span.ilrcp-author {
	margin-top:10px;
}

.internal-linking-related-contents-pro .template-7 span.ilrcp-author ,
.internal-linking-related-contents-pro .template-7:hover span.ilrcp-author {
	color: #666 !important;
}

.internal-linking-related-contents-pro .template-7 span.ilrcp-date ,
.internal-linking-related-contents-pro .template-7:hover span.ilrcp-date {
	font-weight:500;
}

.internal-linking-related-contents-pro .template-7 span.ilrcp-date ,
.internal-linking-related-contents-pro .template-7:hover span.ilrcp-date {
	color: #333 !important;
}

.internal-linking-related-contents-pro .template-8 {
	background:#fff;
	border:none;
	padding:15px;
	border-radius:0;
	width:100%;
	text-align:left;
	color:#333;
	overflow: hidden;
	display: flex;
	align-items: center;
	-webkit-transition: color .3s ease, background-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease;
	transition: color .3s ease, background-color .3s ease;
}

.internal-linking-related-contents-pro .template-8:before {
	margin-top: 15px;
	background: #ec7063;
	width: calc(100% - 30px);
	height: 4px;
	margin: auto;
	top: 0px;
	left: 15px;
	position: absolute;
	content: '';
}

.internal-linking-related-contents-pro .template-8 img {
	max-height: 170px;
}

.internal-linking-related-contents-pro .template-8 .postTitle {
	display:inline-block;
	vertical-align: middle;
	max-width: 50%;
	padding:10px;
}

.internal-linking-related-contents-pro .template-8:hover .postTitle span  ,
.internal-linking-related-contents-pro .template-8:active .postTitle span  ,
.internal-linking-related-contents-pro .template-8:focus .postTitle span  {
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}

.internal-linking-related-contents-pro .template-8:hover .postTitle span ,
.internal-linking-related-contents-pro .template-8:active .postTitle span ,
.internal-linking-related-contents-pro .template-8:focus .postTitle span  {
	color:#e74c3c;
}

.internal-linking-related-contents-pro .template-9 {
	background:#fff;
	border:none;
	padding:15px;
	border-radius:0;
	width:100%;
	text-align:left;
	color:#333;
	overflow: hidden;
	display: flex;
	align-items: center;
	-webkit-transition: color .3s ease, background-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease;
	transition: color .3s ease, background-color .3s ease;
}

.internal-linking-related-contents-pro .template-9:before {
	content: "";
	display: block;
	width: auto;
	height: auto;
	position: absolute;
	top: 10px;
	left: 10px;
	right: -10px;
	bottom: -10px;
	margin: auto;
	z-index: -1;
	background: #f9f9f9;
}

.internal-linking-related-contents-pro .template-9 img {
	max-height: 170px;
}

.internal-linking-related-contents-pro .template-9 .postTitle {
	display:inline-block;
	vertical-align: middle;
	max-width: 50%;
	padding:10px;
}

.internal-linking-related-contents-pro .template-9:hover .postTitle span  ,
.internal-linking-related-contents-pro .template-9:active .postTitle span  ,
.internal-linking-related-contents-pro .template-9:focus .postTitle span  {
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}

.internal-linking-related-contents-pro .template-9:hover .postTitle span ,
.internal-linking-related-contents-pro .template-9:active .postTitle span ,
.internal-linking-related-contents-pro .template-9:focus .postTitle span  {
  color:#e74c3c;
}

.internal-linking-related-contents-pro .template-10 {
	width:100%;
	display:block;
	padding:0;
	text-align:left;
	color:#fff;
	border-radius:5px;
	overflow: hidden;
	position: relative;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: center;
	min-height: 220px;
}

.internal-linking-related-contents-pro .template-10:before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.1;
	background-color: #333;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.internal-linking-related-contents-pro .template-10 span {
	color:#fff;
}

.internal-linking-related-contents-pro .template-10 .postTitle {
	display:inline-block;
	vertical-align: middle;
	padding:15px;
	width: 100%;
    position: absolute;
	bottom:0;
	background: rgb(0,0,0,0.3);
	color: white !important;
	text-align: center;
}

.internal-linking-related-contents-pro .template-10:hover:before ,
.internal-linking-related-contents-pro .template-10:active:before ,
.internal-linking-related-contents-pro .template-10:focus:before {
	opacity: 0.3;
}

.internal-linking-related-contents-pro.internal-linking-related-contents-pro-template-11 {
	width:100%;
	display:block;
	padding:0px;
}

.internal-linking-related-contents-pro.internal-linking-related-contents-pro-template-11 span.cta {
	position: relative;
    display: inline-block;
	font-weight: bold;
	text-align:center;
	margin-bottom: 5px;
	margin-right: 0;
	padding:0;
}

.internal-linking-related-contents-pro.internal-linking-related-contents-pro-template-11 span.cta:after {
	position: absolute;
	content:'';
	top: 50%;
    right: -20px;
	margin-top: -2px;
	border: solid #616161;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
}

.internal-linking-related-contents-pro a.template-11 {
	text-align:center;
	display: inline;
	line-height: 45px;
	padding: 8px;
	background:#ec7063;
	color:#fff;
	font-weight: 500;
	-webkit-box-decoration-break: clone;
    box-decoration-break: clone;
	-webkit-transition: background-color .3s ease, color .3s ease;
	-moz-transition: background-color .3s ease, color .3s ease;
	-o-transition: background-color .3s ease, color .3s ease;
	transition: background-color .3s ease, color .3s ease;
}

.internal-linking-related-contents-pro a.template-11:hover ,
.internal-linking-related-contents-pro a.template-11:active ,
.internal-linking-related-contents-pro a.template-11:focus {
	background:#e74c3c !important;
}

.internal-linking-related-contents-pro.internal-linking-related-contents-pro-template-12 {
	width:100%;
	display:block;
	padding:0px;
	text-align:left;
}

.internal-linking-related-contents-pro.internal-linking-related-contents-pro-template-12 span.cta {
	position: relative;
    display: inline-block;
	font-weight: bold;
	text-align:left;
	margin-bottom: 5px;
	margin-right: 0;
	padding:0;
}

.internal-linking-related-contents-pro.internal-linking-related-contents-pro-template-12 span.cta:after {
	position: absolute;
	content:'';
	top: 50%;
    right: -20px;
	margin-top: -2px;
	border: solid #616161;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
}

.internal-linking-related-contents-pro a.template-12 {
	text-align:left;
	display: inline;
	line-height: 45px;
	padding: 8px;
	background:#ec7063;
	color:#fff;
	font-weight: 500;
	-webkit-box-decoration-break: clone;
    box-decoration-break: clone;
	-webkit-transition: background-color .3s ease, color .3s ease;
	-moz-transition: background-color .3s ease, color .3s ease;
	-o-transition: background-color .3s ease, color .3s ease;
	transition: background-color .3s ease, color .3s ease;
}

.internal-linking-related-contents-pro a.template-12:hover ,
.internal-linking-related-contents-pro a.template-12:active ,
.internal-linking-related-contents-pro a.template-12:focus {
	background:#e74c3c !important;
}

@media screen and (min-width : 0) and (max-width : 600px) {

	.internal-linking-related-contents-pro .template-4 img,
	.internal-linking-related-contents-pro .template-8 img,
	.internal-linking-related-contents-pro .template-9 img {
		max-width: 50% !important;
	}

	.internal-linking-related-contents-pro .template-6 img ,
	.internal-linking-related-contents-pro .template-7 img {
		max-width: 40% !important;
	}

	.internal-linking-related-contents-pro .template-6 .postTitle strong {
		padding: 5px;
		margin-top: 5px;
	}

	.internal-linking-related-contents-pro .template-7 span.ilrcp-author {
		margin-top:5px;
	}

}

@media screen and (min-width : 0) and (max-width : 480px) {

	.internal-linking-related-contents-pro .template-1 ,
	.internal-linking-related-contents-pro .template-2 ,
	.internal-linking-related-contents-pro .template-3 ,
	.internal-linking-related-contents-pro .template-4 .postTitle,
	.internal-linking-related-contents-pro .template-5 ,
	.internal-linking-related-contents-pro .template-6 .postTitle strong,
	.internal-linking-related-contents-pro .template-6 span ,
	.internal-linking-related-contents-pro .template-7 span ,
	.internal-linking-related-contents-pro .template-8 .postTitle ,
	.internal-linking-related-contents-pro .template-9 .postTitle {
		font-size:14px
	}

	.internal-linking-related-contents-pro .template-7 span.ilrcp-date {
		font-size:12px
	}

	.internal-linking-related-contents-pro .template-7 span.ilrcp-author {
		font-size:10px
	}

}

@media screen and (min-width : 481px) and (max-width : 768px) {

	.internal-linking-related-contents-pro .template-1 ,
	.internal-linking-related-contents-pro .template-2 ,
	.internal-linking-related-contents-pro .template-3 ,
	.internal-linking-related-contents-pro .template-4 .postTitle,
	.internal-linking-related-contents-pro .template-5 ,
	.internal-linking-related-contents-pro .template-6 .postTitle strong,
	.internal-linking-related-contents-pro .template-6 span ,
	.internal-linking-related-contents-pro .template-7 span ,
	.internal-linking-related-contents-pro .template-7 span.ilrcp-date ,
	.internal-linking-related-contents-pro .template-8 .postTitle ,
	.internal-linking-related-contents-pro .template-9 .postTitle {
		font-size:16px
	}

	.internal-linking-related-contents-pro .template-7 span.ilrcp-date {
		font-size:14px
	}

	.internal-linking-related-contents-pro .template-7 span.ilrcp-author {
		font-size:12px
	}

}

@media screen and (min-width : 769px) {

	.internal-linking-related-contents-pro .template-1 ,
	.internal-linking-related-contents-pro .template-2 ,
	.internal-linking-related-contents-pro .template-3 ,
	.internal-linking-related-contents-pro .template-4 .postTitle,
	.internal-linking-related-contents-pro .template-5 ,
	.internal-linking-related-contents-pro .template-6 .postTitle strong,
	.internal-linking-related-contents-pro .template-6 span ,
	.internal-linking-related-contents-pro .template-7 span ,
	.internal-linking-related-contents-pro .template-7 span.ilrcp-date ,
	.internal-linking-related-contents-pro .template-8 .postTitle ,
	.internal-linking-related-contents-pro .template-9 .postTitle {
		font-size:20px
	}

	.internal-linking-related-contents-pro .template-7 span.ilrcp-date {
		font-size:16px
	}

	.internal-linking-related-contents-pro .template-7 span.ilrcp-author {
		font-size:12px
	}

}

/* AMP */

html[amp] .internal-linking-related-contents-pro .template-8 {
	width:auto;
}

html[amp] .internal-linking-related-contents-pro .template-9 {
	overflow:auto;
	margin-bottom:10px;
	padding-left:0;
	padding-right:0;
}

html[amp]  .internal-linking-related-contents-pro .template-9:before {
    width: 100%;
    height: 10px;
    position: absolute;
    top: inherit;
    left: 0;
    right: inherit;
    bottom: 0;
    z-index: 999;
    background: #ec7063;
}

html[amp]  .internal-linking-related-contents-pro .template-9:after {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: -10px;
    z-index: 999;
    background: #ec7063;
}

html[amp] .internal-linking-related-contents-pro .template-1 ,
html[amp] .internal-linking-related-contents-pro .template-2 ,
html[amp] .internal-linking-related-contents-pro .template-3 ,
html[amp] .internal-linking-related-contents-pro .template-4 .postTitle,
html[amp] .internal-linking-related-contents-pro .template-5 ,
html[amp] .internal-linking-related-contents-pro .template-6 .postTitle strong,
html[amp] .internal-linking-related-contents-pro .template-6 span ,
html[amp] .internal-linking-related-contents-pro .template-7 span ,
html[amp] .internal-linking-related-contents-pro .template-7 span.ilrcp-date ,
html[amp] .internal-linking-related-contents-pro .template-8 .postTitle,
html[amp] .internal-linking-related-contents-pro .template-9 .postTitle {
	font-size:14px
}

html[amp] .internal-linking-related-contents-pro .template-7 span.ilrcp-date {
	font-size:12px
}

html[amp] .internal-linking-related-contents-pro .template-7 span.ilrcp-author {
	font-size:10px
}

html[amp] .internal-linking-related-contents-pro .template-4 amp-img,
html[amp] .internal-linking-related-contents-pro .template-6 amp-img,
html[amp] .internal-linking-related-contents-pro .template-7 amp-img,
html[amp] .internal-linking-related-contents-pro .template-8 amp-img,
html[amp] .internal-linking-related-contents-pro .template-9 amp-img {
	max-width: max-content !important;
	margin:0;
    -o-object-fit: none;
    object-fit: none;
}

html[amp] .internal-linking-related-contents-pro .template-4 amp-img img,
html[amp] .internal-linking-related-contents-pro .template-6 amp-img img,
html[amp] .internal-linking-related-contents-pro .template-7 amp-img img,
html[amp] .internal-linking-related-contents-pro .template-8 amp-img img,
html[amp] .internal-linking-related-contents-pro .template-9 amp-img img{
	width:100% !important;
	height:100% !important;
	max-height:inherit !important;
}

@media screen and (min-width : 0) and (max-width : 480px) {

	html[amp] .internal-linking-related-contents-pro .template-4 amp-img img,
	html[amp] .internal-linking-related-contents-pro .template-6 amp-img img,
	html[amp] .internal-linking-related-contents-pro .template-8 amp-img img,
	html[amp] .internal-linking-related-contents-pro .template-9 amp-img img {
		max-width: 150px;
	}

}

