/*
Theme Name: CoachFocus Child
Theme URI: https://coachfocus.qodeinteractive.com
Description: A child theme of CoachFocus
Author: Select Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: coachfocus
Template: coachfocus
*/

#notifyme {
    width: 344px;
}

p {
	font-family: 'Inter';
}

#qodef-page-header{
	height: 125px;
}

::-moz-selection { /* Code for Firefox */
  color: white;
  background: black;
}

::selection {
  color: white;
  background: black;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-height--not-set img {
    max-height: 150%;
    margin-top: -10px;
}

#qodef-top-area .qodef-widget-holder .widget a:hover {
	background: none !important;
}

@media only screen and (max-width: 767px) {
	#notifyme {
		width: 271px;
	}
}

#qodef-top-area .qodef-widget-holder .widget a {
	transition: all .5s ease;
	opacity: .5;
}

#qodef-top-area .qodef-widget-holder .widget a:hover {
	opacity: 1;
}
