/*
 * Mobile styles & Breakpoints
 * By Fishflicks - 2017
 * www.fishflicks.tv
 *
 * @see https://www.emailonacid.com/blog/article/email-development/emailology_media_queries_demystified_min-width_and_max-width
 * (min-width: 1800px) == Greater than or equal to 1800px
 * (max-width: 750px) == Less than or equal to 750px
 *
 */


/*
 * Globals
 */
	.is-mobile .work-block .overlay {

	}


/*
 * Breakpoints
 */

    /* Small only */
    @media screen and (max-width: 39.9375em) {
      .signup-bg{
        padding: 10rem 0;
      }
      .signup-bg h1{
        padding-left: 0;
        text-align: center;
      }
      .signup-bg h4{
        padding: 0;
        text-align:center;
      }
      .signup-mth{
        margin-bottom: 1rem;
      }

      .featured-image-block{
        margin-left: 0;
      }

			.signup-sale {
			width: 80% !important;
			margin: 0 auto;
				padding-top: 1rem;
				color: #fff;
			}

			.wp-image-63220{
				width: 90%;
				margin: 0 auto;
			}

			.signup-yr .woocommerce-Price-amount{
				padding-bottom: 0px !important;
				padding-top: 3rem;
			}


			.hero-section .hero-section-text{
				padding: 5px 20px !important;

			}


			.button.expanded-half{
				margin-left: 5px !important;
				margin-top: 20px !important;
			}

			.featured-image-block-signup{
				margin-left: 1rem !important;
			}

    }

    /* Medium and up */
    @media screen and (min-width: 40em) {
      .no-js .top-bar {
        display: block;
      }

      .no-js .title-bar {
        display: none;
      }





    }

    /* Medium only */
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .featured-image-block{
        margin-left: 0;
      }
			.featured-image-block-signup{
				margin-left: 1rem !important;
			}

    }

    /* Large and up */
    @media screen and (min-width: 64em) {}

    /* Large only */
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {}
