/*Theme Name: World Tour
Description: This is the child theme for Fruitful
Author: Roosh V
Template: fruitful*/


/* Custom Styles */

.home #page h1 {
	padding: 25px 0; 
}

#primary .entry-content {
  margin: 0 auto;
  max-width: 700px;
}

#content .ffs-five-one {
  width: 28.8%;
}

.page-child .btn.btn-small {
  border-radius: 20px;
  padding: 20px;
}

.ffs-bs {
  display: block;
  margin-top: 10px;
}

.infobox-text em {
  font-size: 15px;
}

#primary .fruitful_description {
  float: none;
  margin: 10px 0 20px -17%;
  width: 134%;
} 

.mobile-only {
	display:none;
}


#TagPopup_FormContainer #TagPopup_FormTitle {
  font-family: arial !important;
}

#disqus_thread {
  margin: 0 auto;
  max-width: 700px;
}

/* Mobile Design Size */
@media (max-width: 1767px) { 

	.mobile-only { display:block !important; }
	.desktop-only { display:none !important; }

}