/*
Theme Name: Edmondson Architects Theme
Theme URI: http://apslo.com/
Author: Pawel@apslo.com
Author URI: http://apslo.com/
Description: WordPress default theme.
Version: 0.0.1
Tags: theme
Text Domain: a_omega
*/
@import url(css/normalize.css);
img {
  max-width: 100%;
  height: auto;
}

a,
a:hover {
  text-decoration: none;
}

body {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 990px) {
  body {
    overflow-x: hidden !important;
  }
}

p,
h2,
h1 {
  font-weight: 200;
}

.scrollToTop {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  text-align: center;
  font-weight: 200;
  color: #fff;
  font-size: 43px;
  line-height: 0px;
  padding-top: 0px;
  text-decoration: none;
  position: fixed;
  z-index: 999;
  bottom: 40px;
  right: 20px;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  background-position: center 16px;
  background-size: 60% auto;
  background-repeat: no-repeat;
}

.scrollToTop:hover {
  text-decoration: none;
  color: #fff;
  background-color: black;
}

@media screen and (max-width: 990px) {
  .scrollToTop {
    display: none !important;
  }
}

.clear {
  width: 100%;
  height: 0px;
  clear: both;
}

.main_container {
  background-color: rgba(255, 255, 255, 0.8);
}

.footer {
  background-color: #333;
  color: #fff;
}

/*
* menu
*/
.main_menu_container {
  position: fixed;
  z-index: 999;
  width: 230px;
  max-width: 100%;
  background-color: #000;
  padding: 20px;
  padding-right: 20px;
  padding-top: 0px;
}

.main_menu_open {
  left: 0px;
  top: 0px;
  animation-name: menu_open_anime;
  animation-duration: 0s;
}

.main_menu_close {
  left: 0px;
  top: -500px;
  animation-name: menu_close_anime;
  animation-duration: 0s;
}

@keyframes menu_close_anime {
  from {
    top: 0px;
  }
  to {
    top: -500px;
  }
}

@keyframes menu_open_anime {
  from {
    top: -500px;
  }
  to {
    top: 0px;
  }
}

#close_btn {
  color: #fff;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-top: 20px;
  margin-left: 20px;
  text-align: center;
}

#close_btn i {
  font-size: 30px;
}

#close_btn img {
  width: 15px;
  height: 15px;
  display: none;
}

.close_btn_display img {
  display: block !important;
}

#open_btn {
  position: fixed;
  left: 20px;
  width: 60px;
  height: 40px !important;
  height: auto;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 5px;
  padding-top: 10px;
  cursor: pointer;
  z-index: 998;
  text-align: center;
}

#open_btn i {
  font-size: 45px;
  color: #fff;
}

.open_btn_initial {
  top: -100px;
}

.open_btn_hidden {
  top: -100px;
  animation-name: open_btn_hidde_anime;
  animation-duration: 0s;
}

.open_btn_display {
  top: 20px;
  animation-name: open_btn_display_anime;
  animation-duration: 0s;
}

@keyframes open_btn_hidde_anime {
  from {
    top: 20px;
  }
  to {
    top: -100;
  }
}

@keyframes open_btn_display_anime {
  from {
    top: -100px;
  }
  to {
    top: 20px;
  }
}

.menu_logo {
  padding: 0px;
  padding-top: 20px;
}

.menu_logo img {
  max-width: 100%;
  height: auto;
}

.tel_holder {
  padding: 0px;
  padding-top: 20px;
  padding-left: 10px;
}

.tel_holder a {
  color: #fff;
  font-weight: 200;
  font-size: 18px;
}

.tel_holder i {
  font-size: 35px;
  margin-right: 5px;
  vertical-align: middle;
}

#menu {
  margin: 0px;
  padding-top: 0px;
}

#menu li {
  list-style: none;
}

#menu li a {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
}

#menu li a:hover {
  text-decoration: none;
  color: #f49230;
}

#menu li.active a {
  color: #f49230;
}

#menu li.current_page_item a {
  color: #f49230;
}

/*
* section
*/
.section {
  text-align: center;
  padding: 0px;
}

.frontProjectHolder {
  padding: 0px;
}

.centered_full_background {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.centered_background {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.left_background {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.right_background {
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
}

.black_bg {
  background-color: #000;
}

.heading_box {
  background-color: #fff;
  text-align: center;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0px;
}

.box_text_black {
  color: #fff;
}

.box_text_black p {
  font-size: 20px;
}

.box_text_black h2 {
  font-size: 40px;
  letter-spacing: 3pt;
  padding-top: 0px;
  margin-top: 0px;
}

.box_text_white {
  color: #000;
}

.box_text_white p {
  font-size: 20px;
}

.box_text_white h2 {
  font-size: 40px;
  letter-spacing: 3pt;
  color: #f49230;
  padding-top: 0px;
  margin-top: 0px;
}

.circle {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  border: 2px solid #f49230;
  margin-bottom: 15px;
  margin-top: 5px;
  clear: both;
}

.link_orange {
  font-size: 18px;
  color: #f49230;
  letter-spacing: 2pt;
}

.link_orange:hover {
  color: #f49230;
  font-weight: 700;
  text-decoration: none;
}

#ao_section1 {
  background-color: #000;
}

.section_1_iner_left {
  background-color: #000;
  height: 100%;
  padding-top: 50px;
  text-align: left;
}

.section_1_iner_left h2 {
  position: absolute;
  bottom: 4%;
  width: 70%;
  color: #fff;
  font-size: 40px;
}

.section_1_iner_right {
  background-color: #000;
  height: 100%;
}

@media screen and (max-width: 980px) {
  .section_1_iner_left {
    height: auto;
    padding-top: 5px;
    padding-bottom: 10px;
    text-align: right;
    min-height: 70px;
  }
  .section_1_iner_left h2 {
    position: static;
    width: 30%;
    float: right;
    color: #fff;
    font-size: 20px;
  }
  .section_1_iner_right {
    min-height: 500px;
  }
}

@media screen and (max-width: 500px) {
  .section_1_iner_left {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
    min-height: 70px;
  }
  .section_1_iner_left h2 {
    position: static;
    width: 50%;
    float: right;
    color: #fff;
    font-size: 20px;
  }
}

.main_logo_holder {
  padding-top: 60px;
  padding-right: 60px;
  text-align: right;
  font-size: 100px;
  line-height: 100px;
}

.main_logo_holder .l1 {
  font-weight: 100px;
  color: #000;
  margin-right: 10%;
}

.main_logo_holder .l2 {
  font-weight: 400px;
  color: #f49230;
}

@media screen and (max-width: 780px) {
  .main_logo_holder {
    text-align: right;
    font-size: 50px;
    line-height: 50px;
  }
  .main_logo_holder .l1 {
    font-weight: 100px;
    color: #000;
    margin-right: 10%;
  }
  .main_logo_holder .l2 {
    font-weight: 400px;
    color: #f49230;
  }
}

.box_container_iner {
  padding-top: 7%;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

@media screen and (max-width: 990px) {
  .box_container_iner {
    width: 90%;
  }
}

@media screen and (min-width: 990px) {
  .box_text_white {
    width: 49.3%;
  }
  .h51 {
    width: 50.7%;
  }
}

.arrow_down {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  text-align: center;
}

.arrow_down img {
  opacity: .7;
}

.arrow_down img:hover {
  opacity: 1;
}

.single-page-left {
  background-color: #000;
}

.single_page_text {
  position: absolute;
  bottom: 40px;
  left: 20px;
  text-align: left;
  width: 70%;
  color: #fff;
}

.single_page_text p {
  font-size: 20px;
}

.single_page_text h2 {
  font-size: 40px;
  letter-spacing: 3pt;
}

.project_holder {
  background-color: #fff;
  color: #000;
  padding-top: 30px;
}

.portfolio_th {
  padding: 0px;
  text-align: center;
  margin-bottom: 30px;
  cursor: pointer;
}

.portfolio_th_img {
  min-height: 300px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0px;
}

.portfolio_th_hover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 45%;
  font-size: 17px;
  color: #fff;
  font-weight: 200;
  letter-spacing: 0.2em;
  opacity: 0;
  filter: alpha(opacity=0);
  animation-name: th_hover_hide;
  animation-duration: 0s;
}

.portfolio_th_text h2 {
  color: #f49230;
  letter-spacing: 0.1em;
}

.portfolio_th_text p {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #000;
  text-transform: uppercase;
}

.portfolio_th:hover .portfolio_th_hover {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: th_hover_display;
  animation-duration: 0s;
}

@keyframes th_hover_display {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@keyframes th_hover_hide {
  from {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

.portfolio_page_text {
  padding-top: 55%;
  text-align: center;
}

@media screen and (max-width: 990px) {
  .portfolio_page_text {
    padding-top: 35%;
  }
}

.gallery_image_holder {
  padding: 0px;
}

.gallery_image_holder img {
  width: 100%;
  height: auto;
}

.single_portfolio_text {
  padding: 40px;
  padding-left: 0px;
  padding-top: 45%;
  text-align: left;
  position: absolute;
  bottom: 0px;
  left: 20px;
}

.single_portfolio_text_title {
  color: #f49230;
}

.subject_portfolio_title {
  font-size: 30px;
}

.text_orange {
  color: #f49230;
}

.portfolio_controls {
  padding: 0px;
  width: 96%;
  position: absolute;
  top: 50%;
  left: 2%;
}

.portfolio_controls .btn-primary {
  border: none;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  position: absolute;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 25px;
  text-align: center;
}

.portfolio_controls .btn-primary i {
  font-size: 40px;
}

.portfolio_controls .btn-primary:active {
  background-color: rgba(0, 0, 0, 0.6);
}

.portfolio_controls .po_prev_ctr {
  padding-left: 0px;
  left: 0px;
}

.portfolio_controls .po_prev_ctr i {
  text-align: center;
  padding-left: 6px;
  line-height: 0px;
  padding-top: 17px;
}

.portfolio_controls .po_next_ctr {
  right: 0px;
}

.portfolio_controls .po_next_ctr i {
  text-align: center;
  padding-left: 6px;
  line-height: 0px;
  padding-top: 17px;
}

.read-more {
  color: #f49230;
  white-space: nowrap;
}

.modal-content {
  border-radius: 0px;
  background-color: #000;
}

.modal-header,
.modal-footer {
  border: none;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #000;
  filter: alpha(opacity=100);
  opacity: 1;
}

.close img {
  width: 20px;
  height: auto;
}

.modal-body {
  padding: 50px;
  padding-top: 0px;
}

.modal-body p {
  font-size: 18px;
}

@media screen and (max-width: 990px) {
  .modal-body {
    padding: 20px;
    padding-top: 0px;
  }
}

.single_page_column p {
  font-size: 15px;
}

.arrow_down_black {
  width: 50px;
  height: 50px;
  border: 1px solid #fafafa;
  float: right;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow_down_black img {
  width: 60%;
  margin-left: -2px;
}

.arrow_down_black:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.single_portfolio_text_holder {
  background-color: #000;
  padding: 40px;
  padding-left: 0px;
}

.single_portfolio_text_holder p {
  font-size: 18px;
}

.single_page_holder {
  padding: 40px;
}

.single_page_holder p {
  font-size: 18px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #fff;
  text-decoration: none;
}

.navigation li {
  display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  background-color: #000;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
  background-color: #f49230;
}
