/* Enter Your Custom CSS Here */

/**********DAILY DISH GLITCH FIX**********/
.widget-wrap {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.home-middle, .home-top, .home-top-left, .home-top-right {
    float: left;
}

/**********NAV SOCIAL**********/

.nav-social a {
    padding-right: 0px;
}

/**********SITEWIDE**********/

.nav-secondary {
    background-color: #4e0960;
}

.nav-primary {
    border-bottom: none;
    border-top: none;
    background-color: #d2b3ff;
}

.site-header {
    padding: 40px 0 !important;
}

.header-image .site-title > a {
    height: 198px;
    max-width: 715px;
}

.widget-title, h4.pinterest-title {
    background-color: white;
    color: #000;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    text-align: center;
}

.home-top .entry-title, .home-top-left .entry-title, .home-top-right .entry-title, .home-top .entry-title a, .home-top-left .entry-title a, .home-top-right .entry-title a {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.home-top-left {
    clear: both;
    margin-left: 0;
    width: 23.076923076923077%;
    float: left;  
}

.home-top {
    width: 48.717948717948715%;
    float: left;
    margin-left: 2.564102564102564%;  
}

.home-top-right {
    width: 23.076923076923077%;
    float: left;  
    margin-left: 2.564102564102564%;
}

.home-top, .home-top-left, .home-top-right {
	margin-bottom: 0px;
}

input {
    background-color: #fafafa;
}

@media only screen and (max-width: 768px) {
  .home-middle, .home-top, .home-top-left, .home-top-right {
      width: 100%;
      margin-left: 0;
  }
  
  .header-image .site-title > a {
    height: 170px;
  }
}

/* iPhone */
@media only screen and ( max-width: 767px ) {
   .header-image .site-title > a {
    height: 138px;
}
}

/* Low end Windows phone */
@media only screen and ( max-width: 480px ) {
    .header-image .site-title > a {
    height: 120px;
}
    .site-header {
    padding: 30px 0 !important;
}
}

/* Smallest phones */
@media only screen and ( max-width: 320px ) {
    .header-image .site-title > a {
    height: 100px;
}
}

/**********FOOTER**********/
ul.children {
    display: none;
}

#categories-2 ul {
    background-color: #4e0960;
    padding: 20px 20px 1px;
}

/**********PINTEREST**********/

h4.pinterest-title {
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 30px;
    text-transform: uppercase;
    padding-top: 0 !important;
    padding: 12px 15px !important;
}

h4.pinterest-title a {
 color: black !important; 
}

ul.easy-pinterest ol {
    width: 15.6% !important;
    height: auto !important;
    max-height: 168.333px;
    margin: 0 !important;
    margin-right: 1% !important;
}

/**********3 COLUMN HOME**********/
.home-middle .featured-content .entry:nth-of-type(2n+1) {
    clear: none;
    margin-right: 2%;
}

.home-middle .featuredpost .entry {
    width: 32%;
    margin-right: 2%;
}

@media only screen and (max-width: 768px) {
  .home-middle .featuredpost .entry {
    width: 100%;
    margin-right: 0;
}
}

.home-middle .entry-title, .home-middle .entry-title a {
    font-size: 22px;
    color: #4e0960;
    text-align: center;
    margin-top: -15px;
    line-height: 25px;
    font-weight: bold;
}

.home-middle .featured-content .entry:last-of-type {
 margin-right: 0; 
}

/**********FONTS**********/
.site-footer a:hover, .breadcrumb a:hover, .entry-title a:hover, .nav-primary .genesis-nav-menu .sub-menu a:hover, .nav-secondary .genesis-nav-menu a:hover, .nav-secondary .genesis-nav-menu .sub-menu a:hover, .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .nav-secondary .genesis-nav-menu .current-menu-item > a, .nav-secondary a:hover, .genesis-nav-menu .current-menu-item > a {
	color: #bbbbbb !important;
}

.footer-widgets a:hover {
	color: #666 !important;
}

.genesis-nav-menu a:hover {
	color: #4e0960 !important;
}

a {
	color: #d2b3ff;
}

button,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover, .enews-widget input[type="submit"]:hover, .archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #4e0960 !important;
	color: #fff;
}

.simple-social-icons ul li a, .simple-social-icons ul li a:hover {
padding: 14px !important;
}

.simple-social-icons ul li {
  margin: 0 !important;
}

label.screen-reader-text {
    display: none;
}