/*
Theme Name: Urban Fox
Theme URI: http://foxandlee.com.au
Author: Fox and Lee
Author URI: http://foxandlee.com.au
Description: A custom WordPress theme for Urban Fox
*/

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-family: 'Open Sans', sans-serif;
}

*:focus, *:active {
  outline: 0!important;
}

/* Covert to 8 columns */
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8 {
  padding:0px;
  margin:0px;
}

.col-sm-1 { width:12.5%; }
.col-sm-2 { width: 25%; }
.col-sm-3 { width: 37.5%; }
.col-sm-4 { width: 50%; }
.col-sm-5 { width: 62.5%; }
.col-sm-6 { width: 75%; }
.col-sm-7 { width: 87.5%; }
.col-sm-8 { width: 100%; }
.col-sm-26 { width: 33.3%; float:left; padding-right:30px; }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

.container {
  width: auto;
  max-width: 1220px;
  padding-left:40px;
  padding-right: 40px;
}

.jomhuria {
  /* font-family: "Jomhuria"!important; */
font-family: 'Open Sans', sans-serif;
}

h3.jomhuria {
  font-size:24px;
}

.row {
  margin:0px;
}

.container .text-muted {
  margin: 20px 0;
}

.navbar-default {
  border:0px;
  background:rgba(0,0,0,0.09);
}

.full-bg-image {
  height:100%;
  width:100%;
  position: fixed;
  top:0px;
  left:0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.navbar-brand,
.navbar-nav li a {
    line-height: 88px;
    height: 88px;
    font-size:16px;
    padding-top: 0;
}

.navbar-default .navbar-nav>li>a {
  color:#bb4a36;
  font-weight: 600;
}

.navbar-default .navbar-nav>li>a:hover {
  color:#591c14;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color:#591c14;
  background-color: transparent;
}

.navbar-brand img {
  margin-top:12px;
}

.navbar-menu {
  margin-left: 14%;
}

.navbar-default .navbar-toggle {
  margin-top:25px;
  border-color: #bb4a36;
}

.navbar-default .navbar-toggle:hover {
  background:#bb4a36;
}

.navbar-default .navbar-toggle .icon-bar {
  background:#bb4a36;
}

.navbar-default .navbar-toggle:hover .icon-bar {
  background:#fff;
}

.footer a {
    color:#b53d2d;
    margin-right: 20px;
}

.footer a:hover {
  text-decoration: none;
  color:#591c14;
}

.footer {
  /*background:rgba(149,149,149,0.13);*/
  background: rgba(255,255,255,0.8);
  height:88px;
  line-height: 88px;
  color:#b53d2d;
}

.developer {
  float:right;
  line-height: normal;
  margin-top:25px;
}

.developer a {
  margin-right: 0px
}

.text-center {
  text-align: center;
}

.container h1,h2,h3,h4,h5,h6 {
  font-family: 'Satisfy', cursive;
  color:#676565;
}

.container h1 {
  font-size:62px;
}

.super-large {
  font-size: 120px!important;
}

.container .red-text {
  color:#b53d2d;
}

.container .light-red-text {
  color:#d26d5b;
}

.container .dark-red-text {
  color:#591c14;
}

.container .orange-text {
  color:#ef5939;
}

.homepage-text {
  margin-top: 150px;
}

.homepage-text h3 {
  margin-top:30px;
  margin-bottom: 30px;
}

.open-sans {
  font-family: "Open Sans"!important;
}

.btn {
  padding-left:70px;
  padding-right: 70px;
  border:1px solid #bb4a36;
  background:#e8e7ef;
  color: #bb4a36;
  font-weight: 600px;
  font-size:18px;
}

.btn:hover {
  background: #bb4a36;
  color:#FFF;
  border:1px solid #bb4a36;
}

.btn-primary:active {
  background:#bb4a36!important;
}

.btn-inline {
  font-size:inherit;
  margin-top:-7px;
}

hr.short-red {
  width:15px;
  border-top:2px solid #ad2512;
  margin-left:0px;
  margin-right: 0px;
}

ul.no-indent {
  padding-left:18px;
}

.content {
  padding-top:20px;
  padding-bottom: 20px;
}

.content ul li {
  margin-top:5px;
  margin-bottom: 5px;
}

.content a {
  color:#ad2512;
}

.content a:hover {
  color:#591c14;
  text-decoration: none;
}

.content a.grey {
  color:#696969;
}

.content a.grey:hover {
  color:#b53d2d;
}

.content a.icon-left i {
  margin-right: 8px;
  font-size: 12px;
}

.grey-bg {
  background:#f1f1f1;
}

ul.slider {
  padding:0px;
  margin:0px;
  list-style: none;
}

.frame ul li {
  float:left;
  width: 380px;
height: auto;
margin: 0;
padding: 0;
cursor: pointer;
}

.project-preview-image {
  width:100%;
  height:340px;
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}

.project-small-image {
  width:100%;
  height:120px;
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}

.project-small-image-holder {
  padding:0px;
  margin-top:10px;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
}

.project-gallery {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 20px;
}

.project-preview-text {
  padding-right:15px;
  padding-top:15px;
  line-height: 22px;
}

.project-preview-text i {
  font-size:12px;
  margin-left:7px;
}

.slider-holder {
  position: relative;
}

.slider-arrow-left, .slider-arrow-right {
    position: absolute;
    top:50%;
    margin-top:-20px;
    cursor: pointer;
}

.slider-arrow-left {
  left:-7px;
}

.slider-arrow-right {
  right:-7px;
}

.push {
  height:80px;
}

.no-top-margin {
  margin-top: 0px;
}

.share-bar i {
  padding-left:20px;
  padding-right: 20px;
}

.share-bar i:first-child {
  padding-left: 5px;
}

.share-bar a {
  color:inherit;
}

.share-bar a:hover {
  color:#ad2512;
  text-decoration: none;
}

.content .grey {
  color:#696969;
}

.red-slash {
  margin-left:5px;
  margin-right: 5px;
  color:#c85b48;
}

.size-18 {
  font-size:18px;
}

.post-preview-holder {
  margin-bottom: 60px;
}

.text-right {
  text-align: right;
}

.content hr {
  border-top:1px solid #696969;
}

.black {
  color:#000;
}

.content input,textarea {
  font-size:13px;
  width:100%;
  padding:8px;
  border:1px solid #696969;
}

.content input[type=submit] {
  background: #FFF;
  width:auto;
  padding-left:40px;
  padding-right: 40px;
}

.content input[type=submit]:hover {
  background:#bb4a36;
  border-color: #bb4a36;
  color:#FFF;
}

.our-story-holder {
  padding-right: 50px;
}

.profile-holder {
  margin-top:50px;
}

.profile-holder img {
  float:left;
  margin-top:-30px;
}

.desk-image {
  width:450px;
  margin-left:30px;
}

.showmobile {
  display: none;
}

.commentlist {
padding-left: 20px;
}

.commentlist p {
  margin-top:10px;
}

.comment-meta {
  margin-top:10px;
}

.comment-reply-title {
  font-family: "Open Sans";
  font-size:18px;
  color:#000;
}

.comment-form label {
  color:#696969;
  font-weight: normal;
}

li.comment {
  margin-top:20px!important;
  padding-bottom: 10px;
}

.comment-author img {
  border-radius: 32px;
  margin-right:5px;
}

img[src=""] {
  display: none;
}

.our-story-holder h1,
.our-story-holder h2,
.our-story-holder h3,
.our-story-holder h4,
.our-story-holder h5 {
  color:#b53d2d;
}

.what-we-do {
  color:#696969;
}

.what-we-do b {
  color:#000;
}

.what-we-do strong {
  color:#000;
}

.what-we-do h1,
.what-we-do h2,
.what-we-do h3,
.what-we-do h4,
.what-we-do h5 {
  color:#b53d2d;
  font-weight: bold;
  font-family: "Open Sans";
}

.what-we-do hr {
  width:15px;
  border-top:2px solid #ad2512;
  margin-left:0px;
  margin-right: 0px;
}

.what-we-do ul {
  padding-left:18px;
}

@media (max-width: 991px) {
  .navbar-menu {
    margin-left:6%;
  }

  .super-large {
    font-size:80px!important;
  }
}

@media (max-width: 850px){
  .navbar-menu {
    margin-left: 2%;
  }

  .navbar-brand img {
    height:48px;
    margin-top:20px;
  }

}

@media (max-width: 767px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-26 {
    width:100%;
    padding-left:0px!important;
    padding-right: 0px!important;
  }

  .profile-holder img {
    float:none;
  }

  .navbar-nav li a {
    line-height: 30px;
    text-align: right;
    height:auto;
  }

  .footer {
    height:auto;
    line-height: normal;
    text-align: center;
    padding-top:20px;
    padding-bottom: 20px;
  }

  .footer a {
    margin:5px;
  }

  .push {
    height:140px;
  }

  .homepage-text {
    margin-top:75px;
  }

  .hidemobile {
    display: none;
  }

  .showmobile {
    display: block;
  }

/* .footer a {
    display: block;
  } */

  .developer {
    float: none;
  }

  .container {
    max-width:1180px;
    padding-left:20px;
    padding-right: 20px;
  }

  .our-story-holder {
    padding-right: 0px;
  }

  .desk-image {
    width:250px;
    margin-left:50px;
  }

  .blog-page-ctrl .col-sm-4 {
    text-align: center!important;
  }

  .blog-page-ctrl .btn {
    margin-top:15px;
  }

  .super-large {
    font-size:70px!important;
  }

  .page-404 h3 {
    font-size:16px;
    margin-top:-10px;
  }

  .page-404 img {
    width:200px;
  }

  .frame ul li {
    width:300px;
    visibility: hidden;
  }

  .frame ul li.active {
    visibility: visible;
  }

  .project-small-image {
    height:180px;
  }

  .project-gallery {
    margin-bottom: 50px;
  }

  .share-bar {
    text-align: center;
  }

  .project-small-image {
    height:100px;
  }

  .project-small-image-holder {
    width:33.3%;
  }

  .project-small-image-holder:first-child {
    padding-right:5px!important;
  }

  .project-small-image-holder:last-child {
    padding-left:5px!important;
  }

  .slider-arrow-right {
    margin-right:4px;
  }

  .slider-arrow-left {
    margin-left:4px;
  }
}

@media (max-width: 500px) {
  .super-large {
    font-size:40px!important;
  }

  .page-404 h3 {
    font-size:14px;
  }

  .page-404 img {
    width:150px;
  }

  .frame ul li {
    width:230px;
    visibility: hidden;
  }

  .homepage-text {
    font-size: 14px;
    margin-top:80px;
  }


  .homepage-text h1 {
    font-size:40px;
  }

  .homepage-text h3 {
    font-size:16px;
    margin-top:0px;
    margin-bottom: 0px;
  }

  .footer {
    font-size:12px;
  }

  .push {
    height:120px;
  }

}

@media (max-width: 374px){
  .homepage-text {
    margin-top:40px;
  }
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* wp admin logo */
#login h1 a { background: url('images/wp_logo.png') !important; width: 198px; height: 58px; }