/*
 Theme Name:   Chatswood Orthodontics
 Theme URI:    http://graphpaperpress.com
 Description:  a child theme
 Author:       Graph Paper Press
 Author URI:   http://graphpaperpress.com
 Template:     Divi
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  chatswood_orthodontics
*/

@import url("../Divi/style.css");

/* Add your custom css below
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {color: rgba(3,174,239,1);}
.header-content {background-color: rgba(3,174,239,0.6);}
.header-content h1 {padding-top: 5px;}
.header-content a {margin-bottom: 5px;}
.et_pb_contact_main_title {color: rgba(3,174,239,1);}

/* Styling for contact form 7 */

input, textarea {width: 80%; font-size: 1.1em;}
input[type="submit"] {background-color: #1EAFED; color: #fff; font-size: 1.2em; border: none;}


/*---Styling for fixed footer elements---*/

.menu-top-menu-container {
    position: fixed;
    bottom: 0;
    right: 2%;
    z-index: 999;
}

.menu-top-menu-container ul {
    max-width: 1080px;
    margin: 0 auto;
}
.menu-top-menu-container li {
    float: left;
    clear: none;
    position: relative;
    background: #B4B6B8;
}
.menu-top-menu-container a {
    position: relative;
    z-index: 9;
    padding: 15px 20px 15px 50px;
    display: block;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
.menu-top-menu-container .enquire {
    background: #03aeef;
}
.menu-top-menu-container .fa:before{position:absolute;left:0;top:0;height:100%;padding:14px 10px;color:#FFF;font-size:16px;background:rgba(0,0,0,0.05);}

/* ----- Mobile Styling for anchored footer ----- */

@media only screen and (max-width: 980px) {
.menu-top-menu-container {
    right: 0;
    width: 100%;
}
.menu-top-menu-container li {width: 50%;}
.menu-top-menu-container a {padding: 15px 10px 15px 50px;}
}


/*----- Fix Safari text resize issue ----- */

@media screen and (max-device-width: 480px){
  body, .menu-top-menu-container a {
    -webkit-text-size-adjust: none;
  }
}

/*--------------------------
    MOBILE MENU TOGGLE
---------------------------*/

@media (max-width:980px) {

#et_mobile_nav_menu .sub-menu {
height: 0 !important;
overflow:hidden;
}

.menu-item-has-children {position:relative;}

a.dropdown-toggle {

    padding: 0 !important;
    position: absolute;
    height: 44px;
    width: 44px;
    top: 0;
    right: 0;
}

a.dropdown-toggle:before {
    content: "+";
    position: absolute;
    top: 0;
    right: 0;
    height: 29px;
    width: 44px;
    padding-top: 12px;
    text-align: center;
    font-size: 20px;
}

#et_mobile_nav_menu .open .sub-menu {
height: auto !important;
}

.open > a.dropdown-toggle:before {
    content: "-";
}

.et_mobile_menu {
-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.et_mobile_menu ul > li.menu-item-has-children > a {
    font-weight: normal;
}
}