/*
Theme Name: Agile
Theme URI: https://www.livemeshthemes.com/agile
Description: A clean, responsive multi-purpose flat-style theme from LiveMesh. Follow us on <a href="http://twitter.com/live_mesh">Twitter</a> for updates
Version: 4.8
Author: <a href="https://www.livemeshthemes.com">LiveMesh</a>
Author URI: https://www.livemeshthemes.com/
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, theme-options, threaded-comments, translation-ready,portfolio,mobile,app,one-page,single-page,ios,android,tags
*/
/* --- Default fonts to be used unless overridden by user in theme options panel --*/
@import url("//fonts.googleapis.com/css?family=Lato:300,400,700,900");
@import url("//fonts.googleapis.com/css?family=Merriweather:400,400italic,700,700italic");
/* --------- Reset default browser CSS. http://meyerweb.com/eric/tools/css/reset/index.html ----------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  border: 0;
  /* TODO - revisit. Leads to lots of inheritance and overriding. See csswizardry for better reset. font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; */
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

:focus {
  /* remember to define focus styles! */
  outline: 0; }

body {
  background: #fff; }

ol, ul, nav ul {
  list-style: none; }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote, q {
  quotes: "" ""; }

a img {
  border: 0;
  display: block; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

/*----------- Clearfix for floats ----------- */
/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix {
  zoom: 1; }
  .clearfix:before {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden; }
  .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both; }

/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
/*--------- General ------------ */
body {
  color: #515151;
  font-size: 16px;
  line-height: 28px;
  font-family: "Merriweather", "Arvo", Georgia, Times, serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#container {
  width: 100%;
  clear: both; }

body.boxed {
  height: 100%;
  width: 100%; }

.boxed #container {
  max-width: 1180px;
  width: 96%;
  margin: 0px auto;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3); }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.hidden {
  display: none;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

/*--------- Alignment ------------ */
.center {
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.alignleft {
  float: left;
  margin: 0 20px 5px 0; }

.alignright {
  float: right;
  margin: 0 0 0 20px; }

.aligncenter {
  display: block;
  margin: 0 auto 20px auto;
  clear: both; }

.block, .alignnone {
  display: block;
  margin: 0 0 20px 0; }

/*------------------- Basic Styling ------------------------------------*/
/* Heading styling */
h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", Arial, Helvetica, Verdana, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 900;
  padding: 0;
  color: #292929; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 24px; }

h5 {
    font-size: 18px;
    line-height: 28px; }

h6 {
  font-size: 16px; }

h1, h2 {
  margin-bottom: 20px; }

h3, h4, h5, h6 {
  margin-bottom: 10px; }

/* List Style */
ul {
  margin: 0 0 20px 18px; }

ol {
  margin: 0 0 20px 28px; }

/*ul li, ol li {
  margin: 5px; }*/

ul ol {
  margin-bottom: 0; }

ol ul, ol ol {
  margin-bottom: 0; }

ul ul {
  margin-bottom: 0; }

dl {
  margin: 0 0 18px 3px; }
  dl dt {
    font-weight: bold;
    margin: 12px 0 0 0; }
  dl dd {
    margin: 6px 0 0 24px; }

.small {
  font-size: 12px; }

.large {
  font-size: 14px; }

/* Paragraphs */
p {
  /* 12px */
  /* 20px */
  margin: 0 0 20px 0; }
  p:empty {
    display: none; }

/* Input Boxes */
input, textarea {
  display: block;
  padding: 5px;
  border: 1px solid #DEDEDE;
  font-family: inherit; }

/* Abbreviations */
abbr[title], dfn[title] {
  border-bottom: 0;
  cursor: auto; }

/*---------------- Media Styles ------------ */
img {
  display: block;
  height: auto; }
  img.alignleft {
    margin: 5px 20px 10px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 10px 0; }

img.alignright, .wp-caption.alignright {
  margin: 5px 5px 10px 20px; }

img.aligncenter, .wp-caption.aligncenter {
  display: block;
  margin: 0 auto; }

img.alignnone, .wp-caption.alignnone {
  display: block;
  margin: 5px 0 20px 0; }

.entry-content img, .comment-content img {
  overflow: hidden; }

.entry-content .thumbnail.large {
  float: none;
  margin: 0;
  padding: 0;
  width: 620px; }

.img-circle {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

/*----------- Links ---------------- */
a {
  color: #800000;
  text-decoration: none; }
  a:active, a:visited {
    color: #800000;
    text-decoration: none; }
  a:hover {
    color: #888;
    text-decoration: none; }

/*----------------------- Table Styling --------- */
table {
  border: 1px solid #ddd;
  line-height: 20px;
  margin: 5px 0 15px 0;
  text-align: left;
  padding: 0px; }

thead, th {
  font-weight: bold;
  line-height: 20px; }

table .even {
  background: #e5e5e5; }

tr {
  border-bottom: 1px solid #ccc; }

th, td {
  padding: 10px;
  text-align: left;
  vertical-align: middle; }

th {
  color: #fff !important;
  background: #800000; }

/* ------------------------ Forms, Input boxes ----------------------------------- */
input, textarea {
  background: #FDFDFD;
  color: #48484A;
  border: solid 1px #ccc;
  padding: 10px 10px;
  /* box-shadow: inset 0 0 10px #EAEAEA; */ }

input, textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  font-size: 14px;
  line-height: 24px; }

input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="file"] {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }

textarea {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }

input:focus, textarea:focus {
  border: 1px solid rgba(254, 80, 0, 0.8); }

input[type="radio"], input[type="checkbox"] {
  display: inline; }
input[type="submit"], input[type="file"] {
  width: auto; }
input[type="number"], input[type="date"] {
  padding: 10px 10px;
  height: auto; }
input[type="number"], input[type="date"], input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="range"] {
  width: 300px;
  max-width: 100%; }

textarea {
  width: 300px;
  max-width: 100%; }

::-webkit-input-placeholder, ::-moz-placeholder, ::-moz-placeholder {
  text-transform: none;
  color: #b2b2b1;
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

/* Helps make the height of input boxes uniform across browsers */
input[type="submit"], input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="file"] {
  line-height: normal !important; }
input[type="submit"] {
  border-radius: 0; }

/* Let button styles handle border radius */
/* Removes inner padding and border in Firefox 4+.*/
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* Select box styling */
select {
  display: block;
  outline: none;
  width: 300px;
  border: 1px solid #e7e7e7;
  padding: 8px 5px 8px 10px;
  margin: 0;
  max-width: 100%;
  font-family: inherit;
  color: inherit;
  background-position: center right;
  background-repeat: no-repeat;
  background-color: white;
  border-radius: 2px;
  height: auto;
  font-size: 14px;
  line-height: 20px; }

select[multiple] {
    background: none;
    height: auto; }

/*---------- Form Styles ------- */
.contact-form, .wpcf7-form {
    margin-bottom: 25px; }

.contact-form label, .wpcf7-form label {
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    display: none; }

.contact-form label.form-error, .wpcf7-form label.form-error {
    float: left;
    color: #EB6666;
    font-style: normal;
    font-size: 13px;
    text-transform: none;
    display: block;
    margin-bottom: 10px; }

.contact-form input[type=text], .contact-form input[type=tel], .contact-form input[type=url], .contact-form input[type=email], .contact-form input[type=number], .wpcf7-form input[type=text], .wpcf7-form input[type=tel], .wpcf7-form input[type=url], .wpcf7-form input[type=email], .wpcf7-form input[type=number] {
    width: 100%;
    padding: 14px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.contact-form textarea, .wpcf7-form textarea {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.contact-form ::-webkit-input-placeholder, .wpcf7-form ::-webkit-input-placeholder {
    color: #4c5152;
    -webkit-font-smoothing: antialiased; }

.contact-form ::-moz-placeholder, .wpcf7-form ::-moz-placeholder {
    color: #4c5152;
    -moz-osx-font-smoothing: grayscale; }

.contact-form :-ms-input-placeholder, .wpcf7-form :-ms-input-placeholder {
    color: #4c5152; }

label.form-error {
    float: left;
    color: #EB6666;
    font-style: normal;
    font-size: 13px;
    text-transform: none;
    display: block;
    margin-bottom: 10px; }

.success-msg {
    margin-bottom: 20px;
    font-weight: 500; }

div.form-error {
    display: none; }

input.form-error {
    border: 1px dotted #dd1e0e;
    margin-bottom: 10px !important; }

/* ------------------------ Buttons ----------------------------------- */
/* ----- ---- --- -- - Default buttons - -- --- ---- ----- */
button, .button, input[type=button], input[type="submit"], input[type="reset"] {
  display: inline-block;
  padding: 12px 22px;
  margin: 0;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: "Lato", Arial, Helvetica, Verdana, sans-serif;
  font-weight: normal;
  color: #fff !important;
  background-color: #800000;
  border: 1px solid #800000;
  border-color: #800000 #800000 #800000 #800000; }

.button::-moz-focus-inner, input[type="submit"].button::-moz-focus-inner {
  padding: 0;
  border: 0; }

input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active {
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  transition: 0.3s linear;
  color: #FFF !important;
  background-color: #4B4B4B !important;
  border-color: #4B4B4B !important; }

/* Four column layouts require less information to be shown in the image info 
since not everything will fit there */
.image-grid .threecol .image-info .terms {
  display: none; }
.image-grid .threecol .image-info h3 {
  padding: 5px 0; }
.image-grid .threecol .image-info-buttons {
  top: 20%; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/*----------------------- Divider Styling --------------------------------------------*/
.divider {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  padding-top: 19px;
  margin-bottom: 40px;
  margin-top: 40px; }

.divider-space {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  padding-top: 20px;
  margin-bottom: 20px;
  margin-top: 20px; }

.divider-line {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  border-bottom: 1px solid #bbb;
  margin-bottom: 19px;
  line-height: 0; }

.mini-separator {
  height: 1px;
  width: 105px;
  background-color: #808080; }

.mini-separator-thick {
  height: 4px;
  width: 85px;
  background-color: #808080;
  margin-top: 20px; }

.heading2 .mini-separator {
  margin-bottom: 20px; }

h3.fancy-header {
  color: #fefefe;
  background-color: #800000;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  padding: 12px 60px;
  font-size: 16px;
  line-height: 16px; }

.top-of-page {
  position: relative;
  text-align: right;
  font-size: 12px;
  margin-bottom: 25px;
  line-height: 12px; }
  .top-of-page a {
    color: #999; }
    .top-of-page a:active, .top-of-page a:visited {
      color: #999; }
    .top-of-page a:hover {
      color: #800000; }

/*---------------- Column shortcodes ------------------------------------------------------------------------------------*/
/* ------- Based on the 1140px Grid V2 by Andy Taylor \ http://cssgrid.net ------ */
.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
  margin-right: 3.8%;
  float: left;
  min-height: 1px; }

.onecol {
  width: 4.85%; }

.twocol {
  width: 13.45%; }

.threecol {
  width: 22.05%; }

.fourcol {
  width: 30.75%; }

.fivecol {
  width: 39.45%; }

.sixcol {
  width: 48%; }

.sevencol {
  width: 56.75%; }

.eightcol {
  width: 65.4%; }

.ninecol {
  width: 74.05%; }

.tencol {
  width: 82.7%; }

.elevencol {
  width: 91.35%; }

.twelvecol, .fullwidth {
  width: 100%;
  float: none; }

.last {
  margin-right: 0px !important; }

/*--------- No margin columns ----*/
.zero-margin {
  margin-left: 0; }
  #content .zero-margin {
    margin-right: 0 !important; }

.onecol.zero-margin, .twocol.zero-margin, .threecol.zero-margin, .fourcol.zero-margin, .fivecol.zero-margin, .sixcol.zero-margin, .sevencol.zero-margin, .eightcol.zero-margin, .ninecol.zero-margin, .tencol.zero-margin, .elevencol.zero-margin {
  margin-right: 0; }

.onecol.zero-margin {
  width: 8.33%; }

.twocol.zero-margin {
  width: 16.66%; }

.threecol.zero-margin {
  width: 24.96%; }

.fourcol.zero-margin {
  width: 33.3%; }

.fivecol.zero-margin {
  width: 41.66%; }

.sixcol.zero-margin {
  width: 50%; }

.sevencol.zero-margin {
  width: 58.33%; }

.eightcol.zero-margin {
  width: 66.6%; }

.ninecol.zero-margin {
  width: 75%; }

.tencol.zero-margin {
  width: 83.3%; }

.elevencol.zero-margin {
  width: 91.66%; }

/* ---- Segment styles ------- */
.segment, .segment-content {
  position: relative; }

.segment {
  padding: 90px 0;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  @media only screen and (max-width: 1100px) {
    .segment {
      background-attachment: scroll !important;
      background-position: center center !important; } }
  @media only screen and (max-width: 767px) {
    .segment {
      padding: 60px 0; } }

.first-segment {
  border-top: 10px solid #eaeaea; }

.first-segment.regular-heading {
padding-top: 60px; }

.last-segment {
  border-bottom: 10px solid #eaeaea; }

.segment .floating-text {
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  /* Align in the center and leave position to individual elements */
  overflow: hidden; }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* Make the grid blog layout two column in smaller tablets but not phones */
  .team-info .fourcol, .team-info .threecol, .team-info .fourcol.last, .team-info .threecol.last {
    width: 46%;
    margin-right: 4%;
  }
}

/*------- Miscelleneous ------------- */
.circle {
  display: inline-block;
  width: 100px;
  height: 100px;
  font-size: 16px;
  color: #fff;
  line-height: 100px;
  text-align: center;
  background: #aaa;
  margin: 0 10px;
  padding: 0;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px; }
  .circle.small {
    font-size: 13px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px; }
  .circle.tiny {
    font-size: 11px;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    line-height: 30px; }

img {
  max-width: 100%; }

/* -------------------------------------- Smaller than standard 960 (devices and browsers) -------------------------------------- */
/* --------------------------------------Tablet Portrait size to standard 960 (devices and browsers)-------------------------------------- */
@media only screen and (max-width: 767px) {
    h1, h2, h3 {
        margin-bottom: 20px; }

    h1 {
        font-size: 28px;
        line-height: 38px; }

    h2 {
        font-size: 26px;
        line-height: 36px; }

    h3 {
        font-size: 22px;
        line-height: 32px; }

    body {
        -webkit-text-size-adjust: none;
        /* do not adjust size of text on iPhone */ }

    .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .sixcol.zero-margin, .fourcol.zero-margin {
        margin: 0 0 25px 0;
        width: 100%; }

    .threecol.zero-margin {
        margin: 0 0 25px 0;
        width: 100%; }

    .threecol.equal-margin {
        padding: 30px 0; }

    .fourcol.equal-margin, .sixcol.equal-margin {
        padding: 30px 0; }

    .threecol.dual-margin, .fourcol.dual-margin, .sixcol.dual-margin {
        padding-right: 0;
        padding-left: 0;
        margin: 0;
        border: none; }

    /*No need to worry about sticky menu in mobile */
    .sticky-wrapper {
        height: auto !important; }
}
/* --------------------------------------Mobile Landscape Size to Tablet Portrait (devices and browsers)-------------------------------------- */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
    width: 100%; }

  .sixcol.zero-margin, .fourcol.zero-margin, .threecol.zero-margin {
    width: 50%; }
}

/* --------------------------------------Mobile Portrait Size to Mobile Landscape Size (devices and browsers) --------------------------------------*/
@media only screen and (max-width: 479px) {
  body {
    font-size: 14px;
    line-height: 24px; }
}
