<?php
/*
Theme Name: Blossom Spa Child
Description: Child theme for Blossom Spa
Author: Your Name
Template: blossom-spa
Version: 1.0.0
*/

/* Import parent theme styles */
/*@import url("../blossom-spa/style.css");*/

/* 
===========================================
CUSTOM STYLES - ADD YOUR CUSTOMIZATIONS BELOW
===========================================
*/

.iconsJf img {
    width: 2rem !important;
    height: 2rem !important;
}

.iconsJf figure {
    width: 2rem  !important;
    height: 2rem !important;
}

.iconsJf figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

h2.iconsJf {
    font-size: 1rem;    
}

h2.section-title {
    font-size: 1.2em;
}

a.btn {
  padding: 15px 15px !important;
}

.widget {
  margin: 0 0 20px 0 !important;
}

.container {
  max-width: 1270px !important;
}

section.recent-post-section .grid {
  margin-top: 5px !important; /*60px*/
}

section.testimonial-section .owl-carousel {
    margin-top: 10px !important;
}

section.testimonial-section {
    margin: 40px 0 !important;
}

header.page-header {
   padding-top:50px !important; /*90px*/
   padding-bottom:10px !important; /*80px*/
}

@media (min-width: 768px ) {
    .iconsJf img {
        width: 5rem !important;
        height: 5rem !important;
    }

    .iconsJf figure {
        width: 5rem !important;
        height: 5rem !important;
    }

    h2.iconsJf {
        font-size: 1.2rem !important;    
    }

    h2.section-title {
        font-size: 2em !important;
    }
}

