/********************************
** Slider Css
********************************/
.home-banner {
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.home-banner:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0.5);
    z-index: 7;
}
.home-banner h4 {
    font: 400 22px 'Ubuntu';
    line-height: 1;
    text-transform:uppercase;
    position:relative;
    padding-left:80px;
    letter-spacing:5px;
    color: #c1a45e;
    margin-bottom: 25px;
}
.nivo-caption h4:before {
    content:'';
    position:absolute;
    left:0;
    background-color:#ffffff;
    width:60px;
    height:2px;
    top:14px;
}
.home-banner h2 {
    font: 700 70px 'Ubuntu';
    padding:0;
    line-height: 1.2;
    margin-bottom:30px;
    text-transform:uppercase;
}
.home-banner h2 a {
    color: #ffffff;
	text-decoration: none;
}
.home-banner h2 a:hover {
    color: #ffffff;
}
.home-banner p {
    color: #ffffff;
    margin: 0 0 25px 0;
    font: 400 17px 'Rajdhani';
    line-height: 25px;
}
.home-banner a.slide-button{
    display:inline-block;
    text-align:center;
    border:2px solid #c1a45e;
    color:#ffffff;
    position:relative;
    transition: 0.5s ease-in-out;
    overflow:hidden;
    z-index:1;
    padding:10px 35px;
    text-transform:uppercase;
    font:700 16px 'Ubuntu';
    border-radius:30px;
}
.home-banner a.slide-button:hover{
    color:#ffffff;
    background-color:#c1a45e;
    border-color: transparent;
}
.home-banner .social-icons {
    width: auto;
    position: absolute;
    left: 50px;
    bottom: auto;
    top: calc(50% + 100px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}
.home-banner .social-icons:before{
    content: "";
    width: 1px;
    height: 50px;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 50%;
    top: -70px;
}
.home-banner .social-icons:after{
    content: attr(data-title);
    color: #ffffff;
    position: absolute;
    font: 700 20px 'Ubuntu';
    left: -50%;
    top: -145px;
    letter-spacing: 5px;
    -webkit-transform: rotate( -90deg ) translateY(-50%);
    -ms-transform: rotate( -90deg ) translateY(-50%);
    transform: rotate( -90deg ) translateY(-50%);
    text-transform: uppercase;
}
.home-banner .social-icons a{
    color: #ffffff;
    font-size: 15px;
    color: #ffffff;
    line-height: 2.4em;
    display: table;
    margin: 0 0 10px 0;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 2px solid;
    border-radius: 30px;
}
.home-banner .social-icons a:hover{
    color: #c1a45e;
}

/********************************
** Services Css
********************************/
.services{
    padding: 70px 0;
    background-color: #f6f6f6;
}
.service-thumb{
    width: 45px;
    float: left;
    margin-right: 30px;
    margin-top: 6px;
}
.service-content{
    overflow: hidden;
}
.service-content span{
    font-size: 14px;
    text-transform: uppercase;
    color: #c1a45e;
    letter-spacing: 1px;
    margin: 0 0 9px;
    padding: 0;
    font-weight: 700;
}
.service-content h3{
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 18px;
    padding: 0 0 23px;
    position: relative;
}
.service-content h3 a{
    color: #333333;
}
.service-content h3:after{
    background-color: #c1a45e;
    bottom: 0px;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 30px;
}

/********************************
** Welcome Css
********************************/
/* .welcome-section{
    padding: 70px 0;
    position: relative;
}
.welcome-section .col{
    flex: 0 0 50%;
}
.welcome-content h2{
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 25px;
}
.welcome-content p{
    margin-bottom: 25px;
}
.welcome-thumb{
    margin-left: 16%;
}
.welcome-content a.welcome-more{
    position: relative;
    z-index: 0;
    display: inline-block;
    cursor: pointer;
    background-color: #333333;
    padding: 15px 35px;
}
.welcome-content a.welcome-more:before,
.welcome-content a.welcome-more:after {
    position: absolute;
    width: 0;
    height: 50%;
    content: '';
    -webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
    transition: .3s cubic-bezier(.785, .135, .15, .86);
    background-color: #c1a45e;
}
.welcome-content a.welcome-more:before{
    top: 0;
    right: auto;
    left: 0;
}
.welcome-content a.welcome-more:after{
    right: 0;
    bottom: 0;
    left: auto;
}
.welcome-content a.welcome-more span{
    font: 700 16px 'Ubuntu';
    position: relative;
    z-index: 1;
    display: block;
    padding-right: 25px;
    padding-left: 0;
    transition: color .3s ease;
    transform: scaleX(.9);
    transform-origin: center left;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #ffffff;
}
.welcome-content a.welcome-more i{
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 18px;
    width: 22%;
    height: 2px;
    transition: all .3s ease;
    transform: scaleX(.25);
    transform-origin: center right;
    background-color: #ffffff;
}
.welcome-content a.welcome-more:hover span{
    color: #333333;
}
.welcome-content a.welcome-more:hover::before{
    right: 0;
    left: auto;
    width: 100%;
}
.welcome-content a.welcome-more:hover::after{
    right: auto;
    left: 0;
    width: 100%;
}
.welcome-content a.welcome-more:hover i{
    transform: scaleX(1);
    background-color: #333333;
}

/********************************
** Footer Css
********************************/
.copyright-wrapper{
    margin:0;
    text-align:center;
    padding:15px 0;
    color:#ffffff;
    background-color:#111709;
}
.copyright-wrapper a{
    color:#ffffff;
	text-decoration: none;
}

/********************************
** Inner Page Title Css
********************************/
/* h1.entry-title,
h1.page-title {
    padding-bottom: 20px;
    font-size: 30px;
}
h1.entry-title a,
h1.page-title a{
    color:#000000;
	text-decoration: none;
}
article.tag-sticky-2 {
    background: #f6f6f6;
    padding: 10px;
}
article img {
    height: auto;
}
article p {
    margin: 10px 0;
}
.post-date {
    display: inline;
}
.post-comment {
    display: inline;
}
.post-categories {
    display: inline;
}
.post-tags {
    display: inline;
}
.post-thumb, .postmeta{
    margin-top:10px;
}
.postmeta a{
	text-decoration: none;
}
form.search-form {
    margin-bottom: 15px;
}
input.search-field,
.post-password-form input[type=password] {
    border: 1px #ccc solid;
    padding: 10px 12px;
    display: inline-block;
}
input.search-submit,
.post-password-form input[type=submit] {
    border: none;
    color: #ffffff;
    padding: 4px 10px;
    cursor: pointer;
}
aside.widget {
    margin-bottom: 30px;
}
aside.widget ul {
    list-style: disc;
    margin-left:0;
}
.accordion-box h2.active {
    color: #ff8a00;
}
.webicon {
    font-size: 20px;
} */


/* #sidebar ul li {
    margin: 5px 0;
    list-style:none;
    background:url(images/nav_right.png) no-repeat left center;
    padding:0 0 0 25px;
}
#sidebar ul li a{
	text-decoration: none;
} */
/* .comment-list,
ol.comment-list {
    list-style: none;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left:0;
}
.comment-list ul,
ol.comment-list ul {
    list-style: none;
}
.comment-list li.comment {
    margin-top: 20px;
}
.comment-list .comment-content h1,
.comment-list .comment-content h2,
.comment-list .comment-content h3,
.comment-list .comment-content h4,
.comment-list .comment-content h5,
.comment-list .comment-content h6 {
    margin-top: 15px;
}
ol.comment-list li ol{
    list-style:none;
} * /
h3.widget-title {
    font-size: 19px;
    border-bottom: 1px solid #cccccc;
    padding:5px 15px;
    margin-bottom: 15px;
    background-color:#feb62a;
    color:#ffffff;
    font-weight: normal;
}
.blog-post-repeat {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 40px;
}
a.blogthumbs img {
    width: 100%;
}
#wp-calendar td {
    padding: 9px;
}
.textwidget select {
    border: 1px solid #ccc;
    height: 30px;
    width: 100%;
}

/*------- COMMENT STYLES --------* /

.comment-author.vcard {
    display: inline-block;
    margin-right: 15px;
}
.comment-author img {
    display: block;
}
.comment-meta {
    margin: 5px 0;
}
.comment-list ol.children li.comment {
    background-image: none;
    padding-left: 5px;
}
.hrule {
    border-top: 1px #dbdbdb solid;
    margin-top: 15px;
    padding-bottom: 15px;
}
ol.commentlist {
    list-style: none;
}
#commentform p {
    margin: 5px 0;
}
#commentform label {
    display: block;
}
#commentform input#email,
#commentform input#url,
#commentform input#author,
#commentform textarea,
#commentform input#eazycfc_captcha {
    max-width: 96%;
    border: 1px #ccc solid;
    padding: 5px 2%;
}
#commentform input#submit {
    font: 400 15px 'Open Sans';
    border: none;
    padding: 5px 10px;
    color: #fff;
    display: inline-block;
}
#commentform input#submit:hover {
    cursor: pointer;
}
.form-allowed-tags {
    display: none;
}
ul.errormsg {
    background: #ffe4e4;
}
ul.errormsg li {
    padding: 5px;
}
.entry-content table,
.comment-body table {
    border-collapse: collapse;
    margin: 10px 0;
}
.entry-content table td,
.entry-content table th,
.comment-body table td,
.comment-body table th {
    padding: 10px 5px;
    text-align: left;
}
.entry-content table th,
.comment-body table th {
    color: #676767;
    font: normal 18px 'Work Sans';
    border-bottom: 1px #888 solid;
}
.entry-content table td,
.comment-body table td {
    border-bottom: 1px #ccc solid;
}
.fvch-codeblock:hover .comment-form-url {
    display: block !important;
}
select{
    padding:10px;
    width:100%;
}
footer.entry-meta {
    clear: left;
}
p.form-submit input[type="submit"]{
    color:#ffffff !important;
}
input[type="submit"].search-submit{
    background-color:#000000;
    color:#ffffff;
    padding:10px 13px;
}

/* Accessibility */
/* Text meant only for screen readers. * /

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. * /
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. * /
}

/* Do not show the outline on the skip link target. * /

#sitemain[tabindex="-1"]:focus {
  outline: 0;
}
.error-404{
    text-align: center;
    margin: 0;
}
.error-404 h1{
    font-size: 50px;
    margin-bottom: 30px;
}
p.text-404{
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 30px;
} */
