/**
 * Theme Name: Payphone Theme #2, 2017
 * Theme URI: http://www.payphone-project.com.com
 * Description: It's a theme
 * Version: 1.8.1
 * Author: Mark Thomas
 * Author URI: http://sorabji.com
 *
 * Template: mystery
 */

/* Place your custom style here. */

@import url("../mystery/style.css");
@import url("../mystery/divi-style.css");
@import url("../Divi/epanel/shortcodes/css/shortcodes.css");


body {
  background-color: #fff;
  color: #000;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5; }


.site-title {
  font-size: 32px;
  padding: 1px 0; }


/**
 * 2.2 Hyperlinks
 * -----------------------------------------------------------------------------
 */
a:link,
a:visited {
  outline: none;
  color : #ff0; 
  text-decoration: none;
  transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out; }

a:hover {
  text-decoration: underline; }

a:active {
  outline: none; }


.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 2px; }


.loop-blog .hentry {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .loop-blog .hentry .entry-title {
    font-size: 32px;
    margin-bottom: 20px; }
  .loop-blog .hentry .entry-thumbnail {
    width: 100%;
    margin-bottom: 15px; }
  .loop-blog .hentry .entry-summary {
    margin-top: 2px; 
    margin-bottom: 2px; }

.loop-list .hentry {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .loop-list .hentry .entry-title {
    margin-bottom: 20px; }
  .loop-list .hentry .entry-summary {
    margin-top: 2px; 
    margin-bottom: 2px; }



h1.sorabji { font-size : 16px; text-align : center; margin-top : 15px; margin-bottom : 15px; }
h4.ebayfeedtitle { font-size : 14px; }

h2.entry-title { margin-bottom; 1px; padding-bottom : 1px; }

/**
 * Sidebar
 */

.widget {
  margin-bottom: 30px; }
  .widget .widget-title {
    border-bottom: 5px solid #e9e9e9;
    color: #333333;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 1px;
    padding-bottom: 1px; }
  .widget p {
    margin-bottom: 15px; }
  .widget ul > li {
    border-bottom: 1px solid #e9e9e9;
    list-style: none;
    margin-bottom: 15px;
    padding-bottom: 15px; }


.header-search { display:none; }

