/*
 * ELD Customized CSS
*/
.panel-grid {
     margin: 2rem 0 0 0;
}

.panel-grid:nth-child(even) {
     background-color:#e6e6e6;
     padding: 3rem 0 3rem 0;
}

.ms-thumblist-fwd {
left: 12px !important;
width: 90% !important;
}

.ms-thumblist-bwd {
left: 12px !important;
width: 90% !important;
}

.panel-grid .inner .button-continue {
display: block;
margin-top:1.875rem;
}

.panel-grid .photo-column .column-inner p {
font-size: 16px;
line-height: 20px;
}

/*
 * Media Queries
 */
@media (max-width: 780px) {
	.panel-grid {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
        .src-img-box {
		max-width: 320px !important;
	}
        .text-block {
                max-width: 320px !important;
                margin: 0 auto;
        }

        .panel-grid:nth-child(even) {
               padding: 1.5rem 0 1.5rem 0;
         }

         .ms-bullets {
               display: none;
          }
.owl-theme .owl-dots .owl-dot {
padding-right: 0.5rem;
}
}
@media all and (max-width: 620px) {
	.wpcf7-form .g {
		float: none;
		width: 100%;
		padding-left: 15px;
	}
.submit-mobile-fix {
position: absolute;
bottom: 530px;
}
}
