/*
    Author: Cagatay KARA
    Author URI: http://www.ckara.com
    Description : CKara FrameWord Styles Widget Page
 */
 
.ckfw-widget-page-container-body { 
    float:left;
  width: 99%;
  min-height: 400px;
  text-align: center;
  margin:5px;
  
}


.ckfw-widget-page-container-body-icon { 
    float:left;
  width: 99%;
  min-height: 300px;
  text-align: center;
  margin:5px;
  
}


.ckfw-widget-page-container-space { 
  width:90%;
  height: auto;
  text-align: center;
  margin:15px;
  margin-left:auto;
  margin-right:auto;
  
  
}


.ckfw-widget-page-container-title{
    float:left;
    position:relative;
    width:100%;
    min-height:150px;
    max-height: 250px;
    height: 220px;
    margin:5px 0px 10px;
}

.ckfw-widget-page-container-title-icon{
    float:left;
    position:relative;
    width:100%;
    min-height:100px;
    max-height: 150px;
    height: 120px;
    margin:5px 0px 10px;
}


.ckfw-widget-page-container-title h2.ckfw-widget-page-title {
    text-align: left;
    margin: 0.5em 0;
    font-weight: normal;
    font-size: 23px;
    border-bottom:#ccc 1px solid;
}

.ckfw-widget-page-container-title h2.ckfw-widget-page-title.aligncenter {
    text-align:center;
    font-weight: bold;
    border-bottom:#ccc 0px solid;
}

.ckfw-widget-page-container-title-icon h2.ckfw-widget-page-title {
    text-align: left;
    margin: 0.5em 0;
    font-weight: normal;
    font-size: 23px;
    border-bottom:#ccc 1px solid;
}

.ckfw-widget-page-container-title-icon h2.ckfw-widget-page-title.aligncenter {
    text-align:center;
    font-weight: bold;
    border-bottom:#ccc 0px solid;
}


.ckfw-widget-page-container-image{
    width:100%;
    height:75%;
    margin-bottom: 10px;
    overflow: hidden;
    
    display:inline-block;
    position:relative;
    margin: 0px auto; 
    
}

.ckfw-widget-page-container-icon{
    width:100%;
    height:30%;
    min-height:80px;
    margin-bottom: 0px;
    overflow: hidden;
    
    display:inline-block;
    position:relative;
    margin: 0px auto; 
    
}

.ckfw-widget-page-container-image img{
max-width: 100%;
    max-height:100%;
    margin: auto;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;	
}

.ckfw-widget-page-container-content{
    float:left;
    width: 100%;
    position:relative;
    height:110px;
    margin-bottom: 10px;
    text-align:justify;
    overflow: hidden;
    display: block;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;    
    
}

.ckfw-widget-page-container-content-icon{
    float:left;
    width: 100%;
    position:relative;
    height:80px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align:justify;
    display: block;
	    overflow: hidden;    
    
}

/*
h2 {
  display: block; 
  display: -webkit-box;
  max-width: 400px;
  height: $font-size*$line-height*$lines-to-show; 
  margin: 0 auto;
  font-size: $font-size;
  line-height: $line-height;
  -webkit-line-clamp: $lines-to-show;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
*/
.ckfw-widget-page-container-content p{
    margin-bottom: 1.5em;
    line-height: 1.4;
    max-height: 100%;
    max-width: 100%;
    
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
    
    
    
    
}
.ckfw-widget-page-container-more{

    float:left;
    position:relative;
    height:40px;
    margin-bottom: 10px;
    text-align:justify;
    
    
}
.ckfw-widget-page-container-more a.read_more {
    display: block;
    margin-top: 1em;
    border-bottom: 2px solid #f1572f;
    display: table;
    color:#000;
    font-weight: bold;
}
 
 
 
 @media screen and (max-width: 400px){

 .ckfw-widget-page-container-body { 
  margin:0px !important;
  
}


.ckfw-widget-page-container-body-icon {
	margin:0px !important;
    
  
}
       
    
}