/*
 Theme Name:   Hear Better Theme
 Theme URI:    http://akturatech.com.com
 Description:  Default Aktura child theme
 Author:       Aktura Technology
 Author URI:   http://akturatech.com.com
 Template:     generatepress
 Version:      0.1
 Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
*/

/*
 * Custom Fonts
 *********************************************/
@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-ExtraLightItalic.woff2') format('woff2'),
        url('fonts/Gotham-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Book.woff2') format('woff2'),
        url('fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Medium.woff2') format('woff2'),
        url('fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.woff2') format('woff2'),
        url('fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-BlackItalic.woff2') format('woff2'),
        url('fonts/Gotham-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Black.woff2') format('woff2'),
        url('fonts/Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham HTF';
    src: url('fonts/GothamHTF-LightItalic.woff2') format('woff2'),
        url('fonts/GothamHTF-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham HTF';
    src: url('fonts/GothamHTF-BlackItalic.woff2') format('woff2'),
        url('fonts/GothamHTF-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham HTF';
    src: url('fonts/GothamHTF-Bold.woff2') format('woff2'),
        url('fonts/GothamHTF-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Angelina';
    src: url('fonts/Angelina.woff2') format('woff2'),
        url('fonts/Angelina.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*
 * Default
 *********************************************/
body {
    font-family: 'Gotham', Verdana, Arial, sans-serif;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Gotham HTF', Verdana, Arial, sans-serif;
	font-weight: 900;
}

p {
    margin-bottom: 20px;
}

ol, ul {
    margin: 0 0 20px 20px;
}


/*
 * Header
 *********************************************/
/* Header Widget */
.header-widget {
	color: #00b0ad;
    display: none;
}

.header-widget a {
    color: #00b0ad;
}

.header-widget a:hover,
.header-widget a:focus {
    color: #005cb8;
}

/* Primary Navigation */
.main-navigation .main-nav ul li a,
.menu-toggle {
	font-family: 'Gotham', Verdana, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

/*
 * Content
 *********************************************/
 body.archive #page.grid-container,
 body.fl-theme-builder-singular #page.grid-container {
    max-width: 100%;
}


/*
 * Footer Widgets
 *********************************************/
.footer-widgets a:hover,
.footer-widgets a:focus {
    color: #00b0ad;
}

.footer-widgets .widget-title {
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 5px;
}

.footer-widgets .button,
.footer-widgets .button:hover,
.footer-widgets .button:focus {
    background-color: #00b0ad;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 500;
}

/*
 * Footer 
 *********************************************/
.site-info a:hover,
.site-info a:focus {
    color: #00b0ad;
}

.inside-site-info {
	border-top: 1px solid #afcce9;
	padding-top: 15px;
}

.copyright-bar {
	text-align: left;
}

/*
 * Widget Area
 *********************************************/
.footer-widgets .widget,
.sidebar .widget {
    font-size: 16px;
}

/*
 * Widgets
 *********************************************/
.cta-phone {
    background: url('images/phone-icon.png') no-repeat;
    padding-left: 45px;
    background-size: 12%;
}

.cta-phone-number {
    font-weight: bold;
}

.cta-phone-number,
.cta-phone-text {
    font-size: 20px;
    line-height: 1.2;
}

/*
 * Media Queries
 *********************************************/
@media screen and (max-width: 768px) {

    /* Beaver Builder Column */
    .fl-col-small {
        max-width: 100%;
    }
    
    /* Footer Widget */
    .footer-widget-1.grid-25 {
        margin-bottom: 0 !important;
    }

}

@media screen and (min-width: 769px) {
	
	/* Primary Navigation */
	.main-navigation .main-nav ul li > a:hover,
	.main-navigation .main-nav ul li > a:focus,
	.main-navigation .main-nav ul li.sfHover > a,
	.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    	border-bottom: 3px solid #005cb9;
    }

    .main-navigation .main-nav ul li a {
    	margin-right: 10px;
    }

    .main-navigation .main-nav ul li:last-child a {
    	margin-right: 0;
    }

}

@media screen and (min-width: 1025px) {
    
    /* Header Widget */
    .header-widget {
        display: block;
    }

    /* Footer Widgets */
    .footer-widget-1.grid-25 {
        width: 20%;
    }

    .footer-widget-2.grid-25,
    .footer-widget-3.grid-25 {
        width: 40%;
    }

    .footer-widget-4.grid-25 {
        margin-top: 40px;
        width: 100%;
    }

}