/* [ ============= main ================== ] */


:root {

    --bluebg: #283E5E;
    --green: #16A085;
    --darkText: #3D464F;
    --blueText: #2980B9;
    
}





#wpadminbar {
	z-index: 9999999999999!important;
}


body, html 
{
	font-family: 'Alegreya Sans', sans-serif;
	background: #EDEDED 0% 0% no-repeat padding-box;
	line-height: 1.4!important;
	margin:0;
    color: #3D464F;

}

* {box-sizing: border-box;}


p, ul, li, a, h1, h2, h3, h4, h5, h6 {margin:0; padding:0;}

li {list-style: none}

.container {
	max-width: 1320px;
	padding:0 20px;
	width: 100%;
	margin: 0 auto;
}

a, button, input, textarea {font-family: 'Alegreya Sans', sans-serif;text-decoration: none}

a, button {display: inline-block; outline: none!important; transition: 0.25s}

img {
	max-width: 100%;
	display: block;
}

select, input, textarea {outline: none!important;}



img[data-lazy] {opacity:0; transition:0.8s; }
img[data-lazy].fade {opacity:1; }


.whiteBoxed {
    padding: 30px;
    background: white;
    border-radius: 6px;
}



desktop {
    opacity: 0;
    transition: 0.3s;
}

desktop.show {opacity: 1;}




/* Hamburger */


.menu-wrapper {
    position: absolute;
    top: 3px;
    right: 20px;
    margin: auto;
    width: 20px;
    height: 100%;
    cursor: pointer;
    display: none;
    z-index: 990000;
}

.menu-wrapper.fixed {
    position: fixed;
}

.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
    width: 20px;
    height: 2px;
}

.hamburger-menu {
    position: relative;
    transform: translateY(25px);
    background: #fff;
    transition: all 0ms 300ms;
}

.hamburger-menu.animate {
    background: rgba(255, 255, 255, 0);
}

.hamburger-menu:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    background: #fff;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu:after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background: #fff;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}


/*  secondary font classes */ 

.openSans {font-family: 'Open Sans', sans-serif;}
.openSansCond {font-family: 'Open Sans Condensed', sans-serif;}
.roboto {font-family: 'Roboto', sans-serif;}


/* default buttons */


.default-green-button {
    background: var(--green) 0% 0% no-repeat padding-box;
    border-radius: 20px;
    color: white;
    padding: 9px 33px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
    border:1px solid var(--green);
}

.default-green-button:hover {
    background: white;
    color: var(--green);
}



.default-green-button:hover {
    background: white;
    color: var(--green);
}



.default-green-button.withArrow {

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.default-green-button.withArrow i, .default-green-button.withArrow svg {margin-left: 30px}


.default-green-button.smaller {
    font-size: 14px;
    padding: 4px 15px;
}


.green-claim-button {
    background: var(--green) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    color: white;
    padding: 10px 20px 10px 30px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
    border:1px solid var(--green);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    font-family: 'Open Sans Condensed', sans-serif;
}

.green-claim-button img {margin-left: 25px; transition: 0.3s;}
.green-claim-button svg {margin-left: 25px; }



.green-claim-button:hover {
    background: white;
    color: var(--green);
}

.green-claim-button:hover img {
    filter:invert(1) opacity(0.5)
}






.button-green-big-arrowed {
    background: var(--green) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    color: white;
    padding: 6px 11px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
    border:1px solid var(--green);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    justify-content: space-between;
    line-height: 1.2;
}


.button-green-big-arrowed p span {
    display: block;
    font-weight: 400;
    font-size: 14px;
}


.button-green-big-arrowed:hover {
    background: white;
    color: var(--green);
}


.button-green-big-arrowed:hover img {
    filter:invert(1) opacity(0.5)
}






.blueTextLink {
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    color: var(--blueText); 
}
.blueTextLink:hover {text-decoration: underline;}


.company-list-item .blueTextLink {
    text-align: center!important;
}




.transparent-button {
    background: transparent;
    padding: 8px 20px;
    border-radius: 16px;
    border:1px solid white;
    color: white;
    display: flex;
    align-items: center;
    transition: 0.3s;
    justify-content: space-between;
}


.transparent-button.withArrow i{ margin-left: 50px; }

.transparent-button:hover {
    background: white;
    color: #3D464F;
}



.darkOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(61, 70, 79, 0.45);
}



/* text elipsis */

.limitRows1, .limitRows2, .limitRows3, .limitRows4, .limitRows5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.limitRows1 { -webkit-line-clamp: 1; }
.limitRows2 { -webkit-line-clamp: 2; }
.limitRows3 { -webkit-line-clamp: 3; }
.limitRows4 { -webkit-line-clamp: 4; }
.limitRows5 { -webkit-line-clamp: 5; }



/* margins */

.mt10 {margin-top: 10px}
.mt20 {margin-top: 20px}
.mt30 {margin-top: 30px}
.mt40 {margin-top: 40px}
.mt50 {margin-top: 50px}

.mb10 {margin-bottom: 10px}
.mb20 {margin-bottom: 20px}
.mb25 {margin-bottom: 25px}
.mb30 {margin-bottom: 30px}
.mb40 {margin-bottom: 40px}
.mb50 {margin-bottom: 50px}


/* line height */

.lh11 {line-height: 1.2}
.lh12 {line-height: 1.2}
.lh13 {line-height: 1.3}

/* font sizes and weights - classes for often used font sizes */


.fs12 {font-size: 12px;} 
.fs14 {font-size: 14px;} 
.fs16 {font-size: 16px;} 
.fs18 {font-size: 18px;}
.fs20 {font-size: 20px;}
.fs24 {font-size: 24px;}
.fs30 {font-size: 30px;}
.fs36 {font-size: 36px;}


.bold {font-weight: bold;}
.extraBold {font-weight: 800;}



/* [ HEADER ] */

.header {
    background: var(--bluebg);
    color: white;
    padding: 17px 0;
    position: sticky;
    top: 0;
    z-index: 100000;
    margin:0 auto;
}

.header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.header-flex .left a {
    color: white;
    font-size: 40px;
    font-weight: bold;
    display: block;
}

.header-flex .left a img {
    width: 226px;
}


.header-flex  .menu-list  {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}



.header-flex  .menu-list  li {
    margin-left: 30px;
}



.header-flex  .menu-list  li a {
    color: white;
    font-size: 18px;
    position: relative;
}




.header-flex  .menu-list  li a::after {
    content: '';
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    transition: 0.15s;
    background: white;
}

.header-flex  .menu-list  li a:hover::after, .header-flex  .menu-list  li.current_page_item a::after {
    width: 100%;
    transition: 0.35s;
}



/*header banners */

.banner-item {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: #7A7F87;
    text-align: center;
    border-radius: 5px;
}

.banner-over-heading {padding: 10px 0;}

.banner-over-heading .banners-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-over-heading .banners-flex .banner-item {
    padding: 0;
}

.banner-over-heading .banners-flex .banner-item:nth-child(1) {
    width: 728px;
    margin-right: 72px;
}

.banner-over-heading .banners-flex .banner-item:nth-child(2) {
    width: 480px;
}




/*  [ FEATURED ARTICLE ] */


.featured-article-box {
    display: flex;
    justify-content: space-between;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 6px;
    padding:30px;
}

.featured-article-box .content {
    flex:1;
    margin-right: 50px;
    max-width: 585px;
}

.featured-article-box .image {
    flex:1;
    max-width: 570px;
}
.featured-article-box .image img {border-radius: 10px;}



.banner-item-sidebar {
    width: 100%;
    height: 250px;
}



/* [ SIDEBAR & CONTENT SETUP ] */


.desktop-flex-sidebar {
    display: flex;
    justify-content: space-between;
}


.desktop-flex-sidebar .sidebar {
    width: 300px;
}

.desktop-flex-sidebar .main-content {
    width: calc(100% - 300px);
    margin-left: 30px;
}


/* Company list item */
.company-mobile-dropdown {display: none}
.mobile-open-dropdown {display: none}

.company-list-item {
    background: white;
    padding: 12.5px 30px;
    border-radius: 10px;
}


.company-list-item-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.company-list-item-flex > div {
    height: 106px;
    display: flex;
    align-items: center;
    border-right: 1px solid #aaaaaa;
    justify-content: center;
    padding:0 25px;
    flex:1;
}


.company-list-item-flex .claim-button {
    height: 100%;
    border-right: none;
    padding-left: 25px;
    padding-right: 0!important;
}



.company-list-item-flex .number-and-logo {
    display: flex;
    align-items: center;
    padding-left: 0;
}

.company-list-item-flex .number-and-logo span {
    margin-right: 15px ;
    text-align: center;
    color: var(--green);
    font-family: 'Open Sans', sans-serif;
    font-size: 46px;
}


.company-list-item-flex .number-and-logo img {
    width: 90px;
    object-fit: contain;
    min-width: 90px;
    height: auto;
}






.company-list-item-flex .rating-field {
    flex-direction: column;
}


.company-list-item-flex .features-amount {
    flex:2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.company-list-item-flex .features-amount p,  .company-list-item-flex .features-amount a {
    width: calc(50% - 15px);
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
}



.company-list-item-flex .stars-rating {
    color: #FEC81E;
    margin-bottom: 15px;
    margin-top: 7px;
}

.company-list-item-flex span {
    color: #D35400;
}


.list-of-companies .company-list-item {margin-bottom:10px; transition: 0.3s}

.list-of-companies .company-list-item:hover {
    box-shadow:0 0 17px #16a0854d;
    transform: scale(1.01);
    cursor: pointer;
}






/* [ FEATURED COMPANY ] */

.sidebar-company-featured > span {display: block;}

.sidebar-company-featured-box .content {
    background: white;
    border-radius: 0 0 10px 10px;
    padding: 10px;
}

.sidebar-company-featured-box .thumbnail{
    border-radius:  10px 10px 0 0;

    width: 100%;
    
    display: flex;
    align-items: center;
    justify-content: center;
    background: #141f2f40;
}


.sidebar-company-featured-box .thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: 5px 5px 0 0;
}


.sidebar-company-featured-box .content > p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}
   



/* [ ARTICLE CAROUSEL ] */


.slider-of-articles {
    background: var(--bluebg);
    color: white;
    padding:40px 0;
    margin-top: 80px;
}   

.slider-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}



.slider-of-articles .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 26px;
}


.slider-of-articles .owl-dots button {
    width: 58px;
    height: 3px;
    background: #ffffff87;
    margin:0 5px;
    outline: none!important;
}

.slider-of-articles .owl-dots button.active {
    background: #16A085;
}



.slider-of-articles .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 300px;
    margin:0 auto;
    margin-top: 40px;
    font-size: 65px;
    line-height: 1;
}


.slider-of-articles .owl-next , .slider-of-articles .owl-prev {
    color: rgba(255,255,255,0.5)!important;
}

.slider-of-articles .owl-next:hover , .slider-of-articles .owl-prev:hover {
    color: rgba(255,255,255,1)!important;
}



.article-slider-item p {
    color: white;
    font-weight: bold;
    font-size: 24px;
    margin-top: 10px;
    line-height: 28.8px;
}   



.article-slider-item .thumbnail {
    height: 175px;
    border-radius: 10px;
    overflow: hidden;
    background: white;
}

.article-slider-item .thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
    transition: 0.5s;
}

.article-slider-item:hover img {
    transform: scale(1.07);
    transition: 0.25s;
    filter: brightness(1.1);
}


article-grid-item

/* COMPANIES IN SIDEBAR COLORED */


.colored-companies-cards > h2 {margin-bottom: 15px;}


.colored-company-card {
    padding:5px 10px;
    border-radius: 6px; 
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.colored-company-card .logo {
    width: 92px;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.colored-company-card .logo img {
    width: 100%;
    object-fit: contain;
}

.colored-company-card .info {
    width: calc(100% - 92px);
}


.colored-company-card .info h3 {
    color: white;
    margin-bottom: 5px;
}

.colored-company-card .default-green-button.smaller  {
    padding: 4px 10px; 
    margin-top: 15px;
    line-height: 1.3;
}

.stars-rating {
    display: flex;
    align-items: center;
}

.stars-rating.small-white {
    font-size: 10px;
    color: white;
}

.stars-rating.small-white i {margin-right: 3px;}


/* TEXTUAL CONTENT  */



.textual-content p {line-height: 30px; margin-top: 30px;}
.textual-content.smaller p {line-height: 24px; margin-top: 10px}


.textual-content.darkbg {
    background: var(--bluebg);
    color: white;
    padding: 60px 30px;
    border-radius: 6px;
}


/* HERO ARTICLE */


.hero-article-inside-box {
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 30px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #141f2f85;
    position: relative;
}


.hero-article-inside-box .centered-content {position: relative; z-index: 100;}

.hero-article-inside-box .transparent-button {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    max-width: 200px;
    margin:0 auto;
    z-index: 100;
}


/* OFFERS BOX LIST TEXTUAL - SIDERA */

.offers-list-text {
    background: white;
    padding: 10px;
    color: #283E5E;
    border-radius: 6px;
}


.offers-list-text > h2 {
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.offers-list-text li {margin-bottom: 10px;}

.offers-list-text li a {
    color: #283E5E;
}


.offers-list-text li a:hover {
    text-decoration: underline;
}


/* ARTICLES GRID */


.articles-grid-header h2 {
    display: flex;
    align-items: center;
}

.articles-grid-header h2 img {margin-right: 10px;}


.articles-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px;
    grid-row-gap: 50px;
}

.article-grid-item  p {
    font-weight: bold;
    font-size: 20px;
    margin-top: 10px;
    line-height: 24px;
    color: #3D464F;
}   


.article-grid-item .thumbnail {
    border-radius: 10px;
    overflow: hidden;
    background: white;
    position: relative;
    padding-bottom: 56.25%;
}




.article-grid-item .thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: top;
    transition: 0.5s;
    position: absolute;
    top: 0;
    left: 0;
}

.article-grid-item:hover img {
    transform: scale(1.07);
    transition: 0.25s;
    filter: brightness(1.1);
}




/* FEATURED INTRO CONTENT - STOIXIMA PAGE */

.featured-intro-content {
    padding: 50px 30px;
    border-radius: 6px;
    background: white;
    margin:35px 0;
}


.article-with-thumbnail-sidebar  {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.article-with-thumbnail-sidebar .thumbnail {
    width: 105px;
    height: 60px;
    border-radius: 6px;
    overflow: hidden;
    background: white;
}

.article-with-thumbnail-sidebar .thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.article-with-thumbnail-sidebar:hover img {
    transform: scale(1.06);
    filter: brightness(1.1);
}


.article-with-thumbnail-sidebar h3 {
    width: calc(100% - 105px);
    padding-left: 10px;
    color: #3D464F;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
    line-height: 1.1;
}

.withoutThumbnails .article-with-thumbnail-sidebar h3 {
    width: 100%;
    -webkit-line-clamp: 2;
    padding-left: 0;
    transition: 0.3s;
}

.withoutThumbnails .article-with-thumbnail-sidebar {margin-bottom: 25px; }

.withoutThumbnails .article-with-thumbnail-sidebar:hover h3{
    color: var(--green);
}

/* COMPANIES IN SIMPLE LIST - THUMBNAIL AND TEXT ONLY (DATE) */


.companies-list-simple-item {
    display: flex;
    margin-bottom: 50px;
}

.companies-list-simple-item:last-child {margin-bottom: 0;}

.companies-list-simple-item .thumbnail {
    width: 220px;
    max-width: 220px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 15px;
    padding: 0;
    background: rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.companies-list-simple-item .thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: top;
}


.companies-list-simple-item .info {
    width: calc(100% - 220px);
    color: #3D464F;
}

.companies-list-simple-item .info  h2 {
    color: #3D464F;
}


/* OFFER PAGE LIST */

.offers-list-with_featured {
    background: white;
    border-radius: 6px;
    padding: 30px;
    position: relative;
}


.other-offer-item {
    display: flex;
    margin-bottom: 40px;
}

.other-offer-item .thumbnail {
    max-width: 290px;
    max-height: 163px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.other-offer-item .thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: 0.5s;
}


.other-offer-item .info {
    width: calc(100% - 290px);
    color: #3D464F;
}
.other-offer-item .info h2 {transition: 0.3s;}

.other-offer-item:hover .thumbnail img {transform: scale(1.05);}

.other-offer-item:hover h2 {color: #16A085}




.offers-list-with_featured  .featured-offer {
    margin-bottom: 40px;
    transition: 0.3s;
    color: #283E5E;
}





/* OFFER SINGLE PAGE */


.offers-content-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #357A9F;
    border-radius: 10px;
    padding:10px;
    margin:30px 0;
    position: relative;
}


.small_asterisk_text {
    position: absolute;
    right: 120px;
    display: block;
    max-width: 300px;
    font-size: 14px;
    color: #fff;
    text-align: right;
    top: 50%;
    transform: translateY(-50%);
}  



.offers-content-banner .left {
    display: flex;
    align-items: center;
}

.offers-content-banner .left .thumbnail {
    width: 85px;
    border-radius: 7px;
    background: #202735;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
}

.offers-content-banner .left .thumbnail img{
    object-fit: contain;
    width: 100%;
    border-radius: 7px;

}


.offers-content-banner .left {
    
    max-width: auto;
    flex: 1;
}

.offers-content-banner .left h2 {
    color: white;
    width: calc(100% - 175px);
    padding-right: 50px;
}
.offers-content-banner .right {
    align-self: stretch;
}

.offers-content-banner .right a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: auto;
    padding: 15px;
    color: white;
    background: #16A085 0% 0% no-repeat padding-box;
    border-radius: 7px;
    border:1px solid  #16A085;
    transition: 0.3s;
}

.offers-content-banner .right a:hover {
    background: white;
    color: #16A085;
}


.offer-featured-image {
    background: #7A7F87 0% 0% no-repeat padding-box;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
   
}

.offer-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.offer-article h1 {
    font-size: 34px;
    margin-bottom: 20px;
}

.offer-article {
    padding: 30px;
    background: white;
    border-radius: 10px;
}


.offer-article .date {
    margin-bottom: 30px;
    display: block;
    font-size: 14px;
}


.offer-content p {
    font-size: 18px;
    line-height: 24px;
    word-break: break-word;
}



.article-tags ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.article-tags li {
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 4px;
    background: #ECF0F1;
    padding: 3px 13px;
}

.article-tags a {
    cursor: default;
    pointer-events: none;
    font-size: 14px;
    color: #3D464F;
}

.article-tags a::before {content:'#';}


/* offer steps */

.offer-steps-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #283E5E;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 25px; 
}

.offer-steps-flex .offer-step {
    align-self: stretch;
    color: white;
    padding: 20px 50px 100px 30px;
    flex: 1;
}

.offer-steps-flex .offer-step span {
    display: flex;
    align-items: center;
    font-size: 60px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 15px;
}

.offer-steps-flex .offer-step span img {
    margin-left: 7px;
    position: relative;
    top: 4px;
}


.offer-steps-flex .steps-big-link {
    position: absolute;
    bottom: 10px;
    left: 30px;
    width: calc(100% - 60px);
    background: var(--green) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    color: white;
    padding: 13px 11px 10px 11px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid var(--green);
    font-weight: 800;
    font-size: 30px;
    text-align: center;
    transition: 0.3s;
    line-height: 1;
}

.offer-steps-flex .steps-big-link:hover {
    background: white;
    color: var(--green);
}


.offer-steps-flex .offer-step:nth-child(2) {background: #233754;}
.offer-steps-flex .offer-step:nth-child(3) {background: #1A2B43;}
.offer-steps-flex .offer-step:nth-child(4) {background: #0f1d2f;}
.offer-steps-flex .offer-step:nth-child(5) {background: #081321;}



/* COMPANY PAGE */


.company-ratings-info {
    display: flex;
    justify-content: space-between;
    padding: 30px;
    background: #283E5E;
    border-radius: 10px;
    box-shadow: 0px 0px 9px #00000042;
    color: white;
}

.company-ratings-info .left, .company-ratings-info .right {flex:1;}


.company-ratings-info .left {
    display: flex;
}




.company-ratings-info .left .main-rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 210px;
}

.company-ratings-info .left .list-ratings {
    width: calc(100% - 210px);
    padding-left: 45px;
}

.company-ratings-info .left .main-rating .thumbnail {
    background: #202735;
    
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 20px;
}


.company-ratings-info .left .main-rating .thumbnail img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 5px;
}


.company-ratings-info .left .main-rating .circle-rating {
    width: 155px;
    height: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 76px;
    border:10px solid #007BA0;
    border-radius: 100%;
    line-height: 0.8;
    margin-top: 20px;
    margin-bottom: 30px;
}

.company-ratings-info .left .main-rating .circle-rating span {display: block; position: relative; top: -8px}

.company-ratings-info .left .main-rating a {
    background: #16A085 0% 0% no-repeat padding-box;
    border-radius: 10px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    padding: 24px;
    display: block;
    width: 100%;
}


.company-ratings-info .left .main-rating a:hover {
    background: white;
    color: #16A085;
}
.list-ratings ul li {margin-bottom:9px;}
.list-ratings ul li span {font-size: 14px;}
.list-ratings ul li div {
    display: block;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 3px;
}

.list-ratings ul li div p {
    background: #007BA0;
    border-radius: 15px;
    color: #202735;
    min-width: 10%;
    padding: 5px;
    height: 15px;
    line-height: 3px;
    font-size: 14px;
    padding-left: 11px;
    transition: 0.5s;
    width: 0;
}


.company-ratings-info .right {
    padding-left: 60px;
}

.company-ratings-info .right > span {
    display: block;
    font-weight: 300;

}


.video169 {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    background: rgba(0,0,0,0.3);
}

.video169::after {
    position: absolute;
    content: 'Loading video...';
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    padding: 10px;
    color: white;
    font-size: 14px;
}


.video169 iframe, .video169 img , .video169 video{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.video169 img {
    object-fit: cover;
    object-position: top; 
}



.company-ratings-info .right small {
    margin-top: 24px;
    display: block;
}

.company-two-lists {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.company-two-lists > div {
    width: calc(50% - 15px);
}



ul.has-icon-before li {
    margin-bottom: 15px;
    display: flex;
}

ul.has-icon-before li:last-child {margin-bottom: 0;}


ul.has-icon-before li::before 


ul.has-icon-before li {
    display: flex;
    align-items: flex-start;
}


ul.has-icon-before.icon-number li span {
    width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 100%;
    font-weight: bold;
    font-size: 17px;
    background: #283E5E;
    line-height: 1;
    margin-right: 10px;
    min-width: 31px;
    position: relative;
    top: 5px;
    padding-bottom: 4px;
}




ul.has-icon-before.icon-checkmark li::before {
    content: '';
    background:url('../images/icon-checkmark.svg');
    min-width:24px;
    height: 16px;
    display: block;
    margin-right: 10px;
    position: relative;
    top: 10px;
}



ul.has-icon-before.icon-checkmark-small li::before {
    content: '';
    background:url('../images/icon-checmkar-purpl-small.svg');
    min-width: 13px;
    height: 9px;
    display: block;
    margin-right: 10px;
    position: relative;
    top: 10px;
}



.information-flex {
    display: flex;
    justify-content: space-between;
}

.information-flex > div {
    width: calc(50% - 15px);
}


.company-informations .top-info h2 {
    display: flex;
    align-items: center;
    line-height: 1.1;
}

.company-informations .top-info h2 span {
    font-weight: 800;
    font-size: 63px;
    margin-right: 10px;
    position: relative;
    top: -5px;
}


/* grid icons */

.grid-info-icons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.grid-info-icons .icon-item p {
    line-height: 1.1;
    margin-top: 9px;
}

.grid-info-icons .icon-item p span {
    display: block;
    font-weight: bold;
}


/* stoixima advert */

.stoxima-web-blue-top {
    background: var(--bluebg);
    color: white;
    padding: 30px;
    border-radius: 10px;
    position: relative;
}

.stoxima-web-blue-top .images-icon {
    position: absolute;
    top: 15px;
    right: 30px;
}

.stoxima-web-blue-top .logo {
    width: 190px;
    margin-bottom: 30px; 
}


.stoxima-web-blue-top a {
    display: inline-block;
    margin-top: 60px;
    font-size: 22px;
    padding: 8px 26px 13px 26px;
}

.stoxima-web-blue-top p {
    line-height: 24px;
}



/* gallery */

.gallery-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.gallery-navgiation {
    display: flex;
    align-items: center;
}

.gallery-arrows {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.gallery-arrows .arrow-right {
    margin-left: 10px;
}

#carousel-custom-dots-gallery {
    display: flex;
    align-items: center;
}

#carousel-custom-dots-gallery button {
    background: white;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    border:none;
    padding: 0;
    margin-left: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#carousel-custom-dots-gallery button:hover {
    background: #283e5e70;
}

#carousel-custom-dots-gallery button.active {
    background: var(--bluebg);
}


.gallery-arrows img {
    transition: 0.3s;
    cursor: pointer;
}

.gallery-arrows img:hover {
    opacity: 0.7;
}

.company-gallery .item {
    height: 400px;
    background: var(--bluebg);
    border-radius: 7px;
}

.company-gallery .item img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
}

.company-gallery-wrapper .owl-nav {display: none}


/* FINANCIAL INFO */

.financial-flex {
    display: flex;
}


.financial-flex .fininfo {
    width: 320px;
}
.financial-flex .deposit-withdraw {
    display: flex;
    width: calc(100% - 320px);
    padding-left: 100px;
    
}

.dep_with-list {
    flex:1;
}
.dep_with-list:last-child {margin-right: 0;}

.financial-flex h2 {
    color: #A13A64;
    font-weight: 800;
    font-size: 24px;
}

.deposit-withdraw h2 {
    font-size: 18px;
    margin:15px 0;
}

.fininfo ul {
    margin-top: 20px;
    background: #ECF0F1 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 30px 20px;
}

.fininfo ul li span {
    display: block;
    font-weight: bold;
}

.deposit-withdraw li {
    font-weight: bold;
}

.deposit-withdraw ul li span {
    font-weight: 400;
}


/* taxes */

.taxes-section h2 {
    color: #A13A64;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 15px;
}



/* COMPANY SINGLE OFFERS PAGE */

.company-offers-intro {
    display: flex;
    background: var(--bluebg);
    padding: 30px;
    color: white;
    border-radius:6px;
}

.company-offers-intro > div {
    flex:1;
}


.company-offers-intro h1 {
    display: flex;
    align-items: center;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 30px;
}

.company-offers-intro h1 img {
    height: 50px;
    max-width: 150px;
    object-fit: contain; 
    margin-right: 10px;
}

.company-offers-intro ul.has-icon-before.icon-checkmark li::before {
    width: 23px;
    height: 16px;
    top: 3px;
    transform: scale(0.7);  
}


.company-offers-intro ul.has-icon-before li {
    margin-bottom: 30px;
    padding-right: 15px;
}


.company-offers-intro .right .thumbnail {
    background: rgba(0,0,0,0.6);
    border-radius: 8px;
    overflow: hidden;
    height: 270px;   
    width: 100%; 
}

.company-offers-intro .right .thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
}



.company-offers-intro .green-claim-button {
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
    margin-top: 25px;
}


.presentation-offer {
    width: 100%;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    transition: 0.3s;
}

.presentation-offer > img {
    height: 40px;
    object-fit: contain;
}

.pres-button {
    display: flex;
    align-items: center;
    color: white;
    font-size: 24px;
    font-weight: bold;

}

.pres-button img {
    margin-left: 20px;
    transition: 0.3s;
    position: relative;
    right: 0;
}

.presentation-offer:hover {
    transform: scale(1.03);
}

.presentation-offer:hover .pres-button img {
    position: relative;
    right: -10px;
}


/* LOAD MORE */

.btn.loadMoreBtn {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: white!important;
    background: #16a085;
    border:1px solid #16a085;
    padding: 9px 50px 8px 50px;
    border-radius: 30px;
}

.btn.loadMoreBtn:hover {
    text-decoration: none;
    background:white;
    color:#16a085!important;
}

.lmb-container {
    text-align: center;
    position: absolute;
    bottom: -22px;
    width: 100%;
    left: 0;
}


.share-links {
    display: flex;
    align-items: center;
}

.share-links a {margin-right: 20px;}


/* Footer */

.footer {
    background: var(--bluebg);
    padding: 84px 50px 0 50px;
    color: white;

}

.footer .top {
    padding-bottom: 65px;
    margin-bottom: 65px;
    border-bottom: 1px solid #fff;
}

.footer .top > a {
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
    justify-content: center;
}

.footer .top > a img {
    max-width: 226px;
    margin:0 auto;
}


.footer-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
}


.footer-menu a {
    color: white;
    margin:0 40px;
    transition: 0.3s;
}
.footer-menu a:hover {color: var(--green)}



.footer-middle {
    display: flex;
    justify-content: space-between;
    padding:0 60px;
}

.footer-middle .left {
    flex:1;
}

.footer-middle .center {
    flex:2;
    padding:0 100px ;

}

.footer-middle .right {
    flex:1;
    align-items: center;
    display: flex;
}


.footer-middle .right ul {
    display: flex;
    justify-content:space-between;
    width: 100%;
}

.footer-middle .right ul li {
    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.footer-middle .right ul li img {margin:0 auto;}

.footer-middle .right ul li span {
    display: block;
    margin-top: 10px;
}


.footer-middle .right ul li a {
    color: white;
    transition: 0.3s;
}
.footer-middle .right ul li a:hover {
    color: var(--green);
}

.footer .socials {
    display: flex;
    align-items: center;
}

.footer .socials a {margin-right: 20px;}

.footer-middle h3 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
}


.newsletter-forma {
    display: flex;
    align-items: center;
}

.newsletter-forma input.textinput {
    background: white;
    border:none;
    padding: 16px;
    font-size: 18px;
    border-radius: 10px;
    width: 100%;
}

.submitForm {
    background: #16A085 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 4px #00000063;
    border-radius: 12px;
    padding:16px 45px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    border:none;
    margin-left: 10px;
    cursor: pointer;
}

.submitForm:hover {
    color: var(--green);
    background: white;
}

.footer-middle .center > p {
    max-width: 326px;
}











.footer .bottom {
    margin-top: 70px;
    padding-top: 70px;
    border-top: 1px solid #fff;
    padding-bottom: 50px;
}

.bottomimgs {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottomimgs img {
    margin:0 40px
}

.footer .bottom p {
    font-size: 12px;
    margin-top: 50px;
    text-align: center;
}



/* COPYRIGHT */

.copyright {
    background: #1A2536;
    color: #FFFFFF;
    padding: 30px 0 40px 0;

}

.legallinks ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.legallinks ul li {
    padding:0 7px;
}

.legallinks ul li::after {
    content: '|';
    margin-left: 7px;
}
.legallinks ul li:last-child::after {display: none}


.legallinks a {color: white; transition: 0.3s;}

.legallinks a:hover {color: var(--green);}


.copyright p {
    font-size:14px;
    text-align: center;
    margin-top: 40px; 
}


desktop {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    background: #ededed;
}


.main-content-wrapper {
    display: flex;
    justify-content: space-between;
}


#big-advert-left, #big-advert-right {
    width: calc(50% - 660px);
    background: #ededed;
    background-size: cover;
    position: sticky;
    left: 0;
    height: 100%;
    top: 62px;
    cursor: pointer;
    overflow: hidden;
}

#big-advert-left a , #big-advert-right a , 
#big-advert-left img , #big-advert-right img  {
	display: block;
	height: 100%;
	max-height: 100vh;
	width: 100%;
	object-fit: cover;
    min-height: calc(100vh - 62px);
}

#big-advert-left img , #big-advert-right img {
    object-fit: contain;
    object-position: top;
    min-width: 400px;
}

#big-advert-left img {
    position: absolute;
    right: 0;
}

#big-advert-right img {
    position: absolute;
    left: 0;
}

 #big-advert-right {
    right: 0;
    left: unset;
 }


 /* Breadcrumbs */


 .breadcrumbs {
    margin-bottom: 25px;
 }

 .breadcrumbs ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
 }


.breadcrumbs ul li {
    display: flex;
    font-size: 14px;
    align-items: center;
}

.breadcrumbs ul li::after {
    content: '|';
    margin-left: 10px;
    margin-right: 10px;
}

.breadcrumbs ul li:last-child::after {display: none}

.breadcrumbs ul li a {
    color: #2980B9;
}


/* style content */


.default-styles-content p {
	margin-bottom: 15px;
}

.default-styles-content p, .default-styles-content li {
    word-break: break-word;
}

.default-styles-content h1, 
.default-styles-content h2, 
.default-styles-content h3, 
.default-styles-content h4, 
.default-styles-content h5, 
.default-styles-content h6 {
	margin-top: 20px;
	margin-bottom: 10px;
}

.default-styles-content ul, .default-styles-content ol{padding-left: 10px; margin:15px 0;}


.default-styles-content li {
    list-style-type: none;
    padding-left: 15px;
    position: relative;
    font-size: 18px;
}

.default-styles-content a {
	color: var(--green);
	font-weight: 600;
}





.default-styles-content a.green-claim-button {color: white;}
.default-styles-content a.green-claim-button:hover {color: var(--green);}

.default-styles-content a:hover {
	text-decoration: underline;
}


.default-styles-content .company-list-item {
    background: #fff;
    padding: 12.5px 30px;
    border-radius: 10px;
    border: 1px solid #ebebeb;
    box-shadow: 0 0 20px #e5e5e5;
} 

.default-styles-content .list-of-companies {
    margin:60px 0;
}





.default-styles-content li.blocks-gallery-item {list-style-type: none; padding-left: 0;}



.default-styles-content li::before {
    content: '';
    background: black;
    width: 5px;
    height:5px;
    border-radius: 100%;
    left: 0;
    top: 7px;
    display: block;
    position: absolute;

}
.default-styles-content li.blocks-gallery-item::before {display: none}
.default-styles-content .wp-block-quote {
    padding: 15px;
    padding-right: 40px;
    background: #ececec;
    margin: 15px 0;
    border-radius: 5px;
    position: relative;
    border: 1px solid #3d464f;
    border-left: 5px solid;
}

.default-styles-content .wp-block-quote::before {
    content: '';
    background: url(/wp-content/uploads/2020/07/Download-Quote-Png-Image-97166-For-Designing-Projects-e1595928128301.png);
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    background-size: cover;
}


.default-styles-content figure {
    margin: 15px 0;
}

.aligncenter  .wp-block-embed__wrapper {text-align: center}
.wp-block-embed__wrapper iframe {max-width: 100%;}

.default-styles-content .blocks-gallery-grid  {padding-left: 0!important}


/* pag*/

nav.pagination {display: none;}


/* PAGINATION */


.pagination {
    display: none!important;
}


#pagination {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 50px; 
}

#pagination span {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#pagination a, #pagination i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    opacity: 0.5;
    color: #161b40;
    margin: 0 5px;
    transition: 0.3s;
}




#pagination a:hover {
    cursor: pointer;
    opacity: 0.8;
}

#pagination a.current {
    opacity: 1;
    border:1px solid #161b40;
}



/* ARTICLE BLOG CATEGORIES FILTERS */
.blog-categories {margin-bottom: 25px;}
.blog-categories ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.blog-categories ul li {
    margin-bottom: 7px;
}

.blog-categories ul li a {
    
}

.blog-categories ul li a {
    list-style-type: none;
    padding: 5px 15px;
    border: 1px solid #ececec;
    margin-right: 6px;
    border-radius: 5px;
    background: #fbfbfb;
    color: black;
    color: #3d464f;
    font-weight: 600;
}

.blog-categories ul li a.active {
    background: var(--green);
    color: white;
}


.article-video {
    position: relative;
}

.article-video .overlay-video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.article-video .overlay-video .playvideo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 34px;
    color: white;
    left: 0;
    right: 0;
    margin:0 auto;
    z-index: 1005;
    cursor: pointer;
    transition: 0.3s;
    width: 70px;
    height: 70px;
}

.article-video .overlay-video .playvideo:hover {
    transform: scale(1.1) translateY(-50%);
}


.article-video .overlay-video::before {
    position: absolute;
    content: '';
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
}

.article-video video {display: block}



