@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot?74393784');
  src: url('fonts/fontello.eot?74393784#iefix') format('embedded-opentype'), url('fonts/fontello.woff?74393784') format('woff'), url('fonts/fontello.ttf?74393784') format('truetype'), url('fonts/fontello.svg?74393784#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('fonts/fontello.svg?74393784#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  color: #fff;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-menu:before {
  content: '\e82c';
}
.icon-address:before {
  content: '\e815';
}
.icon-tel:before {
  content: '\e822';
}
.icon-fax:before {
  content: '\e825';
}
.icon-email:before {
  content: '\e82d';
}
.icon-web:before {
  content: '\e81c';
}
.icon-tw:before {
  content: '\e80b';
}
.icon-fb:before {
  content: '\e80c';
}
.icon-gp:before {
  content: '\e841';
}
.icon-yt:before {
  content: '\e804';
}
.icon-hz:before {
  content: '\e842';
}
.icon-in:before {
  content: '\e80a';
}
.icon-pn:before {
  content: '\e80d';
}
.icon-arrow-l:before {
  content: '\e837';
}
.icon-arrow-r:before {
  content: '\e838';
}
/*
Theme Name: Kingdom
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Kingdom
Domain Path: /languages/
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.

Kingdom is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
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 {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
ol,
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:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
a img {
  border: 0;
}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  line-height: 1;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
}
/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* 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:hover,
.screen-reader-text:active,
.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-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 */
}
/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}
/* Search widget */
.widget_search .search-submit {
  display: none;
}
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.hentry {
  margin: 0 0 1.5em;
}
.byline,
.updated {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}
/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}
/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
/* ------------------------------ */
/* CONSTANTS
/* ------------------------------ */
/* ------------------------------ */
/* MAIN LAYOUT/ELEMENTS
/* ------------------------------ */
html {
  font-size: 62.5%;
}
body {
  font-family: verdana;
  color: #333333;
  font-size: 16px;
  font-size: 1.6rem;
}
.width {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}
.grid {
  float: left;
}
.grid .inner {
  padding-right: 30px;
}
.grid.half {
  width: 50%;
}
.grid.third {
  width: 33.3333%;
}
.grid.quarter {
  width: 50%;
}
#header {
  background: #000;
  position: relative;
}
#header h1 {
  width: 50%;
  margin: 0 0 0 -110px;
  padding: 0;
  float: left;
  font-size: 0;
}
#header #social {
  position: absolute;
  right: 0;
  top: 50px;
}
#header #social a {
  float: left;
  margin-left: 10px;
  text-decoration: none;
  color: #fff;
}
#header #social a i:before {
  font-size: 20px;
  font-size: 2rem;
  color: #333192;
  background: #fff;
  border-radius: 999em;
  width: 30px;
  height: 30px;
  margin: 0;
  line-height: 30px;
}
#header #social a:hover {
  opacity: 0.6;
}
#header #ph {
  font-family: 'Lora', serif;
  font-size: 32px;
  font-size: 3.2rem;
  color: #fff;
  position: absolute;
  right: 0;
  top: 100px;
  line-height: 1;
  font-weight: 400;
}
#header #ph span {
  color: #bea13d;
}
#header-image {
  height: 300px;
  background: center 0 no-repeat;
}
#footer {
  background: #000000 url(images/bg-footer.jpg) no-repeat 85% 0;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 30px 0;
}
#footer a {
  color: #ffffff;
}
#footer h3 {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: 'Lora', serif;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 400;
}
#footer ul {
  margin: 0 0 0 12px;
  color: #bea13d;
}
#footer ul li {
  margin: 5px 0;
}
#footer .grid.third {
  width: auto;
}
#footer .copy {
  position: absolute;
  right: 0;
  bottom: 0;
}
#footer .cyberstart {
  background: url(images/icons.png) 0 -39px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 137px;
  height: 43px;
}
#footer .allenlink {
  position: absolute;
  top: 60px;
  right: 0;
}
#content {
  padding-top: 40px;
  padding-bottom: 90px;
}
#secondary {
  z-index: 100;
  position: relative;
}
.content-area {
  float: left;
  margin: 0 -32% 0 0;
  width: 100%;
}
.site-main {
  margin: 0 32% 0 0;
}
.site-main .page,
.site-main .no-results,
.site-main article,
.site-main .nav-next,
.site-main #comments {
  padding-right: 70px;
}
.site-content .widget-area {
  float: right;
  overflow: hidden;
  width: 32%;
}
.page-template-page-full-php .content-area {
  margin: 0;
  float: none;
}
.page-template-page-full-php .site-main {
  margin: 0;
}
.page-template-page-full-php .site-main .page {
  padding-right: 0;
}
.page-template-page-full-php .site-content .widget-area {
  display: none;
}
.post {
  margin-right: 70px;
  margin-bottom: 30px;
}
.post h2 {
  margin-bottom: 10px;
}
.date {
  margin: 0;
  font-family: 'Lora', serif;
  font-size: 20px;
  font-size: 2rem;
}
.btn {
  font-family: 'Lora', serif;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -moz-border-radius: 5px;
  /* gecko */
  -webkit-border-radius: 5px;
  /* webkit */
  -khtml-border-radius: 5px;
  /* old konkeror */
  border-radius: 5px;
  /* CSS3 standard */
  background: #333192;
  /* for non-css3 browsers */
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.btn a {
  padding: 0 15px;
  height: 30px;
  line-height: 30px !important;
  color: #fff !important;
  display: block;
  text-decoration: none;
}
.btn:hover {
  opacity: 0.8;
}
/* ------------------------------ */
/* NAVIGATION
/* ------------------------------ */
.main-navigation {
  background: #333192;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-family: 'Lora', serif;
  font-weight: 500;
  clear: both;
  display: block;
  line-height: 2;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  background: #333192;
  text-align: center;
}
.main-navigation ul li {
  margin: 0;
  display: inline-block;
  position: relative;
}
.main-navigation ul li a {
  color: #fff;
  padding: 0 20px;
  display: block;
  text-decoration: none;
  position: relative;
}
.main-navigation ul li a:hover {
  color: #bea13d;
}
.main-navigation ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99999;
  background: #333192;
  line-height: 1;
  font-size: 20px;
  font-size: 2rem;
  display: none;
  width: 220px;
}
.main-navigation ul ul li {
  float: none;
}
.main-navigation ul ul a {
  padding: 15px 15px 0 15px;
}
.main-navigation ul ul li:last-of-type a {
  padding-bottom: 15px;
}
.main-navigation ul ul ul {
  left: 100%;
  top: 0;
}
.main-navigation ul.collapsed li > ul {
  display: none;
  position: static;
}
.main-navigation .current_page_ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a {
  color: #ffffff;
}
/* ------------------------------ */
/* ELEMENTS/TYPOGRAPHY
/* ------------------------------ */
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Lora', serif;
  line-height: 1.25;
}
h1 {
  font-size: 48px;
  font-size: 4.8rem;
  color: #bea13d;
  margin-bottom: 30px;
  line-height: 1;
  font-weight: 400;
}
h2 {
  font-size: 35px;
  font-size: 3.5rem;
  color: #333192;
  margin-bottom: 20px;
  font-weight: 400;
}
h3 {
  font-size: 33px;
  font-size: 3.3rem;
  color: #333192;
  margin-bottom: 15px;
  font-weight: 400;
}
h4 {
  font-size: 25px;
  font-size: 2.5rem;
  color: #bea13d;
  margin-bottom: 20px;
  font-weight: 400;
}
h5 {
  font-size: 23px;
  font-size: 2.3rem;
  color: #333192;
  margin-bottom: 20px;
  font-weight: 400;
  font-style: italic;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
}
p:last-child,
ul:last-child ol:last-child {
  margin: 0;
}
a {
  color: #333192;
  text-decoration: none;
}
a:hover {
  color: #010060;
}
a.post-edit-link {
  position: absolute;
  top: 5px;
  left: 0;
  background: #777777;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 4px 10px;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-family: 'Lora', serif;
  border-radius: 3px;
}
a.post-edit-link:hover {
  color: #fff;
  opacity: 0.5;
}
a,
input,
textarea,
.transition {
  transition: all 0s ease 0s, all 0.15s ease 0s;
}
blockquote {
  font-family: 'Lora', serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
  padding: 0;
  margin: 0;
}
blockquote footer {
  font-family: georgia;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: italic;
  margin-top: 10px;
}
.home .the-content h2 {
  font-size: 60px;
  font-size: 6rem;
}
.home .tag {
  color: #333192;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: 'Lora', serif;
  font-weight: 700;
}
.home .extra-block .testimonial {
  text-align: center;
}
.home .extra-block .testimonial h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  color: #fff;
}
.home .extra-block .testimonial p {
  font-size: 18px;
  font-size: 1.8rem;
  color: #bea13d;
  font-family: 'Lora', serif;
}
.home h3.tagline {
  text-align: center;
  padding: 60px 40px 20px 40px;
  font-family: 'Lora', serif;
  color: #0b2621 ;
  font-weight: 400;
  font-size: 44px;
  font-size: 4.4rem;
}
/* ------------------------------ */
/* FORMS
/* ------------------------------ */
label {
  font-size: 20px;
  font-size: 2rem;
  font-family: 'Lora', serif;
  color: #fff;
}
a.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #333192;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: 'Lora', serif;
  font-weight: 400;
  padding: 8px 25px;
  border-radius: 5px;
  border: none;
  text-transform: uppercase;
  transition: all 0s ease 0s, all 0.15s ease 0s;
  margin-top: 10px;
  text-decoration: none;
  display: inline-block;
}
a.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #bea13d;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="file"],
select,
textarea {
  border: none;
  width: 100%;
  color: #fff;
  padding: 3px 10px;
  font-family: verdana;
  font-size: 13px;
  font-size: 1.3rem;
  background: #eee;
  outline: none;
}
textarea {
  height: 130px;
}
select,
input[type="file"] {
  max-width: 300px;
  display: block;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus {
  border-color: #d8c3a7;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.1);
}
.form-item {
  position: relative;
  margin-bottom: 10px;
}
.form-item label {
  color: #fff;
  font-family: verdana;
  font-size: 13px;
  font-size: 1.3rem;
  position: absolute;
  top: 4px;
  left: 10px;
  cursor: text;
  z-index: 2;
}
.form-item span.wpcf7-not-valid-tip {
  font-size: 12px;
  font-size: 1.2rem;
}
.form-submit {
  text-align: center;
}
.form-submit input {
  background: #bea13d;
  border-bottom: 2px solid #836600;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
}
label.error {
  color: #ff0000;
}
.wpcf7-validation-errors {
  display: none !important;
}
div.wpcf7-mail-sent-ok {
  background: #333192;
  border: none;
  color: #ffffff;
}
/* ------------------------------ */
/* PAGE ELEMENTS
/* ------------------------------ */
/* FLEXSLIDERS
/* ------------------------------ */
.flexslider {
  border: none;
  box-shadow: none;
  margin: 0;
  background: none;
}
.flexslider .flex-direction-nav .flex-next {
  right: 0;
}
.flexslider .flex-direction-nav .flex-prev {
  left: 0;
}
.flexslider .flex-direction-nav a {
  color: #333192;
  margin: 0;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  text-decoration: none;
  text-shadow: none;
  width: auto;
  height: auto;
}
.flexslider .flex-direction-nav a:before {
  font-family: 'fontello';
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
}
.flexslider .flex-direction-nav a.flex-prev:before {
  content: '\e837';
}
.flexslider .flex-direction-nav a.flex-next:before {
  content: '\e838';
}
.flexslider:hover .flex-prev,
.flexslider:hover .flex-next {
  opacity: 1;
}
#slider li {
  height: 600px;
  background: center 0 no-repeat;
}
#slider .width {
  height: 100%;
}
#slider .caption {
  position: absolute;
  color: #582d15;
  font-family: 'Lora', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 48px;
  font-size: 4.8rem;
  color: #333192;
  right: 0;
  bottom: 20%;
  background: rgba(255, 255, 255, 0.9);
  line-height: 1;
  padding: 40px 50px;
}
#gallery {
  padding: 0 30px;
}
#gallery .slides li {
  margin-right: 20px;
}
.gallery-item {
  margin-bottom: 1em;
}
/* QUOTE FORM
/* ------------------------------ */
#text-3 {
  background: transparent url(images/bg-cta01.png) top left repeat-x;
}
#text-3 form {
  background: #333192 url(images/bg-cta02.jpg) bottom left no-repeat;
}
#text-3 .wpcf7-form {
  padding: 20px;
}
#text-3 input[type="text"],
#text-3 input[type="email"],
#text-3 textarea {
  background: transparent url(images/black.png) bottom left repeat;
}
#text-3 h2 {
  color: #fff;
  font-style: normal;
  padding: 80px 20px 20px 20px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  letter-spacing: 6px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
#text-3 h3.widget-title {
  display: none;
}
#text-3 h3 {
  color: #fff;
  margin: 0;
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: uppercase;
  padding: 0px 0px 0px 0px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 4px;
}
.ajax-loader {
  display: none;
}
/* HOMEPAGE
/* ------------------------------ */
.title-block {
  background: #333192;
}
.title-block h3 {
  color: #fff;
  font-weight: 400;
  line-height: 50px;
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
}
#gallery-images {
  background: #fff;
  padding: 55px 0 65px 0;
  border-bottom: 1px solid #333192;
}
.home .the-content h2:first-of-type {
  margin-top: 40px;
  position: relative;
}
.extra-block .with-content,
.extra-block .with-image {
  padding-top: 70px;
  padding-bottom: 70px;
}
.extra-block .image {
  text-align: center;
}
.extra-block .with-content.with-image .content {
  float: left;
  width: 53%;
}
.extra-block .with-content.with-image .image {
  float: left;
  width: 45%;
}
.extra-block p {
  font-style: normal;
  margin: 0 0 10px 0;
}
.extra-block .content h2 {
  font-weight: 700;
  font-style: normal;
  color: #333192;
  font-size: 40px;
  font-size: 4rem;
}
.extra-block .content h3 {
  line-height: 1.5;
  color: #000;
  font-weight: 400;
}
.extra-block .content h4 {
  font-family: 'Lora', serif;
  font-weight: 700;
  color: #333192;
  font-size: 40px;
  font-size: 4rem;
  clear: none;
}
.extra-block .content a {
  font-style: italic;
}
.extra-block .content iframe {
  float: right;
  padding: 0 0 20px 20px;
}
.clients {
  list-style-type: none;
  margin: 0;
  text-align: center;
  display: table;
}
.clients li {
  display: table-cell;
  vertical-align: middle ;
}
.clients li img {
  margin: 0 10px;
}
.extra-block.left .with-content.with-image .content {
  float: right;
}
.extra-block.left .with-content.with-image .image {
  float: left;
}
/* CONTACT
/* ------------------------------ */
.page-id-84 .the-content h5 {
  background: #bea13d;
  width: 100%;
  padding: 10px 20px;
  font-family: 'Lora', serif;
  font-weight: 700;
  color: #fff;
  text-align: right;
  margin: 0 0 50px 0;
}
.page-id-84 .the-content h2 {
  margin-bottom: 0;
}
.page-id-84 .the-content p {
  margin-bottom: 0.8em;
}
.page-id-84 .icon-email:before,
.page-id-84 .icon-in:before,
.page-id-84 .icon-pn:before,
.page-id-84 .icon-fb:before {
  background: #333192;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 10px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
}
.page-id-84 .form-item label,
.page-id-84 .form-item input {
  color: #333192;
}
.acf-map {
  width: 100%;
  height: 300px;
}
.txt {
  color: #333192;
  font-family: 'Lora', serif;
  font-weight: 500;
  line-height: 2;
}
.txt strong {
  color: #bea13d;
  font-weight: normal;
  font-weight: 500;
}
/* FEEDBACK SECTION
/* ------------------------------ */
#feedback {
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none;
}
#feedback li {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #555555;
}
#feedback li:not(:last-of-type) {
  margin-bottom: 40px;
}
#feedback .feedback-image {
  float: left;
  width: 15%;
}
#feedback blockquote {
  float: right;
  width: 80%;
}
#feedback-form label {
  position: relative;
  top: 0;
  left: 0;
}
#feedback-form label:not(.error) {
  font-size: 17px;
  font-size: 1.7rem;
  font-family: 'Lora', serif;
  color: #333333;
}
.form-sent {
  background: #333192;
  color: #fff;
  padding: 10px 15px;
  margin-bottom: 30px;
}
.form-sent a {
  color: #ffffff;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
#menu-main-menu .menu-item-has-children a:hover {
  cursor: default !important;
}
#menu-main-menu .menu-item-has-children .sub-menu a:hover {
  cursor: pointer !important;
}
/* ------------------------------ */
/* CONSTANTS
/* ------------------------------ */
@media screen and (max-width: 1140px) {
  /* MAIN LAYOUT/ELEMENTS
	/* ------------------------------ */
  .width {
    padding-left: 30px;
    padding-right: 30px;
  }
  #header #social,
  #header #ph,
  #header #slider .caption {
    right: 30px;
  }
  #header #social {
    top: 30px;
  }
  #header #ph {
    top: 80px;
  }
  #header h1 {
    margin: 0;
  }
  #footer .grid.third {
    width: 33.333%;
  }
  #footer .cyberstart,
  #footer .copy {
    position: relative;
    right: 0;
  }
  #footer .cyberstart {
    margin: 20px 0;
  }
  /* PAGE ELEMENTS
	/* ------------------------------ */
  /* FLEXSLIDERS */
  #slider li {
    height: 400px;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 950px) {
  /* MAIN LAYOUT/ELEMENTS
	/* ------------------------------ */
  .content-area {
    float: none;
    margin: 0;
  }
  .site-main {
    margin: 0;
  }
  .site-main .page {
    padding-right: 0;
  }
  .site-content .widget-area {
    float: none;
    width: auto;
    margin-top: 50px;
  }
  #secondary {
    margin-top: 0;
  }
  /* PAGE ELEMENTS
	/* ------------------------------ */
  /* QUOTE FORM */
  #text-3 h3 {
    background-size: 100% auto;
  }
  /* HOME */
  .home .the-content h2:last-of-type {
    margin-top: 1.5em;
  }
  .home .the-content h2:last-of-type:after {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  /* MAIN LAYOUT/ELEMENTS
	/* ------------------------------ */
  #page {
    position: relative;
  }
  /* DO NOT REMOVE - JS MEDIA QUERY */
  .grid.third {
    width: auto;
    float: none;
    margin-bottom: 20px;
  }
  .grid.quarter {
    width: 50%;
  }
  #header #ph {
    font-size: 30px;
    font-size: 3rem;
    top: 60px;
  }
  #header #social {
    margin-bottom: 10px;
    top: 20px;
  }
  #header-image {
    height: 200px;
    background-size: auto 100%;
  }
  #footer .grid.third {
    width: auto;
  }
  .post {
    margin-bottom: 10px;
    margin-right: 0px;
  }
  /* NAVIGATION
	/* ------------------------------ */
  .main-navigation {
    line-height: 44px;
  }
  .main-navigation .width {
    padding: 0;
  }
  .main-navigation .menu-collapser {
    position: relative;
  }
  .main-navigation .collapse-button {
    cursor: pointer;
    text-align: center;
  }
  .main-navigation .collapse-button i {
    font-style: normal;
  }
  .main-navigation .icon-menu:before {
    font-size: 17px;
    font-size: 1.7rem;
    top: -2px;
    position: relative;
    width: 1.55em;
    color: #fff;
  }
  .main-navigation .expanded .icon-menu:before {
    content: '\e836';
    font-size: 12px;
    font-size: 1.2rem;
  }
  .main-navigation ul li .sub-collapser {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    cursor: pointer;
    padding: 0 15px;
    color: #333192;
    font-size: 21px;
    font-size: 2.1rem;
    height: 100%;
    background: #bea13d;
    text-align: center;
    width: 15%;
  }
  .main-navigation ul li .sub-collapser:before {
    content: '\e83f';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    font-family: 'fontello';
  }
  .main-navigation ul li .sub-collapser > i {
    display: inline-block;
    vertical-align: middle;
  }
  .main-navigation ul li .sub-collapser.expanded {
    height: 44px;
  }
  .main-navigation ul li .sub-collapser.expanded:before {
    content: '\e840';
  }
  .main-navigation ul {
    padding-bottom: 0;
    background: #333192;
    display: none;
    border-top: 1px solid #000;
  }
  .main-navigation ul li {
    float: none;
    border-bottom: 1px solid #000;
  }
  .main-navigation ul li {
    margin: 0;
    display: block;
  }
  .main-navigation ul li:last-of-type {
    border-bottom: none;
  }
  .main-navigation ul li a {
    padding: 0 30px;
  }
  .main-navigation ul#menu-main-menu > li:first-child a {
    padding-left: 30px;
  }
  .main-navigation ul ul {
    float: none;
    position: relative;
    left: 0;
    z-index: 99999;
    padding: 0;
    display: none;
    background: #bea13d;
    border-bottom: none;
    width: 100%;
    line-height: 44px;
  }
  .main-navigation ul ul a {
    width: auto;
    padding: 0 30px 0 30px;
    color: #333192;
  }
  .main-navigation ul ul a:hover {
    color: #fff;
  }
  .main-navigation ul ul li:last-of-type a {
    padding-bottom: 0;
  }
  .main-navigation ul ul ul {
    left: 0;
  }
  .main-navigation ul ul ul a {
    padding-left: 40px;
  }
  .main-navigation .collapser {
    display: block;
  }
  /* PAGE ELEMENTS
	/* ------------------------------ */
  /* FLEXSLIDERS */
  #slider li {
    height: 250px;
  }
  #slider .caption {
    font-size: 30px;
    font-size: 3rem;
    padding: 20px 30px;
  }
  /* FEEDBACK SECTION */
  #feedback .feedback-image {
    width: 25%;
  }
  #feedback blockquote {
    width: 70%;
  }
  /* HOME */
  .extra-block .with-content.with-image .content,
  .extra-block .with-content.with-image .image {
    float: none;
    width: auto;
  }
  .extra-block .with-content.with-image .image {
    margin-top: 40px;
  }
  .extra-block .content iframe {
    float: none ;
  }
  /* CONTACT */
  .page-id-84 .the-content {
    float: none;
    width: auto;
    height: auto;
    background: none;
  }
  .page-id-84 .the-content .inner {
    padding: 0;
  }
  .acf-map {
    float: none;
    width: auto;
  }
  /* QUOTE FORM */
  #text-3 form {
    padding: 20px;
  }
  #text-3 h3 {
    height: auto;
  }
  /* HOME */
  .home .the-content h2 {
    font-size: 40px;
    font-size: 4rem;
  }
  #footer {
    background-image: none;
  }
}
@media screen and (max-width: 680px) {
  /* header */
  #header h1 {
    width: 70%;
    margin: 0 auto 20px;
    text-align: center;
    float: none;
  }
  #header #social {
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
  }
  #header #social a {
    margin: 0 5px;
    float: none;
    display: inline-block;
  }
  #header #ph {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  /* MAIN LAYOUT/ELEMENTS
	/* ------------------------------ */
  .width {
    padding-left: 15px;
    padding-right: 15px;
  }
  #header #ph {
    font-size: 24px;
    font-size: 2.4rem;
  }
  /* ELEMENTS/TYPOGRAPHY
	/* ------------------------------ */
  h1 {
    font-size: 40px;
    font-size: 4rem;
  }
  h2,
  #footer h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  h3,
  blockquote {
    font-size: 20px;
    font-size: 2rem;
  }
  h4 {
    font-size: 17px;
    font-size: 1.7rem;
  }
  h5 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  a.btn,
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    font-size: 20px;
    font-size: 2rem;
    padding: 8px 20px;
  }
  /* PAGE ELEMENTS
	/* ------------------------------ */
  /* QUOTE FORM */
  #text-3 form {
    padding: 20px;
  }
  #text-3 h3 {
    height: auto;
  }
  /* HOME */
  .home .the-content h2 {
    font-size: 35px;
    font-size: 3.5rem;
  }
  #footer {
    background-image: none;
  }
  .extra-block h2 {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .extra-block .content iframe {
    float: none;
  }
}
@media screen and (max-width: 320px) {
  /* FEEDBACK SECTION */
  #feedback .feedback-image,
  #feedback blockquote {
    width: auto;
    float: none;
  }
  #feedback .feedback-image {
    margin-bottom: 20px;
  }
  /* QUOTE FORM */
  #text-3 form {
    padding: 20px;
  }
  #text-3 h3 {
    height: auto;
  }
  /* HOME */
  .home .the-content h2 {
    font-size: 30px;
    font-size: 3rem;
  }
  #footer {
    background-image: none;
  }
  .extra-block h2 {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .extra-block .content iframe {
    float: none ;
  }
}
