/*
Theme Name: Architectura
Theme URI: http://demo.themeton.com/architectura
Author: ThemeTon
Author URI: https://themeton.com
Description: Architech and Blog Template. Primary use: Business, Portfolio and Blog
Version: 1.0.5
License:
License URI:
Text Domain: themeton
*/
div[class^="col-"] img {
  max-width: 100%;
  height: auto;
}
img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
button,input,select,textarea {
    max-width: 100%;
    vertical-align: baseline;
  padding: 10px;
    color: #3b3b3b;
}
table,th,td {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.6em;
    table-layout: fixed; /* Prevents HTML tables from becoming too wide */
    width: 100%;
}
caption,th,td {
    font-weight: normal;
    text-align: left;
}
th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}
td {
    border-width: 0 1px 1px 0;
}
th,td {
    padding: 0.4em;
}
/* Text meant only for screen readers */
.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
/* Page links */
.page-links {
    clear: both;
}
.page-links a,
.page-links > span {
    border: 1px solid #eaeaea;
    display: inline-block;
    height: 2em;
    line-height: 2;
    margin: 0 0.3333em 0.3333em 0;
    text-align: center;
    width: 2em;
}
.page-links a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    background-color: #333;
    border-color: #333;
    color: #fff;
}
.page-links a:hover,
.page-links a:focus {
    color: #fff;
    text-decoration: none;
}
.page-links > .page-links-title {
    border: 0;
    padding-right: 0.5em;
    width: auto;
}
.wp-caption,.wp-caption-text,.sticky,.gallery-caption,.bypostauthor,.alignright,.alignleft,.aligncenter{}
.vc_row-fluid .vc_row {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
/* Support Woocommerce */
.entry-summary h1.product_title{
    display: none;
}
.entry-summary .input-text.qty{
    padding-top: 4px;
    padding-bottom: 4px;
}
/* Static instagram widget */
.jr-insta-thumb .thumbnails {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px;
}
.jr-insta-thumb .jr_col_3 > li { width: 33%}
.jr-insta-thumb .thumbnails > li {
border: 0;
  background: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  padding: inherit !important;
  margin: 0 !important;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.jr-insta-thumb:after {
  content: "";
  display: table;
  clear: both;
}
/* 8.2 Helper classes: Content Alignments
  -------------------------------------------------- */
.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}

/* Captions */
.wp-caption {
    margin-bottom: 1.6em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption-text {
    .bg-color(@content-background, 10%);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
    text-align: center;
}

.contents iframe, .contents embed, .contents object {
  max-width: 100%;
}
.single .postMeta {
  padding-bottom: 10px;
}
.single .comments, .page .comments {
  margin-top:50px;
}


#mainNav.building-menu > ul > li ul{
  display: none;
}
#mainNav > ul > li > a{
  -webkit-transition: none !important;
     -moz-transition: none !important;
       -o-transition: none !important;
      -ms-transition: none !important;
          transition: none !important;
}
.searchFormRow{
  display: none;
}

header .bottomRow .navbar #mainNav .nav li.dropdown .dropdown-menu li + li{
  position: relative;
}
#pageCover h3{
	background: rgba(46, 56, 188, 0.2) !important;
}
#pageCover h3:before{
	background: rgba(46, 56, 188, 0.2) !important;
}
#pageCover .pageDirection{
	background: rgba(46, 56, 188, 0.2) !important;
}
#pageCover .pageDirection:before {
    background: rgba(46, 56, 188, 0.2) !important;
}

#pageCover {
    background-position: bottom left !important;
}