/*
==================================================================================
Any styling that needs to be added to overule application.css should be added here

Ideally this file should only be used for hotfixes

==================================================================================
*/


p.post-meta {
	display: inline-block;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

p.post-meta a {
	text-decoration: none;
}



/* Blog Disclaimer */
.blog-content .s-copyright { margin:0 0 2em; }
.blog-content .s-copyright .c-ru-headline, .blog-content .s-copyright p {
	font-size:15px;
	font-weight:700;
	color: #004e72;
	font-family: 'Lato',sans-serif;
}
.blog-content .s-copyright p {
	font-weight:normal;
	font-size: 14px;
	line-height: 1.6;
}

/* MI & Country Page 5G Icons */
.box-content .badge5g {
	background: url(https://cdn.opensignal.com/public/dist/vectors/reports-updated/5G-badge-classic_3x.png) no-repeat 0 0;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	position: absolute;
	width: 60px;
	height: 65px;
	top: 6px;
	right: 6px;
}
.node-type-country-page #featured-analysis .featured-analysis-col .add5g h2, #featured .view-all-reports-and-blogs .views-row .add5g h2 {
	max-width:86%;
}

@media (min-width: 1024px) and (max-width: 1250px) {
	.node-type-country-page #featured-analysis .featured-analysis-col .add5g h2, #featured .view-all-reports-and-blogs .views-row .add5g h2 {
		max-width:80%;
	}
}

@media (max-width: 500px) {
	.node-type-country-page #featured-analysis .featured-analysis-col .add5g h2, #featured .view-all-reports-and-blogs .views-row .add5g h2 {
		max-width:80%;
	}
}

@media screen and (max-width: 767px){
	.t-c li:nth-child(4){ display:none; }
}

@media screen and (max-width: 1570px){
	.footer-image img { display:none; }	
}

.teamRow {
	width: 100%;
	float: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
}

.team-member .team-member__bio {
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    position: absolute;
    bottom: -200px;
}

.team-member:hover {
    margin-bottom: 0;
}

.team-member:hover .team-member__bio {
    margin-top: 0px;
    opacity: 1;
    z-index: 1;
    bottom: -200px;
}

@media screen and (max-width: 1439px) {
	.teamRow .views-row {
		width: 23%;
		margin: 0 1%;
	}

	.team-member {
    	width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.views-team-page .wiews-row {
		width: 100%;
	}

	.team-member {
	    width: 350px;
	    float: none;
	    margin: 0 auto 50px;
        position: relative;
	}

	.team-member:hover .team-member__bio {
	    margin-top: 0;
	    opacity: 1;
	    z-index: 99;
	    position: absolute;
	    bottom: unset;
	    top: 320px;
	    width: 100%;
	    max-width: unset;
	    height: auto;
	}
}

.view-star-rating-reports .view-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.view-star-rating-reports .views-row {
	width: calc(33.333% - 40px);
    margin: 0 20px 40px;
    padding-top: 20.25%;
    position: relative;

}

.view-star-rating-reports .views-row .field-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.view-star-rating-reports a.star-box {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-background-size: cover !important;
	   -moz-background-size: cover !important;
	     -o-background-size: cover !important;
	        background-size: cover !important;
	background-position: 50% !important;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.view-star-rating-reports a.star-box span {
	color: #fff;
	position: absolute;
    z-index: 9;
    font-size: 25px;
    font-weight: 400;
    font-family: Montserrat,sans-serif;
    text-align: center;
    padding: 0 20px;
}

.view-star-rating-reports a.star-box::after {
	content: '';
    position: absolute;
    background: rgb(0, 0, 0);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    transition: 0.3s ease all
}

.view-star-rating-reports a.star-box:hover::after {
	opacity: 0.6;
}

.view-star-rating-reports a.general-button {
	float: right;
	margin-right: 20px;
    padding: 13px 30px;
}


@media screen and (max-width: 1023px) {

	.view-star-rating-reports a.star-box span {
		font-size: 22px;
	}
}

@media screen and (max-width: 979px) {

	.page-node-1388 .site .insights-header {
	    margin: 0 auto 0;
	}

	.page-node-1388 .site .insights-header .text.first {
	    margin-bottom: 50px;
	}

	.page-node-1388 .site .all-reports-content {
	    margin: 30px auto 40px;
	}

	.page-node-1388 .site .insights-header {
		flex-direction: column;
	}

	.page-node-1388 .site .insights-header .text.first {
		width: 100%;
		padding: 0;
	}

	.page-node-1388 .site .insights-header .text.second {
	    width: 100%;
	    display: none;
	}


}

@media screen and (max-width: 767px) {

	.view-star-rating-reports .view-content {
	    -webkit-box-pack: center;
	    -webkit-justify-content: center;
	       -moz-box-pack: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	}

	.view-star-rating-reports .views-row {
	    width: 100%;
        padding-top: 60.25%;
	    margin: 0 0 20px;
	}

	.view-star-rating-reports a.general-button {
	    float: none;
	    margin-right: 20px;
	    margin: 0 auto;
	    display: block;
	    text-align: center;
        max-width: 300px;
	}
}

@media screen and (max-width: 500px) {

	.view-star-rating-reports a.star-box span {
	    font-size: 18px;
	    padding: 0 10px;
	}
}

@media screen and (max-width: 374px) {
	.view-star-rating-reports .views-row {
	    width: 100%;
	}

	.view-star-rating-reports a.star-box {
	    margin: 0 0 15px;
	}
}

#ccc-icon svg {
    fill: #00b9b0 !important;
}

.ccc-content--dark {
	background: #00565a !important;
}

#ccc .checkbox-toggle--slider.checkbox-toggle--dark {
	background-color: #00b9b0 !important;
	border-color: #00b9b0 !important;
}

#ccc .checkbox-toggle--dark .checkbox-toggle-toggle {
    background-color: #fff !important;
}

h2#ccc-title {
    font-weight: 100 !important;
    font-size: 24px !important;
    line-height: 1 !important;
}

#ccc p, .ccc-intro {
    line-height: 1.2 !important;
}

body.front #section-1, body.homepage-2020 #section-1 {
  background: url(/themes/custom/opensignal/report2022/img/skyline-03-22.jpg) no-repeat #fff;
  background-position: 100% 100%;
  background-size: 100%;
}

/* German Methodology Page */
.page-node-1768 .sip-top-section {
	display: block;
}

.page-node-1768 .sip-main-body {
	width: 100% !important;
	margin: 0;
}

.page-node-1768 .standard-inner-page {
	width: 100%;
	max-width: unset;
}

.page-node-1768 .sip__title {
	display: none;
}

.page-node-1768 .sip-optional-top {
	display: none;
}




.node-type-country-page #featured-analysis .featured-analysis-col .box-content.featuredlang-ar {
	text-align: right;
	padding: 15px 26px 15px 20px;
}
.node-type-country-page #featured-analysis .featured-analysis-col .box-content.featuredlang-ar span {
	left: unset;
	right: 0;
}
.node-type-country-page #featured-analysis .featured-analysis-col .box-content.featuredlang-ar h2 {
	max-width: 100%;
}
.box-content.featuredlang-ar .badge5g {
	right: unset;
	left: 6px;
}



.langitem-ar {
	direction: rtl;
	text-align: right;
}