/*
Theme Name: Passion Cooks
Author: Betty Bondoc
Description: Custom theme for Passion Cooks
Version: 1.0
Tags: materiallize
*/

*,
*::before,
*::after  {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/*
 *
 * COLORS
 *
 */

/*
	Coral: #ff7f50 / 255, 127, 80
	Gray: #5c5858 / 92, 88, 88;
*/

/*
 *
 * FONTS
 *
 */

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto+Slab');

/*
 *
 * GLOBAL
 *
 */

 .wrapper {
 	width: 70%;
 	margin: 0 auto;
 }

 html,
 body {
 	letter-spacing: 1px;
 }

 .main-container {
 	min-height: 80vh;
 	overflow: hidden;
 	display: block;
 	position: relative;
 	padding-bottom: 300px;
 }


p {
	
}

p,
body {
	font-family: 'Roboto Slab', serif;
	font-size: .95em;
	letter-spacing: 1px;
	color: #5c5858;
	padding: 0;
	margin: 0;
}

a {
	color: #ff7f50;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 2em;
	letter-spacing: 1px;
	color: #ff7f50;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

/*
 *
 * NAV
 *
 */

nav {
	height: auto;
	background-color: transparent;
	box-shadow: none;
	padding-top: 9px;
}

nav .row {
	margin-bottom: 9px;
}

nav ul a {
	color: #5c5858;
	font-family: 'Roboto Slab', serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 30px;
	padding-left: 0;
	padding-right: 0;
	line-height: 35px;
}

nav ul a:hover {
	border-bottom: 2px solid #ff7f50;
	background-color: transparent;
	color: #ff7f50;
	margin-bottom: -2px;
}

.left-menu ul {
	float: right;
}

.right-menu ul {
	float: left;
}

.left-menu,
.right-menu {
	margin: 30px 0;
}

.center-menu {
}

.brand-logo img {
	height: 85px;
	display: inline-block;
	-webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

.brand-logo img:hover {
	filter: brightness(1.3);
}

/*
 *
 * SIDENAV
 *
 */

.sidebar-wrapper {
	display: none;
	position: fixed;
	z-index: 1000;
	height: 100vh;
	width: 100vw;
}

.show-sidebar i {
	color: #ff7f50;
	padding: 0 20px;
}

.sidebar {
	background-color: white;
	height: 100vh;
	padding: 20px;
	z-index: 1001;
}

.sidebar img {
	height: 100px;
	margin: 40px 0 20px 8px;
}

.sidebar li > a {
	color: #ff7f50;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.1em;
	letter-spacing: 1px;
}

.sidebar hr {
	margin: 15px 0;
	border: 1px solid rgba(255,255,255,.5);
}

.sidebar-wrapper .row {
	padding: 0;
	margin: 0;
}

.sidebar-overlay {
	background-color: rgba(0,0,0,0.5);
	height: 100vh;
	z-index: 1001;
}

.sidenav-menu {
	padding: 0 20px;
}

.sidebar-wrapper li {
	padding: 5px 0;
}


/*
 *
 * FOOTER
 *
 */

footer {
	background-color: #ff7f50;
	bottom: 0;
	width: 100%;
}

.footer-logo {
	height: 150px;
	padding: 20px 0 0 35px;
}

.footer-copyright,
.footer-copyright a {
	color: white;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	padding: 20px 0 25px 0;
}

.footer-copyright a:hover {

}

.footer-right {
	text-align: right;
}

.footer-right p {
	font-family: 'Roboto Slab', serif;
	color: white;
	text-align: right;
	width: 80%;
	float: right;
}

.footer-right a {
	color: white;
}

.footer-right i {
	font-size: 2em;
	padding: 0 8px;
	vertical-align: middle;
}

.footer-right span {
	background-color: white;
	color: #ff7f50;
	font-family: 'Roboto Slab', serif;
	text-transform: uppercase;
	padding: 10px;
	margin-left: 10px;
}

.footer-buttons {
	padding: 40px 50px 25px 0;
}

.footer-text {
	padding: 0 50px 30px 0;
}


/*
 *
 * HOME
 *
 */

.home-story,
.instagram {
	margin: 0 auto;
}

.home-story {
	width: 65%;
	text-align: center;
	padding: 50px 0 60px 0;
}

.home-story h2 {
	padding-bottom: 20px;
}

.instagram {
	width: 66%;
	padding-bottom: 60px;
}

.owl-dots {
	display: none;
}

/*
 *
 * SERVICES
 *
 */

.categories {
	background-color: #ff7f50;
	text-align: center;
}

.categories li a {
	color: white;
}

.categories li {
	list-style-type: none;
	display: inline-block;
	padding: 25px 50px;
	text-transform: uppercase;
	font-family: 'Roboto Slab', serif;
	letter-spacing: 3px;
	font-weight: bold;
	font-size: 1em;
}

.packages {
	padding-top: 40px;
	width: 65%;
}

.package {
	padding: 15px;
}

.package img {
	width: 100%;
    height: 400px;
    margin-bottom: 20px;
    object-fit: cover;
    object-position: top;
}

.package h2 {
	margin-bottom: 8px;
}

.package p {
	margin-bottom: 5px;
}

/*
 *
 * PARTNERS
 *
 */

.partner img {
	width: 80%;
	padding-bottom: 12px;
}

.partner .row {
	margin-bottom: 0;
}

.partner {
	padding: 10px;
}

.partner p {
	font-size: 1em;
}

.partner i {
	font-size: 1em;
	color: #ff7f50;
}

.partner p {
	padding: 3px 0;
}

.partner i {
	padding: 7px 0;
}

.partner .partner-name {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
}

/*
 *
 * JOURNAL
 *
 */

.journal {
	width: 65%;
	margin: 0 auto;
	padding: 50px 20px 0 20px;
}

.journal img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: top;
	padding-bottom: 15px;
}

.journal h2,
.journal-body h2 {
	padding-bottom: 8px;
}

.journal small,
.journal-body small {
	font-family: 'Montserrat', sans-serif;
	font-size: .9em;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-bottom: 20px;
	display: block;
	font-weight: 400;
}

.journal-entry-wrapper {
	padding-bottom: 50px;
}

.journal-entry > img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	object-position: top;
}

.journal-body {
	width: 65%;
	margin: 0 auto;
	padding: 50px 0;
}

.journal-body img {
	width: 100%;
	height: auto;
}

.comments {
	width: 65%;
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	font-weight: 400 !important;
}

.comments h3 {
	display: none;
}

.comment-author span {
	display: none;
}

.comment-author img {
	border-radius: 50%;
}

.comment-author cite {
	padding: 20px 10px;
}

.commentlist {
	list-style-type: none;
}

/*
 *
 * CONTACT
 *
 */

.contact {
	width: 65%;
}

.contact h2 {
	text-align: center;
	padding-bottom: 25px;
}

.contact-info img {
	width: 100%;
}

.contact-info a {
	color: #5c5858;
}

.contact-info i {
	color: #ff7f50;
	font-size: 1.4em;
	padding-top: 4px;
}

.contact-info {
	font-size: 1em;
}

.contact-info {
	padding: 30px 0;
}

.form {
	padding-bottom: 30px;
}

.contact-details {
	padding: 10px 30px;
}

input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
	border-bottom: 1px solid #ff7f50;
	box-shadow: 0 1px 0 0 #ff7f50;
}

div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
	background-color: #ff7f50 !important;
	border: none !important;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: white !important;
	padding: 15px 20px !important;
}

.wpforms-confirmation-container-full {
	background: #ffe9e0 !important;
	border: none !important;
}

/*
 *
 * Media Query S - Mobile
 *
 */

@media only screen and (max-width: 600px) {

	.wrapper {
		width: 95%;
	}

	h2 {
		font-size: 1.7em;
	}

	/*
	 *
	 * NAV
	 *
	 */

	nav .center-menu a {
		text-align: left;
	}

	.mobile-brand-logo img {
		height: 70px;
		padding-left: 20px;
	}

	/*
	 *
	 * FOOTER
	 *
	 */

	.footer-logo {
		height: auto;
		width: 100%;
		padding: 10px 50px;
	}

	.footer-buttons {
		padding: 0;
		text-align: center;
	}

	.footer-buttons span {
		display: block;
		margin: 10px 50px;
	}

	.footer-buttons i {
		margin: 20px 0;
	}

	.footer-text {
		padding: 20px 50px;
	}

	.footer-right p {
		text-align: left;
		width: 100%;
		float: left;
	}

	.footer-copyright {
		padding: 20px 42px 40px 42px;
	}

	/*
	 *
	 * HOME
	 *
	 */

	.home-story {
		text-align: left;
		padding: 15px 0;
		width: 77%;
	}

	.instagram {
		width: 82%;
		padding: 20px 0;
	}

	/*
	 *
	 * SERVICES
	 *
	 */

	.categories li {
		padding: 20px;
		display: block;
		border-bottom: 1px solid white;
	}

	.package p {
		margin-bottom: 8px;
	}

	.packages {
		padding-top: 25px;
	}

	/*
	 *
	 * PARTNERS
	 *
	 */

	 .partner {
	 	padding: 5px 15px 65px 15px;
	 }

	 .partner img {
	 	padding-bottom: 9px;
	 }

	/*
	 *
	 * JOURNAL
	 *
	 */

	.journal img,
	.journal-entry > img {
		height: 200px;
	}

	.journal-body {
		width: 85%;
		padding: 20px 0;
	}


	/*
	 *
	 * CONTACT
	 *
	 */

	.contact {
		width: 90%;
	}

	.contact-details {
		padding: 30px 0 0 0;
	}

	 .contact-info {
	 	font-size: 1em;
	 }

	 .contact .form {
	 	padding: 0 8px;
	 }

}

/*
 *
 * Media Query M - Tablet
 *
 */

@media only screen and (min-width: 600px) and (max-width: 991px) {

	.wrapper,
	.contact,
	.journal {
		width: 80%;
	}
	
	/*
	 *
	 * NAV
	 *
	 */

	.mobile-brand-logo img {
		display: none;
	}

	.show-sidebar {
		display: none;
	}

	nav ul a {
		margin: 0 18px;
	}

	/*
	 *
	 * FOOTER
	 *
	 */

	.footer-logo {
		height: 120px;
	}

	.footer-right p {
		width: 100%;
		font-size: .8em;
	}

	/*
	 *
	 * HOME
	 *
	 */

	 .home-story {
	 	padding-top: 40px;
	 }

	/*
	 *
	 * PARTNERS
	 *
	 */

	.partner img {
		width: 60%;
		padding-bottom: 20px;
	}

	/*
	 *
	 * JOURNAL
	 *
	 */

	 .partner {
	 	padding: 5px 15px 95px 15px;
	 }

	.journal img,
	.journal-entry > img {
		height: 300px;
	}

	.journal-body {
		width: 85%;
		padding: 20px 0;
	}

	/*
	 *
	 * CONTACT
	 *
	 */

	 .contact-details {
	 	padding-top: 30px;
	 }

	
}

/*
 *
 * Media Query L - Desktop
 *
 */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/*
	 *
	 * NAV
	 *
	 */

	.show-sidebar {
		display: none;
	}

	.mobile-brand-logo img {
		display: none;
	}

	/*
	 *
	 * PARTNERS
	 *
	 */

	 .partner {
	 	padding: 30px 10px;
	 }


	 .partner img {
	 	width: 80%;
	    height: 100px;
	    object-fit: contain;
	 }
}

/*
 *
 * Media Query XL - Large Desktop
 *
 */

@media only screen and (min-width: 1200px) and (max-width: 1799px) {
	/*
	 *
	 * NAV
	 *
	 */

	.show-sidebar {
		display: none;
	}

	.mobile-brand-logo img {
		display: none;
	}

	/*
	 *
	 * PARTNERS
	 *
	 */

	 .partner {
	 	padding: 30px 10px;
	 }

	 .partner img {
	 	width: 80%;
	    height: 100px;
	    object-fit: contain;
	 }

	/*
	 *
	 * CONTACT
	 *
	 */

	div.wpforms-container-full .wpforms-form .wpforms-field {
		width: 50%;
		display: inline-block;
		padding: 10px 20px !important;
	}

	div.wpforms-container-full .wpforms-form .wpforms-submit-container {
		padding: 10px 20px !important;
		text-align: right;
	}

}

/*
 *
 * Media Query XXL - Extra Large Desktop
 *
 */

@media only screen and (min-width: 1800px){
	/*
	 *
	 * NAV
	 *
	 */

	.show-sidebar {
		display: none;
	}

	.mobile-brand-logo img {
		display: none;
	}

	/*
	 *
	 * CONTACT
	 *
	 */

	div.wpforms-container-full .wpforms-form .wpforms-field {
		width: 50%;
		display: inline-block;
		padding: 10px 20px !important;
	}

	div.wpforms-container-full .wpforms-form .wpforms-submit-container {
		padding: 10px 20px !important;
		text-align: right;
	}

}

.clear:after {
	content: "";
	display: block;
	clear: both;
}

.journal h2 {
	font-size: 1.8em !important;
}