/*
Theme Name: Morton Media Child Theme
Theme URI: http://www.morton.media
Version: 1
Description: Child theme.
Author: Dave Morton
Author URI: http://www.morton.media
Template: Divi
*/
/* Browser Reset */

@import url("../Divi/style.css");


/* masonry css */

/* Masonry columns */
.mm-masonry { column-gap: 14px; }
.mm-masonry.columns-2 { columns: 2; }
.mm-masonry.columns-3 { columns: 3; }
.mm-masonry.columns-4 { columns: 4; }
.mm-masonry.columns-5 { columns: 5; }

@media (max-width: 1100px){ .mm-masonry.columns-4, .mm-masonry.columns-5 { columns: 3; } }
@media (max-width: 800px){ .mm-masonry { columns: 2 !important; } }
@media (max-width: 520px){ .mm-masonry { columns: 1 !important; } }

.mm-item{
  display: block;
  position: relative;
  break-inside: avoid;
  margin: 0 0 14px;
  text-decoration: none;
}

.mm-img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

/* Overlay title */
.mm-overlay{
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  padding: 6px 8px;
  background: rgba(255,255,255,0.8);
  border-radius: 8px;
}

.mm-title{
  display: block;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
  color: #111;
}
/* Shield PhotoSwipe UI from theme/global CSS */
.pswp, .pswp * { box-sizing: border-box; }
.pswp button { all: unset; cursor: pointer; }
.pswp svg { width: auto; height: auto; }

.mm-pswp-caption{
  max-width: 900px;
  margin: 0 auto;
  padding: 10px 14px;
  background: rgba(255,255,255,.85);
  border-radius: 10px;
}
.mm-pswp-title{ font-size: 14px; font-weight: 600; margin: 0 0 4px; }
.mm-pswp-desc{ font-size: 13px; margin: 0; }

/* contact forms */

.wpcf7-text {
    width: 100%;
    height: 35px;
    border-radius: 8px;
    font-size: 18px;
    line-height: 24px;
}
.wpcf7-textarea {
    height:auto;
    width: 100%;
    border-radius: 8px;
    font-size: 18px;
    line-height: 24px;
    }

.wpcf7-select {    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
        width: 100%;}

        .wpcf7-submit {
    height:auto;
    width: 100%;
    border-radius: 8px;
    font-size: 18px;
    line-height: 24px;
    background-color:#eee

        }

        .wpcf7-submit:hover, .wpcf7-submit:active {

            background-color:green;
            color  :white;
            
        }

h1,h2,h3,h4,h5,h6 {
  font-family: hypatia-sans-pro, sans-serif !important;
font-style: italic !important;
font-weight: 600 !important;
  letter-spacing: 2px;
}

p {
  font-family: futura-pt, sans-serif !important;
font-style: normal !important;
font-weight: 400 !important;
  letter-spacing:2px;
  
}
blockquote p {
    border: none;
    text-align: center !important;
    display: block;
    font-family: bitter;
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
}

blockquote {
    border: none;
    text-align: center;
  
}
  
a.et_pb_button:hover,
a.et_pb_button:active,
.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:active{
    color:#ffffff !important;
}
.woocommerce-message a.button:hover,
.woocommerce-message a.button:active{
    color: #ffffff !important;
}
.woocommerce a.button:hover,
.woocommerce a.button:active,
.woocommerce button.button:hover,
.woocommerce button.button:active {
    color: #ffffff !important;
}

.et-cart-info { display:none; }

div#tab-description h2 {
    display: none;
}

/* Responsive Styles Large Desktop And Above */
@media all and (min-width: 1405px) {
}

/* Responsive Styles Standard Desktop Only */
@media all and (min-width: 1100px) and (max-width: 1405px) {
}

/* Responsive Styles Standard Desktop Only */
@media all and (min-width: 981px) and (max-width: 1405px) {
}

/* Responsive Styles Desktop Only */
@media all and (min-width: 981px) {
}

/* Responsive Styles 981px - 1100px */
@media all and (min-width: 981px) and (max-width: 1100px) {
}

/* Responsive Styles Tablet And Below */
@media all and (max-width: 980px) {
}

/* Responsive Styles 782px */
@media screen and (max-width: 782px) {
}

/* Responsive Styles Tablet Portrait */
@media all and (max-width: 768px) {
	/* Shop Module (WooCommerce responsive styling for tablet starts from max-width: 768px ) */
	/* woocommerce cart */
}

/* Responsive Styles Smartphone Only */
@media all and (max-width: 767px) {
	/* Blog + Sidebar Module + Footer */
}

/* Responsive Styles Smartphone Portrait */
@media all and (max-width: 479px) {
}

/* Printscreen Styles */
@media print {
}

/* Basic Styles */

/* Transitions */

/* Apply Animations */

/* Responsive Styles Tablet Portrait And Below */
@media all and (max-width: 768px) {
}

@media all and (min-width: 480px) {
	/* Comments Module */
}

/* Responsive Styles Standard Desktop Only */
@media all and (min-width: 981px) and (max-width: 1405px) {
}

/* Responsive Styles Desktop Only */
@media all and (min-width: 981px) {
}

/* Responsive Styles 981px - 1100px */
@media all and (min-width: 981px) and (max-width: 1100px) {
}



/* Responsive Styles Tablet Only */
@media all and (min-width: 768px) and (max-width: 980px) {
}
