/*
Theme Name: ULTR4
Theme URI: http://rickydawn.com/ultr4
Author: Ricky Dawn
Author URI: http://rickydawn.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ultr4
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, blog, clean, minimal
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.
ULTR4 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.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: 'Lato', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust:     100%;
  overflow-x: hidden;
}
body {
  margin: 0;
  font-family: 'Lato', sans-serif;
	font-size: 18px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: 'Lato', sans-serif;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
.nav-next, .nav-previous{
  padding: 30px;
  background-color: #fff;
}

.cat-links a, .tags-links a{
margin-right:3px;
}
.cat-links{
  margin-right: 20px;
}
#secondary li {
  list-style-type: none;
}
#secondary ul {
  margin: 0px;
}
.site-title{
    margin-top: 12px;
}
#ultr4 {
  margin: 0;
  font-family: 'Lato', sans-serif;
	font-size: 18px;
}

#ultr4 h1, h2, h3, h4, h5, h6{
  font-family: 'Lato', sans-serif;
}

#ultr4 p{
  margin-bottom: 1.5em;
  line-height: 1.4em;
  font-size: 18px;
	color: #888888;
  font-family: 'Lato', sans-serif;
}

h2 a{font-family: 'Lato', sans-serif;}
h2 {font-family: 'Lato', sans-serif;}
body{
  background-color: #e0e0e0;
}
.header-bar{
  background-color: #fff;
}
#primary-menu li a{
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
}
#primary-menu li a:hover{
  text-decoration: none;
  color: #4bb9d0;
}

.sub-menu li a:hover{
  text-decoration: none;
  background-color: #39a8bf;
  color: #fff;
}

.sub-menu li{
border-bottom: 1px solid #64c6da;
	background-color: #4bb9d0;
}
#site-navigation .sub-menu li a{
margin-right: 0px;
	color: #fff;
}

.menu li.has-children > a:after {
 color: #000;
 content: ' ▼';
 font-size: 12px;
 vertical-align: 1px;
 padding: 5px;
}
.menu li li.has-children > a:after {
 color: #222;
 content: ' ►';
 font-size: 12px;
 vertical-align: 1px;
}

#site-navigation{
	margin-right: 8%;
}
.widget{
  background-color: #fff;
  border-radius: 15px 15px 0 0;
  padding: 10px 20px 0 20px;
}
#widget-padding{
  padding: 10px;
}
.widget ul, ol{
  padding: 0px;
}
article{
  background-color: #fff;
  padding-bottom: 25px;
  overflow: hidden;
}
.site-branding{
  float: left;
  margin-right: 20px;
}
.site-branding h1{
  margin-bottom: 0px;
  margin-top: 10px;
  font-size: 35px;
}
.site-header{
	position: relative;
	padding-top: 25px;
	max-width: 1400px;
}
.site-header, #content{
  margin: 0 auto;
}

#content{
	max-width: 1440px;
}
#site-navigation li a{
  color: #000;
  margin-right: 10px;
}
.nav-bar{
  background-color: #1F4788;
  padding: 10px 0 10px 0;
}
#content{
  padding: 0 0 0 0;;
}
#primary{
  width: 100%;
  float: left;
}
#secondary{
  min-width: 350px;
  float: left;
  background-color: #fff;
}

a:hover{
  text-decoration: none;
}
.entry-header{
 text-align: center;
}
#comments{
  padding: 45px;
  background-color: #fff;
  box-shadow: 0 2px 25px rgba(0,0,0,.08);

}
.site-footer{
  background-color: #252525;
  margin-top: 25px;
  padding: 0 0 0 0;
  max-width: 1470px;
  color: #fff;
}

.site-footer .footer-widget-head{
	text-align: center;
    font-size: 32px;
    font-weight: bold;
    background: #424242;
    padding: 10px 0;
	margin-bottom: 15px;
	margin-top: 0px;
}
.site-footer #custom_html-2{
	background-color: #3a3a3a;
	padding: 0 0 10px 0;
}

#custom_html-2 .custom-html-widget{
	padding: 10px 20px 10px 0;
} 

.site-footer label{
	color: #fff;
}

.site-info{
  max-width: 1440px;
  margin: 0 auto;
  color: #fff;
  clear: both;
  padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 30px;
  text-align: center;
  background-color: #151515;
}
.site-info a, a:hover{
  color: #c44573;
}
@media screen and (min-width: 769px) { 
#toggle {
display:none;
}
} 
@media screen and (max-width: 768px) { 
#popout {
position: fixed;
height: 100%;
width: 250px;
background: rgb(25, 25, 25);
background: rgba(25, 25, 25, .9);
color: white;
top: 0px;
left: -250px;
overflow:auto;
}
#toggle {
float: right;
position: fixed;
top: 60px;
right: 45px;
width: 28px;
height: 24px;
}
.nav-menu li { 
border-bottom:1px solid #eee; 
padding:20px;
width:100%;
}
.nav-menu li:hover { 
background:#CCC;
}
.nav-menu li a { 
color:#FFF;
text-decoration:none;
width:100%;
}
} 
.panel{ position: fixed; right: -15.625em; width: 15.625em; background:#222;}
.push{position:relative;}
.menu-link{display:none;color:#fff;background:#333;border-radius:4px;padding:2px 12px;float:right;}
.mobile-menu a{display:block;color:#fff;padding:10px 15px;}
.mobile-menu a:hover{background-color:#555;}
.mobile-menu li{border-bottom:1px #444 solid;}
@media only screen and (max-width:768px) {
    #primary-menu, .header-social, #top-widget-container{display:none;}
    .mobile-menu #primary-menu{display:block;}
    .menu-link{display:inline-block;}
    #primary{margin: 0 10px 0 10px;}
    .site-branding{width: 100%; text-align: left; padding: 0 0 0 0 !important;}
    #site-navigation{width:100%; margin: 15px 0 15px 0;}
    #site-navigation select{background-color: #337ab7; padding: 10px; width: 100%; color: #fff;}
    #secondary{margin: 15px 0 0 10px; max-width: 350px;}
    .site-footer{padding: 15px 0 15px 15px;}
    article{padding: 15px 15px 15px 15px;}
    #comments{padding: 15px;}
    .nav-next, .nav-previous {padding: 10px;}
	.site-branding img{width: 125px;}
	.site-header{padding-top: 14px;}
}

#respond {
margin: 5% 0;
}

#comments {
     display: inline-block;
     clear: both;
     width: 100%;
     font-size: 0.8em;
}
ol.commentlist {
     padding: 0;
     margin: 5% 0;
     list-style-type: none;
}
ul.children {
     list-style-type: none;
     padding-left: 5%;
}

article.comment {
     margin: 5% 0;
     padding-left: 80px;
}
.children article.comment {
     padding-left: 60px;
}

.comment footer { font-size: 0.8em; }

.comment p {
     margin: 0.25em 0;
     line-height: 1.2;
     color: #000;
     font-family: 'Lato', sans-serif;
}

img.avatar {
     float: left;
     position: absolute;
     margin-left: -80px;
}
.children article.comment img.avatar {
     margin-left: -60px;
}

.form-allowed-tags {
     display: none;
}
#commentform label {
     display: none;
}
p.comment-subscription-form {
     clear: both;
}

.comment-subscription-form label {
     display: inline-block !important;
}
input#subscribe_comments {
     padding: 0!important;
     margin: 0!important;
     margin-right: 0.5em!important;
     float: none !important;
}
#commentform p {margin: 0; }
#commentform input, #commentform textarea {
     width: 95%;
     padding: 2.5%;
     background: #f7f7f7;
     border: none;
     margin: 2% 0;
     font-size: 1em;
     border-bottom: 2px dashed #d7d7d7;
     font-family: 'Lato', sans-serif;
}

#commentform input#submit, .button {
     color: #fff;
     border: none !important;
     background: #3dd6b7;
     -webkit-appearance: none;
}
#commentform input#submit:hover, .button:hover {
     background: #81edd7;
}
#commentform input#submit:active, .button:active {
     background: #2baa90;
}

@media ( min-width: 700px ) {
     #commentform input {
          width: 25%;
          float: left;
     }
     .comment-form-author input, .comment-form-email input {
          margin-right: 5% !important;
     }
}

@media ( max-width: 700px ) {
     #commentform input#submit {
          width: 100%!important;
     }
}

.footer-widgets{
    max-width: 1300px;
    margin: 0 auto;
    clear: both;
}

.footer-widget{

}

.footer-widgets ul{
    margin: 0px;
    padding: 0px;
}
.footer-widgets li{
    list-style-type: none;
}

.footer-widgets a, .footer-widgets p{
    color: #fff;
}

.footer-widget{
    float: left;
}

.footer-title{
    color: #fff;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'Lato', sans-serif;
}

h5{
	margin: 0 0 10px 0;
    color: #252525 !important;
    font-size: 22px !important;
    line-height: 130% !important;
}

.wpb_wrapper h2{
	color: #252525;
	font-size: 34px;
	line-height: 130%;
	font-weight: bold;
}

.introh2 h2{
	font-size: 55px;
	font-weight: bold;
	color: #434343;
	text-align: center;
}

p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}

.hometrio h2{
	font-size: 23px;
	font-weight: bold;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
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: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
# Forms
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, .8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
select {
  border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}
textarea {
  width: 100%;
}
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  float: right;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
}
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 49%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 49%;
}
/*--------------------------------------------------------------
# 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;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  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. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 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-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# 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;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  padding: 20px;
}
.widget select {
  max-width: 100%;
}
.widget-head{

}
.widget-title{
  margin: 0px;
  color: #000;
  font-family: 'Lato', sans-serif;
  margin-bottom: 10px;
  font-size: 21px;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 0 0 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.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;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .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%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Page Builder Customisations
--------------------------------------------------------------*/
@media (min-width: 768px){
	.shorter{
		width: 60.666667% !important;
	}
	.wider{
		width: 39.333333% !important;
	}
}

/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
.poi-btn, .search-form .search-submit {
    display: inline-block;
    padding: 0 70px 0 20px;
    color: #ffffff;
    background-image: url(/wp-content/themes/poi/images/btn-arrow.png);
    background-repeat: no-repeat;
    background-position: top right;
    height: 50px;
    line-height: 50px;
}

.other-cta-btn a {
    color: #ffffff;
    background-color: rgb(28,149,174);
}

.poi-btn:hover, .search-submit:hover {
    color:#ffffff;
    text-decoration:none;
}
/*--------------------------------------------------------------
## Fuji
--------------------------------------------------------------*/

#confirmform{
    display: none;
}

#gate h2{
    font-size: 23px;
}

.search-no-results #primary, .search-results #primary{
	background-color: #f5f5f5;
}

.search-no-results .page-header, .search-results .page-header{
	margin: 0 0 30px 0;
	padding: 35px;
	background-color: rgba(28,149,174,0.9);
}

.search-no-results .page-header h1, .search-results .page-header h1{
	margin: 0 0 20px 0;
	color: #ffffff;
	font-size: 50px;
	font-weight: bold;
}

.search-no-results .entry-header, .search-results .entry-header{
	text-align: left;
}

.search-no-results, .search-content{
	padding: 0 15px 0 15px;
	min-height: 190px;
}

.search-no-results, .search-content h2{
	color: #252525;
	font-size: 22px;
	font-weight: bold;
	font-family: lato;
	color: #252525;
}

.search-no-results, .search-content h2 a{
	color: #252525;
}

.search-no-results, .search-content h2 a:hover{
	color: #42b0c7;
}

.search-form .search-field {
    color: #333333;
    border: 0px solid #fff;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
}

.btn.light-blue, .search-form .search-submit {
    background-color: #61b5c6;
}

.search-form .search-submit {
    border: 0;
}

.btn, .search-form .search-submit {
    display: inline-block;
    padding: 0 70px 0 20px;
    color: #ffffff;
    background-image: url(/wp-content/themes/poi/images/btn-arrow.png);
    background-repeat: no-repeat;
    background-position: top right;
    height: 50px;
    line-height: 50px;
}


#gate .mktoButton{
    width: 300px;
}

.mktoForm span{
    margin-left: 34% !important;
}

#gate .mktoForm input[type=text], #gate .mktoForm input[type=url], #gate .mktoForm input[type=email], #gate .mktoForm input[type=tel], #gate .mktoForm input[type=number], #gate .mktoForm input[type=date], #gate .mktoForm select.mktoField, #gate .mktoForm textarea.mktoField{
    background-color: #fff !important;
}

#gate .POI_Resource_Form, #gate .formSpan, #gate .mktoLayoutLeft, #gate .mktoForm .mktoFormRow{
    width: 77% !important;
}

/*--------------------------------------------------------------
## Fuji Extra Styles
--------------------------------------------------------------*/
#top-widget-container a:hover{
	text-decoration: none;
	background-color: #42b0c7;
	color: #fff;
}

.filter{
	color: #888888;
	padding-right: 5px;
}

.resource-template-default #nopadtop{
	padding-bottom: 25px;
}

.main-container-wrapper .entry-footer{
display: none;
}

.main-container-wrapper .thumb-divback{
	width:100%;
	height: 182px;
}

.filter{
	display: none !important;
}

.gt-searchform .woo-row > div{
	float: right;
}

#fav{
	display: none;
}

.main-container-wrapper .woo-product-title{
	font-weight: bold;
	text-align: left;
}

.main-container-wrapper .woo-product-desc{
	text-align: left;
}

.main-container-wrapper .woo-grid-style .woo-desc-cnt .woo-product-title{
	margin: 0 0;
}

.main-container-wrapper .woo-grid-style .woo-desc-cnt .woo-product-title a{
	text-transform: none;
}

.main-container-wrapper .wg-grid-_853 > div{
	margin-bottom: 30px;
}

.main-container-wrapper .woo-grid-style .woo-desc-cnt{
	padding: 20px 20px;
}
#nopadtop .vc_column-inner{padding-top: 0px; padding-left: 0px; padding-bottom: 20px;}

.site-info .footer-copyright-bar {
	margin-top: 30px;
	font-size: 15px;
}

.footer-copyright-bar a{
	margin-top: 30px;
	font-size: 15px;
}

.footer-copyright-bar p{
	margin-top: 30px;
	font-size: 15px;
}

.footer-widgets iframe{
	width: 100% !important;
	height: 490px !important;
	margin-bottom: 50px !important;
}
.site-branding{
	padding: 10px 0 20px 0;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
}

.sticky + .entry-content{
	padding-top: 102px;
}

.sticky .site-header{
	padding-top: 10px;
}


.sticky .site-branding img{
	width: 125px;
}

h1.intro-header, .intro-header {
    font-size: 60px;
    color: #434343;
    text-align: center;
    margin: 55px 0 0 0;
    font-weight: bold;
    line-height: 110%;
}

.titlebar, .titlebar p{
	color: #fff !important;
}

.titlebar{
	box-shadow: inset 0 0 0 1000px rgba(28,149,174,0.9);
}

.titlebar h1{
	margin: 0 0 20px 0;
    color: #ffffff;
    font-size: 50px;
	font-weight: bold;
}

.titlebar p{
    font-size: 19px !important;
}

.header-social{
    float: right;
    font-size: 13px;
    margin-top: 20px;
    -webkit-transition: margin-top 100ms linear;
    -moz-transition: margin-top 100ms linear;
    -ms-transition: margin-top 100ms linear;
    -o-transition: margin-top 100ms linear;
    transition: margin-top 100ms linear;
}

.header-social a.social-link {
    float: left;
    color: #000000;
    display: inline-block;
    font-size: 19px;
    line-height: 22px;
    margin-left: 12px;
}

.header-social p {
    display: inline-block;
    float: left;
    margin: 0 0 0 0;
}

#top-widget-container {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}

header .search-box-show a, .contact-us-jump a {
    font-size: 14px;
    padding: 5px 15px;
    background: #252525;
    color: #fff;
}

header .search-box-show a i, .contact-us-jump a i {
    margin-right: 5px;
    width: 14px;
}

header .search-box-show, .contact-us-jump {
    text-align: right;
    display: inline;
}

header .search-box-show, .contact-us-jump {
    text-align: right;
    display: inline;
}

header #top-widget-container .search-box {
    display: none;
}

header #top-widget-container .search-box {
    background: #252525;
    padding: 20px;
    z-index: 99;
}

table tr {
    background-color: #DCE3EB;
}

table tr:nth-child(2n) {
    background-color: #EEF1F6;
}

table td {
    padding: 8px 10px;
}

.sample-box {
    background-color: #4bb9d0;
    padding: 20px 0 20px 0;
    border: 5px solid #98cfda;
}

.application-template-default .entry-content .mktoLabel{
	color: #fff;
}
.application-template-default .entry-content .mktoField{
    background-color: #fff !important;
}

.hidden-form, .hidden-form2{
    display: none;
}

.white, .white a, .white strong, .white p{
	color: #fff !important;
}

.show-form, .closeform, .show-form2, .closeform2{
    cursor: pointer;
}

.product-cu {
    display: inline-block;
    margin: 0 auto;
    border: 0!important;
    background-image: none!important;
    background-color: #c44573!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    color: #ffffff!important;
    font-family: 'Lato', sans-serif!important;
    font-size: 18px!important;
    padding: 10px 20px!important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-top: 3px!important;
}

.btn.light-blue{
	background-color: #61b5c6;
	display: inline-block;
    padding: 0 70px 0 20px;
    color: #ffffff;
    background-image: url(/wp-content/themes/poi/images/btn-arrow.png);
    background-repeat: no-repeat;
    background-position: top right;
    height: 50px;
    line-height: 50px;
}

li{
	font-size: 18px;
	color: #888888;
	font-family: 'Lato', sans-serif;
}

ul{
	margin: 0px;
}

.at-resp-share-element .at-share-btn{
	margin-bottom: 5px !important;
}

.btn-light{
	background-color: #61b5c6 !important;
}

.more{
	color: #c44573!important;
}

.moreinfo .wpb_content_element{
	margin-bottom: 10px;
}

#ultr4 .moreinfo p{
	margin-bottom: 0.5em;
}

.multi-bar {
    background: #e1017d;
    width: 100%;
    float: left;
    margin-bottom: 58px;
}

.multi-bar span.blue {
    background: #02a9e9;
}

.multi-bar span.green {
    background: #00a242;
}

.multi-bar span.yellow {
    background: #e4d701;
}

.multi-bar span.orange {
    background: #f18d17;
}

.multi-bar span.red {
    background: #e71c32;
}

.multi-bar span.pink {
    background: #e1017d;
}

.multi-bar span {
    width: 16.6%;
    float: left;
    height: 8px;
}

.reverse{display:flex;}

.pnk-btn{
    display: inline-block;
    margin: 0 auto;
    border: 0!important;
    background-image: none!important;
    background-color: #c44573!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    color: #ffffff!important;
    font-family: 'Lato', sans-serif!important;
    font-size: 20px!important;
    padding: 20px 60px!important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-top: 3px!important;
}

@media only screen and (max-width: 767px) {
  .reverse { flex-direction:column-reverse;}
}

.wpb_video_widget .wpb_wrapper iframe{
	display: block;
	position: inherit !important;
}
/*--------------------------------------------------------------
## 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.33333%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66667%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28571%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11111%;
}
.gallery-caption {
  display: block;
}
/* == INTERMEDIATE: IE Fixes == */
nav ul li{
display:inline;
}
nav select {
display: none;
}
@media (max-width: 960px) {
nav ul     {
display: none;
}
nav select {
display: none;
}
}

.woo-product-title a{
	font-family: 'Lato', sans-serif;
}