/*
	TRUST-PILOT.CSS
	enqueud in header.php
	Styles specific to trust pilot widget
*/

.trustpilot-widget {
	width: auto !important;
	margin: 1.5% 5% 1% auto !important;
}

#trust-pilot .hidden-xs {
    margin: 0 auto;
    text-align: center;
    padding: 0 10% 0 12%;
}

#trust-pilot .visible-xs {
    left: 6.5%;
    top: 5%;
    position: relative;
}

#trust-pilot .visible-xs .trustpilot-widget {
    left: -18%;
    padding-top: 5%;
}

.trustpilot-widget {
	position: static !important;
	width: auto !important;
	margin: auto 5% !important;
}

.page-id-398 .trustpilot-widget {
	width: 800px;
	margin: auto;
	text-align: center;
}

.page-id-398 .footer_desp .trustpilot-widget {
	width: 100%;
}

.trustpilot-widget .tp-widget-wrapper{
	zoom: 3;
}

.trustpilot-widget{
    height: auto;
	margin: auto;
    width: 80%;
}
@media (min-width: 1500px){ 

	/*--------------------------------------------------------------
	Footer
	--------------------------------------------------------------*/
	/*.footer_desp .trustpilot-widget iframe{
		height: 70px!important;
	}*/
  
	.footer_desp .trustpilot-widget iframe{
		width: 55% !important;
	}
}

@media only screen and (max-width: 1024px){
  
	.footer_desp .trustpilot-widget iframe {
		width: 60%!important;
	}
}

@media only screen and (max-width: 991px) and (orientation: landscape) {
		
	.footer_desp .trustpilot-widget iframe {
		width: 50%!important;
	}	
	  
	.trustpilot-widget{
		width: 100% !important;
	}
	
  	.trustpilot-widget > iframe {
		max-width: inherit;
		/*width: 25% !important;*/
	}
}

@media only screen and (max-width: 767px){
	
	.page-id-398 .trustpilot-widget {
		width: 100%;
		margin: auto;
		text-align: center;
	}
	
	.footer_desp .trustpilot-widget iframe{
		width:50%!important;
	}
}