/*
Theme Name: Cyfuse2025
Theme URI: https://www.cyfusebio.com/
Description:  Cyfuse
Version: 1
Author:  Cyfuse
Author URI: https://www.cyfusebio.com/
*/

/****************************************
		1. General Setting 
*****************************************/


/****************************************
		2.wp style 
*****************************************/

/*default css*/

@media screen and (min-width:768px){
  .alignright,
  img.alignright {
    display: inline;
    float: right;
    width: auto;
    margin-left: 20px;
  }
  .alignleft,
  img.alignleft {
    display: inline;
    float: left;
    width: auto;
    margin-right: 20px;
  }

  .aligncenter,
  img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
 }
 
.wp-caption {
	border: none;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #666;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 100% !important; /* prevent too-wide images from breaking layout */
	text-align: left;
}
.wp-caption img {
	margin: 5px;
}
.wp-caption p.wp-caption-text {
	margin: 0 0 4px;
}
.wp-smiley {
	margin: 0;
}
