/*
Theme Name: Defaul Theme
Theme URI: https://techowdy.com
Author: TecHowdy
Author URI: https://techowdy.com
Description: 
Version: 3.4
Text Domain: defaultheme
*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	outline: none;
	transition: all .2s;
}

html{
  background: #000;
}
header.header .layout-center .header__region{
  display: none;
}
.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
  word-wrap: normal;
}
.page, .region-bottom, 
.region-bottom{
  opacity: 0;
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #000;
    z-index: 1000;
}
#loader-wrapper .loader-section.section-left {
    left: 0;
}
#loader-wrapper .loader-section.section-right {
    right: 0;
}
#loader{
  position: absolute;
  top:50%;
  left: 50%;
  margin-left: -69px;
  margin-top: -99px;
  z-index: 1001;
}
/*content table css*/
table td, table th {
    padding: 15px 30px;
}
#ecotable th {background: #2883eb!important;}
table tr {
    background-color: #F7F7F7;
}
table tr:nth-child(2n) {background-color: #FDFDFD;}

.wpb_raw_html {
    overflow-y: hidden;
}

iframe {
    max-width: 100%;
}
@media (max-width: 980px){
    .page-id-4329 iframe {
        height: 400px;
    }
}
@media (max-width: 668px){
    .page-id-4329 iframe {
        height: 300px;
    }
}