/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
a:hover img,
a:focus img {
	opacity: 1;
	-webkit-transition: opacity 0 ease-in-out;
	transition: opacity 0 ease-in-out;
}

a:hover,
a:focus {
	opacity: 1;
}

.entry-header {
	margin: 0 0 17px;
}

.more-link {
	margin: 37px auto 0;
}

.entry-header {
	text-align: center;
}

.entry-content {
	overflow: hidden;
}

.widgettitle {
	text-align: left;
}

.home .entry-title { font-size: 1.3em; font-weight:bold; }

.menu-footer-menu-container {
	margin: 0 auto;
	width: 1170px;
	text-align: center;
	max-width: 100%;
}

.menu-footer-menu-container li {
	display: inline-block;
	margin: 0 10px;
}

.menu-footer-menu-container li a {
	color: rgb(64,64,64);
	line-height: 1;
	position: relative;
	text-transform: uppercase;
}

.menu-footer-menu-container li a:hover {
	color: rgb(251,106,74);
}

.menu-footer-menu-container li a::before {
	background: #404040;
	content: "";
	display: block;
	height: 13px;
	position: absolute;
	right: -10px;
	top: 3px;
	width: 1px;
}

.menu-footer-menu-container li:last-child a::before {
	display: none;
}

.sidebar a img {
	width: 100%;
}

/* Display Logo at Cnetr*/
.header-image .site-title > a {
	max-width: 283px;
}

@media only screen and (max-width:1023px) {
	.instagram-pics li {
		margin: 0 !important;
		width: 33.3%;
	}
	
	.widget-grid-view-image {
		width: 33.3%;
	}
}

@media only screen and (max-width:479px) {
	.widget-grid-view-image {
		width: 50%;
	}
}

/*Imark theme update CSS*/
@media only screen and (min-width: 1200px){
.desktop-inline-modern-menu ul {
    display: flex !important;
   
    overflow: hidden;
    margin: 0 17px;
   
    justify-content: space-evenly;
   
}
	
.modern-menu-desktop-social .simple-social-icons li:nth-child(n+4){
    display: block !important;
}
	
.modern-menu-desktop-social {
    
    width: 300px;
  
}
.feastmobilenavbar a {
   font-size: 14px;
    text-transform: uppercase;
    font-family: "Lato","Helvetica Neue",sans-serif;
    font-weight: 400
}	
}


.search-form {
    background: #fff;
    border: 1px solid #eee;
    padding: 0 10px;
}
.search-form input {
   
    -webkit-background-size: 10%;
    background-size: 10%;
   
}
input, select, textarea {
    
    padding: 10px;
   
    font-size: 14px;
}

.widgettitle {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.one-third .entry-title {
    font-size: 13px;
}
.button, .button-secondary, a.more-link, button, input[type=button], input[type=reset], input[type=submit], .more-from-category a {
    background: #010101;
    border: 1px solid #010101;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-family: karla,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 7px 17px;
    text-transform: uppercase;
    width: auto;
}

.single .content a, aside a, .footer-widgets a, .site-footer a {
    text-decoration: none;
}

h1 {
    font-size: 21px;
}
h2 {
    font-size: 19px;
}
h3 {
    font-size: 17px;
}
h4 {
    font-size: 15px;
}


.home .featured-content .widgettitle, .recipe-index-featured-posts .widgettitle{
    font-size: 26px;
	
}

.home .entry-title {
    font-size: 22px;
    font-weight: 600;
	word-break: break-word;
}


.genesis-nav-menu a {
	
	padding: 17px 15px;
	font-weight: 400;
	font-size: 16px;
	
}