/* Themify Customize Styling */
body {		font-size:16px;
 
}
#headerwrap {	background: none;
	background-color: #ffffff; 
}
#site-logo {	display: none; 
}
#site-description {	display: none; 
}

/* Themify Custom CSS */
html {
  background: #C81A2B;
background-image: none;
}
#footerwrap {
  background: #C81A2B;
}
/*ipad issue */@media screen and (max-width: 980px) {
    #sidebar .social-links.vertical li, #footer .social-links.vertical li {
  display: inline-block !important;
}
}
/*************************************************************************** * Code ***************************************************************************/pre {
  background: #eee;
background-image: -webkit-linear-gradient(#eee 50%,#e0e0e0 50%);
background-image: -moz-linear-gradient(#eee 50%,#e0e0e0 50%);
background-image: -ms-linear-gradient(#eee 50%,#e0e0e0 50%);
background-image: -o-linear-gradient(#eee 50%,#e0e0e0 50%);
background-image: linear-gradient(#eee 50%,#e0e0e0 50%);
background-position: 0 0;
background-repeat: repeat;
background-size: 4.5em 4.5em;
color: #555;
font-family: monospace, serif;
font-size: 16px;
line-height: 2.25em;
margin: 2em 0em;
overflow: auto;
padding: 0 2.25em;
width:100%;
}

.affwp-hide-field {
	display:none !important;
}

.qtip-content .post-video iframe {
	position: static;
	width: 500px;
	height: 281px;
	max-width: none;
}
