/*
Theme Name: Melbournce-Elite 
Author: Gloria9 Technologies
Author URI: http://gloria9.com/
Version: 1.0
License: GNU General Public License v2 or later
*/

/*Wordpress editor styles start*/

body {
    overflow-x: hidden;
	background-color:#b35f5f;
}

p {
    font-size: 20px;
    margin-top: 20px !important;
	color:#FFF;
}

.category-text: {

	font-size: 40px;
	
	margin-top: 10px;
}

.whitetext {

color: #FFF;

}

.btn-lg, .btn-group-lg>.btn {
  padding: 10px 16px;
  font-size: 28px;!important;
 text-decoration: none; !important;
  line-height: 1.33;
 
}

.padding-top-20 {

padding-top:20px;
}



p.small {
    font-size: 16px;
color:#FFF;

}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #9D00A8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2em;



}


.col-lg-12 h2{
		color:white;
}

.col-lg-12 h1{
		color:white;
}
.col-lg-12 p{
	font-family:special;
	color:white;
	
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #18bc9c;
}

hr.star-primary {
    border-color: #262221;
}

hr.star-primary:after {
    color: #262221;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

header {
    margin: 0 !important;
    padding:0px 0 !important;
    text-align: center;
    color: #fff;
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0 auto 0px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

@media(min-width:768px) {
    header .container {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

.navbar {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
	background-color:#262221;
	border-radius:0px;
        min-height: 80px;
}
.menu{
    padding: 20px 0 !important;
}

.navbar a:focus {
    outline: 0;
}
.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}
.navbar .navbar-nav li a{
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
}
.social-media{
    display: inline-flex;
    padding: 4px 40px !important;
}
.social-media li {
    margin-right:10px 
}
.social-media li a{
    padding: 13px !important;
}
.navbar .navbar-nav li a:hover {
	text-decoration:underline;
	    color: #18bc9c;
}
.navbar .navbar-nav li {
	padding:0px;
}
.navbar .navbar-nav li a p {
	padding-top:10px;
	font-size:16px;
	font-weight:normal;
	}
.navbar-default,
.navbar-inverse {
    border: 0;
}

section {
    padding: 25px 0;
}

section h2 {
    margin: 0;
    font-size: 3em;
}

section.success {
    color: #fff;
    background-image:
}
section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
    color:#262221;
}

@media(max-width:767px) {
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 10px;
	background-color:#b35f5f;
	max-width: 259px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 259px;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #18bc9c;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
    margin-top: 20px;
}

footer .footer-above {
    padding-top: 50px;
    background-color:#000;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #233140;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #262221;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #262221;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}
.banner2{
	display:block;
	background-image:url(images/banner2.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	height: 282px !important;
	max-width: 100%;
}
.banner2 form{
	display:inline;
	
}
.banner2 form select{
	//width:100%;
	background: none;
	border: #000 solid 1px;
	padding: 10px;
	margin: 0 5px;
}
.banner2 form input{
	//width:100%;
	background: none;
	border: #000 solid 1px;
	padding: 10px;
	margin: 0 5px;
	
}
form.searchandfilter div{
	background-color: #FFF;
    padding: 20px;
  border-radius: 10px;
opacity:0.8;
}
form.searchandfilter div ul li{

    display: initial; 

}
.search{
    margin: 0 auto;
    max-width: 540px;
    padding-top: 85px;
    width: 100%;	
}
.booking_text{
	color:#b35f5f;
	font-size:22px;
}

/*Wordpress editor styles end*/
.profile_picture img{
    width: 275px;
    height: 275px;
border-style: solid;
  border-width: 5px;
}
.caption-content{
    top: 170px;
    position: relative;
    //left: 75px;
    text-align: center;
}
.portfolio-item{
    padding: 0 29px;
}
.main_content p{
    text-align: justify;
}
.main_content{
    min-height: 350px !important;
}
.portfolio-item img{
    width: 275px;
    height: 300px;
}
.header_img img{
    width: 100%;
    height: 380px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
    width: 100%;
    background: none;
    border: #000 solid 1px;
    padding: 5px;
}
input.wpcf7-form-control.wpcf7-text{
    width: 100%;
    background: none;
    border: #000 solid 1px;
    padding: 5px;
}
textarea.wpcf7-form-control.wpcf7-textarea{
    width: 100%;
    background: none;
    border: #000 solid 1px;
    padding: 5px;
}
input.wpcf7-form-control.wpcf7-submit{
    width: 100%;
    background: #fff;
    border: #fff solid 1px;
    padding: 5px;
}
.widget_heading{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
.widget_pages ul{
    list-style: none;
    padding: 20px 30px;
}
.widget_pages ul li{
    padding: 5px !important;
}
.widget_pages ul li a{
    text-decoration: none !important;
    color: #fff !important;
}
.gallary{
    margin: 0;
    padding-bottom: 50px;
}

.one_gallary_item{
min-height:415px;
}
.one_gallary_item a img{
    width: 270px;
    height: 400px;
}

/*
========================================================= Hover Effects ==============================================
*/
.view-fourth img {
   -webkit-transition: all 0.4s ease-in-out 0.2s;
   -moz-transition: all 0.4s ease-in-out 0.2s;
   -o-transition: all 0.4s ease-in-out 0.2s;
   -ms-transition: all 0.4s ease-in-out 0.2s;
   transition: all 0.4s ease-in-out 0.2s;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-fourth .mask {
   background-color: rgba(0,0,0,0.8);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0) rotate(-180deg);
   -moz-transform: scale(0) rotate(-180deg);
   -o-transform: scale(0) rotate(-180deg);
   -ms-transform: scale(0) rotate(-180deg);
   transform: scale(0) rotate(-180deg);
   -webkit-transition: all 0.4s ease-in;
   -moz-transition: all 0.4s ease-in;
   -o-transition: all 0.4s ease-in;
   -ms-transition: all 0.4s ease-in;
   transition: all 0.4s ease-in;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
}
.view-fourth h2 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   border-bottom: 1px solid rgba(0, 0, 0, 0.3);
   background: transparent;
   margin: 20px 40px 0px 40px;
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.view-fourth p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.view-fourth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.view-fourth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1) rotate(0deg);
   -moz-transform: scale(1) rotate(0deg);
   -o-transform: scale(1) rotate(0deg);
   -ms-transform: scale(1) rotate(0deg);
   transform: scale(1) rotate(0deg);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view-fourth:hover img {
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.view-fourth:hover h2,
.view-fourth:hover p,
.view-fourth:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0.5s;
   -moz-transition-delay: 0.5s;
   -o-transition-delay: 0.5s;
   -ms-transition-delay: 0.5s;
   transition-delay: 0.5s;
}


/* View Mask*/

.view {
   width: 460px !important;
   height: 250px !important;
   margin: 10px;
   float: left;
   //border: 10px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   //-webkit-box-shadow: 1px 1px 2px #e6e6e6;
   //-moz-box-shadow: 1px 1px 2px #e6e6e6;
   //box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   //background: #fff url(../images/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
   width: 460px !important;
   height: 250px !important;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 60px 0 0 0;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info:hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}

.category_home{
    padding: 0px 105px;
}
#main-container{
    padding: 20px 0;
}
/***** 03-Step-2015 *****/
@media (max-width: 1199px) {
	.category_home {padding:0;}
	.header_img img {height:auto;}
}
@media (max-width: 991px) {
	.view {width:47% !important;height:auto !important;margin-left: 0;margin-right: 0;}
	.view img {max-width:100%; height:auto;}
	.category_home .main a:nth-child(2n+2) .view {float: right;}
	.view .mask, .view .content {height:100% !important; width:100% !important;}
}
@media (max-width: 767px) {
	.view h2 {font-size:10px;}
}


@media (max-width: 480px) {
	.main {text-align:center;}
	.view {float: none !important;    display: inline-block;    min-width: 300px;}
}

.bigtext{
font-size:30px;
}
/***** 30-Step-2015 *****/

.FormUpSec {
    color: #fff;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}
.edBtn {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #b35f5f;
    font-size: 20px;
    padding: 5px 10px;
    text-transform: capitalize;
	
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}
.edBtn:hover {background-color:#000;}
.EnqFormFild {
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
color:#000;
}
.EnqFormFild p {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 20px !important;
}
.EnqFormFild li {
    float: left;
    margin: 0 0 12px;
    width: 48%;
}
.EnqFormFild li:nth-child(2n+2) {float:right;}
.EnqFormFild label {
    float: left;
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
    width: 100%;
}
.EnqFormFild input {
    border: 1px solid #cccccc !important;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #333333;
    font-size: 15px;
    height: 36px;
    line-height: 1.42857;
    padding: 0px 0 0 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.EnqFormFild select {
	border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #333333;
    font-size: 15px;
    height: 36px;
    line-height: 1.42857;
    padding: 0px 0 0 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;	
}
.EnqFormFild textarea {
    border: 1px solid #cccccc !important;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #333333;
    font-size: 15px;
    height: 100px;
    line-height: 1.42857;
    padding: 0px 0 0 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	resize:none;
    width: 100%;	
}
.EnqFormFild li.msgBox {width: 100%;}
.EnqFormFild li:last-child {width:100%;}
.EnqFormFild .screen-reader-response ,.EnqFormFild  .screen-reader-response a {color:#C00;}
.EnqFormFild .edBtn {background:#b35f5f none repeat scroll 0 0 !important; color:#fff !important; text-transform:uppercase !important;}
.EnqFormFild .edBtn:hover {background:#000 !important;}
@media (max-width: 480px) {
	.EnqFormFild li {width:100%;} 
}

/**** search bar *****/
.EliteEdSearch .sf_search {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    border: 0 none !important;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
}
.EliteEdSearch label.screen-reader-text {display:none;}
.EliteEdSearch .sf_button.searchsubmit {
    background: #b35f5f none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    float: right;
    font-size: 18px;
    height: 42px;
    width: 90px;
}
.EliteEdSearch form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #000;
    margin: 0 5px;
    padding: 10px;
    width: 79% !important;
}
.sf_header {  padding: 0 10px;}
.sf_lnk.sf_category {
    line-height: 1;
    padding: 3px 10px;
}
.sf_lnk.sf_category:hover {background-color:#b35f5f; color:#555;}
.sf_text {padding:0 10px;}

@media (max-width: 541px) {
.EliteEdSearch form input {margin: 0 5px 0 0;width: 66.5% !important;}
section h2 {line-height:1.2;}
.EliteEdSearch h1 {font-size: 18px; margin-bottom: 0; text-align: center;}
.search.EliteEdSearch { padding: 20px 0;}
.banner2 {background-size: cover;height: auto !important;}
}