/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * Custom Style Sheet - Use this file to style your content
 */
 
 .the-icons,  .the-icons3 {
	 padding: 0;}
.the-icons li {
	width: 24.5%;
	display: inline-block;
	}
.the-icons3 li {
	width: 32%;
	display: inline-block;
	}

.entry blockquote {
max-width: 450px; /*Tells class this max size */
margin: 20px; /*If all are same, once 20px is enough , else change it*/
padding: 10px;  /*Distance text to border, as above once */
background-color: #EEEEFF; /*Max 6/Six characters/numbers ! */
font-style: normal 14px; /*Weight and size font */
color:  #FF0000; /*Font color  */
word-wrap: break-word; /*Long words will break,wrapped to next line */
border: 2px dotted #123456;/*Thickness(px) dotted and color (#) */
}