/*
Theme Name: Modern Art Gallery
Theme URI: https://your-domain.com/themes/modern-art-gallery
Author: Your Name
Author URI: https://your-domain.com
Description: A modern WordPress theme for art galleries
Version: 2.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: modern-art-gallery
*/

@font-face {
  font-family: "gotham_lightregular";
  src: url("fonts/gotham-light-webfont.eot");
  src: url("fonts/gotham-light-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/gotham-light-webfont.woff2") format("woff2"),
    url("fonts/gotham-light-webfont.woff") format("woff"),
    url("fonts/gotham-light-webfont.ttf") format("truetype"),
    url("fonts/gotham-light-webfont.svg#gotham_lightregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "gotham_lightregular";
  margin: 0 auto;
  padding: 0;
  color: #636466;
}
a,
a:hover {
  text-decoration: none;
}
.scrollup {
  position: fixed;
  bottom: 50px;
  right: 30px;
  cursor: pointer;
}

/****************** Homepage *******************/
.homePage {
}
.wholeBody {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
}
.homeContainer {
  width: 940px;
  height: 400px;
  position: absolute;
  margin-left: -470px;
  margin-top: -200px;
  top: 50%;
  left: 50%;
}
.homeLogo {
  text-align: center;
  margin-bottom: 150px;
}
.homeMenu {
}
.homeMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.homeMenu li {
  float: left;
  margin-right: 25px;
  width: 215px;
  height: 45px;
  text-align: center;
  border: 1px solid #fff;
  padding-top: 12px;
}
.homeMenu li:last-child {
  margin-right: 0px;
}
.homeMenu li a {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.fixedMenu {
  position: fixed;
  width: 210px;
  padding: 40px 30px 40px 0;
  height: auto;
  right: 0;
  top: 20%;
}
.fixedLogo {
  float: right;
}
.menu-inner-container {
  padding-top: 15px;
  clear: both;
}
.menu-inner-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-inner-container li {
  text-align: right;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
  clear: both;
}
.menu-inner-container li:first-child.current-menu-item {
  /**padding-bottom: 90px;**/
}
.menu-inner-container li:first-child a {
  text-transform: lowercase;
  color: #636466;
  letter-spacing: 5px;
}
.menu-inner-container li:first-child.current-menu-item a {
  color: #231f20;
}
.menu-inner-container li:first-child.current-menu-item a:after {
  content: "";
  height: 1px;
  width: 60px;
  background: #636466;
  position: absolute;
  right: 3px; /**top: 110px;**/
}
.menu-inner-container li a {
  text-transform: lowercase;
  color: #636466;
  letter-spacing: 5px;
}
.menu-inner-container li.current-menu-item a {
  color: #231f20;
}
.menu-inner-container li.current-menu-item a:after {
  content: "";
  height: 1px;
  width: 60px;
  background: #636466;
  position: absolute;
  right: 3px;
  top: 35px;
}
.menu-inner-container li .sub-menu {
  width: 100%;
  display: none;
}
.menu-inner-container li.current-menu-item .sub-menu {
  display: block;
}
.menu-inner-container li .sub-menu li {
  float: left;
  clear: none;
  margin-right: 18px;
  padding: 8px 0px 0px;
}
.menu-inner-container li .sub-menu li:nth-child(3n) {
  margin-right: 0;
}
.menu-inner-container li .sub-menu li a {
  font-size: 12px;
}
.menu-inner-container li .sub-menu li a:after {
  height: 0px !important;
}

/******************** Picture page ************/
.pictures-page {
}
.pictures-page ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pictures-page h2 {
  margin: 0px;
  letter-spacing: 8px;
  color: #636466;
  height: 0;
}

/************** Post page *************/
.post-content {
  text-align: center;
  width: 750px;
  margin: auto;
  padding-top: 50px;
}
.singlePostContent {
  padding-bottom: 40px;
}
.singlePostContent img {
  width: 100%;
  margin-bottom: 5px;
  height: auto;
}
.singlePostContent small {
  color: #636466;
  font-size: 12px;
}
.spaceHidden {
  visibility: hidden;
}

/************ Profile page ****************/
.profile-page {
}
.profileImage {
  background-image: url(images/profile.jpg);
  width: 100%;
  height: 100%;
  background-size: 40%;
  background-position: top center;
  min-height: 667px;
  background-repeat: no-repeat;
}
.profileImageContent {
  width: 500px;
  color: #fff;
  margin-left: 15%;
  padding: 70px 0;
  font-size: 17px;
}
.aboutPageContent {
  padding: 50px 200px 200px 200px;
  width: 100%;
  margin: auto;
  font-size: 14px;
}
.aboutPageContent div {
/*   padding-left: 15%; */
}
.aboutPageContent b {
  color: #000;
}

/**************** Contact Form ****************/
.cform {
  font-family: "gotham_lightregular" !important;
  background: transparent !important;
  border: 0 !important;
  width: 720px !important;
  font-size: 15px !important;
  margin: 100px auto 0 !important;
}
.cform input,
.cform textarea,
.cform select {
  color: #636466 !important;
  background: transparent !important;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover {
  box-shadow: none !important;
  background: transparent !important;
}
.cform .cf-sb {
  text-align: right !important;
  padding: 0px 95px 0px 0px !important;
}
.cform fieldset:first-child legend {
  background-color: transparent;
  border-bottom: 0;
  padding-left: 158px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 15px;
}
.cform textarea {
  height: 100px !important;
}
.reqtxt,
.emailreqtxt {
  visibility: hidden;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton {
  font-weight: bold;
}
input.sendbutton {
  width: 100px !important;
}

.contact {
  width: 500px;
  margin: 100px auto 0;
  padding-left: 50px;
  font-size: 13px;
}
.contactText {
  font-size: 15px;
  width: 620px;
}
.copyrights {
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 100%;
  clear: both;
  left: 0;
  text-transform: lowercase;
}

/*************** Bootstrap Menu *************/
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar {
  border: 0;
}
.container-fluid {
  padding-right: 0;
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-brand {
  height: auto;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
    float: right;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .homeContainer {
    width: 90%;
    position: absolute;
    margin: 60px auto 0px;
    height: 300px;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -45%;
  }
  .homeLogo {
    width: 250px;
    margin: 25px auto 80px;
    height: 100px;
  }
  .homeLogo img {
    width: 100%;
  }
  .homeMenu li {
    width: 30%;
    margin-bottom: 20px;
    margin-right: 5%;
  }
  .homeMenu li a {
    font-size: 11px;
    letter-spacing: 4px;
  }
  .post-content {
    width: 90%;
    padding-top: 0px;
  }
  .fixedMenu {
    top: 0;
    width: 100%;
    padding: 2% 5% 0%;
    background-color: #fff;
  }
  .menu-inner-container li.current-menu-item .sub-menu {
    width: 180px;
    float: right;
  }

  .navbar {
    border-radius: 0;
    background-color: #fff;
  }
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
    float: right;
    width: 100%;
  }
  .navbar-header {
    float: right;
  }
  .fixedLogo {
    width: 60px;
    float: left;
  }

  /* .profileImage {background-image: none;width: 100%;height: auto;margin: auto;} */
  .profileImage {
    background-image: url(images/profile.jpg);
    width: 100%;
    height: 100%;
    background-size: 85%;
    background-position: top center;
    background-repeat: none !important;
	min-height: 385px;
	  margin-top: 75px;
  }

  .profileImageContent {
    width: 90%;
    margin: auto;
    color: #333;
    text-align: center;
    padding: 100px 0 30px;
/*     border-bottom: 1px solid #a9a9a9; */
    margin-bottom: 30px;
  }
  .aboutPageContent {
    padding: 0px 0px 30px 0px;
    width: 90%;
    margin: auto;
    font-size: 14px;
  }

  .cform {
    width: 90% !important;
    margin: 90px auto !important;
  }
  .cform fieldset:first-child legend {
    padding-left: 0;
    text-align: center;
  }
  .cform .cf-sb {
    text-align: center !important;
    padding: 0 !important;
  }
  .contact {
    width: 90%;
    margin: auto;
    padding-left: 0;
    font-size: 13px;
    text-align: center;
  }
  .contactText {
    width: auto;
  }
  .copyrights {
    position: static;
    margin-top: 50px;
  }
}
@media (max-width: 480px) {
  .homeContainer {
    width: 80%;
    position: relative;
    margin: 60px auto 0px;
    height: auto;
    top: auto;
    left: auto;
  }
  .homeLogo {
    margin-bottom: 100px;
  }
  .homeLogo img {
    width: 100%;
  }
  .homeMenu li {
    width: 100%;
    margin-bottom: 20px;
  }
}
