/* Table of Contents
==================================================
01. RETINA STYLES
02. BASE STYLES (1140px)
03. #DESKTOP (960px)
04. #Tablet (Portrait)
05. #Mobile (Portrait)
*/



/*
=============================================== 01. RETINA STYLES ===============================================
*/
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	body nav select {background: url(../images/menuu_2x.png) center right no-repeat;; background-size:contain;}
	.flex-direction-nav a {background-image: url(../images/slider/arrows@2x.png); background-size:80px 60px;}
}

/* IE7-IE8 Fixes*/
.lt-ie9	body nav select {background: url(../images/select-arrow.png) center right no-repeat;}
.lt-ie9 .flex-direction-nav a {background-image: url(../images/slider/arrows.png); background-size:68px 69px;}


/*
=============================================== 02. BASE STYLES (1140px) ===============================================
*/
/* Note: Design for a width of 1040px */
html {-webkit-text-size-adjust: none;}	/* Removes webkit font resizing */ 
body {max-width:100%; width:100%;}
img {max-width:100%; height: auto; }
.width-container, .flex-caption .slider-container {-moz-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; }


/*
=============================================== 03. #DESKTOP (960px) ===============================================
*/
/* Note: Design for a width of 960px */
@media only screen and (min-width: 959px) and (max-width: 1190px) {
	
.width-container {width:95%;} /* Default Width */

.sf-menu a { padding-right:20px; padding-left:20px; }

.container-menu-home-content {
	padding:30px 0px;
}

body  #sidebar .flickr-widget ul li img {  width:42px; height:42px; }
body .flickr-widget ul li img { width:68px; height:68px;}

h1 {font-size: 30px;
    padding: 0 0 15px 0; }
h2 {font-size:24px; }
h2.menu-title-home { font-size:24px; }
h3 {font-size:22px; }
h4 {font-size:16px; }
h5 {font-size:15px; }
h6 {font-size:14px; }
.time-menu-pro i {font-size:19px; }
.time-menu-pro { font-size:16px; }
.time-single-pro {font-size:16px; }
.time-single-pro i {font-size:19px; }

ul#taxonomy_pro_recipe li a {
	font-size:15px;
	padding:14px 22px;
}

}


/*
=============================================== 04. #Tablet (Portrait) ===============================================
*/
/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 959px) {


/* Default Width */
.width-container { width:94%; }


.sf-menu a {padding:10px 13px; font-size:14px;}

body  #sidebar .flickr-widget ul li img {  width:36px; height:36px; margin:0px 6px 6px 0px; }
body .flickr-widget ul li img { width:45px; height:45px; margin:0px 13px 13px 0px;}

.commentlist {width:68%;}

.container-menu-home-content {
	padding:12px 0px 25px 0px;
}

h1 {font-size:26px; }
h2 {font-size:24px; }
h2.menu-title-home { font-size:24px; }
h3 {font-size:21px; }
h4 {font-size:15px; }
h5 {font-size:13px; }
h6 {font-size:12px; }
.time-menu-pro i {font-size:16px; }
.time-menu-pro { font-size:14px; }

.time-single-pro {font-size:14px; }
.time-single-pro i {font-size:16px; }

ul#taxonomy_pro_recipe li a {
	font-size:13px;
	padding:11px 16px;
}
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0px; 
    list-style: none;
    padding: px 0 0;
}
.vc_custom_1439639711111 {
    margin-bottom: 18px !important;
}


}


/*
=============================================== 05. #Mobile (Portrait) ===============================================
*/
/* Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {
	
body, footer {font-size:15px;}

/* Default Width */
.width-container { width:92%; }

body.home ul#header-login-pro {
	top:55px;
}
#search-form-recipes form input {
	width:57%;
}

/* Default Grid */
.footer-2-column .widget, .footer-3-column .widget, .footer-4-column .widget,
#content-container, footer .footer-2-column .widget, footer .footer-3-column .widget, footer .footer-4-column .widget,
.grid2column-progression, .grid3column-progression, .grid3columnbig-progression, .grid4column-progression, .grid4columnbig-progression,
#content-container {
	width:100%; 
        margin-bottom: 0px;
	float:none;
}

#sidebar {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
    /* padding-right: 0px; */
    /* border-left: none; */
}

div#tag_cloud-2 {
    display: none;
}

div#text-2 {
    display: none;
}

div#text-11 {
    display: none;
}

div#text-10 {
    display: none;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.insta {
    display: none;
}

div#tags-pro {
    display: none;
}

div#wdg_specialrecentpostsfree-2 {
    display: none;
}

#widget-area .widget {
	padding: 70px 10px 20px 10px;
}
.container-blog {
    padding-bottom: 30px;
    margin-bottom: 45px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin-right: 0px !important;
    margin-left: 0px !important;
}
header nav #social {
    
    /* height: 31px; */
    /* position: absolute; */
    /* top: 13px; */
    float: left;
    /* right: 125px; */
    /* display: none; */
    padding-top: 24px;
    /* padding-right: 10px; */
  width: 86px;

}

body.admin-bar.home header {
    margin-top: 8px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 15px;
}

#copyrigh-text {float:none; text-align:center; padding-bottom:0px;}
footer .social-ico {text-align:center;}

/* Select Menu */
h1#logo {float:none !important; padding:0px; margin:0 auto; text-align:center;}
.menu-main-navigation-container {
	padding:7px 0px 15px 0px;
}
nav {float: none;
    margin: 0px auto 0px auto;
    background: none;
    padding-left: 20px;
padding-right: 20px;}
nav ul { display: none;  }  
nav select option { background:#fff; color:#888;}
nav select {
        cursor: pointer;
    text-transform: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* width: 286px; */
    /* min-width: 110%; */
    max-width: 100%;
    -webkit-appearance: none;
    -moz-appearance: normal;
    appearance: normal;
    /* -webkit-border-radius: 2px; */
    -moz-border-radius: 2px;
    /* border-radius: 2px; */
    /* -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); */
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    /* box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); */
    /* -webkit-padding-end: 20px; */
    /* -webkit-padding-start: 2px; */
    /* -webkit-user-select: none; */
    -moz-user-select: none;
    background-color: #fafafa;
    background: #FAFAFA url(../images/select-arrow.png) center right no-repeat;
    font-size: 13px;
    border: 1px solid rgba(170, 170, 170, 0);
    color: rgba(255, 255, 255, 0);
    padding: 7px 0px 5px 0px;
    /* margin-right: 33px; */
}


.googlemap {
	max-height:250px !important;
}

.wpcf7 input, #respond input {width:185px;}
.wpcf7 textarea, #respond textarea {width:215px; }


/* Comment Adjustments */
.commentlist {width:95%; left:-10px;}
.commentlist .children li.comment .comment-meta {margin-left:0px;}
.commentlist .avatar, .commentlist > li:before {display:none;}


#share-single-pro {
	text-align:center;
	float:none;
}

body #main .container-menu-home-content {
	float:none;
	width:100%;
	padding-left:0px;
}
.container-content-home-padding {
	padding-left:0px;
}

body #main .featured-menu-image {
	float:none;
	width:100%;
}

h1 {font-size:30px; }
h2 {font-size:22px;margin: 0 0 44px 0; }
h2.menu-title-home { font-size:22px; }
h3 {font-size:21px; }
h4 {font-size:18px;
    line-height: 1.3; }
h5 {font-size: 19px;
    line-height: 1.6; }
h6 {font-size:18px; }
.time-menu-pro i {font-size:16px; }
.time-menu-pro { font-size:13px; }

.time-single-pro {font-size:13px; }
.time-single-pro i {font-size:16px; }


ul#taxonomy_pro_recipe li a {
	font-size:13px;
	padding:10px 15px;
}



ul.container-menu-pro{
    text-align: center;
    padding-left: 2%;
}
.grid4column-progression{
    text-align: left;
    display: inline;
}

#sidebar.filters ul li {
    padding-left: 22px;
    background: none;
    
}

.page-template-recipe_filters #sidebar {
    float: left;
       padding-bottom: 16px;
    border-left: none;
    margin-bottom: 40px;
}

#sidebar ul ul {
    padding-top: 10px;
    padding-bottom: 11px;
    line-height: 2.0;
}

.content-menu-index-content {
    float: none;
       padding: 14px 21px 30px 5px;
           border-bottom: 1px solid rgba(128, 128, 128, 0.36);
}

.grid4column-progression article{
    text-align: left;
        padding-top: 20px;
}
    #bread-crumb {
    line-height: 1;
    font-size: 12px;
    margin: 0px 0px 40px 0px;
    color: #bbbbbb;
    font-weight: normal;
    line-height: 1.6;
    }


#search-form-recipes form {
        background: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.1);
    /* -webkit-border-radius: 35px; */
    -moz-border-radius: 35px;
    /* border-radius: 35px; */
    -moz-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.1);
    /* -webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.1); */
    /* box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.1); */

}
.vc_pageable-slide-wrapper {
    width: 102%;
}
header nav #nav-container {
    margin: auto;
    text-align: left;
    display: inline-block;
    margin-top: 18px;
   left: 5px;
    float: right;
}

.search-form .search-field, #searchform #s {
    -webkit-transition-duration: 400ms;
    -webkit-transition-property: width, background;
    -webkit-transition-timing-function: ease;
    -moz-transition-duration: 400ms;
    -moz-transition-property: width, background;
    -moz-transition-timing-function: ease;
    -o-transition-duration: 400ms;
    -o-transition-property: width, background;
    -o-transition-timing-function: ease;
    /* background-color: #f1f1f2; */
    border: 1px solid #ccc;
    padding-bottom: 17px;
    padding-top: 17px;
    padding-left: 14px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 94%;
    /*background-image: url(images/search-magnify.png); */
    background-position: top right;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 300;
    /* color: black; */
    /* padding-left: 30px; */
}
