/*
Theme Name: Porto - Null24.Net
Theme URI: http://www.newsmartwave.net/wordpress/porto
Author: SW-THEMES
Author URI: http://www.newsmartwave.net/
Description: Porto Responsive Wordpress + eCommerce Theme.
Version: 3.2
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: porto

*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.bypostauthor {}
.list-icon li .icon_list_icon {
    width: 1em;
    height: 1em;
}

.icon_list_connector{border-right-width: 0px !important;}

.list-icon li.icon_list_item{margin: 0 0 0px!important;}

.search-form {
    display: flex;
    margin-top: 50px;
    align-items: center;
    width: 526px;
    margin: 0 auto;
}

.search-input {
  width: 300px;
  height: 30px;
  padding: 5px;
}

.search-button {
  height: 30px;
  margin-left: 10px;
}

.search-input:focus {
  border-color: #0080ff;
}

@media (max-width: 600px) {
  .search-input {
    width: 200px;
  }
}