/*
 Theme Name:   Add Theme Name
 Description:  Child Theme
 Author:       Comit Developers
 Template:     Divi
 Version:      1.0.0
 Text Domain:  divi-child
*/

#footer-info img {
  top: 2px;
  position: relative;
}

/* Add your css styles below this line */
header {
  display: none;
}
#page-container {
  padding-top: 0 !important;
}
/** Main element CSS **/
ul {
  margin-left: 20px;
}
.no-indent {
  margin-left: 0;
}
.no-dot li {
  list-style: none;
}
.check li {
  position: relative;
  list-style: none;
}
.check li::before {
  content: " ";
  position: absolute;
  left: -20px;
  top: -2px;
  transform: rotate(45deg);
  height: 15px;
  width: 5px;
  border-bottom: 5px solid #ccc;
  border-right: 5px solid #ccc;
}

.color-li {
  margin-left: 0;
}
.color-li li {
  list-style: none;
}
.color-li li::before {
  content: "\2022";
  padding-right: 0.5em;
  color: red;
  font-size: 22px;
}

.square-li {
  margin-left: 0;
}
.square-li li {
  list-style: none;
}
.square-li li::before {
  content: "\25a0";
  padding-right: 0.5em;
  color: red;
  font-size: 12px;
}

.tri-li {
  margin-left: 0;
}
.tri-li li {
  list-style: none;
}
.tri-li li::before {
  content: "\25b8";
  padding-right: 0.5em;
  color: red;
  font-size: 12px;
}

/** Mega Menu CSS **/
#top-menu li.mega-menu > ul > li > a:first-child {
  background: #222;
  padding: 10px !important;
  color: #fff;
}
#top-menu li.mega-menu > ul > li > a:first-child:hover {
  color: #222;
}
#top-menu li.mega-menu > ul > li > ul > li > a {
  padding: 5px;
}

/** Under NAv SEction CSS **/
.under-head {
  background: #aaa;
}
/** Sitemap Nav CSS **/
.menu-sitemap-nav-container {
  width: 1280px;
  display: block;
  margin: 0 auto;
  padding: 0px 0;
}
#menu-sitemap-nav {
  padding: 0;
  width: 20%;
}
#menu-sitemap-nav li {
  list-style: none;
  color: #333;
  border-bottom: 1px dotted #ccc;
}
#menu-sitemap-nav li a {
  color: #333;
}
#menu-sitemap-nav li:nth-last-child(1) {
  border: 0 none;
}
.hidden {
  position: absolute;
  left: -99999px;
}
.et-fixed-header #logo {
  margin-top: 20px;
}
.et-fixed-header .contact {
  margin-top: 40px;
}

/** Gravity Forms CSS **/

.gform_wrapper {
  padding: 2% 2%;
  margin: 0;
}
.gfield {
  position: relative;
}
.gfield_label {
}
.ginput_container {
  margin-top: 0;
}
.ginput_container input,
.ginput_container select,
.ginput_container textarea {
  transition: 300ms ease-in-out 0s;
  margin-top: 0 !important;
  padding: 15px 10px !important;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 1px 1px 5px #ccc;
}
.ginput_container select {
  height: 50px;
}
.ginput_container input:focus,
.ginput_container select:focus,
.ginput_container textarea:focus {
  border: 1px solid #222;
  box-shadow: 1px 1px 5px #999;
}
.gform_button {
  background: #222;
  padding: 15px;
  color: #fff;
  text-align: center;
  width: 98% !important;
  border-radius: 2px;
  box-shadow: 2px 2px 5px #999;
  transition: 300ms ease-in-out 0s;
  border: 0 none;
  font-weight: bold;
}
.gform_button:hover {
  cursor: pointer;
  background: #000;
}
.gform_footer {
  margin-top: 0 !important;
}
.gform_title {
  font-size: 22px !important;
  font-weight: 500 !important;
}

/** Contact Info CSS **/
.bp-name {
  font-size: 22px;
  font-weight: 500;
}
.bp-contact-card > div {
  margin: 7px 0;
}

/** Portfolio CSS **/

.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
  border: 1px solid #666;
  transition: 300ms ease-in-out 0s;
  background: #222;
  color: #fff;
  font-weight: 500;
  padding: 15px 25px;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {
  background: #f9f9f9;
  color: #222;
  box-shadow: 2px 2px 5px #ccc;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {
  color: #222;
  box-shadow: inset -2px -2px 5px #ccc;
}

/** Gallery CSS **/
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li,
.et_pb_gallery .et_pb_gallery_pagination ul li {
  padding: 10px 0;
}
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a,
.et_pb_gallery_pagination li a {
  transition: 300ms ease-in-out 0s;
  background: #222;
  color: #fff;
  font-weight: 500;
  padding: 5px 10px;
  border-right: 1px solid #666;
}
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a:hover,
.et_pb_gallery_pagination li a:hover {
  background: #f9f9f9;
  color: #222;
  border-right: 1px solid #f9f9f9;
}

/** Blog CSS **/
.pagination a {
  transition: 300ms ease-in-out 0s;
  background: #222;
  color: #fff;
  font-weight: 500;
  padding: 5px 10px;
  border-right: 1px solid #666;
}
.pagination a:hover {
  background: #f9f9f9;
  color: #222;
  border-right: 1px solid #f9f9f9;
  box-shadow: 2px 2px 5px #ccc;
}
.et_pb_widget_area_left {
  border-right: 0 none;
}

/** Widget CSS **/

.widgettitle {
  background: #222;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 10px;
}
.et_pb_widget ul li {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 0;
  padding: 5px 0;
}
.et_pb_widget ul li:nth-last-child(1) {
  border: 0 none;
}
#et-top-navigation {
  font-weight: initial;
}
.three {
  float: left;
  width: 33.2%;
  margin-right: 0;
  clear: none !important;
  margin-bottom: 20px;
}
.three:nth-last-of-type(1) {
  float: left;
  width: 32%;
  clear: none;
  padding-right: 0;
}
.two {
  float: left;
  width: 50%;
  clear: none !important;
}
.two:nth-last-of-type(1) {
  float: left;
  width: 49%;
  padding-right: 0;
  clear: none;
}
.three input,
.two input {
  width: 100% !important;
}
.tml .tml-field {
  padding: 15px;
}
#main-content .container:before {
  background-color: transparent;
}
/** IPAD Landscape CSS **/

@media only screen and (max-width: 1180px) {
  #top-menu li {
    padding-right: 12px;
    font-size: 12px;
  }
}

/** IPad Pro Portrait ONLY **/
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
}

/** iPad Pro Landscape ONLY **/
@media only screen and (min-device-width: 1366px) and (max-device-height: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
}

/** IPAD Portrait/Tablet Landscape CSS **/

@media only screen and (max-width: 980px) {
}

/** General Mobile Styles **/
@media only screen and (max-width: 480px) {
}

/** Galaxy/smaller iPhone CSS**/
@media only screen and (max-width: 360px) {
}

/** iPhone 5 CSS**/
@media only screen and (max-width: 320px) {
}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 0.35em;
}

table th,
table td {
  padding: 0.625em;
  text-align: center;
}

table th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }

  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }

  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table td:last-child {
    border-bottom: 0;
  }
}
.logged-in .hide-this {
  display: none;
}
.et_pb_button_one,
.et_pb_button_two {
  display: none !important;
}
.logged-in .et_pb_button_one,
.logged-in .et_pb_button_two {
  display: inline-block !important;
}
