/* -----------------------------------------
   Home page slider
----------------------------------------- */

#home-slider .slider-caption {
  position: absolute;
  top: 50%;
  left: 40%;
  width: 100%;
  max-width: 570px;
  text-align: center;
  background: #005E76;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 5px 10px;
}
#home-slider .slider-caption p, #home-slider .slider-caption h3 {
  color: #fff;
  /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);*/
}

@media only screen and (max-width: 640px) {
  #home-slider .slider-caption {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    background: #005E76;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #home-slider .slider-caption p {
    font-size: 14px;
    line-height: 1.3;
    text-shadow: none;
    font-weight: 600;
  }
  #home-slider .slick-prev, #home-slider .slick-next {
    display: none !important;
  }
}
/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

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

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption.alignnone {
  margin: 0 1em 1em 0;
}
.wp-caption.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.wp-caption.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

/* -----------------------------------------
   General fixes
----------------------------------------- */
#wpadminbar {
  opacity: 0.3;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0);
}
#wpadminbar:hover, #wpadminbar:focus {
  opacity: 1;
}

body {
  -webkit-font-smoothing: antialiased;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Placeholder Styling */
::-webkit-input-placeholder { color: #484848; }
::-moz-placeholder { color: #484848; }
::-o-placeholder { color: #484848; }
:-ms-input-placeholder { color: #484848; }
input:-moz-placeholder { color: #484848; }

/* Input Styling */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  /* STYLES GO THERE */
}

/* Responsive Video container (YouTube, Vimeo) */

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

embed, iframe, object {
  max-width: 100%;
}

/* Align Middle */
.align-middle {
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

/* -----------------------------------------
   Typography
----------------------------------------- */
a:focus {
  outline: none;
}

p:empty {
  display: none;
}

body, h1, h2, h3, h4, h5, h6, p, a {
  font-family: "Roboto", "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: 400;
  color: #565656;
  text-transform: uppercase;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #222;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

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

/* -----------------------------------------
    Clearfix
----------------------------------------- */
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

/* ------------------------------------
    Basic Styles
------------------------------------- */

h1 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 46px;
}
h2 {font-size: 26px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {
  font-size: 13px;  
  font-weight: 800;  
}

p {
  font-size: 15px;  
  line-height: 23px;  
  color: #565656;
  margin-bottom: 30px;
}

a {
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
a:hover{

};

/*-------------------------------
        Paginator
-------------------------------*/
ul.pagination li a {
  padding: 0 7px;
  border-radius: 0;
}

.pagination.current {
  color: #fff;
  background: #2795b6;
  padding: 1px 7px 2px 7px;
}

/* ------------------------------------
    Header Styles
------------------------------------- */
.header {
  background-color: #fff;
}

/* ------------------------------------
    Content Styles
------------------------------------- */
blockquote {
  position: relative;
}

.slider-caption blockquote:before {
  position: absolute;
  content: '‘‘';
  font-size: 92px;
  left: 18px;
  top: -15px;
  color: #fff;
}

.slider-caption blockquote:after {
  position: absolute;
  content: '‘‘';
  font-size: 92px;
  right: 10px;
  bottom: -5px;
  color: #fff;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

blockquote p {
  margin-bottom: 5px;
}

.slider-caption blockquote {
  padding: 45px 20px 50px 65px;
  margin-bottom: 0;
}

.slider-caption blockquote p {
  margin-bottom: 5px;
  text-align: justify;
  line-height: 27px;
  font-size: 16px;
}
.slider-caption blockquote strong {
  color: #fff;
}

.slider-caption blockquote,
.widget_ultimate_posts blockquote {
  border-left: none;
}

.home img.alignnone {
  margin: 0;
  width: 100%;
}

.sidebar {
  background-color: #ededed;
}

.gform_wrapper {
  margin-bottom: 27px;
}

.gform_wrapper .gfield_required {
display: none;
}


.gform_title {
  margin-top: 30px;
  font-size: 26px;
}

.gform_body ul {
  margin: 0;
  list-style: none;
}

.gform_body input,
.gform_body textarea {
  margin-bottom: 2px;
  border: none;
  font-size: 15px;
  padding-left: 18px;
}

.gform_body textarea {
  height: 114px;
  margin-bottom: 5px;
}

.gform_button {
  width: 100%;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  background-color: #005E76;
}

.gform_button:hover {
  background-color: #75AAB7;
}

.button:focus {
  background-color: #75AAB7;
}

.widget_ultimate_posts h5 {
  font-size: 26px;
  margin-bottom: 18px;
}

.widget_ultimate_posts p {
  margin-bottom: 20px;
}

.widget_ultimate_posts blockquote {
  padding: 20px 15px 50px 35px;
  margin-bottom: 40px;
}

.widget_ultimate_posts blockquote:before {
  position: absolute;
  content: '‘‘';
  font-size: 80px;
  left: -7px;
  top: -23px;
  color: #005E76;
}

.widget_ultimate_posts blockquote:after {
  position: absolute;
  content: '‘‘';
  font-size: 80px;
  right: 10px;
  bottom: 3px;
  color: #005E76;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.top-image {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
}

.more-link,
.learn-more {
  display: inline-block;
  margin-bottom: 40px;
  margin-top: 20px;
  padding: 15px 45px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #00607B;
}

.more-link:hover,
.more-link:focus,
.learn-more:hover {
  color: #fff;
  background-color: #75AAB7;
}

.page-template-properties .property p {
  margin-bottom: 0;
}

article li,
.page-template-properties .property li {
  font-size: 15px;
  color: #565656;
}

.page-template-customers .post-type p,
.blog p {
  margin-bottom: 10px;
}

.page-template-customers .post-type h6 {
  text-transform: capitalize;
  font-size: 15px;
}

.page-template-customers .post-type img,
.blog article img {
  width: 100%;
  padding-bottom: 15px;
}

.post-author {
  margin-bottom: 50px;
  text-align: right;
}

.customer-wrap {
  margin-bottom: 50px;
}

.th {
  margin-bottom: 20px;
  width: 100%;
}

.th img {
  width: 100%;
}

.validation_error,
.validation_message {
  color: #f00;
}

.gallery a {
  display: block;
  margin-bottom: 20px;
}

/* ------------------------------------
    Footer Styles
------------------------------------- */
.footer-top {
  background-color: #5e5e5e;
  padding: 30px 0;
}

.footer-top h3,
.footer-top p {
  color: #ededed;
}

.footer-top p {
  margin-bottom: 0;
}

.footer-bottom {
  background-color: #393939;
}

.footer-bottom p,
.footer-bottom a {
  color: #ededed;
  margin: 20px 0;
  font-size: 13px;
}
