/* 
   Corda Theme Stylesheet

   by dominothemes

   01. GENERAL STYLES
   02. FORM ELEMENTS
   03. HEADER
   04. MENU
   05. SLIDER
   06. PORTFOLIO
   07. BLOG
   08. WIDGETS
   09. CONTACT
   10. FOOTER
*/

/* 01. GENERAL STYLES */

body {
    color: #666666;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
}
.img{
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}
a,
.btn {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.btn {
    border-radius: 0px;
    font-size: 14px;
    padding: 0px 15px;
    height: 30px;
    line-height: 30px;
}
a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}
a:focus,
a:hover {
    color: #888888;
    text-decoration: none;
}
a,
button {
  outline: medium none;
  color: #4FC1F0;
}
h1, h2, h3, h4, h5, h6 {
  color: #111111;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { 
    color: inherit;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 35px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
ul {
    margin: 0px;
    padding: 0px;
}
ul,ol { list-style: none}
.meta-info li {
  list-style: none;
  margin-left: 0 !important;
}
p {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #626262;
    margin-bottom: 15px;
}
hr{
    margin: 60px 0;
    padding: 0px;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}
hr.style-2{
    border-bottom: 1px dashed #f10;
}
hr.mp-0 {
    margin: 0;
    border-bottom: 1px solid #eceff8;
}
hr.mtb-40 {
    margin: 40px 0;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}
label {
  color: #626262;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
*::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
}
*::placeholder {
  color: #555555;
  font-size: 14px;
}
.mark, mark {
    background: #4fc1f0 none repeat scroll 0 0;
    color: #ffffff;
}
span.tooltip-content {
  color: #00a9da;
  cursor: help;
  font-weight: 600;
}
.f-left {
    float: left;
}
.f-right {
    float: right;
}
.fix {
    overflow: hidden;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.container {
  width: 1200px;
}

a.button::after,
a.button-small::after {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.share ul,
.share:hover ul {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
a.button-border span,
a.button-border-white span,
input,
select,
textarea {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

form { margin-top: 25px; }
form:first-child { margin-top: 0; }

.form-group {
  display: block;
  position: relative;
  margin-top: 15px;
}

.form-group:first-child { margin-top: 0; }

input[type=text],
input[type=password],
input[type=number],
input[type=search],
input[type=tel],
input[type=url],
input[type=email],
textarea,
select,
.form-control {
  width: 100%;
  height: 40px;
  font-family: 'Raleway', sans-serif;
  padding: 1em 1.4em;
  color: #1a1a1a;
  border: 1px solid #E4E4E4;
  background: #FFFFFF;
  font-size: 0.8em;
  letter-spacing: 0.04em;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.m-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.p-0 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.mt-0 { margin-top: 0; }
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-50 { margin-top: 50px; }
.mt-60 { margin-top: 60px; }
.mt-70 { margin-top: 70px; }
.mt-80 { margin-top: 80px; }
.mt-90 { margin-top: 90px; }
.mt-100 { margin-top: 100px; }
.mt-110 { margin-top: 110px; }
.mt-120 { margin-top: 120px; }
.mt-130 { margin-top: 130px; }
.mt-140 { margin-top: 140px; }
.mt-150 { margin-top: 150px; }

.mb-0 { margin-bottom: 0; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.mb-60 { margin-bottom: 60px; }
.mb-70 { margin-bottom: 70px; }
.mb-80 { margin-bottom: 80px; }
.mb-90 { margin-bottom: 90px; }
.mb-100 { margin-bottom: 100px; }
.mb-110 { margin-bottom: 110px; }
.mb-120 { margin-bottom: 120px; }
.mb-130 { margin-bottom: 130px; }
.mb-140 { margin-bottom: 140px; }
.mb-150 { margin-bottom: 150px; }

.pt-0 { padding-top: 0; }
.pt-10 { padding-top: 10px; }
.pt-15 { padding-top: 15px; }
.pt-20 { padding-top: 20px; }
.pt-30 { padding-top: 30px; }
.pt-40 { padding-top: 40px; }
.pt-50 { padding-top: 50px; }
.pt-60 { padding-top: 60px; }
.pt-70 { padding-top: 70px; }
.pt-80 { padding-top: 80px; }
.pt-90 { padding-top: 90px; }
.pt-100 { padding-top: 100px; }
.pt-110 { padding-top: 110px; }
.pt-120 { padding-top: 120px; }
.pt-130 { padding-top: 130px; }
.pt-140 { padding-top: 140px; }
.pt-150 { padding-top: 150px; }

.pr-0 { padding-right: 0; }
.pr-10 { padding-right: 10px; }
.pr-15 { padding-right: 15px; }
.pr-20 { padding-right: 20px; }
.pr-30 { padding-right: 30px; }
.pr-40 { padding-right: 40px; }
.pr-50 { padding-right: 50px; }
.pr-60 { padding-right: 60px; }
.pr-70 { padding-right: 70px; }
.pr-80 { padding-right: 80px; }
.pr-90 { padding-right: 90px; }
.pr-100 { padding-right: 100px; }
.pr-110 { padding-right: 110px; }
.pr-120 { padding-right: 120px; }
.pr-130 { padding-right: 130px; }
.pr-140 { padding-right: 140px; }

.pb-0 { padding-bottom: 0; }
.pb-10 { padding-bottom: 10px; }
.pb-15 { padding-bottom: 15px; }
.pb-20 { padding-bottom: 20px; }
.pb-30 { padding-bottom: 30px; }
.pb-40 { padding-bottom: 40px; }
.pb-50 { padding-bottom: 50px; }
.pb-60 { padding-bottom: 60px; }
.pb-70 { padding-bottom: 70px; }
.pb-80 { padding-bottom: 80px; }
.pb-90 { padding-bottom: 90px; }
.pb-100 { padding-bottom: 100px; }
.pb-110 { padding-bottom: 110px; }
.pb-120 { padding-bottom: 120px; }
.pb-130 { padding-bottom: 130px; }
.pb-140 { padding-bottom: 140px; }
.pb-150 { padding-bottom: 150px; }

.pl-0 { padding-left: 0; }
.pl-10 { padding-left: 10px; }
.pl-15 { padding-left: 15px; }
.pl-20 { padding-left: 20px; }
.pl-30 { padding-left: 30px; }
.pl-40 { padding-left: 40px; }
.pl-50 { padding-left: 50px; }
.pl-60 { padding-left: 60px; }
.pl-70 { padding-left: 70px; }
.pl-80 { padding-left: 80px; }
.pl-90 { padding-left: 90px; }
.pl-100 { padding-left: 100px; }
.pl-110 { padding-left: 110px; }
.pl-120 { padding-left: 120px; }
.pl-130 { padding-left: 130px; }
.pl-140 { padding-left: 140px; }
.pl-150 { padding-left: 150px; }

.ptb-0 { padding: 0; }
.ptb-10 { padding: 10px 0; }
.ptb-20 { padding: 20px 0; }
.ptb-30 { padding: 30px 0; }
.ptb-40 { padding: 40px 0; }
.ptb-50 { padding: 50px 0; }
.ptb-60 { padding: 60px 0; }
.ptb-70 { padding: 70px 0; }
.ptb-80 { padding: 80px 0; }
.ptb-90 { padding: 90px 0; }
.ptb-100 { padding: 100px 0; }
.ptb-110 { padding: 110px 0; }
.ptb-120 { padding: 120px 0; }
.ptb-130 { padding: 130px 0; }
.ptb-140 { padding: 140px 0; }
.ptb-150 { padding: 150px 0; }

.mtb-0 { margin: 0; }
.mtb-10 { margin: 10px 0; }
.mtb-15 { margin: 15px 0; }
.mtb-20 { margin: 20px 0; }
.mtb-30 { margin: 30px 0; }
.mtb-40 { margin: 40px 0; }
.mtb-50 { margin: 50px 0; }
.mtb-60 { margin: 60px 0; }
.mtb-70 { margin: 70px 0; }
.mtb-80 { margin: 80px 0; }
.mtb-90 { margin: 90px 0; }
.mtb-100 { margin: 100px 0; }
.mtb-110 { margin: 110px 0; }
.mtb-120 { margin: 120px 0; }
.mtb-130 { margin: 130px 0; }
.mtb-140 { margin: 140px 0; }
.mtb-150 { margin: 150px 0; }
.mb-180 { margin-bottom: 180px }

 .white-bg { background: #ffffff; }
 .gray-bg { background: #f6f6f6; }
 .transparent-bg { background: transparent; }

 .bg-opacity-black-10:before, .bg-opacity-black-20:before, 
 .bg-opacity-black-30:before, .bg-opacity-black-40:before, 
 .bg-opacity-black-50:before, .bg-opacity-black-60:before, 
 .bg-opacity-black-70:before, .bg-opacity-black-80:before, 
 .bg-opacity-black-90:before,  .bg-opacity-white-10:before,  
 .bg-opacity-white-20:before,  .bg-opacity-white-30:before,  
 .bg-opacity-white-40:before,  .bg-opacity-white-50:before,  
 .bg-opacity-white-60:before,  .bg-opacity-white-70:before,  
 .bg-opacity-white-80:before,  .bg-opacity-white-90:before{
    content: "";
    height: 100%; 
    left: 0; 
    position: absolute; 
    top: 0; 
    width: 100%; 
    z-index: -1; 
 }
 .bg-opacity-black-10:before {  background: rgba(0, 0, 0, 0.1);}
 .bg-opacity-black-20:before {  background: rgba(0, 0, 0, 0.2);}
 .bg-opacity-black-30:before {  background: rgba(0, 0, 0, 0.3);}
 .bg-opacity-black-40:before {  background: rgba(0, 0, 0, 0.4);}
 .bg-opacity-black-50:before {  background: rgba(0, 0, 0, 0.5);}
 .bg-opacity-black-60:before {  background: rgba(0, 0, 0, 0.6);}
 .bg-opacity-black-70:before {  background: rgba(0, 0, 0, 0.7);}
 .bg-opacity-black-80:before {  background: rgba(0, 0, 0, 0.8);}
 .bg-opacity-black-90:before {  background: rgba(0, 0, 0, 0.9);}

 .bg-opacity-white-10:before {  background: rgba(255, 255, 255, 0.1);}
 .bg-opacity-white-20:before {  background: rgba(255, 255, 255, 0.2);}
 .bg-opacity-white-30:before {  background: rgba(255, 255, 255, 0.3);}
 .bg-opacity-white-40:before {  background: rgba(255, 255, 255, 0.4);}
 .bg-opacity-white-50:before {  background: rgba(255, 255, 255, 0.5);}
 .bg-opacity-white-60:before {  background: rgba(255, 255, 255, 0.6);}
 .bg-opacity-white-70:before {  background: rgba(255, 255, 255, 0.7);}
 .bg-opacity-white-80:before {  background: rgba(255, 255, 255, 0.8);}
 .bg-opacity-white-90:before {  background: rgba(255, 255, 255, 0.9);}

/* 02. ELEMENTS */

a.button {
  border: 1px solid #e5e5e5;
  color: #232323;
  display: inline-block;
  font-size: 12px;
  height: 45px;
  letter-spacing: 1px;
  line-height: 45px;
  padding: 0 30px;
  text-transform: uppercase;
}

a.button.large  { 
  padding: 0 40px; 
  font-size: 13px;  
}

a.button.medium  { 
  padding: 0 30px;
}

a.button.small  { 
  padding: 0 25px; 
}

a.button.small {
  font-size: 11px;
  letter-spacing: 1.5px;
  padding: 0 20px;
}

a.button.extra-small {
  font-size: 10px;
  height: 40px;
  letter-spacing: 1.5px;
  line-height: 40px;
  padding: 0 15px;
}

.button.button-black {
  background: #232323 none repeat scroll 0 0;
  border: 1px solid transparent;
  color: #fff;
}
.button.button-colored {
  background: #00a9da none repeat scroll 0 0;
  border: 1px solid transparent;
  color: #fff;
}
.button:hover{
  background: transparent;
  color: #232323;
  border: 1px solid #555;
}
.button.button-black:hover{
  background: #fff;
  color: #232323;
  border: 1px solid #e5e5e5;
}
.content {
  position: relative;
}
.container-header {
    transition: .3s ;
    position: fixed;
    width: 100%;
    z-index: 999;
    transform: translateY(0%);
}
.menuspa {
  margin-left: 5px;
  text-transform: uppercase;
}
.hide-menu {
  transform: translateY(-100%);
}
.container-header-space{
  height: 81px;
}
.header-space-larg{
  height: 180px
}
.menu-style-two {
  float: right;
  margin-right: 50px;
  opacity: 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
}
.wp-caption.alignleft,img.alignleft {
  margin:0 20px 20px 0
}

.wp-caption.alignright,img.alignright {
  margin:0 0 20px 20px
}

.wp-caption.aligncenter,img.aligncenter {
  clear:both;
  margin-bottom:20px
}

.wp-caption.alignleft,.wp-caption.alignright,.wp-caption.aligncenter {
  margin-bottom:20px
}

.wp-caption.alignnone {
  margin:0 0 20px 0
}

.wp-caption {
  max-width:100%;
  text-align:center
} 

.wp-caption-text {
  padding:10px 0 0 0;
  font-size:0.8em;
  line-height:16px;
  letter-spacing:0.2em;
  text-transform:uppercase
}

.alignleft {
  display:inline;
  float:left
}

.alignright{
  display:inline;
  float:right
}

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

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    clip: auto !important;
    display: block;
    height: auto;
    width: auto;
    z-index: 100000; 
}

li.bypostauthor .comment-author {
  padding: 5px; 
  background: #f6f5f5;
}

li.bypostauthor li .comment-author {padding:0px; background: #fff;}

.post-grid-item.sticky .post-content {
  background-color: #f5f5f5 !important; 
}

form.post-password-form input[type=submit] {
    background: #333 none repeat scroll 0 0;
    border: 2px solid #333;
    color: white;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.05em;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
    padding: 6px 18px;
    margin-top: 15px;
}

.gallery-caption {
  display:block;
  width:100%;
  text-align:center;
}
.sticky .logo {
  padding: 15px 0;
}
.sticky .main-menu > li {
  padding: 20px 0;
}
.corda-main-slider-area-image {
  padding: 180px 0;
}

#P1 {
  display:block;
  height:100%; 
  background: rgba(0,0,0,0.5);
  position:relative;
}

.video-dis {
  overflow: hidden; 
  width: 100%;
}

table {
  width:100%;
  margin-bottom:20px;
  border-collapse:separate;
  border-spacing:0;
  text-align:left
}

caption,th {
  font-size:0.8em;
  font-weight:400;
  letter-spacing: 0.1em;
  text-transform:uppercase
}

th {
  background-color: #4d4d4d;
  color: #fff;
}

th,td {
  padding:8px 12px
}

tr:nth-child(odd){
  background-color:#f3f3f3;
}

dt {
  font-weight: bold;
  text-decoration: underline;
}
dd {
  margin: 0;
  padding: 0 0 0.5em 0;
}

/* 03. HEADER */

.corda-main-slider-area-image.fullwidth {
  height: calc(100vh - 81px) !important;
}

.corda-main-slider-area.fullwidth {
  height: calc(100vh - 81px) !important;
}
.corda-main-slider-area.standard {
  height: 550px !important;
}
.nav-show.menu-style-two {
  opacity: 1;
  visibility: visible;
}
.header-style-two,
.header-style-three {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

.menu-style-three .main-menu {
  float: none;
  text-align: center;
}
.menu-style-three .main-menu > li {
  display: inline-block;
  float: none;
  margin: 0 15px;
  padding: 20px 0;
}
.header-style-three .logo a {
  display: inline-block;
  transition: all 0.5s ease 0s;
}
.header-style-three .logo {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.header-style-three {
  background: #fff none repeat scroll 0 0;
  padding-top: 30px;
  transition: all 0.3s ease 0s;
}
.header-style-three.sticky{
  padding-top: 20px;
}

.header-style-three.sticky .logo a {
  font-size: 20px;
  width: 70px;
}

.header-left {
  background: #ffffff none repeat scroll 0 0;
  bottom: 0;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px 0 0 30px;
  position: fixed;
  text-align: left;
  top: 0;
  width: 240px;
  z-index: 2;
}
.sidebar-menu {
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.search-widget button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    border-left: 1px solid transparent;
    font-size: 17px;
    height: 35px;
    line-height: 35px;
    margin-left: -5px;
    padding: 0 10px;
    position: relative;
    top: 3px;
}
.content-right-side {
  padding-left: 240px;
  width: 100%;
  z-index: 1;
}
.header-left .logo {
  padding: 25px 0 0;
}
.header-left .logo h3 {
  display: inline-block;
  height: 65px;
  line-height: 62px;
  margin-bottom: 10px;
}
.sidebar-menu > li{
  cursor: pointer;
}
.sidebar-menu li {
  color: #232323;
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 5px 0;
  text-transform: uppercase;
}
.sidebar-menu li a{
  color: #232323;
}
.sidebar-menu li li a{
  display: inline-block;
}
.sidebar-menu li:hover > a,
.sidebar-menu > li:hover{
  color: #888888;
}
.sidebar-menu li i {
  margin-left: 6px;
}
.sidebar-menu > li > ul {
  border-left: 1px solid #e5e5e5;
  padding-left: 15px;
}
.header-left .social-bookmark-wrapper {
  float: left;
}
.header-left .social-bookmark-wrapper > li {
  float: left;
  margin-left: 0;
  margin-right: 10px;
}

.area-title {
  display: inline-block;
  font-family: 'Raleway';
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 28px;
  margin-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}

.area-title::before,
.area-title::after {
  background: #232323 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: calc(100% + 20px);
  position: absolute;
  top: 50%;
  transform: translateY(-1px);
  width: 50px;
}
.area-title::after{
  left: auto;
  right: calc(100% + 20px);
}
.title-right-line .area-title::after{
  display: none;
}
.title-bottom-line-one .area-title::before {
  background: #232323 none repeat scroll 0 0;
  bottom: -15px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: auto;
  transform: translateY(0px);
  width: 50px;
}
.title-bottom-line-one .area-title::after{
  display: none;
}
.title-bottom-line-one .area-title {
  margin-bottom: 30px;
}

.header-middle-area {
  background: #ffffff none repeat scroll 0 0;
  display: block;
}

.logo {
  padding: 25px 0;
  transition: .3s;
}
.logo h3 {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
  text-transform: uppercase;
}

/* 04. MENU */

.menu-area {
  position: relative;
}
.main-menu {
  float: right;
}
.main-menu li {
  float: left;
  margin-left: 30px;
  position: relative;
  transition: .3s;
}

.main-menu > li {
  padding: 30px 0;
}
.main-menu li a {
  color: #232332;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  position: relative;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.main-menu li:hover > a{
  color: #888;
}
.main-menu li a span {
  margin-left: 5px;
}
.hover-style-one li a{
  position: relative;
}
.hover-style-one li:hover > a::before, 
.hover-style-one li.active > a::before, 
.hover-style-one li a:focus::before {
  color: #222222;
  text-shadow: 7px 0 #222222, 14px 0 #222222;
}
.main-menu li ul {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  float: none;
  left: 0;
  opacity: 0;
  padding: 15px 0 22px 20px;
  position: absolute;
  text-align: left;
  top: 100%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 220px;
  transform: scale(.9);
  z-index: 11;
}
.main-menu li:hover > ul {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.main-menu li ul li {
  display: block;
  float: none;
  margin: 0 0 15px;
}
.main-menu li ul li:last-child{
  margin: 0;
}
.main-menu li ul li ul {
  left: 100%;
  opacity: 0;
  position: absolute;
  top: -1px;
  transform: scale(0.9);
  visibility: hidden;
  z-index: 999;
}
.main-menu li ul li:hover > ul{
  opacity: 1;
  transform: scale(1);
  visibility: visible; 
}
.main-menu li ul li a{
  display: block;
}
.main-menu li ul li a span {
  position: absolute;
  right: 10px;
  transform: rotate(-90deg);
}

.main-menu li ul.dropdown-show-right {
  left: auto;
  right: 0;
}

.hero_text {
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.9);  
  color: #fff;
  display: block;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000); 
  padding: 70px 0;
  text-align: center;
  width: 450px;
  margin: 0 auto;
  outline: 1px solid #fff;
  outline-offset: 5px;
}

.corda-main-slider-area-image.fullwidth .hero_text {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}

.slide_title {
  text-transform: uppercase;
  color: #111111;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  letter-spacing: 0.1em;
  font-size: 24px;
  margin-bottom: 10px;
}

.slide_byline {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  letter-spacing: 0.05em;
}

/* 06. PORTFOLIO */

.portfolio-container.portfolio-gutter {
  margin-left: -10px;
  margin-right: -10px;
}
.portfolio-gutter .portfolio-item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.portfolio-item {
  float: left;
}
.portfolio-column-count-2 .portfolio-item {
  width: 50%;
}
.portfolio-column-count-3 .portfolio-item {
  width: 33.33%;
}
.portfolio-column-count-4 .portfolio-item {
  width: 25%;
}
.portfolio-column-count-5 .portfolio-item {
  width: 20%;
}
.portfolio-item-content {
  position: relative;
}
.portfolio-filter {
  margin-bottom: 40px;
}
.portfolio-filter > li {
  display: inline-block;
}
.portfolio-filter > li a {
    color: #333;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 40px;
    border: 2px solid transparent;
    margin: 0 5px;
    padding: 10px 8px;
    text-transform: uppercase;
}
.portfolio-filter > li.active a,
.portfolio-filter > li a:hover{
    background-color: transparent;
    color: #cdcbcb;
}
.portfolio-action-btn > li a:hover {
  background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
}
.portfolio-description {
  bottom: 30px;
  left: 0;
  position: absolute;
  width: 100%;
}

.item-thumbnail::before,
.port-slider img::before {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: .3s;
  opacity: 0;
  border: 1px solid rgba(0, 0, 0, 0);
}
.portfolio-item:hover .item-thumbnail::before,
.portfolio-item:hover .port-slider img:before{
  opacity: 1;
}
.port-slider img{
  position: relative;
}
.item-thumbnail {
  position: relative;
}
.portfolio-item img {
  width: 100%;
}
.portfolio-description h4 {
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0;
  padding-left: 20px;
  text-transform: uppercase;
}
.portfolio-description h4 a {
  display: inline-block;
  margin-bottom: 4px;
  padding-bottom: 4px;
  position: relative;
}
.portfolio-item:hover .portfolio-action-btn{
  opacity: 1;
  transform: translateY(-60%);
}
.portfolio-item:hover .portfolio-cat,
.portfolio-item:hover .portfolio-description h4{
  opacity: 1;
  transform: translateY(0);
}
.portfolio-cat,
.portfolio-description h4{
  opacity: 0;
  transition: .3s;
  transform: translateY(-10px);
}

.portfolio-cat {
  overflow: hidden;
  padding-left: 20px;
}
.portfolio-cat > li {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.portfolio-cat > li::before {
  content: ",";
  position: absolute;
  right: -5px;
}
.portfolio-cat > li:last-child::before {
  content: "";
}
.portfolio-cat > li:last-child{
  margin-right: 0;
}
.portfolio-cat a {
  color: #3a3a3a;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.portfolio-cat a:hover{
  color: #222222;
}
.portfolio-action-btn {
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease 0s;
  width: 100%;
}
.portfolio-action-btn > li {
  display: inline-block;
  margin: 0 2px;
}
.portfolio-action-btn > li a {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  height: 45px;
  line-height: 47px;
  text-align: center;
  width: 45px;
}
.btn-medium {
  border: 1px solid #e5e5e5;
  color: #232323;
  display: inline-block;
  font-size: 12px;
  height: 45px;
  letter-spacing: 1px;
  line-height: 45px;
  padding: 0 30px;
  text-transform: uppercase;
}
.btn-medium:hover {
  border: 1px solid #555;
  color: #555;
}


.portfolio-style-two .portfolio-description {
  border: 1px solid #e5e5e5;
  border-top: medium none;
  padding: 20px;
  position: static;
}

.portfolio-style-two .portfolio-item:hover .portfolio-cat, 
.portfolio-style-two .portfolio-item:hover .portfolio-description h4 {
  opacity: 1;
  transform: translateY(0px);
}
.portfolio-style-two .portfolio-item .item-thumbnail{
  overflow: hidden;
}
.portfolio-style-two .portfolio-item .item-thumbnail img{
  transition: .3s;
}
.portfolio-style-two .portfolio-item:hover .item-thumbnail img {
  transform: scale(1.1);
}
.portfolio-style-two .item-thumbnail::before {
  z-index: 2;
}
.portfolio-style-two  .portfolio-cat, 
.portfolio-style-two  .portfolio-description h4 {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s ease 0s;
  padding-left: 0;
}
.portfolio-style-two  .portfolio-description h4{
  margin-bottom: 5px;
}
.portfolio-style-two .portfolio-action-btn > li a {
  background: #444 none repeat scroll 0 0;
}
.portfolio-style-two .portfolio-action-btn {
  bottom: 81px;
  left: 0;
  margin: auto;
  right: 0;
  text-align: right;
  top: auto;
  transform: translateY(0px);
  width: 100%;
  z-index: 3;
}
.portfolio-style-two .portfolio-action-btn > li {
  display: inline-block;
  margin: 0 20px 0 0;
}
.portfolio-style-two .portfolio-item:hover .portfolio-action-btn {
  opacity: 1;
  transform: translateY(15px);
}
.portfolio-style-two .portfolio-description h4 a::before{
  display: none;
}
.portfolio-style-two .portfolio-description h4 a{
  margin: 0;
  padding: 0;
}

.portfolio-style-three .item-thumbnail::before {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
}
.portfolio-style-three .portfolio-description {
  bottom: auto;
  color: #fff;
  top: 50%;
  transform: translateY(-80%);
}
.portfolio-style-three .portfolio-item .portfolio-cat, 
.portfolio-style-three .portfolio-item .portfolio-description h4 {
  color: #fff;
  font-family: 'Raleway';
  padding: 0;
  text-align: center;
}
.portfolio-style-three .portfolio-item .portfolio-description h4 a:before{
  display: none;
}
.portfolio-style-three .portfolio-item .portfolio-description h4 a {
  margin-bottom: 5px;
  padding: 0;
}
.portfolio-style-three .portfolio-item .portfolio-cat a{
  color: #ffffff;
}
.portfolio-style-three  .portfolio-item:hover .portfolio-action-btn {
  opacity: 1;
  transform: translateY(60%);
}
.portfolio-style-three  .portfolio-action-btn {
  transform: translateY(70%);
}
.portfolio-style-three  .portfolio-action-btn > li a {
  background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
  color: #000;
}
.portfolio-style-three  .portfolio-action-btn > li a:hover{
  background: #03A9F4;
  color: #fff;
}

.portfolio-filter.filter-left > li {
  margin-left: 0;
  margin-right: 30px;
}

.portfolio-style-four{}
.portfolio-style-four .portfolio-description {
  background: #fff none repeat scroll 0 0;
  left: 0;
  padding: 30px;
  position: static;
  text-align: center;
  width: 100%;
}
.portfolio-style-four .portfolio-item .portfolio-cat, 
.portfolio-style-four .portfolio-item .portfolio-description h4 {
  opacity: 1;
  transform: translateY(0px);
  padding: 0;
}

.portfolio-style-four .portfolio-item .portfolio-description h4 a:before{
  display: none;
}
.portfolio-style-four .portfolio-item-content {
  border-radius: 4px;
  transition: .3s; 
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.portfolio-style-four .portfolio-item:hover .portfolio-action-btn {
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-style-four .portfolio-action-btn {
  top: 45%;
  transform: translateY(-50%);
  transition: all 0.5s ease 0s;
  width: 100%;
}
.portfolio-style-four .item-thumbnail::before, .port-slider img::before {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0);
}
.portfolio-style-four .portfolio-item:hover .item-thumbnail::before {
  border: 1px solid rgba(0, 0, 0, 0);
  opacity: 1;
}
.portfolio-style-four .portfolio-action-btn > li a {
  background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
  color: #000;
}
.portfolio-style-four .portfolio-action-btn > li a:hover {
  background: #222 none repeat scroll 0 0;
  color: #fff;
}

.portfolio-style-five .portfolio-description {
  bottom: auto;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-style-five .portfolio-description h4 a::before {
  display: none;
}
.portfolio-style-five .portfolio-description h4 {
  padding-left: 0;
  transition-duration: 0.3s;
}
.portfolio-style-five .portfolio-cat {
  overflow: hidden;
  padding-left: 0;
transition-duration: 0.6s;  
}
.portfolio-style-five .item-thumbnail::before{
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
}
.portfolio-style-five .portfolio-description h4 a{
  margin: 0 0 5px;
}
.portfolio-style-five .portfolio-description h4 a:hover, 
.portfolio-style-five .portfolio-cat a:hover {
  color: #bbb;
}
.portfolio-style-five .portfolio-description h4 a, 
.portfolio-style-five .portfolio-cat a {
  color: #fff;
  padding: 0;
}
.portfolio-style-five .portfolio-cat > li::before {
  color: #fff;
}

.single-project-area {
  padding: 80px 0;
}
.single-port-img img {
  width: 100%;
}
.single-portfolio-meta > li {
  border-bottom: 1px solid #e5e5e5;
  color: #666;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 10px 0;
  text-transform: uppercase;
}
.single-portfolio-meta > li:first-of-type {
  padding-top: 0px;
}
.single-portfolio-meta > li a{
  color: #666;
}
.single-portfolio-meta > li a:hover,
.post-share li a:hover{
  color: #222;
}
.single-portfolio-meta > li:last-child {
  border-bottom: medium none;
}

.single-portfolio-meta > li i{
  margin-right: 20px;
  font-size: 16px;
  color: #444;
  line-height: normal;
}
.single-portfolio-meta li span {
  font-weight: bold;
  margin-right: 5px;
  color: #444;
}
.single-project-title {
  border-bottom: 1px solid #e5e5e5;
  color: #444;
  font-size: 24px;
  line-height: 22px;
  margin: 0 0 30px;
  padding-bottom: 13px;
  text-transform: unset;
}
.single-project-description > p {
  color: #666666;
  line-height: 24px;
  margin-bottom: 20px;
}
.post-share ul{
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
  padding: 10px 0;
}
.post-share li {
  float: left;
  margin-right: 18px;
}
.shear-block-two li {
  float: left;
  margin-right: 15px;
}
.shear-block-two ul li a {
  background: #444 none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
.shear-block-two ul li a:hover {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  color: #232323;
}
.post-share li a {
  color: #666;
  display: block;
  font-size: 16px;
}
.single-portfolio-meta.meta-solid-bg {
  background: #f8f8f8 none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  margin: 0;
  padding: 0 20px;
}

.project-meta-wrapper h4 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.single-port-img {
  margin-bottom: 30px;
}
.post-navigation {
  color: #999;
  display: inline-block;
  font-family: 'Raleway';
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* 07. BLOG */ 

.next-post {
  float: right;
}
.previous-post i {
  margin-right: 7px;
}
.next-post i{
  margin-left: 7px;
}
.post-navigation-wrapper {
  overflow: hidden;
  padding-top: 30px;
}

.post-thumbnail img {
  width: 100%;
}

.single-thumbnail img {
  margin-bottom: 15px;
}

.post-content {
  background: #fff none repeat scroll 0 0;
}

h3.custom_head {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1.5px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.post-content ul, .media-list ul {
  list-style: disc outside none !important;
}

ul.media-list:first-of-type {
  list-style: none;
}

li.comment {
  list-style: none;
}

li.comment.depth-1 {
  margin-left: 0px !important;
}

li.media.pingback {
  margin-left: 0px !important;
}

.post-content ol, .media-list ol {
    list-style: decimal outside none !important;
    padding-left: 0px;
}

.post-content li, .media-list li {
    margin: 0 0 0 20px;
}

.media-left img {
  max-width: none !important;
}

.media-body {
  padding-left: 15px;
}


.read-more,
.meta-info a {
  color: #808080;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.meta-info {
  margin-bottom: 20px;
}
.post-content p {
  letter-spacing: 0.3px;
}
.blog-post-footer {
  border-top: 1px solid #ebebeb;
  padding-top: 30px;
  margin-top: 30px;
  margin-bottom: 10px !important;
}

.more-link {
  background: #333 none repeat scroll 0 0;
  border: 2px solid #333;
  color: white;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.05em;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  padding: 10px 18px;
  margin-top: 15px;
}

.post-footer-meta {
    position: relative;
}
.read-more {
  float: right;
  margin-top: 3px;
  text-align: right;
  width: 50%;
}
.post-footer-meta::before {
  background: #999 none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: -10px;
  width: 35px;
}
.post-content-inner {
  margin-bottom: 35px;
}

.no-more-posts {
  display: none !important;
}

.col-md-6.col-sm-6.col-xs-6.prev-pag.float-left a,
.col-md-6.col-sm-6.col-xs-6.next-pag.float-right a {
  color: #626262 !important;
}

.post-grid-item{
  margin-bottom: 30px;
}
.blog-masonry .blog-post {
  margin-bottom: 0;
}

.blog-masonry .post-content {
    padding-top: 20px;
}

.page-cat {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.breadcrumb-list > li {
  float: left;
  margin-right: 20px;
  position: relative;
}
.text-center .breadcrumb-list > li {
  display: inline-block;
  float: none;
  margin: 0 10px;
  position: relative;
}
.breadcrumb-list > li::before {
  bottom: -1px;
  content: "/";
  position: absolute;
  right: -11px;
}
.breadcrumb-list li a {
  color: #555;
}
.breadcrumb-list li:last-child{
  color: #999;
}
.breadcrumb-list li:last-child:before{
  display: none;
}

.breadcrumb-area.text-left {
  text-align: left !important;
}

.single-blog-post-area {
  box-shadow: none;
  margin-bottom: 60px;
}
.single-blog-post-area:hover {
  box-shadow: none;
}
.single-blog-post-area .post-content {
  padding: 0px !important;
}
.single-blog-post-area .blog-post-title {
  font-size: 24px;
  letter-spacing: 1.5px;
  line-height: 24px;
  margin-bottom: 17px;
  text-transform: uppercase;
}

.single-blog-post-area img {
  margin-bottom: 20px;
}

.single-blog-post-area ul {
  margin-bottom: 20px;
}

.post-content iframe {
  width: 100%;
}

.theme-comment-section .media {
  border: 1px solid #e5e5e5;
  padding: 25px 0 25px 25px;
}
.c-title {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 0;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.theme-comment-section .media-body > p span {
  color: #808080;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.c-title a {
    color: #212121;
}
.media-list li {
    background: #ffffff none repeat scroll 0 0;
    margin-bottom: 20px;
    transition: .3s;
    position: relative;
}
.media-replay {
  margin-left: 25px;
}
.theme-comment-section .media-body {
  margin-top: 0;
  padding-right: 25px;
}
.logged-in-as {
  margin-bottom: 40px;
}
.logged-in-as a {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #626262;
}
.comment-reply-title {
  font-size: 24px;
}
.comment-reply-title a {
  font-style: italic;
}
.comment-reply-link, #cancel-comment-reply-link {
  color: #999999;
  font-style: italic;
  font-weight: normal;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 14px;
}
.media-left img {
  border-radius: 3px;
}
.media-left {
  padding-right: 0px !important;
}
.comment-title {
  border-bottom: 1px solid #e5e5e5;
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 25px;
  padding-bottom: 8px;
  text-transform: uppercase;
}
.comment-form-wrapper {
  margin-top: 60px;
}
.comment-form input {
  border: 1px solid #e5e5e5;
  height: auto;
  margin-bottom: 20px;
  padding: 10px 15px;
  width: 100%;
}
.comment-form input[type="submit"] {
  width:auto;
  padding: 0 30px;
  height: 45px;
}
.comment-form form {
  background: #ffffff none repeat scroll 0 0;
  overflow: hidden;
}

.comment.depth-2, .comment.depth-3, .comment.depth-4, .comment.depth-5 {
  margin-top: 20px;
}
.clear-fix textarea {
  border: 1px solid #e5e5e5;
  height: 150px;
  margin-bottom: 20px;
  margin-top: 0;
  padding: 15px;
  width: 100%;
}
.input-field-wrapper {
  margin: 0 -15px;
}
.input-field.col.s12 > label {
  left: 10px;
}
.my-comment-box.input-field.col.s12 > label {
  top: 30px;
}
.my-comment-box.input-field.col.s12 > label.active {
  top: 50px;
  color: #26A69A;
}
.post-content > h4 {
  display: inline-block;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.single-blog-post-area blockquote {
  border-left: 4px solid #e1e1e1;
  color: #555;
  display: block;
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
  margin: 0 0 35px 15px;
  overflow: hidden;
  padding: 18px 25px;
}
pre {
  margin: 0 0 25px;
}
.blog-post-title {
  color: #212121;
  font-size: 19px;
  margin-bottom: 10px;
}
.post-meta {
  color: #808080;
  font-size: 13px;
  margin-bottom: 40px;
}
.post-meta a{
  color: #808080;
}
.post-more-btn {
  border-bottom: 1px solid #e5e5e5;
  color: #333333;
  display: inline-block;
  font-family: roboto;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-transform: uppercase;
}
.blog-meta {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: right;
  overflow: hidden;
}
.input-field {
  float: left;
  padding: 0 15px;
  width: 50%;
}
.author-description {
  float: left;
  margin-top: 3px;
  padding-left: 15px;
  width: 45%;
}
.author-description > p {
  font-size: 13px;
  margin: 0;
}
.author-description span {
  color: #444;
  font-size: 14px;
  font-weight: 600;
  margin-right: 5px;
  text-transform: lowercase;
}
.post-meta span {
  border-right: 1px solid #e5e5e5;
  margin-right: 8px;
  padding-right: 10px;
  font-size: 14px;
}
.post-meta span:last-child{
  border: none;
}

input:focus,
.clear-fix textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.4);
  outline: none;
}

/* 08. WIDGETS */

.single-widget {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  padding: 15px;
  padding-top: 0px;
  padding-left: 0px;
}
.single-widget .widget-title {
  border-bottom: 1px solid #e5e5e5;
  color: #333333;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  padding-bottom: 7px;
  position: relative;
  text-transform: uppercase;
}

.single-widget > ul li a {
  color: #666;
  display: block;
  padding: 10px 0;
  text-transform: capitalize;
}
.static-banner {
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  box-shadow: 0 0 5px rgba(221, 221, 221, 0.5);
  margin-bottom: 30px;
}
.tags > a {
  border: 1px solid #e5e5e5;
  color: #666;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 6px;
  margin-right: 3px;
  padding: 5px 15px;
  text-transform: capitalize;
}
.widget_categories > ul li {
  border-bottom: 1px solid #e5e5e5;
}
.widget_categories > ul li:last-child {
  border-bottom: medium none;
}
.widget_categories > ul li a {
  color: #666;
  display: block;
  padding: 10px 0;
  text-transform: capitalize;
}
.widget_categories a span {
    float: right;
}
.widget-single-post img {
    display: inline-block;
    float: left;
}
.widget-post-content {
    float: left;
    padding-left: 15px;
    width: calc(100% - 80px);
}

.widget-post-content > h4 {
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.widget-post-content p{
  margin: 0;
}
.widget-single-post {
  margin-bottom: 20px;
}
.widget-single-post:last-child{
  margin-bottom: 0;
}
.widget_search input {
  border: 1px solid #e5e5e5;
  height: 35px;
  margin-bottom: 5px;
  padding: 0 15px;
  width: 82%;
}
.widget_search input[type="submit"] {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  border-left: 1px solid transparent;
  color: #232323;
  font-size: 17px;
  height: 35px;
  line-height: 35px;
  margin-left: -3px;
  padding: 0 10px;
  position: relative;
  top: 2px;
}

/* 09. CONTACT */

.single-contact-option i {
  color: #111;
  font-size: 28px;
  margin-bottom: 20px;
}
.single-contact-option h4 {
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.single-contact-option p {
  margin: 0;
}
.single-contact-option.text-center a {
  display: block;
}
.contact-style-two .single-contact-option {
  margin-bottom: 25px;
}
.contact-style-two  .single-contact-option i {
  color: #111;
  font-size: 20px;
  margin-bottom: 15px;
}
.contact-style-two  .single-contact-option h4 {
  font-size: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.contact-style-two  .single-contact-option p {
  font-size: 13px;
  line-height: 22px;
  margin: 0;
}

.form-head {
  margin: 0 -10px;
}
.contcat-form .form-head .marg-area {
  float: left;
  padding: 0 10px;
  width: 50%;
}

.wpcf7-text, .wpcf7-textarea {
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  padding: 50px;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.wpcf7-submit {
  float: left;
  margin: 0;
  padding: 0 30px;
  width: auto;
  border: 1px solid #e5e5e5;
  color: #232323;
  display: inline-block;
  font-size: 12px;
  height: 45px;
  letter-spacing: 1px;
  line-height: 45px;
  padding: 0 30px;
  text-transform: uppercase;
}

.wpcf7-submit:hover {
  border: 1px solid #555;
  color: #555;
}

.wpcf7-form .wpcf7-response-output  {
  padding: 15px 25px;
  color: red;
  background: #F1F1F1;
  border: 0;
  margin: 30px 0 15px 0;
}

.wpcf7-form .wpcf7-mail-sent-ok {
  color: #169C6D;
  font-weight: bold;
  background: #C4F2E1;
}

.wpcf7-form .wpcf7-not-valid-tip { display:  none; }
.wpcf7-form .wpcf7-not-valid { border-color: #F00; }

.wpcf7-form {
  margin-top: 0px;
}

/* 10. FOOTER */

#g_map{
  width: 100%;
  height: 400px;
}
.to-top-btn {
  bottom: 30px;
  color: #999999;
  font-size: 35px;
  opacity: 0;
  position: fixed;
  right: 30px;
  transform: translateY(20px);
  transition: all 0.3s ease 0s;
  visibility: hidden;
}
.to-top-btn.to-top-show {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
  z-index: 999999;
}
.div-post iframe{
  width: 100%;
  height: auto;
}

.footer-area {
  padding: 25px 0;
}
.copy-right {
  padding: 4px 0 2px;
}
.social-bookmark-wrapper {
  float: right;
}
.social-bookmark-wrapper > li {
  float: left;
  text-align: center;
  margin-left: 5px;
}
.social-bookmark-wrapper a {
  color: #555;
  display: inline-block;
  font-size: 16px;
  height: 30px;
  line-height: 27px;
  width: 30px;
}
.social-bookmark-wrapper a:hover{
  color: #888888;
}
.copy-right > p {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}

.logo.footer-logo > h3 {
  border-bottom: 1px solid #232323;
  display: inline-block;
  padding-bottom: 7px;
}

.fixed-footer {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: -1;
}
.fixed-footer-content {
  margin-bottom: 199px;
  position: relative;
  z-index: 1;
}

.footer-style-3 {
  padding: 60px 0;
}
.footer-fun-text p {
  font-family: 'Raleway';
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.social-bookmark-2-wrapper {
  margin-bottom: 20px;
}
.social-bookmark-2 > li {
  display: inline-block;
  margin: 0 10px;
}
.social-bookmark-2 a {
  color: #3c4f57;
  font-size: 24px;
}
.footer-menu li {
  display: inline-block;
  margin: 0 10px;
}
.footer-menu li a {
  color: #555;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}