/*Theme Developed & Designed by : Jayo Victoriano
/*Theme Developed for go3studio.com
*/

@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script');
@import url('https://fonts.googleapis.com/css?family=Anton');

@charset "utf-8";
/* CSS Document */

/* css for all chorbs */
* {
	transition: all 0.4s ease; 
	-webkit-transition: all 0.4s ease; 
	-moz-transition: all 0.4s ease;
}
h1, h2, h3, h4, h5{
	font-family: 'Dancing Script', cursive;
}
h1{
	font-size: 56px;
}
h2{
	font-size: 36px;
}
h3{
	font-size: 26px;
}
h4{
	font-size: 16px;
}
h5{
	font-size: 12px;
}
.ve-global-color{
	color: #C59D5F;
}
.ve-global-white{
	color: #FFFFFF;
}
.bold-text{
	font-family: 'Anton', sans-serif;
	letter-spacing: 0.2em;
	font-size: 46px;
}
.navbar-default .navbar-nav > li > a {
	color:#fff;
    background: transparent !important;
    border: 0;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #C59D5F;
    background: transparent !important;
    border: 0;
    border-bottom: 2px solid #C59D5F;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.img-full{
	width:100%;
	margin-top: 10px;
}

.pl-center{
	margin: 0 auto;
	text-align: center;
}
.pl-left{
	text-align: left;
}
.pl-right{
	text-align: right;
}
.p-global{
	line-height: 40px;
}
.hp-subtitle{
	color:#c59d5f;
	padding: 3px 0;
    background: transparent !important;
    border: 0;
    border-bottom: 2px solid #c59d5f;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.hp-subtitle:hover{
	color:#000;
	padding: 3px 0;
    background: transparent !important;
    border: 0;
    border-bottom: 2px solid #000;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
/* Css for Home */
.hp-main{
  background: url('../images/main-bg.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
  height: 100vh;
}
.hp-pages{
  background: url('../images/main-bg.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
  height: 40vh;
}

.hp-3rd{
  background: url('../images/2nd-bg.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
  height: auto;
  padding: 125px 0;
}
.hp-4th{
	padding: 50px 0;
	background: #fff;
	height: auto;
}
.top-title {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 0px;
    display: table;
}
.top-title-con {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.top-title-con2 {
    text-align: center;
    vertical-align: middle;
    margin-top: 10%;
}

.pagetitle{
    margin-bottom: 30px;
    font-family: "Source Sans Pro", Georgia, serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #262526;
    font-size: 24px;
    font-size: 2.5rem;
    line-height: 1.51;
}
.contactus-btn {
    padding: 12px 30px;
    font-size: 12px;
    line-height: 1;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .2em;
    background-color: #262526;
    color: white;
    transition: all .15s;
    border-radius: 3px;
    width: fit-content !important;
}

.price {
    display: inline-block;
    margin: 0 4px 0 0;
    color: #b39964;
    font-size: 16px;
    font-weight: 600;
}

.excerpt {
    max-width: 745px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    font-size: 12px;
}

.thumbnail-body {
    padding: 20px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    /* background-color: #f5f5f5; */
}


.hp-title {
    font-size: 65px;
    color: #fff;
    font-family: 'Dancing Script', cursive;
/*    text-shadow: 1px 1px #eee;*/
}
.hp-about{
	padding: 50px 0;
	background: #fff;
	height: auto;
	
}

.contact-p {
 margin-bottom: 24px;
 line-height: 2;
}
footer{
	background: #273750;
	height: auto;	
	padding: 15px 0;
	color:#fff;
}
.ft-social ul{
	list-style: none;
	list-style-type: none;
}
.ft-social li {
	float:left;
	list-style: none;
	list-style-type: none;
}
.ft-social li> a{
	margin-left: 20px;
	color:#fff;
} 
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 15px;
    display: none;
    text-indent: -9999px;
    background: url(../images/arrow-up.png) no-repeat;
}

@media (max-width: 767px){
	.navbar-default {
		background-color: #273750;
	}
	.mobile-social{
		display:none !important;
	}
}
@media (min-width: 768px){
	.navbar-nav > li > a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
