/*
Theme Name: Twenty Seventeen Child
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: Osaka Cuijine
Author URI: http://osakacuisine.com.au/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen-child
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Template:     twentyseventeen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*********************
* Common
**********************/
body {
  font-family: "Verdana"; }

a {
  box-shadow: none !important; }

/*********************
* Site Header
**********************/
/* Navigation */
#top-menu .menu-item {
  text-transform: uppercase; }
  #top-menu .menu-item a {
    color: #d04255; }
  #top-menu .menu-item.current-menu-item a {
    color: #ffbd44; }

/* SiteBrandingText */
.site-branding-text {
  padding: 35px;
  background-color: #ffbd44; }
  .site-branding-text .site-title {
    font-size: 1.25rem; }

/*********************
* Site Footer
**********************/
.site-content-contain > footer {
  color: #fff;
  background-color: #d04255; }
  .site-content-contain > footer .widget-area {
    /*widget-column-left*/
    /*widget-column-right*/ }
    .site-content-contain > footer .widget-area .widget {
      padding-bottom: 0; }
      .site-content-contain > footer .widget-area .widget h2.widget-title {
        color: #fff; }
    .site-content-contain > footer .widget-area .social-navigation ul li a {
      color: #767676;
      background-color: #fff; }
      .site-content-contain > footer .widget-area .social-navigation ul li a:hover {
        box-shadow: none; }
    .site-content-contain > footer .widget-area .wpcf7 textarea.contact-footer-text {
      height: 100px; }
    .site-content-contain > footer .widget-area .wpcf7 input[type="submit"].contact-send {
      background-color: #ffbd44;
      width: 100%; }
  .site-content-contain > footer .site-info {
    width: 100%;
    text-align: center; }
    .site-content-contain > footer .site-info a {
      color: #fff;
      text-decoration: none; }

/*********************
* Home
**********************/
.twentyseventeen-panel {
  background-color: #fff; }
  .twentyseventeen-panel:nth-of-type(2n) {
    background-color: #ffbd44; }

/*********************
* Gallery
**********************/
.sbi_photo_wrap {
  background-color: #d04255; }
  .sbi_photo_wrap .sbi_photo {
    position: relative;
    opacity: 1 !important;
    top: 0;
    left: 0;
    transition: 0.3s; }
    .sbi_photo_wrap .sbi_photo:hover {
      top: -5px;
      left: -5px; }

/*********************
* Contact Form
**********************/
input[type="submit"].contact-send {
  background-color: #d04255; }

@media screen and (min-width: 48em) {
  /*********************
  * Common
  **********************/
  .site-content {
    padding: 2.5em 0 0; }
    .site-content #primary {
      max-width: 100% !important; }
      .site-content #primary .entry-header {
        margin-bottom: 0; }

  /* Menu */
  .fdm-menu .fdm-section {
    display: flex;
    flex-wrap: wrap; }
    .fdm-menu .fdm-section .fdm-section-header {
      width: 100%; }
    .fdm-menu .fdm-section .fdm-item {
      width: 33.33333%;
      vertical-align: top;
      padding: 0 5px; }
      .fdm-menu .fdm-section .fdm-item .fdm-item-panel .fdm-item-image {
        float: none;
        width: 100%; }
      .fdm-menu .fdm-section .fdm-item .fdm-item-panel .fdm-item-price-wrapper {
        background-color: #d04255;
        color: #fff;
        width: auto;
        padding: 5px 15px;
        border-radius: 12px;
        text-align: center;
        top: 12px;
        right: 5px; }
      .fdm-menu .fdm-section .fdm-item .fdm-item-panel p {
        padding: 0 5%; } }

/*# sourceMappingURL=style.css.map */
