/*-----------------------------------------------------------------------------------*/
/*	1.	TABLET & MOBILE PHONES
/*-----------------------------------------------------------------------------------*/

@media only screen and (max-width:755px) {

.sidebar-column {
	margin-top:50px;
}

/* Logo */

#header .left {
	float:none;
	text-align:center;
}

#header-inner {
    	padding: 15px 0;
}

.logo-image {
	text-align:center;
	display: block;
	margin: 0 auto;
	width:80%;
	max-width: 250px;
	height: auto;
}

.logo-text {
	text-align:center;
	display:inline-block;
	float:none;
}

/* Navigation */

.navigation {
	display:none;
}

.mobile-menu {
	display:block;
	line-height: 1;
}

/* Socials */

#header .socials {
	margin-top:0px;
	float:none;
	display:block;
	text-align:center;
	padding-left:0px;
}

#header .socials a:first-child {
	padding-left:8px;
}

#header .socials a {
	padding-right:8px;
	font-size:16px;
}



/* Search toggle */

.search-toggle {
	display:none;
}

.collapse-inner .search-toggle {
	display:block;
}

/* Content */
#content-wrapper {
	margin: 20px auto;
}

.entry-content{
	padding:25px 20px;
}

.entry-title{
	line-height: 1.3;
}

p {
	font-size: 99%;
}

div.comments-ad {
	padding: 0px 20px 30px 20px;
}

#respond {
	padding: 0px 20px
}



/* Columns */

#sidebar-left .main-column, .main-column {
	width:100%;
	margin-left:0%;
	margin-right:0%;
	float:none;
}

#sidebar-left .sidebar-column, .sidebar-column {
	width:100%;
	float:none;
}


/* Footer */

.footer-text {
	font-size: 16px;
	line-height: 30px;
}

.footer-header {
	font-size: 20px;
	line-height: 24px;
}

#footer-bottom-inside .right {
	float:none;
	text-align:center;
	display:block;
	margin-top:15px;
}

#footer .socials {
	margin-bottom:5px;
	float:none;
	text-align:center;
}

#footer .socials a {
	font-size:16px;
}

#footer-bottom-inside span {
	display:block;
}

#footer-bottom-inside span:before {
	content:"";
}

.post-footer .left {
	width:100%;
}

.post-footer .right {
	float:left;
	margin-top:10px;
}

.post-footer {
	padding: 25px 25px;
}

.post-footer .socials-footer li {
	padding-left:0px;
	padding-right:8px;
}

#footer .left {
	float:none;
	text-align:center;
}

}
 
/*-----------------------------------------------------------------------------------*/
/*	2.	MOBILE PHONE LANDSCAPE
/*-----------------------------------------------------------------------------------*/

@media only screen and (min-width: 480px) and (max-width: 767px) {

.sidebar-column {
	margin-top:50px;
}

/* Logo */

#header .left {
	float:none;
	text-align:center;
}

.logo-image {
	text-align:center;
	display: block;
	margin: 0 auto;
	width:100%;
	max-width: 250px;
	height: auto;
}

.logo-text {
	text-align:center;
	display:inline-block;
	float:none;
}

/* Navigation */

.navigation {
	display:none;
}

.mobile-menu {
	display:block;
}

/* Socials */

#header .socials {
	margin-top:20px;
	float:none;
	display:block;
	text-align:center;
	padding-left:0px;
}

#header .socials a:first-child {
	padding-left:8px;
}

#header .socials a {
	padding-right:8px;
	font-size:16px;
}

/* Search toggle */

.search-toggle {
	display:none;
}

.collapse-inner .search-toggle {
	display:block;
}

/* Columns */

#sidebar-left .main-column, .main-column {
	width:100%;
	margin-left:0%;
	margin-right:0%;
	float:none;
}

#sidebar-left .sidebar-column, .sidebar-column {
	width:100%;
	float:none;
}



/* Footer */

.footer-text {
	font-size: 16px;
	line-height: 30px;
}

.footer-header {
	font-size: 20px;
	line-height: 24px;
}

#footer-bottom-inside .right {
	float:none;
	text-align:center;
	display:block;
	margin-top:15px;
}

#footer .socials {
	margin-bottom:5px;
	float:none;
	text-align:center;
}

#footer .socials a {
	font-size:16px;
}

#footer-bottom-inside span {
	display:block;
}

#footer-bottom-inside span:before {
	content:"";
}

.post-footer .left {
	width:100%;
}

.post-footer .right {
	float:left;
	margin-top:10px;
}

.post-footer .socials-footer li {
	padding-left:0px;
	padding-right:8px;
}

#footer .left {
	float:none;
	text-align:center;
}

}
 
/*-----------------------------------------------------------------------------------*/
/*	3.	TABLET PORTRAIT
/*-----------------------------------------------------------------------------------*/

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	
/* Columns */

#sidebar-left .main-column, .main-column {
	width:100%;
	margin-left:0%;
	margin-right:0%;
	float:none;
}

#sidebar-left .sidebar-column, .sidebar-column {
	margin-top:50px;
	width:100%;
	float:none;
}


}



/*-----------------------------------------------------------------------------------*/
/*	4.	TABLET LANDSCAPE
/*-----------------------------------------------------------------------------------*/

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {

    		
}


/*-----------------------------------------------------------------------------------*/
/*	5.	<985px wide screens
/*-----------------------------------------------------------------------------------*/

@media only screen and (max-width: 985px) {


/* Content */

.recipe-img {
	width: 100%;
	text-align: center;
}

.recipe-content{
	width: 100%;
}
    		
}