/*
Theme Name: Divi Child
Template: Divi
Author: Child Theme Configurator
Version: 1.0.1441251026
Updated: 2015-09-03 03:30:26
*/

@charset "UTF-8";

.main-header {
    -moz-box-shadow: 0 2px 12px #666 !important;
    -webkit-box-shadow: 0 2px 12px #666 !important;
    -o-box-shadow: 0 2px 12px #666 !important;
    box-shadow: 0 2px 12px #666 !important;
}

.homepageslidertop .et_pb_fullwidth_code{
padding-top: 0 !important;
}

.stripper_img{
margin-left: auto;
margin-right: auto;
width: 50%;
padding-bottom: 10px;
}

.et-fixed-header .et_menu_container .stripper_img{
display: none;
}

.roundhomepage{
-webkit-border-radius: 150px;
-moz-border-radius: 150px;
border-radius: 150px;
}

#main-header{
box-shadow: 0px 4px 6px #333 !important;
}

.pagecontact span{
text-color: #fff;
}

.pagecontact .et_pb_contact_submit{
color: #fff;
}

.shopicon a{
    color: #fff !important;
    background-color: #197575;
    padding: 17px;
    border-radius: 15px;
    padding-bottom: 17px !important;
}

#diytable table {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
  border-spacing: 0;
}

#diytable table th, table td {
  border: 1px solid #ccc;
  padding: 0.5em;
}

#diytable .table-grid {
  table-layout: fixed;
}