/* Button Styles */
a.cherry-btn-greenwhite {border: 2px solid #607F4B;}
#totop a {background: #888888;}
.motopress-modal-obj .motopress-btn-size-large { padding: 19px 40px; text-transform: uppercase; transition: all 0.3s ease-in-out; }
.motopress-modal-obj .motopress-btn-rounded { border-radius: 5px; background: #555555; border: 2px solid #ffffff; color: #fff; font-weight: bold; }
.motopress-modal-obj .motopress-btn-color-silver { box-shadow: none; background-image: none; }
.motopress-modal-obj .motopress-btn-color-silver:hover { background-color: #aaaaaa; background-image: none; }
.motopress-modal-obj .motopress-btn-color-dark-grey { border-radius: 5px; background: none; background-image: none; border: 2px solid #ffffff; color: #fff; font-weight: bold; text-transform: uppercase; }
.motopress-modal-obj .motopress-btn-color-dark-grey:hover { background-color: rgba(255, 255, 255, 0.50); background-image: none }
.motopress-modal-obj .motopress-btn-size-middle {padding: 17px 30px; font-size: 18px; border-radius: 5px; border: none; text-transform: uppercase; font-weight: bold; transition: all 0.3s ease-in-out; }
.motopress-modal-obj .motopress-btn-color-green-grass { box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.1); background-color: #607F4B; background-image: none; }
.motopress-modal-obj .motopress-btn-color-green-grass:hover { background: rgb(71, 102, 50); }

/* Price Box Styles */
.cherry-services .cherry-services_item .template-4.price-box
{ border: 1px solid rgb(215, 215, 215); border-radius: 10px; }
.cherry-services .cherry-services_item .template-4 .head:before, .cherry-services .cherry-services_item .template-4 .head:after, .cherry-services .cherry-services_item .template-4.price-box:before
{ border: none; }
.cherry-services .cherry-services_item .template-4 .head
{ background: #607f4b; border-radius: 8px 8px 0 0; }
.cherry-services .cherry-services_item .features ul li
{ border-color: rgb(200, 200, 200); color: #555555; }
.cherry-services .cherry-services_item .price-box .cherry-services_title a:hover
{ color: #324227; }
.cherry-services .cherry-services_item .template-4 .cherry-services_title { pointer-events: none; cursor: default; }
.cherry-services .cherry-services_item .template-4 .desc { background-color: #fff; border-radius: 10px }

/* Service Meta */
.service.type-service .service-meta
{ display: none; }

/* Modal Size*/
.motopress-modal.mfp-wrap .motopress-modal-content {max-width: 1250px; padding-left: 10px; padding-right: 10px; padding-top: 20px; padding-bottom: 10px;}