/*
Theme Name: Limo Tanga
Description: LIMO-TANGO Survival is simple responsive SEO friendly theme. 
Version: 0.1
Tags:  blog, news, featured-images, one-column, theme-options, consultants
Text Domain: lima_tango
Domain Path: lima_tango
Author: A2Z Developing Team [tanand79@gmail.com]
*/

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.IWIOTmMjl1ONZAV4YO1IuTDZcMD1D0Ntheme--light {
	display: none !important;
}


/*RESPONSIVE*/
@media screen and (max-width: 3840px) {

}
	
@media screen and (max-width: 2880px) {

}
		
@media screen and (max-width: 1920px) {		
		
}		

@media screen and (max-width: 1270px) {

}

@media screen and (max-width: 1023px) {

}

@media screen and (max-width: 810px) {

}

@media screen and (max-width: 768px) {	

}

@media screen and (max-width: 480px) {

}

@media screen and (max-width: 428px) {

}

@media screen and (max-width: 414px) {

}

@media screen and (max-width: 360px) {

}

@media screen and (max-width: 320px) {

}

/* FAQ Accordion  */
.faq-accordion {
  width: 100%;
}
.faq-item {
  border-bottom: 1px solid #d9d9d9;
}
.faq-title {
  position: relative;
  cursor: pointer;
  padding: 20px 48px 20px 0;
}
.faq-title h3,
.faq-title h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
}
/* PLUS ICON (default) */
.faq-title::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  transition: all 0.3s ease;
}
/* MINUS ICON (active/open) */
.faq-item.active .faq-title::after {
  content: "−";
}
.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding-right: 48px;
}
.faq-item.active .faq-content {
  margin-bottom: 20px;
}
.faq-content p {
  margin: 0 0 16px;
}
.faq-content p:last-child {
  margin-bottom: 20px;
}
.faq-content p:first-child {
  margin-top: 10px;
}


