/*!
Theme Name: cambridgebouncebackphysio
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cambridgebouncebackphysio
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/


@font-face {
  font-family: 'InterBold';
  src: url("./fonts/InterBold.ttf") format("truetype");
}

@font-face {
  font-family: 'InterLight';
  src: url("./fonts/InterLight.ttf") format("truetype");
}

@font-face {
  font-family: 'InterMedium';
  src: url("./fonts/InterMedium.ttf") format("truetype");
}

@font-face {
  font-family: 'InterRegular';
  src: url("./fonts/InterRegular.ttf") format("truetype");
}

@font-face {
  font-family: 'InterSemiBold';
  src: url("./fonts/InterSemiBold.ttf") format("truetype");
}



body{
	margin:0px;
	padding:0px;
	font-family: 'InterMedium';
	color:#2c3e50;
}

p,a,li{
	font-size:16px;
	line-height:25px;
}

img{
	max-width:100%;
}


/* header css */

.top-header {
    background-color: #fe0002;
    color: #ffffff;
    padding: 10px 0;
    font-size: 0.9rem;
}

.contact-info a {
    text-decoration: none;
    color: #fff;
}

.contact-info a {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    margin-right: 1rem;
}

ul.social_media {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    justify-content: end;
}

ul.social_media li a {
    display: block;
    color: #fff;
    font-size: 20px;
}

.contact-info span, .contact-info a {
    font-family: 'InterRegular';
    font-size: 15px;
}

nav#mainHeader {
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 1rem 0;
    transition: all 0.3s ease;
    position: sticky;
    top: 0px;
    z-index: 999;
}

.header_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.logo img {
    height: 46px;
}

.menubar_button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
}

a.btn.btn-appointment {
    background-color: #f87025;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    padding: 0.7rem 1.5rem;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    font-size: 16px;
    font-family: 'InterRegular';
}

a.btn.btn-appointment:hover {
    background: #fff;
    color: #f87025;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: #2c3e50;
    padding: 0px 12px;
    height: auto;
    line-height: 37px;
}

div#mega-menu-wrap-menu-1 {
    background: transparent !IMPORTANT;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: transparent;
    color: #f87025;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus {
    background: transparent;
    color: #f87025;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: transparent;
    color: #f87025;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #fff;
    font-size: 16px;
    padding: 5px 14px;
    color: #212529;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #f87025;
    color: #fff;
}

/* header css */
