/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

@font-face {
  font-family: 'lightcase';
  src: url('../fonts/lightcase.eot?55356177');
  src: url('../fonts/lightcase.eot?55356177#iefix') format('embedded-opentype'),
       url('../fonts/lightcase.woff?55356177') format('woff'),
       url('../fonts/lightcase.ttf?55356177') format('truetype'),
       url('../fonts/lightcase.svg?55356177#lightcase') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*


.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:active {
    outline: dotted;
}
*/

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  color: #424c57;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
h1,
.h1 {
  font-size: 42px;
}
h2,
.h2 {
  font-size: 36px;
}
h3,
.h3 {
  font-size: 32px;
}
h4,
.h4 {
  font-size: 28px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 18px;
}
img {
  max-width: 100%;
}
figure {
  margin: 0;
  width: 100% !important;
}
/*figure > img {
  padding: 15px 0;
}*/
input:focus,
input:hover,
input:active,
input:visited {
  outline: none;
  border: 1px solid #51BBE5;
}

input.wpcf7-form-control.wpcf7-submit {
    padding: 18px;
    font-size: 18px;
    text-transform: uppercase;
}

a {
  color: #333;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  outline: 0;
}
a:hover {
  color: #51BBE5;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:focus{
  text-decoration: none;
  color: inherit;
  outline: none;
}

select {
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
  outline: none;
  font-size: 14px;
}
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 {
  border-color: #51BBE5 !important;
}
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: #444;
  border: 1px solid #ddd;
  border-radius: 0px;
  padding: 14px;
  font-size: 14px;
  outline: none;
  width: 100%;
  font-weight: normal;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
}
.tx-section {
  padding: 110px 0 120px;
}
.section-top {
  margin-bottom: 80px;
}
.section-title {
  margin-bottom: 20px;
}
.section-desc {
  font-size: 18px;
  width: 70%;
  margin: auto;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #ddd;
  box-shadow: none;
  color: #444;
  font-size: 11px;
  line-height: 1;
  padding: 13px;
  margin: 5px 0;
  outline: none;
  text-shadow: none;
  border-radius: 0px;
  background: #fff;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
::-webkit-input-placeholder {
  color: #666;
}
:-moz-placeholder {
  color: #666;
}
::-moz-placeholder {
  color: #666;
}
:-ms-input-placeholder {
  color: #666;
}
.mc4wp-form-fields {
  margin: 25px 0;
}
.mc4wp-form-fields input[type="email"] {
  width: 70%;
  float: left;
  padding: 13px;
  border-radius: 2px 0 0 2px;
  border: none;
}
.mc4wp-form-fields input[type="submit"] {
  display: flex;
  justify-content: center;
  vertical-align: middle;
  padding: 17px 13px;
  border-radius: 0px 2px 2px 0;
  border: none;
  font-size: 11px;
}
.search-form input[type="submit"] {
  background: #51BBE5;
  border-color: #51BBE5;
  color: #fff;
  padding: 18px 15px;
  font-size: 14px;
  margin: -5px 1px;
}
.btn {
  border: 1px solid #ddd;
  border-radius: 0px;
  padding: 10px 26px;
  margin: 0 10px 0 0;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.btn:hover,
.btn:focus,
.btn.focus {
  outline: 0;
}
.btn-border:hover {
  color: #fff;
  text-decoration: none;
  background: #51BBE5;
  border: 1px solid #51BBE5;
  transition: all 0.3s ease;
}
.btn-active {
  background: #ddd;
  color: #444;
  border-color: #ddd;
}
.btn-active:hover {
  background: #51BBE5;
  color: #fff;
  border-color: #51BBE5;
}
.customize-partial-edit-shortcuts-shown .mask {
  margin: 24% 47%;
}
.elementor-editor-active #preloader {
    display: none;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  background: #fff;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-size: 70px 70px;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
}
.mask {
  position: absolute;
  margin: 20% 48%;
  overflow: hidden;
  perspective: 1000;
  backface-visibility: hidden;
}
.plane {
  background: #51BBE5;
  width: 400%;
  height: 100%;
  position: absolute;
  transform: translate3d(0px, 0, 0);
  z-index: 100;
  perspective: 1000;
  backface-visibility: hidden;
}
.animation {
  transition: all 0.3s ease;
}
#top .plane {
  z-index: 2000;
  animation: trans1 1.3s ease-in infinite 0s backwards;
}
#middle .plane {
  transform: translate3d(0px, 0, 0);
  background: #bbbbbb;
  animation: trans2 1.3s linear infinite  0.3s  backwards;
}
#bottom .plane {
  z-index: 2000;
  animation: trans3 1.3s ease-out infinite 0.7s backwards;
}
#top {
  width: 53px;
  height: 20px;
  left: 20px;
  transform: skew(-15deg, 0);
  z-index: 100;
}
#middle {
  width: 33px;
  height: 20px;
  left: 20px;
  top: 15px;
  transform: skew(-15deg, 40deg);
}
#bottom {
  width: 53px;
  height: 20px;
  top: 30px;
  transform: skew(-15deg, 0);
}
.loading-title {
  color: #51BBE5;
  position: absolute;
  left: 0;
  right: 0;
  top: 48%;
  text-align: center;
}
@keyframes trans1 {
  from {
    transform: translate3d(53px, 0, 0);
  }
  to {
    transform: translate3d(-250px, 0, 0);
  }
}
@keyframes trans2 {
  from {
    transform: translate3d(-160px, 0, 0);
  }
  to {
    transform: translate3d(53px, 0, 0);
  }
}
@keyframes trans3 {
  from {
    transform: translate3d(53px, 0, 0);
  }
  to {
    transform: translate3d(-220px, 0, 0);
  }
}
@keyframes animColor {
  from {
    background: red;
  }
  25% {
    background: yellow;
  }
  50% {
    background: green;
  }
  75% {
    background: brown;
  }
  to {
    background: blue;
  }
}
.page-header-bg {
  position: relative;
  padding: 80px 0;
}
.page-header-bg .page-header-title{
  margin: 0;

}
.page-header-bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.page-header-bg .page-header-title {
  color: #fff;
  position: relative;
  z-index: 10;
}
.affix-top .in,
.affix-top .navbar-form {
  border-color: #e7e7e7;
  background-color: rgba(0, 0, 0, 0.87);
}
.onepage-nav.menu-shrinked {
  padding: 10px 0;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  box-shadow: 0 1px 1px rgba(6, 8, 8, 0.1), 0 3px 10px rgba(6, 8, 9, 0.1);
  -o-box-shadow: 0 1px 1px rgba(6, 8, 8, 0.1), 0 3px 10px rgba(6, 8, 9, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(6, 8, 8, 0.1), 0 3px 10px rgba(6, 8, 9, 0.1);
  -webkit-box-shadow: 0 1px 1px rgba(6, 8, 8, 0.1), 0 3px 10px rgba(6, 8, 9, 0.1);
}
.onepage-nav.affix-top {
  background-color: transparent;
  border: none;
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  width: 100%;
  transition: all 0.3s ease;
}
.onepage-nav.affix-top .onepage > li > a {
  color: #fff;
}
#header {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.add-menu {
    margin-top: 45px;
    display: block;
}
.affix {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.custom-logo-link {
  padding: 12px 0;
  margin: 0 -15px;
}
.navbar-default {
  margin: 0;
  border-radius: 0;
}
.navbar-default .navbar-nav {
  position: relative;
}
.navbar-default ul li {
    list-style: none;
}
.navbar-default .navbar-nav > li.menu-item-open > ul.sub-menu,
.navbar-default .navbar-nav > li:hover > ul.sub-menu,
.navbar-default .navbar-nav > li:active > ul.sub-menu,
.navbar-default .navbar-nav > li:focus > ul.sub-menu {
  top: 79px;
  z-index: 99;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease;
}
.navbar-default .navbar-nav > li > a {
  outline: 0;
  color: #444;
  padding: 24px 12px;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #51BBE5;
}
.navbar-default .navbar-nav > .active > a {
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:active,
.navbar-default .navbar-nav > .active > a:focus-within {
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-radius: 0px;
}
ul.sub-menu {
  position: absolute;
  background-color: #f8f8f8;
  top: 110px;
  width: 200px;
  z-index: -1;
  text-align: left;
  left: 9px;
  margin: -10px 0;
  padding: 8px 15px 8px 10px;
  transition: all 0.5s ease;
  opacity: 0;
  border-radius: 0px;
}
ul.sub-menu > li a {
  padding: 7px 20px;
  display: block;
  color: #424242;
  font-weight: 300;
  font-size: 14px;
/*  outline: 1px dotted;*/
}
ul.sub-menu > li:last-child {
  border-bottom: none;
}
ul.sub-menu > li:hover > a {
  background-color: #51BBE5;
  color: #fff !important;
  margin-left: 5px;
}
ul.sub-menu > li > ul.sub-menu {
    position: absolute;
    background: #f8f8f8;
    width: 200px;
    z-index: -1;
    text-align: center;
    left: -201px;
    transition: all 0.5s ease;
    visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    top: 100%;
    padding: 10px 13px 10px 10px;

}
ul.sub-menu > li > ul.sub-menu li > a {
  padding: 5px 10px;
  color: #444;
}
ul.sub-menu > li > ul.sub-menu li > a:hover {
  background-color: #51BBE5;
  color: #fff;
  margin-left: 5px;
}
ul.sub-menu > li > ul.sub-menu li:hover .sub-menu {
  visibility: visible;
  backface-visibility: visible;
  opacity: 1;
  top: 10px;
  transition: all 0.5s ease;
}
ul.sub-menu > li > ul.sub-menu li > ul.sub-menu {
  position: absolute;
  background: #f8f8f8;
  width: 100px;
  z-index: -1;
  text-align: center;
  left: -100px;
  transition: all 0.5s ease;
  visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  top: -20%;
  padding: 10px;
}
ul.sub-menu > li > ul.sub-menu li > ul.sub-menu li > a {
  padding: 5px 10px;
  color: #444;
}
ul.sub-menu > li > ul.sub-menu li > ul.sub-menu li > a:hover {
  background-color: #51BBE5;
  color: #fff;
  margin-left: 5px;
}

.navbar-default .navbar-nav > li.menu-item-open > ul.sub-menu > li.menu-item-open .sub-menu,
ul.sub-menu > li:hover .sub-menu {
  visibility: visible;
  backface-visibility: visible;
  opacity: 1;
  top: 0;
  transition: all 0.5s ease;
}
.navbar-default .navbar-nav > li.menu-item-open > ul.sub-menu > li.menu-item-open:first-child > a .sub-menu,
ul.sub-menu > li:first-child:hover .sub-menu {
  top: 10px;
}
.navbar-default .navbar-nav > li.menu-item-open > ul.sub-menu > li.menu-item-open:nth-child(2) > a .sub-menu,
ul.sub-menu > li:nth-child(2):hover .sub-menu {
  top: 56px;
}
.navbar-default .navbar-nav > li.menu-item-open > ul.sub-menu > li.menu-item-open:nth-child(3) > a .sub-menu,
ul.sub-menu > li:nth-child(3):hover .sub-menu {
  top: 117px;
}
.navbar-default .navbar-nav > li.menu-item-open > ul.sub-menu > li.menu-item-open:nth-child(4) > a .sub-menu,
ul.sub-menu > li:nth-child(4):hover .sub-menu {
  top: 148px;
}
.navbar-default .navbar-nav > li.menu-item-open > ul.sub-menu > li.menu-item-open:nth-child(5) > a .sub-menu,
ul.sub-menu > li:nth-child(5):hover .sub-menu {
  top: 194px;
}

.social-icon {
  padding-left: 0;
  margin-top: 25px;
}
.social-icon li {
  display: inline-block;
  margin: 0 5px;
}
.social-icon li .facebook-icon {
  padding-left: 16px;
  padding-right: 13px;
}
.social-icon li a {
  color: #999;
  border: 1px solid #ddd;
  border-radius: 0px;
  display: inline-block;
  -webkit-transition: .3s all ease;
  -moz-transition: .3s all ease;
  -ms-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.social-icon li a:hover {
  color: #fff;
  background-color: #51BBE5;
  border-color:#51BBE5;
}
.social-icon li a i {
  font-size: 20px;
}
.site-main {
  margin: 50px 0 80px;
}
.sticky-post {
  position: relative;
}
.sticky-post .arrow {
  position: absolute;
  left: 0px;
  top: 2px;
  border-top: 17px solid transparent;
  border-left: 28px solid #51BBE5;
  border-bottom: 17px solid transparent;
}
.sticky-post .arrow > span {
  position: absolute;
  top: -15px;
  left: -23px;
  color: #fff;
  font-size: 9px;
  line-height: 30px;
}
.sticky-post .entry-header {
  margin-left: 35px;
}
.entry-title {
  color: #101010;
  font-weight: 600;
}
.entry-content {
  font-size: 16px;
  font-weight: 400;
}
.advertise-title {
  margin-bottom: 20px;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
  padding: 10px;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
}
input[type="submit"] {
  background: #51BBE5;
  border-color: #51BBE5;
  color: #fff;
}
input[type="submit"]:hover {
  background: #fff;
  color: #51BBE5;
}

.comments-area table tr td,
.comments-area table tr th,
.page table tr td, 
.page table th{
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.comment-form label {
  display: block;
  width: 100%;
  margin: 5px 0;
}
.post-list,
.widget,
.post-single,
.page-header {
  background: #fff;
  padding: 10px 30px 25px;
  margin: 40px 0 0;
  box-shadow: 0px 2px 10px #ddd;
  border-bottom: none;
}


.site-footer .widget{
  box-shadow:none;
  margin: 0;
}
.nav-links {
  padding: 30px 0 50px;
  margin: 50px 0;
}
.edit-link a {
  color: #333;
}
.nav-links a,
.btn-border,
.edit-link a,
.reply a {
  border: 1px solid #ddd;
  padding: 10px 30px;
  transition: all 0.3s ease;
  text-transform: capitalize;
  font-weight: 400;
  margin: 5px 3px 5px 0;
  display: inline-block;
  font-weight: 600;
}
.nav-links a {
  display: inline-block;
  padding: 10px 20px;
  text-align: left;
}
.tags-links,
.cat-links {
  display: block;
  margin: 0 0 20px;
  font-weight: 700;
}
.tags-links a,
.cat-links a {
  font-weight: 400;
  color: #878a8c;
  text-transform: capitalize;
}
.tags-links a:hover,
.cat-links a:hover {
  color: #51BBE5;
}
.nav-links a:hover,
.btn-border:hover,
.edit-link a:hover,
.reply a:hover {
  border: 1px solid #51BBE5;
  background: #51BBE5;
  color: #fff;
  transition: all 0.3s ease;
}
.post-thumbnail {
  position: relative;
  padding: 15px 0 ;
}

.post-thumbnail img {
  width:100%;
}
.post-thumbnail .triangle {
  position: absolute;
  border-bottom: 50px solid transparent;
  border-left: 50px solid #51BBE5;
  left: 0;
  z-index: 10;
}
.post-thumbnail .triangle > span {
  position: absolute;
  left: -40px;
  color: #fff;
  font-size: 12px;
}
/*.post-thumbnail img {
  padding: 0;
}*/
.entry-meta {
  margin: 0 0 10px;
}
.entry-meta span {
    font-weight: 700;
}
.entry-meta a {
  padding: 0 5px;
  color: #878a8c;
  font-weight: 400;
  text-transform: capitalize;
}
.entry-meta a:hover {
  color: #51BBE5;
}

.format-link .entry-link,
.format-link .entry-content {
  background: #51BBE5;
  padding: 60px 50px 50px;
  font-size: 20px;
  text-align: center;
}
.format-link .entry-link a,
.format-link .entry-content a {
  color: #fff;
  font-style: italic;
  position: relative;
}
.format-link .entry-link a:before,
.format-link .entry-content a:before {
  position: absolute;
  content: "\f08e";
  font: italic normal normal 14px/1 FontAwesome;
  color: #fff;
  font-size: 30px;
  left: -50px;
}
.format-quote .entry-quote,
.format-quote .entry-content {
  background: #51BBE5;
  padding: 70px 40px 50px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-style: italic;
  position: relative;
}
.format-quote .entry-quote a,
.format-quote .entry-content a {
  color: #fff;
  font-style: italic;
}
.format-quote .entry-quote blockquote,
.format-quote .entry-content blockquote {
  border-left: none;
  font-size: 20px;
}
.format-quote .entry-quote:before,
.format-quote .entry-content:before {
  position: absolute;
  content: "\f10d";
  font: italic normal normal 14px/1 FontAwesome;
  color: #fff;
  font-size: 30px;
}
.post-format {
  margin: 20px 0 auto;
}
.format-video .entry-video iframe {
  width: 100%;
}
.format-audio .entry-content {
  margin-bottom: -10px;
}
.format-audio .entry-content iframe {
  width: 100%;
}
.format-image .entry-content {
  margin-bottom: 0px;
}
.format-image .entry-content img {
  width: 100%;
}
.udated {
  display: none;
}
.comments-area {
  margin: 80px 0;
}
.comments-area .comment-author img {
  background: #ddd;
  margin: 10px 10px 10px 0;
  width: 100px;
  height: 100px;
}
.comments-area .comment {
  margin: 20px 0;
  padding: 0 0 20px;
}
.comments-area .comment-content {
  padding: 5px 0 20px;
}

.comments-area .comment-list ul,
.page ul {
  margin-left:0; 
}

.comments-area .comment-list li,
.page li {
  list-style: inherit;
}
.comments-area .edit-link {
  float: right;
  display: inline-block;
  clear: both;
}
.comments-area .pingback {
  margin: 30px 0;
}
.owl-carousel-left,
.owl-carousel-right {
  position: absolute;
  top: 45%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  margin-top: 0px;
  transition: all 0.3s ease;
  opacity: 1;
  border-radius: 0px;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.3);
  background: #fff;
}
.owl-carousel-left:hover,
.owl-carousel-right:hover {
  transition: all 0.3s ease;
  background: #51BBE5;
  border-color: #51BBE5;
  color: #fff;
}
.owl-carousel-left:hover i,
.owl-carousel-right:hover i {
  color: #fff;
}
.owl-carousel-left i,
.owl-carousel-right i {
  color: #444;
  font-size: 20px;
  line-height: 40px;
}
.owl-carousel-right {
  right: 15px;
}
.owl-carousel-left {
  left: 15px;
}
.post-password-form input[type="submit"] {
  padding: 18px 20px;
  font-size: 14px;
  text-transform: uppercase;
}
.side-bar {
  margin: 27px 0 80px;
  padding-left: 10px;
}
.search-form label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 600;
}
.widget_search .search-form {
  padding-top: 25px;
}
.widget .widget-title {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 600;
  color: #2a2a2a;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 20px;
}
.widget > ul {
  margin-left: -40px;
}
.widget > ul > li {
  padding: 10px 0;
  list-style: none;
}
.widget > ul > li a:hover {
  margin-left: 5px !important;
}
.widget > ul > li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.tagcloud a {
    padding: 5px 15px;
    line-height: 27px;
    transition: all, 0.5s;
    font-size: 100% !important;
    border: 1px solid #ccc;
    margin: 4px;
    display: inline-block;
}
.tagcloud a:hover {
  background-color: #51BBE5;
  color: #fff;
  border-color: #51BBE5;
}
.wp-caption {
  display: inline;
}
.recent-post .post-heading a:hover,
.popular-post .post-heading a:hover {
  color: #51BBE5;
}
/*------------------------------------------- 
---------- SIDE BAR CALENDER -------------
--------------------------------------------*/
#wp-calendar {
  width: 100%;
  max-width: 37.5rem;
  background: #51BBE5;
}
#wp-calendar caption {
  background: #51BBE5;
  color: #fff;
  padding: 0.25rem;
  text-align: center;
}
#wp-calendar thead tr {
  border-right: 1px solid #51BBE5;
}
#wp-calendar thead th {
  font-size: 90%;
  font-weight: bold;
  padding: 0.25rem;
  background: #51BBE5;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
#wp-calendar tbody td {
  position: relative;
  padding: 8px;
  text-align: center;
  border: 1px solid #ddd;
  background: #fff;
}
#wp-calendar tbody td#today {
  color: #fff;
  background-color: #51BBE5;
}
#wp-calendar tbody td a {
  display: block;
  color: #51BBE5;
}
#wp-calendar tbody td a:hover {
  color: #fff;
  background-color: #51BBE5;
}
#wp-calendar tfoot tr {
  background: #fff;
  border: 1px solid #ddd;
}
#wp-calendar tfoot tr td {
  border: 0;
  padding: 0;
}
#wp-calendar tfoot tr a {
  display: block;
  padding: 0.25rem 0.75rem;
}
#wp-calendar tfoot tr a:hover {
  background: #fff;
}
#wp-calendar tfoot tr #prev {
  text-align: left;
}
#wp-calendar tfoot tr #next {
  text-align: right;
}
.form-submit input[type='submit'] {
  padding: 17px 20px;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
}
.default-page-header {
    margin: 50px 0;
}
.error-404 .page-header,
.no-results .page-header {
  margin-bottom: 40px;
}
.contact {
  position: relative;
}
.contact .map {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.contact .map iframe {
  width: 100%;
  height: 100%;
}
.contact .contact-form {
  background-color: rgba(0, 0, 0, 0.89);
  padding: 10px 8% 15px;
  color: #fff;
}
.contact .contact-form .contact-title {
  font-size: 24px;
  padding: 20px 0;
  text-transform: capitalize;
}
.contact .wpcf7-form input[type="text"],
.contact .wpcf7-form input[type="email"],
.contact .wpcf7-form input[type="url"],
.contact .wpcf7-form input[type="password"],
.contact .wpcf7-form input[type="search"],
.contact .wpcf7-form input[type="number"],
.contact .wpcf7-form input[type="tel"],
.contact .wpcf7-form input[type="range"],
.contact .wpcf7-form input[type="date"],
.contact .wpcf7-form input[type="month"],
.contact .wpcf7-form input[type="week"],
.contact .wpcf7-form input[type="time"],
.contact .wpcf7-form input[type="datetime"],
.contact .wpcf7-form input[type="datetime-local"],
.contact .wpcf7-form input[type="color"],
.contact .wpcf7-form textarea {
  margin: 10px 0;
  background-color: transparent;
  border: 1px solid #999;
  color: #fff;
  padding: 15px 10px;
}
.contact .wpcf7-form input[type="reset"],
.contact .wpcf7-form input[type="submit"] {
  padding: 20px 30px;
  text-transform: uppercase;
  font-size: 14px;
}
.contact .wpcf7-form ::-webkit-input-placeholder {
  color: #999;
}
.contact .wpcf7-form :-moz-placeholder {
  color: #999;
}
.contact .wpcf7-form ::-moz-placeholder {
  color: #999;
}
.contact .wpcf7-form :-ms-input-placeholder {
  color: #999;
}
.contact .wpuf-form-add {
  margin-bottom: 50px;
}
.contact .wpuf-form-add input[type="text"],
.contact .wpuf-form-add input[type="email"],
.contact .wpuf-form-add input[type="url"],
.contact .wpuf-form-add input[type="password"],
.contact .wpuf-form-add input[type="search"],
.contact .wpuf-form-add input[type="number"],
.contact .wpuf-form-add input[type="tel"],
.contact .wpuf-form-add input[type="range"],
.contact .wpuf-form-add input[type="date"],
.contact .wpuf-form-add input[type="month"],
.contact .wpuf-form-add input[type="week"],
.contact .wpuf-form-add input[type="time"],
.contact .wpuf-form-add input[type="datetime"],
.contact .wpuf-form-add input[type="datetime-local"],
.contact .wpuf-form-add input[type="color"],
.contact .wpuf-form-add textarea {
  margin: -10px 0;
  background-color: transparent !important;
  border: 1px solid #999;
  color: #fff;
  padding: 15px 10px !important;
  width: 100% !important;
}
.contact .wpuf-form-add input[type="reset"],
.contact .wpuf-form-add input[type="submit"] {
  padding: 20px 30px !important;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 0px !important;
}
.contact .wpuf-form-add .wpuf-form .required {
  display: none !important;
}
.contact .wpuf-form-add ::-webkit-input-placeholder {
  color: #999;
}
.contact .wpuf-form-add :-moz-placeholder {
  color: #999;
}
.contact .wpuf-form-add ::-moz-placeholder {
  color: #999;
}
.contact .wpuf-form-add :-ms-input-placeholder {
  color: #999;
}
.contact .contact-info {
  margin: 105px 0;
}
.contact .contact-info li {
  margin: 10px 0;
  list-style: none;
}
.contact .contact-info i {
  background-color: #51BBE5;
  margin: 0 5px;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  color: #fff;
}
.contact .contact-info span {
  background-color: #fff;
  padding: 0px 10px;
  margin: 0 auto 0 -9px;
  width: 50%;
  height: 50px;
  display: inline-block;
  text-align: left;
  line-height: 46px;
  font-size: 16px;
}
.site-copyright {
  background-color: #51BBE5;
  padding: 20px 0 10px;
}
.site-copyright .copyright-social-icon a {
  transition: all .3s ease;
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin: 0 -4px 0 0;
  font-size: 36px;
}
.site-copyright .copyright-social-icon a.fb {
  background-color: #3b5998;
}
.site-copyright .copyright-social-icon a.fb:hover {
  background-color: #fff;
  color: #3b5998;
}
.site-copyright .copyright-social-icon a.twitter {
  background-color: #00aced;
}
.site-copyright .copyright-social-icon a.twitter:hover {
  background-color: #fff;
  color: #00aced;
}
.site-copyright .copyright-social-icon a.linkedin {
  background-color: #1a85bb;
}
.site-copyright .copyright-social-icon a.linkedin:hover {
  background-color: #fff;
  color: #1a85bb;
}
.site-copyright .copyright-social-icon a.pinterest {
  background-color: #cb2027;
}
.site-copyright .copyright-social-icon a.pinterest:hover {
  background-color: #fff;
  color: #cb2027;
}
.site-copyright .copyright-social-icon a.dribbble {
  background-color: #b8297f;
}
.site-copyright .copyright-social-icon a.dribbble:hover {
  background-color: #fff;
  color: #b8297f;
}
.site-copyright .list-inline > li {
  padding-left: 0;
  padding-right: 0;
}
.site-info {
  color: #fff;
}
.site-info .copyright-credit {
  margin: 0;
}
.site-info .copyright-credit .credit {
  display: block;
}
.site-info a {
  color: #fff;
  font-weight: 600;
}
.site-info a:hover {
  color: #fff;
}
footer .entry-footer {
  margin: 40px 0 12px;
}
@media (max-width: 1600px) {
  .mask {
    margin: 20% 47%;
  }
  .loading-title {
    top: 52%;
  }
}
@media (max-width: 1024px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 12px !important;
  }
  .mask {
    margin: 29% 47%;
  }
}
@media (max-width: 768px) {
  .mask {
    margin: 53% 46%;
  }
  .portfolio-filter li a {
    padding: 15px 10px;
  }
  .team .team-block {
    margin: 40px 0;
  }
  .team .team-block .caption {
    padding: 10px 0;
  }
  .testimonial-slider .desc {
    width: auto;
  }
}
@media (max-width: 667px) {
  #hero-unit .carousel .item {
    height: 680px;
  }
  #hero-unit .carousel .item .carousel-caption {
    top: 30px;
    text-shadow: none;
  }
  #hero-unit .carousel .item .carousel-caption .slider-title {
    font-size: 28px !important;
  }
  #hero-unit .carousel .item .carousel-caption .slider-desc {
    font-size: 14px !important;
  }
  #hero-unit .carousel .item .carousel-caption .btn-line {
    margin-top: 30px;
  }
  .mask {
    margin: 15% 45%;
  }
  .loading-title {
    top: 56%;
  }
  .feature .block {
    margin: 30px 0;
  }
  .portfolio-filter li {
    margin: 10px 0;
  }
  .custom-logo-link {
    padding: 12px 0;
    margin: 0 -10px;
  }
  .navbar-collapse.in {
    overflow-y: auto;
    overflow-x: hidden;
  }
  ul.sub-menu {
    background-color: #f5f5f5;
  }
  .navbar-default .navbar-nav > li:hover > ul.sub-menu {
    top: 50px;
    left: 0;
  }
  ul.sub-menu > li > ul.sub-menu {
    left: 318px;
    z-index: 999;
  }
  ul.sub-menu > li > ul.sub-menu li > ul.sub-menu {
    left: 100px;
  }
  .navbar-toggle {
    padding: 12px;
    margin-top: 15px;
    margin-right: 0;
    border-radius: 0px;
  }
  .site-main {
    margin: 30px 0;
  }
  .format-quote .entry-quote blockquote,
  .format-quote .entry-content blockquote,
  .format-quote .entry-quote,
  .format-quote .entry-content,
  .entry-content,
  .format-link .entry-link,
  .format-link .entry-content {
    font-size: 14px;
  }
  .copyright-social-icon {
    margin: 20px 0;
    text-align: left;
  }
  .footer-widget .widget{
    padding: 10px 0px 25px;
  }
}
@media (max-width: 480px) {
  #hero-unit .carousel .item .carousel-caption {
    top: 15%;
    text-shadow: none;
  }
  #hero-unit .carousel .item .carousel-caption .slider-title {
    font-size: 28px !important;
  }
  #hero-unit .carousel .item .carousel-caption .slider-desc {
    font-size: 14px !important;
  }
  #hero-unit .carousel .item .carousel-caption .btn-line {
    margin-top: 30px;
  }
  .section-desc {
    width: auto;
  }
  .mask {
    margin: 66% 34%;
  }
  .loading-title {
    top: 52%;
  }
  .admin-bar .affix {
    margin-top: 0;
  }
  .custom-logo-link {
    padding: 12px 0;
    margin: 0 -10px;
  }
  .navbar-collapse.in {
    overflow-y: auto;
    overflow-x: hidden;
  }
  ul.sub-menu {
    background-color: #f5f5f5;
  }
  ul.sub-menu > li > ul.sub-menu {
    left: 120px;
    z-index: 999;
  }
  ul.sub-menu > li > ul.sub-menu li > ul.sub-menu {
    left: 100px;
  }
  .navbar-default .navbar-nav > li:hover > ul.sub-menu {
    top: 50px;
    left: 0;
  }
  .navbar-toggle {
    padding: 12px;
    margin-top: 15px;
    margin-right: 0;
    border-radius: 0px;
  }
  .site-main {
    margin: 30px 0;
  }
  .contact .contact-info span {
    width: 78%;
    font-size: 12px;
  }
  .contact .contact-info i{
    font-size:11px;
  }
  .search-form input[type="submit"] {
    margin: auto;
  }
  .footer-widget .widget{
    padding: 10px 0px 25px;
  }
  .contact .contact-info ul{
    padding:0;

  }
  .site-copyright .copyright-social-icon a{
    width: 57px;
    height: 57px;
  }
}
