/*
Theme Name: Connections Blog
Author: ARPATech
Author URI: noc@arpatech.com
Description: My Custom Theme for Connections and this theme is compatible for all WP versions.
*/

ul {
    color: #333;
    font-family: 'Encode Sans', Arial, sans-serif;
    font-size: 17px;
    line-height: 30px;
margin-left: 15px;
list-style-type: circle;
}
#author-bio-box h3, #author-bio-box .bio-description {
    color: #333;
    font-family: 'Encode Sans', Arial, sans-serif;
    font-size: 17px;
    line-height: 30px;
    /* margin-top: 15px; */
}
ol {
    color: #333;
    font-family: 'Encode Sans', Arial, sans-serif;
    font-size: 17px;
    line-height: 30px;
margin-left: 0px;

}
.post-content > p {
   
    clear: both;
}
#link_section{ background: url("http://connections.arpatech.com/wp-content/uploads/2017/12/banner.jpg") no-repeat 0 0;}
#link_section a {color:#fff; padding: 30px 10px; display: block;}

/*ALI WORK*/

.menu-topics-menu-container li { border-bottom: 1px solid #c1c1c1; padding: 10px 6px; list-style: outside none none;}
.menu-topics-menu-container li:last-child {border: none;}
.post-below-image img, .post-below-title { margin-bottom: 15px;}
.my-custom-margin { padding-left: 0;}

.single-post .post-content ul{
  margin-left:38px;
 list-style-type: disc;
}
.single-post .post-content ul ul{
  margin-left:30px;
 list-style-type: circle;
}
.single-post .post-content ul ul ul{
  margin-left:30px;
	list-style-type: square;
}
.single-post .post-content ul ul ul ul{
  margin-left:30px;
	list-style-type: disc;
}
.single-post .post-content ul ul ul ul ul{
  margin-left:30px;
  list-style-type: circle;
}
.single-post .post-content ul ul ul ul ul ul{
  margin-left:30px;
  list-style-type: square;
}
.readnext ul {
    margin-left: 0px !important;
}
.post-img img {
  
    height: auto;
    width: 100%;
}
.post-content > p {
   word-break: break-word;
}
.ccb_photo_credits {
	margin-top: 10px;
	display: block;
	font-style: italic;
	color: gray;
	font-size: 16px;
	font-family: 'Encode Sans', sans-serif;
}
.list-authors .custom-menu-class ul#menu-author-menu > li.menu-item {
    background: #0AB2DD none repeat scroll 0 0;
    width: 175px;
    border-bottom: #FFF 1px solid;
}

.list-authors .custom-menu-class ul#menu-author-menu > li.menu-item a {
    color: #FFF;
    padding: 5px;
    display: block;
    text-transform: capitalize;
    outline: none;
}
.list-authors .custom-menu-class ul#menu-author-menu > li.menu-item:hover {
    background: #1C8EE4;
}