/*
Theme Name:     Flash Child
Text Domain:    flashchild
Template:     flash
WordPress Available:  yes
Requires License:     no
*/
h1, .h1 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  color: #050505;
  font-size: 56px;
  line-height: 64px;
}

h2, .h2 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  color: #050505;
  font-size: 48px;
  line-height: 56px;
}

h3, .h3 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  color: #050505;
  font-size: 40px;
  line-height: 48px;
}

h4, .h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  color: #050505;
  font-size: 32px;
  line-height: 40px;
}

h5, .h5 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  color: #050505;
  font-size: 24px;
  line-height: 32px;
}

.subtitle {
  font-family: Lato, sans-serif;
  font-weight: normal;
  color: #050505;
  font-size: 20px;
  line-height: 24px;
}

.body {
  font-family: Lato, sans-serif;
  font-weight: normal;
  color: #050505;
  font-size: 16px;
  line-height: 20px;
}

.button {
  font-family: Lato, sans-serif;
  font-weight: normal;
  color: #050505;
  font-size: 16px;
  line-height: 20px;
}

.caption {
  font-family: Lato, sans-serif;
  font-weight: normal;
  color: #050505;
  font-size: 14px;
  line-height: 18px;
}

html.modaling {
  overflow: hidden;
}

*, p {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  line-height: 135%;
}

.site {
  background-color: #1f2b44;
}

h1, h2, h3, h4, h5, h6, a {
  font-family: Lato, sans-serif;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

#preloader-background {
  background-color: #050505;
  background: -moz-linear-gradient(top, #111111 10%, #1f2b44 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(10%, #111111), color-stop(100%, #1f2b44));
  background: -webkit-linear-gradient(top, #111111 10%, #1f2b44 100%);
  background: -o-linear-gradient(top, #111111 10%, #1f2b44 100%);
  background: -ms-linear-gradient(top, #111111 10%, #1f2b44 100%);
  background: linear-gradient(to bottom, #111111 10%, #1f2b44 100%);
}
#preloader-background .preloader {
  width: 200px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader {
  width: 0;
  height: 4.8px;
  display: inline-block;
  position: absolute;
  top: 50%;
  background: #FFF;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  animation: animFw 3s linear infinite;
}

.loader::after,
.loader::before {
  content: "";
  width: 10px;
  height: 1px;
  background: #FFF;
  position: absolute;
  top: 9px;
  right: -2px;
  opacity: 0;
  transform: rotate(-45deg) translateX(0px);
  box-sizing: border-box;
  animation: coli1 0.3s linear infinite;
}

.loader::before {
  top: -4px;
  transform: rotate(45deg);
  animation: coli2 0.3s linear infinite;
}

@keyframes animFw {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes coli1 {
  0% {
    transform: rotate(-45deg) translateX(0px);
    opacity: 0.7;
  }
  100% {
    transform: rotate(-45deg) translateX(-45px);
    opacity: 0;
  }
}
@keyframes coli2 {
  0% {
    transform: rotate(45deg) translateX(0px);
    opacity: 1;
  }
  100% {
    transform: rotate(45deg) translateX(-45px);
    opacity: 0.7;
  }
}
input[type=button], input[type=reset], input[type=submit] {
  background: #fff;
  color: #050505;
  cursor: pointer;
  font-size: 14px;
  line-height: 13px;
  border: none;
  padding: 10px 25px;
}
input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
  background-color: #a398a7;
  color: #050505;
}

#sceneTop * {
  pointer-events: none;
}
#sceneTop a, #sceneTop input, #sceneTop textarea {
  pointer-events: all !important;
}
#sceneTop .layer1 {
  width: 100%;
}

.entry-content {
  margin: 0;
}

.logo .logo-image {
  position: relative;
  height: 79px;
  overflow: hidden;
  margin-bottom: -14px;
}
.logo .logo-image img {
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}

#masthead-sticky-wrapper {
  position: fixed;
  width: 100%;
  z-index: 999;
}

#masthead .header-bottom {
  background: rgba(17, 17, 17, 0.4392156863);
  transition: all 1s;
  opacity: 1;
  margin-top: 0;
}
#masthead #site-navigation ul li {
  float: left;
  padding: 0px 30px 0px 0;
  position: relative;
}
#masthead #site-navigation .menu {
  margin: 0;
}
#masthead #site-navigation .menu li {
  display: inline-grid;
}
#masthead #site-navigation .menu a {
  color: white;
  padding: 20px 15px;
}
#masthead i.fa.fa-bars {
  color: white;
  margin-right: 15px;
}

#primary {
  margin-top: 70px;
}

.home #primary {
  margin-top: 0;
}
.home #masthead .header-bottom {
  opacity: 0;
  margin-top: -200px;
}
.home #masthead .header-bottom.visible {
  opacity: 1;
  margin-top: 0;
}

.menu {
  margin: 0;
}
.menu li {
  display: inline-grid;
}
.menu a {
  color: white;
  padding: 20px 15px;
}

.body_menu {
  position: relative;
  width: 100%;
  z-index: 1;
  transition: all 1s;
  text-align: center;
  background: rgba(17, 17, 17, 0.4392156863);
  overflow: hidden;
}
.body_menu.sticky {
  position: fixed;
  top: -30px;
  margin-top: 30px;
}
.body_menu .logo {
  opacity: 0;
  transition: opacity 1s;
}
.body_menu .logo img {
  position: absolute;
  top: -20px;
  width: 100px;
}

#stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 700px;
  background: #111111;
  background: -moz-linear-gradient(top, #111111 10%, #1f2b44 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(10%, #111111), color-stop(100%, #1f2b44));
  background: -webkit-linear-gradient(top, #111111 10%, #1f2b44 100%);
  background: -o-linear-gradient(top, #111111 10%, #1f2b44 100%);
  background: -ms-linear-gradient(top, #111111 10%, #1f2b44 100%);
  background: linear-gradient(to bottom, #111111 10%, #1f2b44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#111111", endColorstr="#1f2b44", GradientType=0 );
}

.tituloHolder {
  position: relative;
  height: 360px;
  overflow: hidden;
}
.tituloHolder .titulos {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  transition: 2s all;
}

.panel-grid-cell .widget-title {
  color: #fff;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 24px;
  letter-spacing: 6px;
  background-color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 2px 0 5px;
}

#minibio .panel-grid-cell .widget-title {
  color: #fff;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 30px;
  letter-spacing: 8px;
  background-color: transparent;
  line-height: 1;
}

.port {
  display: none;
}
.port.active {
  display: block;
}

.wonderplugin-gridgallery-item a {
  display: none;
}
.wonderplugin-gridgallery-item a.wpgridlightbox {
  display: block;
}
.wonderplugin-gridgallery-item a img {
  padding: 0;
}

#html5-watermark {
  display: none !important;
}

.item .imgb {
  display: block;
  width: 100%;
  height: 13vw;
  background: rgba(143, 82, 82, 0.5);
  border: 1px solid white;
}
.item .imgb.Portrait {
  height: 26vw;
  background: rgba(82, 92, 143, 0.5);
}
.item .imgb.Landscape {
  background: rgba(82, 143, 89, 0.5);
}
.item .col-6, .item .col-sm-6, .item .col-12, .item .col-sm-12 {
  padding: 0;
}
.item .linkdiv .content-container {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 13vw;
}
.item .linkdiv .content-container.Portrait {
  height: 26vw;
}
.item .linkdiv .content-container .item_image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
  transition: transform 1s ease;
}
.item .linkdiv .content-container .content {
  position: absolute;
  bottom: -50px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
  color: #fff;
  opacity: 0;
  transition: all 0.5s ease;
}
.item .linkdiv .content-container .content h5 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.item .linkdiv .content-container:hover {
  cursor: pointer;
}
.item .linkdiv .content-container:hover .item_image {
  transform: scale(1.2);
}
.item .linkdiv .content-container:hover .content {
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.item .linkdiv .portsizePortrait {
  height: 26vw;
}

.side-col {
  background: #fff;
}

#minibio {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 50px;
  border-radius: 5px;
  text-align: center;
}
#minibio .btn-line {
  text-align: left;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #a398a7;
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 10px;
}
#minibio .input-effect {
  position: relative;
}
#minibio .input-effect .btn:active, #minibio .input-effect textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#minibio .input-effect label {
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  cursor: text;
  color: #a398a7;
  z-index: 0;
  font-weight: 400;
}
#minibio .input-effect input, #minibio .input-effect textarea {
  background-color: transparent;
  color: #fff;
  z-index: 1;
  padding: 10px 20px;
  margin-bottom: 10px;
  border: 0;
  border-bottom: 1px solid #fff;
}
#minibio .input-effect input::placeholder, #minibio .input-effect textarea::placeholder {
  color: transparent !important;
}
#minibio .input-effect input:-ms-input-placeholder, #minibio .input-effect textarea:-ms-input-placeholder {
  color: transparent !important;
}
#minibio .input-effect input:not(:placeholder-shown) ~ label, #minibio .input-effect textarea:not(:placeholder-shown) ~ label {
  top: -15px;
  font-size: 9pt;
  font-weight: 700;
}
#minibio .input-effect input:not(:-ms-input-placeholder-shown) ~ label, #minibio .input-effect textarea:not(:-ms-input-placeholder-shown) ~ label {
  top: -15px;
  font-size: 9pt;
  font-weight: 700;
}
#minibio .input-effect input:focus, #minibio .input-effect input:focus-visible, #minibio .input-effect textarea:focus, #minibio .input-effect textarea:focus-visible {
  outline-width: 0;
  outline: none;
}
#minibio .input-effect input:focus ~ label, #minibio .input-effect input:focus-visible ~ label, #minibio .input-effect textarea:focus ~ label, #minibio .input-effect textarea:focus-visible ~ label {
  color: #fff;
  top: -15px;
  font-size: 9pt;
  font-weight: 700;
}
#minibio .wpcf7-spinner {
  position: absolute;
}

#minibio h3, #minibio p {
  color: white;
}

.modal {
  padding: 10px 17px;
}
.modal .modal-header {
  border: 0;
}
.modal .modal-header .modal-title {
  color: #fff;
  text-align: center;
  width: 100%;
}
.modal .modal-header button.close {
  position: fixed;
  top: 20px;
  right: 20px;
  background: #1f2b44;
  z-index: 9999999;
  padding: 5px 13px;
  border-radius: 30px;
  font-size: 25px;
  color: #fff;
}
.modal .modal-content {
  background-color: rgba(0, 0, 0, 0.8);
}
.modal .modal-content #preloader-background {
  position: absolute;
}
.modal.loaded .modal-content {
  height: auto;
}
.modal.loaded .modal-loader {
  display: none;
}
.modal .modal-dialog {
  width: 90%;
  max-width: none;
}

.side-col {
  padding: 30px 50px 30px 20px;
}

.floaty {
  position: relative;
  top: 0;
  transition: top 0.1s ease-in-out;
  min-height: 100vh;
  text-align: center;
}
.floaty img {
  top: 0;
  left: 0;
  transition: all 1s ease-in-out;
  transform: translateY(0);
}
.floaty.abs img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#menu ul {
  margin: 0;
}
#menu ul li {
  display: inline-grid;
  padding: 5px 20px;
  background-color: rgba(0, 0, 0, 0.8);
}
#menu ul li a {
  font-size: 12px;
  color: #fff;
}

#addtoany_id {
  position: absolute;
  top: 50vh;
  right: 5px;
  transform: translateY(-50%);
  transition: top 0.3s ease-in-out;
}
#addtoany_id .addtoany_list.a2a_kit_size_32 a {
  display: block;
}

#bottom-footer {
  background-color: #050505;
}
#bottom-footer p {
  text-align: center;
  color: #a398a7;
}

#sceneTop {
  background: #1f2b44;
  background: -moz-linear-gradient(top, #1f2b44 0%, #6c757d 50%, #111111 80%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #1f2b44), color-stop(50%, #6c757d), color-stop(80%, #111111));
  background: -webkit-linear-gradient(top, #1f2b44 0%, #6c757d 50%, #111111 80%);
  background: -o-linear-gradient(top, #1f2b44 0%, #6c757d 50%, #111111 80%);
  background: -ms-linear-gradient(top, #1f2b44 0%, #6c757d 50%, #111111 80%);
  background: linear-gradient(to bottom, #1f2b44 10%, #6c757d 50%, #111111 80%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1f2b44", endColorstr="#111111", GradientType=0 );
}

.centerdisplay .widget_siteorigin-panels-builder .panel-grid-cell {
  position: relative;
  display: block;
  height: 100vh;
}
@media (max-width: 768px) {
  .centerdisplay .widget_siteorigin-panels-builder .panel-grid-cell {
    position: relative;
    height: auto;
  }
}
.centerdisplay .widget_siteorigin-panels-builder .panel-grid-cell .widget_text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .centerdisplay .widget_siteorigin-panels-builder .panel-grid-cell .widget_text {
    position: relative;
    top: 0;
    transform: none;
  }
}

@media (max-width: 480px) {
  #masthead .center-logo-below-menu .logo, #masthead .logo {
    padding: 0 0;
  }
  #masthead #site-navigation .menu {
    background-color: #050505;
  }
  #masthead #site-navigation .menu li {
    display: block;
    width: 100%;
    text-align: center;
  }

  .tituloHolder {
    height: 186px;
  }

  .layer1 {
    display: none !important;
  }

  .layer {
    display: block !important;
    position: relative !important;
  }

  .item .linkdiv .content-container {
    height: 50vw;
  }
  .item .linkdiv .content-container.Portrait {
    height: 100vw;
  }

  .modal .floaty {
    position: static;
    min-height: auto;
  }
  .modal .floaty img, .modal .floaty.abs img {
    position: static;
    transform: none;
  }
  .modal .modal-dialog {
    width: 100%;
  }

  #addtoany_id {
    position: fixed;
  }
}

/*# sourceMappingURL=style.css.map */
