/*
Theme Name: hathorproperty
Description: 
Author:      
Author URI:   
Version: 1.0
Tags:  
*/

/**
  Global styles
*/

@import url(https://fonts.googleapis.com/css?family=Crimson+Text:700italic,600italic,400italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600,400,300);

body {
  font-family: 'Open Sans', sans-serif;
  font-size:14px;
  color:#000;
}

body, input, textarea, p {
  -webkit-font-smoothing: antialiased;
}

a,
a:visited,
a:focus {
  text-decoration: none;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color:#000;
}

a:hover,
a:active {
  outline: none;
  text-decoration: none;
}

h1,
h2,
h3{
  font-family: 'Crimson Text', serif;
  font-style: italic;
  font-weight:600;
}
img{
  max-width:100%;
  height:auto;
}
.top,.foot{
  background: #000;
  color:#fff;
  font-family: 'Crimson Text', serif;
  font-style: italic;
  font-size:18px;
}
.top{
  height:45px;
  text-align:right;
}
.top a{
  color:#fff; 
  margin-top:12px;
  display: inline-block;
}
.bg-color{
  background: #f7f7f7;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.container{
  width:1024px;
  padding:0 20px;
  margin:0 auto;
  max-width:100%;
}
.logo{
  text-align:center;
  padding:20px;
}
.nav{
  text-align: center;
}
.nav ul{
  margin: 0;
  padding: 0;
}
.nav li{
  list-style: none;
  display: inline;
  margin: 0 20px;
}
.nav li:first-child{
  margin-left:0;
}
.nav li a{
  line-height: 58px; 
  display: inline-block;
  text-transform: uppercase;
  color: #000; 
  font-size: 16px;
  letter-spacing: 0.75px
}
.nav li a:hover,
.nav li.current-menu-item a{
  color: #8b8b8b
}
#menu-icon{
  display:none;
}
.baner{
  text-align: center;
  position: relative;
  width: 984px;
  margin:0 auto;
  max-width:100%;
}
.baner img{
  max-width: 100%;
  height: auto;
  display: block;
  margin:0 auto;
}

#slider .owl-prev,
#slider .owl-next{
  position: absolute;
  top:50%;
  left: 25px;
  display: block;
  width: 54px;
  height: 54px;
  background: url(img/arrow.png) no-repeat left center;
  text-indent: -999em;
  margin-top:-27px;
}
#slider .owl-next{
  background: url(img/arrow.png) no-repeat right center; 
  right:25px;
  left:auto;
}
#slider .owl-prev:hover,
#slider .owl-next:hover{
  opacity: 0.8
}
.col-3{
  width: 33.33333333%;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}
.col-2{
  width: 66.66666666%;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.row:before,
.row:after {
  display: table;
  content: " ";
  clear: both;
}
section{
  padding:35px 0;
}
section.text{
  padding-bottom:15px;
}
.single section.text{
  padding-top:20px;
}
.error404 section.text{
  text-align: center;
}
.col-3 h1{
  font-size: 36px;
  font-style: italic;
  font-weight: 400;
  margin-top: 0;
}
.col-3 h1 span,.col-3 h1 strong{
  display: block;
  color: #6f6f6f;
  font-weight: normal;
}
section p,.col-3 p{
  line-height: 24px;
  margin-top: 0;
  text-align: justify;
}
hr{
  border:0;
  border-top:1px solid #e1e1e1;
  height:1px;
  margin:25px 0;
  width:80%;
  max-width:300px;
}
.articles article{
  padding:45px 0; 
}
.articles article:nth-child(2n+1){
  background: #f7f7f7;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.articles article h2{
  font-size: 24px;
  margin-top: 0
}
.articles article p{
  font-size:14px;
  line-height: 24px;
  font-weight: 300;
  text-align: justify;
}
a.more-link{
  font-family: 'Crimson Text', serif;
  font-style: italic;
  font-weight:600;
  font-size: 16px;
  text-decoration: underline;
}
a.more-link:hover{
  text-decoration: none;
}
.breadcrumb {
  margin: 0;
  padding: 35px 0 0 0;
}

.breadcrumb li{
  list-style: none;
  display: inline-block;
  text-transform: uppercase;
}
.breadcrumb li a{
  padding-right: 5px
}
.breadcrumb li a:after{
  content: "/";
  padding-left:5px;
}
.contact-form .col-2{
  float:right;
}
.gform_wrapper .gfield_required{
  display:none !important;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea{
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
  line-height:42px;
  height:42px;
  padding:0px 10px;
  color:#000;
  font-size:14px;
  font-family: 'Open Sans', sans-serif;
  width:45%;
}
.contact-form textarea{
  line-height:24px;
  padding:10px;
  width:100%;
  height:150px;
}
.contact-form input[type="submit"]{
  float:right;
  color:#fff;
  border:0px;
  text-transform: uppercase;
  line-height:24px; 
  padding:5px 10px !important;
  padding-right:30px !important;
  letter-spacing: 0.75px;
  position:relative;
  display:block;
  background: #000 url(img/submit.png) no-repeat 60px center; 
}
.contact-form form ul,
.contact-form form li{
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-form form li{
  margin-bottom:10px;
}
/* exsite-start */
.validation_error{
font-size:13px;
font-style:italic;
padding-bottom:20px;
color:#be2525;
}
/* exsite - end*/
::-webkit-input-placeholder {
   color: #000;
}
:-moz-placeholder { /* Firefox 18- */
   color: #000;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
}
:-ms-input-placeholder {  
   color: #000;  
}
.category-services .baners{
  display:none;
}
.baners a{
  display: block;
  position: relative;
  color: #fff;
  text-align: center;
}
.baners a span{
  position: absolute;
  width: 100%;
  height: 100%;
  font-weight: 600;
  font-size: 24px;
  text-shadow: 2px 2px #747474;
  text-transform: uppercase;
  color: #fff;
  top: 0;
  left: 0;
  text-align:center;
  display: block;
  vertical-align: middle;
}
.baners a span strong{
  display: table;
  width: 100%;
  height: 100%; 
  vertical-align: middle;
}
.baners a span strong i{
  display: table-cell;
  width: 100%;
  height: 100%; 
  vertical-align: middle; 
  font-style: normal;
}
.site-name-footer{
  text-align: center;
  display: inline-block;
  margin-top:20px;
  width:170px;
}
.foot .sociale{
  text-align: right;
  float: right;
  font-size:24px;
}
.foot .sociale a{
  display: inline-block;
  background: #808080;
  border: 1px solid #7e7e7e;
  line-height: 41px;
  height:41px;
  width:41px;
  text-align: center;
  margin-left:21px;
  vertical-align: middle;
}
.foot .sociale a img{
  margin-top:7px;
}
.foot .col-3 p{
  margin-top:20px;
}
.foot nav{
  clear: both;
  float: right; 
  padding-top:15px;
}
.foot nav ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.foot nav ul li{
  display: inline-block;
  padding-left:10px;
  margin-left:10px;
  border-left:1px solid #fff;
}
.foot nav ul li:first-child{
  border: 0;
}
.foot nav ul li a{
  color: #fff;
  line-height: 20px;
  font-style: italic;
}
.foot nav ul li a:hover{
  opacity:0.8;
}


/*rwd*/
@media (max-width: 1024px) {
 .nav li {
  margin: 0 10px;
 }
 section h1{
  font-size: 30px;
 }
.foot nav ul li{
  margin-left: 5px;
  padding-left: 5px;
}
 .foot nav ul li a{
  font-size:16px;
 }
}

@media (max-width: 767px) {
  #menu-icon{
    display: block;
    width:20px;
    height:20px;
    background: url(img/menu.png) no-repeat center center;
    position: absolute;
    top:12px;
    left:20px;
  }
  .nav {
    border:0;
   }
  .nav ul{
    display: none;
    position:absolute;
    top:45px;
    left:0px;
    background: #f7f7f7;
    z-index: 10;
    width:100%;
  }
   .nav ul li{
    float:none;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
    width:100%;
    display: block;
    margin:0;
    padding-left:20px;
   }
   .nav ul li a{
    width:100%;
    display: block;
   }
  .col-3,.col-2{
    width:100%;
    float: none;
  }
  section{
    padding:20px 0;
  }

  #slider .owl-prev,
  #slider .owl-next{
    width: 35px;
    height: 35px;
    background: url(img/arrow_mobi.png) no-repeat left center;
  }
   #slider .owl-next{
    background: url(img/arrow_mobi.png) no-repeat right center;
   }
  .baners .col-3{
    padding-bottom:10px;
  }
  .foot{
    padding-bottom:20px;
  }
  .copy,.foot .sociale, .foot nav{
    text-align: center;
    float:none;
  }
   .foot .col-3 p{
text-align: center;
  }
  .foot .sociale span{
    display: none;
  }
  .site-name-footer{
    width: 100%;
    margin-left:0px;
  }
  .articles article{
    padding-top:20px;
    padding-bottom:20px;
    border-top:0px;
    margin-top:10px;
  }
   .articles article .row .col-3:first-child{
    text-align:center;
    width:100%;
   }
  .articles article h2{
    margin-top:20px;
  }
  .breadcrumb{
    padding-top:20px;
  }
.contact-form input[type="text"],
.contact-form input[type="email"]{
  width: 100%
}
.contact-form input[type="submit"]{
  float:none;
  margin-right: auto;
  margin-left: auto;
}
}
