/*
Theme Name: Other Fox
Theme URI: http://otherfox.com
Author: Other Fox
Description: Other Fox provides quality websites, apps, consulting, and artistic services for small businesses and start-ups. This is their theme.
Version: 20202025
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: otherfox
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

otherfox is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Alignments
# Custom
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: block;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: block;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
## Custom
--------------------------------------------------------------*/

.screen-reader-text {
  display: none;
}

/*--------------------------------------------------------------
## Colors

white: rgba(255, 255, 255, 1)
gray: rgba(164, 168, 156, 1);
dark gray: rgba(105,105,105,1);
outmeal: rgba(204, 201, 185, 1);

--------------------------------------------------------------*/
/* Layout */

html,
body {
  background-color: #fff;
  color: rgba(105, 105, 105, 1);
}

.site-content .panel-grid {
  padding: 20px;
  height: initial;
}

.site-content .panel-grid-cell {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}

.site-content .panel-grid-cell .panel-grid-cell,
.site-content .panel-grid-cell .panel-grid {
  padding: 0;
  margin: 0;
  text-align: left;
  justify-content: flex-start;
}

.site-content .panel-grid-cell .panel-grid-cell {
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .site-content .panel-layout .panel-grid-cell {
    padding: 50px 0 !important;
  }
  .site-content .panel-grid-cell .panel-grid-cell,
  .site-content .panel-grid-cell .panel-grid {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .site-content .panel-grid-cell .panel-grid-cell {
    margin: 0;
  }
}
.site-content .panel-grid-cell .so-panel {
  margin-bottom: 0px;
  display: block;
  width: 100%;
}
.site-content .panel-grid {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .site-content .panel-grid-cell {
    margin: 0;
  }
}

/* Typography */

body,
p,
a,
li,
td {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: rgba(105, 105, 105, 1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 200;
  color: rgba(164, 168, 156, 1);
}

a,
a:visited,
a:active {
  text-decoration: none;
  font-weight: 400;
  border-bottom: 1px solid rgba(105, 105, 105, 1);
  color: rgba(105, 105, 105, 1);
}

a:hover {
  font-weight: 600;
  text-decoration: none;
}

strong {
  color: rgba(164, 168, 156, 1);
}

button {
  background-color: #333;
  border: none;
  color: #eee;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Lato';
  padding: 10px 20px;
}

/* header */

.site-header {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

.site-header-cover {
  height: 100%;
  width: 100%;
  padding: 20px;
}

/* logo */

.site-branding {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.site-title a {
  text-decoration: none;
  display: inline-block;
  border: none;
  width: 400px;
  max-width: 100%;
}

.site-title object {
  display: block;
  height: auto;
  width: 100%;
}

.site-title .text {
  line-height: 40px;
  font-size: 35px;
  display: inline-block;
  vertical-align: middle;
}

.site-description {
  color: rgba(204, 201, 185, 1);
  font-weight: 100;
  font-size: 26px;
  line-height: 26px;
  display: inline-block;
  text-transform: uppercase;
  width: 200px;
}

/* nav */

.main-navigation li {
  margin-right: 15px;
}

.main-navigation li a,
.main-navigation li a:active {
  margin-right: 15px;
  color: #aaa;
}

/* footer */

.site-footer {
  text-align: center;
  margin: 0 0 20px 0;
}

.site-footer a {
  color: rgba(164, 168, 156, 1);
}

/* helpers */

.center-v img {
  height: 120px;
  width: auto;
  text-align: center;
}

.center-title .widget-title {
  text-align: center;
}

.circle-crop {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  width: 200px;
  height: 200px;
  position: relative;
}

.mx-900 {
  max-width: 900px;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 780px) {
  #pg-5-0 .panel-grid-cell,
  #pg-5-1 .panel-grid-cell,
  #pg-5-2 .panel-grid-cell,
  #pg-5-3 .panel-grid-cell,
  #pg-5-4 .panel-grid-cell,
  #pg-5-5 .panel-grid-cell {
    float: none;
    width: 100% !important;
  }
}

/* Page */

#pg-5-0,
#pg-5-1,
#pg-5-2,
#pgc-5-0-0,
#pgc-5-1-0,
#pgc-5-2-0 {
  height: 100%;
  min-height: 100vh;
}

@media screen and (max-width: 768px) {
  #pg-5-0,
  #pg-5-1,
  #pg-5-2,
  #pgc-5-0-0,
  #pgc-5-1-0,
  #pgc-5-2-0,
  #pgc-5-3-0 {
    height: initial;
  }
}

.bkg-1,
.bkg-3 {
  display: block;
  height: 0;
  width: 0;
  background-color: #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  transform: translate3d(-50%, 50%, 0);
  border-radius: 50%;
  z-index: 1;
}

.bkg-2 {
  display: block;
  height: 0;
  width: 100%;
  position: fixed;
  background-color: #e2dfd3;
  top: 0;
  left: 0;
  z-index: 3;
}

.bkg-3 {
  right: 0;
  left: initial;
  transform: translate3d(50%, 50%, 0);
  z-index: 5;
}
#pgc-5-0-0 {
  z-index: 2;
}

#pgc-5-1-0 {
  z-index: 4;
}
#pgc-5-2-0,
#pgc-5-3-0 {
  z-index: 6;
}

/* home content */

.site-header {
  height: 100vh;
  min-height: 480px;
}

.site-content .min-height-0 .panel-grid-cell {
  min-height: 0;
  margin-top: 0;
  padding-top: 0;
}

.site-content .min-height-0 .panel-grid-cell h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.site-content .panel-grid-cell .widget-title {
  margin-bottom: 30px;
}

/* About */

@media screen and (max-width: 780px) {
  .site-content #pg-5-0.panel-no-style {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

#pgc-5-0-0 {
  min-height: 100vh;
}

#pg-5-0 p {
  color: rgba(135, 135, 135, 1);
}

/* Services */

#pg-5-1 h3.widget-title {
  color: rgba(105, 105, 105, 1);
}

.site-content .services-row .panel-grid-cell {
  min-height: 0;
  margin: 0;
  align-items: flex-start;
  justify-content: space-around;
}

.site-content .services-row .panel-grid-cell:last-child {
  display: block;
}

.site-content .services-row {
  margin: 0 auto;
  padding: 30px 0 0 0;
}

.site-content .services-row i {
  font-size: 64px;
}

.site-content .services-row strong {
  font-size: 16px;
  font-weight: 200;
  color: rgba(105, 105, 105, 1);
}

.site-content .services-row .icons p {
  margin-bottom: 30px;
  margin-top: 0px;
}

.accordion .card .card-header,
.accordion .card {
  border-radius: 0px;
  background-color: transparent;
}

.accordion .card {
  border: none;
}

.accordion .card .card-header {
  background-color: transparent;
  text-align: left;
  padding: 0;
  position: relative;
}

.accordion .card .card-header .btn-link {
  color: #545454;
  font-size: 24px;
  font-weight: 100;
  text-decoration: none;
  width: 100%;
  text-align: left;
}

.accordion .card .card-header .btn-link:after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-right: 1px solid #545454;
  border-bottom: 1px solid #545454;
  transform: rotate(45deg) translateY(-100%);
  position: absolute;
  top: 50%;
  right: 20px;
}

.accordion .card .card-body {
  text-align: left;
  font-size: 18px;
  border: 1px solid rgba(164, 168, 156, 1);
  padding: 15px 20px;
}

.accordion .card .card-body p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .site-content .services-row .widget_text {
    padding-left: 0 !important;
  }
}

/* More About Other Fox */

@media screen and (max-width: 768px) {
  #pgc-w5e5fc048ba287-1-0,
  #pgc-w5e5fc048ba287-1-0 ul,
  #pgc-w5e4fe73c4dbcc-1-0,
  #pgc-w5e4fe73c4dbcc-1-0 ul {
    margin-bottom: 0 !important;
  }
}

/* Recent Collaborations */

#pgc-w5e4f58da61b80-1-0,
#pgc-w5e4f58da61b80-1-1,
#pgc-w5e4f58da61b80-1-2,
#pgc-w5e5fc048ba4a6-1-0,
#pgc-w5e5fc048ba4a6-1-1,
#pgc-w5e5fc048ba4a6-1-2 {
  width: 33.3333% !important;
}

@media screen and (max-width: 768px) {
  #pgc-w5e4f58da61b80-1-0,
  #pgc-w5e4f58da61b80-1-1,
  #pgc-w5e4f58da61b80-1-2,
  #pgc-w5e5fc048ba4a6-1-0,
  #pgc-w5e5fc048ba4a6-1-1,
  #pgc-w5e5fc048ba4a6-1-2 {
    width: 100% !important;
  }
}

/* Plans */

.site-plans .site-header {
  height: 200px;
  min-height: initial;
}

.site-plans .site-title a {
  width: 150px;
}
