/*!
Theme Name: Divi child
Theme URI: http://www.elegantthemes.com/gallery/Divi-child/
Version: 1.0.0
Description: Divi Child Theme.
Author: Venkatesh Srinivasan
Template: Divi
Text Domain: Divi-child
Author URI: http://www.elegantthemes.com
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url("/css/reachdental.css");
.container {
  /* height: 75px; */
  margin-top: 10px;
  margin-bottom: 10px;
}
.et_header_style_left .logo_container {
    height: 96px;
}
#main-header {
	height: 116px;
}
.left-column-33 {
	width:33%!important;
	margin-right:0px!important;
}
.middle-column-34 {
	width:34%!important;
	margin-right:0px!important;
}
.right-column-33 {
	width:33%!important;
	margin-right:0px!important;
}
.divi-area-wrap .evr-close, .popup_outer_wrap [data-dm-type=popup] .evr-close {
    width: 35px;
    height: 30px;
    line-height: 35px;
    font-size: 40px;
    color: #000000;
}
@media only screen and (max-width: 980px) {
	.left-column-33 {
		width:100%!important;
		margin-right:0px!important;
		margin-bottom:0px!important;
	}
	.middle-column-34 {
		width:100%!important;
		margin-right:0px!important;
		margin-bottom:0px!important;
	}
	.right-column-33 {
		width:100%!important;
		margin-right:0px!important;
		margin-bottom:0px!important;
	}
}
@media screen and (min-width: 981px) {
	.popup_outer_wrap.type-popup {
		width: auto!important;
	}
}