/******************************************
 * BLOG CSS
 *****************************************/


/* Font Awesome */
.fa
{
    font-style: normal;
    font-weight: bold;
    margin-left: 10px;
    text-transform: capitalize;
    vertical-align: middle;
}

.fa-angle-right
{
    display: inline-block;
    font-size: 40px;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 4px;
    margin-left: 10px;
    text-transform: capitalize;
    vertical-align: middle;
} 


/**
 * Pagination
 **/
 
.pagination {
   background: transparent;
   border-top: 1px solid #aaa;
   color: #000;
   display: inline-block;
   font-weight: bold;
   float: left;
   padding: 8px 16px;
   text-decoration: none;
}

.pagination:first-child {
   /*
   border-radius: 5px 0px 0px 5px; 
   -moz-border-radius: 5px 0px 0px 5px; 
   -webkit-border-radius: 5px 0px 0px 5px; 
   */
}

.pagination:last-child {
   /*
   border-radius: 0px 5px 5px 0px; 
   -moz-border-radius: 0px 5px 5px 0px; 
   -webkit-border-radius: 0px 5px 5px 0px;
   */
}

.pagination:hover
{
   /* 
   background-color: #FF9E16;
   border: 1px solid #FF9E16;
   text-decoration: none;
   */
}

.pagination-info
{
   background-color: transparent;
   border-bottom: none;
   border-top: 1px solid #aaa;
   color: #000;
   display: inline-block;
   float: left;
   font-weight: normal;
   padding: 8px 16px;
   text-decoration: none;   
}

.pagination-off-left
{
   border-bottom: none;
   border-left: none;
   border-right: none;
   border-top: 1px solid #aaa;
   color: #ccc;
   display: inline-block;
   float: left;
   font-size: 18px;
   font-weight: bold;
   padding: 8px 16px;
   text-decoration: none;
   /*
   border-radius: 5px 0px 0px 5px; 
   -moz-border-radius: 5px 0px 0px 5px; 
   -webkit-border-radius: 5px 0px 0px 5px;
   */
}

.pagination-off-right
{
   border-bottom: none;
   border-left: none;
   border-right: none;
   border-top: 1px solid #aaa;
   color: #ccc;
   display: inline-block;
   float: left;
   font-size: 18px;
   font-weight: bold;
   padding: 8px 16px;
   text-decoration: none;
   /* 
   border-radius: 0px 5px 5px 0px; 
   -moz-border-radius: 0px 5px 5px 0px;  
   -webkit-border-radius: 0px 5px 5px 0px;
   */
}



/**
 * BLOG: COMMON
 **/
 

 
/**
 * BLOG: LISTING PAGE
 **/
article.list 
{
   margin: 0;
   padding-bottom: 60px;
   padding-left: 0px; /* 20px; */
   padding-right: 20px;
   padding-top: 0px;  /* 40px; */
}

article.list:nth-child(odd)
{
  /* background-color: #f0f0f0; */
}

article.list > header > h2
{
   /* 
   color: #000;
   font-size: 24px;
   font-weight: bold;
   */
   margin-bottom: 8px;
   text-transform: capitalize;
}

article.list > header > time
{
    color: #999;
    font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
}

article.list > header > time > i
{

   margin: 0 8px 0 0;    /* top right bottom left */
   padding: 0;
}
 
article.list > header > div.article-list-author
{
    color: #999;
    font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
}

article.list > header > div.article-list-author > i
{
   margin: 0 8px 0 0;    /* top right bottom left */
   padding: 0;
}

article.list > p
{
    margin-top: 24px;
}


/**
 * BLOG: DETAIL PAGE
 **/
article.detail 
{
   background-color: #fff;
   margin: 0;
   padding-bottom: 30px;
   padding-left: 20px;
   padding-right: 20px;
   padding-top: 30px;
}

article.detail > header > h2
{
   /*
   color: #000;
   font-size: 24px;
   font-weight: bold;
   */
   margin-bottom: 8px;
   text-transform: capitalize;
}

article.detail > header > time
{
   color: #999;
   font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
   font-size: 16px;
   font-weight: 400;
   line-height: 1.625;
}

article.detail > header > time > i
{
   margin: 0 8px 0 0;    /* top right bottom left */
   padding: 0;
}
 
div.article-detail-author
{
   color: #999;
   font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
   font-size: 16px;
   font-weight: 400;
   line-height: 1.625;
}

article.detail > header > div.article-detail-author > i
{
   margin: 0 8px 0 0;    /* top right bottom left */
   padding: 0;
}

article.detail > p
{
    margin-top: 24px;
}

article.detail > footer
{
   /* background-color: #f0f0f0; */
   border-top: 1px solid #ddd;
   margin-top: 48px;
   padding-top: 18px;
}

div.article-detail-footer-tags
{
   display: block;
   margin-bottom: 12px;
   margin-top: 24px;
}

span.article-detail-tag
{
   background-color: #ddd;
   font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
   display: inline-block;
   color: #000;
   font-size: 12px;
   font-weight: normal;
   margin: 10px 2px 2px 0px;
   padding: 3px 8px 3px 8px;
   
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

article.detail > footer > h5
{
   font-weight: bold;
}


.article-detail-read-more
{
   margin-top: 24px;
   text-align: right;
}

li.blog
{
	margin-bottom: 14px;
	margin-left: 25px;
	padding-left: 10px;
}

/*
p.current-filter
{
	margin-left: 20px;
	text-transform: capitalize;
}

p.current-filter strong
{
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 14px;
    text-transform: uppercase;
}
*/


/**
 * BLOG: CATEGORY, ARCHIVE AND TAG HREF LIST
 **/
h4.blog-item-list-title
{
   color: #000;
   font-size: 20px;
   font-weight: bold;
   margin-bottom: 14px;
   text-transform: uppercase;
}

ul.blog-item-list
{
    list-style: square;
    margin: 0;
    padding: 0;
}

ul.blog-item-list li
{
   /* margin-bottom: 12px; */
   line-height: 1.33;
   list-style-type: none;
}

a.blog-item-list-href
{
	font-size: 15px !important;
}

a.blog-item-list-href:hover
{
   text-decoration: none !important;
}


/**
 * BUTTONS
 **/
a.button-custom
{
    /* float: left !important; */
    font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: transparent;
    color: #cd505c;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400 !important;
    letter-spacing: 1.2px;
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    text-transform: capitalize;
    touch-action: manipulation;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

a.button-custom:hover
{
    color: #000;
    text-decoration: none !important;
}


/**
 * MEDIA MIN-WIDTH: 1219PX
 **/
@media (min-width: 1219px) 
{
    
    
}


/**
 * MEDIA MAX-WIDTH: 1220PX
 **/
@media (max-width: 1220px) 
{
    
    
}


/**
 * MEDIA MIN-WIDTH: 1050PX
 **/
@media (min-width: 1050px) 
{
    

}


@media (max-width: 1050px) 
{

    
}


/**
 * MEDIA MAX-WIDTH: 992PX
 **/

@media (max-width: 992px) 
{
    

}


/**
 * MEDIA MAX-WIDTH: 768PX
 **/
@media (max-width: 768px)
{


}


/**
 * MEDIA MAX-WIDTH: 550PX
 **/

@media (max-width: 550px)
{

  
}


