/*
Theme Name: FiltTechnical Sky
Theme URI: http://filteredarts.com
Author: Fral Kritic
Author URI: 
Description: The Primary theme used by Filtered Arts to make content availble to a world wide audience.
License: Exclusive, All Rights Reserved To Filtered Arts.
License URI:
Tags: 
Text Domain: FiltTechnical-Blues
Version: 1.0

Power Exist Here
*/
/*
    Theme Development

        Basic Universal Structure
            ---
            Main Media Queries
                Max Width 600px For Phones
                Min Width 600px For Tablets
                Min Width 992px For Laptops and Desktops
*/
/*  Fonts  */
@import url("https://fonts.googleapis.com/css?family=Acme|Amatic+SC|Baloo+Thambi|Mukta+Mahee");
/* Font Sizes */
/*  Colors  */
/*
        $Theme-Main: #161C43;
        $Theme-Sky: #2A45F0;
        $Theme-Compliment: #FF7400;
        $Theme-Dark: black;
        $Theme-White: white;

        .Background-Main {
            background: $Theme-Main;
        }

        .Background-Dark {
            background-color: $Theme-Dark;
        }

        .Background-White {
            background-color: $Theme-White;
        }

        .FontColor-Main {
            color: $Theme-White;
        }

        .FontColor-Logo {
            color: $Theme-Sky;
        }

        .FontColor-BrightLinks {
            color: $Theme-Compliment;
        }

        .FontColor-DarkLinks {
            color: $Theme-Dark
        }
        */
/*  Containers  */
.FullWidth {
  width: 100%; }

.ThirdWidth {
  width: 75%; }

.HalfWidth {
  width: 50%; }

.QuarterWidth {
  width: 25%; }

.FullScreen {
  margin: 0;
  padding: 0; }

/*  Links  */
a, a:active, a:hover, a:visited, a:focus, ul, li {
  text-decoration: none;
  list-style: none;
  color: inherit; }

body {
  font-family: "Mukta Mahee", sans-serif; }

.Body-Design_M {
  margin: 0;
  padding: 0;
  background: #0e163e; }

img {
  display: block;
  width: 100%;
  height: auto; }

/* Header */
.Header-Contain {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap; }

.Logo-Contain {
  flex: 75%; }

.Logo {
  width: 100%;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
  display: block;
  font-family: "Acme", sans-serif;
  color: #3B55FF;
  text-shadow: 1px 1px white;
  font-size: 2em; }

.Mobile {
  padding: 11px;
  box-sizing: border-box;
  background: #21308F;
  font-family: "Amatic SC", cursive;
  color: white;
  font-size: 1.7em;
  font-weight: bold;
  text-align: center; }

.Nav-Main {
  display: none;
  flex: 100%; }

.Nav-Main > div > ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  color: white;
  font-family: "Amatic SC", cursive;
  font-size: 2em;
  font-weight: bolder;
  text-align: center; }

.Nav-Main > div > ul > li {
  position: relative;
  transition: 1s; }

/* TESTING NEED!
    .Nav-Main > div > ul > li {
        list-style: none;
    }
    */
@media only screen and (min-width: 992px) {
  .Header-Contain {
    flex-wrap: nowrap; }
  .Logo {
    font-size: 3em; }
  .Mobile {
    display: none; }
  .Nav-Main {
    display: flex !important;
    align-items: center; }
  .Nav-Main > div {
    width: 100%; }
  .Nav-Main > div > ul {
    font-size: 2em;
    flex-direction: row;
    flex-basis: 75%;
    justify-content: space-around; }
  .Nav-Main > div > ul > li:hover {
    color: #DB6900;
    transition: 1s; } }

.sub-menu {
  margin: 0;
  position: absolute;
  left: -20px;
  z-index: 5;
  display: none;
  border-top: 3px solid black;
  padding: 15px;
  box-sizing: border-box;
  background: #0e163e;
  color: white;
  border-radius: 0 0 30px 30px;
  transition: 10s; }

.menu-item-336:hover .sub-menu {
  display: inherit;
  transition: 10s; }

/*  Feature Area  */
.FeaturedArea {
  width: 100%;
  height: auto;
  display: block; }

.FeaturedContainer {
  position: relative; }

.PreviewImage {
  position: relative;
  width: 100%;
  height: auto;
  display: block; }

.FeaturedInformation {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
  background: #21308F; }

.FeaturedTitle {
  margin-bottom: 15px;
  padding: 5px;
  box-sizing: border-box;
  display: inline-block;
  color: white;
  font-family: 'Baloo Thambi', cursive;
  font-size: 1.4em;
  border-bottom: 2px solid white; }

.FeaturedDescription {
  color: white; }

.SecondaryFeaturedArea {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
  box-sizing: border-box; }

.SecondaryLinkContain {
  flex: 48%;
  margin: 1%;
  box-sizing: border-box; }

.SecondaryFeaturedContainer {
  position: relative; }

.SecondaryFeaturedInformation {
  position: relative;
  padding: 2px;
  box-sizing: border-box; }

.SecondaryFeaturedTitle {
  color: white;
  font-family: "Baloo Thambi", cursive;
  font-size: 1em; }

.SecondaryFeaturedDescription {
  position: relative;
  display: none; }

@media only screen and (min-width: 950px) {
  .SecondaryLinkContain {
    flex: 1; }
  .SecondaryFeaturedArea {
    position: relative;
    display: flex;
    flex-wrap: nowrap; }
  .SecondaryFeaturedContainer {
    position: relative; }
  .FeaturedInformation {
    position: absolute;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-around; }
  .FeaturedTitle {
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
    display: inline-block;
    color: white;
    font-family: 'Baloo Thambi', cursive;
    font-size: 1.4em;
    border-bottom: none;
    border-right: 2px solid white; }
  .FeaturedDescription {
    flex: 65%;
    padding: 10px;
    padding-left: 20px;
    box-sizing: border-box;
    color: white; } }

/*Sections*/
.FullSection {
  position: relative;
  width: 100%;
  min-height: 100vh;
  height: auto;
  padding: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-sizing: border-box; }

.Section-Secondary {
  background: #21308F; }

.Section-Highlight {
  background: #DB6900; }

.Section-Bright {
  background: white; }

.Section-Dark {
  background: black; }

.Section-Accent-Secondary {
  background: #1a266c; }

.Section-Accent-Highlight {
  background: #ff7a00; }

.Section-Accent-Bright {
  background: #b4b4b4; }

.Section-Accent-Dark {
  background: #0d0d0d; }

.Section_Header-Dark {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px;
  padding-top: 40px;
  box-sizing: border-box;
  color: white;
  font-family: "Baloo Thambi", cursive;
  font-size: 2em;
  text-align: center; }

.Section_SubHeader-Dark {
  position: relative;
  width: 100%;
  height: auto;
  color: white;
  font-family: "Mukta Mahee", sans-serif;
  font-size: 1.3em;
  letter-spacing: 10px;
  text-align: center; }

.Section_Header-Bright {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px;
  padding-top: 40px;
  box-sizing: border-box;
  color: black;
  font-family: "Baloo Thambi", cursive;
  font-size: 2em;
  text-align: center; }

.Section_SubHeader-Bright {
  position: relative;
  width: 100%;
  height: auto;
  color: black;
  font-family: "Mukta Mahee", sans-serif;
  font-size: 1.3em;
  letter-spacing: 10px;
  text-align: center; }

.Section_Content {
  width: 95%;
  margin: auto;
  margin-top: 20px;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 0 10px;
  border-radius: 20px;
  color: #00a0d2;
  font-size: 3em;
  text-align: center; }

@media only screen and (min-width: 992px) {
  .Section_Header-Dark {
    font-size: 3em; } }

/* Funtopia Sections */
.Section_Header-Funtopia {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px;
  padding-top: 40px;
  padding-bottom: 0;
  box-sizing: border-box;
  font-family: "Baloo Thambi", cursive;
  font-size: 2em;
  text-align: left; }

.Section_SubHeader-Funtopia {
  position: relative;
  width: 100%;
  height: auto;
  padding: 15px;
  box-sizing: border-box;
  font-family: "Mukta Mahee", sans-serif;
  font-size: 1em;
  letter-spacing: 0;
  text-align: left; }

.Section_Content-Funtopia {
  width: 98%;
  margin: auto;
  margin-top: 20px;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 0;
  color: unset;
  font-size: unset;
  text-align: left; }

.Content_Funtopia-Contain {
  flex: 47%;
  margin: 1%; }

.Content_Funtopia-Title {
  position: relative;
  width: 100%;
  height: auto;
  color: white;
  font-size: 1em;
  font-family: "Baloo Thambi", cursive; }

@media only screen and (min-width: 600px) {
  .Content_Funtopia-Title {
    font-size: 1.4em; } }

@media only screen and (min-width: 992px) {
  .Section_SubHeader-Funtopia {
    position: relative;
    width: 50%;
    height: auto;
    padding: 15px;
    box-sizing: border-box;
    font-family: "Mukta Mahee", sans-serif;
    font-size: 1em;
    letter-spacing: 0;
    text-align: left; }
  .Section_Content-Funtopia {
    width: 98%;
    margin: auto;
    margin-top: 20px;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 5px;
    flex-wrap: nowrap;
    border-right: 2px solid black;
    border-left: 2px solid black;
    border-radius: 0;
    color: unset;
    font-size: unset;
    text-align: left; }
  .Content_Funtopia-Contain {
    width: 25%;
    flex: unset !important;
    margin: 1%; }
  .Content_Funtopia-Title {
    position: relative;
    width: 100%;
    height: auto;
    color: white;
    font-size: 1.4em; } }

/* FunTop Menu*/
.FunTopMenu {
  display: block;
  box-shadow: 0 0 15px black;
  font-family: "Amatic SC", cursive;
  font-size: 1.3em; }

.FunTopMenu > div > ul {
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  color: white; }

.FunTopMenu > div > ul > li {
  margin: 0;
  padding: 20px;
  box-sizing: border-box; }

@media only screen and (min-width: 992px) {
  .FunTopMenu {
    display: block;
    box-shadow: 0 0 15px black;
    font-family: "Amatic SC", cursive;
    font-size: 2em; }
  .FunTopMenu > div > ul {
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    color: white; }
  .FunTopMenu > div > ul > li {
    margin: 0;
    padding: 20px;
    box-sizing: border-box; } }

/* Funtopia Pages */
.AllContent-Container_Shared {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap; }

.Content-Box_Shared {
  position: relative;
  flex-basis: 48%;
  margin: 1%; }

.Content-Title_Shared {
  position: relative;
  color: white; }

@media only screen and (min-width: 600px) {
  .Content-Box_Shared {
    position: relative;
    flex-basis: 23%;
    margin: 1%; }
  .Content-Title_Shared {
    position: relative;
    color: white; } }

/* YouTube */
.Content_Contents-Container_Vid {
  width: 100%;
  height: 0;
  position: relative;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 40%;
  overflow: hidden;
  background: black; }

.Content_Contents-Container_Vid > iframe {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.Content_Information-Container_Vid {
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  background: black; }

.Content_Title-Container_Vid {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
  padding: 20px;
  padding-top: 40px;
  padding-bottom: 0;
  box-sizing: border-box;
  background: black;
  color: white;
  font-family: "Baloo Thambi", cursive;
  font-size: 1.7em; }

.Content_Publisher-Container_Vid {
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  box-sizing: border-box;
  color: #DB6900;
  font-weight: bold; }

.Secondary_Section_Vid {
  display: block;
  width: 100%;
  height: auto; }

.MoreInfo_Container_Vid {
  background: #0a0a0b;
  border-radius: 30px;
  margin: 5px; }

.MoreInfo_Section-Header_Vid {
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 20px;
  box-sizing: border-box;
  background: #0e163e;
  color: white;
  font-family: "Baloo Thambi", cursive;
  font-size: 1.3em;
  text-align: center;
  border-radius: 30px 30px 0 0; }

.Content_Description-Container_Vid {
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  color: white;
  font-size: 1.3em;
  border-radius: 0 0 30px 30px; }

.SocialMedia_Container_Vid {
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  color: white;
  font-size: 1.3em;
  border-radius: 0 0 30px 30px; }

@media only screen and (min-width: 600px) {
  .Content_Title-Container_Vid {
    font-size: 3em; }
  .Secondary_Section_Vid {
    display: flex;
    width: 100%;
    height: auto; }
  .MoreInfo_Container_Vid {
    box-shadow: 0 0 5px white; }
  .Section2 {
    flex-basis: 100%; } }

.Content_AboutUs {
  width: 100%;
  box-sizing: border-box;
  background: white; }

.Content_AboutUs p {
  padding: 15px;
  padding-bottom: 0;
  padding-top: 0;
  box-sizing: border-box; }

.Content_AboutUs figure {
  min-width: 100%;
  margin: 0;
  padding: 0;
  display: block !important; }

@media only screen and (min-width: 600px) {
  .Content_AboutUs {
    width: 100%;
    box-sizing: border-box;
    background: white; }
  .Content_AboutUs h1 {
    font-size: 3em; }
  .Content_AboutUs p {
    padding: 190px;
    padding-bottom: 0;
    padding-top: 0;
    box-sizing: border-box;
    font-size: 1.7em; }
  .Content_AboutUs figure {
    min-width: 100%;
    margin: 0;
    padding: 0;
    display: block !important; } }

/* Footer */
.Footer-Contain {
  position: relative;
  width: 100%;
  padding-top: 30px;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px white; }

.FootNav > div > ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  color: white;
  font-family: "Amatic SC", cursive;
  font-size: 1.3em; }

.FootNav > div > ul > li {
  padding: 10px;
  box-sizing: border-box;
  flex: 50%;
  text-align: center; }

.LegalFoot {
  padding-bottom: 22px;
  padding-top: 10px;
  color: white;
  text-align: center; }

@media only screen and (min-width: 992px) {
  .FootNav > div > ul {
    flex-wrap: nowrap; }
  .FootNav > div > ul > li:hover {
    color: #DB6900; } }
