/*
Theme Name: Anti Photography Flatsome Child
Description: Dedicated presentation boundary for photography.antisoosaar.ee.
Author: Anti Soosaar
Template: flatsome
Version: 1.0.0
*/

:root {
  --anti-photo-gold: #c9a962;
  --anti-photo-black: #050505;
}

html,
body {
  overflow-x: hidden;
}

body.anti-split-photography {
  background: var(--anti-photo-black);
}

body.anti-split-photography #wrapper,
body.anti-split-photography #main,
body.anti-split-photography #content {
  max-width: none;
  margin: 0;
  padding: 0;
  background: var(--anti-photo-black);
}

