/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 2.5.9
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
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
*/

#main-header {
   box-shadow: 0px 2px 7.5600000000000005px 1.44px rgba(0, 0, 0, 0.56);
}

#top-menu > li:last-child:before {
  content: url('icons/phone-icon.png');
  width: 23px;
  height: 23px;
  position: absolute;
  display: inline-block;
  right: 110%;
  top: -10px;
}

#top-menu > li:last-child {
  margin-left: 40px;
}

#main-footer {
  background: rgba(33,33,33,1);
  background: -moz-linear-gradient(left, rgba(33,33,33,1) 0%, rgba(59,59,59,1) 51%, rgba(33,33,33,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(33,33,33,1)), color-stop(51%, rgba(59,59,59,1)), color-stop(100%, rgba(33,33,33,1)));
  background: -webkit-linear-gradient(left, rgba(33,33,33,1) 0%, rgba(59,59,59,1) 51%, rgba(33,33,33,1) 100%);
  background: -o-linear-gradient(left, rgba(33,33,33,1) 0%, rgba(59,59,59,1) 51%, rgba(33,33,33,1) 100%);
  background: -ms-linear-gradient(left, rgba(33,33,33,1) 0%, rgba(59,59,59,1) 51%, rgba(33,33,33,1) 100%);
  background: linear-gradient(to right, rgba(33,33,33,1) 0%, rgba(59,59,59,1) 51%, rgba(33,33,33,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#212121', GradientType=1 );
}

/* added to override divi styles and fix alignment issues - a.k.*/
/* Responsive Styles Desktop Only */
@media all and (min-width: 981px) {
  /* Fluid Grid */
  .et_pb_gutters3 .et_pb_column,
  .et_pb_gutters3.et_pb_row .et_pb_column {
    margin-right: 2%;
  }