/*
Theme Name: InfoCOM Material (Russian version)
Theme URI: http://infocom.uz/
Description: The WordPress responsive theme based on Materialize Framework and designed exclusively for InfoCom magazine.
Version: 4.0
Author: Azim Hikmatov, Ivan Suchkov
Author URI: https://twitter.com/naksitralli
*/

.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

/* Header */
.siteheader {
    width: 100%;
}

.siteheader__banner {
    background-color: #a4bfc6;
    max-height: 85px;
    overflow: hidden;
    text-align: center;
}

.card-item {
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.card-item:last-child {
    border-bottom: none;
}

.post-title {
    font-size: 1.4em;
    margin-top: 0;
}

.post-title__link {
    color: #ff9800;
    text-decoration: underline;
}

.meta {
    color: #aaaaaa;
    font-size: 0.9em;
}

.entry-content p {
    margin-bottom: 6px !important;
}

.entry-content ul li {
    list-style-type: disc !important;
    margin-left: 36px;
}

.alignleft {}

.alignright {}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.widget {
    margin: 20px 0;
}

.input-field input[type="search"] {
    padding-left: 0 !important;
    width: 100% !important;
}
