/*
Theme Name:Child Theme for Divi
Theme URI: http://wordpress-style.net
Description: Child Theme For Divi
Author: Eduard Ungureanu
Author URI: http://wordpress-style.net
Template: Divi
Version: 1.0
*/

/* Start your custom CSS bellow this comment
============================================ */

/************
** global styles 
************/

/** header title **/

.et_pb_post h1, 
.et_pb_post h2, 
.et_pb_post h3, 
.et_pb_post h4, 
.et_pb_post h5, 
.et_pb_post h6 {
margin-top: 0 !important;
}

h2 {
    line-height: 32px;
}

.h3-size {
    font-size: 22px;
}

h3, .h3-size {
    line-height: 26px;
}

.h4-size {
    font-size: 18px;
}

p {
    line-height: 25px;
}

strong {
    color: #333;
    font-weight: 600;
}

p:last-of-type {
    padding-bottom: 10px;
}

.et_pb_widget.widget_text {
margin-bottom: 15px !important;
}

/** fancy titles **/

.fancy-title {
    overflow: hidden;
}

.fancy-title:before, 
.fancy-title:after {
    border-top: 1px solid #011536!important;
    border-bottom: 1px solid #011536 !important;
    content: "";
    display: inline-block;
    height: .1em;
    position: relative;
    vertical-align: middle;
    width: 50%;
    margin-bottom: .15em;
}

.fancy-title:before {
    right: 0.5em;
    margin-left: -50%;
}

.fancy-title:after{
    left: 0.5em;
    margin-right: -50%;
}

hr.line-blue-left {
    border: 0;
    height: 3px;
    background-color: #47a2ea;
    width: 100px;
    margin-left: 0px;
}

/** popup form title **/

.popmake-title {
    background: #69C5F7;
    border-radius: 5px 5px 0 0;
    margin: -6.3% -6.3% 1%;
    padding: 5px 0;
}

/** google map icon **/

.et-social-google-plus a.icon:before {
    content: "\e081" !important;
}

/** image-border **/

div.image-border.alignright {
margin-left: 10px;
}

div.image-border.alignleft {
margin-right: 10px;
}

div.image-border {
    padding: 6px;
    border: 1px solid #ECEFF2;
    background-color: white;
    display: table;
}

div.image-border img {
margin: 0;
padding: 0;
vertical-align: top;
}

/**new style for border**/

img.image-border {
  padding: 6px;
  border: 1px solid #ECEFF2;
  background-color: white;
  display: table;
  vertical-align: top;
  margin: 0;
  box-sizing: border-box;
}

img.alignright {
	margin-left: 10px;
}

img.alignleft {
	margin-right: 10px;
}

/** ul **/

.standard-arrow {
    list-style: disc outside none !important;
    margin: 0 0 15px 0;
    padding: 0 !important;
    list-style-type: none !important;
}

.standard-arrow li {
    position: relative;
    padding-left: 24px;
}

.standard-arrow li:before {
    content: "\e046";
    position: absolute;
    font-family: 'ETmodules';
    left: 0;
    color: #69c5f7;
}

.standard-number-list {
    counter-reset: my-badass-counter;
}

.standard-number-list li {
    position: relative;
    padding-left: 30px;
}

.standard-arrow li, .standard-number-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    list-style: none;
}

.standard-number-list.bullet-top li:before, .standard-number-list.bullet-top li:first-child:before {
    top: 0px;
    margin-top: 0;
}

.standard-number-list.bullet-top li:before, .standard-number-list.bullet-top li:first-child:before {
    top: 4px;
}

.standard-number-list li:before, .standard-number-list.list-divider li:first-child:before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.standard-number-list li:before {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    margin-top: -10px;
    color: #fff;
    background-color: red;
    content: counter(my-badass-counter, decimal);
    counter-increment: my-badass-counter;
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    line-height: 18px;
}

.standard-number-list li:before {
    color: #fff;
    background-color: #69c5f7;
}

/**font awesome**/

.fa {
    line-height: inherit !important;
}

.fa-ul {
    list-style-type: none !important;
}
.fa-li {
    top: 0px !important;
}

/************
** header styles 
************/

/** top bar **/


#et-secondary-menu {
    float: none;
}

#et-secondary-menu .et-social-icons {
    float: right;
    margin-right: 0;
}

#et-secondary-nav {
     float: left;
}

/** clinic hours **/

.office-hours-popup {
  display: none;
    position: absolute;
    z-index: 10;
    border: 3px solid #69C5F7;
    max-width: 300px;
    width: 250px;
    right: -75%;
    top: 35px;
}

.up_arrow {
    border-bottom: 10px solid #69C5F7;
    width: 0;
    height: 0;
    position: absolute;
    left: 115px;
    top: -13px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.office-hours-popup table {
    width: 100%;
    text-align: center;
}

.office-hours-popup table td, .office-hours-popup table th {
    color: #000;
    font-size: 14px;
    padding: 5px 0;
}

.office-hours-popup table thead th {
    background: #69C5F7;
    color: #333;
    font-size: 16px;
}

.office-hours-popup table tbody tr:nth-child(odd) {
  background: #D9D9D9;
}

.office-hours-popup table tbody tr:nth-child(even) {
  background: #fff;
}

/** header **/ 

.logo_container > a {
    float: left;
    width: 25%;
    margin-top: 25px;
}

.logo_container > .et_pb_widget.widget_text {
    float: right;
    margin-top: 25px;
}

.near-logo-right p {
    color: #333;
    text-align: right;
    padding-bottom: 0px;
    font-size: 24px;
    font-weight: 700;
}

p.header-phone a {
    color: #69C5F7;
}

.header-phone i {
    color: #333;
}

p.header-address {
    font-size: 18px;
    font-weight: 600;
}

/** primary menu **/

div#et-top-navigation {
    text-align: left;
}

#top-menu-nav:before {
    background-color: rgba(198,198,198,0.3);
    padding: 0 1000px;
    margin-left: -1000px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
}

#top-menu li {
    padding-right: 40px;
}

.et_header_style_centered #top-menu > li > a {
    padding-bottom: 1.5em;
    padding-top: 1.5em;
}

#top-menu-nav li.menu-phone a {
    border: 2px solid #06815B;
    padding: 10px 15px !important;
    color: #06815B;
}

#top-menu .menu-item-has-children > a:first-child:after, 
#et-secondary-nav .menu-item-has-children > a:first-child:after {
    top: 23px;
}

#top-menu .sub-menu a {
    font-size: 14px !important;
    padding: 3px 5px;
} 

/** sidebar **/

.grey-box {
    border: 2px solid #ECEFF2;
    border-radius: 2px;
    padding: 18px;
    margin-bottom: 30px;
}

/************
** footer styles 
************/

/**.footer-widget:before, .footer-widget:after {
    content: "";
    display: table;
    clear: both;
}

.footer-widget .et_pb_widget {
    float: none;
}
**/
.footer-widget .fwidget {
    margin-bottom: 10% !important;
}

.custom-menu {
    padding-bottom: 10px;
}

.custom-menu li {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(242,242,242,0.15);
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin: 5px 0 !important;
    padding: 5px 0 0 0 !important;
}

.custom-menu li:before {
    top: 2px !important;
    border-width: 0 !important;
    content: "\35" !important;
    position: relative !important;
    font-family: "ETModules" !important;
}

.custom-menu > li:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none !important;
}

.custom-menu li a {
    padding: 0 5px;
}

.widget_recent_entries li:before {
display: none;
}

.widget_recent_entries li {
padding-left: 0 !important;
}

span.post-date {
    display: block;
    color: #555;
}

#et-footer-nav .container {
    text-align: center;
}

#footer-bottom .container {
    text-align: center;
}

#footer-info {
    float: none;
    text-align: center;
}

#footer-info span {
    font-size: 11px;
}

#footer-bottom .et-social-icons {
    float: none;
}

#footer-bottom .et-social-icons li:first-child {
    margin-left: 0;
}

/** gum quiz page **/

.wq_questionTextCtr {
    float: none !important;
}

.wq_questionTextCtr h4 {
    font-size: 17px  !important;
    padding: 0  !important;
    font-weight: 600  !important;
}

.wq_singleAnswerCtr .wq_answerTxtCtr {
 		background-size: 15px 15px !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 15px !important;
}

/************
** media query styles 
************/


@media (max-width: 1024px) {
#top-menu li {
    padding-right: 12px;
}
}

/* Tablets in landscape mode (981-1100px)  @media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {
.et_pb_gutters3.et_pb_footer_columns4 .footer-widget {
    width: 22.9%;
}
.et_pb_gutters3 .footer-widget {
    margin: 0 2.8% 5.5% 0;
}
}*/

.main_title {
color: #00A7E7;
}